body::-webkit-scrollbar {
  width: .2em;
}
body .card.p-3::-webkit-scrollbar {
  width: .2em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

section {
  float: left;
  display: block;
  height: 100%;
  padding: 0;
  margin: 0;
}
.carousel-control-next i, .carousel-control-prev i {
    font-size: 4rem;
}
.Olive_tree .carousel-control-next, .Olive_tree .carousel-control-prev{
	width: 5%;
}
.Olive_tree .se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../../img/new-logo-animation.gif") center no-repeat #fff;
}
.modal_videos{
	
}
#section-section1 img.grid_img_home{
    width: 100%;
}
.Olive_tree .modal_videos .modal-dialog .modal-content {
    padding: 0rem;
    background-color: #ffffff;
    /* background-image: url(../img/about/Asset_68@3x.png); */
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: 100% 100%;
    background-color: #fff !important;
    width: 100%;
    margin: 0 auto;
    top: 15px;
    position: relative;
    padding-bottom: 0;
}
#section-section1 { background: #2c3e50; }

#section-section2 {
    background: #f1eee1;
}

#section-section3 { background: #f1eee1; }

#section-section4 { background: #f1eee1; }
#section-section5, #section-section6, #section-section7, #section-section8, #section-section9 { background: #f1eee1; }

#section-section1 {
  /* The box that will responsively resize */
  border: 0px solid #000;
  position: relative;
}

#section-section1 img {
  display: block;
}

#section-section1 .static {
    width: 100%;
    height: 100%;
}

#section-section1 img.static {
    width: 100%;
    height: 100%;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	object-fit: cover;
}

#section-section1 .carousel .carousel-item {
  height: auto;
}
#section-section1 .carousel .carousel-item > *:first-child {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
}
#section-section1 .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    opacity: .5;
}

#section-section1 .carousel-control .icon-next, #section-section1 .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

#section-section1 .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
	margin-left: 0px;
}
#section-section1 .carousel-control .icon-prev:before {
    content: "\2039";
	font-size: 68px;
    color: #ffffff;
}
#section-section1 .carousel-control .icon-next:before {
    content: "\203a";
	font-size: 68px;
    color: #ffffff;
}
#section-section1 .carousel-control.left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0)),to(rgba(0,0,0,.0001)));
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	margin-left: 0px;
}
#section-section1 .carousel-caption, #section-section1 .carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.horizon-prev,
.horizon-next {
  position: fixed;
  top: 50%;
  margin-top: -24px;
  z-index: 9999;
}

.horizon-prev { left: 20px; }

.horizon-next { right: 20px; }

/* Olive tree style */
.Olive_tree .mouse {
	position: absolute;
	bottom: 40px;
	z-index: 5;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
}

.Olive_tree .mouse .mouse-icon {
	display: block;
	width: 25px;
	height: 45px;
	border: 2px solid rgba(4, 4, 4, 0.91);
	border-radius: 15px;
	cursor: pointer;
	position: relative;
	text-align: center;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	transform-origin: left;
    transform: translate(50%, 50%) rotate(90deg) ;
}

.Olive_tree .mouse .mouse-wheel {
	height: 4px;
	margin: 2px auto 0;
	display: block;
	width: 4px;
	background-color: #000;
	border-radius: 50%;
	-webkit-animation: 1.6s ease infinite wheel-up-down;
	-moz-animation: 1.6s ease infinite wheel-up-down;
	animation: 1.6s ease infinite wheel-up-down
}

.Olive_tree .mouse:hover .mouse-icon {
	border-color: #000
}

@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0
	}
	30% {
		opacity: 1
	}
	100% {
		margin-top: 20px;
		opacity: 0
	}
}

@-moz-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0
	}
	30% {
		opacity: 1
	}
	100% {
		margin-top: 20px;
		opacity: 0
	}
}

@keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0
	}
	30% {
		opacity: 1
	}
	100% {
		margin-top: 20px;
		opacity: 0
	}
}

.Olive_tree #section-section2 .card.card_box01 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    width: 85%;
    padding: 5rem;
    text-align: center;
    bottom: 0;
	left:5%;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.Olive_tree #section-section3 .card_box02 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 80%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree .grid_box1{
	margin:0 auto;
}
.Olive_tree #section-section3 .card.card_box_right {
    background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    padding: 7rem 3rem 3rem 3rem;
    width: 90%;
    right: 5%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.Olive_tree #section-section3 .card.card_box_right h2{}
.Olive_tree #section-section3 .card.card_box_right img.news_grid_icon{
	width:140px;
}
.Olive_tree #section-section3 .card.card_box_right i.fa-quote_left {
    position: relative;
    font-size: 24px;
    color: #ccc;
}
.Olive_tree #section-section3 .card.card_box_right p.ol_qts {
    width: 320px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.Olive_tree h2{
	text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #702a13;
	font-family: 'Montserrat', sans-serif;
}
.Olive_tree #section-section3 .card.card_box_right p{}

.Olive_tree #section-section3 .card_box02 img.building_crp{
	width:100%;
}
.Olive_tree #section-section3 .card_box02 .font_Playfair_Display p{
	text-align: left;
    margin-bottom: 0;
    margin-left: 20%;
    /* padding-top: 15px !important;*/
}
.Olive_tree .h_100{
	height: 100%!important;
}

.Olive_tree #section-section4 .grid_4th {
    padding: 3rem 3rem 3rem 2rem;
    margin-top: 4rem;
}

.Olive_tree #section-section4 .grid_4th img{
	width:100%;
}

.Olive_tree #section-section4 .card_grid_4th_right_box {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 88%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
	background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    padding: 5rem 2rem 2rem 2rem;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-item:hover {
    border-color: transparent;
	border-bottom: 0px solid #702a13;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-item {
    margin-bottom: -1px;
    color: #702a13;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    margin-right: 15px;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-item.show .nav-link, .Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-link.active {
    color: #702a13;
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 20px;
    border-bottom: 1px solid #702a13;
	font-weight:600;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    padding: 1.5rem;
    border-radius: 20px;
    height: 290px;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .carousel-item .grid_cont_box a, .Olive_tree #section-section4 .card_grid_4th_right_box .carousel-item .grid_cont_box a:hover {
    color: #d63b07;
    font-size: 14px;
}
.Olive_tree #section-section4 .card_grid_4th_right_box small {
    font-size: 80%;
    font-weight: 600;
	color: #702a13;
}
.Olive_tree #section-section4 .card_grid_4th_right_box img{
	width:70%;
	margin-bottom: 10px;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 {
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
}
.Olive_tree #section-section5 img.albert_einstein {
    width: 148px;
}

.Olive_tree #section-section5 .card_box02 {
    position: absolute;
    /* top: 35%; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 20%;
    left: 0%;
    margin: 0 auto;
}

.Olive_tree #section-section5 .card_box02 .font_Playfair_Display p {
    text-align: center;
    width: 320px;
    margin: 0 auto;
    font-size: 16px !important;
}

.Olive_tree #section-section5 .card.card_box_right {
    background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    padding: 10rem 2rem 2rem 2rem;
    width: 95%;
    right: 5%;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.Olive_tree #section-section5 .card.card_box_right p img.news_grid_icon{
	
}

.Olive_tree #section-section5 .card.card_box_right{
	
}

.Olive_tree #section-section5 .card_grid_5th_right_box{
	padding: 1.5rem;
    border-radius: 0px;
}

.Olive_tree #section-section5 .card_grid_5th_right_box img.school_highlights {
    width: 100%;
}

.Olive_tree #section-section5 .card_grid_5th_right_box nav{
	position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.Olive_tree #section-section5 .card.card_box_right.card_grid_5th_right_box h2{
	text-transform: capitalize;
    margin-bottom: 15px;
}
.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background-color: #8b3825;
    color: #fff;
}
.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-item.show .nav-link, .Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #44160f;
    border-color: transparent;
}

.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-item {
    margin-bottom: 0px;
    color: #fff;
	font-size: 13px;
	padding: .77rem .5rem;
}
.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-link:focus, .Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.Olive_tree #section-section5 .card_grid_5th_right_box .carousel-item .grid_cont_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
	margin-bottom: 4px;
}

.Olive_tree .card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
}

.Olive_tree #about_olivetree .carousel-indicators li{
	background-color: #702a13;
    /* width: 25%; */
    width: 48px;
    height: 3px;
    border-radius: 0;
}

.Olive_tree #about_olivetree .carousel-caption {
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 80%;
}

.Olive_tree #about_olivetree .carousel-indicators{
	bottom: -45%;
	margin-right: 0%;
    margin-left: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: left;
}

.Olive_tree #about_olivetree .carousel-item .grid_cont_box p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    overflow: hidden;
}

.Olive_tree #section-section2 img.about_logo {
    width: 100px;
    margin-top: 0;
    position: relative;
    top: 38px;
}

.Olive_tree #section-section2 .grid_cont h2 {
    position: relative;
    top: 60px;
}

.Olive_tree #section-section5 .card.card_box_right img.Asset_22 {
    width: 140px;
    margin-top: -41px;
    text-align: right;
    /* width: auto; */
    position: absolute;
    right: 5%;
    /* bottom: 0; */
}

.Olive_tree #section-section5 .card.card_box_right .card.p-3{
	height:364px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.Olive_tree #section-section6 .card_grid_4th_right_box img {
    margin-top: 0px;
    vertical-align: middle;
  
}

.Olive_tree #section-section6 .card_grid_4th_right_box .img-fluid.small_size {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-top: 0 !important;
    padding: 3px;
}
.Olive_tree #section-section6 .card_grid_4th_right_box img.Asset_22_gallery {
    width: 80px;
    position: relative;
    top: 0;
    left: 0;
}
.Olive_tree #section-section6 .card_grid_4th_right_box h2{
	border-bottom: 2px solid #702a13;
    display: table;
    margin-bottom: 15px;
}
.Olive_tree #section-section6 .card_grid_4th_right_box {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 88%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    padding: 2rem 10rem 2rem 4rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.Olive_tree #section-section6 .grid_6th img.high_grid_dots2 {
    position: relative;
    right: 0;
    top: 0;
    width: 100px;
    background-color: #f2efe2;
}
.Olive_tree #section-section6 .grid_6th .text_left.font_Playfair_Display p {
    width: 280px;
    text-align: center;
    /* margin-left: 0px; */
    margin: 0 auto;
	margin-bottom:10px;
}
.Olive_tree #section-section6 .grid_6th.slide-up{
	text-align:center;
}
.Olive_tree #section-section6 .grid_6th img.grid_100 {
    width: 140px;
    top: 5.2%;
    position: relative;
    left: 0%;
}

.Olive_tree #section-section7 .grid_box1 .text_left.font_Playfair_Display p {
    width: 280px;
    text-align: center;
    margin-left: 58px;
}

.Olive_tree #section-section7 .grid_box1{
	width: 70%;
    text-align: center;
}
.Olive_tree #section-section7 .card.card_box_right {
    background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    padding: 8rem 2rem 2rem 2rem;
    width: 95%;
    right: 5%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.Olive_tree #section-section7 .card_grid_5th_right_box img.school_highlights {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.Olive_tree #section-section7 .card_grid_5th_right_box img.Asset_22 {
    width: 85px;
    margin-top: -30px;
    margin-left: 55px;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .grid_cont_box h4 {
    color: #712c15;
    font-size: 16px;
    margin-bottom: 0px;
}

.Olive_tree #section-section7 .card.card_box_right .card.p-3{
	border-radius: 10px;
    padding: 1rem 3rem !important;
}
.Olive_tree #section-section7 .card.card_box_right h2{
	
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-item .grid_cont_box a {
    font-size: 13px;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-item .grid_cont_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
	line-height: 1.4;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-indicators li {
    background-color: #702a13;
    /* width: 25%; */
    width: 48px;
    height: 3px;
    border-radius: 0;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-indicators {
    bottom: -15px;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 0;
}
.Olive_tree #section-section7 i.fa-quote_left {
    position: relative;
    font-size: 24px;
    color: #ccc;
}

.Olive_tree #section-section8 .grid_promoter_box{
	position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    padding: 3rem 5rem 3rem 5rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.Olive_tree #section-section8 .grid_promoter_box a {
    color: #712c15;
}

.Olive_tree #section-section8 .grid_promoter_box img.grid_fis{
	width: 100px;
    position: absolute;
    top: 0;
}

.Olive_tree #section-section8 .grid_promoter_box p{
	position: absolute;
    bottom: 90px;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
	font-weight: 600;
	color: #7a7a7a;
}
.Olive_tree #section-section3 .card.card_box_right a{
	color: #702a13;
}
.Olive_tree #section-section8 .grid_promoter_box img{
	width:100%;
}

.Olive_tree #section-section8 .the_promoters_grid img.news_grid_icon {
    width: 182px;
}

.Olive_tree #section-section8 .the_promoters_grid {
    width: 60%;
    /* margin: 0 auto; */
    margin-top: 65%;
    margin-left: 36%;
    text-align: center;
}
.Olive_tree #section-section8 .the_promoters_grid p {
    font-weight: 600;
    margin-bottom: 0px;
}

.Olive_tree #section-section9 .grid_promoter_box .news_grid_text.font_Playfair_Display{
	position: relative;
    right: 0;
    top: 0;
    width: 100px;
    color: #212529;
	background-color:transparent;
}
.Olive_tree #section-section9 .grid_promoter_box img.news_grid_icon {
    width: 180px;
}
.Olive_tree #section-section9 .grid_promoter_box {
    text-align: center;
	padding-left: 10%;
}
.Olive_tree #section-section9 .grid_promoter_box p{
	width: 285px;
    margin: 0 auto;
    padding-bottom: 0px;
}
.Olive_tree #section-section9 .grid_promoter_box img{}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 100px; */
    text-align: justify;
    position: relative;
    top: 50px;
}
.Olive_tree #section-section2 .text_left.font_Playfair_Display p {
    text-align: center;
    /* margin-left: 20%; */
    font-size: 16px !important;
}
.Olive_tree #section-section2 img.grid_100 {
width: 160px;
}
.grid_next_arrow {
    position: absolute;
    bottom: -10px;
    right: 0%;
    z-index: 99;
    width: 45%;
}
.grid_next_arrow span{
	font-size: 18px;
    font-weight: 500;
    color: #712c15;
}
.grid_next_arrow a{
	display: inline-block;
    padding: 3px 12px;
    background-color: #712c15;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #fff;
    height: 32px;
    width: 31px;
}
/* line style */
#section-section2, #section-section3, #section-section4, #section-section5, #section-section6, #section-section7, #section-section8, #section-section9{
	position:relative;
}

#section-section2 img.line_start {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

#section-section3 img.line_start {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

#section-section4 img.line_start {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

#section-section5 img.line_start {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

#section-section6 img.line_start, #section-section7 img.line_start, #section-section8 img.line_start, #section-section9 img.line_start {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
#section-section6 img.line_start{
	/* top:-80px; */
}
#section-section9 img.line_start{
	/* top:-130px; */
}
/* line style */

@media only screen and (max-width: 1920px){

.Olive_tree .mouse{
	bottom: 58px;
}
.Olive_tree #section-section2 .card.card_box01{
	padding: 12rem 5rem 15rem 5rem;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 18px;
    font-weight: 500;
	top: 50px;
}

.Olive_tree #section-section2 img.about_logo {
    width: 125px;
    margin-top: -20px;
    position: relative;
    top: -70px;
}
.Olive_tree #section-section2 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.Olive_tree #section-section3 .card_box02 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 90%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section3 .card.card_box_right{
	padding: 18rem 3rem 3rem 3rem;
}

.Olive_tree #section-section4 .card_grid_4th_right_box{
	padding: 12rem 2rem 12rem 2rem;
}

.Olive_tree #section-section5 .card.card_box_right{
	padding: 15rem 2rem 5rem 2rem;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	padding: 8rem 6rem 7rem 4rem;
}
.Olive_tree #section-section7 .card.card_box_right{
	padding: 20rem 2rem 2rem 2rem;
}
.Olive_tree #section-section2 .grid_cont h2 {
    position: relative;
    top: -40px;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 100px; */
    text-align: justify;
    position: relative;
    top: 0px;
}
.grid_cont img.tree_grid {
    width: 128px;
    position: absolute;
    top: -93px;
    left: 27%;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .card{
	height: 330px;
}

}

@media only screen and (max-width: 1600px){

.Olive_tree .mouse{
	bottom: 58px;
}
.Olive_tree #section-section2 .card.card_box01{
	padding: 8rem 4rem 15rem 4rem;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 16px;
    font-weight: 500;
	top: 50px;
}

.Olive_tree #section-section2 img.about_logo {
    width: 125px;
    margin-top: -20px;
    position: relative;
    top: -10px;
}
.Olive_tree #section-section2 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.Olive_tree #section-section3 .card_box02 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 80%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section3 .card.card_box_right{
	padding: 15rem 3rem 3rem 3rem;
}

.Olive_tree #section-section4 .card_grid_4th_right_box{
	padding: 6rem 2rem 8rem 2rem;
}

.Olive_tree #section-section5 .card.card_box_right{
	padding: 15rem 2rem 2rem 2rem;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	padding: 6rem 6rem 2rem 4rem;
}
.Olive_tree #section-section7 .card.card_box_right{
	padding: 15rem 2rem 2rem 2rem;
}
.Olive_tree #section-section2 .grid_cont h2 {
    position: relative;
    top: 8px;
}

}

@media only screen and (max-width: 1440px){

.Olive_tree .mouse{
	bottom: 58px;
}
.Olive_tree #section-section2 .card.card_box01{
	padding: 8rem 5rem 15rem 5rem;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 100px; */
    text-align: justify;
    position: relative;
    top: 50px;
}

.Olive_tree #section-section2 img.about_logo {
    width: 110px;
    margin-top: 0;
    position: relative;
    top: -50px;
}

.Olive_tree #section-section2 .grid_cont h2 {
    position: relative;
    top: 60px;
}

.Olive_tree #section-section2 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.Olive_tree #section-section3 .card_box02 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 90%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section3 .card.card_box_right{
	padding: 12rem 3rem 3rem 3rem;
}

.Olive_tree #section-section4 .card_grid_4th_right_box{
	padding: 6rem 2rem 6rem 2rem;
}

.Olive_tree #section-section5 .card.card_box_right{
	padding: 15rem 2rem 2rem 2rem;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	padding: 6rem 6rem 2rem 4rem;
}
.Olive_tree #section-section7 .card.card_box_right{
	padding: 15rem 2rem 2rem 2rem;
}

.Olive_tree #section-section2 .grid_cont h2 {
    position: relative;
    top: -39px;
}

}

@media only screen and (max-width: 1366px){

.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 15px;
    font-weight: 500;
    /* margin-top: 100px; */
    text-align: justify;
    position: relative;
    top: 50px;
}
.Olive_tree #section-section2 .grid_cont h2 {
    position: relative;
    top: 55px;
}

.Olive_tree #section-section2 .card.card_box01 {
    padding: 5rem;
}
.Olive_tree #section-section2 .card.card_box01 {
    padding: 5rem;
}
.Olive_tree #section-section2 img.about_logo {
    width: 125px;
    margin-top: 0;
    position: relative;
    top: 40px;
}
.Olive_tree #section-section3 .card_box02 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 80%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section3 .card.card_box_right{
	padding: 7rem 3rem 3rem 3rem;
}
.Olive_tree #section-section4 .card_grid_4th_right_box{
	padding: 4rem 2rem 2rem 2rem;
}
.Olive_tree #section-section5 .card.card_box_right{
	padding: 10rem 2rem 2rem 2rem;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	padding: 2rem 4rem 2rem 4rem;
}
.Olive_tree #section-section7 .card.card_box_right{
	    padding: 8rem 2rem 2rem 2rem;
}
.Olive_tree #section-section8 .grid_promoter_box{
	padding: 3rem 6rem 3rem 6rem;
}

}

@media only screen and (max-width: 1280px){

.Olive_tree #section-section2 img.about_logo {
    width: 100px;
    margin-top: -20px;
    position: relative;
    top: 40px;
}
.Olive_tree #section-section3 .card_box02 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 90%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section2 .card.card_box01 {
    padding: 8rem 4rem 8rem 3rem;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 17px;
    font-weight: 500;
}
.Olive_tree #section-section4 .grid_4th {
    padding: 3rem 3rem 3rem 2rem;
    margin-top: 1rem;
}
.Olive_tree #section-section5 .card.card_box_right {
    padding: 9rem 2rem 2rem 2rem;
}
.Olive_tree #section-section6 .card_grid_4th_right_box {
    padding: 4rem 2rem 4rem 2rem;
}

}

@media only screen and (max-width: 1112px) {

.Olive_tree h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #702a13;
    font-family: 'Montserrat', sans-serif;
}
.Olive_tree #section-section2 img.about_logo {
    width: 60px;
    margin-top: -20px;
    position: relative;
    top: 58px;
}
.Olive_tree #section-section3 .card_box02 {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 80%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 img {
    width: 100px;
}
.grid_cont img.tree_grid {
    width: 70px;
    position: absolute;
    top: -39px;
    left: 27%;
}
.Olive_tree #section-section2 .card.card_box01 {
    padding: 5rem 3rem 5rem 3rem;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 14px;
    font-weight: 400;
	top: 80px;
}
.Olive_tree #section-section4 .grid_4th {
    padding: 3rem 3rem 3rem 2rem;
    margin-top: 1rem;
}
.Olive_tree #section-section5 .card.card_box_right {
    padding: 9rem 2rem 2rem 2rem;
}
.Olive_tree #section-section4 .card_grid_4th_right_box {
    padding: 4rem 2rem 1rem 2rem;
}
.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-item {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    padding: .77rem .1rem;
}
.Olive_tree #section-section6 .grid_6th{
	text-align:center;
}
.Olive_tree #section-section6 .grid_6th img.grid_100 {
    width: 140px;
    top: 5.2%;
    position: relative;
    left: 0;
    margin: 0 auto;
}
.Olive_tree #section-section6 .card_grid_4th_right_box .img-fluid.small_size {
    width: 100%;
    height: 50px;
    object-fit: cover;
    margin-top: 0 !important;
    padding: 3px;
}
.Olive_tree #section-section7 .grid_box1 .text_left.font_Playfair_Display p {
    width: 280px;
    text-align: center;
    margin-left: 0;
}
.Olive_tree #section-section8 .grid_promoter_box img.grid_fis {
    width: 100px;
    position: relative;
    top: 0;
}
.Olive_tree #section-section8 .grid_promoter_box {
    position: absolute;
    /* top: 360px; */
    /* height: 100%; */
    width: 80%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 1px solid rgb(235, 228, 199);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.21);
    padding: 1rem 3rem 3rem 3rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.Olive_tree .navbar-nav > li > .dropdown-menu{
	transform: scale(1);
}

.Olive_tree .navbar-nav > li > .dropdown-menu a{
	text-align: left;
}
.dropdown-slide > .dropdown-menu{
	opacity: .9;
}
.Olive_tree .navbar-nav .nav-link {
    display: block;
    padding: 15px 0;
}
.Olive_tree .nav-item.dropdown a{
	padding: 15px 0;
}
.Olive_tree .navbar-dark .navbar-nav .nav-link{
	text-transform: capitalize;
}

}

@media only screen and (max-width: 1024px) {
html{
	width:100% !important;
	overflow-x:hidden;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

section {
    float: none;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    /* width: 425px !important; */
}
.Olive_tree .h_100 {
    height: auto !important;
}
.Olive_tree #section-section2 .grid_cont h2 {
    position: relative;
    top: 0px;
}
#section-section1 img.static {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	position: relative;
}
.Olive_tree #section-section3 .card_box02 img.building_crp {
    width: 100%;
    margin-bottom: 20px;
}
#section-section2, #section-section3, #section-section4, #section-section5, #section-section6, #section-section7, #section-section8, #section-section9 {
    position: relative;
    padding-top: 20px;
}
#section-section9 img.line_start, #section-section2 img.line_start,#section-section3 img.line_start, #section-section4 img.line_start, #section-section5 img.line_start,
#section-section6 img.line_start, #section-section7 img.line_start,#section-section8 img.line_start {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
	display: none;
}
.Olive_tree #section-section2 .card.card_box01 {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
}

.Olive_tree #section-section2 .text_left.font_Playfair_Display p {
    text-align: center;
    margin-left: 0;
    font-size: 14px !important;
	width: 270px;
	margin:0 auto;
}

.Olive_tree #about_olivetree .carousel-indicators {
    bottom: 0;
    margin-right: 0%;
    margin-left: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.Olive_tree #section-section3 .card_box02 .font_Playfair_Display p {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    /* padding-top: 15px !important; */
}

.Olive_tree #section-section2 img.about_logo {
    width: 101px;
    margin-top: 10px;
    position: relative;
    top: 0;
    margin-bottom: 13px;
	display: none;
}
.Olive_tree #about_olivetree .carousel-caption{
	width:100%;
}
.Olive_tree #section-section3 .card_box02 {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 16px;
    font-weight: 500;
	text-align: justify;
	top:0px;
}
.Olive_tree #section-section3 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section3 .card.card_box_right p.ol_qts {
    width: 270px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin: 0 auto;
}

.Olive_tree h2{
	font-size:20px;
}

.Olive_tree #section-section3 .card.card_box_right p {
    text-align: justify;
}

.Olive_tree #section-section4 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 {
    position: relative;
    top: 0;
    z-index: 0;
    right: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 img {
    width: 100px;
}
.carousel-item .grid_cont_box p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    overflow: hidden;
}
.Olive_tree #section-section5 .card_box02 {
    position: relative;
    /* top: 35%; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 20px;
    left: 0;
}
.Olive_tree #section-section5 .card_box02 .font_Playfair_Display p {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    font-size: 14px !important;
}
.Olive_tree #section-section5 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.Olive_tree #section-section5 .card.card_box_right img.Asset_22 {
    width: 140px;
    margin-top: 0;
    text-align: right;
    /* width: auto; */
    position: relative;
    right: 0;
    bottom: 10px;
}
.Olive_tree #section-section5 .card_grid_5th_right_box .carousel-item .grid_cont_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    margin-bottom: 4px;
    text-align: justify;
}
.Olive_tree #section-section6 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: left;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem .5rem 0rem .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section6 .card_grid_4th_right_box .img-fluid.small_size {
    width: 100%;
    height: 55px;
    object-fit: cover;
    margin-top: 0 !important;
    padding: 3px 0px;
}
.Olive_tree #section-section7 .grid_box1 .text_left.font_Playfair_Display p {
    width: 300px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}

.Olive_tree #section-section6 .grid_6th .text_left.font_Playfair_Display p {
    width: 280px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}
.grid_6th{
	text-align:center;
}
.Olive_tree #section-section6 .grid_6th img.grid_100 {
    width: 140px;
    top: 0;
    position: relative;
    left: 0;
}
.Olive_tree #section-section7 .grid_box1 {
    width: 100%;
    text-align: center;
}
.Olive_tree #section-section7 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section8 .grid_promoter_box img.grid_fis {
    width: 100px;
    position: relative;
    top: 0;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 {
    border-radius: 10px;
    padding: 1rem 1rem !important;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-indicators {
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}
.Olive_tree #section-section8 .grid_promoter_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section9 .grid_promoter_box {
    text-align: center;
    padding-left: 0;
}
.Olive_tree #section-section9 .grid_promoter_box img.news_grid_icon {
    width: 140px;
    margin-bottom: 20px;
}
.Olive_tree #section-section8 .the_promoters_grid {
    width: 60%;
    margin: 0 auto;
    margin-top: 15px !important;
    /* margin-left: 0; */
    text-align: center;
}
.Olive_tree #section-section8 .grid_promoter_box p {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
}

.grid_dots01 {
    position: relative;
    top: 0;
    bottom: 0;
    right: 15%;
    z-index: 9;
    display: none;
}
.grid_cont img.tree_grid {
    width: 100px;
    position: absolute;
    top: -45px;
    left: 27%;
}
.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-item {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    padding: .77rem .3rem;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    height: auto;
}

}

@media only screen and (max-width: 834px) {
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}
html{
	width:100% !important;
	overflow-x:hidden;
}
section {
    float: none;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    /* width: 425px !important; */
}
.Olive_tree .h_100 {
    height: auto !important;
}
#section-section1 img.static {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	position: relative;
}
#section-section1 .carousel .carousel-item {
    height: auto;
}
.Olive_tree #section-section3 .card_box02 img.building_crp {
    width: 100%;
    margin-bottom: 20px;
}
#section-section2, #section-section3, #section-section4, #section-section5, #section-section6, #section-section7, #section-section8, #section-section9 {
    position: relative;
    padding-top: 20px;
}
#section-section9 img.line_start, #section-section2 img.line_start,#section-section3 img.line_start, #section-section4 img.line_start, #section-section5 img.line_start,
#section-section6 img.line_start, #section-section7 img.line_start,#section-section8 img.line_start {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
	display: none;
}
.Olive_tree #section-section2 .card.card_box01 {
    position: relative;
    width: 35%;
    left: 0;
    padding: 0rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
}

.Olive_tree #section-section2 .text_left.font_Playfair_Display p {
    text-align: center;
    margin-left: 0;
    font-size: 13px !important;
}

.Olive_tree #about_olivetree .carousel-indicators {
    bottom: 0;
    margin-right: 0%;
    margin-left: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.Olive_tree #section-section3 .card_box02 .font_Playfair_Display p {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    /* padding-top: 15px !important; */
}

.Olive_tree #section-section2 img.about_logo {
    width: 101px;
    margin-top: 10px;
    position: relative;
    top: 0;
    margin-bottom: 13px;
	display: none;
}
.Olive_tree #about_olivetree .carousel-caption{
	width:100%;
}
.Olive_tree #section-section3 .card_box02 {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 16px;
    font-weight: 500;
	text-align: justify;
}
.Olive_tree #section-section3 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section3 .card.card_box_right p.ol_qts {
    width: 270px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin: 0 auto;
}

.Olive_tree h2{
	font-size:20px;
}

.Olive_tree #section-section3 .card.card_box_right p {
    text-align: justify;
}

.Olive_tree #section-section4 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 {
    position: relative;
    top: 0;
    z-index: 0;
    right: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 img {
    width: 100px;
}
.carousel-item .grid_cont_box p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    overflow: hidden;
}
.Olive_tree #section-section5 .card_box02 {
    position: relative;
    /* top: 35%; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 20px;
    left: 0;
}
.Olive_tree #section-section5 .card_box02 .font_Playfair_Display p {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    font-size: 14px !important;
}
.Olive_tree #section-section5 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.Olive_tree #section-section5 .card.card_box_right img.Asset_22 {
    width: 140px;
    margin-top: 0;
    text-align: right;
    /* width: auto; */
    position: relative;
    right: 0;
    bottom: 10px;
}
.Olive_tree #section-section5 .card_grid_5th_right_box .carousel-item .grid_cont_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    margin-bottom: 4px;
    text-align: justify;
}
.Olive_tree #section-section6 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: left;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem .5rem 0rem .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section6 .card_grid_4th_right_box .img-fluid.small_size {
    width: 100%;
    height: 77px;
    object-fit: cover;
    margin-top: 0 !important;
    padding: 3px 0px;
}
.Olive_tree #section-section7 .grid_box1 .text_left.font_Playfair_Display p {
    width: 300px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}

.Olive_tree #section-section6 .grid_6th .text_left.font_Playfair_Display p {
    width: 280px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}
.grid_6th{
	text-align:center;
}
.Olive_tree #section-section6 .grid_6th img.grid_100 {
    width: 140px;
    top: 0;
    position: relative;
    left: 0;
}
.Olive_tree #section-section7 .grid_box1 {
    width: 100%;
    text-align: center;
}
.Olive_tree #section-section7 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section8 .grid_promoter_box img.grid_fis {
    width: 100px;
    position: relative;
    top: 0;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 {
    border-radius: 10px;
    padding: 1rem 1rem !important;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-indicators {
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}
.Olive_tree #section-section8 .grid_promoter_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section9 .grid_promoter_box {
    text-align: center;
    padding-left: 0;
}
.Olive_tree #section-section9 .grid_promoter_box img.news_grid_icon {
    width: 140px;
    margin-bottom: 20px;
}
.Olive_tree #section-section8 .the_promoters_grid {
    width: 35%;
    margin: 0 auto;
    margin-top: 15px !important;
    /* margin-left: 0; */
    text-align: center;
}
.Olive_tree #section-section8 .grid_promoter_box p {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    height: auto;
}

}

@media only screen and (max-width: 768px) {

html{
	width:100% !important;
	overflow-x:hidden;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

section {
    float: none;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    /* width: 425px !important; */
}
.Olive_tree .h_100 {
    height: auto !important;
}
#section-section1 img.static {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	position: relative;
}
.Olive_tree #section-section3 .card_box02 img.building_crp {
    width: 100%;
    margin-bottom: 20px;
}
#section-section2, #section-section3, #section-section4, #section-section5, #section-section6, #section-section7, #section-section8, #section-section9 {
    position: relative;
    padding-top: 20px;
}
#section-section9 img.line_start, #section-section2 img.line_start,#section-section3 img.line_start, #section-section4 img.line_start, #section-section5 img.line_start,
#section-section6 img.line_start, #section-section7 img.line_start,#section-section8 img.line_start {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
	display: none;
}
.Olive_tree #section-section2 .card.card_box01 {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
}

.Olive_tree #section-section2 .text_left.font_Playfair_Display p {
    text-align: center;
    margin-left: 0;
    font-size: 14px !important;
}

.Olive_tree #about_olivetree .carousel-indicators {
    bottom: 0;
    margin-right: 0%;
    margin-left: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.Olive_tree #section-section3 .card_box02 .font_Playfair_Display p {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    /* padding-top: 15px !important; */
}

.Olive_tree #section-section2 img.about_logo {
    width: 101px;
    margin-top: 10px;
    position: relative;
    top: 0;
    margin-bottom: 13px;
	display: none;
}
.Olive_tree #about_olivetree .carousel-caption{
	width:100%;
}
.Olive_tree #section-section3 .card_box02 {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 16px;
    font-weight: 500;
	text-align: justify;
}
.Olive_tree #section-section3 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section3 .card.card_box_right p.ol_qts {
    width: 270px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin: 0 auto;
}

.Olive_tree h2{
	font-size:20px;
}

.Olive_tree #section-section3 .card.card_box_right p {
    text-align: justify;
}

.Olive_tree #section-section4 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 {
    position: relative;
    top: 0;
    z-index: 0;
    right: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 img {
    width: 100px;
}
.carousel-item .grid_cont_box p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    overflow: hidden;
}
.Olive_tree #section-section5 .card_box02 {
    position: relative;
    /* top: 35%; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 20px;
    left: 0;
}
.Olive_tree #section-section5 .card_box02 .font_Playfair_Display p {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    font-size: 14px !important;
}
.Olive_tree #section-section5 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.Olive_tree #section-section5 .card.card_box_right img.Asset_22 {
    width: 140px;
    margin-top: 0;
    text-align: right;
    /* width: auto; */
    position: relative;
    right: 0;
    bottom: 10px;
}
.Olive_tree #section-section5 .card_grid_5th_right_box .carousel-item .grid_cont_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    margin-bottom: 4px;
    text-align: justify;
}
.Olive_tree #section-section6 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: left;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem .5rem 0rem .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section6 .card_grid_4th_right_box .img-fluid.small_size {
    width: 100%;
    height: 93px;
    object-fit: cover;
    margin-top: 0 !important;
    padding: 3px 0px;
}
.Olive_tree #section-section7 .grid_box1 .text_left.font_Playfair_Display p {
    width: 300px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}

.Olive_tree #section-section6 .grid_6th .text_left.font_Playfair_Display p {
    width: 280px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}
.grid_6th{
	text-align:center;
}
.Olive_tree #section-section6 .grid_6th img.grid_100 {
    width: 140px;
    top: 0;
    position: relative;
    left: 0;
}
.Olive_tree #section-section7 .grid_box1 {
    width: 100%;
    text-align: center;
}
.Olive_tree #section-section7 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section8 .grid_promoter_box img.grid_fis {
    width: 100px;
    position: relative;
    top: 0;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 {
    border-radius: 10px;
    padding: 1rem 1rem !important;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-indicators {
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}
.Olive_tree #section-section8 .grid_promoter_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section9 .grid_promoter_box {
    text-align: center;
    padding-left: 0;
}
.Olive_tree #section-section9 .grid_promoter_box img.news_grid_icon {
    width: 140px;
    margin-bottom: 20px;
}
.Olive_tree #section-section8 .the_promoters_grid {
    width: 60%;
    margin: 0 auto;
    margin-top: 15px !important;
    /* margin-left: 0; */
    text-align: center;
}
.Olive_tree #section-section8 .grid_promoter_box p {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    height: auto;
}

.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-item {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    padding: .5rem .1rem;
}
.Olive_tree .carousel-control-next, .Olive_tree .carousel-control-prev {
    width: 10%;
}

}


@media only screen and (max-width: 600px) {
html{
	width:100% !important;
	overflow-x:hidden;
}
body.Olive_tree, body.mob{
overflow-x:hidden;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

section {
    float: none;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    /* width: 425px !important; */
}
.Olive_tree .h_100 {
    height: auto !important;
}
#section-section1 img.static {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	position: relative;
}
.Olive_tree #section-section3 .card_box02 img.building_crp {
    width: 100%;
    margin-bottom: 20px;
}
#section-section2, #section-section3, #section-section4, #section-section5, #section-section6, #section-section7, #section-section8, #section-section9 {
    position: relative;
    padding-top: 20px;
}
#section-section9 img.line_start, #section-section2 img.line_start,#section-section3 img.line_start, #section-section4 img.line_start, #section-section5 img.line_start,
#section-section6 img.line_start, #section-section7 img.line_start,#section-section8 img.line_start {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
	display: none;
}
.Olive_tree #section-section2 .card.card_box01{
	position: relative;
    width: 100%;
    left: 0;
    padding: 0rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
}

.Olive_tree #section-section2 .text_left.font_Playfair_Display p {
    text-align: center;
    margin-left: 0;
    font-size: 14px !important;
    width: 260px;
}

.Olive_tree #about_olivetree .carousel-indicators {
    bottom: 0;
    margin-right: 0%;
    margin-left: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.Olive_tree #section-section3 .card_box02 .font_Playfair_Display p {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    /* padding-top: 15px !important; */
}
.grid_cont img.tree_grid {
    width: 91px;
    position: absolute;
    top: -25px;
    left: 50%;
}
.Olive_tree #section-section2 img.about_logo {
    width: 101px;
    margin-top: 10px;
    position: relative;
    top: 0;
    margin-bottom: 13px;
	display: none;
}
.Olive_tree #about_olivetree .carousel-caption{
	width:100%;
}
.Olive_tree #section-section3 .card_box02 {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 14px;
    font-weight: 500;
	text-align: justify;
}
.Olive_tree #section-section3 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.Olive_tree #section-section3 .card.card_box_right p.ol_qts {
    width: 260px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin: 0 auto;
}

.Olive_tree h2{
	font-size:20px;
}

.Olive_tree #section-section3 .card.card_box_right p {
    text-align: justify;
}

.Olive_tree #section-section4 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 {
    position: relative;
    top: 0;
    z-index: 0;
    right: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 img {
    width: 100px;
}
.carousel-item .grid_cont_box p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    overflow: hidden;
}
.Olive_tree #section-section5 .card_box02 {
    position: relative;
    /* top: 35%; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 20px;
    left: 0;
}
.Olive_tree #section-section5 .card_box02 .font_Playfair_Display p {
    text-align: center;
    width: 260px;
    margin: 0 auto;
    font-size: 14px !important;
}
.Olive_tree #section-section5 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.Olive_tree #section-section5 .card.card_box_right .card.p-3 {
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
.Olive_tree #section-section5 .card.card_box_right img.Asset_22 {
    width: 140px;
    margin-top: 0;
    text-align: right;
    /* width: auto; */
    position: relative;
    right: 0;
    bottom: 10px;
}
.Olive_tree #section-section5 .card_grid_5th_right_box .carousel-item .grid_cont_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    margin-bottom: 4px;
    text-align: justify;
}
.Olive_tree #section-section6 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: left;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 1rem 1rem 1rem 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section6 .card_grid_4th_right_box .img-fluid.small_size {
    width: 100%;
    height: 55px;
    object-fit: cover;
    margin-top: 0 !important;
    padding: 0px 0px 8px 0px;
}
.Olive_tree #section-section6 .grid_6th .text_left.font_Playfair_Display p {
    width: 260px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}
.Olive_tree #section-section8 .the_promoters_grid p {
    font-weight: 600;
    margin-bottom: 0px;
    width: 260px;
    margin: 0 auto;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    padding: .5rem;
    border-radius: 10px;
    height: 290px;
}
.grid_6th{
	text-align:center;
}
.Olive_tree #section-section6 .grid_6th img.grid_100 {
    width: 125px;
    top: 0;
    position: relative;
    left: 0;
}
.Olive_tree #section-section7 .grid_box1 {
    width: 100%;
    text-align: center;
}
.Olive_tree #section-section7 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 {
    border-radius: 10px;
    padding: 1rem 1rem !important;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-indicators {
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}
.Olive_tree #section-section8 .grid_promoter_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: .5rem .5rem .5rem .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section8 .grid_promoter_box img.grid_fis {
    width: 100px;
    position: relative;
    top: 0;
}
.Olive_tree #section-section9 .grid_promoter_box {
    text-align: center;
    padding-left: 0;
}
.Olive_tree #section-section9 .grid_promoter_box img.news_grid_icon {
    width: 125px;
    margin-bottom: 20px;
}
.Olive_tree #section-section8 .the_promoters_grid img.news_grid_icon {
    width: 125px;
}
.Olive_tree #section-section8 .the_promoters_grid {
    width: 100%;
    /* margin: 0 auto; */
    margin-top: 15px !important;
    margin-left: 0;
    text-align: center;
}
.Olive_tree #section-section8 .grid_promoter_box p {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
}
.Olive_tree .mouse .mouse-icon {
    display: block;
    width: 16px;
    height: 24px;
    border: 2px solid rgba(4, 4, 4, 0.91);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    transform-origin: left;
    transform: translate(50%, 50%) rotate(90deg);
}
.Olive_tree .mouse {
    bottom: 30px;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    height: auto;
}
#section-section1 {
    border: 0px solid #000;
    position: relative;
    margin-top: 10px;
    height: auto;
}
#section-section1 .carousel .carousel-item {
    height: auto;
}
.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-item {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    padding: .5rem .1rem;
}
.Olive_tree #section-section4 .grid_4th {
    padding: 1rem 0rem 0rem 0rem;
    margin-top: 1rem;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-item{
	margin-right: 4px;
}
#section-section1 .carousel-control .icon-next, #section-section1 .carousel-control .icon-prev{
	top: 35%;
}
.Olive_tree .carousel-control-next, .Olive_tree .carousel-control-prev {
    width: 10%;
}


}

@media only screen and (max-width: 414px){

html{
	width:100% !important;
	overflow-x:hidden;
}

body.Olive_tree, body.mob{
overflow-x:hidden;
}
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

section {
    float: none;
    display: block;
    height: auto;
    padding: 0;
    margin: 0;
    /* width: 425px !important; */
}
.Olive_tree .h_100 {
    height: auto !important;
}
#section-section1 img.static {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.Olive_tree #section-section6 .card_grid_4th_right_box{
	position: relative;
}
.Olive_tree #section-section3 .card_box02 img.building_crp {
    width: 100%;
    margin-bottom: 20px;
}
#section-section2, #section-section3, #section-section4, #section-section5, #section-section6, #section-section7, #section-section8, #section-section9 {
    position: relative;
    padding-top: 20px;
}
#section-section9 img.line_start, #section-section2 img.line_start,#section-section3 img.line_start, #section-section4 img.line_start, #section-section5 img.line_start,
#section-section6 img.line_start, #section-section7 img.line_start,#section-section8 img.line_start {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
	display: none;
}
.Olive_tree #section-section2 .card.card_box01{
	position: relative;
    width: 100%;
    left: 0;
    padding: 0rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
}

.Olive_tree #section-section2 .text_left.font_Playfair_Display p {
    text-align: center;
    margin-left: 0;
    font-size: 14px !important;
    width: 260px;
}

.Olive_tree #about_olivetree .carousel-indicators {
    bottom: 0;
    margin-right: 0%;
    margin-left: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
.Olive_tree #section-section3 .card_box02 .font_Playfair_Display p {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    /* padding-top: 15px !important; */
}
.grid_cont img.tree_grid {
    width: 91px;
    position: absolute;
    top: -25px;
    left: 50%;
}
.Olive_tree #section-section2 img.about_logo {
    width: 101px;
    margin-top: 10px;
    position: relative;
    top: 0;
    margin-bottom: 13px;
	display: none;
}
.Olive_tree #about_olivetree .carousel-caption{
	width:100%;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    padding: .5rem;
    border-radius: 10px;
    height: 290px;
}
.Olive_tree #section-section3 .card_box02 {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 0;
    left: 0%;
}
.Olive_tree #section-section2 #about_olivetree .carousel-item .grid_cont_box p {
    font-size: 14px;
    font-weight: 500;
	text-align: justify;
}
.Olive_tree #section-section3 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.Olive_tree #section-section3 .card.card_box_right p.ol_qts {
    width: 260px;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    margin: 0 auto;
}

.Olive_tree h2{
	font-size:20px;
}

.Olive_tree #section-section3 .card.card_box_right p {
    text-align: justify;
}

.Olive_tree #section-section4 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 {
    position: relative;
    top: 0;
    z-index: 0;
    right: 0;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .grid_lights_01 img {
    width: 100px;
}
.carousel-item .grid_cont_box p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    overflow: hidden;
}
.Olive_tree #section-section5 .card_box02 {
    position: relative;
    /* top: 35%; */
    /* height: 100%; */
    width: 100%;
    padding: 0rem 0rem;
    text-align: center;
    bottom: 20px;
    left: 0;
}
.Olive_tree #section-section5 .card_box02 .font_Playfair_Display p {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    font-size: 14px !important;
}
.Olive_tree #section-section5 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.Olive_tree #section-section5 .card.card_box_right .card.p-3 {
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
}
.Olive_tree #section-section5 .card.card_box_right img.Asset_22 {
    width: 140px;
    margin-top: 0;
    text-align: right;
    /* width: auto; */
    position: relative;
    right: 0;
    bottom: 10px;
}
.Olive_tree #section-section5 .card_grid_5th_right_box .carousel-item .grid_cont_box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit;
    overflow: hidden;
    margin-bottom: 4px;
    text-align: justify;
}
.Olive_tree #section-section6 .card_grid_4th_right_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: left;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 1rem 1rem 1rem 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section6 .card_grid_4th_right_box .img-fluid.small_size {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 0 !important;
    padding: 0px 0px 8px 0px;
}
.Olive_tree #section-section6 .grid_6th .text_left.font_Playfair_Display p {
    width: 280px;
    text-align: center;
    margin-left: 0;
    margin: 0 auto;
}
.grid_6th{
	text-align:center;
}
.Olive_tree #section-section6 .grid_6th img.grid_100 {
    width: 125px;
    top: 0;
    position: relative;
    left: 0;
}
.Olive_tree #section-section7 .grid_box1 {
    width: 100%;
    text-align: center;
}
.Olive_tree #section-section7 .card.card_box_right {
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: 0rem 0rem 0rem 0rem;
    width: 100%;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 {
    border-radius: 10px;
    padding: 1rem 1rem !important;
}
.Olive_tree #section-section7 .card.card_box_right .card.p-3 .carousel-indicators {
    bottom: 0;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
}
.Olive_tree #section-section8 .grid_promoter_box {
    position: relative;
    /* top: 360px; */
    /* height: 100%; */
    width: 100%;
    text-align: center;
    bottom: 0;
    /* left: 0%; */
    background-color: #f1eee1;
    border: 0px solid rgb(235, 228, 199);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);
    padding: .5rem .5rem .5rem .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.Olive_tree #section-section8 .grid_promoter_box img.grid_fis {
    width: 100px;
    position: relative;
    top: 0;
}
.Olive_tree #section-section9 .grid_promoter_box {
    text-align: center;
    padding-left: 0;
}
.Olive_tree #section-section9 .grid_promoter_box img.news_grid_icon {
    width: 125px;
    margin-bottom: 20px;
}
.Olive_tree #section-section8 .the_promoters_grid img.news_grid_icon {
    width: 125px;
}
.Olive_tree #section-section8 .the_promoters_grid {
    width: 100%;
    /* margin: 0 auto; */
    margin-top: 15px !important;
    margin-left: 0;
    text-align: center;
}
.Olive_tree #section-section8 .grid_promoter_box p {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
}
.Olive_tree .mouse .mouse-icon {
    display: block;
    width: 16px;
    height: 24px;
    border: 2px solid rgba(4, 4, 4, 0.91);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    transform-origin: left;
    transform: translate(50%, 50%) rotate(90deg);
}
.Olive_tree .mouse {
    bottom: 30px;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .card {
    height: auto;
}
#section-section1 {
    border: 0px solid #000;
    position: relative;
    margin-top: 10px;
    height: auto;
}
#section-section1 .carousel .carousel-item {
    height: auto;
}
.Olive_tree #section-section5 .card_grid_5th_right_box nav .nav-tabs .nav-item {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    padding: .5rem .1rem;
}
.Olive_tree #section-section4 .grid_4th {
    padding: 1rem 0rem 0rem 0rem;
    margin-top: 1rem;
}

.Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-item{
	margin-right: 4px;
}
#section-section1 .carousel-control .icon-next, #section-section1 .carousel-control .icon-prev{
	top: 35%;
}
.Olive_tree .carousel-control-next, .Olive_tree .carousel-control-prev {
    width: 10%;
}

}

@media only screen and (max-width: 375px){

#section-section1 .carousel .carousel-item {
    height: auto;
}

}

@media only screen and (max-width: 360px){

html{
	width:100% !important;
	overflow-x:hidden;
}

body.Olive_tree, body.mob{
overflow-x:hidden;
}
#section-section1 {
    border: 0px solid #000;
    position: relative;
    margin-top: 10px;
    height: auto;
}
#section-section1 .carousel .carousel-item {
    height: auto;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-item {
    margin-right: 4px;
    font-size: 12px;
}
.options .nav-link {
    padding: .3rem .1rem;
    margin-top: 0px;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .card{
	padding: .5rem;
    border-radius: 10px;
}
.Olive_tree .carousel-control-next, .Olive_tree .carousel-control-prev {
    width: 10%;
}

}

@media only screen and (max-width: 320px){

html{
	width:100% !important;
	overflow-x:hidden;
}

body.Olive_tree, body.mob{
overflow-x:hidden;
}
#section-section1 {
    border: 0px solid #000;
    position: relative;
    margin-top: 10px;
    height: auto;
}
#section-section1 .carousel .carousel-item {
    height: auto;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .nav-tabs .nav-item {
    margin-right: 2px;
    font-size: 12px;
}
.options .nav-link {
    padding: .2rem .1rem;
    margin-top: 0px;
}
.Olive_tree #section-section4 .card_grid_4th_right_box .card{
	padding: .5rem;
    border-radius: 10px;
}
.Olive_tree .carousel-control-next, .Olive_tree .carousel-control-prev {
    width: 10%;
}

}