@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', sans-serif;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common {
    color: #31837F;
}
 .common-btn{
    background:#31837F;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    padding: 7px 25px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.common-btn i{
    margin-left: 8px;
}
 .common-btn:hover ,  .common-btn:focus{
    background: #2260AC;
    color: #fff;
}
.main-title{
    font-size: 30px;
    color: #857554;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
.main-text{
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding: 10px 0px;
}
.main-text-justify{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding: 10px 0px;
}
.main-justify{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    margin-bottom: 10px;
}
.main-title-line{
    font-size: 20px;
    color:#31837F ;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}
.main-title-line::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFEBBE;
}
.main-text-white{
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0px;
}
.top-header {
    background: #867555;
    padding: 15px 0px;
}
.top-header .top-header-left ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 35px;
}
.top-header .top-header-left .top-header-link{
    font-size: 14px;
    color: #ffffffea;
    font-weight: 300;
}
.top-header .top-header-left li i{
    color: #ffffffea;
    font-size: 14px;
    margin-right: 10px;
}
.top-header .top-header-right .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .top-header-right .social-icon li{
    margin-left: 10px;
}
.top-header .top-header-right .social-icon li a {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.fixed-header{
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    z-index: 1020;
    background: #fff;
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.main-header{
    background: #D5E6E4;
    padding: 15px 0px;
    z-index: 1020;
}
.main-header .navbar-brand img{
    width: 150px;
}
.main-header .nav-item{
    padding:10px 0px 10px 20px ;
}
.main-header .nav-link{
    font-size: 14px;
    color: #333;    
    font-weight: 500;
    padding: 2px 20px !important;
    border-radius: 3px;
    transition: 0.1s all;
}
.main-header .nav-link:hover , .main-header .nav-link.active{
    color: #857554;
}
.active{
    color: #857554 !important;
}
.main-header .dropdown:hover .dropdown-menu{
    display: block;
}
.main-header .dropdown-toggle::after{
   border: none;
   content: "\f107";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 12px;
   vertical-align: middle;
}
.main-header .dropdown-menu{
   top: 100%;
   padding:0px;
   border-radius: 0px;
   border: 2px solid #0B2947;
   background: #fff;
   animation: swip_left .5s linear 1;
}

@keyframes swip_left {
   from {
       transform: translate(0px, 100px);
       opacity: 0
   }

   to {
       transform: translate(0,0);
       opacity: 1
   }
}
.main-header .dropdown-menu .dropdown-item{
   padding: 9px 25px;
   font-size: 14px;
   color: #333;    
   font-weight: 600; 
   text-align: center;
}
.main-header .dropdown-menu .dropdown-item:hover{
   background: #F05A22;
   color: #fff;
}
.banner{
    background: url(../images/banner.webp);
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.banner::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 53%);
}
.banner .banner-content {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50% , -50%);
    z-index: 1;
}
.banner .banner-content  .icon img{
    width: 220px;
}
 .banner-content .banner-title{
    font-size: 50px;
color: #fff;
font-weight: 800;
text-transform: uppercase;
}
.banner-content .banner-title span{
    font-size: 100px;
}
 .banner-content .banner-text{
    font-size: 35px;
color: #fff;
text-align: left;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
}
.about-us{
    padding: 30px 0px;
}
.about-us .about-img{
    position: relative;
    width: 100%;
    height: 250px;
}
.about-us .about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0px 0px 20px;
    position: relative;
}
.about-us .about-img::after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: -38px;
    width: 250px;
    height: 100%;
    background: url(../images/texture.webp);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.about-us .about-img::before {
    content: "";
    position: absolute;
    top: -76px;
    right: -88px;
    width: 176px;
    height: 100%;
    background: url(../images/texture-right.webp);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.ananya-group-content{
    background: #D6E6E5;
}
.ananya-group-content .ananya-group-content-left{
    padding: 30px 0px;
}
.ananya-group-content .anaya-group-content-right {
    background: url(../images/white-brick.webp);
    background-size: contain;
    background-position: left center;
    width: 100% !important;
    height: 280px !important;
    background-repeat: repeat;
}
.ananya-group-content .anaya-group-content-right  .img-box {
    width: 285px;
    margin: -30px auto 0px;
}
.ananya-group-content .anaya-group-content-right  .img-box img{
    width: 100%;
}
.product{
    padding: 40px 0px;
}
.product-texture{
    position: relative;
}
.product-texture::after {
    content: "";
    position: absolute;
    top: -140px;
    left: -112px;
    width: 250px;
    height: 100%;
    background: url(../images/texture.webp);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.product-texture::before {
    content: "";
    position: absolute;
    bottom: -266px;
    right: -45px;
    width: 250px;
    height: 100%;
    background: url(../images/texture-right.webp);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.product .product-img img{
    width: 100%;
}
.product .main-justify{
    font-size: 13px;
    line-height: 24px;
}
.raw-material{
    background: url(../images/raw-material.webp);
    background-size: cover;
    background-position: left center;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat;
   padding: 40px 0px;
   position: relative;
}
.raw-material::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
}
.raw-material .content{
    position: relative;
    z-index: 1;
    text-align: center;
}
.raw-material .raw-title{
    font-size: 20px;
    color:#fff ;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.raw-material .raw-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFEBBE;
}
.raw-text{
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    color: #ffffffe5;
    padding: 10px 0px;
}
.raw-text span{
    font-weight: 500;
}
.raw-material .raw-material-box{
    background: #fff;
    border: 4px solid #FFEBBE;
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
        width: 100%;
    height: 100%;
}
.raw-material .raw-material-box .img-box{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px !important;
}
.raw-material .raw-material-box .img-box-img{
    float: left;
    margin-bottom: 0px;
    width: 100%;
    height: 200px;
}
.raw-material .raw-material-box .img-box-img img{
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.raw-material .raw-material-box .card-title{
    font-size: 18px;
    color: #318381;
    margin-bottom: 10px;
}
.raw-material .raw-material-box .card-text{
    font-size: 13px;
    color: #000;
    text-align: center;
}
.raw-material .raw-material-box-1{
    background: #fff;
    border: 4px solid #FFEBBE;
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
}
.raw-material .raw-material-box-1 .card-number{
    font-size: 40px;
    color: #857554;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.raw-material .raw-material-box-1 .card-number span{
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.raw-material .raw-material-box-1 .card-title{
    font-size: 16px;
    color: #318381;
    margin-bottom: 10px;
}
.mainfacturing-process{
    background: url(../images/manifacturing.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 40px;
    text-align: center;
    overflow-x: hidden;
}
.mainfacturing-process .process-title{
    font-size: 30px;
    color:#318381 ;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.mainfacturing-process .process-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFEBBE;
}
.mainfacturing-process .process-box{
    background: #F4F4F4;
    border: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.mainfacturing-process .process-box .card-img{
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0px 0px;
}
.mainfacturing-process .process-box .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px 5px 0px 0px;
}
.mainfacturing-process .process-box .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #318381;
    background: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Oswald', sans-serif;
    color: #318381;
    margin: -42px auto 20px;
}
.mainfacturing-process .process-box .card-text{
    font-size: 13px;
    color: #000;
    text-align: center;
}
.mainfacturing-process .process-box .card-body{
    padding-bottom: 50px;
}
.border-right{
    position: absolute;
    right: -100%;
    border-bottom: 2px dashed #318381;
    width: 100%;
    top: 50%;
    z-index: -1;
}
.border-right-1{
    position: absolute;
    right: -100%;
    border-bottom: 2px dashed #318381;
    width: 100%;
    top: 50%;
    z-index: -1;
}
.border-left{
    position: absolute;
    left: -59%;
    border-bottom: 2px dashed #318381;
    width: 100%;
    top: 50%;
    z-index: -1;
}
.border-botom{
    position: absolute;
    top: 100%;
    border-left: 2px dashed #318381;
    /* width: 100%; */
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: -1;
}
.border-botom-1{
    position: absolute;
    top: 60%;
    border-left: 2px dashed #318381;
    /* width: 100%; */
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: -1;
}
.content-detail{
    padding: 40px 0px;
}
.content-detail .content-img{
    width: 100%;
    height: 200px;
    position: relative;
}
.content-detail .content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-detail .content-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
}
.content-texture{
    position: relative;
}
.content-texture::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -74px;
    width: 250px;
    height: 100%;
    background: url(../images/texture.webp);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.video-modal .modal-header{
    padding: 0px;
    border: none;
}
.video-modal .btn-close{
    width: 0px;
    height: 0px;
    background: none;
    z-index: 10;
    opacity: 1;
}
.video-modal .btn-close i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: -17px;
    right: -13px;
    background: #000;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    border-radius: 50%;
}
.video-modal .modal-body{
    padding: 10px;
}
.play-icon {
    font-size: 60px;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.play-icon:hover{
    color: #fff;
}
.contact-form{
    padding: 40px 0px;
}
.form-box{
    background: url(../images/manifacturing.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.form-box .form-box-content{
    padding: 20px 50px;
}
.form-box .form-box-content input{
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}
.form-box .form-box-content textarea{
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
}
.form-box .form-box-content .form-control::placeholder{
    font-size: 13px;
    color: #6D6A67;
    font-weight: 600;
}
.form-box .form-box-content .submit-button{
    background: #000;
    padding: 8px 45px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.footer{
    padding: 10px ;
    position: relative;
    overflow: hidden;
    background: #0B1C2C;
}
.footer .footer-content{
    position: relative;
    z-index: 1;
}
.footer .footer-content .footer-map{
    width: 100%;
}
.footer .footer-content .footer-title{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.footer .footer-content .footer-list{
    margin-bottom: 0px;
}
.footer .footer-content .footer-list li{
    padding-bottom: 5px;
}
.footer .footer-content .footer-list .footer-link{
    font-size: 14px;
    color: #ffffffab;
    font-weight: 300;
}
.footer-contact li{
    font-size: 14px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
}
.footer-contact li a{
    font-size: 14px;
    color: #ffffffab;
    font-weight: 300;
}
.footer  .footer-text{
    font-size: 14px;
    color: #ffffffab;
    font-weight: 300;
    text-align: center;
}
.footer .footer-content .footer-logo {
    margin: 20px auto;
    text-align: center;
}
.footer .footer-content .footer-logo img{
    width: 230px;
}
.footer .footer-content .social-icon{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.footer .footer-content .social-icon li{
    margin-left: 10px;
}
.footer .footer-content .social-icon li a {
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
.copright-text{
    font-size: 14px;
    color: #ffffffa8;
    font-weight: 300;
    text-align: right;
}
.footer .footer-bottom{
    border-top:  1px solid rgba(185, 185, 185, 0.07);
    padding: 10px 0px 4px;
}
.fade{
    opacity: 0 !important;
}
.footer .footer-bottom .copright-text{
    font-size: 14px;
    color: #ffffffa8;
    font-weight: 300;
    text-align: left !important;
}
.footer .footer-bottom .copright-text img{
    width: 100px;
}
.gallery-page{
    padding: 60px 0px 0px;
    background: #fff;
}

.gallery{
    padding: 40px 0px;
}
.gallery .img-box{
    width: 100%;
}
.gallery .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery .img-box-small{
    height: 170px;
}
.gallery .img-box-medium{
    height: 220px;
}
.gallery .img-box-tall{
    height: 270px;
}
.contact{
    padding:60px 0px 0px;
}
.contact .form-box-content{
    padding: 20px 50px;
}
.contact .form-box-content input{
    height: 50px;
    border-radius: 5px;
    padding:  20px;
    border: 1px solid #ff58589a;
}
.contact .form-box-content textarea{
    border-radius: 5px;
    padding:  20px;
    border: 1px solid #ff58589a;
}
.contact .form-box-content .form-control::placeholder{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.contact  .form-box-content .submit-button{
    background: #1C5E9E;
    padding: 12px 50px;
    font-weight: 500;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.contact  .form-box-content .submit-button:hover , .contact  .form-box-content .submit-button:focus{
    background: #1C5E9E;
    color: #fff;
}

.contact .customContainer {
    display: block;
    position: relative;
    color: #333;
    padding-left:40px;
    cursor: pointer;
    font-size: 14px;
    user-select: none; 
    font-weight: 500;
    text-transform: lowercase;
}

.contact .customContainer input {
  	position: absolute;
	  opacity: 0;
    cursor: pointer;
}
.contact .customContainer .checkmark:after {
    left: 8px;
    top: -5px;
    /* background: #fff; */
    width: 9px;
    height: 18px;
    border: solid #0B2947;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact .customContainer:hover input ~ .checkmark {
    background-color: #b7b7a4;
}

.contact .customContainer input:checked ~ .checkmark {
    background-color: transparent;
}

.contact .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contact .customContainer input:checked ~ .checkmark:after {
    display: block;
}

.contact .customContainer .checkmark:after {
    left: 9px;
    top: -4px;
    /* background: #fff; */
    width: 9px;
    height: 18px;
    border: solid #0B2947;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.amenties-detail{
    padding: 60px 0px 10px;
}
.highlight{
    padding: 60px 0px;
    background: #f4f4f4;
    text-align: center;
}
.highlight .highlight-title{
    font-size: 30px;
    color:#318381 ;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.highlight .highlight-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFEBBE;
}
.highlight .highlight-list .highlight-card .icon{
   width: 70px;
   height: 70px;
   line-height: 70px;
   overflow: hidden;
   margin: 25px auto;
   text-align: center;
}
.highlight .highlight-list .highlight-card .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.highlight .highlight-list .highlight-card .card-title{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.highlight .highlight-list .highlight-card .card-text{
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.group-companies{
    padding: 30px 0px;
    text-align: center;
}
.group-companies .group-title{
    font-size: 30px;
    color:#318381 ;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.group-companies .group-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFEBBE;
}
.group-companies .icon-box{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px !important;
}
.group-companies .icon-box .icon-img{
    float: left;
    margin-bottom: 0px;
    width: 100%;
    height: 60px;
}
.group-companies .icon-box .icon-img img{
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    border: none;
    background: none;
}

#myBtn img{
    width: 60px;
}
.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px dashed #fff;
    border-radius: 50%;
    line-height: 40px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}




@media (min-width:2000px) {
  
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#D0E0F7;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 180px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .image--container{
        grid-template-columns: repeat(4 , 1fr);
    }
    .banner-content .banner-title{
        font-size: 44px;
    }
    .banner-content .banner-title span{
        font-size: 60px;
    }
    .banner-content .banner-text{
        font-size: 18px;
    }
    .about-us{
        overflow-x: hidden;
    }
    .ananya-group-content .anaya-group-content-right  .img-box {
        width: 280px;
        margin: 0px auto 0px;
    }
    .ananya-group-content .anaya-group-content-right{
        background-size: cover;
        height: 350px !important;
    }
    .product-texture::before{
        right: 0px;
        bottom: -210px;
    }
    .footer .footer-bottom .copright-text img{
        width: 100px;
    }
    .footer .footer-content .footer-logo img{
        width: 100px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#D0E0F7;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 180px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .image--container{
        grid-template-columns: repeat(4 , 1fr);
    }
    .banner-content .banner-title{
        font-size: 44px;
    }
    .banner-content .banner-title span{
        font-size: 60px;
    }
    .banner-content .banner-text{
        font-size: 18px;
    }
    .about-us{
        overflow-x: hidden;
    }
    .ananya-group-content .anaya-group-content-right  .img-box {
        width: 280px;
        margin: 0px auto 0px;
    }
    .ananya-group-content .anaya-group-content-right{
        background-size: cover;
        height: 350px !important;
    }
    .product-texture::before{
        right: 0px;
        bottom: -210px;
    }
    .border-right , .border-left , .border-botom{
        border: none;
    }
    .footer .footer-bottom .copright-text img{
        width: 100px;
    }
    .footer .footer-content .footer-logo img{
        width: 100px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#D0E0F7;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 180px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .image--container{
        grid-template-columns: repeat(1 , 100%);
        gap: 10px 0px;
    }
    .banner-content .banner-title{
        font-size: 34px;
    }
    .banner-content .banner-title span{
        font-size: 50px;
    }
    .banner-content .banner-text{
        font-size: 16px;
    }
    .main-title , .group-companies .group-title , .highlight .highlight-title , .mainfacturing-process .process-title{
        font-size: 22px;
    }
    .gallery-page .image--container{
        grid-template-columns: repeat(1 , 1fr);
    }
    .about-us{
        overflow-x: hidden;
    }
    .ananya-group-content .anaya-group-content-right  .img-box {
        width: 230px;
        margin: 0px auto 0px;
    }
    .ananya-group-content .anaya-group-content-right{
        background-size: cover;
    }
    .product-texture::before{
        right: 0px;
    }
    .border-right , .border-left , .border-botom{
        border: none;
    }
    .footer-contact li , .social-icon{
        justify-content: flex-start !important;
    }
    .footer .footer-content .footer-logo{
        text-align: left;
    }
    .footer .footer-bottom .copright-text img{
        width: 100px;
    }
    .footer .footer-content .footer-logo img{
        width: 100px;
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1020;
        background:#D0E0F7;
    }
    .main-header .offcanvas{
        background:#D0E0F7;
    }
    .mobile-header .logo img {
        width: 100px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #eeeeeeb0;
    }
    .mobile-header .mobile-header-list .nav-item.sub-menu ul li{
        padding: 10px 0px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
        padding-top: 7px;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 14px;
        font-weight: 600;
        color: #6D6A67;
        text-transform: capitalize;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .contact-info p , .mobile-header .email-info p{
        padding-top: 15px;
    }
    .mobile-header .contact-info .text , .mobile-header .email-info .text{
        font-size: 14px;
        font-weight: 400;
    }
    .mobile-header .contact-info .text i , .mobile-header .email-info .text i{
        color: #333;
        margin-right: 10px;
        font-size: 16px;
    }
    .mobile-header .offcanvas .social-icon{
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .mobile-header .offcanvas .social-icon li{
        margin-right: 10px;
    }
    .mobile-header .offcanvas .social-icon li a {
        color: #6D6A67;
        font-size: 16px;
        margin-right: 10px;
    }
    .toggler {
        color: #6D6A67;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color:#6D6A67;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .image--container{
        grid-template-columns: repeat(1 , 100%);
        gap: 10px 0px;
    }
    .banner-content .banner-title{
        font-size: 34px;
    }
    .banner-content .banner-title span{
        font-size: 50px;
    }
    .banner-content .banner-text{
        font-size: 16px;
    }
    .main-title , .group-companies .group-title , .highlight .highlight-title , .mainfacturing-process .process-title{
        font-size: 22px;
    }
    .gallery-page .image--container{
        grid-template-columns: repeat(1 , 1fr);
    }
    .about-us{
        overflow-x: hidden;
    }
    .ananya-group-content .anaya-group-content-right  .img-box {
        width: 230px;
        margin: 0px auto 0px;
    }
    .ananya-group-content .anaya-group-content-right{
        background-size: cover;
    }
    .product-texture::before{
        right: 0px;
    }
    .border-right , .border-left , .border-botom{
        border: none;
    }
    .footer-contact li , .social-icon{
        justify-content: flex-start !important;
    }
    .footer .footer-content .footer-logo{
        text-align: left;
    }
    .footer .footer-bottom .copright-text img{
        width: 100px;
    }
    .footer .footer-content .footer-logo img{
        width: 100px;
    }
}   
