/* ========================================================================
    Reset css
========================================================================*/

html, body { 
	overflow-x: hidden;
	font-size: 14px;
	color: #7d7d7d;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 26px;
	height: 100%;
	background: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 0;
}
ul {
	padding: 0;
}
li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
    color: #333;
}
a:active,
a:focus { 
	outline: 0;
    -moz-outline: 0;
    text-decoration: none; 
}
a:hover {
	text-decoration: none;
    pointer-events: painted;
}
.nav > li > a:focus, .nav > li > a:hover {
	background: transparent;
}
.sec-pad {
	padding: 150px 0;
}
img {
	max-width: 100%; 
	height: auto;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	z-index: 10000;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../image/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.nplr {
	padding: 0;	
}
.npl {
	padding-left: 0;	
}
.npr {
	padding-right: 0;	
}
.alter-bg {
	background: #f5f5f5;
}		


/* ========================================================================
    Generel css
========================================================================*/

.carousel .item .banner-img {
	height: 100%;
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: cover !important; 	
}
.carousel,.item,.active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.typed-cursor {
    font-weight: 300;
}
.scroll-downs {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width : 34px;
  height: 55px;
  bottom: 30px;
}
.scroller {
	display: block;
	height: 100px;
	width: 100px;
	color: #fff;
	font-size: 30px; 
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.scroller:hover, .scroller:active ,.scroller:focus {
	color: #fff;
}
.overly:after {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}
.link-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;

}
.border {
    position: relative;
}
.border:after {
    position: absolute;
    z-index: -1;
    top: 10%;
    left: 15%;
    content: '';
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: 5px solid #100964;
}
section .section-text {
	margin-bottom: 40px;
}
section .section-heading {
	position: relative;
	font-size: 36px;
	font-weight: 700;
	line-height: 45px;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 25px;
	letter-spacing: 1px;
}
.btn {
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	width: 150px;
	line-height: 30px;
	font-size: 16px;
	background: transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	transition: 0.5s;
	margin-right: 10px;
	margin-top: 30px;
}
.btn-primary {
	color: #000;
	border: 2px solid #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #fff;
	background: #000;
	border-color: #000;
}
.social-holder {
    text-align: center;
}
.social-holder a {
    margin-right: 10px;
}
.social-holder a:last-child {
    margin-right: 0;
}
.social-holder i {
    font-size: 23px;
    color: #000;
    margin: 5px;
}
.social-holder i:hover {
    color: #e4007f;
}

/* ========================================================================
    Navbar
========================================================================*/

.navbar-custom {
	background-color: transparent;
	border: none;
	padding: 15px 0;
	-webkit-transition: padding .5s;
	-moz-transition: padding .5s;
	transition: padding .5s;
} 
.navbar-custom .navbar-brand {
	padding: 0;
}   
.navbar-custom .navbar-toggle {
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	color: white;
	font-size: 20px;
	margin-right: 0;
}
.navbar-custom ul li {
	margin: 0 15px;
}
.navbar-custom ul li:last-chlid {
	margin-right:0px; 
}
.navbar-custom ul li a {
	color: #ccc;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 0;
}
.navbar-custom ul li a:hover {
	background: transparent;
	color: #fff; 
}
.navbar-header {
    padding-left: 10px;
}
.navbar-brand img {
    height: 50px;
}
.navbar-nav li a.active {
	color: #fff;
}
.navbar-custom.affix {
	background: #000;
	padding: 10px 0;
}


/* ========================================================================
    Banner
========================================================================*/

.banner-content {
	position: relative;
	height: 100%;
	overflow: hidden;
	background-color: #f2f2f2;
}
.banner-content.portfolio-detail {
	height: auto;
	padding: 150px 0;
    background: url('../image/portfolio-bg.png') no-repeat;
	background-position: left;
	background-size: cover;
}
.banner-content .intro-text {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 50%;
  	transform: translateY(-50%);
	color: #fff;
	z-index: 100;
}
.banner-content .intro-text .top-text {
	font-size: 20px;
	letter-spacing: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 40px;

}
.banner-content .intro-text .portfolio-detail-title {
	text-transform: capitalize;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.banner-content .intro-text .effect-text {
	font-size: 60px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;

}
.banner-content .btn {
    width: 160px;
    line-height: 40px;
}
.banner-content .btn-primary {
    margin-top: 100px;
    color: #FFF;
    background: #000;
    border: 2px solid #FFF;
}
.banner-content .btn-primary:hover,
.banner-content .btn-primary:active,
.banner-content .btn-primary:focus {
    color: #000;
    background: #FFF;
}


/* ========================================================================
    About Me
========================================================================*/

#about {
	padding-bottom: 50px;
}   
.about .abt-text {
	padding-top: 100px;
}
.about .section-text strong {
    font-size: 16px;
    color: #e4007f;
}
#box-link {
    text-align: center;
}
.about .btn-download {
    font-size: 12px;
    padding: 16px 44px 16px 18px;
    margin: 50px 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s;
    position: relative;
    color: #FFF;
    background-color: #333;
    z-index: 20;
    letter-spacing: 2px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1.25;
}
.about .btn-download:hover {
    border: none;
    color: #FFF;
    background-color: #333;
    letter-spacing: 2px;
}
.about .btn-download:focus {
    box-shadow: none;
    color: #FFF;
    outline: none;
}
.about .btn-download:before {
    position: absolute;
    content: '\f407';
    font-family: 'Ionicons';
    top: 12px;
    right: 12px;
    font-size: 22px;
}
.about .btn-download:after {
    content: "";
    position: absolute;
    background-color: #e4007f;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: all .3s;
}
.about .btn-download:hover:after {
    width: 46px;
    height: 70px;
    right: -5px;
    top: -5px;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.about .section-text {
    margin-bottom: 30px;
}
.content-col-holder .col-icon i {
    font-size: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    color: #232323;
    line-height: 80px;
}
.content-col-holder .col-text h4 {
    color: #232323;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
} 
.content-col-holder .col-text p {
    padding-top: 16px; 
}
#skill {
    padding: 100px 0;
}
.skill-list li {
    position: relative;
    margin: 0 20px 30px;
}
.skill-list li h3 {
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.skill-list li h4 {
    font-size: 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.skill-list li .percent {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 10px;
}
.skill-list li .skill-bar {
    margin-top: 8px;
    background: #f2f2f2;
}
.skill-list li .skill-bar .inner-prcnt {
    background: #e4007f;
    height: 5px;
}


/* ========================================================================
    Experience
========================================================================*/

.timeline-row {
    margin-bottom: 35px;
}
.timeline-row:last-child {
    margin-bottom: 0;
}
.timeline-left {
    text-align: right;
}
.timeline-right {
    position: relative;
    padding-left: 50px;
}
.timeline-right:before {
    background-color: #100964;
    opacity: .5;
    content: '';
    height: calc(100% + 100px);
    width: 1px;
    position: absolute;
    left: 0;
    top: 16px;
}
.timeline-right.last-timeline:before {
    height: 100%;
}
.timeline-right ul {
    padding-left: 1.5rem;
}
.timeline-right ul li {
    list-style: disc !important;
}
.timeline h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
}
.timeline h3 span {
    display: block;
}
.timeline-right h3:before {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    border: 0;
    background-color: #100964;
    left: -7px;
    content: '';
}
.timeline-left .place {
    font-size: 14px;
    font-weight: 600;
    color: #7D7D7F;
}
#experience {
    padding: 150px 0 90px;
}
#experience .timeline .name {
    color: #100964;
}
#education {
    padding: 50px 0 150px;
}
#education .timeline-right:before {
    background-color: #e4007f;
}
#education .timeline-right h3:before {
    background-color: #e4007f;
}
#education .timeline .name {
    color: #e4007f;
}
#education .timeline-right.last-timeline:before {
    height: calc(100% + 60px);
}


/* ========================================================================
    Portfolio
========================================================================*/

.portfolio .portfolio-wrapper {
	position: relative;
}
.portfolio .filters-menu {
	margin-bottom: 40px;
	text-align: center;;
}
.portfolio .filters-menu li {
	display: inline-block;
	cursor: pointer;
}
.portfolio .filters-menu li {
	font-size: 13px;
	position: relative;
	color: #b7b7b7;
	font-weight: 400;
	padding: 0 7px;
}
.portfolio .filters-menu li.active {
	color: #000;
}
.portfolio .filters-menu li:hover {
	color: #000;
}

.portfolio .portfolio-wrapper .portfolio-item {
	float: left;
	width: 25%;
}

.portfolio .portfolio-wrapper .portfolio-item img {
	width: 100%;
	transition: all 1s;
}
.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);

}
.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover {
	position: relative;
	width: 100%;
	height: 100%;
}

.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover:hover .portfolio-hover-content .text {
	opacity: 1;
	transition: all ease .5s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s; 
}

.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover .portfolio-hover-content {
	position: relative;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: 600;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all ease .5s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s; 

}
.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover .portfolio-hover-content .text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}
.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover .portfolio-hover-content h4 {
	font-size: 20px;
    line-height: 1.3em;
}
.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover .portfolio-hover-content h4 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-top: 0.3em;
}
.portfolio .portfolio-wrapper .portfolio-item .portfolio-hover .portfolio-hover-content p {
	color: #fff;
	text-transform:uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	font-weight: 300;
}
#Container .mix {
	display: none;
} 


/* ========================================================================
    Testimonial
========================================================================*/

.testimonial .owl-theme .owl-item .testimonial-wrapper {
	text-align: center;
}
.testimonial .owl-theme {
	max-width: 600px;
	margin: 0 auto;
}
.testimonial .owl-theme .owl-item.active.center {
	opacity: 1;
}
.testimonial .owl-theme .owl-item {
	padding: 0 50px;
	opacity: 0.2;
}
.testimonial .owl-theme .owl-item h4 {
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	color: #232323;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 15px 0 7px 0;
}
.testimonial .owl-theme .owl-item h5 {
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: 300; 
}
.testimonial .owl-theme .owl-item img {
	height: 70px;
	width: 70px;
	border: 1px solid #fff;
	border-radius: 50px;
	display: block;
	margin: 0 auto;
}
.testimonial .owl-theme .owl-item p {
	line-height: 24px;
	margin-top: 15px;
}
.testimonial .owl-theme .owl-dots {
	text-align: center;
}
.testimonial .owl-theme .owl-dots .owl-dot {
	display: inline-block;
}
.testimonial .owl-theme .owl-dot.active span {
	background: #000;
}
.testimonial .owl-dot span {
	width: 7px;
	height: 7px;
	border-radius: 50px;
	display: block;
	background: #9d9d9d;
	margin: 0 7px;
}


/* ========================================================================
    Call to action
========================================================================*/

.cta {
	background: url('../image/cll-action.png') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 140px 0;
}
.cta .cta-text {
	z-index: 1;
	position: relative;
}
.cta .cta-text h1 {
	color: #000;
	font-weight: 400;
	line-height: 50px;
	font-size: 40px;
	margin-bottom: 20px;
}
.cta .cta-text a i {
	margin-right: 5px;
} 


/* ========================================================================
    Contact
========================================================================*/

.contact .custom-form {
	padding: 25px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
	background: #fff;
}
.contact .custom-form .btn {
	font-size: 16px;
	width: 140px;
	line-height: 30px;
	border-radius: 50px;
	background: transparent;
	border: 2px solid #000; 
	color: #000;
	transition: 0.3s; 
}
.contact .custom-form .btn:hover {
	background: #000;
	color: #fff;
    opacity: 1;
}
.contact .custom-form .form-group {
	margin-bottom: 40px;
}
.contact .custom-form span {
	font-size: 18px;
	color: #898989;
}
.contact .custom-form .form-control {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ebebeb;
	margin-top: 10px;
	background: transparent;
	height: 40px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);

}
.contact .custom-form .form-control:focus {
	border-bottom: 1px solid #000;
} 
.contact .custom-form textarea.form-control {
	height: 100px;
}
.contact .custom-form .has-error .form-control {
    border-bottom: 1px solid #e74c3c;
}

.contact .contact-holder h3 {
	margin-bottom: 25px;

}
.contact .contact-holder .contact-details {
	margin-top: 30px;
}
.contact .contact-holder .contact-details li {
	margin-top: 60px;
}
.contact .contact-holder .contact-details li i {
	float: left;
	font-size: 20px;
	border-radius: 50px;
	background: #000;
	text-align: center;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	color: #fff;  
}
.contact .contact-holder .contact-details li span {
	display: block;
	margin-left: 65px;
	margin-top: 10px; 
}
.contact .contact-holder .contact-details li span {
	font-size: 16px;
	color: #333;
}
.contact .contact-holder .contact-details li a:hover {
    text-decoration: underline;
}


/* ========================================================================
    Footer
========================================================================*/

.footer-wrapper {
	background: #000;
	padding: 80px 0;
}
.footer-wrapper .social-holder a {
	margin-right: 15px;
}
.footer-wrapper .social-holder i {
	font-size: 20px;
	color: #fff;
	margin: 9px;
}
.footer-wrapper .copyright {
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}


/* ========================================================================
    Portfolio-detail
========================================================================*/

#portfolio-detail {
    padding-top: 100px;
}
.portfolio-detail .overly:after {
    background: rgba(0, 0, 0, 0.4);
}
.portfolio-detail .right-content .overly:after {
    background: rgba(0, 0, 0, 0.3);
}
.portfolio-detail .left-content,
.portfolio-detail .right-content {
    margin-top: 80px
}
.portfolio-detail a {
    transition:0.5s;
    color: #000; 
}  
.portfolio-detail a:hover {
    color: #232323;
    text-decoration: none;
}
.portfolio-detail .portfolio-detail-col a img {
    width: 100%;
    transition: .5s;
}
.portfolio-detail .portfolio-detail-col a img:hover {
    opacity: 0.7;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text h4 a, .portfolio-detail .portfolio-detail-col .portfolio-detail-text h4 {
    font-size: 30px;
    font-family: 'montserrat';
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.3em;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text .portfolio-detail-about {
    padding-left: 20px;
    margin: 15px 0 25px;
    color: #333;
    border-left: 2px solid #000;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text .portfolio-detail-about .btn-link {
    font-size: 12px;
    padding: 16px 44px 16px 18px;
    margin: 20px 0;
    text-transform: uppercase;
    transition: all .3s;
    position: relative;
    color: #FFF;
    background-color: #333;
    z-index: 20;
    letter-spacing: 2px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    line-height: 1.25;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text .portfolio-detail-about .btn-link:hover {
    border: none;
    color: #FFF;
    background-color: #333;
    letter-spacing: 2px;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text .portfolio-detail-about .btn-link:focus {
    box-shadow: none;
    color: #FFF;
    outline: none;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text .portfolio-detail-about .btn-link:before {
    position: absolute;
    content: '\f1fe';
    font-family: 'Ionicons';
    top: 12px;
    right: 12px;
    font-size: 22px;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text .portfolio-detail-about .btn-link:after {
    content: "";
    position: absolute;
    background-color: #e4007f;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    transition: all .3s;
}
.portfolio-detail .portfolio-detail-col .portfolio-detail-text .portfolio-detail-about .btn-link:hover:after {
    width: 46px;
    height: 70px;
    right: -8px;
    top: -5px;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.portfolio-detail h3.heading {
    text-transform: capitalize;
    font-size: 24px;
    color: #333;
    font-family: 'montserrat';
    font-weight: 600;
    margin-bottom: 25px;
}
.portfolio-detail .portfolio-detail-col .comment {
    margin-top: 35px;
}
.portfolio-detail .portfolio-detail-col .comment .form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 10px;
    color: #333;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    border:1px solid #e3e8f0;
}
.portfolio-detail .portfolio-detail-col .comment textarea.form-control {
    height: 150px;
}
.portfolio-detail .portfolio-detail-col .comment button {
    background: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 7px 20px;
    display: inline-block;
}
.portfolio-detail .side-content .item {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.portfolio-detail .side-content .item:hover {
    opacity: 0.7;
}
.portfolio-detail .side-content .item:last-child {
    margin-bottom: 0px;
}
.portfolio-detail .side-content .item li {
    display: inline-block;
}
.portfolio-detail .side-content .item .text-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 1;
    color: #fff;
}
.portfolio-detail .side-content .item .text-content h4 {
    line-height: 1.3em;
}

/* ========================================================================
    Responsive
========================================================================*/

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	body {
		font-size: 13px;
	}
	.container {
	    padding: 0 30px;
	}
	.res-margin {
		margin-bottom: 50px;
	}
	.sec-pad {
	    padding: 70px 0;
	}
    #skill .row ul:nth-of-type(2),
    #skill .row ul:nth-of-type(3) {
        margin-top: 60px;
    }
    .timeline-left {
        text-align: left;
    }
    .timeline-right::before {
        left: 18px;
    }
    .timeline-right h3::before {
        left:10px;
    }
    .timeline-right:before {
        height: calc(100% + 120px);
    }
    .border::after {
        z-index: 1;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
    }
	.navbar-custom ul li {
	    margin: 0 10px;
	}
    .navbar-custom ul li a {
        font-size: 12px;
    }
    .navbar-custom .navbar-brand {
        padding: 3px 0 0 0;
    }
    .navbar-collapse {
        max-height: 100vh !important;
    }
    .navbar .navbar-brand img {
        height: 45px;
    }
	.banner-content .intro-text .effect-text {
	    font-size: 30px;
	}
	.banner-content .intro-text .top-text {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.banner-content .intro-text .intro-heading {
		font-size: 36px;
	}
	.about .abt-text {
		padding-top: 10px;
	}
	.about .abt-text h2 {
		font-size: 40px;
	}
    .portfolio .portfolio-wrapper .portfolio-item {
		width: 50%;
	}
    .contact .contact-holder .contact-details {
        padding: 0 0 0 25vw;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	    max-width: 100%;
	}
	.res-margin {
		margin-bottom: 35px;
	}
	.sec-pad,
    #portfolio-detail {
		padding: 50px 0;
	}
    #about .section-heading,
    #portfolio .section-heading,
    #contact .section-heading {
        padding-top: 30px;
    }
    #skill {
        padding: 50px 0;
    }
    .navbar-header {
        padding-left: 0;
    }
	.navbar-custom, .navbar-custom.affix {
		padding: 0;
		background: #000;
	}
	.navbar-custom .navbar-brand {
	    padding: 10px 0 0 0;
	}
	.navbar-custom ul li {
		margin: 0 10px;
	}
	.navbar-custom .navbar-nav li a {
		font-weight: 700;
		text-align: center;
        padding: 30px 0;
        font-size: 15px;
	}
	.navbar-custom ul li:last-child a {
		line-height: 32px;
	}
	.navbar-nav li a.active, .navbar-custom ul li a:hover {
		border-bottom: 0;
	}
    .navbar .navbar-brand img {
        height: 40px;
    }
	.banner-content.portfolio-detail {
		padding: 90px 0;
        margin-top: 60px;
	}
	.banner-content .intro-text .intro-heading {
		font-size: 40px;
	}
	.banner-content .intro-text .button a {
		padding: 0;
		margin-top: 25px;
	}
    .carousel .item:nth-child(1) .banner-img {
        background-position: top left !important;
    }
    .intro-text {
		text-align: center; 	
	}
    .timeline-left {
        margin-left: 35px;
        padding-left: 30px;
        width: 90%;
    }
    .timeline-left:before {
        background-color: #100964;
        content: '';
        height: calc(100% + 110px);
        width: 1px;
        position: absolute;
        left: 0;
        top: 16px;
    }
    .timeline-left h3:before {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        position: absolute;
        border: 0;
        background-color: #100964;
        left: -7px;
        content: '';
    }
    .timeline-right {
        padding-left: 65px;
        width: 90%;
    }
    .timeline-right:before {
        display: none;
    }
    .timeline-right h3:before {
        display: none;
    }
    #experience {
        padding: 100px 0 50px;
    }
    #experience .timeline-row:nth-of-type(1) .timeline-left:before {
        height: calc(100% + 310px);
    }
    #experience .timeline-row:nth-of-type(2) .timeline-left:before {
        height: calc(100% + 110px);
    }
    #education {
        padding: 50px 0 100px;
    }
    #education .timeline-left:before,
    #education .timeline-left h3:before {
        background-color: #e4007f;
    }
    #education .timeline-row:nth-of-type(3) .timeline-left:before {
        height: calc(100% + 40px);
    }
    .portfolio .filters-menu li {
        font-size: 15px;
        line-height: 2.5em;
    }
    .contact .contact-holder .contact-details {
        padding: 0 0 0 100px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
    section .section-text {
        margin-bottom: 30px;
    }
	.banner-content .intro-text .effect-text {
	    font-size: 20px;
	}
	.banner-content .intro-text .top-text {
	    font-size: 9px;
	    margin-bottom: 5px;
	}
	.btn {
		margin-top: 15px;
        width: 135px;
	}
    .about .btn-download {
        margin-bottom: 50px;
    }
    .timeline-left:before {
        height: calc(100% + 250px);
    }
    .timeline-left .place {
        margin-bottom: 0;
    }
    #experience .timeline-row:nth-of-type(2) .timeline-left:before {
        height: calc(100% + 200px);
    }
    #education .timeline-row:nth-of-type(3) .timeline-left:before {
        height: calc(100% + 60px);
    }
    .portfolio .portfolio-wrapper .portfolio-item .portfolio-hover .portfolio-hover-content h4 {
        font-size: 16px;
    }
    .portfolio .portfolio-wrapper .portfolio-item .portfolio-hover .portfolio-hover-content h4 span {
        font-size: 12px;
    }
    .cta .cta-text h1 {
        line-height: 35px;
        font-size: 22px;
    }
    .contact .contact-holder .contact-details {
        padding: 0 0 0 50px;
    }
    .banner-content .intro-text .portfolio-detail-title {
        font-size: 20px;
    }
    .portfolio-detail .portfolio-detail-col .portfolio-detail-text h4 {
        font-size: 23px;
    }
    .portfolio-detail .left-content {
        margin-top: 40px
    }
    .portfolio-detail .right-content {
        margin-top: 60px
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 360px) {
	.portfolio .portfolio-wrapper .portfolio-item {
		width: 100%;
	}
}


/* ========================================================================
    404
========================================================================*/

body#notfound {
  background-color: #FFF;
  margin: 0;
}
#notfound svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
}
#notfound .message-box {
  height: 200px;
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 50px;
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
#notfound .message-box h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 40px;
}
#notfound .buttons-con .action-link-wrap {
  margin-top: 40px;
}
#notfound .buttons-con .action-link-wrap a {
  	display: block;
    text-align: center;
    border-radius: 50px;
    width: 150px;
    line-height: 30px;
    font-size: 16px;
    background: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    transition: 0.5s;
    margin-top: 30px;
    padding: 10px 20px;
    border: 2px solid #333;
    color: #FFF;
}
#notfound .buttons-con .action-link-wrap a:hover {
  	color: #333;
	background: #FFF;
	cursor: pointer;
}

#Polygon-1 , #Polygon-2 , #Polygon-3 , #Polygon-4 , #Polygon-4, #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}
#Polygon-1 {
  stroke: rgb(34, 29, 91);
}
#Polygon-2 {
  animation-delay: .2s;
  stroke: rgb(228, 0, 127);
}
#Polygon-3 {
  animation-delay: .4s;
  stroke: rgb(159, 159, 159);
}
#Polygon-4 {
  animation-delay: .6s;
  stroke: rgb(228, 0, 127);
}
#Polygon-5 {
  animation-delay: .8s;
  stroke: rgb(159, 159, 159);
}

@keyframes float {
	100% {
    transform: translateY(20px);
  }
}
@media (max-width: 768px) {
  #notfound svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -150px;
    opacity: 0.3;
    width: 80%;
  }
  #notfound .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center;
  }
  #notfound .buttons-con .action-link-wrap {
  	text-align: -webkit-center;
  }
}