/* slideshow */

.home-slideshow-001 .sp-slider-outer-stage {
    height: 105vh !important;
}
.home-slideshow-001 .sp-background:before {
    content: " ";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.7;
}
.home-slideshow-001 .sppb-sp-slider-button .sp-slider-btn-text{
  	margin: 0px !important;
}
.home-slideshow-001 {
    width: 100%;
}
.home-slideshow-001 .sppb-sp-slider-text default-slider-text{
  	padding: 0px;
  	margin: 0px 0px 30px 0px !important;
}
.home-slideshow-001 .sp-slider-content-align-center {
    width: 70%;
  	margin: auto auto 5% auto;
}
.home-slideshow-001 .home-default-slider .default-slider-text{
  	max-width: 100%;
}
@media (max-width: 767px) {
.home-slideshow-001 h1 {
    	font-size: 32px;
}
.home-slideshow-001 .sp-slider-content-align-center {
    width: 100%;
  	margin: auto auto 5% auto;
}
}


/* home icon */

.home-icon-001 img {
    width: 100px;
    height: auto;
    border: #0b7893;
    border-style: solid;
    border-radius: 100px;
  	border-width: 1px;
    background-color: #f5fbff;
    margin: 0 0 20px 0;
    box-shadow: 2px 2px 5px #bbb;
  	transition: 0.3s;
}
.home-icon-001 h6 {
    color: #0b7893;
}

.home-icon-001:hover img{
  	transform: scale(1.06);
}

@media (max-width:767px){
  	.home-icon-001 h6 {
    	font-size:18px;
	}
}


/*home h2*/

.home-title-001 h2 {
    text-transform: uppercase;
    color: #194d60;
    font-weight: 900;
}


/* home pattern style 001 */

.pattern-style-001:before {
    position: absolute;
    content: " ";
    width: 91vw;
    height: 250px;
    background: #194d60;
    bottom: 7%;
    left: 0px;
    border-radius: 0px 20px 20px 0px;
  	transition:0.4s;
}
.pattern-style-001 {
    position: relative;
}
.pattern-style-001:hover:before {
    transform: translate(-7px, -7px);
    background-color: #0b7893;
}
@media (max-width: 767px) {
	.pattern-style-001:before {
    	display:none;
	}
}


/* home image style 001 */

.image-style-001:before {
    position: absolute;
    content: " ";
    width: 105%;
    height: 100%;
    background: #194d60;
    border-radius: 20px 0px 0px 20px;
  	left:-20px;
    top:20px;
  	transition: 0.4s;
}
.image-style-001 {
    position: relative;
}
.image-style-001:hover:before {
    transform: translate(7px, -7px);
    background-color: #0b7893;
}
@media (max-width: 767px) {
	.image-style-001:before {
    	display:none;
	}
}


/* home image style 002 */

.image-style-002:before {
    position: absolute;
    content: " ";
    width: 200%;
    height: 100%;
    background: #194d60;
    border-radius: 0px 20px 20px 0px;
  	right:-20px;
    top:20px;
  	transition:0.4s;
}
.image-style-002 {
    position: relative;
}
.image-style-002:hover:before {
    transform: translate(-7px, -7px);
    background-color: #0b7893;
}
@media (max-width: 767px) {
	.image-style-002 {
    	display:none;
	}
}


/* home-service */

.home-service-001 {
  	transition: 0.5s;
}
.home-service-001 img{
  	height: 80px;
  	width: auto;
}
.home-service-001 h4 {
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 600;
    color:#194d60;
}
.home-service-001:hover {
    background-color: #194d60 !important;
    border-radius: 18px;
}
.home-service-001:hover img {
    filter: brightness(10);
}
.home-service-001:hover h4 {
    color: #fff !important;
}
.home-service-001:hover p {
    color: #fff !important;
}
.home-service-001:hover .sppb-btn-secondary{
    color: #fff !important;
}
.home-service-001:hover i {
    filter: brightness(10);
  	animation: moving-left-right 0.8s linear infinite;
}
@keyframes moving-left-right {
  0% {
    transform: translate(4px, 0.5px);
    border-color: #b4bfc9;
  }
  50% {
    transform: translate(10px, 0.5px);
    border-color: #97a4b0;
  }
  100% {
    transform: translate(4px, 0.5px);
    border-color: #b4bfc9;
  }
}
@media (max-width:767px){
  	.home-service-001 h4 {
    	font-size:20px;
	}
}


/* home-career */

.home-title-002 h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}
.home-career-001 p {
  	color: #fff;
}


/*icon-bg-001*/

.icon-bg-001 {
    border: 1px solid #194d60 ! IMPORTANT;
    border-radius: 25px !IMPORTANT;
    box-shadow: 0px 0px 10px #00000015 !important;
}