#banner {
    width: 100%;
    background: #000;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

/*  */
.jumbobox {
    background: #fff;
    padding: 28px 0 0 0;
    width: 100%;
    text-align: center;
}

/*  */
.service {

    margin-bottom: 50px;
    width: 100%;   
     padding: 0 0 30px ;
}

.service img {
    max-width: 100%;
    height: auto;
}


.service .icons {
    color: #12527e;
    font-size: 44px;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    float: left;
    width: 100%;
    padding: 15px;
}

.service h2 {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 700;
}

.service a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 12px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.service h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    /* background: #04844a; */
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.59);
}

.text-center img {
    margin: auto;
}

.box {
    width: 100%;
    /* border: 1px solid #D4D4D4; */
    display: inline-block;
    background: #ffffff;
    padding-bottom: 20px;
    float: left;
    text-align: center;
}
.box svg{
    height: 50px;
    width: 50px;
}
.box-area {
    float: left;
    text-align: center;
    padding: 14px 20px;
    width: 100%;
    background: #12527e;
    color: #fff;
    font-size: 13px;
}




/*  */
.aboutUs {
    background: #e6e6e6;
    color: #3e3e3e;
    margin-bottom: 0;
    width: 100%;
    padding: 40px 0 ;
}

.aboutUs h2 {
    color: #12527e;
}

/*  */

footer {
    color: #949494;
}

footer {
    background: #1B1B1B;
}

footer ul.link-list li a {
    color: #949494;
}

footer ul.link-list li a:hover {
    color: #eee;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #eee;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #12527e;
}

footer address {
    line-height: 1.6em;
}

footer h5 a:hover,
footer a:hover {
    text-decoration: none;
}

ul.social-network {
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

#sub-footer {
    text-shadow: none;
    color: #f5f5f5;
    padding: 0;
    margin: 20px 0 0 0;
    background: #191919;
    height: 50px;
    line-height: 50px;
}

#sub-footer p {
    margin: 0;
    padding: 0;
}

#sub-footer span {
    color: #f5f5f5;
}

.copyright {
    text-align: left;
    font-size: 12px;
}

#sub-footer ul.social-network {
    float: right;
}

/*  */


.info-blocks {
    margin-bottom: 15px;
}

.info-blocks i.icon-info-blocks {
    float: left;
    color: #12527e;
    min-width: 50px;
    margin-top: 6px;
    text-align: center;
    background: #FFFFFF;
    height: 50px;
    padding: 10px;
    border: 1px solid #12527e;
}
.info-blocks i svg{
    height: 30px;
    width: 30px;
}
.info-blocks .info-blocks-in {
    padding: 0 10px;
    overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
    color: #555;
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
}

.info-blocks .info-blocks-in p {
    font-size: 14px;
}

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #12527e;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}
.core{
    font-size: 30px;
    color: #12527e;
}
.core svg {
    height: 30px;
    width: 30px;
    margin-right: 30px;
}