/*New building section*/
#global_building_bottom a { display: inline-block; line-height: 1; padding: 25px 75px; display: inline-block; line-height: 1; padding: 25px 75px; border-radius: 8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; border: solid 1px #b3774a; color: #b3774a; font-size: 14px; font-weight: 500; text-transform: uppercase; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; -ms-transition:all ease 0.3s; -o-transition:all ease 0.3s;}
#global_building_bottom a:hover{background: #b3774a; color: #fff;}
#global_building_top{padding-top: 110px;}
#global_building_top h4{font-size: 32px;  margin-bottom: 0;  color: #1a1a1a;  font-weight: 400 !important; margin-top: 7px; line-height: 42px !important;  }
#global_building_top h4 span{color: #b3774a;}
#global_building_top img{margin-bottom: 15px;}
#global_building_bottom{margin-top: 160px; box-sizing: border-box;}
#global_building_bottom address{display: block;  font-weight: 500;  font-size: 20px;  margin-top: 60px;  position: relative;  box-sizing: border-box;  padding-left: 35px;  margin-bottom: 35px; color: #1a1a1a;}
#global_building_bottom address:before {  content: "";  display: block;  width: 17px;  height: 22px;  background-image: url('../images/map.png');  background-repeat: no-repeat;  background-size: contain;  position: absolute;  left: 0;
  top: 4px;}

#global_building_outer{position: relative; box-sizing: border-box; height: 65vw; width: 100%;}
#Content img#newbuilding_bg{display: block; box-sizing: border-box; width: 100vw; position: absolute; right: 0; bottom: 0; z-index: 1; object-fit: cover; height: 100%; max-width: none !important; height: 100%;}
#global_building_outer .section_wrapper{z-index: 2;}

#towerConnectorline{display: block;  position: absolute;   height: 1px;   background: #b3774a;  z-index: 2;}
#towerConnector{display: block; position: absolute; width: 18px; height: 18px; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; background: #b3774a; left: 0; top: -9px; opacity: 0; animation: direct 1.5s ease infinite; -webkit-animation: direct 1.5s ease infinite; }
#global_building_wrap{display: inline-block;}
#tower, #towerPin_y{position: absolute; height: 1px;}
#global_building_wrap .sectionHeading{margin-bottom: 0;}


/*New building section 01-04-2023 */

#new_global_building_bottom a { display: inline-block; line-height: 1; padding: 25px 75px; display: inline-block; line-height: 1; padding: 25px 75px; border-radius: 8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; border: solid 1px #b3774a; color: #b3774a; font-size: 14px; font-weight: 500; text-transform: uppercase; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; -ms-transition:all ease 0.3s; -o-transition:all ease 0.3s;}
#new_global_building_bottom a:hover{background: #b3774a; color: #fff;}
#new_global_building_top{}
#new_global_building_top h4 {
    font-size: 24px;
    margin-bottom: 0;
    color: #1a1a1a;
    font-weight: 400 !important;
    margin-top: 27px;
    line-height: 32px !important;
}
#new_global_building_top h4 span{color: #b3774a;}
#new_global_building_top img{margin-bottom: 15px;}
#new_global_building_bottom{box-sizing: border-box;}
#new_global_building_bottom address{
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 0;
    color: #1a1a1a;
}
/*  #new_global_building_bottom address:before {  content: "";  display: block;  width: 17px;  height: 22px;  background-image: url('../images/map.png');  background-repeat: no-repeat;  background-size: contain;  position: absolute;  left: 0; top: 4px;} */

#new_global_building_outer{position: relative; box-sizing: border-box; height: 65vw; width: 100%;}
#Content img#new_newbuilding_bg{display: block; box-sizing: border-box; width: 100vw; position: absolute; right: 0; bottom: 0; z-index: 1; object-fit: cover; height: 100%; max-width: none !important; height: 100%;}
#new_global_building_outer .section_wrapper{z-index: 2;}

#new_global_building_wrap{display: inline-block;}
#new_tower, #towerPin_y{position: absolute; height: 1px;}
#new_global_building_wrap .sectionHeading{margin-bottom: 0;}

#new_towerConnector {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #b3774a;
    right: 0;
    top: -6px;
    opacity: 0;
    animation: directreverse 3s ease infinite;
    -webkit-animation: directreverse 3s ease infinite;
}

#line-animation {
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 125px;
	width: 100%;
}

#new_towerConnectorline {
    display: block;
    position: absolute;
    height: 1px;
    background: #b3774a;
    z-index: 2;
    width: 140%;
    right: 0;
}

#new_global_building_outer {
	height: auto;
}

#new_global_building_wrap {
	display: flex;
	justify-content: space-between;
	padding: 150px 0;
}

#new_global_building_wrap .left {
	width: 50%;
}

#new_global_building_wrap .left img {
	width: 100%;
}

#new_global_building_wrap .right {
	width: 40%;
	display: flex;
	align-items: center;
}

.sectionCaption {
	margin-bottom: 5px;
}


@keyframes directreverse {
	0%{
		right: 0;
		opacity: 0;
	}
	100%{
		right: 100%;
		opacity: 1;
	}
}


#new_global_building_wrap .left .mobile {
	display: none;
}

/***********************************************************
RESPONSIVE STUFF
***********************************************************/




@media only screen and (max-width:1239px){
	
/*New building section*/
#global_building_top h4{font-size: 24px;}
 
	#new_global_building_outer .sectionHeading {
		font-size: 22px;
	}
	
	#new_global_building_top h4 {
		font-size: 18px;
		margin-top: 17px;
		line-height: 28px !important;
	}
	
	#line-animation {
		height: 45px;
	}
	
	#new_global_building_outer .sectionCaption {
		font-size: 13px;
	}
}


@media only screen and (max-width:959px){


/*New building section*/
#global_building_wrap .sectionHeading{font-size: 24px;}
#global_building_top h4{font-size: 18px;}
#global_building_top{padding-top: 65px;}
#global_building_bottom{margin-top: 80px;}
#global_building_bottom address{font-size: 17px; margin-top: 40px; margin-bottom: 20px;}
#global_building_bottom a{background: #b3774a; color: #fff; padding: 20px 35px;}

#new_global_building_wrap {
    padding: 150px 0;
    flex-flow: column;
}
	
#new_global_building_wrap .left .mobile {
	display: block;
	margin-bottom: 30px;
}
#new_global_building_wrap .left .desktop {
	display: none;
}
	
#new_global_building_wrap .left, #new_global_building_wrap .right {
	width: 100%;
}
	
#new_towerConnectorline {
    width: 100%;
}

}



@media only screen and (max-width:767px){

  #global_building_wrap{padding-right: 60px;}


}


@media only screen and (max-width:420px){
  

  /*New building section*/
  #global_building_wrap .sectionHeading{font-size: 22px;}
  #global_building_top h4{font-size: 17px;}
  #global_building_top{padding-top: 45px;}
  #global_building_bottom{margin-top: 65px;}
  #global_building_bottom address{font-size: 15px; margin-top: 20px; line-height: 1.35;}
  #global_building_top img{max-height: 40px;}
  #global_building_wrap{padding-right: 80px;}
  


}
