body{background-color: #fff;}
h1, h2, h3, h4, .h1, .h2, .h3, .h4{ font-family: 'LobsterTwo', cursive;
    font-weight: 700;}
img,video{width: 100%;}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
nav img{max-width: 70px;}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar .navbar-nav .nav-link { font-family:'poppins';
    padding: 30px 15px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}
.facility-item .facility-text {
    position: relative;
    height: 400px;
    padding: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.facility-item .facility-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    transition: .5s;
    z-index: 1;
}

.facility-item .facility-text * {
    position: relative;
    z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
    background: transparent;
}

.facility-item * {
    transition: .5s;
}

.facility-item:hover * {
    color: #FFFFFF !important;
}

.fun-facts.section {
    padding: 120px 0;
}
.fun-facts {
    background: url(../img/fun-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}

.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1a76d1;
    opacity: 0.8;
}

.fun-facts .single-fun i {
    position: absolute;
    left: 0;
    font-size: 62px;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 67px;
    font-size: 28px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 0px;
    top: 50%;
    margin-top: -35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
}

.fun-facts .single-fun .content {
    padding-left: 80px;
}

.fun-facts .container .row > div{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.fun-facts .single-fun span {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'poppins';
}

.fun-facts .single-fun p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
}

.why-choose .choose-left h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2C2D3F;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
    font-family: 'poppins';
}

.why-choose .choose-left h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #1a76d1;
}

.why-choose .choose-left p {
    margin: 0;
    margin-bottom: 35px;
    color: #757575;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.why-choose .list{list-style: none; padding: 0; margin: 0;}
.why-choose .choose-left .list li {
    color: #868686;
    margin-bottom: 12px;
}

.why-choose .choose-left .list li i {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background: #1a76d1;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    padding-left: 2px;
    margin-right: 16px;
}

.why-choose .choose-right{height:100%; width:100%; position:relative; display: flex; align-items: center;}
.why-choose .choose-right .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 21px;
	background: #1a76d1;
	padding-left: 4px;
}
.why-choose .choose-right .video:hover{
	transform:scale(1.1);
}
.why-choose .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.why-choose .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.why-choose .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.why-choose .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.pricing-table {
    background: #f9f9f9;
    position: relative; padding: 100px 0;
}

.pricing-table .single-table {
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 45px 35px 30px 35px;
}

.pricing-table .single-table .icon i {
    font-size: 65px;
    color: #1a76d1;
}

.pricing-table .single-table .title {
    font-size: 21px;
    color: #2C2D3F;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pricing-table .single-table .amount {
    font-size: 36px;
    font-weight: 600;
    color: #1a76d1;margin: 0;
}

.pricing-table .single-table .amount span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    margin-left: 8px;
}

.pricing-table .single-table .table-list {
    padding: 10px 0;
    text-align: left;
    margin-top: 30px;
    list-style: none;
}

.pricing-table .table-list li {
    position: relative;
    color: #666;
    text-transform: capitalize;
    margin-bottom: 18px;
    padding-right: 32px;
    font-family: 'poppins';font-weight: 400;
    font-size: 14px;
}

.pricing-table .table-list i {
    font-size: 7px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    right: 0;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #1a76d1;
    border-radius: 100%;
    padding-left: 1px;
}

.ashbg{background: #e8e8e8 !important;}
.footer{background: #072e46;}
.weburl{color:inherit}
.footer .btn.btn-social:hover {
    border-color: #1a76d1;
    background: #1a76d1;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 45px;
    transition: .3s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header a{color:#fff !important}

.regis .form-check{margin-bottom: 10px;}
.table-head .pmnt{background: #1a76d1; margin: 0 30px; color: white; padding: 10px 0; font-weight: bold;}
.client_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.client_section .box {
    margin: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 25px;
}
.client_section .box {
    margin: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 25px;
}
.client_section .box .client_id .img-box {
    width: 125px;
    min-width: 125px;
    margin-right: 15px;
}
.client_section .box .client_id .img-box img {
    width: 100%;
    border-radius: 100%;
}
.client_section .box .client_id .client_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 25px;
}
.client_section .box .client_id .client_detail .client_info h6 {
    margin-bottom: 0;
}
.client_section .box .client_text {
    margin-top: 20px;
}
@media (max-width: 768px){
    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.client_section .owl-carousel .owl-nav > div {
    width: 50px;
    height: 50px;
    background-color: #2494dc;
    outline: none;
    margin: 0 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}