html, body {
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #323232;
	font-weight: 400;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16;
	color: #898d90;
	line-height: 1.8;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus, a {
	text-decoration: none;
	outline: none;
}
ul, ol {
	padding: 0;
	margin: 0;
}

/*--------------------- Helper CSS -----------------------*/
.section-title {
	text-align: center;
}
.section-title h2 {
	font-size: 36px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}

/*--------------------- Commom elements -----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: 2px solid #000000;
	font-size: 16px;
	font-weight: 700;
	min-width: 189px;
	padding: 15px 28px;
	padding-right: 62px;
	letter-spacing: 0.08em;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	color: #323232;
	line-height: normal;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../images/angle-rignt.png");
	background-repeat: no-repeat;
	background-position: right 23px top 22px;
}
.hero-slider .site-btn:hover {
	color: #323232;
	background-size: 10%;
}
.site-btn.sb-light {
	color: #fff;
	border-color: #fff;
	background-image: url("../images/angle-rignt-w.png");
	padding-left: 45px;
}
.site-btn.sb-solid-dark {
	color: #fff;
	background-color: #323232;
	background-image: url("../images/angle-rignt-w.png");
}

/*--------------------- Preloder Start --------------------*/
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #0c062e;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
.preloader .preloader-text {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}
.preloader .pere-text strong {
  font-weight: 800;
  color: #0c062e;
  text-transform: uppercase;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/*--------------------- Preloder End --------------------*/

.main-warp {
	height: 100%;
	padding-left: 455px;
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.nav-switch-warp {
	display: none;
	width: 100%;
	background: #fff;
	padding-top: 17px;
	padding-left: 15px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.nav-switch {
	display: block;
	width: 40px;
	height: 31px;
	padding-top: 14px;
	position: relative;
	cursor: pointer;
}
.nav-switch .ns-bar {
	width: 30px;
	height: 3px;
	background: #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-switch .ns-bar:after, .nav-switch .ns-bar:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-switch .ns-bar:before {
	bottom: auto;
	top: 0;
}
.nav-switch:hover .ns-bar {
	width: 100%;
}

/*------------------ Header section ---------------------*/
.header-section {
	position: fixed;
	width: 455px;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9999;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.header-close {
	display: none;
	position: absolute;
	width: 35px;
	height: 35px;
	border: 1px solid #a9a9a9;
	border-radius: 50%;
	text-align: center;
	padding-top: 4px;
	right: 25px;
	top: 10px;
	color: #999;
}
.header-warp {
	margin-bottom: 250px;
}
.site-logo {
	display: block;
	padding-left: 54px;
	padding-top: 38px;
	margin-bottom: 84px;
}
.menu-email {
	padding-left: 85px;
	margin-bottom: 29px;
	color: #06d7d8;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
	align-items: center;
}
.menu-email:hover {
	color: #0c062e;
}
.main-menu {
	list-style: none;
	margin-bottom: 65px;
}
.main-menu li a {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #323232;
	padding-left: 63px;
	margin-bottom: 24px;
	position: relative;
}
.main-menu li.active a {
	border-bottom: 2px solid #000000;
}
.social-links {
	padding-left: 63px;
	margin-bottom: 40px;
}
.social-links a {
	font-size: 18px;
	display: inline;
	color: #c6d7d8;
	margin: 0 12px;
	transition: all 0.2s ease-in-out;
}
.social-links a:hover {
	color: #0c062e;
}
.copyright {
	position: fixed;
	height: 45px;
	width: 455px;
	left: 0;
	bottom: 0;
	background: #0c062e;
	padding-left: 63px;
	padding-top: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #c6d7d8;
	text-transform: uppercase;
}
.page-section {
	min-height: 100%;
}
.home-page {
	height: 100%;
	position: relative;
	z-index: 10000;
}
.hero-slider, .hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item {
	height: 100%;
}
.hero-slider .owl-nav {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	width: 222px;
}
.hero-slider .owl-nav button.owl-next, .hero-slider .owl-nav button.owl-prev {
	width: 111px;
	height: 88px;
	background: #fff;
}
.hero-slider .owl-nav button.owl-next img, .hero-slider .owl-nav button.owl-prev img {
	transition: all 0.3s ease-in-out;
}
.hero-slider .owl-nav button.owl-next:hover img, .hero-slider .owl-nav button.owl-prev:hover img {
	transform: scale(1.4)
}
.hero-slider .owl-nav button.owl-prev {
	display: none;
}
#snh-1 {
	font-size: 14px;
	font-weight: 700;
	color: #898d90;
	position: absolute;
	width: 111px;
	height: 88px;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #fff;
	padding-top: 22px;
	z-index: 999;
}
#snh-1 span {
	font-size: 30px;
	color: #323232;
}
.slider-item {
	height: 100%;
	padding-bottom: 77px;
}
.slider-item .si-text-box {
	width: 395px;
	padding: 90px 50px 100px 0;
	background: #fff;
}
.slider-item .si-text-box span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}
.slider-item .si-text-box h2 {
	margin-bottom: 30px;
	font-size: 48px;
}
.slider-item .si-text-box p {
	margin-bottom: 40px;
}
.next-slide-show {
	position: absolute;
	width: 191px;
	height: 191px;
	right: 97px;
	top: calc(50% - 111px);
	background-color: #fff;
	z-index: 111;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 35px 35px rgba(0, 0, 0, 0.64);
	box-shadow: 0 35px 35px rgba(0, 0, 0, 0.64);
}
.next-slide-show .ns-btn {
	position: absolute;
	display: block;
	text-align: center;
	width: 95px;
	height: 52px;
	left: calc(100% - 14px);
	top: calc(50% - 26px);
	font-size: 16px;
	font-weight: 700;
	color: #1b1c2e;
	padding-top: 5px;
	background-color: #fff;
	background-image: url("../images/angle-rignt.png");
	background-repeat: no-repeat;
	background-position: center bottom 13px;
}
.ns-btn:hover {
	background-size: 20%;
}

/* ---------------- Single Blog page ---------------------*/
.single-blog-page {
	background: #f7f9fb;
	padding-top: 100px;
	height: auto;
}
.single-blog-warp {
	max-width: 1260px;
	padding: 0 47px 105px;
	padding-left: 135px;
}
.single-blog-text {
	padding-right: 60px;
}
.single-blog-text span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}
.single-blog-text h2 {
	margin-bottom: 30px;
	font-size: 48px;
}
.single-blog-text h3 {
	margin-bottom: 20px;
}
.single-blog-text p {
	margin-bottom: 20px;
}
.milestones .mileston {
	display: inline-block;
	min-width: 120px;
	margin-right: 30px;
	margin-bottom: 40px;
}
.milestones .mileston:first-child {
	margin-top: 20px;
}
.milestones .mileston:last-child {
	margin-right: 0;
}
.milestones .mileston h2 {
	font-size: 60px;
	margin-bottom: 0;
}
.milestones .mileston p {
	font-size: 16px;
	margin-bottom: 0;
}
.single-blog-image {
	display: inline-block;
	position: relative;
}
.single-blog-image img {
	z-index: 2;
	position: relative;
}
.single-blog-image:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #1b1c2e;
	left: 32px;
	top: 30px;
}
.code-sample {
	margin: 50px 0;
	padding: 30px 30px;
	background-color: #000;
	overflow-x: auto;
  white-space: nowrap;
	color: #c0c0c0;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
}

/* ---------------- Portfolio Page ---------------------*/
.portfolio-page {
	background: #f7f9fb;
}
.portfolio-item {
	width: 33.33%;
	float: left;
	position: relative;
}
.portfolio-item .hover-links {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #323232;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.portfolio-item .site-btn {
	min-width: 150px;
	position: relative;
	left: -20px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-size: 0;
}
.portfolio-item:hover .hover-links {
	opacity: 1;
}
.portfolio-item:hover .site-btn {
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.2s ease 0.4s;
	-o-transition: all 0.2s ease 0.4s;
	transition: all 0.2s ease 0.4s;
}
.portfolio-filter {
	list-style: none;
	padding: 28px 0;
	padding-left: 63px;
	padding-right: 130px;
}
.portfolio-filter li {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	margin-right: 65px;
	cursor: pointer;
	padding: 10px 0;
}
.portfolio-filter li:last-child {
	margin-right: 0;
}
.portfolio-filter li.active {
	color: #323232;
}

/* -------------------- About page -----------------------*/
.abouts-me-page {
	padding-top: 0;
	background: #f7f9fb;
	height: auto;
}
.abouts-me-warp {
	padding: 0 15px;
}
.abouts-me-slider .owl-nav {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: -111px;
	bottom: 0;
	z-index: 11;
	width: 222px;
}
.abouts-me-slider .owl-nav button.owl-next,
.abouts-me-slider .owl-nav button.owl-prev {
	width: 111px;
	height: 88px;
	background: #323232;
}
.abouts-me-slider .owl-nav button.owl-prev {
	background: #fff;
}
.abouts-me-text {
	padding: 75px 70px 0 80px;
}
.abouts-me-text span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}
.abouts-me-text .about-me-title {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #898d90;
	letter-spacing: 2px;
}
.abouts-me-text h2 {
	margin-bottom: 30px;
	font-size: 48px;
}
.abouts-me-text p {
	margin-bottom: 40px;
	line-height: 22px;
}
.abouts-me-text p a {
	color: #898d90;
}
.abouts-me-text p a:hover {
	color: #382266;
}

/* ---------------- Resume page ---------------------*/
.resume-page {
	background: #f7f9fb;
	padding-top: 100px;
	height: auto;
}
.resume-warp {
	max-width: 1260px;
	padding: 0 47px 105px;
	padding-left: 135px;
}
.resume-text {
	padding-right: 60px;
}
.resume-text span {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}
.resume-content {
	background-color: #fff;
	padding: 20px 30px;
	box-shadow: -5px 5px 5px #c0c0c0;
	transition: all 0.3s ease-in-out;
}
.resume-content:hover {
	box-shadow: -10px 10px 10px 2px #c0c0c0;
}
.resume-text h3 {
	color: #898d90;
	margin-bottom: 10px;
	font-size: 19px;
}
.resume-text h4 {
	color: #898d90;
	font-size: 18px;
}
.resume-text p {
	margin-bottom: 10px;
}
.resume-btn {
	margin-top: 100px;
}
.resume-division {
	margin-bottom: 100px;
}

/* ---------------- Blog page ---------------------*/
.blog-page {
	background: #f7f9fb;
	padding-top: 90px;
	padding-left: 86px;
	padding-right: 77px;
	height: 100%;
	overflow: hidden;
}
.blog-warp {
	padding-right: 113px;
	height: 100%;
}
.blog-track {
	padding-bottom: 70px;
}
.blog-track hr{
	margin-bottom: 50px;
}
.blog-post {
	padding-bottom: 70px;
}
.blog-post .blog-thumb {
	height: 477px;
	margin-bottom: 25px;
}
.blog-post .post-date {
	display: inline-block;
	width: 89px;
	text-align: center;
	background: #f7f9fb;
	padding: 14px 0;
}
.blog-post .post-date h3 {
	font-size: 48px;
	font-weight: 700;
	line-height: 35px;
}
.blog-post .post-date span {
	font-size: 11px;
	font-weight: 700;
	color: #898d90;
}
.blog-post .post-title {
	font-size: 20px;
	margin-bottom: 20px;
	transition: all 0.5s ease-in-out;
}
.blog-post .post-title:hover {
	/* transform: translate(10px, 0); */
	color: #c0c0c0;
}
.blog-post .post-title u {
	line-height: 30px;
}
.blog-post .post-metas {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #898d90;
	margin-bottom: 18px;
}
.blog-post .post-metas .post-meta {
	display: inline-block;
	padding-right: 29px;
	padding-left: 25px;
}
.blog-post .post-metas .post-meta:first-child {
	padding-left: 0;
}
.blog-post p {
	margin-bottom: 0;
	font-size: 14px;
}

/* ---------------- Contact page ---------------------*/
.contact-page {
	background: #f7f9fb;
	padding-top: 160px;
	align-items: center;
}
.contact-warp {
	padding: 0 15px;
}
.contact-text {
	padding-left: 87px;
	padding-right: 35px;
}
.contact-text span {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #898d90;
	letter-spacing: 2px;
}
.contact-text h2 {
	margin-bottom: 30px;
	font-size: 48px;
}
.contact-form {
	margin-bottom: 85px;
}
.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background: none;
	padding-bottom: 10px;
	margin-bottom: 28px;
	font-size: 14px;
	font-style: italic;
	border-bottom: 2px solid #c5d2df;
}
.contact-form input:focus,
.contact-form textarea:focus {
	border-bottom: 2px solid #1b1c2e;
}
.contact-form textarea {
	height: 125px;
}
.contact-form .site-btn:hover {
	background-size: 10%;
}

/* ---------------- Responsive ---------------------*/
@media (max-width: 1770px) {
	.abouts-me-slider {
		margin-bottom: 50px;
	}
	.abouts-me-slider .owl-nav {
		position: relative;
		left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-top: -44px;
	}
}
@media (max-width: 1350px) {
	.single-blog-warp, .resume-warp {
		padding-left: 30px;
		padding-right: 60px;
	}
	.single-blog-text, .resume-text {
		padding-right: 0;
	}
	.abouts-me-text {
		padding: 0 30px;
	}
	.contact-text {
		padding-left: 40px;
		padding-right: 30px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-section,
	.copyright {
		width: 300px;
	}
	.main-warp {
		padding-left: 300px;
	}
	.single-blog-image {
		margin-bottom: 100px;
		margin-left: 15px;
	}
	.abouts-me-slider {
		padding: 50px 40px 0;
	}
	.abouts-me-text {
		padding: 75px 50 0;
	}
	.portfolio-item {
		width: 50%;
	}
	.blog-post .blog-thumb {
		height: 300px;
	}
	.contact-text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.resume-division {
		margin-bottom: 100px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.spacial-controls {
		width: 100px;
		height: 85px;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav-switch-warp {
		display: block;
		padding-top: 25px;
		padding-left: 30px;
	}
	.header-section {
		left: -150%;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		overflow-y: auto;
	}
	.header-section.active {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.header-section.active .header-close {
		position: fixed;
	}
	.header-close {
		display: block;
	}
	.main-warp {
		padding-left: 0;
	}
	.home-page {
		z-index: 1;
	}
	.next-slide-show {
		display: none;
	}
	.slider-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slider-item .si-text-box {
		width: 495px;
		padding: 90px 30px 100px;
		text-align: center;
	}
	.hero-slider .owl-nav {
		left: 0;
	}
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
		width: 90px;
		height: 60px;
	}
	.single-blog-image {
		margin-bottom: 100px;
		margin-left: 15px;
	}
	.abouts-me-slider {
		padding: 50px 40px 0;
	}
	.abouts-me-text {
		padding: 75px 50 0;
	}
	.portfolio-filter {
		padding-right: 215px;
	}
	.portfolio-filter li {
		margin-right: 30px;
	}
	.portfolio-item {
		width: 50%;
	}
	.blog-warp {
		padding-right: 50px;
	}
	.blog-post .blog-thumb {
		height: 300px;
	}
	.contact-text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.resume-division {
		margin-bottom: 100px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.spacial-controls {
		width: 75px;
		height: 65px;
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav-switch-warp,
	.header-close {
		display: block;
	}
	.header-section {
		left: -150%;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		overflow-y: auto;
	}
	.header-section.active {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.header-section.active .header-close {
		position: fixed;
	}
	.header-warp {
		margin-bottom: 50px;
	}
	.social-links {
		width: auto;
	}
	.social-links a {
		display: inline-block;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin-right: 15px;
	}
	.social-text {
		display: none;
	}
	.main-warp {
		padding-left: 0;
	}
	.home-page {
		z-index: 1;
	}
	.next-slide-show {
		display: none;
	}
	.slider-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slider-item .si-text-box {
		width: 495px;
		padding: 90px 30px 100px;
		text-align: center;
	}
	.hero-slider .owl-nav {
		left: 0;
	}
	.hero-slider .owl-nav button.owl-next,
	.hero-slider .owl-nav button.owl-prev {
		width: 90px;
		height: 60px;
	}
	.slider-item .si-text-box {
		width: 490px;
		padding: 90px 30px 100px;
		text-align: center;
	}
	.single-blog-image {
		margin-bottom: 100px;
		margin-left: 15px;
	}
	.code-sample {
		padding: 30px 15px;
		font-size: 15px;
		line-height: 20px;
	}
	.abouts-me-slider {
		padding: 50px 40px 0;
	}
	.abouts-me-text {
		padding: 75px 50 0;
	}
	.portfolio-filter {
		padding-right: 160px;
	}
	.portfolio-filter li {
		margin-right: 30px;
	}
	.portfolio-item {
		width: 50%;
	}
	.blog-page {
		padding: 100px 50px 0;
	}
	.blog-warp {
		padding-right: 20px;
	}
	.blog-post .blog-thumb {
		height: 300px;
	}
	.contact-text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.resume-division {
		margin-bottom: 100px;
	}
}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.slider-item .si-text-box {
		width: 470px;
	}
	.resume-division {
		margin-bottom: 100px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.slider-item {
		padding: 0 15px;
	}
	.slider-item .si-text-box {
		width: 100%;
		padding: 10px 30px 20px;
	}
	.slider-item .si-text-box h2 {
		margin-bottom: 10px;
		font-size: 38px;
	}
	.slider-item .si-text-box p {
		margin-bottom: 10px;
	}
	#snh-1 {
		display: none;
	}
	.portfolio-filter {
		padding: 80px 30px 20px;
	}
	.portfolio-item {
		width: 100%;
	}
	.blog-page {
		padding: 100px 15px 0;
	}
	.resume-division {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 400px) {
	.copyright {
		padding-left: 50px;
		font-size: 9px;
		font-weight: 600;
	}
}
