
/*** Slider Start ***/
.slider-img{
	max-height: 700px;
}

/*** Slider End ***/

.introductory-paragraph{
	max-width: none;
	background-color: #1F3758;
}
/*
.introductory-paragraph p{
	color: white
}
*/

/*** Service Start ***/
a.service h5{
	color: #181d38
}
a.service p{
	color: #52565b
}
span.service{
	color: white!important;
	background-color: #06BBCC!important;
}

/*** Text Animation Start ***/
.content-animation {
/*  position: absolute;*/
/*
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
*/
/*  height: 160px;*/
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: white;
}
.content-animation__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
/*  padding: 0 40px;*/
}
.content-animation__container:before {
  content-animation: "[";
  left: 0;
}
.content-animation__container:after {
  content-animation: "]";
  position: absolute;
  right: 0;
}
.content-animation__container:after, .content-animation__container:before {
  position: absolute;
  top: 0;
  color: white;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.content-animation__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content-animation__container__list {
  margin-top: 0;
/*  padding-left: 110px;*/
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content-animation__container__list__item {
  line-height: 40px;
  margin: 0;
}
.content-animation__container__list__item span{
	color: #F9B416;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

/*** Text Animation End ***/


/*** Introductory Paragraph Start ***/
.introductory-paragraph{
	text-align: justify;
/*	line-height: 1.4em;*/
/*    letter-spacing: .5px;*/
}

/*** Introductory Paragraph End ***/


/*** WELCOME MESSAGE Start ***/
.welcome-message h6{
	color: #F9B416;
	margin: 0;
	padding: 0;
}
.welcome-message h1{
	color: #1F3758;
	font-size: 50px!important;
	line-height: 46.4px;
	font-family: Helvetica, sans-serif;
}
.welcome-message img{
	height: 350px;
	width: 350px;
}


@media (max-width: 1225px){
	.welcome-message-div-mt{
		margin-top: 3rem!important
	}
}
/*** WELCOME MESSAGE End ***/