.main-header .navbar .navbar-brand {
    padding: 15px 0px 0px 0px;
}
a {
    color: #1445a7;
}
a:hover {
    color: #09307c;
}
.ico-box {
    padding: 1.2rem 1.2rem 1.2rem;
    min-height: 450px;
}
.content-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.caption-hover-full .figcaption .info h2{
    font-size: 2rem;
}
.footer .footer-main {
    padding-bottom: 0rem;
}
.main-header.sticky-nav .navbar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.home-flip-box .col-wrap {
    margin-bottom: 2rem;
}
.icon-v2 .ico-box {
    padding: 1.2rem 1.2rem 1.2rem;
    min-height: 180px;
    background: rgba(255,255,255,0.9);
    border-radius: 0px !important;
}
.icon-v2 .ico-box h4{
    text-transform: uppercase;
}
.icon-v2 .col-wrap {
    margin-bottom: 1.75rem;
}
.main-header.header-white.transparent .navbar .navbar-brand img{
    width: 40%;
}
.ico-box .flipper-box .des {
    color: #575757;
    padding-top: 25px;
}
.main-header .navbar .navbar-brand img {
    width: 40%;
}
.section-scroll {
    position: fixed;
    bottom: 0rem;
    right: 1rem;
    width: 5rem;
    height: 3rem;
    background: #a2c03a;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Josefin Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    z-index: 999;
    font-size: 1.5rem;
    padding-top: .0625rem;
    border-radius: 15px 15px 0px 0px;
}
.footer .content-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.footprint.icon-v2 .ico-box {
    background: #a2c03a !important;
}
.footprint .ico-box .icon i{
    color: #fff;
}
.footprint .icon-title h4 a{
    color: #fff;
}
.slider_content{
    width: 100%;
    height: auto;
    z-index: 999999;
    position: absolute;
    left: 50px;
    top: 150px;
}

.slider_content .slider-sub-title{
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 50px;
    border-width: 0px;
    margin: 0px;
    padding: 0px 13px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 26px;
    white-space: normal;
    min-height: 0px;
    min-width: 620px;
    max-height: none;
    max-width: 620px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
}

.slider_content .slider-main-title{
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 75px;
    border-width: 0px;
    margin: 0px;
    padding: 20px 13px;
    letter-spacing: 7px;
    font-weight: 900;
    font-size: 65px;
    white-space: normal;
    min-height: 0px;
    min-width: 620px;
    max-height: none;
    max-width: 620px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
}

.slider_content .slider-text{
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 30px;
    border-width: 0px;
    margin: 0px;
    padding: 0px 13px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    white-space: normal;
    min-height: 0px;
    min-width: 510px;
    max-height: none;
    max-width: 510px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
}
html {
  scroll-behavior: smooth;
}
#work-section .icon-v2 .ico-box h4{
    color: #09307c;
}