
html{
	font-size: 62.5%;
}
body{	
	font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
/*===========================  Start Main Page  ===========================*/
.main_page{
	max-width: 428px;
	margin: auto;
	overflow: hidden;
	border-radius: 50px;
}
.main_page_parent{
	max-width: 428px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.main_page_parent::after {
	position: absolute;
	content: "";
	top: 0;
	left: -23px;
	width: 474px;
	height: 100%;
	background: url(../images/frame.png) no-repeat 0 0 / 100%;
	z-index: -1;
}

.banner_main {
	background: url(../images/banner.png) no-repeat 0 0 / cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 47px 0px 68px 0px;
	margin-top: 14px;
	border-radius: 47px 47px 0px 0px;
}
.logo img {
	width: 270px;
	height: auto;
	padding-bottom: 20px;
}
.profile{
	text-align: center;
	margin: auto;
}
.profile_img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
/*	margin-top: -70px;*/
}
.profile_img a {
	margin-top: -70px;
	display: inline-block;
	border-radius: 50%;
	background: #FFF;
	padding: 3px; 
	width: 170px;
	height: 170px;
}
.profile_title a {
	font-size: 27px;
	font-weight: 600;
	color: #111111;
	margin: 9px 0px 0px 0px;
	line-height: 33px;
	text-transform: uppercase;
}
.profile_title p{
	font-size: 21px;
	color: #111111;
	text-transform: uppercase;
}
.main_contents_all{
	background: #EEF1FF;
	padding: 0px 0px 23px 0px;
	border-radius: 0px 0px 50px 50px;
}
.gibson_links{
	max-width: 350px;
	margin: auto;
	margin-top: 8px;
}
.gibson_links ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 56px;
	background: #383838;
	color: #FFF;
	margin-bottom: 9px;
	padding: 0px 9px;
	border-radius: 8px;
	font-weight: 600;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	transition: all .2s ease-in-out; 
}
.gibson_links ul li a:hover{
/*	background: #535252;*/
	transform: scale(1.1);
}
.gibson_links ul li a img{
	width: 30px;
	height: auto;
}
.gibson_lfl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.gibson_lfl1{
	width: 45px;
}
.gibson_lfl2 {
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.gibson_links_whatsapp{
	background: -webkit-gradient(linear , left top, left bottom , from(#56F06C) , to(#33C233)) !important;
	background: -o-linear-gradient(#56F06C , #33C233) !important;
	background: linear-gradient(#56F06C , #33C233) !important;
	border: 2px solid #FCAF01;
	border-radius: 13px !important;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	height: 60px !important;
	transition: all .2s ease-in-out;

}
.gibson_links_whatsapp:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#33C233), to(#56F06C)) !important;
	background: -o-linear-gradient(#33C233, #56F06C) !important;
	background: linear-gradient(#33C233, #56F06C) !important;
	transform: scale(1.1); 
}
.gl1 img{
	width: 40px !important;
	height: auto !important;
}
.gibson_links_whatsapp{
	padding: 0px 0px 0px 29px !important;
}








.gibson_links_whatsapps{
	background: -webkit-gradient(linear , left top, left bottom , from(#0555a3) , to(#0555a3)) !important;
	background: -o-linear-gradient(#0555a3 , #0555a3) !important;
	background: linear-gradient(#0555a3 , #0555a3) !important;
	border: 2px solid #7B7B7B;
	border-radius: 13px !important;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	height: 60px !important;
	animation: skew-x-shake 1.3s infinite;
	transition: all .2s ease-in-out; 
}
@keyframes skew-x-shake {
  0% { transform: skewX(-15deg); }
  5% { transform: skewX(15deg); }
  10% { transform: skewX(-15deg); }
  15% { transform: skewX(15deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}
.gibson_links_whatsapps:hover{
	background: -webkit-gradient(linear, left top, left bottom, from( #D1B000) , to(#756300)) !important;
	background: -o-linear-gradient(#D1B000, #756300) !important;
	background: linear-gradient(#D1B000, #756300) !important;
	transform: scale(1.1); 
}
.gl1 img{
	width: 40px !important;
	height: auto !important;
}
.gibson_links_whatsapps{
	padding: 0px 0px 0px 29px !important;
}












.gl1text{
	text-transform: uppercase;
	font-size: 14px !important;
}
.gl1texts{
	text-transform: uppercase;
	font-size: 19px !important;
}
.gl2text{
	font-size: 21px;
}
.gl3 img{
	width: 28px !important;
}
.gl4 img{
	width: 34.50px !important;
}
.gl5 img{
	width: 20.50px !important;
	margin-left: 6px !important;
}

.social_media{
	margin-top: 12px;
	max-width: 305px;
	margin: auto;
}
.social_media_icons ul{
	display: -webkit-box;
	display: -ms-flexbox;
	 
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: space-between;
}
.social_media_icons ul li a img{
	width: 50px;
	height: auto;
	display: inline-block;
	margin-top: 11px;
	margin-left:10px;
		transition: all .2s ease-in-out; 
}

.social_media_icons ul li a img:hover{
	width: 50px;
	height: auto;
	display: inline-block;
	margin-top: 11px;
	margin-left:10px;
	transform: scale(1.1);
}


.smiexw img{
	width: 55px !important;
}
.social_media_title p {
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	color: #111111;
}
.social_media_icons ul:last-child{
	margin-top: 4px;
}

.extra_backg {
	height: 113px;
	background: #414141;
	margin-top: -68px;
	position: relative;
	z-index: -1;
}


/*===========================  End Main Page  ===========================*/