* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
body .site-navbar {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 10px 0 !important;
}
.rounded-pill {
    border-radius: 25px;
}
.bg-success {
    background-color: #009b4e !important;
}
.btn.btn-outline-white:hover {
    color: #00a9eb!important;
}
.bg-gradiant {
    background: linear-gradient(180deg, rgba(0,169,235,1) 0%, rgba(0,87,168,1) 100%) !important;
}
.bg-opacity-10 {
    background-color: #00a9eb0d !important;
}
#myslide {
    position: relative;
}
.slider_text {
    position: relative;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.slider_text h2 {
    font-size: 3rem;
    font-weight: 700;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev {
    width: 50px !important;
    hight: 50px !important;
}
.carousel-control-next span, .carousel-control-prev span {
    width: 50px;
    height: 50px;
    background: #3fbef0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.site-navbar .site-navigation .site-menu>li>a {
    padding: 20px;
}
body .site-navbar .site-navigation .site-menu .active>a, body .site-navbar .site-navigation .site-menu>li>a:hover {
    color: #00a9eb;
}
body .form-search-wrap {
    background: rgb(143 143 143 / 30%);
}
body .caton {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto !important;
    top: -21px;
}
body .mylable {
    height: 30px !important;
    padding: 0px 10px !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -10px;
    left: 0px;
    display: flex;
    right: 0;
    width: 60px !important;
    margin: auto;
}
.catlist {
    height: 100px;
    display: flex;
    justify-content: center;
}
.border-primary:after {
    display: none;
}
.txbk p {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    margin: 0;
}
.site-section.today, .common {
    padding: 5em !important;
}
body .listing {
    min-height: 203px;
}
body .listing .category {
    background: #00a9eb;
    color: #fff;
}
body .btn-outline-primary:hover {
    color: #fff;
}

body .btn-primary:hover {
    color: white;
    background-color: #0063b2;
    border-color: #0063b2;
}

.artwrk {
    position: absolute;
    bottom: 0px;
    right: 0;
    opacity: .1;
    width: 30%;
}
.whyimg {
    position: relative;
}
.whyimg:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 110%;
    background: linear-gradient(180deg, rgba(0,169,235,1) 0%, rgba(0,87,168,1) 100%);
    left: 0px;
    z-index: -2;
    top: -20px;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
}
.blog img {
    overflow: hidden;
    max-height: 225px;
    width: 100%;
    object-fit: cover;
    min-height: 225px;
}
.slink a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    border: 2px solid #999;
}
body .site-footer .footer-heading {
    font-size: 20px;
}
body .site-footer a:hover {
    color: #00a9eb;
}
.slink a:hover {
    background: #00a9eb;
    border: 2px solid #00a9eb;
    color: #fff !important;
}
body #myBtn {
    background-color: #00a9eb;
    height: 50px;
    padding-top: 10px;
}
hr {
    border-top: 1px solid rgb(255 255 255 / 16%) !important;
}
.site-navbar.sticky {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    background: #fff;
}
.topleft {
    position: absolute;
    width: 30%;
    border-radius: 140px;
    right: 20px;
    bottom: -30px;
}
.abus {
    width: 80%;
    height: 100%;
    max-height: 450px;
}
.whydata li {
    width: 50%;
}
.services .svbox {
    height: 250px;
    overflow: hidden;
    border-radius: 0;
}
.services img {
    opacity: 0;
    transform: translateY(50px);
}
.services .svbox:hover img {
    opacity: 0.3;
    transition: opacity 500ms ease;
    transform: translateY(0px);
}
.thumb img {
    width: 60px !important;
    border-radius: 50%;
    margin-right: 20px;
}
.mycnt .owl-nav i {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border-radius: 5px;
}
.mycnt .owl-nav {
    position: absolute;
    top: -70px;
    right: 40px;
    display: flex;
}
.mycnt .owl-nav i:hover {
    background: #00a9eb;
    color: #fff;
}
.advs {
    position: absolute;
    right: 10px;
    top: 10px;
}
.blog:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f2fbfe;
    left: 0;
    top: 60%;
}
.ftb {
    border-top: 1px solid #ffffff1a;
    margin-top: 20px;
    padding-top: 20px !important;
}
.ftblogo {
    margin-top: -60px;
}
.site-footer ul>li>a {
    color: #ececec;
}
.site-footer input::placeholder {
    color: #fff;
}
.fillter {
    margin-top: -100px;
    z-index: 99;
    position: relative;
}
body #myBtn:hover {
    background-color: #0059aa;
    color: #ffffff;
    border: 1px solid #0059aa;
    transition: 0.5s ease;
}
.page_bg .col-lg-3 {
    left: 150px;
    z-index: 1;
    position: relative;
}
body .form-control:active, body .form-control:focus {
    border-color: #00a9eb;
}
.formcol {
    position: relative;
    left: -100px;
}
.text-justify {
    text-align: justify;
}
h1.bigtl {
    color: #eaeaea;
    margin-bottom: -15px;
}
.blog:before {
    display: none;
}
.accordion-item[aria-expanded=true] {
    color: #00a9eb;
}
nav.site-navigation li>a>i, .site-nav-wrap>li>a>i {
    display: none;
}

 center>a.adad {
     background: #5373d3;
     display: block;
     padding: 15px 10px;
     width: 395px;
     text-transform: uppercase;
     color: #fff;
     font-weight: 700;
     font-size: 18px;
     margin-bottom: 8px;
}


@media (max-width: 992px) {
    .btn-close {
        box-sizing: content-box;
        width: 3px;
        height: 3px;
        padding: .25em .25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .5;
    }
    .site-mobile-menu .site-nav-wrap li.active>a {
        color: #00a9eb;
    }
    .slider_text {
        align-items: center;
        justify-content: center;
    }
    .why .subtitl {
        margin-top: 50px;
    }
    .services .svbox .card-img-overlay {
        padding: 1.5rem !important;
    }
    .blog:before {
        top: 0;
        z-index: -2;
    }
}
@media (max-width: 767px) {
    .slider_text h2 {
        font-size: 2rem;
        font-weight: 600;
    }
    .slider_text h2>br {
        display: none;
    }
    .slider_text {
        height: 40vh;
    }
    .carousel-item {
        min-height: 40vh;
    }
    .carousel-control-next, .carousel-control-prev {
        height: 70% !IMPORTANT;
    }
    .font-weight-bold {
        font-weight: 500 !important;
    }
    .mobiletoggle {
        top: -3px !important;
    }
    .fillter {
        margin-top: 0;
        z-index: 1;
    }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        margin-top: 0 !important;
    }
    .site-section.today, .common {
        padding: 30px 0 !important;
    }
    .services .svbox {
        height: 250px;
        overflow: hidden;
        border-bottom: 1px solid #dee2e6!important;
    }
    .ftblogo {
        margin-top: 0;
    }
    .newsblock {
        padding-top: 30px;
    }
    .inner-page-cover {
        display: none !important;
    }
    .page_bg .col-lg-3 {
        left: 0;
        background-image: url(https://rkgdeal.com/rkgdeal/images/cusbg.jpg);
    }
    .page_bg .banner_text {
        margin: 20px 0;
    }
    .whydata li {
        width: 100%;
    }
    .formcol {
        left: 0;
    }
    body .offcanvas-menu .site-wrap {
        top: 0 !important;
    }
}

