/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
	font-family: "Roboto", sans-serif;
	color:#192537;
}
.h3, h3 {
  font-size: 25px;
}
.wrapper{
	display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  min-height: 100vh;
}
.wrapper .lft{
	background: #192537;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  width: 58px;
}
.wrapper.expand .lft{
	width: 310px;
	transition: 1s ease;

}
.wrapper .lft .icn{
	background: #192537;
	  padding: 20px;
	  color: #fff;
	  font-size: 24px;
}

.wrapper .rgt{	
	width:calc(100% - 58px);	
	overflow-x: hidden;
    /*width: calc(100% - 58px);
    overflow: hidden;*/
}
.wrapper.expand .rgt{
	width:calc(100% - 310px);
	overflow: hidden;
}

.wrapper .custom-logo{
	display:none;
}

.wrapper .lft .menu ul{
	padding:0;
	margin: 20px 40px 30px 40px;
	color:#fff;
	list-style:none;
}
.wrapper .lft .menu{
	width:100%;
}
.wrapper .lft .menu ul li a{
	font-size: 18px;
  padding: 20px 0px 0px 0px;
  display: inherit;
}
.wrapper .lft .menu ul li a{
	color:#e9e9e9;
	text-decoration:none;
	position: relative;
}

.wrapper .lft .menu ul li a:hover{
	text-decoration:none;
	color:#4db0ed;
}


.wrapper .lft .menu ul li a:hover::before{
	content: "\f10b";
	font-family: "Ionicons";
	width:100px;
	height:100px;
	position:absolute;
	left:-25px;	
	top:17px;	
	color:#4db0ed;
	font-size:24px;
}
.wrapper .lft .menu{
	display:none;
}
.wrapper.expand .lft .menu{
	display:block;
	transition: 1s ease;

}

.wrapper .lft .icn .hamburger{
	display:block;
	cursor: pointer;
}
.wrapper .lft .icn .cls{
	display:none;
	cursor: pointer;
}

.wrapper.expand .lft .icn .cls{
	display:block;
	

}

.wrapper.expand .lft .icn .hamburger{
	display:none;
	transition: 1s ease;

}

.hero-static-img {
  width: 100%;
  min-height: auto;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #c9c9c9;
  padding: 0px 0px 30px 0px;
  background-size: cover !important;
  min-height: 480px;
  background-position: bottom !important;
}
.hero-static-img::before {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;	
	
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.6) 51%,rgba(0,0,0,0.8) 100%); 	
	content:"";
	z-index: -1;
}
.hero-static-img .title{
	font-size: 40px;
  color: #fff;
  margin: 0;
  padding: 8% 60px 0px 60px;
  width: 60%;
  line-height: 1.5;
  font-weight: normal;
}
.row-cnt{
	margin:0px;
}

.about-us-bg{	
padding: 60px 0px 60px 60px;
  background: #fff;
  position: relative;
  z-index: 1;
}


.about-cnt{
  font-size: 25px;
  margin-bottom: 30px;
}

.about-cnt h2{
	font-size: 25px;
    margin-bottom: 30px;
	position:relative;	
}
.about-us-bg.custom-tt .about-cnt h2{
  font-size: 30px;	
  line-height: 40px;
  margin-bottom:0;
  margin-top:0;
}

.about-us-bg.custom-tt .about-cnt h4{
	font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}

.about-cnt h2::before{
	position: absolute;
  left: 3px;
  right: 0;
  top: -13px;
  width: 60px;
  height: 3px;
  z-index: 1;
  content: "";
  background: #4db0ed;  
}

.about-cnt p{
font-size: 15px;
  color: #434141;
  line-height: 1.8;
}

.about-cnt .about-img{
	width: 100%;
  margin-top: -120px;
  margin-right: 0px;
}
.about-cnt .about-img img{
	width: 100%;
}

.about-cnt .dts{
	padding-right:30px;
}
.custom-hero.hero-static-img{
	min-height: 300px;
}


.custom-hero.hero-static-img .title {
  padding-bottom: 10px;
  font-size: 25px;
  width: 80%;
  padding-top: 60px;
}

.custom-hero.hero-static-img .sb-tt {
	padding: 0px 60px;
  width: 70%;
  color: #bfbfbf;
  font-size: 20px;
  line-height: 1.7;
}

.custom-hero.hero-static-img .sb-tt.full-wdt {
    width:100%;
}

.custom-hero.hero-static-img .sb-tt.spl-tt {
    width: auto;
  padding: 15px 30px;
  border: 1px solid rgba(255,255,255,0.4);
  margin: 0px 30px;
  background: rgba(0,0,0,0.4);
}

.custom-menu {
    position: sticky;
    top: 0; 
    background-color: white; 
    z-index: 100; 
    padding: 10px; 
}
.custom-menu h2{
	font-size:20px;	
	position:relative;
  font-weight: bold;
}
.custom-menu h2::after{
	position: absolute;
  /* left: 3px; */
  right: 0;
  /* top: -13px; */
  width: 100%;
  height: 3px;
  z-index: 1;
  content: "";
  background: #192537;
  /* background: #e0e0e0; */
  bottom: -17px;
}

.custom-menu ul {
  padding: 0;
  margin: 25px 0px 0px 0px;
  color: #fff;
  list-style: none;
}
.custom-menu ul li a {
  color: #434141;
  text-decoration: none;
  position: relative;
}
.custom-menu ul li a {
  font-size: 20px;
  padding: 10px 0px 0px 0px;
  display: inherit;
  transition: .3s;
}

.custom-menu ul li a:hover{
	text-decoration:none;
	color:#434141;
	font-weight:bold;
  
}

.custom-menu ul li a:hover::before{
	content: "\f10b";
	font-family: "Ionicons";
	width:100px;
	height:100px;
	position:absolute;
	left:-25px;	
	top:10px;	
	/* color:#75e92f; */
  color: #192537;
	font-size:18px;
  
}

.hero-content{
	padding: 60px;
}
.work-ws-content{
  padding: 12px 0;
}

.work-ws-content img{
  height: 180px;
  border-radius: 7px;
  object-fit: cover;
  width: 100%;
 
}

.custom-content .dts h2{
	  font-size: 20px;
	  position: relative;
}
.custom-content .dts p{	
  font-size: 17px;
  color: #555;
}

.custom-content .dts .img{

  height: 180px;
  margin-bottom: 38px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.custom-content .dts h2::before{
	  position: absolute;
    left: 3px;
    right: 0;
    top: -13px;
    width: 60px;
    height: 3px;
    z-index: 1;
    content: "";  
    background: #192537;
	display:none;
}

.custom-hero .btn-bg{
	margin:0px 60px;
}
.custom-hero .btn-bg .btn-secondary,.custom-spl-btn .btn-bg .btn-secondary	{
  padding: 10px 20px;
background: #4c95df;
  border: #1c65b7;
  margin-right: 10px;	
  color:#fff;
}

.custom-hero .btn-bg .btn-primary,.custom-spl-btn .btn-bg .btn-primary{
padding: 10px 20px;
  background: #1c65b7;
  border: 1px solid #1c65b7;
  margin-right: 30px;	
}


.custom-hero .address-bg{
  margin: 0px 60px;
  margin-top: 0px;
  color: #fff;
  margin-top: 30px;
  line-height: 28px;
}

.logo-img{
margin-left: 60px;
  margin-top: 30px;
  height: 50px;
}

.hero-static-img .custom-btn{
	color: #fff;
  font-size: 18px;
  margin: 15px 60px 10px 60px;
  float: left;
  font-weight:bold;
}

.hero-static-img .custom-btn:hover{
	color:#4db0ed;
}

.hero-static-img .custom-btn i{
	margin-right: 10px;
}


.hero-spl-bg{
	/*background: #192537;*/
    padding: 60px;
    position: relative;
    background: url(../images/new-york-img.jpg);
	min-height: auto;
    background-size: cover;
    background-position: 100% 40%;
}

.hgt-spl-bg{
    padding: 60px;
    position: relative;
    background: url(../images/about-us-bg.jpg) !important;
    /*background: url(../images/aboutus-intro.jpg) !important;*/
	min-height: auto;
background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero-spl-bg::before{
	position: absolute;
  left: 0;
  right: 0;
  background: #192537;
  top: 0px;
  bottom: 0;
  z-index: 10;
  content: "";
  opacity: 0.8;
  width: 50%;
}

.hero-spl-bg .row-cnt{
  position: relative;
  z-index: 100;	
}

.hero-spl-bg .sb-tt{
font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1.5;
}

.about-us-bg.custom-tt .about-cnt{
	margin-bottom:0px;
}

.hero-box-bg{
	padding:60px;
}

.hero-box{  
  padding: 150px 30px 30px 30px;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  background: #000;
  min-height: 200px;
  cursor:pointer;
}

.hero-box span{   
	font-size:20px;
	font-weight:bold;
}

.hero-box.build-img{
  background: url(../images/building-img.jpg);  
  background-repeat: no-repeat;
}

.hero-box.market-img{
  background: url(../images/south-station.jpg);  
}

.hero-box.spl-img{
  background: url(../images/spl-img.jpg);  
}

.hero-box:hover{
	color: #fff;
	text-decoration:underline;
}

.hero-box-bg {
  padding: 60px;
}


.hero-news-bg {
  padding: 60px;
  background:#e9e9e9;
}


.hero-news-bg .tt{
    margin: 0 0 30px 0px;    
}

.hero-news-bg .news-bg img{
	width:100%;	
}

.hero-news-bg .news-bg h3{
	font-size: 20px;
  line-height: 1.5;
}

.hero-news-bg .news-bg a{
	font-size: 16px;
  color: #192537;
  padding: 10px 15px;
  border: 1px solid #192537;
  margin-top: 15px;
  display: inherit;
  text-align: center;
}

.hero-spl-bg .sb-tt ul{
	list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.hero-spl-bg .sb-tt ul li{
	margin-bottom: 10px;
  margin-left: 15px;
}
.hero-spl-bg .sb-tt ul li i{
	margin-right: 10px;
	color:#4db0ed;
}


.hero-spl-bg .sb-tt h3{	
	margin-bottom:30px;
}

.hero-spl-bg.ad-img::before {
	width: 100%;
}

.hero-box.custom-hero-box{	
  cursor: text;
  text-decoration: none !important;
  padding: 0px;
  position: relative;
  min-height: 500px;
  margin-bottom: 30px;
  background-size: cover !important;
}
.hero-box.custom-hero-box .dts{	
 padding: 30px 30px 30px 30px;
  background: rgba(25,37,55,0.85);
  position: absolute;
  bottom: 0;
  min-height: 250px;
}

.hero-box.custom-hero-box .dts h2{
	font-size: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.hero-box.custom-hero-box .dts p{
	font-size:18px;
	margin-bottom:0px;
}


.address-bg .icon{
margin-right: 5px;
  font-size: 30px;
  cursor: pointer;
  margin-top: 15px;

}


.custom-hero.hero-static-img .sb-tt.sql-tt{
	margin-top: 30px;
}

.custom-spl-btn{
    display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.custom-spl-btn .btn-bg{
    margin-right: 60px;
  margin-top: 40px;
}

.hero-news-bg .news-bg{
    margin-bottom:30px;
}

.mb-hide{
    display:block;
}