
/*--------------------------------------------------------------# General--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: Rubik,sans-serif;
}

a {
    color: #17a2b8;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        /*color: #0b6bd3;*/
        outline: none;
        text-decoration: none;
    }


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #17a2b8;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 10px;
    bottom: 70px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #17a2b8;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------# Header--------------------------------------------------------------*/
.carousel-inner .img-fluid {
    width: 100%;
}

.top-header {
    background-color: #0d1c42;
    color: #fff;
    font-size: 14px;
    padding: 5px 0px 2px 0px;
    font-family: sans-serif;
}

.call-button {
    font-size: 14px;
    padding: 2px 20px;
    margin-left: 1px;
    float: right;
    border-right: solid 1px #ccc;
}

.main-nav.float-right.d-none.d-lg-block {
    margin-top: 10px;
}

.top-header-phone a {
    font-size: 14px;
    padding-top: 5px;
    color: white;
}

.top-header a {
    color: #ffffffde;
}

    .top-header a:hover {
        color: #0090CB;
    }

.box1 {
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: 0px 0px 10px 10px;
    background: #fff;
    /*box-shadow: 0px 1px 2px 2px rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);*/
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.form-right {
    border-radius: 3px;
    padding: 12px 0px 12px 0px;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
}

.client-box {
    text-align: center;
    color: #4a4a4a;
    border-radius: 4px;
    background-color: #fff;
    padding: 13px 15px 10px 10px;
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.3);
    min-height: 123px;
}

    .client-box:hover {
        background: transparent;
        box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
        -webkit-transition: 2s ease;
    }

#header {
    height: 60px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    padding: 0px 30px 0px 40px;
}

    #header.header-scrolled,
    #header.header-pages {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    }

    #header .logo h1 {
        font-size: 30px;
        margin: 0;
        padding: 14px 0px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

        #header .logo h1 span {
            color: #17a2b8;
        }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #00366f;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        max-height: 45px;
        margin-top: 5px;
    }

.main-pages {
    margin-top: 60px;
}

/*--------------------------------------------------------------# Intro Section--------------------------------------------------------------*/

#intro .intro-img {
    width: 50%;
    float: right;
}

#intro .intro-info {
    width: 50%;
    float: left;
}

    #intro .intro-info h2 {
        color: #fff;
        margin-bottom: 40px;
        font-size: 48px;
        font-weight: 700;
    }

        #intro .intro-info h2 span {
            color: #74b5fc;
            text-decoration: underline;
        }

    #intro .intro-info .btn-get-started,
    #intro .intro-info .btn-services {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 0 20px 20px 0;
        color: #fff;
    }

    #intro .intro-info .btn-get-started {
        background: #17a2b8;
        border: 2px solid #17a2b8;
        color: #fff;
    }

        #intro .intro-info .btn-get-started:hover {
            background: none;
            border-color: #fff;
            color: #fff;
        }

    #intro .intro-info .btn-services {
        border: 2px solid #fff;
    }

        #intro .intro-info .btn-services:hover {
            background: #17a2b8;
            border-color: #17a2b8;
            color: #fff;
        }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-nav > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .main-nav a {
        display: block;
        position: relative;
        color: #313c4e;
        padding: 10px 7px;
        transition: 0.3s;
        font-size: 14px;
        /*font-family: "Montserrat", sans-serif;*/
        font-weight: 600;
        text-transform: uppercase;
    }

        .main-nav a:hover,
        .main-nav .active > a,
        .main-nav li:hover > a {
            color: #00b7b9;
            text-decoration: none;
        }

    .main-nav .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 5px 5px;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        border-radius: 8px;
        border-bottom: 2px solid #38869c !important;
    }


    .main-nav .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .main-nav .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .main-nav .drop-down ul li {
        border-bottom: 1px solid #f2f2f2;
    }

        .main-nav .drop-down ul li:last-child {
            border-bottom: none !important;
        }

        .main-nav .drop-down ul li ul li:last-child {
            border-bottom: none !important;
        }

        .main-nav .drop-down ul li:hover {
            border-bottom: solid 1px #00b7b9;
        }

    .main-nav .drop-down ul a {
        padding: 0px 8px 0px 8px;
        font-size: 15px;
        color: black;
        font-weight: 500;
        line-height: 40px;
        text-transform: capitalize;
    }

        .main-nav .drop-down ul a:hover,
        .main-nav .drop-down ul .active > a,
        .main-nav .drop-down ul li:hover > a {
            color: #17a2b8;
            font-weight: 500;
            padding-left: 10px;
        }

    .main-nav .drop-down > a:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 5px;
    }

    .main-nav .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
        margin-top: -4px;
        margin-left: 4px;
    }

    .main-nav .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .main-nav .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .main-nav .drop-down .drop-down > a:after {
            content: "\f105";
            position: absolute;
            right: 15px;
        }

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: 100%;
    width: 100%;
    padding-top: 40px;
    background: white;
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #000000b0;
        padding: 7px 15px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
        font-size: 14px;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #1da4ba;
            text-decoration: none;
            font-weight: 500;
            border-bottom: solid 1px #ccc;
            /*background-color: #1da4ba;*/
        }

    .mobile-nav li {
        border-bottom: 1px solid #ded9d9;
    }

        .mobile-nav li:hover {
            /*border-bottom: solid 1px #1da4ba;*/
        }

    .mobile-nav ul li:first-child {
        border-top: solid 1px #cccccccf;
    }

    .mobile-nav .drop-down ul li ul {
        background-color: #e6e1e13b;
    }

    .mobile-nav ul li ul li a {
        font-size: 12px;
        font-weight: 600;
    }

    .mobile-nav ul li ul li ul li a {
        font-size: 13px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .mobile-nav .drop-down > a:after {
        content: "\f078";
        font-family: FontAwesome;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f077";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
        font-size: 14px;
    }

    .mobile-nav .drop-down li {
        padding-left: 0px;
    }


.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        margin: 8px 10px 0 0;
        color: #004289;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        /*color: #fff;*/
    }

/*--------------------------------------------------------------# Sections--------------------------------------------------------------*/

/* Sections Header--------------------------------*/

.section-header h2 {
    color: #283d50;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding: 20px;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%;
}

/* Section with background and Home--------------------------------*/

.section-bg {
    background: #f4f4f4a3;
}

.top-heading-bar {
    background-color: white;
    margin-bottom: 25px;
    z-index: 99;
    margin-top: -65px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

    .top-heading-bar h4 {
        font-weight: 700;
        font-size: 22px;
        text-align: center;
        margin-top: 35px;
        line-height: 35px;
    }

    .top-heading-bar .form-coulum {
        margin-top: 23px;
    }

.item1 {
    display: block;
    position: relative;
    z-index: 0;
    height: auto;
    text-align: center;
    padding: 6px 5px;
    color: #4a4a4a;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    border-right: 1px solid #ccccccb5;
}

    .item1 a {
        color: #5d6576;
    }

    .item1:hover {
        -webkit-transition: 1s ease;
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.31), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    }

.imgleft {
    padding-left: 0px;
    padding-right: 0px;
}

.top-heading-bar h6 {
    padding-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

/* About Us Section
--------------------------------*/

#about {
    padding: 30px 10px;
}

    #about .about-container .background {
        margin: 20px 0;
    }

    #about .about-container .content {
        background: #fff;
        padding-top: 25px;
    }

    #about .about-container .title {
        color: #333;
        font-weight: 700;
        font-size: 32px;
    }

    #about .about-container p {
        line-height: 26px;
    }

        #about .about-container p:last-child {
            margin-bottom: 0;
        }

    #about .about-container .icon-box {
        background: #fff;
        background-size: cover;
        padding: 0 0 30px 0;
    }

        #about .about-container .icon-box .icon {
            float: left;
            background: #fff;
            width: 64px;
            height: 64px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #17a2b8;
            transition: all 0.3s ease-in-out;
        }

            #about .about-container .icon-box .icon i {
                color: #17a2b8;
                font-size: 24px;
            }

        #about .about-container .icon-box:hover .icon {
            background: #17a2b8;
        }

            #about .about-container .icon-box:hover .icon i {
                color: #fff;
            }

        #about .about-container .icon-box .title {
            margin-left: 80px;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 18px;
        }

            #about .about-container .icon-box .title a {
                color: #283d50;
            }

        #about .about-container .icon-box .description {
            margin-left: 80px;
            line-height: 24px;
            font-size: 14px;
        }

    #about .about-extra {
        padding-top: 60px;
    }

        #about .about-extra h4 {
            font-weight: 600;
            font-size: 24px;
        }

.mybout {
    padding-top: 30px;
}

/* Services Section
--------------------------------*/

#services {
    padding: 30px 0 20px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #services .box {
        padding: 15px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 0px 20px 10px;
        background: #fff;
        box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out;
    }

        #services .box:hover {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
            -webkit-transition: 1s ease;
            box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
        }

    #services .icon {
        text-align: center;
    }

        #services .icon i {
            font-size: 40px;
            line-height: 1;
            transition: 0.5s;
            border: 1px solid #d2dfec;
            border-radius: 50%;
            padding: 20px;
            color: black;
        }

    #services li {
        padding-bottom: 5px;
    }

    /*#services .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 28px;
    }*/

    #services .title a {
        color: #111;
    }

    /*#services .box:hover i {
        color: white;
    }*/

    #services .box:hover .title a {
        color: #17a2b8;
    }

    #services .description {
        font-size: 14px;
        margin-left: 5px;
        line-height: 24px;
        margin-bottom: 0;
    }

    #services .service-footer {
        text-align: center;
        top: 20px;
        bottom: 20px;
        position: relative;
        display: none;
    }

    #services .btn-services {
        color: #38869c;
        text-decoration: none;
        border: 1px solid grey;
        padding: 5px 10px;
        border-radius: 5px;
    }

#why-us {
    padding: 20px 0;
    background: #f8f8f8;
}


    #why-us .card {
        border-radius: 10px;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        transition: 0.3s ease-in-out;
        height: 100%;
    }

        #why-us .card:hover {
            border-color: #003b7a;
        }

        #why-us .card i {
            font-size: 48px;
            padding-top: 15px;
            color: #bfddfe;
        }

        #why-us .card h5 {
            font-size: 22px;
            font-weight: 600;
            color: #313c4e;
        }

        #why-us .card p {
            font-size: 15px;
            color: #343b44;
        }

        #why-us .card .readmore {
            color: #fff;
            font-weight: 600;
            display: inline-block;
            transition: 0.3s ease-in-out;
            border-bottom: #00458f solid 2px;
        }

            #why-us .card .readmore:hover {
                border-bottom: #fff solid 2px;
            }

    #why-us .counters {
        padding-top: 20px;
    }

        #why-us .counters .col-lg-3 {
            border: 1px solid rgba(0,0,0,.125);
            background-color: white;
            padding-top: 30px;
            max-width: 260px;
            margin-left: 20px;
            border-radius: 10px;
        }

            #why-us .counters .col-lg-3:hover {
                -webkit-transition: 1s ease;
                box-shadow: 0 4px 8px 0 rgba(10, 10, 10, 0.2), 0 6px 20px 0 rgba(10, 10, 10, 1);
            }

        #why-us .counters span {
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            font-size: 48px;
            display: block;
            color: #0d1c42;
        }

        #why-us .counters p {
            padding: 0;
            margin: 0 0 20px 0;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            color: #0d1c42;
        }

/* Portfolio Section
--------------------------------*/

#portfolio {
    padding: 30px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 5px 0 35px 0;
        list-style: none;
        text-align: center;
    }

        #portfolio #portfolio-flters li {
            cursor: pointer;
            margin: 15px 15px 15px 0;
            display: inline-block;
            padding: 6px 20px;
            font-size: 12px;
            line-height: 20px;
            color: #17a2b8;
            border-radius: 50px;
            text-transform: uppercase;
            background: #ecf5ff;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
        }

            #portfolio #portfolio-flters li:hover,
            #portfolio #portfolio-flters li.filter-active {
                background: #17a2b8;
                color: #fff;
            }

            #portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    #portfolio .portfolio-item {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #portfolio .portfolio-item .portfolio-wrap {
            overflow: hidden;
            position: relative;
            border-radius: 6px;
            margin: 0;
        }

    #portfolio .portfolio-wrap img {
        min-width: 100%;
    }

    #portfolio .portfolio-item .portfolio-wrap:hover img {
        opacity: 0.4;
        transition: 0.3s;
    }

    #portfolio .portfolio-item .portfolio-wrap .portfolio-info {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        opacity: 0;
        transition: 0.2s linear;
    }

        #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
            font-size: 22px;
            line-height: 1px;
            font-weight: 700;
            margin-bottom: 14px;
            padding-bottom: 0;
        }

            #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
                color: #fff !important;
                font-size: 18px;
            }

                #portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
                    color: #17a2b8;
                }

        #portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
            padding: 0;
            margin: 0;
            color: #e2effe;
            font-weight: 500;
            font-size: 14px;
            text-transform: uppercase;
        }

        #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
        #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
            display: inline-block;
            line-height: 1;
            text-align: center;
            width: 36px;
            height: 36px;
            background: #17a2b8;
            border-radius: 50%;
            margin: 10px 4px 0 4px;
        }

            #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
            #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
                padding-top: 6px;
                font-size: 22px;
                color: #fff;
            }

            #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
            #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
                background: #3395ff;
            }

                #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
                #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
                    color: #fff;
                }

    #portfolio .portfolio-item .portfolio-wrap:hover {
        background: #003166;
    }

        #portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
            opacity: 1;
        }

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding: 30px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #testimonials .section-header {
        margin-bottom: 40px;
    }

    #testimonials .testimonial-item .testimonial-img {
        width: 120px;
        border-radius: 50%;
        border: 2px solid #17a2b8;
        float: left;
    }

    #testimonials .testimonial-item h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
        margin-left: 140px;
    }

    #testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 15px 0;
        margin-left: 140px;
    }

    #testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 0 15px 140px;
    }

    #testimonials .owl-nav,
    #testimonials .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #testimonials .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #testimonials .owl-dot.active {
            background-color: #17a2b8;
        }


/*----------------- socal icon-----------------------------*/
#fixed-social {
    position: fixed;
    top: 45%;
    z-index: 9999;
}

    #fixed-social a {
        color: #fff;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 40px;
        margin-bottom: 0px;
    }

        #fixed-social a:hover > span {
            visibility: visible;
            left: 41px;
            opacity: 1;
        }

        #fixed-social a span {
            line-height: 40px;
            left: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
        }

.fixed-facebook {
    background-color: #00AAE5;
}

.fixed-phone {
    background-color: green;
}

    .fixed-phone span {
        background-color: green;
    }

.fixed-whatsapp {
    background-color: green;
}

    .fixed-whatsapp span {
        background-color: green;
    }

.fixed-facebook span {
    background-color: #00AAE5;
}

.fixed-twitter {
    background-color: #1da1f2;
}

    .fixed-twitter span {
        background-color: #1da1f2;
    }

.fixed-gplus {
    background-color: #00AF54;
}

    .fixed-gplus span {
        background-color: #00AF54;
    }

.fixed-linkedin {
    background-color: #0077b5;
}

    .fixed-linkedin span {
        background-color: #0077b5;
    }

.fixed-instagrem {
    background-color: #ED2B29;
}

    .fixed-instagrem span {
        background-color: #ED2B29;
    }

.fixed-tumblr {
    background-color: #EB1471;
}

    .fixed-tumblr span {
        background-color: #EB1471;
    }
/*end fixed social*/
.side-bar-bottom1 {
    display: none;
}
/* -------------------------------*/
/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 60px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }

        #team .member .member-info {
            opacity: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            transition: 0.2s;
        }

        #team .member .member-info-content {
            margin-top: 50px;
            transition: margin 0.2s;
        }

        #team .member:hover .member-info {
            background: rgba(0, 62, 128, 0.7);
            opacity: 1;
            transition: 0.4s;
        }

        #team .member:hover .member-info-content {
            margin-top: 0;
            transition: margin 0.4s;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
            color: #fff;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
            color: #fff;
        }

        #team .member .social {
            margin-top: 15px;
        }

            #team .member .social a {
                transition: none;
                color: #fff;
            }

                #team .member .social a:hover {
                    color: #17a2b8;
                }

            #team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

/* Clients Section
--------------------------------*/

#clients {
    padding: 60px 0;
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

    #clients .clients-wrap {
        border-top: 1px solid #d6eaff;
        border-left: 1px solid #d6eaff;
        margin-bottom: 30px;
    }

    #clients .client-logo {
        padding: 64px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: 1px solid #d6eaff;
        border-bottom: 1px solid #d6eaff;
        overflow: hidden;
        background: #fff;
        height: 160px;
    }

        #clients .client-logo:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

    #clients img {
        transition: all 0.4s ease-in-out;
    }

/* Contact Section
--------------------------------*/

#contact {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    overflow: hidden;
}

    #contact .info {
        box-shadow: 0 5px 11px 1px rgba(0,0,0,.1);
        padding-top: 28px;
    }

        #contact .info:hover {
            background: transparent;
            box-shadow: 0 5px 11px 0 rgba(18,149,201,0.2), 0 4px 15px 0 rgba(18,149,201,0.2);
            transition: .25s box-shadow;
        }

    #contact .contact-about h3 {
        font-size: 36px;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #17a2b8;
    }

    #contact .contact-about p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        color: #888;
    }

    #contact .social-links {
        padding-bottom: 20px;
    }

        #contact .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #fff;
            color: #17a2b8;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            border: 1px solid #17a2b8;
        }

            #contact .social-links a:hover {
                background: #17a2b8;
                color: #fff;
            }

    #contact .info {
        color: #283d50;
    }

        #contact .info i {
            font-size: 32px;
            color: #17a2b8;
            float: left;
            line-height: 1;
        }

        #contact .info p {
            padding: 0 0 10px 36px;
            line-height: 28px;
            font-size: 15px;
            font-weight: bold;
        }

    #contact .form #sendmessage {
        color: #17a2b8;
        border: 1px solid #17a2b8;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        #contact .form #sendmessage.show,
        #contact .form #errormessage.show,
        #contact .form .show {
            display: block;
        }

    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }
/*--------------------------------------------------------------# Callto Action--------------------------------------------------------------*/
#call-to-action {
    background: linear-gradient(#0da7bf,#29303B,#0b0e04);
    background-size: cover;
    padding: 60px 0;
}

    #call-to-action h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action p {
        color: #fff;
    }

    #call-to-action .cta-btn {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        border: 1px solid #fff;
        color: #fff;
        background-color: #2f332666;
        margin: 3px;
    }

        #call-to-action .cta-btn:hover {
            background: #00aeef;
            border: 1px solid #fff;
        }

            #call-to-action .cta-btn:hover::before {
                box-shadow: inset 0 0 0 10em #00aeef;
            }
/*--------------------------------------------------------------# Footer--------------------------------------------------------------*/
#footer {
    background: #313c4e;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #0d1c42;
        padding: 30px 0 20px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 25px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-family: "Montserrat", sans-serif;
                color: #fff;
                font-weight: 500;
                letter-spacing: 1px;
                text-transform: capitalize;
            }

            #footer .footer-top .footer-info p {
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Montserrat", sans-serif;
                color: #ecf5ff;
            }

.social-links {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: transparent;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #e4e4e4;
}

    #footer .footer-top .social-links a:hover {
        background: #0067d5;
        color: #fff;
        transform: rotate(360deg);
        transition: all 500ms linear;
    }

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .footer-top .footer-links ul li {
            padding: 8px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        #footer .footer-top .footer-links ul a {
            color: #ecf5ff;
        }

            #footer .footer-top .footer-links ul a:hover {
                color: #74b5fc;
            }

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-contact p {
        line-height: 26px;
    }

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

    #footer .footer-top .footer-newsletter input[type="email"] {
        border: 0;
        padding: 6px 8px;
        width: 65%;
    }

.newslater {
    background-color: transparent;
}

    .newslater:hover:focus:visited {
        background-color: transparent !important;
    }

    .newslater:focus {
        background-color: transparent !important;
    }


#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #17a2b8;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

    #footer .footer-top .footer-newsletter input[type="submit"]:hover {
        background: #117a8b;
    }

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #f1f7ff;
}

    #footer .credits a {
        color: #bfddfe;
    }

        #footer .credits a:hover {
            color: #f1f7ff;
        }

.modal-header {
    text-align: center;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}

@media (max-width: 991px) {
    #header {
        height: 60px;
        padding: 10px 0;
    }

        #header .logo h1 {
            font-size: 28px;
            padding: 7px 0;
        }

    #intro {
        padding: 0px 0 60px 0;
    }

    #services {
        padding: 45px 0 40px 0;
    }

    #intro .intro-img {
        width: 80%;
        float: none;
        margin: 0 auto 25px auto;
    }

    #intro .intro-info {
        width: 80%;
        float: none;
        margin: auto;
        text-align: center;
    }

    #why-us .card {
        margin: 0;
    }

    #services .title {
        text-align: center;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 28px;
    }

    .top-heading-bar {
        margin-top: -110px;
    }

        .top-heading-bar h6 {
            display: none;
        }
}

@media (max-width: 768px) {
    #header .logo img {
        max-height: 42px;
        margin-top: 0px;
    }

    #intro .intro-info {
        width: 100%;
    }

    #services {
        padding: 20px 0 10px 0;
    }

    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .section-header p {
        width: 100%;
    }

    #testimonials .testimonial-item {
        text-align: center;
    }

    #portfolio #portfolio-flters li {
        margin: 5px 5px 5px 0;
        padding: 6px 12px;
    }

    #testimonials .testimonial-item .testimonial-img {
        float: none;
        margin: auto;
    }

    #testimonials .testimonial-item h3,
    #testimonials .testimonial-item h4,
    #testimonials .testimonial-item p {
        margin-left: 0;
    }


    .top-heading-bar {
        display: none;
    }
}

@media (max-width: 560px) {
    #intro {
        padding: 0px 0 40px 0;
    }
}


@media (max-width: 768px) {
    #intro {
        padding: 0px 0 40px 0;
    }

    #services .title {
        font-weight: 600;
        margin: 6px 0px 0px 0px;
        font-size: 18px;
    }

    h1 {
        font-size: 25px;
        font-weight: bold;
        color: black;
    }

    h2 {
        font-size: 20px;
        font-weight: bold;
        color: black;
        /*font-family: "Montserrat", sans-serif;*/
    }

    h3 {
        font-size: 18px;
        font-weight: bold;
        color: black;
        /*font-family: "Montserrat", sans-serif;*/
    }

    h4 {
        font-size: 16px;
        font-weight: bold;
        color: black;
        /*font-family: "Montserrat", sans-serif;*/
    }
}

@media (min-width: 768px) {

    #services .title {
        text-align: center;
        font-weight: 600;
        font-size: 22px;
    }

    h1 {
        font-size: 30px;
        font-weight: bold;
    }

    h2 {
        font-size: 25px;
        font-weight: bold;
    }

    h3 {
        font-size: 22px;
        font-weight: bold;
    }

    h4 {
        font-size: 20px;
        font-weight: bold;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .mobile-hide-padding {
        padding: 0px;
    }

    #services .box {
        padding: 10px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 0px 25px 0px;
    }

    .big-overlay {
        width: 380px !important;
    }

    #why-us .counters .col-lg-3 {
        max-width: 170px;
        margin-top: 10px;
    }

    .mobile-slider {
        margin-top: 0px;
    }

    #header.header-scrolled, #header.header-pages {
        height: 60px;
        padding: 10px 0;
    }


    .mybout {
        margin-top: -20px;
    }

        .mybout .member:hover .member-info {
            display: none;
        }

    .box1 {
        padding: 10px;
        margin: 10px 0px;
    }

    .blog-img-change {
        margin-top: 195px;
    }

    .big-overlay {
        display: none !important;
    }

    .mobile-hide {
        display: none;
    }

    .side-bar-bottom1 {
        visibility: visible !important;
        display: flex !important;
    }

    #fixed-social .side-bar-bottom1 {
        position: fixed;
        bottom: 0px !important;
        z-index: 9999;
    }

    #fixed-social {
        margin-left: 21px;
    }

    .mobile-hide-socal {
        display: none;
    }

    #footer .copyright {
        margin-bottom: 20px;
    }
}
