

/*Banner css*/
.banner {
    position: relative;
    margin-top: 0px;
    z-index: 1;
}
.banner .pic video {
    width: 100%;
    height: 100%;
	margin-bottom:-10px;
}

.banner .pic {
    position: relative;
}

.banner .pic .bg-video {
    background: #00000042;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banner .pic h3 {
    position: absolute;
    right: 0px;
    background: #000;
    color: #fff;
    background: #0d7a43;
    font-size: 56px;
    bottom: -4px;
    line-height: 56px;
    margin: 0px;
    padding: 22px 22px 22px 22px;
}
.banner .pic h3 span {
    background: url(../images/angle-border.png) no-repeat top 0px left 0px;
    position: absolute;
    width: 71px;
    height: 100px;
    bottom: 0px;
    margin-left: -71px;
}

section.one_place_scn {
    background: #f2e7d5;
}

section.one_place_scn h2 {
    font-size: 36px;
    color: #0d7a43;
    text-align: left;
    font-weight: 400;
    line-height: 52px;
}
.one_place_lt p {
    font-size: 21px;
    font-family: "Roboto", serif;
    text-align: justify;
    padding-right: 60px;
	font-weight: 400;
}
.one_place_lt .custom_1 {
    width: 70% !important;
    margin: auto;
    text-align: center;
    display: block;
    position: relative;
    margin-top: -60px;
}

.welcome_scn h3 {
    padding: 40px 0px;
    margin: 0;
    font-size: 36px;
    color: #0d7a43;
}
.welcome_scn h3 {
    padding: 40px 0px;
    margin: 0;
    font-size: 36px;
    color: #0d7a43;
}

.welcome_right img {
    width: 70% !important;!i;!;
}

.welcome_in {
    position: relative;
}

.welcome_left {
    position: absolute;
    top: 0%;
    right: 0px;
    width: 40%;
    z-index: 2;
    transform: translateY(40%);
    padding-right: 90px;
}
.welcome_right {
	background: url(../images/New-green-bg.png) no-repeat top left;
}
.welcome_right {
    position: relative;
}

.welcome_left_tx h4 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
}

.welcome_left_tx p {
    color: #fff;
    font-size: 21px;
    font-family: "Roboto", serif;
    text-align: justify;
    line-height: 31px;
}
.welcome_right:before {
    background: url(../images/New-green-bg.png) no-repeat top right;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: '';
}

.box-media {
    border: 5px solid #c1c1c1;
    border-radius: 10px;
    overflow: hidden;
}

.box-media video {
    width: 101%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: -6px;
}
.cta_box {
    background: #0d7a43;
    padding: 50px 0px 30px 0px;
}

.cta_box h4 {
    font-size: 24px;
    color: #fff;
}

.cta_box p {
    font-family: "Roboto", serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.cta_box .sub_btn {
    color: #0d7a43;
    background: #fff;
    position: relative;
    top: -25px;
}

.cta_box .sub_btn:hover {
    background: #000;
    color: #fff;
}

















.footer {   
    padding: 50px 0 50px;   
}
 ul.menu_footer.navbar-nav1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}

ul.menu_footer.navbar-nav1 li {
    display: inline-block;
    margin: 0px 15px;
}

ul.menu_footer.navbar-nav1 li a {
    font-size: 21px;
    color: #000;
    transition: 0.3s ease;
}

ul.menu_footer.navbar-nav1 li a:hover {
    color: #0d7a43;
}

.fotter_btn {
    text-align: center;
    font-size: 18px;
    font-family: "Roboto", serif;
    letter-spacing: 1px;
}

.fotter_btn a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: 0.3s ease;
}

.fotter_btn a:hover {
    color: #0d7a43;
    border-bottom: 1px solid #0d7a43;
}
ul.social-links {
    margin: 0px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}

ul.social-links li {
    display: inline-block;
    padding: 0px 3px;
}

ul.social-links li a:hover {
    opacity: 0.7;
}

ul.social-links li a {
    transition: 0.3s ease;
}



