.logo img{
	height: 120px;
}

.title-desc p{
	text-align: justify;
}

.gallery img{
	margin-bottom: 25px;
	    border: 1px solid #bdbdbd;
}

.gall{
	margin-top: 20px;
}


@media (max-width: 768px){
.site-branding {
     padding: 10px 0; 
}
.logo img {
    height: 80px;
}
.bro {
    margin-top: -25%;
    width: 100% !important;
  }
  .ttm-tabs.ttm-tab-style-04 .content-tab {
        width: 100%;
    margin-top: -12%;
  }

  .ttm-tabs.ttm-tab-style-04 .tab-figure {
    margin: 20px -2px 0px 0px;
}

}

.about img{
	margin-top: 15px;
}

._2tga._8j9v{
	display: none !important;
}


/*<..>*/


/*<..>*/

.bro{;
  width: 25%;
   padding: 20px 10px 10px;
    position: relative;
    margin-bottom: 30px;
        margin-left: 2%;
}   


.bro .download_block .download_img_icon a i {
    font-size: 21px;
    padding-top: 10%;
    color: var(--skin-color);
}

.bro .title {
    display: block;
    margin-left: 0px;
    padding-left: 22px;
}

.bro .title:before, .bro .title:after {
    display: block;
    content: "";
    position: absolute;
    height: 22px;
    width: 2px;
    left: 0;
    top: 4px;
    transform: rotate(12deg);
    background-color: var(--skin-color);
}

.bro .title:after {
    left: 7px;
}
.bro .title:before, .bro .title:after {
    display: block;
    content: "";
    position: absolute;
    height: 22px;
    width: 2px;
    left: 0;
    top: 4px;
    transform: rotate(12deg);
    background-color: var(--skin-color);
}

.bro .download_block {
    background: var(--dark-grey-color);
    padding: 40px 15px 15px;
    margin-bottom: 25px;
}

 .download_block h2 {
    color: var(--white-color) !important;
    font-weight: 600;
    margin-bottom: 0;
        margin-top: -13%;
    margin-left: 13%;
    font-size: 16px !important;
    line-height: 27px;
}

.nse{
  font-size: 15px;
    text-align: justify;
        line-height: 2;
}

.tab-figure img{
  transition: 0.5s;
}

.tab-figure  img:hover{
     scale: 1.1;
     border: 5px solid #d2a561;
     border-radius: 5px; 
   }

   .google_map{
    border-top: 2px solid #d2a561;
   }
   
   
   .messages1{
       color:red;
       font-size:12px;
   }
   
   .error{
       color:red !important;
       font-size:12px;
   }