/* Necessary for full page carousel*/
html,
body,
.view {
    height: 100%;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg'); /* Legacy iOS */
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Montserrat-SemiBold';*/
    font-weight: 400;
}

/* Carousel*/
.carousel,
.carousel-item,
.carousel-item.active {
    height: 95%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item:nth-child(1) {
    background-image: url("../img/slider/slider1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-item:nth-child(2) {   
    background-image: url("../img/slider/slider2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item:nth-child(3) {
    background-image: url("../img/slider/slider3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item:nth-child(4) {
    background-image: url("../img/slider/slider4.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item:nth-child(5) {
    background-image: url("../img/slider/slider5.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item:nth-child(6) {
    background-image: url("../img/slider/slider6.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-item .view .flex-center {
    max-width: 1200px;
    margin: 0 auto;
}

    .carousel-item .view .flex-center ul {
        text-align: left;
    }

    .carousel-item .view .flex-center .caption-title {
        text-shadow: 1px 1px #fff;
        width: 60%;
        color: #313b48;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.5;
        text-transform: uppercase;
    }

    .carousel-item .view .flex-center .caption-desc {
        font-size: 18px;
        line-height: 30px;
        width: 50%;
        color: #666666;
    }

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    background-color: #004890;
    padding: 15px;
}

.btn-outline-indigo {
    color: #004890 !important;
    background-color: transparent !important;
    border: 2px solid #004890 !important
}

.navbar {
    padding: 0 6px !important;
}

    .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
        background-color: transparent;
        color: #004890;
        font-weight: 600;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

.section-title {
    color: #313b48;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

    .section-title:before {
        background: #e1e1e1 none repeat scroll 0 0;
        bottom: -5px;
        content: "";
        height: 1px;
        left: 50%;
        margin-left: -50px;
        position: absolute;
        width: 100px;
    }

    .section-title:after {
        content: "";
        left: 50%;
        position: absolute;
        background: #014890 none repeat scroll 0 0;
        bottom: -6px;
        height: 3px;
        margin-left: -15px;
        width: 30px;
    }

#services {
    background-color: #5e5f60;
    padding-bottom: 30px;
}

.call-to-action-section {
    background-color: #014890;
    padding: 30px 30px 30px 30px;
    z-index: 99;
    margin-top: -80px;
    position: relative;
    display: table;
    width: 100%;
    color: #fff;
}

    .call-to-action-section .section-title-wrapper {
        display: table-cell;
        width: 75%;
        vertical-align: middle;
    }

    .call-to-action-section .btn-wrapper {
        width: 25%;
        display: table-cell;
        vertical-align: middle;
        margin-top: 0;
    }

        .call-to-action-section .btn-wrapper a {
            border: 1px solid;
            border-radius: 50px;
            color: #fff;
            font-size: 22px;
            height: 50px;
            line-height: 50px;
            position: relative;
            margin-left: 30px;
            padding: 0 20px;
            display: inline-block;
            margin: 0;
            display: block;
            box-shadow: none;
            text-transform: capitalize;
        }

.servicebox {
    margin-top: 15px;
    margin-bottom: 30px;
}

    .servicebox h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 15px;
    }

#counter {
    padding: 40px 0;
    background-color: #014890;
    color: #d3d3d3;
}

#projects {
    padding: 60px 0;
}

#testimonials {
    padding: 60px 0;
    background: url('../img/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
}

    #testimonials .testimonial-content-wrapper {
        background: #fff;
        padding: 20px 30px;
        position: relative;
    }

        #testimonials .testimonial-content-wrapper:before {
            border-bottom: 34px solid transparent;
            border-left: 20px solid #fff;
            content: " ";
            left: 11%;
            position: absolute;
            top: 96%;
            -webkit-transform: rotate( 12deg );
            transform: rotate( 12deg );
            z-index: 1;
        }

    #testimonials .testimonial-icon {
        display: inline-block;
        vertical-align: top;
        color: #31afb8;
        font-size: 18px;
        color: #014890
    }

    #testimonials .testimonial-content {
        width: 90%;
        display: inline-block;
        margin-left: 15px;
        color: #777;
    }

.testimonial-client-detail {
    margin-top: 40px;
}

.testimonial-img {
    float: left;
}

.client-detail-block {
    display: inline-block;
    margin-left: 20px;
}

.testimonial-title {
    color: #fff;
    font-size: 16px;
}

.testimonial-degicnation {
    color: #ddd;
    font-size: 14px;
    font-weight: 400;
}

.tg-feature-product-widget {
    margin: 0 -15px;
    overflow: hidden;
    border: 1px solid rgba(204,204,204,0.20);
}

    .tg-feature-product-widget figure {
        margin: 0px;
    }

        .tg-feature-product-widget figure img {
            width: 100%;
        }

    .tg-feature-product-widget .feature-inner-block {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.featured-image-desc {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: rgba(1, 72, 144, 0.60);
}

.tg-feature-product-widget:hover .featured-image-desc {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.tg-feature-product-widget .feature-title-wrap {
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .tg-feature-product-widget .feature-title-wrap a {
        font-size: 16px;
        color: #fff;
        font-weight: 800;
        /*color: #313b48;*/
    }

.tg-feature-product-widget .feature-desc-wrap {
    text-align: center;
    color: #f3f0f0;
    font-size: 12px;
}

.tg-feature-product-widget .featured-image-desc:before {
    border-bottom: 50px solid transparent;
    border-right: 48px solid #313b48;
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
}

.tg-feature-product-widget .featured-image-desc span {
    position: absolute;
    top: 4px;
    right: 7px;
}

    .tg-feature-product-widget .featured-image-desc span a {
        color: #fff;
    }
/*--------------------------------------------------------------
Bread Crumb
--------------------------------------------------------------*/
.breadcrumb-trail.breadcrumbs {
    margin-top: 70px;
    background: #fafafa none repeat scroll 0 0;
}

    .breadcrumb-trail.breadcrumbs .trail-title {
        float: left;
        font-weight: 400;
        font-size: 18px;
        padding: 10px 0;
        margin: 0;
    }

    .breadcrumb-trail.breadcrumbs .trail-items {
        float: right;
        margin: 0;
        padding: 14px 0;
        list-style: none;
    }

        .breadcrumb-trail.breadcrumbs .trail-items li {
            float: left;
        }

            .breadcrumb-trail.breadcrumbs .trail-items li span {
                font-size: 12px;
                color: #a1a1a1;
                position: relative;
                line-height: 18px;
                padding: 0 14px;
            }

                .breadcrumb-trail.breadcrumbs .trail-items li span:before {
                    color: #a1a1a1;
                    content: "\f105";
                    font-family: fontawesome;
                    left: 0;
                    position: absolute;
                    top: 0;
                }

            .breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
                display: none;
            }

.text-blue {
    color: #014890;
}

.section {
    background: url('../img/background-2.jpg') center center fixed;
    background-size: cover;
    padding: 40px 0;
}


.imglist {
    list-style-type: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .imglist li {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0px 30px;
        box-sizing: border-box;
        margin-bottom: 30px;
        text-align: center;
    }

        .imglist li img {
            width: 80%;
        }

        .imglist li p {
            margin-bottom: 1px;
            text-align: center;
            /*margin-top: -20px;*/
            color: #014890;
        }



/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 11111;
    /*padding-top: 100px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    text-align: center;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

    .mySlides img {
        width: 80% !important;
        margin: 25px auto;
    }

.cursor {
    cursor: pointer;
}
.btn-indigo {
    background-color: #004890 !important;
}
/* Next & previous buttons */
.modal-content .prev,
.modal-content .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.modal-content .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .modal-content .prev:hover,
    .modal-content .next:hover {
        background-color: rgba(1, 72, 144, 0.90);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    margin-top: -16px;
}

.testimonial-wrap {
    margin-bottom: 80px;
}

    .testimonial-wrap .testi-img {
        border-radius: 50%;
        width: 80%;
        box-shadow: 0px 1px 15px 1px #ccc;
        margin: 2% auto;
    }

.testi-details {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    box-shadow: 0px 1px 15px 1px #ccc;
}

.testi-details-left:before {
    border-bottom: 35px solid transparent;
    border-left: 20px solid rgba(221, 221, 221, 0.25);
    content: " ";
    left: -4%;
    position: absolute;
    top: 15.5px;
    -webkit-transform: rotate( 80deg );
    transform: rotate( 80deg );
    z-index: 1;
}

.testi-details-left:after {
    border-bottom: 35px solid transparent;
    border-left: 20px solid #fff;
    content: " ";
    left: -3%;
    position: absolute;
    top: 16px;
    -webkit-transform: rotate( 80deg );
    transform: rotate( 80deg );
    z-index: 1;
}

.testi-details-right:before {
    border-bottom: 35px solid transparent;
    border-left: 20px solid rgba(221, 221, 221, 0.25);
    content: " ";
    right: -4%;
    position: absolute;
    top: 15.5px;
    -webkit-transform: rotate( 270deg );
    transform: rotate( 270deg );
    z-index: 1;
}

.testi-details-right:after {
    border-bottom: 35px solid transparent;
    border-left: 20px solid #fff;
    content: " ";
    right: -3%;
    position: absolute;
    top: 16px;
    -webkit-transform: rotate( 270deg );
    transform: rotate( 270deg );
    z-index: 1;
}

.contactform-wrap {
    background: #fff;
    padding: 30px 50px;
    border: 1px solid rgba(204, 204, 204, 0.50);
    /*box-shadow: 0px 1px 15px 1px #ccc;*/
}
/*---------------footer css-----------
    ---------------------------------*/
footer .text-blue {
    color: #0070e2;
}

#top-footer {
    background-color: #313b48;
    padding: 80px 0 30px;
}

    #top-footer .widget {
        margin-bottom: 30px;
    }

    #top-footer .widget-title {
        font-size: 18px;
        border-left: 3px solid #0070e2;
        font-weight: 600;
        line-height: 24px;
        color: #fff;
        margin-bottom: 30px;
        padding-left: 20px;
    }


    #top-footer .textwidget {
        font-size: 15px;
        color: #fff;
        line-height: 24px;
        font-weight: 400;
    }

    #top-footer .widget ul {
        list-style-type: none;
        padding-left: 15px;
    }

        #top-footer .widget ul li {
            position: relative;
            padding: 0 0 10px 20px;
            font-size: 12px;
        }

            #top-footer .widget ul li a {
                font-size: 14px;
                color: #fff;
            }

            #top-footer .widget ul li:after {
                color: #fff;
                content: "\f105";
                font-family: fontawesome;
                left: 0;
                position: absolute;
                top: 0;
            }

#bottom-footer {
    padding: 20px 0;
    background-color: #28313d;
}

    #bottom-footer .copyright-text {
        color: #fff;
        font-size: 12px;
    }

        #bottom-footer .copyright-text a {
            color: #bcbaba;
        }

            #bottom-footer .copyright-text a:hover {
                color: #014890;
            }


@media (max-width:768px) {
    .carousel-item .view .flex-center .caption-title,
    .carousel-item .view .flex-center .caption-desc {
        width: 80%;
        margin:0px auto;
        text-align:center;
    }
    .carousel-item .view .flex-center ul{
        text-align:center;
    }
    .call-to-action-section .section-title-wrapper,
    .call-to-action-section .btn-wrapper {
        width: 100%;
        display: block;
        text-align: center;
    }
    .imglist li {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .close{
        right:10px;
        z-index:11;
    }
}


/*-----------------------
    sticky-side-menu
------------------------*/

.sticky-side-menu {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 99;
}

    .sticky-side-menu ul {
        box-shadow: 1px 0px 10px 0px rgba(1, 72, 144, 0.75);
        /*border-radius: 15px 0 0 15px;*/
    }


    .sticky-side-menu li a {
        width: 45px;
        height: 45px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ff7607;
        padding: 5px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        transition: all 0.25s ease-in-out;
        background: #0059b3;
    }

        .sticky-side-menu li a:hover, .sticky-side-menu li a:focus {
            background: #014890;
            border-top: 1px solid #fff;
            border-left: 1px solid #fff;
        }

    .sticky-side-menu li:first-child a {
        /*border-radius: 15px 0 0;*/
    }

    .sticky-side-menu li:last-child a {
        /*border-radius: 0 0 0 15px;*/
    }

    