body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    word-spacing: 5px;
}


/*******************HEADER******************/

.top-header{
  padding: 10px 0;
  background-color:#fbb662;
}

.header-left ul{
  padding: 0px;
  margin: 0px;
}

.header-left ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.header-left ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.header-right ul{
  padding: 0px;
  margin: 0px;
  float: right;
}

.header-right ul li{
  list-style-type: none;
  display: inline-block;
  margin-left: 10px;
}

.header-right ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.header-right ul li a i{
  font-size: 16px;
  color: #fff;
}



/*********MENU SECTION*********/

.menu-section{
    background-color:#7bd2f3;
    box-shadow: 0 0 8px rgba(150, 150, 150, 0.71);
}

.navbar-brand img{
    width: 180px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 14px;
}



nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#fbfaf9;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color:#fbfaf9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #f7941d;
}

.nav-item.dropdown a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    padding: 0px 0px 0px 5px;
    vertical-align: middle;
}

.menu-section .dropdown ul li a:after {
    display: none;
}



/*.navbar-light .navbar-nav .nav-link:hover{
  color: #f7941d;
  border-bottom: 4px solid #f7941d;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #f7941d;
    border-bottom: 4px solid #f7941d;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f7941d;
    border-bottom: 4px solid #f7941d;
}*/

.menu-section .dropdown ul{
  padding: 0px;
  margin: 0px;
  height: auto;
  position: absolute;
  z-index: 999;
  background-color: #296bc2;
}

.menu-section .dropdown ul li{
  border-bottom: 1px solid #a0a0a0;
}

.menu-section .dropdown ul li:last-child{
  border-bottom: none;
}

.menu-section .dropdown ul li{
  display: none;
}

.menu-section .dropdown ul li a{
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  padding: 7px 10px;
  display: block;
  text-decoration: none;
  transition: all .3s ease 0s;
  background-color: #7bd2f3;
}

.menu-section .dropdown:hover ul li{
  display: block;
  width: 200px;
  background-color: #fff;
}

.menu-section .dropdown ul li a:hover{
  background-color: #fb4900;
  color: #fff;
}


ul.menu-icons{
  padding: 0px;
  margin: 0px;
}

ul.menu-icons li{
  list-style-type: none;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

ul.menu-icons li:first-child{
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

ul.menu-icons li a i{
  color: #fff;
  font-size: 18px;
  padding: 16px;
}

/***************SEARCH**************/

/*.searching i.fa{
    padding: 0 10px;
}*/

 .search-inline {
    width: 100%;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    top: 0;
    right: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #222;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 0;
    font-size: 18px;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    outline: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



/***************SLIDER**************/





.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0, 0, 0, 0.19);
}

.slider .carousel-caption{
  bottom: 35%;
}

.slider .carousel-caption h5{
  /* font-family: 'Dancing Script', cursive; */
  font-size: 65px;
  line-height: 85px;
  font-weight: 700;
  color: #fff;
}

/************SCHEDULE*************/

.schedule{
  padding: 40px 0;
  border-bottom: 1px solid #f7941d;
}

.schedule i.fa.fa-clock{
  font-size: 40px;
  float: left;
  margin-right: 20px;
  color: #e868a7;
}

.schedule i.fa.fa-envelope{
  font-size: 40px;
  float: left;
  margin-right: 20px;
  color: #f7941d;
}

.schedule i.fa.fa-bus{
  font-size: 40px;
  float: left;
  margin-right: 20px;
  color: #a9d63b;
}

.schedule i.fa.fa-phone-volume{
  font-size: 40px;
  float: left;
  margin-right: 20px;
  color: #907ee2;
}

.schedule h6{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.schedule p{
  margin-bottom: 0px;
}


/***************FEATURE*************/

.feature{
  padding: 70px 0;
  border-bottom: 1px solid #f7941d;
}

.feature h2{
    /* font-family: 'Dancing Script', cursive; */
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #f7941d;
    text-align: center;
    margin-bottom: 20px;
}

.feature i{
  font-size: 40px;
  float: left;
  margin-right: 40px;
  color: #fff;
}

.feature p{
    padding-left: 80px;
    color: #fff;
}

.feature-box{
  background-color: #a9d63b;
  padding: 30px;
  margin-bottom: 30px;
}

.feature-box:hover {
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}

.feature-box1{
  background-color: #00C3C9;
  padding: 30px;
  margin-bottom: 30px;
}

.feature-box1:hover {
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}

.feature-box2{
  background-color: #ffba06;
  padding: 30px;
  margin-bottom: 30px;
}

.feature-box2:hover {
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}

.feature-box3{
  background-color: #e868a7;
  padding: 30px;
  margin-bottom: 30px;
}

.feature-box3:hover {
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}

.feature-box4{
  background-color: #907ee2;
  padding: 30px;
  margin-bottom: 30px;
}

.feature-box4:hover {
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}

.feature-box5{
  background-color: #e16c6c;
  padding: 30px;
  margin-bottom: 30px;
}

.feature-box5:hover {
    box-shadow: 0 6px 29px rgba(0,0,0,0.3);
}

.service-text h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-text h4 a{
  color: #fff;
  text-decoration: none;
}


/******************CHOOSE*****************/

.choose{
  padding: 70px 0;
}

.choose img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.choose h3 {
    /* font-family: 'Dancing Script', cursive; */
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 10px;
}

a.btn.btn-read{
  border: 2px solid #fff;
  background-color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  box-shadow: 0 1px 9px rgba(0,0,0,0.3);
}

a.btn.btn-read:hover{
  border: 2px solid #a9d63b;
  background-color: #a9d63b;
  color: #fff;
}

/***************FACILITY**************/

.facility{
  padding: 70px 0;
  background-color: #f7941d;
}

.facility h4 {
    /* font-family: 'Dancing Script', cursive; */
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.facility img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.facility h5{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.facility h6{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.facility p{
  color: #fff;
  margin-bottom: 0px;
}

/************GALLERY************/

#gallery{
  padding: 70px 0;
}

#gallery h4{
/*     font-family: 'Dancing Script', cursive; */
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 10px;
    text-align: center;
}

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 110%;
  width: 110%;
  top: -10%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.box:hover img{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a{
  cursor: pointer;
}

.gal-item a::after {
  font-family: "FontAwesome";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container {
  width: 80%;
}


@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}


/* Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 55px;
  right: 35px;
  color: #e54c2a;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
  box-shadow: none;
}

.close:hover,
.close:focus {
  color: #e54c2a;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


/******************TEAM MEMBER****************/

.team-member{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.team-member h4{
   /*  font-family: 'Dancing Script', cursive; */
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 10px;
    text-align: center;
}

.team-member .owl-carousel{
  display: block;
}

.post-slide {
    position: relative;
    background: #FFF;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
}
.post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer {
    opacity: 1;
}
.post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
}
.post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin: -9px 0 0;
}
.post-slide .post-link li a {
    color: #FFF;
    font-size: 39px;
}
.post-slide .post-link li a:hover {
    color: #e41a24;
    text-decoration: none;
}
.post-slide .post-date {
    position: absolute;
    top: 10%;
    left: 4%;
}
.post-slide .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #333;
    float: left;
}
.post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #f7941d;
}
.post-slide .post-content {
    padding: 20px;
    background-color: #fff;
}
.post-slide .post-title {
    margin: 0 0 10px 0;
}
.post-slide .post-title a {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
    text-decoration: none;
    color: #f7941d;
}
.post-slide .post-description {
    font-size: 14px;
    line-height: 22px;
    color: #444444;
    padding: 0 0 0px 0;
    margin-bottom: 15px;
}
.post-slide .read-mores {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide .read-mores:hover {
    text-decoration: none;
    color: #e41a24;
}
.post-slide .read-mores:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #e41a24;
    transition: all 0.30s ease;
}
.post-slide .read-mores:hover:after {
    width: 100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month {
        font-size: 14px;
    }
    .post-slide .date {
        font-size: 14px;
    }
}
div.clanky .row {
    padding-top: 35px;
}

.team-member .post-content{
  text-align: center;
}

.team-member .post-content ul{
  padding: 0px;
  margin: 0px;
}

.team-member .post-content ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
}

.team-member .post-content ul li a i{
  font-size: 20px;
  color: #000;
}

.team-member .post-content ul li a i:hover{
  color: #f7941d;
}


/**************BLOG SECTION*************/

.blog-section{
  padding: 70px 0;
}

.blog-section h4{
    /* font-family: 'Dancing Script', cursive; */
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 10px;
    text-align: center;
}

.blog-section img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 1px solid #eee;
}

.blog-box{
  padding: 20px;
  background-color: #f5f5f5;
}

.blog-box h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.blog-box h5 a{
  text-decoration: none;
  color: #000;
}

.blog-box h5 a:hover{
  color: #f7941d;
}

.blog-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.blog-box ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #888;
}

.blog-box ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
}

.blog-box ul li a:hover{
  color: #f7941d;
}

.blog-box p{
  font-size: 14px;
  line-height: 20px;
}

a.reads{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

a.reads:hover{
  color: #f7941d;
}


.bottom-contact{
  padding: 30px 0;
  background-color:#54bfe8;
}

.bottom-contact h6{
    /* font-family: 'Dancing Script', cursive; */
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 8px;
}

a.btn.btn-contact{
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px 20px;
  float: right;
  border-radius: 30px;
  /* font-family: 'Dancing Script', cursive; */
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #f7941d;
}

a.btn.btn-contact:hover{
  border: 1px solid #f7941d;
  background-color: #f7941d;
  color: #fff;
}


/*******************FOOTER*****************/

.top-footer{
  background: url("../images/footer-bg.jpg") center center no-repeat;
  background-size: cover;
}

.top-footer .overlay{
  background-color:rgba(147, 243, 123, 0.85);
  padding: 50px 0;
}

.top-footer h4{
   /*  font-family: 'Dancing Script', cursive; */
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 20px;
}

.top-footer h5{
    /* font-family: 'Dancing Script', cursive; */
    font-size: 23px;
    line-height: 36px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 10px;
    margin-top: 20px;
}


.address p{
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.links ul{
  padding: 0px;
  margin: 0px;
}

.links ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #464646;
}

.links ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.links ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.links ul li a:hover{
  color: #f7941d;
}

.subscribe .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.subscribe .content .form-control {
  height: 50px;
  border-color: rgba(255,255,255,.25);
  border-radius: 0;
  background: rgba(255,255,255,.25);
  color: #fff !important;
  font-size: 14px;
}
.subscribe .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.subscribe .content .btn {
min-height: 50px; 
border-radius:0;
background: #fff;
color: #fb4900;
font-weight:600;
}

.subscribe .content .btn:hover{
  background-color: #fb4900;
  color: #fff;
}

.subscribe ul{
  padding: 0px;
  margin: 0px;
}

.subscribe ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}

.subscribe p{
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.subscribe ul li a i{
  font-size: 16px;
  color: #fff;
}

.subscribe ul li a i:hover{
  color: #f7941d;
}

.bottom-footer{
  padding: 20px 0;
  background-color:#d47708;
}

.copyright {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.design {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    text-align: right;
}

.design a {
    color: #fff;
    text-decoration: underline;
}

.design a:hover {
    text-decoration: none;
}


/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color:#d47708;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 14px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}


/*****************ABOUT US PAGE START HERE***************/

.page-banner {
    background: url(../images/banner1.jpg) top center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.page-banner .overlay {
    background-color: rgba(0,0,0,.6);
    height: 300px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: uppercase;
}

.page-banner ul.breadcrumb {
    text-align: center;
    background: rgba(228, 107, 15, 0.82);
    padding: 14px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    max-width: 240px;
    width: 100%;
    display: block;
    margin-bottom: 40px;
    border-radius: 0px;
} 

.page-banner ul.breadcrumb li {
    display: inline;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}



/*********************CONTACT US PAGE START HERE*******************/

.contact-body {
    background: url(../images/dots-bg.png) center center repeat;
    padding: 70px 0;
    text-align: center;
}

.contact-body i{
    border: 2px solid #f7941d;
    background-color: #fff;
    color: #f7941d;
    padding: 20px;
    width: 70px;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.contact-body h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.contact-message{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.contact-message form{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contact-message h4{
    font-family: 'Dancing Script', cursive;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #f7941d;
    text-align: center;
    margin-bottom: 25px;
}

.contact-message input{
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}

.contact-message textarea{
  width: 100%;
  height: 140px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
}

.contact-message a.btn.btn-primary{
  border: 1px solid #f7941d;
  background-color: #f7941d;
  padding: 12px;
  border-radius: 0px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.contact-message a.btn.btn-primary:hover{
  border: 1px solid #a94400;
  background-color: #a94400;
}

/*****************BLOG PAGE START HERE****************/

.blog-body{
  padding: 70px 0;
}

.blog-body img{
  width: 100%;
    height: 420px;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog-body h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-body h4 a{
  color: #000;
  text-decoration: none;
}

.blog-body h4 a:hover{
  color: #f7941d;
}

.blog-body ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

.blog-body ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #888;
}

.blog-body ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #888;
  text-decoration: none;
}

.blog-body ul li a:hover{
  color: #f7941d;
}

.detail-body{
  padding: 70px 0;
}

.detail-left img {
    width: 100%;
    margin-bottom: 10px;
}

.detail-left h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 10px;
}

.catogory h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.catogory ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
}

.catogory ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.catogory ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: block;
}

.catogory ul li a:hover {
    color: #f7941d;
}

.catogory ul li a span {
    float: right;
}

.posts h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.recent-post {
    display: block;
    height: 82px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.posts a {
    text-decoration: none;
}

.posts img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    object-fit: cover;
}

.posts h6 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
}

.posts h6:hover {
    color: #f7941d;
}

.posts ul {
    padding: 0px;
    margin: 0px;
}

.posts ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #888;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #888;
}

.posts ul li a {
    color: #000;
    text-decoration: none;
}

.posts ul li a:hover {
    color: #f7941d;
}


/***************FAQS PAGE START HERE**************/

.faqs-body{
  padding: 70px 0;
}

.faqs-body h4 {
    font-family: 'Dancing Script', cursive;
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #f7941d;
    margin-bottom: 20px;
    text-align: center;
}

.accordion-container{
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left;

}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f1f5f7;
  box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
  -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.set > a{
  display: block;
  font-size: 18px;
  padding: 18px 30px;
  font-family: var(--font-family);
  text-decoration: none;
  color: #282828;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background:linear-gradient(to right,rgb(237, 102, 0) 0,rgba(236,138,37,1) 100%);
  color: #fff;
}
.set .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.set .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

/**************LOGIN PAGE START HERE***************/

.login-body{
  padding: 70px 0;
  background-color: #fbfbfb;
}




.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f7941d none repeat scroll 0 0;
  border-color: #f7941d;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}




/*************MEDIA QUERY************/

@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    padding: 15px 10px;
  }
}

@media(max-width: 991px)
{
  .top-footer h4{
    margin-bottom: 5px;
    margin-top: 20px;
  }
}

@media(max-width: 834px)
{
  .schedule i.fa.fa-clock{
    margin-right: 10px;
  }

  .schedule i.fa.fa-envelope{
    margin-right: 10px;
  }

  .schedule i.fa.fa-bus{
    margin-right: 10px;
  }

  .schedule i.fa.fa-phone-volume{
    margin-right: 10px;
  }

  .schedule p{
    font-size: 12px;
  }

  .posts h6{
    font-size: 12px;
    line-height: 16px;
  }
}


@media(max-width: 768px)
{
  .schedule h6{
    font-size: 16px;
  }

  .schedule p{
    font-size: 11px;
  }

  .posts ul li{
    font-size: 11px;
    padding-right: 5px;
    margin-right: 5px;
  }
}



@media(max-width: 767px)
{
  .header-left ul{
    text-align: center;
    margin-bottom: 10px;
  }

  .header-right ul{
    float: none;
    text-align: center;
  }

  .sechule-box{
    margin-bottom: 30px;
  }

  .schedule h6{
    font-size: 18px;
  }

  .schedule p{
    font-size: 14px;
  }

  .choose img{
    margin-bottom: 30px;
  }

  .team-member .post-content{
    margin-bottom: 30px;
  }

  .blog-box{
    margin-bottom: 30px;
  }

  .bottom-contact{
    text-align: center;
  }

  .bottom-contact h6{
    margin-bottom: 10px;
  }

  a.btn.btn-contact{
    float: none;
  }

  .copyright{
    margin-bottom: 10px;
  }

  .design{
    text-align: left;
  }

  .subscribe .content{
    max-width: 100%;
  }

  .add-box{
    margin-bottom: 30px;
  }

  .posts{
    width: 100%;
  }
}


@media(max-width: 360px)
{
  .feature p{
    padding-left: 0px;
  }
}

a.nav-link {
    text-transform: uppercase;
}







































