/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	1. header 
		1.1 header-top-field
		1.2 header-mid-field
		1.3 mainmenu-field
	2. slider-field 
	3. homepage-widgets-field 
	4. products-field
	5. footer
		5.1 footer-top-field
		5.2 footer-mid-field
		5.3 footer-bottom-field
	6.  breadcrumbs-field
	7.  cart-page-css
	8.  shop-page-css
	9. single-product-page-css
	10. wishlist-page-css
	11. login-registration-page-css
	12. checkout-my-account-page-css
	13. contact-page-css

-----------------------------------------------------------------------------------*/
/* =========================
Helper Classes.
============================*/
.txt-center {text-align:center;}
/* margin classes */
.margin-top-40 {margin-top:40px;}
.mrg-top-45 {margin-top:45px;}
.margin-top-50 {margin-top:50px;}
.margin-top-60, .mrg-tp-60 {margin-top:60px;}
.mt-10 {margin-top:10px;}
.mt-40 {margin-top:40px;}
.mt-20 {margin-top:20px;}
.mt-25 {margin-top:25px;}
.mt-30 {margin-top:30px;}
.mb-35 {margin-bottom:35px;}
.margin-bottom-20 {margin-bottom:20px}
.margin-bottom-12 {margin-bottom:12px}
.margin-bottom-30 {margin-bottom:30px}
.margin-bottom-40 {margin-bottom:40px}
.margin-bottom-50 {margin-bottom:50px}
.mrg-btm-60 {margin-bottom:60px}
.margin-bottom-60 {margin-bottom:60px}
.margin-bottom-70 {margin-bottom:70px}
.margin-bottom-80 {margin-bottom:80px}
.mrg-btm-90 {margin-bottom:90px;}
.mrg-both {margin:60px 0 90px 0;}
.mrg-both-70 {margin:70px 0}
.mrg-btm-100 {margin-bottom:100px;}
.mrg-btm-150 {margin-bottom:150px;}
.mrg-btm-175 {margin-bottom:175px;}
.mrg-btm-195 {margin-bottom:195px;}
.mrg-both-35 {margin:35px 0;}
.mrg-both-40 {margin:40px 0;}
.mrg-both-120 {margin:120px 0}
.mrgbtm-265 {margin-bottom:265px;}

.margin-auto {
    margin:auto;
}
/* padding classes */
.pdl-none {padding-left:0}
.pdr-none {padding-right:0}
.pdb-none {padding-bottom:0}
.pdr-right-65 {padding-right:65px;}
.pdt-120 {padding-top:120px;}
.pdb-30 {padding-bottom:30px;}
.pdt-30 {padding-top:30px;}
.pd-both-50 {padding:50px 0 30px;}
.pd-both-40 {padding:40px 0;}
.pd-both-60 {padding:60px 0;}
.pd-both-120 {padding:120px 0;}
.pd-top-190 {padding-top:190px;}
/* border classes */
.br-gray {
	border-bottom:1px solid #e5e5e5;
}
.sm-br {
		border-bottom:1px dashed #ccc;
		width:170px;
}
.center-element {margin:auto;}
.inline-block {display:inline-block;}
.brb-none {border-bottom:none !important;}
.clear {clear:both;}
a:focus{
  outline:none;
}
/* =========================
2. header 
============================*/
/*----------------------------------- 
2.1 header-area
-------------------------------------*/
header {
	border-bottom:1px solid #ccc;
}
/*----------------------------------- 
2.2 mainmenu
-------------------------------------*/
.mainmenu-2 {
	margin-top:10px;
}
.mainmenu.mainmenu-2 nav > ul > li > a {
	color:#000;
}
/*----------------------------------- 
2.3 header-top-icons
-------------------------------------*/
.header-top-icons.header-top-icons-2, .header-top-icons.header-top-icons-2 a {
	color:#000;
}
/* =========================
3. breadcrumb-area
============================*/
.breadcrumb-title {
	color:#000;
}
.breadcrumb-title h1 {
	font-size:60px;
	font-weight:600;	
	text-transform: capitalize;
}
.breadcrumb-menu {
	margin-top:7px;
	font-family:"Poppins",sans-serif;
	font-weight:700;
	line-height:36px;
}
.breadcrumb-menu a {
	color:#999;
}
.breadcrumb-menu a:hover {
	color:#000;
}
.breadcrumb-menu span {
	color:#000;
}
.short-area {
	padding-right:65px;
	overflow:hidden;
}
/* =========================
5. accordion-area
============================*/
/*----------------------------------- 
accordion-common-css
-------------------------------------*/
.ac-style {
	font-family: 'Poppins', sans-serif;
	color:#999;
}
.acc-title {
	overflow:hidden;
	border:1px solid #ccc;
	cursor:pointer;
}
.ac-style a {
	text-transform:uppercase;
	font-weight:600;
	font-size:16px;
	padding:0;
	color:#000;
	cursor:pointer;
	padding:10px 0;
	line-height:36px;
	font-family: 'Poppins', sans-serif;
	display:block;
}
.ac-style .collapse.in .desc {
	transition:.6s;
}
.ac-style.single {
	overflow:hidden;
}
.ac-style.single:last-child {
	border-bottom:none;
}
.ac-style.single p.desc {
	padding:0 20px 20px 45px;
	letter-spacing:.25px;
}
.ac-style span.icon {
	border: 2px solid #ccc;
	color: #ccc;
	font-size: 25px;
	height: 30px;
	margin-right: 15px;
	padding-right: 1px;
	vertical-align: middle;
	width: 30px;
}
.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 0;
  box-shadow:none;
}
.panel-heading {
	border-radius:none;
	padding: 0;
}
.panel-group {
  margin:0;
}
/*----------------------------------- 
 accordion plus minus css
-------------------------------------*/
.ac-style a span.acc-collapse {
	display:none;
}
.ac-style a.active span.acc-collapse {
	display:inline-block;
	color:#cc3333;
	border-color:#cc3333;
}
.ac-style a.active.collapsed span.acc-collapse {
	display:none;
}
.ac-style a.active.collapsed span.acc-expand {
	display:inline-block;
}
.ac-style a.active span.acc-expand {
	display:none;
}
.acc-title span.acc-collapse i {
	display:none;
}
.acc-title .acc-collapse {
	display:none;
}
.acc-title.active .acc-collapse {
	display:block;
	float:right;
}
.acc-title.active .acc-expand {
	display:none;
}
.acc-title.active.collapsed .acc-expand {
	display:block;
	float:right;
}
.acc-title.active.collapsed .acc-collapse {
	display:none;
}
.ac-style a.active i.fa.fa-plus {
	display:none;
}
/*----------------------------------- 
accordion title color changes
-------------------------------------*/
.ac-style a.active.collapsed i {
	color:#ccc;
	border-color:#ccc;
}
.ac-style a.active {
	color:#cc3333
}
.ac-style a.active.collapsed {
	color:#000;
}
.ac-style a.active i {
	color:#cc3333;
	border-color:#cc3333;
}
.ac-style.style-3 .acc-title.active i {
	background:#cc3333;
	color:#fff;
}
.acc-title.active.collapsed a {
	color:#000;
}
.ac-style.style-3 .acc-title.active.collapsed i {
	background:#f0f0f0;
	color:#999;
}
.acc-title.active span i {
	background:#fff;
	color:#999;
}
/*----------------------------------- 
accordion-style-1
-----------------------------------*/
.ac-style.style-1 a i {
	border: 2px solid #ccc;
	color: #ccc;
	height: 20px;
	line-height: 17px;
	margin-right: 15px;
	padding-left: 2px;
	width: 20px;
	font-style:normal;
}
.ac-style.style-1 {
 border-bottom:1px solid #ccc;
}
.ac-style.style-1:last-child, 
.ac-style.style-2:last-child, .border-bottom-none {
 border-bottom:0 !important;
}
/*----------------------------------- 
accordion-style-2
-----------------------------------*/
.ac-style.style-2 a {
	width:100%;
	text-align:left;
	text-decoration:none;
}
.ac-style.style-2 a i {
	float:right;
}
.ac-style.style-2 {
	border-bottom:1px solid #ccc;
}
.ac-style.style-2 span.icon {
	margin-right:0;
}
/*----------------------------------- 
accordion-style-3
-----------------------------------*/
.ac-style.style-2 span.icon {
 margin-right:0;
 border:0;
 color:#000;
}
.ac-style.style-2 a.active.collapsed span.icon {
 color:#000;
}
.ac-style.style-3 {
	margin-bottom:20px;
}
.ac-style.style-3:last-child {
	margin-bottom:0;
}
.ac-style.style-3 a {
	line-height: 57px;
	padding: 0;
	text-align: left;
}
.ac-style.style-3 a i {
	height:20px;
	width:20px;
}
.ac-style.style-3 a.active span.acc-collapse {
	border-color:inherit;
}
.ac-style.style-3 .acc-title i, .ac-style.style-3 .acc-title a {
	display:inline-block;
}
.ac-style.style-3 .acc-title i {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #999;
  display: inline-block;
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  margin-right: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 58px;
}
.ac-style.style-3 .acc-title.active i {
	color:#fff;
}
.ac-style.style-3 .acc-title.active.collapsed i {
	color:#999;
}
.ac-style.style-3 .acc-title span i {
	background:#fff;
	color:#000;
}
.ac-style.style-3 .acc-title.active span.icon {
	color:#cc3333;
}
.ac-style.style-3 .acc-title.active a {
	color:#cc0000;
}
.ac-style.style-3 .acc-title.active.collapsed span.icon {
	color:#000;
}
.ac-style.style-3 .acc-title.active.collapsed a {
	color:#000;
}
.ac-style.style-3 p.desc{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 30px 75px;
}
.ac-style.style-3 .acc-title span i {
	background:transparent;
	font-weight:normal;
}
.ac-style.style-3 span.icon {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ccc;
	border-image: none;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	height: 58px;
	line-height: 58px;
	margin-right: 0;
	text-align: center;
	width: 58px;
	color:#000;
}
/*----------------------------------- 
accordion-style-4
-----------------------------------*/
.ac-style.style-4 .acc-title {
	border:none;
	background:#f5f5f5;
	padding-left:20px;
}
.ac-style.style-4 .acc-title.active{
	color:#fff;
}
.ac-style.style-4 span.icon {
	border:none;
}
.ac-style.style-4 .acc-title a.active {
	color:#fff;
}
.ac-style.style-4 .acc-title.active {
	border:none;
	background:#cc3333;
}
.ac-style.style-4 .acc-title.active.collapsed {
	background:#f5f5f5;
	color:#000;
}
.ac-style.style-4 .acc-title.active span.icon {
	color:#fff;
}
.ac-style.style-4 .acc-title.active.collapsed a {
	color:#000;
}
.ac-style.style-4 .acc-title.active.collapsed span.acc-expand {
	color:#000;
}
.ac-style.style-4 .acc-title.active a {
	color:#fff;
}
.ac-style.style-4 p.desc {
	background:#cc3333;
	color:#fff;
	border:none;
}
/*----------------------------------- 
toggle accordion
-----------------------------------*/
.toggle-style.style-1 .panel {
	border:none;
}
.ac-toggle {
	margin-top:60px;
}
.ac-toggle .panel {
	box-shadow:none;
}
.shortcode-box .panel-heading {
	padding:0;
}
/* =========================
7. Block Quote
============================*/
.md-section-title {
	color:#000;
	text-align:center;
}
.md-section-title h3 {
	font-size:24px;
	font-weight:600;
	line-height:36px;
}
.md-section-title-2 h3 {
	line-height:80px;
}
.single-quote-block {
  padding: 93px 142px;
  position: relative;
}
.single-quote-block.style-1 .quote-block-content p, .single-quote-block.style-2 .quote-block-content p{
  font-size: 24px;
  letter-spacing: 0.37px;
  line-height: 45px;
}
.single-quote-block.style-3 .quote-block-content p,
.single-quote-block.style-4 .quote-block-content p{
	font-size: 16px;
	line-height:30px;
	letter-spacing:.25px;
}
.quote-block-content p {
  color: #666;
  font-style: italic;
}
.quote-block-content small.author {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  margin-top: 24px;
}
.quote-block-content span.quote-icon {
  bottom: 78px;
  color: #f5f5f5;
  font-size: 151.76px;
  letter-spacing: 0.37px;
  line-height: 45.53px;
  position: absolute;
  right: 16px;
}
/*----------------------------------- 
7.1 block-quote style-1
-------------------------------------*/
.single-quote-block.style-1 {
	border:25px solid #f5f5f5;
}
/*----------------------------------- 
7.1 block-quote style-2
-------------------------------------*/

.single-quote-block.style-2 {
  border-color: #f6f6f6;
  border-style: none none none solid;
  border-width: 0 0 0 15px;
  padding: 60px 142px 60px 82px;
}

/*----------------------------------- 
7.2 block-quote style-3
-------------------------------------*/
.single-quote-block.style-3 {
	background:#f6f6f6;
	padding:55px 180px;
}
.single-quote-block.style-3 .quote-block-content p{
	text-align:center;
	font-size:16px;
	font-weight:600;
}
.single-quote-block.style-3 .quote-block-content i {
	color:#cccccc;
	font-size:25px;
	line-height:36px;
	letter-spacing:.25px;
	margin-bottom:20px;
}
.single-quote-block.style-3 .quote-block-content .author {
	color:#cc3333;
	letter-spacing:.5px;
}
/*----------------------------------- 
7.3 block-quote style-4
-------------------------------------*/
.single-quote-block.style-4 {
	background:none;
	border:1px dashed #cccccc;
}
/* =========================
8. brand
============================*/
/*----------------------------------- 
8.1 brand style-1
-------------------------------------*/

.brand-area.style-3 {
	padding-bottom:0;
}

.brand-curousel .owl-dots .owl-dot {
  background: #666666 none repeat scroll 0 0;
  height: 12px;
  width: 12px;
}
.brand-inner-bottom {
	background:#f7f7f7;
	padding:70px 0;
}
.single-client > a {
  display: block;
  opacity: 0.5;
  text-align: center;
}
.client-curousel .owl-item img {
  width: auto;
}
.client-curousel{
  margin-bottom: 40px!important;
}
.single-client > a:hover {
  opacity: 1;
}
/* =========================
9. buttons
============================*/
.button {
    /* align-items: center;
    display: inline-grid!important;  */
}
.button-area-inner {
	padding:20px 0 60px 0;
	border-bottom:1px solid #e5e5e5;
}
.button-area:last-child .button-area-inner {
	padding-bottom:0;
}
/*----------------------------------- 
9.1 simple buttons
-------------------------------------*/
.simple-buttons .button {
	margin-bottom:10px;
}
.m-btn-xs, .m-btn-sm, .m-btn-md, .m-btn-lg, .m-btn-ex-lg, .m-btn-custom,
li.button-class-cir a,
li.button-class-radius a,
li.button-class-rect a {
 -moz-box-pack: center;
  border: medium none;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  font-family: "Poppins",sans-serif;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.25px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  padding: 0 10px;
}
.m-btn-xs {
	width:152px;
	min-height:37px;
}
.m-btn-sm {
	width:165px;
	min-height:42px;
}
.m-btn-md {
	width:187px;
	min-height:50px;
	font-size:15px;
}
.m-btn-lg {
	font-size:17px;
	width:197px;
	min-height:59px;
}
.m-btn-ex-lg {
	font-size:18px;
	width:270px;
	min-height:68px;
}
.red {
	background:#cc3333;
}
.white {
	background:#fff;
}
.black {
	background:#333333;
}
.gray {
	background:#cccccc;
}
.red:hover {
	background:#990000!important;
}
.black:hover {
	background:#cc3333;
}
.gray:hover {
	background:#cc3333;
}
.button:hover {
    border: 0 none;
}
/*----------------------------------- 
9.2 outline buttons
-------------------------------------*/
.bck-otln {
	background:#fff;
	border:2px solid #333;
	color:#333;
}
.gray-otln {
	background:#fff;
	border:2px solid #cccccc;
	color:#cccccc;
}
.dasd-otln {
	background:#fff;
	border:2px dashed #cccccc;
	color:#999999;
}
.bck-otln:hover, .gray-otln:hover, .dasd-otln:hover {
	background:#cc3333;
	color:#fff;
	border-color:#cc3333;
}
/*----------------------------------- 
9.3 button with icon
-------------------------------------*/
.radius {
	transition:.3s;
	border-radius:60px;
	padding:0 20px;
}
.btn-icon.style-1:hover {
	background:#990000;
}
.btn-icon {
	position:relative;
	overflow:hidden;
}
.btn-icon span {
	transition:.3s;
	vertical-align: middle;
}
.btn-icon span.will-be, .btn-icon span.will-be-right {
	background: #990000 none repeat scroll 0 0;
	height: 100%;
	margin: auto;
	position: absolute;
	right: -25%;
	top: 0;
	width: 25%;
	transition:.3s;
}
.m-btn-xs.btn-icon span.will-be, .m-btn-xs.btn-icon span.will-be-right {
	line-height: 37px;
}
.m-btn-sm.btn-icon span.will-be, .m-btn-sm.btn-icon span.will-be-right {
	line-height: 42px;
}
.m-btn-md.btn-icon span.will-be, .m-btn-md.btn-icon span.will-be-right {
	line-height: 50px;
}
.m-btn-lg.btn-icon span.will-be, .m-btn-lg.btn-icon span.will-be-right {
	line-height: 59px;
}
.m-btn-ex-lg.btn-icon span.will-be, .m-btn-ex-lg.btn-icon span.will-be-right {
	line-height: 68px;
}
.btn-icon span.will-be-right {
	right:inherit;
	left:-25%;
}
 .btn-icon:hover, icon:hover span.btn-txt {
    background:#cc3333;
} 
.btn-icon:hover span.btn-txt {
	margin-right: 38px;
}
.m-btn-xs.btn-icon:hover span.btn-txt {
	margin-right: 35px;
}
.btn-icon:hover span.will-be {
	right:0;
}
.btn-icon:hover span.will-be-right {
	left:0;
}
.btn-icon:hover span.btn-txt-right {
	margin-left: 38px;
}
/*----------------------------------- 
9.3 radius buttons
-------------------------------------*/
.radius.red span {
	margin-left:17px;
}
.radius.gray {
	background:#cccccc;
}
.radius.gray:hover {
	background:#cc3333;
}
.radius.otln {
	border:2px solid #cc3333;
	background:#fff;
	color:#cc3333;
}
.radius.otln:hover {
	background:#cc3333;
	color:#fff;
}
/*----------------------------------- 
9.4 3d buttons
-------------------------------------*/
.btn-3d {
	border-bottom:5px solid #660000;
	box-shadow:0 2px 3px #ccc;
	border-radius:8px;
	background:#cc3333;
}
.btn-3d:hover {
	box-shadow:0 2px 3px #ccc;
	background:#990000;
}
/*----------------------------------- 
9.5 block buttons
-------------------------------------*/
.btn-block {
	width:100%;
	height:69px;
}
.btn-block.otln.red {
	background: #fff;
	border: 2px solid #cc3333;
	color: #cc3333;
}
.btn-block.otln.red:hover {
	background:#cc3333;
	color:#fff;
}
.btn-block.gray {
	color:#999;
	background:#eeeeed;
}
.btn-block.gray:hover {
	background:#cc3333;
	color:#fff;
}
/* =========================
10. countdown
============================*/
.msk-coundown {
	margin: 65px auto;
	overflow: hidden;
}
.msk-coundown .cdown {
  float: left;
  width: 25%;
}
.msk-coundown span.time-count {
	font-family: 'Poppins', sans-serif;
	font-size:36px;
	font-weight:600;
	color:#252525;
	line-height:36px;
	letter-spacing:.25px;
}
.msk-coundown.style-3 .cdown {
    position:relative;
}
.msk-coundown.style-3 .cdown:after {
    position:absolute;
    right:0;
    content:":";
    color:#000;
    top:0;
    font-size:80px;
    line-height:100px;
    border-radius:100%;
    font-family: 'Poppins', sans-serif;
}
.msk-coundown.style-3 .cdown:last-child:after {
    content:none;
}
.msk-coundown .cdown p {
	font-family: 'Poppins', sans-serif;
	color:#999;
}
.msk-coundown.style-2 .cdown {
	border-right:1px solid #e5e5e5;
	padding:15px 0;
}
.msk-coundown.style-2 .cdown:last-child {
	border-right:none !important;
}
.msk-coundown.style-3 {
	position: relative;
	z-index: 2;
}
.msk-coundown.style-3 span.time-count {
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 100px;
    line-height: 100%;
    font-weight:400;
    display:block;
}
.msk-coundown.style-3 p {
	font-size:16px;
    color:#000;
}
.msk-coundown.style-4 span.time-count {
	border: 3px solid #999;
	border-radius: 100%;
	display: inline-block;
	font-family: "Poppins",sans-serif;
	font-size: 30px;
	height: 90px;
	line-height: 86px;
	margin-bottom: 20px;
	width: 90px;
}
.msk-coundown.style-4 p {
	font-family: 'Droid Serif', serif;
	color:#999;
	font-style:italic;
}
/* =========================
11. factbox
============================*/
.factbox-title {
	position: relative;
	z-index: 2;
	color:#fff;
}
.number-box {
	position: relative;
}
.number-box .clients-list {
	color:#fff;
}
.number-box.style-1 {
  border-right: 1px solid #ebebeb;
}
.number-box .clients-list {
	font-family: 'Poppins', sans-serif;
	font-size:48px;
	font-weight:400;
	line-height:48px;
	color:#252525;
	margin-bottom:10px;
}
.number-box h6 {
    color: #cccccc;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    text-transform: uppercase;
}
.number-box.style-2 {
	font-size:30px;
}
.number-box.style-2 h4 {
	font-weight:600;
}
.number-box.style-2 .clients-list {
	font-size:30px;
	font-weight:600;
}
.number-box.style-2 .number-icon {
	color:#999;
	margin-bottom:15px;
	display:inline-block;
}
.number-box.style-3 {
  border-right: 1px solid #c66566;
}
.number-box.style-3 .clients-list {
	color:#fff;
}
.number-box.style-3 h4 {
	color:#fff;
	font-weight:600;
}
.client-content .client-infos {
    font-size:13px;
    line-height:24px;
    font-weight:400;
    color:#999;
}
.client-infos span {
    color:#000;
}
.client-carousel.owl-carousel .owl-item img, .about-testimonial-carousel.owl-carousel .owl-item img {
    width:auto;
}
.testimonail-thumbs-about {
  height: 70px;
  margin: auto;
  width: 70px;
}
/* =========================
12. divider
============================*/
.msk-divider.style-1 {
	background:#f4f4f4;
	padding-top: 36px;
}
.msk-divider.style-2 {
	border-bottom:1px solid #e5e5e5;
}
.msk-divider.style-3 {
	border-bottom:1px dashed #e5e5e5;
}
.msk-divider.style-4 {
	border-bottom:1px dotted #e5e5e5;
}
.msk-divider.style-5 {
	border-bottom:4px double #e5e5e5;
}
.msk-divider.style-6 {
	border-bottom:4px double #e5e5e5;
}
.msk-divider.style-7 {
	border-bottom: 1px solid #e5e5e5;
	position:relative;
}
.msk-divider .the-shadow {
  bottom: 0;
  box-shadow: 0 20px 24px -19px rgba(0, 0, 0, 0.2);
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
}
.msk-divider.style-8 {
	border-bottom:1px solid #e5e5e5;
	position:relative;
}
.msk-divider.style-8 .divider-icon {
  background: #fff none repeat scroll 0 0;
  bottom: -19px;
  color: #e5e5e5;
  display: inline-block;
  font-size: 38px;
  height: 38px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 38px;
}
/* =========================
13. dropcap
============================*/
.msk-dropcap {
	color:#000;
}
.msk-dropcap > p{
    line-height: unset;
}
.msk-dropcap .firstcharacter {
	float:left;
	font-weight:600;
	font-size:60px;
	padding:20px;
}
.msk-dropcap.style-1 .firstcharacter {
	color:#cccccc;
}
.msk-dropcap.style-3 .firstcharacter {
	color:#cc3333;
}
.msk-dropcap.style-4 .firstcharacter {
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 30px;
  margin: 8px 15px 0 0;
  padding: 15px;
}
.msk-dropcap.style-5 .firstcharacter {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #999;
  font-size: 30px;
  margin: 8px 15px 0 0;
  padding: 15px;
}
.msk-dropcap.style-6 .firstcharacter {
  background: #cc3333 none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  margin: 8px 15px 0 0;
  padding: 15px;
}
.msk-dropcap.style-7 .firstcharacter,
.msk-dropcap.style-8 .firstcharacter,
.msk-dropcap.style-9 .firstcharacter {
	border-radius: 100%;
	height: 51px;
	line-height: 20px;
	width: 51px;
	text-align: center;
}
/* =========================
15. heading styles
============================*/
.msk-heading {
	position:relative;
}
.heding-solid-lines {
  margin-top: 14px;
  display: inline-block;
}
.heading-md-solid-line, .heading-xs-solid-line {
  display: block;
  height: 1px;
  width: 70px;
}
.heading-xs-solid-line {
  display: inline-block;
  margin-top: 10px;
  width: 25px;
}
.heding-dashed-lines {
	margin-top:11px;
}
.heading-md-dashed-line {
	width: 70px;
	display:block;
}
.msk-heading small {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
 .heading-icon {
  color: #cccccc;
  display: block;
  font-size: 18px;
}
 .heading-icon .heading-square {
  display: inline-block;
  margin-bottom: 10px;
}
 .heading-icon .heading-square span {
  display: inline-block;
  height: 15px;
  margin: 7px 10px 0;
  outline: 2px solid #ccc;
  padding: 5px;
  position: relative;
  transform: rotate(136deg);
  vertical-align: middle;
  width: 15px;
}
 .heading-icon .heading-square span:after {
  background: #ccc none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
 .heading-boil {
  position: relative;
}
 .heading-boil:after {
  background: #ccc none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 3px;
  left: 0;
  margin-top: 3px;
  position: absolute;
  top: 50%;
  width: 3px;
}
.title-behind {
  color: #f3f3f3;
  font-family: "Poppins",sans-serif;
  font-size: 80px;
  font-weight: 400;
}
.msk-heading.style-4 {
	position:relative;
}
.msk-heading.style-4 h1,
.msk-heading.style-4 h2,
.msk-heading.style-4 h3,
.msk-heading.style-4 h4,
.msk-heading.style-4 h5,
.msk-heading.style-4 h6 {
  left: 0;
  position: absolute;
  right: 0;
}
.msk-heading.style-4 h1 {
    top:-52px;
}
.msk-heading.style-4 h2 {
    top:-42px;
}
.msk-heading.style-4 h3 {
    top:-20px;
}
.msk-heading.style-4 h4 {
    top:-20px;
}
.msk-heading.style-4 h5 {
    top:-20px;
}
.msk-heading.style-4 h6 {
    top:-15px;
}
/* =========================
16. single image
============================*/
.single-image h6 {
	color:#000;
	margin-top:20px;
}
.single-image.style-6 .sin-img-desc h6 {
	color: #fff;
}
.single-image.style-2 .sin-img-thumb img{
 border:5px solid #f0f0f0;
}
.single-image.style-3 .sin-img-thumb img{
 padding:5px;
 outline:1px solid #ccc; 
}
.single-image.style-4 .sin-img-thumb img {
	box-shadow: 5px 5px 15px #ccc;
}
.sin-img-thumb a {
	display:block;
	position:relative;
}
.single-image.style-4 .sin-img-thumb a:before {
  background: #000;
}
.single-image.style-5 .sin-img-thumb a::before {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
.single-image.style-6 .sin-img-thumb a:before {
	background:#cc3333;
	opacity:.75;
}
.single-image.style-7 .sin-img-thumb a::before {
  background: #fff none repeat scroll 0 0;
  height: 85%;
  opacity: 0.85;
  width: 85%;
}
.single-image.style-6 .sin-img-desc {
  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
  bottom: 0;
  color: hsl(0, 0%, 100%);
  font-size: 13px;
  height: 0;
  left: 0;
  margin: auto;
  padding: 0 25px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
}
.single-image.style-6:hover .sin-img-desc {
	transform:scaleX(1);
}
.single-image.style-6 .sin-img-thumb a:after {
	display:none;
}
.single-image.style-7 .sin-img-thumb a::after {
  display: block;
  color: #fff;
}
.single-image.style-6 .sin-img-desc h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.single-image.style-7 .sin-img-desc h3 {
	color:#333;
}
.single-image.style-6 .sin-img-desc p{
  color:#fff;
}
.single-image.style-7 .sin-img-desc {
  bottom: 45%;
  color: hsl(0, 0%, 60%);
  left: 50px;
  right: inherit;
  text-align: left;
  top: inherit;
}
.sin-img-thumb > a::before {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.sin-img-thumb:hover a:before {
	transform: scaleX(1);
	opacity:.5;
}
.sin-img-thumb > a::after {
  bottom: 0;
  color: #fff;
  content: "";
  font-family: ionicons;
  font-size: 60px;
  font-weight: 400;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 50px;
}
.sin-img-thumb:hover a:after {
	transform: scale(1);
	opacity:1;
}
.sin-img-thumb a img {
	width:100%;
	height: auto;
}
.sin-img-thumb-2 {
  overflow: hidden;
}
.sin-img-thumb-2 .sin-portfolio-text, .sin-img-thumb-3 .sin-portfolio-text {
  background: hsla(0, 0%, 0%, 0.7) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 10px 25px;
  width: 100%;
}
.sin-img-thumb-2 a::after {
  bottom: 15px;
  left: inherit;
  right: 15px;
  top: inherit;
}
.portfolio-single.sin-img-thumb-2 .sin-portfolio-text > h3 {
 color:#fff;
}
/* =========================
17. pagination
============================*/
.msk-pagination .pagination {
	width: 100%;
}
.msk-pagination .nav-links {
	text-align: center;
}
.msk-pagination .page-numbers {
	color: #000;
	display: inline-block;
	font-family: "Poppins",sans-serif;
	font-size: 15px;
	height: 34px;
	letter-spacing: 0.68px;
	line-height: 34px;
	margin-right: 20px;
	text-align: center;
	width: 34px;
	text-transform:uppercase;
}
.msk-pagination.style-1 .page-numbers:hover,
.msk-pagination.style-1 .page-numbers.current {
	background:#cc3333;
	color:#fff;
}
.msk-pagination.style-1 .pagination .prev,
.msk-pagination.style-1 .pagination .next {
	border:1px solid #000;
	margin:0;
}
.msk-pagination.style-2 .page-numbers {
	margin-right:10px;
}
.msk-pagination.style-2 .page-numbers:hover, .msk-pagination.style-2 .page-numbers.current {
	background:#000;
	color:#fff;
}
.msk-pagination.style-3 .page-numbers {
	background: #f1f1f1;
	margin-right: 10px;
}
.msk-pagination.style-3 .page-numbers:hover, .msk-pagination.style-3 .page-numbers.current {
	background:#cc3333;
	color:#fff;
}
.msk-pagination.style-4 .page-numbers {
	width:inherit;
	height:inherit;
	border:none;
}
.msk-pagination.style-4 .page-numbers.current {
	font-size:17px;
	font-weight: 600;
}
.msk-pagination.style-4 .pagination .arrow_left {
	margin-right:10px;
	position: relative;
	top: 2px;
}
.msk-pagination.style-4 .pagination .arrow_right {
	margin-left:10px;
	position: relative;
	top: 2px;
}
.msk-pagination.style-4 .page-numbers:hover {
	color:#ccc;
}
/* =========================
19. Call To Action
============================*/
.cta-desc {
	color:#666;
	line-height:30px;
}
.cta-desc h4 {
	font-weight: 600;
    line-height: 30px;
	color: #000;
    margin-top: 0;
}
.cta-area-2 {
	background:#fff;
}
.cta-area-3 .cta-desc {
	color:#ccc;
}
.cta-desc i {
	float:left;
	font-size:30px;
	color:#333;
	border:2px solid #333;
	padding:15px;
	margin-top:4px;
}
.showboxicon {
    padding-left: 27px;
}
.cta-cont p{
    margin-bottom: 0;
}
.cta-row {
    float: left;
    width: 100%;
}
.cta-area-3 .cta-desc > h2 {
	color:#fff;
}
.cta-area-4 {
	background:#cc3333;
}
.cta-area-4 .cta-desc {
	color:#fff;
}
.cta-area-4 .cta-desc h2 {
	color:#fff;
}
.button.m-btn-lg.cta-btn-2 {
	border-radius:60px;
}
.button.m-btn-lg.cta-btn-3 {
	background:transparent ;
	border:2px solid #333;
	color:#333;
}
.cta-btn-3:hover {
    color: #fff;
	background:#cc3333;
	border-color:#cc3333!important;
}
.button.cta-btn-4 {
	color:#cc3333;
}
.button.m-btn-lg.cta-btn-4:hover {
	background-color:#660000;
	color:#fff;
}

/* =========================
20. Icons Box
============================*/
.sin-serv {
	margin-bottom:70px;
}
.sin-serv-icon {
  color: #ccc;
  display: inline-block;
  font-size: 35px;
  margin-bottom: 40px;
  transition: all 0.3s ease 0s;
}
.sin-serv-icon:before {
	transition:.3s;
}
.sin-serv:hover .sin-serv-icon {
	color:#cc3333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv h6 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv p {
  color: #999;
  margin-bottom: 0;
}
.sin-serv-icon-2, .sin-serv-icon-3, .sin-serv-icon-4 {
  border: 2px solid #ccc;
  border-radius: 100%;
  display: inline-block;
  height: 99px;
  line-height: 99px;
  margin: auto auto 43px;
  width: 99px;
  -webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv:hover .sin-serv-icon-2 {
	background:#cc3333;
	color:#fff;
	border-color:#cc3333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-icon-3 {
	background:#efefef;
	color:#999;
	border:none;
}
.sin-serv:hover .sin-serv-icon-3 {
	background:#cc3333;
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-2 {
	color:#fff;
}
.sin-serv-icon-4 {
	border-color:#fff;
	color:#fff;
}
.sin-serv:hover .sin-serv-icon-4 {
	background:#fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-2 h3 {
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-icon-5 {
	font-size:40px;
	margin-bottom:30px;
}
.sin-serv-3 {
	padding:50px 0;
	transition:.3s;
}
.sin-serv-3:hover {
	background:#f7f7f7;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-4 {
	background:#f4f4f4;
	padding:50px 15px;
	transition:.3s;
}
.sin-serv-4 .sin-serv-icon-5 {
	color:#cc3333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-4:hover {
	background:#cc3333;
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-4:hover .sin-serv-icon-5, .sin-serv-4:hover h3 {
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-5, .sin-serv-6 {
  border: 1px solid #ccc;
  padding: 50px 50px 45px;
  transition: all 0.3s ease 0s;
}
.sin-serv-5:hover {
	background:#f4f4f4;
	border-color:#f4f4f4;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-6:hover {
	border-color:#cc3333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-desc {
	color:#999;
}
.sin-serv-7 {
	margin-bottom:45px;
}
.sin-serv-7 .sin-serv-icon {
	font-size:35px;
	color:#999;
	margin-right:20px;
}
.sin-serv-7:hover .sin-serv-icon {
	color:inherit;
}
.sin-serv-7.style-2 .sin-serv-icon {
    border: 1px solid #999;
    border-radius: 100%;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
}
.sin-serv-7.style-3 .sin-serv-icon {
	background:#eaeaea;
	border:none;
}
.sin-serv-7.style-3 .sin-serv-icon:hover {
	color:none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv.sin-serv-7.style-1:hover .sin-serv-icon{
  color:#cc3333;
  -webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv.sin-serv-7.style-2:hover .sin-serv-icon{
  color:#fff;
  background:#cc3333;
  -webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.icon-cl-red {
}
.bg-red {
	background:#cc3333;
}
.gray-border {
	border:1px solid #ccc;
}
.sin-serv:hover.sin-serv-8.style-1:hover{
	background:#cc3333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv:hover.sin-serv-8.style-1 .sin-serv-desc, .sin-serv:hover.sin-serv-8.style-1 .sin-serv-desc h3 {
	color:#fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv:hover.sin-serv-8.style-1 .sin-serv-icon {
	background:#fff;
	color:#cc3333;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sin-serv-border {
  border: 1px solid #ccc;
}
.sin-serv-8 {
	padding:45px 40px;
	transition:.3s;
}
.sin-serv-8.style-1 {
	background:#f4f4f4;
}
.sin-serv-8 .sin-serv-icon {
    background: #cc3333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    margin-right: 20px;
    text-align: center;
    width: 35px;
}
.sin-serv-8:hover .sin-serv-icon {
	color:#fff;
}
.sin-serv-7.style-2.bg-red .sin-serv-desc h3 {
	color:#fff;
}
.sin-serv-8.style-2 {
	border:3px solid transparent;
}
.sin-serv-8:hover.style-2 {
 border-color:#ccc;
}
/* =========================
21. Icon List
============================*/
.msk-icon-list {
  margin: 50px 0;
  overflow: hidden;
}
.msk-icon-list ul li {
  color: #666;
  display: block;
  font-family: "Poppins",sans-serif;
  line-height: 36px;
  overflow: hidden;
}
.msk-icon-list > ul {
  padding: 0;
}
.msk-icon-list ul li i {
  float: left;
  font-size: 15px;
  line-height: 36px;
  vertical-align: middle;
}
.msk-icon-list p {
  font-size: 14px;
  line-height: 36px;
  margin-left: 35px;
}
.msk-icon-list-2 ul li i {
    color:#cc3333;
}
.msk-icon-list-3 ul li {
  margin-bottom: 14px;
}
.msk-icon-list-3 ul li:last-child {
  margin-bottom: 0;
}
.msk-icon-list-3 ul li i {
  border: 1px solid #ddd;
  border-radius: 100%;
  color: #999;
  font-size: 13px;
  height: 35px;
  line-height: 33px;
  margin-top: 0;
  text-align: center;
  width: 35px;
}
.msk-icon-list-3 ul li p {
  margin-left: 50px;
}
.msk-icon-list-4 ul li i {
    background:#cc3333;
    color:#fff;
    border:none;
}
.msk-icon-list-5 ul li i {
    border-radius:inherit;
}
/* =========================
22. Message Box
============================*/
.single-msg-box {
    border:1px solid #6699cc;
    min-height:82px;
    line-height: 80px;
    text-align: center;
    color:#6699cc;
    position:relative;
}
.msg-box-icon-left, .alert-box-icon-left {
    border-right: 1px solid #6699cc;
    height: 81px;
    vertical-align: middle;
    width: 14%;
    font-size:25px;
    text-align:center;
}
.msg-close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  bottom: 0;
  font-size: 25px;
  left: auto;
  line-height: 25px;
  position: absolute;
  right: 27px;
  top: 0;
}
.msg-desc {
  display: table;
  float: left;
  height: 80px;
  padding: 0 65px 0 40px;
  text-align: left;
  vertical-align: middle;
  width: 86%;
}
.msg-desc p {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}
.msg-close:hover {
    color:#6699cc;
}
.single-msg-box-2 {
    color:#669900;
    border-color:#669900;
}
.single-msg-box-2 .msg-box-icon-left {
    border-color:#669900;
}
.single-msg-box-2 .msg-close {
    color:#669900;
}
.single-msg-box-2 .msg-close:hover {
    color:#669900;
}
.single-msg-box-3 {
    color:#ff9900;
    border-color:#ff9900;
}
.single-msg-box-3 .msg-box-icon-left {
    border-color:#ff9900;
}
.single-msg-box-3 .msg-close {
    color:#ff9900;
}
.single-msg-box-3 .msg-close:hover {
    color:#ff9900;
}
.single-msg-box-4 {
    color:#ff3300;
    border-color:#ff3300;
}
.single-msg-box-4 .msg-box-icon-left {
    border-color:#ff3300;
}
.single-msg-box-4 .msg-close {
    color:#ff3300;
}
.single-msg-box-4 .msg-close:hover {
    color:#ff3300;
}
.single-msg-box.bg {
    border:none;
    background:#e1ebf7;
    color:#006699;
}
.alert-box-icon-left {
    border:none;
}
.single-msg-box-2.bg {
    background:#f0f6e7;
    color:#669900;
}
.single-msg-box.alert-dismissible .alert-box-icon-left.bg {
    background:#cbdcef;
}
.single-msg-box-2.alert-dismissible .alert-box-icon-left.bg {
    background:#e0ead0;
}
.single-msg-box-3.bg {
    background:#f9f4ee;
    color:#cc6600;
}
.single-msg-box-3.bg .msg-close{
    color:#cc6600;  
}
.single-msg-box-4.bg .msg-close {
    color:#cc3300;
}
.single-msg-box-3.alert-dismissible .alert-box-icon-left.bg {
    background:#eee3d5;
}
.single-msg-box-4.bg {
    background:#f8ecec;
    color:#cc3300;
}
.single-msg-box-4.alert-dismissible .alert-box-icon-left.bg {
    background:#eed6d6;
}
.alert-dismissable, .alert-dismissible {
  padding: 0;
}
.alert {
  border-radius: inherit;
}
.alert-dismissable .close, .alert-dismissible .close {
  color: inherit;
  position: absolute;
  right: 27px;
  top: 0;
}

/* =========================
23. Pricing Table
============================*/
.plan-single-2 {
 -webkit-box-shadow: -2px 4px 61px -30px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 4px 61px -30px rgba(0,0,0,0.75);
box-shadow: -2px 4px 61px -30px rgba(0,0,0,0.75);
}
.plan-single-3 {
	border:1px solid #d9d9d9;
	border-radius:5px;
	transition:.3s;
}
.plan-single-3:hover .plan-content h2,
.plan-single-3:hover .plan-content span,
.plan-single-3:hover .plan-list ul li {
	color:#fff;
}
.plan-single-3:hover {
	background:#cc3333;
	color:#ccc;
}
.plan-single-3:hover ul li span {
	color:#fff;
}
.plan-single-3:hover .big-btn a.common-button {
	background:#fff;
	color:#cc3333;
}
.plan-list .icon_close {
    color: red;
}
/* =========================
24. Progress Bar
============================*/
.md-section-title.heading-dashed-line.style-1::after {
  bottom:8px;
}
.progress {
  background: #e4e3e3 none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  height: 3px;
  overflow: visible;
}
.single-progress-bar {
  overflow: hidden;
}
.progress-bar {
	background:#cc3333;
	box-shadow:none;
	position:relative;
}
.progress-bar-title {
	font-size:16px;
	color:#666;
	line-height:27px;
	font-weight:600;
	margin-bottom:13px;
}
.progress-bar-title span {
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#cc3333;
	font-weight:400;
}
.progress.style-1 span.sr-only {
    background: #cc3333 none repeat scroll 0 0;
    border: 4px solid #fff;
    clip: inherit;
    height: 20px;
    outline: 2px solid #e4e3e3;
    position: absolute;
    right: 6px;
    text-indent: -9999px;
    top: -8px;
    transform: rotate(45deg);
    width: 20px;
}
/* =========================
25. Team Member
============================*/
.team-member-details .footer-icon > a {
  transition: inherit;
}
.line.line-2 {
	top:31%;
	position:absolute;
}
.creative-heading.team-heading-2 h2 {
	color:#000;
}
.team-heading-2 h2 span {
	color:#999;
}
.team-member-img-2 {
	margin-top:140px;
}
.team-nav.team-nav-2 li.active a {
  color: #000;
}
.team-border {
  border: 20px solid #f1f1f1;
  margin-left: 65px;
}
.team-border-mrgn{margin-left:-85px}
/* =========================
26. Media Embed
============================*/
.video-section iframe {
	width:100%;
	border:none;
	padding-bottom:35px;
}
.media-vimeo .embed-responsive .embed-responsive-item{
  height: 325px;
}
.media-youtube iframe {
	height:430px;
}
/* =========================
27. Pie Chart
============================*/
.single-chart-inner, .single-chart-inner-2 {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin-bottom:5px;
	letter-spacing:.25px;
}
.this {
	position:relative;
}
.this:after {
	content:"%";
}
.single-chart-inner-2 i {
	font-size:20px;
	color:#cc3333;
	margin-top:22px;
	letter-spacing:.5px;
	line-height:26px;
}
h4.progress-title {
	font-size:18px;
	line-height:80px;
	font-weight:600;
	color:#000;
}
.single-chart-inner-2 .this {
	top:60% !important;
	left:55% !important;
	font-size:24px !important;
}
.pie-icon {
	left: 0;
	position: absolute;
	right: 0;
	top: 39px;
}
.pie-icon i {
	font-size:24px;
	color:#cc3333;
}
/* =========================
28. Progress Steps
============================*/
.msk-line-step {
	padding: 70px 0;
	position: relative;
}
.dottet-line {
	border-top: 1px dashed #cccccc;
	left: 65px;
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: -1;
}
.solid-line {
	border-top: 1px solid #cc3333;
	left: 0;
	position: absolute;
	top: -1px;
}
.solid-line.right-side {
	left: 115px;
	right: 0;
	width: inherit !important;
}
.solid-line.complete {
	width: 100%;
}
.solid-line.half {
	width: 50%;
}
.circle-step {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #ccc;
	border-radius: 100%;
	color: #ccc;
	height: 99px;
	line-height: 98px;
	text-align: center;
	width: 99px;
}
.circle-step:hover{
  background:#cc3333;
  color:#fff;  
  border-color:#cc3333;
}
.circle-step i {
	font-size: 35px;
	vertical-align: middle;
}
.circle-step span {
	font-size:36px;
	font-family: 'Poppins', sans-serif;
}
.circle-step.step-done {
	border-color:#cc3333;
}
.circle-step.active {

}
h3.single-step-title {
	font-size:18px;
	font-weight:600;
	color:#000;
}
/* =========================
29. Tab
============================*/
.tab-section {
	font-family: 'Poppins', sans-serif;
}
.single-tab-section {
  margin-bottom: 50px;
}
ul.tab-menu {
  margin-bottom: 5px;
  padding: 0;
}
ul.tab-menu li {
	display:inline-block;
	margin-right:15px;
}
ul.tab-menu li:last-child {
	margin-right:0;
}
ul.tab-menu li a, ul.nav-tabs.style-4 li a {
 font-size:16px;
 text-transform:uppercase;
 color:#999;
 text-decoration:none;
 line-height:36px;
 letter-spacing:.25px;
 font-family: 'Poppins', sans-serif;
}
ul.tab-menu li.active a {
	color:#cc3333;
}
ul.tab-menu.style-2 {
	border-bottom:1px solid #e5e5e5;
}

.tab-menu.style-2 li.active {
  border-bottom: 2px solid #cc3333;
  margin-bottom: -1px;
}
ul.tab-menu.style-3 {
	background:#f3f3f3;
	display:inline-block;
	margin-bottom:30px;
}
ul.tab-menu.style-3 li {
	padding:0 20px;
	margin:0;
}
ul.tab-menu.style-3 li a {
	font-size:14px;
}
ul.tab-menu.style-3 li.active {
	background:#cc3333;
}
ul.tab-menu.style-3 li.active a {
	color:#fff;
}
ul.tab-menu.style-4 {
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
ul.tab-menu.style-4 li {
	margin:0;
	padding:15px;
}
ul.tab-menu.style-4 li.active {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #ccc #ccc #fff;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	margin-bottom: -1px;
}
ul.tab-menu.style-4 li.active a {
	color:#000;
}
ul.tab-menu.style-5 {
	margin-bottom:0;
	border-bottom:1px solid #ccc;
}
ul.tab-menu.style-5 li {
	background: #f3f3f3;
	border-right: 1px solid #ccc;
	margin-right: -4px;
}
ul.tab-menu.style-5 li.active {
	position:relative;
	background:#fff;

}
ul.tab-menu.style-5 li:first-child.active {
	border-left:1px solid #ccc;
}
ul.tab-menu.style-5 li:last-child.active {
	border-right:1px solid #ccc;
}
ul.tab-menu.style-5 li.active:before {
	position:absolute;
	top:0;
	border-top:3px solid #cc3333;
	content:"";
	width:102%;
	left:-1px;
}
ul.tab-menu.style-5 li.active::after {
  background: #fff none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
ul.tab-menu.style-5 li.active:after {
	
}
ul.tab-menu.style-5 li:last-child {
	border-right:none;
}
ul.tab-menu.style-5 li a {
	display: block;
	font-size: 14px;
	padding: 7px 20px 3px;
	color:#000;
}
.tab-content.style-5 {
	border:1px solid #ccc;
	padding:28px 55px 35px 37px;
	border-top:none;
}
ul.tab-menu.style-6 {
	margin:0;
}
ul.tab-menu.style-6 li {
	border-bottom: 1px dashed #ccc;
	display: block;
	margin: 0;
}
ul.tab-menu.style-6 li:last-child {
	border-bottom:none;
}
ul.tab-menu.style-6 li a {
	font-size:14px;
	font-weight:normal;
	color:#333;
}
ul.tab-menu.style-6 li.active {
	position:relative;
}
ul.tab-menu.style-6 li.active:after {
	border-right: 2px solid #cc3333;
	content: "";
	height: 100%;
	position: absolute;
	right: -31px;
	z-index: 999;
	top:0;
}
ul.tab-menu.style-6 li.active a {
	color:#cc3333;
}
.tab-content.style-6 {
	border-left:1px solid #e5e5e5;
	padding-bottom:40px;
	padding-left:30px;
	padding-top:20px;
}
/* =========================
30. Testimonails
============================*/
#quote-carousel .carousel-control {
    background: none;
	color: #cdcdcd;
	font-size: 36px;
}
#quote-carousel .carousel-control.left {

}
#quote-carousel .carousel-control.right {
  right: 32.2%;
}
#quote-carousel .carousel-indicators {
  bottom: 0;
  margin-right: -19px;
  pointer-events: none;
  right: 50%;
  top: 88%;
}
#quote-carousel .carousel-indicators li {
    width: 70px;
    height: 70px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    text-indent: 0;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    opacity: 1;
    overflow: hidden;
	border:none;
}
#quote-carousel .carousel-inner {
    min-height: 300px;
}
#quote-carousel .item blockquote {
    border-left: none;
    margin: 0;
    background:transparent;
    padding:0;
}
blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #e1e1e1;
  color: #666;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 54px;
  margin: 30px 0;
  padding: 30px 130px 30px 70px;
}
.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  height: 36px;
  left: 32.2%;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: inherit;
  top: 93%;
  width: 36px;
}
.testimonial-area-2 {
	background:#f7f7f7;
	padding-top:100px;
	padding-bottom:110px;
}
.testimonial-title {}
.testimonial-title > small {
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	color:#999;
	margin-bottom:12px;
	letter-spacing:2.5px;
	font-size:14px;
}
.testimonial-title > h2 {
	font-size:48px;
	font-weight:600;
	color:#000;
	margin-bottom:105px;
}
.testimonial-content {
	color:#000;
}
.user-testi-desc > p {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}
.testi-primary-info {
	margin-bottom:80px;
	margin-top:65px;
}
.testi-primary-info i {
  font-size: 24px;
  color: #ddd;
}
.testi-primary-info i.active {
  color: #ffcc00;
  font-size: 24px;
}
.testi-primary-info i.ratingColor {
    color:#ffcc00;
}
.testi-primary-info p {
	font-family:"Poppins",sans-serif;
	font-size:13px;
	line-height:24.2px;
	color:#666;
}
.testi-primary-info p strong {
	font-size:18px;
	color:#000;
}
.single-testimonial-thumb img {
	border-radius:100%;
}
.testimonail-thumbs {
	position:relative;
}
.testi-menu li {
	display:inline-block;
	margin-right:30px;
}
.testi-menu li:last-child {
	margin-right:0;
}
.testi-menu li a img {
	opacity:0.2;
	border-radius:100%;
}
.testi-menu li.active a img {
	opacity:1;
}
.single-testimonial-thumb.active a img {
	opacity:1;
}
.testimonail-thumbs .owl-nav div {
	font-size:36px;
	position: absolute;
	top:50%;
	margin: -15px 0 0;
	display: inline-block;
	color:#cdcdcd;
}
.testimonail-thumbs .owl-nav div:hover {
	color:#000;
}
.testimonail-thumbs .owl-nav div.owl-next {
	right:-05%;
	left:inherit;
}
.testimonail-thumbs .owl-nav div.owl-prev {
	left: -50px;
	right: inherit;
}
/* =========================
31. Text Block
============================*/
.single-text-block {
	font-family:"Poppins",sans-serif;
	color:#999;
	padding:40px 0;
	position: relative;
}
.single-text-block.style-2, .single-text-block.style-3, .single-text-block.style-4 {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #666;
  padding: 21px 35px;
}
.single-text-block.style-3 {
	background:#333;
	color:#fff;
}
.single-text-block.style-4 {
	background:#cc3333;
	color:#fff;
}
.single-text-block.style-5, .single-text-block.style-6 {
  color: #333;
  padding: 50px 45px;
}
.single-text-block.style-5 p {
	position:relative;
	z-index:999;
}
.single-text-block.style-5.textblock-overlay::before {
 background: rgba(255,255,255,.6);
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
.single-text-block.style-6 {
	color:#fff;
}
.single-text-block.style-7, .single-text-block.style-8, .single-text-block.style-9 {
	background:#fff;
	padding:47px 60px;
	color:#666;
}
.single-text-block.style-7 {
	border:2px solid #e5e5e5;
}
.single-text-block.style-8 {
	border:7px double #e5e5e5;
}
.single-text-block.style-9 {
  border: 10px solid #f7f7f7;
  padding: 39px 45px;
}
.single-text-block.style-10 {
  border: 1px dashed #ccc;
  padding: 50px 45px;
}
.single-text-block.style-11 {
	background:#f2f2f2;
	padding:55px 70px;
}
.single-text-block-shadow {
	background: #fff none repeat scroll 0 0;
	box-shadow: -3px 7px 40px #ccc;
	padding: 45px 50px;
}
/* =========================
32. sidebar
============================*/
aside.sidebar {
	border-left:1px solid #ccc;
	padding-left:60px;
}
.single-sidebar h2.sidebar-title {
	margin:0 0 30px 0;
	font-size:24px;
	color:#000;
	font-weight:600;
	line-height:36px;
}
.single-sidebar ul li a {
	color:#666;
	padding:20px 0;
	display:block;
	border-bottom:1px dashed #ccc;
}
.single-sidebar ul li:last-child a {
	border-bottom:none;
}
.single-sidebar ul li a i {
	margin-right:10px;
}
.single-sidebar ul li a:hover {
	color:#cc3333;
}
/* service css */
.service-heading {
  background: #f2f2f2 none repeat scroll 0 0;
}
.service-area-2 {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 0 0 255px;
}
.single-sirvice-2 {
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
  margin-bottom: 65px;
  width: 100%;
}
.single-sirvice-2.single-sirviceoff-shadow{
    box-shadow: none;
}
.pull-left2-right{
    float: right;
}
.padding-left-zero{
      padding-left: 0;  
}
.service-2-content {
    padding-left: 67px;
    padding-top: 46px;
}
.service-2-content{
    font-size: 72px;
}
.service-2-content label,
.service-2-content h3,
.service-2-content h4,
.service-2-content h5,
.service-2-content h6{
    font-weight: 400;
    color:#000000;
}
.service-2-content a,
.service-content a{
    color:#000000;
}
.service-2-img {
  position:relative;
}
.service-2-img::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.service-2-img-overly {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25%;
}
.service-2-content > label {
  color: #cccccc;
  font-family: "Poppins",sans-serif;
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 33px;
}
.service-2-content > h3, .service-title h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 27px;
  text-transform: capitalize;
}
.service-2-img > img {
  width: 100%;
}
.service-2-content > a {
  color: #000000;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin-top: 47px;
  text-transform: uppercase;
}
.service-2-content > a:hover{
  color:#999;
}
.breadcrumb-title-3 {
  color:#fff;
}
.service-3-content label {
  font-size: 72px;
  line-height: 72px;
  margin-bottom: 10px;
}
.mainmenu.red-menu nav ul li a:hover {
  color: #cc3333;
}
.single-sirvice-3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: none;
  margin: 0 0 140px;
  padding: 0 15px;
}
.service-title {
  margin-left: 70px;
}
.service-brand{
  padding:0;
  border:none;
}
.service-work {
  background: #666666 none repeat scroll 0 0;
  padding: 45px 45px 100px;
  transform: translate(20px, 20px);
}
.service-work > h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 30px;
  text-transform: uppercase;
  position:relative;
}
.service-work > h3::before {
  background: #cc3333 none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 5px;
  left: 2px;
  position: absolute;
  width: 100px;
}
.service-work-bg {
  background: #f6f6f6 none repeat scroll 0 0;
}
/*newslatter*/
@import url("../fonts/fontawesome-webfont.eot");
@import url("../fonts/fontawesome-webfont.eot");
@import url("../fonts/fontawesome-webfont.woff2");
@import url("../fonts/fontawesome-webfont.woff");
@import url("../fonts/fontawesome-webfont.ttf");
@import url("../fonts/fontawesome-webfont.svg");

/*input[type="submit"]:before{content:"\f061"}*/
.newsletter {
    color: #9e9e9e;
    margin-bottom: 10px;
    border-color: #9e9e9e;
}
.newsletter input{
   color:#9e9e9e!important;
   border-color: #9e9e9e!important;
}

.mc4wp-form-fields input[type="submit"] {
  display: none;
}
.mc4wp-form-fields > input {
    box-shadow: none;
}
.submiter {
    cursor: pointer;
    float: right;
    font-size: 24px;
    position: absolute;
    right: 12px;
    top: 30px;
    z-index: 9;
}
.submiter:hover{
    color: #cc3333;
}
.googlemap-container {
    width:100%;
    height:410px;
}
/* =========================
32. album
============================*/
.album-sin  {
  margin-bottom: 30px;
  position: relative;
}
.album-sin > a::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
  visibility:hidden;
  opacity:0;
}
.album-sin > a:hover::before {
  opacity: .6;
  visibility: visible;
}
.album-sin a img {
  width: 100%;
  height: auto;
}
.album-sin span {
  left: 0;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease 0s;
}
.album-btn {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  border-radius: 15px;
  bottom: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  left: 0;
  letter-spacing: 0.1px;
  line-height: 30px;
  margin-bottom: -15px;
  margin-left: -75px;
  max-width: 210px;
  min-width: 150px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 8;
  padding: 0 30px;
  right: 0;
  text-align: center;
  margin: -12px auto;
}

.album-btn > a {
  color: #fff;
  display: block;
  transition: all 0s ease 0s;
}
.album-btn > a:hover {
  color: #fff;
}
.wl-sort-link {
  margin-top: 52px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.wl-link-to {
  display: inline-block;
  height: 30px;
  position: relative;
}
.wl-link-to span {
  color: #ababab;
  font-size: 30px;
  line-height: 13px;
  transition: all 0.3s ease 0s;
}
.wl-link-to a {
  color: #555555;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  top: -8px;
}
.wl-link-to span {
  color: #ababab;
  font-size: 30px;
  line-height: 13px;
  transition: all 0.3s ease 0s;
}

/* add css Office Hour */
.office-hour-title {
  overflow: hidden;
}
.office-hour-title h5 i {
  color: #cccccc;
  font-size: 18px;
  margin-right: 10px;
}
.office-hour-title h5 {
  color: #000000;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 36px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.office-hour-list > ul {
  display: table;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.office-hour-list ul li {
  color: #666666;
  display: table-row;
  font-family: "Poppins",sans-serif;
  letter-spacing: 0.25px;
  line-height: 24px;
  text-transform: capitalize;
}

.office-hour-list ul li p {
  display: table-cell;
  text-align: right;
}
.office-hour-list ul li span {
  color: #999999;
  display: table-cell;
  text-align: left;
}
/*contct form 7 custom styles*/
.wpcf7-form label {
  font-weight: 400;
  width: 100%;
}
.wpcf7-form > p:nth-child(6) {
  display: inline-block;
}
.wpcf7-form > p {
  color: #999999;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.wpcf7-form > p:nth-child(2){
  float: left;
  margin-right: 5%;
  width: 30%;
}
.wpcf7-form > p:nth-child(3){
  float: left;
  margin-right: 5%;
  width: 30%;
}
.wpcf7-form > p:nth-child(4){
  float: left;
  margin-right: 0;
  width: 30%;
}
.wpcf7-form > p:nth-child(5) {
  margin-top: 20px;
}
.wpcf7-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #ccc;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  padding-bottom: 8px;
  width: 100%;
}
.wpcf7-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: currentcolor currentcolor #ccc;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  height: 165px;
  resize: vertical;
  width: 100%;
}
.wpcf7-form input:focus,.wpcf7-form textarea:focus{
  border-color:#000;
  color:#000;
}
.wpcf7-form input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 40px;
}
.wpcf7-form input[type="submit"]:hover{
  color:#000;
  border-color:#000;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit:hover {
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.4);
}
.footer-area .wpcf7-form input[type="submit"] {
  background: #cc3333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin-top: 40px;
  padding: 15px 40px;
}
.footer-area .wpcf7-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.5);
  margin-bottom: 120px;
  padding: 17px 50px 33px;
  text-align: center;
}
.contact-form-7-style .wpcf7-form-control.wpcf7-submit:hover {
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.4);
}
.contact-form-7-style .wpcf7-form input[type="submit"] {
  background: #cc3333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin-top: 40px;
  padding: 15px 40px;
}
/*Slider */
/* custom slider add css */
.custom-slider-sin {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  height: 500px;
  position: relative;
  vertical-align: middle;
}
.custom-slider-text h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 30px;
}
.custom-slider-text p {
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.custom-slider-btn {
  display: inline-block;
  margin-top: 42px;
}
.custom-slider-btn .red:hover {
  color: #fff;
}
.custom-slider-sin::before {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-slider .owl-item{
  display:table;
}
.custom-slider .owl-nav div {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  margin: -30px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 60px;
}
.custom-slider .owl-nav div:hover{
   background:rgba(255,255,255,.6);
   color:rgba(0,0,0,.6);
}
.custom-slider .owl-nav div.owl-prev {
  left: 0;
  right: auto;
}
.cre-pro-content > h3 {
  margin: 0;
}
.custom-slider-text {
  padding: 0;
}
.custom-slider .owl-dots {
  bottom: 18px;
}
.custom-slider .owl-dots .owl-dot {
  background: #fff none repeat scroll 0 0;
}
.animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;
  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}
.animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}
/* portfolio-carousel */
.creative-carousel .owl-nav div {
  position: unset;
}
.cre-pro-content.style-2 p a {
  color: #000;
}
.owl-carousel.creative-carousel.style-2 .owl-nav {
  bottom: -70px;
  direction: ltr;
  left: 0;
  position: absolute;
}
.owl-carousel.creative-carousel.style-2 .owl-nav div {
    display: inline-block;
    color: #999;
    font-size: 24px;
    padding:0 10px;
}
.cre-pro-img img {
 height:auto;
}
/*post slider*/
.post-slider .owl-nav div.owl-prev {
  left: 0;
  right: auto;
}
.post-slider .owl-nav div {
  color: rgba(255, 255, 255, 0.5);
  font-size: 36px;
  height: 60px;
  line-height: 70px;
  margin: -90px 0 0;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 0.4s ease 0s;
  width: 60px;
}
.post-slider .owl-nav div:hover {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  color: rgba(0, 0, 0, 0.6);
}
.post-carousel .owl-nav div {
  bottom: inherit;
  margin-top: -40px;
  right: -30px;
  top: 50%;
}
.post-carousel .owl-nav div.owl-prev {
  left: -30px;
  right: inherit;
}
.shadow {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}
.video-text > a {
  color: #fff;
  font-size: 40px;
}
.padding-tb-15{
    padding-top:15px;
    padding-bottom:15px
}

/*   Two Column Promo*/
.two-column-promo {
    margin-bottom: 112px;
}
.two-column-promo-container {
    z-index: 999;
}
.two-column-promo .sin-promo {
    padding: 0;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
}
.two-column-promo .sin-promo:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    z-index: 9;
}
.two-column-promo .sin-promo {
    position: relative;
}
.two-column-promo .sin-promo .promo-title {
    position: absolute;
    top: 44px;
}
.promo-title-left {
    left: 38px;
    right: 40px;
}
.promo-title-right {
    right: 38px;
    left: 40px;
    text-align: right;
}
.promo-title span {
    color: #fff;
    font-size: 51px;
    font-weight: bold;
    line-height: 49px;
}
.promo-border-top-bottom:after, 
.promo-border-top-bottom:before, 
.promo-border-left-right:before, 
.promo-border-left-right:after {
    background: #fff;
    position: absolute;
    z-index: 9999;
}
.promo-border-top-bottom:after {
    content: "";
    height: 7px;
    margin: 0 auto;
    right: 6%;
    top: 10.2%;
    width: 0;
}
.sin-promo:hover .promo-border-top-bottom:after {
    width: 48%
}
.promo-border-top-bottom:before {
    bottom: 21.9%;
    content: "";
    height: 7px;
    margin: 0 auto;
    right: 6%;
    width: 0;
}
.sin-promo:hover .promo-border-top-bottom:before {
    width: 87.3%;
}
.promo-border-left-right:before {
    bottom: 22%;
    content: "";
    height: 0;
    left: 6.7%;
    width: 7px;
}
.sin-promo-right .promo-border-left-right:before {
    left: inherit;
    right: 5.7%;
}
.sin-promo-right .promo-border-left-right:after {
    right: inherit;
    left: 6%;
}
.sin-promo-right .promo-border-top-bottom:after {
    right: inherit;
    left: 6%;
}
.sin-promo:hover .promo-border-left-right:before {
    height: 28%;
}
.promo-border-left-right:after {
    bottom: 22.1%;
    content: "";
    height: 0;
    right: 6%;
    width: 7px;
}
.sin-promo:hover .promo-border-left-right:after {
    height: 67%;
}
.sin-promo:hover img {
    filter: blur(2px);
}
.two-column-promo .sin-promo .image {
    display: block;
    position: relative;
}
.two-column-promo .sin-promo .image:before {
    display: block;
    position: relative;
}
.two-column-promo .sin-promo .links {
    bottom: 32px;
    position: absolute;
    left: 37px;
    z-index: 99;
}
.links a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-right: 15px;
}
.links a:hover {
    color: #f2f2f2;
}
.links > a::after {
    content: "|";
    position: absolute;
    right: -11px;
    top: -1px;
    color: #fff;
}
.links > a:last-child::after {
    display: none;
}
a, a::before, i, .icon, .icon::before, *::before, *::after, button, input, .search-form, img {
    transition: all 0.3s ease 0s;
}
/*-- 

Offers Area

--------------------------------------*/

.offers-area {

    margin-bottom: 112px;

}

.single-offer .offer-wrap {

    position: relative;

    -webkit-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    transition: all 0.5s ease 0s;

}

.single-offer:hover .offer-wrap {

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);

    -webkit-transform: translateY(-15px);

    -ms-transform: translateY(-15px);

    -o-transform: translateY(-15px);

    transform: translateY(-15px);

    z-index: 9;

}

.single-offer.offer-3 {

    margin-top: 30px;

}

.single-offer .offer-image {

    display: block;

}
.single-offer .offer-brief-1.ps-static {
    bottom: inherit;
    left: inherit;
    padding: 20px 25px;
    position: static;
}
/* Offer Brief 1 */

.single-offer .offer-brief-1 {

    position: absolute;

    left: 25px;

    bottom: 20px;

}

.single-offer .offer-brief-1 h1 {

    color: #fff;

    font-size: 36px;

    font-weight: bold;

    line-height: 36px;

    margin-bottom: 5px;

}

.single-offer .offer-brief-1 p {

    color: #ffffff;

    line-height: 20px;

}
/* =========================
26. footer-area
============================*/
.footer-area.footer-common {
	padding-top:80px;
}
.footer-common .footer-content {
  padding: 0 0 70px;
}
.plan-list ul, .plan-list ol{
    list-style: none;
}
