.firstsectionpara
{
    color: #07877b;
    font-size: 45px;
    letter-spacing: -1.54px;
    margin-bottom: 0;
}
.firstsectionparafirst
{
    color: #07877b;
    font-size: 20px;
    letter-spacing: -1.44px;
}
.padding10{
    padding: 0.5em 0;
}
.spacer{
    content: '';
    padding: 1em;
    clear: both;
}
.four{
    background-color: #0f887c;
}

@media screen and (max-width: 994px) {
    .hide-on-sec{
        display: none;
    }
    .poscenter{
text-align:left !important;
    }
}

@media screen and (min-width: 700px) {
    .sideone{
        max-width: 600px;
        padding: 15px;
    }
    .poscenter{
text-align:center !important;
    }
}
@media screen and (min-width: 375px) {

    .poscenter{
text-align:center !important;
    }
}
@media screen and (min-width: 994px) {
    .hideon{
        display: block !important;
    }
    .one-1{
        background-image: url('../images/bg-1.jpg'); background-position-x: left; background-repeat: no-repeat;
        background-size: cover;
    }
    .three{
        background-image: url('../images/Layer_12.png'); background-position-x: right; background-repeat: no-repeat;
        background-size: cover;
    }
    .four{
        background-image: url('../images/Layer_22.png'); background-position-x: right; background-repeat: no-repeat;
        background-size: cover;
    }
}

.white{
    color: white;
}
footer{
    padding-top: 2em;
    background-color: rgba(0, 0, 0, 0.9);
}
.footer-font{
    color: #8c8c8c;
}
a:hover {
    color: #f2a632;
    text-decoration: none !important;
}
body{
font-family: 'Lato', sans-serif;
}
.form-title{
    font-size: 18px;
    font-weight: 600;
    color: white;
}
#myBtn {
    display: none; 
    position: fixed;
    bottom: 20px; 
    right: 30px;
    z-index: 99; 
    border: none;
    outline: none; 
    background-image: linear-gradient(90deg,rgba(243, 128, 32, 1),rgba(255, 187, 82, 1));
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 8px;
    font-size: 14px;
}

#myBtn:hover {
    background-color: #555; 
}

.carousel-control{
    background:none!important;
    text-shadow:none!important;
}
.carousel-indicators li{
background-color:#76c4bb !important; 
border: 1px solid #76c4bb !important;
}

.ui-tabs {
	position: relative;
	padding: .2em;
    background:#DCEAC8;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
    background:#8EBA4E;
    border-radius:9px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
    background:#4F6828;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: #8EBA4E;
}