
/*----------------------------------------------------------------------- 
table of content
-------------------------------------------------------------------------* /


File:           CSS Base
Version:        1.0.3
Last change:     
Author:         HTMLMATE Team


/* ----------------------------
* 1 = Fonts 
* 2 = Global 
* 3 = Video banner section 
* 4 = service section
* 5 = achivemnet section 
* 6 = portfolio section 
* 7 = blog section 
* 8 = sponsor section
* 9 = footer and newslatter section 
* 10="""HOME-2"""
* 11="""ABOUT US"""
* 12="""SERVICE"""
* 13="""SERVICE DETAILS"""
* 14="""CONTACT"""
* 15="""404"""



/*----------------------------------------------------------------------- 
End of Table of Content
-------------------------------------------------------------------------* /

/*----------------------------------------------------------------------- 
Global
-------------------------------------------------------------------------*/
* { box-sizing: border-box; }
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 15px;
	background-color: #fff;
	color: #696969;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}
div#preloader { 
	position: fixed; 
	left: 0;
	top: 0;
	z-index: 99999; 
	width: 100%; 
	height: 100%;
	overflow: visible;
	background-color: #fff;
	background: #fff url('../img/preloader.gif') no-repeat center center;
}
.ul-li ul,
.ul-li-block  ul {
	margin:0;
	padding: 0;
}
.ul-li  li {
	display: inline-block;
	list-style: none;
}

.ul-li-block li {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}
a {
	transition: .3s all ease-in-out;
	color: inherit;

}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}
.form-control {
	box-shadow: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'Sintony', sans-serif;
}
.sintony {font-family: 'Sintony', sans-serif;}
.transation {transition: .3s all ease-in-out;}
.display-table {
	display: table;
	width: 100%;
}
.section-padding {padding: 115px 0px;}
.section-title-text {
	color: #999999;
	font-size: 18px;
}
.section-title-head {
	margin: 0;
	font-size: 36px;
}
.global-box-shadow {
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.global-box-shadow-2 {
	-webkit-box-shadow: -9px 6px 25px -16px rgba(98, 88, 88, 0.75);
	-moz-box-shadow: -9px 6px 25px -16px rgba(98, 88, 88, 0.75);
	box-shadow: -9px 6px 25px -16px rgba(98, 88, 88, 0.75);
}
.relative-position {
	position: relative;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(238, 9, 121, 0.8);
	}
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(238, 9, 121, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(238, 9, 121, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(238, 9, 121, 0.8);
		box-shadow: 0 0 0 0 rgba(238, 9, 121, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(238, 9, 121, 0);
		box-shadow: 0 0 0 30px rgba(238, 9, 121, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(238, 9, 121, 0);
		box-shadow: 0 0 0 0 rgba(238, 9, 121, 0);
	}
}
/*---------------------------
---------color-code----------
-----------------------------*/
.white {color: #fff;}
.black {color: #010101;}
.pink {color: #f40669;}
/*---------------------------
---------font-weight----------
-----------------------------*/
.bold{font-weight: 700;}


/*---------------------------
--------- colum setting----------
-----------------------------*/
.colmd3{margin-bottom: 30px;}
.colmd4{margin-bottom: 30px;}

/*---------------------------
---------Margin setting----------
-----------------------------*/
.mt100 {margin-top: 100px;}
.mt70 {margin-top: 70px;}
.mt40 {margin-top: 40px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
.mt15 {margin-top: 15px;}
.mt30 {margin-top: 30px;}
.mb15 {margin-bottom: 15px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb75 {margin-bottom: 75px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.ml5{margin-left: 5px;}
.ml70{margin-left: 70px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.section-head {
	padding: 0 15px;
}
/*---------------------------
---------Padding setting----------
-----------------------------*/
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb90 {padding-bottom: 90px;}
.pt90 {padding-top: 90px;}
.pt80 {padding-top: 80px;}
.pt60 {padding-top: 60px;}
.pt40 {padding-top: 40px;}
.pt20 {padding-top: 20px;}
.p0 {padding: 0;}
.pl15 {padding-left: 15px;}

/*----------------------------------------------------------------------- 
Start of video banner section
-------------------------------------------------------------------------*/
.admin-bar .menu-bg-overlay {
	margin-top: 32px;
}
.maxvid-banner-section,
.breadcrum-section {
	background: #ee0979;  
	background: -webkit-linear-gradient(to right, #bd2d90, #f90468);
	background: linear-gradient(to right, #bd2d90, #f90468 );
	position: relative;
	padding-bottom: 910px;

}
.breadcrum-section {
	padding-bottom: 330px;
}
.banner-title,
.maxvid-play-icon i {
	font-size: 52px;
}
.banner-title  span {
	display: block;
}
.banner-text span {
	font-size: 18px;
}
.maxvid-banner-content {
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	width: 1170px;
}
.banner-title-text {
	max-width: 450px;
}
.video-banner-title span {
	letter-spacing: 5px;
}
.video-banner-img {
	max-width: 540px;
	float: right;
	position: relative;
	overflow: hidden;
}
.overlay,
.overlay-2  {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.74);
}
.maxvid-play-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 11;
}

.slider-area-section .banner-title-text {
	position: absolute;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	left: 17%;
	z-index: 11;
}
.slick-next {
	right: 70px;
}
.slick-prev {
	left: 35px;
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	font-size: 50px;
}

.video-area {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	width: 100%;
	display: inherit;
	position: relative;
}
.home-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.video-area:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.video-area.video-section {
	padding: 0;
	height: 100vh;
	background: none;
}
.player {
	display:block;
	height: 100vh !important;
	background: rgba(0,0,0,0.5);
}
.video-section-title h1 {
	font-size: 52px;
	font-weight: 700;
}
.video-section-content {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.slider-bg-1, 
.slider-bg-2 {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.youtube-video-play .video-banner-img {
	float: none;
	height: 335px;
	margin-left: 20px; 
}
.youtube-play {
	z-index: -99;
	width: 100%;
	height: 100%;
}
.ytp-iv-video-content {
	left: 0;
}
.youtube-play iframe {
	height: 100%;
	width: 100%;
	border: none;
}
.menu-button {
    color: #010101;
    margin-top: 13px;
    padding: 5px 25px;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    float: right;
    margin-left: 30px;
}
.slider-img-item {
	height: 100vh;
}
/*----------------------------------------------------------------------- 
End of video banner section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of service section
-------------------------------------------------------------------------*/
.service-icon i {
	font-size: 52px;
}
.service-title-head {
	margin: 0;
	font-size: 22px;
}
.service-text-icon {
	padding: 25px 30px 50px 30px; 
}
.service-reply-icon  i {
	color: #bdbdbd;
	font-size: 26px;
	transition: .3s all ease-in-out;
}
.service-reply-icon {
	position: absolute;
	top: 15px;
	right: 15px;
}
.service-text-icon:hover {
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
.service-text-icon:hover .service-reply-icon i {
	color: #f40669;
}
.blog-section-text .view-button {
	padding: 0;
	float: none;
	background: transparent;
	background-color: transparent;
}
.navbar-collapse {
	border: none;
}
/*----------------------------------------------------------------------- 
End of service section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of achivemnet section
-------------------------------------------------------------------------*/
.achivment-left {
	padding: 45px;
    margin-top: 5px;
    max-width: 550px;
    margin-left: 50px;
    background-color: #fff;
}
.achivment-left-img {
	max-width: 450px;
}
.achivment-section {
	position: relative;
}
.achivment-section .section-padding {
	padding: 0;
}
.achivment-left-img .owl-dot,
.testimonial-slide .owl-dot {
	width: 15px;
	height: 15px;
	display: table;
	position: relative;
	border-radius: 100%;
	margin-bottom: 10px;
	border: 1px solid #e804be;
}
.achivment-left-img .owl-dot span,
.testimonial-slide .owl-dot span {
	content: '';
	position: absolute;
	border-radius: 100%;
	display: table-cell;
	background-color: #e804be;
}
.achivment-left-img .owl-controls {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}
.achivment-left-img .owl-dot.active span,
.testimonial-slide .owl-dot.active span {
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}
.achivement-right .section-title-head span {
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #696969;
}
.achivement-right .section-title-head {
	line-height: 45px;
}
.counter-item h2,
.counter-item strong {
	font-size: 36px;
	display: inline-block;
}
.counter-details {
	display: block;
}
.section-gradient-color {
	background: -o-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0.7) );
	background: -ms-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0.7) );
	background: -moz-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.8), rgba(255,255,255,0.7) );
	background: -webkit-linear-gradient( top, rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,.9), rgba(255,255,255,0.7) );
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
/*----------------------------------------------------------------------- 
End of achivemnet section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start of portfolio section
-------------------------------------------------------------------------*/
.portfolio-section {
	padding: 115px 0px
}
.portfolio-project,
.experties-content {
	max-width: 1620px;
	margin: 0 auto;
}
.project-description h3 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 5px;
}
.item-wrap {
	overflow: hidden;
}
.portfolio-section .item-wrap {
	margin-bottom: 30px;
}
.item-wrap .overlay {
	opacity: 0;
	transition: .3s all ease-in-out;
}
.item-wrap.relative-position.video-frame {
	width: 100%;
	height: 228px;
	position: relative;
}
.page-template-our-portfolios .item-wrap.relative-position.video-frame {
	height: 185px;
}
.service-single-img-text .video-frame {
	height: 400px;
}
.service-single-img-text .video-frame iframe,
.portfolio-section .item-wrap iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.project-description {
	position: absolute;
	top: 15px;
	z-index: 1;
	left: 5px;
	opacity: 0;
	visibility: hidden;
	transition: .6s all ease-in-out;
	z-index: 2;
}
.item-wrap:hover .overlay {
	opacity: 1;
	z-index: 0;
	visibility: visible;
}
.item-wrap:hover .project-description {
	opacity: 1;
	visibility: visible;
	left: 15px;
}
.nav-gallery li {
	margin-left: 35px;
	cursor: pointer;
}
.filtr.filtr-active {
	color: #db1570;
	position: relative;
}
.filtr.filtr-active:before {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: #db1570;
	top: -4px;
	right: -8px;
}
.browse-btn,
.contact-comment-info button, 
.contact-area-form button, 
.comment-drop-box button,
.vcsb {
	height: 55px;
	width: 170px;
	background: #0071b0;
	border-radius: 50px;
	background: -moz-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #bd2d90), color-stop(51%, #2c4a87), color-stop(100%, #bd2d90));
	background: -webkit-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: -o-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: -ms-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: linear-gradient(to right, #bd2d90 0%, #f90468 51%, #bd2d90 100%); 
	background-size: 200% auto;
	line-height: 55px;
	margin: 0 auto;
	border: none;
}
.modal-header {
	color: #fff;
	background: #0071b0;
	background: -moz-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #bd2d90), color-stop(51%, #2c4a87), color-stop(100%, #bd2d90));
	background: -webkit-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: -o-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: -ms-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
	background: linear-gradient(to right, #bd2d90 0%, #f90468 51%, #bd2d90 100%); 
	background-size: 200% auto;
	line-height: 55px;
	margin: 0 auto;
	border: none;
}
.browse-btn:hover, 
.contact-comment-info button:hover,
.contact-area-form button:hover,
.comment-drop-box button:hover,
.vcsb {
	background-position: right center;
	transition: .3s all ease-in-out;
}
.browse-btn a {
	display: block;
	width: 100%;
}
.portfolio-section .maxvid-play-icon, 
.service-single-right-img .maxvid-play-icon {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	margin: 0 auto;
	line-height: 60px;
}
.portfolio-section .maxvid-play-icon a, 
.service-single-right-img .maxvid-play-icon a {
	display: block;
	width: 100%;
}
.service-single-text-des ul {
    list-style: none;
}
.service-single-right-img.mb45.relative-position img,
.item-wrap.relative-position img {
    width: 100%;
}
.portfolio-tab-text-pic .item-wrap .maxvid-play-icon a i,
.portfolio-tab-text-pic .item-wrap .maxvid-play-icon a {
	color: #fff;
	font-size: 42px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flr {
	float: right;
}
.comment-drop-box.nws-button {
	display: inline-block;
}
/*----------------------------------------------------------------------- 
End of portfolio section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start of featured section
-------------------------------------------------------------------------*/
.home .featured-section .section-padding {
	padding-top: 0;
}
.featured-title-head {
	margin: 0;
	font-size: 26px;
} 
.featured-icon {
    width: 80px;
    margin-bottom: 10px;
    display: inline-block;
}
.featured-icon i {
	font-size: 52px;
	line-height: .8;
}
.featured-number h3 {
	font-size: 52px;
	color: #e5e5e5;
}
.featured-icon-title {
	display: inline-block;
	width: 100%;
}
.featured-text-dec {
	overflow: hidden;
}
/*----------------------------------------------------------------------- 
End of featured section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of testimonial section
-------------------------------------------------------------------------*/
.testimonial-section {
	background-color: #f7f7f7;	
}
.testimonial-text span {
	font-size: 18px;
}
.testimonial-text i {
	font-size: 26px;
	margin-right: 15px;
}
.testimonial-pic-text {
	padding: 50px 30px;
	background-color: #fff;
	display: inline-block;
	max-width: 570px;
}
.client-pic {
	height: 80px;
	width: 80px;
}
.client-pic img {
	border-radius: 100%;
}
.client-name-designation .name {
	font-size: 18px;
	display: block;
}
.client-name-designation {
	display: inline-block;
}
.ratting-number {
	font-size: 36px;
}
.rate-star li i {
	color: #f7a81f;
}
.testimonial-slide.owl-carousel .owl-item {
	padding: 5px;
}
.testimonial-slide .owl-dot {
	float: left;
	display: table;
	margin-left: 10px;
}
.testimonial-slide .owl-controls {
	position: absolute;
	right: 0;
	top: -105px;
}
/*----------------------------------------------------------------------- 
End of testimonial section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of blog section
-------------------------------------------------------------------------*/
.blog-tilte {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
}
.blog-meta {
	font-style: italic;
}
.blog-meta span {
	float: left;
	margin-right: 1px;
}
.blog-meta li {
	margin-right: 12px;
	position: relative;
}
.blog-meta li:first-child {
	color: #dc1470;
	font-weight: 700;
}
.blog-meta li:last-child:before {
	content: '/';
	position: absolute;
	left: -10px;
	top: 0;
}
.blog-section-pic {
	float: left;
	overflow: hidden;
}
.blog-section-pic img {
	transition: .5s all ease-in-out;
}
.blog-section-pic-text {
	width: 100%;
	display: inline-block;
}
.blog-section-pic-text:hover img {
	-webkit-filter: saturate(0);
	-webkit-transform: rotateZ(-2deg) scale(1.1);
	transform: rotateZ(-2deg) scale(1.1);
}
.blog-pagination {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}
.blog-pagination ul {
	list-style: none;
	display: inline-block;
}
.blog-pagination ul li {
    float: left;
    height: 30px;
    width: 30px;
    border: 1px solid;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
}
.blog-pagination ul li.active {
    color: #fff;
    background-color: #ee0979;
    border-color: #ee0979;
}
.blog-pagination ul li a {

}
/*----------------------------------------------------------------------- 
End of blog section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of sponsor section
-------------------------------------------------------------------------*/
.sponser-section {
	padding-bottom: 100px;
}
.sponser-slide .owl-prev {
	position: absolute;
	left: -5px;
	bottom: 20px;
	font-size: 35px;
	opacity: 0;
	transition: .3s all ease-in-out;
}
.sponser-slide .owl-next {
	position: absolute;
	right: -5px;
	bottom: 20px;
	font-size: 35px;
	opacity: 0;
	transition: .3s all ease-in-out;

}
.sponser-slide:hover .owl-next {
	right: 10px;
	opacity: 1;
}
.sponser-slide:hover .owl-prev {
	left: 10px;
	opacity: 1;
}
/*----------------------------------------------------------------------- 
End  of sponsor section
-------------------------------------------------------------------------*/



/*----------------------------------------------------------------------- 
Start of footer and newslatter section
-------------------------------------------------------------------------*/
.footer-area-content {
    margin: 70px 0 15px;
}
.footer-content {
    margin-bottom: 50px;
}
.newaletter-section-content {
	padding: 70px 0 0;
}
.widgettitle {
	margin-top: 0;
}
footer {
	float: left;
    width: 100%;
    color: #a5a5a5;
    display: inline-block;
    background-color: #252525;
}
footer a {
	color: #a5a5a5 !important;
}
.contact-comment-info input {
	width: 74%;
	float: left;
	border: none;
	margin-top: 12px;
	padding: 10px 0px;
	margin-right: 30px;
	background-color: transparent;
	border-bottom:  2px solid #727272;
}
.contact-comment-info input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7d7d7d;
	font-size: 18px;
}
.contact-comment-info button {
	border: none;
	color: #fff;
}
.footer-social li a {
	font-size: 26px;
	margin-right: 20px;
}
.footer-social li a:hover i {
	color: #dc1470;
}
.footer-widget .widgettitle {
	font-size: 26px;
}
.footer-service-link ul li {
	margin-bottom: 5px;
}
.footer-service-link ul li a:hover  {
	color: #fb0073;
}
.copy-right-text {
	padding: 30px 0;
}
.copy-right-text p {
	margin: 0;
}
/*----------------------------------------------------------------------- 
End of footer and newslatter section
-------------------------------------------------------------------------*/



/*------------------------------------- 
------------ HOME-2 -------------------
---------------------------------------*/

.featured-section.home-2  {
	background-color: #f7f7f7;
}
.featured-section.home-2 .section-padding {
	padding-bottom: 100px;
}
.achivment-section.home-2 .section-padding{
	padding-top: 110px;
	padding-bottom: 0;
}

.achivment-section.home-2 .maxvid-play-icon i {
	font-size: 36px;
}
.achivment-section.home-2 .maxvid-play-icon, 
.get-start-section .maxvid-play-icon {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border: 2px solid #ee0979;
	margin: 0 auto;
	line-height: 100px;
	/*animation: pulse 2s infinite;*/
}
.achivment-section.home-2 .maxvid-play-icon a,
.get-start-section .maxvid-play-icon a {
	display: block;
	width: 100%;
}
.get-start-section .maxvid-play-icon {
	top: 150px;
}
/*----------------------------------------------------------------------- 
Start of get started section
-------------------------------------------------------------------------*/
.get-start-content {
	position: relative;
	z-index: 3;
}
.overlay-2 {
	background-color: rgba(0, 0, 0, .75);
}
.get-start-section .browse-btn {
	margin-top: 20px;
}
.get-start-section .section-title-head {
	line-height: 60px;
}
.breadcrumb {
	background-color: transparent;
}
.breadcrum-content {
	position: absolute;
	bottom: 35px;
}
.breadcrumb li, 
.breadcrumb>.active {
	font-size: 18px;
	color: #e5e5e5;
}
.breadcrum-title-head {
	margin: 0;
	font-size: 36px;
}
.breadcrumb>li+li:before {
	content: "\f3d6";
	font-family: "Ionicons";
}
/*----------------------------------------------------------------------- 
End of get started section
-------------------------------------------------------------------------*/



/*------------------------------------- 
------------ ABOUT_US -------------------
---------------------------------------*/
.page-template-about .achivment-section {
	padding-top: 80px;
}
.featured-section.about-us {
	background-color: transparent;
}
.featured-section.about-us .featured-icon-title {
	display: inherit;
}
.featured-section.about-us .featured-number-text {
	overflow: hidden;
}
.page-template-about .featured-section .row.section-padding {
	padding-top: 30px;
	padding-bottom: 85px;
}
.page-template-about .featured-section {
	padding-top: 70px;
}
.page-template-about .about-us.pt90 {
	padding-top: 0;
}
/*----------------------------------------------------------------------- 
Start of experties section
-------------------------------------------------------------------------*/
.experties-section {
	padding-bottom: 110px;
}
.ex-name {
	margin: 0;
}
.experties-text,
.experties-social {
	/*position: absolute;
	z-index: 2;
	top: 27%;
	transform: translateY(-30%);
	left: 15px;
	padding-right: 45px;
	opacity: 0;
	visibility: hidden;
	transition: .5s all ease-in-out;
	transition-delay: .5s;*/
}
.experties-social i {
	font-size: 26px;
	margin-right: 20px;
	color: #999999;
	transition: .3s all ease-in-out;
}
.experties-social i:hover {
	color: #ee0979;
}
.experties-social {
	/*top: 52%;
	transform: translateY(-50%);
	left: 20px;*/
}
/*.item-wrap:hover .experties-text {
	opacity: 1;
	visibility: visible;
	top: 30%;
}
.item-wrap:hover .experties-social {
	top: 55%;
	opacity: 1;
	visibility: visible;
}*/
.experties-section .item-wrap {
	float: left;
	max-width: 385px;
}
.experties-description {
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	padding: 30px;
	visibility: hidden;
	position: absolute;
	transition-delay: .5s;
	transition: .5s all ease-in-out;
}
.item-wrap:hover .experties-description {
	top: 15px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
}
/*----------------------------------------------------------------------- 
End of experties section
-------------------------------------------------------------------------



/*----------------------------------------------------------------------- 
Start of aminities and about service section
-------------------------------------------------------------------------*/
.aminities-section .featured-icon-text {
	margin-bottom: 70px;
}
.aminities-section .section-padding {
	padding-bottom: 45px;
}
.service-section.about-us .service-text-icon {
	margin-bottom: 30px;
}
.service-section.about-us .section-padding {
	padding-bottom: 90px;
}
/*----------------------------------------------------------------------- 
End of aminities and about service section
-------------------------------------------------------------------------*/



/*------------------------------------- 
------------ Service -------------------
---------------------------------------*/



/*----------------------------------------------------------------------- 
Start of how ist work section
-------------------------------------------------------------------------*/
.how-its-work-section {
	background-color: #f2f2f2;
}
.icon-style i {
	font-size: 48px;
	position: relative;
}
.how-work-icon-text {
	padding: 30px 20px;
	background-color: #fff;
}
/*----------------------------------------------------------------------- 
End of how ist work section
-------------------------------------------------------------------------*/


/*----------------------------------------------------------------------- 
Start of pricing section
-------------------------------------------------------------------------*/
.content-price {
	margin: 0;
	font-size: 52px;
	display: inline-block;
}
.content-title h3 {
	margin: 0;
	font-size: 36px;	
}
.content-duration {
	font-size: 16px;
}
.our-pricing {
	padding: 45px 15px 55px 15px;
	border-radius: 4px;
}
.pricing-plan-list li {
	margin-bottom: 15px;
}
.our-pricing .browse-btn {
	color: #fff;
	background: #ee0979;
	background-size: 200% auto;
}
.our-pricing .browse-btn a {
	transition: none;
}
.our-pricing .browse-btn:hover {
	color: #fff;
	background-color: #f7f7f9;
}
.pricing-plan-list ul {
	text-align: left;
	padding-left: 15px;
}
.pricing-plan-list ul li i {
	margin-right: 10px;
}
/*----------------------------------------------------------------------- 
End  of pricing section
-------------------------------------------------------------------------*/


/*------------------------------------- 
------------ Service Details page ------
---------------------------------------*/
.service-single-list li {
	width: 100%;
	padding: 30px;
	margin-bottom: 20px;
} 

.service-single-list .service-icon i {
	line-height: 0;
	float: left;
	margin-right: 25px;
}
.service-single-list .service-icon h3 {
	margin-top: 15px;
	display: inline-block;
}
.service-single-right-content {
	max-width: 800px;
}
.service-single-list-item li i {
	margin-right: 10px;
}
.service-single-list-item li {
	margin-bottom: 5px;
}
.service-single-right-img .maxvid-play-icon i {
	font-size: 35px;
}

/*------------------------------------- 
------------ Blog archive page ------
---------------------------------------*/
.blog-archive-content .blog-section-text {
	width: 100%;
	padding: 30px;
	display: inline-block;
}

.blog-section-pic .blog-post-date, 
.blog-single-text-content .blog-post-date {
	background-color: #e41a72;
	padding: 5px 15px;
	border-radius: 40px;
	display: inline-block;
	position: absolute;
	left: 30px;
	bottom: 40px;
}
.blog-single-content-desc {
	width: 100%;
	margin-bottom: 45px;
	display: inline-block;
	border-bottom: 2px solid #e5e5e5;
}
.blog-single-head  {
	margin: 0;
	font-size: 36px;
	line-height: 48px;
}
.blog-single-text-content .blog-post-date {
	bottom: 15px;
	top: inherit;
	left: 20px;
}
.blog-single-blockquote blockquote {
	font-size: 18px;
	border: none;
	padding: 50px 0 50px 70px;
	position: relative;
}
.blog-single-blockquote blockquote:before {
	position: absolute;
	content: "\f347";
	font-family: "Ionicons";
	color: #010101;
	left: 12px;
	top: 15px;
	font-size: 52px;
}
.blog-tag-share {
    width: 100%;
    display: inline-block;
}
.blog-single-tag {
	width: 70%;
}
.maxvid-share {
	display: inline-flex;
}
.comment-area {
	max-width: 800px;
	margin: 0 auto;
}
.viewer-comment {
	/*border-bottom: 2px solid #e5e5e5;*/
}
.comment-number-head {
	font-size: 26px;
}

.formcomment-box input,
.comment-area textarea {
	height: 50px;
	width: 47%;
	padding: 20px;
	float: left;
	margin-right: 20px;
	background-color: #f6f6f6;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.comment-area textarea {
	width: 100%;
	height: 150px;
}
.user-name {
	display: block;
}
.user-coment {
	overflow: hidden;
}
.admin-area-text .designation,
.admin-area-text .reply-meta  {
	color: #c5c5c5;
}
.visitor-area.reply-comment {
	margin-left: 90px;
}
.blog-archive-content .col-md-4.colmd4:nth-child(3n+1) {
    clear: both;
}
.style-none {
	list-style: none !important;
}
/*------------------------------------- 
------------ Contact page ------
---------------------------------------*/
h3.contact-title {
    margin: 0;
}
h3.modat-title {
    float: left;
}
.modal-header .close {
	color: #fff;
	opacity: .7;
    margin-top: 20px;
}
.contact-icon i {
	font-size: 52px;
}
.contact-info-details {
	padding: 40px 40px 50px;
}
.google-map-container {
	height: 550px;
}
.contact-info {
	width: 100%;
	float: left;
	margin-right: 20px;
}
.contact-info input,
.contact-info select{
	width: 100%;
	height: 50px;
	border: none;
	padding: 0px 15px;
	border-bottom: 1px solid #dbd3d3;
}
.contact-info-msg textarea {
	width: 97%;
	border: none;
	padding: 15px;
	height: 175px;
	border-bottom: 1px solid #dbd3d3;
}

/*Contact Form 7 Default Style*/
.wpcf7-form textarea,
.wpcf7-form input {
	width: 100%;
	overflow: hidden;
}
.wpcf7-form input[type=submit],
.wpcf7-form input {
	height: 55px;
	padding: 0 15px;
	line-height: 55px;
}
.wpcf7-form textarea {
	padding: 10px 15px;
}
.contact-right-img h2 {
    color: #010101;
}
/*------------------------------------- 
------------ 404 page ------
---------------------------------------*/
.error-section {
	padding: 150px 0px;
}
.error-text {
	max-width: 570px;
	margin: 0 auto;
}
.error-text h2 {
	font-size: 200px;
	text-shadow:  2px 2px  rgba(0, 0, 0, 0.44);
}
.error-dec-text {
	font-size: 52px;
}
.error-dec p {
	font-size: 18px;
}
.portfolio-item .item-wrap,
.shop-text-pic .item-wrap {
	margin-bottom: 0px;
}
.portfolio-item .portfolio-item-title,
.shop-text-pic .portfolio-item-title {
	font-size: 18px;
	color: #000;
	margin: 0;
	line-height: 27px;
	margin-bottom: 5px;
}
.portfolio-item-text span {
	font-size: 14px;
	text-transform: capitalize;
}
.portfolio-item-text {
	border: 1px solid #f1f1f1;
	padding: 20px 15px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.portfolio-item .nav-gallery li {
	margin-left: 0;
	margin-bottom: 10px;
}
.portfolio-item .filtr.filtr-active:before {
	display: none;
}
.shop-btn i {
	font-size: 20px;
	margin-left: 5px;
}
.shop-title .price {
	font-size: 18px;
	color: #f40669;
}
.plyr__progress--played,
.plyr__volume--display {
	color: #f10a6e !important;
}
ul.style-none {
    list-style: none;
}
.shop-text-pic .item.col-md-4:nth-child(3n+1){
	clear: both;
}
.sidebar-area .widgettitle {
	color: #333;
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*  - Latest Post 
==============================================*/
.latest-post .inner-item {
	margin-bottom: 15px;
}
.small-post-img {
  width: 90px;
  float: left;
  margin-right: 15px;
}
.small-post-img img {
    max-width: 100%;
    height: auto;
}
.latest-post h5 a {
  line-height: 17px;
}
.content-box {
	overflow: hidden;
}
.content-box h5.title {
	margin: 0;
	margin-bottom: 5px;
}
/*  - Popular Post End 
==============================================*/

/*-------------------------------------------- 
------------ WooCommerce Custom Style ------
----------------------------------------------*/
.shop-title {
  text-align: center; 
}
.portfolio-item-text {
	position: relative;
}
.shop-btn {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	display: inline-block;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading:after {
	color: #fff !important;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	margin-right: 25px;
}
.woocommerce a.button:hover,
a.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce a.button,
a.add_to_cart_button.ajax_add_to_cart {
	padding: 0;
	right: 20px;
	font-weight: normal;
	background-color: transparent;
}
a.add_to_cart_button.ajax_add_to_cart:before {
	top: 0;
	z-index: 1;
    right: -23px;
	color: #e804be;
	font-size: 16px;
	content: '\f2c9';
	position: absolute;
	font-family: "Ionicons";
}
a.add_to_cart_button.ajax_add_to_cart.added:before {
	display: none;
}
.woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, 
.woocommerce button.button.added::after, 
.woocommerce input.button.added::after {
	color: #fff;
    padding: 1.5px;
	font-size: 12px;
}
/*Single Prodeuct*/
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	background: #fff;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #f40669;
    z-index: 2;
    border-color: #f40669;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}
/*Summary Part*/
.summary.entry-summary h2 {
    color: #010101;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #696969;
}
.woocommerce .quantity .qty {
    color: #fff;
    height: 34px;
    width: 4.631em;
    padding: 0 6px;
    background-color: #f40669;
    border: 1px solid #f40669;
}
.woocommerce div.product form.cart .button {
    border-radius: 0;
    background-color: #f40669;
}
span.posted_in.wootaglist {
    display: block;
    margin-top: 8px;
}
/*Description part*/
.woocommerce-Tabs-panel--description h2 {
	color: #010101;
	margin-bottom: 15px;
}
.woocommerce-Tabs-panel--description p {
	margin-bottom: 25px;
}
.woocommerce-Reviews #comments {
	margin-bottom: 25px;
}
.woocommerce-Reviews .comment-reply-title {
	color: #010101;
	padding-bottom: 15px;
}
.woocommerce p.stars a {
    color: #f40669;
}
/*Cart Page*/
.woocommerce-checkout .standard-blog-area-left,
.woocommerce-cart .standard-blog-area-left {
	margin-bottom: 40px;
}
.woocommerce-checkout h2.post-title,
.woocommerce-cart h2.post-title {
	color: #040404;
	margin-top: 70px;
	margin-bottom: 15px;
}
.woocommerce-checkout .blog-post-meta-social,
.woocommerce-checkout .blog-post-tags,
.woocommerce-cart .blog-post-meta-social,
.woocommerce-cart .blog-post-tags {
	display: none;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 80px;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
     width: auto; 
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce-cart-form input.button {
	border-radius: 0;
	color: #fff !important;
	background-color: #f40669;
}
section.woocommerce-customer-details h2,
h2.woocommerce-order-details__title,
.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3,
h3.woocommerce-column__title,
h3#order_review_heading,
.cart_totals h2 {
    color: #040404;
    margin-bottom: 10px;
}
.woocommerce .wc-proceed-to-checkout a.button:hover, 
a.add_to_cart_button.ajax_add_to_cart:hover, 
.woocommerce .wc-proceed-to-checkout a.button, 
a.add_to_cart_button.ajax_add_to_cart {
	right: 0;
	padding: inherit;
}

/*Checkout Page*/
.woocommerce-info {
    border-top-color: #f40669;
}
.woocommerce-info::before {
    color: #f40669;
}
.woocommerce-billing-fields .input-text {
	height: 40px;
	padding: 0 15px;
}
.select2-container .select2-selection--single {
	height: 40px;
	padding: 6px 0;
}
h3#order_review_heading {
	margin-top: 30px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
	margin-bottom: 50px !important;
}
.woocommerce-checkout-payment {
	margin-bottom: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    padding: 5px 15px;
}
/*Customer Details*/
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
}
/* - Review Style
------------------------------------------------------------------*/
.woocommerce-tabs ul.tabs {
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce-tabs .panel {
    padding: 15px !important;
    border: 2px solid #eceef0;
	border-radius: 0 !important
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin: 0 0 0 80px;
}
.woocommerce .star-rating {
	color: #ee0979;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
}
h2.woocommerce-Reviews-title {
    color: #010101;
    margin-bottom: 30px;
}
p.comment-form-comment {
	width: 100%;
    display: inline-block;
    margin-top: 35px;
    padding-top: 30px;
}
.woocommerce #review_form #respond textarea {
	width: 50%;
    height: 100px;
}
p.form-submit {
	width: 100%;
	text-align: center;
	display: inline-block;
}
p.form-submit input {
	width: 50%;
}

