*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;


}

.logo{
	height: 70.28px;
	/*width: 76.21px;*/
}


.up-ul{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 70%;

}
.down-ul{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;

}



.last-nav{
	margin: 0 auto;
	display: flex;
	width: 30%;
	justify-content: space-between;
}

.size-sm{
	font-size: 14px;
}

.footer{

	height: 60px;
	background-color: #002B52;
	font-size: 14px;
	color: white;
	font-family: 'Mulish', sans-serif;
}



.footer-nav-link{
	color: white;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.logo-color{
	color:  rgb(136, 163, 9);

}

.bord{
	margin: 0 auto;
	border-radius: 50%;
	display: inline-block;
}

.header_main{
  font-family: 'Mulish', sans-serif;
	position: relative;
}
.btn-green-color{
	background-color:  rgb(136, 163, 9);
	padding: 6px;
	text-align: center;
	cursor: pointer;

	

}
.btn-trans-color{
  padding: 6px;
	text-align: center;
	cursor: pointer;
	background-color:transparent;
	border: 1px solid white ;
	border-radius: 5px;
}

.content-drag{
	position: absolute;
	left: 40%;
	top: 50%;
	z-index: 4;
	transform: translate( -35%,-50%);
	color: white;
}

.border-none{
	border: none;
	border-radius: 5px;
}
.btn-space{
	 margin-right: 20px;
}

.text-small{
		font-size: 12px;
	}
	.text-bold{
		font-weight: bold;
	}
	.width-80{
		width: 80%;
	}
	.width-70{
		width: 70%;
	}
	.width-50{
		width: 50%;
	}
	.width-90{
		width: 90%;
	}
	.width-100{
		width: 100%;
	}

	.text-justify{
	text-align: justify;
  text-justify: inter-word;
	}

.width-60{
	width: 60%;
}
.hight-client{
	height: 100px;
}

.text-justify{
	text-align: justify;
	text-justify: inter-word;
}

.bg-light-rad{
	background-color: rgb(255, 242, 240);
}

.site-btn{
	padding: 12px 30px !important;
	border-radius: 8px !important;
}

.site-btn-border{
	border: 1px solid #001A49 !important;
}

.site-margin-top{
	margin-top: 150px;
}

.site-border-radious{
    border-radius: 20px !important;
}

.footer-nav-link.social{
	width: 35px;
  height: 35px;
  padding-top: 6px;
  border-radius: 50%;
  display: inline-block;
}

.footer-nav-link.social:hover{
	color: #FFF !important;
}

#social-facebook:hover{
	background-color: #375488;
}
#social-linkedin:hover{
	background-color: #0077b5;
}
#social-twitter:hover{
	background-color: #1DA1F2;
}
#social-instagram:hover{
	background-color: #8a3ab9;
}



@media (min-width: 768px) {
    
    small{
        font-size: 13px;
    }
}


@media (min-width: 992px) {

	/* end text size  */
}

@media (min-width: 1200px) {
	
}