body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #666;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 32px;
    color: #333;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

h4 {
    font-size: 18px;
    color: #333;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 15px;
}

p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #1f386e;
    font-weight: 400;
}

a:hover, a:focus {
    text-decoration: none;
    color: #e52f3c;
}

ul, ol {
    list-style: none;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #1E7A46;
    margin-bottom: 20px;
    border: 0;
}

/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}

#menu.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}

#menu a.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #081F3C;
    text-transform: uppercase;
    letter-spacing: -1px;
}

#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #081F3C;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 20px 0 20px;
}

#menu.navbar-default .navbar-nav > li > a:hover {
    color: #ce2a36;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ce2a36 !important;
    background-color: transparent;
}

#menu .phone {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    float: right;
    margin-top: 14px;
}

#menu .phone span {
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
    margin-right: 6px;
    background-color: #081F3C;
    padding: 5px 14px;
    border-radius: 5px;
    font-weight: bold;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #1b6d3f;
}

.section-title {
    margin-bottom: 35px;
}

.section-title h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.section-title h2::after {
    position: absolute;
    content: "";
    background-color: #e52f3c;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}

.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #e52f3c;
    padding: 14px 20px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #fff;
    background-color: #1f386e;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/1Banner.jpg) center center no-repeat;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .overlay {
    background: rgba(0, 0, 0, 0.3);
}

.intro h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 34px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.intro p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, .45);
}

header .intro-text {
    padding-top: 232px;
    padding-bottom: 150px;
    text-align: center;
}

/* Get Touch Section */
#get-touch {
    padding: 40px 0 30px;
    color: rgba(255, 255, 255, .7);
    background: #081F3C;
}

#get-touch h3 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 10px 0;
}

#get-touch .btn-custom {
    margin: 0;
    background: transparent;
    border: 2px solid #fff;
}

#get-touch .btn-custom:hover {
    color: #1f386e;
    background: #fff;
    border: 2px solid #fff;
}

/* About Section */

#about {
    padding: 35px 0;

}

#about h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

#about h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

#about h2::after {
    position: absolute;
    content: "";
    background-color: #e52f3c;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}

#about .about-text li {
    margin-bottom: 6px;
    margin-left: 6px;
    list-style: none;
    padding: 0;
}

#about .about-text li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #1f386e;
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
}

#about img {
    padding: 20px;
    width: 500px;
    margin-top: 10px;
    background: #fff;
    border-right: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

#about p {
    line-height: 24px;
    margin: 30px 0;
}

/* Services Section */
#services {
    padding: 100px 0;
}

#services .service-media {
    margin: 10px;
}

#services .service-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

#services .service-desc {
    margin: 10px 10px 20px;
}

#services h3 {
    font-weight: 700;
    padding: 5px 0;
}

#services .service-desc hr {
    margin-left: 0;
}

/* Portfolio Section */
#portfolio {
    padding: 100px 0;
    background: #f6f6f6;
}

.portfolio-item {
    margin: 15px 0;
}

.portfolio-item .hover-bg {
    overflow: hidden;
    position: relative;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(31, 56, 110, 0.8);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text > h4 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

/* Testimonials Section */
#testimonials {
    padding: 35px 0;
}

#testimonials i {
    color: #e6e6e6;
    font-size: 32px;
    margin-bottom: 20px;
}

.testimonial {
    position: relative;
    padding: 20px;
}

.testimonial-image {
    float: left;
    margin-right: 15px;
}

.testimonial-image, .testimonial-image img {
    display: block;

}

.testimonial-content {
    position: relative;
    overflow: hidden;
}

.testimonial-content p {
    margin-bottom: 0;
    font-size: 14px;
    font-style: italic;
}

.testimonial-meta {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Contact Section */
#contact {
    padding: 100px 0 60px 0;
    background: #1f386e;
    color: rgba(255, 255, 255, .65);
}

#contact .section-title {
    margin-bottom: 40px;
}

#contact h2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#contact h4 {
    color: #fff;
    margin-top: 22px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#contact form {
    padding-top: 20px;
}

#contact h3 {
    font-size: 17px;
    font-weight: 600;
}

#contact .text-danger {
    color: #cc0033;
    text-align: left;
}

#contact .btn-custom {
    margin: 30px 0;
    background: transparent;
    border: 2px solid #fff;
}

#contact .btn-custom:hover {
    color: #1f386e;
    background: #fff;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control:-moz-placeholder {
    color: #777;
}

.form-control::-moz-placeholder {
    color: #777;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

#contact .contact-item {
    margin: 20px 0;
}

#contact .contact-item span {
    color: rgba(255, 255, 255, 1);
    display: block;
}

#contact .social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 50px;
    margin-top: 50px;
    text-align: center;
}

.social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    margin-top: 50px;
    text-align: center;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 12px;
}

.social ul li {
    display: inline-block;
    margin: 0 12px;
}

.social ul li {
    display: inline-block;
    margin: 0 12px;
    background-color: #733459;
    border-radius: 50px;
    width: 47px;
    height: 47px;
}

#contact .social i.fa {
    font-size: 24px;
    padding: 10px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
}

.social i.fa {
    font-size: 24px;
    padding: 10px;
    color: rgb(255, 255, 255);
    transition: all 0.3s;
}

#contact .social i.fa:hover {
    color: #fff;
}

.social i.fa:hover {
    color: #fff;
}

/* Footer Section*/
#footer {
    background: #f6f6f6;
    padding: 30px 0;
}

#footer p {
    color: #888;
    font-size: 14px;
}

#footer a {
    color: #1f386e;
}

#footer a:hover {
    color: #e52f3c;
}

@media (max-width: 768px) {
    #about img {
        margin: 50px 0;
    }
}

.banner_wrapper {
    padding: 125px 0 50px;
    background: #1A385E url('../img/Breadcrumb.png') no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.banner_wrapper li {
    display: inline-block;
    color: #fff;
}

.banner_wrapper li:not(:last-child) {
    margin-right: 5px;
}

.banner_wrapper li a {
    color: #fff;
}

/*common wrapper*/
.common_wrapper {
    padding: 35px 0;
}

.common-title {
    margin-bottom: 35px;
}

footer.footer {
    background: #1A385E url('../img/Footer_background.png') no-repeat;
    background-size: cover;
    padding-top: 40px;

}

footer.footer h3 {
    color: white;
    margin-bottom: 25px;
}

footer.footer li a {
    color: #fff;
    margin-bottom: 5px;
    display: block;
}

footer.footer p {
    color: #fff;
}

.text-holder {
    color: #fff;
}

.copywrite {
    padding-top: 36px;
    text-align: center;
    padding-top: 94px;
    padding-bottom: 15px;
}

.license_wraper ul {
    margin-top: 15px;
    column-count: 2;
}

.license_wraper ul li {
    margin-bottom: 5px;
    color: #5b5a5a;
}

.license_wraper ul li ul {
    margin-top: 15px;
    padding-left: 25px;
    column-count: 1;
}

.blank_space {
    height: 45px;
}

.wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    position: fixed;
    z-index: 999999;
}

#sidebar {
    position: relative;
    min-width: 250px;
    max-width: 250px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .intro h1 {

        font-size: 26px;

    }

    #sidebar {
        margin-left: 0px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebar.active {
        margin-left: -250px;
    }

    button#sidebarCollapse {

        top: 330px !important;

    }

    .license_wraper ul {
        column-count: 1;
    }

    .social ul li
    .banner_wrapper {
        padding: 191px 0 50px;
    }
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #1F386E;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 19px 20px;
    background: #e7e7e7;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

button#sidebarCollapse {
    position: absolute;
    right: -110px;
    border-radius: 0;
    top: 116px;
    height: 62px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

button#sidebarCollapse i {
    margin-right: 5px;
}

.testimonial-image img {
    height: 100px;
    margin: 0 auto;
}

.navbar-brand > img {
    display: block;
    height: 70px;
    top: -27px;
    position: relative;
}

div#bs-example-navbar-collapse-1 {
    width: 47%;
    float: left;
}

.btn-info {
    color: #fff;
    background-color: #053CD2;
    border-color: #053CD2;
}

.list-style ul {
    column-count: 3;
}

/*Custom Styling*/
.navbar-right {
    margin: 20px 0;
}
div#bs-example-navbar-collapse-1 {
    width: 100%;
    float: inherit;
}

.navbar-header .navbar-toggle {
    margin-top: 26px;
}