.c-slider {
    background-image: url(../images/Slider02.png);
    min-height: 500px;
    background-size: cover;
}

.Cheader {
    padding: 47px 47px 0 47px;
    margin: 0;
    background: transparent;
}

.Cheader .Jheader {
    max-width: 774px;
    background-color: rgba(29, 135, 162, 0.45);
    border-radius: 46px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    height: 91px;
    padding: 15px 60px;
    margin: 0 auto 48px;
}

.Cheader .Jheader h2 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.Cheader .Jcontent {
    color: #fff;
    font-size: 19px;
}

.Cheader .Jcontent .item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Cheader .Jcontent .item ul li {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: normal;
}

.Cheader .Jcontent .item ul li .number {
    font-size: 40px;
    font-weight: bold;
    border-left: 3px solid #7BAB40;
    padding-left: 15px;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 15%;
}

.Cheader .Jcontent .item ul li .number img {
    width: auto;
}

.Cheader .Jcontent .item ul li label {
    float: left;
    width: 80%;
}

.Cheader .Jcontent .owl-dots {
    text-align: center;
}

.Cheader .Jcontent .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 7px;
}

.Cheader .Jcontent .owl-dots .owl-dot span {
    background: #8B8D8F;
    display: inline-block;
    height: 13px;
    margin: 0 2px 5px;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    width: 13px;
    border-radius: 20px;
    border: none;
}

.Cheader .Jcontent .owl-dots .owl-dot.active span,
.Cheader .Jcontent .owl-dots .owl-dot.hover span {
    background: #9563C8;
}

.Service {
    background-color: #E7EEF3;
    padding: 62px;
}

.Service h2 {
    font-size: 28px;
    color: #1D4D8B;
    text-align: center;
    font-weight: bold;
    margin-bottom: 58px;
}

.Service ul li {
    list-style: none;
    display: inline-block;
    width: 24%;
    overflow: hidden;
}

.Service ul li .icon-set {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    margin: 20px auto 35px;
    cursor: pointer;
}

.Service ul li .icon-set::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 8px 37px rgba(0, 8, 38, 0.1);
    box-shadow: 0 8px 37px rgba(0, 8, 38, 0.1);
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.Service ul li .icon-set img {
    z-index: 10;
    position: absolute;
    left: auto;
}

.Service ul li .icon-set img.icon1 {
    right: 25%;
    top: 15px;
}

.Service ul li .icon-set img.icon2 {
    right: 8%;
    top: 15px;
}

.Service ul li .icon-set img.icon3 {
    right: 19%;
    top: 15px;
}

.Service ul li .icon-set img.icon4 {
    right: 15%;
    top: 15px;
}

.Service ul li .icon-set img.icon5 {
    right: 25%;
    top: 15px;
}

.Service ul li .icon-set img.icon6 {
    right: 15%;
    top: 20px;
}

.Service ul li .icon-set img.icon7 {
    right: 10%;
    top: 5px;
}

.Service ul li .icon-set img.icon8 {
    right: 25%;
    top: 15px;
}

.Service ul li .icon-set:hover::after {
    -webkit-box-shadow: 0 0 0 rgba(0, 8, 38, 0.1);
    box-shadow: 0 0 0 rgba(0, 8, 38, 0.1);
}

.Service ul li label {
    display: block;
    text-align: center;
    margin-top: 35px;
    line-height: 20px;
    overflow: hidden;
    height: 60px;
}

.Service ul li label .tel {
    display: block;
    color: #1D4D8B;
    font-size: 16px;
    font-weight: bold;
}

.Service ul li label .email {
    color: #40B763;
}

.our-work {
    padding: 43px 0 80px 0;
    background-color: #fff;
    border-bottom: 1px solid #D8E4E9;
}

.our-work h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #40B763;
    margin-bottom: 48px;
}

.our-work a {
    overflow: hidden;
}

.our-work a img {
    width: 100%;
}

.news-feed-section {
    padding: 31px 0;
}

.news-feed-section h4 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1D4D8B;
    margin-bottom: 48px;
}

.news-feed-section .owl-dots {
    text-align: center;
    bottom: 0px;
    z-index: 1;
    position: absolute;
    width: 100%;
}

.news-feed-section .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 2px;
}

.news-feed-section .owl-dots .owl-dot span {
    background: #1C598B;
    display: inline-block;
    height: 13px;
    margin: 0 2px 5px;
    -webkit-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    width: 13px;
    border-radius: 20px;
    border: none;
}

.news-feed-section .owl-dots .owl-dot.active span,
.news-feed-section .owl-dots .owl-dot.hover span {
    background: #fff;
}

.Fheader {
    background-image: url(../images/statistics.png);
    min-height: 411px;
    padding: 57px 47px 0 47px;
    background-size: cover;
    margin: 0 0 47px 0;
}

.Fheader .Jheader h2 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.Fheader .Jheader h2::after {
    content: "";
    width: 103px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    bottom: -28px;
    right: 45%;
    left: auto;
}

.Fheader .Jcontent ul {
    margin-top: 80px;
    list-style: none;
}

.Fheader .Jcontent ul li {
    display: inline-block;
    width: 16%;
}

.Fheader .Jcontent ul li img {
    display: block;
    margin: 0px auto 30px;
}

.Fheader .Jcontent ul li span {
    display: block;
    font-size: 16px;
    margin-top: 21px;
    color: #fff;
    text-align: center;
}

.Fheader .Jcontent ul li .num {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
}

.social-cont {
    padding-top: 7px;
    padding-bottom: 7px;
    display: table;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 45px;
}

.social-cont span.inline {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    font-size: 16px;
    font-family: "Roboto Bold";
    padding-right: 15px;
}

.social-cont span.inline i {
    font-size: 20px;
}

.social-cont span.inline i.up {
    color: #00b226;
}

.social-cont span.inline i.down {
    color: #b20000;
}

.social-cont .social {
    text-align: left;
    display: inline-block;
    float: left;
    background-color: #fff;
    padding-left: 13px;
    height: 48px;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1.334em) translateZ(0);
        -moz-transform: translateX(1.334em) translateZ(0);
        -ms-transform: translateX(1.334em) translateZ(0);
        -o-transform: translateX(1.334em) translateZ(0);
        transform: translateX(1.334em) translateZ(0);
    }
    100% {
        opacity: 1;
    }
}

.social span.text-right {
    display: table;
    float: left;
    height: 48px;
    vertical-align: middle;
}

.social span.text-right p {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 16px;
    color: rgb(68, 68, 68);
    line-height: 1.2;
}

a.social-icon,
a.social-icon:visited {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 48px;
    padding: 5px 0px;
    color: #464749;
    margin: 2px;
    font-size: 20px;
    display: table;
    float: left;
    /* Color each button differently */
}

a.social-icon:focus,
a.social-icon:active,
a.social-icon:hover {
    text-decoration: none;
    border: none;
}

.social-icon i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
}

.social-icon.facebook {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.25s forwards;
    animation: fadeInRight 0.6s 0.25s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.facebook:hover,
.social-icon.facebook:active,
.social-icon.facebook:focus {
    opacity: 1;
}

.social-icon.twitter {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.5s forwards;
    animation: fadeInRight 0.6s 0.5s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.twitter:hover,
.social-icon:nth-child(2):active,
.social-icon:nth-child(2):focus {
    opacity: 1;
}

.social-icon.linkedin {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 0.75s forwards;
    animation: fadeInRight 0.6s 0.75s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.linkedin:hover,
.social-icon.linkedin:active,
.social-icon.linkedin:focus {
    opacity: 1;
}

.social-icon.google-plus {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1s forwards;
    animation: fadeInRight 0.6s 1s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.google-plus:hover,
.social-icon.google-plus:active,
.social-icon.google-plus:focus {
    opacity: 1;
}

.social-icon.email {
    /* Animation */
    -webkit-animation: fadeInRight 0.6s 1.25s forwards;
    animation: fadeInRight 0.6s 1.25s forwards;
    opacity: 0;
    /* Color */
}

.social-icon.email:hover,
.social-icon.email:active,
.social-icon.email:focus {
    opacity: 1;
}

.social-icon img {
    width: 20px;
}


/* ============================ */


/* TOOLTIP                      */


/* ============================ */

[data-tooltip] {
    position: relative;
    /* tooltip arrow */
    /* tooltip box */
}

[data-tooltip]:before,
[data-tooltip]:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-tooltip]:before {
    content: "";
    border-color: #323232;
    border-style: none;
    border: 5px solid transparent;
    border-bottom: 6px solid #323232;
    margin-top: -4px;
}

[data-tooltip]:after {
    content: attr(data-tooltip);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    height: 22px;
    padding: 11px 11px 0 11px;
    font-size: 13px;
    line-height: 11px;
    white-space: nowrap;
    background-color: #323232;
    color: #ecf0f1;
    margin-top: 7px;
}

[data-tooltip]:hover,
[data-tooltip]:focus {
    background-color: transparent;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
    .social-cont {
        margin-bottom: 0px;
        margin-left: -15px;
        margin-right: -15px;
        min-width: calc(100% + 30px);
        overflow: hidden;
    }
}

@media screen and (max-width:348px) {
    .social-cont .social-icon {
        height: 29px;
        width: 29px;
        font-size: 18px;
    }
}

.sharebtn {
    color: #1D4D8B;
    line-height: 48px;
    padding: 0 16px;
    border-left: 1px solid #D4DEE5;
    margin-left: 20px;
}

.lastedit {
    height: 48px;
    line-height: 48px;
    color: #8B8D8F;
    font-size: 14px;
}

.lastedit .fas.fa-history {
    margin-left: 12px;
}

.last {
    overflow: hidden;
}


/*# sourceMappingURL=cStyle.css.map */