﻿/*

Author       : Themeplaza
Template Name: Taniya Personal Portfolio HTML5 Template
Version      : 1.0

*/
/*=============================================================
    CSS INDEX
    =============================
    01. Typography
    02. Preloader
    03. Section Title
    04. Menu
    05. Slider
    06. About
    07. Services
    08. Work
    09. Team
    10. Counter
    11. Blog
    12. Contact
    13. Footer

=============================================================*/

/* Typography */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	overflow-x: hidden;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
	color:#222;
	margin-top: 0px;
	margin-bottom:15px;
	font-weight: 700;
	line-height: 1.5;
}
p {
	margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a{
	color:#f2a710;
    transition: .5s;
}
a:hover,
a:active {
	color:#f2a710;
	outline: 0 none;
	text-decoration: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}



/* Preloader*/

.preloader {
	background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f2a710;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*----- Section Title -----*/

.section_title{
	margin-bottom: 50px;
}
.section_title h2 {
	position: relative;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	display: inline-block;
	letter-spacing: 2px;
}
.white_title,
.white_title h2{
	color: #fff;
}

.section_title p {
}
.section_padding{
	padding: 60px 0;
}


/*----- Menu -----*/

/* ----------------------------------------------------------------
    [ 03 Start Header ]
-----------------------------------------------------------------*/
.navbar-default {
    background-color: transparent;
    border: none;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.navbar-brand p{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
	margin: -8px 10px 10px 0px;
    letter-spacing: 1px;
    color: #333333;
	font-family: 'Poppins', sans-serif;
}
.navbar-default.sticky_menu .navbar-brand p{
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
    margin-left: 30px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
#nav li.current a {
	color: #333333;
	background-color: transparent;
}
.main_header.sticky_menu {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    top: 0;
    background: #f2a710;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
.main_header.sticky_menu .navbar-nav > li > a {
	color: #fff;
	transition: all 0.3s ease;
}
.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a{
	color: #fff !important;
	transition: all 0.3s ease;
}
.main_header.sticky_menu .navbar-nav > li > a:hover{ color: #fff !important }
.main_header.sticky_menu .navbar-nav>.active>a,
.main_header.dark_bg_menu.sticky_menu .navbar-nav > li > a:hover,
.main_header.sticky_menu .navbar-nav>.active>a:hover,
.main_header.sticky_menu .navbar-nav>.active>a:focus{
    color: #f2a710 !important;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 0;
	color: #f2a710;
    font-size: 20px;
	margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.main_header.sticky_menu .navbar-toggle .icon-bar {
    background-color: #fd4312;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/

/*----- Slider -----*/
#slider_area,
.single_slide,
.single-slide-item-table{
	height: 750px;
}
.single_slide{
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	position: relative;
	z-index: 1;
}
.slider_item1 {
	background-image: url(img/slider/sl-1.jpg);
}
.slider_item1:after,
.slider_item2:after,
.slider_item3:after,
.single_slide:after,
.parallax_banner:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0.6;
    z-index: -1;
}

.slider_active .owl-nav .owl-next,
.slider_active .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	opacity: 1;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #fff;
	border-radius: 50%;
	
}
.slider_active .owl-nav .owl-prev {
	left: 28px;
}
.slider_active .owl-nav .owl-next{
	right: 28px;	
}

.slider_active .owl-nav .owl-next:hover,
.slider_active .owl-nav .owl-prev:hover {
    border-color: #f2a710;
    background: #f2a710;
    color: #fff;
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;

}
.slider_content{
	padding-top: 0%;
}

.slider_content h1 {
	color: #fff;
	display: block;
	font-size: 55px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 75px;
	text-transform: capitalize;
}

.vid_btn_wrap{
	margin-top: 75px;
}
.vid_btn_wrap a{
	color: #fff;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 12px;
}
.vid_btn_wrap i{
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 10px;
	letter-spacing: 0px;
	transition: .5s;
	font-size: 15px;
}
.vid_btn_wrap a:hover i{
	background: #fff;
	color: #f2a710;
	
}
.vid_btn_wrap a:hover,
.vid_btn_wrap a:focus{
	text-decoration: none;
}

/*----- Home Banner -----*/


.main_bg_btn {
	background: #f2a710;
	border: 2px solid #f2a710;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	padding: 9px 35px;
	transition: 0.5s;
	text-transform: capitalize;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 13px;
	box-shadow: 0 15px 25px rgba(0,0,0,0.05);
}
.main_bg_btn:hover,
.main_bg_btn:focus{
	color: #f2a710;
	background: #fff;
	border-color: #f2a710;
}

/*----- About -----*/
.about_img img{
	border: 10px solid #f5f5f5;
}
.about_content{
	margin-top: 30px;
}
.about_title{
	margin-bottom: 20px;
	font-size: 30px;
}

.about_content .main_bg_btn{
	margin-top: 30px;
}
.ab_skill{
	padding-top: 24px;
}
.ab_skill ul{
	border-bottom: 1px solid #ddd;
}
.ab_skill ul li{
	position: relative;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.ab_skill ul li:before{
	position: absolute;
	content: "";
	left: 15px;
	top: 20px;
	font-family: themify;
	background: #f2a710;
	width: 10px;
	height: 10px;
	border-radius:50%;
}
/*----- Services  -----*/
.gray_section{
	background: #f8f9fe;
}
#service_area{

}
.serviceBox{
    text-align: left;
    position: relative;
	background: #fff;
	width: 100%;
	margin-bottom: 30px;
	padding: 40px 30px 30px;
	border-radius: 0px;
	border: 1px dotted #f2a710;
	transition: .5s;
}
.serviceBox i{
    font-size: 40px;
	color: #f2a710;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out 0s;
	display: inline-block;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 20px;
}
.ser_content{
	overflow: hidden;
}
.serviceBox:hover i{
    transform: rotateY(360deg);
}
.serviceBox .title{
    font-size: 15px;
    font-weight: 700;
	transition: .5s;
	text-transform: uppercase;
}
.serviceBox p{
}
.serviceBox:hover {
    box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.05);
	background: #f2a710;
	color: #fff;
}
.serviceBox:hover .title,
.serviceBox:hover i{
	color: #fff;
}
/*----- Counter  -----*/

#counter_area{	
	position: relative;
	color: #fff;
	background: #f2a710;
	padding: 60px 0 20px;
}
.counter-items{
	margin-bottom: 30px;
	border-right: 1px solid #fff;
}
.counter-items .number-number{
	color: #fff;
}
.no_border{
	border: none;
}
.counter_icon{	
	margin-bottom: 20px;
	display: inline-block
}
.counter_icon i{
	font-size: 40px;
	transition: .5s;
	color: #fff;
}
.number-number {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #fff;
}
.counter {
  text-align: center;
  color: #fff;
}
.number-desc {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 15px;
}

/*----- Work css -----*/

#work_area{
	position:relative;
	padding-bottom: 0;
}
.mix{
	display: none;
}
.portfolio_item .mix{
	display: none;
}

.portfolio_filter ul {
	margin: 0px 0 40px;
	padding: 0;
	list-style: none;
}
.portfolio_filter ul li{
	font-weight: 600;
	text-transform: capitalize;
	display:inline-block;
	cursor: pointer;
	padding: 4px 17px;
	font-size: 13px;
	transition: .5s;
	letter-spacing: 1px;
	background: #fff;
	margin: 0 3px 8px;
	border-radius: 0px;
}
.portfolio_filter .filter.active {
	background: #f2a710;
	color: #fff;
}

.portfolio_item .col-md-4.col-sm-6{
	padding: 0;
}
.single_portfolio{
    text-align: center;
    overflow: hidden;
    position: relative;
	margin-bottom: 0px;
}
.single_portfolio:before,
.single_portfolio:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(242, 167, 16, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.single_portfolio:after{
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #f2a710;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}
.single_portfolio:hover:before{ opacity: 1; }
.single_portfolio:hover:after{ left: -170%; }
.single_portfolio img{
    width: 100%;
    height: auto;
}
.single_portfolio .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;  
    left: 0;
	transform: translate(-100%, 0%);
    transition: all 0.5s ease 0s;
}
.single_portfolio:hover .box-content{
	transform: translate(0);
}
.single_portfolio .port_wrap{
	vertical-align: middle;
	display: table;
	width: 100%;
	height: 100%;
}
.single_portfolio .port_text{
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 100%;	
}
.single_portfolio .title{
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 0px;
}
.single_portfolio .post{
    display: block;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.single_portfolio:hover .icon{
	opacity: 1;
}
.single_portfolio .icon li{ display: inline-block; }
.single_portfolio .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f2a710;
    text-align: center;
    font-size: 15px;
    color: #fff; 
    transition: all 0.5s ease 0s;
}
.single_portfolio .icon li a:hover,
.single_portfolio .icon li a:focus{
	outline: none;
	text-decoration: none;
}
/*----- Resume css -----*/
#resume_area{
	padding-bottom: 70px;
}
.sing_resume_title{
	font-size: 25px;
}
.sing_resume_title i{
	
}
.single_resume{
	background: #fff;
	box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 4px;
	transition: .5s;
	position: relative;
	border: 1px dotted #f2a710;
}
.single_resume:before{
	position: absolute;
	content: '';
	height: 3px;
	width: 0%;
	background: #f2a710;
	left: 0;
	top: 0;
	transition: .5s;
}
.single_resume:hover:before{
	width: 100%;
}
.resume_duration {
	margin-bottom: 7px;
	display: block;
}
.single_resume h3 {
	font-size: 16px;
	text-transform: capitalize;
	color: #f2a710;
	letter-spacing: 1px;
	font-weight: 500;
}
.single_resume h5{
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;

}
/*----- Blog -----*/

#blog_area{	
	padding-bottom: 50px;
}
.single_post{
	margin-bottom: 30px;
	box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.05);
}
.single_post .post-img{
    position: relative;
	overflow: hidden;
	text-align: center;
}
.single_post .post-img > a{
    display:inline-block;
}
.single_post .post-img img{
    width: 100%;
    height:auto;
	transition: .5s;	
}
.single_post .post-img:before{
	transition: .5s;
	background-color: rgba(242, 167, 16, 0.5);
	opacity: 0;
	width: 100%;
	height:100%;
    content: "";
    position: absolute;	
	z-index: 1;
}
.single_post:hover .post-img:before{
	opacity: 1;
}
.single_post:hover  .post-img img{
	transform: scale(1.1);
}
.single_post .blog_content{
	padding: 25px 25px 10px;
	border-radius: 0px 0 4px 4px;
}
.single_post .post-title{
    margin-top: 0px;
    margin-bottom: 13px;
}
.single_post .post-title > a{
    display: block;
    font-size: 18px;
    text-transform: capitalize;
	color: #222;
}
.single_post .post-title > a:hover,
.single_post .post-title > a:focus{
    text-decoration: none;
    color:#f2a710;
}
.single_post .post-bar{
    padding: 0 0 5px;
    list-style: none;
	margin-bottom: 0px;	
}
.single_post .post-bar > li{
    display: inline-block;
}
.single_post .post-date,
.single_post .author,
.single_post .author > a{
    color:#666;
    font-size: 12px;
    margin-right: 10px;
    text-transform: capitalize;
	font-weight: 400;
}
.single_post .post-bar i{
	color: #f2a710;	
}
.single_post .post-date > i,
.single_post .author > i{
    margin-right: 5px;
}
.single_post .author > a:hover{
    color:#f2a710;
}
.single_post .post-description{
}
.post_btn_area{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;	
	right: auto;	
	opacity: 0;
	transition: all 0.3s ease 0s;
	z-index: 100;	
}
.post_btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	background: #f2a710;	
	border-radius: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 45%;
	transition: all .5s;
	color: #fff;
}
.single_post:hover .post_btn_area{
	opacity: 1;
}
.post_btn:hover,
.post_btn:focus{
	color: #fff;
}
/*----- Contact  -----*/

#contact_area {
    position: relative;
    z-index: 1;
}
.form .form-group input{
	background: transparent;
	border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group input:focus{
	border-color: #f2a710;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
	margin-top: 10px;
	padding-bottom: 5%;
	margin-bottom: 30px;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group textarea:focus{
	border-color: #f2a710;
}
/*----- Footer -----*/

#footer_area{
	background:#fff;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}

.footer_social_icons{
	float: right;
}
.footer_social_icons a {
	transition:.6s;
	color: #333;
}
.footer_social_icons a:hover {
	color: #f2a710;
}
.footer_social_icons ul li {
	display: inline-block;
	font-size: 17px;
	padding: 0 10px;
	margin-bottom: 0px;
	transition:.6s;
}

.pt_80{
	padding-top: 80px!important;
}

/*----- Banner Style  -----*/
.banner_area{
	opacity: 1;
	color: #fff;
}
.ban_overlay{
	background: rgba(0,0,0,0.6);
	padding: 160px 0 90px;
}
.banner_area h2{
	margin-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 2px;
}
.banner_area p{
	margin: 0;	
	text-transform: uppercase;
}
.banner_area span{
	color: #f2a710;
}
.banner_area a{
	color: #fff;
}	
.content-area .single_post{
	margin-bottom: 40px;
}
.content-area .single_post .post-title > a{
	font-size: 18px;
}
.content-area .single_post .main_bg_btn{
	margin-top: 10px;
}
.blog_pagination ul{
	width: 100%;
}
.blog_pagination li{
	display: inline-block;
}
.blog_pagination a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
	display: block;
	margin: 0 5px;
	border-radius: 50%;
	color: #666;
	transition: .5s;
}
.blog_pagination a:hover,
.blog_pagination a.active{
	background-image: linear-gradient( #12D8FA , #f2a710 );
	color: #fff;
}
.widget_title{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 25px;
	color: #000;
	position: relative;
	padding-left: 25px;
}
.widget_title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 10px;
	height: 10px;
	background-image: linear-gradient( #12D8FA , #f2a710 );
	border-radius: 50%;
}
.single_sidebar{
	margin-bottom: 40px;
	padding: 0 20px;
}
.single_sidebar li{
	line-height: 30px;
}
.single_sidebar a{
	color: #666;
}
.single_sidebar a:hover{
	color: #f2a710;
}
.single_sidebar:last-child{
	margin-bottom: 0;
}
.single_sidebar.category a{
	font-weight: 600;
	font-size: 15px;
}
.tags-cloud a{
	padding: 3px 14px;
	border: 1px solid #ddd;
	display: inline-block;
	transition: .5s;
	font-size: 13px;
	margin: 0 12px 12px 0;
}
.tags-cloud a:hover,
.tags-cloud a:focus{
	background: #111;	
	border-color: #111;
	color: #fff;
}
.single_popular_post{
	overflow: hidden;
	padding-bottom: 25px;
}
.spp_img{
	float: left;
	margin-right: 20px;
}
.single_popular_post:last-child{
	padding-bottom: 0;
}
.spp_text a{
	font-weight: 600;
	font-size: 15px;
}
blockquote{
	border-width: 2px;
	font-size: 15px;
	font-style: italic;
	border-color: #f2a710 ;
}

/* Comment Style */

.blog_comment_area {
	padding-top: 0px;
}
.comment_inner {
	margin-bottom: 30px;
}
.comment_inner > li {
	padding-right: 40px;
}
.single_cmnt {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 25px;
	text-align: left;
	border: 1px solid #f1f1f1;
}

.blog_cmnt_img {
	border: 1px solid #eee;
	width: 77px;
	margin-right: 20px;
	float:left;
	border-radius: 50%;
}
.blog_cmnt_img img{
	border-radius: 50%;
}
.cmnt_content h4 {
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-top: 0;
	line-height: 14px;
	color: #f2a710 ;
	text-transform: uppercase;
}
.com_date{
	display: inline-block;
	margin: 5px 0 8px;
}

.cmnt_content a {
	color: #f2a710 ;
	float: right;
	font-size: 18px;
}
.cmnt_content p {
	overflow: hidden;
	width: 100%;
}
.comment_inner > li ul {
	margin-left: 40px;
	margin-right: -40px;
}
/* Comment Form */

.blog_cmnt_form #reply-title,
.comments-title {
	font-size: 17px;
	line-height: 17px;
	margin: 0 0 30px;
	letter-spacing: 1.5px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}
.input-area {
  float: left;
  margin-bottom: 18px;
  width: 100%;
}
.input-area input, 
.input-area textarea, 
.input-area select {

}
.input-area input:focus, 
.input-area textarea:focus {

}
.cmnt_form_btn {
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
}
.submit-area input[type="submit"] {

	
}
.submit-area input:hover {

}
