.pblock50 {
    padding: 50px 0;
}

.pblock60 {
    padding: 60px 0;
}

.pblock70 {
    padding: 70px 0;
}

.pblock80 {
    padding: 80px 0;
}

.nav-item:hover a {
    color: #fff;
}

.ml-auto {
    margin-left: auto;
}

.home-about {
    padding-top: 0;
}

.our-impotance {
    background: #fff;
    float: left;
    width: 100%;
}

.our-impotance ul {
    display: block;
    text-align: center;
    padding: 0;
}

.our-impotance ul li {
    display: block;
    margin-bottom: 64px;
    /*border-right: 1px #e9e9e9 solid;*/
    position: relative;
    float: left;
}

.our-impotance ul li .inner {
    display: block;
    padding: 30px;
}

.our-impotance ul li .inner img {
    border-radius: 3px;
}

.our-impotance ul li:nth-child(3n) {
    border-right: none;
}

.our-impotance ul li:nth-child(n+4):after {
    display: none;
}

.our-impotance ul li:nth-child(n+4) {
    margin-bottom: 0;
}

.our-impotance ul li:after {
    width: 80%;
    /* height: 1px;*/
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    bottom: -35px;
    content: "";
    background: #e9e9e9;
}

.our-impotance ul li h3 {
    display: block;
    padding: 22px 0 12px 0;
    font-size: 18px;
    color: #284962;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 300;
}

.our-impotance ul li h3 span {
    font-weight: 600;
}

.our-impotance ul li p {
    display: block;
    font-size: 15px;
    color: #969a9e;
    line-height: 20px;
}

footer.site-footer {
    clear: both;
}

.footer-top .list-unstyled > li {
    font-size: 15px;
}

.mb-half {
    margin-bottom: .5rem;
}

.footer-top .form-control {
    padding: .6rem 1.25rem;
    line-height: 1.2;
}

.vision-mission .h5 {
    text-align: center;
}

.vision-mission p {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -.75px;
    text-align: justify;
}

.vision-mission .card-body {
    min-height: 240px;
    padding: 1.5rem;
    border-bottom: 2px solid #68d8d1;
}



ul.nav li.active {
    background: #28c8be;
}

ul.nav li.active a {
    color: #fff;
}

a.nav-link {
    position: relative;
    z-index: 1;
}

a.nav-link:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -85px;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #28c8be;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

a.nav-link:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
    bottom: 0;
}

a.nav-link,
a.nav-link:after,
a.nav-link:before {
    transition: all .5s;
}

/*---------------*/
ul.nav li:nth-child(even) a.nav-link:after {
    top: -170px;
}

ul.nav li:nth-child(even):hover a.nav-link:after {
    top: 0px;
}

a.social-fb {
    color: #28c8be;
}

a.social-fb:hover {
    color: #fff;
}

a.nav-link:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 150px;
    height: 2px;
    background: #067770;
    bottom: 0px;
    display: block;
}

a.nav-link {
    overflow: hidden;
}

li:hover a.nav-link:before {
    right: 0;
}


/*------ button style -------------*/

.btn-smooth-effect a {
    position: relative;
    display: inline-block;
    margin: 15px 0px;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
    border-radius: .3rem;
    font-family: "Maven Pro", sans-serif;
}

.btn-smooth-effect {
    position: relative;
    z-index: 1;
}

.btn-smooth-effect a span {
    display: block;
    padding: 10px 25px;
    background: #28c8be;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.btn-smooth-effect a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #28c8be;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
}

.btn-smooth-effect a:hover span,
.btn-smooth-effect a:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-smooth-effect a:hover::before,
.btn-smooth-effect a:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

/*------- dark btn -----*/
.btn-smooth-effect.dark a::before {
    background: #0a9e94;
    color: #ffffff;
}

/*-------- white btn -------------*/
.btn-smooth-effect.white a::before {
    background: #28c8be;
    color: #fff;
}

.btn-smooth-effect.white a span {
    background: #ffffff;
    color: #28c8be;
    font-weight: 500;
}

/*------ button style -------------*/


.notice-btn {
    padding: 0;
    margin: 0 15px 0 0;
}

.vision-mission .card,
.vision-mission .card .card-body:after,
.vision-mission .card h4,
.vision-mission .card p,
.vision-mission .card .line-style {
    transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.4s cubic-bezier(0.4, 0, 1, 1);
}

.vision-mission .card-body:after {
    content: "";
    display: block;
    background: #28c8be;
    top: 270px;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    opacity: .7;
}

.vision-mission .card:hover .card-body:after {
    top: 0;
}

.vision-mission .card:hover .card-body h4,
.vision-mission .card:hover .card-body p,
.vision-mission .card:hover .line-style {
    position: relative;
    z-index: 2;
    color: #fff;
}

.vision-mission .card:hover .card-body h4 {
    letter-spacing: 2px;
}

.vision-mission .card:hover .card-body p {
    color: #202428;
}

.vision-mission .card:hover .line-style {
    width: 100% !important;
    background: #fff !important;
}

.vision-mission .card:hover .card-img-top {
    opacity: .75;
}

.banner-block {
    position: relative;
    z-index: 0;
}




#three-points a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 6px 9px;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #f3f3f3;
    min-height: 350px;
    border-bottom: 2px solid #28c8be;
}

#three-points a:hover {
    background-color: #f1f8f9 !important;
    color: #000;
    border-bottom-color: transparent;
}

#three-points a span {
    position: relative;
    z-index: 1;
    line-height: 23px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
}

#three-points a:hover span {
    color: #000;
}

#three-points .btnBefore,
#three-points .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid #e32831;
    border-width: 0;
    border-radius: 0;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: #28c8be;
}

#three-points a .btnBefore {
    right: 0;
    bottom: 0;
}

#three-points a .btnAfter {
    left: 0;
    top: 0;
}

#three-points a:hover .btnBefore {
    border-width: 0 0 1px 1px;
}

#three-points a:hover .btnAfter {
    border-width: 1px 1px 0 0;
}

#three-points a:hover .btnAfter,
#three-points a:hover .btnBefore {
    height: 100%;
    width: 100%;
    color: #000;
    transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
    -ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}


.sticky-top.shadow-v1 {
    border-bottom: 2px solid #28c8be;
}

.scroll-top {
    z-index: 9;
}

.about-welcome-img img {
    height: 300px;
    object-fit: cover;
}

.page-banner {
    background-image: url(../img/page-banner.jpg) !important;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .65);
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.page-banner, .page-banner h2{
    color: #fff
}




.gallery-category a {
    color: #28c8be;
    text-decoration: none;
    font-weight: 700;
}

.gallery-category a.gallery {
    display: inline-block;
    margin: 15px 15px 65px ;
    position: relative;
    width: 100%;
    padding-top: 174px;
    min-height: 260px;
}

.gallery-category a.gallery strong {
    display: block;
    text-align: center;
    font-size: 20px;
    position: relative;
bottom: -15px;
    text-shadow: 2px 1px 2px #04332f;
color: #fff;
}

.gallery-category a.gallery img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: linear-gradient(#fff, #ccc);
    width:100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    transition: .4s cubic-bezier(0.860, 0.000, 0.070, 1.000);
    box-shadow: inset 0 0 0 1000px rgb(226, 225, 225);
}

.gallery-category a.gallery img:nth-child(3) {
    transform: rotate(3deg);
}

.gallery-category a.gallery img:nth-child(2) {
    transform: rotate(6deg);
}

.gallery-category a.gallery:hover img {
    width: 100px;
    height: 100px;
}

.gallery-category a.gallery:hover img:nth-child(1) {
    transform: translate(-3px, -3px);
}

.gallery-category a.gallery:hover img:nth-child(3) {
    transform: translate(-3px, 78px);
}

.gallery-category a.gallery:hover img:nth-child(2) {
    transform: translate(78px, -3px);
}

.gallery-category a.gallery:hover img:nth-child(4) {
    transform: translate(78px, 78px);
}


.gallery-category {

    padding: 40px 0px;
}








/*.......................................*/
@media (min-width:1200px) {
    .home-about {
        margin-top: -80px;
    }

    .vision-mission .card-body {
        min-height: 230px;
        padding: 1.875rem;
    }


}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .nav-item {
        margin-left: 5px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    #three-points.our-impotance ul li .inner {
        padding: 30px 25px;
    }

    .our-impotance ul li {
        margin-bottom: 25px;
    }

    .footer-top,
    .footer-top .list-unstyled > li {
        font-size: .8rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .our-impotance ul li .inner {
        padding: 30px 15px;
    }

    .vision-mission p {
        font-size: 14px;
    }

    .vision-mission .card-body {
        padding: 1rem;
    }

    #three-points.our-impotance ul li {
        margin-bottom: 25px;
    }

    #three-points a {
        min-height: 315px;
    }
}

@media (max-width: 767px) {
    .our-impotance ul li {
        max-width: 100%;
    }

    .our-impotance ul li .inner {
        padding: 10px 10px 30px 10px;
        /*border-bottom: 1px #e9e9e9 solid;*/
    }

    .our-impotance ul li:last-child {
        margin-bottom: 0px !important;
    }

    .our-impotance ul li:last-child .inner {
        border-bottom: none;
    }

    .our-impotance ul li {
        border-right: none;
        margin-bottom: 30px !important;
    }

    .our-impotance ul li:after {
        display: none;
    }

    .our-impotance ul li h3 span {
        display: inline;
    }

    .vision-mission .card-body {
        min-height: auto;
    }

    #three-points a {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .our-impotance ul li {
        width: 100%;
    }

    .our-impotance ul li:after {
        width: 94%;
    }

    .our-impotance ul li .inner {
        padding: 10px 10px 30px 10px;
    }

    .our-impotance ul li h3 span {
        display: inline;
    }
}
/*------ 26-03-19 -----------*/
.news-side-block .card-body {
    padding: .5rem 1.25rem 1rem;
}

.news-side-block .owl-nav{
    display: none;
}
.news-side-block  .dots-inset .owl-dots {
    padding: 0;
    bottom: 0;
}
.news-side-block .dots-white-outline .owl-dot.active{
    background: #28c8be;
    border-color: #28c8be;
}
.news-side-block  .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
}
.news-details-block .list-inline-item i {
    color: #28c8be;
}
@media (max-width:990px){
    a.nav-link:before{
        display: none;
    }
    .navbar-nav .nav-link{
        padding-left: 20px;
    }
}
@media (max-width:550px){
    .news-block-content .media{
        flex-direction: column;
    }
    .news-block-content  .d-md-flex {
        padding: 20px !important;
    }
    .news-block-content .media-body {
        padding: 10px 0px !important;
    }
    .news-block-content .media .border-right{
        padding-right: 0px!important;
        padding-bottom: .5rem;
        border-right: none !important;
        border-bottom: 1px solid #28c8be!important;
    }
}
.gallery-category a.gallery:hover img:nth-child(2) {
transform: translate(100%, -3px);
}
.gallery-category a.gallery:hover img:nth-child(3) {
transform: translate(-3px, 100%);
}
.gallery-category a.gallery:hover img:nth-child(4) {
transform: translate(100%, 100%);
}
.gallery-category a.gallery:hover img {
width: 50%;
height: 50%;
}