/*
Copyright (c) 2017
------------------------------------------------------------------
[Master Stylesheet]

Project:	Pikxal - Personal Portfolio Template
Version:	1.1	
-------------------------------------------------------------------
[Table of contents]

1. Body
2. Helper Classes
3. Loader and scroll top
4. Button
5. Form
6. Common Section
7. Navigation
8. Static Banner
9. About us
10.skills
11.Facts
12.Works
13.Call TO Action
14.Experience & Education
15.Services Section
16.Testimonial Section
17.Contact Section
18.Footer
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300i,400,600,600i,700,700i,900,900i');

body {
	font-family: 'Open Sans', sans-serif;
	color: #606b77;
	line-height: 24px;
	font-size: 15px;
}
a {
	color: #00A5A8;
}
a:focus, a:active, a:hover {
	outline: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #2F3BBD;
	text-decoration:none;
}
p {
	line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	margin-top:0px;
	font-weight:600;
}
h1 {
	font-size:50px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 22px;
	line-height: 30px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
hr {
	border-color: #ddd;
}

::-webkit-input-placeholder {
 color: #838282 !important;
}
::-moz-placeholder {
 color: #838282 !important;
}
:-ms-input-placeholder {
 color: #838282 !important;
}
:-moz-placeholder {
 color: #838282 !important;
}
::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background:#1257b0;
}

::selection {
    color: #FFF;
     background:#1257b0;
}

/*--------------------------------------------*/
/*   Helper Classes
/*--------------------------------------------*/

.clear {
	clear:both;
}
img {
	max-width:100%;
}
.p-0 {
	padding: 0px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-l-0 {
	padding-left: 0px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-r-0 {
	padding-right: 0px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-t-0 {
	padding-top: 0px !important;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-l-r-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.m-0 {
	margin: 0px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}
.m-b-45 {
	margin-bottom: 45px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}
.m-r-5 {
	margin-right:5px;
}
.w-sm {
	min-width:80px;
}
.font-bold {
	font-weight:600 !important;
}
.font-weight-500 {
	font-weight:500 !important;
}
.font-normal {
	font-weight:normal !important;
}
.font-15 {
	font-size:15px !important;
}
.font-14 {
	font-size:14px;
}
.font-22 {
	font-size:22px !important;
}
.uppercase {
	text-transform:uppercase;
}
.lead-14 {
	font-size:14px;
	line-height:20px;
}
.lead-16 {
	font-size: 16px;
	line-height: 27px;
}
.nowrap {
	white-space: nowrap !important;
}
label {
	font-weight: 500;
}
.lead {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.text-white{
	color:#FFF !important;
}
/*--------------------------------------------*/
/*   Loader and scroll top
/*--------------------------------------------*/

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color:#FFF;
	z-index: 999999;
}
.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}
.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	background:rgba(0, 66, 200, .8);
	text-align: center;
}
.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}
.scrollup:hover {
	background:rgba(0, 66, 200, .9);
}

/*--------------------------------------------*/
/*   Button
/*--------------------------------------------*/

.btn {
	padding: 11px 32px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius:0;
	border:2px solid transparent;
}
.btn:hover {
	opacity:1;
}
.btn.round{
	border-radius:30px;
}
.btn-primary {
    background: #1257b0;
    border-color: #1257b0;
}
.btn-primary:hover, .btn-primary:focus {
	color: #FFF;
	background: #103E9C     !important;
	border-color: #103E9C   !important;
}
.btn-primary.border {
    background: transparent;
    color: #1257b0;
    border-color: #1257b0;
}
.btn-primary.border:hover , .btn-primary.border:focus{
	background:#1257b0 !important;
	color:#FFF;
	border-color: #1257b0 !important;
}
.btn-white-border {
	border: 2px solid #FFF;
	color:#FFF;
	background:transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
    color: #FFF;
    background: #1257b0 !important;
    border-color: #1257b0 !important;
    box-shadow: none;
}
/*--------------------------------------------*/
/*   Form Control
/*--------------------------------------------*/

.form-control {
    border-radius: 0;
    height: 47px;
    border: 1px solid #ced0d1;
    background-color: transparent;
	box-shadow: none;
    font-size: 15px;
}
.form-control:focus {
	box-shadow:none;
	border-color:#ccc;;
}
/*--------------------------------------------*/
/*  common Section
/*--------------------------------------------*/

.section {
	padding:120px 0px 90px;
	position:relative;
}
section {
	position:relative;
}
section .container {
	position:relative;
}
.section-heading {
	margin: 0px 0px 70px;
}
.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 27px;
    padding-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}
.section-heading h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    right: 50%;
    bottom: -2px;
    margin-right: -30px;
    background-color: #1257b0;
}
.section-heading.white h2 {
	color:#FFF;
}
.section-heading.white h2::after {
    background-color: #FFF;
}
.section-heading {
	margin: 0px 0px 70px;
}
.parallax {
	background-attachment: fixed !important;
	background-position: top center !important;
	background-size:cover !important;
}
.overlay {
    background:rgba(0,0,0,.7);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*--------------------------------------------*/
/*   Navigation
/*--------------------------------------------*/

#header {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	background: rgba(0,0,0,.2);
}
#main-menu {
	z-index: 300;
	visibility:visible;
}
.menu-bg {
	background:#171717   !important;
}
#main-menu ul {
	display: block;
	width: 100%;
	text-align: center;
}
#main-menu ul li {
	display: inline-block;
	position: relative;
}
#main-menu ul li a {
	display: inline-block;
	padding:6px 10px;
	line-height: 60px;
	color: #FFF;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}
#main-menu ul li a:hover {
	color:#FFF;
}
#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}
#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #FFF;
	box-shadow: inset 0 -2px 0 #FFF;
}
.clear-toggle {
	display:none;
	clear:both;
}
.navbar-toggle {
	color: #FFF;
	margin-top: 4px;
	font-size: 32px;
	margin-bottom: 0px;
	padding-top: 9px;
	position: absolute;
	right: 0px;
	padding-right: 0;
}
.logo {
	width: 100% !important;
	height: 100% !important;
}
.logo-nav {
	float: left;
	line-height: 70px;
}

/*--------------------------------------------*/
/*   Static Banner
/*--------------------------------------------*/

.banner {
	background:url(../images/bg/banner-bg.jpg) no-repeat;
	background-size:cover;
	width: 100%;
	height:100%;
	position:relative;
	text-align:center;
	height: 100vh;
}
.banner .container {
	position:relative;
	max-width: 1000px;
}

.banner-overlay {
    background:rgba(0,0,0,.7);
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.banner-inner {
	display: table;
	height: 100%;
	width: 100%;
}
.banner-caption-main {
	display: table-cell;
	vertical-align: middle;
}
.banner-caption-main h2 {
	color:#FFF;
	font-size:48px;
	margin:25px 0px;
	font-weight: 700;
	text-transform:uppercase;
}
.banner-caption-main h4 {
	color:#FFF;
	font-size:20px;
	margin: 40px 0px 35px;
	font-weight: 700;
}
.social-top ul li {
	display: inline-block;
	list-style:none;
}
.social-top ul li a {
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 16px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	border:1px solid #FFF;
	margin: 0px 5px;
	color: #FFF;
}
.social-top ul li a:hover {
	background:#FFF;
	color:#1257b0;
}


/*--------------------------------------------*/
/*   About us
/*--------------------------------------------*/

.about-media{
	margin-bottom:30px;
}

.about-media{
	padding-right:30px;
}

.about-desc{
	margin-bottom:30px;
}

.about-desc .lead{
	font-size:18px;
	color:#585757;
}

.about-desc .btn{
	margin-top:20px;
	margin-right:20px;
}

.about-desc .btn:last-child{
	margin-right:0px;
}

/*--------------------------------------------*/
/*   skills
/*--------------------------------------------*/

.skills-wrapper{
	margin-top:20px;
}

.skills-main{
    margin-bottom: 30px;
}

.left{
	padding-right:20px;
}

.right{
	padding-left:20px;
}

.skills-main h3 {
    font-size: 17px;
    margin-bottom: 6px;
    margin-top: 0px;
    color: #1d1d1d;
}

.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #E9E9E9;
    border-radius: 0;
}

.progress-bar {
    line-height: 10px;
    background:#1257b0;
    box-shadow: none;
    -webkit-box-shadow: none;
}


/*--------------------------------------------*/
/*   Facts
/*--------------------------------------------*/

.facts {
	background: url(../images/bg/facts-bg.jpg);
	padding: 90px 0px 60px;
	width: 100vw;
}
.facts-box {
	margin-bottom:30px;
	text-align:center;
	width: 90vw;
}
.facts-box i {
	color: #FFF;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	font-size: 44px;
	font-weight: 800;
}
.facts-box h2 {
    color: #FFF;
    /*margin: 30px 0px 4px;*/
    font-weight: 700;
    font-size: 44px;
}
.facts-box h3 {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------*/
/* Works
/*-----------------------------------------------------------------*/


#works {
	padding-bottom: 125px;
}
ul.work {
	list-style: outside none none;
	margin: 0 0px 5px;
	padding: 0;
	text-align: center;
}
ul.work li {
	display: inline-block;
	font-size: 16px;
	margin: 0px 18px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	color: #000;
	font-weight: 700;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px
}
ul.work li.active, ul.work li:hover {
	color:#1257b0;
	border-bottom: 2px solid #1257b0;
	padding-bottom: 5px;
}
.single-work img {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	display: block;
	width: 100%;
	border:2pt solid black;
}
.single-work:hover img {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
.single-work {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.work-details {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	display:none;
}
.single-work .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(39, 132, 252, 0.8);
	padding-top: 0;
}
.work-info-text {
    margin-top: 10%;
    color: #fff;
    position: relative;
    text-align: left;

    left: 30px;
}
.work-info-text h5 {
    margin: 0 0 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}
.work-info-text p {
    font-size: 14px;
    font-weight: 600;
}

.work-info-text a{
    font-size: 16px;
    font-weight: 600;
    color: blue;
    text-decoration: underline;
}

.single-work:hover .work-details {
 display:block;
}
.work-inner .mix {
	display: none;
}

/*--------------------------------------------*/
/*   Call TO Action
/*--------------------------------------------*/

.cta {
	background:url(../images/bg/cta-bg.jpg) no-repeat;
	background-size:cover;
	text-align:center;
	padding: 120px 0px 130px;
}
.cta-inner h2 {
    color: #FFF;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 35px;
}
.cta-inner .btn {
	margin:5px;
}


/*--------------------------------------------*/
/*   Experience & Education
/*--------------------------------------------*/

#education{
	padding:120px 0px 120px;
	background:#F7F8F8;
}

.cv-timeline-main {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

.cv-timeline-main:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #1257b0; 
	left: 20%;
	margin-left: -5px;
}

.cv-timeline-main > li {
	position: relative;
}

.cv-timeline-main > li .c-date {
	display: block;
	width:25%;
	padding-right: 100px;
	position: absolute;
}

.cv-timeline-main > li .c-date span {
	display: block;
	text-align: left;
}

.cv-timeline-main > li .c-date span:last-child {
    font-size: 15px;
    padding: 15px 0px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000;
}
.cv-timeline-main > li .cv-detail {
	margin: 0 0 15px 25%;
	background: #FFF;
	color: #888;
	padding: 2em;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06); 
}

.cv-timeline-main > li:nth-child(odd) .cv-detail {
	background: #FFF;
}

.cv-timeline-main > li .cv-detail h3 {
	font-size: 22px;
	text-shadow: none;
	margin: 0px auto; 
}

.cv-timeline-main h4 {
    font-size: 16px;
    text-shadow: none;
    color: #8a8d8f;
    margin: 10px 0px 20px 0px;
    font-weight: 400;
}

.cv-timeline-main > li .cv-detail:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-right-color: #FFF;
	border-width: 10px;
	top: 10px;
}

.cv-timeline-main > li:nth-child(odd) .cv-detail:after {
	border-right-color: #FFF;
}


.cv-timeline-main > li .time-icon {
	width: 40px;
	height: 40px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 22px;
	line-height: 42px;
	position: absolute;
	color: #1257b0;
	background: #f9f9f9;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ddd;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

/*--------------------------------------------*/
/*   Services Section
/*--------------------------------------------*/

.services-section {
	background:#FFF;
}
.services-box {
    text-align: center;
    margin-bottom:30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    padding: 34px 34px 24px;
    background: #FFF;
}
.services-box .icon {
    color: #FFF;
    font-size:26px;
    margin-bottom: 23px;
    display: inline-block;
    border: 1px solid #1257b0;
	background:#1257b0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.services-box .services-info {
}
.services-box .services-info h3 {
    font-size: 22px;
	margin-bottom: 13px;
}
.services-box:hover  .icon{
	border:1px solid #1257b0;
	color:#1257b0;
	background: #FFF;
}

/*--------------------------------------------*/
/*   Testimonial Section
/*--------------------------------------------*/

.testimonial-section {
	background:#F9F9F9;
	background:url(../images/bg/testimonial-bg.jpg) no-repeat;
	background-size:cover;
}
.testimonial-section .container{
	max-width:900px;
}
.testimonial-item {
	text-align: center;
	margin-bottom:10px;
}
.testimonial-item .testimonial-photo {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.testimonial-item .testimonial-photo img{
	width: 100px;
	height: 100px;
	border-radius:50%;
	max-width:100%;
}
.testimonial-item p {
	position: relative;
	line-height: 38px;
	font-style: italic;
	font-size: 17px;
	color:#FFF;
	top: -12px;
}
.testimonial-item h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #FFF;
}
.testimonial-item h5 small {
    display: block;
    margin: 9px 0px 0px;
    font-size: 15px;
    text-transform: none;
    color: #FFF;
    font-weight: 600;
    font-style: italic;
}

/*--------------------------------------------*/
/*   Contact Section
/*--------------------------------------------*/


.contact-section {
	background:url(../images/contact-bg.html) no-repeat;
	background-size:cover;
}
.contact-form textarea.form-control {
	height: 200px;
	resize: inherit;
}
.contact-form .form-group {
	margin-bottom:30px;
}
.contact-info {
	margin-bottom: 61px;
	float: left;
	width: 100%;
}
.contact-info-box {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    padding: 40px 25px;
}
.contact-info-box .contact-icon {
	font-size: 26px;
	margin-bottom: 24px;
	color: #201e1e;
}
.contact-info-box h5 {
	font-size: 21px;
	position: relative;
	padding-bottom: 0;
}

/*--------------------------------------------*/
/*   Footer
/*--------------------------------------------*/

footer{
	background:#171717;
	padding:45px 0 30px;
}

footer p{
	color:#FFF;
}

footer p > a:hover{
	color:#FFF;
}

footer ul.footer-social {
    margin-bottom: 15px;
}	

footer ul.footer-social li {
	line-height:48px;
	font-size:20px;
	padding:0px;
}

footer ul.footer-social li a {
    color: #FFF;
    text-align: center;
    border: 1px solid #FFF;
    display: inline-block;
    height: 20px;
    width: 40px;
    line-height: 37px;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 14px;
}

footer ul.footer-social li a  {
	transition: all 700ms;
}

footer ul.footer-social li a:hover {
	color: #1257b0;
	border: 2px solid #FFF;
	background:#FFF;
}

footer ul.footer-social li:last-child a {
	margin-right: 0px;
}	
