@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Teko:wght@400;500;600&family=Work+Sans:wght@400;600&display=swap');

* {
    padding: 0;
    margin: 0
}

body {
    background-color: #fff;
    font-family: roboto,sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -.2px;
    position: relative;
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    font-family: teko,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #0475bb
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #0475bb
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #0475bb;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px
}

h3,h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.7;
    color: #0475bb;
    letter-spacing: -.5px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 16px
}

h5,h6 {
    font-size: 14px;
    margin: 0 0 10px
}

img {
    border: none;
    outline: none;
    max-width: 100%
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0
}

p,li,a,span {
}

p {
    color: #000000;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: justify;
}

a,a:hover {
    text-decoration: none
}

a:focus {
    outline: 0;
    text-decoration: none
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999!important
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #999!important
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #999!important
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #999!important
}

button {
    border: none;
    background: 0 0
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #f17721
}

::selection {
    background-color: #f17721;
    color: #fff
}

-webkit-::selection {
    background-color: #f17721;
    color: #fff
}

::-moz-selection {
    background-color: #f17721;
    color: #fff
}

.padding {
    padding: 40px 0;
}

.no-padding {
    padding: 0
}

.padding-15 {
    padding: 15px
}

.padding-20 {
    padding: 20px
}

.box-padding {
    padding: 0 50px
}

.bg-white {
    background-color: #fff
}

.bg-grey {
    background-color: #f4f4f4
}

.bg-yellow {
    background-color: #f17721cc
}

.bg-blue {
    background-color: #0475bbe8
}

.bg-blue-2 {
    background-color: #0475bb
}

.bg-dark {
    background-color: #242323!important
}

.bd-top {
    border-top: 1px solid #eee
}

.bd-bottom {
    border-bottom: 1px solid #eee
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.fz-28 {
    font-size: 28px
}

.fz-24 {
    font-size: 24px
}

.fz-22 {
    font-size: 22px
}

.fz-20 {
    font-size: 20px
}

.fz-18 {
    font-size: 18px
}

.fz-16 {
    font-size: 16px
}

.pt-80 {
    padding-top: 80px
}

.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #ffffff;
    position: absolute;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    background-image:url(../img/loader.png);
}



@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.btn-group {
}

.btn-group a {
    margin: 5px
}

.btn-group-left a {
    margin-right: 10px
}

.default-btn {
    display: inline-block;
    background: #f17721;
    color: #fff;
    font-family: work sans,sans-serif;
    font-size: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1
}

.default-btn:hover {
    color: #fff
}

.default-btn span {
    background: #0b0829 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: width .6s ease 0s,height .6s ease 0s;
    -moz-transition: width .6s ease 0s,height .6s ease 0s;
    -webkit-transition: width .6s ease 0s,height .6s ease 0s;
    -ms-transition: width .6s ease 0s,height .6s ease 0s;
    -o-transition: width .6s ease 0s,height .6s ease 0s;
    width: 0;
    z-index: -1
}

.default-btn:hover span {
    height: 562.5px;
    width: 562.5px
}

.section-heading h2 {
    font-size: 42px;
    color: #0475bb;
    line-height: 42px;
    font-weight: 600;
    display: block
}

.section-heading.light h2 {
    color: #fff
}

.section-heading h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #f17721;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: teko,sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1
}

.section-heading span {
    color: #f17721
}

.map-pattern {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.map-pattern-light {
    background-image: url(../img/light-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.slick-slide:focus {
    outline: none
}

.nav-style .slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #333;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.06);
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: 10
}

.nav-style .slick-arrow:hover {
    background-color: #f17721;
    color: #fff
}

.nav-style .slick-arrow.right {
    left: auto;
    right: 0
}

.nav-style:hover .slick-arrow {
    left: -40px;
    visibility: visible;
    opacity: 1
}

.nav-style:hover .slick-arrow.right {
    left: auto;
    right: -40px
}

.carousel-dots .slick-dots {
    text-align: center;
    margin-top: 30px
}

.carousel-dots .slick-dots li {
    display: inline-block;
    margin: 0 4px
}

.carousel-dots .slick-dots li button {
    display: inline-block;
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999px
}

.carousel-dots .slick-dots li.slick-active button {
    background-color: #f17721
}

.carousel-dots .slick-dots li button:focus {
    outline: none
}

@media(max-width: 767px) {
    .nav-style .slick-arrow {
        left:0
    }

    .nav-style .slick-arrow.right {
        left: auto;
        right: 0
    }
}

#spotlight .dl-header {
    background-color: rgba(0,0,0,.5)
}

#spotlight .icon {
    background-size: 18px 18px
}

#spotlight .dl-header div {
    opacity: .8;
    padding-right: 10px
}

#spotlight .dl-header .icon.player,.enova #spotlight .dl-header .icon.theme,.enova #spotlight .dl-header .icon.autofit {
    display: none
}

#spotlight .arrow {
    background-color: transparent;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px
}

#spotlight .footer {
    text-align: center;
    background-color: transparent
}

#spotlight .footer .title {
    margin-bottom: 0
}

a,a:hover,img,.form-control,.form-control:hover,button {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#scrollup {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    z-index: 999
}

.scroll-to-top {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #f17721;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transform: translateY(150%);
    transition: all .3s ease-in-out
}

#scrollup.show {
    opacity: 1
}

#scrollup.show .scroll-to-top {
    transform: translateY(0);
    transition: all .3s ease-in-out
}

.scroll-to-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
    transition: all .3s ease-in-out
}

.scroll-to-top:focus {
    outline: none
}

.top-bar {
    background-color: #0475bb
}

.top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

.top-bar .top-left li {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 10px
}

.top-bar .top-left li i{
    font-size: 16px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #f17721;
    text-align: center;
    border-radius: 3px;
}

.top-bar .top-left li a {
    color: #fff;
    text-decoration: none
}

.top-bar .top-social {
    padding: 0
}

.top-bar .top-social li {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px
}

.top-bar .top-social li i{

font-size: 15px;

width: 25px;

height: 25px;

line-height: 25px;

border-radius: 50%;

border: 1px solid #fff;

text-align: center;
}

.top-bar .top-social li:first-child {
    margin-left: 0
}

.top-bar .top-social li a {
    color: #fff
}

.top-bar .top-social li a:hover {
    color: #ddd
}

@media(max-width: 767px) {
    .top-bar .top-right {
        display:none
    }

    .top-bar .top-left li,.top-bar .top-left li:first-child {
        border: none
    }

    .top-bar .top-left li {
        padding-left: 0;
        padding-right: 20px
    }
}

.header {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 4px solid #f17721
}

.header-logo img {
    max-width: 100%;
}

.sticky-header {
    background-color: #0475bb;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99
}

.sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0)
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-menu-icon {
    display: none
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.line-menu {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 3px
}

.line-menu.line-half {
    width: 50%
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(.54,-.81,.57,.57);
    transform-origin: right
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px)
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(.54,-.81,.57,.57);
    transform-origin: left
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px)
}

.mid-header {
    padding: 15px 0 50px;
}

.mid-header .header-logo {
    max-width: 300px;
}

.mid-header .header-logo img {
    width: 100%
}

.mid-header .mid-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mid-header .mid-header-right ul li {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    line-height: 20px;
    font-family: work sans,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600
}

.mid-header .mid-header-right ul li:not(:last-of-type) {
    margin-right: 40px
}

.mid-header .mid-header-right ul li .icon {
    font-size: 40px;
    color: #f17721;
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.mid-header .mid-header-right ul li span {
    display: block;
    font-family: teko,sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #0475bb;
    text-transform: capitalize
}

.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative
}

.header-menu-wrap ul li>a {
    display: block;
    font-family: teko,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1.2px;
}

.header-menu-wrap ul li:hover>a {
    color: #f17721
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 250px;
    padding: 0;
    -webkit-box-shadow: 0 50px 100px 0 rgba(64,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);
    box-shadow: 0 50px 100px 0 rgba(64,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease,visibility .5s ease;
    -o-transition: opacity .5s ease,visibility .5s ease;
    transition: opacity .5s ease,visibility .5s ease
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.header-menu-wrap li li {
    display: block;
    padding: 0;
    text-align: left;
    position: relative
}

.header-menu-wrap li li:not(:last-of-type) {
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
}

.header-menu-wrap li li>a {
    font-family: teko,sans-serif;
    display: block;
    height: auto;
    color: #0475bb;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
    padding: 12px 30px;
    font-size: 18px;
    display: block;
    -webkit-font-smoothing: antialiased
}

.header-menu-wrap li li:hover>a {
    color: #fff;
    background-color: #f17721;
}

.header-menu-wrap li ul li ul {
    width: 250px;
    position: absolute;
    left: 100%;
    top: 0
}

@media(min-width: 993px) {
    .header-menu-wrap li ul {
        display:block!important;
        left: -20px
    }
}

@media(max-width: 992px) {
    .primary-header-inner .header-right {
        width:100%;
        margin-left: 0;
        justify-content: space-between
    }

    .mid-header .mid-header-right ul li:not(:last-of-type) {
        margin-right: 10px
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer
    }

    .dropdown-plus:before,.dropdown-plus:after {
        position: absolute;
        content: '';
        top: 21px;
        right: 10px;
        width: 13px;
        height: 1px;
        background-color: #777
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .dropdown-plus.dropdown-open:after {
        display: none
    }

    .mobile-menu-icon {
        display: block
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.04);
        padding: 11px 0;
        margin: 0
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0,0,0,.04)
    }

    .header-menu-wrap ul li>a {
        padding: 10px 15px;
        height: inherit;
        line-height: inherit;
        color: #0475bb
    }

    .header-menu-wrap li li:hover>a {
        background-color: transparent
    }

    .header-menu-wrap ul li ul li ul,.header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px
    }

    .header-menu-wrap li li {
        padding-left: 11px
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    .header-menu-wrap li li>a {
        color: #0475bb;
        font-size: 13px
    }

    .header-menu-wrap li li:hover>a {
        color: #666
    }
}

@media screen and (max-width: 782px) {
    .sticky-header,.mid-header-right {
        display:none
    }

    .mid-header .mid-header-inner {
        text-align: center;
        justify-content: center
    }

    .counter-wrapper .section-heading,.counter-wrapper .counter-content {
        text-align: center
    }
}

@media(max-width: 580px) {
    .header-right a.dl-btn {
        line-height:40px;
        font-size: 10px;
        padding: 0 25px
    }

    .primary-header .header-logo {
        max-width: 150px
    }

    .top-bar .top-left li {
        font-size: 12px
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px
}

.header-right .mobile-menu-icon {
    margin-left: 20px
}

.header-right a.header-btn {
    display: inline-block;
    background: #f17721;
    color: #fff;
    font-family: work sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    letter-spacing: 0;
    border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-left: 20px;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    z-index: 1
}

.header-right a.header-btn:hover {
    color: #fff
}

.header-right a.header-btn span {
    background: #0475bb none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transition: width .6s ease 0s,height .6s ease 0s;
    -moz-transition: width .6s ease 0s,height .6s ease 0s;
    -webkit-transition: width .6s ease 0s,height .6s ease 0s;
    -ms-transition: width .6s ease 0s,height .6s ease 0s;
    -o-transition: width .6s ease 0s,height .6s ease 0s;
    width: 0;
    z-index: -1
}

.header-right a.header-btn:hover span {
    height: 562.5px;
    width: 562.5px
}

.header-right .search-icon {
    color: #fff;
    cursor: pointer
}

.header-right .search-icon:hover {
    opacity: .8
}

.header .primary-header {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 9
}

.primary-header-inner {
    background-color: #0475bb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 20px
}

.primary-header .header-logo {
    max-width: 180px
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block!important
}

#dl-popup-search-box {
    background-color: rgba(5,20,65,.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all
}

.box-inner-wrap:hover {
    cursor: url(../img/cross.png),auto
}

#dl-popup-search-box.toggled {
    top: 0;
    opacity: 1;
    visibility: visible
}

#dl-popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%
}

#dl-popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0 auto
}

#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    color: #444
}

#dl-popup-search-box .box-inner-wrap input:-ms-input-placeholder {
    color: #444
}

#dl-popup-search-box .box-inner-wrap input::placeholder {
    color: #444
}

#dl-popup-search-box .box-inner-wrap input {
    width: 100%;
    padding: 10px 50px 10px 10px;
    background: 0 0;
    border: none;
    border-bottom: 3px solid #f17721;
    font-size: 36px;
    color: #ddd
}

#dl-popup-search-box .box-inner-wrap input:focus {
    outline: none
}

#dl-popup-search-box .box-inner-wrap button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 50%;
    background: 0 0;
    border: none;
    color: #f17721;
    font-size: 40px;
    transform: translateY(-50%);
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all
}

#dl-popup-search-box .box-inner-wrap button:focus {
    outline: none
}

@media screen and (max-width: 600px) {
    #dl-popup-search-box .box-inner-wrap form {
        width:90%
    }

    #dl-popup-search-box .box-inner-wrap input,#dl-popup-search-box .box-inner-wrap button {
        font-size: 3em
    }
}

.page-header {
    background-image: url(../img/bg-img-02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.page-header .overlay {
    position: absolute;
    background-color: rgba(11,38,83,.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.page-header .section-heading h2 {
    color: #fff
}

.page-header .section-heading p {
    color: #ddd
}

.hero-section {
    background-image: url(../img/hero-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    z-index: 1
}

.hero-section-2:before,.hero-section:before {
    background-color: rgba(255,255,255,.8);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.hero-section .bg-shape {
    background-image: url(../img/hero-shape.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
    z-index: -1
}

.hero-content {
}

.hero-content h4 {
    font-size: 18px;
    color: #f17721;
    text-transform: uppercase
}

.hero-content h2 {
    font-size: 52px;
    line-height: 52px;
    color: #0475bb;
    margin: 20px 0
}

.hero-content h2 span {
    color: #f17721
}

.hero-content p {
    font-family: roboto,sans-serif;
    color: #0475bb;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: -.2px
}

.hero-section-2 {
    background-image: url(../img/hero-bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1
}

.hero-section-2 .play-btn {
    position: absolute;
    right: 40%;
    top: 50%
}

.about-section {
}

.about-list {
    position: relative;
    margin-bottom: 40px
}

.about-icon {
    font-size: 50px;
    color: #f17721;
    position: absolute;
    left: 0;
    top: 18px
}

.about-content {
    padding-left: 70px
}

.about-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0
}

.about-content p {
}

.sign {
    display: flex;
    align-items: center
}

.sign img {
    padding-left: 30px
}

.exp-box {
    background-color: #f17721;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%)
}

.exp-box:before {
    background-color: #f17721;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: -15px;
    transform: rotate(45deg) translateX(-50%)
}

.exp-box h3 {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    padding: 15px 45px;
    margin: 0
}

.about-section-2 .exp-box {
    left: 33%;
    top: 56%
}

.list-icon {
}

.list-icon li {
    color: #0475bb;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.list-icon li:last-child {
    margin-bottom: 0
}

.list-icon li i {
    color: #f17721;
    padding-right: 15px
}

.about-section-3 .about-img {
    position: relative
}

.about-section-3 .play-btn {
    left: 46%;
    top: 43%;
    transform: translateX(-50%) translateY(-50%)
}

.service-section {
    position: relative
}

.service-box {
    position: relative;
    box-shadow: 0px 10px 10px #bcbcbc;
}

.service-box .service-icon {
    background-color: #f17721;
    color: #fff;
    text-align: center;
    font-size: 40px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    position: absolute;
    top: 200px;
    left: 30px
}

.service-box .service-content {
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0/10%);
    padding: 0;
    padding: 10px 20px;
}

.service-box .service-content h3 {
    font-size: 24px;
    margin: 0 0 0px;
}

.service-box .service-content p {
}

.service-box .read-more {
    font-family: work sans,sans-serif;
    color: #6a7c92;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase
}

.service-box .read-more:hover {
    color: #0475bb
}

.service-2 .service-item {
    position: relative
}

.service-2 .service-icon {
    font-size: 60px;
    color: #f17721;
    position: absolute;
    left: 0;
    top: 30px
}

.service-2 .service-info {
    padding-left: 80px
}

.service-2 .service-info h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.service-2 .read-more {
    font-family: work sans,sans-serif;
    font-size: 12px;
    color: #6a7c92;
    font-weight: 600;
    text-transform: uppercase
}

.service-2 .read-more:hover {
    color: #0475bb
}

.service-wrap {
    position: relative;
    background-color: #fff;
    padding: 50px 30px;
    -webkit-box-shadow: 0 .2rem 2.8rem rgb(36 36 36/10%);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36,36,36,.1);
    box-shadow: 0 .2rem 2.8rem rgb(36 36 36/10%);
    display: block;
    overflow: hidden;
    z-index: 1
}

.service-wrap .shape {
    position: absolute;
    left: 75px;
    top: 80px;
    transform: translate(-50%,-50%);
    fill: rgba(253,186,0,.2);
    z-index: -1;
    transition: all .3s linear
}

.service-wrap:hover .shape {
    left: 85px;
    transition: all .3s linear
}

.service-wrap i {
    color: #f17721;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 10px;
    margin: 0 auto
}

.service-wrap h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.5px;
    color: #0475bb;
    margin: 25px 0 15px
}

.service-wrap p {
    font-size: 14px;
    letter-spacing: -.2px;
    color: #6a8695
}

.service-3 .read-more {
    font-family: work sans,Sans-serif;
    color: #6a7c92;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase
}

.service-3 .read-more:hover {
    color: #0475bb
}

.service-wrap .overlay-icon {
    position: absolute;
    bottom: -17px;
    right: 45px;
    opacity: .2
}

.service-wrap .overlay-icon i {
    color: #f17721;
    font-size: 120px
}

.promo-count {
    background-color: #f17721;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 40px;
    top: -100%;
    transition: all .3s ease;
    transition-duration: .5s
}

.promo-count:before {
    background-color: #f17721;
    content: "";
    width: 2px;
    height: 42px;
    position: absolute;
    top: -40px;
    right: 13px;
    transform: translateX(-50%)
}

.service-wrap:hover .promo-count {
    top: 40px;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.service-4 {
    z-index: 1
}

.service-4.map-pattern-light {
    background-size: contain;
    z-index: -1
}

.service-4 .section-heading h2 {
    color: #fff
}

.service-4 .section-heading p {
    color: #ddd
}

.service-4 .service-item {
    background-color: #0475bb;
    position: relative;
    padding: 40px;
    box-shadow: 0 .2rem 2.8rem rgb(36 36 36/10%);
    transition: all .3s ease-in-out;
    overflow: hidden;
    z-index: 1
}

.service-4 .service-item:hover {
    background-color: #f17721;
    transition: all .3s ease-in-out
}

.service-4 .service-icon {
    color: #f17721;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 20px;
    -ms-transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px)
}

.service-4 .service-content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 24px
}

.service-4 .service-content p {
    color: #ddd
}

.service-4 .service-content .read-more {
    font-family: work sans,sans-serif;
    color: #f17721;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.service-4 .service-item .overlay-icon {
    position: absolute;
    bottom: -17px;
    right: 10px;
    opacity: .2
}

.service-4 .service-item .overlay-icon i {
    color: #f17721;
    font-size: 100px
}

.service-4 .service-item:hover .service-icon,.service-4 .service-item:hover .service-content h3,.service-4 .service-item:hover .service-content p,.service-4 .service-item:hover .read-more,.service-4 .service-item:hover .service-content .overlay-icon i {
    color: #fff
}

.project-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
    width: 100%;
    padding-top: 40px;
}

@media(max-width: 992px) {
    .project-section {
        padding-top:60px
    }

    .project-carousel {
        padding-bottom: 60px
    }
}

.project-carousel {
    margin: 0 -10px;
    z-index: 1
}

.project-items.grid {
    margin-bottom: -35px
}

.project-carousel-2 {
    margin-top: 40px
}

.project-section .project-thumb {
    position: relative;
    overflow: hidden
}

.project-thumb .project-view {
    background-color: #f17721;
    background-color: rgba(5,20,65,.8);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all .4s cubic-bezier(.4,0,.2,1)
}

.project-thumb .project-view a {
    background-color: #f17721;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.project-item:hover .project-view {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.project-item {
    padding: 0 10px
}

.project-thumb .project-view a {
    color: #fff;
    font-size: 15px
}

.project-thumb img {
    width: 100%;
    height: 350px;
    object-fit: fill;
}

.project-content {
    background-color: #fff;
    padding: 20px 30px;
    margin: 0 10px;
    transform: translateY(-20px);
    box-shadow: 0 0 20px .5px rgb(0 0 0/20%)
}

.project-content a.cat {
    font-family: work sans,sans-serif;
    color: #6a7c92;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase
}

.project-content h3 {
    color: #343352;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1
}

.project-content h3 a {
    color: #343352
}

.project-content h3 a:hover {
    color: #f17721
}

.project-section .carousel-dots .slick-dots {
    margin-top: 0
}

.project-filter {
    margin-bottom: 30px
}

.project-filter li {
    font-family: teko,sans-serif;
    color: #0475bb;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-right: 22px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px
}

.project-filter li.active {
    color: #f17721
}

.project-section-2 {
}

.project-info-box {
}

.project-info-box h2 {
    font-size: 42px
}

.project-info-box .p-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.project-info-box .p-info span {
    font-family: roboto,sans-serif;
    color: #6a7c92;
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-transform: capitalize
}

.project-info-box .p-social {
    margin-top: 30px
}

.project-info-box .p-social a {
    background-color: #f17721;
    color: #fff;
    font-size: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 0
}

.project-info-box .p-social a:hover {
    background-color: #0475bb
}

.counter-wrapper {
    background-color: #0475bb;
    position: relative
}

@media(min-width: 992px) {
    .counter-wrapper {
        padding-top: 1px;
        margin-top: -40px;
    }
}

.counter-wrapper .bg-pattern {
    background-image: url(../img/light-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.counter-content h3 {
    font-family: teko,sans-serif;
    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
    color: #f17721
}

.counter-content h4 {
    color: #fff;
    font-size: 22px;
    line-height: 28px
}

.team-section {
}

.team-box {
}

.team-thumb {
    position: relative;
    overflow: hidden
}

.team-thumb img {
    width: 100%
}

.team-thumb .shape-1 {
    background-color: rgb(4 117 187 / 90%);
    position: absolute;
    width: 245px;
    height: 300px;
    left: 0;
    bottom: -150px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out
}

.team-thumb .shape-2 {
    background-color: #f17721;
    position: absolute;
    width: 60px;
    height: 280px;
    left: 235px;
    bottom: -110px;
    transform: rotate(-45deg) skewY(55deg);
    clip-path: polygon(0% 10%,100% 0,100% 100%,0% 100%);
    transition: all .3s ease-in-out
}

.team-content {
    position: absolute;
    bottom: 15px;
    left: 25px
}

.team-content h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0
}

.team-content h3 span {
    font-family: work sans,sans-serif;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: -5px;
    text-transform: uppercase
}

.team-box .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    line-height: 32px;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
    transition: all .3s linear
}

.team-box:hover .team-social {
    visibility: visible;
    opacity: 1
}

.team-box .team-social li {
    transform: translateX(100px);
    transition: all .3s linear
}

.team-box .team-social li:nth-child(2) {
    transition-delay: 100ms
}

.team-box .team-social li:nth-child(3) {
    transition-delay: 150ms
}

.team-box .team-social li:nth-child(4) {
    transition-delay: 200ms
}

.team-box:hover .team-social li {
    transform: translateX(0)
}

.team-social li a {
    color: #fff;
    font-size: 14px
}

.team-box:hover .team-thumb img {
    transform: scale(1.1)
}

.team-box:hover .shape-1 {
    bottom: -135px
}

.team-box:hover .shape-2 {
    bottom: -100px;
    transition-delay: .03s
}

.team-section-2 {
    background-image: url(../img/bg-img-02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
    z-index: 1
}

.team-section-2 .overlay {
    position: absolute;
    background-color: rgba(11,38,83,.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.team-section-2 .section-heading h2 {
    color: #fff
}

.team-section-2 .section-heading p {
    color: #ddd
}

.team-section-2 .team-box {
    margin-bottom: -83px
}

.team-section-2 .team-content {
    background-color: #f17721;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 14px 0
}

.team-section-2 .team-content h3 {
    font-size: 24px
}

.team-section-2 .team-social li a {
    font-size: 14px
}

.team-section-2 .team-thumb img:hover {
    -webkit-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
    filter: blur(2px);
    -webkit-animation: teamhover .2s linear;
    animation: teamhover .2s linear
}

.skills-section {
    background-image: url(../img/bg-img-01.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.skills-section .section-heading h2,.skills-section .section-heading p {
    color: #fff
}

.skills-info {
    background-color: #061b49;
    padding: 80px;
    position: relative
}

.skills-items .skills-item {
    margin-bottom: 5px;
    overflow: hidden
}

.skills-item:last-child {
    margin-bottom: 0
}

.skills-items .skills-item h5 {
    color: #fff;
    font-family: work sans,Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0
}

.skills-items .skills-item .progress {
    height: 5px;
    background-color: #ddd;
    box-shadow: none;
    margin-bottom: 20px
}

.skills-items .skills-item .progress,.skills-items .skills-item .progress .progress-bar {
    border-radius: 3px;
    overflow: visible
}

.skills-items .skills-item .progress .progress-bar {
    line-height: 5px;
    background-color: #f17721;
    position: relative
}

.skills-items .skills-item .progress .progress-bar span {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.skill-list {
}

.skill-list li {
    color: #fff;
    margin-bottom: 5px
}

.skill-list li i {
    font-size: 14px;
    color: #f17721;
    margin-right: 15px
}

.play-btn {
    background-color: #f17721;
    position: absolute;
    width: 70px;
    height: 70px;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,.35);
    box-shadow: 0 10px 33.25px 1.75px rgba(0,27,103,.35);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.play-btn svg {
    fill: #fff;
    width: 30px;
    margin-left: 5px
}

.play-btn .ripple {
    z-index: -1
}

.play-btn .ripple,.play-btn .ripple:before,.play-btn .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    box-shadow: 0 0 0 0 rgba(255,255,255,.5);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite
}

.play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.testimonials-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    width: 100%;
    height: 100%
}

.testi-item {
    background-color: #fff;
    padding: 40px 30px;
    box-shadow: 0 14px 20px -10px rgba(0,0,0,.1);
    margin: 20px
}

.testi-content {
    position: relative;
    padding-left: 130px
}

.testi-item {
    position: relative
}

.testi-item .testi-thumb img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto
}

.testi-item p {
    margin-bottom: 20px
}

.testi-item h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #333;
    letter-spacing: -.04em;
    font-weight: 600
}

.testi-item h3 span {
    display: block;
    font-family: work sans,Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #6a8695
}

.testi-item .ratings {
}

.testi-item .ratings li {
    display: inline-block
}

.testi-item .ratings li i {
    font-size: 12px;
    color: #f17721
}

.testi-content .quote-icon {
    position: absolute;
    right: 30px;
    bottom: -10px;
    font-size: 50px;
    color: #f17721;
    opacity: .5
}

.testimonials-section-2 {
    padding-top: 160px
}

.working-process {
    position: relative;
    padding: 80px 0
}

.working-process .left-pattern {
    position: absolute;
    background-image: url(../img/corner-pattern-left.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.working-process .right-pattern {
    position: absolute;
    background-image: url(../img/corner-pattern-right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.working-process-box {
    text-align: center;
    padding: 0 30px
}

.icon-box {
    background-color: #f9f9f9;
    color: #f17721;
    border-style: solid;
    position: relative;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border: 5px solid rgba(253,186,0,.5);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto
}

.icon-box i {
    font-size: 50px
}

.icon-box span {
    background-color: #f17721;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -15px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 50%;
    border: 5px solid rgba(253,186,0,.1);
    border-color: #f17721;
    box-sizing: content-box;
    text-align: center
}

.content-box {
}

.content-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px
}

.content-box p {
    margin-bottom: 0
}

.working-process-box .arrow {
    position: absolute;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 56%;
    content: "";
    width: 236px;
    height: 40px;
    left: 210px;
    top: 40px;
    z-index: 1
}

.arrow.arrow-up {
    background-image: url(../img/arrow-up.png)
}

.arrow.arrow-down {
    background-image: url(../img/arrow-down.png)
}

.cta-section {
    background-image: url(../img/bg-img-02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.cta-section .overlay {
    position: absolute;
    background-color: rgba(11,38,83,.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.cta-section .section-heading h2,.cta-section .section-heading p {
    color: #fff
}

.info-section {
    background-image: url(../img/bg-img-03.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%
}

.info-box {
    padding: 100px 40px
}

.info-box i {
    font-size: 60px;
    color: #f17721
}

.info-box h3 {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    margin: 20px 0
}

.info-box p {
    color: #fff;
    margin-bottom: 0
}

.info-section .bg-yellow i {
    color: #fff
}

.faq-section {
    background-image: url(../img/excavator-action.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.faq-section:before {
    background-color: #0475bb;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.faq-section .section-heading h2 {
    color: #fff
}

.faq-section .section-heading p {
    color: #ddd
}

.faq-content {
    padding-left: 40px
}

.acc-item {
    border: 0;
    border-radius: 5px
}

.acc-item.active-acc {
}

.acc-item h5 {
    font-weight: 600;
    margin: 0;
    border-radius: 5px;
    transition: background-color .3s linear
}

.acc-item.active-acc h5 {
    transition: background-color .3s linear;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px
}

.acc-item h5 a {
    background-color: #0475bb;
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 22px;
    line-height: 30px;
    position: relative
}

.acc-item.active-acc h5 a {
    color: #f17721
}

.acc-item h5 a:before {
    content: "\f067";
    font-family: "font awesome 5 free";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff
}

.acc-item h5 a[aria-expanded^=true]:before {
    content: "\f068";
    color: #fff
}

.acc-item h5 a[aria-expanded^=true] {
    color: #f17721
}

.card-body {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1)
}

.acc-item:last-child .card-body {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.faq-section-2 {
}

.faq-section-2 .acc-item {
    padding: 0 30px;
    border: 1px solid #ddd;
    border-radius: 0
}

.faq-section-2 .acc-item h5 a {
    color: #0475bb
}

.faq-section-2 .acc-item h5 a:before {
    color: #0475bb
}

.content-section {
    background-color: #0475bb;
    position: relative
}

.content-section .left-pattern {
    position: absolute;
    background-image: url(../img/corner-pattern-left.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .1
}

.content-section .section-heading h2 {
    color: #fff
}

.content-section .section-heading p {
    color: #ddd
}

.pricing-section {
}

.pricing-box {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 2px 50px 0 rgb(0 0 0/10%);
    position: relative;
    overflow: hidden
}

.pricing-content {
    margin-bottom: 25px
}

.pricing-content h4 {
    font-family: teko,sans-serif;
    color: #6a7c92;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.pricing-content h3 {
    font-size: 62px;
    color: #0475bb;
    font-weight: 600;
    margin: -20px 0
}

.pricing-content span {
    color: #6a7c92;
    font-family: work sans,Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0
}

.pricing-list {
    line-height: 40px;
    margin-bottom: 20px
}

.pricing-list li {
    color: #6a7c92;
    font-size: 16px
}

.pricing-list li i {
    color: #0abf53;
    margin-right: 10px;
    font-size: 12px
}

.pricing-tag {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    right: -120px
}

.pricing-tag h4 {
    background-color: #f17721;
    font-family: work sans,sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 0 35px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    border-radius: 2px;
    letter-spacing: 0;
    text-transform: uppercase
}

.contact-section {
    background-image: url(../img/map-pattern.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    width: 100%;
    height: 100%
}

.contact-section .contact-details li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 1px;
}

.contact-section .contact-details li i {
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    background-color: #f17721
}

.contact-section .form-group {
    margin-bottom: 30px
}

.contact-section .form-control {
    height: 50px;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    border-radius: 0
}

.contact-section .form-control.message {
    height: 150px
}

#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0
}

#form-messages.alert-danger,#form-messages.alert-success {
    display: block
}

@media(max-width: 767px) {
    .contact-section .form-group {
        margin-bottom:0
    }
}

.sponsor-section {
    padding: 40px 0;
}

.sponsor-item {
    padding: 0 40px
}

.sponsor-item img {
    border:1px solid #0475bb
}

.sponsor-item img:hover {
    cursor: pointer
}

.sponsor-grid {
    border: 1px solid #eee;
    border-right: none
}

.sponsor-grid>div {
    padding: 30px;
    text-align: center;
    border-color: #eee;
    border-style: solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px
}

.sponsor-grid>div:nth-child(1),.sponsor-grid>div:nth-child(2),.sponsor-grid>div:nth-child(3),.sponsor-grid>div:nth-child(4) {
    border-bottom-width: 1px
}

@media(max-width: 767px) {
    .sponsor-grid {
        border-right-width:0;
        border-bottom-width: 0
    }

    .sponsor-grid>div {
        border-bottom-width: 1px!important
    }
}

.blog-wrap {
}

.blog-item {
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.blog-item .blog-thumb {
    position: relative;
    overflow: hidden
}

.classic-blog .blog-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover
}

.blog-item .blog-thumb .category {
    background-color: #f17721;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: work sans,sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0
}

.blog-item .blog-thumb .category a {
    color: #fff
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0
}

.blog-content {
    background-color: #fff;
    padding: 30px
}

.blog-content h3 {
    line-height: 24px
}

.blog-content h3 a {
    font-family: teko,sans-serif;
    font-size: 30px;
    color: #0475bb;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.blog-content h3 a:hover {
    color: #f17721
}

.blog-content .read-more {
    font-family: work sans,sans-serif;
    color: #0475bb;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px
}

.blog-content .read-more:hover {
    color: #f17721
}

.blog-content .read-more:before {
    background-color: #f17721;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px)
}

.blog-item:hover .blog-thumb img {
    transform: scale(1.02)
}

.pagination-wrap {
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0
}

.pagination-wrap li a {
    border: 1px solid #eee;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #0475bb;
    font-weight: 600;
    border-radius: 2px
}

.pagination-wrap li a:hover {
    background-color: #f17721;
    color: #fff;
    opacity: 1;
    text-decoration: none
}

.pagination-wrap li a.active {
    background-color: #f17721;
    border: 1px solid #f17721;
    color: #fff
}

.blog-thumb {
}

.blog-thumb img {
    margin-bottom: 20px
}

.blog-single-content {
}

.blog-single-content h2 a {
    font-size: 32px;
    color: #0475bb
}

.blog-single-content h2 a:hover {
    color: #f17721
}

.single-post-meta {
    margin-bottom: 20px
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px
}

.single-post-meta li i {
    font-size: 12px;
    color: #f17721;
    margin-right: 5px
}

.single-post-meta li a {
    display: inline-block;
    font-family: work sans,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #0475bb
}

blockquote {
    background-color: #f4f4f4;
    padding: 40px;
    border-left: 4px solid #f17721;
    margin: 30px 0;
    position: relative;
    z-index: 1
}

blockquote p {
    color: #0475bb;
    font-size: 18px;
    font-weight: 500;
    font-family: open sans,sans-serif;
    letter-spacing: -.2px
}

blockquote span {
    font-family: work sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    color: #0475bb
}

.post-tags {
    margin-top: 30px
}

.post-tags li {
    display: inline-block
}

.post-tags li a {
    display: inline-block;
    background-color: #f17721;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    margin: 3px
}

.post-tags li a:hover {
    background-color: #0475bb;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.author-box {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #f17721
}

.author-box img {
    border-radius: 50%
}

.author-info {
    padding-left: 30px
}

.author-info h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px
}

.author-box .social-icon {
}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #0475bb
}

.author-box .social-icon li a:hover {
    color: #f17721
}

.post-navigation {
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0
}

.post-navigation .col {
    padding: 20px
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17,17,17,.04)
}

.post-navigation .col a {
    color: #0475bb;
    font-size: 12px;
    text-transform: uppercase;
    font-family: work sans,sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center
}

.post-navigation .col.next-post a {
    justify-content: flex-end
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px
}

.post-navigation .ti-arrow-left {
    margin-right: 10px
}

.post-navigation .ti-arrow-right {
    margin-left: 10px
}

.post-navigation .col a:hover {
    color: #f17721
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px
}

.post-navigation .col.next-post .fa {
    margin-left: 10px
}

.blog-single-wrap .comments-area {
    margin-top: 40px
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0
}

.blog-single-wrap .comments-area li>div {
    border-bottom: 1px solid rgba(17,17,17,.05);
    padding: 35px
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0
}

.blog-single-wrap .comments-area ol>li:last-child div {
    border-bottom: 0
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 28px;
    font-weight: 600
}

.blog-single-wrap .comments-area li>div {
    position: relative
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: teko,sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: work sans,sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: work sans,sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #f17721;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #f17721;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline
}

.blog-single-wrap .comment-respond {
}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px
}

.blog-single-wrap .comment-respond form input,.blog-single-wrap .comment-respond form textarea {
    background-color: #f4f4f4;
    border: 1px solid #eee;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all .3s
}

.blog-single-wrap .comment-respond form input:focus,.blog-single-wrap .comment-respond form textarea:focus {
    border-color: #f17721
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left
}

.blog-single-wrap .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: work sans,sans-serif;
    max-width: 180px;
    background-color: #f17721;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: .9
}

.sidebar-wrap {
    padding-left: 40px
}

.sidebar-wrap .widget-content:not(:last-of-type) {
    margin-bottom: 40px
}

.sidebar-wrap .widget-content h4 {
    font-family: teko,sans-serif;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px
}

.sidebar-wrap .widget-content h4:before {
    background-color: #f17721;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline
}

.search-form {
    position: relative;
    margin-left: -2px
}

.search-form .form-control {
    background-color: #fff;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #eee;
    color: #0475bb;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
    margin-bottom: 20px
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #0475bb;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: .6;
    border: none
}

.search-form .search-btn:focus,.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer
}

.search-form input::-webkit-input-placeholder {
    color: #6a8695!important
}

.search-form input:-moz-placeholder {
    color: #6a8695!important
}

.search-form input::-moz-placeholder {
    color: #6a8695!important
}

.search-form input:-ms-input-placeholder {
    color: #6a8695!important
}

.widget-links {
    margin-top: -10px!important
}

.thumb-post {
}

.thumb-post li {
    margin-bottom: 30px;
    display: flex;
    align-items: center
}

.thumb-post li:last-child {
    margin-bottom: 0
}

.thumb-post li img {
    width: 80px;
    height: 70px;
    object-fit: cover
}

.thumb-post li a {
    font-family: teko,sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #0475bb;
    padding-left: 10px;
    letter-spacing: -.5px
}

.thumb-post li a:hover {
    color: #f17721;
    text-decoration: none
}

.thumb-post span {
    font-family: work sans,sans-serif;
    display: block;
    font-size: 12px;
    color: #6a7c92
}

.widget-content .tags {
}

.widget-content .tags li {
    display: inline-block
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #f17721;
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    margin: 3px
}

.widget-content .tags li a:hover {
    background-color: #0475bb;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-links li a {
    font-family: teko,sans-serif;
    color: #6a7c92;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 0;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    letter-spacing: .2
}

.widget-content ul li a:hover {
    color: #f17721
}

.footer-section {
    background-color: #0475bb
}

.footer-top {
    padding: 50px 0;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.footer-bottom a {
    margin: 0;
    color: #f17721;
    font-weight: 500;
}

.footer-top .footer-bg {
    background-image: url(../img/city-skiline.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden
}

.footer-top .truck {
    background-image: url(../img/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 70px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite
}

.footer-top .truck-2 {
    background-image: url(../img/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 90px;
    height: 40px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite
}

.footer-top .truck-3 {
    background-image: url(../img/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite
}

.footer-content {
}

.footer-content .logo {
    width: 70%;
    margin-bottom: 10px
}

.footer-content p {
    margin-top: 15px;
    color: #fff;
    font-weight: 500;
}

.footer-icon-content {
    position: relative
}

.footer-icon-content svg {
    width: 50px;
    height: 50px;
    fill: #f17721;
    position: absolute;
    left: 0;
    top: 7px
}

.footer-icon-info {
    padding-left: 65px
}

.footer-icon-info h3 {
    font-family: teko,sans-serif;
    color: #ddd;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.footer-icon-info a {
    font-family: teko,sans-serif;
    color: #f17721;
    font-weight: 600;
    margin-bottom: 0
}

.footer-social {
    margin-top: 15px
}

.footer-social li {
    display: inline-block;
    margin-right: 3px
}

.footer-social li a {
    background-color: #0c2042;
    font-size: 14px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block
}

.footer-social li a:hover {
    background-color: #f17721
}

.footer-header {
    position: relative
}

.footer-header h3 {
    font-size: 24px;
    color: #fff
}

.footer-header h3:after {
    background-color: #f17721;
    content: "";
    display: inline-block;
    width: 40px;
    height: 3px;
    top: 50%;
    position: absolute;
    margin-left: 8px;
    border-radius: 2px;
    margin-top: -1.5px
}

.footer-list {
}

.footer-list li {
    line-height: 40px
}

.footer-list li a {
    font-size: 15px;
    color: #ddd;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: justify;
}

.footer-list li a:hover {
    color: #f17721
}

.footer-section .thumb-post li a {
    color: #fff
}

.footer-section .thumb-post li a span {
    color: #ddd
}

.footer-section .thumb-post li a:hover {
    color: #f17721
}

.subscribe-widget {
    padding: 40px;
    padding-top: 60px;
    position: relative;
    margin-top: -120px;
    z-index: 1
}

.subscribe-widget:before {
    background-color: #f17721;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0% 5%,100% 0,100% 100%,0% 100%);
    z-index: -1
}

.sub-content {
}

.sub-content .sub-icon svg {
    width: 60px;
    height: 60px;
    fill: #fff
}

.sub-content p {
    font-size: 16px;
    color: #fff
}

.footer-section .overlay-icon {
    position: absolute;
    right: 20px;
    top: 40px
}

.footer-section .overlay-icon svg {
    fill: #fff;
    width: 200px;
    opacity: .2
}

.subscribe-widget .form-field {
    position: relative
}

.subscribe-widget .form-field input {
    background-color: #fff;
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    padding: 0 15px;
    padding-right: 80px;
    outline: none;
    box-shadow: none
}

.subscribe-widget input[type=submit] {
    background-color: #f17721;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTQ3NiAzLjJMMTIuNSAyNzAuNmMtMTguMSAxMC40LTE1LjggMzUuNiAyLjIgNDMuMkwxMjEgMzU4LjRsMjg3LjMtMjUzLjJjNS41LTQuOSAxMy4zIDIuNiA4LjYgOC4zTDE3NiA0MDd2ODAuNWMwIDIzLjYgMjguNSAzMi45IDQyLjUgMTUuOEwyODIgNDI2bDEyNC42IDUyLjJjMTQuMiA2IDMwLjQtMi45IDMzLTE4LjJsNzItNDMyQzUxNSA3LjggNDkzLjMtNi44IDQ3NiAzLjJ6Ij48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 37px;
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 0;
    cursor: pointer;
    text-indent: 9999px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.subscribe-widget input[type=submit]:hover {
    background-color: #0475bb
}

@-moz-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@keyframes running-anim {
    0% {
        right: -30%
    }

    100% {
        right: 100%
    }
}

@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@keyframes running-anim-left {
    0% {
        left: -30%
    }

    100% {
        left: 100%
    }
}

@media(max-width: 1024px) {
    .header-menu-wrap ul li>a {
        padding:0 10px
    }
}

@media(max-width: 992px) {
    .sm-padding {
        padding:15px
    }

    .sidebar-wrap {
        padding-left: 0;
        margin-top: 20px
    }
}

@media all and (max-width: 767px) {
    .padding {
        padding:60px 0
    }

    .xs-padding {
        padding: 15px
    }

    p br {
        display: none
    }

    .sidebar-wrap {
        padding-left: 0
    }

    .blog-single-content h2 a {
        font-size: 22px;
        line-height: 28px
    }

    .blog-single-content h2 {
        line-height: 28px
    }

    blockquote p {
        line-height: 32px
    }
}

@media all and (max-width: 580px) {
    .header-3 a.header-btn,.header-1 a.header-btn {
        display:none
    }

    .top-left {
        width: 100%;
        padding: 15px 0;
        text-align: center
    }

    .top-bar .top-left li {
        font-size: 14px;
        display: block;
        padding: 0;
        line-height: 1
    }

    .top-bar .top-left li:not(:last-of-type) {
        margin-bottom: 10px
    }

    .primary-header-inner .header-right {
        margin-left: 0
    }

    .header-right a.dl-btn {
        padding: 3px 10px;
        font-size: 14px;
        line-height: 32px;
        margin: 0;
        margin-left: 15px
    }

    .primary-header-two .header-right a.dl-btn {
        padding: 5px 15px
    }

    .header-three .top-bar .top-left li,.header-three .top-bar .top-left li:first-child {
        border: none
    }

    .header-one .header-right .dl-btn {
        display: none
    }

    #scrollup {
        bottom: 20px;
        right: 20px
    }
}

@media all and (max-width: 420px) {
}

@media(max-width: 320px) {
    .primary-header .header-logo {
        max-width:122px
    }

    .header-right .mobile-menu-icon {
        margin-left: 10px
    }
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../img/loader.png) center no-repeat #fff;
	text-align: center;
}

.contact-widget{
    position:relative;
  }

  .contact-widget ul{
    position:relative;
  }

  .contact-widget ul li{
    position:relative;
    color:#ffffff;
    font-size: 15px;
    padding-left:40px;
    margin-bottom:28px;
    /* font-weight: 600; */
    letter-spacing: 1px;
  }

  .contact-widget ul li .fa{
    position:absolute;
    left:0px;
    top:4px;
    font-size:24px;
    line-height:1em;
    color: #ffffff;
  }

  .contact-widget ul li a{
    position:relative;
    color:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
  }

  .contact-widget ul li a:hover{
    color:#fd5d14;
  }

  .whatsapp a i{
    color:#fff;
}
.wa{
    position:fixed;
    width:60px;
    height:60px;
    bottom: 95px;
    right: 18px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:40px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.my-wa{
    margin-top:10px;
}