    body {
        font-family: 'Spartan', sans-serif;
        background: #f5f5f5;
    }
    
     ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }
    
     ::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }
    
     ::-webkit-scrollbar-thumb {
        background-color: #0e2582;
    }
    
    .form-control {
        background: #f6f6f6;
        border-radius: 0 !important;
        border: 1px solid #f0f0f0;
        font-size: 14px;
    }
    
    .float {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 80px;
        right: 30px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        justify-content: center;
        align-items: center;
        padding: 5px 0 0px 1px;
    }
    
    .float i {
        color: #fff !important
    }
    
    .carousel-caption h3 {
        font-size: 28pt;
        font-weight: 500;
        line-height: 45px;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        text-shadow: 0px 0px 7px #00000057;
    }
    
    label.error {
        font-size: 12px !important;
        line-height: 15px;
    }
    
    .alert-warning,
    .alert-success {
        font-size: 14px;
    }
    
    .btn-close {
        background-size: 12px;
    }
    
    .quick-connect {
        display: none;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }
    
    .projectsingle:hover img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        transition: all .4s ease-in-out;
    }
    
    .projectsingle:hover p {
        color: #000 !important;
    }
    
    .fixheader {
        position: fixed;
        z-index: 10;
        width: 100%;
        transition: all .3s ease-in-out;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        box-shadow: 1px 1px 5px #00000030;
    }
    
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    .navbar {
        transition: all .3s ease-in-out;
    }
    
    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    .navbar-expand-md .navbar-collapse {
        justify-content: space-between;
    }
    
    .carousel-caption a {
        color: #272727;
        text-decoration: underline;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        text-shadow: 0px 0px 4px #fff;
    }
    
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    
    .carousel img {
        width: 100%;
    }
    
    .navbar h4 {
        font-size: 14px;
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 20px;
        color: #0e2582;
    }
    
    .navbar h4 span {
        font-size: 14px;
        color: #768492;
    }
    
    .navbar h4 img {
        max-width: 36px;
        float: left;
        margin-right: 8px;
    }
    
    .navbar-expand-md .navbar-nav .nav-link.active {
        color: #0e2582;
        border-top: solid 3px #0e2582;
    }
    
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1.5rem 0 1.3rem 0;
        font-size: 10.8pt;
        color: #000000;
        font-weight: 600;
        margin: 0 21px;
        border-top: solid 3px #fff;
    }
    
    .navbar {
        padding: 0;
        background: white;
    }
    
    .quick-connect a.qc-one {
        background: #e5f1fc;
        border-right: 1px solid #ccc;
    }
    
    .quick-connect a {
        width: 50%;
        display: inline-block;
        float: left;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        padding: 7px 0 5px;
        color: #0e2582;
        box-sizing: border-box;
    }
    
    .quick-connect a.qc-two {
        background: #e5f1fc;
    }
    
    .head-2 i {
        color: #ce1a1f
    }
    
    .bi-shield-check {
        color: #ce1a1f;
        margin-right: 5px;
    }
    
    .head-2 {
        color: #4b4b4b;
        font-size: 9.36pt;
        margin-bottom: 25px;
    }
    
    .head-1 {
        color: #0e2582;
        font-size: 25pt;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    li {
        font-size: 10.8pt;
        color: #4b4b4b;
        line-height: 40px;
        list-style: none;
    }
    
    p {
        font-size: 10.8pt;
        color: #4b4b4b;
        line-height: 23pt;
    }
    
    .btn-frame {
        color: #0e2582;
        background: transparent;
        border: solid 2px #0e2582;
        border-radius: 00;
        font-weight: 600;
        padding: 12px 10px 8px 16px;
        font-size: 10.8pt;
        margin-top: 15px;
    }
    
    .btn-frame:hover {
        color: #000;
        border: solid 2px #000;
    }
    
    .btn-frame i {
        margin-left: 11px;
        font-size: 16px;
        line-height: 0px;
    }
    
    .projects .col-md-5 {
        padding-left: 0;
    }
    
    .projects .col-md-5 span {
        -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
        clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
        padding: 0 20px 0 0;
    }
    
    .projects .col-md-7 {
        padding-left: 20px;
    }
    
    .abouthome {
        -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
        clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
        background: #fff;
        padding: 60px 40px 45px 80px;
        margin-top: -80px;
        position: relative;
        margin-bottom: 75px;
    }

    .abouthome .list-wrap{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .abouthome .list-wrap img{
        max-width: 230px;
    }
    @media (max-width:768px) {
        .abouthome .list-wrap{
            flex-direction: column;
        }
        .abouthome .list-wrap img{
            max-width: 100%;
            margin-bottom: 1.5rem;
        }
    }
    
    .carousel-caption {
        bottom: 20%;
    }
    
    ul {
        padding-left: 0;
        margin-bottom: 20px;
    }
    
    .bi-lightning-charge {
        color: #ce191e;
    }
    
    h6 {
        color: #0e2582;
    }
    
    .projects li {
        /* list-style: url(../images/liststyle.png); */
        list-style: none;
        display: flex;
    }
    
    .services {
        background: #fff;
        padding: 70px 0;
    }
    
    .services h3 {
        font-size: 14pt;
        font-weight: bold;
        margin-top: 10px;
    }
    
    .services img {
        margin-top: 30px;
    }
    
    .services p {
        line-height: 19pt;
    }
    
    .featured {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    
    .featured p {
        color: #4b4b4b;
        font-size: 9.36pt;
        margin-bottom: 25px;
    }
    
    .featured h3 {
        color: #0e2481;
        font-size: 10.8pt;
        margin-bottom: 0;
        margin-top: 18px;
    }
    
    .owl-carousel .owl-dots.disabled {
        display: block !important;
    }
    
    .owl-carousel button.owl-dot {
        opacity: .6;
    }
    
    .owl-carousel button.owl-dot.active {
        opacity: 1;
    }
    
    .owl-carousel button.owl-dot span {
        background: #0e2582;
        height: 12px;
        width: 12px;
        display: block;
        margin: 3px 5px;
    }
    
    .owl-dots {
        text-align: center;
    }
    
    .contactbg {
        background: url(../images/contactbg.jpg) no-repeat center top;
        background-size: cover;
    }
    
    .contact {
        background: #fff;
        -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
        clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    }
    
    .contact-form {
        padding: 65px 35px 50px 65px;
    }
    
    footer {
        padding: 45px 0 0px 0;
        border-top: solid 1px #c1c2c3;
    }
    
    .footerlogo {
        margin-bottom: 20px;
    }
    
    footer span {
        color: #0e2582;
        font-weight: 500;
    }
    
    .socialbottom a {
        font-size: 22px;
        color: #0e2582;
        margin-left: 15px;
    }
    
    .socialbottom a:hover {
        color: #666;
    }
    
    .socialbottom p {
        text-align: right;
    }
    
    .footerbottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 30px;
        border: none;
        outline: none;
        background-color: #0e2582;
        color: white;
        cursor: pointer;
        padding: 0;
        border-radius: 104px;
        height: 50px;
        width: 50px;
        line-height: 20px;
        -webkit-animation-name: rotateIn;
        animation-name: rotateIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    @-webkit-keyframes rotateIn {
        0% {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
            opacity: 0;
        }
        100% {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: none;
            transform: none;
            opacity: 1;
        }
    }
    
    @keyframes rotateIn {
        0% {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
            opacity: 0;
        }
        100% {
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transform: none;
            transform: none;
            opacity: 1;
        }
    }
    
    #myBtn:hover {
        background-color: #243ca0;
    }
    
    input:focus,
    textarea:focus {
        outline: none !important;
        box-shadow: none !important;
        border-color: #666 !important;
    }
    
    .navbar-toggler {
        font-size: 30px;
        outline: none !important;
        box-shadow: none !important;
    }
    footer .address p strong{
        /* font-size: 10pt; */
    }
    /* RESPONSIVE CSS
-------------------------------------------------- */
    
    @media (max-width:1024px) {
        .navbar-expand-md .navbar-nav .nav-link {
            margin: 0 16px;
        }
    }
    
    @media (max-width: 992px) {
        .navbar-expand-md .navbar-nav .nav-link {
            padding: 0;
            text-align: center;
            margin: 0 10px;
        }
        .navbar-expand-md .navbar-collapse {
            flex-direction: column;
        }
    }
    
    @media (max-width:768px) {
        .navbar-expand-md .navbar-collapse {
            position: absolute;
            top: 69px;
            background: #fff;
            z-index: 10;
            width: 100%;
            left: 0;
            padding: 0 15px;
            border-bottom: solid 1px #0e2582;
            border-top: solid 1px #0e2582;
        }
        .navbar-expand-md .navbar-nav .nav-link.active {
            border-top: none;
        }
        .navbar h4 {
            float: none;
            margin: 0 auto 10px;
        }
        .navbar {
            padding: 10px 0;
        }
        .abouthome {
            margin-top: 0;
        }
    }
    
    @media (max-width:580px) {
        .float {
            right: 7px;
            bottom: 120px;
        }
        #myBtn {
            bottom: 40px;
            right: 5px;
        }
        .footerbottom {
            align-items: center;
            flex-direction: column;
            margin-bottom: 10px;
            text-align: center;
        }
        .socialbottom a {
            margin-left: 0;
            margin-right: 15px;
        }
        .owl-dots {
            display: none;
        }
        .carousel-caption h3 {
            font-size: 14px;
            line-height: normal;
        }
        .carousel-caption a {
            font-size: 12px;
        }
        .abouthome {
            padding: 40px 20px 40px 20px;
            margin-bottom: 35px;
        }
        .head-1 {
            font-size: 20pt;
            line-height: 35px;
        }
        ul {
            padding-left: 0;
            margin-bottom: 0;
        }
        .btn-frame {
            margin-bottom: 15px;
        }
        .projects .col-md-5 span {
            padding: 0;
        }
        .projects .col-md-5 {
            padding-left: 15px;
            margin-bottom: 20px;
        }
        .services {
            padding: 20px 0;
            text-align: center;
        }
        .owl-carousel .owl-nav {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            line-height: 20px;
            margin-bottom: 19px;
            color: #0e2582;
        }
        .owl-carousel .owl-nav button {
            margin: 0 5px;
        }
        .contact-form {
            padding: 26px 20px 15px 20px;
            text-align: center;
        }
        .socialbottom p {
            text-align: center;
            margin-bottom: 0;
        }
        footer {
            padding: 20px 15px;
            text-align: center;
        }
        .services img {
            margin-top: 0;
        }
        .quick-connect {
            display: block;
        }
        .head-2 {
            margin-bottom: 15px;
        }
        .featured {
            padding-top: 30px;
            padding-bottom: 10px;
        }
    }