/* home image style 003 */

.image-style-003: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-003 {
    position: relative;
}

.image-style-003:hover:before {
    transform: translate(-7px, -7px);
    background-color: #0b7893;
}


@media (max-width: 767px) {
	.image-style-003:before {
    	display:none;
	}
}


/* end of home image style 003 */




/* service-box-001 */


.service-box-001{
  	transition: 0.5s;
}


.service-box-001:hover {
    background-color: #194d60 !important;
    border-radius: 18px;
}

.service-box-001:hover img {
    filter: brightness(10);
}

.service-box-001:hover i {
    filter: brightness(10);
  	animation: moving-top-bottom 0.8s linear infinite;
}

@keyframes moving-top-bottom {
  0% {
    transform: translate(0px, 0px);
    border-color: #b4bfc9;
  }
  50% {
    transform: translate(0px, 5px);
    border-color: #97a4b0;
  }
  100% {
    transform: translate(0px, 0px);
    border-color: #b4bfc9;
  }
}

.service-box-001:hover h5 {
    color: #fff !important;
}

.service-box-001:hover p {
    color: #fff !important;
}

/* end of service-box-001 */



/* service-title-001 */

.service-title-001 h5{
  	font-size: 18px;
    color: #194d60;
    font-weight: 900;
    text-transform: uppercase;
}

.service-title-001 p{
  	display: none;
    margin:0;
  	padding; 0;
}

@media (max-width:767px){
  	.service-title-001 h5{
  		font-size: 16px;
}
}



/* career-title-001 */

.career-title-001 {
  	border-width: 1px !important;
  	border-style: solid !important;
  	border-color: #194d60 !important;
  	border-radius: 20px;
  	transition: 0.5s;
}


.career-title-001 h5 {
    text-transform:uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #194d60;
}

.career-title-001 p{
    color: #0b2a31;
}

.career-title-001:hover {
  	background-color: #194d60 !important;
}


.career-title-001:hover h5 {
    color: #fff !important;
}

.career-title-001:hover p {
    color: #fff !important;
}

.career-title-001:hover .career-button-001{
  	filter: brightness(10) !important;
}



/* career-form-001 */

.career-form-001 {
  	background-color: #194d60;
    padding: 30px;
    border-radius: 20px;
}

.career-form-001 .btn-primary {
    background-color: #0000 !important;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 10px 25px 10px 25px;
  	transition: 0.3s;
}

.career-form-001 .btn-primary:hover {
    background-color: #fff !important;
    color: #194d60 !important;
    font-weight: 600;
}

.career-form-001 label {
    color: #fff;
}

.career-form-001 input {
    background: #fff !important;
    
}

.career-form-001 input#ff_elem25 {
    background-color: #194d6000 !important;
    color:#eee;
}


@media (max-width:991px) {
  	.career-form-001 input {
      	max-width: 100% !important;
	}	
    .career-form-001 label{
        margin-top:10px;
      	margin-bottom:5px;
    }
}

  @media (max-width:767px){
    .career-form-001 {
   	 	padding: 30px 15px;
}
}



/* contact-info-001 */

.contact-info-001 {
  	vertical-align: middle !important;
}

.contact-info-001 p {
  	padding: 20px 0px;
  	margin: 0px !important;
  	color: #fff;
}

.contact-info-001 a {
  	color: #fff;
}

.contact-info-001 i {
  	color: #fff;
}


.contact-box-001 .home-title-001 h2 {
  	font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}

.contact-box-001 {
  	padding: 50px;
  	border-radius: 20px;
  	height: fit-content;
}

@media (max-width: 767px) {
  	.contact-box-001 {
  		padding: 30px 15px;
}
  	.contact-box-001 .home-title-001 h2 {
  		font-size: 24px;
}
	.contact-box-001 .pull-left {
    	margin-right: 5px;
}
  	.contact-info-001 i {
    	font-size: 22px !important;
}
  	.contact-box-001 .sppb-icon-container{
      	padding: 20px 10px 20px 20px !important; 
}
}



/* form */


.contact-form-001 .btn-primary{
  	border-radius:0px !important;
}

@media (max-width:991px){
.form-label {
    width: 100%;
}
.contact-form-001 input{
    max-width: 100% !important;
}
.contact-form-001 textarea{
    max-width: 100% !important;
}
.contact-form-001 label{
  	margin-top:10px;
  	margin-bottom:5px;
}
}



/* testimonial-box-001 */

.testimonial-box-001 {
    padding: 20px;
    background-color: #f5fbff;
    box-shadow: 0px 2px 8px #00000040;
    border-radius: 20px;
    color: #194d60;
    transition: 0.8s;
}

.testimonial-box-001 .fa-quote-left{
    color: #0d7994 !important; 
    transition: 0.8s;
}

.testimonial-box-001:hover {
    background-color: #0d7994;
    color: #fff;
}

.testimonial-box-001:hover .fa-quote-left{
    color: #fff !important; 
}



/* FAQ */
.sppb-panel-modern .sppb-panel-heading {
    color: #194d60;
    border-style: solid;
    border-width: 1px;
    border-color: #194d60;
}

.sppb-panel-modern .sppb-panel-heading{
    border-radius: 20px;
    transition: 0.5s;
    background-color: #f5fbff;
}

.sppb-panel-modern .sppb-panel-heading.active{
    border-radius: 20px 20px 0px 0px;
}

.sppb-panel-modern {
    border-radius: 20px;
}