@media(max-width:3000px) and (min-width:280px){
   

/* start gallery page section */
.container__img-holder {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    margin-left: 16px;
    cursor: pointer;
  }


  .col-lg-5s
  {
    width:20%;
    padding-left:15px !important;
    padding-right:15px !important;
  }



/* start slider section **/
.dosttstdg .owl-dots
{
margin-top:-32px !important;
}
/* end slider section **/




/* start whychoose us section */
.whychosssd ul li:before
{
content:'\f046';
font-family:FontAwesome;
line-height:30px;
color:#eb2131 !important;
margin-right:10px;
}
/* end whychoose us section */






.parsfddetalsd p
{ 
  margin-bottom:0 !important;
}



.mrrrgsbd
{
  margin:15px 0 !important;
}




/* start gallery section */

.main .container {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


.py-80
{
  padding:80px 0 !important;
}
.card-image
{
  width:100%;
  height:177px;
  overflow: hidden;

}
.card-image img
{
  transition: all 2s;
}
.card-image img:hover
{
transform:scale(1.1);
}

.card
{
  margin-bottom:15px !important;
  margin-top:15px !important;
}
/* end gallery section **/



/* start toottip section */
.element {
  /* background-color: #eee; */
  /* padding: 15px; */
  /* border-radius: 10px; */
  position: relative;
}
.element .tooltip img
{
  width:100%;
  margin-left:0 !important;
}
.element .tooltip {
  position: absolute;
    background-color: #f2f2f2;
    color: #e5e5e5;
    z-index: 99999999;
    border-radius: 7px;
    padding: 10px;
    box-shadow: 0 5px 10px -5px #060606;
    top: calc(100% + 0);
    left: 20%;
    max-width: 250px;
    width: max-content;
    transform: translateX(-50%) scale(0);
    transform-origin: bottom;
    transition: transform 0.3s;
}

.element:hover .tooltip {
  transform: translateX(-50%) scale(1);
}
/* end tooltip section */



/* start marketing seciton */

/* Float Shadow */
.prdctcontent {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.prdctcontent:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.prdctcontent:hover, .prdctcontent:focus, .prdctcontent:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.prdctcontent:hover:before, .prdctcontent:focus:before, .prdctcontent:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.pb-30
{
  padding-bottom:30px;
}


.markparas p
{
  margin-top: 37px;
  font-weight: 500;
  color: #232323;
  line-height: 19px;
  padding-left: 50px !important;
  border-left: 1px solid #002145;
}





.downlosd
{
  padding: 7px 11px;
  background-color: #d60000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  margin: 0 !important;
}
.prdctcontent
{
  padding:0  18px 20px;
}
.prdctcontent h3
{
  font-size: 20px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 550;
  line-height: inherit;
  margin-bottom: 4px;
  margin-top: 10px;
  color: #232323 !important;
}
.prdctcontent p
{
font-size:14px;
margin:0 !important;
}

.text-center
{
  text-align:center;
}

.contss td
{
  padding-top:12px;
  padding-bottom:12px;

}

.contss td img
{
  width: 25px;
  margin-left: 4px;
}
.mt-40
{
  margin-top:40px;
}
.text-center
{
  text-align:center;
}
table th
{
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #ffffff;
  padding-top: 8px;
  font-family: 'Montserrat', sans-serif !important;
  padding-bottom: 8px;
  background-color: #002145;
}
/* end marketing seciton */





  .container__img-holder h3
  {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Montserrat',sans-serif;
    color: #232323;
    text-align: center;
  }
  
  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 0;
  }
  
  .container__img-holder img {
    width: 100%;
    height: 220px;
    display: block;
  }
  
  
  /* Popup Styling */
  .img-popup {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 72%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .img-popup img {
    /* max-width: 900px;
    width: 100%; */
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  
  .close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  
  .mt-10
  {
      margin-top:10px;
  }
  .close-btn .bar {
    height: 4px;
    background: #fff;
  }
  
  .close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  
  .close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
  
  .opened {
    display: flex;
  }
  
  .opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
  }
  
  @keyframes animatepopup {
  
    to {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
  
  }
  
  @media screen and (max-width: 880px) {
  
    .container .container__img-holder:nth-child(3n+1) {
      margin-left: 16px;
    }
  
  }
/* end gallery page section */










/* start contact section */
.iconbgc
{
    height:80px;
    width:80px;
    background-color:#002145;
    border-radius:100%;
    text-align:center;
    margin:0 auto !important;
}
.contntadd
{
    text-align:center !important;
}
.contntadd h3
{
    font-family: 'Montserrat',sans-serif;
    font-size:13px;
    line-height:20px;
    margin-top:20px;
    color:#232323;
    margin-bottom:10px;
    font-weight: 600;
}
.contntadd p
{
    font-size: 14px;
    margin-bottom:0;
    font-family: 'Montserrat',sans-serif;
    line-height: 26px;
}
.iconbgc img
{
    margin-top:22px;
    width:30px;
}
.bgccltgrsss
{
    padding:80px 80px;
    text-align:center !important;
    background-color:#f1f1f1;
}


.bgccltgrsss h6
{
    font-size:12px;
    font-family: 'Montserrat',sans-serif;
    color:#002145;
    font-weight:550;
    letter-spacing: 1px;;
    margin-bottom:0 !important;
}


.bgccltgrsss h3
{
    font-size: 31px;
    font-weight:550;
    line-height: 45px;
    margin-top: 0 !important;
    font-family: 'Montserrat',sans-serif;
    color: #002145;
}

.mad-form-item  input
{
border-radius: 0 !important;
font-size:14px !important;
background-color:#fff !important; 
height:40px !important;
line-height:40px !important;
}

.mad-form-item  textarea
{
    border-radius:0 !important;
    font-size:14px !important;
    background-color:#fff !important;
    
}
/* end contact section */





.pt-80
{
    padding-top:80px;
}


.bgccpadddd
{
    background-color:#e5eef6 !important;
    padding:88px 80px;
}


.imgghftsss img
{
    width:100%;
    height:100%;
    object-fit: cover;
}

    
.pb-80
{
    padding-bottom:80px;
}
.about-fntsn h6
{
  font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #194e8c !important;
    font-weight: 550 !important;
    letter-spacing: 3.5px;
}
.about-fntsn h3
{
    font-weight:400;
    font-family: 'Lora', sans-serif;
    margin-bottom:15px;
    color:#232323;
    font-size: 29px;
    line-height: 40px;
}

.about-fntsn p
{
    color:#6f6f6f !important;
    font-size:15px !important;
    font-family:'Lato', sans-serif;
}
    
    }







@media(max-width:579px) and (min-width:280px)
{
.bgccltgrsss 
{
  padding:35px !important;
}
.col-lg-5s
{
  width:100%;
  padding-left:30px;
  padding-right:30px;
}
.mblwidssd
{
  width:50% !important;
}
.bgcs 
{
  padding:118 0 !important;
}
.mad-footer:not(.footer-2)
{
  padding-bottom:0 !important;
}
.mad-img img
{
  height:auto !important;
}
.mad-title
{
  font-size:34px !important;
}
.contstpdf h3
{
  font-size:30px !important;
}
.mad-footer:not(.footer-2)
{
  padding-top:0 !important;
} 
.corrrsf p
{
  text-align:left !important;
}
.contntadd
{
  margin-bottom:15px;
}
.mad-navigation--vertical-sm .sub-menu
{
  background-color:#5886bf !important;
}


/*table th
{
  width: auto !important;
}*/
.table-responsive
{
  width:100%;
  overflow: scroll !important; 
}
.imgghftsss img
{
  height:auto !important;
}

.bgccpadddd
{
  padding:30px 30px;
}

.ppdleft
{
  padding-left:30px !important;
  padding-right:30px !important;
}

.ppdreft
{
  padding-top:40px !important;
  padding-left:30px !important;
  padding-right:30px !important;
}

.col-xs-6
{
  width:50% !important;
}
.mad-navigation>li>a
{
  margin-left:0 !important;
}
/* .mad-col
{
  width:100% !important;
} */





.mad-counter-count
{
  font-size:40px !important;
}

.mad-counters[class*="item-col-"]:not(.no-gutters)>*
{
  padding-top:20px !important;
}

.mad-counter
{
  font-size:14px !important
}


.mblwidddssd
{
  width:100% !important;
}


}