body {
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 300;
}


.top-bar-area .top-info ul li {
    display: inline-block;
    float: left;
    margin-right: 30px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.top-bar-area .top-right ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}

.header-contact-info ul li .text-holder p {
    color: #008EC5;
    font-size: 20px;
    font-weight: 300;
    margin:;
    line-height: 16px;
}

.header-contact-info ul li {
    border-right: 1px solid #f7f7f7;
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 2px;
}

@media screen and (max-width: 600px) {
.top-bar-area {
    display:none;
}}


.top-social-links {
   display:none;
}


.slidemobile { 
display:none; 
}
@media screen and (max-width: 500px) {
.slidemobile { 
display:block; }
}



.slidepc{ 
display:block;
}
@media screen and (max-width: 500px) {
.slidepc{ 
display:none; }
}


.slogan-mobile { 
display:none; 
}
@media screen and (max-width: 500px) {
.slogan-mobile { 
display:block; }
}

.slogan{ 
display:block;
}
@media screen and (max-width: 500px) {
.slogan{ 
display:none; }
}

@media screen and (max-width: 500px) {
.container {
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto;
    margin-left: auto;
}}


.sec-title h1 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0 0 1px;
}

.smart-approach-area .single-item .text-box h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 18px;
}

.footer-area::before {
    background: #09467A none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-bottom-area {
    background: #09467A;
    display: block;
    padding: 20px 0 11px;
}

.footer-top-area .footer-top-content .title h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0;
}

@media (min-width: 992px)
.col-md-2 {
    width: 19.66666667%;
}

#single-service-area {
    padding: 30px 0;
}

.video-gallery-area .video-holder .overlay-gallery .icon-holder .icon a img {
    width: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    display: none;
}

.breadcrumb-area {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
    padding-top: 65px;
    position: relative;
}

.breadcrumb-area {
    background-color: #008DC4;
}

.breadcrumb-area h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: capitalize;
}

.main-menu .navigation li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    opacity: 1;
    padding: 19px 20px 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.ez-toc-open-icon {
    position: fixed;
    left: 0px;
    top: 8%;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px 15px 10px;
    box-shadow: 1px -5px 10px 5px rgb(0 0 0 / 10%);
    background-color: #fff;
    display: inline-grid;
    line-height: 1.4;
    border-radius: 0px 10px 10px 0px;
    z-index: 999999;
    display: none;
}

div#ez-toc-container {
    width: 90%;
    display: none;
}