body {
    padding-top: 52px;
}
.portfolio-item {
    margin-bottom: 30px;
}
.bg-orange{
    background-color: #DC643D !important;
}
.desktop-banner-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70%;
    height: 100%;
    background: -webkit-linear-gradient(left, #43cea2, #185a9d);
    background: -moz-linear-gradient(left, #43cea2, #185a9d);
    background: -o-linear-gradient(left, #43cea2, #185a9d);
    background: -ms-linear-gradient(left, #43cea2, #185a9d);
    background-image: linear-gradient(to right, #43cea2, #185a9d);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    margin-left: -200px;
}
.content-container {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}
.bt3-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .bt3-container {
        width: 1170px;
    }
}
.mobile-banner.greenblue-bg {
    background-image: -webkit-linear-gradient(left, #43cea2, #185a9d);
    background-image: -moz-linear-gradient(left, #43cea2, #185a9d);
    background-image: -o-linear-gradient(left, #43cea2, #185a9d);
    background-image: -ms-linear-gradient(left, #43cea2, #185a9d);
    background-image: linear-gradient(to right, #43cea2, #185a9d);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
}
.mobile-banner-container {
    padding-top: 64px;
    padding-bottom: 56px;
}
.headline {
    color: #fff !important;
    max-width: 600px;
    margin-bottom: 2rem;
}
@media (max-width: 991px) {
    .headline {
        max-width: 400px;
    }
}
.jumbotron {
    position: relative;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: 100%;
    height: 380px;
    background-image: url(../../img/banner.jpg);
}
@media (max-width: 991px) {
    .headline {
        max-width: 400px;
    }
}
.nav-item a{
    color: #333;
    text-decoration: none;
}
.frontend_navbar{
    background-color: #fff;
    border-bottom: 1px solid #a4b7c1;
}
.navbar-nav > li > a {
    font-size: 15px;
    padding: 15px 15px !important;
}
.navbar-toggler {
    border: 1px solid rgba(0,0,0,0.12);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(184, 153, 129, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
h2 {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 40px;
}
h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #1c47e3;
    left: 0;
    right: 0;
    bottom: -20px;
}
.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 15px;
}
.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 0 15px 0 60px ;
    position: relative;
    text-align: center;
}
.carousel .testimonial::before {
    content: '\f10d';
    color: #e2e2e2;
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    position: absolute;
    left: 15px;
    top: 0;
    font-family: 'Fontawesome';
}
.carousel .overview b {
    text-transform: uppercase;
    color: #1c47e3;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}
.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    background: #1c47e3;
    border: 5px double;
}
section {
    padding: 40px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #343a40 !important;
    color: #ffffff;
    text-decoration: none !important;
}
#footer h5{
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
    font-weight: bold;
    font-size:15px;
}
#footer ul.social li{
    padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}
.form-group.required .control-label:after {
    color: #d00;
    content: "*";
    margin-left: 5px;
    top: 7px;
    font-weight: bold;
}
.nav-link:hover,.navbar-expand-lg .nav-link.active {
    background: #2780E3;
    color: #fff;
}
.maincontainer{
    padding: 30px 0;
}
html {
    position: relative;
    min-height: 100%;
}
@media (min-width: 768px) {
    .footer {
        position: absolute;
    }
    body{
        margin: 0 0 250px;
    }
}
.footer {
    bottom: 0;
    width: 100%;
    min-height: 130px;
    left: 0;
    overflow: hidden;
}
footer a {
    color: #ffffff;
}
footer {
    background-color: #343a40 !important;
    padding: 30px 0;
    color: #ffffff;
}
.user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -2px;
}
.spinner {
    position: relative
}
.spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8) url(../../img/bx_loader.gif) no-repeat 50% 50%;
    visibility: visible;
    z-index: 5000;
}
.input-file { position: relative; } /* Remove margin, it is just for stackoverflow viewing */
.input-file .input-group-addon { border: 0px; padding: 0px; }
.input-file .input-group-addon .btn { border-radius: 0 4px 4px 0 }
.input-file .input-group-addon input { cursor: pointer; position:absolute; width: 100%;height:35px; z-index:2;top:0;right:0;filter: alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0; background-color:transparent; color:transparent; }
.navbar{padding:0}
h2.left_aligned::after{
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    border-radius: 1px;
    background: #1c47e3;
    left: 0;
    right: unset;
    bottom: -20px;
}
h2.left_aligned {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 40px;
    text-align: left;
}
#accordion_search_bar_container #accordion_search_bar {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #cacaca;
    border-radius: 25px;
    outline: 0;
}