body {
    font-family: Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: Montserrat, sans-serif;
    color: #353535;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
}

@media (min-width:992px){
.mt-lg-n1{
    margin-top:-5rem!important
 }
.mt-lg-n2{
    margin-top:-10rem!important
 }
.mt-lg-n3{
    margin-top:-15rem!important
 }
.mt-lg-n4{
    margin-top:-20rem!important
 }
}
.ls-5 {
    letter-spacing: 5px;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.text-justify {
    text-align: justify;
}

.text-justify-center {
    text-align: justify;
    text-align-last: center;
}

.bg-blue {
    background-color: #0c71c9;
}

.bg-blue-light {
    background-color: #d6f5ff;
}
.bg-blue-dark{
    background: #069;
}

.bg-product {
    background: #d6f5ff;
    background-image: url(../img/head_shape_left.png);
    background-position: left center;
    background-repeat: no-repeat;
}

@media (max-width:991px) {
    .bg-product {
        background: #d6f5ff;
    }
}

.bg-shadow {
    background-image: url(../img/bg-shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.btn-round {
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-dark {
    background: #069!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #34ccff;
    font-weight: 700;
}

.btn-blue {
    background: #34ccff;
    color: #fff;
    border: 2px solid #34ccff;
}

.btn-blue:hover {
    background: #31b5e1;
    color: #fff;
    border: 2px solid #31b5e1;
    -webkit-box-shadow: 0 .5rem 2.3rem 0 #31b5e1;
    box-shadow: 0 .5rem 2.3rem 0 #31b5e1;
}

.btn-danger:hover {
    background-color: #f13453;
    -webkit-box-shadow: 0 .5rem 2.3rem 0 rgb(226 16 50 / 50%);
    box-shadow: 0 .5rem 2.3rem 0 rgb(226 16 50 / 50%);
}

.btn-primary:hover {
    background-color: #069;
    -webkit-box-shadow: 0 .5rem 2.3rem 0 rgba(13 110 253 / 50%);
    box-shadow: 0 .5rem 2.3rem 0 rgba(13 110 253 / 50%);
}

.bg-blue {
    background-color: #34ccff;
}

.text-blue {
    color: #34ccff;
}
.border-multiple>span {
    display: inline-block;
}

.border-multiple>span.first {
    width: 25px;
    height: 5px;
    background: #29afdb;
    background: linear-gradient(0deg, rgba(0, 102, 204, 1) 0, rgba(0, 102, 204, 0.5) 100%);
}

.border-multiple>span.second {
    width: 50px;
    height: 5px;
    background: #29afdb;
    background: linear-gradient(0deg, rgba(0, 102, 204, 1) 0, rgba(0, 102, 204, 0.5) 100%);
}


ul.list-square {
    list-style: none;
    padding-left: 1.5rem;
}

ul.list-square li {
    position: relative;
    text-align: left;
    padding-bottom: 9px;
}

ul.list-square li:before {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect fill="rgb(52, 204, 255)" x="2" y="2" width="46" height="46" rx="10" ry="10"></rect></svg>') no-repeat;
    background-size: 10px 10px;
    top: 9px;
    margin-left: -20px;
}

.card-service {
    background: #fff;
    padding: 40px 33px;
    border: none;
}

.card-service:hover {
    background: #fff;
    padding: 40px 33px;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card-service-light {
    background: #f8f9fa;
    padding: 40px 33px;
    border: none;
}

.card-service-light:hover {
    background: #f8f9fa;
    padding: 40px 33px;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.service-icon {
    background-color: rgba(52, 203, 255, .2);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin: auto auto 25px;
}

.service-icon:before {
    content: "";
    background-color: rgba(52, 203, 255, .2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 50%;
}

footer {
    background-color: #069!important;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #34ccff;
}

.title-center::after {
    content: '';
    display: block;
    border: 1px solid #c63;
    width: 100px;
    opacity: 1;
    margin: 10px auto !important;
}

.title-lg-left::after {
    content: '';
    display: block;
    border: 1px solid #c63;
    width: 100px;
    opacity: 1;
    margin: 10px;
}

@media (max-width:991px) {
    .title-lg-left::after {
        margin: 10px auto;
    }
}

.text-orange {
    color: #c63;
}

ul.list-check {
    list-style: none;
    padding-left: 25px;
}

ul.list-check li {
    position: relative;
    text-align: left;
    padding-bottom: 5px
}

ul.list-check li:before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj48cGF0aCBmaWxsPSJyZ2IoMzAsMTMwLDYwKSIgZD0iTTIwLjUsNDJhMi4zNjgsMi4zNjgsMCwwLDEtMS43NTktLjc2NmwtMTQtMTQuNDIzYTIuNTg0LDIuNTg0LDAsMCwxLDAtMy42MjZsMy45ODgtNC4xMDlhMi40LDIuNCwwLDAsMSwzLjUxOCwwbDguMjQ5LDguNUwzOC43NTUsOC43NmEyLjQsMi40LDAsMCwxLDMuNTE4LDBsMy45ODgsNC4xMDlhMi41ODQsMi41ODQsMCwwLDEsMCwzLjYyNmwtMjQsMjQuNzM3QTIuMzcsMi4zNywwLDAsMSwyMC41LDQyWiI+PC9wYXRoPjwvc3ZnPg==) no-repeat;
    background-size: 20px 20px;
    top: 2px;
    margin-left: -25px;
}

@media (min-width:1200px) {
    .product-navbar {
        background: #069;
        top: 0;
        width: 100%;
        padding: 0;
        z-index: 100;
    }

    .product-navbar .logo {
        border-right: 1px solid #fff;
        padding-right: 1rem;
        display: block;
        width: 151px;
    }

    .product-navbar li a {
        color: #fff;
        font-size: 13px;
        position: relative;
        font-weight: 700;
        display: flex;
        margin-left: 1.3rem;
    }

    .product-navbar li>a:before {
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #e11f26;
        z-index: 2;
        content: '';
        transform: scaleX(0);
        transition: all .5s;
        transform-origin: left
    }

    .product-navbar .nav-link {
        padding: .5rem 0
    }

    .product-navbar .nav-pills .nav-link {
        border-bottom: 3px solid transparent;
        border-radius: 0
    }

    .nav-link:hover,
    .product-navbar .nav-link:focus {
        color: #fff
    }

    .nav-pills .show>.nav-link,
    .product-navbar .nav-pills .nav-link.active {
        color: #fff;
        background-color: transparent !important;
        border-bottom: 3px solid #fff
    }
}

.btn-green {
    color: #fff;
    background-color: #198754;
    font-weight: 600
}

.btn-green:hover {
    color: #fff;
    border: 1px solid #198754;
    background-color: #198754;
    -webkit-box-shadow: 0 .5rem 2.3rem 0 rgb(25 135 84 / 50%);
    box-shadow: 0 .5rem 2.3rem 0 rgb(25 135 84 / 50%)
}

.btn-orange {
    background-color: #c63;
    font-weight: 600;
    color: #fff
}

.btn-orange:hover {
    color: #fff;
    border: 1px solid #c63;
    background-color: #c63;
    -webkit-box-shadow: 0 .5rem 2.3rem 0 rgb(204 102 51 / 50%);
    box-shadow: 0 .5rem 2.3rem 0 rgb(204 102 51 / 50%)
}

#blue-pills .nav-pills .nav-link {
    text-align: left !important;
    color: #000;
    background-color: transparent;
    font-weight: 700;
    opacity: .4;
    border-left: 2px solid transparent
}

#blue-pills .nav-pills .nav-link.active,
#blue-pills .nav-pills .nav-link:focus {
    text-align: left !important;
    color: #069;
    opacity: 1;
    border-left: 2px solid #069
}

#blue-pills .nav-pills .nav-link span {
    color: #000;
    font-weight: 400
}

#blue-faq .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

#blue-faq .accordion-button {
    border-left: 2px solid #069;
    font-weight: 700;
}

#testimonial .carousel-item {
    position: relative;
    border-radius: .3rem;
    background: #eafaff;
    padding: 1rem 1rem;
    margin-top:50px;
}
#testimonial .clients{
    margin-top: -60px;
}
#testimonial .author {
    font-size: 22px;
    margin: 10px 0px;
    font-weight: 600;
    color: #464646;
}

#testimonial .des {
    font-style: italic;
}

#testimonial .client-reviews {
    line-height: 1.7;
}

#testimonial .carousel-indicators [data-bs-target] {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    background-color: #069;

}

@media (max-width:991px) {
    .btn-md-block {
        display: block;
        width: 100%
    }
}

button.gotoTop {
position: fixed;
z-index: 1100;
right: 0;
bottom: 180px;
width: 50px;
color: #FFF;
background-color: #069;
padding: 0px 20px 10px 20px;
border-radius: 30px;
height: 50px;
text-decoration : none;
border: none;
margin-right: 20px;
}
button.gotoTop span{
    font-size: 18px;
    font-weight: 800;
}
button.gotoTop:hover {
 text-decoration : none;
 background-color : #069;
}