@font-face {

    font-family: 'Avenir Next';

    src: url('../font/AvenirNextLTPro-It.woff2') format('woff2'),

        url('../font/AvenirNextLTPro-It.woff') format('woff');

    font-weight: normal;

    font-style: italic;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir Next';

    src: url('../font/AvenirNextLTPro-Regular.woff2') format('woff2'),

        url('../font/AvenirNextLTPro-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Avenir Next';

    src: url('../font/AvenirNextLTPro-Bold.woff2') format('woff2'),

        url('../font/AvenirNextLTPro-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}

 

 body {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

	font-family: 'Avenir Next';

 }

.wrapper{

	max-width: 1920px;

    margin: 0 auto;

    position: relative;

}

h2 {

	font-size: 62px;

	line-height: 85px;

	color: #D9BA6B; 

	font-weight: bold;

}

a:hover {

	text-decoration: none;

}

h2 strong {

	font-size: 52px;

	line-height: 75px;

	color: #FFFFFF;

	display: block;

	font-weight: 600;

}

ul {

	margin: 0%;

	padding: 0%;

}

li {

	list-style: none;

}

h3 {

	font-size: 54px;

	line-height: 74px;

	color: #D9BA6B;

}

h4 {

	font-size: 46px;

	line-height: 63px;

	color: #D9BA6B;	

}

h4 strong {

	font-size: 62px;

	line-height: 85px;

	color: #FFFFFF;

	display: block;

}

h5 {

	font-size: 20px;

	line-height: 27px;

	color: #D9BA6B;	

}

.btn {

	font-size: 24px;

	line-height: 33px;

	color: #D9BA6B;

	border: 5px solid #D9BA6B;

	padding: 15px 11px;

	/* max-width: 296px; */

	margin-top: 30px;

}

strong {

	color: #D9BA6B;

}

.btn:hover {

	font-size: 24px;

	line-height: 33px;

	color: white;

	border: 5px solid white;

	padding: 15px 11px;

	/* max-width: 296px; */

	margin-top: 30px;

}

body {

	font-size: 36px;

	line-height: 49px;

	color: #FFFFFF;

	background: #1F2127;

}

header, footer a {

	font-size: 20px;

	color: #FFFFFF;

	line-height: 27px;

}

header {

	position: absolute;

    width: 100%;

    background: transparent;

}

.bg-light {

	background: transparent !important;

}

header .navbar-light .navbar-nav .nav-link {

    color: white;

	margin: 25px;

}

header .navbar-light .navbar-nav .nav-link:hover {

	color: #D9BA6B;

}

header .navbar-light .navbar-nav .nav-link.active {

    color: #D9BA6B;

}

.navbar-collapse {

	justify-content: flex-end;

}

.container {

	max-width: 1706px;

	padding: 0 30px;

}



.banner-wrap {

	text-align: center;

	    padding: 240px 0px;

}

.banner-wrap .btn::after {

	content: ' ';

    position: absolute;

    right: 0;

    height: 6px;

    width: 41.5%;

    background: #d9ba6b;

    margin-top: 13px;

}

.who-wrap {

	padding: 62px 0px 114px 0px;

	position: relative;

}

.padding-left {

	padding-left: 7%;

 }

.who-wrap .line { 

	position: absolute;

    border: 5px solid #d9ba6b;

    width: 50px;

    height: 50px;

    top: 50%; 

	left: 5%;

}

.who-wrap .line::before { 

    content: ' ';

    position: absolute;

    top: -6.8em;

    width: 5px;

    min-height: 244px;

    background: #d9ba6b;

    margin-left: -5px;



}

.who-wrap .line::after { 

    content: ' ';

    position: absolute;

    top: 1.2em;

    width: 5px;

    min-height: 275px;

    background: #d9ba6b;

    margin-left: 40px;

}

.invest-wrap .invest-image img {

 width: 100%;

}

.invest-wrap h2 {

text-align: center;

margin-bottom: 97px ;

   }

.invest-wrap .invest-info h3{

	text-align: center;
	max-width: 430px;
    margin: 15px auto;
	font-size: 45px;
 }

 .invest-info {

    background: #000000;

}

 .invest-wrap .invest-info p {

    background: #33353B;

	padding: 33px 22px;

 }

.do-wrap {

	padding: 160px 0px;

	overflow: hidden;

}

.do-wrap .do-info h4 strong{

	font-weight: 400;

}

.do-wrap .btn {

	max-width: 250px;

	width: 100%;

}

.do-wrap .button {

text-align: center;

}

.do-wrap .btn::after {

    content: ' ';

    position: absolute;

    right: -13.1%;

    height: 6px;

    width: 49%;

    background: #d9ba6b;

    margin-top: 13px;

}

.bottom-footer p { 

		font-size: 20px; 

		margin-top: 50px;

}

footer {

    background: #000000;

    padding: 105px 0px 30px;

    text-align: center;

    overflow: hidden;

}

footer .line {

	width: 90%;

    height: 5px;

    background: #d9ba6b;

    margin: 40px auto 0px;

	position: relative;

}

footer .line::after {

	content: '';

    border: 5px solid #d9ba6b;

    width: 35px;

    height: 35px;

    top: -14px;

    left: -30px;

    position: absolute;

}

footer .btn{

	border-radius: 0;

	background-color: #D9BA6B;

	color: #FFFFFF;

	border: 5px solid #D9BA6B;

	font-size: 20px;

	line-height: 20px;

	max-width: 218px;

	height: 60px;

	margin-top: 0;

}

footer .btn:hover{ 

 color: #FFFFFF ;

 border-color: #FFFFFF;

 background: transparent;

 max-width: 218px;

	height: 60px;

	font-size: 20px;

	line-height: 20px;

	margin-top: 0;

}

.social {

	margin:15px 0px 0px;

}

.social a {

	margin: 0px 15px;

}

footer .line::before {

	content: '';

    border: 5px solid #d9ba6b;

    width: 35px;

    height: 35px;

    top: -14px;

	right: -30px;

    position: absolute;

}

 /* -------------------------------- 



Primary style



-------------------------------- */

*, *:after, *:before {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

  }

 

  

  img {

	max-width: 100%;

  }

  

  /* -------------------------------- 

  

  Main components 

  

  -------------------------------- */

 

  

  .cd-image-container {

    position: relative;

    width: 100%;

    max-width: 768px;

	margin: 0em auto 1em;

  }

  .cd-image-container img {

	display: block;

  }

  

  .cd-image-label {

	position: absolute;

	font-weight: 500;

	letter-spacing: 1px;

	top: 0;

	right: 0;

	color: #ffffff;

	padding: 1em;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	opacity: 0;

	-webkit-transform: translateY(20px);

	-moz-transform: translateY(20px);

	-ms-transform: translateY(20px);

	-o-transform: translateY(20px);

	transform: translateY(20px);

	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;

	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;

	transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;

  }

  .cd-image-label.is-hidden {

	visibility: hidden;

  }

  .is-visible .cd-image-label {

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

  }

  

  .cd-resize-img {

	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	height: 100%;

	overflow: hidden;

	/* Force Hardware Acceleration in WebKit */

	-webkit-transform: translateZ(0);

	-moz-transform: translateZ(0);

	-ms-transform: translateZ(0);

	-o-transform: translateZ(0);

	transform: translateZ(0);

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

  }

  .cd-resize-img img {

	position: absolute;

	left: 0;

	top: 0;

	display: block;

	height: 100%;

	width: auto;

	max-width: none;

  }

  .cd-resize-img .cd-image-label {

	right: auto;

	left: 0;

  }

  .is-visible .cd-resize-img {

	width: 50%;

	/* bounce in animation of the modified image */

	-webkit-animation: cd-bounce-in 0.7s;

	-moz-animation: cd-bounce-in 0.7s;

	animation: cd-bounce-in 0.7s;

  }

  

  @-webkit-keyframes cd-bounce-in {

	0% {

	  width: 0;

	}

	60% {

	  width: 55%;

	}

	100% {

	  width: 50%;

	}

  }

  @-moz-keyframes cd-bounce-in {

	0% {

	  width: 0;

	}

	60% {

	  width: 55%;

	}

	100% {

	  width: 50%;

	}

  }

  @keyframes cd-bounce-in {

	0% {

	  width: 0;

	}

	60% {

	  width: 55%;

	}

	100% {

	  width: 50%;

	}

  }

  .cd-handle {

	position: absolute;

	height: 44px;

	width: 44px;

	/* center the element */

	left: 50%;

	top: 50%;

	margin-left: -22px;

	margin-top: -22px;

	border-radius: 50%;

	background: #000000 url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;

	cursor: move;

	box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);

	opacity: 0;

	-webkit-transform: translate3d(0, 0, 0) scale(0);

	-moz-transform: translate3d(0, 0, 0) scale(0);

	-ms-transform: translate3d(0, 0, 0) scale(0);

	-o-transform: translate3d(0, 0, 0) scale(0);

	transform: translate3d(0, 0, 0) scale(0);

  }

  .cd-handle.draggable {

	/* change background color when element is active */

	background-color: #445b7c;

  }

  .is-visible .cd-handle {

	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0) scale(1);

	-moz-transform: translate3d(0, 0, 0) scale(1);

	-ms-transform: translate3d(0, 0, 0) scale(1);

	-o-transform: translate3d(0, 0, 0) scale(1);

	transform: translate3d(0, 0, 0) scale(1);

	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;

	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;

	transition: transform 0.3s 0.7s, opacity 0s 0.7s;

  }

 



  

  .inner-page header {

    width: 100%;

    background: black;

    position: initial;

  }

  .inner-banner {

	text-align: center;

	padding: 105px 0px 200px 0px;

}

.inner-banner h2 {

	color: white;

}

.team-wrap {

	padding-bottom: 160px;

	overflow: hidden;

}

.team-info .team-button {

    border: 5px solid #D9BA6B;

    max-width: 363px;

    height: 72px;

    text-align: center;

    line-height: 57px;

    margin: 70px 0px 20px;

	position: relative;

}



.team-info .team-button::before {

   content: ' ';

   position: absolute;

   left: -57%;

   max-width: 200px;

   height: 4px;

   background: #d9ba6b;

   bottom: -4px;

   width: 100%;

}

.team-info .team-button::after {

	content: ' ';

    position: absolute;

    right: -206%;

    min-width: 800px;

    height: 4px;

    background: #d9ba6b;

    top: -4px;

    width: 100%;

    left: auto;

    z-index: 1;

 }



.carousel-wrap {

	padding: 90px 0px 200px 5%;

	text-align: center;

	position: relative;

	overflow: hidden;

}

.carousel-wrap .line { 

	position: absolute;

    border: 4px solid #d9ba6b;

    width: 26px;

    height: 26px;

    top: 11%;

    right: 16%;

    transform: rotate(

90deg

);

z-index: -1;

}

.carousel-wrap .line::before { 

    content: ' ';

    content: ' ';

    position: absolute;

    top: -9.8em;

    width: 4px;

    min-height: 362px;

    background: #d9ba6b;

    margin-left: -13px;



}

.carousel-wrap .line::after { 

    content: ' ';

	position: absolute;

    top: 0em;

    width: 4px;

    min-height: 338px;

    background: #d9ba6b;

    margin-left: 9px;

}

.carousel-wrap .item {

	position: relative;

	margin-top: 120px;

}

.carousel-wrap .item .description {

	position: absolute;

    bottom: 0px;

    right: 0px;

    max-width: 580px;

    background: #040404bf;

    width: 100%;

    padding: 20px 38px 10px;

	text-align: left; 

}

.carousel-wrap .item .description a {

 

	color: white;

}

.carousel-wrap .item .description .link {

    text-align: end;

}

.carousel-wrap .item .description .link a {

    font-size: 17px;

	color: white;

}

.owl-theme .owl-nav [class*='owl-']:hover {

    background: transparent;

    color: #FFF;

    text-decoration: none;

}

.modal-content {

	background-color: #707070;

}

.modal-load .form-check-label {

    color: black;

    font-size: 20px;

    padding-left: 20px;

}

.modal-load {

    text-align: center;

}

.modal-load .btn.btn-primary {

	width: 100%;

    padding: 6px;

    background: transparent;

}

.modal-load .btn.btn-primary:hover {

	background: #D9BA6B;

	color: white;

}

.inner-page #myModal .modal-dialog {

    -webkit-transform: translate(0,-50%);

    -o-transform: translate(0,-50%);

    transform: translate(0,-50%);

    top: 100%;

    margin: 0 auto;

}

.inner-page .modal-dialog {

    max-width: 1695px; 

}

.inner-page .modal-header .close {

    padding: 1rem 1rem;

    margin: -1rem -1rem -1rem auto;

    color: white;

    opacity: unset;

    font-weight: 100;

    font-size: 40px;

}

.detail-item {

    border: 1px solid #707070;

    border-radius: 34px;

    padding: 15px 30px 0px;

    margin: 50px 0px;

}

.contact {

	text-align: end;

    padding: 100px 50px;

    font-size: 23px;

}

.contact b {

	color: #d8b96a;

}

.detail-item h6 {

    font-size: 23px;

    margin: auto;

    color: #d8b96a;

}

.detail-item p {

    font-size: 23px;

    margin: auto;

    color: #d8b96a;

}

.inner-page .modal-content {

	background: black;

	padding: 0px 50px;

	border-radius: 100px;

}

.inner-page .modal-header {

	border: none;

}

.inner-page .modal-content .gallery-image { 

	margin-bottom: 25px;

    border-radius: 10px;

    overflow: hidden;

}

.inner-page .modal-content .gallery-image.view-all {

	display: flex;

    height: 46%;

    width: 100%;

    align-items: center;

    justify-content: center; 

    background: #d9ba6b82;

}

.inner-page .modal-content .gallery-image.view-all h6 {

    font-size: 36px; 

	color: white;

	opacity: 1;

    position: relative;

	text-align: center;

}

.past-wrap {

	text-align: center;

	position: relative;

	overflow: hidden;

}

.past-wrap h2 {

	max-width: max-content;

    margin: auto;

    background: #1f2127;

}

.past-wrap .line { 

    position: absolute;

    border: 4px solid #d9ba6b;

    width: 26px;

    height: 26px;

    top: 4.5%;

    left: 16%;

    transform: rotate( 

90deg

 );

 z-index: -1;

}

 .past-wrap .line::before { 

	content: ' ';

    position: absolute;

    top: -12.8em;

    width: 4px;

    min-height: 462px;

    background: #d9ba6b;

    margin-left: -13px;



}

.past-wrap .line::after { 

    content: ' ';

	position: absolute;

    top: 0em;

    width: 4px;

    min-height: 338px;

    background: #d9ba6b;

    margin-left: 9px;

}

.past-wrap .heading-wrap h2 {

padding-bottom: 110px;
    padding-top: 50px;

}

.past-wrap .project-desc {

  position: relative;

  padding-bottom: 220px;

  position: relative;

}

.past-wrap .second-list .project-desc{

	position: relative;

}

.past-wrap .first-list .project-desc:first-child:after{

	position: absolute;

    content: '';

    background-image: url(../img/port-icon1.png);

    background-repeat: no-repeat;

    background-size: auto auto;

    width: 644px;

    height: 399px;

    left: 50%;

    bottom: -25%;

    z-index: 2;

}

.past-wrap .second-list .project-desc:first-child:after{

	position: absolute;

    content: '';

    background-image: url(../img/port-icon2.png);

    background-repeat: no-repeat;

    background-size: auto auto;

    width: 49px;

    height: 334px;

	left: 31%;

    bottom: -18.3%;

    z-index: 9;

}

.past-wrap .project-desc .item {

    max-width: 674px;

    margin: 0 auto;

  }

.past-wrap .second-list { 

	padding-top: 300px;

  }

.past-wrap .item .description {

    position: absolute;

	bottom: 125px;

    right: 0px;

    max-width: 614px;

    background: #000000;

    width: 100%;

    padding: 20px 38px 10px;

    text-align: center;

    left: 0px;

    margin: 0 auto;

}

.past-wrap .item .description a {

 color: white;

}

.past-wrap .item .description a h2{

	background: transparent;

   }

.past-wrap .item .description .link {
    text-align: end;
    position: relative;
    z-index: 4;
}

.past-wrap .item .description .link a {

    font-size: 17px;

	color: white;

}









.strategy-wrap {

	padding: 62px 0px 150px;

}

.value-wrap {

	 padding-bottom: 250px;

}

.value-wrap .value-info {

	background-size: 100%;

    min-height: 850px;

    background-repeat: no-repeat;

    padding: 50px;

}







.contact-wrap {

	overflow: hidden;

}

.contact-wrap p, label {

	font-size: 27px;  

	color: white;

}

.contact-wrap input {

	background: #000000;

	height: 69px;

	border: 0px;

}

.contact-wrap input, .contact-wrap textarea {

	font-size: 24px;

}

.contact-wrap textarea {

	background: #000000;

	border: 0px;

	height: 277px;

    resize: none;

    overflow: auto;

}

.contact-wrap button {

	margin: 0 auto;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

}

.contact-wrap .btn {

	max-width: 317px;

	height: 72px;

	border-radius: 0;

	margin-top: 15px;

	border: 4px solid #D9BA6B;

	background: #D9BA6B;

	color: #FFFFFF;

}

.contact-wrap .btn:hover {

	background: transparent;

	border-color: #FFFFFF;

}

.contact-wrap .email-wrap {

	padding-top: 40px;

    margin-top: 50px;

    border-top: 1px solid #70707036;

 }

.contact-wrap .email-wrap h6 {

	color: #D9BA6B;

	font-size: 32px;

	margin: unset;

}

.contact-form {

	padding-top: 45px;

    max-width: 771px;

    margin: 0 auto;

    padding-right: 20px;

}

.strategy-wrap .heading-wrap p{

	position: relative;

}

.strategy-wrap .heading-wrap h2{

	margin-bottom: 35px;

}

.strategy-wrap .heading-wrap p:after{

	position: absolute;

	content: '';

	background-image: url('../img/strage-2.png');

	bottom: -15px;

    right: -15px;

	width: 200px;

	height: 200px;

	background-repeat: no-repeat;

	background-size: 200px 200px;

}

.strategy-wrap .heading-wrap p:before{

	position: absolute;

	content: '';

	background-image: url('../img/strage-1.png');

	top: -45px;

    left: -15px;

	width: 200px;

	height: 200px;

	background-repeat: no-repeat;

	background-size: 200px 200px;

}

.team-img img{

	width: 100%;

}

.check-questions {

    text-align: left;

}

.check-questions p {

    margin: 0;

    font-size: 17px;

}
.team-wrap .team-img.on-mobile{

	display: none;
}
.sccess-massage.show h4 {
    margin: 0;
    color: #fff;
}
.sccess-massage {
    display: none;
}
.sccess-massage.show {
    display: block;
	padding: 30px 0;
}
.modal-body.hide{
	display: none;
}
.modal-header .close {
    color: #fff;
}


@media (max-width: 1700px) {
    .carousel-wrap .line::before { 

  
top: -13.8em;

   



}
.past-wrap .first-list .project-desc:first-child:after {
  
    left: 44% !important;
}
.who-wrap .line::before {
   
    min-height: 206px;
    
}
.who-wrap .line::after {
    
    min-height: 182px;
}
h2 {

	font-size: 38px;

    line-height: 60px; 

} 

h2 strong {

    font-size: 30px;

    line-height: 54px;

}

 

h3 {

    font-size: 40px;

    line-height: 67px;

}

h4 {

    font-size: 30px;

    line-height: 50px;	

}

h4 strong {

    font-size: 45px;

    line-height: 60px;

}

body {

    font-size: 25px;

    line-height: 46px; 

}

.banner-wrap .btn::after {

	width: 39.5%;

}

.padding-left {

    padding-left: 13%;

    padding: 7% 12%;

}

.do-wrap .btn::after {

	width: 47%; 

}

.carousel-wrap .line {

	top: 12%;

}

.inner-page #myModal .modal-dialog { 

    transform: translate(0,-25%); 

}

.detail-item h6 {

    font-size: 16px;

    margin: auto;

    color: #d8b96a;

}

.detail-item p {

    font-size: 16px;

    margin: auto;

    color: #f1f1f1;

}

.social a {

    margin: 0px 12px;

}

.inner-page .modal-dialog {

    max-width: 1295px;

}

.contact {

    padding: 100px 50px 50px;

}

}

.navbar-light .navbar-brand {

    width: 22%;

    padding: 0;

}

@media (max-width: 1560px){

	.past-wrap .first-list .project-desc:first-child:after {

		background-size: 596px 310px;

		width: 596px;

	}

}

@media (max-width: 1400px) {

	.banner-wrap .btn::after {

		width: 36.9%;

	}
	.invest-wrap .invest-info h3 {
		font-size: 32px;
	}

	.past-wrap .heading-wrap h2 {

		padding-bottom: 120px;

	}

	.carousel-wrap {

		padding: 90px 0px 100px 5%;

	}

	.carousel-wrap .line::after {

		min-height: 230px;

	}

	.carousel-wrap .item .description {

		max-width: 380px;

	}

	.social a {

		margin: 0px 10px;

	}

	h4 strong {

		font-size: 38px;

		line-height: 50px;

	}

	header .navbar-light .navbar-nav .nav-link {

		margin: 25px 15px;

		font-size: 18px;

	}

	.do-wrap .btn::after {

		width: 42%;

	}

	body {

		font-size: 20px;

		line-height: 35px;

	}

	h3 {

		font-size: 32px;

		line-height: 60px;

	}

	.past-wrap .first-list .project-desc:first-child:after {

		background-size: 485px 286px;

		width: 485px;

		height: 290px;

		bottom: -15%;

	}

	.inner-page .modal-dialog {

		max-width: 1095px;

	}

}

@media (max-width: 1199px) {

	.banner-wrap .btn::after {

	    margin-top: -20px;

	}
	.invest-wrap .invest-info h3 {
		font-size: 27px;
	}

	.team-info .team-button::after {

		right: -100%;

		min-width: 600px;

	}

	.inner-banner {

		text-align: center;

		padding: 105px 0px;

	}

	.do-wrap {

		padding: 75px 0px;

		overflow: hidden;

	}

	.do-wrap .btn::after { 

		margin-top: 48px;

	}

	.carousel-wrap .line {

		display: none;

	}

	.past-wrap .line {

		display: none;

	}

	.past-wrap .heading-wrap h2 {

		padding-bottom: 100px;

	}

	.carousel-wrap {

		padding: 78px 0px 100px 5%; 

	}

	.value-wrap {

		padding-bottom: 70px;

	}

	.value-wrap .value-info {

		margin: 50px 0px;

		background-size: cover; 

		padding: 25px;

		min-height: 580px;

	}

	.strategy-wrap {

		padding: 62px 0px 46px;

	}

	.contact-wrap .email-wrap {

		padding-top: 35px;

		padding: 35px;

	}

	.inner-page #myModal .modal-dialog { 

		transform: translate(0,-40%); 

	}

	header .navbar-light .navbar-nav .nav-link {

		margin: 14px;

	}

	header, footer a {

		font-size: 17px;

		line-height: 23px;

	}

	.past-wrap .second-list .project-desc:first-child:after {

		bottom: -22.3%;

	}

	.past-wrap .first-list .project-desc:first-child:after {

		width: 430px;

		bottom: -19%;

	}

	footer .btn{

		font-size: 16px;

	}

	.col-footer ul li p {

		margin: 0;

	}

	.social a {

		margin: 0px 6px;

	}

	header .navbar-light .navbar-nav .nav-link {

		font-size: 16px;

	}

	h2, h2 strong {

		font-size: 32px;

		line-height: 50px;

	}

	.btn {

		font-size: 20px;

	}

	body {

		font-size: 18px;

		line-height: 32px;

	}

	h3 {

		font-size: 27px;

		line-height: 56px;

	}

	.invest-wrap h2 {

		margin-bottom: 57px;

	}

	h4 strong {

		font-size: 30px;

		line-height: 40px;

	}

	h4 {

		font-size: 22px;

		line-height: 48px;

	}

}

@media (max-width: 1023px){

	.past-wrap .first-list .project-desc:first-child:after,

	.past-wrap .second-list .project-desc:first-child:after{

		display: none;

	}

	.past-wrap .second-list {

		padding-top: 150px;

	}

}

@media (max-width: 991px) {

	.navbar-light .navbar-brand {

		width: 30%;

	}
	.invest-wrap .invest-info h3 {
		font-size: 20px;
	}

	.value-info img {

		margin-bottom: 20px;

	}

	.value-wrap .value-info {

		margin: 50px 0px;

		padding: 35px 25px;

		min-height: auto;

		background: #000;

		border-radius: 25px;

	}

	.strategy-wrap .heading-wrap p:before {

		top: -30px;

	}

	.team-info .team-button::after {

		right: -100%;

		min-width: 400px;

	}

	.invest-wrap h2 {

		text-align: center;

		margin-bottom: 55px;

	}

	h4 strong {

		font-size: 30px;

		line-height: 44px;

	}

	.inner-banner {

		text-align: center;

		padding: 100px 0px 100px 0px;

	}

	header .navbar-light .navbar-nav .nav-link { 

		margin: 0px;

	}

	header, footer a {

		font-size: 15px; 

	}

	.carousel-wrap .item {

		position: relative;

		margin-top: 60px;

	}

	.contact-wrap .email-wrap h6 { 

		font-size: 22px; 

	}

	.contact-wrap p, label {

		font-size: 20px;

		color: white;

	}

	.detail-item { 

		margin: 18px 0px;

	}

	h2, h2 strong {

		font-size: 25px;

		line-height: 40px;

	}

	.banner-wrap {

		text-align: center;

		padding: 165px 0 130px;

	}

	body {

		font-size: 16px;

		line-height: 28px;

	}

	h3 {

		font-size: 20px;

		line-height: 56px;

	}

	.invest-wrap .invest-info p {

		padding: 15px 10px;

	}

	footer .button {

		margin-top: 20px;

	}

	.bottom-footer p {

		font-size: 16px;

		margin-top: 65px;

	}

	.carousel-wrap .item .description {

		max-width: 280px;

	}

	.carousel-wrap {

		padding: 78px 0px 100px 0;

	}

}

@media (max-width: 767px) {

	.banner-wrap .btn::after {

	  display: none;

	}
	.inner-banner{
		padding: 150px 0px 80px 0px;
	}
	.invest-wrap .invest-info h3 {
		font-size: 25px;
	}

	.contact {

		padding: 50px 0 50px;

	}

	section.team-wrap.second-wrap .row {

		flex-direction: column-reverse;

	}

	.contact-wrap {

		padding-right: 0%;

		padding-top: 107px;

	}

	header nav.navbar {

		padding: 20px 15px;

	}

	.value-wrap .value-info {

		margin: 25px 0px;

	}

	.carousel-wrap {

		padding: 40px 0px 70px 0;

	}

	.carousel-wrap .item .description,

	.past-wrap .item .description{

		position: static;

		max-width: 100%;

	}

	.past-wrap .project-desc {

		padding-bottom: 0;

		margin-bottom: 40px;

	}

	.past-wrap .item .description{

		bottom: 0;

	}

	.past-wrap .heading-wrap h2 {

		padding-bottom: 50px;

	}

	h4 strong {

		font-size: 25px;

		line-height: 38px;

	}

	header .navbar-light .navbar-nav .nav-link {

		padding: 14px 0;

	}

	.who-wrap .line {

		display: none;

	}

	.padding-left {

		padding: 7% 0%;

	}

	.banner-wrap {

		text-align: center;

		padding: 100px 0px;

	}

	h2, h2 strong {

		font-size: 25px;

		line-height: 44px;

	}

	.navbar-light .navbar-brand {

		width: 65%;

	}

	.logo-wrap img {

		max-width: 200px;

	}

	footer {

		padding: 55px 0 30px;

	}

	h3 {

		font-size: 25px;

		line-height: 56px;

	}

	.col-footer {

		padding-top: 30px;

	}

	.team-wrap {

		padding-bottom: 20px; 

	}

	.team-info .team-button {

		margin: 20px 0px 20px;

	}

	.team-info {

		margin: 20px 0px 20px;

	}

	.who-wrap {

		padding: 35px 0px 20px;

		position: relative;

	}

	.contact-wrap { 

		padding-right: 0%;

	}

	.cus-container .row {

		margin: 0px;

	}

	.cus-container form .row {

		margin: 0 -15px;

	}

	.team-img {

		margin-bottom: 30px;

	}

	 .navbar-toggler {

		font-size: 14px;

		background: white;

	}

	.navbar-collapse { 

		background: #040404;

		padding: 28px;

	}

	.inner-page header { 

		position: fixed;

		z-index: 9;

		top: 0;

	}

	.contact-form {

		padding-top: 26px;

		padding-right: 0;

	}

	.contact-wrap input {

		background: #000000;

		height: 52px;

	}

	section.galary-sec {

		margin-top: 100px;

	}

	.inner-page .modal-content {

		background: #1f2127;

		padding: 0px 20px;

		border-radius: 100px;

		box-shadow: none;

		border: 0;

	}

	.inner-page .modal-content .gallery-image.view-all {

		height: auto;

	}

}

@media (max-width: 575px) {

	.past-wrap .second-list {

		padding-top: 0px;

	}
	.team-wrap .team-img.on-mobile{

		display: block;
	}
	.team-wrap .team-img.on-desktop{
		display: none;
	}

	#myModal .modal-dialog {

		transform: translate(0,-20%);

	}

	.modal-content .gallery-image.view-all { 

		height: auto; 

	}

}
.invest-image{
	background: #33353b;
 }
 .zoom{
		 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 width:25% !important;
 }
	 .invest-info:hover {
   transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
 }
 .homebg{
	 background: linear-gradient( #000000c7, #000000bf ),url(../img/bg/homepages.jpg);
	 background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
	
 }
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	font-size: 85px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: block !important;
}
.past-wrap .first-list .project-desc:first-child:after {

background-size: 717px 310px;
width: 676px;
height: 400px;
left: 51%;
bottom: -25%;
z-index: 2;
}
.carousel-wrap {
padding: 0px 0px 200px 5%;
}
.carousel-wrap .line {


top: 3%;
}

.newhead{
color: #D9BA6B !important;
}
.team-info .team-button {
   
    margin: 0px 0px 20px;
   
}

.storybg{
   background:linear-gradient( #000000c7, #000000bf ),url(../img/bg/storry.png);   
   padding: 229px 0px 227px 0px;
}
.startegybg{
	background:linear-gradient( #000000c7, #000000bf ),url(../img/bg/storry.png);   
	padding: 229px 0px 227px 0px;
 }
 @media only screen and (max-width: 720px) {
	.invest-info:hover {
	 transform: scale(1.0);
   }
   .newhead{
    font-size: 40px;
}
   .homebg{
   background: linear-gradient( #0000007a, #000000a6 ),url(../img/bg/storys.jpg);
	   background-repeat: no-repeat;
	
	 background-position: center;
   }
   
 .portbg{
	background: linear-gradient( #0000005c, #00000063 ),url(../img/bg/storys.jpg); 
   padding: 236px 0px 164px 0px;
background-repeat: no-repeat;

background-position: center;
}

.storybg{
     background: linear-gradient( #0000005c, #00000063 ),url(../img/bg/storys.jpg);  
    padding: 236px 0px 164px 0px;
   background-repeat: no-repeat;
 
  background-position: center;
}
.startegybg{
    background: linear-gradient( #0000005c, #00000063 ),url(../img/bg/storys.jpg);  
       padding: 236px 0px 164px 0px;
      background-repeat: no-repeat;
  background-position: center;
}
   }