/*
Template Name: Wrapkit
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 You can write your style here and overwrite our style
 ============================================================== */
/*******************
 General
 ********************/
.page-wrapper {
    padding-top: 110px;
}

html body .text-themecolor, html body .text-themecolor.linking:hover {
    color: #008CCC;
}

/*******************
Logo
*******************/

.mobile-contact-header.show-on-mobile {
    display: none;
}


.mobile-contact-header ul li {
    font-size: 12px;
}


.topbar .navbar-brand img {
    width: 200px;
}

.topbar.fixed-header.animated.slideInDown .navbar-brand img {
    width: auto;
    -webkit-backface-visibility: visible;
    -webkit-transform: none;
}

.hide-on-mobile {
    display: show;
}

.page-switcher {
    cursor: pointer;
    color: #008ccc;
}

.popover-container span {
    font-size: 14px;
}

.popover-heading {
    display: block;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .topbar .navbar-brand img {
        width: 100px;
    }

    .page-wrapper {
        padding-top: 70px;
    }

    .hide-on-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-contact-header {
        max-width: 720px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .mobile-contact-header {
        max-width: 540px;
        margin: 0 auto;
        padding: 0 15px;
    }
}



/*******************
Header 11
*******************/
.h11-nav .h11-topbar ul li.top-link a {
    color: #008CCC;
}

.h11-nav {
    padding: 0;
}

    .h11-nav .navbar-brand {
        padding: 10px 0;
    }

    .h11-nav .h11-topbar ul {
        margin-bottom: 0px;
        padding: 15px 0;
    }

        .h11-nav .h11-topbar ul li {
            display: inline-block;
            vertical-align: middle;
        }

            .h11-nav .h11-topbar ul li a {
                padding: 0px 7px;
                color: #8d97ad;
                display: block;
            }

            .h11-nav .h11-topbar ul li:hover a {
                color: #263238;
            }

            .h11-nav .h11-topbar ul li:last-child a {
                font-weight: 400;
                padding-left: 15px;
                margin-left: 7px;
                border-left: 1px solid rgba(120, 130, 140, 0.13);
            }

    .h11-nav .navbar-nav .nav-item {
        margin: 0 10px;
    }

        .h11-nav .navbar-nav .nav-item .nav-link {
            padding: 8px 10px;
            color: #333333;
            border-bottom: 1px solid transparent;
            font-weight: 600;
            text-transform: uppercase;
        }

        .h11-nav .navbar-nav .nav-item:hover .nav-link,
        .h11-nav .navbar-nav .nav-item.active .nav-link {
            color: #008CCC;
            border-bottom: 1px solid #008CCC;
        }

        .h11-nav .navbar-nav .nav-item:last-child {
            margin-right: 0px;
        }

@media (max-width: 1023px) {
    .h11-nav .navbar-nav .nav-item {
        margin: 0;
    }
}

.h11-nav .h11-topbar ul li {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    border-left: none;
    font-size: 12px;
}

    .h11-nav .h11-topbar ul li:last-child a, .h11-nav .h11-topbar ul li:last-child {
        border-left: none;
        border-right: none;
        padding-right: 0;
        margin-right: 5px;
    }

    .h11-nav .h11-topbar ul li.no-right-border {
        border-right: none;
    }

.topbar .ml-auto.h11-topbar {
    display: block;
}

.topbar.fixed-header.animated.slideInDown .ml-auto.h11-topbar {
    display: none;
}

.topbar .header11.po-relative {
    height: auto;
}

.topbar.fixed-header.animated.slideInDown .header11.po-relative {
    /*height: 61px;*/
}


@media (max-width: 1220px) {
    .h11-nav .navbar-nav .nav-item {
        margin: 0 12px;
    }
}

/*-------------------*/
/*Banner1 Style Start*/
/*-------------------*/
#banner1 {
    background: right -3em center no-repeat white;
    background-color: white; /*#008ccc; */
}

html body #banner1.bg-light {
    background-color: white !important;
}

    #banner1 h2 {
        font-size: 55px;
        line-height: 1.2;
        letter-spacing: -1px;
        color: white;
    }

html body .m-t-40.white-text {
    color: white;
    margin-top: 0;
}

.white-button {
    background: white;
    color: #008ccc;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 30px;
    border: none;
    padding: 7px 40px;
    cursor: pointer;
}

    .white-button:hover {
        background: #eeeeee;
    }

#banner1 input {
    line-height: 72px;
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
    vertical-align: top;
}

    #banner1 input[type="text"] {
        color: #8d97ad;
        border-radius: 36px 0 0 36px;
        text-indent: 35px;
        padding-right: 15px;
        width: 61%;
        font-weight: 300;
        -webkit-box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
        box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    #banner1 input[type="submit"] {
        border-radius: 0 36px 36px 0;
        width: auto;
        padding: 0 30px;
        cursor: pointer;
        margin-left: -4px;
        -webkit-box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        #banner1 input[type="submit"]:hover {
            opacity: 0.7;
        }

/*
@media (min-width: 2301px) and (max-width: 2700px) {
    #banner1 {
        background-position: 70% center;
    }
}

@media (min-width: 1900px) and (max-width: 2300px) {
    #banner1 {
        background-position: 80% center;
    }
}

@media (min-width: 1500px) and (max-width: 1680px) {
    #banner1 {
        background-position: right center;
    }
}
*/

@media (max-width: 1600px) {
    .banner {
        padding: 35px 0;
    }
}

@media (max-width: 1400px) {
    #banner1 h2 {
        font-size: 45px;
    }

        .banner .m-t-40 {
            margin-top: 10px;
        }
}

@media (max-width: 1200px) {
    #banner1 h2 {
        font-size: 35px;
    }
}


@media (max-width: 1100px) {
    #banner1 input[type="text"] {
        width: 59%;
    }

    #banner1 input[type="submit"] {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .banner {
        padding: 5px 0;
    }

    .banner .m-t-40 {
        margin-top: 10px;
    }

        #banner1 h2 {
            font-size: 30px;
        }
}

@media (max-width: 767px) {
    .banner {
        padding: 30px 0;
    }

        #banner1 input[type="submit"] {
            padding: 0 30px;
        }

        #banner1 img {
            margin-top: 25px;
        }

    .banner .m-t-40 {
        display: none;
    }

    .banner .international-page-container.m-t-40 {
        display: block;
    }
    
    .banner .international-page-container .m-t-40 {
        display: block;
    }
}

@media (max-width: 590px) {
    #banner1 {
        background-image: none;
    }
}

@media (max-width: 428px) {
    #banner1 input {
        font-size: 14px;
        line-height: 50px;
    }

        #banner1 input[type="text"] {
            border-radius: 25px 0 0 25px;
            text-indent: 20px;
        }

        #banner1 input[type="submit"] {
            border-radius: 0 25px 25px 0;
            padding: 0 15px;
        }
}

@media (max-width: 320px) {
    #banner1 input[type="submit"] {
        padding: 0 10px;
    }
}


/***************
Partner logos
****************/

.client2 {
    padding: 5px 0;
}

.wrap-feature2-box .card-body {
    padding: 40px;
}

.client-label {
    background: #fff;
}

.img-ho {
    overflow: visible;
    /*border: 1px solid #eee;*/
}

.mini-spacer {
    padding: 80px 0;
}

html body .bg-inverse.bg-info {
    background-color: #3e4555 !important;
}

.btn-danger-gradiant, .btn-danger-gradiant:hover {
    background: #008ccc;
    background: -webkit-linear-gradient(legacy-direction(to right), #008ccc 0%, #008ccc 100%);
    background: -webkit-gradient(linear, left top, right top, from(#008ccc), to(#008ccc));
    background: -webkit-linear-gradient(left, #008ccc 0%, #008ccc 100%);
    background: -o-linear-gradient(left, #008ccc 0%, #008ccc 100%);
    background: linear-gradient(to right, #008ccc 0%, #008ccc 100%);
    border: 0px
}


/*******************
team 2
*******************/
.team2 .pro-pic {
    min-height: 200px;
}

    .team2 .pro-pic .card-img-overlay {
        background: rgba(26, 139, 243, 0.87);
        display: none;
    }

        .team2 .pro-pic .card-img-overlay ul {
            position: relative;
            top: 50%;
            text-align: center;
        }

            .team2 .pro-pic .card-img-overlay ul li a {
                color: #ffffff;
                padding: 0 10px;
                -webkit-transition: 0.1s ease-in;
                -o-transition: 0.1s ease-in;
                transition: 0.1s ease-in;
                display: block;
            }

                .team2 .pro-pic .card-img-overlay ul li a:hover {
                    -webkit-transform: translate3d(0px, -5px, 0px);
                    transform: translate3d(0px, -5px, 0px);
                }

    .team2 .pro-pic:hover .card-img-overlay {
        display: block;
    }

.team2 .title {
    margin: 30px 0 0 0;
}

.team2 .subtitle {
    margin: 0 0 20px 0;
    font-size: 13px;
}


/*******************
Client 1
*******************/
.client1 .client-box {
    margin: 0px;
    margin-top: 40px;
    border: 1px solid rgba(120, 130, 140, 0.13);
}

    .client1 .client-box [class*="col-"] {
        min-height: 130px;
        border: 1px solid rgba(120, 130, 140, 0.13);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .client1 .client-box img {
        max-width: 150px;
    }

.client-label {
    display: none;
}

.team2 .pro-pic {
    border: 1px solid #eee;
}

.team2 .subtitle {
    font-size: 16px;
}

.team2 .title {
    margin: 20px 0 15px;
}

html body .m-b-30 {
    margin-bottom: 60px;
}

.team2 h5.title.font-medium {
    margin-bottom: 2px;
}

.team2 span.subtitle {
    display: block;
    font-size: 13px;
}


@media (max-width: 768px) {
    .feature26 {
        padding: 10px 0;
    }

        .feature26 .col-md-6 {
            margin-bottom: 60px;
        }
}

html body .m-t-20.my-btn {
    margin-top: 0;
}

.btn-info, .btn-info.disabled {
    background: #008CCC;
    border: 1px solid #008CCC;
}

@media (max-width: 1200px) {
    .display-7 {
        margin-right: 10px;
        margin-bottom: 25px;
        line-height: 37px;
    }
}

#about {
    padding-top: 70px;
}

.pro-pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .card-img-top {
    width: auto;
} */

#fish .client-label {
    display: block;
}

    #fish .client-label h5 {
        font-weight: 400;
        text-align: center;
        margin-top: 0;
        font-size: 12px;
        margin-bottom: 40px;
    }

.img-hov {
    text-align: center;
}

.show-on-mobile {
    display: none;
}

@media (max-width: 1200px) {
    .show-on-mobile {
        display: block;
    }
}

.h11-nav .navbar-nav .nav-item.nav-cart {
    margin-right: 0px;
}

#contact {
    cursor: pointer;
}

#contact .row {
    cursor: default;
}

.btn.primary {
    background-color: #008CCC;
}

.umb-grid img {
    max-width: 100%;
}