﻿body {
    font-family: Graphik-Medium,sans-serif;
    overflow-x: hidden;
    position: relative;
    font-size:0.9rem !important;
}

/*pre-loader Styling*/
#preloader {
    background: #f1f1f1 url(/img/loader.gif) no-repeat center;
    background-size:5%;
    width:100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}

/*navbar header styling*/
.navbar {
    border-bottom: 1px solid #e7e7e7;   
    background-color:white !important;
}
.headerNav .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;   
}
.headerNav .navbar-nav .nav-link {
    color: rgb(60, 60, 60);
}
    .headerNav .navbar-nav .nav-link.active {
        border-bottom: 2px solid #048bff;
        color: #048bff;
    }
    .headerNav .navbar-nav .nav-link:hover {
        border-bottom: 2px solid #048bff;
        color: #048bff;
    }


.contactCardstyling{
    background-color:#eee;
    height:30vh;
}
.contactPara a{
    font-size:14px;
    color:grey !important;
}
.iconDIV {
    border: none;
    border-radius: 50%;
    background-color: #007aff;
    width: 60px;
    height: 60px;
    position: relative;
    top: -30px;
}
.topHeadingStyling{
    font-weight:600;
}
.about-section::before {
    content: "";
    width: 98%;
    height: 40px;
    background: rgb(117,161,222);
    position: absolute;
    clip-path: polygon(26% 1%,100% 98%,26% 38%,0 99%,0 53%);
    top: 0;
}
.about-section::after {
    content: "";
    width: 98%;
    height: 40px;
    background: rgb(117,161,222);
    position: absolute;
    clip-path: polygon(26% 1%,100% 98%,26% 38%,0 99%,0 53%);
    bottom: 0;
    transform: rotate( 180deg);
}
.IndustryCardStyling {
    width:100%;   
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}
    .IndustryCardStyling:hover {        
        box-shadow: 0 8px 16px -1px rgb(0 0 0 / 20%), 0 16px 20px 0 rgb(0 0 0 / 14%), 0 5px 25px 0 rgb(0 0 0 / 12%);
    }
    .industriesSection .jumbotron {
        background-color: white;
        background-image: url("/img/DotedCover.svg");
    }
/*counter styling*/
.counterSection {
    background: #f1f6fe;
    color: #062b5b;
    padding: 40px 20px;
}

    .counterSection i {
        color: lightskyblue;
        margin-bottom: 5px;
    }

    .counterSection .counter {
        font-size: 50px;
        margin: 10px 0;
        font-weight: 600;
    }  


/*form input styling*/
/*.form-group label {
    top: 35px;
    left: 15px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
    transition: 0.2s;
    pointer-events: none;
    color: grey;
}

.form-group.label-animate label {
    top: 15px !important;
    left: 16px !important;
    font-size: 12px;
    color: black;
}*/

/*contact form styling*/
.contact-form-section::before {
    content: "";
    width: 98%;
    height: 40px;
    background: rgb(68, 94,233);
    position: absolute;
    clip-path: polygon(26% 1%,100% 98%,26% 38%,0 99%,0 53%);
    top: 0;
}
.customCard {
    border-radius: 4px;
    box-shadow: 0 5px 8px -1px rgb(0 0 0 / 20%), 0 8px 10px 0 rgb(0 0 0 / 14%), 0 2px 15px 0 rgb(0 0 0 / 12%);
}
.featuresContainer{
    background-color: rgb(247,247,247);
}
.servicesSection .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}
.servicesSection .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
    .servicesSection .icon img {
        width: 40%;
        transition: 0.5s;
        position: relative;
    }

.servicesSection .card-text {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;    
}

    .servicesSection .card-text::before {
        content: "";
        position: absolute;
        background: #cbe0fb;
        right: 0;
        left: 0;
        bottom: 0;
        top: 100%;
        transition: all 0.3s;
        z-index: -1;
    }

    .servicesSection .card-text:hover::before {
        background: #007aff;
        top: 0;
        border-radius: 8px;
    }
    .servicesSection .card-text:hover h5 {
        color: #fff;
    }
    .servicesSection .card-text .description {
        padding-top:20px;       
    }
    .servicesSection .card-text:hover .description {       
        color: #fff;
    }
.servicesSection .servicesCardArrow {
    border-radius: 50%;
    padding: 5px;
   float:right;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 3px 3px #d9d8d8;
}
    .servicesSection .servicesCardArrow i {
        font-size: 22px;
        color: #5e5e5e;
    }
.servicesSection .card-text:hover .servicesCardArrow i {
    color: #fff;
}
    .testimonialSection .card .card-body {
        padding: 1.7rem;
    }
.fa-quote-right, .fa-quote-left {
    color: #b6d7fb !important;
}
/*our story timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #a7a4a4;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 50%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            background-color: white;
        }

        .timeline > li.timeline-inverted + li:not(.timeline-inverted),
        .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
            margin-top: -60px;
        }

        .timeline > li:not(.timeline-inverted) {
            padding-right: 150px;
        }

        .timeline > li.timeline-inverted {
            padding-left: 150px
        }

        .timeline > li > .timeline-panel:before {
            position: absolute;
            top: 26px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 130px;
            height: 120px;
            line-height: 116px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 20px;
            left: 49.5%;
            margin-left: -55px;
            background-color: rgb(1, 155, 255);
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }





  /***********  footer***************/


/*FOOTER*/

footer {
    background: #00B4DB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #00B4DB, #0083B0); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00B4DB, #0083B0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */   
    color: white;
}

    footer a {
        color: #fff;
        font-size: 14px;
        transition-duration: 0.2s;
    }

    footer li {
        color: #fff;
        font-size: 14px;
        transition-duration: 0.2s;
        padding:5px;
    }

    footer a:hover {
        color: #fff;
        text-decoration: none;
    }

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}

.footer-middle {
    padding-top: 4.5em;
    color: white;
}

.ImgContainer {
    position: relative;   
}
.PartnersSection .jumbotron {
    background: #f1f6fe;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #106eea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
}
#TestimonialCarousel .carousel-control-next-icon:after {
    font-family: "Font Awesome";
    font-weight: 600;
    content: "\203A";
    font-size: 55px;
    color: grey;
}

#TestimonialCarousel .carousel-control-prev-icon:after {
    font-family: "Font Awesome";
    font-weight: 600;
    content: "\2039";
    font-size: 55px;
    color: grey;
}

.image-box {
    position: relative;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.overlay {
    background: rgba(100, 149, 237,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.image-box:hover .overlay {
    opacity: 1;
}

.image-box-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.image-box:hover .image-box-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.image-box-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.image-box-details h5 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.fadeIn-bottom {
    top: 80%;
}

.contentHidden {
    display: none;
}

.ProfileImg {
    position: relative;
    top: -60px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px 3px #c9c9c9;
}

.profileCard {
    border-radius: 10px;
    border: none;
    box-shadow: 3px 3px 5px 3px #c9c9c9;
}

    .profileCard p {
        top: -40px;
        position: relative;
        justify-content: center;
    }

    .profileCard .icon {
        top: -40px;
        position: relative;
    }
         


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    /*padding: 70px 0 60px;*/
    padding-bottom:60px;
}

    .counts .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        background: #f1f6fe;
    }

        .counts .count-box i {
            position: absolute;
            top: -28px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            background: #106eea;
            color: #fff;
            width: 56px;
            height: 56px;
            line-height: 0;
            border-radius: 50px;
            border: 5px solid #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .counts .count-box span {
            font-size: 36px;
            display: block;
            font-weight: 600;
            color: #062b5b;
        }

        .counts .count-box p {
            padding: 0;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-size: 14px;
        }

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 280px;
    perspective: 1000px;
    margin-bottom: 40px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    padding: 30px;
}

.flip-card-back {
    background-color: #007aff;
    color: white;
    transform: rotateY(180deg);
}

    .flip-card-back p {
        font-weight: 600;
        font-size: 14px;
        padding: 30px;
    }

.flip-card-Button {
    background-color: #ff944d;
    color: white;
    font-weight: 500;
    border-radius: 50px;
    margin-left: 60px;
    margin-right: 60px;
}

    .flip-card-Button:hover {
        color: white;
    }

.OrangeButton, .OrangeButton:hover {
    background-color: #ff944d;
    color: white;
    font-size: 14px;
    font-weight: 600
}

#DeliverClientFeatures .ClientFeatureCards {
    border: 1px solid #048bff;
}
    #DeliverClientFeatures .ClientFeatureCards i {
        color: #048bff;        
        padding-bottom: 20px;
    }

#LogoCarouselIndicator li, #IndustriesCarousel li {
    background-color: #007aff;
}

#LogoCarouselIndicator .carousel-indicators, #IndustriesCarousel .carousel-indicators {
    bottom: -30px;
}

.nav-item .dropdown-menu {
    border: none;   
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-top: 2px solid #048bff;
}
