﻿/*font face*/
/*
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(../lib/fonts/Poppins-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../lib/fonts/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(../lib/fonts/Poppins-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(../lib/fonts/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(../lib/fonts/Poppins-Bold.ttf) format('truetype');
}
*/
/*End of font face*/

/*Overwrite boostrap*/

body {
    font-family: 'Poppins', Verdana, 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    color: #212529;
    background-color: white;
}

html {
    width: 100%;
    height: 100%;
}

/* link element */
/*a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ffc107;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #0f8fff;
    }
*/


/*
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 600 !important;
}*/

/*.container {
    max-width: 1140px;
    text:align: left;
}*/

/*h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana, 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
}*/

p {
    /*font-size: 16px;
    line-height: 1.5;
    margin: 0 0 25px;*/
    margin-bottom: 1.5rem;
}

.badge-warning {
    color: #fff;
    background-color: #0f8fff;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #fff;
        background-color: #077ce2;
    }

.btn-outline-warning {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-warning:hover {
        color: #0f8fff;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #0f8fff;
        background-color: #fff;
        border-color: #fff;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgb(36, 132, 216);
    }



/*End of Overwrite boostrap*/

/*Custom Css*/


.mb-6, .my-6 {
    margin-bottom: 5rem !important;
}

.mb-7, .my-7 {
    margin-bottom: 8rem !important;
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    p {
        /*font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px;*/
        margin-bottom: 2.5rem;
    }
}



/* Main Navigation */

#konnectlogo {
    height: 50px;
}


#mainNav {
    font-family: 'Poppins', Verdana, 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    /*border-bottom: 1px solid rgba(170, 166, 166, 0.3);*/
    /*background: white;*/
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
}

    #mainNav .navbar-toggler {
        font-size: 14px;
        padding: 11px;
        color: white;
        border: 1px solid #fd7e14;
    }

    #mainNav .navbar-brand {
        font-weight: 700;
    }

    #mainNav a {
        color: #000;
    }

    /*#mainNav .navbar-nav .nav-item {
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
    }

        #mainNav .navbar-nav .nav-item:hover {
            color: fade(white, 80%);
            outline: none;
            background-color: transparent;
        }

        #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
            outline: none;
            background-color: transparent;
        }*/

    #mainNav .nav-link.active {
        outline: none;
        /*background-color: rgba(255, 193, 7,0.8);*/
        border-radius: 0px;
        color: #0f8fff;
        background-color: transparent;
        border-bottom: 4px solid #0F8FFF !important;
        border-radius: 2.79261px;
    }

        #mainNav .nav-link.active:hover {
            /* color: #000;*/
            color: #0f8fff;
        }


    #mainNav .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        border-bottom: 4px solid transparent;
    }


    /*#mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
}*/

    /*#mainNav a {
        color: white;
    }*/

    #mainNav.navbar-shrink {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(170, 166, 166, 0.3);
        background: white;
    }

        #mainNav.navbar-shrink a {
            color: #000;
        }

        #mainNav.navbar-shrink .navbar-toggler {
            font-size: 14px;
            padding: 11px;
            color: #000;
            border: 1px solid #0f8fff;
        }



#navbarResponsive {
    background: white;
}

/*medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #konnectlogo {
        height: 70px;
    }

    #mainNav a {
        color: white;
    }

    #navbarResponsive {
        background: transparent;
    }
}

/* Master Header */
.masthead {
    display: table;
    width: 100%;
    height: auto;
    padding: 150px 0;
    text-align: center;
    color: white;
    background: url("../images/client-company-background.jpg") no-repeat bottom center scroll;
    background-color: #f19b56;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .masthead .intro-body {
        display: table-cell;
        vertical-align: middle;
    }

        .masthead .intro-body .brand-heading {
            font-size: 3rem;
        }

        .masthead .intro-body .intro-text {
            font-size: 1.25rem;
            margin-left: 1rem;
            margin-right: 1rem;
        }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .masthead {
        height: 100%;
        padding: 0;
    }

        .masthead .intro-body .brand-heading {
            font-size: 6rem;
        }

        .masthead .intro-body .intro-text {
            font-size: 1.75rem;
            line-height: 2;
        }
}

.btn-circle {
    font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    color: white;
    border: 2px solid white;
    border-radius: 100% !important;
    background: transparent;
}

    .btn-circle:focus, .btn-circle:hover {
        color: white;
        outline: none;
        background: rgba(255, 255, 255, 0.1);
    }

/*General After Home Section*/
.content-section {
    padding-top: 9rem;
    padding-bottom: 0rem;
}

/* About Section */
/*.about-section .fa-check-square::before {
    color: green;
}*/

/*.about-section .img-fluid {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}*/

/* Features Section */

/* Main Modules Slider i.e Carousel Slider*/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/*For fading of Main Modules Slider */

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-control-prev, .carousel-fade .carousel-control-next {
    z-index: 2;
}

.features-section {
    color: white;
   /* background: url("../images/konnect-features-bg333.jpg") no-repeat center center scroll;*/
    background-color: #188cc8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 1.5rem;
}

    .features-section .fa-check-square::before {
        color: #ffc107;
    }


.modules-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

    /*.modules-section .fa-check-square::before {
        color: #ffc107;
    }*/

    .modules-section .badge-warning {
        font-weight: normal;
    }


    .modules-section .img-fluid {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    }


/* Control the speed of accordion collapse panel */
#modules .collapsing {
    transition: height 0.60s ease-out;
}

.modal-lg {
    max-width: 750px !important;
}

.features-footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: white;
    background-color: #188cc8;
    margin-top: 1.5rem;
}

.ourservices {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.spacing {
    padding-top: 0px;
    padding-bottom: 0px;
    color: white;
    background-color: #188cc8;
}
/* FAQ Section */
.faq-section {
}

    .faq-section .card-header {
        padding: .25rem 1.25rem;
    }

    .faq-section .btn {
        white-space: normal;
        text-align: left;
        padding: .375rem 0rem;
    }

    .faq-section .btn-link:hover {
        text-decoration: none;
    }

    .faq-section .btn-link:focus, #faq .btn-link.focus {
        text-decoration: none;
    }

    .faq-section [data-toggle="collapse"] .fa:before {
        content: "\f146";
        font-size: 1rem;
    }

    .faq-section [data-toggle="collapse"].collapsed .fa:before {
        content: "\f0fe";
        font-size: 1rem;
    }

    /* Control the speed of accordion collapse panel */
    .faq-section .collapsing {
        transition: height 0.60s ease-out;
    }



/*Contact Section*/
.contact-section {
    color: white;
    background: url("../img/downdloads-bg.jpg") no-repeat center center scroll;
    background-color: #188cc8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 2.5rem;
}





#map {
    width: 100%;
    height: 300px;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .content-section {
        padding-top: 9rem;
        padding-bottom: 0rem;
    }

    #map {
        height: 350px;
    }
}

/*.btn {
    font-family: Verdana, 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0;
}*/

/*.btn-default {
    color: #42DCA3;
    border: 1px solid #42DCA3;
    background-color: transparent;
}

    .btn-default:focus, .btn-default:hover {
        color: black;
        border: 1px solid #42DCA3;
        outline: none;
        background-color: #42DCA3;
    }*/

/*ul.banner-social-buttons {
    margin-top: 0;
}


@media (max-width: 1199px) {

    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.banner-social-buttons li:last-child {
            margin-bottom: 0;
        }
}*/
/*Footer Section*/
footer {
    padding: 10px 0;
    background-color: #188cc8;
}

    footer p {
        font-size: 1rem;
        margin: 0;
    }

::-moz-selection {
    background: white;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

::selection {
    background: white;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}





/*
    Company Video Section

*/

#company-video-section {
    background-color: #188cc8;
}



    #company-video-section #company-mainvideo1 .play-icon {
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        opacity: 1;
        font-size: 2rem;
    }

    #company-video-section #company-mainvideo1:hover .play-icon {
        color: red;
        transform: scale(1.1);
        opacity: 1;
    }


/* Module Features Text*/

.carousel-textslide .carousel-control-next {
    position: relative;
    margin-top: -20px;
    right: -80%;
}

.carousel-textslide .carousel-control-prev {
    position: relative;
    left: 0;
}

.carousel-textslide .carousel-control-next-icon {
    padding-left: 30px;
}

.carousel-textslide .carousel-control-prev-icon {
    padding-left: 30px;
}
