body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #333;
}

a {
    color: #000757;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

a:focus,
a:hover {
    color: #008700;
}

label {
    font-weight: 400;
}

strong {
    font-weight: 500;
}

select,
textarea,
.form-control,
input[type=text],
input[type=url],
input[type=email] {
    border-radius: 0;
    height: auto;
    box-shadow: 0 0 0 #fff;
    display: inline-block;
    width: 100%;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

input[type=submit] {
    border-radius: 25px;
    border: 0;
    background: #008700;
    height: auto;
    padding: 8px 25px;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

input[type=submit]:focus,
input[type=submit]:hover {
    background: #000757;
}

.navbar-main {
    min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.navbar-main .navbar-brand {
    height: auto;
    padding: 10px 15px;
    width: 200px;
}

.navbar-main .nav {
    margin-top: 10px;
}

.navbar-main .nav li a {
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 15px;
}

.navbar-main .nav li.active a,
.navbar-main .nav li a:hover {
    color: #000757;
    background: transparent;
}

.navbar-main .nav li.active a {
    font-weight: 500;
}

.navbar-main .nav .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

.navbar-main .nav .dropdown-menu li:last-child {
    border-bottom: 1px solid #fff;
}

.navbar-main .nav .dropdown-menu li a {
    padding: 12px 15px;
    text-align: center;
    font-weight: 400;
    color: #333;
    width: 100%;
}

.navbar-main .nav .dropdown-menu li a:hover {
    background: #eee;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu .fa-angle-right {
    display: inline-block;
    float: right;
}

#slider,
#slider .item img {
    width: 100%;
    height: 430px;
}

#slider .carousel-caption {
    top: 0;
    margin-top: 120px;
}

#slider .carousel-caption h2 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 0 0 #fff;
}

#slider .carousel-caption h7 {
    color: #222;
    font-size: 48px;
    line-height: 130px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 0 0 #222;
}

#slider .carousel-caption p {
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    text-shadow: 0 0 0 #fff;
}

.home-section {
    padding: 80px 0;
}

.sec-content h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 15px;
}

.sec-content p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

#home-action {
    background-color: #111;
    background-image: url(images/DSC_0486.jpg);
    background-repeat: no-repeat;
    background-size: 100% 800px;
    background-attachment: fixed;
    width: 100%;
    height: 300px;
}

.sec-action {
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

.sec-action h2 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase;
}

.sec-action p {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

.sec-title {
    margin-bottom: 60px;
    text-align: center;
}

.sec-title .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 15px;
}

.sec-title .sub-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

.home-sv-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 30px;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.home-sv-item:hover {
    border: 1px solid #000757;
}

.home-sv-item i {
    font-size: 44px;
    line-height: 48px;
    color: #008700;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.home-sv-item:hover i {
    color: #000757;
}

.home-sv-item h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.home-sv-item p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.home-sv-item .btn-more {
    background: #008700;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 0 0 #fff;
    height: auto;
    padding: 6px 25px;
    color: #fff;
    font-weight: 400;
}

.home-sv-item .btn-more:hover {
    background: #000757;
}

.sv-service-list {
    margin-bottom: 10px;
    padding: 10px 80px;
}

.sv-list-color {
    background: #ddd;
}

.sv-service-list h2 {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    margin-top: 0;
}

#wrapper {
    padding: 80px 0;
}

.about-banner {
    background-color: #fff;
    background-image: url(images/Mongolia_1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 500px;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
}

.contact-banner {
    background-color: #fff;
    background-image: url(images/Singapore.jpg);
    background-repeat: no-repeat;
    background-size: 100% 500px;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
}

.news-banner {
    background-color: #fff;
    background-image: url(images/Pink_Sky.jpg);
    background-repeat: no-repeat;
    background-size: 100% 500px;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
}

.service-banner {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    background-attachment: fixed;
    width: 100%;
    height: 50px;
}

.banner-content {
    text-align: center;
    margin-top: 150px;
    color: #fff;
}

.banner-content h2 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner-content p {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

.banner-content2 {
    text-align: center;
    margin-top: 25px;
    color: #222;
}

.banner-content2 h2 {
    color: #222;
    font-size: 48px;
    line-height: 100px;
    font-weight: 400;
    text-transform: uppercase;
}

.social-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-link li {
    float: left;
}

.social-link li a {
    display: inline-block;
    text-decoration: none;
    color: #008600;
    font-size: 20px;
    line-height: 22px;
    margin-right: 8px;
}

.social-link li a:hover {
    color: #0F7B0F;
}

.team-item {
    margin-bottom: 40px;
}

.team-desc h3 {
    margin-bottom: 5px;
}

.team-desc span {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    color: #888;
}

.testimonial-item {
    margin-bottom: 40px;
}

.testimonial-item .tm-text {
    background: #ddd;
    padding: 20px;
    position: relative;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}

.testimonial-item .tm-text:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    margin-right: 40px;
    margin-bottom: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ddd;
}

.testimonial-item .tm-text i {
    padding: 0 10px;
}

.testimonial-item .tm-name {
    text-align: right;
    margin-top: 30px;
}

.testimonial-item .tm-name h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 22px;
}

.carousel-control span {
    top: 50%;
    margin-top: -15px;
    font-size: 34px;
    line-height: 60px
}

#footer {
    background: #222;
    color: #fff;
    padding: 10px 0;
    padding-bottom: 15px;
}

.footer-widget {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.footer-widget .title {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer-widget ul li {
    display: inline-block;
}

.footer-widget ul li a {
    color: #ddd;
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
}

.footer-widget ul li a:hover {
    color: #008700;
}

.footer-widget ul li a i {
    width: 30px;
    height: auto;
    text-align: left;
}

.copyright {
    margin-top: 0px;
    text-align: center;
}

.copyright a {
    color: #ddd;
}

.copyright a:hover {
    color: #008700;
}


/* Normal mobile layout */

@media only screen and (max-width:767px) {
    .navbar-toggle {
        border-radius: 0;
        border: 1px solid #666;
        margin-top: 18px;
    }
    .navbar-toggle .icon-bar {
        background: #666;
    }
    .navbar-main .nav .dropdown-menu li a {
        text-align: left;
        padding-left: 20px;
    }
    .dropdown-submenu li a {
        padding-left: 30px !important;
    }
    .carousel,
    .carousel .item img {
        min-height: 300px;
    }
    #slider .carousel-caption {
        top: 0;
        margin-top: 80px;
    }
    #slider .carousel-caption h2 {
        font-size: 36px;
        line-height: 40px;
    }
    #slider .carousel-caption p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
    }
    #banner {
        background-size: 100% 600px;
        height: 300px;
    }
    .banner-content {
        margin-top: 80px;
    }
}