*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: 'Barlow', sans-serif;
}
h1{
	font-family: 'Cantata One', serif;

}
h2{
	font-family: 'Cantata One', serif;

}
h3{
	font-family: 'Cantata One', serif;

}
p{
	font-size: 20px;
}
li{
     list-style: none;
}
#head{
    background: #494949;
}
.head-main{
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}
.head-left ul{
    display: flex;
    
    margin: 0;
}
.head-left ul li{
    margin-right: 30px; 
}
.head-left ul li a{
    text-decoration: none;
    color: #FFF;  
    font-size: 18px;
}
.head-left ul li a i{
    margin-right: 5px;
}
.head-right ul{
    display: flex;
    margin: 0;
}
.head-right ul li{
    margin-left: 20px;
}
.head-right ul li a i{
    text-decoration: none;
    color: #FFF;  
    font-size: 25px;
}
#navbar{
	width: 100%;
	z-index: 1;
}
.navbar{
    width: 100%;
	background:#ffffff;
    z-index: 99999;
}
.navbar-nav{
	margin-left: auto;
}
.navbar-brand{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.navbar-brand img {
    width: 137px;
}
.navbar-brand:hover{
    color: #000000;
}

/* .active a{
    font-family: 'helvetica-neue-blod';
    text-decoration: none;
	color: #1D8AD8!important;
    font-weight: 900;
} */
.nav-item{
	padding-left:30px!important;
}
.nav-item a{
	cursor: pointer;
}

.nav-item a{
    text-decoration: none;
	color: #494949;
    font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	transition: .4s ease;
}
/* .nav-item a:hover{
	color: #1D8AD8;
} */
.navbar-toggler-icon{
	color: #1D8AD8;
}
.nav-bton{
    margin-left: 20px;
}
#header{
	position: relative;
}
.testmonail{
	padding: 100px 0;
}

.test-box{
	margin: 50px 0;
	width: 100%;
	background: #f8f8f8;
	padding: 20px 20px;
	box-shadow: 3px 6px 4px 0px rgba(123, 118, 118, 0.25);
	text-align: center;
	border-radius: 4px;
	border-bottom: 2px #060606 solid;
}
.test-box p{
	font-size: 16px;
}
.test-box h4{
	font-size: 18px;
	color: #5c5c5c;
	font-family: 'Cantata One', serif;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.test-box img{
	width: 120px!important;
	margin: 0 auto;
	margin-top: -70px;
}
.testmonail .opportunity-title{
	margin-bottom: 100px;
}
.slider{
	width: 100%;
   	height: 82vh;
	background-position: center center!important;
   	background-repeat: no-repeat!important;
    background-size: cover!important;
    display: flex;
    align-items: center;

}
.navbar-toggler-icon {
    color: #000000;
}
.header-main{
    margin: 0 auto;
    width: 70%;
    text-align: center;
    color: #FFF;
}
.header-main p{
    margin: 20px 0;
}
.header-btom{
    text-align: center;
    margin-top: 30px;
}
.header-btom a{
    text-decoration: none;
    padding: 12px 56px;
    border-radius: 25px;
    border: 1px solid #ffffff65;
    color: #FFF;
    font-size: 20px;
	transition: .6s;
    background: rgba(11, 11, 11, 0.52);
}
.header-btom a:hover{
	background: #000;
}
#about{
    padding: 100px 0;
    width: 100%;
    background: url(../images/about.png) fixed;
	background-size: cover;
    display: flex;
    align-items: center;
}
.about-box{
    display: flex;
    align-items: center;
}
.about-left h1 {
    font-size: 45px;
    font-weight: 700;
}
.about-left p {
    font-size: 17px;
    margin: 20px 0;
}
.about-right img{
    width: 100%;
}
#opportunity{
    padding: 100px 0;
    background: rgba(244, 244, 244, 0.64);
}

.opportunity-title{
    text-align: center;
    margin-bottom: 50px;
    
}
.bar{
    width: 120px;
    height: 2.5px;
    background: #000000;
    margin: 0 auto;
    margin-top: 14px;
    
}
.opportunity-main{
	margin-bottom: 50px;
}
.opportunity-box{
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.031);
	text-align: center;
	transition: .6s;
	margin-bottom: 40px;
}
.opportunity-box:hover{
	transform: translateY(-10px);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.343);
}
.opportunity-box h3{
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}
.opportunity-box p{
	font-size: 16px;
}
.opportunity-photo img{
    width: 100%;
}
.opportunity-text h3{
    font-size: 25px;
    margin-bottom:15px ;
}
.opportunity-text p{
    font-size: 16px;
}
#investment{
    padding: 100px 0;
    background: #FFF;
}
.investment-box {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 100%);
    justify-content: center;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
}
.investment-photo{
    width: 50%;
}
.investment-photo img{
    width: 100%;
    z-index: 1;
}
.investment-text{
    width: 50%;
    height: 100%;
    padding: 30px;
    text-align: left;
    font-size: 14px;
}
.investment-text p{
    font-size: 16px;
}
.left-site{
    z-index: 999!important;
    width: 50%;
    border-radius: 5px;
    border-bottom: 4px solid #494949;
    background: rgba(248, 248, 248, 0.81);
    text-align: left;
    box-shadow: 3px 6px 4px 0px rgba(123, 118, 118, 0.25);
    padding: 50px; 
}
#work{
    background: #F8F8F8;
    padding: 100px 0;
}
.work-box{
    border-radius: 4px;
    background: #494949;
    color: #FFF;
    padding: 30px;
    text-align: center;
    height: 100%;
}
.work-box p{
    font-size: 16px;
}
.work-box img{
    margin-bottom: 25px;
}
.work-box h4{
    font-weight: 600;
}
#criteria{
    padding: 100px 0;
}
.criteria-list{
    display: flex;
}
.criteria-icon{
    margin-right: 5px;
}
.criteria-main{
    align-items: center;
}
.criteria-text p{
    font-size: 18px;
}
.criteria-photo img{
    width: 100%;
}
#footer-from{
    width: 100%;
    padding: 100px 0;
    background: url(../images/footer-from.png) center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
}
.bar-footer{
    width: 80px;
    height: 2.5px;
    background: #000000;
    margin: 0 auto;
}
.footer-from-main{
    display: flex;
    align-items: center;
}
.footer-left h4{
    font-size: 35px;
    font-weight: 700;
}
.footer-left p{
    font-size: 18px;
}

.add{
    width: 100%;
}
.form-content input{
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #060606;

    background: rgba(244, 243, 243, 0.35);

}
.form-content textarea{
    width:100%;
    padding: 10px 10px;
    padding-bottom: 50px;
    border-radius: 4px;
    border: 1px solid #060606;

    background: rgba(244, 243, 243, 0.35);
}
.footer-bton{
    margin-top: 20px;
    display: flex;
    align-items: center;
    
}
.footer-bton a{
    text-decoration: none;
    padding:5px 30px;
    border-radius: 4px;
    background: #494949;
    color: #FFF;
    font-weight: 600;
}
.footer-btom-box{
    margin-top: 70px;
}
.footer-box{
    display: flex;
    align-items: center;  
    border-radius: 5px;
    background: #494949;
    height: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);  
    color: #FFF;
    padding: 30px 50px;
}
.footer-box-photo img{
    width: 34px;
    margin-right: 15px;
}
.footer-box-info{
    align-items: center;
}
.footer-box-info h5 {
    margin-bottom: 0;
    font-weight: 600;
}
.footer-box-info p{
    margin-bottom: 0;
}
#footer-bar{
    background: #000;
    text-align: center;
    padding: 30px 0;
    color: #FFF;
}
#footer-bar p{
   margin-bottom: 0;
}

.navbar.sticky {
    top: -10px;
	background: #fff;
	position: fixed !important;
	-webkit-animation: slide_down_site 0.35s ease-out;
	animation: slide_down_site 0.35s ease-out;
    border-bottom: 1px #1616165e solid;
}
.portfolio{
    padding: 200px 0;
    width: 100%;
    background:linear-gradient(90deg, rgba(101,189,157,0.5382528011204482) 0%, rgba(101,189,157,0.5074404761904762) 100%), url(../images/header-bg.png) center center no-repeat fixed;
    background-size: cover;
}
.portfolio .opportunity-title h1{
    color: #fff;
}
.portfolio .opportunity-title  p{
    text-align: center;
    color: #fff;
    margin: 40px 0;
}
.portfolio .bar{
    border: 1px #fff solid;
}
.portfolio-box{
    text-align: center;
    color: #fff;
}
.portfolio-box h3{
    font-size: 40px;
}