#load {
	background: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#start {
	background-image: url(../img/load.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}

/********************************************************<NAV SECTION>*****************************************************************/

.btn,h1,h2,h3,h4,h5,h6
{
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif,cursive
}
.navbar-default
{
	-webkit-transition:all .35s;
	-moz-transition:all .35s
}
.navbar-default
{
	background-color:#111;
	border-color:rgba(34,34,34,.05);
	transition:all .35s
}
.navbar-default .navbar-header .navbar-brand
{
	color:#808080;
	font-weight:800;
	text-transform:uppercase;
}
.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
{
	color:#fff
}
.navbar-default .navbar-header .navbar-toggle
{
	font-weight:700;
	font-size:12px;
	color:#222;
	text-transform:uppercase
}
.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
{
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
	color:#808080;
}
.heading
{
    margin-left:65px;
}
#mylogo
{
    margin-top:-1em;
}
#myname
{
	font-size:22px;
	color:#fff;
	margin-top:2px;
	font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
	font-stretch: expanded
}
#myname:hover
{
    color:#fff;
}
#heading:hover
{
    color:#808080;
}
.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
{
	color:#fff
}
.navbar-default .nav>li.active>a,.navbar-default .nav>li.active>a:focus
{
	color:#fff!important;
	background-color:brown
}
.navbar-default .nav>li.active>a:focus:hover,.navbar-default .nav>li.active>a:hover
{
	background-color:#d9534f;
}
.dropdown-menu
{
    background-color: #222;
}
.dropdown-menu >li>a
{
    color: #c0c0c0;
}
@media (min-width:768px)
{
	.navbar-default
    {
		background-color:#111;
		border-color:rgba(255,255,255,.3)
    }
	.navbar-default .navbar-header .navbar-brand
    {
		color:rgba(255,255,255,.7)
	}
	.navbar-default .navbar-header .navbar-brand:focus,.navbar-default .navbar-header .navbar-brand:hover
    {
		color:#fff
	}
	.navbar-default .nav>li>a,.navbar-default .nav>li>a:focus
    {
		color:rgba(255,255,255,.7)
	}
	.navbar-default .nav>li>a:focus:hover,.navbar-default .nav>li>a:hover
    {
		color:#fff
	}
	.navbar-default.affix
    {
		background-color:#111;
		border-color:rgba(255,255,255,.3)
    }
	#mylogo
       {
                margin-top:-1em;
       }
}
@media(max-width: 895px){
	#myname {
		font-size: 18px;
		margin-left: -1.5em;
	}
}
@media(max-width: 840px){
	#myname {
		font-size: 13px;
		margin-left: -3em;
	}
}
@media(max-width: 775px){
	#myname {
		font-size: 11px;
		margin-left: -3em;
	}
}
@media(max-width: 767px){
	#myname {
		font-size: 18px;
		margin-left: -1em;
	}
}
@media(max-width: 380px){
	#myname {
		font-size: 16px;
		margin-left: -1em;
	}
}

/********************************************************</NAV SECTION>*****************************************************************/
/********************************************************<HOME SECTION>*****************************************************************/

header,header .header-content
{
    position:relative;
    width:100%;
    text-align:center
}
body,html
{
    height:100%;width:100%
}
header
{
    min-height:auto;-webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    -o-background-size:cover;
    background-position:center;
    background-image:url(../img/header.png);
    color:#fff
}
header .header-content
{
    padding:100px 15px
}
header .header-content .header-content-inner h1
{
    text-transform:uppercase;
    margin-top:0;
    margin-bottom:0;
    font-size:30px
}
header .header-content .header-content-inner hr
{
    margin:30px auto
}
.header-quote
{
    font-weight:bold;
    color:#fff;
    font-size:2em;
    margin-bottom:50px
}
@media (min-width:768px)
{
    header
    {
        min-height:100%
    }
    header .header-content
    {
        position:absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        transform:translateY(-50%);
        padding:0 50px
    }
    header .header-content .header-content-inner
    {
        max-width:1000px;
        margin-left:auto;
        margin-right:auto
    }
    header .header-content .header-content-inner h1
    {
        font-size:50px
    }
    .header-quote
    {
        font-size:18px;
        max-width:80%;
        margin-left:auto;
        margin-right:auto
    }
}
a
{
    transition:all .35s;
}
section
{
    padding:100px 0
}
.no-padding
{
    padding:0
}
@media (min-width:992px)
{
    .service-box
    {
        margin:20px auto 0
    }
}
::-moz-selection
{
    text-shadow:none;
    background:#222
}
::selection
{
    color:#fff;
    text-shadow:none;
    background:#222
}
img::selection
{
    color:#fff;
    background:0 0
}
img::-moz-selection
{
    color:#fff;
    background:0 0
}
.typewrite
{
    font-weight:800;
    color:#E6E6FA;
    font-size: 3.5em;
}
@media (max-width:768px)
{
	  .typewrite
		{
		    font-size: 3em;
		}
		.header-quote
    {
        font-size: 18px;
    }
}
@media (max-width:500px)
{
		.typewrite
		{
			  font-size: 2.2em;
		}
		.header-quote
    {
        font-size:18px;
    }
}
.page-scroll
{
    font-face:monospace;
    font-size: 15px;
}
hr
{
    border-color:rgb(150,150,150);
    border-width:3px;
    max-width:50px
}
.btn-circle
{
	  width:70px;
	  height:70px;
	  margin-top:15px;
	  padding:7px 16px;
	  border:2px solid #E6E6FA;
	  border-radius:100%!important;
	  font-size:40px;
	  color:#E6E6FA;
	  background:0 0;
	  -webkit-transition:background 2s ease-in-out;
	  -moz-transition:background 2s ease-in-out;transition:background 2s ease-in-out
}
.btn-circle:focus,.btn-circle:hover
{
  	outline:0;
		color:#fff;
		background:rgba(255,255,255,.15);
}
.btn-circle i.animated
{
		-webkit-animation-name:pulse;
		-moz-animation-name:pulse;
		-webkit-animation-duration:0.5s;
		-moz-animation-duration:0.5s;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear
}
@-webkit-keyframes pulse
{
		0%,100%
		{
			-webkit-transform:scale(1);
			transform:scale(1)
		}
		50%
		{
			-webkit-transform:scale(1.2);
			transform:scale(1.2)
		}
}
@-moz-keyframes pulse
{
		0%,100%
		{
			-moz-transform:scale(1);
			transform:scale(1)
		}
		50%
		{
			-moz-transform:scale(1.2);
			transform:scale(1.2)
		}
}
.noselect
{
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

/***********************************************************</HOME SECTION>****************************************************************/
/***********************************************************<PROJECT SECTION>**************************************************************/

.projects
{
    padding: 30px 0;
    background:#311F23 url(../img/projects.svg) center center repeat fixed;
}
.section-heading-projects
{
    font-size: 3em;
    font-weight: 800;
    color: #fff;
}
.project-links
{
    font-size: 2.5em;
    font-weight: 800;
    color:#c9c9c9;
    font-family:sans-serif;
}
.light-projects
{
    border-color:white;
}
.live-projects
{
		padding: 50px 0;
	  background: #392613 url(../img/projects.svg) center center repeat fixed;
}
.other-projects
{
		padding: 50px 0;
	  background:	 #1e1e1e url(../img/projects.svg) center center repeat fixed;
}
.project-text
{
    font-size:17px;
    color:#fff;
    font-weight: bolder;
    font-family:sans-serif;
    text-align: center;
}
#detail-live
{
    padding: 20px 0;
    max-width: 900px;
    margin: 0 auto 0;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: left;
}
#detail-live .close
{
    position: relative;
    font-size: 50px;
    z-index: 100;
}
#detail-live .buttons
{
    text-align: center;
    margin-top: 40px;
}
#detail-live .buttons a
{
    margin: 0 10px 10px;
}
#detail-live h1
{
    display: inline-block;
    padding: 10px 0;
    margin: 22px 0;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    font-weight: 800;
    font-size:2em;
    font-family; monospace;
}
@media (max-width: 750px)
{
    #detail-live h1
    {
        font-size: 30px;
    }
}
#detail-content-live
{
    font-size:17px;
    color:#fff;
    font-weight: bold;
    font-family:sans-serif;
    text-align: justify;
}
#detail-other
{
    padding: 20px 0;
    max-width: 900px;
    margin: 0 auto 0;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: left;
}
#detail-other .close
{
    position: relative;
    font-size: 50px;
    z-index: 100;
}
#detail-other .buttons
{
    text-align: center;
    margin-top: 40px;
}
#detail-other .buttons a
{
    margin: 0 10px 10px;
}
#detail-other h1
{
    display: inline-block;
    padding: 10px 0;
    margin: 22px 0;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    font-weight: 800;
    font-size:2em;
    font-family; monospace;
}
@media (max-width: 750px)
{
    #detail-other h1
    {
        font-size: 20px;
    }
}
#detail-content-other
{
    font-size:17px;
    color:#fff;
    font-weight: bold;
    font-family:sans-serif;
    text-align: justify;
}
.close
{
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.6;
}
.close:hover
{
    color : #777
}
#references-masonry-live
{
    margin: 0 15px;
    visibility: hidden;
}
@media (max-width: 991px)
{
    #references-masonry-live
    {
        margin: 0 auto;
    }
}
#references-masonry-other
{
    margin: 0 15px;
    visibility: hidden;
}
@media (max-width: 991px)
{
    #references-masonry-other
    {
        margin: 0 auto;
    }
}
.reference-item-live
{
    width: 450px;
}
@media(min-width: 768px)
{
    .reference-item-live
    {
        width: 350px;
    }
}
@media(min-width: 993px)
{
    .reference-item-live
    {
        width: 450px;
    }
}
@media(width: 768px)
{
    .reference-item-live
    {
        width: 3200px;
    }
}
@media(max-width: 480px)
{
    .reference-item-live
    {
        width: 350px;
    }
}
@media(max-width: 400px)
{
    .reference-item-live
    {
        width: 300px;
    }
}
.reference-item-other
{
    width: 450px;
}
@media(min-width: 768px)
{
    .reference-item-other
    {
        width: 350px;
    }
}
@media(min-width: 993px)
{
    .reference-item-other
    {
        width: 450px;
    }
}
@media(width: 768px)
{
    .reference-item-other
    {
        width: 3200px;
    }
}
@media(max-width: 480px)
{
    .reference-item-other
    {
        width: 320px;
    }
}
@media(max-width: 400px)
{
    .reference-item-other
    {
        width: 300px;
    }
}
.image-ref
{
    height : 250px;
}
.reference-item-live .reference-live
{
    margin-bottom: 30px;
}
.reference-item-live .reference-live a
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.reference-item-live .reference-live a .overlay
{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #111;
    box-sizing: 'border-box';
    padding: 20px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    font-family: monospace;
    -webkit-box-sizing: 'border-box';
    -moz-box-sizing: 'border-box';
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.reference-item-live .reference-live a .overlay h3
{
    text-transform: uppercase;
    font-weight: bolder;
    font-family: sans-serif;
    font-size: 22px;
    font-stretch:expanded;
}
.reference-item-live .reference-live a img
{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.reference-item-live .reference-live a:hover .overlay, .reference-item-live .reference-live a:focus .overlay
{
    display: block;
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=60);
}
.reference-item-live .reference-live a:hover img, .reference-item-live .reference-live a:focus img
{
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.reference-item-other .reference-other
{
    margin-bottom: 30px;
}
.reference-item-other .reference-other a
{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.reference-item-other .reference-other a .overlay
{
    display: block;
    position: absolute;
    left: inherit;
    top: 100%;
    height: 100%;
    width: 100%;
    background: #111;
    box-sizing: 'border-box';
    padding: 20px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    font-family: monospace;
    -webkit-box-sizing: 'border-box';
    -moz-box-sizing: 'border-box';
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.reference-item-other .reference-other a .overlay h3
{
    text-transform: uppercase;
    font-weight: bolder;
    font-family: sans-serif;
    font-stretch: expanded;
    font-size: 22px;
}
.reference-item-other .reference-other a img
{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.reference-item-other .reference-other a:hover .overlay, .reference-item-other .reference-other a:focus .overlay
{
    display: block;
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=60);
}
.reference-item-other .reference-other a:hover img, .reference-item-other .reference-other a:focus img
{
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    width: 100%;
    margin: auto;
}
.carousel-control.left, .carousel-control.right
{
   background-image:none !important;
   filter:none !important;
}
.carousel-indicators li
{
   background-color: #fff;
}
.carousel-indicators .active
{
   background-color: #428bca;
}
.btn-success
{
    border-radius: 8px;
    border-style: outset;
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 200px;
    font-family: : Arial;
    cursor: pointer;
    text-shadow:none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.1), inset 0 -1px 4px rgba(32,138,70,0.3);
}
.btn-danger
{
    border-radius: 8px;
    border-style: outset;
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 200px;
    font-family: : Arial;
    cursor: pointer;
    text-shadow:none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 1px rgba(255,255,255,0.1), inset 0 -1px 4px rgba(32,138,70,0.3);
}
.fa-external-link
{
    color:#fff;
    font-weight:800;
    font-size: 17px;
}
.fa-github-square
{
    color:#fff;
    font-weight:800;
    font-size: 17px;
}
.fa-book
{
    color:#fff;
    font-weight:800;
    font-size: 17px;
}
.open-link {
    display: inline-block;
    font-weight:800;
    color:#fff;
    font-size: 17px;
    text-align: center;
    margin-top: 5px;
}

/***********************************************************</PROJECT SECTION>************************************************************/

/***********************************************************<SKILLS SECTION>**************************************************************/
#skills
{
		padding: 30px 0;
  	background-color:#1a001a ;
}
.section-heading-skills
{
    font-size: 3em;
    font-weight: 800;
    color: 	#fff;
}
.light-skills
{
    border-color:#fff;
}
.skills-links
{
    font-size: 2.5em;
    font-weight: 800;
    color:#fff;
    font-family:sans-serif;
}
.skills-text
{
    font-size:17px;
    color:#fff;
    font-weight: bolder;
    font-family:sans-serif;
    text-align: center;
}
.programming
{
		background-color: #1a0000;
		padding: 50px 0;
}
.web-application
{
		background-color: #000033;
		padding: 50px 0;
}
.canvas-pointer
{
		cursor: default;pointer-events: none;
}
canvas
{
		background-color: #000;
}
.canvas1
{
		width:350px;
		height:300px;
}
.canvas2
{
		width:350px;
		height:300px;
}
.progress
{
  	height: 30px;
		border-radius: 50px;
		background-color: #c9c9c9;
}
.progress .skill
{
  	font: normal 15px "Open Sans Web";
  	line-height: 30px;
  	padding: 0;
  	margin: 0 0 0 20px;
  	text-transform: uppercase;
		font-weight: bolder;
}
.progress .skill .val
{
  	float: right;
  	font-style: normal;
  	margin: 0 20px 0 0;
  	font-weight: bolder;
}
.progress-bar
{
  	text-align: left;
  	transition-duration: 15s;
}
.progress-bar-c
{
		background-color: #300A24;
}
.skill-c
{
  	color:#fff;
}
.val-c
{
  	color:#fff;
}
.progress-bar-python
{
		background-color: #FFE160;
}
.skill-python
{
  	color:#000;
}
.val-python
{
  	color:#000;
}
.progress-bar-cpp
{
		background-color: #00469D;
}
.skill-cpp
{
  	color:#fff;
}
.val-cpp
{
  	color:#fff;
}
.progress-bar-java
{
		background-color: #F8981D;
}
.skill-java
{
  	color:#000;
}
.val-java
{
  	color:#000;
}
.progress-bar-bash
{
		background-color: #2A3539;
}
.skill-bash
{
  	color:#fff;
}
.val-bash
{
  	color:#fff;
}

.progress-bar-php
{
		background-color: #777BB3;
}
.skill-php
{
  	color:#000;
}
.val-php
{
  	color:#000;
}
.progress-bar-html
{
		background-color: #E44F26;
}
.skill-html
{
  	color:#fff;
}
.val-html
{
  	color:#fff;
}
.progress-bar-flask
{
		background-color: #808080;
}
.skill-flask
{
  	color:#000;
}
.val-flask
{
  	color:#000;
}
.progress-bar-bootstrap
{
		background-color: #563D7C;
}
.skill-bootstrap
{
  	color:#fff;
}
.val-bootstrap
{
  	color:#fff;
}
.progress-bar-javascript
{
		background-color:#8ACF17;
}
.skill-javascript
{
  	color:#000;
}
.val-javascript
{
  	color:#000;
}
.progress-bar-jquery
{
		background-color: #172C45;
}
.skill-jquery
{
  	color:#fff;
}
.val-jquery
{
  	color:#fff;
}
.progress-bar-css
{
		background-color: #33A9DC;
}
.skill-css
{
  	color:#000;
}
.val-css
{
  	color:#000;
}
.progress-bar-oracle
{
		background-color: #F80000;
}
.skill-oracle
{
  	color:#fff;
}
.val-oracle
{
  	color:#fff;
}
@media (min-width:768px)
{
		.canvas1
		{
				width:300px;
				height:285px;
		}
		.prog-area-program
		{
				width:300px;
		}
		.canvas2
		{
				width:300px;
				height:330px;
		}
		.prog-area-web
		{
				width:310px;
		}
}
@media (min-width:992px)
{
		.canvas1
		{
				width:340px;
				height:285px;
		}
		.prog-area-program
		{
				width:340px;
		}
		.canvas2
		{
				width:340px;
				height:330px;
		}
		.prog-area-web
		{
				width:340px;
		}
}
@media (min-width:1000px)
{
		.canvas1
		{
				width:340px;
				height:285px;
		}
		.prog-area-program
		{
				width:340px;
		}
		.canvas2
		{
				width:340px;
				height:330px;
		}
		.prog-area-web
		{
				width:340px;
		}
}
@media (min-width:1200px)
{
		.canvas1
		{
				width:400px;
				height:285px;
		}
		.prog-area-program
		{
				width:400px;
		}
		.canvas2
		{
				width:400px;
				height:335px;
		}
		.prog-area-web
		{
				width:400px;
		}
}
@media (max-width:767px)
{
		.canvas1
		{
				width:440px;
				height:300px;
		}
		.prog-area-program
		{
				width:440px;
		}
		.canvas2
		{
				width:440px;
				height:300px;
		}
		.prog-area-web
		{
				width:440px;
		}
}
@media (max-width:690px)
{
		.canvas1
		{
				width:430px;
				height:300px;
		}
		.prog-area-program
		{
				width:430px;
		}
		.canvas2
		{
				width:430px;
				height:300px;
		}
		.prog-area-web
		{
				width:430px;
		}
}
@media (max-width:600px)
{
		.canvas1
		{
				width:420px;
				height:300px;
		}
		.prog-area-program
		{
				width:420px;
		}
		.canvas2
		{
				width:420px;
				height:300px;
		}
		.prog-area-web
		{
				width:420px;
		}
}
@media (max-width:480px)
{
		.canvas1
		{
				width:330px;
				height:300px;
		}
		.prog-area-program
		{
				width:330px;
		}
		.canvas2
		{
				width:330px;
				height:300px;
		}
		.prog-area-web
		{
				width:330px;
		}
}

/***********************************************************</SKILLS SECTION>************************************************************/

/***********************************************************<ABOUT SECTION>**************************************************************/

.about
{
		padding: 30px 0;
    background:#0B5345 url(../img/about.svg) center center repeat fixed;

}
.section-heading-about
{
    font-size: 3em;
    font-weight: 800;
    color: #D2B48C;
}
.light-about
{
    border-color:#D2B48C;
}
.me
{
	  text-align:center;
	  margin-bottom:50px
}
.me_img
{
	  margin:0 auto;
		border:2px solid green;
		height: 300px;
		width : 300px;
}
.me p
{
	  margin-top:0
}
.me-text
{
		font-size:17px;
		color: #f9f9f9;
		font-weight: bolder;
		font-family:sans-serif;
		text-align: center;
}
.about-links
{
    font-size: 2em;
    font-weight: 800;
    color:#918151;
}
@media(min-width:380px)
{
	.about-links
	{
		font-size : 1.8em;
	}
}
@media(min-width:768px)
{
	  .about-links
		{
			font-size : 1.5em;
		}
}
@media(min-width:1000px)
{
	  .about-links
		{
			font-size : 2em;
		}
}
@media(max-width:380px)
{
	.about-links
	{
		font-size : 1.8em;
	}
}
.zoom_img_me
{
		padding-top:10px;
		padding-bottom:30px;
		text-align:center;
}
.zoom_img_me img:hover
{
    transform: scale(1.2);
}
.zoom_img_coding img:hover
{
    transform: scale(1.1);
}
ul.social-network
{
		list-style: none;
		display: inline;
		padding: 0;
}
ul.social-network li
{
		display: inline;
}
.social-network a.icoGithub
{
		background-color:#444444;
}
.social-network a.icoFacebook
{
		background-color:#3B5998;
}
.social-network a.icoTwitter
{
		background-color:#33ccff;
}
.social-network a.icoGoogle
{
		background-color:#BD3518;
}
.social-network a.icoLinkedin
{
		background-color:#007bb7;
}
.social-network a.icoGithub:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i
{
		color:#fff;
}
a.socialIcon:hover, .socialHoverClass
{
		color:#44BCDD;
}
.social-circle li a
{
		display:inline-block;
		position:relative;
		margin:0 auto 0 auto;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		text-align:center;
		width: 50px;
		height: 50px;
		font-size:20px;
}
.social-circle li i
{
		margin:0;
		line-height:50px;
		text-align: center;
}
.social-circle li a:hover i, .triggeredHover
{
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-ms--transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-ms-transition: all 0.2s;
		transition: all 0.2s;
}
.social-circle i
{
		color: #fff;
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		-o-transition: all 0.8s;
		-ms-transition: all 0.8s;
		transition: all 0.8s;
}
.cv
{
    font-weight:800;
    color:#c0c0c0;
}
.cv:hover
{
    color:#c0c0c0;
}
.hobbies
{
		height: 32px;
		width: 32px;
}
.hobbies:hover
{
    transform: scale(1.1);
}
.hobbies + .tooltip > .tooltip-inner
{
  	background-color:#5b5f66;
  	color: #fff;
		font-style: italic;
  	font-weight: bolder;
  	font-family: monospace;
  	border-radius: 8px;
  	display: inline-block;
  	font-size: 11px;
  	height : 22px;
}
.hobbies + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #5b5f66;
}
.links-tooltip + .tooltip > .tooltip-inner
{
  	font-style: italic;
  	font-weight: bold;
  	font-family: monospace;
  	border-radius: 8px;
  	display: inline-block;
  	font-size: 11px;
  	height : 22px;
}
.icoGithub + .tooltip > .tooltip-inner
{
  	background-color: #444444;
  	color: #fff;
  	border: 1px solid #444444;
}
.icoGithub + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #444444;
}
.icoFacebook + .tooltip > .tooltip-inner
{
  	background-color: #3B5998;
  	color: #fff;
  	border: 1px solid #3B5998;
}
.icoFacebook + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #3B5998;
}
.icoTwitter + .tooltip > .tooltip-inner
{
  	background-color: #33ccff;
  	color: #fff;
  	border: 1px solid #33ccff;
}
.icoTwitter + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #33ccff;
}
.icoGoogle + .tooltip > .tooltip-inner
{
  	background-color: #BD3518;
  	color: #fff;
  	border: 1px solid #BD3518;
}
.icoGoogle + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #BD3518;
}
.icoLinkedin + .tooltip > .tooltip-inner
{
  	background-color: #007bb7;
  	color: #fff;
  	border: 1px solid #007bb7;
}
.icoLinkedin + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #007bb7;
}
.icoCodechef + .tooltip > .tooltip-inner
{
  	background-color: #5B4435;
  	color: #fff;
  	border: 1px solid #5B4435;
}
.icoCodechef + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #5B4435
}
.icoHackerearth + .tooltip > .tooltip-inner
{
  	background-color: #2C3454;
  	color: #fff;
  	border: 1px solid #2C3454;
}
.icoHackerearth + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #2C3454
}
.icoHackerrank + .tooltip > .tooltip-inner
{
  	background-color: #00B65F;
  	color: #fff;
  	border: 1px solid #00B65F;
}
.icoHackerrank + .tooltip > .tooltip-arrow
{
  	border-bottom-color: #00B65F
}

/***********************************************************</ABOUT SECTION>***************************************************************/
/***********************************************************<CONTACT SECTION>**************************************************************/

#contact
{
	  background:url(../img/mumbai.png) repeat fixed;
}
.section-heading-contact
{
    font-size: 3em;
    font-weight: 800;
    color:#c9c9c9;
}
hr.light-contact
{
    border-color:#c9c9c9;
}
.contact-text
{
    font-size:17px;
		color:#fff;
		font-weight: bolder;
		font-family:sans-serif;
}
#contact .form-group
{
    margin-bottom: 25px;
}
#contact .form-group input, #contact .form-group textarea
{
    padding: 20px;
}
#contact .form-group input.form-control
{
    height: auto;
}
#contact .form-group textarea.form-control
{
    height: 236px;
}
.contact-color
{
    color:#c9c9c9;
}
#contact .form-control
{
    border-color: #c0c0c0;
    background-color: #222222;
    color:#fff;
    border-radius: 12px;
}
#contact .form-control:focus
{
    border-color: #fff;
    box-shadow: none;
}
#contact ::-webkit-input-placeholder
{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #c9c9c9;
    line-height:200px;
}
#contact :-moz-input-placeholder
{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #c9c9c9;
    line-height:200px;
}
#contact ::-moz-input-placeholder
{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #c9c9c9;
    line-height:200px;
}
#contact :-ms-input-placeholder
{
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #c9c9c9;
    line-height:200px;
}
.left-inner-addon
{
    position: relative;
}
.left-inner-addon input
{
    padding-right: 30px;
}
.left-inner-addon i
{
    position: absolute;
    left: 0px;
    top:6px;
    padding: 10px 12px;
    pointer-events: none;
}
.button
{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
		-webkit-transition-duration: 0.4s;
}
.button-send
{
    background-color: #606060;
    color: black;
    border: 2px solid #222222;
}
.button-send:hover
{
    background-color: #444444;
    color: white;
}
.button-text
{
    font-weight:800;
    color:#c9c9c9
}
.phone
{
    font-size: 20px;
    color: #c9c9c9;
    font-weight: 800;
}
.phone:hover
{
	  color: #222;
}
.email
{
    font-size: 20px;
    font-weight: 800;
}
.mail
{
    color: #c9c9c9;
}
.mail:hover
{
    color: #222;
}
.phone-icon
{
    color:#333333;
}
.email-icon
{
    color:#333333;
}
/***********************************************************</CONTACT SECTION>************************************************************/
/***********************************************************<FOOTER SECTION>***************************************************************/
#footer
{
	background: #000;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
}
.copyright
{
	margin: 0;
    font-size:18px;
}
.copyright a
{
    border-bottom: 1px dotted #fff;
}
#footer span
{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color:black;
}
@font-face
{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('yanonekaffeesatz-regular-webfont.eot');
	src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
	url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
	url('yanonekaffeesatz-regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.back-to-top
{
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.btn-cir.btn-lg
{
    width: 55px;
    height: 55px;
    padding: 10px 16px;
    font-size: 21px;
    line-height: 1.4;
    border-radius: 40px;
    background-color: brown;
    border-color: brown;
}
.scrol
{
    color:#fff;
}
/***********************************************************</FOOTER SECTION>*************************************************************/
