/*
Theme Name: Theme_v1
Author: LyNjiN Lhamo
Description:  Theme_v1 Theme is a responsive clean WordPress Theme. The theme support all modern browsers like Firefox, Chrome, Safari, Opera and Internet Explorer 8, 9 and 10 and uses the most modern technologies like HTML5 and CSS3.
Version: 1.0
*/

@import url('css/animations.css');
@import url('css/owl.carousel.css');
@import url('css/font-awesome.min.css');
@import url('css/bootstrap-responsive-tabs.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.grecaptcha-badge {display: none;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

.btn,
.btn:focus,
.btn:hover {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #333;
}

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

button:focus {
    outline: none !important;
}


/*a[href^=tel] { color: inherit; text-decoration: none; }*/

ul {
    margin-bottom: 0;
}

*:focus {
    outline: none;
}

.btn-trade {
    color: #fff;
    border-radius: 0;
    background: #25c16f;
}

.owl-buttons {
    display: none;
}


/*HEADER*/

.navbar {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #25c16f;
    border-top: 20px solid #0c4b43;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 74%);
}


/*INDEX*/

.slider {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    width: 80%;
    z-index: 2;
    top: 23%;
    left: 10%;
    color: #fff;
    text-align: center;
}

.caption .cap-text {}

.caption .cap-text h1 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 10px;
    font-size: 50px;
    border: 3px solid #fff;
    padding: 10px;
    display: inline-block;
    margin-bottom: 30px;
}

.caption .cap-text p {
    font-size: 16px;
    font-weight: 300;
}

.mission-vision {
    padding-bottom: 60px;
}

.mission-vision .mv-text {
    text-align: center;
}

.mission-vision .mv-text span {
    color: #25c16f;
    font-size: 2.5rem;
}

.mission-vision .mv-text h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

.mission-vision .mv-text p {}

.our-service {
    margin-bottom: 60px;
    padding: 100px 0;
}

.service-item {}

.service-item h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    padding-bottom: 30px;
    font-weight: 600;
}

.service-item .items {}

.service-item .item-desp {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.service-item .item-desp h4 {
    color: #25c16f;
}

.service-item .item-desp p {}

.up-project {
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.project-item {}

.project-desp h2 {
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 5px;
    padding-bottom: 30px;
    font-weight: 600;
}

.project-item .project-desp {}

.project-desp h4 {
    color: #25c16f;
}


/* PAGE */

.page-header {
    padding: 420px 0 0;
    font-size: 12px;
    text-shadow: 1px 1px 5px #000;
}

.heading-div {
    padding: 10px;
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient( to top, #00000094, #ffffff00);
}

.page-header a {
    color: #fff;
}

.page-header h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.page-content {
    padding: 60px 0;
}

.team {
    text-align: center;
    padding-top: 30px;
}

.team h3 {
    margin-bottom: 30px;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #25c16f;
    font-weight: 600;
}

.team .team-item {
    margin-bottom: 20px;
}

.team .team-item h4 {
    font-size: 18px;
}

.team img {
    margin-bottom: 10px;
}


/* CONTACT */

.form-content {
/*     background: #fafafa;
    padding: 24% 10%; */
}

.form-inq {}

.form-inq .form-group {}

.form-inq label {
    width: 100%;
}

.form-inq .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
}

textarea:focus,
select:focus,
textarea.form-control:focus,
select.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #25c16f;
}
.contact-header {
	padding: 300px 0 0;
}
.contact-header p {
	padding-left: 5%;
	color: #fff;
    font-size: 24px;
	padding-bottom: 90px;
}
/* FOOTER */

footer {
    background: #0c4b43;
    padding-top: 60px;
    color: #fff;
}

footer a {
    color: #fff;
}

.sister-company {
    text-align: center;
    /* border-bottom: 1px solid #dddddd38; */
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sister-company h2 {
    letter-spacing: 3px;
    font-weight: 100;
    padding-bottom: 20px;
}
.fimage {
	background: #fff;
}
.sister-company img {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    height: 100px;
/*     margin-bottom: 20px; */
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    background: #00000054;
    font-size: 14px;
    color: #ddd;
}

.footer-bottom p {
    margin: 0;
}

@media screen and (max-width: 991px) {
    body {
        font-size: 14px;
    }
    .navbar-collapse.in {
        display: block !important;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    .navbar-brand h3 {
        color: #fff;
        font-size: 18px;
        margin: 0;
    }
    .caption .cap-text h1 {
        letter-spacing: 4px;
        font-size: 20px;
        border: 2px solid #fff;
        padding: 5px;
        margin-bottom: 10px;
    }
    .caption .cap-text p {
        font-size: 14px;
    }
    .mission-vision .mv-text span {
        color: #25c16f;
        font-size: 1.5rem;
    }
    .service-item h2 {
        font-size: 24px;
    }
    .project-desp h2 {
        font-size: 24px;
    }
    .sister-company h2 {
        font-size: 20px;
    }
    .sister-company h4 {
        font-size: 12px;
        margin: 0;
    }
	.form-content {
    margin-bottom: 30px;
}
}