@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%
}

#myScrollableElement {
    max-height: 100vh
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242529
}

header,
section {
    position: relative
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 4px;
    font-size: .8rem;
    line-height: 1.5;
    padding: 0 20px;
    height: 38px;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease, border-color .2s ease, box-shadow .2s ease
}

.btn-32 {
    height: 32px;
    padding: 0 18px;
    font-size: .7rem
}

.btn:focus {
    outline: 0
}

.form-control::placeholder {
    font-size: 16px;
    color: #8e8e8e;
    font-weight: 400;
    border-radius: 4px
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff543e;
    outline: 0
}

.btn-theme {
    color: #fff;
    background: #000;
    border-color: #000
}

.btn-theme:hover,
.btn-theme:focus {
    color: #000;
    background: #b9c5f1;
    border-color: #b9c5f1
}

.btn-outline-theme {
    box-shadow: 4px 4px 0 #000;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    background: #fff;
    border-color: #18233f;
    color: #18233f
}

.btn-outline-theme:hover {
    box-shadow: 0 0 0 #000;
    border: 2px solid #000;
    background-color: #b9c5f1;
    color: #000;
    border: 2px solid #000;
    background: radial-gradient(79.73% 288.54% at 28.84% 25.34%, #e0dde9 0, #8096c8 100%);
    transform: translate(4px, 4px)
}

.btn-success {
    background-color: #1d740a;
    border-color: #1d740a
}

.section-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #000
}

.sub-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-style: italic
}

.text-theme {
    color: #1d740a
}

.text-stars {
    color: rgba(216, 182, 118, 1)
}

.top-bar {
    background-color: black;
    padding: 8px 0
}

.navbar-theme {
    /* border-bottom: 1px solid #858585; */
    background-color: transparent;
    padding: 7px 0 0px 0;
}

.navbar-theme .nav-link {
    color: #000;
    font-weight: 500;
    line-height: 38px
}

.navbar-theme .nav-link.active {
    color: #1d740a
}

.navbar-theme .nav-link:hover {
    color: #1d740a
}

.btn-number {
    box-shadow: 0 0 0 8px rgb(74 74 74 / 30%);
    border-radius: 8px;
    background: #3a3a3a;
    border: 0;
    max-width: 180px;
    width: 100%;
    position: relative
}

.btn-number::before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    width: 210px;
    height: 66px;
    border-radius: 12px;
    z-index: -1;
    top: -15px;
    left: -15px
}

.navbar-theme .navbar-toggler {
    border: 0;
    border-radius: 4px;
}

.navbar-theme .navbar-toggler:hover,
.navbar-theme .navbar-toggler:focus {
    outline: 0;
    box-shadow: none
}

header {
    position: relative;
    padding: 4rem 0 0;
    margin-top: 100px
}

.header-img-box img {
    position: relative;
    right: 0;
    left: auto;
    top: 0;
    margin-bottom: 2rem
}

header .content-box {
    position: relative;
    z-index: 2
}

header .content-box h1 {
    color: #242529;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1rem
}

header .content-box p {
    font-size: 13px;
    color: #000;
    font-weight: 400
}

.contact-div {
    padding: 2rem 0;
    position: relative
}

.contact-div::before {
    content: '';
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 100px;
    background: linear-gradient(180deg, rgba(36, 177, 197, 0.20) 0, rgba(0, 194, 255, 0.00) 100%);
    z-index: -1
}

.service-sec {
    padding: 2rem 0;
    overflow: hidden;
    background: #f1f4f8
}

.service-background {
    background-image: url(../images/backgrounds/service-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: -20px
}

.service-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    justify-content: space-between;
    border-radius: 8px;
    background: #FFF;
    padding: 20px 20px;
    margin-bottom: 1rem;
    cursor: pointer;
    overflow: hidden;
    transition: all .25s ease-in
}

.btn-theme-Service-btns-home {
    color: #4d69ae;
    font-weight: 600;
    background: transparent;
    border-color: transparent
}

.btn-32-pdng-zero-home {
    height: 32px;
    padding: 0;
    font-size: .7rem
}

.btn-theme-Service-btns-home i {
    transition: all .4s ease
}

.btn-theme-Service-btns-home:hover i {
    padding-left: 5px;
    transition: all .4s ease
}

.service-card h4 {
    color: black;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 400;
    margin: 1rem 0
}

.service-card .btn {
    font-size: 11px
}

.row-card {
    border-radius: 20px;
    background: #e2e2e2;
    padding: 2rem 1rem 0
}

.row-card .content-box {
    position: relative
}

.row-card .content-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.row-card .content-box::before {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    background: linear-gradient(180deg, rgba(24, 35, 63, 0.08) 0, rgb(83, 154, 68, 0.08) 100%);
    top: 0;
    left: -100px
}

.row-card .content-box::after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(193, 238, 181, 1);
    top: 0;
    left: -20px
}

.product-sec {
    padding: 2rem 0;
    position: relative
}

.product-sec .content-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1rem;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.product-sec .content-box h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    letter-spacing: -0.5px
}

.product-sec .content-box ul {
    list-style-type: none;
    padding-left: 10px
}

.product-sec .content-box ul li {
    display: inline-block;
    border-radius: 8px;
    background: #f1f6f2;
    padding: 8px 18px;
    color: #222;
    margin: 0 3px 6px 0;
    font-size: 11px;
    font-weight: 700
}

.service-link {
    display: block;
    text-decoration: none;
    color: #19234d;
    font-size: 16px;
    border: 1px solid #19234d;
    line-height: 1.3;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
    transition: all .2s linear;
    background: linear-gradient(to right, #19234d 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out
}

.service-link:hover {
    color: #fff;
    background-position: left bottom
}

.contact-sec {
    background: #ecf0f8;
    margin: 50px 0 10px 0
}

.contact-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    padding: 0 0 0 2rem
}

.contact-card2 {
    background: transparent;
    padding: 1rem 6rem 2rem 6rem
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #dedede;
    padding: 10px .75rem;
    font-size: 12px;
    appearance: auto
}

.contact-form .form-control::placeholder {
    font-size: 10px
}

.ringing-bell {
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%
}

.faa-ring {
    font-size: 2.5rem;
    margin-top: 13%;
    -webkit-transform-origin-x: 50%;
    -webkit-transform-origin-y: 0;
    -webkit-transform-origin-z: initial;
    display: inline-block
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    2% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    4% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    6% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    8% {
        -webkit-transform: rotate(-17deg);
        transform: rotate(-17deg)
    }

    10% {
        -webkit-transform: rotate(17deg);
        transform: rotate(17deg)
    }

    12% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    14% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    16% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    18% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    2% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    4% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    6% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    8% {
        -webkit-transform: rotate(-17deg);
        transform: rotate(-17deg)
    }

    10% {
        -webkit-transform: rotate(17deg);
        transform: rotate(17deg)
    }

    12% {
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg)
    }

    14% {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg)
    }

    16% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    18% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pilot-sec {
    padding: 4rem 0 2rem;
    background: linear-gradient(180deg, #acb2d1 0, #f5effa 100%);
    position: relative
}

.pilot-sec::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.pilot-sec .content-box h4 {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.pilot-sec .content-box h2 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    font-style: italic;
    color: #fff
}

.co-txt-p {
    font-size: 12px !important
}

.pilot-sec .content-box p {
    color: black;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px
}

.industry-sec {
    padding: 4rem 0 8rem;
    background: linear-gradient(180deg, rgba(48, 86, 183, 0.00) 0, rgba(22, 65, 176, 0.09) 100%)
}

.industry-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    padding: 30px 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all .2s ease-in;
    overflow: hidden
}

.industry-card>div {
    transition: all .2s ease-in
}

.industry-card:hover div {
    transform: scale(1.05)
}

.service-sec2 {
    background: #f9b902;
    padding: 10rem 0 4rem
}

.google-rating {
    position: absolute;
    background-color: #000;
    padding: 5px 5px;
    border-radius: 8px;
    text-align: center;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 220px
}

.google-rating i {
    font-size: 12px;
    color: rgba(254, 165, 0, 1);
    margin-right: 3px
}

.google-rating h4 {
    color: #00a3f4;
    font-size: 11px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.google-rating h4 span {
    color: #fea500;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
    margin-left: 4px;
    font-weight: 500;
    line-height: 1.4
}

.service-link2 {
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #000;
    padding: 12px 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.30);
    transition: all .2s linear;
    position: relative
}

.service-link2 svg {
    margin-right: 1rem
}

.service-link2:hover,
.service-link:hover {
    transform: scale(1.05)
}

.blog-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    justify-content: space-between;
    padding: 20px;
    background: #FFF;
    border-radius: 20px;
    border: 1px solid #a5a5a5;
    margin-bottom: 1rem;
    transition: all .2s linear;
    overflow: hidden;
    cursor: pointer
}

.blog-card>div {
    transition: all .2s linear
}

.blog-card:hover>div {
    transform: scale(1.05)
}

.service-sec-new {
    padding: 2rem 0
}

.service-sec-new-cont {
    background: #ecf0f8
}

.service-sec-new .service-link3 {
    width: 100%;
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 136%;
    letter-spacing: -0.215px;
    text-align: center;
    display: grid
}

#service_carousel button.owl-prev,
#service_carousel button.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

#service_carousel button.owl-prev {
    left: -80px
}

#service_carousel button.owl-next {
    right: -80px
}

#service_carousel button.owl-prev i,
#service_carousel button.owl-next i {
    color: black;
    font-size: 32px
}

.foot-sec {
    background: white;
    padding: 3rem 0 0 0
}

.foot-sec h6 {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1
}

.foot-sec .footer-nav {
    list-style: none;
    padding-left: 0
}

.foot-sec .footer-nav li {
    border: 0;
    line-height: 1
}

.foot-sec .footer-nav li a {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.foot-sec .footer-nav li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s
}

.foot-sec .footer-nav li a:hover::after {
    width: 100%
}

footer {
    background: #ecf0f8;
    padding: 2rem 0 1.5rem
}

.foot-card-sec {
    padding: 1rem 0;
    margin-top: 2rem;
    background-image: url(../images/backgrounds/map-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.footer-card {
    border-radius: 10px 10px 0 10px;
    background: rgba(236, 240, 248, 0.50);
    box-shadow: 0 4px 24.9px 1px #59627b;
    padding: 15px 10px 5px 20px;
    width: 100%;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.footer-card h5 {
    font-size: 13px
}

@media (min-width: 676px) and (max-width: 1020px) {
    .contact-card2 {
        padding: 1rem 1rem 1rem 1rem;
    }

    #service_carousel button.owl-next {
        right: -50px;
    }

    .btn {
        font-size: 0.6rem;
        height: 35px;
    }
}