 
img {
    max-width: 100%
}
a:focus, input:focus, textarea:focus, button:focus {
    text-decoration: none;
    outline: none
}
a:focus, a:hover {
    text-decoration: none
}
i, span, a {
    display: inline-block
}
 
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #d43a3e;
    padding: 0 55px;
    font-size: 13px;
    line-height: 60px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0;
    -moz-transition: all .4s ease-out 0;
    -ms-transition: all .4s ease-out 0;
    -o-transition: all .4s ease-out 0;
    transition: all .4s ease-out 0;
    background-color: #d43a3e
}
.main-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2)
}
.main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2)
}
.main-btn.main-btn-2:hover {
    background-color: #d43a3e;
    border-color: #d43a3e;
    color: #fff
}
.section-title span {
    color: #d43a3e;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px !important;
    padding-bottom: 5px;
    z-index: 6;
    position: relative
}
.section-title .title {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    margin-bottom: 33px
}
@media (max-width: 767px) {
    .section-title .title {
        font-size: 44px;
        font-size: 36px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 54px
    }
}
.section-title .title::before {
    position: absolute;
    content: 'services';
    font-size: 180px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    bottom: 0;
    color: #f5f6f8;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title::before {
        font-size: 145px
    }
}
@media (max-width: 767px) {
    .section-title .title::before {
        font-size: 60px;
        bottom: 15px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title::before {
        font-size: 120px
    }
}
.section-title-2 {
    padding-bottom: 45px
}
.section-title-2 .title {
    font-size: 60px;
    margin-top: -2px;
    padding-bottom: 5px
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title-2 .title {
        font-size: 48px
    }
}
@media (max-width: 767px) {
    .section-title-2 .title {
        font-size: 38px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title-2 .title {
        font-size: 57px
    }
}
.section-title-2 p {
    font-size: 16px
}
.mt-m2 {
    margin-top: -20px
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #002249;
    z-index: 9999999;
    text-align: center
}
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    display: flex;
    align-items: center
}
.line {
    width: 5px;
    height: 40px;
    background: #fff;
    margin: 0 3px;
    border-radius: 10px;
    animation: loading .8s infinite
}
.line:nth-child(2) {
    animation-delay: .1s
}
.line:nth-child(3) {
    animation-delay: .2s
}
.line:nth-child(4) {
    animation-delay: .3s
}
.line:nth-child(5) {
    animation-delay: .4s
}
.line:nth-child(6) {
    animation-delay: .5s
}
.line:nth-child(7) {
    animation-delay: .6s
}
.line:nth-child(8) {
    animation-delay: .7s
}
@keyframes loading {
    0% {
        height: 0
    }
    50% {
        height: 40px
    }
    100% {
        height: 0
    }
}  
.header-area-2.header-area-4 .header-nav .navigation {
    background-color: #fff
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-2.header-area-4 .header-nav .navigation {
        top: 57px
    }
}
@media (max-width: 767px) {
    .header-area-2.header-area-4 .header-nav .navigation {
        top: 0
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area-2.header-area-4 .header-nav .navigation {
        top: 57px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item {
        margin-right: 0
    }
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
    margin: 0 10px;
    padding: 0;
    color: #555;
    font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        margin: 0 16px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 5px 0
    }
}
@media (max-width: 767px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 5px 0
    }
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
    width: 0;
    height: 2px;
    color: #d43a3e;
    position: absolute;
    content: '';
    top: -2px;
    right: 0;
    left: auto;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}
@media (max-width: 767px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a:hover::before {
    width: 100%;
    right: auto;
    left: 0
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
    line-height: 40px;
    margin: 0;
    padding-left: 15px;
    border-bottom: solid 1px #dbdbdb;
    font-weight: 400;
    font-size: 14px
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a::before {
    display: none
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item.active a::before {
    width: 100%
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li {
    display: inline-block
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li a {
    margin-right: 30px;
    font-size: 18px;
    color: #555
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li:first-child a {
    padding-left: 20px
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li:last-child a {
    color: #d43a3e;
    font-size: 24px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn {
        top: 5px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn {
        top: 5px
    }
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn a {
    line-height: 35px;
    padding: 0 15px;
    border-radius: 5px
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn a {
        font-size: 14px;
        padding: 0 10px
    }
}
.header-area-2.header-area-4 .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a::before {
    width: 0
}
.banner-area-2 {
    margin-top: 120px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-2 {
        margin-top: 50px
    }
}
@media (max-width: 767px) {
    .banner-area-2 {
        margin-top: 70px
    }
}
.banner-area-2 .banner-overlay {
    height: 800px;
    background-color: rgba(0, 13, 47, 0.5);
    display: flex;
    align-items: center
}
.banner-area-2 .banner-overlay .banner-content span {
    font-size: 30px;
    color: #fff;
    opacity: .5;
    position: relative
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area-2 .banner-overlay .banner-content span {
        font-size: 26px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-2 .banner-overlay .banner-content span {
        font-size: 24px
    }
}
@media (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content span {
        font-size: 18px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content span {
        font-size: 20px
    }
}
.banner-area-2 .banner-overlay .banner-content span::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 120px;
    left: -145px;
    top: 25px;
    background: #fff
}
@media (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content span::before {
        display: none
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content span::before {
        top: 15px;
        width: 100px;
        left: -125px
    }
}
.banner-area-2 .banner-overlay .banner-content span::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 120px;
    right: -145px;
    top: 25px;
    background: #fff
}
@media (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content span::after {
        display: none
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content span::after {
        top: 15px;
        width: 100px;
        right: -125px;
        display: block
    }
}
.banner-area-2 .banner-overlay .banner-content .title {
    font-size: 160px;
    color: #fff;
    white-space: nowrap
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area-2 .banner-overlay .banner-content .title {
        font-size: 110px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-2 .banner-overlay .banner-content .title {
        font-size: 110px
    }
}
@media (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content .title {
        font-size: 48px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area-2 .banner-overlay .banner-content .title {
        font-size: 80px
    }
} 
.meet-us-area {
    margin-bottom: 0
}
.meet-us-area .meet-us-item {
    height: 300px;
    padding-left: 100px;
    padding-right: 100px
}
@media (max-width: 767px) {
    .meet-us-area .meet-us-item {
        padding-left: 30px;
        padding-right: 30px;
        display: block !important;
        padding-top: 40px
    }
}
.meet-us-area .meet-us-item .title {
    font-size: 50px;
    color: #fff;
    line-height: 60px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .meet-us-area .meet-us-item .title {
        font-size: 28px;
        line-height: 40px
    }
}
@media (max-width: 767px) {
    .meet-us-area .meet-us-item .title {
        font-size: 24px;
        line-height: 34px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .meet-us-area .meet-us-item .title {
        font-size: 40px;
        line-height: 50px
    }
}
.meet-us-area .meet-us-item a {
    font-size: 13px;
    line-height: 60px;
    padding: 0 40px;
    background: #d43a3e;
    color: #fff;
    border-color: #d43a3e
}
@media (max-width: 767px) {
    .meet-us-area .meet-us-item a {
        margin-top: 30px
    }
    .testimonial-section2 h3 {
        padding: inherit !important
    }
    .custom-portfolio-css .col-lg-4 {
        max-width: inherit !important
    }
}
.meet-us-area .meet-us-item a i {
    padding-left: 5px
}
 