footer {
    padding: 50px 0 0;
    background: #1f1f1f;
    color: #939393
}

footer p {
    margin-bottom: 0
}

footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1;
    position: relative
}

footer h3:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #f08d20;
    margin: 12px auto 0 auto
}

.footer-title-style:after {
    margin-left: auto;
    margin-right: auto
}

h3.footer-title-style {
    margin-bottom: 20px
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
    background: #191919;
    color: #939393
}

.footer-bar span {
    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    footer {
        padding-top:30px
    }

    footer h3 {
        font-size: 16px
    }

    h3.footer-title-style {
        margin-bottom: 15px
    }

    .footer-bar {
        margin-top: 30px
    }
}


.social-icon-style1 li {
    display: inline-block;
    margin-right: 30px
}

.social-icon-style1 li:last-child {
    margin-right: 0
}

.social-icon-style1 li a {
    font-size: 22px;
    color: rgba(255,255,255,0.65)
}

.social-icon-style1 li a:hover {
    color: #fff
}

@media screen and (max-width: 767px) {
    .social-icon-style1 li a {
        font-size:18px
    }
}


.section-heading {
    margin-bottom: 50px;
    text-align: center;
}

.section-heading.half {
    margin-bottom: 30px;
}

.section-heading h1,.section-heading h2,.section-heading h3,.section-heading h4,.section-heading h5,.section-heading h6 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    line-height: 140%;
}

.section-heading h1:after,.section-heading h2:after,.section-heading h3:after,.section-heading h4:after,.section-heading h5:after,.section-heading h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #f08d20;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-heading.white h1,.section-heading.white h2,.section-heading.white h3,.section-heading.white h4,.section-heading.white h5,.section-heading.white h6 {
    color: #fff;
}

.section-heading.grey h1,.section-heading.grey h2,.section-heading.grey h3,.section-heading.grey h4,.section-heading.grey h5,.section-heading.grey h6 {
    color: #b7b7b7;
}

.section-heading.grey h1:after,.section-heading.grey h2:after,.section-heading.grey h3:after,.section-heading.grey h4:after,.section-heading.grey h5:after,.section-heading.grey h6:after {
    background: #b7b7b7;
}

.section-heading.left {
    text-align: left;
}

.section-heading.left h1,.section-heading.left h2,.section-heading.left h3,.section-heading.left h4,.section-heading.left h5,.section-heading.left h6 {
    padding-bottom: 15px;
}

.section-heading.left h1:after,.section-heading.left h2:after,.section-heading.left h3:after,.section-heading.left h4:after,.section-heading.left h5:after,.section-heading.left h6:after {
    margin: 0;
    left: 0;
}

.section-heading strong {
    font-weight: 600;
}

.section-heading.white p {
    color: #fff;
}

.section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto;
}

.section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #f08d20;
    line-height: 200%;
    margin-bottom: 10px;
}

.section-heading.white span {
    color: #fff;
}

.section-heading.grey span {
    color: #b7b7b7;
}

.section-heading .badge {
    display: inline-block;
    padding: 7px 19px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px;
    color: #f08d20;
    border: 1px solid #f08d20;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .075em;
}

.title-style2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.title-style2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #f08d20;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

.title-style2:before {
    content: '';
    height: 1px;
    background: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
}

.section-heading.left .title-style2 {
    left: 0;
    margin: 0;
}

.section-heading.left .title-style2:before {
    width: 125px;
    left: 0;
    margin: 0;
}

.section-heading.left .title-style2:after {
    width: 50px;
    left: 37px;
}

h1.title-style2.white,h2.title-style2.white,h3.title-style2.white,h4.title-style2.white,h5.title-style2.white,h6.title-style2.white {
    color: #fff;
}

.section-heading .title-style2.white:after {
    background: #f08d20;
}

.section-heading .title-style2.white:before {
    background: rgba(255,255,255,0.8);
}

.section-heading.title-style3 {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.section-heading.title-style3 h1,.section-heading.title-style3 h2,.section-heading.title-style3 h3,.section-heading.title-style3 h4,.section-heading.title-style3 h5,.section-heading.title-style3 h6 {
    padding: 0;
    margin: 0;
}

.section-heading.title-style3 h1:after,.section-heading.title-style3 h2:after,.section-heading.title-style3 h3:after,.section-heading.title-style3 h4:after,.section-heading.title-style3 h5:after,.section-heading.title-style3 h6:after {
    content: none;
}

.title-overlay {
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255,255,255,0.85);
    margin: 0;
}

.section-heading.title-style4 h1,.section-heading.title-style4 h2,.section-heading.title-style4 h3,.section-heading.title-style4 h4,.section-heading.title-style4 h5,.section-heading.title-style4 h6 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.section-heading.title-style4 p {
    padding-top: 0;
}

.section-heading.title-style4 span {
    color: #f08d20;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-heading.title-style4 h1:after,.section-heading.title-style4 h2:after,.section-heading.title-style4 h3:after,.section-heading.title-style4 h4:after,.section-heading.title-style4 h5:after,.section-heading.title-style4 h6:after {
    content: none;
}

.section-heading.title-style5 h1,.section-heading.title-style5 h2,.section-heading.title-style5 h3,.section-heading.title-style5 h4,.section-heading.title-style5 h5,.section-heading.title-style5 h6 {
    padding: 0;
    margin: 0;
}

.section-heading.title-style5.white h1,.section-heading.title-style5.white h2,.section-heading.title-style5.white h3,.section-heading.title-style5.white h4,.section-heading.title-style5.white h5,.section-heading.title-style5.white h6 {
    color: #fff;
}

.section-heading.title-style5 h1:after,.section-heading.title-style5 h2:after,.section-heading.title-style5 h3:after,.section-heading.title-style5 h4:after,.section-heading.title-style5 h5:after,.section-heading.title-style5 h6:after {
    content: none;
}

.section-heading.title-style5 .separator-left,.section-heading.title-style5 .separator-right {
    height: 1px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: -1px;
    margin-bottom: 0;
}

.section-heading.title-style5 .separator-left {
    left: -80px;
}

.section-heading.title-style5 .separator-right {
    right: -80px;
}

.section-heading.title-style5 .square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #f08d20;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
}

.section-heading.title-style5.left .square .separator-left {
    display: none;
}

@media screen and (max-width: 1199px) {
    .section-heading.title-style4 span {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading p {
        padding-top: 10px;
        font-size: 14px;
    }

    .section-heading.title-style4 span {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading.title-style4 span {
        font-size: 28px;
    }
}

.section-heading.title-style6 h1,.section-heading.title-style6 h2,.section-heading.title-style6 h3,.section-heading.title-style6 h4,.section-heading.title-style6 h5,.section-heading.title-style6 h6 {
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    line-height: 140%;
    text-transform: inherit;
}

.section-heading.title-style6 h1:after,.section-heading.title-style6 h2:after,.section-heading.title-style6 h3:after,.section-heading.title-style6 h4:after,.section-heading.title-style6 h5:after,.section-heading.title-style6 h6:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #f08d20;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-heading.title-style6 span {
    color: #232323;
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
}

.section-heading.title-style6.white span {
    color: #fff;
}

.section-heading.title-style6.left {
    text-align: left;
}

.section-heading.title-style6.left h1:after,.section-heading.title-style6.left h2:after,.section-heading.title-style6.left h3:after,.section-heading.title-style6.left h4:after,.section-heading.title-style6.left h5:after,.section-heading.title-style6.left h6:after {
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .section-heading.title-style6 span {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading.title-style6 span {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading.title-style6 span {
        font-size: 26px;
    }
}

.services-block-three>a {
    display: block;
    border: 3px solid #d5d5d5;
    border-radius: 0;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
}

.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #f08d20;
    border-right: 3px solid #f08d20;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #f08d20;
    border-left: 3px solid #f08d20;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

.services-block-three>a:hover:before,.services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

.services-block-three i {
    font-size: 32px;
}

.services-block-three p {
    margin-bottom: 0;
}

.service-grids .service-block {
    overflow: hidden;
    position: relative;
}

.service-grids .img-holder {
    position: relative;
}

.service-grids .service-block:hover .img-holder:before {
    opacity: 1;
}

.service-grids .service-block .details {
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0,0,0,0.07);
    padding: 45px 45px 50px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    z-index: 20;
}

.service-grids .service-block .number {
    background-color: #f08d20;
    border-radius: 75px;
    color: #fff;
    height: 75px;
    font-size: 30px;
    left: 50%;
    line-height: 75px;
    position: absolute;
    top: -37.5px;
    transform: translateX(-50%);
    width: 75px;
}

.service-grids .service-block .details h4 {
    color: #f08d20;
    font-size: 20px;
    margin: 10px 0 15px 0;
    line-height: normal;
}

.service-grids .service-block .details .read-more {
    color: #f08d20;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .service-grids .service-block {
        height: 335px;
    }

    .service-grids .img-holder:before {
        background-color: rgba(3,169,245,0.6);
        bottom: 20px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: auto;
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 10;
    }

    .service-grids .service-block .details {
        height: 195px;
        position: absolute;
        top: 168px;
    }

    .service-grids .service-block:hover .details {
        height: 230px;
        top: 105px;
    }
}

@media screen and (min-width: 1200px) {
    .service-grids .service-block {
        height: 370px;
    }

    .service-grids .service-block .details {
        height: 195px;
        position: absolute;
        top: 205px;
    }

    .service-grids .service-block:hover .details {
        height: 230px;
        top: 170px;
    }
}

@media screen and (max-width: 991px) {
    .service-grids .service-block .details {
        padding: 45px 25px 35px;
    }
}

@media screen and (max-width: 767px) {
    .service-grids .service-block .number {
        height: 65px;
        line-height: 65px;
        top: -32.5px;
        width: 65px;
        border-radius: 65px;
    }
}

.list-style-16 {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-style-16 li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.list-style-16 li:after {
    content: '\f14a';
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: 1;
    color: #fff
}

.list-style-16 li:hover {
    padding-left: 40px
}

.list-style-16 li:last-child {
    margin-bottom: 0
}