/*for font start */

.vs-bigsize1{
  font-weight: 700;
font-size: 35px;
}
.vs-bigsize2{
font-weight: 700;
font-size: 21px;
}
.vs-bigsize3{
font-weight: 700;
font-size: 16px;
line-height: 1.5;
}
.vs-smallsize1{
font-weight: 100;
font-size: 35px;
}
.vs-smallsize2{
font-weight: 100;
font-size: 21px;
}
.vs-smallsize3{
font-weight: 100;
font-size: 16px;
line-height: 1.5;
}

/*for font end*/
.vs_row{
  justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.vs_icon{
    color: #c2af0f;
}
/*for Web start*/

@media (min-width: 992px){

    .navigation ul > li {
                    color: #c2af0f;
                }

/*for blogs start*/
.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 blogs end*/

/*for Text USP start*/
.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;   
    }
/*for Text USP end*/

/*for Counter USP start*/
.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;   
    } 
/*for Counter USP end*/

}
/*for Web end*/

/*for PWA start*/
@media (max-width: 991px){

    .navigation ul > li {
                    background: #c2af0f none repeat scroll 0 0;
                    color: #ffffff;
                }

/*for blog start*/
.col-blog{
    padding-left: 0px;
    padding-right: 0px;
}    
.row-blog{
    width: 95%;
    margin-bottom: 50px;
}  
/*for blog end*/

/*for Text USP start*/
.T-usp-item{
    margin-bottom: 50px;
}
.T-usp-item-new{
    margin-bottom: 10px;  
} 
/*for Text USP end*/

/*for Counter USP start*/
 .C-usp-item{
    margin-bottom: 50px;
}
.C-usp-item-new{
    margin-bottom: 10px;  
} 
/*for Counter USP end*/

    }
/*for PWA end*/

/*for DO Component start*/
.DO-featured-three-column .DO-inner-box {
    border: 2px solid #c0b316;
    position:relative;
    max-width:500px;
    margin:0 auto;
    background:unset !important;
    color:#cccccc;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.DO-featured-three-column .column:nth-child(even) .DO-inner-box {
    background:unset !important;
    color:#ffffff;
    border: 2px solid #094e24;
}
.DO-featured-three-column h3{
    font-size:24px;
    color: #3a4145 !important;
    font-weight:800;
    margin:15px 0px !important;
    text-transform:capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: unset !important;
}
/*for DO Component end

/*for testimonial start*/
.testi-close{
  position: absolute;
    top: -4px;
    right: 2px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    float: right;
}
/*for testimonial end*/

/*for gallery start*/
.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;
}
.vs-gallery-img-pic{
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
    max-width: 100%;
}
.gallery-item{
    margin-bottom: 50px;
}
/*for gallery end*/

/*for blogs start*/
.blog-img{
    aspect-ratio: 1/1;
}
.blog-extra-info1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-date{
    padding-left: 5px;
}
.blog-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-author{
    padding-left: 5px;
}
.blog-category{
    padding-left: 5px;
}
.blog-item{
    border: 1px solid #ddd;
}
.blog-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*height: 48px;*/
}
.blog-extra-info{
    margin: 0px 10px 5px 10px;
    height: 24px;
}
.blog-extra-info1{
    margin: 0px 10px 5px 10px;
    height: 24px;
}
.row-blog{
    border: 1px solid #ddd;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.blog-info{
    text-align: left;
}
/*for blogs end*/

/*for Text USP start*/
.T-usp-item{
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}   

.T-usp-img{
    margin-bottom: 10px;
}
.T-usp-title{
    margin-bottom: 10px;
}
.T-usp-desc{
    margin-bottom: 10px;
}
.T-usp-main{
    background-color: #fff;;
    padding: 30px;
}
/*for Text USP end*/

/*for Counter USP start*/
.C-usp-item{
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}   

.C-usp-img{
    margin-bottom: 10px;
}
.C-usp-title{
    margin-bottom: 10px;
}
.C-usp-desc{
    margin-bottom: 10px;
}
.C-usp-main{
    background-color: #fff;
    padding: 30px;
}
.C-usp-flag{
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    color:  #c2af0f;
}
.C-usp-suffix{
    margin-left: 5px;
}
/*for Counter USP end*/

/*for team start*/
.solid-row{
background: #f0f0f0;
}
.vs_testi-img{
    width: 100%;
    max-width: 380px;
    height: auto;
}
/*#greeting-slide .owl-item{
    width: auto !important;
}*/
.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;border-radius: 50%;overflow: hidden;margin: 0 auto;position: absolute;top: -50px;left: 0;right: 0;
}
.vs_testimonial-img{
    width: 100%;height: auto;
}
.team-name{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
margin-bottom: 5px;
}
.team-desc{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
margin-bottom: 5px;
}
.team-design{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
margin-bottom: 5px;
}
.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;
}
.team-social-img{
    width: 20px;
    margin-right: 10px;
}
/*for team end*/

/*for FAQ start*/
.accordion{
    margin-bottom: 15px;
}
/*for FAQ end*/

@media screen (max-width:992px){
    .table_main{
        display: table;
    }

    .table_bottom{
        display: table-footer-group;
    }
    .table_top{
        display: table-header-group;
    }
}