*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.call-to-action h2 {
    font-family: 'Axiforma Light';
    font-size: 28px;
    margin-bottom: 0;
    ;
}

p, .text {}

html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.hide {
    display: none;
}

.popover .hide {
    display: block;
}

body {
    margin: 0;
    color: #000;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Axiforma Regular';
}

/* a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
} */

p {
    font-family: 'Axiforma Regular';
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}

a:hover {
    text-decoration: none;
}

*, .slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus, .slick-next, .slick-prev, a:focus {
    outline: 0;
}

.about-section .content-column .inner-column .text {
    font-family: 'Axiforma Regular';
}

.about-section .content-column .inner-column h2 {
    font-family: 'Barkentina1';
    font-style: normal;
    font-size: 22px;
}

.text-center {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-feature-settings: "liga" 0, "clig" 0;
    font-family: 'Axiforma Regular';
}

h1 {
    font: 50px/1.2 proxima_nova_rgbold
}

h1.center {}

h2 {
    font-size: 30px;
    font-family: 'Axiforma Bold';
}

h3 {
    font-size: 14px;
    color: #0046a7;
    text-transform: uppercase;
    font-family: 'Axiforma Bold';
}

h4 {
    margin-bottom: 10px;
}

h5 {
    font: 20px/1.4
}

h6 {
    font-size: 16px
}

body {
    display: block;
}

.content-wrap {
    width: 90%;
    max-width: 1175px;
    margin: 0 auto;
    overflow: hidden;
}

.header .content-wrap {
    padding: 0;
}

img, object, video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.logo img {
    max-width: 320px;
}

.logo.zheader-top {
    width: 230px;
}

.header-top {
    padding-top: 10px;
    padding-bottom: 10px;
}

.zheader-mid img {
    max-width: 180px;
}

.zheader-mid {
    width: 120px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.flex {
    display: flex;
}

.flex-adjust {
    justify-content: space-between;
}

.flex-center {
    align-items: center;
}

.flex-50>div {
    width: 50%;
}

.zheader-right {
    max-width: 130px;
}

.header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
}

.flex.menu ul {}

.flex.menu ul li {
    width: calc(100% / 5);
    float: left;
    list-style: none;
    font-family: 'Axiforma Regular';
    text-align: center;
    border-top: 4px solid #fff;
    position: relative;
    cursor: pointer;
}

.flex.menu ul li:before {
    content: "";
    position: absolute;
    top: -7px;
    width: 100%;
    left: 0;
    height: 10px;
    background: transparent;
    transition: 0.1s all ease;
}

.flex.menu ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 3px;
    height: 30px;
    background: #fff;
    top: 27px;
}

.flex.menu ul li:last-child::after {
    display: none;
}

.flex.menu ul li:hover::before, .flex.menu ul li.active::before {
    background: #08084a;
}

.flex.menu ul li a {
    color: #08084a;
    padding: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 11;
    cursor: pointer;
}

.flex.menu ul li a:hover {
    text-decoration: none;
    ;
}

.menu ul {
    width: 100%;
    margin-top: 35px;
}

.slider-wrap, .slider-wrap div {
    position: relative;
}

.slider-wrap img {
    width: 100%;
}

.slider-wrap div .content-wrap {
    position: absolute;
    top: 32%;
    right: 0;
    bottom: 0;
    left: 0%;
    width: 1200px;
    height: 300px;
    text-align: left;
    margin: auto;
}

h1 {
    font-size: 30px;
    color: #fff;
    font-family: 'Axiforma Black';
    text-transform: uppercase;
}

h1 span {
    font-size: 24px;
    display: block;
    font-family: 'Axiforma Regular';
    margin-bottom: 10px;
}

.slider-wrap div .content-wrap h1, .slider-wrap div .content-wrap p {
    text-align: left;
}

.slider-wrap div .content-wrap h1 {
    font-size: 44px;
}

.slider-wrap p {
    font-size: 18px;
    color: #fff;
    max-width: 400px;
}

.slider-wrap a {
    background: #fff;
    padding: 14px 30px 9px;
    display: inline-block;
    border-radius: 30px;
    color: #08084a;
    text-transform: uppercase;
    font-family: 'Axiforma Regular';
    line-height: 1;
    border: 2px solid #fff;
    transition: 0.3s all ease;
}

.slider-wrap a:hover {
    background: transparent;
    color: #fff;
}

.service-section .content-wrap {
    margin-top: -110px;
    position: relative;
    z-index: 999;
    overflow: visible;
    box-shadow: 0px 14px 50px -10px rgba(122, 123, 123, 0.58);
}

.service-section {
    position: relative;
    z-index: 9999;
    margin-top: -40px;
    margin-bottom: 100px;
}

.service-section .flex div {
    padding: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-top: 120px;
    width: 25%;
}

.service-section .flex div:after {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #fff;
    content: "";
    z-index: -1;
    transition: 0.3s all ease-in-out;
}

.service-section .flex div:hover::after {
    background: #0046a7;
    top: -30px;
    bottom: -30px;
}

.service-section .flex div:hover h3, .service-section .flex div:hover p {
    color: #fff;
}

.service-section p {
    font-family: 'Axiforma Bold';
    font-size: 10px;
    color: #b2bfc5;
    margin-bottom: 0;
}

.service-section .flex span {
    width: 44px;
    height: 60px;
    position: absolute;
    /* border:1px solid #ccc; */
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    background: url(../images/sprite.png) no-repeat;
    background-size: 410px auto;
}

.service-section .flex>div:nth-child(1) span {}

.service-section .flex>div:nth-child(2) span {
    background-position: -90px 0;
    width: 62px;
}

.service-section .flex>div:nth-child(3) span {
    background-position: -214px 0;
    width: 58px;
}

.service-section .flex>div:nth-child(4) span {
    background-position: -331px 0;
    width: 36px;
}

.section {
    padding: 150px 0;
}

.section.why-choose-us {
    padding-top: 50px;
}

.section.why-choose-us h2 {
    color: #0046a7;
}

.bg-grey {
    background: #d5dce1;
}

.bg-grey p {
    color: #7b8c9b;
    font-size: 14px;
}

.bg-grey h2 {
    color: #0046a7;
}

.section3 .main-flex>div:first-child {
    width: 40%;
    padding-right: 60px;
}

.section3 .main-flex>div:last-child {
    width: 60%;
}

.flex.flex-sub div p {
    max-width: 290px;
}

.flex.flex-sub div img {
    margin-bottom: 20px;
}

.section3 a {
    color: #0046a7;
    font-family: 'Axiforma Bold';
    text-transform: uppercase;
}

.section3 .arrow.right {
    width: 10px;
    height: 14px;
    position: absolute;
    display: inline-block;
    left: 18px;
    top: 16px;
}

.section3 .arrow.left:before, .arrow.right:before, .section3 .arrow.left:after, .section3 .arrow.right:after {
    left: -5%;
    height: 12%;
    width: 85%;
}

.section3 .arrow.left:before, .section3 .arrow.right:before {
    top: 42%;
}

.section3 .arrow.right:before, .section3 .arrow.right:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section3 .arrow.right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section3 .arrow:before, .section3 .arrow:after {
    content: "";
    position: absolute;
    background: #d4dce1;
    border-radius: 0.2rem;
    display: block;
}

.arrow-wrap {
    background: #4373b9;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
}

.box {
    background: transparent;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.box:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.7);
}

.box:before, .box:after, .box .box-content:before, .box .box-content:after {
    content: "";
    background: #07254f;
    width: 0;
    height: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.3s;
}

.box:after {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0;
}

.box .box-content:before, .box .box-content:after {
    height: 0;
    width: 4px;
    left: auto;
    right: 5%;
    top: 0;
}

.box .box-content:after {
    right: auto;
    top: auto;
    bottom: 0;
    left: 5%;
}

.box:hover:before, .box:hover:after {
    width: 80%;
}

.box:hover .box-content:before, .box:hover .box-content:after {
    height: 80%;
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.box:hover img {
    opacity: 0.2;
    transform: scale(1);
}

.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.box .inner-content {
    color: #fff;
    width: 70%;
    overflow: hidden;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.box .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
    color: #07254f;
}

.box .post {
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}

.box:hover .title, .box:hover .post {
    opacity: 1;
    transform: rotate(0);
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13%;
}

.box .icon li {
    margin: 0 5px;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: left top;
    transition: all 0.3s ease;
}

.box:hover .icon li {
    transform: rotate(0);
}

.box .icon li a {
    color: #b92b27;
    background: #07254f;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.box .icon li a:hover {
    color: #fff;
    background: #b92b27;
    border-radius: 0 50%;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.section4 {
    background: #07254f;
}

.section4 h2 {
    color: #fff;
    margin-bottom: 30px;
}

.count_wrap {
    font-size: 45px;
    color: #fff;
    font-family: 'Axiforma Black';
}

.section5 p {
    margin-bottom: 0;
    font-size: 14px;
    color: #7b8c9b;
}

.cwrap1, .cwrap3 {
    width: 100px;
}

.cwrap2, .cwrap4 {
    width: 135px;
}

.footer-wrapper {
    background: #041329;
    padding: 120px 0 0px;
    color: #fff;
}

.footer-wrapper p {
    font-family: 'Axiforma Regular';
    color: #7b8c9b;
    font-size: 14px;
}

.footer-wrapper h4 {
    font-size: 18px;
    font-family: 'Axiforma Bold';
}

.foot-sec1 {
    padding-right: 50px;
}

.foot-sec1 a {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.foot-sec2 ul {
    padding-left: 0;
    list-style: none;
    margin-top: 30px;
    ;
}

.foot-sec2 ul li {
    margin-top: 10px;
}

.foot-sec2 ul li a {
    color: #7b8c9b;
    font-family: 'Axiforma Regular';
    text-decoration: none;
    transition: 0.3s all ease;
}

.foot-sec2 ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.foot-sec3 h4 {
    margin-bottom: 40px;
    ;
}

.social-icons.flex a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.social-icons.flex span {
    width: 40px;
    height: 40px;
    background: url(../images/social-icon-sprite.png) no-repeat;
    background-size: 120px;
    opacity: 0.5;
    display: inline-block;
    transition: 0.3s all ease;
    cursor: pointer;
}

.social-icons.flex a:hover span {
    opacity: 1;
}

.social-icons.flex span.twit-icon {
    background-position: -40px;
}

.social-icons.flex span.li-icon {
    background-position: -80px;
}

.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

.hovicon.small {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin: 7px;
}

.hovicon.mini {
    font-size: 15px;
    line-height: 32px;
    width: 15px;
    height: 15px;
    margin: 0px;
    border: 7px solid #ecedef;
    /* outline-offset: 40px; */
    width: 32px;
    height: 32px;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 3 */

.hovicon.effect-3 {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    background: #c1c6d1;
    cursor: pointer;
}

.hovicon.effect-3:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: 2;
    background: #4373b9;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
    cursor: pointer;
}

/* Effect 3a */

.hovicon.effect-3.sub-a, .hovicon.effect-3.sub-a i {
    color: #f06060;
}

.hovicon.effect-3.sub-a:hover, .hovicon.effect-3.sub-a:hover i {
    color: #fff;
    cursor: pointer;
}

.hovicon.effect-3.sub-a:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

/* Effect 3b */

.hovicon.effect-3.sub-b, .hovicon.effect-3.sub-b i {
    color: #fff;
}

.hovicon.effect-3.sub-b:hover, .hovicon.effect-3.sub-b:hover i {
    color: #f06060;
    /* box-shadow: 0 0 0 7px #0c0909; */
}

.hovicon.effect-3.sub-b:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.7);
    opacity: 0;
}

.hovicon.effect-3.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(0.9);
    opacity: 1;
}

.hovicon.effect-3:hover::before {
    box-shadow: 0 0 7px 1px #8c8c8c63;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 6;
    background: #4373b9;
    border: 9px solid #fff;
    left: -9px;
    top: -9px;
}

.hover-effect-wrap {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
    padding-top: 130px;
}

.hover-effect-wrap>div {
    width: calc(100% / 3);
    /* text-align: center; */
    position: relative;
}

.hover-effect-wrap>div span {
    position: absolute;
    top: -80px;
    left: -55px;
    font-family: 'Axiforma Bold';
    text-transform: uppercase;
    color: #a7b8c6;
    transition: 0.3s all ease;
}

.hover-effect-wrap:after {
    position: absolute;
    content: "";
    top: 88%;
    width: 100%;
    background: #ccc;
    height: 2px;
}

.hover-effect-wrap>div:nth-child(2) {
    text-align: center;
}

.hover-effect-wrap>div:nth-child(3) .hovicon.effect-3 {
    position: absolute;
    right: 0;
}

.hover-effect-wrap>div:nth-child(2) span {
    left: 70px;
}

.hover-effect-wrap>div:nth-child(3) span {
    left: auto;
    right: -60px;
}

.hovicon.effect-3.sub-b:hover+span {
    color: #000
}

.popover-body {
    PADDING: 1.8em 1.8em;
}

.about-wrap {
    margin: 100px auto 0;
}

.about-wrap p {
    font-size: 14px;
    color: #7b8c9b;
}

.about_bottom p {
    font-size: 13px;
    margin-top: 13px;
    font-family: 'Axiforma Regular';
}

.breadcrumb ul, .breadcrumb ul li a {
    font-family: 'Axiforma Regular';
}

.breadcrumb p {
    text-align: center;
    color: #0046a7;
}

.breadcrumb p a {
    color: #333;
}

.breadcrumb {
    padding: 80px 0 80px;
    background: #fff;
}

.inner-wrapper h1 {
    color: #0046a7;
    margin-bottom: 40px;
    font-family: 'Axiforma Black';
}

.inner-wrapper h1 span {
    color: #797c80;
    display: inline;
    font-family: 'Axiforma Light';
}

.about_desc {
    text-align: center;
    padding: 0px 0 100px;
}

.about_desc p {
    font-size: 14px;
    max-width: 910px;
    margin: 0 auto 0px;
}

.policy {
    background: #e5eff9;
    padding: 80px 0;
    text-align: center;
}

.policy h3 {
    font-size: 20px;
    font-family: 'Axiforma ExtraBold';
    text-transform: uppercase;
    height: 80px;
}

.zicon-about {
    background: url(../images/about-sprite.png) no-repeat;
    width: 92px;
    display: inline-block;
    height: 93px;
    background-size: 400px;
    margin-bottom: 50px;
}

.zicon-about.zicon-about3 {
    background-position: -187px 0;
    height: 99px;
    width: 100px;
}

.zicon-about.zicon-about2 {
    background-position: -91px 0;
    height: 99px;
    width: 96px;
}

span.zicon-about.zicon-about4 {
    background-position: -288px 0;
    width: 107px;
    height: 100px;
}

.policy .row {
    margin-top: 100px;
}

.policy .content-wrap {
    max-width: 1200px;
}

.policy p {
    font-size: 14px;
}

.about_bottom {
    padding: 40px 0 20px;
    background: #08084a;
    color: #fff;
}

.service_wrap h2 {
    color: #0046a7;
    text-transform: uppercase;
    font-family: 'Axiforma Black';
    padding-top: 30%;
}

.service-list h3 {
    font-size: 18px;
}

.service-list {
    text-align: center;
    border: 4px solid #0046a7;
    padding: 40px 20px;
    height: 100%;
}

.service_wrap .row>div:nth-child(4), .service_wrap .row>div:nth-child(5) {
    margin-top: 40px;
}

.service-list h6 {
    font-size: 10px;
    font-family: 'Axiforma Bold';
}

.service-list p {
    font-size: 11px;
    color: #7b8c9b;
}

.service-list span {
    width: 44px;
    height: 60px;
    position: relative;
    /* border: 1px solid #ccc; */
    left: 0;
    right: 0;
    margin: auto;
    /* top: 40px; */
    background: url(../images/sprite.png) no-repeat;
    background-size: 410px auto;
    display: inline-block;
    margin-bottom: 20px;
}

.service_wrap .col-md-4:nth-child(2) .service-list span {
    background-position: 0px -64px;
}

.service_wrap .col-md-4:nth-child(3) .service-list span {
    background-position: -47px -64px;
    width: 60px;
}

.service_wrap .col-md-4:nth-child(4) .service-list span {
    background-position: -110px -64px;
    width: 57px;
}

.service_wrap .col-md-4:nth-child(5) .service-list span {
    background-position: -168px -64px;
    width: 36px;
}

.service_wrap {
    padding-bottom: 150px;
}

.footer-bottom {
    border-top: 5px solid #8895b0;
    padding-top: 14px;
    text-align: right;
    margin: 40px 0 0;
}

.news-section ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.news-section ul li {
    width: calc(100% /5);
    background: url(../images/client-sprite.png) no-repeat;
    height: 100px
}

.news-section ul li:nth-child(2) {
    background-position: -210px 0;
}

.news-section ul li:nth-child(3) {
    background-position: -480px 0;
}

.news-section ul li:nth-child(4) {
    background-position: -750px 0;
}

.news-section ul li:nth-child(5) {
    background-position: -1010px 0;
}

section.news-section .sec-title {
    padding-bottom: 10px;
}

/*gallery*/

.news-section h2 {
    font-size: 22px;
}

.news-section p {
    color: #5f5f5f;
}

.portfolioFilter {
    padding: 15px 0;
}

.portfolioFilter a {
    margin-right: 6px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 4px 15px;
    border-radius: 50px;
    display: inline-block;
}

.portfolioFilter a.current {
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #f9f9f9;
}

.portfolioContainer {
    border: 1px solid #eee;
    border-radius: 3px;
}

img {
    max-width: 110%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.isotope img {
    width: 300px;
}

.services-single .sec-title {
    padding-bottom: 20px;
}

.services-single .sec-title h2 {
    font-size: 32px;
}

.featured-block .featured-inner .content .icon-box img {
    padding-right: 20px;
    max-width: 85%;
}

.year-content b {
    color: #000;
}

.year-content {
    background: #f2f2f2;
    padding: 25px 25px;
}

.inner-box.year-wrap {
    height: 990px;
    overflow-y: scroll;
}

.m_20 {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.p_20 {
    padding-bottom: 20px;
}

span.sicon {
    background: url(../images/service-sprite.png) no-repeat;
    background-size: 408px auto;
    width: 62px;
    height: 72px;
    display: inline-block;
}

span.sicon.icon-2 {
    background-position: -63px 0;
    background-size: 355px auto;
}

span.sicon.icon-3 {
    background-position: -150px 0px;
}

span.sicon.icon-4 {
    background-position: -219px 0px;
}

.pdf_download {
    background: #09094b;
    padding: 20px 20px 16px;
    display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    padding-left: 60px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 100px;
}

.pdf_download:hover {
    color: #fff;
}

.pdf_download:before {
    content: "";
    position: absolute;
    background: url(../images/service-sprite.png) no-repeat;
    background-size: 408px auto;
    left: 15px;
    top: 11px;
    width: 35px;
    height: 45px;
    background-position: -287px 4px;
}

.services-single .inner-box .text .two-column h3 {
    text-transform: none;
}

button.slick-prev.slick-arrow {
    font-size: 0;
    background: #f76c6c;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 56%;
    z-index: 19;
    margin-top: -30px;
    left: -18px;
}

button.slick-prev.slick-arrow:before {
    content: "<";
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 15px;
}

button.slick-next.slick-arrow:before {
    content: ">";
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 15px;
}

.slick-slide img {
    margin: 0 10px;
}

.slider-wrap .slick-slide img {
    margin: 0;
}

button.slick-next.slick-arrow {
    font-size: 0;
    background: #f76c6c;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 56%;
    z-index: 19;
    margin-top: -30px;
    right: 0px;
}

.form-column p {
    max-width: 870px;
}

span#button {
    background: #08084a;
    color: #fff;
    display: inline-block;
    padding: 7px 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
    cursor: pointer;
}

#upload-form label {
    font-weight: normal;
    font-size: 12px;
}

.sidebar-page-container .content-side {
    margin-top: 50px;
}

.sidebar-page-container .sidebar {
    margin-top: 50px;
}

.project-block .featured-inner {
    padding: 50px;
    text-align: center;
}

.project-block.featured-blocks {
    border: 0px;
}

.project-block .featured-inner span {
    width: 69px;
    height: 76px;
    display: table;
    margin: 0 auto 30px;
    background: url(../images/projects-sprite.png) no-repeat;
    background-size: 310px;
}

.project-block .featured-inner span.zicon2 {
    background-position: -62px 0px;
}

.project-block .featured-inner span.zicon3 {
    background-position: -133px 0px;
    width: 75px;
}

.project-block .featured-inner span.zicon4 {
    background-position: -214px 0px;
    width: 96px;
}

.awards-detail-section img.award-main-img {
    max-width: 600px;
    margin: 50px auto;
    display: block;
}

.awards-gallery img {
    cursor: pointer;
    transition: 0.3s all;
}

.awards-gallery img:hover {
    opacity: 0.4;
}

.award-cmpny-name {
    background: #08084a;
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.award-cmpny-name h4 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.awards-gallery .slick-slide img {
    margin: 0 0px;
}

.awards-gallery .slick-slide {
    margin: 0 15px;
}

/* the parent */

.awards-gallery .slick-list {
    margin: 0 -15px;
}

.awards-detail-section .result-section {
    background: #f2f2f2;
}

.awards-gallery button.slick-next.slick-arrow {
    right: -20px;
}

.award-popup-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.award-popup-gallery a {
    width: 17%;
    margin: 30px 0;
    border: 1px solid #efefef;
}

.result-section, .award-cmpny-name {
    display: none;
}

.list-grid-cont {
    display: flex;
    margin: 50px auto 0;
    width: 160px;
    justify-content: space-between;
}

.list-grid-cont>div {
    background: #eee;
    padding: 4px 15px;
    cursor: pointer;
}

section#portfolio {
    padding-top: 50px;
}

.list-grid-cont>div.tactive {
    background: #444;
    color: #fff;
}

section.news-section img {
    margin: 0 50px;
}

section.news-section marquee {
    margin-top: 50px;
}

@media only screen and (max-width:1440px) {
    .header-top {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .featured-block {
        border: none;
    }
    .featured-block .featured-inner {
        background: #fff;
    }
}

@media only screen and (max-width:1280px) {
    .main-header {
        position: relative;
        background-color: rgb(8, 7, 74);
    }
    .page-title {
        padding: 50px 0px 50px 0px;
    }
    img {
        max-width: 100%;
    }
    .slider-wrap div .content-wrap {
        max-width: 900px;
    }
    .slider-wrap div .content-wrap h1 {
        font-size: 30px;
    }
    .slider-wrap p {
        font-size: 14px;
    }
    .slider-wrap a {
        padding: 10px 25px 7px;
    }
    .logo img {
        max-width: 240px;
    }
    .featured-blocks .clearfix {
        display: flex;
        flex-wrap: wrap;
    }
    .featured-text p {
        display: none;
    }
    .featured-block {
        border: none;
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .call-to-action .more {
        margin-left: 20px;
        font-size: 17px;
        margin-top: 0;
        float: left;
    }
    .call-to-action h2 {
        font-size: 18px;
    }
    .call-to-action {
        padding: 20px 0 15px;
    }
    .main-menu .navigation>li>a {
        font-size: 14px;
    }
    .main-menu .navigation>li {
        width: calc(100%/2);
    }
    .slider-wrap div .content-wrap h1 {
        font-size: 24px;
    }
    .slider-wrap p {
        font-size: 12px;
    }
    .slider-wrap div .content-wrap {
        max-width: 600px;
    }
    .slider-wrap div .content-wrap {
        top: 50%;
    }
    .main-header .sticky-header .right-col {
        width: 100%
    }
    .sticky-header .logo {
        display: none;
    }
    .main-header .sticky-header .main-menu .navigation>li.current:before {
        bottom: 0;
        top: auto;
        background: #f76c6c;
    }
    .about-section {
        padding: 50px 0px 50px;
    }
    .about-section .content-column {
        margin-bottom: 0;
    }
    .main-footer .logo-widget .text {
        max-width: 280px;
    }
    .sidebar-page-container {
        position: relative;
        padding: 30px 0px 0px;
    }
    .sidebar-page-container .sidebar {
        margin-top: 0px;
    }
    .pdf_download {
        margin-top: 0;
        ;
    }
    .page-wrapper {
        overflow-x: hidden;
    }
    .gallary.animate-grid {
        padding: 0 20px;
    }
    .zp-table-responsive {
        overflow-x: auto;
    }
}

@media only screen and (max-width:767px) {
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .main-menu .navigation {
        display: block;
    }
    .main-menu .navigation>li {
        width: 100%;
    }
    .main-menu .navigation img {
        max-width: 20px;
        ;
    }
    .main-menu .navigation>li>a {
        padding: 10px 0;
        line-height: 20px;
        text-align: left;
    }
    .main-menu .navigation .navigation {}
    .main-menu .navigation {
        display: block;
        padding: 0 15px;
    }
    .main-menu {
        position: absolute;
        background: #08074a;
    }
    .main-box .auto-container, .sticky-header .auto-container {
        padding: 0;
    }
    .slider-wrap div .content-wrap {
        display: none;
    }
    .main-menu .navigation>li>ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        background: none;
        
    }
    .main-menu{
        position: relative;
    }
    .sticky-header {
        display: none !important;
    }
    .services-single{
        padding:0 15px;
    }
    .sidebar-page-container .content-side {
        margin-top: 0;
    }
    .services-single .inner-box{
        padding-left: 0;
    }
    .year-block .inner-box .year {
        position: relative;
    }
    .year-block .inner-box .year:before{height: 30px;}
    .year-block .inner-box h3{
        font-size: 20px;
    }
    .inner-box.year-wrap{
        height:auto
    }
    .year-block:last-child .inner-box .year:before{
        display:block;
    }
    .zheader-mid{
        display: none;
    }
    .zoom{
        padding:0
    }
    .services-page-section {
        position: relative;
        padding: 50px 0px 50px;
    }
    .services-page-section h2 {
        font-size: 30px;
    }
    .main-menu .navigation .navigation{
        display: none;
    }
    .award-popup-gallery a{
        width: 45%  ;
    }
    .project-block .featured-inner{
        padding: 50px 20px;
    }
    #why_antelec img{
        margin-bottom: 30px;
    }
}