/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
padding:0;
margin:0;
    background: #4EC1EA;   
    background-size: cover;
   font-family: 'Gudea', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
a{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
a:hover{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.wrap {
    width: 80%;
    margin: 0 auto;
}
/*--profile start here--*/
.profile-main {
    background: #fff;
    width: 35%;
    margin:2em auto;
    padding: 0em 0em;
    border-radius: 10px;
}
.profile-pic {
    padding: 1.5em 2em;
    text-align: center;
}
.profile-pic img {
    border:4px solid #fff;
    border-radius: 0px;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.profile-pic img:hover {
	 //border:4px solid #4EC1EA;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.profile-pic h2 {
    font-size: 2em;
    color:#4EC1EA;
    margin-bottom:0.1em;
}
.profile-pic p {
    font-size: 1em;
    color:#4E4E4E;
}
.profile-ser {
    background: #ECECEC;
    padding: 1em 1em;
}
.profile-ser-grids {
    float: left;
    width: 49%;
    text-align: center;
    border-right: 1px solid #000;
}
.profile-ser-grids.no-border {
    border: none;
}
.profile-ser-grids h4 {
    font-size: 0.9em;
    color: #000;
    margin-top: 0.2em;
}
.profile-ser-grids a {
    color: #00A1E1;
    margin-top: 0.5em;
}
.active {
    padding: 2em 1em;
    text-align: center;
    border-top: 1px solid #E6E6E6;
}
.active h4 {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 0.3em;
    font-weight: bolder;
}
.active p {
    font-size: 1em;
    color: #636262;
}
.profile-follows ul li{
   display:inline-block;
}
.profile-follows {
    text-align: center;
    padding:2.5em 0em;
}
.profile-follows ul li a {
    background: url(../images/social.png)no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.profile-follows ul li a.fa {
    background-position: 6px 0px;
}
.profile-follows ul li a.tw {
    background-position: -23px 0px;
}
.profile-follows ul li a.ins {
    background-position: -53px 0px;
}
.profile-follows ul li a.you {
    background-position: -83px 0px;
}
.profile-follows ul li a.fa:hover {
    background-position: 6px -30px;
}
.profile-follows ul li a.tw:hover {
    background-position: -23px -29px;
}
.profile-follows ul li a.ins:hover{
    background-position: -53px -30px;
}
.profile-follows ul li a.you:hover {
    background-position: -83px -30px;
}
.follow-btn a {
    font-size: 1em;
    color: #fff;
    background:#4EC1EA;
    padding: 0.5em 2.5em;
    display: inline-block;
    margin-top: 2em;
    border-radius: 3px 3px;
}
.follow-btn a:hover {
	background:#3B3A3A;
}
h1 {
    font-size: 5em;
    color: #fff;
    text-align: center;
    margin-top: 0.3em;
}

h3 {
    font-size: 1.32em;
    color: #fff;
    text-align: center;
    margin-top: 0.3em;
}
/*--profile end here--*/
/*--copy rights start here--*/
.copy-rights {
    text-align: center;
    padding:2em 0em 3em 0em;
}
.copy-rights p {
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 1.7em;
}
/*-- w3layouts --*/
.copy-rights p a{
  color:#000; 
}
.copy-rights p a:hover{
  color: #fff; 
}
.clear{
	clear:both;
}

/*--media quiries start here--*/
@media (max-width:1440px){
	
}
@media (max-width:1366px){
	
}
@media (max-width:1280px){
	
}
@media (max-width:1024px){
.profile-main {
    width: 45%;
}
}
@media (max-width:768px){
.profile-main {
    width: 62%;
}
.profile-main {
    margin: 4em auto;
}
.copy-rights {
    padding: 3em 0em 5em 0em;
}
}
@media (max-width:640px){
.profile-main {
    width: 70%;
}	
.profile-main {
    margin: 2em auto;
}
.copy-rights {
    padding:2em 0.6em 3em 0.6em;
}
}
@media (max-width:480px){
.profile-main {
    width: 91%;
}	
/*-- agileits --*/
h1 {
    font-size: 2em;
}
}
@media (max-width:414px){
.profile-main {
    width: 100%;
}
.wrap {
    width: 90%;
}
}
@media (max-width:320px){
.profile-pic img {
    width: 50%;
}
.profile-pic h2 {
    font-size: 1.5em;	
}
.active {
    padding: 1.2em 1em;
}
.active p {
    font-size: 0.9em;
}
.active h4 {
    font-size: 1em;
}
.copy-rights {
    padding: 0.5em 0.6em 1.5em 0.6em;
}
.copy-rights p {
    font-size: 0.9em;
}
h1 {
    font-size: 1.8em;
}
.profile-main {
    margin: 1.5em auto;
}
}
/*--media quiries end here--*/
/*-- w3layouts --*/