@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=DM+Sans:opsz,wght@9..40,800&&display=swap');

:root {
    --brand: #01b5e8;
    --branddark: #265483;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 80vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide h1{
    font-size:40px;
    line-height:1.2;
}
.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_banner4.jpg?2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_banner1.jpg?1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_banner2.jpg?3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

.banner {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pages {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_banner4.jpg?2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pages2 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bread1.jpg?2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pageshealth {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_health.jpg?2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagesdms {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_dms.jpg?2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagessmart {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_smart.jpg?2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pageslib {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_lib.jpg?2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagesnoc {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_noc.jpg?4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagesns {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_ns.jpg?4);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagesinfra {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_infra.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pageserp {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_erp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagespet {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_pet.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagescms {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_cms.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pagesbill {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_bill.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* navbar */
.top-nav {
    background-color: var(--branddark);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
    padding-top: 2px;
    padding-bottom: 2px;
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}
.btn-sm {
    padding: 4px 16px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.btn-brand-outline {
    border-color: var(--branddark);
    border: 1px solid var(--branddark);
    background-color: var(--branddark);
    color: #fff;
}

    .btn-brand-outline:hover {
        border-color: var(--brand);
        border: 1px solid var(--brand);
        background-color: var(--brand);
        color: #fff;
    }

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 800px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    /*display: flex;*/
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    #milestone h1,
    #milestone p {
        color: #fff;
    }



#whatweoffer {
    /*background: linear-gradient(rgb(120, 141, 157, 0.85), rgb(105, 158, 172, 0.85)), url(../img/bg_banner1.jpg);*/
    background: #e2f0ff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

   
.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}

    .weworkon h6 {
        margin-top: 24px;
        margin-bottom: 14px;
    }

    .weworkon img {
        width: 90px;
    }


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
    margin-top:10px;
}

.blog-post .content {
    padding: 32px;
}

.blog-post a.tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #d64022;
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

    .blog-post a i{
        margin-left:10px;
    }
    footer {
        background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;
        ;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}



/*lyt line and design*/
/*.lyt-aim {
    display: flex;
    margin: 0 -5rem;
    list-style: none
}

@media only screen and (max-width:767px) {
    .lyt-aim {
        flex-wrap: wrap;
        margin: 0 -1.6rem
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim {
        flex-wrap: wrap;
        margin: 0 -1.6rem
    }
}

.lyt-aim .item {
    width: 33.33%;
    padding: 0 4.7rem;
    position: relative
}

    .lyt-aim .item:nth-child(3n+2) {
        margin-top: 3.67rem
    }

    .lyt-aim .item:nth-child(3n+3) {
        margin-top: 7.37rem
    }

@media only screen and (max-width:767px) {
    .lyt-aim .item {
        width: 93%;
        padding: 0 1.6rem;
        margin-bottom: 4rem
    }

        .lyt-aim .item:nth-child(3n+2) {
            margin-top: 0
        }

        .lyt-aim .item:nth-child(3n+3) {
            margin-top: 0
        }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .item {
        width: 50%;
        padding: 0 1.6rem;
        margin-bottom: 4rem
    }

        .lyt-aim .item:last-child {
            margin-bottom: 0
        }

        .lyt-aim .item:nth-child(3n+2) {
            margin-top: 2.8rem
        }

            .lyt-aim .item:nth-child(3n+2) .bs-icon-text .desc::after {
                display: none
            }

        .lyt-aim .item:nth-child(3n+3) {
            margin-top: 0
        }
}

@media only screen and (max-width:767px) {
    .lyt-aim .item:last-child {
        margin-bottom: 0
    }
}

.lyt-aim .item:last-child .bs-icon-text {
    padding-right: 6rem
}

@media only screen and (max-width:767px) {
    .lyt-aim .item:last-child .bs-icon-text {
        padding-right: 0
    }
}

.lyt-aim .item:last-child .bs-icon-text .desc {
    margin-right: -6rem;
    padding-right: 6rem
}

.desc .bigtitle{
    font-size:30px;
    font-family:"DM Sans";
    color:rgba(0, 0, 0, 0.4)
}

@media only screen and (max-width:767px) {
    .lyt-aim .item:last-child .bs-icon-text .desc {
        margin-right: 0
    }
}

.lyt-aim .item:last-child .bs-icon-text .desc::after {
    display: none
}

@media only screen and (max-width:767px) {
    .lyt-aim .item:last-child .bs-icon-text .desc::after {
        display: block
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .item:last-child .bs-icon-text .desc::after {
        display: block
    }
}

.lyt-aim .item:first-child .bs-icon-text {
    padding-left: 3rem
}

@media only screen and (max-width:1200px) {
    .lyt-aim .item:first-child .bs-icon-text {
        padding-left: 0
    }
}

.lyt-aim .item:first-child .desc {
    margin-left: -3rem;
    padding-left: 8rem
}

@media only screen and (max-width:767px) {
    .lyt-aim .item:first-child .desc {
        padding-left: 5rem
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .item:first-child .desc {
        margin-left: 0;
        padding-left: 3rem
    }
}

.lyt-aim .bs-icon-text {
    position: relative
}

    .lyt-aim .bs-icon-text .img-wrap {
        margin-left: 3rem;
        width: 22rem;
        height: auto
    }

        .lyt-aim .bs-icon-text .img-wrap:hover img {
            transition: all 1.5s;
            transform: rotateY(360deg);
        }

@media only screen and (max-width:767px) {
    .lyt-aim .bs-icon-text .img-wrap {
        width: 60%;
        max-width: 15rem
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .bs-icon-text .img-wrap {
        width: 60%
    }
}

@media only screen and (max-width:767px) {
    .lyt-aim .bs-icon-text .img-wrap img {
        width: auto;
        max-width: 100%
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .bs-icon-text .img-wrap img {
        width: auto;
        max-width: 100%
    }
}

.lyt-aim .bs-icon-text .title {
    padding-left: 1.7rem;
    font-size: 2.7rem;
    margin-bottom: 1.5rem;
    margin-left: 3rem;
    text-align: left;
    line-break: strict
}

    .lyt-aim .bs-icon-text .title::before {
        content: "";
        height: 100%;
        width: 1px;
        left: 0;
        top: 0;
        transform: translate(0,0);
        background-color: #cddd00
    }

@media only screen and (max-width:767px) {
    .lyt-aim .bs-icon-text .title {
        padding-left: 1rem;
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-bottom: 1.5rem;
        margin-left: 1.5rem;
        max-width: 28rem
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .bs-icon-text .title {
        padding-left: 1.5rem;
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin-left: 3rem
    }
}

@media only screen and (min-width:1025px)and (max-width:1199px) {
    .lyt-aim .bs-icon-text .title {
        font-size: 2rem;
        line-height: 2.7rem
    }
}

.lyt-aim .bs-icon-text .desc {
    border-top: 1px solid #000;*/ /*#000 iwc*/
    /*padding: 0 3rem 0 4.7rem;
    position: relative;
    text-align: left
}

@media only screen and (max-width:767px) {
    .lyt-aim .bs-icon-text .desc {
        padding: 0 6rem 0 1.7rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .bs-icon-text .desc {
        padding: 0 3rem 0
    }
}

.lyt-aim .bs-icon-text .desc::after {
    content: "";
    width: 1px;
    background-color: #000;*/ /*#000 iwc*/
    /*position: absolute;
    height: 10.3rem;
    right: 5rem;
    top: -7rem;
    transform: rotate(-69.2deg) translateY(100%);
    transform-origin: center center
}

@media only screen and (max-width:767px) {
    .lyt-aim .bs-icon-text .desc::after {
        height: 5.3rem;
        top: -4.7rem;
        right: 1.6rem;
        transform: rotate(-38deg) translateY(100%)
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .lyt-aim .bs-icon-text .desc::after {
        height: 4.3rem;
        top: -3.6rem;
        right: 1.65rem;
        transform: rotate(-52deg) translateY(100%)
    }
}*/



.lyt-icon-4 ul{
    list-style-type: none;
    counter-reset: css-counters 0; /* intializes counter, set -1 for zero-based counters */
}
.bs-icon-text {
    position: relative
}
    .bs-icon-text .title {
        text-align: left;
        font-size: 1.3rem;
        color: #c9c9c9;
        font-weight: 800;
        line-height: 1.3rem;
        text-transform: uppercase;
        padding-left: 6.2rem;
        position: relative;
        min-height: 2.8rem;
        padding-bottom: 10px;
    }
.bs-icon-text .title:before {
    counter-increment: css-counters;
    content: "0" counters(css-counters, ".") " "; /* generates inherited counters from parents */
    font-size: 4.3rem;
    color: #fff;
    font-weight: 800;
    line-height: 7.2rem;
    text-transform: uppercase;
    position: absolute;
    top: 20%;
    left:2%;
    transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.lyt-icon-4 .item:hover .bs-icon-text .title::before {
    color: #01b5e8;
}

.lyt-icon-4 .item:hover .bs-icon-text .title {
    padding-bottom: 10px;
    border-bottom: 1px solid #01b5e8
}


.lyt-icon-4 .about-icon-text{
    margin-bottom:40px;
    margin-top:10px;
}

.about-icon-text .title {
    text-align: left;
    font-size: 1.3rem;
    color: #d64022;
    font-weight: 800;
    line-height: 1.3rem;
    text-transform: uppercase;
    padding-left: 6.2rem;
    position: relative;
    min-height: 2.8rem;
}

.about-icon-text .title:before {
    counter-increment: css-counters;
    content: "0" counters(css-counters, ".") " "; /* generates inherited counters from parents */
    font-size: 4.3rem;
    color: #01b5e8;
    font-weight: 800;
    line-height: 7.2rem;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 2%;
    transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.lyt-icon-4 .item:hover .about-icon-text .title::before {
    color: #000;
}

.lyt-icon-4 .item:hover .about-icon-text .title {
    padding-bottom: 0;
    border-bottom: 1px solid #fff
}


.cm-line-break {
    display: block
}

.s-contact {
    background-color: #151515;
    background-image: url("../img/bg_banner1.jpg");
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}

    .s-contact .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 200px;
        background-color: #265483a4;
    }

    .bline{
        height:1px;
        border-top:1px solid #fff;
    }

.about__line__bl {

    display: block;
    width: 2px;
    height: 8.4rem;
    background-color: #d64022;
    position: absolute;
    left: 50%;
    top: -4.2rem;
    margin-left: -1px;
    z-index:10

}

.home-content__line {
    display: block;
    width: 2px;
    height: 8.2rem;
    background-color: #6abb83;
    position: absolute;
    left: 3.2rem;
    top: -4rem;
}

.othertitle {
    display: block;
    height: 8.2rem;
    position: absolute;
    left: 4.2rem;
    top: -4rem;
    font-weight: 600;
    color: #6abb83;
    font-size: 30px;
}


/* Section verticle title */

.section-title-vertical {
    position: relative;
    height: 0;
}

    .section-title-vertical .section-title {
        position: absolute;
        left: -20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 203px;
        font-size: 40px;
        display: inline-block;
        margin-bottom: 70px;
        color: #c7d4f3;
        margin-top: 0;
    }
    .section-title-vertical .section-title::after {
        content:'';
        position: absolute;
        left: -100px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 203px;
        font-size: 40px;
        display: inline-block;
        margin-bottom: 70px;
        color: #c7d4f3;
        margin-top: 0;
    }
        

@media screen and (max-width: 1024px) {
    .section-title-vertical .section-title {
        display: none;
    }
}

.breadcrumb li{
    font-size:20px;
}
.breadcrumb li a{
    text-decoration:none;
}
.breadcrumb li.active {
    color:#fff
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #d64022 !important
}

/*=============================
     section-2 Styles
=============================*/

.section-2 {
    width: 100%;
    height: auto;
}

.section-2 {
    padding-top: 70px;
    padding-bottom: 100px;
}

    .section-2 .fa {
        color: #c2c2c2;
        font-size: 30px;
        text-align: center;
    }

    .section-2 h5 {
        text-transform: uppercase;
        margin-top: 0;
        font-weight: 600;
    }
        .section-2 h5 a{
            text-decoration:none;
        }
        .section-2 p {
            font-size: 16px;
            font-weight: 300;
        }

    .section-2 .box-1,
    .section-2 .box-2,
    .section-2 .box-3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-2 p a {
        position: absolute;
        bottom: -46px;
        right: -38px;
    }

    .section-2 .box {
        box-shadow: 0 0 25px rgba(0, 0, 0, .15) !important;
        padding: 30px 20px;
    }



.fade_rule {
    height: 1px;
    background-color: #01b5e8;
    width: 60%;
    margin: 0 auto;
    background-image: linear-gradient(left, white 2%, #01b5e8 50%, white 98%);
    background-image: -o-linear-gradient(left, white 2%, #01b5e8 50%, white 98%);
    background-image: -moz-linear-gradient(left, white 2%, #01b5e8 50%, white 98%);
    background-image: -webkit-linear-gradient(left, white 2%, #01b5e8 50%, white 98%);
    background-image: -ms-linear-gradient(left, white 2%, #01b5e8 50%, white 98%);
    background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #01b5e8), color-stop(0.98, white) );
}

.colorblue{
    color:var(--brand);
}
.colordarkblue{
    color:var(--branddark);
}

.colororange{
    color:#d64022;
}

.shadow {
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px;
}

    .shadow.top {
        box-shadow: 0px -15px 10px -15px #111;
    }

    .shadow.bottom {
        box-shadow: 0px 15px 10px -15px #111;
    }

    .shadow.left {
        box-shadow: -15px 0px 10px -15px #111;
    }

    .shadow.right {
        box-shadow: 15px 0px 10px -15px #111;
    }


.shadow1 {
    background: #fff;
    margin: 5px;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 9px #d9d4d4;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

    .service-item .service-icon {
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .service-item .service-icon img {
            max-width: 60px;
            max-height: 60px;
            background:#fff;
        }

    .service-item a.btn {
        color: var(--branddark);
    }

        .service-item a.btn:hover {
            color: #FFFFFF;
            background: var(--brand);
            border-color: var(--brand);
        }

.rounded-end {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.service-icon {
    background-color: var(--branddark);
}

.service-item:hover .service-icon {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-color: #d64022;
}

.service-item h4{
    font-weight:500;
    font-size:16px;
}

.servicelist .list-group-item{
    line-height:1;
}

.outer {
    width: 1px;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.inner {
    position: absolute;
    width: 100%;
    height: 40%;
    background: grey;
    top: 30%;
    box-shadow: 0px 0px 30px 20px grey;
}