
body > br{
    display: none;
}
.custom-btn {
     width: 130px;
    height: 40px;
    color: #fff;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}
/*.wp-super-snow-flake img{*/
/*        animation: 27s ease 0s infinite normal none running wpSuperSnow_l;*/
/*}*/



.btn-8 {
    background-color: #ea788f;
    line-height: 42px;
    padding: 0;
    margin-top: 2rem;
    border: none;
}
.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
    height: 100%;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ea788f;
  transition: all 0.3s ease;
}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background: transparent;
}
.btn-8:hover span{
  color: #ea788f;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #ea788f;
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
  
#main_index{
    padding-bottom: 0 !important;
    overflow: hidden;
}

#main_index .dropdown.nav_item.shopping{
    display: none;
}
/*ts*/
.loginButton{
    position: relative;
    transition: all ease-in-out 0.25s;
}
.loginDropDown{
    position: absolute;
    background: #f0f2f5;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
    left: 15px;
    top: 22.6px;
    display: none;
    transition: all ease-in-out 0.25s;
}

.loginButton:hover .loginDropDown{
    animation : .4s fadeUp both;
    display: block;
    
}
@keyframes fadeUp{
    0% {
    -webkit-transform: translate3d(0,20%,0);
    opacity: 0;
    transform: translate3d(0,20%,0);
}

100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
}
}
.dropDownItem a{
    display: inline-block;
    background: #fff;
    line-height: 35px;
    width: 130px;
    text-decoration: none;
    padding-left: 15px;
}
.dropDownItem a:hover{
    color: #fff;
    background: #36c1cd;
}



.searchWrapper{
    display: flex;
    position: fixed;
    z-index: 999;
    right: calc(15%  - 130px);
    top: 46.4px;
}

.boxSearch {
    display: none; 
    position: absolute;
    top: 40px;
    left: -605%;
}
.nav_search .search_button {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.nav_search input {
    background: #f0f2f5;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}

#main_index .nav_search .search_button .fas.fa-search{
    margin-left: 0;
    color: #fff;
    display: flex;
    color: #000;
    opacity: 0.8;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.btnClose{
    display: none;
}
#closeIcon{
    display: none;
}

#main_index .searchWrapper i{
    margin-left: 25px;
    color: #8ace9e;
    font-size: 20px;
}
 .searchWrapper i{
     font-size: 20px;
    color: #8ace9e;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}
.btnSearch{
    cursor: pointer;
}

.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
@media screen and (max-width:1300px){
    .loginDropDown {
    left: calc(50% - 47px);
}
.boxSearch {
    left: -231%;
}
}

/*navbar*/
.navbar_type8 {
    height: 120px;
}

.dark_nav{
    background-color:#fff!important;
    box-shadow: 0px 0px 2px #00000057;
}
.navbar_type8 .nav_tab {
    flex: 0 1 85%;
    padding-right: 10%;
    
}
.navbar_type8 .logo {
    flex: 0 1 15%;
    margin-left: 0;
    overflow: unset;
}
.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}
#main_index .navbar_type8 .nav_tab .nav_item a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
        font-weight: 700;
    padding: 10px 1.5vw;
}

#main_index .navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
        font-weight: 700;
    padding: 10px 1.5vw;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
        font-weight: 700;
    padding: 10px 1.5vw;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
        font-weight: 700;
    padding: 10px 1.5vw;
}

#main_index .navbar_type8.dark_nav .nav_tab .nav_item a:hover {
    background: #018211;
    color: #fff;
    border-radius: 10px;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    background: #018211;
    color: #fff;
    border-radius: 10px;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-left: 25%;
        border-radius: 0px 0px 10px 10px;
}
.navbar_type8 .nav_tab .nav_item a.active {
    background: #c7996d !important;
    color: #fff !important;
    border-radius: 10px;
}
/*banner*/
@media screen and (min-width:993px){
    .index_wrapper_2{
    margin-top: -120px;
}
}
.bannerTextWrapper{
    color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.banner_big_title{
    font-size: 2.8vw;
    margin-top: 0.5rem;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 5px #00000078;
    font-weight: 700;
    padding-right: 27%;
}
.banner_big_title span{
    display: block;
}
.bannerText span{
     display: block;
}
.bannerText{
    font-size: 16px;
    letter-spacing: 2px;
}
.banner_small_title{
    font-size: 15px;
    text-shadow: 2px 2px 5px #00000078;
}
.banner_button a{
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    /*margin-top: 8%;*/
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 50px;
    display: inline-block;
    border: 1.5px solid #018211;
    transition: all ease 0.45s;
    text-shadow: 2px 2px 5px #00000078;
    background: #018211;
    
}
.banner_button a:hover{
    background: transparent;
    border: 1.5px solid #ffffff;
}
.bannerTextWrapper{
    overflow: hidden;
}
.bannerImgBone{
    max-width: 8vw;
    position: absolute;
    bottom: 10%;
    right: 18%;
    
}
.bannerImgBone img{
    animation: bone 3s infinite;
}
.bannerFootPrint_1 img{
    animation: foot 3s infinite;
}
.bannerFootPrint_2 img{
    animation: foot 3s infinite;
}
.anyNameWrapper{
    display:flex;
    justify-content: start;
    align-items:center;
    margin-top:25px;
}
@keyframes bone{
    0%{
        transform: rotate(30deg);
    }
    50%{
        transform: rotate(-30deg);
    }
    100%{
        transform: rotate(30deg);
    }
}
@keyframes foot{
    0%{
        transform: rotate(-30deg);
    }
    50%{
        transform: rotate(30deg);
    }
    100%{
        transform: rotate(-30deg);
    }
}

.bannerFootPrint_1{
    max-width: 6vw;
    position: absolute;
    bottom: 16%;
    right: 11%;
}
.bannerFootPrint_2{
    max-width: 7vw;
    position: absolute;
    bottom: 21%;
    right: 5.8%;
}
@media screen and (max-width:992px){
    .bannerTextWrapper {
        left: 5%;
        top: 43%;
    }
    .bannerText {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .banner_big_title {
    font-size: 23px;
}
}

@media screen and (max-width:767px){
    .item.slick-slide > img{
        height: 400px !important;
        object-fit: cover;
    }
    .bannerTextWrapper {
        width: 80%;
        top: 45%;
    }
    .bannerText span {
        display: inline;
    }
    .banner_small_title {
        font-size: 13px;
    }
    .bannerText {
        font-size: 13.4px;
        text-shadow: 1px 1px 5px black;
    }
    .banner_small_title > br{
        display:none;
    }
    .banner_button a {
        font-size: 11px;
        padding: 8px 12px;
        letter-spacing:1px;
    }
    .banner_big_title {
        font-size: 20px;
    }
    .anyNameWrapper{
        margin-top:15px;
        display:block;
    }
    .banner_button a{
        margin-bottom:5px;
    }
    
}
/*sec1*/
.container_sec1{
        padding-top: 5%;
}
.sec1Wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.sec1{
    padding:7%;
    background:#f9f9f9;
    border-radius:5px;
}
.sec1_Img{
    max-width: 70px;
}
.sec1_Img img{
    animation: scale 2s infinite;
}
@keyframes scale {
    0%{
      transform: scale(1);  
    }
    50%{
      transform: scale(1.1);  
    }
    100%{
      transform: scale(1);  
    }
}
.sec1_bigtitle {
    font-size: 2.3vw;
    line-height: 1.2;
    color: #099006;
    font-weight: 900;
    position: relative;
    margin-bottom:30px;
}
.sec1_Title{
    color: #099006;
    font-weight: 900;
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height:1.3;
}
.sec1_content{
    font-size: 16px;
}



@media screen and (max-width:992px){
    .sec1Wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media screen and (max-width:767px){
    .sec1_bigtitle{
        font-size:22px;
    }
    .sec1_Title {
        font-size: 16px;
    }
    .sec1_content {
        font-size: 13.4px;
    }
}

/*sec2*/
.sec2_left{
    display: flex;
    align-items: center;
    margin-left: 17%;
}
.sec_right{
    display: grid;
    grid-template-columns: 41% 41%;
}
.sec2_wrapper{
    display: grid;
    grid-template-columns: 47% 1fr;
}
.sec2_left_dogImg{
    max-width:100%;
}
.sec_right_Img{
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

.sec_right_Img p{
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 600;
    background: #098906;
}

.sec_right_Img a{
    text-decoration: none;
}
.sec_right_Img img{
    transition: all ease-in-out 0.45s;
}
.sec_right_Img img:hover{
     transform: translateY(-10px);
}
.container_sec2{
    position: relative;
    padding-bottom: 8.5%;
    padding-top: 1%;
    margin-top: 4%;
}
.container_sec2:after{
    content: "";
    position: absolute;
    background: url(https://cdn1.npcdn.net/img/1717492163sec2-bg.png);
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.sec2_left_footPrint_1{
    max-width: 4.5vw;
    margin-top: -17%;
}

.sec2_left_footPrint_1 img{
    animation: bone 3s infinite;
}
.sec2_left_footPrint_2 img{
    animation: foot 3s infinite;
}
.sec2_left_footPrint_2{
    max-width: 5.5vw;
    margin-top: -30%;
    margin-left: -3%;
}

@media screen and (max-width:992px){
    .sec2_wrapper {
    display: grid;
        grid-template-columns: 1fr;
    }
    .sec2_left {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec_right {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .container_sec2:after {
        background-size: cover;
        background-position: center;
    }
    .sec2_left_footPrint_1 {
        max-width: 45px;
    }
    .sec2_left_footPrint_2 {
        max-width: 55px;
    }
}
@media screen and (max-width:767px){
    .sec_right {
        grid-template-columns: 1fr;
    }
    .container_sec2:after {
        background: #f0f0f0;
        background-position: center;
    }
}

/*sec3*/
.container_sec3btn{
    padding-bottom:6rem;
}
.container_sec3btn .btn-8 {
    background-color: #099006;
    width:180px;
    margin:0 auto;
}
.container_sec3btn .btn-8:hover {
    background: transparent;
}
.container_sec3btn .btn-8:hover span {
    color: #099006;
}
.container_sec3btn .btn-8 span:before, .container_sec3btn .btn-8 span:after {
    background: #099006;
    
}
.container_sec3btn .btn-8:before, .container_sec3btn .btn-8:after {
    background: #099006;
    
}
.index_wrapper_5{
    padding-bottom: 5%;
}
.sec3TitleImg{
    max-width: 420px;
    transform: translateY(-50%);
    margin-left: 8%;
    margin-top: 8%;
}
#main_index #index_5_2 .productSlider-1{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}
#main_index .productSlider-1 .slick-prev {
    left: -25px;
}
#main_index .productSlider-1 .slick-next {
    right: -25px;
}


#main_index .service_type6 {
    background-color: transparent !important;
}

#main_index .service_type6.py-5{
    padding-top: 0rem!important;
}

#main_index .service_type6 .service_box_type6{
    /*box-shadow: 0px 0px 6px #00000029;*/
    padding: 10px;
    border: 1px solid #00000014;
    /*margin: 5px;*/
}

#main_index .service_type6 .service_box_type6 .tl-ellipsis{
    /*display: none;*/
}

@media screen and (max-width:1200px){
    #main_index .productSlider-1 .slick-prev {
    left: 0;
}#main_index .productSlider-1 .slick-next {
    right: 0;
}
}
@media screen and (max-width:767px){
    .sec3TitleImg {
        margin: 10% auto 3%;
        max-width: 280px;
        transform:unset;
    }
}
@media screen and (max-width:753px){
    .product_img{
        padding: 20px;
    }
        #main_index .productSlider-1 .slick-prev {
        left: 15px;
    }
    #main_index .productSlider-1 .slick-next {
        right: 15px;
    }
}
/*sec4*/
.container_sec4{
    color: #fff;
}

.sec4_top_Img{
    max-width: 65px;
    transform: translateY(-42%);
    
}
.sec4_top_Img img{
    animation: bone 3s infinite;
}

.sec4_content span{
    display: block;
}

.sec4_bigTitle{
    font-weight: 900;
    font-size: 2.55vw;
}

.sec4_content{
    font-size: 18px;
}

.sec4_pointsWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    margin-top: 4%;
}
.sec4_point{
      background: #262626;
    padding: 3vw 3vw 4vw;
    border-radius: 15px;
}
.sec4_point_title{
    font-size: 22px;
    margin-bottom: 0.8rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.sec4_point_title span{
    color: #92d6a6;
    font-size: 50px;
}

.sec4_point_content{
    font-size: 18px;
}

.sec4Wrapper{
    background: url(https://cdn1.npcdn.net/img/1717488834sec4-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 11% !important;
}

@media screen and (max-width:992px){
    .sec4_pointsWrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .sec4_point{
        flex-basis: 100%;
    }
    .sec4_bigTitle {
        font-size: 22px;
    }
    .sec4_point_title {
        font-size: 20px;
    }
    .sec4_point {
        padding: 5% 10% 8%;
    }
    .sec4_point_content {
        font-size: 15px;
    }
    .sec4Wrapper {
        /*background: #3fb8a7;*/
    }
    
}
@media screen and (max-width:767px){
    .sec4_content {
        font-size: 13.4px;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .sec4_content span {
        display: inline;
    }
}
/*sec5*/
.sec5TitleImg{
    max-width: 310px;
    margin-left: 8%;
}

.sec5Ttile{
    margin-left: 12%;
    color: #c7996d;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 8px;
}
.container_sec5{
    margin-top: -3%;
}
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}
#main_index .hp_photoGallerySlider_type3 {
    background-color: #fff;
    padding-bottom: 5%;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -20px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -20px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    filter: brightness(0) invert(0);
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
#main_index .hp_photoGallerySlider_type3 .container{
    max-width: 85%;
}
#main_index .photo-gallery3 .slick-dots{
    display: none !important;
}

@media screen and (max-width: 992px){
    .container_sec5 {
        margin-top: 0;
        padding-top: 2rem;
    }
}
@media screen and (max-width: 767px){
    .sec5TitleImg {
        max-width: 220px;
        margin: 0 auto;
    }
    .sec5Ttile {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }
}
/*sec6*/
.font-middle {
    font-weight: bold;
    text-transform: uppercase;
}
.font-big {
    font-size: 2.3vw;
    line-height:1.2;
    color: #099006;
    font-weight: 900;
    position: relative;
    /*font-weight: 300;*/
}
.font-big:after {
    content: '';
    background-color: #099006;
    width: 5%;
    height: 2.5px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.font-small {
    line-height: 1.8;
    max-width: 906px;
    font-size: 16px;
    /*font-weight: 300;*/
    margin: 0 auto;
}
.main1 ul li {
    padding: 0 15px;
    display: inline-block;
}
.btn1 {
    display: inline-block;
    background-color: #4682b4;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 5px 0 #df9829;
}
.btn1:hover {
    background-color: #df9829;
    color: #ffffff;
    box-shadow: 0 2.5px 0 #4682b4;
    text-decoration: none;
}
.main1 {
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/userfiles/23378/image/main1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.row.space{
        background: linear-gradient(to right, rgba(255,255,255,0.95), #ffffff, rgba(255,255,255,0.95));
        padding-bottom: 3%;
}
.container-fluid.main1 .btn-8 {
    background-color: #099006;
    
}
.container-fluid.main1 .btn-8:hover {
    background: transparent;
}
.container-fluid.main1 .btn-8:hover span {
    color: #099006;
}
.container-fluid.main1 .btn-8 span:before,.container-fluid.main1 .btn-8 span:after {
    background: #099006;
    
}
.container-fluid.main1 .btn-8:before,.container-fluid.main1 .btn-8:after {
   
    background: #099006;
    
}

/*main1*/
.about_content{
    padding:5%;
}
/*sec7*/
.footer_ImgWrapper{
    position: relative;
}
.footer_Img{
    max-width: 7vw;
    bottom: 0;
    right: 6.5%;
    transform: translateY(9%);
    position: absolute;
    z-index: 20;

}
#main_index .index_wrapper_8{
    position: relative;
    z-index: 20;
    overflow: unset;
}
/*footer*/
.footer_type10 .title {
    min-height: 120px;
}
.footer_type10 .logo img {
    max-height: 80px;
}
.footer_type10 {
    background-color:#262626;
}
.footer_Img img{
    animation: 2s footerFoot infinite;
}
.footer_type10 a:hover {
    color: #c7996d;
}

.footer_type10 .text{
    font-size: 14px;
}

.footer_type10 .icon{
    padding: 0;
}
@media screen and (max-width:1200px){
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (max-width:992px){
    .footer_Img {
    max-width: 70px;
}
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .font-big {
        font-size: 25px;
    }
}
@media screen and (max-width:767.98px){
   
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@keyframes footerFoot {
    0%{
        transform: scale(1.05) translateY(22%);
    }
    50%{
        transform: scale(1) translateY(32%);
    }
    100%{
        transform: scale(1.05) translateY(22%);
    }
}


@media all and (max-width:1024px){
    .sec2_left{
        margin-left: 0;
    }
    
    .sec_right{
        padding-left: 10%;
    }
    
    .sec_right_Img{
       margin: 5px; 
    }
}


@media all and (max-width:992px){
    .sec_right{
        padding-left:0;
    }
    
    .sec_right_Img {
    max-width: 100%;
    }
    
    #main_index .service_type6.py-5 .container{
    max-width: 1000px;
    }
    
    .navbar_mobile{
        background-color:#fff!important;
    }
    
    .navbar_mobile .logo_img {
    max-height: 60px;
    }
    
    .navbar_mobile .row_1.w-100.pt-3{
        padding-top: 0.5rem!important;
    }
}


@media all and (max-width:768px){
    
}


@media all and (max-width:580px){
    .sec_right_Img {
         margin: 0px; 
    }
    
    .sec_right_Img{
        max-width: 100%;
    }
    
    .banner_big_title{
        padding-right: 0;
    }
    
    .item.slick-slide > img {
        height: 320px !important;
    }
}

/*About_us_page*/
.about_us_page {
    padding-bottom: 3rem;
    padding-top: 2rem;
}
.about_us_container {
    /*left: 10%;*/
}

.about_us_page .row{
    align-items: center;
}

.about_us_title {
    right: 5%;
    padding: 0rem 3rem 3rem 3rem;
    
}
.about_us_container img{
    max-width: 100%;
    width:70%;
    margin-left: 8rem;
}

.about_us_BigTitle h2 {
    /*text-transform: uppercase;*/
    /* letter-spacing: 1px; */
    font-weight: 800;
    padding-bottom: 1rem;
    color: #018111;

}

.about_us_BigTitle p{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

.Sec4content-img{
    width: 280px;
}

.sec4content_Box{
    text-align: center;
}

@media all and (max-width:1300px){
    .footer_type10 .logo img {
    max-height: 60px;
    }
    
    .Sec4content-img{
    width: 250px;
    padding: 5px;
    }
}

@media all and (max-width:1024px){
    .about_us_title{
        padding: 0;
        padding-left: 1.5rem;
    }
    
    .about_us_container img {
        max-width: 100%;
        width: 70%;
        margin-left: 4rem;
    }

     .Sec4content-img{
    width: 200px;
    padding: 5px;
    }


}


@media all and (max-width:992px){
    .about_us_container img{
        text-align:center;
    }
    .about_us_title{
        padding: 2rem;
        left: 0%;
    }
    
    .about_us_BigTitle h2{
        text-align: center;
    }
    
    .about_us_BigTitle p {
        text-align: center;
    }
    
     .about_us_container img{
    margin-left: 0;
    width:100%;
    }
    
    .footer_type10 .logo img {
    max-height: 80px;
    }
    
    .Sec4content-img{
    width: 300px;
    }
}

@media all and (max-width:580px){
     .Sec4content-img{
    width: 250px;
    }
}

@media all and (max-width:580px){
    .about_us_container {
    /*left: 13%;*/
        
    }
}

