@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    /*-webkit-font-smoothing: antialiased;*/
}
.bg-yellow {
    background: #f8ad3f !important;
}

.txt-yellow {
    color: #F8AD40 !important;
}

.bg-red {
    background: #ec4136 !important;
}

.txt-red {
    color: #EC4136 !important;
}

.bg-green {
    background: #3ab24a !important;
}

.txt-green {
    color: #3D9B4D !important;
}

.bg-blue {
    background: #4c7bc1 !important;
}
.txt-blue {
    color: #4C7BC1 !important;
}

.txt-white {
    color: #ffffff !important;
}

body {
    background: #f5f5f5 url(../images/bg.jpg);
}

#breadcrumb {
    background: #f0f0f0;
    box-shadow: 3px 3px 5px #c1bcbc;
}

.breadcrumb {
    background: transparent;
}

.banner-heading {
    position: relative;
    padding: 32px;
    background-color: #4c82bb;
    margin-bottom: -20px;
    box-shadow: 2px 2px 2px #cfcfcf, -2px 2px 2px #cfcfcf;
}

#main-content{
    margin-top:20px;
}

#header {
    background: #fafafa;
}

.head-title {
  color: #3D9B4D;
}

#logo {
    margin: 8.5px 0;
}

/*.maincontent{background: none;}*/
#footer {
    margin-top: 20px;
    background-image: url(../images/footer_bg.jpg);
}

.main-footer {
    background: none;
}

.main-footer .footer-upper {
    background: rgba(5, 155, 78, 0.8);
}

.card {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 103%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.cardbox {
  padding: 0px 15px 15px;
  text-align: center; 
  margin: 10px; 
  /*padding: 15px; */
  padding-top: 0px;
}

.list-group{
    margin-bottom: 12px;
}

/*.main-footer .footer-bottom{background: rgba(1, 139, 68, 0.6);}*/
.side-nav {
    margin-top: 10px;
}

ul.side-nav>li:first-child {
    border-color: #3eb368;
    background: #3eb368;
    color: #fff;
}   


ul.side-nav>li>a {
    color: #333;
    text-decoration: none;
}

.navbar-nav>li>a:hover {
    background-color: #3eb368 !important;
    color: #fff !important;
}

.nav .open>a:focus,
.navbar-nav>.open>a {
    background-color: #3eb368 !important;
    color: #fff !important;
    border: 1px solid #3eb368;
}

.navbar-nav>li>.dropdown-menu {
    background: #3eb368;
    padding: 0;
}

.dropdown-menu>li>a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu>li>a:hover {
    background: #EC4136;  /* #9C060D;*/
    color: #fff;
}

.news-list {
    margin: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.news-list h3 {
    margin-top: 0px;
}

.news img {
    max-height: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.member {
    padding-top: 10px;
    padding-bottom: 20px;
}

.member-photo {
    max-height: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.modal {
    z-index: 10000;
}

.ceo-message,
.why-super,
.our-services {
    border: 1px solid #f5f5f5;
    padding: 20px;
    margin: 25px;
    margin-left: 0px;
}

.fancybox-overlay {
    z-index: 10000;
}

.social-links-two a.facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

.social-links-two a.twitter:hover {
    background: #55acee;
    border-color: #55acee;
}

.social-links-two a.google-plus:hover {
    background: #dd4b39;
    border-color: #dd4b39;
}

.social-links-two a.linkedin:hover {
    background: #0077B5;
    border-color: #0077B5;
}

.social-links-two a.pinterest:hover {
    background: #bd081c;
    border-color: #bd081c;
}

img.lazy {
    display: block;
    /* optional way, set loading as background */
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../images/fancybox/fancybox_loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.service-icon {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.service-icon i {
    font-size: 34px;
    background-color: #9C060D;
    /* #3eb368;*/
    height: 90px;
    width: 90px;
    border-radius: 99%;
    padding-top: 28px;
    color: #fff;
}

.service-icon img {
    max-width: 110px;
    margin-top: 8%;
}

.service-item>ul>li:first-child {
    text-transform: uppercase;
}

.album-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #4CAF50;
}

a.gallery:hover .album-image {
    opacity: 0.3;
}

a.gallery:hover .middle {
    opacity: 1;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 8px 16px;
}

.vacancy a:hover,
.vacancy a:focus {
    text-decoration: none;
}

.latestnews {
    margin-top: 20px;
}

.modal-open .branch-modal {
    margin-top: 10%;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/preloader.gif) center no-repeat #fff;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {

    /* STYLES GO HERE */
    #logo {
        max-width: 70%;
    }

    .navbar-nav>li>a,
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 24px;
        border-bottom: rgba(62, 62, 62, 0.3) 0.5px solid;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #topheader {
        text-align: center;
    }

    #topheader .callus {
        width: 100%;
        text-align: center;
        display: block;
    }

    #topheader .topmenu {
        width: 100%;
        display: block;
        border: none;
        /*margin-top: 30px;*/
    }

    .topmenu ul li {}

    #navigation {
        border-bottom: 1px solid #4c4c4c;
    }

    .header {
        height: 75px;
    }

    #navigation .navbar {
        margin-top: 10px;
    }

    #slider {
        display: none;
    }

    .member-photo {
        margin-bottom: 0;
    }

    .member h4 {
        margin-top: 5px;
    }

    .member-item {
        margin-bottom: 10px;
    }

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* STYLES GO HERE */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* STYLES GO HERE */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* STYLES GO HERE */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* STYLES GO HERE */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* STYLES GO HERE */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* STYLES GO HERE */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* STYLES GO HERE */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* STYLES GO HERE */
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    /* STYLES GO HERE */
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    /* STYLES GO HERE */
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    /* STYLES GO HERE */
}