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

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

.bg-red {
    /*background: #EC4136 !important;*/
     background: #efefef !important;
}

.bg-red p {
    color: #444444;
    letter-spacing: 1px;
}

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

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

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

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

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

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

body {
   /* background: #f5f5f5; url(../images/bg.jpg);*/
   background:  url(../images/so-white.png);
    overflow-y: scroll;
    overflow-x: hidden;
}

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

.breadcrumb {
    background: transparent;
}

#header {
    /*background: #F9F9F9;*/
    background: linear-gradient(to left, #f9f9f9, #fff);
}

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

#logo {
    margin: 8.5px 0;
}

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

.main-footer {
    background: none;
}

.main-footer .footer-upper {
    background: #025092;
}

/*.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: #025092;
    color: #fff;
}

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

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

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
    }

.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: #fff;
    padding: 0;
}

.dropdown-menu>li>a {
    color: #000;
    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-bottom: 20px;
}

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

.modal {
    z-index: 10000;
}

.ceo-message,
.why-kalika,
.our-services {
    border: 1px solid #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.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-item {
    padding-top: 10px;
}

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

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


.service-icon img {
    max-width: 90px;
    margin: auto;
}

.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;
}

.events {
    margin-top: 30px;
    background-color: #dce8f7;
}


.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;
    }

    /*.carousel-caption {
       bottom: -40px !important;
    }*/

    .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 */
    1
}

/* 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 */
}