/*Start Banner and Navigation Portion CSS*/



body {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins';

}


/*Start Banner and Navigation Portion CSS*/
.close-btn {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 5px;
    background-color: #c0d037;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.banner_heading {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.navbar_bg {
    background-color: #222222;
    z-index: 1;
    padding: 6px;
    transition: all ease 0.9s;
}

.navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}
.navbar_bg .navbar {
    height: 50px;
}
.navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}

/*End Banner and Navigation Portion CSS*/

/*Start Roongta group Portion CSS*/

.about_us {
    background-image: url("../images/aboutus-bg.png");
    min-height: 500px;
    display: inline-block;
    background-position: top center;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 0px;
}

.about_us h1:first-child {
    font-weight: 300;
}
.about_us h1 span:first-child {
    color: #333333;
    font-weight: 700;
}
.about_us h1 .GRN {
    font-weight: 700;
    color: #527d2c !important;
}
.about_us h1 .GRN1 {
    font-weight: 300;
}
.about_us .w_heading::after {
    content: "";
    display: inline-block;
    background-color: #527d2c;
    height: 2px;
    width: 50px;
    margin: auto;
    margin-bottom: 10px;
}
.about_us .w_para .w-75 {
    font-weight: 500 !important;
}
.about_us .about_box {
    text-align: center;
}
.about_us .about_box .img_box {
    height: 100px;
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px 3px #ccc;
    border-radius: 100%;
}
.about_us .about_box .img_box img {
    width: 100%;
    border-radius: 100%;
}
.about_us .about_box h4 {
    text-transform: uppercase;
}
.about_us .margin_top {
    margin-top: 150px;
}
/*End Roongta group Portion CSS*/

/*Start Inspirator Portion CSS*/
.inspirator {
    background-color: #f5f4ee;
    padding-top: 100px;
    position: relative;
}

.inspirator h3::after {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background-color: #527d2c;
}
.inspirator h3 {
    color: #333333;
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
}
.inspirator h3 span {
    font-weight: 700;
}
.inspirator p {
    text-align: justify;
}
.inspirator .container {
    background-image: url("../images/rongta-img.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.inspirator .right_inspirator img {
    width: 100%;
    margin-top: -50px;
}
.inspirator .right_inspirator,
.inspirator .left_inspirator {
    padding-bottom: 155px;
    position: relative;
}
.inspirator .left {
    background-image: url("../images/the-inspiration-left.png");
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 318px;
    background-size: 100% 100%;
    min-width: 249px;
    position: absolute;
}
.inspirator .right {
    background-image: url("../images/our-team-right.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 318px;
    background-size: 100% 100%;
    min-width: 249px;
    position: absolute;
    right: 0;
    bottom: 100px;
}
/*End Inspirator Portion CSS*/

/*Start Gallery Portion CSS*/
.gallery_bg .gallery_box {
    width: 20%;
    cursor: pointer;
}
.gallery_bg .gallery_box img {
    width: 100%;
    height: 100%;
}
.gallery_bg .gallery_box {
    position: relative;
    /* Created with https://www.css-gradient.com */
}
.gallery_bg .gallery_box .gallery_info {
    position: absolute;
    width: 30%;
    bottom: 0;
    padding: 15px;
    z-index: 1;
}
.gallery_bg .gallery_box .gallery_info i {
    font-size: 30px;
    color: white;
    z-index: 1;
}
.gallery_bg .gallery_box .gallery_info p {
    margin-bottom: 0;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.gallery_bg .gallery_box::after {
    content: "";
    width: 100%;
    height: 200px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, 0, #0d0d0db3);
    background: -moz-linear-gradient(top, 0, #0d0d0db3);
    background: linear-gradient(to bottom, #ffffff05, #0d0d0de3);
    position: absolute;
    bottom: 0;
    display: block;
}
.gallery_bg .gallery_box:hover::after {
    content: "";
    width: 100%;
    height: 150px;
    background: #ffffff;
    background: -webkit-linear-gradient(top, 0, #3f7014);
    background: -moz-linear-gradient(top, 0, #3f7014);
    background: linear-gradient(to bottom, #ffffff05, #3f7014) !important;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.gallery_bg .gallery_box:hover .gallery_info {
    color: white;
    z-index: 2;
    cursor: pointer;
}
/*End Gallery Portion CSS*/

/*Start Our Team Portion CSS*/
.our_team {
    padding: 50px 0px;
    position: relative;
}
.our_team .o_left {
    background-image: url("../images/our-team-left.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 318px;
    background-size: 100% 100%;
    min-width: 249px;
    position: absolute;
    bottom: 0;
}
.our_team .o_right {
    background-image: url("../images/our-team-right.png");
    background-position: top right;
    background-repeat: no-repeat;
    display: inline-block;
    min-height: 318px;
    background-size: 100% 100%;
    min-width: 249px;
    position: absolute;
    top: 0;
    right: 0;
}

.our_team .our_team_left img {
    width: 100%;
}
.our_team .our_team_right h3::after {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background-color: #527d2c;
}
.our_team .our_team_right h3 {
    color: #333333;
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
}
.our_team .our_team_right h3 span {
    font-weight: 700;
}
.our_team .our_team_right p {
    text-align: justify;
}
/*End Our Team Portion CSS*/

/*Start Our Journey Portion CSS*/
/* .our_journey_bg {
  background-image: url("../images/tree.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #f5f4ee;
  background-size: inherit;
} */
.our_journey_bg {
    background-color: #f5f4ee;
    background-image: url("../images/journy.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding: 50px 0px;
    padding-bottom: 100px;
}
.our_journey_bg .tree_img {
    margin-left: 14%;
    margin-top: -173px;
}
.our_journey_bg img {
    width: 80%;
}
.our_journey_bg h3 {
    color: #333333;
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
}
.our_journey_bg h3 span {
    font-weight: 700;
}
.our_journey_bg h3::after {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background-color: #527d2c;
}
/*End Our Journey Portion CSS*/

/*Start Roongta Portion CSS*/
.roogta_bg {
    background-image: url("../images/roonta-office.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 500px;
}
.owl-carousel {
    display: block !important;
}
/*End Roongta Portion CSS*/

/*Start Our Events Portion CSS*/
.our_event_bg {
    background-color: #f5f4ee;
    padding: 50px 0px;
    background-image: url("../images/aboutus-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
}
.owl-theme .owl-dots .owl-dot {
    display: none !important;
}
.our_event_bg h3 {
    color: #333333;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
}
.our_event_bg h3 span {
    font-weight: 700;
}
.our_event_bg h3::after {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background-color: #527d2c;
}
.our_event_bg .card img {
    border-radius: 0;
}
.our_event_bg .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.our_event_bg .card .card-body {
    width: 285px;
    margin: auto;
    position: relative;
    background-color: white;
    margin-top: -20px;
}
.our_event_bg .card .card-body::after {
    content: "";
    width: 210px;
    height: 3px;
    background-color: #c0d037;
    display: block;
    margin: auto;
    bottom: 0;
    position: absolute;
    left: 37px;
}
.our_event_bg .card .card-body p,
.our_event_bg .card .card-body h5 {
    margin: 0;
}
.our_event_bg .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    width: 100%;
    z-index: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.our_event_bg .owl-carousel .owl-dots.disabled {
    display: none !important;
}
.our_event_bg .owl-prev {
    /* margin-left: -72px !important; */
    background-color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    font-size: 30px !important;
    box-shadow: 0 1px 16px rgb(0 0 0 / 19%), 0px 8px 0px rgb(0 0 0 / 0%);
}
.our_event_bg .owl-prev span {
    margin-top: -7px !important;
    display: block !important;
}
.our_event_bg .owl-next {
    /* margin-right: -72px !important; */
    background-color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    font-size: 30px !important;
    box-shadow: 0 1px 16px rgb(0 0 0 / 19%), 0px 8px 0px rgb(0 0 0 / 0%);
}
.our_event_bg .owl-next span {
    margin-top: -7px !important;
    display: block !important;
}

/*End Our Events Portion CSS*/

/*Start We are Hiring Portion CSS*/
.hiring_bg {
    background-image: url("../images/hiring-bg.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}
.hiring_bg h3 {
    color: white;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
}
.hiring_bg h3 span {
    font-weight: 700;
}
.hiring_bg h3::after {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background-color: white;
}
.hiring_bg p {
    color: white;
    text-align: justify;
}
.hiring_bg .contact_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 47px;
    margin-right: 26px;
}
.hiring_bg .contact_btn .btn {
    border: 1px solid white;
    color: white;
    background-color: transparent;
}
.hiring_bg .arrow {
    background-image: url(../images/hiring.png);
    width: 100%;
    min-width: 300px;
    height: 100px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: -33px;
}
/*blog-sec*/
.blog .blog-sec{
    margin-top: 50px;
}
.blog .blog-sec .box {
    margin-bottom: 50px;
}
.blog .blog-sec .box  .pic{
    margin-bottom: 10px;
    width: 100%;
}
.blog .blog-sec .box .blog-txt p{
    font-size: 12px;
    line-height: 2;
    color: #ee362d;
}
.blog .blog-sec .box .blog-txt h2{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #252525;
    margin-bottom: 10px;
}
.blog .blog-sec .box .blog-txt h6{
    font-size: 14px;
    line-height: 1.71;
    color: #707070;
    margin-bottom: 10px;
}
.blog .blog-sec .box .blog-txt a{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #252525;
    text-decoration: none;
}
.blog .blog-sec .box .blog-txt a img{
    margin-left: 5px;
}


.blog-detail .title-sec{
    margin-top: 50px;
    margin-bottom: 10px;
}
.blog-detail .title-sec .heading p{
    font-size: 14px;
    line-height: 1.71;
    color: #ee362d;
    text-align: center;
    margin-bottom: 10px;
}
.blog-detail .title-sec .heading h1{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.56;
    color: #232323;
    letter-spacing: 6.4px;
    text-align: center;
    text-transform: uppercase;
}
.blog-detail .share-sec{
    margin-bottom: 15px;
}
.blog-detail .share-sec .share-container{
    position: relative;
    max-width: 100%;
    display: flex;
    margin: 30px 0;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
}
.blog-detail .share-sec .share-container .share-link{
    position: relative;
    margin-right: 300px;
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    color: #232323;
    text-transform: uppercase;
}
.blog-detail .share-sec .share-container .share-link:after {
    position: absolute;
    top: 50%;
    right: -200px;
    background: #336887;
    width: 200px;
    height: 1px;
    content: "";
}
.blog-detail .share-sec .share-container .share-icon{
    display: contents;
}
.blog-detail .share-sec .share-container .share-icon a.icon{
    margin-left: 10px;
    margin-right: 10px;
    height: 17px;
    width: 20px;
}
.blog-detail .blog-content .img-container{
    margin-bottom: 35px;
}
.blog-detail .blog-content .img-container img{
    margin-bottom: 20px;
}
.blog-detail .blog-content .img-container p{
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
    margin-bottom: 10px;
}
.blog-detail .blog-content .blog-data{
    margin-bottom: 40px;
}
.blog-detail .blog-content .blog-data h2{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 15px;
}
.blog-detail .blog-content .blog-data .blog-txt{
    margin-bottom: 35px;
}
.blog-detail .blog-content .blog-data .blog-txt p{
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
    margin-bottom: 15px;
}
.blog-detail .blog-content .blog-data ul{
    list-style: none;
    padding: 0;
}
.blog-detail .blog-content .blog-data ul li{
    font-size: 16px;
    line-height: 1.5;
    color: #232323;
    margin-bottom: 15px;
}
.blog-detail .blog-content .blog-data ul li:before{
    content: "\2022";
    color: #232323;
    font-weight: bold;
    display: inline-block;
    width: 1em; 
    margin-left: 0em;
}
.blog-detail .blog-content .recommended-sec{
    margin-left: 20px;
}
.blog-detail .blog-content .recommended-sec h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.46;
    color: #232323;
    margin-bottom: 10px;
}
.blog-detail .blog-content .recommended-sec .box-container{
    display: flex;
    margin-bottom: 20px;
}
.blog-detail .blog-content .recommended-sec .box-container .pic img{
    width: 100px;
    margin-right: 20px;
}
.blog-detail .blog-content .recommended-sec .box-container .txt p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
    color: #232323;
}

@media (max-width: 767px){
    .blog-detail .share-sec{display: none;}
}
/*End We are Hiring Portion CSS*/

/*Start Footer Portion CSS*/
.footer_bg {
    background-color: #292929;
    padding-top: 50px;
    position: relative;
}
.footer_bg .footer_left {
    background-image: url(../images/footer-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    height: 100%;
    min-width: 300px;
    top: 0;
}
.footer_bg .footer_right {
    background-image: url("../images/footer-right.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    height: 100%;
    min-width: 300px;
    top: 0;
    right: 0;
}
.footer_bg .footer_heading h3 {
    color: white;
    font-size: 41px;
}
.footer_bg .footer_heading h3 span {
    color: #527d2c;
}
.footer_bg .footer_heading p {
    color: white;
    text-align: justify;
}
.footer_bg .footer_heading a {
    color: white;
}
.footer_bg .footer_heading a i {
    color: #527d2c;
}
.footer_bg .footer_heading ul {
    list-style: none;
    display: flex;
    padding-inline-start: 0px;
    margin-top: 25px;
}
.footer_bg .footer_heading ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 2px solid white;
    border-radius: 100%;
    margin-right: 15px;
    cursor: pointer;
}
.footer_bg .footer_heading ul li a i {
    color: white;
}
.footer_bg .footer_heading ul li:hover {
    border-color: #527d2c;
}
.footer_bg .footer_heading ul li:hover i {
    color: #527d2c;
}
.footer_bg .footer_links ul {
    list-style: none;
    padding-inline-start: 0;
    margin-top: 26px;
}

.footer_bg .footer_links li {
    margin-bottom: 10px;
}
.footer_bg .footer_links li a {
    color: white;
    margin-left: 8px;
    transition: all 0.9s;
}
.footer_bg .footer_links h3 {
    color: white;
    font-size: 20px;
    position: relative;
}
.footer_bg .footer_links h3::after {
    content: "";
    display: inline-block;
    background-color: #527d2c;
    height: 2px;
    width: 50px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.footer_bg .footer_links i {
    color: white;
}
.footer_bg .footer_links li:hover a {
    color: #527d2c;
    text-decoration: none;
    padding-left: 5px;
    transition: all 0.9s;
}
.footer_bg .footer_links ul li span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 2px solid white;
    border-radius: 100%;
}
.footer_bg .footer_links ul .contact_list span {
    display: inline-block;
    color: white;
}
.footer_bg .footer_links ul .contact_list {
    display: -webkit-inline-box;
}
.footer_bg .copy_right {
    margin-top: 50px;
    background-color: #242424;
    color: white;
    padding: 15px 0px;
}

.genesis img
{


    width:100%;
    margin-top:-100px;	


}




a.inner-text
{

    color:#ffffff;

}

a.inner-text:hover
{

    color:#c0d037;
    transition: 0.3s;

}






.about-us-inner-page {
    background-color: #ffffff;
    padding-top: 50px;
    position: relative;
    padding-bottom: 50px;
}


.about-us-inner-page .left_inspirator {
    padding-bottom: 155px;
    position: relative;
}


.about-us-inner-page h3 {
    color: #333333;
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
}

.about-us-inner-page h3 span {
    font-weight: 700;
}


.about-us-inner-page p {
    text-align: justify;
    font-size:14.2px;
}


.about-us-inner-page .left_inspirator {
    padding-bottom: 60px;
    position: relative;
    padding-right:30px;
}


.about-us-inner-page .right_inspirator img {
    width: 100%;
    padding-bottom: 60px;

}


.about-us-inner-page span
{

    color:#527d2c;	

}

.about-us-inner-page b
{

    font-weight:500;

}
.about-us-inner-page .detail{
    color: #6b716f;
    font-size: 14px;
}
.about-us-inner-page .detail ul li{
    padding-top: 5px;
}
.about-us-inner-page h5{
    font-size: 16px;
    padding-top: 5px;
}
.about-us-inner-page .detail .divider{
    height: 1px;
    background-color: #e9e9e9;
    margin: 5px 0px 15px 0px;
}


.mission
{


    margin: auto;
    margin-bottom: 20px;

    border-radius: 100%;
    margin-top: 30px;


}


.mission img
{

    border-radius: 100%;
    box-shadow: 0px 0px 15px 3px #ccc;



}

.mission-para p
{


    margin-bottom:10px;


}


.btn-success:hover
{


    transition: 0.3s;

}


a.inner-text
{
    color:#FFFFFF;	

}


.line h3::after {
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background-color: #527d2c;
}



/*29062022*/
.dropdown:hover .dropdown-menu .fa-caret-up{
    position: absolute;
    top: -22px;
    font-size: 35px;
    left: 15px;
    color: white;
}
.dropdown-menu .dropdown-item{
    color: #333333 !important;
    border-left: 5px solid transparent;
    padding:10px !important;
}
.dropdown-menu .dropdown-item:hover {
    border-color: #527d2c;
    color: #527d2c !important;
}
.dropdown:hover .dropdown-menu{
    border-radius: 0px;
    border: 0;
    margin-top: 10px;
}
@media (min-width: 768px) { 
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
    }
}



@media (max-width: 991px) { 
    .dropdown:hover .dropdown-menu{
        display: block;
        margin-top: auto; 
    }
    .dropdown:hover .dropdown-menu .fa-caret-up {
        position: absolute;
        top: 31px;
        font-size: 35px;
        left: 25px;
        color: white;
    }
    .Banner_bg .navbar_bg .navbar ul li a{
        display: block !important;

    }


}


/*End Footer Portion CSS*/
.Banner_bg .navbar_bg .navbar ul li a.active{
    color: #c0d037;
}
.active{
    border-bottom: 2px solid #c0d037;
}


.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    background-color:#000000 !important;
    transition: all ease 0.9s;
}





.Banner_bg .banner_heading {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 100%;
    width: 100%;
}

.Banner_bg .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    padding:6px;
    transition: all ease 0.9s;
}
.Banner_bg .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}
.Banner_bg .navbar_bg .navbar {
    height: 50px;
}
.Banner_bg .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;

    transition: all ease 0.9s;
}


.Banner_bg .navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}


.Banner_bg1 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg1 .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    padding:6px;
    transition: all ease 0.9s;
}
.Banner_bg1 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg1 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}
.Banner_bg1 .navbar_bg .navbar {
    height: 50px;
}
.Banner_bg1 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg1 .navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}





.Banner_bg2 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg2 .navbar_bg {
    background-color: #222222;	
    z-index: 1;

    transition: all ease 0.9s;

}
.Banner_bg2 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg2 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}
.Banner_bg2 .navbar_bg .navbar {

}
.Banner_bg2 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg2 .navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}



.Banner_bg3 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg3 .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    transition: all ease 0.9s;

}
.Banner_bg3 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg3 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}

.Banner_bg3 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg3 .navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}



.Banner_bg4 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg4 .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    transition: all ease 0.9s;

}
.Banner_bg4 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg4 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}

.Banner_bg4 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg4 .navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}




.Banner_bg5 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg5 .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    transition: all ease 0.9s;

}
.Banner_bg5 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg5 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}

.Banner_bg5 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg5 .navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}





.Banner_bg6 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg6 .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    transition: all ease 0.9s;

}
.Banner_bg6 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg6 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}

.Banner_bg6 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg6 .navbar_bg .navbar ul li {
    padding: 0 10px;
}
.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}



.Banner_bg7 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg7 .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    transition: all ease 0.9s;

}
.Banner_bg7 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg7 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}

.Banner_bg7 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg7 .navbar_bg .navbar ul li {
    padding: 0 10px;
}





.Banner_bg8 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg8 .navbar_bg {

    background-color: #222222;	
    z-index: 1;
    transition: all ease 0.9s;

}
.Banner_bg8 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg8 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}

.Banner_bg8 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg8 .navbar_bg .navbar ul li {
    padding: 0 10px;
}




.Banner_bg9 .banner_heading {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    max-width: 500px;
    width: 100%;
}

.Banner_bg9 .navbar_bg {
    background-color: #222222;	
    z-index: 1;
    transition: all ease 0.9s;

}
.Banner_bg9 .navbar-brand {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.Banner_bg9 .navbar_bg .navbar-brand span {
    color: #527d2c;
    font-weight: bold;
    display: inline-block;
}
.Banner_bg9 .navbar_bg .navbar {

}
.Banner_bg9 .navbar_bg .navbar ul li a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: all 1s;
}


.Banner_bg9 .navbar_bg .navbar ul li {
    padding: 0 10px;
}




.btn-green {
    background-color: #c0d037;
    color: white;
    border-radius: 0;
    border: 0;
}



.dropdown-item.active, .dropdown-item:active {
    color:#527d2c;
    text-decoration: none;
    background-color:transparent;

}


.form-control
{

    border-radius:0px;	


}




#mouse-scroll {
    style: block;
}
#mouse-scroll {
    position:absolute;
    margin: auto;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    z-index: 0;
}
#mouse-scroll span{
    display: block;
    width: 10px; 
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff; 
    border-bottom: 2px solid #fff;
    margin: 0 0 5px 2px;
}
#mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}
#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s; 
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s; 
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block; 
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}
#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    } 
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}




.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
    font-size:17px;
}

.nav-pills-custom .nav-link.active {
    color: #FF0000 !important;
    background: #eeeeee;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #c0d037;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


span.heading
{



    color:#333333;
    font-size:17px;
    font-weight:500;


}


i.fa.fa-circle {
    font-size: 7px;
    padding-right: 5px;
    vertical-align: middle;
    color: #c0d037;
}


section.bg
{

    background-color:#f5f4ee;
}


h3.career {
    text-align: center;
    font-size:26px;
}



.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;

    font-size: 15px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px !important;
}
#message {
    height: 130px !important;
}
.btn.btn-md {
    padding: 10px 25px !important;
}
.btn-primary {
    background: #da1212 !important;
    color: #fff !important;
    border: 2px solid #da1212 !important;
    border-radius: 0px !important;
}


.form-control1 {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-bottom: 20px;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



textarea.career
{



    border: 1px solid #ced4da !important;

}



iframe {


    border: none;

}


.page-title img {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 100%;
}


.mission-para {
    margin-top: 30px;
}


.carousel-item.active
{
    border-bottom: none;


}

.owl-item.active
{

    border-bottom: none;


}


.mission-para-margin {
    padding: 30px;
}

