@import "https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1.4;
    transition: all .2s ease;
    overflow-x: hidden !important;
    font-family: "Exo", sans-serif
}

li {
    list-style: none
}

ul {
    padding: 0;
    margin: 0
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Exo", sans-serif !important
}

h1 {
    font-size: 54px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important
}

h4 {
    font-size: 20px
}

.slider_head {
    color: #06D333
}

.carousel-caption.d-md-block.first_slider_block {
    top: 40%
}

.slider_para {
    font-size: 28px;
    padding-bottom: 20px !important
}

section {
    margin-top: 100px
}

.btn-common {
    background-color: #DB5800;
    padding: 5px 20px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    font-family: "Exo", sans-serif;
    transition: all .3s;
    color: #fff;
    font-size: 24px
}

.btn-common:hover {
    background-color: #ec6002;
    transform: scaleX(1.01)
}

.navbar-expand-lg .navbar-nav {
    align-items: center
}

.navbar-toggler:focus {
    box-shadow: none
}

.top_header {
    background-color: #151515
}

.nav-link {
    color: #fff;
    font-family: "Exo", sans-serif;
    transition: all .2s
}

.nav-link:hover {
    color: #f0cd42
}

.y_exp {
    display: flex;
    margin-top: 20px
}

.y-exp1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px
}

.y-exp1 h2 {
    font-weight: 700;
    color: #00A424;
    font-size: 48px
}

.our_service {
    background-color: #f5f4f4;
    padding: 50px 0
}

.service_dtss {
    display: flex;
    text-align: left;
    margin-bottom: 30px
}

.service_dtss> :not(:last-child) {
    margin-bottom: 0
}

.service_dtss img {
    width: 65px
}

.twd {
    margin-left: 20px
}

.twd h4 {
    font-size: 20px
}

.twd p {
    font-size: 16px
}

.technologies {
    background-color: #09384B;
    padding: 50px 0
}

.contact_fm {
    text-align: center;
    margin-bottom: 100px
}

.porfolio_sec h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px !important;
    text-shadow: 0 4px 8px #000
}

.porfolio_imgs {
    display: flex;
    flex-wrap: wrap
}

.porfolio_imgs img {
    max-width: 408px;
    margin: 10px
}

.porfolio_sec {
    background-image: url(../img/portfolio_bg.webp);
    width: 100%;
    height: auto;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat
}

.uk-lightbox-button {
    background: #000 !important
}

.contactform {
    background: linear-gradient(0deg, #032C74 0%, #032C74 100%)
}

.contact_left h1 {
    margin-top: 50px !important;
    color: #fff
}

.contact_left p {
    color: #fff;
    max-width: 400px
}

.container_contact {
    width: 75%
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.footer {
    background-color: #151515;
    padding: 10px 0;
    padding-top: 20px
}

.nav-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.nav-footer ul {
    display: flex;
    margin-top: 20px
}

.nav-footer ul li a {
    color: #fff;
    margin: 5px;
    text-decoration: none
}

li a {
    text-decoration: none !important
}

.nav-footer ul li a:hover {
    color: #E9C743
}

.footer_copyright {
    display: flex;
    justify-content: center;
    border-top: .5px solid #363636;
    padding-top: 20px;
    flex-wrap: wrap
}

.footer_copyright span {
    color: #bbb
}

.footer_address i {
    color: #E9C743;
    font-size: 20px;
    margin-right: 5px
}

.footer_address ul li a {
    color: #bbb
}

.footer_address ul {
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap
}

.number_icon {
    margin-right: 10px
}

.container_contact {
    width: 100%
}

.contact-form {
    width: 375px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    z-index: 999999
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #df0303;
    background-color: #ebebeb;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%
}

#whatsapp-popup {
    right: 20px
}

.popup {
    position: fixed;
    bottom: 120px;
    z-index: 9999;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.popup img {
    width: 50px;
    height: 50px
}

.contactform-popup {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 10px;
    background-color: #000000d8;
    border: 1px solid #ffffff96
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.mobile_desk {
    display: none;
}

.contactform-popup img {
    animation: rotateAnimation 8s linear infinite
}

@media (max-width: 1500px) {
    .service-box {
        height: 400px
    }

    img.form_bg {
        height: auto
    }

    .porfolio_imgs img {
        max-width: 345px;
        margin: 10px
    }
}

@media (max-width: 1300px) {
    .carousel-caption.d-md-block.first_slider_block {
        top: 10%
    }

    .slider_head {
        font-size: 32px !important
    }
}

@media (max-width: 1200px) {
    .contactform {
        padding-bottom: 50px
    }

    .service-box {
        height: auto
    }

    .porfolio_imgs img {
        max-width: 285px
    }
}

@media (max-width: 991px) {
    .service-box {
        margin-bottom: 10px
    }

    h1 {
        font-size: 30px !important;
        margin-bottom: 10px !important
    }

    .faq_img {
        display: none
    }

    section {
        margin-top: 50px
    }

    img.form_bg {
        height: auto
    }

    .porfolio_imgs img {
        max-width: 328px
    }

    .slider_para {
        font-size: 16px;
        padding-bottom: 16px !important
    }

    .carousel-indicators {
        display: none
    }
}

@media (max-width: 768px) {
    .service-box {
        height: auto
    }

    .container_contact {
        width: 100%;
        margin-left: 0
    }

    .contactform {
        padding-bottom: 50px
    }

    .navbar-brand img {
        width: 150px
    }

    .number_icon {
        margin-right: 0
    }

    .footer_address ul {
        justify-content: center
    }

    .footer_copyright {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column
    }

    .porfolio_imgs img {
        max-width: 100%;
        margin: 10px auto
    }

    .carousel-caption.d-md-block.first_slider_block {
        top: 0
    }

    .slider_head {
        font-size: 24px !important
    }
}

@media (max-width: 567px) {
    .footer_copyright span {
        color: #bbb;
        font-size: 12px
    }

    .slider_head {
        font-size: 16px !important;
        margin-bottom: 0 !important
    }

    .carousel-caption.d-md-block.first_slider_block {
        top: 0
    }

    .slider_para {
        font-size: 12px;
        padding-bottom: 8px !important
    }

    .carousel-indicators {
        display: none
    }

    .btn-rs {
        font-size: 12px
    }

    .porfolio_sec h1 {
        margin-bottom: 20px !important
    }

    .porfolio_sec {
        padding: 30px 0
    }

    .porfolio_imgs img {
        max-width: 100%;
        margin: 5px auto
    }

    h4 {
        font-size: 18px
    }

    .y_exp {
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        margin-bottom: 20px
    }

    .y-exp1 {
        display: flex;
        flex-direction: unset;
        align-items: center;
        margin-right: 0
    }

    .y-exp1 h2 {
        font-size: 32px
    }

    .contact_fm {
        margin-bottom: 50px
    }

    .contact-form {
        width: 95%
    }

    .technologies .mb-5 {
        margin-bottom: 20px !important
    }

    .navbar-brand img {
        width: 120px;
    }

    .mobile_call {
        display: none;
    }

    .mobile_desk {
        display: block;
        position: absolute;
        /* left: 50%; */
        top: 17px;
        font-size: 13px;
        left: 167px;
    }
}

@media (max-width: 374px) {
    .slider_para {
        font-size: 10px;
        padding-bottom: 5px !important
    }

    .navbar-brand img {
        width: 100px;
    }

    .mobile_desk {
        top: 18px;
        font-size: 12px;
        left: 141px;
    }
}