 @font-face {
  font-family: 'Libre_Baskerville';
  src: url('../../../../fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'coco_gothic';
  src: url('../../../../fonts/coco_gothic/CocoGothic_trial.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'The_Seasons';
  src: url('../../../../fonts/The_Seasons/Fontspring-DEMO-theseasons-reg.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../../../../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sauce';
  src: url('../../../../fonts/open-sauce/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cormorant_Garamond';
  src: url('../../../../fonts/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 /*for WEB start*/
    
        @media (min-width: 992px){
                .col-md-3 .blog-item{
                    margin-bottom: 0px;
                }
                .col-md-3 .team-item{
                    margin-bottom: 0px;
                }
                .col-md-3 .T-usp-item{
                    margin-bottom: 0px;
                }
                .T-usp-container{
                     display: table;border-spacing: 20px;   
                    }  
                .T-usp-row{
                    display: table-row;height: 100%;    
                    } 
                .T-usp-item-new{
                    display: table-cell;float: none;   
                    }
                .col-md-3 .C-usp-item{
                    margin-bottom: 0px;
                }
                .C-usp-container{
                     display: table;border-spacing: 20px;   
                    }  
                .C-usp-row{
                    display: table-row;height: 100%;    
                    } 
                .C-usp-item-new{
                    display: table-cell;float: none;   
                    } 
                .col-md-4 .team-item{
                    margin-bottom: 0px;
                }
                .col-md-3 .gallery-item{
                    margin-bottom: 0px;
                }
                .vs-row4 {
                display: flex;
                justify-content: center;
               }
                .vs-row4-width{
                    width: 25%;
                }
                .vs-row5-width{
                    width: 25%;
                }
                .vs-row3{
                    display: flex;
                    justify-content: center;
                }
                .vs-row3-width{
                    width: 33.33333333333333%;
                }
                .navigation ul > li {
                    color: #c2af0f;
                }
                .col-blog{
   padding-left: 0px;
}
.row-blog-li{
    display: flex;align-items: center;
}
.row-blog{
    width: 48%;
}
.vs-row-blog{
    display: flex;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
}
                
                
            }

/*for WEB end*/

/*for PWA start*/

            @media (max-width: 991px){
                .col-xs-12 .blog-item{
                    margin-bottom: 50px;
                }
                .col-md-3 .team-item{
                    margin-bottom: 50px;
                }
                .col-xs-12 .T-usp-item{
                    margin-bottom: 50px;
                }
                .T-usp-item-new{
                    margin-bottom: 10px;  
                } 
                .col-xs-12 .C-usp-item{
                    margin-bottom: 50px;
                }
                .C-usp-item-new{
                    margin-bottom: 10px;  
                } 
                .col-xs-12 .team-item{
                    margin-bottom: 50px;
                }
                .col-xs-12 .gallery-item{
                    margin-bottom: 50px;
                }
                .navigation ul > li {
                    background: #c2af0f none repeat scroll 0 0;
                    color: #ffffff;
                }
                .col-blog{
    padding-left: 0px;
    padding-right: 0px;
}    
.row-blog{
    width: 95%;
    margin-bottom: 50px;
}
.vs_dodiv{
    margin-bottom: 50px;
}
                
            }

/*for PWA end*/


.vs_sec-title{
    margin-bottom: 50px;
    font-family: 'The_Seasons' !important;
}
.vs_sec-title h2{
    font-family: 'The_Seasons' !important;
}
.sec-title h2{
    font-family: 'The_Seasons' !important;
}
.blog-img{
    aspect-ratio: 1/1;
}
.blog-extra-info1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-date{
    padding-left: 5px;
    /* font-family: 'coco_gothic'; */
    /* letter-spacing: 1.2px; */
}
.blog-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-author{
    padding-left: 5px;
    font-family: 'coco_gothic';
    letter-spacing: 1.2px;
}
.blog-category{
    padding-left: 5px;
    font-family: 'coco_gothic';
    letter-spacing: 1.2px;
}
.blog-item{
    border: 1px solid #ddd;
}
.blog-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #474747;
    margin-bottom: 4px;
    font-family: 'coco_gothic';
    letter-spacing: 1.2px;
    /*height: 48px;*/
}
.blog-extra-info{
    margin: 0px 10px 5px 10px;
    height: 24px;
}
.blog-extra-info1{
    margin: 0px 10px 5px 10px;
    height: 24px;
}
.list-arrow a{
    font-family: 'Inter';
    font-size: 16px;
}
.team-item{
    border: 1px solid #ddd;
}
.team-img{
    padding-bottom: 15px;
}
.team-name{
            margin: 0px 15px 15px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-family: 'Inter';
            font-size: 17px;
        }
        .team-designation{
            margin: 0px 15px 15px 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            font-family: "Libre_Baskerville" !important;
            font-size: 13px;
        }
.team-social-icon{
    padding: 0px 15px 15px 15px;
}
.team-social-icon ul{
    padding-left: 0px; margin-bottom: 0px;
}
.team-social-icon ul li{
    list-style-type: none;
    display: flex;
}
.team-social-img{
    width: 20px;
    margin-right: 10px;
}
.widget-title{
    font-family: "Libre_Baskerville" !important;
    font-size: 25px;
    margin-bottom: 12px;
}
.T-usp-item{
    text-align: center;
    padding: 20px;
    border-radius: 5px;
} 
.T-usp-title{
    color: #3e3e3e !important;
}
.T-usp-img{
    margin-bottom: 10px;
}
.T-usp-title{
    margin-bottom: 10px;
    font-family: "Libre_Baskerville" !important;
}
.T-usp-desc{
    margin-bottom: 10px;
    font-family: "Libre_Baskerville" !important;
    color: #727272;
}
.T-usp-main{
    background-color: #084d24;;
    padding: 30px 30px 0px 30px;
}

.C-usp-item{
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    font-family: 'Inter';
    letter-spacing: 0.7px;
}   

.C-usp-img{
    margin-bottom: 10px;
}
.C-usp-title{
    margin-bottom: 10px;
}
.C-usp-desc{
    margin-bottom: 10px;
}
.C-usp-main{
    background-color: #c2af0f;
    padding: 30px;
}
.C-usp-flag{
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    color:  #c2af0f;
}
.C-usp-suffix{
    margin-left: 5px;
}

/*.vs_testi-img{
    width: 100%;
    max-width: 380px;
    height: auto;
}
.vs_testimonial{
    padding: 70px 30px 13px 30px;
    text-align:center;
    margin: 65px 30px 0px;
    position: relative;
}
.vs_testimonial-pic{
    box-shadow: 0px 0px 0px 10px #ffffff;
    width: 100px;height: 100px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.vs_testimonial-img{
    width: 100%;height: auto;
}*/
.vs_testimonial{
            padding: 70px 30px 13px 30px;
            text-align:center;
            margin: 65px 0px 0px;
            position: relative;
        }
        .vs_testimonial-pic{
            box-shadow: 0px 0px 0px 10px #ffffff;width: 100px;height: 100px;border-radius: 50%;overflow: hidden;margin: 0 auto;position: absolute;top: -50px;left: 0;right: 0;
        }
        .vs_testimonial-img{
            width: 100%;height: auto;
        }
        .quote-text{
            color: #3d4049;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
        }
.solid-row {
    background: #f0f0f0;
}
.quote-text{
    color: #3d4049;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.gallery-item{
    text-align: center;
    /* border: 1px solid #ddd; */
}
.gallery-img{
    margin-bottom: 15px;
}
.gallery-name{
    margin: 0px 15px 15px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 25px;
    font-family: "Libre_Baskerville";
    color: #5c5c5c;
    font-size: 14px;
}
.vs-gallery-img-pic{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 100%;
}

/*Accordion*/
        .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /*font-size: 15px;*/
  transition: 0.4s;
  font-family: 'Inter';
  border: 2px solid #000 !important;
  border-radius: 26px;
  margin-bottom: 12px;
}

/*.active, .accordion:hover {
  background-color: #ccc;
}*/

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.vs_active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
}

.faq-desc{
    margin: 10px;
    font-family: 'Inter';
}
.vs_icon{
    color: #d92929;
}
.vs_section {
    padding: 50px 0;
    position: relative;
}
.testi-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.vs-testi-video{
    position: absolute;
    bottom: -45px;
    right: 8px;
    }

.dodiv {
    font-size: 24px;
    border: 2px solid #084d24;
    padding: 30px 12px;
}
.row-blog{
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.other-product-cat{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 8px 0px !important;
    font-family: 'open_sauce';	
}