.container
{
    width: 100%;
}
body {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
}
p {
    padding:0;
    margin:0;
    line-height:1.5em;
}
ol ul li {
    padding:0;
    margin:0;
    line-height:1.6em;
}
#landing-content {
    padding-top: 0px;
    min-height: 500px
}
.carousel-indicators {
    display:none;
}
.navbar-toggle .icon-bar {
    background: #777
}

#main-slider /*.carousel-inner .item{overflow:hidden;opacity:0;height:500px;transition:opacity .8s ease;-webkit-transition:opacity .8s ease;-moz-transition:opacity .8s ease;-ms-transition:opacity .8s ease;-o-transition:opacity .8s ease}@media (max-width:480px){#main-slider .carousel-inner .item{height:200px}#main-slider .carousel-inner .item h2{font-size:17px}}@media (min-width:481px) and (max-width:767px){#main-slider .carousel-inner .item{height:300px}}@media (min-width:768px) and (max-width:979px){#main-slider .carousel-inner .item{height:400px}}#main-slider .carousel-inner .item .slide-caption{animation:none;-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none}#main-slider .carousel-inner .item.active{opacity:1;transition:opacity .8s ease;-webkit-transition:opacity .8s ease;-moz-transition:opacity .8s ease;-ms-transition:opacity .8s ease;-o-transition:opacity .8s ease}#main-slider .carousel-inner .item.left.active{left:0;opacity:0;z-index:1;transition:opacity .8s ease;-webkit-transition:opacity .8s ease;-moz-transition:opacity .8s ease;-ms-transition:opacity .8s ease;-o-transition:opacity .8s ease}#main-slider .carousel-inner .item.left.next{opacity:1;transition:opacity .8s ease;-webkit-transition:opacity .8s ease;-moz-transition:opacity .8s ease;-ms-transition:opacity .8s ease;-o-transition:opacity .8s ease}#main-slider .carousel-inner .item.right.active{left:0;opacity:0;z-index:1;transition:opacity .8s ease;-webkit-transition:opacity .8s ease;-moz-transition:opacity .8s ease;-ms-transition:opacity .8s ease;-o-transition:opacity .8s ease}#main-slider .carousel-inner .item.right.prev{opacity:1;transition:opacity .8s ease;-webkit-transition:opacity .8s ease;-moz-transition:opacity .8s ease;-ms-transition:opacity .8s ease;-o-transition:opacity .8s ease}#main-slider .carousel-inner .item .img-background{position:absolute;left:0;width:100%}*/ #main-slider .carousel-control {
    background-image: none;
    z-index: 2
}

#main-slider .carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    background: rgba(0,0,0,.1);
    margin: 0 auto 10px;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

    .feature-icon [class*=fa-] {
        line-height: 80px
    }

    .feature-icon:hover {
        background: #FC8675;
        color: #fff;
        text-shadow: none;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease
    }

.input-lg::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 17px
}

.input-lg:-moz-placeholder {
    font-size: 17px;
    line-height: 17px
}

.input-lg::-moz-placeholder {
    font-size: 17px;
    line-height: 17px
}

.input-lg:-ms-input-placeholder {
    font-size: 17px;
    line-height: 17px
}

#newsletter {
    width: 300px
}

@media (max-width:767px) {
    #newsletter {
        width: 100%
    }
}

.recent-work a {
    position: relative;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    color: #626262
}

    .recent-work a img {
        width: 100%
    }

    .recent-work a:hover {
        text-decoration: none
    }

        .recent-work a:hover img {
            opacity: .5;
            transition: all .2s ease;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease
        }

.recent-work .detail {
    margin-bottom: 30px
}

.hoverBorder:hover .hoverBorderWrapper .hoverBorderInner {
    box-shadow: 0 0 0 3px #FC8675 inset;
    -moz-box-shadow: 0 0 0 3px #FC8675 inset;
    -webkit-box-shadow: 0 0 0 3px #FC8675 inset;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.hoverBorder:hover .hoverBorderWrapper .readMore {
    left: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.hoverBorder .hoverBorderWrapper {
    position: relative;
    display: inline-block
}

    .hoverBorder .hoverBorderWrapper .hoverBorderInner {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease
    }

    .hoverBorder .hoverBorderWrapper .readMore {
        position: absolute;
        bottom: 10px;
        left: -20px;
        border: 1px solid rgba(0,0,0,.2);
        background-color: #FC8675;
        color: #fff;
        padding: 3px 12px;
        font-size: 11px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease
    }

footer {
    margin-left: 0;
    background: #f7f7f7;
}

    footer .useful-link li a {
        color: #d5d4dd;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease
    }

        footer .useful-link li a:hover {
            color: #fff;
            transition: all .2s ease;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
            -ms-transition: all .2s ease;
            -o-transition: all .2s ease
        }

.social-connect {
    background: #d5d4dd;
    border-color: #d5d4dd;
    color: #777
}

    .social-connect:hover {
        border-color: transparent
    }

.animated-element {
    opacity: 1
}

    .animated-element.no-animation {
        visibility: hidden;
        animation: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -ms-animation: none !important;
        -o-animation: none !important
    }

.font-lg {
    font-size: 17px !important
}
@media (max-width:480px) {
    .content-padding {
        padding: 10px
    }
}
.bg-greydark {
    width: 300px;
    padding: 45px 25px 25px 25px;
    text-align: left;
    background: rgba(83,86,90,1);
    background: -moz-linear-gradient(top, rgba(83,86,90,1) 0%, rgba(83,86,90,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(83,86,90,1)), color-stop(100%, rgba(83,86,90,0.8)));
    background: -webkit-linear-gradient(top, rgba(83,86,90,1) 0%, rgba(83,86,90,0.8) 100%);
    background: -o-linear-gradient(top, rgba(83,86,90,1) 0%, rgba(83,86,90,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(83,86,90,1) 0%, rgba(83,86,90,0.8) 100%);
    background: linear-gradient(to bottom, rgba(83,86,90,1) 0%, rgba(83,86,90,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53565a', endColorstr='#53565a', GradientType=0 );
}
    .bg-greydark .m-top-lg {
        border-top: 2px solid #fff;
        padding: 30px 0;
        font-size: 23px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: 2px;
    }
.bg-greydark .bdr {
    border-bottom: 2px solid #fff;
    padding-bottom: 35px;
}

@media (max-width:480px) {
    .m-top-lg {
        margin-top: 20px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .m-top-lg {
        margin-top: 50px
    }
}

.m-bottom-lg {
    margin-bottom: 100px
}

@media (max-width:480px) {
    .m-bottom-lg {
        margin-bottom: 20px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .m-bottom-lg {
        margin-bottom: 50px
    }
}

.m-top-md {
    margin-top: 50px
}

.m-left-md {
    margin-left: 50px
}

.m-right-md {
    margin-right: 50px
}

ul.contact {
    float:right;
}

.navbar-nav > li > a {
    line-height: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.dropdown-menu {
    background-color: #fff;
    padding: 9px 0;
    border: 0px solid #000;
}

.dropdown-menu > span {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f1f1f1;
        position: absolute;
        top: -9px;
        left: 40%;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar {
    min-height: 35px !important;
    border-radius: 0px;
}

.dropdown-menu > li > a {
    font-size: 16px;
    padding: 7px 22px;
    color: #9ca8ae;
    font-weight: bold;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: #003DA5;
    }

    .dropdown-menu > li > a:hover {
        color: #fff;
    }

.navbar-nav > li > a:hover, {
    color: #003DA5;
    background-color: rgba(83, 86, 90, .9) !important;
    background: none !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(83, 86, 90, .9) !important;
    color: #003DA5;
    background: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(83, 86, 90, .9) !important;
    background: none !important;
    color: #003DA5;
    font-weight: bold;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: inherit;
    }
}
.first-section {
    border: 0px solid #ddd;
    width: 47%;
    margin-top:60px;
    margin-bottom:60px;
    min-height: 200px;
    padding: 18px;
    box-shadow: 0px 0px 0px rgba(100, 100, 100, 0.19);
}
.first-section p {
    color: #929292;
}
.divider {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 51%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 51%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 51%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 51%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    height: 2px;
    margin: 40px 0;
}
.shapelft
{
    background: #f9f9f9;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(-10deg);
}
.shaperht {
    background: #ccc;
    background: #f9f9f9;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(-10deg);
}
.first-section .fa {
    margin-right: 12px;
}
.feature {
    text-align: center;
    margin-bottom:0px;
    padding: 60px 0;
}
.feature .fa {
    color: #003DA5;
    font-size: 70px;
}
.feature h3 {
        font-size: 23px;
        margin-top: 10px;
}
.feature p {
        font-size: 16px;
        margin-top: 10px;
        
}

.feature a {
    color: #000;
}

.feature a:focus, a:hover {
    color: #003DA5;
}

.faqs {
    text-align: center;
    margin-bottom: 40px;
    background: #f7f7f7;
}

.faqs .fa {
        color: #003DA5;
        font-size: 70px;
}

.faqs p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 25px;
}
.faqs h3 {
    font-size: 23px;
    margin-top: 10px;
}
.faqs a {
    color: #000;
}

.faqs a:focus, a:hover {
    color: #003DA5;
}
.parking {
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
    padding: 40px !important;
}
    .parking h5 {
        margin-bottom: 15px;
    }
    .parking p {
        margin-bottom:40px;
    }
    .parking .fa {
        margin-right: 12px;
    }
.row.row-price [class*=col-] {
    padding:0 15px;
}

.pricing {
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding-top: 0px;
}

    .pricing .borange {
        background: #003DA5 !important;
        min-height: 200px;
        border-radius: 4px;
    }

    .pricing .bgreen {
        background: #78BE21 !important;
        min-height: 200px;
        border-radius: 4px;
    }

    .pricing .bbred {
        background: #003DA5 !important;
        min-height: 200px;
        border-radius: 4px;
    }

    .pricing .bblue {
        background: #78BE21 !important;
        min-height: 200px;
        border-radius: 4px;
    }
    .pricing a {
        margin-top:25px;
    }
    .pricing p {
        color:#fff;
        font-size:19px;
    }
    .pricing .btn-redwhiteredborder {
        background: #003DA5 !important;
        color: #fff;
        border-color: #003DA5;
        border-radius: 3px !important;
        padding: 6px 18px;
    }
    .pricing .btn-redwhiteredborder:hover {
        background: #fff !important;
        color: #000;
        border-color: #003DA5;
        border-radius: 3px !important;
        padding: 6px 18px;
    }

    .pricing .btn-redwhiteredborder1 {
        background: #78BE21 !important;
        color: #fff;
        border-color: #78BE21;
        border-radius: 3px !important;
        padding: 6px 18px;
    }

    .pricing .btn-redwhiteredborder1:hover {
        background: #fff !important;
        color: #000;
        border-color: #78BE21;
        border-radius: 3px !important;
        padding: 6px 18px;
    }

.breadcrumb-section {
    background: #f6f6f6;
    padding:12px 0;
}
.breadcrumb-section .fa{
    font-size: 20px;
    margin-right:7px;
    color: #003DA5;
}
    .breadcrumb-section span {
        margin-left: 7px;
        margin-right: 7px;
        color: #27272a;
    }
.breadcrumb-section .active{
    color: #0c4c91;
}
.inner-contant {
    padding:20px;
}
    .inner-contant h1 {
        font-size: 30px;
        margin: 0px 0 20px 0;
        color: #003DA5;
        text-transform: capitalize;
    }
    .inner-contant span {
        color: #003DA5;
        font-weight:700;
    }
    .inner-contant b {
        color: #78BE21;
    }
     .inner-contant p {
        font-size: 17px;
        color: #222;
    }
.terms ul li {
    padding-bottom: 10px;
    margin-left: 15px;
}
.terms ol li {
    padding-bottom: 10px;
    margin-left: 15px;
}
.terms ol p {
    margin-left: -40px;
}

/*.terms li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: 0em;
    top: 15px;
    position: relative;
}
.terms ul li span{
    padding-left: 25px;
    float: left;
}*/
.help-block {
    display: block;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #737373;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding:0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}
.panel-title > a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #53565a;
    background: rgb(246, 246, 246);
    font-weight: bold;
}
.container.inner-contant h5 {
    font-size: 1.3em;
    margin-bottom: .5em;
    color: #e00;
}
p.text-panel {
    color: #e00;
    font-size: 1.2em;
    line-height: 1.8em;
}
ul.grid li {
    list-style: none;
    font-size: 16px;
    line-height:2em;
    /*color: #222;*/

}
ul.grid li i {
    margin-right: .9em;
    font-size: .6em;
    vertical-align: middle;
    /*color: #000;*/
}
panel-body a {
    text-decoration: underline;
}
.more-less {
    float: right;
    color: #fff;
    font-size: 10px;
    line-height: 17px;
    background: #78BE21;
    padding: 0 10px;
    border-radius: 3px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.logo {
    margin: 10px 0px;
    display: inline-block;
}
.navbar-collapse {
    padding-left:0px;
}
/*.nav > li > a {
    padding: 10px 30px 10px 0px;
}*/
a.conatct {
    color: #003DA5;
}
button.close {
    font-size: 20px !important;
    border: 1px solid #eee;
    padding: 1px 5px;
    color: #fff;
    border-radius: 10px;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    border: 1px solid #eee;
     border-radius: 10px;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.nav-tabs { border-bottom: 2px solid #DDD; font-weight:bold }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #003DA5 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-content{padding:10px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: none; margin-bottom: 30px; }
