@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

html {
  scroll-behavior: smooth;
}
body{
	overflow-x:hidden;
	font-family: 'Montserrat', sans-serif;
}

/*      Title Animation      */

.text-font{font-family: 'Righteous', cursive;color:white;}.animation-container{width:100%;height:100%;background-image:linear-gradient(#055F7F,black);z-index:9999;}
.text-1{position:absolute;bottom:50%;font-size:5em;animation: text-1 1s;opacity:0;}
.text-2{position:absolute;bottom:30%;right:40%;opacity: 0;font-size:4em;animation:text-1 1s;animation-delay:0.7s;}
.text-3{position:absolute;bottom:10%;right:50%;opacity: 0;animation:text-1 1s;font-size:3em;animation-delay:1.2s;}
.text-4{position:absolute;bottom:50%;right:30%;font-size:4em;opacity: 0;animation:text-1 1s;animation-delay:1s;}
.text-5{position:absolute;bottom:70%;right:10%;font-size:4em;opacity: 0;animation:text-1 1s;animation-delay:1.7s;}
.text-6{position:absolute;bottom:30%;right:10%;font-size:5em;opacity: 0;animation:text-1 1s;animation-delay:2s;}
.text-7{position:absolute;bottom:80%;right:30%;font-size:3em;animation: text-1 1s;opacity:0;animation-delay:0.3s;}
.text-8{position:absolute;bottom:60%;right:10%;opacity: 0;font-size:3em;animation:text-1 1s;animation-delay:0.9s;}
.text-9{position:absolute;bottom:50%;right:60%;opacity: 0;animation:text-1 1s;font-size:4em;animation-delay:1.4s;}
.text-10{position:absolute;bottom:250%;right:60%;font-size:3em;opacity: 0;animation:text-1 0.8s;animation-delay:1.8s;}
.main-animated-title{color:white;font-weight:bold;font-size:7em;		position: absolute;top: 50%;left: 50%;
-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-align: center;animation:reveal 5s;}
.main-animated-title span{font-size:18px;}

@keyframes text-1{0%{opacity:0;transform:scale(0);}10%{opacity:0.2;transform:scale(0.2);}25%{opacity:0.5;transform:scale(0.5);}
	40%{opacity:0.8;transform:scale(0.8);}50%{opacity:1;transform:scale(1);}60%{opacity:0.8;transform:1.2}75%{opacity:0.5;transform:scale(1.8)}
	90%{opacity:0.2;transform:scale(2);}100%{opacity:0;transform:scale(3);}} 
@keyframes reveal{0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}

/*  End of title Animation   */

.no-gutter{padding:0;margin:0;}.bg-custom{background-image:linear-gradient(#055F7F,black);}.text-custom{color:#055F7F;}
.nav-link{font-weight:bold;color:white;}.navbar-brand{font-weight:bold;}
.dropdown-item{color:white;text-align:center;border-bottom:1px solid white;padding:5px;}
.hover{transition:1s ease;}.hover:hover{background-color:black;transform:rotateX(360deg) scale(1.1);}
.active-nav{transform:scale(1.1);background-color:black;}.hover-2{transition:1s ease;}
.hover-2:hover{transform:scale(1.1);background-color:black;}
.dropdown-item:hover{color:black;}
.no-border{border:none;}
.bg-txt{background-color:rgb(0, 0, 0, 0.5);background-attachment:fixed;background-repeat:no-repeat;background-position:cover;}
.shadow{box-shadow:10px 10px 15px rgb(0, 0, 0, 0.5);}

/* icon bar */

.icon-bar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: 9999 !important;}
.icon-bar a:hover {background-color: #000;}
.whatsapp {background: #25D366;color: white;}
.facebook {background: #3B5998;color: white;}
.twitter {background: #55ACEE;color: white;}
.google {background: #dd4b39;color: white;}
.linkedin {background: #007bb5;color: white;}
.instagram{background-color: #3f729b; color: white;}
.icon-bar a {display: block;text-align: center; padding: 16px; transition: all 0.3s ease; color: white; font-size: 20px;}
a.btn.btn-lg.bg-black.text-white.right-app { z-index: 999;}

/* end icon bars */	
	
.text-black{
	color: #000;
}
.text-underline{
	text-decoration: underline;
}
.no-gutter{
	padding:0;
}
.text-bold{
	font-weight: bold;
}

.trans{
	background-color:rgb(0,0,0,0.5);
}
.card{
	overflow:hidden;
}
.card img{
	transition:1s ease;
}
.zoom:hover{
	transform:scale(1.1);
}
.transp{
	background-color:rgb(0,0,0,0.5);
}
.service-list{
	font-size:28px;
}
.service-list-main span{
	font-size:18px;
	font-weight:bold;
}
.service-list-main a{
	font-size:12px;
}
.service-image{
	transition:1s ease;
}
.service-image:hover{
	transform:scale(1.05);
}
/*about image reverce*/
.dir
  {
      flex-direction: row-reverse;
  }
/* screll back to top button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  
}
/* Events Section */
.events-section{
    width: 100%;
    height: 70vh;
    background-position: center;
     background-repeat: no-repeat;
    background-size: auto;
}
.events-section div{
    width: 50%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(208, 204, 194, 1), rgba(208, 204, 194, 0.32)) ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}
.events-section div h1{
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 26pt;
    font-weight: lighter;
}
.events-section div h2{
    text-transform: capitalize;
    color: white;
    font-size: 26pt;
    font-weight: lighter;
    margin-top: 15px;
}
.events-section div a{
    width: 300px;
    color: black;
    background-color: white;
    font-weight: 14pt;
    font-weight: bold;
    padding: 15px 10px 15px;
    margin-top: 15px;
}


.popup-content{
	margin-left:5%;
	width:90%;
}
.popup-text{
	width:100%;
	margin-top:2%;
	border:none;
	text-align:center;
	box-shadow:1px 1px 1px 1px rgb(0, 0, 0, 0.5);
	padding:2%;
	font-size:16px;
}
.quote-content{
	width:90%;
	margin-left:5%;
	padding:1%;
}
.quote-text{
	width:100%;
	margin-top:2%;
	border:none;
	text-align:center;
	box-shadow:1px 1px 1px 1px rgb(0, 0, 0, 0.5);
	padding:2%;
	font-size:16px;
}
.quote-select{
	width:100%;
	padding:2%;
	text-align:center;
}
.quote-option{
	padding:1%;
}
.quote-submit{
	font-size:20px;
}
.call-us{
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	z-index:9999;
	display:none;
}
.call-us a{
	color:white;
	text-align:center;
	font-size:32px;
}
.phone-icons{
	border-right:2px solid white;
}
.phone-hover{
	transition:1s ease;
}
.phone-hover:hover{
	background-color:white;
}
.phone-hover:hover a span{
	color:black !important;
}
.shape{
	border-radius: 15px;
}

/* swiper */
 .swiper-container {
      width: 100%;
	  height:450px;;
	  margin-bottom:0;
    }
    .swiper-slide {
     width:280px;
	 height:400px;
	 position:relative;
	 border:2px solid #09A2B1;
	 padding:15px;
    }
	.swiper-slide img{
		width:250px;
	}

.service-again-btn{
	border:2px solid black;
	color:black;
	background-color:white;
	transition:0.5s ease;
}
.service-again-btn:hover{
	background-color:black;
	color:white;
	transform:scale(1.1);
	z-index:99999999;
}
.active-service-again{
	background-color:black;
	color:white;
}
.right-app {position: fixed;top: 50%; left:94.5%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); transform:rotate(270deg); border:2px solid white; animation:blink 1s infinite;}

.b-radius{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
}
.b-radius-2{
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}
.h-anime-1{
	transition:0.5s ease;
}
.h-anime-1:hover div div img{
	transition:1s;
}
.h-anime-1:hover div div img{
	transform:rotateY(360deg);
}

@keyframes blink{
	0%{
		background-color:black;
	}
	50%{
		background-image:linear-gradient(#055F7F,black);
	}
	100%{
		background-color:black;
	}
}
.lighthouse img{
	border:3px solid black;
	transition:0.5s;
}
.lighthouse img:hover{
	transform:scale(1.05);
	z-index:999999;
}


.contact-icons{
	font-size:52px;
	text-align:center;
}
.link{
	border-left: 8px solid #055F7F;
	border-top-right-radius: 30px;
	transition: 0.5s ease;
}
.link:hover{
	box-shadow: 6px 6px  grey;
	transform: scale(1.03);
	background-color: white;
}

.about-bg-1{
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1600px){
	.right-app {position: fixed;top: 50%; left:92%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); transform:rotate(270deg); border:2px solid white; animation:blink 1s infinite;}
}

@media only screen and (max-width: 1300px){
	.service-again-btn{
		font-size:15px;
	}
	.text-font{
		font-size:46px !important;
	}
	.main-animated-title{
		font-size:56px;
	}
}
@media only screen and (max-width: 800px){
.service-list-main span{
	font-size:16px;
	font-weight:bold;
}
.f-ph, .f-mail{
	text-align: center !important;
}

.service-list-main a{
	font-size:12px;
}
.nav-link{
	border-bottom:solid 1px white;
	text-align:center;
	font-size:18px;
	padding:15px;
}
.dropdown-menu{
		width:100%;
		border:1px solid white;
		padding: 0 !important;
}
.dropdown-item{
	font-size: 12px;
}
.no-border{
	border:none;
}
.call-us{
	display:block;
}
.navbar{
		width:100%;
		position:fixed;
		top:0;
		z-index:99999;
	}
	.mobile-none{
		display:none;
	}
	.service-list-main span{
	font-size:14px;
	font-weight:bold;
	}
.media-gutter{
	padding:0 !important;
	margin:0;
}
.text-font{
		font-size:26px !important;
	}
	.main-animated-title{
		font-size:30px;
	}
	.main-animated-title span{
		font-size:11px;
	}
	.right-app {
		position: fixed;
		top: 50%; left: 72%;
		 -webkit-transform: translateY(-50%);
		 -ms-transform: translateY(-50%);
		 transform: translateY(-50%); 
		 transform:rotate(270deg) scale(0.6);
		  border:2px solid white;
	}
	.icon-bar {position: fixed;top: 50%;-webkit-transform: translateY(-50%) scale(0.7);-ms-transform: translateY(-50%) scale(0.7);transform: translateY(-50%) scale(0.7);}

	.events-section div{
        width: 100%;
        padding: 20px;
    }
}
