body{
  font-family: 'Poppins', sans-serif;
}
.topBar{
	padding: 20px 10vw;
}
.topBar img{
	width: 80px;
	height: auto;
}
.topBar h3{
	text-transform: uppercase;
	padding-left: 20px;
	color: #12A6E4;
	padding-right: 40px;
  font-size: 35px;
}
.topBar h3 h{
  font-size: 20px;
}
.custom-toggler.navbar-toggler { 
    border-color: #ffffff; 

} 
.custom-toggler .navbar-toggler-icon { 
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); 
} 
.itemsInfo{
	color: #1f1f1f;
	font-size: 13px;
}

.itemsInfo .col{
	border-right: 1px #00A5EA solid;
  font-size: 16px;
}
.itemsInfo b{
  color: #00A5EA;
  font-size: 20px;

}
.itemsInfo .fa,.itemsInfo .far{
	color:#00A5EA;
	font-size: 30px;
	padding: 0px 10px;
	margin-right: 20px;

}
.topfirst{
  display: none!important;
}
.navbar{
	background: #00A5EA;
	padding:0px 0px;
}
.navbar a{
	color: #ffffff!important;
	padding: 25px 20px!important;
	transition: 0.5s;
}
.navbar a:hover{
	background: #BB2D2B;
	transition: 0.5s;
	height: 100%;
}
.navbar-brand{
  color: #ffffff!important;
  display: none!important;
}
.familybus{
  background: #BB2D2B;
  color: #ffffff;
  padding: 10px 0px;
  position: relative;
  font-size: 18px;
}
.familybus b{
  font-size: 21px;
}
.aright{
  position: absolute;
  right: 30px;
}
.tapcall{
  display: none!important;
}
.tapcall a{
  width: 100%;
  padding: 10px 20px;
  background: #00A5EA;
  color:#ffffff;
  text-decoration: none;
    border-radius: 8px;
}
.scrolled{
    
    -webkit-box-shadow: -1px 4px 29px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 29px -11px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 29px -11px rgba(0,0,0,0.75);
     transition: background-color 500ms linear;

}
carousel-inner img {
    width: 100%;
    height: 100%;
}

.imgHolder1{
    background: url('../img/slide1.jpg');
    width:100vw;
    height:80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.imgHolder2{
    background: url('../img/slide2.jpg');
    width:100vw;
    height:80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.imgHolder3{
    background: url('../img/slide3.jpg');
    width:100vw;
    height:80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.imgHolder4{
    background: url('../img/slide4.jpg');
    width:100vw;
    height:80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-caption{
    color:#676766;
   
    bottom: 20%;
    left:200px;
    text-align: left;
   

}
.carousel-caption h6{
    color: #0069AB;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
}
.carousel-caption h2{
    color:#008CE5;
    margin-bottom: 40px;
}
.carousel-caption h1{
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size:3.5vw;
}
.mainHead{
    background: #008CE5;
    padding:10px 20px;
    margin-left: -20px;
    width:fit-content;
}
.carousel-caption p{
    padding-bottom: 40px;
    color: #ffffff;
}
.carousel-caption a{
    text-decoration: none;
    background: #008CE5;
    color:#ffffff;
    padding:10px 30px;
    transition: 0.5s;
}
.carousel-caption a:hover{
    background: #0069AB;
    transition: 0.5s;
}
.mainCarousel .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.5);
}

.welcome{
	padding: 60px 20px;
     background: #f1f1f1;
}
.welcome h2{
	color: #BB2D2B;
	padding-bottom: 30px;
}
.welcome p{
	text-align: center;
}
.services{
    overflow: hidden;
    padding: 0px;

}
.services .row{
    padding: 0px;
}
.services .col{
    padding:0px;
}
.services .col{
    height: 400px;
    margin: 30px;
}
.col1{
    background-image: url("../img/pic1.jpg");
    background-size:cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.col2{
    background-image: url("../img/pic2.jpg");
    background-size:cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.col3{
    background-image: url("../img/pic3.jpg");
    background-size:cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.overlayServices{
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align:center;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 40px;
    z-index: 2;
   
    transition: 1s;
   
}
.overlayServices h{
    background: #00A5EA;
    width: 100%;
    padding:10px;
    color: #ffffff;
}
.col2 .overlayServices h{
    background: #BB2D2B;
}
.services .fa{
    position: absolute;
    bottom: 20px;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    left:48%;
    color:#00A5EA;
    z-index: 3;
}
.redBg{
    width: 100%;
    height: 100%;
    background:#00A5EA;
    position: absolute;
    top: -100%;
    left: 0%;
    opacity: 0%;
    transition: 0.5s;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
}
.col2 .redBg{
	background: #BB2D2B;
}
.services hr{
    background: #ffffff;
    height: 3px;
    width: 100px;
    margin-top: -30px;
}

.services .col:hover .redBg{
    top: 0px;
    opacity: 100%;
}
.services .col:hover .overlayServices{
    background: rgba(0,0,0,0);

}
.about{
    padding: 60px 150px;

}
.about h2{
    padding-bottom: 30px;
    text-align: center;
    color: #00A5EA;
}
.about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.about h5{
    font-weight: 700;

}
.about h4{
    padding: 10px 0px;
    color: #00A5EA;
    font-weight: 800;
    text-align: center;
}
.about p{
      color: #9496A2;
}
.about .fa,h{
    color: #00A5EA
}
.about hr{
     background: #F4F4F4;
     height: 1px;
     width: 80%;
}
.about .tcol{
    border: 2px solid #F4F4F4;
    padding: 20px;
}
.mainchoice{
    padding: 60px 10px 80px 10px;
    background: #f1f1f1;
}
.topChoice img{
    height: 100px;
    width: auto;
}
.topChoice h2{
    padding: 40px 0px;
    text-align: center;
    color: #0E80C2
}
.reasons .card{
    background: #00A5EA;
    color:#ffffff;
    border: 0px;
    margin: 0px 20px;
    text-align: center;
    transition: 0.5s;
}
.reasons .card .fa,.far{
    font-size: 40px;
    background: #ffffff;
    color: #00A5EA;
    padding:10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.reasons .card:hover{
    -webkit-box-shadow: -28px 36px 46px 6px rgba(0,0,0,0.62);
-moz-box-shadow: -28px 36px 46px 6px rgba(0,0,0,0.62);
box-shadow: -28px 36px 46px 6px rgba(0,0,0,0.62);
transition: 0.5s;
}
.sells{
  padding:80px 10px;

  margin-top:00px;
  background: #00A5EA;
  color: #ffffff;
}
.numberSells{
  margin: 0px 80px;
  text-align: center;
}
.servicesItem{
  width: 350px;
  background: #F9F9FF;
  padding:50px 40px ;
  margin:20px; 
  transition: 0.5s;
}
.servicesItem .fa{
  margin-right: 10px;
  color: #00A5EA;
}

.servicesItem:hover{
  -webkit-box-shadow: -28px 36px 46px 6px rgba(0,0,0,0.62);
-moz-box-shadow: -28px 36px 46px 6px rgba(0,0,0,0.62);
box-shadow: -28px 36px 46px 6px rgba(0,0,0,0.62);
transition: 0.5s;
}
.nservices{

  padding: 60px 20px;

}
.nservices h2{
  text-align: center;
  padding-bottom: 40px;
  color: #00A5EA;
}
.stars{
  color: #FBB634!important;
  text-align: center;
}
.stars .fa{
  color: #FBB634;
}
.book{
    background: #F7F7F7;

}
.book h4{
    color: #00A5EA;
}
.book img{
    height: 500px;
    width: auto;
}
.book input{
    width: 250px;
     padding: 5px 10px;
    margin: 10px;
    border: 1px solid #00A5EA
}
.book select{
    width: 250px;
     padding: 5px 10px;
    margin: 10px;
     border: 1px solid #00A5EA
}
.book input[type="submit"]{
    background: #00A5EA;
    color: #ffffff;
    border: none;
    box-shadow: inset 0px 0px 0px 0px #BB2D2B;
    transition: 0.5s;
}
.book input[type="submit"]:hover{
     box-shadow: inset 280px 0px 0px 0px #BB2D2B; 
     transition: 0.5s;
}
.footer{
  background: #000000;
  color:white;

 } 
  .footer.links ul{
    list-style-type: none;
}


.footer  li a{
      color: white;
      transition: color .2s;
}
.footer li a:hover{
  text-decoration:none;
  color:#4180CB;
}

 .footer h2,.footer h4{
  color: #00A5EA;
 }

.about-company i{
  font-size: 25px;
}
.about-company a{
  color:white;
  transition: color .2s;
}
.about-company a:hover{
    color:#4180CB;
}
    
   
.location i{
  font-size: 18px;
}

.copyright p{
  border-top:1px solid rgba(255,255,255,1);
  padding-top :20px;
  text-align: center;
}
@media(max-width: 768px){
    .navbar-brand{
      display: block!important;
    }
    .topfirst{
      display:flex!important;
    }

    .familybus{
        font-size: 14px;

    }
    .aright{
      position: static!important;
    }
    .familybus b{
      display: none!important;
    }
    .tapcall{
      display: block!important;

    }
	.topBar{
		flex-direction: column;
    padding-right: 8vw;
		
	}
    .topBar h3{
      font-size: 25px;
      padding: 10px 0px;
    }
    .navbar{
        padding: 10px;
    }
    .topBar h3{
        text-align: center;
    }
    .itemsinfo{
      display: none!important;
    }
	.carousel-caption{
        bottom: 20%;
        left: 0px;
        text-align: center;
        width: 100%;
        padding: 20px;
    }
    
    .carousel-caption h1{
        font-size: 20px;
    }
      .services .row{
        display: block!important;
    }
    .services .col{
        margin:10px 0px;

    }

    .welcome h2{
        text-align: center;
       
    }
    .about{
        padding: 60px 30px
    }
    .aboutrow{
        display: block!important;
    }
    .about img{
        height: 200px; 
        margin-bottom: 20px;

    }
    .overlayServices h{
        font-size: 18px;
    }
     .sells{
      display: block!important;
    }
    .numberSells{
      margin: 0px;
      margin-top: 60px;
    }
     .servicesInner{
      display: block!important;
    }
    .servicesItem{
      margin:0px;
      width: 100%;
      margin-top: 10px;
    }
    .imgMan{
        display: none;
    }
    .book{
        text-align: center;
        padding: 60px 20px;
    }
    .reasons{
        display: block!important;
    }
    .reasons .card{
        margin: 10px 0px;
        margin-left:auto;
        margin-right:auto;
    }
    .footer{
      text-align: center;
      padding:0px;
    }
    .footer li{
      list-style-type: none;
    }
    .footer p{
      padding: 0px!important;
    }
}


.dropdown-menu{
  padding: 0px;
}
.dropdown-menu a{
  color: #00A5EA!important;

}
.dropdown-menu a:hover{
  color: #ffffff!important;
}
/* Nav Hover */
@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
    .dropdown-toggle{
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
        margin-bottom: 0;
    }
}



/*About Page*/
.newabout{
    padding:100px;


}
.alignRight{
    text-align: center;
    font-size: 18px;
    padding-left: 80px;
}
.newabout img{
    height: 400px;
    width: 400px;
    object-fit: cover;
    border-radius: 8px;
    

}
.newAbout .row{
    margin-top: 80px;
}
.newabout iframe{
    width: 400px;
    height:300px;
    border-radius: 8px;
}
.newabout hr{
    width: 100px;
    background: #00A5EA;
    margin-bottom: 100px;
    margin-top:20px;
}
.newabout h1{
    text-align: center;
    color:#00A5EA;
}
.addMargin{
    margin-top: 100px!important;
}
.newabout h3{
    color: #1f1f1f;
}
.newabout h{
    color: #00A5EA;
}

@media(max-width: 768px){
    .newabout{
        padding:20px;
    }
    .alignRight{
        padding-left: 0px;
    }
    .newabout img{
        display: block;
        width:300px;
        height:300px;
  
        float: none!important;
        margin:10px!important;
    }
    .newabout hr{
        margin-bottom: 50px;

    }
    .newabout iframe{
        width: 300px;
        height: auto;
        margin:10px!important;
        border-radius: 10px;
    }
    .newabout{
        padding:40px!important;
    }
    .newabout img{
        margin-left: auto!important;
        margin-right: auto!important;
    }
    

}

/*Gallery*/

.imgGallery{
   padding:60px;
}
.imgGallery h1{
    color:#00A5EA;
    text-align: center;
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 30%;
-moz-column-width: 30%;
column-width: 30%;
 }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
 }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); 
}
.filterButton{
    border:solid 2px #00A5EA;
    margin:5px;
    color:#1f1f1f;
    border-radius: 0px;
    transition: 0.5s;
}
.filterButton:hover{
    background: #BB2D2B;
    color:#ffffff;
    border-color: #BB2D2B;
    transition: 0.5s;
}


/*Contact*/
.mediaIcon .fab{
  padding:20px;
  color: #ffffff;
  background: #00A5EA;
  border-radius: 50%;
  width:90px;
  text-align: center;
  height: 90px;
  font-size: 50px;
  margin:15px;
  transition :0.5s;
}
.mediaIcon .fab:hover{
  background: #BB2D2B;
  color: #ffffff;
  transition: 0.5s;

}
.mission{
    padding:60px 60px;
}
.missionText{
    padding:100px;
}

.formEstimate{
    background: #1f1f1f;
    text-align: center;
    color: #ffffff;
    border-radius: 6px;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: 0.5s;
}
.formEstimate:hover{
    background:#000000;
    transition: 0.5s;
}
.formEstimate input{
    width: 100%;
    margin-top:20px;
    padding:5px;
    border-radius: 6px;
    border:0px;
}
.messageBox{
    height:90px;
    overflow: auto;
    width:100%;
    margin-top: 20px;
    border-radius:6px;
}
.formEstimate input[type="submit"]{
    background: #00A5EA;
    transition: 0.5s;
    color: #ffffff;
}
.formEstimate input[type="submit"]:hover{
    background: #BB2D2B;
    color:#ffffff;
 
    transition: 0.5s;
}
@media(max-width: 768px){
  .mediaIcon .fab{
    width:60px;
  height: 60px;
  font-size: 20px;
    margin:10px;
  }
  .mission{
    padding:60px 10px;
  }
  .missionText{
        text-align: center;
        margin-bottom: 40px;
        padding:0px;
    }
}

/* Service Areas */
.smaps{
  padding: 40px 0px;
}
.smaps h2{
  color: #00A5EA;
  padding-bottom: 30px;
}
.smaps p{
  padding-top: 20px;
  text-align: center;
}
@media(max-width: 768px){
  .smaps iframe{
    width: 80%;
    height: 300px;
  }

}