/*
  Theme Name: Onlymagic 
  Author: genidea
  Description: Personal Portfolio Template
  Version: 2.1
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about
5. counter-area
6. service
7. fact
8. team
9. portfolio area
10. testimonial
11. blog
12. contact-form
13. footer
14. page title
15. Preloader
16. pricing
*/



/* 1. Theme default css */
body {
	font-family: 'Prata', serif;	
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
a,
button {
	color: #444;
	outline: medium none;
}
button{cursor: pointer;box-shadow: 0;}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
	margin-bottom: 15px;
	line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
	color: #666;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #ddd;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.cover{background-size: cover;}
/* button style */
.btn {
	-moz-user-select: none;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 15px 35px;
	text-align: center;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 3px;
	font-family: 'Work Sans', sans-serif;
	background-color: #222;
	text-transform: uppercase;
	box-shadow: none;
}
.btn:hover{background: #E41919;color: #fff;}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #000;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	line-height: 40px;
}
#scrollUp:hover {
	background: #444;
}


.area-title h2 {
	line-height: 1;
	font-weight: 800;
	font-size: 45px;
	color: #222;
}
.area-title{}
.area-title h2{}
.area-title.white-text h2{color: #fff}
.area-title.white-text p{color: #fff}
.area-title p{margin: 0}


/* 2. header */

.navbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border: 0;
	background: transparent;
	z-index: 9;
	min-height: 70px;
}

.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
	padding: 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.nav-scroll .icon-bar {
	color: #222;
}

navbar .icon-bar {
	color: #fff;
}


span, a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

.navbar .navbar-nav .active {
color: #2576FD !important;
}

.navbar .navbar-nav .nav-link {
	font-size: 13px;
	font-weight: 500;
	color: #eee;
	letter-spacing: .5px;
	margin: 15px 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media screen and (max-width: 991px) {
.navbar .navbar-collapse {
	max-height: 340px;
	overflow: auto;
	background: #111;
	text-align: center;
	padding: 10px 0;
}
}

@media screen and (max-width: 991px) {
	.nav-scroll .navbar-collapse .nav-link {
	color: #fff !important;
}
}

.navbar .navbar-nav .active {
	color: #2576FD !important;
}

.nav-scroll .navbar-nav .nav-link {
	color: #222;
}

.logo {
	padding: 15px 0;
	width: 100px;
}

.header {
	min-height: 100vh;
	position: relative;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .caption h4 {
	font-size: 50px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.header .caption h1 {
	margin: 10px 0;
	font-size: 65px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.header .caption p {
	font-size: 16px;
	font-weight: 300;
	color: #eee;
	word-spacing: 2px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.header .caption .butn {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.butn-light, .butn-bord {
	background: #fff;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}


/* 4. about */
.about-me-info {
	padding-top: 120px;
}
.intro-text h2 {
	color: #222;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 0 20px;
}
.intro-text p {
	margin: 0;
}
.section-title{}
.section-title h1 {
  color: #002e5b;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 5px;
}
.section2-title h1{color:#273248;}
.section3-title h1{color:#444444;}
.section-title p {
	font-weight: 400;
	margin: auto;
	width: 740px;
}

/* about me */

.about-me img {
	width: 100%;
}

.about-me-info h2 {
	font-size: 26px;
	color: #252525;
	font-weight: 700;
}
.info-me h6 {
	display: block;
	font-weight: 500;
	margin-bottom: 8px;
	font-size: 14px;
	color: #333;
}
.info-me span {
	color: #E41919;
}

.featured-wrapper {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 40px;
  transition: .3s;
  position: relative;
}
.featured-wrapper::before,.featured-wrapper::after {
	content: "";
	background: #444;
	height: 4px;
	width: 100%;
	transition: .3s;
	bottom: 0;
	left: 0;
	position: absolute;
}
.featured-wrapper:after{width:0;background: #E41919;}
.featured-wrapper:hover:after{width:100%}
.featured-img{}
.featured-img img {
  width: 100%;
}
.featured-text {
  margin-top: -22px;
}
.featured-text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 22px;
  color: #444;
}
.featured-text p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 0;
}
.featured-tag{}
.featured-tag span {
	background: #E41919;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.single-about {
padding: 10px;
margin-top: 30px;
}

.about-icon {
float: left;
margin-bottom: 100px;
margin-right: 20px;
margin-top: 10px;
}

.about-icon i {
border: 1px solid #767676;
border-radius: 100px;
color: #fff;
font-size: 24px;
height: 60px;
line-height: 60px;
text-align: center;
width: 60px;
background: #0B858D;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.single-about p {
margin-bottom: 0;
}








/* 5. counter-area */

.full-section.dark-bg {
    background-color: #181818;
    color: #fff;
}

	.counter {
		margin-bottom: 30px;
		color: #181818;
		text-align: center;
	}
	
	.counter i {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	
	.counter-value {
		font-family: "Dosis", Arial, sans-serif;
		font-size: 48px;
		color: #fff;
		line-height: 62px;
		letter-spacing: 8px;
		font-weight: 300;
		margin-bottom: 10px;
	}
	
	.counter-details {
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 3px;
	}

	.counter-details p {
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 3px;
		color: #fff;
	}


/* 6. service */
.service-box {
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
}
.service-icon {
	float: left;
}
.service-icon span {
	border-radius: 50%;
	color: #252525;
	transition: all 0.4s ease 0s;
	display: inline-block;
	font-size: 55px;
}
.service-content {
	overflow: hidden;
	padding-left: 35px;
}
.service-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #252525;
}
.service-content p {
	margin: 0;
}

/* 7. fact */
.border-shape{border-bottom: 1px solid #eeeeee}
.single-fact {
	position: relative;
	z-index: 99;
}
.single-fact i {
  display: block;
  color: #fff;
  font-size: 52px;
  margin-bottom: 20px;
}
.single-fact span {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.single-fact h5 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	margin-top: 18px;
	font-weight: 500;
}
/* fact white */
.single-fact.fact-white i {
	color: #ff3494;
}
.single-fact.fact-white h5 {
	color: #8a8a8a;
}
.single-fact.fact-white span {
	color: #444444;
}

/* 8. team */
.team-box {
	position: relative;
}
.team-box{}
.team-img{position: relative;}
.team-img img {
	width: 100%;
}
.team-table::before{
	content: '';
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 30px;
	right: 30px;
	background-color: rgba(255,255,255,.94);
	opacity: 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform .5s cubic-bezier(.77,0,.175,1),opacity 0s .5s;
	transition: transform .5s cubic-bezier(.77,0,.175,1),opacity 0s .5s;
}
.team-box:hover .team-table::before {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: transform .5s cubic-bezier(.77,0,.175,1),opacity 0s;
	transition: transform .5s cubic-bezier(.77,0,.175,1),opacity 0s;
}
.team-content {
	position: absolute;
	padding: 35px;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
}
.team-table {
	display: table;
	height: 100%;
	width: 100%;
}
.inner-team {
	display: table-cell;
	height: 100%;
	padding: 35px;
	vertical-align: bottom;
	width: 100%;
	position: relative;
	z-index: 10;
}
.team-box:hover .team-content{opacity: 1;}
.team-content h3 {
	color: #222;
	font-size: 22px;
	margin-bottom: 5px;
	position: relative;
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform .4s,opacity .2s;
	transition: transform .4s,opacity .2s;
	will-change: transform,opacity;
}
.title-team,.sub-title-team{overflow: hidden;}
.team-box:hover .team-content h3{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.63,.07,.04,.95) .1s,opacity .2s .1s;
	transition: transform .6s cubic-bezier(.63,.07,.04,.95) .1s,opacity .2s .1s;}
.team-content span {
	color: #666;
	display: block;
	position: relative;
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	-moz-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform .4s,opacity .2s;
	transition: transform .4s,opacity .2s;
	will-change: transform,opacity;
}
.team-box:hover .team-content span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.63,.07,.04,.95) .2s,opacity .2s .2s;
	transition: transform .6s cubic-bezier(.63,.07,.04,.95) .2s,opacity .2s .2s;
}
.team-social a {
	color: #444;
	border-radius: 50%;
	font-size: 13px;
	margin-right: 15px;
	display: inline-block;
}

/* 9. portfolio area */



.portfolio-thumb {
    position: relative;
    overflow: hidden;
}
.portfolio-thumb::before {
	background: #111;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.portfolio-wrapper:hover .portfolio-thumb::before{opacity: .9;visibility: visible;}
.portfolio-thumb > img {
    width: 100%;
    transition: .3s;
}
.portfolio-wrapper:hover .portfolio-thumb > img{transform: scale(1.2)}
.portfolio-content {
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.portfolio-wrapper:hover .portfolio-content{opacity: 1;visibility: visible;}
.portfolio-wrapper {
    position: relative;
}
.portfolio-content > h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
.portfolio-content > h3 a:hover{color: #E41919}
.portfolio-content span {
	color: #ddd;
	font-size: 14px;
}
.icon a {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 20px;
}
.portfolio-menu > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #3b3f42;
	cursor: pointer;
	font-weight: 600;
	margin: 0 8px;
	padding: 0px 5px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	line-height: 1;
}
.portfolio-menu > button:focus {
  outline: 0 none;
}
.portfolio-menu > button:hover, .portfolio-menu > button.active {
	color: #E41919;
}

/* details */
.single-portfolio img {
	width: 100%;
}
.portfolio-details-text a {
	color: #E01919;
}
.portfolio-details-text h3 {
	font-size: 22px;
	color: #111;
}
/* project modal */
.modal-dialog {
	max-width: 550px;
	margin: 1.75rem auto;
	border-radius: 2px;
}
.modal-content {
	border-radius: 2px;
}
.project-media{min-height:300px;background-size:cover;}
.project-media img {
	width: 100%;
}
.view-project-content {
	padding-top: 20px;
}
.modal-title h2 {
	font-size: 24px;
	margin-bottom: 8px;
}
.modal-title span {
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
	color: #E41919;
}
.modal-title span{}
.view-project {
	padding: 20px;
}
.project-info-list li {
	position: relative;
	padding: 15px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #444;
	font-weight: 600;
	font-size: 13px;
}
.project-info-list li:last-child {
	border-bottom: none;
}
.project-info-list li span {
	margin-bottom: 2px;
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}
.project-info-list a {
	color: #E41919;
}
/* hire */
.hire-us h2 {
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px;
}

.hire-area-header {
	color: #fff;
}


.btn.btn-red {
	border: 2px solid #E41919;
	font-weight: 600;
	background: transparent;
	padding: 12px 35px;
}
.btn.btn-red:hover{background:#E41919;color: #fff }

/* 10. testimonial */

.testimonial-area .sec-icon i {
    color: #ffffff;
}

.testimonial-area .section-header .sec-icon::before {
    background: #fff;
}

.testimonial-area .section-header .sec-icon::after {
    background: #fff;
}

.testimonial-area{
	background-position: center center;
	color: #fff;
	position: relative;
}
.testimonial-area:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

#testimonial-carousel .item p {
    width: 70%;
    margin: 0 auto;
    color: #ffffff;
    cursor: e-resize;
    line-height: 1.9;
    font-style: italic;
}

.testimonial-area .section-header {
    margin-bottom: 50px;
}

#testimonial-carousel .item h5 strong {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;
    color: #e74c3c;
}

.testimonial-area .section-header h2 {
    color: #ffffff;
}

.testimonial-area .section-header h3 {
    color: #ffffff;
}

#testimonial-carousel .item h6 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}

#testimonial-carousel .item {
    text-align: center;
    color: #fff;
}

#testimonial-carousel .item h5{
    color: #000000;
    margin-top: 40px;
}

#testimonial-carousel .item i {
    font-size: 45px;
    text-align: center;
    line-height: 2.8;
    width: 100%;
    margin: 0px auto 30px;
    color: #000;
}

#testimonial-carousel .carousel-indicators {
    bottom: -45px;
}

#testimonial-carousel .carousel-indicators li {
    margin: 5px;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.4s;
    border-color: #000000;
}

#testimonial-carousel .carousel-indicators .active {
    opacity: 1;
    background: #000000;
}


/* 11. blog */
.blog-wrapper {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
}
.blog-thumb img {
	width: 100%;
	transition: .3s;
}
.blog-top {
	margin-top: -90px;
}

.blog-title {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	margin: 25px 0 15px;
	padding: 0;
	text-align: left;
	margin-top: 0;
}

.blog-content {
	padding: 35px 35px 0px;
}
.meta-info {
	padding: 20px 40px;
	border-top: 1px solid #f2f2f2;
}

.meta-info ul li {
  color: #999;
  display: inline-block;
  font-size: 11px;
  padding: 0 12px;
  position: relative;
}
.meta-info ul li:first-child{padding-left:0}
.meta-info ul li a{color:#E41919}
.meta-info ul li a:hover{color:#444}
.meta-info ul li::before {
	border: 1px solid #999;
	border-radius: 5px;
	content: "";
	height: 5px;
	left: -4px;
	position: absolute;
	top: 6px;
	width: 5px;
}
.meta-info ul li:first-child:before{display:none}
.blog-thumb {
    overflow: hidden;
}
.blog-wrapper:hover .blog-thumb img {
    transform: rotate(-2deg) scale(1.15);
}
.blob-post-gallery img {
	width: 100%;
}


/* blog column */
.blog-column{}
.blog-column .blog-title {
  font-size: 18px;
  line-height: 1.5;
}
.blog-2-column .blog-title {
  font-size: 22px;
  line-height: 1.5;
}
.pagination-col{}
.pagination-col .pagination{margin-top:0;}
/* pagination */
.pagination {
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 3px;
}
.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination ul > li {
    display: inline-block;
    margin-right: 2px;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: none
}
.pagination ul > li > a {
    background: #FFF;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 700;
    display: inline-block;
    padding: 9px 18px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.07);
}
.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {

}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #E41919
}
/* blog details */
.blog-details .meta-info {
  margin-bottom: 20px;
}
.meta-info.meta-details {
	padding: 20px 0;
}
.blog-details p {
	margin-bottom: 15px;
}

.blob-post-gallery-full img {
	width: 100%;
}
.blog-details .widget-social {
  margin-bottom: 20px;
}
.blog-title-sm {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
}
.blog-details blockquote {
	background: #f7f7f7 none repeat scroll 0 0;
	border-left: 5px solid #E41919;
	font-family: open sans;
	font-size: 17px;
	font-style: italic;
	margin: 0 0 20px 40px;
	padding: 10px 20px;
	margin-top: 25px;
}
.blob-post-gallery {
	margin-bottom: 20px;
	overflow: hidden;
	margin-top: 20px;
}
.blob-post-gallery ul {
  margin: 0 -5px;
}
.blob-post-gallery ul li {
	float: left;
	padding: 0 5px;
	width: 50%;
}
.blob-post-gallery-full {
  margin-bottom: 20px;
}
.common-tag{}
.common-tag ul{}
.common-tag ul li {
  float: left;
  margin-right: 5px;
  margin-bottom:5px;
}
.common-tag ul li a {
  background: #f7f7f7 none repeat scroll 0 0;
  display: inline-block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.common-tag ul li a:hover{background:#E41919;color:#fff}
.common-tag {
  margin-top: 30px;
}
.next-prev-post {
  margin-top: 50px;
}
.next-prev-post a {
	background: #f7f7f7 none repeat scroll 0 0;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 500;
	padding: 10px 30px;
	text-transform: uppercase;
	display: inline-block;
}
.next-prev-post a:hover{background:#E41919;color:#fff}
.prev-post{float:left}
.prev-post i{margin-right:5px;}
.next-post{float:right}
.next-post i{margin-left:5px}
.author-box {
  background: #f7f7f7 none repeat scroll 0 0;
  overflow: hidden;
  padding: 30px;
}
.author-avatar {
  display: inline-block;
  float: left;
}
.author-avatar > img {
  border-radius: 50%;
}
.authorinfo {
  margin-left: 120px;
  margin-top: 7px;
}
.authorinfo h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.authorinfo p {
  color: #555;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 5px 0;
  text-indent: 0;
}
.author-icons {
  margin-top: 5px;
}
.author-icons a {
  display: inline-block;
  margin-right: 5px;
}
.author-icons a:hover{color:#E41919}
.related-post-active .blog-column{padding:0}
.related-post-active .blog-column .blog-title {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  padding: 0;
}
.blog-section-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.blog-more-info {
	padding: 0 40px;
	padding-bottom: 15px;
}
.blog-details{}.comments, .comment-form {
  margin-bottom: 70px;
}


/* 12. contact-form */
.contact-form{}
.contact-form form input {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	height: 50px;
	padding: 0 25px;
	border-radius: 0;
}
.contact-form form textarea {
	border: 1px solid #ddd;
	width: 100%;
	border-radius: 0;
	padding: 25px;
	height: 130px;
	margin-bottom: 20px;
}
.contact-form form button{}
.contact-icon {
	margin-left: 10px;
	text-align: center;
}
.contact-text {
	overflow: hidden;
	padding-left: 12px;
	text-align: center;
	margin-top: 20px;
}
.contact-info ul li {
	margin-bottom: 30px;
}
.contact-icon i {
	border: 1px solid #E41919;
	color: #E41919;
	height: 40px;
	width: 40px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.contact-text h5 {
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1;
}
.contact-text span {
	font-size: 14px;color: #8a8a8a;
}

/* 13. footer */
.footer-icon a i {
	transition: .3s;
}
.footer-icon a {
	color: #ddd;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	transition: .3s;
	margin: 0 8px;
}
.footer-icon-white a i{
	border: 1px solid #fff;
	color: #fff;
}
.footer-icon a:hover{color: #E41919}
.footer-icon-white a:hover{
	color: #444;
	background:#fff;
}
.footer-text p {
	color: #dcdcdc;
	margin: 0;
}
.footer-text.white-text p {
	color: #fff;
}
.bg-footer {
	background-size: cover;
	background-position: bottom left;
}


.subscribe-inner.footer-subscribe h1 {
	display: block;
	position: static;
	margin-right: 0px;
	margin-bottom: 40px;
}
.footer-subscribe{}

/* 14. page title */
.page-title-area {
	padding-top: 320px;
	padding-bottom: 220px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.page-title h1 {
	color: #fff;
	font-size: 48px;
	margin: 0;
}
.breadcrumb-item > a {
	color: #fff;
	font-size: 14px;
}
.breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: "/";
}
.breadcrumb > .active {
	color: #fff;
}





.bg-vid {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

.jarallax {
	min-height: 100vh;
}

.contact-map{height:500px}


/* 16. pricing */
.pricing-table {
	background: #fff;
	position: relative;
	text-align: center;
	border: 1px solid #f2f2f2;
}
.pricing-title {
	padding: 30px 20px;
	border-bottom: 1px solid #f2f2f2;
}
.pricing-title i {
	display: inline-block;
	font-size: 38px;
	line-height: 1;
}
.pricing-title h6 {
	font-weight: 400;
	letter-spacing: 1px;
	margin: 22px 0 10px;
	text-transform: uppercase;
	font-size: 13px;
}
.pricing-price {
	padding: 30px 0;
	border-bottom: 1px solid #f2f2f2;
}
.pricing-price .price-unit {
  color: #222222;
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0;
  text-transform: uppercase;
}
.pricing-action {
	padding: 30px 0;
}
.price-unit > span {
    vertical-align: top;
    letter-spacing: 2px;
    line-height: 3.5;
    font-size: 22px;
}
.pricing-features ul {
    list-style: none;
    padding: 0 0;
    margin: 0;
}
.pricing-features ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px 0;
}
.pricing-features ul li:nth-child(odd) {

}
.pricing-table {

}
.pricing-table.best-value {
    z-index: 1;
    margin: 0 0 0;
}
.pricing-table.best-value .pricing-title,
.pricing-table.best-value .pricing-action {
    padding: 30px 0;
}

.numbers {
	font-size:32px;
}

/* resume */
.profile-icon {
	font-size: 36px;
	color: #222;
}
.profile-title {
	font-size: 20px;
	margin: 10px 0;
	color: #222;
}
.profile-content h6 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #111;
}
.profile-content {
	margin: 0 0 40px;
}
.profile-content p {
	color: #666;
	font-size: 13px;
}
.progress {
	overflow: visible;
	height: 2px;
	margin-bottom: 30px;
	background: #d7d7d7;
}
.progress-title {
	display: block;
	margin: 0 0 15px;
	font-size: 14px;
}
.progress-bar {
	position: relative;
	height: 3px;
	background: #444;
}
.progress-bar.progress-bar-def {
	background: #444;
}
.progress-bar > span {
	position: absolute;
	display: block;
	top: -35px;
	right: 0;
	font-size: 13px;
	color: #565656;
}




.single-package .price {
	background: #FFFFFF;
}

.single-package .price h2 {
	color: #000;
	font-size: 64px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

.sign {
	vertical-align: super;
	margin-left: 5px;
	font-size: 14px;
}

.single-package .price p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin-bottom: 25px;
}



.special-package .price h2, .special-package .price h2 span, .special-package .price p {
	color: #ff4c83;
}

.special-price {
	color: #ff4c83;
	margin-left: 10px;
}

.special-sign {
	color: #ff4c83;
	font-size: 14px;
	margin-bottom: 25px;
}


.heading {
	color: #fff;
	text-align: center;
}

.sub-heading {
	color: #fff;
	text-align: center;
}

.entry {
	margin-top: 40px;
    margin-bottom: 40px;
}








/*------------------------------------*\
    #Blog
\*------------------------------------*/
.entry img {
	max-width: 100%;
	height: auto;
}

.entry .entry-featured {
	margin-bottom: 25px;
}

.entry .entry-date a {
	color: #616161;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 3px;
	display: inline-block;
}

.entry .entry-title {
	margin-bottom: 8px;
}

.entry .entry-title h3 {
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 0;
}

.entry .entry-title h3 a {
	color: #282828;
}

.entry .entry-title h3:hover a {
	color: #ff7a5e;
}

.entry .entry-meta {
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	line-height: 26px;
	color: #9b9b9b;
	margin-bottom: 26px;
}

.entry .entry-meta a {
	color: #ff7a5e;
}

.entry .entry-content p {
	font-size: 16px;
	line-height: 24px;
}

.section-ptb-150 {
	padding: 150px 0;
}


.icofont-love {
	color: red;
}










/*-------------------------------*/
    /* Pricings */
/*-------------------------------*/
.price-table, .price-table *{
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.pricing-bg {
   background: url(../images/page-header-2.jpg)no-repeat;
   background-position: center center;
   -webkit-background-size: cover;
   background-size: cover;
   background-attachment: fixed;
   position: relative;
   width: 100%;
}
.pricing-bg::before {
   content: "";
   height: 50%;
   width: 100%;
   bottom: 0;
   position: absolute;
   background: #f6f6f6;
}
.price-table {
	padding: 4.375rem 5.5rem;
	border: 1px solid #f6f3f3;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.square-layout .price-table{
   -webkit-border-radius: 0;
   border-radius: 0;
}
.three-col-pricing .price-table,
.centered-table .price-table {
	padding: 3rem 1.5rem;
}
.three-col-pricing .price-table,
.centered-table .price-table,
.three-col-pricing .price-table ul,
.centered-table .price-table ul{
   text-align: center;
}
.price-table h3 {
   font-size: 1.7rem;
}
.price-table h3, .price-table .ammount h2 {
   font-weight: normal;
}
.centered-table .price-table h3,
.centered-table .price-table .ammount h2 {
   font-weight: bold;
}
.price-table .ammount *,
.price-table ul, .price-table ul li > span{
  display: inline-block;
}
.price-table .ammount *{
   vertical-align: middle;
}
.price-table .ammount .dur {
	font-size: 1rem;
	color: #545661;
	margin-top: 10px;
}
.price-table .ammount i {
	margin-top: -5px;
	font-size: 80%;
	margin-right: -5px;
}
.price-table .ammount h2 {
   line-height: 1;
   font-size: 3.125rem;
}
.price-table.active .ammount h2 {
   color: #643094;
}
.price-table ul {
  text-align: left;
}

.price-table ul li {
    margin-top: 1.25rem;
}
.price-table ul li{
    color: #6e6e6e;
   font-size: 14px;
}
.price-table ul li.not-support{
   color: #9b9b9b;
}
.price-table ul li.not-support > span {
   text-decoration: line-through;
}
.price-table ul li > span {
	padding-left: 5px;
}
.price-table ul li > span::before {
	font-family: FontAwesome;
	content: "\f00c";
	color: #30e512;
	margin-right: 8px;
	width: 20px;
	margin-left: -20px;
}
.price-table ul li.not-support > span::before{
   content: "\f00d";
   color: #ff434b;
}
.centered-table .price-table ul li > span::before {
   display: none;
}
.centered-table .price-table ul li > span::after {
   content: "";
   width: 100%;
   height: 1px;
   background: #f6f6f6;
   margin: 0 auto;
   display: inline-block;
}
.centered-table .price-table ul li:last-child > span::after {
   width: 0;
}

.price-table:hover {
   background: #00bcd4;
   border-color: #00bcd4;
}
.price-table.active:hover {
   background: #643094;
   border-color: #643094;
}
.price-table:hover *,
.price-table:hover .ammount *,
.price-table:hover .ammount h2,
.price-table:hover .ammount .dur,
.price-table:hover ul li > span::before,
.price-table:hover .btnsecondary,
.price-table:focus .btnsecondary,
.price-table:hover .btnprimary,
.price-table:focus .btnprimary{
   color: #fff;
}
.price-table:hover .btnsecondary,
.price-table:focus .btnsecondary,
.price-table:hover .btnprimary,
.price-table:focus .btnprimary {
   border-color: #fff;
   background: transparent;
}
.price-table .btnsecondary:hover,
.price-table .btnsecondary:focus,
.price-table .btnprimary:hover,
.price-table .btnprimary:focus {
   border-color: #fff;
   background: #fff;
   color: #212331;
}
.price-table:hover {
	-webkit-box-shadow: 0 0 5px rgba(101, 101, 101, 0.2);
	box-shadow: 0 0 5px rgba(101, 101, 101, 0.2);
}

.price-button {
	margin-top: 40px;
}

@media (max-width: 992px) { 
   .price-table{
      padding: 3.375rem 4rem;
   }
}
@media (max-width: 768px) {
   .price-table{
      padding: 2.375rem 2rem;
   }
}
@media (max-width: 768px) {
   .price-table{
      padding: 2.375rem 2rem;
   }
}





.area-border {
	display: block;
	border: 1px solid #000;
	width: 120px;
	height: 2px;
	margin: 0 auto;
}






/*=======================================================
      ICON STYLE
========================================================*/
.icon-style .icon {
	display: inline-block;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	line-height: 68px;
	border: 1px solid #ff83a6;
	color: #3c3c3c;
	font-size: 25px;
	margin-right: 15px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.icon-style .icon-large {
	height: 103px;
	width: 103px;
	font-size: 40px;
	border-color: #dddddd;
	line-height: 105px;
	margin-bottom: 0px;
	margin: 0px;
}
.icon-style .icon-med {
	height: 98px;
	width: 98px;
	line-height: 98px;
	font-size: 30px;
}
.icon-style .icon-small {
	height: 40px;
	width: 40px;
	border-color: #ff83a6;
	color: #fff;
	line-height: 40px;
	background: #ff83a6;
	font-size: 14px;
}
.icon-style article {
	margin-bottom: 40px;
}
.icon-style article:hover .icon {
	background: #ff83a6;
	color: #fff;
	border-color: #ff83a6;
}
.icon-style article:hover .icon-small {
	background: none;
	color: #ff83a6;
}
.icon-style.icon-center .icon {
	margin-right: 0px;
}
.icon-style h5 {
	font-size: 18px;
	margin: 0px;
	letter-spacing: 0px;
	font-weight: 600;
}
.icon-style p {
	line-height: 30px;
}
.icon-style h4 {
	font-weight: 500;
	letter-spacing: 0px;
	margin-top: 20px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
}
.icon-fill .icon-large {
	background: #ff89ad;
	color: #fff;
	border-color: #ff89ad;
	margin-bottom: 30px;
	font-size: 35px;
}
.icon-fill h5 {
	margin-bottom: 10px;
}
.icon-fill article:hover .icon-large {
	background: #fff;
	color: #ff89ad;
}


.pricing-table-single {
	position: relative;
	overflow: hidden;
}

.recommended {
	overflow: hidden;
}

.ribbon {
	position: absolute;
	left: -140px;
	top: 40px;
	width: 100%;
	background-color: #ff2050;
	color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	padding: 5px 0;
}




.price-box{
    color: #18191d;
}
.dollar {
    position: absolute;
    font-size: 20px;
    transform: translateX(-95%);
    top: 10px;
    font-weight: 400;
}
.price h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 62px;
    font-weight: 300;
    color: #18191d;
    margin-bottom: 0;
}
.price span.month{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.price-description p{
    color: #535353;
    margin-bottom: 15px;
}
.price-description p:last-child {
    margin-bottom: 0;
}

.price_title h4 {
    font-size: 1.3rem;
}

.pricing-item:hover .price-box, .pricing-item:hover .price_title h4,
.pricing-item:hover .price h2, .pricing-item:hover .price .dollar,
.pricing-item:hover .price span, .pricing-item:hover .price-description p,
.pricing-style2 .pricing-item:hover .price-box, .pricing-style2 .pricing-item:hover .price_title h4,
.pricing-style2 .pricing-item:hover .price h2, .pricing-style2 .pricing-item:hover .price .dollar,
.pricing-style2 .pricing-item:hover .price span, .pricing-style2 .pricing-item:hover .price-description p, .pricing-item:hover .price-sub-heading,
.two-col-pricing .advanced-plan.pricing-item:hover .price_title p, .two-col-pricing .advanced-plan.pricing-item:hover .price-description p:before {
    color: #ffffff;
}
.pricing-item:hover .price-box {
    border-color: #ffffff;
}
.pricing-item .btn-black {
    border-color: #18191d;
    background-color: #18191d;
}

.pricing-item:hover .btn-summer-sky, .pricing-item:hover .btn-yellow, .pricing-item:hover .btn-green {
    background: transparent;
    border-color: #ffffff;
}
.pricing-item:hover .btn-summer-sky:hover, .pricing-item:hover .btn-yellow:hover, .pricing-item:hover .btn-green:hover {
    border-color: transparent;
}

.two-col-pricing .pricing-item {
    text-align: center;
    border-radius: 10px;
    padding: 2rem 2.5rem;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    z-index:1;
    transition: 1s;
    background: #ffffff;
}
.two-col-pricing .pricing-item a.text-uppercase {
    text-transform: capitalize !important;
}
.two-col-pricing .advanced-plan.pricing-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.two-col-pricing .summer-sky.pricing-item:hover {
    background: #24c1dd;
    border-color: #24c1dd;
}
.two-col-pricing .yellow.pricing-item:hover {
    background: #f1c30f;
    border-color: #f1c30f;
}
.two-col-pricing .green.pricing-item:hover {
    background: #84b813;
    border-color: #84b813;
}
.two-col-pricing .advanced-plan.black.pricing-item:hover {
    background: #18191d;
    border-color: #18191d;
}
.two-col-pricing .pricing-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.two-col-pricing .price_title p {
    color: #6f6f6f;
    padding: 10px 0;
}
.two-col-pricing .dollar {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    top: 0;
    font-weight: 300;
}
.two-col-pricing .price-description {
    padding-bottom: 22px;
    margin: 0 auto;
}

.two-col-pricing .price-description p:before {
    font-family: 'themify';
    content: "\e64c";
    color: #30e512;
    margin-right: 8px;
    width: 20px;
}
.two-col-pricing .price-description p.not-support:before, .two-col-pricing .price-description p.not:before {
    font-family: 'themify';
    content: "\e646";
    color: #ff434b;
    margin-right: 8px;
    width: 20px;
}
.two-col-pricing .price-description p.not-support, .not-support {
    text-decoration: line-through;
}
.two-col-pricing .price-box {
    border: none;
    padding-bottom: 0;
}
.two-col-pricing .price {
    padding: 5px 0 20px;
}

.two-col-pricing.pricing-style3 .pricing-item {
    max-width: 100%;
    text-align: left;
    border-radius: 10px;
    padding: 3rem 5rem;
    border: 1px solid #f6f3f3;
}
.two-col-pricing.pricing-style3 .price-description {
    padding-bottom: 20px;
    max-width: 100%;
    margin: 0;
}

.btnprimary {
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}

.fa-rub {
	vertical-align: super;
    font-size: 28px;
}




