/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.blog-page .post .colored-text {
    color: #58aa93;
}

.scrollup {
	background-color: #124f84
}

.green-bg {
    background-color: #58aa93;
    background: -webkit-linear-gradient(left, rgba(88,170,147,1), rgba(124,217,209,1));
    background: -o-linear-gradient(left, rgba(88,170,147,1), rgba(124,217,209,1));
    background: -moz-linear-gradient(left, rgba(88,170,147,1), rgba(124,217,209,1));
    background: linear-gradient(to left, rgba(88,170,147,1), rgba(124,217,209,1));
}


.main-services-tabs .nav-pills>li>a:hover {
    color: #fff;
    background-color: #124f84;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #6DC2D1
}

a {
	color: #124f84;
	text-decoration: none
}
a:focus, a:hover {
	color: #58aa93;
	text-decoration: underline
}

.wish-header-fixed-wrapper.wish-is-fixed {
    top: 30px !important;
}



.col-lg-12>h1 {
color:#6dc2d1;
}

.welcome .left-line {
	padding-top: 5px;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #6dc2d1;
}

.animated-fadeInUp-visible {
	color:#6dc2d1;
}

.parallax-service .icon {
    background-color: #124f84;
}

a.btn_slider {
    font-size: 16px;
    background-color: transparent;
    border-radius: 60px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    border: 2px solid #124f84;
    color: #124f84;
}

.latest-news {
    padding-top: 05px;
    padding-bottom: 0px;
}

.joiswhat {
	font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
color: #124f84;
line-height: 18px;
}

.buttons a.nofill {
    background-color: #fff !important;
}

/*no display in contact page of default image*/

.services-02-intro .picture {
    padding-top: 50px;
    display: none;
}

.parallax-service {
    display: inline-table;
    background-color: #fff;
    height: 200px;
    width: 100%;
    max-width: 360px;
    margin: 10px 10px;
    padding: 5px 5px 5px 5px;
    position: relative;
}

/*hide social in footer*/
.contact ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    display: none;
}

.contact-form .btn .wpcf7-submit {
	color: #000;
}