
		h2{
			text-align:center;
			color:green;
		}
		
		.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 11;
	animation: action 1s infinite alternate;
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.text-primary {
	color: #17a2b8 !important;
}
.btn-primary {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.bg-primary {
	background-color: #17a2b8 !important;
}
.bg-secondary {
	background-color: #00394f !important;
}
.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}
.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}
.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}
.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}
.pt-5, .py-5 {
	padding-top: 3rem !important;
}
.mt-5, .my-5 {
	margin-top: 3rem !important;
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}
.text-white {
	color: #fff !important;
}




	    /* Landing Page  Service  */
	    h1, h2, h3, h4, h5, h6 {
	font-family: "Handlee", cursive;

}

	    .service-item {
	background: var(--light);
	transition: .5s;
}
.text-center {
	text-align: center !important;
}
.pt-3 {
	padding-top: 1rem !important;
}


.p-4 {
    padding: 1rem !important;
}
.fa, .fas {
	font-weight: 900;
}
.service-item:hover {
	margin-top: -10px;
	background: var(--info);
}
.service-item:hover * {
	color: var(--light) !important;
}

/* section */

.section-title {
	display: inline-block;
	text-transform: uppercase;
}

.section-title.text-start::before {
	width: calc(100% + 40px);
	left: 0;
}
.sec_title{
    position: relative;
	margin-bottom: 0.5rem;
	font-family: "Handlee", cursive;
	font-weight: bold;
	line-height: 1.2;
	color: #00394f;
}



.sec_title::after {
    position: absolute;
    content: "";
    width: calc(33% + 23px);
    height: 1.9px;
    bottom: 10px;
    left: 100%;
    background: var(--info);
    z-index: -1;
}
.sec_title::before {
    position: absolute;
    content: "";
    width: calc(33% + 23px);
    height: 2px;
    top: 10px;
    background: var(--info);
    z-index: -1;
    right: 100%;
}
.item{
    margin:0 7px;
}
.btn-primary {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.foot_sec .fa, .foot_sec .fas {
    font-weight: 900;
    font-size: 29px;
    margin: 0;
}
.foot_sec h5.text-white {
    margin: 0;
    font-size: 23px;
}
.foot_sec_middle .fa, .foot_sec_middle .fas {
    font-weight: 900;
    font-size: 15px;
    margin: 0;
}
.btn-outline-primary {
	color: #17a2b8;
	border-color: #17a2b8;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}


a.active_menu {
    color: #fff;
    background: #17a2b8;
    padding: 7px 19px;
    text-align: center;
}
a.active_menu:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
i.fa.fa-arrow-right.text-primary.me-2 {
    margin: 0 7px 0 0;
}

.facility_sec_2 h4, .facility_sec_1 h5 {
    font-family: "Handlee", cursive;
    margin: 13px 0 12px 0;
    font-size: 19px;
    color: #00394f;
    font-size: 23px;
}
.team .team-social{
	top: 0;
	background: rgba(23, 162, 184, 0.8);
	opacity: 0;
	z-index: 1;
	transition: .5s;
}
.team:hover .team-social {
	opacity: 1;
}
.sec_benefit{
    padding:19px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(10,37,64,0.09);
    transition: box-shadow .5s;
}


.sec_benefit:hover {
    box-shadow: 0 3px 10px rgba(10,37,64,0.25);
}
button.btn.btn-secondary.btn-block.border-0.py-3 {
    background: #00394f;
    border-radius: 31px 31px 31px 31px;
}
button.btn.btn-secondary.btn-block.border-0.py-3:hover {
    background: #16617e;
    border-radius: 31px 31px 31px 31px;
    color: #ddd;
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

@media (max-width: 776px) {
.section-title {
    display: block;
    text-align: center !important;
}
.pt-3 {
    margin: 0 0 11px 0;
}
}