*{
	font-family: Poppins, sans-serif;
}
.soo{
	
	padding:40px 0px 40px 0px;
}

.agg{
width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    float: left;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
h3{
	font-family: Helvetica, Arial, "sans-serif";        
}
.ggtf{
	
    padding:0px 0px 20px 0px;
	    padding-right: 36px;
}
.bannee{
	background: url('../image/arbol.webp') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:fixed;
	width:100%;
	height:485px;
}

.logg{
	padding: 20px 0px 0px 50px;
    margin:60px 0px 0px 0px;
}

.login-box h1{
	float: left;
	font-size:40px;
	border-bottom: 6px solid #fd6500;
	margin-bottom: 50px;
	padding: 13px 0px;
}
.textbox{
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	padding: 8px 0;
	margin: 8px 0;
	border-bottom: 1px solid #fd6500;
	
	  display: flex !important;
}
.textbox input{
	border: none;
	outline: none;
	background: none;
	color:black;
	font-size:18px;
	width: 80%;
	float: left;
	margin:-11px 10px;
	
	
}
.textbox select{
	border: none;
	outline: none;
	background: none;
	color:black;
	font-size:18px;
	width: 80%;
	float: left;
	margin:-11px 10px;
	
	
}
.textbox:hover{
  border-bottom: 1px solid black;
   transition: width 2s;
  -webkit-transition: width 2s; 
  
}

.btn1{
	width: 100%;
	background: none !important;
	border: 2px solid #fd6500 !important;
	color: black !important;
	padding: 5px;
	font-size: 18px;
	cursor: pointer;
	margin: 12px 0;
}
.btn1:hover{
	
    background: #fd6500 !important;
	
}

.textbox i{
	
	width:30px;
	height : 20px;

}
.contain{
position:relative;
  top:-35px;
  left:5%;
  display:block;
  margin-bottom:-16px;;
  width:470px;
  height:460px;
  background:#fff;
  border-radius:5px;
  overflow:hidden;
  z-index:1;
  border-radius:20px;
  
}
.drtt{
	
	background-image: url('../image/clients-parallax-img-4.webp');
	font-family: Georgia, Times, Times New Roman, serif; 
	height:503px !important;
}
.j44{
	background-image: url('../image/Conference.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.hr{
	
	border-bottom: 4px solid #005ed7 !important;
    margin-top: 14px !important;
    border-radius: 50px !important;
    margin: 10px 104px !important;
	
}