@charset "utf-8";
/* CSS Document */


/*Table Of Contact
-body
  -.push-body
-#home 
-.row section
    -.info 
      -.info_detail
	  -.icons  
-#about me
-.row section
     -.career
	   -.heading
	 -#sliderContent
	   -.ui-corner-all
   	       -#slider	
             -.viewer ui-corner-all
        -.content-conveyor ui-helper-clearfix
           -.item
             -.iteminfo
     -.skills
         -.heading
            -.circle
              -.circle_detail
			  
-#mywork 
 -.row section
      -.work
        -.head
      -.work_filter
         -.breadcrumb
		 -.gallery
            -.mix web">
             -.mix_sec"> 
              -.imageContainer
	 -.title
	  -.geti		  
*/
::selection {
	color: #fff;
	background: #d63c5d;
}
html{
	overflow-x:hidden !important;
	overflow-y:scroll !important;
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	height:100%;
	overflow-x: hidden;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
}
ul, li {
	list-style: none;
}
a, a:hover, a:focus {
	text-decoration: none !important;
	outline: none !important;
	color: inherit;
}
.clear {
	clear: both;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*Animated*/
.animated {
	opacity: 1 !important;
}
.animate {
	opacity: 0;
}
.h1, h1 {
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}
p {
	font-family: 'Ubuntu', sans-serif;
	color: #8f8f8f;
	line-height: 24px;
}
h3 {
	color: #fff;
}
/*sections  margin: 12% 0 7% 0;   */
.info {
	margin: 10% 0 7% 0;
}
.info .info_detail {
	text-align: center;
	margin: 3% 0 0 0;
}
.info .info_detail h3 {
	color: #009FE3;
	font-size: 48px;
	line-height: 24px;
}
.info .info_detail h2 {
	color: #049D96;
	font-size: 36px;
	line-height: 24px;
}
.info .info_detail h1 {
	color: #fff;
	font-size: 48px;
	line-height: 24px;
}
.info .info_detail p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.info .info_detail img {
}
/*img zoom*/
.info .info_detail .zoom {
	display: inline-block;
	position: relative;
	border-radius: 0%;
	border: 0px solid #fff;
	overflow: hidden;
	width: 300px;
	height: 300px;
	z-index: 999;
}
.info .info_detail .zoom img {
	width: 100%;
	height: 100%;
	border-radius: 0%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.info .info_detail p {
	color: #fff;
}
.info .info_detail .icons {
	margin: 18px 0 0 0;
	text-align: center;
	display: inline-block;
}
.info .info_detail .icons ul {
	padding: 0;
}
.info .info_detail .icons ul li {
	float: left;
}
.info .info_detail .icons ul li a.fa {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	border: 1px solid #b5b5b5;
	border-radius: 10%;
	margin: 0 10px 0 0;
	font-size: 48px;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}
.info .info_detail .icons a.fa.fb:hover {
	color: #fff;
	background: #3b5999;
	border: solid 1px #3b5999;
}
.info .info_detail .icons a.fa.tw:hover {
	color: #fff;
	background: #55acef;
	border: solid 1px #55acef;
}
.info .info_detail .icons a.fa.gp:hover {
	color: #fff;
	background: #de4b39;
	border: solid 1px #de4b39;
}
.info .info_detail .icons a.fa.in:hover {
	color: #fff;
	background: #156ea2;
	border: solid 1px #156ea2;
}
.info .info_detail .icons a.fa.pin:hover {
	color: #fff;
	background: #000000;
	border: solid 1px #000000;
}
/* Fix image into container */
img {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
}
/* Subclass of imageContainer*/
:focus {
	outline: none;
}
.footer {
	margin: 0 0 0 0;
}
.footer p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
.footer a:link {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}	
.footer a:visited {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}	
.footer a:hover {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}	
.footer a:active {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}	
/*===== sections ======*/
.section {
	min-height: 100%;
	position: relative;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.col-md-9 {
	width: 76%;
}
.col-xs-6 {
	width: 100%;
}
#aboutme {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Ubuntu', sans-serif;
	margin: 0 0 0 0;
}