html, body { width: 100%; height: 100%; }
body { 
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .9rem;
    line-height: 1.5;
    color: #333333;

    padding-top: 184px;
}

a, a:hover, a:focus {
    color: inherit; 
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
}

.header-main {
    position: relative;
    z-index: 100;
    width: 100%;
}

 

/* header navbar css */

@media screen and (min-width: 768px) {
    body { 
      padding-top: 150px;
    }
}

.header-nav {
  padding: .5rem 1rem;
  border-bottom: 1px solid #bfbfbf;
  background: #e6e6e6;
}



.header-nav ul.navbar-nav > li > a {
    text-transform: uppercase; 
    background-color: transparent; 
    color: #231f1f;
    font-size: .8rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .header-nav ul.navbar-nav > li > a {
        font-size: .66rem;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .header-nav ul.navbar-nav > li > a {
        font-size: .9rem;
    }
}

@media screen and (min-width: 1200px) {

    .header-nav ul.navbar-nav > li > a {
        padding-right: .8rem !important;
        padding-left: .8rem !important; 
        font-size: .9rem; 
    }

}


/* topCarousel */
.topCarousel {
    position: relative;
    z-index: 1;
    background-color: #f3f5f8;
    padding: 1rem;
    /*border-bottom: 5px solid #2098D4;*/
}

@media screen and (min-width: 567px) {
    .topCarousel {
        padding: 2.5rem 0;     
    }
}


.scale img { 
    display: block;
    transition-duration: 600ms;
} 

.scale:hover img {
    transform: scale(1.1);
} 

/* banner */ 
 
.mainbanner {
    position: relative;
    z-index: 1;
    padding: 1rem 0;
}

@media screen and (min-width: 768px) {
    .mainbanner {
        padding: 2rem 0;
    }
}

@media screen and (min-width: 1200px) {
    .mainbanner {
        padding: 3rem 0;
    }
}

.mainbanner .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
} 

.mainbanner .row [class*='col-']{
    padding-right: 7.5px;
    padding-left: 7.5px;
} 

.mainbanner .welcome-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
 .mainbanner .welcome-post > img {
    width:100%;
 }
}


.mainbanner .welcome-post .post-content {
    position: absolute;
    width: 80%;
    bottom: 5%;
    left: 5%;
    z-index: 5;
}

.mainbanner .welcome-post .post-content .tag {
    background-color: #ff7e09; 
    height: 25px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    margin-bottom: .5rem;
    padding: 0 10px;
}

.mainbanner .welcome-post .post-content .post-title {
    background-color: #231f1f;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.welcome-posts .welcome-post + .welcome-post {
    margin-top: 15px;
}


/* footer */
.footer {
    background-color: #191919;
    background-image: url(img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #cccccc;
    padding: 1.5rem 0;
}

.footer a {
    color: #cccccc;
}

.footer a:hover {
    color: #fc8004;
}

.footertext h4 {
    color: #ffffff;
    margin-bottom: .7rem;
}

.footertext p {
    font-size: .9rem;
    font-weight: 400;
}

.footertext a {
    color: #cccccc;
}

.footertext a:hover {
    color: #fc8004;
}


.footerlinks ul > li {
    padding: .4rem .6rem;
}

.footerlinks ul > li > a {
    font-size: .9rem;
 }

 .footerlinks ul > li > a i {
    margin-right: .5rem;
 }

 .footernewsletter button.btn-primary {
    color: #fff;
    background-color: #ff7e09 !important;
    border-color: #ff7e09 !important;
 }

 .footerdivider {
    height: 1px;
    background: #aaa;
    opacity: .2; 
 }


 /* Homepage Articles */
.homepage-articles {
 position: relative;
 z-index: 1;
 padding: 1rem 0;
}

@media screen and (min-width: 768px) {
 .homepage-articles {
     padding: 0 0 1.5rem 0;
 }
}

.homepage-articles [class*='col-']{
   margin-bottom: 1rem;
}

.homepage-articles .card {
    transition: all .5s;
}

.homepage-articles .card:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}


.title01 {
    font-size: 1.2rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.lg-text {
    color: #d0d0d0!important;
}


.dancingtext {
    font-size: 1.5rem;
    font-family: 'Dancing Script', cursive;
}

.single-icon i {
    color: #2098D4;
    float: left;
    font-size: 22px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
    border: 1px solid #2098D4;
    background: #fff;
    border-radius: 3px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    background: transparent;
}

.map {
    padding: 5px;
    border: 1px solid #CCC;
    margin-bottom: 10px; 
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.arrowdown a:after {
    color: #fff !important;
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 1rem;
  }

.arrowdown a[aria-expanded="true"]:after {
content: "\f077"; /* fa-chevron-up */
}

 
.innerlist > a {
    font-size: .9rem;
}

.innerlist .list-group-item.active { 
    background-color: #bcc0c2!important;
    border-color: #bcc0c2!important;
}

.listCollapse:after {
    color: #fff !important;
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 2rem;
    font-size: .9rem;
  }

.listCollapse[aria-expanded="true"]:after {
content: "\f077"; /* fa-chevron-up */
}

@media screen and (max-width: 767px) {
    .mb-sm-1 {
       margin-bottom: 15px;
    }

    .footerslinks, 
    .footercopy {
        text-align: center !important;
    }
}

/*  Latest css */
.navbar-brand {
    margin-right: 0px;
}

.about-post {
    background-color: #fce677;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0;
    position: relative;
}

.aboutus_homebox {
    position: absolute;
    left: 1rem;
    top: 1rem;
    right: 1rem;
    color: #000000;
}

.aboutus_homebox h2 {
    color: #000000;
    font-size: 1.3rem;
}


.mainbannerbg {
    background-color: #efdb7c; 
    border-color: #efdb7c;
}

.mainbannerbg h2 {
    color: #000000;
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .mainbannerbg h2 {
    font-size: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .mainbannerbg h2 {
    font-size: 2rem;
    }
}


@media screen and (min-width: 768px) {

    .about-post {
        background-color: #efdb7c; 
        left: 7.5px;
        top: 0;
        right: 7.5px;
        bottom: 0;
        position: absolute;
    }

    .aboutus_homebox { 
        left: 1.5rem;
        top: 1.5rem;
        right: 1.5rem; 
    }
    
    .aboutus_homebox h2 {
        font-size: 1.5rem;
    }

}

@media screen and (min-width: 1200px) {

    .aboutus_homebox { 
        left: 2rem;
        top: 2rem;
        right: 2rem; 
    }
    
    .aboutus_homebox h2 {
        font-size: 2rem;
    }

}


.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}

.header-logo {
   text-align: center; 
}

.header-title h3{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
    color: #333;
    text-align: center;
}

@media screen and (min-width: 768px) {

    .header-logo {
        text-align: left; 
     }

    .header-title h3{
        font-size: 1.2rem; 
        line-height: 1.5rem; 
        text-align: right;
    }
}