.blueText{color: #01AAE6;}
#homeAbt h2 {font-size: 35px;font-weight: 200;text-align:center;}
#homeAbt h4 {font-size: 28px;font-weight: 600;font-family: 'Montserrat', sans-serif;text-align:center;}
.hometitle{font-size: 50px;text-align:center;    font-weight: 200; line-height: 1;letter-spacing: -3px;}
.homesubText{font-family: 'Montserrat', sans-serif; font-weight: 700;   line-height: 1;}
@media (max-width: 767.98px){
#homeAbt h2 {font-size: 25px;font-weight: 200;}
#homeAbt h4 {font-size: 20px;font-weight: 600;font-family: 'Montserrat', sans-serif;}
.hometitle{font-size:30px;}
}
.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 144px;
    height: 144px;
    line-height: 144px;
    font-size: 144px;
}

.parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.3);
    z-index: 2;
}
.parallax-overlay1-new {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 315px;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.6);
    z-index: 2;
}
 /* [data-aos] {
        visibility: hidden;
      }
      [data-aos].animated {
        visibility: visible;
      } */
	  
.home-bottom {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 2%;
	text-align: center;
	opacity: 0.9;
	
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	
	-webkit-animation: anim2 ease-in-out 3s infinite alternate;
	-moz-animation: anim2 ease-in-out 3s infinite alternate;
}
@-webkit-keyframes anim2
{
   from {left: 0px;   -webkit-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -webkit-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -webkit-transform: scale(1.2) rotate(-20deg) }
}
@-moz-keyframes anim2
{
   from {left: 0px;   -moz-transform: scale(1.0) rotate(0deg)   }
   50%  {left: 250px; -moz-transform: scale(0.8) rotate(10deg)  }
   to   {left: 500px; -moz-transform: scale(1.2) rotate(-20deg) }
}
.home-bottom a {
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;	
	    font-size: 9px;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
}
.home-bottom a:hover {
	background-color: #fff;
	color: #121212;	
	text-decoration: none;
}
.dots {
	z-index: 99;
	background-image: url(../images/dot.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 6px;
	height: 34px;
}
