html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins';
}

a:hover {
    text-decoration: none;
}

input[type=text]:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

.navbar-dark.menu-bar {
    background: transparent;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 0;
}

.navbar-nav.menu-list .nav-link {
    color: #fff;
    margin-right: 12px;
}

.menu-bar .navbar-brand {
    padding-top: 0;
}

.logo-img {
    width: 85px;
    padding: 10px 0;
}

.video-sec {
    background-image: url(Image/top-bg.webp);
    height: 95vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.slider-content {
    position: absolute;
    left: unset;
    top: 45%;
    bottom: 0;
    margin: auto;
    width: 85%;
}

.slider-content h5 {
    text-align: center;
}

.slider-content h5 {
    font-size: 4.0rem;
    font-size: 4.0rem;
    color: #fff;
    font-weight: 700;
}

.slider-content .subhead-content {
    color: #2390c9 !important;
}

.slider-btn {
    background-color: #2390c9;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 1.5em;
    font-weight: 700;
}


nav.black ul {
    background: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}


.navbar-dark .navbar-nav .nav-link:hover {
    color: #2390c9;
}

.reqbtn {
    background-color: #2390c9;
    color: #fff;
    border-radius: 5px;
    margin-right: 1em;
}

.reqbtn .nav-link:hover {
    color: #fff !important;
}

.reqbtn .nav-link {
    font-size: 16px;
}

.box {
    position: absolute;
    z-index: 9;
    /* bottom: 3em; */
    display: flex;
    color: #fff;
}

.box-icon img {
    width: 50px;
    height: 50px;
}

.box-text {
    margin-left: 1em;
}

.box-text .counter {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.5em;
}

.plus-icon {
    font-weight: bold;
    font-size: 1.5em;
}

.about-sec {
    background-image: url(Image/about-bg.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-overlay {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    padding: 3.5em 0;
}

.about-img {
    width: 400px;
    height: 350px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.about-part {
    padding-right: 0;
    padding-left: 0;
}

.about-header {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.about-head {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.about-text {
    font-size: 15px;
    margin-bottom: 2em;
}

.service-sec {
    background-image: url(Image/service-bg.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-overlay {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    padding: 5em 0;
}

.service-sec h2 {
    color: #fff;
}

.service-box {
    text-align: center;
}

.service-box img {
    width: 70px;
}

.ser-head {
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
}

.ser-text {
    font-size: 14px;
    color: #fff;
}

.service-head2 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 1em 0;
}


.client-sec {
    padding: 4em 0;
}

.client-logo {
    /* width: 220px; */
    /* border: 1px solid #ced4da; */
    padding: 2px;
    margin: 10px;
    border-radius: 5px;
}

.client-logo img {
    width: 100%;
}

.slick-initialized .slick-slide {
    max-width: 100%;
}

.contact-sec .col-sm-6,
.contact-sec .col-sm-12 {
    padding: 0;
}

.contact-sec {
    background: #f9f9f9;
}

.contact-sec .row {
    margin: 0;
}

.req-form {

    padding: 6em 50px 10px;
}

.contact-form {
    background: #2390c9;
    padding: 5em 50px;
    height: 100%;
}

.form-head {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.proposal-form label {
    font-size: 14px;
}

.proposal-form input,
.proposal-form textarea {
    border-radius: 0;
}

.proposal-form textarea {
    resize: none;
    height: 100px;
}

.proposal-form button {
    border-radius: 25px;
    background-color: #2390c9;
    width: auto;
    padding: 10px 20px;
}

.contact-form ul li {
    list-style: none;
    color: #fff;
    margin-bottom: 1em;
}

.contact-form ul li a {
    color: #fff;
}

.contact-form ul li a:hover {
    text-decoration: none;
}

.contact-form h2 {
    color: #fff !important;
}

.proposal-form .form-group.col-sm-6:first-child {
    padding-right: 15px;
}

.copyrht-sec {
    background-color: #000;
    padding: 10px;
}

.copy-right {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.career-head {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.career-sec {
    background-color: #000;
    color: #fff;
    padding: 2em 0;
}

.highlight-txt {
    color: #2390c9;
}

.career-img {
    width: 100%;
    height: auto;
}

.career-applysec {
    color: #fff;
    width: fit-content;
    padding: 10px;
}

.career-applysec a {
    color: #fff;
}

.career-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    /*height: 100%;*/
    background-size: cover;
    right: 0 !important;
    left: 0 !important;
    display: block;
    bottom: 0 !important;
}


#topBtn {
    display: none;
    position: fixed;
    bottom: 4em;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #2390c9;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
}



#topBtn:hover {
    background-color: #000;
}

.footer-sec {
    background-color: #000;
    padding: 1em 0 0;

}

.vr-line {
    border-bottom: 1px solid rgb(250 250 250 / 43%);
}

.footer-logo {
    width: 100px;
    margin-bottom: 10px;
}

.footer-head {
    color: #2390c9;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
}

.footer-sec .list-group-item {
    background-color: transparent;
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
    border-bottom: 1px solid rgb(250 250 250 / 43%);
}

.footer-sec .list-group-item a {
    color: #fff;
}

.gettouch-sec a {
    color: #fff;
}

.gettouch-sec li {
    border-bottom: 0 !important;
}

.footer-icon {
    display: flex;
    padding-left: 0;
}

.footer-icon li {
    list-style: none;
    margin: 10px 5px;
}

.footer-icon li a {
    padding: 0 2em 0 0;
}

.footer-icon li i {
    color: #fff;
    font-size: 20px;
}

.footer-icon li i:hover {
    color: #2390c9;
}

.footer-para {
    color: #fff;
    font-size: 15px;
}

.whatsapplink {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
    cursor: pointer;
    padding: 5px 10px;
}

.map-sec {
    border: 0;
    border-radius: 10px;
    margin-top: 1em;
}

.pro-sec {
    padding: 5em 0;
}

.pro-img {
    width: 100%;
}

.pro-sec .col-sm-6,
.pro-sec .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.pro-head {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

.pro-img2 {
    height: 180px;
    width: 100%;
}

.pro-img1 {
    height: 235px;
    width: 100%;
}

.pro-img3 {
    height: 250px;
    width: 100%;
}

.view-more {
    background-color: #2390c9;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 1.2em;
    border: 1px solid #2390c9;
}

.proimg-sec img {
    width: 100%;
    height: 250px;
}

.proimg-sec {
    padding: 2em 0;
}

.project-bg {
    width: 100%;
    height: 500px;
}

.pro-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 500px;
    background-size: cover;
    z-index: 9;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    top: 0;
}

.pro-sub {
    position: relative;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    top: 50%;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 10;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
}

@media only screen and (min-width: 280px) and (max-width:767px) {
    .navbar-collapse {
        background: #000;
        padding: 10px;
        overflow-x: scroll;
        height: 250px;
    }

    iframe {
        width: 200px;
    }

    .slider-content h5 {
        font-size: 1.7em;
        margin-top: 2em;
    }

    .slider-box .col-sm-3 {
        display: block;
        justify-content: flex-start !important;
    }

    .slider-box .col-sm-3:first-child {
        bottom: 15em;
    }

    .slider-box .col-sm-3:nth-child(2) {
        bottom: 10em;
    }

    .slider-box .col-sm-3:nth-child(3) {
        bottom: 5em;
    }

    .slider-box .col-sm-3:last-child {
        bottom: 0;

    }

    .proposal-form .form-group.col-sm-6:first-child {
        padding-right: 0;
    }

    .slider-content {
        top: 20%;
    }

    .about-img {
        width: 250px;
        height: 200px;
    }

    .about-head {
        font-size: 16px;
    }

    .about-head {
        font-size: 14px;
    }

    .contact-form ul li a {
        display: inline-block;
    }

    .career-img {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    .footer-logo {
        width: 100px;
    }

    .logo-img {
        width: 50px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 13px;
        margin-right: 0;
    }

    .about-img {
        width: 100%;
    }

    .reqbtn {
        margin-right: 1em;
    }

    .slider-content h5 {
        font-size: 3.0rem;
    }

    .slider-content {
        bottom: 32%;
    }
}

.nav-main-item {
    max-width: 85%;
}

@media (min-width:1100px) and (max-width:1380px) {
    .slider-content h5 {
        font-size: 3.2rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }

    .view-more {
        font-size: 1em;
    }
}


@media (max-width:767px) {
    .video-sec img {
        /* height: 90vh; */
    }

    .req-form {
        padding: 4em 50px 4rem;
    }
    .box {
        position: relative;
    }
}

@media (min-width:1390px) and (max-width:1500px) {
    .slider-content h5 {
        font-size: 3.5rem;
    }

    .view-more {
        font-size: 1em;
    }
}

@media (min-width:1501px) and (max-width:1920px) {
    .slider-content h5 {
        font-size: 4.5rem;
    }
}

.main-banner {
    position: relative;
}


@media (min-width:1600px) {
    .ser-head {
        font-size: 24px;
        min-height: 85px;
    }

    .about-text {
        font-size: 18px;
    }

    .about-header,
    .about-head {
        font-size: 26px;
    }

    .ser-text {
        font-size: 16px;
    }

    .service-overlay .container {
        max-width: 85%;
    }
}

@media (min-width:1600px) {
    form.proposal-form {
        width: 600px;
    }

    #project .pro-head {
        margin-bottom: 3em;
        margin-top: 2rem;
    }
}

.footer-sec .list-group-item a:hover {
    color: #2390c9;
    transition: all linear 0.3s;
}

@media (min-width:768px) and (max-width:1025px) {
    .plus-icon {
        font-size: 1.2em;
    }

    .slider-content {
        top: 35%;
        width: 98%;
    }
    .video-sec {
        background-position: right;
    }
}
@media (min-width: 992px) and (max-width: 1025px){
.slider-content {
    top: 54%;
}
}
@media (min-width: 768px) and (max-width: 991px){
    .slider-content {
        top: 75%;
    }
    }
.slider-box {
    margin-left: 10%;
}

.para-align {
    display: flex;
}

.para-align i {
    margin-top: 3px;
}

.para-align span {
    padding-left: 5px;
}

.slider-box h5{
    text-align: left;
    width: 100%;
    margin-bottom: 10%;
    margin-left: 15px;
}
.fg{
    margin-top: 35px;
}
div#project {
    scroll-margin-top: 60px;
}

div#client {
    scroll-margin-top: 60px;
}
div#career{
    scroll-margin-top: 80px;
}

@media (max-width:767px){
    .main-banner{
        display: none!important;
    }
}
@media (min-width:768px){
.cffg{
    display: none;
}
}

@media (min-width:1150px){
    div#about {
        scroll-margin-top: 150px;
    }
    }