body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #8A8A8A;
    background-position: center top;
    background-image: url(../images/pattern-1.png);
    background-repeat: repeat;
}

::selection {
    background: #058398;
    color: white
}

/* ========== top header  ========== */



.top-header {
    text-align: center;
    background-color: #f5f8fb;
    height: 30px;
}


.top-header .top-header-right{
    text-align: right;
    padding: 7px 20px;  
}

.top-header .top-header-left{
    text-align: left;
    padding: 4px 20px;  
}


.top-header .top-header-left .social-media  .lab {
    font-size: 14px;
    color: #989898;
    padding: 5px 3px 0 3px;
    border: 1px solid;
    border-radius: 4px;
}

.top-header .top-header-right li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}


.top-header .top-header-right a {
    color: #989898;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
}




.top-header .top-header-right .las {
    font-size: 15px;
    margin-right: 5px;
}







/* ========== navbar  ========== */

.bg-inverse {
    background-color: #FFFFFF;
    padding: 5px 0;
    z-index: 100;
}

.navbar-brand {
    position: relative;
    padding: 0;
    margin-right: 50px;
}

.navbar-brand img {
    width: 120px;
}

.navbar-expand-md .navbar-nav .nav-item {
    margin-left: 10px;
}

ul li,
ol li {
    list-style: none;
}

.navbar-expand-md .navbar-nav .active>.nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open>.nav-link {
    color: #058398 !important;
    width: 100%;
    font-weight: bold;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #8A8A8A;
    font-size: 14px;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    background: 0 0;
    margin-top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
    color: #058398;

}

.navbar.light-header {
    box-shadow: 1px 1px 9px 0 rgb(192 192 201 / 48%);
}

.navbar .btn-outline-success {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    border-radius: 50px;
    padding: 8px 27px;
    margin-right: 4px;
}

.navbar .btn-outline-success:hover {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

.navbar .btn-outline-success:not(:disabled):not(.disabled).active,
.navbar .btn-outline-success:not(:disabled):not(.disabled):active,
.navbar .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

.navbar .dropdown-item {
    padding: 20px 35px;
    color: #2c599d;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
}

.navbar .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #058398;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: 0 9px 10px rgb(148 169 200 / 27%);
    border-radius: 0;
    margin: 23px 0 0;
}

.navbar .see-more-btn a {
    color: #058398;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 13px;
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 10px 0 0;
    border: 1px solid rgb(255 255 255);
}

.navbar .btn-primary {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    border-radius: 9px;
    padding: 8px 25px;
    font-size: 14px;
}

.navbar .btn-primary:hover,
.navbar .btn-primary:active {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

.navbar .btn-primary:not(:disabled):not(.disabled).active,
.navbar .btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    color: #2c599d;
    text-decoration: none;
    background-color: #f3f8fd;
}



/**************** navbar *******************/

.navbar {
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s;
    margin-top: 30px;
    box-shadow: 1px 1px 10px 0 rgb(221 221 221 / 58%);
}

.deleteAnimation {
    transform: translateY(-139%);
}

.addAnimation {
    transform: translateY(0%);
}



.navbar .nav-link:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.navbar .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #058398;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}



/* ========== hero-area  ========== */

.hero-area-bg {
    height: 650px;
    margin-top: 60px;
    text-align: center;
    background: rgb(0 0 0 / 0%) url(../images/hero-1.webp) no-repeat scroll center 
}


.hero-area-bg::after {
            background-color: #058399; 
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 699px;
            z-index: 1;
            opacity: 0.4;
        } 

       
.hero-area-bg .hero-text {
            text-align: center;
            position: absolute;
            left: 50%;
            width: 100%;
            transform: translate(-50%, -50%);
            color: white;
          }



          .hero-area-bg .hero-text h5 { 
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 15px;
         }
         
         .hero-area-bg .hero-text p { 
            color: white; 
            font-weight: 300;
            padding: 10px; 
            font-size: 2.5em;
         }



.hero-area-bg .container-fluid {
    width: 100%;
    padding-right: 0; 
    padding-left: 0; 
    margin-right: auto;
    margin-left: auto;
}

.hero-area-bg .shape-1 {
    left: 0;
    bottom: 0;
}

.hero-area-bg .shape-1 img {
    width: 250px;
}

.hero-area-bg .shape-2 img {
    width: 280px;
}

.hero-area-bg .shape-2 {
    right: 0;
    bottom: 0;
}

.hero-area-bg img {
    float: right;
    height: 650px;
    width: 100%;
}

.hero-area-bg .header-shape-bg {
    position: absolute;
    top: 0px;
    min-height: 500px;
    z-index: 2;
    width: 100%;
}

.hero-area-bg .carousel-caption {
    position: absolute;
    z-index: 10;
    padding: 1rem 1rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    bottom: 165px;
    top: 50%;
}




.hero-area-bg .width-100 {
    width: 100%;
}

.hero-area-bg .float-right {
    float: right !important;
}

.hero-area-bg .play-button-wrapper {
    top: 45%;
    width: 35.5%;
    right: 0px;
}

.hero-area-bg .play-button-wrapper img {
    width: 40%;
}

.hero-area-bg .offers-title-top {
    margin-top: 40px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-area-bg .right-bg {
    float: right;
    padding: 10px 0;

}

.hero-area-bg .right-bg-2 {
    width: 65%;
    float: right;
    padding: 40px 0;
}

.hero-area-bg .right-bg-offer {
    width: 95%;
    float: right;
    right: 1px;
    overflow: hidden;
    padding: 50px 0;
}

.hero-area-bg .header-text {
    margin-top: 0
}

.hero-area-bg .header-text h1 {
    font-weight: bold;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 160px;
    color: #ffffff;
}

.hero-area-bg .header-text h2 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #FFFFFF;
}

.hero-area-bg .header-text p {
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #ffffff;

}

.hero-area-bg .btn-primary {
    color: #058398;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 8px;
    padding: 8px 25px;
    font-size: 18px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.hero-area-bg .btn-primary:hover,
 .hero-area-bg .btn-primary:active,
 .hero-area-bg .btn-primary:focus
 {
    color: #058398;
    background-color: #ffffff;
    border-color: #ffffff;
}


.hero-area-bg .btn-primary:not(:disabled):not(.disabled).active,
.hero-area-bg .btn-primary:not(:disabled):not(.disabled):active,
  .show>.btn-primary.dropdown-toggle {
    color: #058398;
    background-color: #ffffff;
    border-color: #ffffff;
}





.hero-area-bg .las {
    margin-left: 8px;
    font-size: 25px;
    color: #058398;
    padding: 5px 0px;
}











.hero-area-bg .values-min {
    margin-top: 60px;
}

.hero-area-bg .values-min .list-unstyled {
    display: inline-flex;
}

.hero-area-bg .values-min .list-unstyled li {
    margin-right: 20px;
    font-size: 16px;
    color: #2c599d
}

.hero-area-bg .values-min .list-unstyled .las {
    font-size: 15px;
    color: #058398;
    margin-right: 10px;
}

.hero-area-bg .carousel {
    height: 500px;
}

.hero-area-bg .carousel-indicators {
    bottom: -100px;
}


.hero-area-bg .carousel-indicators li {
    background-color: #ffffff;
    width: 25px;
    height: 4px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 0;
}







.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}


@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}














/************* slogan *************/

.slogan {
    background: url(../images/values-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 350px;
    padding: 50px
}

.slogan p {

    width: 52%;
    margin: 40px auto;
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
    color: #FFFFFF;
}

.slogan .btn-primary {
    color: #FFFFFF;
    background-color: #058398;
    border-color: #058398;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
    font-weight: 600;
}

.slogan .btn-primary:hover,
.slogan .btn-primary:active {
    color: #fff;
    background-color: #5c84c4;
    border-color: #5c84c4;
}




.slogan .btn-primary:not(:disabled):not(.disabled).active,
.slogan .btn-primary:not(:disabled):not(.disabled):active,
.slogan .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

/*********features**********/

.features {
    padding: 40px 0;
    text-align: center;
    min-height: 790px;
}

.features h2 {
    font-size: 35px;
    margin: 30px 30px
}

.features .features-right {
    background-color: #f7fafd;
    min-height: 650px;
    padding: 40px;
    margin-top: 30px;
    border-top: 1px solid #e8e6e6;
    border-bottom: 1px solid #e8e6e6;
    border-right: 1px solid #e8e6e6;
}

.features .features-right .media {
    padding: 15px;
    line-height: 22px;
    margin-top: 30px;
    border-radius: 3px;
}

.features .features-right .media h5 {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px
}

.features .features-right .media p {
    text-align: left;
    line-height: 25px;
}

.features .features-right .media .las {
    margin-right: 25px;
    font-size: 35px;
    color: #058398;
    background-color: white;
    padding: 14px;
    border-radius: 8px;
}

.features .features-left {
    background-color: white;
    border-top: 1px solid #e8e6e6;
    border-bottom: 1px solid #e8e6e6;
    border-left: 1px solid #e8e6e6;
    padding: 40px;
    margin-top: 30px;
}

.features .features-left img {
    width: 50%;
    margin: 80px 0 14px 0;
}

.features .features-left h3 {
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: bold;
}

.features .features-left .btn-primary {
    color: #FFFFFF;
    background-color: #058398;
    border-color: #058398;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px
}

.features .features-left .btn-primary:hover,
.features .features-left .btn-primary:active {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

.features .carousel-indicators {
    bottom: -55px;
    right: auto;
    margin-left: 18%;
    margin-right: auto;
}


.features .hero-area-bg .carousel-indicators li {
    background-color: #058398;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 100%;
}




/************* products *************/



.products {
    position: relative;
    text-align: center;
    padding: 50px 0;
    min-height: 700px;
}

.products .pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.products h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 30px;
    margin: 45px auto 35px 0;

}

.products .card-body {
    text-align: left;
}


.products .las {


    font-size: 21px;
    margin-top: 0;
    margin-left: 0;
}

.products .card-text:last-child {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}

.products .card-title {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.products .cards-price{
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0;
    margin-bottom: 10px;

}

.products .item_cards-price_1 {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.products .item_cards-price {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    color: #058398;
}




.products .card {
    box-shadow: 0 0 10px rgb(235 235 235);
    border: 1px solid rgb(255 255 255);
    filter: grayscale(0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin: 10px;
}


.products .card .btn-outline-danger {
    color: #058398;
    border-color: #058398;
}

.products .card .btn-outline-danger:hover {
    color: #ffffff;
    border-color: #989898;
    background-color:#989898;
}

.products .card .btn-primary {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
}

.products .carousel-indicators li {
       background-color: #058398;
       height: 5px;
       width: 20px;

   }

   .products .carousel-indicators {
       bottom: -75px;
 }





 
/************* products_mob *************/



.products_mob {
    position: relative;
    text-align: center;
    padding: 50px 0;
    min-height: 580px;
    display: none;
}

.products_mob .pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-image: url(../images/pattern-1.png);
}


.products_mob h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 30px;
    margin: 45px auto 35px 0;

}

.products_mob .card-body {
    text-align: left;
}


.products_mob .las {
    font-size: 21px;
    margin-top: 0;
    margin-left: 0;
}

.products_mob .card-text:last-child {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}

.proproducts_mobducts .card-title {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.products .cards-price{
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0;
    margin-bottom: 10px;

}

.products_mob .item_cards-price_1 {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.products_mob .item_cards-price {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    color: #058398;
}




.products_mob .card {
    box-shadow: 0 0 10px rgb(235 235 235);
    border: 1px solid rgb(255 255 255);
    filter: grayscale(0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin: 10px;
}


.products_mob .card .btn-outline-danger {
    color: #058398;
    border-color: #058398;
}

.products_mob .card .btn-outline-danger:hover {
    color: #ffffff;
    border-color: #989898;
    background-color:#989898;
}

.products_mob .card .btn-primary {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
}

.products_mob .carousel-indicators li {
       background-color: #058398;
       height: 5px;
       width: 20px;

   }

   .products_mob .carousel-indicators {
       bottom: -75px;
 }


 

/*************  inner-page-products *************/



.inner-page-products {
    text-align: center;
    padding: 130px 0;
    min-height: 700px;
}




.inner-page-products h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 30px;
    margin: 0 auto 40px 0;

}

.inner-page-products .card-body {
    text-align: left;
}


.inner-page-products .las {
    font-size: 21px;
    margin-left: 0;
    
}

.inner-page-products .card-text:last-child {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}

.inner-page-products .card-title {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.inner-page-products .cards-price{
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0;
    margin-bottom: 10px;

}

.inner-page-products .item_cards-price_1 {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.inner-page-products .item_cards-price {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    color: #058398;
}




.inner-page-products .card {
    box-shadow: 0 0 10px rgb(235 235 235);
    border: 1px solid rgb(255 255 255);
    filter: grayscale(0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.inner-page-products .card .btn-outline-danger {
    color: #058398;
    border-color: #058398;
}

.inner-page-products .card .btn-outline-danger:hover {
    color: #ffffff;
    border-color: #989898;
    background-color:#989898;
}

.inner-page-products .card .btn-primary {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
}

.inner-page-products .carousel-indicators li {
       background-color: #058398;
       height: 5px;
       width: 20px;

   }

   .inner-page-products .carousel-indicators {
       bottom: -75px;
 }



 .inner-page-products .nav-tabs .nav-item.show .nav-link,
 .inner-page-products .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #058398;
    border-color: #dee2e6 #dee2e6 #fff;
}


.inner-page-products .nav-link {
    display: block;
    padding: 0.8rem 3rem;
    background-color: white;
    color: #058398;
}

.inner-page-products .nav-tabs {
    margin-bottom: 25px;
    border-bottom: 0 solid #dee2e6;
}



/***********  product_details  *******************/


.product_details {
    background-color: #f5f8fb;
    text-align: center;
    padding: 130px 0;
    min-height: 700px;
    background-position: center top;
    background-image: url(../images/pattern-1.png);
    background-repeat: repeat;
}




.product_details h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 30px;
    margin: 0 auto 40px 0;

}

.product_details .card-body {
    text-align: left;
}


.product_details .las {
    font-size: 21px;
    margin-left: 0;
}

.product_details .card-text:last-child {
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
}

.product_details .card-title {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.product_details .cards-price{
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0;
    margin-bottom: 10px;

}

.product_details .item_cards-price_1 {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    text-decoration: line-through;
    vertical-align: baseline;
}

.product_details .item_cards-price {
    margin-bottom: 0.75rem;
    font-size: 18px;
    font-weight: bold;
    color: #058398;
}




.product_details .card {
    box-shadow: 0 0 10px rgb(235 235 235);
    border: 1px solid rgb(255 255 255);
    filter: grayscale(0);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.product_details .card .btn-outline-danger {
    color: #058398;
    border-color: #058398;
}

.product_details .card .btn-outline-danger:hover {
    color: #ffffff;
    border-color: #989898;
    background-color:#989898;
}

.product_details .card .btn-primary {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
}

.product_details .carousel-indicators li {
       background-color: #058398;
       height: 5px;
       width: 20px;

   }

   .product_details .carousel-indicators {
       bottom: -75px;
 }

 .product_details .product_details_box{

    margin-bottom: 30px;
 }


 .product_details .details_box{
    background-color: white;
    padding: 30px;
    text-align: left;
    border-radius: 8px;
    min-height: 360px;
    box-shadow: 0 0 12px #e6e4e4;
}

.product_details .details_box .price{
    font-weight: bold;
    float: right;
    text-align: right;
    color: #058398;
}



.product_details .header_details_box{
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
}

.product_details p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.product_details ul {
    margin-bottom: 20px;
}

.product_details ul li {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}


.product_details .btn-primary{
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    font-size: 14px;
}

.product_details .btn-primary:hover {
    color: #058398;
    background-color: #ffffff;
    border-color: #058398;
}

.product_details .la, .las {
    font-size: 21px;
}

/***********  about_us  *******************/

.about_us {
    position: relative;
    text-align: center;
    padding: 125px 0 0 0;
    min-height: 700px;
}




.about_us h2 {
    font-weight: bold;
    color: #058398;
    font-size: 30px;
    margin: 0 auto 20px 0;

}

.about_us .card-body {
    text-align: left;
}



.about_us .min-affiliate .media {
    border-bottom: 2px solid #058398;
    text-align: left;
    box-shadow: 0 0 12px #e6e4e4;
    padding: 30px;
    margin-top: 30px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about_us .min-affiliate .media:hover {
    box-shadow: 0 10px 22px 10px rgb(27 38 49 / 10%);
}

.about_us  .min-affiliate .media p {
    font-size: 14px;
    line-height: 21px;
    color: #058398;
    text-align: left;
    margin: 10px 20px;}

    .about_us .min-affiliate .media h5 {
        font-weight: 600;
        color: #058398;
        margin: 0 20px;
        font-size: 20px;
    }
    
.about_us  .min-affiliate .media ul li {
    font-size: 14px;
    color: #2c599d;
    line-height: 25px;
}

.about_us  .min-affiliate .media ul li .las {
    font-size: 16px;
    color: #f98124;
    padding: 0;
}

.about_us  .min-affiliate .box-affiliate h3 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
}

.about_us  .min-affiliate .box-affiliate p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #2c599d;
    width: 65%;
    margin: 0 auto;
}

.about_us  .min-affiliate .box-affiliate .las {
    margin-right: 10px;
    font-size: 60px;
    color: #f98124;
}

.about_us .min-affiliate img {
    background-color: #058398;
    padding: 20px;
    border-radius: 10px;
    width: 20%;
}







.about_us  .values {
    background: url(../images/hero-1.webp) no-repeat center center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 550px;
    margin-top: 50px;
}

.about_us .overlay-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to right,
     #0583986b 0%, #05839894 0%,
      #058398e0 100%) repeat scroll 0 0;
    min-height: 550px;
}

.about_us  .values h2 {
    color: white;
    font-size: 35px;
    padding: 40px 0;
    font-weight: 600;
    text-align: center;
}

.about_us  .values .values-box {
    background-color: #078CA3;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    margin-top: 10px;
    height: 100%;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.about_us  .values .values-box:hover {
    background-color: #037488;
    opacity: 1.7;
}

.about_us  .values .values-box img {
    width: 60px;
    text-align: center;
    background-color: #f0f8ff00;
    float: inherit;
    margin: 10px;
}

.about_us  .values .values-box h3 {
    color: white;
    font-size: 23px;
    padding: 10px;
    font-weight: 600
}

.about_us  .values .values-box p {
    color: white;
    font-size: 14px;
    line-height: 20px;
}

.about_us .details_box {
    background-color: white;
    padding: 30px;
    text-align: left;
    border-radius: 6px;
    min-height: 300px;
    box-shadow: 0 0 12px #e6e4e4;
}

.about_us .details_box p{
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 10px;
}




/***********  contact-us  *******************/

.contact {
    padding: 57px;
    min-height: 900px;
    margin-top: 60px;
}


.contact h2 {
    font-weight: 600;
    color: #2c599d;
    font-size: 35px;
    text-align: center;
    width: 70%;
    margin:30px auto 40px auto;
}

.contact .btn-border {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    border-radius: 10px;
    padding: 10px 40px;
    margin-top: 15px;
}

.contact .btn-border:hover {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

.contact .form-control {
    height: 50px;
    font-size: 14px;
}

.contact h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
    color: #058398;
    width: 100%;
    line-height: 35px;
}

.contact p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #8A8A8A;
    line-height: 18px;
}

.contact img {
    width: 100%;
    margin-top: 50px;
    
}


.contact h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: #058398;
    margin-top: 30px;
}

.contact h5 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
    background-color: #f3f7f9;
    padding: 20px;
    border-radius: 10px;
}

.contact ul li {
    margin-bottom: 10px;
    color: #8A8A8A;
    font-size: 14px;
}


.contact .form_offer {
    padding: 45px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 30px rgb(229 195 190 / 46%);
}










.contact ul li .las {
    font-size: 16px;
    color: rgb(5 131 152);
    margin-right: 10px;
}

.contact .contact-tabs {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgb(219 214 209 / 78%);
}

.contact .contact-tabs .tab-content {
    padding: 20px 15px;
}

.contact .contact-tabs h6.section-title {
    color: #eee;
}

.contact .contact-tabs .nav-tabs .nav-item.show .nav-link,
.contact .contact-tabs .nav-tabs .nav-link.active {
    color: #f98124;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-weight: bold;
}

.contact .contact-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #333;
    font-size: 16px;
}


.contact .form-textarea {

    height: 72px;
    font-size: 14px;
}




.contact .email_box {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgb(219 214 209 / 78%);
    margin-top: 30px;
    text-align: center;
}


.contact .email_box .las {
    font-size: 55px;
    color: #058398;
    margin-bottom: 10px;
}

.contact .email_box p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #8A8A8A;
}


.contact .email_box h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    color: #058398;
    width: 100%;
    line-height: 35px;
}




/***********  offices  *******************/


.offices {
    padding: 57px;
    min-height: 886px;
    margin-top: 60px;
}

.offices h2 {
    font-weight: 600;
    color: #2c599d;
    font-size: 35px;
    text-align: center;
    width: 70%;
    margin: 15px auto;
}

.offices p {
    color: #2c599d;
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 20px;
}



.offices .offices_box {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgb(219 214 209 / 78%);
    margin-top: 30px;
    text-align: center;
}


.offices .offices_box .icon .las {
    font-size: 60px;
    color: #058398;
    margin-bottom: 10px;
}

.offices .offices_box p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #8A8A8A;
}


.offices .offices_box h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    color: #058398;
    width: 100%;
    line-height: 35px;
}


.offices .btn-primary {
    color: #058398;
    background-color: #ffffff;
    border-color: #ffffff;
}

.offices .la, .las {
    font-size: 19px;
    margin-left: 8px;
}









/***********  our_projects  *******************/


.our_projects {
    position: relative;
    text-align: center;
    min-height: 600px;
    margin-top: 60px;
}

.our_projects h2 {
    font-weight: bold;
    color: #058398;
    font-size: 30px;
    margin: 0 auto 0 0;
    padding: 75px 0 15px 0;
}

.our_projects p {
    color: #2c599d;
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 40px;
}
.our_projects .name {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.our_projects .name span {
    background-color: aliceblue;
    padding: 5px;
    margin-left: 5px;
    border-radius: 4px;
}

.our_projects .icon-main{
    margin-bottom: 15px;
}






/***********  jobs  *******************/


.jobs {
    position: relative;
    text-align: center;
    min-height: 550px;
    margin-top: 60px;
}

.jobs h2 {
    font-weight: bold;
    color: #058398;
    font-size: 30px;
    margin: 0 auto 0 0;
    padding: 75px 0 15px 0;
}

.jobs p {
    color: #2c599d;
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 40px;
}


.jobs .media {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgb(219 214 209 / 78%);
    margin-top: 30px;
    border-left: 3px solid #058398;
}


.jobs .media img{
    width: 50px;
    margin: 7px 0;
}


.jobs .media .las {
  
    margin-top: 18px;
    font-size: 23px;
}


.jobs .media-body h5 {
    color: #2c599d;
    font-size: 20px;
    text-align: left;
    width: 100%;
    margin: 10px auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 35px;
    font-weight: bold;
}



.jobs .media-body p {
    color: #8a8a8a;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 8px auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 35px;
}


.jobs a {
    text-decoration: none;
    background-color: transparent;
}





/***********  Job_details  *******************/


.Job_details {
    position: relative;
    text-align: center;
    min-height: 550px;
    margin-top: 60px;
}

.Job_details h2 {
    font-weight: bold;
    color: #058398;
    font-size: 30px;
    margin: 0 auto 0 0;
    padding: 75px 0 15px 0;
}

.Job_details p {
    color: #2c599d;
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 40px;
}


.Job_details .media {
    background-color: #FFFFFF;
    padding: 21px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgb(219 214 209 / 78%);
    margin-top: 30px;
    border-left: 3px solid #058398;
}

.Job_details .media img {
    width: 33px;
    margin: 7px 0;
}

.Job_details .media .las {
    margin-top: 12px;
    font-size: 23px;
}

.Job_details .media-body h5 {
    color: #2c599d;
    font-size: 20px;
    text-align: left;
    width: 100%;
    margin: 10px auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 35px;
    font-weight: bold;
}



.Job_details .media-body p {
    color: #8a8a8a;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 8px auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 35px;
}


.Job_details a {
    text-decoration: none;
    background-color: transparent;
}



.Job_details .details_box{

    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgb(219 214 209 / 78%);
    margin-top: 30px;
    text-align: left;
    margin-bottom: 30px;

}

.Job_details .details_box p {
    color: #2c599d;
    font-size: 14px;
    text-align: left; 
     width: 100%; 
     margin: 0 ; 
    line-height: 20px;
    margin-bottom: 40px;
}

.Job_details .details_box h2 {
    font-weight: bold;
    color: #058398;
    font-size: 20px;
    margin: 0;
    padding: 12px 0;
}









/***********  clients  *******************/

.clients {
    padding: 50px 0;
    text-align: center;
    min-height: 220px;
}

.clients h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 30px;
    margin: 0 auto 40px 0;
}

.clients p {
    margin-bottom: 50px;
    font-size: 16px;
}



.clients img {
    width: 80%;
    filter: grayscale(100%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;

}

.clients img:active,
.clients img:focus,
.clients img:hover {
    transform: translateY(-8px);
    filter: grayscale(0);
}




.statistics {
    background: url(../images/city_bg.jpg) no-repeat center center ;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 550px;

    
}




.statistics h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    margin: 0 auto 0 0;
    padding: 60px;
}

.statistics .statistics_box{

    background-color: white;
    padding: 15px;
    border-radius: 6px;
}

.statistics .icon-main{
    background-color: #058398;
    padding: 20px;
    border-radius: 100px;
    margin: 15px auto;
    width: 100px;
    height: 100px;
}

.statistics h3 {
    font-weight: bold;
    color: #058398;
    font-size: 40px;
    padding: 10px;
}



/***********  products-min  *******************/


.products-min {
    position: relative;
    text-align: center;
    min-height: 550px;
}



.products-min h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 30px;
    margin: 0 auto 0 0;
    padding: 40px;
}


.products-min .name {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.products-min .name span{
    background-color: aliceblue;
    padding: 5px;
    margin-left: 5px;
    border-radius: 4px;
}


.products-min .btn-outline-danger{

    margin: 40px auto;
    color: #058398;
    border-color: #058398;
}

.products-min .btn-outline-danger:hover {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
}


/***********  features *******************/

.features {
    padding: 50px 0;
    text-align: center;
    min-height: 700px;
}


.features .media {
    background-color: white;
    margin-bottom: 20px;
    webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 10px rgb(235 235 235);
    border: 1px solid rgb(255 255 255);
    border-radius: 6px;
}

.features .media:hover {
    box-shadow: 0 0 20px rgb(222 222 222);
}


.features .media .media-body{

    padding: 25px 0;

}

.features .media .media-body h5{
    text-align: left;
    font-size: 16px;
    line-height: 23px;
}

.features .media img{
    width: 70px;
    height: 70px;
    background-color: #058398;
    border-radius: 100px;
    padding: 10px;
    margin: 20px 20px;
}

.features h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 30px;
    margin: 0 auto 40px 0;
}

.features .img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
}





/********   FAQ   **********************************************/

 .faq {
    text-align: center;
    min-height: 450px;
    padding: 50px;
    background-color: #058398;
    width: 100%;
    position: relative;
}


.faq  .pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-image: url(../images/pattern.png);
}


 .faq h3 {
    color: #ffffff;
    font-weight: bold;
    margin: 20px;
    text-transform: uppercase;
    font-size: 30px;
}



 .faq .accordion {
    width: 70%;
    margin: 0 auto;
}

.faq .card-body{
    text-align: left;
    line-height: 25px;
}

.faq  .btn-link {
    font-weight: 400;
    color: #058398;
    text-decoration: none;
}

.faq h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 30px;
    margin: 40px auto 40px 0;
}



 .faq .panel-group p {
    font-weight: 400;
    color: #2c599d;
    margin-bottom: 0;
    text-align: left;
    line-height: 24px;
    padding: 13px 23px;
    font-size: 16px;
    margin: 0px 0;
}


.faq .panel-group {
    margin-bottom: 0;
}

 .faq .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    background-color: #FFFFFF;
}

.faq .panel-group .panel .panel-heading {
    padding: 0;
}

.faq .panel-group .panel .panel-heading h4 a {
    background: #fef3eb;
    color: #2c599d;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    padding: 21px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}

 .faq .panel-group .panel .panel-heading h4 a:hover,
 .faq .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #ddf5f9;
    transition: 0.15s all ease-in-out;
}

.faq .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "";
}

 .faq .panel-group.panel .panel-heading h4 a i {
    color: #f98124;
}

.faq .panel-group.panel .panel-body {
    padding-top: 0;
}

 .faq .panel-group .panel .panel-heading+.panel-collapse>.list-group,
#internal-software .faq .panel-group .panel .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

 .faq .panel-group .panel+.panel {
    border-top: none;
    margin-top: 0;
}
 .faq .panel-group .fa {
    color: #058398
}


/************* help *************/

.help{
    padding: 50px;
}

.help .help-box{
    background-color: white;
    padding: 10px 30px;
    border-radius: 8px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(235 235 235);
    border: 1px solid rgb(255 255 255)  

}

    
.help .help-box p{
    font-size: 25px;
    margin-top: 28px;
    font-weight: 900;
}

.help .btn-outline-danger{
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    margin-top: 25px;
}



.help .btn-outline-danger:hover {
    color: #058398;
    background-color: #f0f8ff;
    border-color: #058398;
}





/*************  shopping-cart *************/


.shopping-cart {
    text-align: center;
    padding: 130px 0;
    min-height: 700px;
}


.shopping-cart .cart_box {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 5px 30px rgb(219 214 209 / 78%);
    margin-bottom: 30px;
}


.shopping-cart h6 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #058398;
    font-weight: bold;
}

.shopping-cart .box_price .btn-primary {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    border-radius: 8px;
    font-size: 16px;
}





/************* footer *************/


.footer-06 {
    position: relative;
    width: 100%;
    background-color: aliceblue;
    min-height: 450px;

}

.footer-06 .city_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-position: center top;
    background-image: url(../images/city_bg.jpg);
}

.footer-06 img {
    width: 35%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.copyright-left {
    background-color: #067a8e;
    text-align: center;
}

.copyright-right {
    background-color: #067a8e;
}

.copyright-left p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px
}

.footer-06 .copyright-right li a {
    font-size: 14px;
    line-height: 20px;
    color: #7c84ad;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




.footer-06 .copyright-right ul li,
ol li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-06 .copyright-right p {
    color: #2c599d;
    font-size: 14px;
    margin-top: 13px;
    text-align: center
}

.footer-06 .copyright-right .social-media {
    text-align: left;
    margin-left: 40px;
    margin-top: 16px;
}

.footer-06 .copyright-right .social-media .las,
.lab {
    font-size: 20px;
    color: #ffffff;
    padding: 0;
}


.footer-06 .copyright-right .social-media a {
    color: #2c599d;
    font-size: 20px;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-06 .copyright-right .social-media a:hover {
    color: #e94e2c;
}

.footer-06 .heading-section {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.footer-06 .footer-heading {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 25px;}

.footer-06 .footer-heading .logo {
    color: #fff;
}

.footer-06 a {
    color: #fff;
}

.footer-06 .list-unstyled li a {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-06 .list-unstyled li a:hover {
    color: #ffffffb0;
}

.footer-06 .subscribe-form {
    border-radius: 40px;
    background: #fff;
    padding: 3px;
}

.footer-06 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
}

.footer-06 .subscribe-form .form-group input {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px;
    height: 56px;
    border-radius: 0;
}

.footer-06 .aside-stretch {
    text-align: center
}

.footer-06 .aside-stretch:after {
    background: #edf4fb;
}

.footer-06 .aside-stretch-right {
    padding: 70px;
}

.footer-06 .aside-stretch-right h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-06 .aside-stretch-right p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.footer-06 .aside-stretch-right .las {
    margin-right: 11px;
    font-size: 20px;
    color: #ffffff;
    padding: 0px;
}

.footer-06 .aside-stretch-right .media {
    margin-bottom: 30px;
}

.footer-06 .aside-stretch-right .media a {
    color: #2c599d;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px
}

.footer-06 .copyright-right .list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: left;
    padding: 13px;
}


.floating-whats.btn {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    left: 20px;
    font-size: 32px;
    background: #10d058;
    color: #FFF;
    width: 50px;
    border-radius: 100%;
}


.phone-btn {
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 30px;
    font-size: 26px;
    background: #8A8A8A;
    color: #FFF;
    width: 50px;
    border-radius: 100%;
    height: 50px;
}

.phone-btn .las {
    font-size: 25px;
    margin-left: 0;
}

/* ========== animation ========== */

.jump-anim {
    animation-name: fetureanimate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: fetureanimate;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: fetureanimate;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: fetureanimate;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: fetureanimate;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes fetureanimate {

    0%,
    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

/* ========== loading ========== */

.laoding {
    background-color: #058398;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.sk-circle {
    margin: 300px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ========== toTop ========== */

#toTop {
    position: fixed;
    bottom: 80px;
    left: 5px;
    cursor: pointer;
    display: none;
    margin-right: 0;
    z-index: 100;
}

#toTop .las {
    font-size: 16px;
    background-color: #058398;
    border-radius: 150px;
    padding: 14px 14PX;
    color: #FFFFFF;
}












/* ========== Responsive Stylings ========== */

@media (max-width: 1440px) {
    .margin-page {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (max-width: 1024px) {


    .hero-area-bg .shape-2 img {
        width: 230px;
    }
    
    .hero-area-bg .shape-1 img {
        width: 220px;
    }


    .channels-chatbot .hero-channels-chatbot .header-text {
        width: 90%;
    }

    .top-header a {
        font-size: 10px;
    }

    .top-header ul a {
        margin-right: 12px;
        font-size: 10px;
    }

    .margin-page {
        margin-left: 20px;
        margin-right: 20px;
    }

    .hero-area-bg .right-bg {
        width: 100%;
    }

    .hero-area-bg .header-text h1 {
        font-size: 30px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 13px;
        padding: 9px 6px;
        text-align: center;
    }

    .use-cases .media .las {
        font-size: 30px;
        padding: 0 8px;
    }

    .use-cases .media ul li {
        font-size: 12px;
        line-height: 22px;
    }

    .did-you-know h2 {
        font-size: 40px;
    }

    #migration .bg-affiliate {
        padding: 10px;
        min-height: 400px;
    }

    .footer-06 img {
        width: 55%;
    }



    .features .features-right {
        min-height: 690px;
    }

    .features .carousel-indicators {
        bottom: -110px;
        margin-left: 21%;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {

    .hero-area-bg .hero-text h5 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .hero-area-bg img {
        float: right;
        height: 225px;
        width: 100%;
    }
    
    .hero-area-bg::after {
          height: 300px;
       
    }
  

    .top-header .top-header-right {
        padding: 7px 0;
    }
    
    .top-header .top-header-right li {
        margin-right: 0;
    }
    
    .top-header .top-header-right a {
        font-size: 12px;
    }
    .hero-area-bg .carousel {
        height: 270px;
    }

    .footer-06 .copyright-right .list-unstyled {
        text-align: right;
    }

    .footer-06 .aside-stretch {
        display: none;
    }

    #about .hero-area-about .header-text {
        padding: 20px;
    }

    .navbar .dropdown-item {
        padding: 20px;
        font-size: 13px;
        text-align: left;
    }

    .navbar .see-more-btn a {
        text-align: center;
        padding: 10px 25px;
    }

    .navbar-expand-md .navbar-nav .nav-link:before {
        background-color: #ffffff;
    }

    .hero-area-bg .header-text {
        margin-top: 75px;
        padding: 0;
    }
    #hero-area {
        padding: 0 0 16px;
        height: 230px;
    }

    #hero-area .carousel-indicators {
        display: none
    }

    .navbar-expand-md .navbar-nav .nav-item {
        margin-left: 6px
    }

    .navbar-brand {
        position: relative;
        padding: 0;
        margin-right: 30px;
    }
    
    .navbar-brand img {
        width: 100px;
        margin-top: 5px;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        margin: 0px 0 0;
    }

    #hero-area .contents .head-title {
        font-size: 40px;
        line-height: 38px;
        margin-top: 10px;
        text-align: center;
    }

    .slogan .btn-primary {
        font-size: 14px;
    }

    .hero-area-bg .right-bg {
        display: none
    }

    .navbar .btn-outline-success {
        padding: 5px 16px;
        font-size: 12px;
        width: 100%;
    }

    .contact-us {
        padding: 40px 0;
    }

    .hero-area-bg .header-text h1 {
        font-size: 22px;
        line-height: 29px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .hero-area-bg .header-text p {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 0;
        text-align: center;
    }

    .hero-area-bg .list-unstyled {
        text-align: center;
        margin-top: 0;
    }

    .hero-area-bg .offers-title-top {
        margin-top: 10px;
    }

    .slogan p {
        font-size: 20px;
        margin-bottom: 22px;
        margin-top: 70px;
        line-height: 30px;
    }

    .use-case .box-use-case img {
        width: 70px;
    }

    .hero-area-bg .values-min {
        display: none
    }


    .hero-area-bg .btn-primary {
        padding: 6px 10px;
     font-size: 13px;
    
 }
 
 .hero-area-bg .las {
     margin-left: 8px;
     font-size: 19px;
     padding: 0;
 }

 .clients h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 20px;
    margin: 0 auto 20px 0;
}
.clients img {
    width: 40%;
      margin-bottom: 10px;
    }

.clients {
    padding: 20px 0;
    text-align: center;
    min-height: 220px;
}

.products h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 20px;
    margin: 15px auto 15px 0;
}

.products .card .btn-outline-danger {
    color: #058398;
    border-color: #058398;
    font-size: 12px;
    padding: 7px;
}

.products .card .btn-primary {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    padding: 4px 8px;
}
.statistics .statistics_box {
  
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.products-min h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 20px;
    margin: 0 auto 0 0;
    padding: 20px;
}


.features h2 {
    font-weight: bold;
    color: #8A8A8A;
    font-size: 20px;
    margin: 0 auto 30px 0;
}

.features .media .media-body {
    padding: 20px 0;
}
.features .media img {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 10px;
}
.features .media .media-body h5 {
    text-align: left;
    font-size: 14px;
}

.features {
    padding: 50px 0;
    text-align: center;
    min-height: 500px;
}
.faq h2 {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    margin: 20px auto 20px 0;
}
.faq .panel-group .panel .panel-heading h4 a {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    padding: 15px;
   
}
.faq {
    text-align: center;
    min-height: 270px;
    padding: 50px;
    width: 100%;
}

.faq .panel-group p {
  
    line-height: 20px;
    padding: 10px 14px;
    font-size: 14px;
    margin: 0px 0;
}
.help {
    padding: 15px 0;
}

.help .help-box {
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
}

.help .img-fluid {
    max-width: 100%;
    height: auto;
    width: 70%;
}

.help .help-box {
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
}

.help .help-box p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 900;
}

.help .help-box {
    background-color: aliceblue;
    padding: 5px 5px;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    height: 75px;
}

.help .btn-outline-danger {
    color: #fff;
    background-color: #058398;
    border-color: #058398;
    margin-top: 0;
    font-size: 14px;
}

.contact h2 {
    font-size: 20px;
     width: 100%;
 margin: 20px auto;
}

.contact {
 padding: 53px 0;
 min-height: 886px;
 background-color: #f5f8fb;
 margin-top: 45px;
}

.contact .contact-tabs .tab-content {
 padding: 10px 0;
}

.contact h3 {
 font-weight: 600;
 font-size: 20px;
 margin-bottom: 5px;
 color: #058398;
 width: 100%;
 line-height: 35px;
}

.contact h4 {
 font-weight: 600;
 font-size: 17px;
 margin-bottom: 20px;
 color: #058398;
 margin-top: 15px;
}

.contact .form-control {
 height: 40px;
 font-size: 12px;
}

.form-row>.col, .form-row>[class*=col-] {
 padding-right: 5px;
 padding-left: 5px;
 margin-bottom: 10px;
}

.contact .email_box h3 {
    font-size: 16px;
 margin-bottom: 5px;
    width: 100%;
 line-height: 35px;
}

.contact .email_box p {
 font-size: 18px;
 margin-bottom: 10px;
}

.contact .email_box .las {
 font-size: 40px;
   margin-bottom: 4px;
}



.offices {
    padding: 25px 0;
    min-height: 886px;
    background-color: #f5f8fb;
    margin-top: 90px;
}

.offices h2 {
      
    font-size: 25px;
       width: 100%;
    margin: 0 auto;
}

.offices .offices_box h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
        width: 100%;
    line-height: 35px;
}

.offices .offices_box p {
    font-size: 14px;
    margin-bottom: 5px;
       line-height: 20px;
}

.offices .btn-primary {
      font-size: 12px;
}
.offices .la, .las {
    font-size: 14px;
    margin-left: 3px;
}

.our_projects p {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 40px;
}

.our_projects h2 {
   
    font-size: 22px;
    margin: 0 auto 0 0;
    padding: 58px 0 10px 0;
}

.jobs p {
  
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 10px;
}

.jobs h2 {
      
    font-size: 22px;
    margin: 0 auto 0 0;
    padding: 60px 0 4px 0;
}

.jobs .media-body h5 {
      font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 20px;
    font-weight: bold;
}

.jobs .media-body p {
       font-size: 12px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 20px;
}

.jobs .media img {
    width: 40px;
    margin: 7px 0;
}

.jobs .media {
  
    padding: 17px;
    border-radius: 15px;
  
    margin-top: 30px;
    border-left: 3px solid #058398;
}





.Job_details p {
   
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 19px;
    margin-bottom: 0;
}

.Job_details h2 {
   
    font-size: 22px;
    margin: 0 auto 0 0;
    padding: 61px 0 4px 0;
}

.Job_details .media-body h5 {
  
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 30px;
  
}

.Job_details .media-body p {
   
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin: 5px auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 30px;
}

.Job_details .media {
  
    padding: 20px;
    border-radius: 15px;
      margin-top: 29px;
   
}


.inner-page-products .nav-tabs .nav-item.show .nav-link, .inner-page-products .nav-tabs .nav-link.active {
      
    font-size: 14px;
}

.inner-page-products .item_cards-price_1 {
    margin-bottom: 0.75rem;
    font-size: 16px;
    font-weight: bold;
   
}


.inner-page-products .item_cards-price {
    margin-bottom: 0.75rem;
    font-size: 14px;
  
}

.inner-page-products .card .btn-outline-danger {
 
    font-size: 14px;
}

.inner-page-products .card .btn-primary {
       padding: 5px 8px;
}


.inner-page-products .nav-link {
    display: block;
    padding: 0.6rem 2rem;
    background-color: white;
    color: #058398;
}


.product_details .item_cards-price_1 {
    margin-bottom: 0.75rem;
    font-size: 16px;
     
}

.product_details .item_cards-price {
    margin-bottom: 0.75rem;
    font-size: 16px;
  }

.product_details .card .btn-outline-danger {
    font-size: 14px;
}

.product_details .card .btn-primary {
    padding: 5px 8px;
}

.offices p {
    font-size: 14px;
    width: 100%;
  margin: 0 auto;
  line-height: 18px;
  margin-bottom: 0;
}

.offices .offices_box .icon .las {
  font-size: 50px;
  color: #058398;
  margin-bottom: 0;
}

.navbar .las {
    font-size: 20px;
    margin-left: 0;
}

.about_us h2 {
 
    font-size: 22px;
    margin: 0 auto 10px 0;
}

.about_us .min-affiliate img {
     padding: 20px;
    border-radius: 10px;
    width: 13%;
}

.about_us .min-affiliate .media h5 {
     margin: 0 20px;
    font-size: 18px;
}

.about_us .values h2 {
     font-size: 22px;
    padding: 20px 0;
}


.products_mob {
    display: block;
}
.products_mob .carousel-indicators {
   display: none;
}

.products_mob h2 {
   
    font-size: 22px;
    margin: 35px auto 23px 0;
}

.products {
    display: none;
}

.statistics h2 {
    font-size: 22px;
    margin: 0 auto 0 0;
    padding: 34px;
}

.statistics h3 {
    font-size: 30px;
    padding: 10px;
}


.hero-area-bg .overlay-bg {
    height: 232px;
}

.footer-06 .city_bg {
 
    height: 850px;
   
}

}

@media (max-width: 767px) {

    .shopping-cart .table td, 
.shopping-cart .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}

.shopping-cart .cart_box {
    background-color: #FFFFFF;
    padding: 0;
   
}


    .contact .btn-border {
        width: 100%;
    }


    .contact .contact-tabs {
        padding: 10px;
        border-radius: 10px;
    }

    .footer-06 .city_bg {
 
        height: 880px;
       
    }

    .products .pattern {
        position: inherit;
           }

           .navbar-expand-md .navbar-nav .nav-item {
            padding-left: 9px;
            text-align: right;
            padding: 0 20px;
        }

.features .features-img{
    display: none;
}


    .top-header .top-header-left {
        text-align: left;
        padding: 0;
    }

    .top-header .social-media{ display: none;}

    .navbar-expand-md .navbar-nav .dropdown-menu {
        box-shadow: 0 9px 10px rgb(255 255 255 / 27%);
    }
 

    .footer-06 .copyright-right .social-media {
        text-align: center;
        margin-left: 0px;
    }

    #about .hero-area-about img {
        display: none
    }

    #about .values {
        padding: 20px;
    }

    #about .values .values-box h3 {
        font-size: 20px;
    }

    .promises .promises-box h3 {
        font-size: 18px;
    }

    .top-header .login-m {
        display: inline
    }

    .navbar button:focus {
        outline: 0 dotted;
        outline: 0 auto -webkit-focus-ring-color;
    }

    .top-header .dropdown-menu {
        min-width: 6rem;
    }

    .navbar .btn-primary {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-expand-md .navbar-nav .nav-item {
        padding: 0 20px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 12px;
        margin-top: 0;
        background-color: transparent !important;
        font-weight: 800;
        display: block;
        width: 100%;
        border-bottom: solid 1px #e0e0e0;
        padding: 14px 0 !important;
        margin-bottom: 0;
    }

    .navbar .navbar-toggler {
        padding: .25rem 10px;
    }

    .sidebar {
        display: none
    }

    .user-manual .sidebar {
        display: none
    }

    .user-manual .menu-content-mobile {
        display: block;
    }

    .margin-page {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-area-bg .values .list-unstyled li {
        font-size: 12px;
        margin-right: 13px;
    }

    .slogan p {
        width: 100%;
    }

    .hero-area-bg .values .list-unstyled .las {
        font-size: 13px;
        margin-right: 4px;
    }

    .hero-area-bg .btn-primary {
        font-size: 12px;
        width: 50%;
        margin-bottom: 10px;
    }

    .hero-area-bg .las {
        font-size: 14px;   
    }
    
   


    .footer .social-media .social-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 2em;
    }

    .footer-category li a {
        font-size: 13px;
        line-height: 20px;
    }

    .copyright h5 {
        font-size: 10px;
        margin-top: 15px;
    }

    

    .footer-06 .copyright-right .list-unstyled {
        text-align: center;
    }

    .footer-06 .aside-stretch-right {
        padding: 40px;
    }

    .footer-06 .footer-heading {
        margin-top: 5px;
    }




    .navbar .dropdown-item {
        padding: 14px 9px;
        font-size: 13px;
        text-align: left;
        background-color: #f3f8fd;
        border-bottom: 1px solid #daebfd;
        list-style: none;
    }


    
    .hero-area-bg .shape-2 img {
      display: none;
    }


    
    .hero-area-bg .shape-1 img {
        display: none;

    }

    .shopping-cart h6 {
        font-size: 16px;
        margin-bottom: 20px;
        color: #058398;
        font-weight: bold;
    }



    



}

@media (max-width: 540px) {

    .shopping-cart .box_price .btn-primary {
        color: #fff;
        background-color: #058398;
        border-color: #058398;
        border-radius: 8px;
        font-size: 16px;
        width: 100%;
    }

    .shopping-cart .table td, .shopping-cart .table th {
        padding: 7px 7px;
        font-size: 11px;
    }
    .navbar-brand {
        width: 150px;
        padding: 0 10px;
    }

    .healthcare .hero-healthcare .header-text {
        padding: 76px 0;

    }

    .hero-area-bg .btn-primary {
        width: 100%;
    }
}