<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/********** Template CSS **********/
:root {
    --primary: #096BD8;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}
@font-face {
	font-family: 'AlgoTechLogic', Sans-serif;
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url(../fonts/AlogTechLogic.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family:'AlgoTechLogic', Sans-serif;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 35px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

/* .header{    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, 0.7) !important;} */
.header.sticky-top {
    z-index: 99;
    position: fixed;
    background: #FFF !important;
    width: 100%;
}
nav.navbar.navbar-expand-lg.navbar-light.shadow-sm.px-5.py-3.py-lg-0.header {
    margin: auto;
    box-shadow: none !important;
    border: none;
    padding: 0 !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.owl-item .caption_item {
    position: absolute;
    font-size: 65px;
    top: 50%;
    transition: 2s .2s;
    width: 1200px;
    max-width: 94%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #FFF;
}

.owl-item.active .caption_item {
    transition: 2s .2s;
    opacity: 1;
}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .7);
    z-index: 1;
}
footer p a{color:white;}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.aboutUsSection .bg-secondary,
.aboutUsSection .bg-primary {
    position: relative;
}

.aboutUsSection .bg-secondary::before,
.aboutUsSection .bg-primary::before {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
}

.aboutUsSection .bg-secondary::before {
    background: #f6f6f6;
    left: -48%;
}

.aboutUsSection .bg-primary::before {
    background: #096bd8;
    right: -48%;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.serviceArea {
    display: flex;
    justify-content: center;
    position: relative;
}

.serviceArea .hoverContent {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 90%;
    margin: auto;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    display: none;
}

.serviceArea ul li {
    list-style: none;
}

.service-item .bg-secondary {
    height: 100%;
    padding-top: 25px;
    background: #F1F8FC !important;
    transition: .3s;
    border-radius: 4px;
}
.service-item .bg-theme img{height: 60px;}
.service-item:hover .bg-secondary {
    background: #FF7F3E !important;
    transition: .3s;
    color: #FFF;
}

.service-item:hover .bg-primary.text-white {
    background: #FFF !important;
    color: #096bd8 !important
}

.service-item:hover .bg-secondary h5 {
    color: #FFF !important;
}

.service-item:hover .hoverContent {
    display: block;
    padding: 0 10px;
}

.serviceArea .service-item:nth-child(2) ul {
    height: 240px;
}

.service-item:hover ul {
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
}

.service-item:hover ul li {
    color: #444;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.service-item:hover ul li::before {
    content: "\f192";
    position: absolute;
    left: 0px;
    top: 2px;
    font-family: "Font Awesome 5 free";
    font-size: 15px;
}

/* .service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
} 
.service-item:hover p {
    margin-bottom: 25px !important;
}
.service-item:hover::after {
    bottom: -25px;
}*/

.service-item p {
    transition: .3s;
}

.whyChoose .service-item {
    height: 300px;
}

.whyChoose .service-item:hover .bg-secondary {
    background: #FF7F3E !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    margin:15px 0 0px;
}

.header.sticky-top .navbar-brand img {
    top: 0;
}

.item {
    position: relative;
}

.item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.dropdown-menu{min-width: 200px;position: relative;padding:0;}
.dropdown-menu::before{content: "";
    height: 15px;
    width: 15px;
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    top: -8px;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;z-index:-1;}
.dropdown-menu .dropdown-item{padding: 0.50rem 1.5rem;border-bottom: 1px solid #ddd;}
.dropdown-menu .dropdown-item:last-child{border-bottom:0;}</pre></body></html>