@charset "utf-8";

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 2000px) {

}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 1600px) {
}

/********************************/
/*      Css      */
/********************************/
@media only screen and (max-width: 1900px) {
  
}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 1750px) {


}

/********************************/
/*      Css      */
/********************************/
@media only screen and (max-width: 1450px) {


}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 1200px) {
}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 1300px) {
    .titleBox p {
        font-size: 26px;
    }

}

@media screen and (max-width: 1197px) {
    .introSection h3 {
        font-size: 53px;
    }
 
}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 991px) {
    .swiper.mySwiper.thumb .swiper-slide {
        height: 210px;
    }
    .aboutImagePart img {
        height: 320px;
        object-fit: cover;
    }
    .masonry { /* Masonry container */
        -webkit-column-count: 1;
      -moz-column-count:1;
      column-count: 1;
     
      }
}

/********************************/
/*      Css      */
/********************************/
@media only screen and (max-width: 769px) {
    .introSection h3 {
        font-size: 48px;
        line-height: 68px;
    }
}

/********************************/
/*      Css      */
/********************************/
@media only screen and (max-width: 798px) {}

/********************************/
/*      Css      */
/********************************/
@media only screen and (max-width: 768px) {
    
}

/********************************/
/*      Css      */
/********************************/
@media only screen and (max-width: 575px) {

}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width:1023px) {}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 575px) {

}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 450px) {
    .sectionTitle {
        font-size: 40px;
        line-height: 54px;
    }
    
}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 315px) {
   
   
}

/********************************/
/*      Css      */
/********************************/
@media screen and (max-width: 300px) {
   
    .introSection h3 {
        font-size: 21px;
        line-height: 35px;
    }
    .btn-primary
    {
        display: block;
        width: 100%;
        padding: 11px 0;
    }
}

/********************************/
/*    Modal  Css      */
/********************************/
@media (min-width: 576px) {
   
}