
@import url('https://fonts.googleapis.com/css?family=Cardo|Lato|Montserrat|Open+Sans|Oswald|Prata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:700&display=swap');
/*font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Cardo', serif;
font-family: 'Prata', serif;
font-family: 'Lato', sans-serif;*/

body{
  margin: 0;
  padding: 0;
}
#mainNav {
 font-family: Cabin,Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
    width: 100wh;
  height:15vh;
  color: #fff;


}
.masthead{
  height: 100%!important;
  width: 100%;
  

}
.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 2fr));
  grid-gap: 30px;
  align-items: stretch;
  margin:10rem ,0;
  width: 100vw;
  }
.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 100%;
}

#navbarResponsive ul li a {
  position:relative;
  z-index: 1;
  color: #000;

}
#navbarResponsive ul li a:hover {
  color: #fff;
  background-color:  #3a6bab;
}
#navbarResponsive ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #3a6bab;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
#navbarResponsive ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
  
}
#headimg{
    width:19rem;
    border:none;
    margin-left:1rem;
}




#main-head{
  font-weight: bold;
  /*position: relative;
  bottom: 50%;*/
  display: block;
  
    color: #000;
    font-weight: bold;
    position: absolute;
    top:55%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    padding-top: 20px;
    padding-right: 10px;
    text-align: center;

}

#mainheadline {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    color: #5A5C5E;
    font-size: 2.5rem;
    width: 100vh;
    letter-spacing: 3px;
    margin: auto;
    text-transform:uppercase;
}

#main-head span {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
  color:#000;

  

 
}


@keyframes caret {
  50% {
    border-color: transparent;
  }
}
#main-head{
  text-align: center;
}


#about{
  color: #000;
  margin-top: 0;
  
}
#about h2{
  color: #cb381d;
}
#about p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    text-justify: inter-word;
    background-color: #f1f1f1b8;
}
#product-list{

  color: #000;
}
#product-list h2{
  color: #cb381d;
}

#contact-us{
  
  color: #000;
  margin-top: 5rem;
  font-family: 'Open Sans', sans-serif;
}
#contact-us h2{
  color: #cb381d;
  font-family: 'Open Sans', sans-serif;
}

#resetbtn{
  color: #fff;
    background: #2980B9; 
    background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
    background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
    border-radius:10px;
   

}
#submitbtn{
    color: #fff;
    background: #2980B9; 
    background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
    background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);
    border-radius:10px;

}

.wrapper-numbers {
  color: #000;
  /*background: #2980B9; */
  /*background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);*/
  /*background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);*/

  padding: 150px 0 155px;
  text-align:center;
  font-size: 16px;
  overflow: hidden;
  margin-top: 5rem;
  height: 88vh;
  font-family: 'Montserrat', sans-serif;
}

.header-numbers {
  margin-bottom: 40px;
}

.wrapper-numbers h1, .wrapper-numbers h2, .wrapper-numbers h3, .wrapper-numbers h4 {
  margin: 0 0 15px;
  margin-left:30px;
  color: #000;
}

.count, .countup i {
  font-size: 50px;
  text-shadow: 0 1px 3px rgba(0,0,0,.5), 0 4px 20px rgba(0,0,0,.5);
  line-height: 1;
}



.column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-bar {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color:#cb381d; 
}

.contact {
  background:  #044396;

  color: white;
}

.map {
  background:  #044396;
 
  color: white;
}
.counter{
  font-size: 5rem;

}
.counter h1{
  color: #797979; 
}
.static-map{
  width: 600px;
  height: 450px; 
  border:0;
}
#CloseInfo{
  display: none;
}
* {
  margin: 0;
  padding: 0;
}


  
.accordian {
  width: 605px;
  height: 320px;
  
  overflow: hidden;
  margin: 100px auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.accordian ul {
  width: 1200px;
}



.accordian li {
  position: relative;
  display: block;
  width: 160px;
  float: left;
  border-left: 1px solid #888;
  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.accordian ul:hover li {
  width: 40px;
}

.accordian ul li:hover {
  width: 640px;
}

.accordian li img {
  display: block;
  height: 57vh;
}

.image_title {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 640px;
  height: 60px;
  font-size:1.4rem;
  color:#fff;
}

.main{
  display:flex;
  margin-top:200px;
  align-items:center;
  justify-content:center;
}
/* About Us Style sheet */

#producthead{
font-size: 23px; 
color: #000;
margin-top: 5rem;
}
#details h1{
  font-family: Allerta, sans-serif;font-size: 31px;color: #000;
}
#details p{
  font-family: Actor, sans-serif;font-size: 18px; color: #000;
  text-align: justify;
  text-justify:inter-word;  
}
#Quotationbtn{
  margin-left: 27vw;
  border-radius: 10px;
  text-align: center;
  
}
#myModal1.modal-content .modal-body .call{
    display: flex;  
    background-color:#000;
    border-radius:30px; 
    width:32vw; 
    margin-top:2rem; 
    margin-left:1rem;
}
.footer-wrapper .footer-icon,
.footer-wrapper .footer-icon:visited {
  display: inline-block;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border: 0;
  line-height: 60px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.footer-wrapper .footer-icon:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-wrapper .footer-icon,
.footer-wrapper .footer-icon:before,
.footer-wrapper .footer-icon svg{
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  outline: 0;
}
.footer-wrapper .footer-icon:before {
  top: 90%;
  left: -110%;
}
.footer-wrapper .footer-icon:focus,
.footer-wrapper .footer-icon:hover{
    background-color: transparent;
}
.footer-wrapper .footer-icon svg{
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  height: 60px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-wrapper .footer-icon.facebook:before {
  background-color: #3b5998;
}


.footer-wrapper .footer-icon.twitter:before {
  background-color: #3cf;
}

.footer-wrapper .footer-icon.linkedin:before{
  background-color: #0072FF;
}

.footer-wrapper .footer-icon.instagram:before {
    background-color: #C21975;
}

.footer-icon.instagram:hover svg{
  fill : #FFF;
}

.footer-wrapper .footer-icon:focus:before,
.footer-wrapper .footer-icon:hover:before {
  top: -10%;
  left: -10%;
}
.footer-wrapper .footer-icon:focus svg,
.footer-wrapper .footer-icon:hover svg 
{
  fill:#fff;
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.realfooter {
  background-color:#044396;
  height: 10vh;
  position: relative;
  bottom: 0;
}
.realfooter p{
  text-align: center;
  margin-top: 15px;
}


@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {
    #navbarResponsive ul li a {
      position:relative;
      z-index: 1;
      color: #000;
      cursor: pointer;
      text-align:center;
  
}
#baricon:hover{
    background-color:#000;
}
  #mainNav {
 
  width: 100vw ;
  
  color: #fff;
  background-color: #fff;
}
#navbarResponsive{
  background-color: #fff;
}

  #main-head{
  font-weight: bold;
  
    color: #000;
    font-weight: bold;
    position: absolute;
    top:55%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100vw;
    padding-top: 20px;
    padding-right: 10px;
    text-align: center;

}
.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 2fr));
  grid-gap: 30px;
  align-items: stretch;
  margin:10rem ,0;
  width: 72vw;
  }

.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 80vw;
}
#mainheadline {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 2.5rem;
    width: 50vw;
    margin: auto;
}

#details h1 {
    font-family: Allerta, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #000;
}
#details p {
    font-family: Actor, sans-serif;
    font-size: 18px;
    color: #000;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
    text-justify: inter-word;
}

/*.accordian {*/
/*  width: 305px;*/
/*  height: 320px;*/
/*  overflow: hidden;*/
/*  margin: 100px auto;*/
/*  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);*/
/*  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);*/
/*  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);*/
/*}*/

/*.accordian ul {*/
/*  width: 700px;*/
/*}*/



/*.accordian li {*/
/*  position: relative;*/
/*  display: block;*/
/*  width: 260px;*/
/*  float: left;*/
/*  border-left: 1px solid #888;*/
/*  box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);*/
/*  -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);*/
/*  -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);*/
  
/*}*/

/*.accordian ul li {*/
/*  width: 340px;*/
/*}*/


/*.accordian li img {*/
/*  display: block;*/
/*  height: 67vh;*/
/*}*/

#headimg{
    width:10rem;
    border:none;
    margin-left:1rem;
}

   .icon-bar {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper-numbers {
  color: #000;

  padding: 60px 0 45px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  margin-top: 12rem;
  width: 50vw;
  margin-left: 7.2rem;
  height: 130vh;
}
.static-map{
  display: none;  
  
}
#Locateinfo h2{
  display: none;
}
#footer{
  height: 55vh;
}
#CloseInfo{
  margin-left: 25rem;
  display: inherit;
}

} 
 


/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 470px) {
    #navbarResponsive ul li a {
  position:relative;
  z-index: 1;
  color: #000;
  text-align:center;
  cursor: pointer;
 
  
}
 #mainNav {
 
    width: 100vw;
  
  color: #fff;
  background-color: #fff;
}
#navbarResponsive{
  background-color: #fff;
}
.grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 2fr));
  grid-gap: 30px;
  align-items: stretch;
  margin:10rem ,0;
  width: 75vw;
  }
.grid img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
  max-width: 80vw;
}
  #main-head{
  font-weight: bold;
  /*position: relative;
  bottom: 50%;*/
  display: block;
  
    color: #000;
    font-weight: bold;
    position: absolute;
    top:55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50%;
    padding-top: 20px;
    padding-right: 10px;
    text-align: center;

}
#mainheadline {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 2.5rem;
    width: 70vw;
    letter-spacing: 3px;
    margin: auto;
}
#headimg{
    width:10rem;
    border:none;
    margin-left:1rem;
}
#details h1 {
    font-family: Allerta, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #000;
}
#details p {
    font-family: Actor, sans-serif;
    font-size: 18px;
    color: #000;
    text-align: justify;
    margin-left: 15px;
    margin-right: 15px;
    text-justify: inter-word;
}
#main-head h1 {
  font-size: 1.5em;
  color: #3a6bab;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#main-head p{
  font-family: 'Oswald', sans-serif;
  color: #cb381d;
  text-align: center;
  font-size: 1.0rem;

  
}
   .icon-bar {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper-numbers {
  color: #000;
  padding: 60px 0 45px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  margin-top: 12rem;
  height: 130vh;
}
.static-map{
  display: none;  
  
}
#Locateinfo h2{
  display: none;
}
#footer{
  height: 60vh;
}
#CloseInfo{
  margin-left: 11rem;
  margin-top: 2rem;
  display: inherit;
}
 
}
  