:root{
	--color1: #f6cf73;
	--color2: #f5fafa;
  --color3: #00b9bf;
  --white: #ffffff;
}
.logo h1{
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--white);
}
.logo h2{
	font-size: 15px;
	color: var(--white);
}
.color-plate{
	display: none!important;
}

.floating_btn {
  position: fixed;
  bottom: 75px;
  right: 10px;
  width: 150px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #ffffff;
  font-size: 13px;
}
.nav{
	justify-content: flex-end;
}
.bannimg {
  position: relative;
}
.bannimg img{
  margin: auto;
   max-width: 400px; 
   border-radius: 30px;
   margin-top: 20px;
   border: 3px solid #fff;
   box-shadow: 0 0 5px 2px #00000015;
}
.get-quote a{
  padding: 10px 25px;
  background: #ffffff!important;
  color: var(--color3)!important;
}
.button a{
  background: #ffffff!important;
  font-size: 16px;
  padding: 10px 20px;
  color: var(--color3)!important;
}
.single-slider .images{
    display: block!important;

}
.single-slider .images img{
  display: inline;
  width: 125px!important;
  border: 3px solid #33333320;
  border-radius: 100%;
  background: #ffffff;
  margin-right: 15px;
  margin-bottom: 10px;
}
.single-pf a{
  color: var(--color3)!important;
}
.homeserv{
  padding: 70px 0;
}
.hbox{
  margin-top: 35px;
  background: #fff;
  text-align: center;
}
.hbox img{
  background: #fff;
   box-shadow: 0 0 5px #00000035;
   border-radius: 20px;
   padding: 10px;
  
}

.hbox h2{
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  padding-top: 20px;
   color: #333;
}
.hbox:hover h2{
  color: var(--color3);
}
.mtop{
  margin-top: 40px;
}
.choose-left a{
  color: #ffffff;
}
.choose-left a i{
    margin-left: 5px;
    font-size: 12px;
}
.hlist ul{
  margin-bottom: 0;
}
.hlist ul li{
  line-height: 1.8;
  font-size: 16px;
  padding-bottom: 10px;
}
.hlist ul li:last-child{
  padding-bottom: 0;
} 
.hlist ul li i{
  color: #fff;
  font-size: 11px;
  padding: 3px;
  margin-right: 7px;
  background: var(--color3);
}
.testimonials {
  padding-bottom: 100px;
}
.footer .copyright{
    background: #233232!important;
}
.top-contact i{
  font-size: 14px;
  color: #333!important;
}
.innerpage{
  padding: 70px 0;
}
.hospatch{
  padding-top: 60px;
}
.hospatch h1{
  font-weight: 700;
  text-transform: uppercase;
 font-size: 22px;
  padding-bottom: 20px;
  color: #3d6162;
  position: relative;
  margin-bottom: 25px;
}
.hospatch h1:before{
  content: '';
  width: 50px;
  left: 0;
  bottom: 0;
  position: absolute;
  border: 2px solid #00000055;
}
.hospatch h1:after{
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  border: 1px solid #00000015;
}
.infomore {
  margin-top: 20px;
}
.infomore h1{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 20px;
  color: #3d6162;
  position: relative;
  margin-bottom: 25px;
}
.infomore h1:before{
  content: '';
  width: 50px;
  left: 0;
  bottom: 0;
  position: absolute;
  border: 2px solid #00000055;
}
.infomore h1:after{
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  border: 1px solid #00000015;
}
.infomore{
  background: #cccccc50;
  padding: 30px;
}
.infomore p{
  padding-bottom: 20px;
}
.infomore ul li{
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  padding-bottom: 15px;
  color: #333333;
}
.infomore ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.infomore ul li i{
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  color: #444;
  font-size: 16px;
}
.single-slider .images img{
    
}
 ul.social{
    color: #fff;
}
.flinks{
  text-align: right;
}
.whydiv{
  padding: 4em 0!important;
}
.portfolio h2{
  font-size: 24px;
  color: var(--color3);
  font-weight: 600;
  margin-bottom: 25px;
}

.servicediv{
  padding: 4em 0;
}
.servicediv h1{
   font-size: 35px;
   color: #333;
   font-weight: 600;
   margin-bottom: 25px;
}
.servicediv h2{
   font-size: 25px;
   color: var(--color3);
   margin-bottom: 18px;
}
.imgbox img{
  border: 1px solid #cccccc50;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
} 
.servicediv p{
  margin-bottom: 0;
  font-size: 14px;
}

.gap30{
  height: 30px;
}
.servicediv ul{
  margin: 0;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.servicediv li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 8px;
  font-weight: normal;
  color: #333;
  padding-left: 16px;
  position: relative;
}
.servicediv li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.servicediv li::before {
  content: "➜";
  color: var(--color3);
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  left: 0;
}
.attachmentdiv{
    padding: 6em 0;
}
.attachmentdiv h1{
  text-align: left;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
   color: var(--color3);
   border-bottom: 2px solid #ccc;
   padding-bottom: 15px;
}
.hpbox{
  border: 1px solid #ccc;
  padding: 10px;
   margin-top: 25px;
}
.hpbox h2{
   font-size: 18px;
  color: #333;
  text-align: center;
   margin: 0;
   padding: 0;
   padding-bottom: 15px;
}
.cbox{
  margin-bottom: 15px;
  position: relative;
}
.cbox .overlay{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: 0.5s ease;
}
.cbox .overlay i{
  text-align: center;
  width: 50px;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto;
  position: absolute;
  background: #fff;
  color: var(--color3);
}
.cbox:hover .overlay{
    display: block;
}
.gallerydiv{
    padding: 4em 0;
}
.gallery .gbox{
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    margin: 10px 0;
    transition: 0.5s ease-out;
}
.gallery .gbox:hover{
  background: var(--color3);
}
.gallery .gbox img{
    width: 100%;
}
.abtpg{
  padding-bottom: 70px!important;
}
.mob{
  display: none;
}