::-webkit-scrollbar {
    background-color: #ccc;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #00c2ff;
}

::selection {
    color: #fff;
    background-color: #00c2ff;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    color: #3e3e65;
    font-size: 14px;
    font-family: 'Noto Sans SC',sans-serif;
}

a, a:hover {
    color: #3e3e65;
    text-decoration: none;
    outline: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

h1, h2, h3, h4, h5, h6 {
    color: #3e3e65;
    font-family: 'Baloo Tammudu 2',sans-serif;
    margin-bottom: 16px;
    text-transform: uppercase;
}

p {
    color: #1b1b1b;
    line-height: 26px;
}

li {
    color: #3e3e65;
    list-style: none;
}

.t-list {
    line-height: 40px;
}

.lh-default {
    line-height: 26px;
}

    .lh-default span {
        color: #888;
    }

b, span, strong {
    font-size: 100%;
}

b, strong {
    font-weight: 900;
}

.text01 {
    line-height: 16px !important;
}

    .text01 p {
        line-height: 25px !important;
    }

    .text01 h1 {
        margin-bottom: 10px !important;
    }

    .text01 h4 {
        margin-bottom: 5px !important;
    }

iframe {
    width: 100%;
  
    border: 0;
    outline: 0;
    overflow: hidden;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
    text-align: center;
}

    .loader img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.ptb-20 {
    padding: 20px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-80-60 {
    padding: 80px 0 60px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

button, button:active, button:focus, button:hover {
    box-shadow: 0 0;
    outline: 0;
}

.input-btn, .input-btn.active, .input-btn.active:focus, .input-btn.active:hover, .input-btn:active, .input-btn:hover {
    outline: 0;
    box-shadow: 0 0;
    background-color: transparent;
}

.btn, .page-link {
    padding: 8px 25px;
    border-radius: 0;
    color: #fff;
    box-shadow: 0 0;
    outline: 0;
    text-transform: uppercase;
}

.btn-xl {
    padding: 17px 30px;
}

.btn-sm {
    padding: .25rem .5rem;
    box-shadow: 0 0;
    outline: 0;
}

.page-item.active .page-link {
    background-color: #1bb321;
    border-color: #1bb321;
}

.badge-primary, .btn-primary, .dropdown-item.active, .dropdown-item:active, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00c2ff;
    box-shadow: 0 0;
    outline: 0;
    border-color: #00c2ff;
}

    .btn-light.focus, .btn-light:focus, .btn-primary.disabled, .btn-primary.focus, .btn-primary:active, .btn-primary:disabled, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        border-color: #fff;
        outline: 0 !important;
        box-shadow: 0 0 !important;
        background-color: #166592;
    }

.select-scroll .dropdown-item.active:hover, .select-scroll .dropdown-item:active:hover {
    background-color: #1bb321;
    color: #fff;
}

.btn-border {
    color: #3e3e65;
    border: 1px solid #1bb321;
}

    .btn-border:hover {
        color: #fff;
        background-color: #1bb321;
    }

.btn-white {
    color: #3e3e65;
    background-color: #fff;
}

    .btn-white:hover {
        color: #3e3e65;
        background-color: #eee;
    }

.badge {
    border-radius: 0;
}

.pagination .page-link {
    color: #1bb321;
    outline: 0;
    box-shadow: 0 0;
}

.pagination .page-item.active .pagination .page-link {
    background-color: #1bb321;
}

.pagination-btn nav {
    display: inline-block;
}

.pagination, .pagination .page-item.disabled .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 0;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #3e3e65;
}

.color-primary {
    color: #fff;
}

.color-primary1 {
    color: #166592;
}

.color-success {
    color: #6ac059;
}

.color-info {
    color: #10aad6;
}

.color-warning {
    color: #ebde4b;
}

.color-danger {
    color: #eb5454;
}

.bg01f h3, .bg01f p {
    color: #fff;
}

.bg01f h1 {
    color: #fff;
}

.head-after {
    position: relative;
    display: inline-block;
}

    .head-after:before {
        content: "";
        position: absolute;
        background-color: #00c2ff;
        width: 50%;
        height: 2px;
        left: 0;
        bottom: -10px;
    }

    .head-after:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -16px;
        margin: 0 auto;
        text-align: center;
        border: 2px solid #00c2ff;
        border-radius: 100%;
        width: 14px;
        height: 14px;
        background: #fff;
    }

.img-bg {
    position: relative;
}

    .img-bg:after {
        content: "";
        position: absolute;
        left: -200px;
        top: 60px;
        width: 100%;
        height: 100%;
        background-image: url(../img/img-bg.png);
        background-repeat: no-repeat;
        z-index: -1;
        opacity: .2;
    }

    .img-bg img {
        width: 100%;
    }

.img-bg01 {
    position: relative;
}

    .img-bg01 img {
        width: 100%;
    }

.social-icons {
    float: left;
}

    .social-icons a {
        margin: 0 auto;
        width: 35px;
        height: 35px;
        line-height: 33px;
        display: inline-block;
        text-align: center;
        background-color: #1bb321;
        color: #fff;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
    }

        .social-icons a:hover {
            background-color: #223;
        }

            .social-icons a:hover i {
                color: #1bb321;
            }

.white-bg {
    background-color: #fff;
}

.light-bg {
    background-color: #eee;
}

.primary-bg {
    background-color: #1bb321;
}

.secondary-bg {
    background-color: #223;
}

.black-bg {
    background-color: #3e3e65;
}

blockquote {
    font-style: italic;
    border-left: 5px solid #3e3e65;
}

.w-card.border-light-ccc {
    border: 1px solid #ddd;
}

.border-b-light {
    border-bottom: 1px solid #ddd;
}

.card07 {
    border-radius: 25px;
    background: #0f263a;
    background: linear-gradient(90deg,rgb(22 127 197) 0,#145288 100%);
    box-shadow: 0 4px 20px 0 #000 !important;
    border: 1px dashed #fff !important;
}

    .card07 h5 {
        color: #fff;
    }

.mdi-bg07 {
    border-radius: 15px;
    border: 2px dashed #32616f !important;
    box-shadow: 4px 4px 5px 0 #350411 !important;
}

.card, .w-card {
    width: 100%;
    padding: 15px;
    margin-bottom: 2rem;
    border: 0;
    display: inline-block;
    box-shadow: 0 10px 20px 0 rgba(62,62,101,.1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    min-height: 131px;
}

.card01 {
    width: 100%;
    border-radius: 0;
    padding:15px 15px 0px 15px;
    /*padding: 15px;*/
    margin-bottom: 2rem;
    border: 0;
    display: inline-block;
    box-shadow: 0 10px 20px 0 rgba(62,62,101,.1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

    .card01 h4 {
        text-align: center;
        margin-bottom: 0;
        font-size: 17px;
        padding:13px 0 7px 0;
    }

.card05 {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 2rem;
    border: 0;
    display: inline-block;
    box-shadow: 0 10px 20px 0 rgba(62,62,101,.1);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

::placeholder {
    color: #3e3e65 !important;
}

:-ms-input-placeholder {
    color: #3e3e65 !important;
}

::-ms-input-placeholder {
    color: #3e3e65 !important;
}

.form-control, select, select.form-control:not([size]):not([multiple]) {
    border-radius: 0;
    padding: 12px 25px;
    height: auto;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: 0 0 !important;
    border: 1px solid #eee;
    text-transform: uppercase;
    color: #3e3e65;
}

    .form-control:active, .form-control:focus {
        outline: 0;
        box-shadow: 0 0;
        border: 1px solid #1bb321;
    }

.center-form {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.input-group-prepend {
    width: 100%;
}

.t-row {
    margin-left: -15px;
    margin-right: -15px;
}

.mdi-bg {
    font-size: 40px;
    background: #00c2ff;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.mdi-40px {
    font-size: 40px;
}

.mdi-60px {
    font-size: 60px;
}

.mdi-80px {
    font-size: 80px;
}

.mdi-100px {
    font-size: 100px;
}

.collapse-head {
    border: 1px solid #ccc;
    margin-bottom: 1rem;
}

    .collapse-head p {
        margin-bottom: 0;
        padding: 15px 20px;
    }

    .collapse-head button {
        color: #3e3e65;
        background-color: #fff;
        width: 100%;
        display: inline-flex;
        padding: 15px 20px;
    }

        .collapse-head button:hover {
            cursor: pointer;
        }

button[aria-expanded=true] {
    background-color: #3e3e65;
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav.nav-pills {
    border-bottom: 1px solid #eee;
}

#top-header {
    padding: 7px 0;
    background-color: #166492;
}

.t-left-side {
    float: left;
}

.t-right-side {
    float: right;
}

#top-header ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#top-header li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'Baloo Tammudu 2',sans-serif;
}

#top-header .t-left-side li {
    margin-right: 25px;
    position: relative;
    color: #fff;
}

    #top-header .t-left-side li:after {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        background-color: #fff;
        width: 1px;
        height: 20px;
        opacity: .5;
    }

    #top-header .t-left-side li:first-child:after {
        display: none;
    }

#top-header .t-left-side i {
    color: #00c2ff;
    line-height: 0;
    position: relative;
    top: 3px;
}

#top-header .social-icons a {
    background-color: #00c2ff;
}

    #top-header .social-icons a:hover {
        background-color: #3e3e65;
    }

#header {
    margin: 0;
    padding: 0 0;
    border-bottom: 1px solid #ddd;
}

.header-fixed { /*position:fixed;top:0;z-index:999;background-color:#fff;width:100%;animation:1s menuFix;-webkit-animation:1s menuFix;-o-animation:1s menuFix;-moz-animation:1s menuFix*/
    display: none;
}

.t-left-side ul li a {
    color: white;
}

.header-fixed img {
    width: 80%;
}

.logo {
    text-align: left;
}

#header .navbar {
    padding: 0;
}

#header .navbar-brand {
    font-size: 30px;
    font-family: 'Baloo Tammudu 2',sans-serif;
    font-weight: 600;
}

    #header .navbar-brand span {
        color: #1bb321;
    }

#header .nav-item {
    position: relative;
}

    #header .dropdown-active:before, #header .nav-item a:hover:before, #header .nav-item.active a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-top: 3px solid #00c2ff;
        opacity: 0;
        animation: 1s fadeIn;
        animation-fill-mode: forwards;
        transition: opacity 1s;
    }

    #header .nav-item a:hover, #header .nav-item.active a {
        color: #166492;
    }

    #header .nav-item .btn:hover {
        color: #fff;
    }

#header .nav-link {
    padding: 31px 14px;
    margin: 0;
    color: #3e3e65;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Baloo Tammudu 2',sans-serif;
    font-size: 18px;
}

#header .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    min-width: 14rem;
}

#header .dropdown-active a {
    color: #166492;
}

#header .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    color: #3e3e65;
    text-transform: uppercase;
}

    #header .dropdown-menu .dropdown-item:hover, #header .dropdown.active .dropdown-menu .dropdown-item:hover {
        background-color: #166492;
        color: #fff;
    }

#header .dropdown.active .dropdown-menu a {
    color: #3e3e65;
}

#header .dropdown.active .dropdown-menu .dropdown-item.active {
    background-color: #1bb321;
    color: #fff;
}

.menu-btn {
    margin: 22px 0;
}

    .menu-btn .btn:hover {
        font-weight: 100;
    }

#header .navbar-toggler {
    border-radius: 0;
    background-color: #00c2ff;
    outline: 0;
    border: 0;
    padding: 12px;
}

    #header .navbar-toggler i {
        color: #fff;
    }

    #header .navbar-toggler[aria-expanded=true] i:before {
        content: "\f156";
    }

#main-slider {
    background-color: #eee;
    position: relative;
}

    #main-slider .carousel-indicators {
        display: none;
    }

    #main-slider .carousel-item {
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        #main-slider .carousel-item:before {
            content: "";
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,.5);
        }

#carouselExampleIndicators h3, #carouselExampleIndicators h5, #carouselExampleIndicators p {
    color: #fff;
}

#carouselExampleIndicators h3 {
    font-size: 60px;
    font-weight: 600;
}

.carousel-indicators .active {
    background-color: #2983e4;
}

.carousel-indicators:hover {
    cursor: pointer;
}

#carouselExampleIndicators .carousel-item {
    height: 500px;
    background-position: top;
}

.itema h4:hover {
    color: #00c2ff;
}

.itema .workers-img img:hover {
    filter: grayscale(70%);
}

#carouselExampleIndicators .carousel-caption {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
}

    #carouselExampleIndicators .carousel-caption .btn {
        margin: 3px;
        color: #fff;
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 20px;
}

#breadcrumb {
    padding: 40px 0 20px 0;
    position: relative;
    background-image: url(../img/About-VSS.jpg);
    background-size: cover;
    z-index: 1;
}

    #breadcrumb:before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(23 105 152 / 82%);
        z-index: -1;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    opacity: .5;
}

.widget_links ul {
    list-style: none;
    margin: 0;
}

.widget_links li {
    display: flex;
    padding: 4px 0;
    font-size: 15px;
}

    .widget_links li span {
        background-image: none !important;
        padding-left: 7px;
        color: #888;
    }

.widget_links:not(.widget-li-noicon) li::before {
    content: "\F733";
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0;
    font-size: 15px;
}

#breadcrumb h2 {
    color: #fff;
}

.breadcrumb-bg ol {
    margin-bottom: 0;
}

#breadcrumb li {
    display: inline-block;
}

    #breadcrumb li a {
        color: #00c2ff;
    }

        #breadcrumb li a:hover {
            color: #fff;
        }

    #breadcrumb li.active {
        color: #fff;
    }

.item .card {
    min-height: unset;
}

#counter {
    padding: 40px 0 20px 0;
}

    #counter .counter-col {
        position: relative;
    }

        #counter .counter-col:after {
            content: "";
            position: absolute;
            right: 7px;
            bottom: 0;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: rgba(0,0,0,.3);
        }

.count-timer {
    margin-top: 22px;
}

#counter .counter-col:last-child:after {
    display: none;
}

#counter .count-timer i {
    position: relative;
    bottom: 10px;
}

#counter .count-timer div {
    font-weight: 900;
    font-size: 16px;
}

#counter .count-timer p {
    margin-bottom: 0;
}

#what-we-offer {
    padding: 60px 0 40px;
    position: relative;
    z-index: 9;
    background-image: url(../img/Logo-Banner.jpg);
    background-size: cover;
}

    #what-we-offer:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(23 105 152 / 76%);
        z-index: -1;
    }

    #what-we-offer h1 {
        color: #fff;
    }

    #what-we-offer p {
        color: #fff;
    }

    #what-we-offer .card p {
        margin-bottom: 0;
    }

    #what-we-offer .card:hover a, #what-we-offer .card:hover h5, #what-we-offer .card:hover p {
        color: #fff;
    }

    #what-we-offer .card:hover .mdi-bg {
        background-color: #fff;
        color: #3e3e65;
    }

    #what-we-offer .card:hover {
        background-color: #3e3e65;
    }

    #what-we-offer .card a {
        font-size: 100%;
    }

        #what-we-offer .card a:hover {
            color: #1bb321;
        }

.side-nav-bar {
    margin-bottom: 0;
}

    .side-nav-bar li {
        margin-bottom: 10px;
        position: relative;
    }

        .side-nav-bar li a {
            width: 100%;
            display: inline-block;
            padding: 12px 25px;
            border: 1px solid transparent;
            text-transform: uppercase;
        }

            .side-nav-bar li a:hover, .side-nav-bar li.active a {
                font-weight: 900;
                color: #3e3e65;
                border: 1px solid #1bb321;
            }

.filters-group {
    text-align: center;
}

    .filters-group li {
        display: inline-block;
        color: #3e3e65;
        text-decoration: none;
    }

        .filters-group li.active, .filters-group li:hover {
            font-weight: 900;
            text-decoration: none;
            cursor: pointer;
            color: #1bb321;
        }

        .filters-group li:before {
            display: inline-block;
            padding: 0 5px;
            content: "/";
        }

        .filters-group li:first-child:before {
            display: none;
        }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    transition-property: height,width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        transition-property: transform,opacity;
    }

.coming-soon-bg {
    background-image: url(../img/Security-Service.html);
    background-attachment: fixed;
    background-size: cover;
}

.coming-soon-content {
    position: absolute;
    margin: 0 auto;
    padding: 70px 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    background-color: #3e3e65;
}

    .coming-soon-content h1, .coming-soon-content h6 {
        color: #fff;
    }

.time-bg {
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

#time span {
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px;
    margin: 7px;
    font-family: 'Baloo Tammudu 2',sans-serif;
    color: #fff;
    font-weight: 900;
    border-bottom: 1px solid #fff;
}

.coming-soon-content .btn:hover {
    color: #fff;
}

#who-we-are {
    padding: 70px 0 40px;
}

    #who-we-are .video-btn {
        position: relative;
    }

        #who-we-are .video-btn button {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            margin: 0 auto;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -o-transition: all .4s;
        }

            #who-we-are .video-btn button:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: #fff;
                opacity: .2;
                padding: 10px 20px;
                -webkit-transition-property: -webkit-transform;
                transition-property: -moz-transform;
                -moz-transition-property: -moz-transform;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -webkit-animation-duration: 1s;
                -moz-animation-duration: 1s;
                animation-duration: 1s;
                transition-duration: 1s;
                -webkit-animation-name: grow;
                -moz-animation-name: grow;
                animation-name: grow;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                -moz-animation-iteration-count: infinite;
                -moz-animation-timing-function: linear;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }

            #who-we-are .video-btn button:hover i {
                color: #fff;
            }

    #who-we-are .modal-content {
        border-radius: 0;
    }

    #who-we-are .yr-exp {
        position: relative;
        left: -70px;
    }

        #who-we-are .yr-exp h5 {
            padding: 10px 15px;
            background-color: #f1f1f1;
        }

.about-b-list h4 {
    margin-bottom: 0;
}

#call-back {
    padding: 60px 0 50px;
    position: relative;
    z-index: 9;
    background-image: url(../img/Cleaning-Service.jpg);
    background-size: cover;
}

    #call-back:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 65%;
        height: 100%;
        background-color: rgb(23 105 152 / 82%);
        z-index: -1;
    }

#call-back05 {
    padding: 60px 0 50px;
    position: relative;
    z-index: 9;
    background-image: url(../img/img-2d.jpg);
    background-size: cover;
    color: #fff;
}

    #call-back05:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 65%;
        height: 100%;
        background-color: rgb(23 105 152 / 82%);
        z-index: -1;
    }

#call-back01 {
    padding: 60px 0 50px;
    position: relative;
    z-index: 9;
    background-image: url(../img/img-5.jpg);
    background-attachment: fixed;
    background-size: cover;
}

    #call-back01:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 65%;
        height: 100%;
        background-color: rgb(23 105 152 / 82%);
        z-index: -1;
    }

    #call-back01 h3, #call-back01 p {
        color: #fff;
        width: 59%;
    }

#call-back02 {
    padding: 60px 0 50px;
    position: relative;
    z-index: 9;
    background-attachment: fixed;
    background-size: cover;
}

    #call-back02:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 65%;
        height: 100%;
        background-color: rgb(23 105 152 / 82%);
        z-index: -1;
    }

    #call-back02 h3, #call-back02 p {
        color: #fff;
        width: 59%;
        margin-left: 36%;
    }

#call-back03 {
    padding: 60px 0 50px;
    position: relative;
    z-index: 9;
    background-attachment: fixed;
    background-size: cover;
}

    #call-back03:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 65%;
        height: 100%;
        background-color: rgb(4 127 197 / 82%);
        z-index: -1;
    }

    #call-back03 h3, #call-back03 p {
        color: #fff;
        width: 59%;
    }

#call-back h1, #call-back h3, #call-back p {
    color: #fff;
    width: 59%;
}

#call-back .call-back-phone {
    z-index: 9;
    padding: 10px 20px;
    background-color: rgba(255,255,255,.1);
    display: inline-block;
}

#call-back .bg-btn:hover {
    color: #fff;
}

#expert-workers {
    padding: 60px 0 10px;
}

.workers-img {
    position: relative;
}

#expert-workers .workers-img img {
    margin-bottom: 1rem;
}

#expert-workers .card {
    padding: 10px;
    min-height: auto;
}

#expert-workers .workers-details h4 {
    margin-bottom: 7px;
    text-align: center;
}

#expert-workers .social-icons {
    float: none;
}

#expert-workers .social-icons {
    margin-bottom: 0;
}

    #expert-workers .social-icons li {
        display: inline-block;
    }

#expert-workers .owl-controls {
    position: absolute;
    z-index: 99;
    top: 50%;
    bottom: 50%;
    left: -2%;
}

#expert-workers .owl-pagination .owl-page {
    display: block;
    position: relative;
}

    #expert-workers .owl-pagination .owl-page span {
        margin: 3px 0;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        left: -20px;
        right: 20px;
    }

    #expert-workers .owl-pagination .owl-page.active span {
        background-color: #1bb321;
    }

        #expert-workers .owl-pagination .owl-page.active span:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #3e3e65;
            border-radius: 100%;
            text-align: center;
            margin: 3px auto;
            border: 3px solid #fff;
        }

#customer-says {
    padding: 60px 0 10px;
    position: relative;
    z-index: 9;
    background-image: url(../img/Security-Service.html);
    background-repeat: no-repeat;
    background-size: cover;
}

    #customer-says:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(23 105 152 / 82%);
        z-index: -1;
    }

    #customer-says .text-center h1, #customer-says .text-center h5, #customer-says .text-center p {
        color: #fff;
    }

    #customer-says .c-says-img {
        position: relative;
    }

        #customer-says .c-says-img:after {
            content: "\f35d";
            font-family: "Material Design Icons";
            position: absolute;
            left: -10px;
            bottom: -50px;
            color: #fff;
            font-size: 60px;
            z-index: -1;
        }

    #customer-says .card {
        padding: 30px 80px;
    }

    #customer-says .c-says-content {
        font-style: italic;
    }

        #customer-says .c-says-content span {
            position: absolute;
        }

        #customer-says .c-says-content .mdi-left {
            left: 15px;
            top: 0;
            opacity: .3;
        }

        #customer-says .c-says-content .mdi-right {
            right: 15px;
            bottom: 0;
            opacity: .3;
        }

        #customer-says .c-says-content p {
            margin-bottom: 0;
        }

    #customer-says .owl-controls {
        position: absolute;
        z-index: 99;
        top: 50%;
        bottom: 50%;
        left: -2%;
    }

    #customer-says .owl-pagination .owl-page {
        display: block;
        position: relative;
    }

        #customer-says .owl-pagination .owl-page span {
            margin: 3px 0;
            width: 25px;
            height: 25px;
            border-radius: 100%;
            left: -20px;
            right: 20px;
        }

        #customer-says .owl-pagination .owl-page.active span {
            background-color: #00c2ff;
        }

            #customer-says .owl-pagination .owl-page.active span:before {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: #3e3e65;
                border-radius: 100%;
                text-align: center;
                margin: 3px auto;
                border: 3px solid #fff;
            }

#latest-news {
    padding: 10px 0 40px;
}

    #latest-news .news-img {
        position: relative;
    }

    #latest-news .news-date {
        position: absolute;
        bottom: 20px;
    }

        #latest-news .news-date:hover {
            background-color: #fff;
        }

            #latest-news .news-date:hover p {
                color: #3e3e65;
            }

        #latest-news .news-date p {
            color: #fff;
            margin-bottom: 0;
        }

    #latest-news .card li, #latest-news .card-d-b li {
        display: inline-block;
    }

        #latest-news .card li + li::before, #latest-news .card-d-b li + li::before {
            display: inline-block;
            padding: 0 5px;
            content: "/";
        }

        #latest-news .card li a {
            color: #888;
        }

            #latest-news .card li a:hover {
                color: #3e3e65;
            }

    #latest-news .card h4 a {
        font-size: 100%;
    }

        #latest-news .card h4 a:hover {
            color: #1bb321;
        }

    #latest-news .news-replay-btn {
        position: absolute;
        top: 0;
        right: 15px;
    }

        #latest-news .news-replay-btn .badge {
            padding: 3px 5px;
        }

        #latest-news .news-replay-btn i {
            margin: 0;
        }

    #latest-news .owl-controls {
        position: absolute;
        z-index: 99;
        top: 50%;
        bottom: 50%;
        left: -2%;
    }

    #latest-news .owl-pagination .owl-page {
        display: block;
        position: relative;
    }

        #latest-news .owl-pagination .owl-page span {
            margin: 3px 0;
            width: 25px;
            height: 25px;
            border-radius: 100%;
            left: -20px;
            right: 20px;
        }

        #latest-news .owl-pagination .owl-page.active span {
            background-color: #1bb321;
        }

            #latest-news .owl-pagination .owl-page.active span:before {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background-color: #3e3e65;
                border-radius: 100%;
                text-align: center;
                margin: 3px auto;
                border: 3px solid #fff;
            }

    #latest-news .new-post a:hover {
        color: #1bb321;
    }

    #latest-news .tags li {
        display: inline-block;
        margin-bottom: 3px;
    }

#get-solutions {
    padding: 40px 0;
    background-color: #fff;
}

#clients {
    padding: 40px 0 10px;
}

    #clients .owl-controls {
        display: none !important;
    }

#clients-carousel .card {
    margin-bottom: 0;
}

#clients-carousel a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

#clients-carousel img {
    opacity: .4;
    width: 100%;
}

    #clients-carousel img:hover {
        opacity: 1;
    }

#footer {
    padding: 60px 0 30px;
    background-color: #176998;
}

    #footer li {
        line-height: 40px;
    }

    #footer .social-icons li {
        display: inline-block;
    }

    #footer a, #footer h3, #footer h5, #footer li, #footer p {
        color: #fff;
    }

        #footer a:hover {
            color: #1bb321;
        }

#sub-footer {
    padding: 20px 0;
    background-color: #094161;
}

.sub-foot-left {
    text-align: left;
}

.sub-foot-right {
    text-align: right;
}

#sub-footer ul {
    margin-bottom: 0;
}

#sub-footer li {
    display: inline-block;
    position: relative;
    color: #fff;
}

    #sub-footer li + li::before {
        display: inline-block;
        padding: 0 5px;
        content: "/";
    }

#sub-footer a {
    color: #00c2ff;
    font-weight: 700;
}

    #sub-footer a:hover {
        color: #fff;
    }

.backto-top-btn {
    display: none;
    position: fixed;
    z-index: 9;
    right: 2%;
    bottom: 3%;
    animation: bcktop 1s forwards;
    -webkit-animation: bcktop 1s forwards;
    -moz-animation: bcktop 1s forwards;
    -o-animation: bcktop 1s forwards;
    z-index: 99;
}

    .backto-top-btn:hover {
        background-color: #fff;
    }

.backto-top-blk {
    display: block;
}

.top-btn {
    padding: 3px 12px;
}

.backto-top-btn i {
    margin-left: 0;
    line-height: 50px;
}

.backto-top-btn a:hover i {
    color: #3e3e65;
}

#color-change {
    position: fixed;
    top: 50%;
    bottom: 50%;
    z-index: 9999;
}

    #color-change .card {
        background: #fff;
        width: 160px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 0 0;
        padding: 11px;
        border: 1px solid #ccc;
    }

        #color-change .card:hover {
            color: #4b565d;
        }

        #color-change .card.active {
            display: block;
            -webkit-transform: translateX(-160px);
            -moz-transform: translateX(-160px);
            -o-transform: translateX(-160px);
            -ms-transform: translateX(-160px);
            transform: translateX(-160px);
        }

.tbtn {
    display: inline-block;
    position: absolute;
    left: 158px;
    top: -1px;
    background-color: #3e3e65;
    padding: 16px;
    border: 1px solid #fff;
}

    .tbtn:hover {
        background-color: #fff;
    }

    .tbtn i {
        margin: 0;
        font-size: 20px;
    }

.cardcard {
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0;
}

    .cardcard button {
        width: 25px;
        height: 25px;
        background-color: transparent;
        color: #4b565d;
        margin: 0 3px;
        z-index: 9;
        position: relative;
    }

        .cardcard button:hover {
            cursor: pointer;
        }

        .cardcard button#default-color1 {
            background-color: #1bb321;
        }

        .cardcard button#green1 {
            background-color: #61a514;
        }

        .cardcard button#green2 {
            background-color: #19d071;
        }

        .cardcard button#light-blue1 {
            background-color: #10aad6;
        }

        .cardcard button#blue1 {
            background-color: #2f61cc;
        }

        .cardcard button#blue2 {
            background-color: #464684;
        }

        .cardcard button#red1 {
            background-color: #de2121;
        }

        .cardcard button#yellow1 {
            background-color: #d4b217;
        }

        .cardcard button#orange1 {
            background-color: #ff6a00;
        }

        .features-our-services li {
            text-align: left;
            line-height: 21px;
            color: rgb(255, 255, 255);
            margin-bottom: 10px;
            font-size: 16px;
            display: flex;
        }
        .features-our-services li::before{
            content: '\2022';
            font-size: 24px;
            padding-right: 3px;
        }
        .our-team img{
            width: 100%;
            border-radius: 3px;
        }
ul.service-list {
    margin-left: 15px !important;
}

    ul.service-list li {
        margin-bottom: 10px !important;
        list-style-type: disc !important;
    }




.cc1{
    color:#1b1b1b !important;
    line-height: 25px !important;
    font-size: 14px !important;
}
.cc2{
    padding-left: 20px;
}
.cc2 li{
    list-style-type: disc !important;
}

.cc3{
    position: relative;
    left: -52px !important;
    top: -20px !important;
}

.cc4{
    margin-top: 50px;
}

.cc5 li {
    text-align: left;
    line-height: 21px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
}

.cc6{
    font-size: 15px !important;
    line-height: 25px !important;
}

.cc6 span{
    color: #ff0000 !important;
}