
/**
 -------------------------------------------------------
 Template Name: Romio - Personal Portfolio Template
 Author       : Futurethemes
 Author       : Futurethemes
 Version      : 1.0
 -------------------------------------------------------
 **/
 
 
 /**
 -------------------------------------------------------
	Table Of Content
	
	01. Basic
	02. Navbar
	03. Header
	04. About
	05. Services
	06. Counter Up
	07. Portfolio
	08. Blog
	09. Contact
	10. Footer
	
 -------------------------------------------------------
 **/
 
 
 /**
 -------------------------------------------------------
	                    01. Basic
 -------------------------------------------------------
 **/
body {
	background: #ffffff;
	color: #858585;
	font-family: 'Kanit', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.02em;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	color: #000;
}

a {
	color: #292929;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover {
	color: #f48b07;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus , a:active{
	color: #f48b07;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #858585;
	line-height: 25px;
	font-family: 'Kanit', sans-serif;
}
img{
	width: 100%;
}
button:focus {
	outline: none;
}

.btn {
	background: #1e1e1e;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	height: 47px;
	line-height: 47px;
	padding: 0 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
}

.btn:focus {
	border: none;
	outline: none !important;
	box-shadow: none !important;
}

.btn:hover, .btn:focus {
	color: #fff;
}

.btn-hover {
	color: #ffffff;
	z-index: 1;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}

.btn-hover span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #f48b07;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn-hover:hover {
	color: #fff;
}

.btn-hover:hover span {
	width: 200%;
	height: 500px;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.section-title {
	margin-bottom: 70px;
	text-align: center;
}

.section-title .heading-small {
	font-size: 60px;
    letter-spacing: 3px;
    color: #e3e3e3;
}

.section-title h2 {
	font-size: 27px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.form-control {
	height: 42px;
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-size: 13px;
	padding-left: 0px;
	border-radius: 0;
}

textarea.form-control {
	height: auto;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #f48b07;
}

.section-padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

/* pre-loader*/
.pre-loader {
    background: #ffffff;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
}
.spinner {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -15px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
 /**
 -------------------------------------------------------
	                    02. Navbar
 -------------------------------------------------------
 **/
nav {
	position: fixed;
	background: #fff;
	z-index: 1000;
	width: 100%;
	padding: 15px;
	display: none;
	-webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
	float: right;
	line-height: 32px;
	margin-bottom: 0;
	padding-top:5px;
	overflow: hidden;
}

nav ul li {
	float: left;
	margin-right: 15px;
	font-size: 14px;
	margin-left: 40px;
}

nav ul li a {
	padding: 2px 0 0 0;
	position: relative;
	display: block;
	font-size: 13px;
	color: #1e1e1e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.logo {
	float: left;
}
.responsive {
	display: none;
	font-size: 23px;
	cursor: pointer;
}
 /**
 -------------------------------------------------------
	                    03. Header
 -------------------------------------------------------
 **/
#header {
	background: url("../images/home-bg.jpg") repeat scroll center center / cover;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
}

#header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.65);
	z-index: -1;
}

#header .header-content {
	text-align: center !important;
}

.header-content h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #fff;
	margin-top: 15px;
}

.header-content h5 {
	color: #fff;
}
/*-- animated headline --*/
.cd-words-wrapper {
	display: inline-block;
	position: relative;
	text-align: left;
}

.cd-words-wrapper b {
	display: inline-block;
	position: absolute;
	white-space: nowrap;
	left: 0;
	top: 0;
}

.cd-words-wrapper b.is-visible {
	position: relative;
}

.cd-headline.clip span {
	display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
	overflow: hidden;
	vertical-align: top;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background-color: #fff;
}

.cd-headline.clip b {
	opacity: 0;
}

.cd-headline.clip b.is-visible {
	opacity: 1;
}

.header-content h2 {
	font-size: 80px;
	color: #ffffff;
	margin: 10px 0;
}

.header-content p {
	font-size: 13px;
	letter-spacing: 5px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 500;
}

.header-content .list-social li {
	display: inline-block;
	margin-right: 20px;
}

.header-content .list-social li i {
	color: #fff;
	font-size: 13px;
}

	.icon-scroll {
		width: 20px;
		height: 30px;
		position:absolute;
		left:50%;
		bottom:40px;
		margin-left: -9px;
		box-shadow: inset 0 0 0 2px #000;
		border-radius: 25px;
		opacity:0.75;
		cursor:pointer;
		-webkit-transition: all 0.2s ease-in-out 0s;
  		-moz-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
		-webkit-transform: translateY(10px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-o-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);	
		
    }
	
	.icon-scroll:hover {
		opacity:1;
	}
     
    .icon-scroll:before {
      content: '';
      width: 4px;
      height: 5px;
      background: #000;
      margin-left: 8px;
      top: 8px;
      border-radius: 4px;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: scroll;
      animation-name: scroll;
	  position:absolute;
    }
	
	#header .icon-scroll {
		box-shadow: inset 0 0 0 2px #fff;
	}
	
	#header .icon-scroll:before {
		background: #fff;
	}
     
    @-webkit-keyframes scroll {
      0% {
        opacity: 1;
		-webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
      }
    }
     
    @keyframes scroll {
      0% {
        opacity: 1;
		-webkit-transform: translateY(0px);
        transform: translateY(0px);
      }
      50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
      }
    }
	

 /**
 -------------------------------------------------------
	                    04. About
 -------------------------------------------------------
 **/

.about-description {
	display: block;
	overflow: hidden;
	margin-top: 35px;
}

#about .about-description .p-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
}

#about .about-cv-btn i {
	margin-left: 10px;
}
.about-img {
    position: relative;
}
.about-img::before {
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 95%;
    height: 95%;
    z-index: -1;
    content: '';
    background: #efefef;
	border-radius: 4px;
}
.about-img img{
    border-radius: 4px;
}

.skill-part h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.skill-part h3 span {
    font-size: 18px;
}
.progress {
  overflow: visible;
  height: 8px;
  margin-bottom: 30px;
  background: #efefef;
}
.progress-title {
    display: block;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #333333;
}
.progress-bar {
	position: relative;
	background-color: #f48b07;
    position: relative;
    z-index: 176;
    border-radius: 10px;
    border-width: 0px;
    height: 8px;
 
}

.progress-bar > span {
    position: absolute;
    display: block;
    top: -35px;
    right: 0;
    font-size: 14px;
    color: #565656;
    font-weight: 600;
}

.about-cv-btn {
	margin-top: 25px;
}
 /**
 -------------------------------------------------------
	                    05. Services
 -------------------------------------------------------
 **/
#services {
	background: #f7f7f7;
	position: relative;
	padding-bottom: 80px;
}

.owl-item {
	float: left;
}

.services-item span {
	margin: 10px 0;
	position: relative;
	font-size: 18px;
	color: #292929;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	font-family: 'Open Sans', sans-serif;
}

.services-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 25px;
    border: 1px solid #fff;
    background: #ffffff;
	transition: all 0.3s;
}
.services-item:hover {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.10);
	transition: all 0.3s;
}

.services-item p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
}

.services-item i {
	font-size: 44px;
	color: #f48b07;
	line-height: 44px;
}

.services-carousel .owl-stage-outer {
	overflow: hidden;
}

.services-carousel .owl-dots {
	margin-top: 30px;
	text-align: center;
}

.services-carousel .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 9px !important;
	height: 9px !important;
	border-radius: 50%;
	border: 0;
	padding: 0 !important;
	background-color: #ddd;
	cursor: pointer;
}

.services-carousel .owl-dot.active {
	background-color: #f48b07;
}

.owl-nav {
	display: none;
}
 /**
 -------------------------------------------------------
	                    06. Counter Up
 -------------------------------------------------------
 **/
.dark-review {
	background-color: #1e1e1e;
}

.item-heading h3 {
	color: #ddd;
	font-size: 17px;
	line-height: 34px;
	letter-spacing: 3px;
	font-weight: 500;
}

.review-single-item {
	text-align: center;
}

.item-text {
	display: inline-block;
}

.item-text i {
	font-size: 20px;
	color: #f48b07;
	padding-right: 10px;
	display: inline-block;
}

.item-text span {
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
}

.item-heading {
	margin-top: 10px;
}
 /**
 -------------------------------------------------------
	                    07. Portfolio
 -------------------------------------------------------
 **/
#portfolio {
	position: relative;
	padding-bottom: 50px;
}

#portfolio .portfolio-list {
	margin-bottom: 50px;
	text-align: center;
}

#portfolio .portfolio-list .nav {
	display: inline-block;
	margin: 0;
}

#portfolio .portfolio-list .nav li {
	margin: 0 40px 0 0;
	float: left;
	font-size: 14px;
	color: #858585;
	line-height: 16px;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active {
	color: #f48b07;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}

.portfolio-grid-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.portfolio-grid-item img {
	width: 100%;
	border-radius: 2px;
}
.portfolio-single-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.portfolio-single-item .portfolio-item-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.71);
}

.portfolio-single-item .portfolio-item-title:hover {
	opacity: 1;
}

.portfolio-single-item .portfolio-item-title .portfolio-title {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	margin-top: -10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.portfolio-single-item .portfolio-item-title:hover .portfolio-title {
    opacity: 1;
    visibility: visible;
}

.portfolio-title h6 {
	color: #000;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
}

 /**
 -------------------------------------------------------
	                    08. Blog
 -------------------------------------------------------
 **/
#blog {
	height: auto;
	width: 100%;
	background: #f7f7f7;
	padding-bottom: 60px;
	position: relative;
}
.blog-item {
	display: block;
	}
.blog-item img {
	width: 100%;
}

.blog-item .blog-text {
	position: relative;
	padding: 20px 0px;
}

.blog-item .blog-text h4 {
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 13px 0;
	font-weight: 600;
	color: #292929;
	font-family: 'Open Sans', sans-serif;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.blog-item:hover h4{
	color: #f48b07;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.blog-item .blog-text p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
}
.blog-text .blog-date {
   position: absolute;
    top: -47px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

 /**
 -------------------------------------------------------
	                    09. contact
 -------------------------------------------------------
 **/
#contact {
	height: auto;
	width: 100%;
}

.contact-details {
	margin-bottom: 30px;
}

.contact-details h5 {
	color: #f48b07;
}

.contact-info {
	margin-top: 10px;
}

#contact .section-title {
	text-align: left !important;
	margin-bottom: 30px;
}

button.btn i {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

button.btn:hover i {
	-webkit-transform: translateX(7px);
	-ms-transform: translateX(7px);
	-o-transform: translateX(7px);
	transform: translateX(7px);
}
 /**
 -------------------------------------------------------
	                    10. Footer
 -------------------------------------------------------
 **/
#footer {
	background: #f48b07;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.socials-media {
	width: 100%;
}

 .socials-media ul {
	display: inline-block;
	float: none;
	margin-bottom: 5px;
}

.socials-media ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.socials-media ul li a {
	font-size: 14px;
	color: #858585;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: transparent;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.socials-media ul li a:hover {
	color: #f48b07;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#footer p {
	font-size: 12px;
	letter-spacing: 0.1em;
	color:#fff;
	margin-top: 0;
	text-transform: uppercase;
}


