  
.header{
	background:#222;
}
.header .header-inner-top{
	position:relative;
}  
.header .header-inner {
    z-index: 333;
    width: 100%;
    padding: 20px 0;
}
.header .logo {
	float: left;
}
.header .logo img {
	max-width: 100%;
}
.header .navbar {
    min-height: initial;
    padding: 0;
}
.header .main-menu {
    float: right;
    margin-right: 120px;
}
.header .nav-item .navigation {
	float: right;
}
.header .nav-item .navigation li {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.header .navigation li:last-child{
	margin-right:0px;
}
.header .navigation li.active a, 
.header .navigation li:hover a {
    color: #fff;
    background: #00b0f0;
}
.header .navigation li a {
    color: #eee;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 30px;
    display: inline-block;
}
.header .navigation li a:before {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -10px;
    border-top: 10px solid #00b0f0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .navigation li.active a:before,
.header .navigation li:hover a:before{
	opacity:1;
	visibility:visible;
}
.header .navigation li .dropdown {
    position: absolute;
    left: 0;
    top: 55px;
    width: 200px;
    border-top: 2px solid #00b0f0;
    background: #fff;
    z-index: 1111;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .navigation li:hover .dropdown{
	opacity:1;
	visibility:visible;
}
.header .navigation li .dropdown li {
	line-height: 36px;
}
.header .navigation li .dropdown li a {
    background: transparent;
    color: #666;
    font-size: 15px;
}
.header .navigation li .dropdown li a:hover{
	color:#00b0f0;
}
.header .navigation li .dropdown li a:before{
	display:none;
}
.header .navigation li a i {
    margin-left: 10px;
}
.menu-right {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.main-menu-top{
	position:relative;
}
.menu-right .phone a {
    color: #222;
    background: #fff;    
	color: #222;
    padding: 6px 15px;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
	-webkit-transition:all 0.3s ease;
	-moz-stransition:all 0.3s ease;
	transition:all 0.3s ease;
}
.menu-right .phone a:hover{
	background:#00b0f0;
	color:#fff;
}
.menu-right .phone i {
    margin-right: 5px;
}
/*---- Header Sticky ----*/
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: chartreuse;
    z-index: 80000;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.32);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.32);
    background: #fff;
}
.header.sticky .logo-1{
	display:none;
}
.header.sticky .logo-2{
	display:block;
}
.header.sticky .navigation li a{
	color:#222;
}
.header.sticky .navigation li.active a,
.header.sticky .navigation li:hover a{
	color:#fff;
}
.header .logo-2{
	display:none;
}
.header.sticky .navigation li .dropdown li a {
    color: #666;
}
.header.sticky .navigation li .dropdown li:hover a{
	color:#00b0f0;
}
.header.sticky .menu-right .phone a{
	background:#00b0f0;
	color:#fff;
}
/*==============================
	End Header CSS
================================*/   

/*==============================
	Hero Area CSS
================================*/     
.hero-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.hero-area::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('img/banner-pattern.png');
	opacity: 0.5;
	content: "";
	z-index: 3;
}
.hero-area .hero-content {
    margin-top: 0;
    text-align: left;
    z-index: 500;
    position: relative;
    margin-top: 220px;
}
.hero-area .hero-content h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}
.hero-area .hero-content h1 {
    font-size: 40px;
    color: #FFBB3F;
}
.hero-area .hero-content h1 .typed {
    color: #fff;
}
.hero-area .hero-content p {
    margin-top: 20px;
    font-size: 18px;
    color: #ccc;
    padding-right: 190px;
}
.hero-area .hero-content .button {
    margin-top: 30px;
    margin-left: ;
}
.hero-area .hero-content .button .poxman-btn {
    background: #00b0f0;
    color: #fff;
	margin-right:15px;
}
.hero-area .hero-content .button .poxman-btn:last-child{
	margin:0;
}
.hero-area .hero-content .button .poxman-btn:hover{
	background:#fff;
	color:#222;
}
.hero-area .hero-content .button .poxman-btn:hover i{
	border-color:#ccc;
}
.hero-area .hero-content .button .poxman-btn.video {
    background: transparent;
    padding: 0;
		box-shadow:none;
}
.hero-area .hero-content .button .poxman-btn.video i {
    background: #FFBB3F;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
	border:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.hero-area .hero-content .button .poxman-btn.video:hover i{
	background:#fff;
	color:#FFBB3F;
}
.hero-area .hero-content .button .poxman-btn.video:hover i{}
.hero-area .scroll-down {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 500;
    animation: bounce 2s infinite;
}
.hero-area .scroll-down .mouse-icon {
    width: 34px;
    height: 50px;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto 15px;
    background:  #00b0f0;
    position: relative;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hero-area .scroll-down .mouse-icon:hover {
    border-color:  #00b0f0;
    background: #fff;
}
.hero-area .scroll-down .icon-scroll {
    display: block;
    width: 8px;
    height: 8px;
    background: #FFBB3F;
    position: absolute;
    top: 15px;
    left: 12px;
    border-radius: 8px;
    -webkit-animation: scroll 1.5s infinite ease;
    -moz-animation: scroll 1.5s infinite ease;
    -o-animation: scroll 1.5s infinite ease;
    animation: scroll 1.5s infinite ease;
}
/*==============================
	End Hero Area CSS
================================*/    

/*==============================
	About Area CSS
================================*/ 
.about-area {
	background-color:#fff;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.about-area .about-img img {
	max-width: 100%;
}
.about-area .about-head h1 {
	font-size: 35px;
	color: #000;
}
.about-area .about-head p {
	font-size: 20px;
	color: #000;
	margin-top: 10px;
}
.about-area .about-head p span {
	font-style: italic;
	color: #00b0f0;
	font-weight: 600;
}
.about-area .about-text {
    margin-top: 25px;
}
.about-area .about-bottom {
    margin-top: 10px;
}
.about-content .button {
    margin-top: 30px;
}
.about-area .about-list {
    background: #fff;
    padding: 30px;
	margin-top:30px;
    box-shadow: 0px 0px 15px #00000033;
}
.about-area .about-list li {
	margin-bottom: 15px;
}
.about-area .about-list li:last-child{
	margin-bottom:0px;
}
.about-area .about-list li {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 38px;
}
.about-area .about-list li h4 {
	font-size: 16px;
	font-weight: 500;
}
.about-area .about-list li h4 i {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFBB3F;
    border: 1px solid #ccc;
    top: 0;
    text-align: center;
    border-radius: 100%;
    font-size: 15px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.about-area .about-list li h4:hover i{
	background:#FFBB3F;
	color:#fff;
	border-color:transparent;
}
/*==============================
	End About Area CSS
================================*/ 

/*==============================
	Resume Area CSS
================================*/ 
.my-resume {
	padding: 100px 0px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.my-resume.overlay:before{
	opacity:0.8;
}

/* Resume Title */
.resume-title{
	z-index:3333;
	position:relative;
}
.resume-title h2 {
    color: #fff;
    font-size: 35px;
}
.resume-title p {
    color: #fff;
}
.resume-title {
    margin-bottom: 20px;
}
.resume-title h2 i {
    width: 40px;
    height: 40px;
    font-size: 24px;
    background: #00b0f0;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

.resume-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    left: 0;
    top: 0;
}
.resume-img img {
    border-radius: 100%;
    border: 1px solid #eee;
    padding: 2px;
}
.single-resume .resume-info::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    right: -8px;
    top: 8px;
    border-radius: 100%;
    border: 4px solid #00b0f0;
    z-index: 222222;
}
.single-resume .resume-info::after {
   position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    background: #17A05D57;
    border-radius: 100%;
    z-index: 111111;
    right: -12px;
    top: 4px;
}
.single-resume .resume-info {
    position: relative;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ebebeb;
    width: 25%;
    display: table-cell;
}
.single-resume .info-content{
	margin-top: 10px;
}
.single-resume .resume-info h5 {
	font-size: 16px;
	color: #222;
	font-weight: 700;
}

.my-resume .resume-box{}
.my-resume .resume-box h4 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 60px;
	color: #000;
	font-weight: 600;
}
.my-resume .resume-box i {
	margin-right: 15px;
	font-size: 40px;
}
.single-resume {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    background: #fff;
    margin-top: 30px;
    padding: 50px 20px;
}
.single-resume .resume-content p {
    margin-top: 15px;
    color: #444;
}
.single-resume .resume-content {
	width: 70%;
	display: table-cell;
	padding-left: 20px;
	padding-right: 15px;
	vertical-align: top;
}
.single-resume .resume-content h5 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
}
/* Owl Controls */
.resume-slider .owl-controls {
    margin-top: 30px;
}
.resume-slider .owl-controls .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 25px;
    border-radius: 0px;
    border-radius: 0px;
    background: #ffffff4f;
    color: #fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.resume-slider .owl-controls .owl-nav div:hover{
	background:#fff;
	color:#00b0f0;
}
/*==============================
	End Resume Area CSS
================================*/ 

/*==============================
	Service Area CSS
================================*/    
.service-area {
    padding: 100px 0px;
    background: #F6F6F6;
}
.single-service {
    text-align: center;
    background: #fff;
    padding: 40px 15px 40px 15px;
    transition: all 0.4s ease;
    position: relative;
    border-top: 2px solid transparent;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    margin: 15px;
}
.single-service .icon {
    font-size: 30px;
    color: #fff;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0%;
    z-index: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    background: #f8f8f8;
    color: #00b0f0;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.single-service:hover .icon{
	background:#00b0f0;
	color:#fff;
	border-color:transparent;
}
.single-service h2 {
    font-size: 18px;
    position: relative;
    transition: all 0.4s ease;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.single-service h2::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #FFBB3F;
    border-radius: 100%;
    left: 50%;
    border: beige;
    visibility: visible;
    z-index: 33;
    margin-left: -7.5px;
    bottom: -7.5px;
}
.single-service h2::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    left: 50%;
    transition: all 0.3s ease;
    visibility: visible;
    bottom: -1px;
    margin-left: -25px;
}
.single-service p {
    color: #555;
    margin-top: 20px;
    font-size: 14px;
}
.single-service .poxman-btn {
    margin-top: 30px;
}
.single-service.active {
    transform: scale(1.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    border-top-color: #00b0f0;
}
.single-service.active .icon {
    background: #00b0f0;
    color: #fff;
    border-color: transparent;
}
/* Service SLider*/
.service-area .owl-controls{
	margin-top:30px;
}
.service-area .owl-controls .owl-dot.active span,
.service-area .owl-controls .owl-dot:hover span {
    width: 20px;
    background: #00b0f0;
}
.service-area .owl-controls .owl-dot{
	margin-right:10px;
}
.service-area .owl-controls .owl-dot:last-child{
	margin:0;
}
.service-area .owl-controls .owl-dot span {
	width: 12px;
	height: 12px;
	background: #222;
	margin: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/*==============================
	End Service Area CSS
================================*/    

/*==============================
	Testimonial CSS
================================*/ 
.client-area {
    padding: 100px 0px;
    background: #fff;
    background-position: center;
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
    background-size: cover;
}
.client-area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 30%;
    height: 100%;
    overflow: hidden;
    top: 0;
	background-color:#00b0f0;
    width: 50%;
	z-index:41;
	opacity:0.95;
}
.testimonial-inner {
    position: relative;
    z-index: 33333;
}
.client-area .single-client {
    text-align: center;
    position: relative;
    background: #fff;
    padding: 50px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin: 15px;
}
.client-area .single-client .client-head{}
.client-area .single-client .client-head h4 {
    font-size: 25px;
    color: #222;
    font-weight: 600;
    margin-top: 10px;
}
.client-area .single-client .client-head p {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}
.client-area .single-client .client-head img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #fff;
    border: 5px solid #FFBB3F;
    position: relative;
    display: inline-block;
}
.client-area .client-content p::before {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 50px;
    z-index: 1;
    bottom: 120px;
    color: #FFBB3F;
    right: 0;
    top: 12px;
}
.client-area .client-content p {
    color: #444;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 40px;
    position: relative;
}
/* Client Nav */
.client-area .owl-carousel .owl-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -32.5px;
}
.client-area .owl-carousel .owl-controls .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.client-area .owl-carousel .owl-controls .owl-dot:last-child{
	margin:0;
}
.client-area .owl-carousel .owl-controls .owl-dot span {
	width: 12px;
	height: 12px;
	background: #222;
	margin: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.client-area .owl-carousel .owl-controls .owl-dot.active span,
.client-area .owl-carousel .owl-controls .owl-dot:hover span {
    width: 20px;
    background: #00b0f0;
}
/*==============================
	End Testimonial CSS
================================*/ 

/*==============================
	Portfolio Area
================================*/ 
.portfolio {
	padding: 100px 0px;
}
.portfolio .row.row-fix{
	margin:0;
}
.portfolio .col-fix{
	padding:0;
}
/* Project Nav */
.portfolio .project-nav {
	text-align: center;
	margin-bottom: 60px;
}
.portfolio .project-nav {
    display: inline-block;
    border-radius: 50px;
}
.portfolio .project-nav li {
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	color: #222;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: initial;
	margin: 0;
}
.portfolio .project-nav li:hover,
.portfolio .project-nav li.active {
    background: #00b0f0;
    color: #fff;
}
.portfolio .project-nav li:last-child{
	margin-right:0px;
}
/* Portfolio Single */
.single-portfolio{
	position:relative;
}
.single-portfolio{
	position:relative;
	overflow:hidden;
}
.single-portfolio::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background:#000;
	top: 0;
	left: 0px;
	transition: all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.single-portfolio:hover::before{
	opacity:0.7;
	visibility:visible;
}
.single-portfolio img {
	max-width: 100%;
	margin-top: ;
	overflow: hidden;
}
.single-portfolio .hover-img{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -32px;
    margin-top: -32px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-portfolio:hover .hover-img{
	opacity:1;
	visibility:visible;
}
.single-portfolio .hover-img a {
    font-size: 18px;
    width: 64px;
    height: 64px;
    line-height: 64px;
	background:#fff;
    color: #FFBB3F;
    border-radius: 100%;
	padding:0;
	display:inline-block;
}
.single-portfolio .hover-img a:hover{
	background:#FFBB3F;
	color:#fff;
}
.single-portfolio .single-content {
	position: absolute;
	bottom: 20px;
	left:20px;
	-webkit-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	transform:translateX(-100%);
	transition: all 0.8s ease;
	opacity:0;
	visibility: hidden;
}
.single-portfolio:hover .single-content{
	opacity:1;
	visibility: visible;
	transform:translateX(0%);
}
.single-portfolio .single-content h3 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.single-portfolio .single-content p {
    color: #f5f5f5;
    font-size: 14px;
    margin-top: 5px;
}
/*==============================
	End Portfolio Area
================================*/ 

/*==============================
	Blog Area
================================*/ 
.blog-area {
	padding: 100px 0px;
	background: #f5f5f5;
}
.single-blog {
    overflow: hidden;
    box-shadow: 0px 0px 10px #6666664a;
    padding: 0;
    background: #fff;
}
/* Blog Head */
.single-blog .blog-head {
	position: relative;
	overflow: hidden;
}
.single-blog .blog-img {
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
}
.single-blog .blog-img img{
	transition:all 0.8s ease;
}
.single-blog:hover .blog-img img{
	-webkit-transform:scale(1.6);
	-moz-transform:scale(1.6);
	transform:scale(1.6);
}
.single-blog .blog-date {
	position: absolute;
	top: 0;
	left: 0;
	background: #00b0f0;
	color: #fff;
	padding: 9px 12px;
}
.single-blog .blog-date i {
	margin-right: 5px;
}
.single-blog .blog-date p {
	color: #fff;
	font-size: 13px;
}
.single-blog .blog-date p span {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.single-blog .blog-meta {
    margin-top: 15px;
}
.single-blog .blog-meta span {
	margin-right: 5px;
	color: #555;
	font-size: 14px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.single-blog .blog-meta span:last-child{
	border:none;
	padding:0;
	margin:0;
}
.single-blog .blog-meta span a {
    color: #555;
}
.single-blog .blog-meta span i {
    margin-right: 5px;
    color: #FFBB3F;
    font-size: 14px;
}
.single-blog .blog-bottom {
	padding-left: 0;
	position: relative;
	padding: 30px;
}
.single-blog .blog-bottom h4 {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	line-height: 28px;
}
.single-blog .blog-bottom h4::before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 3px;
	background: #FFBB3F;
	bottom: -1.5px;
}
.single-blog .blog-bottom h4 a {
	color: #222;
	font-weight: 600;
}
.single-blog .blog-bottom h4:hover a{
	color:#00b0f0;
}
.single-blog .button {
	margin-top: 20px;
}
.single-blog .button .poxman-btn {
    box-shadow: none;
    background: transparent;
    border: 1px solid #555;
    color: #252525;
    padding: 10px 30px;
}
.single-blog .button .poxman-btn:hover{
	color:#fff;
	background:#00b0f0;
	border-color:transparent;
}
.single-blog .button .poxman-btn i {
    font-size: 15px;
    margin: 0;
    margin-left: 5px;
}
/* Blog Archive */
.blog-area.archive{
	padding:70px 0 100px;
}
.blog-area.archive .single-blog{
	margin-top:30px;
}

/* Pagination */
.pagination-main{
	text-align:center;
}
.poxman-pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
}
.poxman-pagination li {
	display: inline-block;
	margin-right:5px;
}
.poxman-pagination li:last-child{
	margin-right:0px;
}
.poxman-pagination li a {
    background: #fff;
    border: none;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #222222;
    border-radius: 0px;
    border: 1px solid #cccccc91;
}
.poxman-pagination li:hover a {
	color: #fff;
	border-color: transparent;
}
.poxman-pagination li:hover a,
.poxman-pagination li.active a{
	border-color:transparent;
	-webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.10);
} 
.poxman-pagination li.prev a, 
.poxman-pagination li.next a {
	font-size: 15px;
	text-align:center;
}
.poxman-pagination li.active a,
.poxman-pagination li:hover a {
	color: #fff !important;
	background: #00b0f0;
}

/* Blog Single */
.blog-single-post {
	background: #fff;
}
.blog-title-meta {
    position: relative;
    top: -65px;
    margin-bottom: -65px;
    background: #fff;
    width: 80%;
    padding: 40px;
    left: 20px;
    box-shadow: 0px 0px 10px #00000030;
}
.blog-single-post .single-head {
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
	padding-bottom:20px;
}
.blog-single-post .single-head h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 18px;
    text-transform: initial;
}
.blog-single-post .single-head .meta {
	margin-bottom: 15px;
}
.blog-single-post .blog-meta span a {
    color: #222;
    font-weight: 500;
}
.blog-single-post .blog-meta span i {
    margin-right: 5px;
    color: #00b0f0;
}
.blog-single-post .blog-meta span {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #ccc;
}
.blog-single-post .blog-meta span:last-child{
	padding:0;
	margin:0;
	border:none;
}
.blog-single-post .single-content p {
    margin-bottom: 20px;
    line-height: 28px;
}
.blog-single-post .single-content p:last-child{
	margin:0;
}
.blog-single-post blockquote {
    background: #F6F6F6;
    padding: 30px;
    border-left: 5px solid #00b0f0;
    font-size: 16px;
    background-size: cover;
    background-position: center;
    z-index: 30;
    position: relative;
}
.blog-single-post blockquote::before {
	background: #4A89DC;
	opacity: 0.95;
}
.blog-single-post blockquote i {
    color: #00b0f0;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 1;
    z-index: 1;
    position: relative;
}
.blog-single-post blockquote p {
    z-index: 33;
    position: relative;
    color: #333;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.bottom-title h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

.blog-single-post .sidebar-main  {
	border-left: 1px solid #ebebeb;
	padding-left:30px;
}
.blog-single-post .sidebar-main .single-widget{
	padding:0;
}

/* Blog Comments */
.blog-comments {
	margin-top: 50px;
	position: relative;
}
.blog-comments .single-comments {
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-comments .single-comments:last-child{
	border-bottom:none;
	padding:0px;
	margin:0;
}
.blog-comments .single-comments .main {
    overflow: hidden;
    margin-left: -20px;
}
.blog-comments .single-comments .head {
    float: left;
    text-align: center;
    position: relative;
    left: 20px;
    top: 25px;
}
.blog-comments .single-comments .head img {
    width: 100px;
    height: 100px;
    padding: 2px;
    border-radius: 100%;
    border: 2px solid #00b0f0;
}
.blog-comments .single-comments .body {
    margin-left: 90px;
    background: #f5f5f5;
    padding: 30px;
    padding-left: 50px;
}
.blog-comments .single-comments .comment-list .body {
	display: ;
	background: #fff;
	border: 1px solid #ebebeb;
}
.blog-comments .single-comments .comment-list {
	margin-top: 30px;
	overflow: hidden;
	padding-left: 0px;
	margin-left: 50px;
}
.blog-comments .single-comments h4 {
	margin: 0 0 5px;
	font-size: 16px;
	text-align: left;
	color: #353535;
	font-weight: 600;
}
.blog-comments .single-comments .meta {
	font-size: 13px;
	margin: 0;
	color: #666;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
}
.blog-comments .single-comments .meta span{
	display:inline-block;
}
.blog-comments .single-comments .meta i {
	color: #00b0f0;
	margin: 0 5px;
}
.blog-comments .single-comments a {
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.blog-comments .single-comments .reply {
	background: #00b0f0;
	color: #fff;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 50px;
	margin-left: 5px;
	font-weight: 600;
}
.blog-comments .single-comments .reply:hover{
	background:#222534;
}
/* Comments Form */
.blog-comments-form {
	background: #fff;
	margin-top: 50px;
	position: relative;
}
.blog-comments-form .form-group {
	position: relative;
	display: block;
	margin: 0 0 25px;
}
.blog-comments-form label span {
	color: #00b0f0;
	font-weight: 600;
	position: relative;
	top: 2px;
	left: 2px;
}
.blog-comments-form .form-group input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    font-weight: 400;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ebebeb;
    background: #F5F5F5;
}
.blog-comments-form .form-group label {
	font-weight: 600;
}
.blog-comments-form .form-group textarea {
	padding: 10px;
	width: 100%;
	padding-left: 10px;
	resize: none;
	box-shadow: none;
	border-radius: 0px;
	background: #F5F5F5;
	border: 1px solid #e6e6e6;
}
.blog-comments-form .form-group input:hover,
.blog-comments-form .form-group textarea:hover{
	border-color:#00b0f0;
}
.blog-comments-form .form-group input:hover,
.blog-comments-form .form-group input:focus,
.blog-comments-form .form-group textarea:hover{
	outline:none;
}
.blog-comments-form .form-group.button {
	margin: 0;
	text-align: center;
}
.blog-comments-form .form-group .elena-btn {
	float: left;
}
.blog-comments-form .form-group .elena-btn i{
	margin-left:10px;
}
/*==============================
	End Blog Area
================================*/ 

/*==============================
	Contact Area
================================*/ 
.contact {
	padding: 100px 0px;
	background-size:cover;
	background-position:center;
	background-repeat:none;
}
.contact .contact-form {
    background: #fff;
    padding: 50px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}
.contact .contact-form .form-group {
	text-align: center;
	margin-bottom: 30px;
}
.contact .contact-form .form-group input {
    border: none;
    height: 45px;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    color: #222;
    border: 1px solid #ccccccb0;
    border-radius: 0px;
}
.contact .contact-form .form-group:last-child input{
	margin-bottom:0px;
}
.contact .contact-form .form-group textarea {
	border: none;
	width: 100%;
	height: 130px;
	padding: 10px 15px 10px 15px;
	border-radius:0px;
	color: #222;
	border:1px solid #ccccccb0;
}
.contact .contact-form .form-group.button {
	margin:0;
}
.contact .contact-form .form-group .poxman-btn {
	background: #FFBB3F;
	cursor:pointer;
}
.contact .contact-form .form-group .poxman-btn:hover{
	background:#222222;
	color:#fff;
}
/*==============================
	End Contact Area
================================*/ 

/*==============================
	Social Popbar Area
================================*/ 
.popbar-social {
    position: fixed;
    top: 50%;
    right: 0px;
    background: #ffff;
    padding: 12px 10px;
    z-index: 333;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    margin-top: -70px;
    border-radius: 0;
}
.popbar-social ul li{
	list-style: none;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.popbar-social ul li a{
	text-decoration: none;
	color: #111;
	display: block;
}
.popbar-social ul li a {
    font-size: 18px;
    background: transparent;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #00000021;
    border-radius: 100%;
    color: #555;
    transition: all 0.4s ease;
}
.popbar-social ul li:hover i{
	width: 40px;
}
.popbar-social span {
	left: -11px;
	font-size: 18px;
	white-space: nowrap;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 400;
	bottom: -97px;
	z-index: 3;
	display: block;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.popbar-social:hover span{
	opacity:1;
	visibility:visible;
}
.popbar-social span::after {
    content: '';
    top: 12px;
    right: -48px;
    width: 40px;
    z-index: -0;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #00b0f0;
}
/*==============================
	End Social Popbar Area
================================*/ 

/*==============================
	Footer Area
================================*/
.footer-area {
    background: #222;
}
.footer-area .footer-top {
    padding: 50px 0 80px;
}
.footer-area .footer-left .logo {
    margin-bottom: 20px;
}
.footer-area .footer-left {
    border-right: 1px solid #cccccc70;
    padding-right: 40px;
    padding-bottom: 5px;
    margin-right: 30px;
}
.footer-area .footer-left,
.footer-area .footer-right{
	margin-top:30px;
}
.social-links {
    margin: 20px 0;
}
.footer-area .contact-social {
	margin-top: 15px;
}
.footer-area .contact-social li {
	display: inline-block;
	margin-right: 10px;
}
.footer-area .contact-social li a {
    color: #55;
    display: block;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    color: #555;
	width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #fff;
    color: #333;
    border-radius: 100%;
}
.footer-area .contact-social li.active a{
	background:#00b0f0;
	color:#fff;
}
.footer-area .contact-social li a i{}
.footer-area p {
    color: #ccc;
}
.footer-area p a {
    color: #fff;
    font-weight: 600;
}
.footer-right.contact-info {
    text-align: left;
}
.info-head {
    margin-bottom: 10px;
}
.info-head h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 25px;
}
ul.contact-list li {
    line-height: 35px;
}
ul.contact-list li a {
    color: #eee;
}
ul.contact-list li i {
    margin-right: 10px;
    width: 18px;
    color: #FFBB3F;
}

.copyright {
    padding: 15px 0;
    background: #00b0f0;
}
.copyright-text {
    text-align: center;
}
.copyright .copyright-text p{
	color:#fff;
}
/*==============================
	End Footer Area
================================*/