/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */



@import url(http://fonts.googleapis.com/css?family=Roboto:400,500);


body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

h4 {
    font-size:1.25em;

}


/*  Index (home) page  */

    a.gvs-download:hover {
        color: white !important;
        font-weight: 500 !important;
    }

    .card-title {
        color: #29D18B !important;
        font-weight: 700 !important;
        font-size: 1.15em !important;
    }

    /*
            #29D18B       green
            #2A3D7D     blue'ish
    */

    .carousel-inner {
        max-height: 300px;
    }


    @media only screen and (max-width: 479px) {
        .carousel-inner {
            max-height: 100px !important;
        }
    }

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .carousel-inner {
            max-height: 150px !important;
        }
    }

    @media only screen and (max-width: 767px) {
        .carousel-inner {
            max-height: 200px !important;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .carousel-inner {
            max-height: 200px !important;
        }
    }


    section {
        padding: 60px 0;
    }

        section .section-title {
            text-align: center;
            color: #007b5e;
            margin-bottom: 50px;
            text-transform: uppercase;
        }

    .gvs-card {
        border: none;
    }

    .gvs-card .card-header {
        border: 1px #808080 solid;
        color: #2A3D7D;
        font-weight: 500;
    }

    .list-display li {
        margin-bottom: .25rem;
        font-size: 1rem;
    }

    .list-checkmarks {
        padding-left: 1.5rem;
    }

    .list-checkmarks li {
        list-style-type: none;
        padding-left: 1rem;
    }

    .list-checkmarks li:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        margin: 0 10px 0 -28px;
        color: #29D18B;
    }


/*  Contact Page  */

    .map-responsive {
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
        height: 0;
    }

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
    }

    .iframe-container > * {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }




/*  Team Page   */

    .box > .icon {
        text-align: center;
        position: relative;
    }

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border-radius: 50%;
        background: #63B76C;
        vertical-align: middle;
    }

    .box > .icon > .image img {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 4px solid #2A3D7D;
        line-height: 88px;
        border-radius: 50%;
        background: #63B76C;
        vertical-align: middle;
    }


    .box > .icon:hover > .image {
        background: #333;
    }

    .box > .icon:hover > .image img {
        border: 4px solid #2A3D7D;
    }


    .box > .icon > .image > i {
        font-size: 36px !important;
        color: #fff !important;
    }

    .box > .icon:hover > .image > i {
        color: white !important;
    }

    .box > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
    }

    .box > .icon:hover > .info {
        background: rgba(0, 0, 0, 0.04);
        border-color: #e0e0e0;
        color: white;
    }

    .box > .icon > .info > h3.title {
        font-family: "Roboto",sans-serif !important;
        font-size: 18px;
        color: #222;
        font-weight: 500;
        padding-top: 10px;
    }

    .box > .icon > .info > h3.title_name {
        display: inline-block;
        padding-top: 20px;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #29D18B;
        margin: 0;
    }

    .box > .icon > .info > h6.title {
        font-family: "Roboto",sans-serif !important;
        font-size: 12px;
        color: #2A3D7D;
        font-weight: 500;
    }


    .box > .icon > .info > p {
        font-family: "Roboto",sans-serif !important;
        font-size: 13px;
        color: #666;
        line-height: 1.5em;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: left;
    }

    .box > .icon:hover > .info > h3.title, h6.title .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    .box > .icon > .info > .more a {
        font-family: "Roboto",sans-serif !important;
        font-size: 12px;
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .box > .icon:hover > .info > .more > a {
        color: #fff;
        padding: 6px 8px;
        background-color: #63B76C;
    }

    .box .space {
        height: 30px;
    }


/*Testimonials Page*/

    .testimonial {
        border-right: 4px solid #2A3D7D;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 30px 30px 30px 130px;
        margin: 0 5px 30px 5px;
        overflow: hidden;
        position: relative;
    }

    .testimonial_old:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: -17px;
        border-top: 25px solid #29D18B;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(45deg);
    }

    .testimonial:after {
        content: "";
        position: absolute;
        top: -4px;
        left: -17px;
        border-top: 25px solid #29D18B;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(135deg);
    }

    .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 20px;
    }

    .testimonial .pic img {
        width: 100%;
        height: auto;
    }

    .testimonial .description {
        font-size: 15px;
        letter-spacing: 1px;
        color: #6f6f6f;
        line-height: 25px;
        margin-bottom: 15px;
    }


    .testimonial .description .fa {
        color: #2A3D7D;
        font-size: 1.1em;
        font-weight: 700;
        opacity: 0.75;
        text-shadow: none;
        margin-left: -1.2em;
        padding-right: 0.25em;
        z-index: -300;
    }


    .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #29D18B;
        margin: 0;
    }

    .testimonial .post {
        display: inline-block;
        font-size: 17px;
        color: #29D18B;
        font-style: italic;
    }

    .owl-theme .owl-controls .owl-page span {
        border: 2px solid #2A3D7D;
        background: #fff !important;
        border-radius: 0 !important;
        opacity: 1;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls .owl-page:hover span {
        background: #29D18B !important;
        border-color: #29D18B;
    }

    @media only screen and (max-width: 767px) {
        .testimonial {
            padding: 20px;
            text-align: center;
        }

        .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
    }



/*footer*/
.col_white_amrc {
    color: #FFF;
}

    footer {
        width: 100%;
        background-color: #263238;
        min-height: 200px;
        padding: 5px 0px 5px 0px;
    }

    .pt2 {
        padding-top: 40px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 13px;
        color: #CCC;
        padding-bottom: 0px;
        margin-bottom: 8px;
    }

    .mb10 {
        padding-bottom: 15px;
    }

    .footer_ul_amrc {
        margin: 0px;
        list-style-type: none;
        font-size: 12px;
        padding: 0px 0px 10px 0px;
    }

    .footer_ul_amrc li {
        padding: 0px 0px 5px 0px;
    }

    .footer_ul_amrc li a {
        color: #CCC;
    }

    .footer_ul_amrc li a:hover {
        color: #fff;
        text-decoration: none;
    }

    .fleft {
        float: left;
    }

    .padding-right {
        padding-right: 10px;
    }

    .footer_ul2_amrc {
        margin: 0px;
        list-style-type: none;
        padding: 0px;
    }

    .footer_ul2_amrc li p {
        display: table;
    }

    .footer_ul2_amrc li a:hover {
        text-decoration: none;
    }

    .footer_ul2_amrc li i {
        margin-top: 5px;
    }

    .bottom_border {
        border-bottom: 1px solid #323f45;
        padding-bottom: 10px;
    }

    .foote_bottom_ul_amrc {
        list-style-type: none;
        padding: 0px;
        display: table;
        margin-top: 10px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }

    .foote_bottom_ul_amrc li {
        display: inline;
    }

    .foote_bottom_ul_amrc li a {
        color: #999;
        margin: 0 12px;
    }

    .social_footer_ul {
        margin: 25px auto 0 auto;
        list-style-type: none;
    }

    .social_footer_ul li {
        padding-top: 10px;
        float: left;
    }

    .social_footer_ul li a {
        color: #CCC;
        border: 1px solid #CCC;
        padding-bottom: 9px;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 13px;
        border-radius: 50%;
        margin-left: 2px;
        margin-right: 2px;
    }

    .social_footer_ul li a i {
        font-size:1.5em;
        width: 18px;
        height: 18px;
        text-align: center;
    }

/*end footer*/




footer_2 {
    /*position: absolute;
    bottom: 0;
    */
    padding-top:5px;
    padding-bottom:15px;
    width: 100%;
    background-color: #FFF;
    color: #808080;
    text-align:center;
}

#nav-link active {
    color:#CCC;
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
