@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;600;707&display=swap');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 800px;
    height: 100vh;
    z-index: 100;
    padding: 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.popup-msg {
    width: 50%;
    min-width: 320px;
    margin: auto;
    position: relative;
    z-index: 200;
    background-color: white;
    transition: all .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    color: black;
    font-size: 1.1em;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
}

.close-x {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    cursor: pointer;
    background-color: rgba(0,0,0,.1);
    padding: .5em;
}

.popup-msg h2 {
    color: #9e0b0f;
    margin: 1.5em 0 .6em;
    font-size: 1.6em;
}

a.give-button {
    padding: 12px 1em;
    color: #fff;
    border-radius: 10px;
    display: block;
    background: #1C68A6;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 25px;
}

.popup-bg {
    display: none;
}

.fadeup {
    transform: translateY(0px);
}





h4, h5, h6, h1, h2, h3 {
    /*margin-top: 0;*/
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #555;
}

h4 {
    font-size: 25px;
}

h3 {
    font-size: 24px;
}

ul, ol {
    margin: 0;
}

p {
    /*margin-left: -15px;*/
}

html, body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    background-color: #FFF;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.opposite-img img {
    max-width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.opposite-img {
    min-height: 250px;
    border-bottom: 2px solid #e0e0e0;
}

.contact-to .email-2, .email-2 {
    display: none !important;
}

@media screen and (max-width:600px) {
    .opposite-img img {
        float: none;
    }
}


body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.header {
    background: #fff;
    padding: 1em 0;
}

.logo {
    float: left;
    margin-top: -45px;
}

.menu {
    float: right;
}

    .menu li {
        display: inline-block;
    }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li a {
            display: block;
            font-size: 1em;
            color: #515251;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

#nav .current a {
    color: #6fb0b7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu li a:hover, .menu li.active a {
    color: #6fb0b7;
    background: #fff !important;
}

.toggleMenu {
    display: none;
    padding: 4px 5px 0px 5px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}

.submit {
    margin-top: 2em;
    display: inline-block;
    padding: 10px 16px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    background: #42597a;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

    .submit:hover {
        text-decoration: none;
        background: #11bcef;
        color: #fff;
    }



/* HOME */

@font-face {
    font-family: 'DIN Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Condensed Bold'), url('DINCondensed-Bold.woff') format('woff');
}


.home-box {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 295px;
    color: #3995d2;
    border: 1px solid #e0e0e0;
   /* background: url(../images/house-icon.png) #fff no-repeat top center;*/
}

.home-box-large {
    /*background: url(../images/ld-home-icon.png) #fff no-repeat top left;*/
}

@media screen and (max-width:420px) {
    .home-box-large {
        background: url() #fff;
    }
}

.home-box img {
    max-width: 100px;
}

.home-box h2 {
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 40px;
}

.home-box h3 {
    line-height: 35px;
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 5px !important;
}

.home-box .submit {
    background: #515251;
    font-size: 20px;
    margin-top: 10px;
    padding-top: 1px;
}

.home-box ul li {
    text-align: left !important;
    font-family: "Source Sans Pro", sans-serif;
}

.about_img {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.about_grid1 li.about_desc {
    margin-bottom: 40px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 30px;
}

@media screen and (max-width:991px) {
    .about_img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    ul.about_grid1 li.about_desc {
        margin-bottom: 40px;
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 30px;
    }
}


@media screen and (max-width:800px) {
    .menu {
        margin: 10px 0;
    }

    .active {
        display: block;
    }

    .menu li a {
        text-align: left;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

    .nav2 {
        list-style: none;
        *zoom: 1;
        width: 95%;
        position: absolute;
        right: 10px;
        background: #051619;
        top: 86px;
        z-index: 9999;
        border: 1px solid #e0e0e0;
    }

    .menu li a span {
        text-align: center;
        top: 15px;
    }

    .nav2 li ul {
        width: 100%;
    }

    .menu ul {
        margin: 0;
    }

    .nav2 > li.hover > ul {
        width: 100%;
    }

    .nav2 > li {
        float: none;
        display: block;
    }

    .nav2 ul {
        /*display: block;*/
        width: 100%;
    }

    .nav2 > li.hover > ul, .nav li li.hover ul {
        position: static;
    }

    .nav2 li a {
        /*border-top: 1px solid #B11D1D;*/
        background: #fff;
    }

    .nav2 li:first-child a {
        border-top: none;
    }
}

.banner {
    background: url(../images/banner-responsive.png) #fff no-repeat center;
    /*min-height: 500px;
	    margin-top: -70px;*/
}

.banner-info {
    /*margin-top: 5em;*/
    padding-top: 30px;
}

    .banner-info h1 {
        font-size: 4em;
        color: #1773aa;
        line-height: 1em;
        margin: 0em;
        letter-spacing: 1px;
        font-weight: 500;
    }

    .banner-info p {
        color: #555;
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.8em;
        margin-top: 1em;
    }

.banner-btn {
    margin-top: 2.5em;
    display: inline-block;
}

a.banner-btn span {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url(../images/banner_scroll.png) no-repeat 0px 0px;
}

    a.banner-btn span:hover {
        opacity: 0.9;
    }

.content_white {
    text-align: center;
    padding: 0em 0;
}

    .content_white h2 {
        font-size: 2em;
        font-weight: 500;
        color: #555;
    }

    .content_white h3 {
        margin: 15px;
    }

.container h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content_white p {
    color: #515251;
    font-weight: 300;
    
}

.featured_content {
    background: #f6f6f6;
}

.feature_grid1 {
    width: 23.5%;
    margin-right: 2em;
    border-right: 1px solid #E6E6E6;
    padding: 4em 2em 4em 0;
}

.feature_grid2 {
    width: 21%;
    padding: 4em 0;
}

h3.m_1 {
    padding: 0.8em 0;
    margin: 0;
}

    h3.m_1 a {
        font-size: 1.1em;
        color: #555;
        text-decoration: none;
    }

        h3.m_1 a:hover {
            color: #e4551d;
        }

p.m_2 {
    color: #666;
    font-size: 0.95em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.feature_btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 1em;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    background: #fff;
    color: #555;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    border-radius: 5px;
}

    .feature_btn:hover {
        background: #fff;
        color: #e4551d;
        border: 1px solid #e4551d;
        text-decoration: none;
    }

#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 3em 0;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
    padding-right: 30px;
}

    .nbs-flexisel-item > img {
        cursor: pointer;
        position: relative;
    }

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top: -8.6em;
}

.nbs-flexisel-nav-left {
    left: 32.5em;
    background: url(../images/img-sprite.png) no-repeat -99px -101px;
}

.nbs-flexisel-nav-right {
    right: 35em;
    background: url(../images/img-sprite.png) no-repeat -133px -102px;
}

.testimonial {
    border-top: 1px solid #e6e6e6;
    padding: 4em 0;
}

.testimonial_top {
    margin-bottom: 2em;
}

ul.test_box {
    padding: 0;
    list-style: none;
}

    ul.test_box li.test_img {
        float: left;
        width: 20%;
        margin-right: 1em;
    }

    ul.test_box li.test_desc {
        float: left;
        /*width: 77%;*/
    }

        ul.test_box li.test_desc h4 a {
            font-size: 0.9em;
            font-weight: 600;
            color: #666;
            text-decoration: none;
        }

            ul.test_box li.test_desc h4 a:hover {
                color: #e4551d;
            }

        ul.test_box li.test_desc p {
            color: #888;
            font-size: 0.95em;
            line-height: 1.6em;
        }

a:focus {
    outline: 0px;
}

.fa {
    color: #89d1e5;
}

.service_box .fa, .feature_grid1 .fa, .feature_grid2 .fa, .banner-info .fa {
    color: #e4551d;
}

.fa-facebook-square:hover {
    color: #3b5998;
}

.fa-twitter-square:hover {
    color: #00aced;
}

.fa-google-plus-square:hover {
    color: #dd4b39;
}

.fa-linkedin-square:hover {
    color: #007bb6;
}

.footer_midle {
    padding: 2.1em 0;
    background-color: #f6f6f6;
}

ul.social_left {
    padding: 0;
    list-style: none;
}

    ul.social_left li.facebook {
        float: left;
        margin-right: 1em;
    }

    ul.social_left li.fb_text h4 a {
        color: #666;
        font-size: 0.9em;
        font-weight: 600;
    }

        ul.social_left li.fb_text h4 a:hover {
            color: #e4551d;
            text-decoration: none;
        }

    ul.social_left li.fb_text p {
        color: #b5c7c9;
        font-size: 0.85em;
        line-height: 0;
    }

    ul.social_left li.fb_text {
        float: left;
        margin-top: 1em;
    }

.footer_bottom {
    padding: 2em 0;
    background: #515251;
}

.copy {
    text-align: center;
}

    .copy p {
        font-size: 1em;
        color: #fff;
    }

        .copy p a {
            color: #fff;
            border-bottom: 1px dotted;
        }

            .copy p a:hover {
                color: #fff;
                border-bottom: 1px solid;
                text-decoration: none;
            }

.about {
    background: #42597a;
    margin-bottom: 1em;
}

.title-section {
    background: #42597a;
    position: relative;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

    .title-section h1 {
        margin: 0 0 5px 0;
        line-height: 58px;
        font-size: 40px;
        font-weight: 600;
        color: #fff;
    }

@media screen and (max-width:600px) {
    .title-section h1 {
        line-height: 30px;
        font-size: 25px;
    }
}

.title-section ul {
    background: none;
    position: relative;
    margin: 0;
    padding: 9px 0 10px 0;
    border-top: 1px solid #597275;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .title-section ul li {
        line-height: 18px;
        font-size: 13px;
        color: #5f6775;
    }

        .title-section ul li a {
            color: #fff;
        }

h3.m_2 {
    font-size: 1.7em;
    font-weight: 500;
    color: #666;
    margin-bottom: 1em;
}

ul.about_grid1 {
    padding: 0;
    list-style: none;
}

    ul.about_grid1 li.about_img {
        float: left;
        width: 32.333%;
        margin-right: 1.5em;
    }

        ul.about_grid1 li.about_img img {
            max-width: 100%;
        }

    ul.about_grid1 li.about_desc {
        float: left;
        /*width: 63.777%;*/
        padding-right: 25px;
    }

        ul.about_grid1 li.about_desc h5 a {
            color: #555;
            font-size: 1.2em;
        }

            ul.about_grid1 li.about_desc h5 a:hover {
                color: #e4551d;
                text-decoration: none;
            }

        ul.about_grid1 li.about_desc p {
            color: #515251;
            /*font-size: 0.9em;*/
            line-height: 1.5em;
        }

.about_btn {
    display: inline-block;
    padding: 6px 20px;
    font-size: 1em;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    background: #fff;
    color: #555;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    margin-top: 10px;
    border-radius: 5px;
}

    .about_btn:hover {
        background: #fff;
        color: #e4551d;
        border: 1px solid #e4551d;
        text-decoration: none;
    }

.about_box {
    margin-bottom: 2em;
}

div.list.custom-list ul li p {
    display: block;
    overflow: hidden;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1.8em;
    color: #515251;
}

div.list.custom-list ul li:first-child {
    margin: 0;
}

div.list.custom-list ul li {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.service_box {
    padding-bottom: 50px;
}

    .service_box h2 {
        font-size: 1.6em;
        color: #5d5f60;
        padding-top: 0.3em;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0.5em;
    }

    .service_box h5 a {
        font-size: 16px;
        color: #555;
        margin-bottom: 1em;
        line-height: 1.5em;
    }

        .service_box h5 a:hover {
            text-decoration: none;
            color: #e4551d;
        }

    .service_box p {
        font-size: 1em;
        color: #515251;
        margin-bottom: 1.4em;
        line-height: 1.6em;
        text-align: left;
    }

.blog_sidebar {
    padding: 5px 20px 0 70px;
}

.blog_grid {
    margin-bottom: 3em;
}

h2.post_title {
    margin-bottom: 0.7em;
    font-size: 2em;
}

    h2.post_title a {
        color: #555;
    }

        h2.post_title a:hover {
            text-decoration: none;
            color: #e4551d;
        }

.blog_grid p {
    font-size: 1em;
    line-height: 1.5em;
    color: #515251;
    margin-top: 1em;
}

ul.links {
    padding: 5px 0px;
    border-bottom: 1px solid #EEE;
    margin: 15px 0 0 0;
    list-style: none;
}

    ul.links li.last {
        float: right;
    }

    ul.links li {
        color: #515251;
        font-size: 0.85em;
    }

        ul.links li a {
            color: #515251;
        }

    ul.links li {
        display: inline-block;
        margin-right: 20px;
    }

.fa-calendar, .fa-user, .fa-comments {
    color: #89d1e5;
}

.blog_btn {
    margin-top: 2em;
    display: inline-block;
    padding: 8px 20px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    background: #89d1e5;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

    .blog_btn:hover {
        text-decoration: none;
        background: #6fb0b7;
        color: #fff;
    }

.pagination__posts {
    margin-top: 3em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 3em;
    text-align: center;
    display: block;
    margin-top: 3em;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

    .pagination ul > li {
        display: inline;
    }

        .pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
            border-left-width: 1px;
        }

    .pagination ul > .active > a, .pagination ul > .active > span {
        color: #515251;
        cursor: default;
    }

    .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
        background-color: #f6f6f6;
    }

    .pagination ul > li > a, .pagination ul > li > span {
        float: left;
        padding: 8px 16px;
        line-height: 23px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #eee;
        margin-left: 10px;
    }

ul.sidebar {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

    ul.sidebar h3 {
        font-size: 25px;
        font-weight: 500;
        color: #89d1e5;
        margin: 0 0 1em 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #eee;
        border-left: 0px solid #89d1e5;
    }

    ul.sidebar li {
        margin: 0 0 10px 0;
        list-style-type: none;
    }

        ul.sidebar li a {
            color: #515251;
            font-size: 1em;
        }
        
.side img {
   width: 310px;
   height: 206px;
   object-fit: cover;
   
}

.contact {
    padding-top: 1em;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 4em;
}

.contact_top {
    margin-right: 0;
    margin-left: 0;
}

.contact_details {
    background-color: #f6f6f6;
    padding: 20px;
    border-left: 2px solid #fff;
}

    .contact_details h5 {
        font-size: 1em;
        font-weight: 600;
        color: #666;
        margin-bottom: 1em;
    }

.contact_address, .contact_mail {
    overflow: hidden;
    font-size: 0.95em;
    color: #515251;
    line-height: 1.5em;
}

.contact_bottom h3 {
    font-size: 1.5em;
    font-weight: 500;
    color: #666;
}

.contact_bottom p {
    font-size: 0.95em;
    line-height: 1.8em;
    color: #888;
    margin: 1em 0;
}

.text2 input[type="text"], .text2 textarea {
    width: 99%;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #515251;
    outline: none;
    margin-bottom: 25px;
    height: 150px;
    padding: 10px 10px;
    font-size: 0.85em;
    resize: none;
}

.col-md-12 h2, .col-md-12 h3 {
    /*margin-left: -20px;*/
}



@media (max-width:600px) {
    .navbar-semi .navbar-brand {
        min-height: 80px;
    }

    .form-control {
        display: block;
        width: 100% !important;
    }

    .navbar-semi .navbar-brand {
        margin-top: -25px;
    }

    @media (max-width:600px) {
        .navbar-semi .navbar-brand {
            margin-top: -10px;
        }
    }

    @media (max-width:1024px) {
        .feature_grid1 {
            width: 23%;
        }

        .banner {
            min-height: 450px;
        }

        .banner-info {
            margin-top: 4em;
        }

        .nbs-flexisel-nav-right {
            right: 30em;
        }

        .nbs-flexisel-nav-left {
            left: 29em;
        }

        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: -7.6em;
        }

        ul.test_box li.test_desc {
            /*width: 76%;*/
        }

            ul.test_box li.test_desc p {
                font-size: 0.85em;
                line-height: 1.5em;
            }

        div.list.custom-list ul li h5 a {
            font-size: 16px;
        }
    }

    @media (max-width:800px) {
        .header {
            padding: 1em 0;
        }

        .logo {
            margin-top: 15px;
        }

        .feature_grid1 {
            width: 100%;
            padding: 4em 0em 0em 0;
        }

        .banner-info h1 {
            font-size: 2em;
        }

        .banner {
            min-height: 400px;
        }

        .feature_grid2 {
            width: 100%;
        }

        .nbs-flexisel-nav-right {
            right: 23em;
        }

        .nbs-flexisel-nav-left {
            left: 22em;
        }

        ul.test_box {
            margin-bottom: 2em;
        }

        .banner-info p {
            font-size: 0.85em;
        }

        .banner-btn {
            margin-top: 2em;
        }

        .toggleMenu {
            padding: 0;
        }

        .about_left {
            margin-bottom: 2em;
        }

        .service_box {
            margin-bottom: 2em;
        }

        ul.sidebar h3 {
            margin-bottom: 0.5em;
        }

        .contact_details {
            margin-bottom: 2em;
        }
    }

    @media (max-width:640px) {
        .content_white p {
            font-size: 1.3em;
        }

        .nbs-flexisel-nav-left {
            left: 18.5em;
        }

        .nbs-flexisel-nav-right {
            right: 18.5em;
        }

        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: -5.8em;
        }

        ul.about_grid1 li.about_img {
            width: 31.333%;
            margin-right: 1em;
        }

        ul.about_grid1 li.about_desc p {
            margin-bottom: 1em;
        }

        .service_box h2 {
            margin-bottom: 0.5em;
        }

        ul.about_grid1 li.about_desc, ul.about_grid1 li.about_img {
            width: 100% !important;
        }

        h3, h4 {
            font-size: 25px;
        }
    }


    @media (max-width:480px) {
        .banner {
            min-height: 250px;
        }

        .banner-info h1 {
            font-size: 1.5em;
        }

        a.banner-btn span {
            background-size: 60%;
        }

        .banner-info p {
            font-size: 0.8125em;
        }

        .banner-info {
            margin-top: 2em;
        }

        .logo {
            margin-top: 12px;
        }

        .header {
            padding: 0.5em 0;
        }

        .content_white h2 {
            font-size: 1.5em;
        }

        .content_white p {
            font-size: 1.4em;
        }

        .nbs-flexisel-nav-right {
            right: 13.5em;
        }

        .nbs-flexisel-nav-left {
            left: 13.5em;
        }

        .contact-to input[type="text"] {
            width: 31%;
        }

        .nav {
            top: 70px;
        }

        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: -5em;
        }
    }

    @media (max-width:320px) {
        .banner-info h1 {
            font-size: 1.2em;
        }

        .banner-info p {
            font-size: 12px;
        }

        .banner {
            min-height: 150px;
        }

        .banner-btn {
            margin-top: 1em;
        }

        .content_white p {
            font-size: 0.95em;
            line-height: 1em;
            padding: 0 10px;
        }

        .content_white h2 {
            font-size: 1.3em;
        }

        .nbs-flexisel-nav-right {
            right: 8.5em;
        }

        .nbs-flexisel-nav-left {
            left: 8.5em;
        }

        .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
            margin-top: -4.2em;
        }

        ul.test_box li.test_desc {
            width: 74%;
        }

        h3.m_1 {
            padding: 0.5em 0;
        }

        ul.about_grid1 li.about_img {
            width: 30.333%;
        }

        h2.post_title {
            font-size: 20px;
        }

        ul.links li {
            margin-right: 0px;
        }

        .blog_btn {
            margin-top: 1em;
            padding: 8px 20px;
        }

        .pagination__posts {
            margin: 2em 0;
        }

        .contact-to input[type="text"] {
            width: 99%;
        }

        input.text {
            margin-left: 0 !important;
        }
    }


    #google_translate_element {
        float: right;
    }



    /*!
 * Semi v2.0 (http://cc.codbits.com/semi)
 * Copyright CodBits (http://codbits.com)
 * Licensed under CodeCanyon (http://codecanyon.net/licenses)
 */ .navbar-semi {
        min-height: 50px;
        border-radius: 0px;
    }

        .navbar-semi.navbar-fixed-top, .navbar-semi.navbar-static-top {
            border-radius: 0;
        }

        .navbar-semi .navbar-toggle {
            border-color: #fff;
            padding: 0;
            margin-top: 11px;
        }

            .navbar-semi .navbar-toggle .icon-bar {
                background-color: #000;
                height: 4px;
            }
/*
        .navbar-semi .navbar-brand img {
            max-width: 180px !important;
        }
*/
        .navbar-semi .navbar-nav > li:nth-child(1) {
            border-left: 1px solid #fff;
        }

        .navbar-semi .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
            border-right: 1px solid #fff;
            -webkit-box-shadow: inset 0 0 8px -2px rgba(255,255,255,0.53);
            box-shadow: inset 0 0 4px -2px rgba(255,255,255,0.53);
            -webkit-box-shadow: inset 0 0 4px -1px rgba(255,255,255,0.53);
            -webkit-transition: background-color 300ms;
            -o-transition: background-color 300ms;
            transition: background-color 300ms;
        }

    @media (max-width:768px) {
        .navbar-semi .navbar-nav > li > a {
            box-shadow: inset 0 0 0 rgba(255,255,255,0.53);
            -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0.53);
        }
    }

    .navbar-semi .navbar-nav > li > a:hover, .navbar-semi .navbar-nav > li > a:focus {
        background-color: #e0e0e0;
    }

    @media (max-width:768px) {
        .navbar-semi .navbar-nav.social-links {
            text-align: center;
        }

            .navbar-semi .navbar-nav.social-links li {
                display: inline-block;
                border-width: 0;
            }

                .navbar-semi .navbar-nav.social-links li a {
                    border-width: 0;
                }
    }

    .navbar-semi .nav .open > a:focus {
        border-width: 0;
    }

    .navbar-semi .dropdown-menu {
        left: -2px;
        background-color: #fff;
    }

        .navbar-semi .dropdown-menu > li > a {
            padding: 7px 20px;
            color: #9D9D9D;
            -webkit-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
        }

            .navbar-semi .dropdown-menu > li > a:hover, .navbar-semi .dropdown-menu > li > a:focus {
                background-color: #e0e0e0;
                -webkit-box-shadow: inset 5px 0 0 #ffffff;
                box-shadow: inset 5px 0 0 #ffffff;
            }

    .navbar-semi .navbar-form {
        padding: 0px;
        margin: 3px -28px 0 3px;
    }

        .navbar-semi .navbar-form .form-control {
            width: 80px;
            background-color: #101010;
            border-color: #2a2a2a;
            -webkit-transition: width 300ms;
            -o-transition: width 300ms;
            transition: width 300ms;
        }

            .navbar-semi .navbar-form .form-control:focus {
                width: 150px;
                -webkit-box-shadow: 0 0 0, 0 0 0;
                box-shadow: 0 0 0, 0 0 0;
            }

    @media (max-width:768px) {
        .navbar-semi .navbar-form {
            margin: 0;
        }

            .navbar-semi .navbar-form .form-control {
                width: 100%;
            }

                .navbar-semi .navbar-form .form-control:focus {
                    width: 100%;
                }
    }
}

    a:hover {
        color: red !important;
    }
