/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {

}

/* ------------------------------------------------------------------------------------------ Preloader */
#preloader {
	background-color: #428bca;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}

.prespinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}

.bounce1,.bounce2,.bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.prespinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.prespinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
}
.spinner2 {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
}
.cube1, .cube2 {
	background-color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
 @-webkit-keyframes cubemove {
 25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
}
 50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
}
 75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
}
 100% {
-webkit-transform: rotate(-360deg)
}
}
 @keyframes cubemove {
 25% {
 transform: translateX(42px) rotate(-90deg) scale(0.5);
 -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
 transform: translateX(42px) translateY(42px) rotate(-179deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
 transform: translateX(42px) translateY(42px) rotate(-180deg);
 -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
 transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
 -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
 transform: rotate(-360deg);
 -webkit-transform: rotate(-360deg);
}
}
/* ------------------------------------------------------------------------------------------ Animated Items on page */

.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
section {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.section-heading {
	text-align: center;
	margin-bottom: 50px;
}
.section-heading .heading {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #428bca;
}
.section-heading h1 {
	margin-top: 24px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
.section-heading h1.icon-line:after {
	content: "";
	display: block;
	border-top: solid 2px #ccc;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.section-heading h1.icon-line i {
	background: #ccc;
	color: #fff;
	position: relative;
	z-index: 5;
	padding-top: 18px;
	width: 70px;
	height: 70px;
	border-radius: 35px;
}
.section-heading .description {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 400;
}


/*
 * Global add-ons
 */
  .sidebar {
    background-color: #428bca;
  }
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.center{text-align: center !important;}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}
  .nav{
	margin:0px;
	padding-bottom:0px;
  }
/*
 * Sidebar
 */

/* Hide for mobile, show later */
@media (max-width: 480px) {
.animated {
	visibility: visible;
}
	#welcome h1{font-size:90px!important;}
	.nav-sidebar li {
		list-style:none;
		border-top:1px solid #fff;
		border-bottom:3px solid #fff;
		border-left:2px solid #fff;
		border-right:2px solid #fff;
		float:left;
		width:49%;
		margin:3px 0.5%;
		padding:0;
	}
	.link-btn a {
		padding-left: 10px !important; 
		padding-right: 10px !important; 
		font-size: 15px !important;
		font-size: 20px !important;
		font-weight: 400;
	}
	.navbar-right> li> a{
		color: #fff;
		margin-right:15px;
		text-align:center;
	}
	.navbar-right> li> a:hover,
	.navbar-right> li> a:focus{
		background-color: #428bca;
		color: #fff;
		cursor:pointer;
	}
	.placeholder {
		margin-bottom: 0px;
		padding-top: 5px;
	}
}
@media (max-width: 360px) {
.animated {
	visibility: visible;
}
	.nav-sidebar li {
		list-style:none;
		border-top:1px solid #fff;
		border-bottom:3px solid #fff;
		border-left:2px solid #fff;
		border-right:2px solid #fff;
		float:left;
		width:49%;
		margin:3px 0.5%;
		padding:0;
	}
	.link-btn a {
		padding-left: 10px !important; 
		padding-right: 10px !important; 
		font-size: 15px !important;
		font-size: 20px !important;
		font-weight: 400;
	}
	.navbar-right> li> a{
		color: #fff;
		margin-right:15px;
		text-align:center;
	}
	.navbar-right> li> a:hover,
	.navbar-right> li> a:focus{
		background-color: #428bca;
		color: #fff;
		cursor:pointer;
	}
	.placeholder {
		margin-bottom: 0px;
		padding-top: 5px;
	}
}
@media (max-width: 640px) {
.animated {
	visibility: visible;
}
	.nav-sidebar li {
		list-style:none;
		border-top:1px solid #fff;
		border-bottom:3px solid #fff;
		border-left:2px solid #fff;
		border-right:2px solid #fff;
		float:left;
		width:49%;
		margin:3px 0.5%;
		padding:0;
	}
	.link-btn a {
		padding-left: 10px !important; 
		padding-right: 10px !important; 
		font-size: 15px !important;
		font-size: 20px !important;
		font-weight: 400;
	}
	.navbar-right> li> a{
		color: #fff;
		margin-right:15px;
		text-align:center;
	}
	.navbar-right> li> a:hover,
	.navbar-right> li> a:focus{
		background-color: #428bca;
		color: #fff;
		cursor:pointer;
	}
	.placeholder {
		margin-bottom: 0px;
		padding-top: 5px;
	}
}
@media (max-width: 320px) {
.animated {
	visibility: visible;
}
	#welcome h1{font-size:80px!important;}
	.nav-sidebar li {
		list-style:none;
		border-top:1px solid #fff;
		border-bottom:3px solid #fff;
		border-left:2px solid #fff;
		border-right:2px solid #fff;
		float:left;width:48%;
		margin:3px 1%;
		padding:0;
	}
	.link-btn a {
		padding-left: 10px !important; 
		padding-right: 10px !important; 
		font-size: 15px !important;
		font-size: 20px !important;
		font-weight: 400;
	}
	.navbar-right> li> a{
		color: #fff;
		margin-right:15px;
		text-align:center;
	}
	.navbar-right> li> a:hover,
	.navbar-right> li> a:focus{
		background-color: #428bca;
		color: #fff;
		cursor:pointer;
	}
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #428bca;
  }
  .nav-sidebar > li > a {
	padding-right: 35px;
	padding-left: 35px;
	color: #fff;
  }
  .navbar-right> li> a{
	color: #fff;
	margin-right:15px;
  }
 .top{cursor: pointer !important;}
  .navbar-right> li> a:hover,
  .navbar-right> li> a:focus{
	background-color: #428bca;
	color: #fff;
  }
  .nav{
	margin:0px;
	padding-bottom:0px;
  }

}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -15px; /* 20px padding + 1px border */
  margin-bottom: 0px;
  margin-left: -15px;
}
.nav-sidebar > li > a {
  padding-right: 15px;
  padding-left: 35px;
  color: #fff;
  cursor: pointer !important;
}
.nav-sidebar > .active > a,
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus,
.nav-sidebar > .active > a:focus {
  color: #428bca !important;
  background-color: rgba(255,255,255,.8);
  padding-left: 30px;
  border-left: 5px solid #d2d2d2;
  border-right: 1px solid #428cdb;
}

.container{width:auto; }
.bar-nav{margin-top: -20px !important;}
/*
 * Main content
 */
#welcome {
	background-color: #428bca;
	color: #fff;
	min-height: 100vh;
	background-image: url(../img/1.jpg);
	background-repeat: repeat;
}
#welcome .sabbir{opacity:1;}
#footer{
	min-height: 50px;
	margin-left:-15px;
	margin-right:-15px;
	background-color:#428bca;
}
.main {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px
}
@media (min-width: 768px) {
  .main {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
  }
}
.main .page-header {
  margin-top: 0;
}

.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 0px;
  padding-top: -5px;
}
.placeholder h1{
	font-style: comic !important;
	color: #f2f2f2;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.placeholder hr{
	border-color:  transparent #cccccc transparent #cccccc;
	border-style: solid;
	border-width: 10px;
	margin-top: -40px;
	width: 230px;
}
/* ------------------------------------------------------------------------------------------ Button Starts */
.link-btn {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 25px;
}
.link-btn a {
	padding-left: 34px;
	padding-right: 34px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #428bca;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	font-weight: 400;
	border-radius: 4px;
	border: 4px solid #428bca;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link-btn a:hover {
	border: 4px solid #428bca;
	background-color: transparent;
	color: #428bca;
}
.link-btn a i {
	margin-right: 10px;
}
.link-btn-2 {
	text-align: center;
	margin-top: 20px;
}
.link-btn-2 a {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #428bca;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 4px;
	border: 4px solid #428bca;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link-btn-2 a i {
	margin-right: 12px;
}
.link-btn-2 a:hover {
	border: 4px solid #428bca;
	background-color: transparent;
	color: #428bca;
}

/* ------------------------------------------------------------------------------------------ Education Starts */

#education {
}
#education hr {
	width: 30px;
	margin: 0px;
	padding: 0px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	border-color: transparent transparent #cccccc transparent;
	border-style: solid;
	border-width: 30px;
}
.education-timeline {
	margin-top: 30px;
}
.education-timeline .programe {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 12px;
	color: #428bca;
}
.education-timeline .university {
	font-size: 16px;
	font-weight: 400;
}
.education-timeline .col-left {
	text-align: right;
	margin-right: 30px;
}
.education-timeline .col-right {
	text-align: left;
	margin-left: 30px;
}
.education-timeline .duration {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.education-timeline .education:hover .divider {
	background-color: #428bca;
	color: #fff;
}
.education-timeline .education:hover .duration {
	color: #428bca;
}
.education-timeline .row {
	padding-bottom: 60px;
}
.education-timeline .divider {
	float: right;
	margin: -6px -35px 0 0;
	color: #000;
	text-align: center;
	background-color: #cccccc;
	border-radius: 20px;
	height: 40px;
	width: 40px;
	padding-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.education-timeline {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.education-timeline:before {
	background-color: #cccccc;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 0;
}
/* ------------------------------------------------------------------------------------------ Education Starts */




/* ------------------------------------------------------------------------------------------ Process Starts */
#process {
	background: url(../img/parallax/2.jpg) 50% 0 repeat-y fixed;
	color: #fff;
}
#process .items {
	width: 130px;
	height: 130px;
	background: #fff;
	color: #000;
	border-radius: 65px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 28px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
	font-weight: 600;
}
#process .items i {
	font-size: 50px;
	margin-bottom: 8px;
}
#process .items:hover {
	background: #428bca;
	color: #fff;
}
/* ------------------------------------------------------------------------------------------ Process Ends */
/* ------------------------------------------------------------------------------------------ Work Experience Starts */

#work-experience {
}
.work-experience-timeline {
	margin-top: 30px;
	padding-bottom: 0px;
}
#work-experience hr {
	width: 30px;
	margin: 0px;
	padding: 0px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	border-color: transparent transparent #cccccc transparent;
	border-style: solid;
	border-width: 30px;
}
.work-experience-timeline .company-name {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 1px;
	color: #428bca;
}
.work-experience-timeline .designation {
	font-size: 16px;
	font-weight: 400;
}
.work-experience-timeline .duration {
	font-size: 16px;
	font-weight: 600;
	padding-top: 16px;
	padding-bottom: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-experience-timeline .url {
	font-size: 16px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 6px;
}
.work-experience-timeline .url a {
	color: #428bca;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-experience-timeline .url a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-experience-timeline .row {
	padding-bottom: 30px;
}
.work-experience-timeline .col-left {
	text-align: right;
	margin-right: 30px;
	margin-top: 46px;
}
.work-experience-timeline .col-right {
	text-align: left;
	margin-left: 30px;
	margin-top: 6px;
}
.work-experience-timeline .col-left .arrow {
	border-color: transparent #cccccc transparent transparent;
	border-style: solid;
	border-width: 20px;
	width: 0;
	height: 0;
	right: 0px;
	top: 40px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-experience-timeline .col-right .arrow {
	border-color: transparent transparent transparent #cccccc;
	border-style: solid;
	border-width: 20px;
	width: 0;
	height: 0;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.work-experience-timeline .col-left:hover .arrow {
	border-color: transparent #428bca transparent transparent;
}
.work-experience-timeline .col-right:hover .arrow {
	border-color: transparent transparent transparent #428bca;
}
.work-experience-timeline .col-right:hover .duration, .work-experience-timeline .col-left:hover .duration {
	color: #428bca;
}
.work-experience-timeline {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
.work-experience-timeline:before {
	background-color: #cccccc;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 0;
}
/* ------------------------------------------------------------------------------------------ Education Starts */

/* ------------------------------------------------------------------------------------------ Services Starts */
#services {
	background: url(../img/parallax/3.jpg) 50% 0 repeat-y fixed;
	color: #fff;
}
#services-carousel .items {
	text-align: center;
}
#services-carousel .items .icon {
	font-size: 100px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#services-carousel .items:hover .icon {
	font-size: 100px;
	color: #428bca;
}
#services-carousel .items .description {
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
/* ------------------------------------------------------------------------------------------ Services Ends */
/* ------------------------------------------------------------------------------------------ Portfolio Starts */

#options {
	margin-bottom: 20px;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#options ul {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#options ul li {
	display: inline-block;
}
#options ul li a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	border: 2px solid #ccc;
	font-size: 18px;
	font-weight: 600;
	color: #ccc;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
#options ul li a:link {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#options ul li:hover a, #options ul li a.selected {
	color: #fff;
	border: 2px solid #428bca;
	background-color: #428bca;
}
#portfolio ul li {
	list-style-type: none;
}
#container-thumbs {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container-thumbs .items {
	margin-bottom: 40px;
	text-align: center;
}
#container-thumbs .items .heading {
	font-size: 22px;
	font-weight: 600;
	margin-top: 10px;
}
#container-thumbs .items .category {
	font-size: 16px;
	font-weight: 400;
}
/* Overlayzoom Starts */
.overlayzoom {
	position: relative;
	display: block;
	margin: 0;
	text-decoration: none;
}
.overlayzoom span i {
	color: #FFF;
	font-size: 40px!important;
	font-weight: 400;
	padding: 30%;
	margin: 6px;
}
.overlayzoom span.zoom {
	position: absolute;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease; /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(228, 84, 90); /* RGBa with 0.6 opacity */
	background: rgba(228, 84, 90, 0.7);
}
.overlayzoom span.zoom span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlayzoom:hover span.zoom, .overlayzoom:focus span.zoom {
	width: 100%;
	height: 100%;
	margin: auto!important;
}
/* ------------------------------------------------------------------------------------------ Portfolio Ends */

/* ------------------------------------------------------------------------------------------ Video Starts */
section#video {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
#video {
	background: url(../img/parallax/4.jpg) 50% 0 repeat-y fixed;
	color: #fff;
	height: 750px;
	overflow: hidden;
}
#video .container {
	padding-top: 120px;
	padding-bottom: 120px;
	margin: 0px auto;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#video #my-video video {
	display: block;
	width: 100%;
	opacity: 0.8;
	background-color: #000;
}
#video .heading {
	font-size: 120px;
	font-weight: 100;
	line-height: 1;
}
#video .description {
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 0px;
}
#video .play {
	font-size: 120px;
	font-weight: 100;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1;
}
#video .play a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#video .play a:hover {
	color: #428bca;
}
#video .signature {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}
/* ------------------------------------------------------------------------------------------ Video Ends */

/* ------------------------------------------------------------------------------------------ Awards Starts */
#awards {
	background: url(../img/parallax/5.jpg) 50% 0 repeat-y fixed;
	color: #fff;
}
#awards-carousel .items {
	text-align: center;
}
#awards-carousel .items .icon {
	font-size: 160px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#awards-carousel .items:hover .icon {
	font-size: 160px;
	color: #428bca;
}
#awards-carousel .items .title {
	font-size: 28px;
	font-weight: 600;
}
#awards-carousel .items .companyname {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}
#awards-carousel .items .year {
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
/* ------------------------------------------------------------------------------------------ Awards Ends */

/* ------------------------------------------------------------------------------------------ Testimonials Starts */
#testimonials-carousel {
	text-align: center;
}
.row #testimonials-carousel {
	margin-top: -30px;
}
#testimonials-carousel .items {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#testimonials-carousel .items .description {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 400;
}
#testimonials-carousel .items .emp-name {
	font-size: 22px;
	font-weight: 500;
	padding-top: 22px;
	color: #428bca;
}
#testimonials-carousel .items .company-name {
	font-size: 20px;
	margin-top: 2px;
}
/* ------------------------------------------------------------------------------------------ Testimonials Starts */

/* ------------------------------------------------------------------------------------------ Download CV Starts */

section#download-cv {
	padding-top: 75px;
	padding-bottom: 55px;
}
#download-cv {
	background-color: #000;
}
#download-cv .description {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 30px;
}
/* ------------------------------------------------------------------------------------------ Download CV Ends */

/* ------------------------------------------------------------------------------------------ Contact Starts */

#contact {
	background-color: #428bca;
	color: #fff;
	background-image: url(../img/texture/black-dot.png);
	background-repeat: repeat;
}
#contact .section-heading .heading {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}
#contact .section-heading h1 {
	margin-top: 24px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
#contact .section-heading h1.icon-line:after {
	content: "";
	display: block;
	border-top: solid 2px #fff;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
#contact .section-heading h1.icon-line i {
	background: #428bca;
	color: #fff;
	position: relative;
	z-index: 5;
	padding-top: 15px;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	border: solid 2px #fff;
}
#contact .row {
	text-align: center;
}
#contact .contact-info {
	margin-bottom: 80px;
}
#contact .address {
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 40px;
}
#contact .phone {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}
#contact .email {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 12px;
}
#contact .web {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 12px;
}
#contact hr {
	margin-bottom: 80px;
	width: 100px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.contact-form .row .form {
	margin-top: -90px;
}
#contact .contact-form .form .input-group {
	margin-bottom: 12px;
	color: #313131;
	font-weight: 600;
}
#contact .contact-form .form .input-group .form-control {
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #313131;
}
.ss{
	padding: 5px !important;
	font-size: 22px !important;
}
#contact .contact-form .form button {
	padding: 14px;
	font-size: 30px;
	font-weight: 700;
	width: 100%;
	background-color: #fff;
	color: #428bca;
	border: 4px solid #fff;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contact .contact-form .form button:hover {
	border-radius: 4px;
	background-color: #428bca;
	border: 4px solid #fff;
	color: #fff;
}
#message_post {
	padding-top: 14px;
	padding-bottom: 14px;
}
.errorMessage {
	color: #fff;
}
.successMessage {
	color: #fff;
}
.loading {
	height: 28px;
	width: 28px;
	display: none;
	background-image: url(../img/progress.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
.done {
	display: none
}
/* ------------------------------------------------------------------------------------------ Contact Ends */

/* ------------------------------------------------------------------------------------------ Social Media Starts */

.social-icons ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}
.social-icons ul li {
	width: 50px;
	height: 50px;
	background-color: #428bca;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 2.2;
	color: #fff;
	margin-left: 4px;
	margin-right: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons ul li a {
	color: #fff;
}
.social-icons ul li:hover {
	opacity: .80;
	filter: alpha(opacity=80);
}
/* ------------------------------------------------------------------------------------------ Social Media Ends */

/* ------------------------------------------------------------------------------------------ About Me Starts */
#about {
	background-image: url(../img/texture/white-dot.png);
	background-repeat: repeat;
}
#about .personal-info {
}
#about .owl-controls {
	padding: 0px;
	margin: 0px;
}
#about #my-pic-carousel img {
	padding-left: 20px;
	padding-right: 20px;
}
#about .personal-info .line1 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}
#about .personal-info .line2 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
#about .col-left {
	text-align: right;
	padding-top: 10px;
}
#about .col-right {
	text-align: left;
	padding-top: 10px;
}
#about .pic {
	text-align: center;
}
#about .pic img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
#about .intro {
	padding-top: 50px;
	text-align: center;
}
/* ------------------------------------------------------------------------------------------ About Me Ends */

/* ------------------------------------------------------------------------------------------ My Skills Starts */
#myskills {
	background: url(../img/parallax/1.jpg) 50% 0 repeat-y fixed;
	color: #fff;
}
#myskills-carousel {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
#myskills-carousel .items {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center!important;
}
#donutchart1, #donutchart2, #donutchart3, #donutchart4, #donutchart5, #donutchart6, #donutchart7, #donutchart8, #donutchart9, #donutchart10, #donutchart11, #donutchart12 {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center!important;
}
/* ------------------------------------------------------------------------------------------ My Skills Ends */

/*
     FILE ARCHIVED ON 17:08:15 Mar 24, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:03:45 Dec 30, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.741
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 21.899
  LoadShardBlock: 156.24 (3)
  PetaboxLoader3.datanode: 209.101 (4)
  load_resource: 153.582
  PetaboxLoader3.resolve: 85.214
*/