/* :: All Transition */
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

html {
    overflow-x: hidden;
}

/* :: Body */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3333;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader_new1.svg);
    background-size: 140px;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #1C1A30;
    transition: 0.5s;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-moz-selection {
    background-color: #f45000;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background-color: #f45000;
    color: #FFF;
    text-shadow: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}

.container,
.container-fluid {
    position: relative
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

p {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
     /*font-family: 'Jost', sans-serif; */
    line-height: 25px;
    letter-spacing: 0.4px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.ml-30 {
    margin-left: 30px
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.py-100 {
    padding: 100px 0;
}

.py-100-70 {
    padding: 100px 0 70px 0;
}

.padding-0 {
    padding: 0;
}

.py-0-0-70-0 {
    padding: 0 0 70px 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 13, 13, 0.5);
}

.overlay-2 {
    background-color: rgb(28 26 48 / 58%);
}

.overlay-3 {
    background-color: #f45000c7;
}

.overlay-4 {
    background-color: rgb(255 255 255 / 95%);
}

.btn-1 {
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #f45000;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

.btn-1 span {
    position: relative;
    z-index: 2;
}

.btn-1:after,
.btn-1:before {
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #f45000;
    z-index: 1;
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    -o-transition: .3s cubic-bezier(.785, .135, .15, .86);
    transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btn-1:after {
    top: 0;
    left: 0;
    right: auto;
}

.btn-1:hover:after {
    width: 100%;
    right: 0;
    left: auto;
}

.btn-1:before {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-1:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-1:hover span {
    color: #fffdfd;
}

.btn-1:hover:after,
.btn-1:hover:before {
    background-color: #FFF;
}

.btn-2 {
    background-color: #1C1A30;
}

.btn-2 span {
    color: #ffffff;
}

.btn-2:hover span {
    color: #FFF;
}

.btn-2:hover:after,
.btn-2:hover:before {
    background-color: #f45000;
}

.btn-3 {
    background-color: #f45000;
}

.btn-3 span {
    color: #FFF;
}

.btn-3:hover span {
    color: #f45000;
}

.btn-3:hover:after,
.btn-3:hover:before {
    background-color: #1C1A30;
}

.btn-4 {
    background-color: #FFF;
}

.btn-4 span {
    color: #f45000;
}

.btn-4:hover span {
    color: #f45000;
}

/* .btn-1.move-section:hover {
    color: #f45000 !important;
} */

.btn-lets {
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #f45000;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    transition: 0.5s;
    /* -webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; */
}

.btn-lets:hover {
    background: #fff;
    color: #f45000;
}

/* :: Section Title */
.sec-title {
    margin-bottom: 50px;
}

.sec-title h2 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    color: #e31114;
    font-family: 'Jost', sans-serif;
}

.sec-title.home-2 h2:before {
    content: '';
    background-color: #f45000;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}

.sec-title.home-3 h2 {
    margin-bottom: 10px;
}

.sec-title.home-3 h2:before {
    content: '';
    background-color: #f45000;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    right: 0;
}

.sec-title h3 {
    font-size: 38px;
    line-height: 1.3;
    color: #1C1A30;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
}

.sec-title .sec-explain {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
}

.bg-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-section-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-section-2-left {
    background-color: #1C1A30;
    width: 50%;
    float: left;
    height: 100%;
}

.bg-section-2-right {
    background-image: url(../images/provide/03_provide.jpg);
    height: 100%;
    width: 50%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* :: Loading */
.loading {
    position: fixed;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.loading .loading-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -ms-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

.loading .lds-roller {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

.loading .lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 40px 40px;
    -ms-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
}

.loading .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f45000;
    margin: -5px 0 0 -5px;
}

.loading .lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}

.loading .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.loading .lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}

.loading .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.loading .lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}

.loading .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.loading .lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}

.loading .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loading .lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}

.loading .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.loading .lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}

.loading .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.loading .lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}

.loading .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.loading .lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}

.loading .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.navbar-light .navbar-nav .nav-link{
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ff5400;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #f45000;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgb(25 24 24 / 74%);
}
.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #fff !important;
}
.navbar-brand img {
    width: 120px;
}
/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
} */
/* :: Search Box */
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245 112 9 / 90%);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.search-box form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
}

.search-box form input {
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 24px;
    color: #FFF;
    border: 0;
    border-bottom: 2px solid #FFF;
}

.search-box form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border: 0;
    outline: none;
}

.search-box .search-box-icon {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 22px;
    color: #FFF;
    cursor: pointer;
}

.search-box .search-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #f45000;
}

/* :: Menu Box */
.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 0.8);
    z-index: 1040;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    display: none;
}

.menu-box .inner-menu {
    width: 400px;
    padding: 100px 50px;
    position: absolute;
    right: -402px;
    height: 100%;
    background-color: #FFF;
    overflow-y: scroll;
}

.menu-box.active .inner-menu {
    right: 0;
    -webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}

.menu-box .inner-menu .website-info {
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo {
    display: block;
    margin-bottom: 30px;
}

.menu-box .inner-menu .website-info .logo img {
    width: 140px;
}

.menu-box .inner-menu .website-info p {
    text-transform: capitalize;
    font-size: 14px;
}

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #1C1A30;
}

.menu-box .inner-menu .contact-info .contact-box,
.contact-info .contact-box {
    margin-bottom: 30px;
}

.menu-box .inner-menu .contact-info .contact-box i,
.contact-info .contact-box i {
    float: left;
    font-size: 30px;
    line-height: 1;
    color: #f45000;
    position: relative;
    z-index: 2;
    padding: 10px 0 0 10px;
}

.menu-box .inner-menu .contact-info .contact-box .box,
.contact-info .contact-box .box {
    padding-left: 55px;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p,
.contact-info .contact-box .box a,
.contact-info .contact-box .box p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 2;
    position: relative;
    display: block;
    color: #9B9B9B;
    font-family: 'Barlow', sans-serif;
}

.menu-box .inner-menu .contact-info .contact-box .box a.phone:hover,
.menu-box .inner-menu .contact-info .contact-box .box a.mail:hover,
.menu-box .inner-menu .contact-info .contact-box .box p:hover,
.contact-info .contact-box .box a:hover,
.contact-info .contact-box .box p:hover {
    color: #f45000;
}

.menu-box .inner-menu .follow-us .icon-follow li {
    display: inline-block;
    cursor: pointer;
}

.menu-box .inner-menu .follow-us .icon-follow li a {
    background-color: #FDE4D0;
    display: inline-block;
    color: #f45000;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 10px;
}

.menu-box .inner-menu .follow-us .icon-follow li:hover a {
    background-color: #f45000;
    color: #FFF;
}

.menu-box-icon {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #f45000;
    width: 35px;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.menu-box-icon:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.top-header {
    background: #f45000;
    padding: 14px 0;
}

.top-header ul.address li {
    color: #fff;
    display: inline-block;
}
.top-header ul.address li:first-child {
    margin-right:10px;
}

.top-header ul.address li:last-child {
    margin-left: 10px;

}

.top-header ul.address li span i {
    color: #070f4b;
    padding-right: 5px;
    font-size: 15px;
}

.top-header ul.social-media li {
    display: inline-block;

}

.top-header ul.social-media li i {
    color: #f45000;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 20px;
    font-size: 15px;
    transition: 0.5s;
    border-radius: 3px;
}

.top-header ul.social-media li:hover i {
    background: #424265;
    color: #f45000;
}

.top-header ul.social-media li:last-child i {
    margin-right: 0;
}


/* :: Header */
.header,
.header .header-carousel .sec-hero {
    min-height: 600px !important;
}

.header .header-carousel {
    height: 100%;
}


.header .header-carousel .container {
    position: relative;
}

.header .header-carousel .sec-hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 100px;
}

.header .banner .top-handline {
    line-height: 1;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFF;
}

.header .banner .handline {
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 74px;
    margin-bottom: 30px;
}
.header .banner .handline span{
  color: #fc4802;
  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.header .banner .about-website {
    text-transform: capitalize;
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    margin: 0 100px 30px 0;
    position: relative;
}

.header .banner .header-list-features .item {
    position: relative;
    margin-bottom: 12px;
}

.header .banner .header-list-features .item:last-of-type {
    margin-bottom: 0;
}

.header .banner .header-list-features .item i {
    font-size: 11px;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.header .banner .header-list-features .item h5 {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #FFF;
    text-transform: capitalize;
    padding-left: calc(22px + 12px);
    font-family: 'Barlow', sans-serif;
}

.header .banner .btn-box {
    margin-top: 30px;
}

.header-carousel.owl-theme .owl-nav,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav {
    display: none;
}

.header-carousel.owl-theme .owl-nav [class*=owl-],
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    font-size: 15px;
    color: rgba(240, 8, 8, 0.9);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding-top: 13px;
    font-weight: 700;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i:hover {
    color: #f45000;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron {
    left: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 7px;
}

.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron {
    right: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 7px;
}

.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
    opacity: 1;
    visibility: visible;
}

.header-carousel.owl-theme .owl-dots {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.header-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.header-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 5px;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f45000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* :: Header home-2 */
.header .other-tools {
    height: 100%
}

.header.home-2 .pulse i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 28px;
    background-color: #FFF;
    color: #f45000;
}

.header.home-2 .pulse i:hover {
    background-color: #f45000;
    color: #FFF;
}

.header.home-2 .header-carousel.owl-theme .owl-dots {
    bottom: 40px;
}
.navbar-dark{
  background-color: #050505;
}
.service-sec .sub-title {
  display:inline-block;
  }
.service-sec .sub-title h5 {
    padding-left: 30px;
  }
/* :: Footer */
.footer {
    padding-top: 100px;
    background-color: #03072d;
    position: relative;
    z-index: 1;
}
.footer .logo{
    position: relative;
}

/* .footer .logo::after {
    position: absolute;
    content: "";
    top: -42%;
    left: 8.5%;
    width: 268px;
    height: 230px;
    background: #fff;
    z-index: -1;
    border-bottom-right-radius: 70%;
    border-bottom-left-radius: 70%;
} */

.footer-logo-area {
    background: #fff;
    border-radius: 6px;
    width: 200px;
    padding: 10px;
}
.footer-logo-area img {
    width: 100%;
    height: 100%;
}
.footer .logo,
.footer .links {
    margin-bottom: 30px;
}

.footer .logo img {
 width: 100%;
}

.footer .logo p {
/*     margin: 30px 0 30px 0; */
    color: #F9F9F9;
}

.footer-title h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 25px;
    border-bottom: 3px solid #f45000;
    display: inline-block;
    padding-bottom: 10px;
}

.footer .links li span {
    color: #f45000;
    padding-right: 10px;
}
.footer .links li a {
    display: inline-block;
    position: relative;
    color: #F9F9F9;
    font-size: 15px;
    line-height: 33px;
}
.footer .links li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.address-link li {
    display: block;
}
.address-link li i {
    padding-top: 15px;
}

.footer-social-media li {
    display: flex;
	margin-right: 10px;
}
.footer-social-media{
	display: flex; 
}
.footer-social-media li a img{
	width: 60px;
}

.footer-social-media li i {
    width: 40px;
    height: 40px;
    background: #f45000;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: 0.5s;
}

.footer-social-media li:hover i {
    transform: translateY(-10px);
}
.footer .newsletter p {
    color: #F9F9F9;
    margin-bottom: 26px;
    font-size: 15px;
    font-weight: 500;
}

.footer .newsletter form {
    position: relative
}

.footer .newsletter form input {
    width: 100%;
    color: #9B9B9B;
    background-color: transparent;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 44px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    border: 1px solid rgb(204 204 204 / 0.1);
}

.footer .newsletter form input:focus {
    border-color: #f45000;
}

.footer .newsletter form button {
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-color: #f45000;
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    color: #FFF;
}

.footer .newsletter form button:hover {
    color: #f45000;
    background-color: #FFF;
}

.footer ul.icon {
    margin: 30px 0;
}

.footer ul.icon li {
    display: inline-block;
}

.footer ul.icon li a {
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #262442;
    color: #FFF;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 2px;
}

.footer ul.icon li:hover a {
    background-color: #FFF;
    color: #f45000;
}

.copyright {
    margin-top: 70px;
    padding: 20px 0;
    background-color: #02001c;
    overflow: hidden;
}

.copyright p {
    margin: 0;
    color: #F4F4F4;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.copyright p a {
    color: #f45000;
}

.copyright ul {
    float: right;
}

.copyright ul li {
    display: inline-block;
    margin-left: 10px;
}

.copyright ul li a {
    color: #FFF !important
}

.copyright ul li:hover a {
    color: #f45000 !important;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.scroll-up a {
    background-color: #f45000;
    font-size: 16px;
    color: #FFF;
    line-height: 42px;
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border: 1px solid #f45000;
    border-radius: 3px;
    outline: none;
}

.scroll-up:hover a {
    background-color: #1C1A30;
    border: 1px solid #1C1A30;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
    padding-bottom: 120px;
    padding-top: calc(120px + 85px);
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.breadcrumb-header.style-2 {
    padding: 120px 0;
}

.breadcrumb-header .banner h1 {
    color: #FFF;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    font-size: 74px;
    margin-bottom: 30px;
}

.breadcrumb-header .banner ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
    text-transform: capitalize;
}

.breadcrumb-header .banner ul li:hover a {
    color: #f45000;
}


/* facility style start */
.facility-sec {
    padding: 80px 0 0;
    transition: 0.5s;
}

.facility-sec .card {
    border: 0;
    padding: 30px;
    transition: 0.5s ease-in-out;
}
.icon-area img{filter: brightness(0) saturate(100%) invert(34%) sepia(21%) saturate(7122%) hue-rotate(10deg) brightness(101%) contrast(108%);}

/* .facility-sec .card:hover {
    
    background: #e50606;
    transform: translateY(-20px);
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.2);
} */

.faci-last-card {
    background: #e02d15;
}

.last-icon-img img {
    filter: invert(800%) sepia(10%) saturate(9467%) hue-rotate(194deg) brightness(239%) contrast(102%);
}

/* .facility-sec .card:hover .icon-area img {
    filter: invert(800%) sepia(10%) saturate(9467%) hue-rotate(194deg) brightness(239%) contrast(102%);
} */

/* .facility-sec .card:hover h4,
.facility-sec .card:hover p,
.facility-sec .card:hover a {
    color: #fff;
} */

.facility-sec .card h4 {
    padding-top: 10px;
}

.facility-sec .card p {
    padding-top: 20px;
}

.facility-sec .faci-btn {
    color: #fe0000;
    font-weight: 700;
}

.question-box {
    width: 100%;
    padding: 43px;
    box-shadow: 0 0.5rem 1.1rem rgb(0 0 0 / 50%);
    margin-top: -108px;
    z-index: 100;
    position: relative;
    /* z-index: 9999; */
    bottom: -138px;
    left: 0;
    background: #fff;
    border-radius: 16px;
}

.question-box h3 {
    font-weight: 700;

}

.question-btn {
    padding: 15px 30px;
    text-align: center;
    background: #f45000;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
}

.question-btn:hover {
    background: #000;
    box-shadow: 0 0.5rem 1.1rem rgb(0 0 0 / 20%);
}

/* facility style end */

/* about style start */

.about-sec {
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;

}

.about-sec::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/about-us/house.png) no-repeat;
    background-size: contain;
    z-index: -1;
  opacity:0.3;
}

.about-sec .about-maun-img {
    position: relative;
}

.about-sec .about-maun-img .sub-img {
    position: absolute;
    bottom: -28px;
    right: -10px;
    width: 280px;
    height: 280px;
}

.about-sec .about-maun-img .sub-img img {
    width: 100%;
    height: 100%;
}

.about-sec .circle-masonry {
    position: absolute;
    bottom: -40px;
    left: 10px;
}

.about-sec .circle-masonry img {
    animation: logo 10s infinite linear;
}

.roof {
    position: relative;
    top: -20px;
    left: 10%;
}


@keyframes logo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sub-title {
    position: relative;
  display:inline-block;
}

.sub-title h5 {
    padding-left: 30px;
    color: #f45000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  

}

 .sub-title::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #f45000;
    border-radius: 3px;
  }

.sub-title::before {
    position: absolute;
    top: 7px;
    left: 9px;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #f45000;
    background: #f45000;
    border-radius: 3px;
}


.fa-square {
    margin-left: -20px;
}

.about-sec h4 {
    font-weight: 700;
}

.abt-para {
    padding-top: 20px;
}

.abt-para p i {
    padding-right: 10px;
    font-size: 18px;
    color: #f45000;

}
.abt-para h2{font-family: 'Jost', sans-serif; font-size: 1.5rem; font-weight:800;}
.abt-para p strong{ color:#000;}
.abt-para p span{margin-bottom: -20px; display: block;}
.about-btn-area {
    padding-top: 43px;
}
.more-btn{ background: #071d66;}
.call-btn {
background: #f45000;
}
.more-btn,
.call-btn {
    padding: 14px 20px;
    border-radius: 6px;
    margin-right: 20px;
    margin-top: 6px;
    transition: 0.5s;
    font-weight: 700;
}

.more-btn:hover {
    color: #fff;
    box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.2);
    background: #f45000;

}
.call-btn i{ color:#fff !important;}
.call-btn:hover {
    box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.2);
    background: #071d66;
}

.call-btn span i {
    padding-right: 10px;
}

/* about style end */
/* service-sec style start */
.service-sec {
    padding: 80px 0;
    background: #03418a;
    position: relative;
}

.service-sec .main-head {
    padding-top: 20px;
  
}
.service-sec .main-head h4 {
   font-weight:700;
  }

.service-sec .img-title h4 {
    font-size: 20px;
  
}

.service-sec .img-box {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.service-sec .img-box .do-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #0000007d, #071d66b3);
    text-align: center;
    padding: 50px 20px;
    transform: translateX(-300px);
    opacity: 0;
    transition: 0.8s;

}

.service-sec .img-box:hover .do-overlay {
    opacity: 1;
    transform: translateX(0px);
}

.service-sec.img-box .do-overlay p {
    color: #fff;
    text-align: center;

}

.img-title {
    width: 100%;
    height: 60px;
    background: #f45000;
    padding: 20px 20px;

}

.img-title h4 {
    color: #fff;
}

.link-area {
    width: 100%;
    height: 60px;
    background: #f45000;
    padding: 15px 20px;
    border-top: 2px solid rgb(200, 200, 200);
}

.link-area .do-btn {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

/* .link-area .do-btn i {
    font-size: 13px;
    padding-left: 16px;
    position: relative;
    z-index: 1;
} */



.link-area .do-btn::before {
    position: absolute;
    top: -3px;
    left: 90px;
    content: "";
    width: 28px;
    height: 28px;
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
}

.service-sec .img-box:hover img {
    margin-left: 0;
}

.service-sec .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-sec .img-box img {
    transition: 0.5s;
    margin-left: 30px;
    transform: scale(1.2);
}

/* service-sec style end */
/* choose-sec style start */
.choose-sec {
    padding: 80px 0;
    position: relative;
}

.choose-content {
    padding-top: 30px;
}

.choose-sec::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/choose-pat.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.8;
}

.choose-sec h4 {
    font-weight: 700;
    padding-top: 20px;
}

.choose-sec p {
    padding-top: 37px;
}

.choose-img {
    height: 500px;
}

.choose-img img {
    height: 100%;
    object-fit: cover;
}

.count-box {
    width: 100px;
    height: 100px;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.5);
    line-height: 100px;
    margin-bottom: 10px;
}
.count-box img{
	filter: brightness(0) saturate(100%) invert(34%) sepia(21%) saturate(7122%) hue-rotate(10deg) brightness(101%) contrast(108%);
}

.count-area {
    margin-top: 70px;
}

.statistic-item {
    padding-left: 20px;
    padding-top: 13px;
}

.statistic-counter {
    font-size: 52px;
    font-weight: 700;
    padding-top: 13px;
    color: #f45000;
}

.k-symbol {
    font-size: 50px;
    color: #e40202;
    font-weight: 800;
}

.counter-name {
    padding-top: 20px;
    font-size: 22px;
    color: #727272;
}

/* choose-sec style end */
/* project-sec style start */
.project-sec {
    padding: 80px 0;
}
.project-sec a{margin:15px 0;}

.gallery {
    position: relative;
    overflow: hidden;
    height: 300px;
    transition: 0.9s;
    border-radius: 6px;
}

.gallery img {
    width: 100%;
    height: 100%;
    transition: 0.9s;
	object-fit:cover;

}

.gallery:hover img {
    transform: scale(1.1);

}

.gallery:hover .project-overlay {
    opacity: 1;
    transform: translateY(0);
}

.gallery .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to top, #c60404e9, #ed060666);*/
    background: linear-gradient(to top, #7a0303f7, #ed06068f);
    opacity: 0;
    padding-top: 70px;
    transform: translateY(200px);
    transition: 0.7s;
}

.project-overlay h5,
.project-overlay p {
    text-align: center;
    padding-top: 10px;
    color: #fff !important;
}

.project-sec .main-head h4 {
    font-weight: 700;
    padding-top: 20px;
}

/* .project-sec img {
    margin-bottom: 100px;

} */

.ratio-16x9 {
    background: rgba(0, 0, 0, 0.307) !important;
}

.view-btn {
    padding: 15px 40px;
    background: #f45000;
    border-radius: 6px;
    font-weight: 700;
}

.view-btn:hover {
    background: #000;
    box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}



/* project-sec style end */
/* clients-sec style start */
.clients-sec {
    padding: 80px 0;
    background: url(../images/client.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.clients-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #414141e8, #000000e8);
    z-index: -1;
    opacity: 1;

}

.clients-sec h4 {
    font-weight: 700;
}

.services-carousel-item {
    background: #fff;
    height: 340px;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
    width: 800px;
    margin: auto;
}

.services-carousel-item h5 {
    text-align: center;
    font-weight: 700;

}

.services-carousel-item p {
    padding-top: 10px;
    text-align: center;
}

.testi-icon {
    width: 120px;
    height: 120px;
    margin: auto;
}

.owl-carousel .owl-dots {
    display: block !important;
    padding-top: 20px;
}

.owl-carousel .owl-nav {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f45000;
}

.client-headline{
  margin:10px 0 15px;
}
/* clients-sec style end  */
/* get-touch style start */
.get-touch {        
    position: relative;
}

.get-touch h4 {
    font-weight: 700;
}
.get-touch .map-area{
	height: 100%;
}

.get-touch .sub-title {
    position: relative;
    display:inline-block;
}
.get-touch .sub-title h5 {
   padding-left:0;
}

.get-touch .sub-title::after {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #f45000;
    border-radius: 3px;
}

.get-touch .sub-title::before {
    position: absolute;
    top: 7px;
    left: -20px;
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #f45000;
    background: #f45000;
    border-radius: 3px;
}

.get-form {
    box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.5);
    padding: 50px 30px;
    background: #fff;
 	margin-top: 20px;
    border-radius: 10px;
}

.get-form input {
    margin-bottom: 20px;
    height: 41px;
}

.get-form .nice-select {
    width: 100%;
}
.get-form .nice-select .list{
    width: 100% !important;
}

.get-form .nice-select:after {
    border-bottom: 2px solid rgba(153, 153, 153, 0);
    border-right: 2px solid rgba(153, 153, 153, 0);
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f45000;
    outline: 0;
    box-shadow: 0 0 0 1px #f4500047;
}

.form-select:focus {
    border-color: #fe0000;
    outline: 0;
    box-shadow: 0 0 0 1px #fe00002c;
}

.form-select {
    padding-top: 0 !important;
}

.textarea {
    width: 100%;
}

.get-bnt-area {
    margin-top: 27px;
}

.get-btn {
    padding: 14px 30px;
    text-align: center;
    background: #f45000 !important;
    border-radius: 6px;
    font-weight: 700;
    position: relative;
  height:auto !important;
  margin-left: auto;
    margin-right: auto;
    display: block;
}

.get-btn:hover {
    background: #ba0303;
   }
.about-content h4{
  margin-top: 20px;
}

/* get-touch style end */
.btn-close {
    opacity: 1 !important;
    
}
.quick-link-area{
  justify-content: center;
  display: grid;
}
.contact_page_area{padding:70px 0;}
.contact_address h2.head{ border-bottom: 2px solid #f45000; padding-bottom: 5px;
    display: inline-block; padding-right: 20px; margin-bottom: 20px; color: #fff;font-weight: 800;}
.contact_page_area p, .contact_page_area p a{color:#fff;}
.contact_page_area p i, .contact_page_area p a i{color: #fff; background: #f45000; width: 30px; height: 30px; border-radius: 50%;
text-align: center; line-height: 30px; margin-right:10px;}
.inner_banner_caption{position: absolute;left: 50%;top: 50%; transform: translate(-50%,-50%);width:100%; padding:0 10px;}
.get-bnt-area input{ color: #fff; border: 3px solid #fff; box-shadow: 0 0 5px #000;}
.inner_banner{position: relative; z-index: 1; margin-top:120px;}
.inner_banner img{width:100%; height:300px; object-fit:cover;}
.inner_banner:before{content: ""; background:rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 0;}
.inner_banner h1{font-size: 36px; font-weight: 600;text-transform: uppercase;text-align: center;margin: 0; color: #fff;}
.single_service img{float: right;width: 40%;height: auto;margin: 0 0 20px 20px;}
.single_service p{font-size: 16px; font-weight: 400; text-align: justify; line-height: 28px; margin: 20px 0;color: #505050;}
.single_service p a{color:#fc7500;font-weight:bold;}
.single_service ul li{list-style:none;color: #505050; margin: 5px 0;font-weight: 400;padding-left: 20px;position: relative;font-size: 16px;}
.single_service ul li:before{content:"\f00c";color:#f45000;font-family:"Font Awesome 6 Free"; font-weight:bold;position: absolute;left: 0;}

.lightbox{display: none;}
.lightbox .lightbox-content{display: none;}
.lightbox .lightbox-content .lightbox-prev{display: none;}
.lightbox .lightbox-content .lightbox-next{display: none;}
.navbar-toggler{background-color: #f45000!important; border: 1px solid #fff !important;}
.roof img{filter: brightness(0) saturate(100%) invert(22%) sepia(30%) saturate(2164%) hue-rotate(334deg) brightness(109%) contrast(93%);}
.contact_address{background-color: #071d66;padding: 20px;border-radius: 10px; border-bottom:10px solid #000c35; margin-top: 20px;}
.single_serviceimgbox img{ width:100%; float:none;}
.call_float {
    position: fixed;
    right: 24px;
    bottom: 90px;
    z-index: 9999;
}
.call_float a i {
    width: 50px;
    height: 50px;
    background: #1578bb;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}