body{
	padding:0;
	margin:0;
	
}

.shadow-more {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.shadow-more-two{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
.empty-layout{
	display:none;
	height:25px;
}
@media all and (max-width:500px){
	.empty-layout{
		display:block;
	}
}

.opennavigation {
	font-size: 30px;
	cursor: pointer;
	color:  #013C5C;
	display: none;
	margin-left: 20px;
	line-height: 50px;
}

@media screen and (max-width:1000px) {
	.opennavigation {
		display: block;
		
	}
}

@media screen and (max-height: 450px) {
	.sidenavigation {
		padding-top: 15px;
	}

		.sidenavigation a {
			font-size: 18px;
		}
}

.container{
	width:100%;
}
.empty{
	height: 50px;
}
.empty-b{
	height: 50px;
}
@media all and (max-width:1000px) {
	.empty-b{
		height: 30px;
	}
}
@media all and (max-width:500px) {
	.empty-b{
		height:15px;
	}
}
.container-color{
    background: #eaf2f8;
	padding-bottom:5%;
}
@media all and (max-width:600px){
	.container-color{
		padding-bottom: 5%;
	}
}
.first-about-container-widget{
  width:90%;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width:1200px) {
	.first-about-container-widget{
		width:98%;
	}
}
@media all and (max-width:1000px) {
	.first-about-container-widget{
		display: block;
	}
}
.first-about-content-layout{
    width: 38%;
 }
.first-about-content-layout-two{
   width: 60%;
}
@media all and (max-width:1000px){
	.first-about-content-layout,.first-about-content-layout-two {
		width: 98%;
		margin: auto;
		
	}
}
.first-group{
	width: fit-content;
	border-bottom: 1px solid #013C5C;
}
 @media all and (max-width:600px){
	.first-group{
		font-size: 20px;
		
	}
 }
.first-about-paragraph{
    text-align: justify;
	font-size:30px;
}
@media all and (max-width:1200px) {
	.first-about-paragraph{
		font-size:25px;
	}
}
@media all and (max-width:1000px) {
	.first-about-paragraph{
		font-size:20px;
	}
}
@media all and (max-width:500px) {
	.first-about-paragraph{
		font-size:16px;
		padding-bottom: 3%;
	}
}
.first-about-image{
   width:100%;
   height: 400px;
   border-radius: 10px;
   background-size: 100% 400px;
   background-repeat: no-repeat;
   background-image: url(image/traders.png);
}
@media all and (max-width:1000px) {
	.first-about-image{
		height: 300px;
		background-size: 100% 300px;
		
	 }
}
@media all and (max-width:500px) {
	.first-about-image{
		height: 200px;
		background-size: 100% 200px;
		
	 }
}
/*Three container*/
.about-three-container-widget{
	width:90%;
	margin: auto;
	height:auto;
	display:flex;
	justify-content: space-between;
	
}
@media all and (max-width:1200px){
	.about-three-container-widget{
		width: 98%;
	}
}
@media all and (max-width:800px){
	.about-three-container-widget{
		width: 98%;
		display: block;
	}
}
.about-three-back{
    width:100%;
    height: 600px;
    padding-top:3%;
    padding-bottom: 3%;
    background-image: url(image/about-back.png);
    background-repeat: no-repeat;
    background-size: 100% 600px;
	background-attachment: fixed;
}
@media all and (max-width:600px){
	.about-three-back{
		height: auto;
		background-size:cover;
		background-attachment: fixed;
	}
}
.about-three-content-one {
	width: 48%;
}
.about-three-image{
	width:100%;
    display: none;
	height: 400px;
	background-image: url(image/Team-bro.png);
	background-repeat:no-repeat;
	background-size:100% 400px;
}
@media only screen and (max-width:800px){
	.about-three-content-one {
		width: 100%;
		
	}
}
@media only screen and (max-width:1000px) {
	.about-three-image {
		height: 300px;
		background-size: 100% 300px;
	}
}
@media only screen and (max-width:500px) {
	.about-three-image {
		height: 200px;
		background-size: 100% 200px;
	}
}
.about-three-button-one{
	display:none;
	text-align:center;
}
@media only screen and (max-width:800px){
	.about-three-button-one{
		display:block;
	}
}

.about-three-content-two {
	width: 48%;
	display: block;
}
@media only screen and (max-width:800px){
	.about-three-content-two{
		width: 98%;
		margin: auto;
	}
}
.about-three-content-two-layout{
    display:flex;
    height: auto;
    margin-bottom: 3%;
    justify-content: space-around;
}
.about-three-content-icon-group-1{
	width: 40%;
	height: auto;
	display:block;
	border-radius: 10px;
	background-color: #eaf2f8;
}

@media all and (max-width:800px){
	.about-three-content-icon-group-1{
		width:48%;
	}
}



.icon-group{
	width:auto;
	height: auto;
	margin: 4px;
}
.icon-image{
	width:70px;
	height: 70px;
	border-radius:10px;

}
.icon-group-text{
	display: block;
}
.icon-name-group{
    display: flex;

}
.icon-name {
	
	color: #000;
    margin-left:3%;
    margin-right: 6%;
    font-weight: 700;
}
.icon-follower{
   
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    padding:1% 3% 1% 3%;
    border-radius: 5px;
    background-color: #013C5C;
}
.about-profile-para{
    height:auto;
    font-size: 16px;
    width: 96%;
    padding:1%;
     margin:auto;
     margin-bottom: 2%;
    text-align: justify;
    color: #000;
    border-radius: 5px;
   
}

.icon-social{
	display: flex;
    margin-left: 1%;
}
.icon-image2 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px;
}
.icon-country{
	font-size:20px;
	color:#000;
    padding: 2%;
    
   
}
.container-group-companies{
  width: 90%;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: space-around;

}
@media all and (max-width:600px){
    .container-group-companies{
        margin-bottom: 3%;
    }
}
.container-group-companies-hidden{
    display: none;
    width: 90%;
    margin: auto;
    
}
@media all and (max-width:600px){
    .container-group-companies-hidden{
        display:flex;
        justify-content: space-around;
    }
}
.about-group-image{
 width: 100px;
 height: 100px;
 border-radius: 10px;
 background-color: #eaf2f8;
}
@media all and (max-width:800px){
    .about-group-image:nth-child(6){
      display: none;
    }
}
@media all and (max-width:800px){
    .about-group-image:nth-child(5){
      display: none;
    }
}
@media all and (max-width:700px){
    .about-group-image:nth-child(4){
      display: none;
    }
}
@media all and (max-width:600px){
    .about-group-image{
        width:30%;
        height: 100px;
    }
}
@media all and (max-width:300px){
    .about-group-image{
        width:30%;
        height: 70px;
    }
}

.about-unite{
	display: none;
}
@media all and (max-width:800px){
	.abuot-unite{
	display: block;
	margin-top: 2%;
	}
}
.join-the-group{
   width:50%;
   margin:auto;
   height: 40px;
   line-height: 40px;
   text-align: center;
   color: #fff;
   cursor: pointer;
   font-size: 20px;
   background-image:linear-gradient( to right, #013c5c, #2ecc71 );
   border-radius: 10px;
   box-shadow: -2px 8px 22px 0 rgba(0,0,0,.15);
}
@media all and (max-width:1000px){
	.join-the-group{
		width:70%;
	}
}
@media all and (max-width:600px){
	.join-the-group{
		width:80%;
	}
}
.join-the-group-2{
	display: none;
}
@media all and (max-width:1000px){
	.join-the-group-2{
		display: block;
		width:80%;
		margin:auto;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		background-color: #013c5c;
		border-radius: 10px;
		box-shadow: -2px 8px 22px 0 rgba(0,0,0,.15);
	 }
}
/*Four*/
.about-four-container-widget{
	width:80%;
	margin:auto;
	height:auto;
	display:flex;
	justify-content: space-between;
}
@media only screen and (max-width:1200px){
	.about-four-container-widget{
		width:90%;
	}
}
@media only screen and (max-width:1000px){
	.about-four-container-widget{
		display: block;
	}
}
.about-four-content-one{
	width:28%;
	height:auto;
}
@media only screen and (max-width:1000px){
	.about-four-content-one{
		width:100%;
	}
}
.about-four-content-h1{
	font-size:30px;
	padding:10px;
	width:100%;
    color: #013C5C;
}
.about-four-content-h2{
	font-size:30px;
	padding:10px;
	width:100%;
    display: flex;
	justify-content: end;
    color: #013C5C;
}
@media only screen and (max-width:800px) {
	.about-four-content-h1 {
		width: 100%;
	}
}
@media only screen and (max-width:500px) {
	.about-four-content-h1 {
		font-size:18px;
	}
}
.about-four-content-para{
	text-align:justify;
	font-size:25px;
}
@media only screen and (max-width:800px){
	.about-four-content-para{
		font-size: large;
	}
}
@media only screen and (max-width:500px) {
	.about-four-content-para {
		font-size:16px;
	}
}
.about-four-content-two{
	width:70%;
	height:auto;
	margin-top:5%;
}
@media only screen and (max-width:1000px) {
	.about-four-content-two {
		width: 100%;
    	margin-top:3%;
	}
}
.about-image{
 width:100%;
 height: 450px;
 border-radius: 10px;
}
@media all and (max-width:1000px) {
	about-image{
		width: 80%;
        margin: auto;
	   }
}
@media all and (max-width:500px) {
	.about-image{
		height: 300px;
	   }
}
@media all and (max-width:300px) {
	.about-image{
		width: 100%;
        margin:0;
		height: 250px;
	   }
}
.four-background-image{
	width:100%;
	height:500px;
	padding-top: 3%;
	padding-bottom: 3%;
	background-image: url(image/footer-back.png);
	background-repeat: no-repeat;
	background-size:100% 500px;
}
@media all and (max-width:600px){
	.four-background-image{
		height:auto;
		background-size:cover;
	}
}
.container-about-second-four{
     width:80%;
	 height: auto;
	 margin: auto;
	 display: flex;
	 justify-content: space-between;
}
@media all and (max-width:1200px){
	.container-about-second-four{
		width: 90%;
	}
}
@media all and (max-width:800px){
	.container-about-second-four{
		display: block;
	}
}
.content-about-second-four{
   width:58%;
   height: auto;
   margin-top:5%;
   border-radius:10px;
}
@media all and (max-width:800px) {
	.content-about-second-four{
		width:100%;
	 }
}
.content-about-second-four-3{
	width:60%;
	height: auto;
	border-radius: 10px;
	
 }
 @media all and (max-width:800px) {
	 .content-about-second-four-3{
		 width:100%;
	  }
 }
.content-a-s-f-image{
    width: 100%;
	height: 400px;
	border-radius: 10px;
	background-size: 100% 400px;
	background-repeat: no-repeat;
	background-image: url(image/Websitedesigner-amico.png);
}
@media all and (max-width:800px) {
	.content-a-s-f-image{
		height: 300px;
		background-size: 100% 300px;
	}
}
@media all and (max-width:500px) {
	.content-a-s-f-image{
		height: 200px;
		background-size: 100% 200px;
	}
}
.content-about-second-four-2{
   width:38%;
}
@media all and (max-width:800px) {
	.content-about-second-four-2{
		width:100%;
	 }
}
.content-about-second-four-4{
	width:38%;
	border-radius: 10px;
	background-color: rgba(0,0,0, 0.4);
 }
 @media all and (max-width:800px) {
	 .content-about-second-four-2{
		 width:100%;
	  }
 }
 .content-about-second-four-4{
	width:38%;
	height:auto;
	border-radius: 10px;
	background-color:#eaf2f8;
 }
 @media all and (max-width:800px) {
	 .content-about-second-four-4{
		 width:100%;
		 margin-top: 3%;
	  }
 }

.about-four-paragraph{
  font-size: 25px;
  text-align: justify;
  color: #000;
}
@media all and (max-width:1100px) {
	.about-four-paragraph{
		font-size: 20px;
	  }
}
@media all and (max-width:800px) {
	.about-four-paragraph{
		font-size:16px;
	  }
}
.about-four-content-h3{
	font-size:30px;
	padding:10px;
	width:100%;
    display: flex;
	justify-content: end;
    color: #013C5C;
}
@media only screen and (max-width:800px) {
	.about-four-content-h3 {
		width: 100%;
	}
}
@media only screen and (max-width:500px) {
	.about-four-content-h3 {
		font-size:18px;
	}
}

.about-four-paragraph-two{
	font-size: 25px;
	text-align: justify;
	color: #000;
	padding: 2%;
  }
  @media all and (max-width:800px) {
	  .about-four-paragraph-two{
		  font-size: 20px;
		}
  }
  @media all and (max-width:500px) {
	  .about-four-paragraph-two{
		  font-size:16px;
		}
  }
.content-a-s-f-image-2{
    width: 100%;
	height: 400px;
	border-radius:10px;
	background-size: 100% 400px;
	background-repeat: no-repeat;
	background-image: url(image/Revenue-amico.png);
}
@media all and (max-width:800px) {
	.content-a-s-f-image-2{
		height: 300px;
		background-size: 100% 300px;
	}
}
@media all and (max-width:500px) {
	.content-a-s-f-image-2{
		height: 200px;
		background-size: 100% 200px;
	}
}
/*Five*/


.about-five-content-button{
	text-align:center;
}
.about-five-hyper{
	color:#fff;
	font-size:25px;
	border-radius:10px;
	background: #013c5c;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin: auto;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);

}
	.about-five-hyper:hover{
		background-image: linear-gradient(to right, #0de645, #013c5c);
	}

 .modal-contact {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 25%;
        top:10%;
        width: 50%; /* Full width */
        height: auto; /* Full height */
        margin: auto;
        border-radius: 5px;
        overflow: auto; /* Enable scroll if needed */
        background-color:#fff;
      }
  @media all and (max-width:1000px){
    .modal-contact {
      left: 15%;
      width: 70%; /* Full width */
    }
  }
  @media all and (max-width:700px){
    .modal-contact {
      left: 10%;
      width: 80%; /* Full width */
      
    }
  }
  @media all and (max-width:500px){
    .modal-contact {
      left: 0%;
      width: 100%; /* Full width */
      height: 100%;
      border-radius: 0px;
    }
  }
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

/* Style inputs with type="text", select elements and textareas */
input[type=email] {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  
/* Style inputs with type="text", select elements and textareas */
input[type=number] {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #013c5c;
    color: white;
    padding: 12px 20px;
    border: none;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    width:35%;
  }
  @media all and (max-width:700px){
    input[type=submit]{
      width:45%;
    }
  }
  @media all and (max-width:400px){
    input[type=submit]{
      width:48%;
      font-size: 18px;
    }
  }
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  }
  
  input[type=button] {
    background-color:#e74c3c ;
    color: white;
    padding: 12px 20px;
    border: none;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    width:35%;
  }
  @media all and (max-width:700px){
    input[type=button]{
      width:45%;
    }
  }
  @media all and (max-width:400px){
    input[type=button]{
      width:48%;
      font-size: 18px;
    }
  }
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=button]:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  }
  #cancel-button{
    
  }
  /* Add a background color and some padding around the form */
  .container-modal {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }

  .modal-input-class{
   display: flex;
   justify-content: space-between;
  }
  .modal-input-class-two{
    width: 48%;
  }
  .form-button{
    display: flex;
    justify-content: space-around;
  }
   
   

