/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
/* .navActive{
    background: #00A4EF;
    color: white !important;
    border-bottom: 5px solid black;
} */
/* html{
    scroll-behavior: smooth !important;
} */
.active-custom-one{
    background: #f5f5f5;
    color: black;
    box-shadow: 0px 0px 1px black;
}
.active-custom-two{
    background: #e0e0e0;
    color: black;
    box-shadow: 0px 0px 1px black;
}
.text-j{
    text-align: justify;
}
.color-new{
    color: black;
}
.size-new{
    font-size: 17px;
}
.pt-pb-zero{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pb-zero{
    padding-bottom: 0px !important;
}
.img-animation{
    margin: 10px;
    border: 10px solid transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.568);
}
.intro-img{
    border: 1px solid rgba(0, 0, 0, 0.171);
}
/* carousel */
.owl-controls .owl-nav > div {
    padding: 0px !important;
    background: #00A4EF;
    border: 3px solid rgb(255, 255, 255);
    box-shadow: 0px 0px 10px #00000082;
}
.pe-7s-angle-left{
    margin-top: 5px;
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bolder;
}
.pe-7s-angle-right{
    margin-top: 5px;
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bolder;
}
/* carousel */
/* innerpage */
.this-div-none-lg{
    display: none !important;
}
/* mediaQuery */

/* popup nav */
#openNave{
    display: none;
}
.open-nav-bar-helper{
    position: relative;
}
.open-nav-bar{
    position: absolute;
    left: 90%;
}
 .leo_section {
  margin-top: 40px;
  margin-bottom: 20px;
}
.leo_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.leo_logo_wrap {
  flex: 0 0 auto; 
}
.leo_logo {
  width: 100px; 
  height: auto;
  object-fit: contain;
}
.leo_text_wrap {
  flex: 1;
  display: flex;
  align-items: center;
}
.leo_text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #333;
}
/* popup nav */
@media(max-width: 992px){
    html{
        scroll-behavior: smooth !important;
    }
    .nav-hide-tatal{
        display: none !important;
    }
    #openNave{
        display: block;
    }
    .this-div-none-lg{
        display: block !important;
    }
    .lg-none-img{
        width: 100%;
    }
    .this-div-none-sm{
        display: none !important;
    }
    .margin-on-img-upper{
        margin-top: 20px;
    }
}
@media(max-width: 800px){
    /* QA */
.QaPadding-top-bottom-zero{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.Qa-margin-add-responsiv{
    margin-top: 20px;
}
.seven-six-seven-p{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.QA-carousel-container-padding-minus{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.QA-carousel-gallery-padding-minus{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.QA-carousel-contant-padding-minus{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.Qa-contant-margin-b-zero{
    margin-bottom: 0px;
}
/* QA */
}
@media(max-width: 767px){
    .pr-zero-res{
        padding-right: 0px;
    }
    .footerLogo{
    width: 50%;
    margin-bottom: 30px;
    }
    .Qa-responsiv-none{
        display: none;
    }
    /* .seven-six-seven-p{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .QA-carousel-container-padding-minus{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .QA-carousel-gallery-padding-minus{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .QA-carousel-contant-padding-minus{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    } */
}
@media(max-width: 576px)
{

  .leo_logo {
    width: 85px;
} 
.leo_text {
    font-size: 15px;
}
}
@media(max-width: 480px){
    /* .QA-carousel-container-padding-minus{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .QA-carousel-gallery-padding-minus{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .QA-carousel-contant-padding-minus{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    } */
    /* .Qa-contant-margin-b-zero{
        margin-bottom: 0px;
    } */
   .leo_text {
    font-size: 12px;
}
  .leo_logo {
    width: 60px;

}
@media(max-width: 380px)
{
  .leo_logo {
    width: 50px;
} 
}
@media(max-width: 320px)
{
  .leo_logo {
    width: 40px;
} 
   .leo_text {
    font-size: 11px;
}
}
/* mediaQuery */
