/*-------------------------------------------------------------------
    Main Style Stylesheet
    Project:        ZAP | The Multi-Purpose HTML5 Template
    Version:        4.0
    Author:         M_Adnan
    Last change:    26/12/2017
    Primary use:    Creative, Coporate, Business, Portfolio, Personal
---------------------------------------------------------------------*/

/*-------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
---------------------------------------------------------------------*/
/*=======================================================
      IMPORT FILE
========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&display=swap');
@import url("../fonts/montserrat-fonts.css");
@import url("animate.css");

/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	position: relative;
	background: #fff;
	font-family: 'Open Sans', sans-serif;/*'Montserrat'*/	
	font-weight: normal;
	font-size: 14px;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	color: #141414;	
	font-family: 'Montserrat', sans-serif;/*'Open Sans'*/
	font-weight: normal;	
  /*letter-spacing: 1.5px;
	font-weight: bold;*/
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 36px;
	font-weight: bold;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
	font-weight: 600; /*font-weight: bold;*/
}
p {
	color: #6f6f6f;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px; /*30px*/
	text-rendering: optimizeLegibility;
}
a {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none !important;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;	
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
img {
	display: inline-block !important;
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	    -ms-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	color: #141414;
	text-decoration: none;	
}
p.intro-small {
	color: #f5f5f5;
	font-style: italic;
	width: 80%;
	margin: 0 auto;
}
.font-montserrat {
	font-family: 'Montserrat', sans-serif;
}
.font-crimson {
	font-family: 'Crimson Text', serif;
}
.font-hair-line {
	font-family: 'montserrathairline';
}
.font-light {
	font-family: 'montserratlight';
}
.font-regular {
	font-family: 'montserratregular';
}
.font-extra-bold {
	font-family: 'montserratbold';
}
.text-transform-none {
	text-transform: none !important;
}
.text-white {
	color: #fff !important;
}
.text-bold {
	font-weight: bold !important;
}
.text-normal {
	font-weight: normal !important;
}
.font-12px {
	font-size: 12px !important;
}
.font-14px {
	font-size: 14px !important;
}
.font-16px {
	font-size: 16px !important;
}
.font-18px {
	font-size: 18px !important;
}
.font-20px {
	font-size: 20px !important;
}
.font-bold {
	font-weight: bold !important;
}
.font-normal {
	font-weight: 600 !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic !important;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #7f2bcb;
}
.text-color-primary {
	color: #41669d;
}
.text-color-primary2 {
	color: #6f6f6f;
}
.primary-color {
	color: #7f2bcb !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;/**/
}
.position-center-center {
	position: absolute;	
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.dark-pattern {
	background: url(../images/portfolio/2/bg-parallax-1.png) repeat;
}
.gray-bg {
	background: #eeeeee;/*#f5f5f5*/
}
.white-bg {
	background: #fff;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.dark-text p {
	color: #141414;
}
#cd-menu-trigger.dark span {
	background: #171717;
}
#cd-menu-trigger.dark.is-clicked .cd-menu-icon::before {
	background: #171717;
}
#cd-menu-trigger.dark.is-clicked .cd-menu-icon::after {
	background: #171717;
}
.is-sticky .sticky.dark-header {
	background: #202020;
}
.phil h4 {
	font-weight: 600; /*font-weight: bold;*/
}
.page-404 p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 30px;	
}
/*=======================================================
			ICONS 
========================================================*/
.icon-box .ib-icon {
	display: inline-block;
	position: relative;	
	background-color: transparent;
	font-size: 26px;
	float: left;
	height: 5rem;
	line-height: 4.85714rem;
	width: 5rem;
	margin-right: 2.14286rem;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.icon-box .ib-icon i {
	color: #141414;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.icon-box .ib-info {
	padding-left: 5rem;
	text-align: left;
}
.icon-box.ib-left:before, .icon-box.ib-left:after {
	content: " ";
	display: table;
}
.icon-box.ib-left:after {
	clear: both;
}
.icon-box.ib-left .ib-icon {
	float: left;
	margin-left: 0;
	margin-right: 2.14286rem;
}
.icon-box.ib-left .ib-info {
	padding-right: 0 !important;
	padding-left: 5rem !important;
	text-align: left;
}
.icon-box.ib-right:before, .icon-box.ib-right:after {
	content: " ";
	display: table;
}
.icon-box.ib-right:after {
	clear: both;
}
.icon-box.ib-right .ib-icon {
	float: right;
	margin-left: 2.14286rem;
	margin-right: 0;
}
.icon-box.ib-right .ib-info {
	padding-left: 0 !important;
	padding-right: 5rem !important;
	text-align: right;
}
.icon-box.ib-center .ib-icon, .icon-box.ib-center .ib-info {
	display: block;
	float: none;
	width: 100%;	
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
.icon-box.ib-center .ib-icon {
	margin-bottom: 2.14286rem;
}
.icon-box.ib-text-alt p {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
  /*font-style: italic;*/
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.contact .ib-info.text-dark p {
	color: #141414;
}
.contact .ib-info.text-dark a {
	color: #141414 !important;
}
.contact .ib-info.text-dark a:hover {
	color: #141414; 
	opacity: 0.5;
}
.icon-box.ib-circle .ib-icon {
	border-radius: 50%;
}
.icon-box.ib-radius .ib-icon {
	border-radius: 4px;
}
.icon-box.ib-bordered .ib-icon {
	border: 2px solid;
}
.icon-box.ib-bordered.ib-bordered-thin .ib-icon {
	border-width: 1px;
}
.icon-box.ib-bordered.ib-bordered-light .ib-icon {
	border-color: #d9d9d9;
}
.icon-box.ib-bordered.ib-bordered-white .ib-icon {
	border-color: #ededed;
}
.icon-box.ib-bordered.ib-bordered-black .ib-icon {
	border-color: #141414;
}
.icon-box.ib-small .ib-icon {
	height: 69px;
	width: 69px;	
	line-height: 67px;
	font-size: 30px;
}
.icon-box.ib-medium .ib-icon {
	height: 104px;
	width: 104px;	
	line-height: 104px;
}
.icon-box.ib-large .ib-icon {
	height: 110px;
	width: 110px;	
	line-height: 110px;
}
.icon-box.i-small .ib-icon {
	font-size: 1rem;
}
.icon-box.i-medium .ib-icon {
	font-size: 2rem;
}
.icon-box.i-large .ib-icon {
	font-size: 30px;
}
.icon-box.i-xlarge .ib-icon {
	font-size: 4rem;
}
.icon-box.i-left .ib-icon:before, .icon-box.i-left .ib-icon:after {
	content: " ";
	display: table;
}
.icon-box.i-left .ib-icon:after {
	clear: both;
}
.icon-box.i-left .ib-icon i {
	float: left;
}
.icon-box.i-right .ib-icon:before, .icon-box.i-right .ib-icon:after {
	content: " ";
	display: table;
}
.icon-box.i-right .ib-icon:after {
	clear: both;
}
.icon-box.i-right .ib-icon i {
	float: right;
}
.icon-box.i-top .ib-icon {
	line-height: 1;
}
.icon-box.ib-style-1 {
	display: table;
  /*width: 100%;*/
}
.icon-box.ib-style-1 a {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.icon-box.ib-style-1 .ib-icon {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
.icon-box.ib-style-1 .ib-info {
	display: table-cell;
	float: none;
	min-width: 75%;
	vertical-align: middle;
	padding-left: 0;
}
.icon-box.ib-style-1 .ib-info h4:only-child {
	margin-bottom: 0;
}
.icon-box.ib-style-2 .ib-info {
	padding-left: 7.14286rem;
}
.icon-box.ib-style-3 .ib-info {
	padding-left: 10rem;
}
.icon-box.ib-style-4 .ib-icon {
	position: relative;
	height: 80px;
	width: 80px;
	margin-bottom: 40px;	
	line-height: 80px;
}
.icon-box.ib-style-4 .ib-icon:after {
	position: absolute;
	background-color: #d9d9d9;
	content: '';
	height: 21px;
	width: 1px;	
	left: 50%;
	-webkit-transform: translate(50%, 50%);
	   -moz-transform: translate(50%, 50%);
	    -ms-transform: translate(50%, 50%);
	     -o-transform: translate(50%, 50%);
	        transform: translate(50%, 50%);
	top: 100%;
}
.icon-box.ib-style-4 .ib-info h4 {
	font-size: 14px;
	margin-top: 20px !important;
}
.icon-box.ib-style-5 {
	display: block;
	position: relative;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	margin-top: 4.28571rem;
	padding: 5.35714rem 1.07143rem 1.78571rem;
}
.icon-box.ib-style-5 .ib-icon {
	position: absolute;
	background-color: #fff;
	left: 50%;
	margin: 0;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.icon-box.ib-style-5 .ib-info a {
	display: inline-block;
	width: 100%;	
	color: inherit;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.icon-box.ib-style-5 .ib-info a:hover, .icon-box.ib-style-5 .ib-info a:active, .icon-box.ib-style-5 .ib-info a.active, .icon-box.ib-style-5 .ib-info a:focus {
	color: #7f2bcb;
}
.icon-box.ib-black .ib-icon {
	background-color: #141414 !important;
	border-color: #141414 !important;
	color: #FFFFFF !important;
}
.icon-box.ib-black .ib-icon i {
	color: inherit;
}
.icon-box.ib-white .ib-icon {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	color: #141414 !important;
}
.icon-box.ib-white .ib-icon i {
	color: inherit;
}
.icon-box.ib-gray .ib-icon {
	background-color: #ececec;
	border-color: #ececec;
	color: #909090;
}
.icon-box.ib-gray .ib-icon i {
	color: inherit;
}
.iconlist {
	list-style-type: none;
	margin-left: 2.85714rem;
}
.iconlist li {
	position: relative;
	padding-bottom: 1.07143rem;
	padding-top: 1.07143rem;
}
.iconlist li ul, .iconlist li ol {
	margin-left: 2.85714rem;
	margin-bottom: 0;
	list-style: none;
}
.iconlist li > i, .iconlist li:before {
	position: absolute;	
	color: #141414;
	font-size: 75%;
	font-style: normal;
	height: 1.42857rem;
	width: 1.42857rem;	
	left: -2.85714rem;
	line-height: 1.42857rem;
	text-align: center;
	top: 1.07143rem;
}
.iconlist.il-left {
	margin-left: 2.85714rem !important;
	margin-right: 0 !important;
}
.iconlist.il-left li ul, .iconlist.il-left li ol {
	margin-left: 2.85714rem;
}
.iconlist.il-left li > i, .iconlist.il-left li:before {
	left: -2.85714rem !important;
	right: auto;
}
.iconlist.il-right {
	margin-left: 0 !important;
	margin-right: 2.85714rem !important;
}
.iconlist.il-right li ul, .iconlist.il-right li ol {
	margin-left: 2.85714rem;
}
.iconlist.il-right li > i, .iconlist.il-right li:before {
	left: auto;
	right: -2.85714rem !important;
}
.iconlist.il-heading li {
	color: #141414;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.iconlist.il-ordered {
	counter-reset: ordered-counter;
}
.iconlist.il-ordered li:before {
	content: counter(ordered-counter, decimal);
	counter-increment: ordered-counter;
}
.iconlist.i-primary li > i, .iconlist.i-primary li:before {
	color: #7f2bcb;
}
.iconlist.i-fill-primary li > i, .iconlist.i-fill-primary li:before {
	background-color: #7f2bcb;
	color: #FFFFFF;
}
.iconlist.i-fill-gray li > i, .iconlist.i-fill-gray li:before {
	background-color: #909090;
	color: #FFFFFF;
}
.iconlist.i-circle li > i, .iconlist.i-circle li:before {
	border-radius: 50%;
}
.iconlist.i-radius li > i, .iconlist.i-radius li:before {
	border-radius: 4px;
}
.iconlist.i-bordered li > i, .iconlist.i-bordered li:before {
	border: 1px solid #d9d9d9;
}
.iconlist.i-small li > i, .iconlist.i-small li:before {
	font-size: 0.85714rem;
	margin-top: -0.2381rem;
}
.iconlist.i-medium {
	margin-left: 3.21429rem;
}
.iconlist.i-medium li > i, .iconlist.i-medium li:before {
	font-size: 1rem;
	height: 1.78571rem;
	width: 1.78571rem;	
	line-height: 1.71429rem;
	margin-top: -0.30612rem;
}
.iconlist.i-large {
	margin-left: 3.57143rem;
}
.iconlist.i-large li > i, .iconlist.i-large li:before {
	font-size: 1.42857rem;
	height: 2.14286rem;
	width: 2.14286rem;	
	line-height: 1.92857rem;
	top: 0.53571rem;
}
.icon-box p {
	font-size: 12px;
	line-height: 24px;
}
.icon-box .h6 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 18px 0px;	
	margin-top: 0px;
}
.ib-style-3 .h6 {
	font-size: 14px;
}
.text-primary {
	color: #7f2bcb !important;
}
/*=======================================================
      ICON STYLE
========================================================*/
.icon-style .icon {
	display: inline-block;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	line-height: 68px;
	border: 1px solid #7f2bcb;
	color: #3c3c3c;
	font-size: 25px;
	margin-right: 15px;
	text-align: center;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.icon-style .icon-large {
	height: 103px;
	width: 103px;
	font-size: 40px;
	border-color: #dddddd;
	line-height: 105px;
	margin-bottom: 0px;
	margin: 0px;
}
.icon-style .icon-med {
	height: 98px;
	width: 98px;
	line-height: 98px;
	font-size: 30px;
}
.icon-style .icon-small {
	height: 40px;
	width: 40px;
	border-color: #7f2bcb;
	color: #fff;
	line-height: 40px;
	background: #7f2bcb;
	font-size: 14px;
}
.icon-style article {
	margin-bottom: 40px;
}
.icon-style article:hover .icon {
	background: #7f2bcb;
	color: #fff;
	border-color: #7f2bcb;
}
.icon-style article:hover .icon-small {
	background: none;
	color: #7f2bcb;
}
.icon-style.icon-center .icon {
	margin-right: 0px;
}
.icon-style h5 {
	font-size: 18px;
	margin: 0px;
	letter-spacing: 0px;
	font-weight: 600;
}
.icon-style p {
	line-height: 30px;
}
.icon-style h4 {
	font-family: 'Crimson Text', serif;
	font-style: italic;	
	font-weight: 500;
	letter-spacing: 0px;
	margin-top: 20px;
}
.icon-fill .icon-large {
	background: #7f2bcb;
	color: #fff;
	border-color: #7f2bcb;
	margin-bottom: 30px;
	font-size: 35px;
}
.icon-fill h5 {
	margin-bottom: 10px;
}
.icon-fill article:hover .icon-large {
	background: #fff;
	color: #7f2bcb;
}
.best-sol p {
	line-height: 24px;
}
.best-sol h4 {
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
.best-sol .icon-style article {
	margin-bottom: 20px;
}
hr.small {
	height: 1px;
	width: 20px;
	margin: 15px 0;
	margin-bottom: 10px;
	background: #535353;
	border: none;
}
hr.center {
	margin: 15px auto;
}
.icon-color ul .icon {
	color: #fff;
}
.icon-color ul li h5 {
	margin-bottom: 10px;
}
.icon-color ul li:nth-child(1) .icon {
	background: #ea6a6a;
	border-color: #ea6a6a;
}
.icon-color ul li:nth-child(2) .icon {
	background: #67bbb4;
	border-color: #67bbb4;
}
.icon-color ul li:nth-child(3) .icon {
	background: #e8852d;
	border-color: #e8852d;
}
.icon-color ul li:nth-child(4) .icon {
	background: #ce5281;
	border-color: #ce5281;
}
.icon-color ul li:nth-child(5) .icon {
	background: #ce5281;
	border-color: #ce5281;
}
/*=======================================================
      ABERTURA_HOME
========================================================*/
 @media(max-width:800px) {
    .text_pt3 { font-size: 18px !important; line-height: 42px !important; margin-top: 20px !important;}
    .enter { font-size: 20px !important; line-height: 37px !important; margin-top: 60px !important;}
}

 @media only screen and (max-width:570px) {
    .balloon { top: 225.338px !important;}	
    .tp-caption img { width: 237.8px !important; height: 112.908px !important;}	
    .text_b { font-size: 25px !important; top: 249.517px !important; left: 15px !important;}
    .text_b2 { font-size: 12px !important; top: 278.15px !important; left: 15px !important;}
    .text_pt1 { }
    .text_pt2 { }
    .text_pt3 { font-size: 18px !important; line-height: 42px !important; margin-top: 20px !important;}
    .enter { font-size: 20px !important; line-height: 37px !important; margin-top: 60px !important;}
}

 @media only screen and (max-width:320px) {
    .balloon { top: 225.338px !important;}	
    .tp-caption img { width: 227.8px !important; height: 102.908px !important;}	
    .text_b { font-size: 25px !important; top: 249.517px !important; left: 15px !important;}
    .text_b2 { font-size: 12px !important; top: 278.15px !important; left: 15px !important;}
    .text_pt3 { font-size: 16px !important; line-height: 42px !important; margin-top: 20px !important;}
    .enter { font-size: 18px !important; line-height: 37px !important; margin-top: 60px !important;}
}
/*=======================================================
      PATTERN
========================================================*/
.pattern {
    position: relative;
    margin: -1px 0 0;
    background: url("../img/clean_textile.png") repeat scroll 0 0 rgba(255, 255, 255, 255);
    background-repeat: repeat;
	z-index: 0;
}

.pattern2 {
    position: relative;
    margin: -1px 0 0;
    background: url("../img/navy_blue.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-repeat: repeat;
	z-index: 0;
}

.pattern3 {
    position: relative;
    margin: -1px 0 0;
    background: url("../img/gray_textile.png") repeat scroll 0 0 rgba(255, 255, 255, 255);
    background-repeat: repeat;
	z-index: 0;
}
/*=======================================================
      ROSETA
========================================================*/
    .roseta {                                                       
		position: absolute;
	    right: 0;
		margin-left: 0;
		margin-top: -60px;
	    width: 235px; 
	    height: 338px;
		background: url(../img/roseta/roseta.png) no-repeat;
		z-index: 5;
	 }
 @media only screen and (max-width: 1600px) {
    .roseta {                                                       
		position: absolute;
	    right: 0;
		margin-left: 0;
		margin-top: -50px;
	    width: 210px; 
	    height: 302px;
		background: url(../img/roseta/roseta2.png) no-repeat;
		z-index: 5;		
	 }	
	}	
 @media only screen and (max-width: 1440px) {
    .roseta {                                                       
		position: absolute;
		z-index: 5;
	    right: 0;
		margin-left: 0;
		margin-top: 300px;
	    width: 135px; 
	    height: 194px;
		background: url(../img/roseta/roseta3.png) no-repeat;	
	 }	
	}
 @media only screen and (max-width: 1199px) {
    .roseta {                                                       
		position: absolute;
	    right: 0;
		margin-left: 0;
		margin-top: 350px;
	    width: 135px; 
	    height: 194px;
		background: url(../img/roseta/roseta3.png) no-repeat;
		z-index: 5;		
	 }	
	}
 @media only screen and (max-width: 991px) {
    .roseta {                                                       
		position: absolute;
	    right: 0;
		margin-left: 0;
		margin-top: -60px;
	    width: 135px; 
	    height: 194px;
		background: url(../img/roseta/roseta3.png) no-repeat;
		z-index: 5;		
	 }	
	}
 @media only screen and (max-width: 599px) {
    .roseta { display: none; }	
	}
/*=======================================================
      DIVIDERS
========================================================*/
.divider {
	position: relative;
	color: #eeb013;/*#e5e5e5*/
	width: 100%;
	margin: 1.07143rem 0;
	text-align: left;
	margin-top: 20px;
	overflow: hidden;
}
.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
    content: '';	
	position: absolute;
  /*border-top: 1px solid rgba(20, 20, 20, 0.2);*/
	width: 100%;
	height: 0;
	left: 30px;
	top: 49%;
}
.divider.divider-very-short:after, .divider.divider-very-short:before {
	width: 5rem !important;
}
.divider.divider-right {
	text-align: right;
}
.divider.divider-right:after {
	left: auto;
	right: 30px;
}
.divider.divider-short:after {
	width: 30%;
}
.divider.divider-center {
	text-align: center;
}
.divider.divider-center:before {
	left: -50% !important;
	margin-left: -20px;
	right: 0;
}
.divider.divider-center:after {
	left: 50% !important;
	margin-left: 20px;
	right: 0;
}
.divider.divider-center.divider-short:before {
	left: auto !important;
	margin-right: 30px;
	right: 50%;
	width: 8%;
}
.divider.divider-center.divider-short:after {
	left: 50% !important;
	margin-left: 30px;
	right: auto !important;
	width: 8%;
}
.divider .i-div {
	display: inline-block !important;	
	position: relative;
	font-size: 18px;
  /*width: 18px;
	height: 18px;*/
	line-height: 1;
	text-align: center;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden;	
}
.container_news {
    margin: auto;
	margin-top: 50px;
    max-width: 600px;/*1060px*/
}
.marquee {
  /*width: 300px;*/
	font-size: 18px;
  /*border: 8px solid #3c3c3c;
    background: #3c3c3c;*/
	color: #141414;/*#fff*/	
    overflow: hidden;	
}
.js-marquee {
    margin-right: 0px;
	float: left;
}

	/* EOS */
  @-webkit-keyframes marqueeAnimation-3911805  { 100%  {margin-left:-596.891px}}

/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;	
}
.heading-block h1 {
	text-transform: none;
	font-size: 60px;
    font-weight: 300;/*500*/	
}
/*.heading-block h1 small {
	display: inline-block;
	width: 100%;
	color: #3c3c3c;
	font-size: 26px;
	font-weight: 300;
	text-transform: none;
}*/
.heading-block h2 {
	color: #3c3c3c; /*#6f6f6f*/	
	font-size: 48px; /*36px*/
	font-weight: 400; /*500 bold*/
	text-transform: uppercase;
    margin: 0px;
}
.heading-block h2 small {
	display: inline-block;
	width: 100%;
	color: #3c3c3c;
	font-size: 26px;	
	font-weight: 300;
	text-transform: none;
}
.heading-block span {
	display: inline-block;	
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	color: #6f6f6f;
    margin-top: 5px;
  /*margin-top: 30px;
    margin-bottom: 35px;*/
  /*width: 100%;*/
}
.heading-block h2 span {
	display: inline;	
	width: 100%;
	color: #6f6f6f;	
	font-family: 'Crimson Text', serif;
	font-size: 36px;
	font-weight: 400;
}
.heading-block h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;/*30px*/	
	font-weight: bold;/*normal*/
	letter-spacing: 3px;
	text-transform: uppercase;	
}
/*.heading-block .intro-small {
	width: 85%;
	margin: 0 auto;
}
.heading-block hr.main {
	height: 2px;
	width: 25px;
	background: #444444;
	border: none;
	margin: 30px auto;
}*/
.heading-block hr.color {
	background: #7f2bcb;
	border: none;
	height: 2px;
	width: 53px;	
	margin: 20px auto;
	margin-bottom: 10px;
}
.heading-block.light span {
	color: #fff;
}
.heading-block.light h2 {
	color: #fff;
}
.heading-block.light h3 {
	color: #fff;
}
.heading-block.light p {
	color: #fff;
}
/*.heading-block.light hr.main {
	background: #fff;
}*/
.heading-block.style-2 h2 {
	font-size: 48px;
	font-weight: normal;
}
.heading-block.style-3 h2 {
	color: #141414;	
	font-size: 48px;
	letter-spacing: 0.5px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.heading-block.style-3 h3 {
	color: #141414;
	font-size: 40px;
	letter-spacing: -2px;
	text-transform: none;
}
.heading-block.style-3 p {
	width: 75%;	
	font-size: 13px;
	line-height: 30px;
	margin: 0 auto;
}
.heading-block.style-6 p {
	width: 80%;	
	font-size: 18px;
	line-height: 30px;
	margin: 0 auto;
}
.heading-block.style-3 hr {
	height: 4px;
	width: 50px;
}
.heading-block.style-4 {
	width: 68%;
	margin: 0 auto;
	display: block;
}
.heading-block.style-6 span {
	width: 68%;
	margin: 0 auto;
	display: block;
}
.heading-block.style-4 h2 {
	color: #141414;	
 /* font-family: 'Crimson Text', serif;
    font-weight: bold; 
    font-weight: 600; */
    font-family: 'Bilbo Swash Caps', cursive;	
	font-style: italic; 
	text-transform: none;
	font-size: 60px;
	letter-spacing: -2px;
	margin-top: 0px;
}
.heading-block.style-4 h4 {
	color: #141414;
	font-family: 'Crimson Text', serif;	
	font-size: 48px;	
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	margin-top: 0px;
}
.heading-block.style-4 h3 {
	color: #141414;	
	font-family: 'Crimson Text', serif;	
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	font-size: 36px;
	letter-spacing: -2px;
	margin-top: 0px;
}
.heading-block.style-4 span {
	font-size: 20px;
}
.heading-block.style-4 hr {
}
.heading-block.style-5 h4 {
	letter-spacing: 3px;
}
.heading-block.style-5 p {
	width: 65%;
	font-family: 'Crimson Text', serif;
	font-size: 18px;	
	margin: 0 auto;
	font-weight: 400;
}
.heading-block.style-6 span {
	font-size: 16px;
}
.heading-block.style-6 h4 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}
.heading-block h2.border {
	display: inline-block;	
	letter-spacing: 1px;
	padding: 15px 60px;
	border: 2px solid #ececec;
	margin-top: 0px;
}
/*.heading-parallax h1 {
	font-size: 60px;
}*/
.heading-border h2 {
	display: inline-block;
	font-size: 40px;	
	border: 4px solid #fff;
}
.heading-border h3 {
	display: inline-block;	
	font-size: 30px;
	border: 2px solid rgba(255,255,255,0.5);
}
.link-round {
	margin-top: 30px; /*50px*/
}
.link-round a {
	margin-right: 30px;
}
.link-round i {
	display: inline-block;	
	height: 45px;
	width: 45px;
	margin-right: 10px;
	text-align: center;
	border-radius: 50%;
	line-height: 43px;
	color: #676767;
  /*border: 1px solid #ebebeb;*/
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	    -ms-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
}
.link-round a:hover i {
	background: #909090;
	border-color: #909090;
	color: #fff;
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
	display: inline-block;		
	position: relative;
	background: #7f2bcb;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 50px;/*15px 40px*/
	font-weight: 600 !important;/*normal !important*/
	border-radius: 0px;
	letter-spacing: 1px;
	color: #909090;/*#141414*/
  /*border: none !important;*/	
	overflow: hidden;
	z-index: 1;
}
/*.btn:hover {
	color: #fff;
}
.btn:before {
	position: absolute;
	width: 0%;
	left: 0px;
	height: 100%;
	content: "";
	top: 0px;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
	    -ms-transition: 0.4s ease-in-out;
	     -o-transition: 0.4s ease-in-out;
	        transition: 0.4s ease-in-out;
}
.btn:hover:before {
	width: 100%;
	background: #3c3c3c;
}*/
.btn.btn-small {
	padding: 10px 30px;
}
.btn.btn-med {
	padding: 15px 60px;
}
.btn.btn-large {
	padding: 20px 60px;
	font-size: 14px;
}
.btn.btn-x-large {
	padding: 20px 60px;
	font-size: 14px;
}
.btn.btn-color {
	color: #fff;	
	background: #7f2bcb;
}
.btn.btn-color:hover {
	color: #fff;	
	background: #9d9d9d;/*#141414*/
}
.btn.gray-border {
	color: #fff;	
	background: #7f2bcb;/*none*/
    border: 2px solid rgba(255,255,255,.0);/*#ececec*/
}
.btn.gray-border:hover {
	color: #7f2bcb;	
	background: #ececec;	
}
.btn.dark-border {
	background: none;
	border: 1px solid #141414;
}
.btn.dark-border:hover {
	color: #fff;	
	background: #909090;/*#141414*/
}
.btn.gary {
	color: #fff;	
	background: #909090;
}
.btn.gary:hover {
	background: #6d6d6d;
}
.btn.dark {
	color: #fff;	
	background: #909090;/*#141414*/
	border: 2px solid #141414;
}
.btn.dark:hover {
	color: #141414;	
	background: none;
	border: 2px solid #141414;
}
.btn.radius {
	border-radius: 4px;
}
.btn-icon {
	position: relative;	
	display: inline-block;	
	font-size: 18px;
	padding: 0px;
	height: 60px;
	overflow: hidden;
	line-height: 58px;
	padding-left: 25px;
}
.btn-icon i {
	background: rgba(0,0,0,0.1);
	float: right;
	height: 60px;
	line-height: 58px;
	margin-left: 25px;
	padding: 0 15px;
}
.btn-icon.dark i {
	background: none;
}
.btn.blue {
	background: #6b97c5;
}
.btn.orange {
	background: #e86211;
}
.btn.light-green {
	background: #42d4c8;
}
.btn.blue-2 {
	background: #2ba4c7;
}
.btn.green {
	background: #8da263;
}
.btn.light-purple {
	background: #ad8bbf;
}
.btn.purple {
	background: #cb457b;
}
.btn.pink-dark {
	background: #e14260;
}
.btn.btn-white {
	background: #fff;
	padding: 15px 40px;
	color: #333 !important;
	border: 2px solid #fff;
	margin: 0 15px;
}
.btn.btn-white:hover {
	background: none;
	color: #fff !important;
}
.btn.btn-white.btn-1 {
	background: none;
	color: #fff !important;
	border: 2px solid #fff;	
}
.btn.btn-white.btn-1:hover {
	background: #fff;
	color: #333 !important;
}
.right {
	float: right;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
	background: #ececec;
	height: 43px;
}
.top-bar p {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 43px;
    font-weight: 600;
	margin: 0px;
}
.top-bar ul li {
	display: inline-block;
}
.top-bar .social-top a {
	line-height: 43px;
	color: #909090;
	font-size: 11px;
	margin: 0 5px;
}
/*=======================================================
      HEADER
========================================================*/
header {
	display: inline-block;
	position: absolute;
	width: 100%;
	z-index: 999;
  /*padding: 0px;
	padding-top: 10px;
    background: rgba(0,0,0,0.2);*/		
	margin-top: 40px;/*80px*/
}
header .logo {
	position: absolute;
	float: left;	
	text-align: left;
	margin-top: 5px;/*10px*/
	z-index: 9999;	
}
header nav {
	display: inline-block;	
	position: relative;	
	width: 100%;
	float: right;
	min-height: 50px;
	text-align: right;
	z-index: 999;	
}
header nav li a {
	position: relative;	
	padding: 16px 0px;/*18px 0px*/
	padding-bottom: 24px;/*25px*/
	margin: 0;
    margin-top: 1px;/**/
	border-color: transparent;/**/
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	float: left;
	font-size: 13px;
	font-weight: 600;/*500*/
  /*border-bottom: 2px solid #fff;*/
}
header.dark-text nav .ownmenu li a {
	color: #141414;
}
header.dark-text nav .ownmenu li.active a {
	color: #7f2bcb;
}
header nav .ownmenu li {
	padding: 0 15px;
}
header nav li a:hover {
	color: #fff;
}
header nav li.active a {
	color: #fff;
    border-bottom: 0px solid #7f2bcb;/*2px*/
	border-color: transparent;/**/
}
header nav li.active a:after {
	width: 100%;
}
header nav li a:hover:after {
	width: 100%;
}
header nav li a:after {
	display: block;	
	position: absolute;	
	left: 0;
	bottom: 0px;/*-2px*/
	width: 0;
	height: 3px;/*4px*/
	background-color: #7f2bcb;
	content: "";
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
header .ownmenu li.active .dropdown a:after {
	opacity: 0;
}
header .ownmenu li.active .dropdown a:hover:after {
	opacity: 1;
}
header nav li .dropdown a:after {
	height: 1px;
	bottom: -1px;
}
header .ownmenu li .dropdown a:hover:after {
}
header nav li .megamenu a:after {
	height: 1px;
	bottom: -1px;
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #141414;
	padding: 20px 35px;/*15px 0px*/
  /*padding-top: 10px;*/
}
header .ownmenu ul.dropdown li a {
	display: inline-block;	
	width: 100%;	
	border: none !important;
	line-height: 20px;
	background: none;
	color: #909090 !important;
	font-size: 12px;
	font-weight: 600;/*normal*/
	text-transform: uppercase;/*none*/	
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 7px 0px;
}
header .ownmenu ul.dropdown li a:hover {
	color: #7f2bcb !important;
	background: none;
}
header .ownmenu li > .megamenu li a:hover {
	color: #7f2bcb !important;
}
header .ownmenu li > .megamenu li a {
	display: inline-block;
	width: 100%;	
	border: none !important;
	line-height: 40px;
	background: none;
	color: #6f6f6f !important;
	font-size: 12px;
	font-weight: 600;/*normal*/
	text-transform: uppercase;	
	letter-spacing: 0px;
	padding-right: 0px;
	text-align: left;
	padding: 0px;
}
header .ownmenu .megamenu hr {
	display: inline-block;	
	width: 23px;
	height: 3px;
	background: #7f2bcb;
	margin: 15px 0px;
	border: none;
}
header ul.dropdown {
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header .ownmenu .megamenu h6 {
	color: #fff;
	font-size: 12px;
	font-weight: 600;/*normal*/
	text-transform: uppercase;
	margin-top: 0px;
}
header .ownmenu .megamenu img {
	width: auto;
	margin-top: -1px;
}
header .ownmenu > li > .megamenu.full-width {
	background: #141414;
	padding: 50px;
	padding-bottom: 40px;
}
header .ownmenu > li > .megamenu.full-width li {
	text-align: left;
}
header nav .ownmenu .indicator {
	display: none;	
	margin-left: 5px;
}
header .language {
	float: left;
}
header .language a {
	display: inline-block;	
	font-size: 10px;
	color: #ffffff;
	margin-right: 10px;
}
.home-6-style header .language a {
	color: #fff;
}
header .language a:hover {
	color: #af5875;
}
header .language a.active {
	color: #af5875;
}
header .bootstrap-select.btn-group .btn .filter-option {
	font-size: 10px;
}
.header-dark {
}
header.header-dark nav li a {
	color: #272727;
}
header.header-dark .top-links li a {
	color: #898989;
}
header.header-dark .top-links li {
	color: #898989;
}
header .language a {
	color: #fff;
}
header .search-nav {
	float: right !important;
	font-family: 'Montserrat', sans-serif;
}
header .search-nav ul.dropdown {
	padding: 20px;
}
header .search-nav ul.dropdown {
	padding: 30px !important;
	width: 100% !important;
}
header .search-nav input {
	width: 100%;
	background: rgba(255,255,255,0.1);
	border: none;
	box-shadow: none;
	border-radius: 0px;
	height: 50px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	border: 1px solid;
	border-color: transparent;
}
.search-nav :-moz-placeholder { /* Firefox 18- */
 color: #e4e4e4;
}
.search-nav ::-moz-placeholder {  /* Firefox 19+ */
 color: #e4e4e4;
}
.search-nav :-ms-input-placeholder {
 color: #e4e4e4;
}
.search-nav ::-webkit-input-placeholder {
 color: #e4e4e4;
}
header input:focus, textarea:focus, keygen:focus, select:focus {
	outline: none !important;
	border: 1px solid #7f2bcb !important;
}
header .search-nav .btn {
	margin-top: 0px;
	border-right: 1px solid #272727;
	color: #272727;
}
header .search-nav .bootstrap-select.btn-group .dropdown-menu li a {
	padding: 2px 10px;
	font-size: 10px !important;
}
header .search-nav button {
	border: none;
	color: #fff;
	background: #7f2bcb;
	height: 50px;
	float: right;
	right: 0px;
	padding: 0 40px;
	margin-top: -50px;
}
header .search-nav .ownmenu ul.dropdown li a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li>a:hover {
	background: #af5875 !important;
	color: #fff !important;
}
header .search-nav .bootstrap-select .dropdown-menu>li.selected a {
	color: #fff !important;
}
header .ownmenu > li.search-nav i {
	margin: 0px;
	height: 32px;
	width: 32px;
	color: #fff;
	background: #141414;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	padding-top: 5px;
	padding-left: 2px;
	border-radius: 50%;
}
header nav .ownmenu li.search-nav .row {
	margin: 0px;
}
header nav .ownmenu li.search-nav {
	padding: 0px;
	margin: 0 5px;
}
header nav .ownmenu li.search-nav a {
	border: none !important;
	padding: 5px 0 !important;
	margin-top: 5px;
}
header nav .ownmenu li.search-nav ul.dropdown {
	border: 2px solid rgba(255,255,255,0.2);
}
header nav .ownmenu .cart-img {
	display: inline-block;	
	width: 80px;
	margin-right: 20px;
}
header nav .ownmenu .cart-img img {
	width: 100%;
}
header nav .ownmenu .cart-img a {
	padding: 0px;
}
header .ownmenu > li.shop-cart {
	padding: 0px;
	margin-left: 15px;
}
header .ownmenu > li.shop-cart a {
	border: none !important;
	padding: 5px 0 !important;
	margin-top: 5px;
}
header .ownmenu > li.shop-cart i {
	height: 32px;
	width: 32px;	
	margin: 0px;	
	color: #fff;
	background: #141414;
	font-size: 12px;	
	text-align: center;
	line-height: 32px;
	padding-top: 5px;
	padding-left: 2px;
	border-radius: 50%;
}
header .shop-cart {
	position: relative;
}
header .shop-cart .numb {
	position: absolute;	
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: #7f2bcb;
	font-size: 10px;
	color: #fff;
	top: 0px;
	padding: 0px;
	margin: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
	line-height: 15px;
  /*padding-left: 3px;*/
	padding-top: 1px;
	z-index: 99;
}
header .shop-cart {
	float: right !important;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}
header .shop-cart span {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	font-size: 12px;
	color: #858585;
}
header .shop-cart span.price {
	color: #af5875;
}
header .shop-cart li {
	display: inline-block;
	width: 100%;	
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 15px !important;
	margin-bottom: 15px;
}
header .shop-cart h6 {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
header .shop-cart ul.dropdown {
	padding: 20px !important;
	width: 360px !important;
}
header .shop-cart h5 {
	color: #fff;
	margin: 0px;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
	letter-spacing: 2px;
}
header .shop-cart h5 span {
	font-size: 36px;
	width: auto;
	margin-left: 20px;
}
header .ownmenu .shop-cart ul.dropdown li.no-border {
	border: none !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn {
	padding: 15px 10px !important;
	width: auto !important;
	margin: 0px;
	width: 100% !important;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff !important;
	background: #9b59b6 !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn-1 {
	float: right;
	margin-top: 20px;
	background: #909090 !important;
}
header .ownmenu .shop-cart ul.dropdown li a.btn:hover {
	opacity: 0.8;
}
header .ownmenu .look-book .nav-img {
	width: 170px;
	margin-right: 20px;
}
header .ownmenu .look-book .nav-img a {
	padding: 0px;
}
header .ownmenu .look-book .media-heading {
	font-size: 10px;
	border: none;
	padding: 0px;
	margin-top: 15px;
}
header .ownmenu .look-book .media {
	padding-bottom: 20px;
}
header .ownmenu .look-book p {
	font-size: 10px;
	color: #b8b8b8;
	line-height: 18px;
}
header .ownmenu .look-book .media-body a {
	color: #af5875;
}
.sticky-wrapper {
	height: auto !important;
}
.sticky-wrapper .sticky {
	width: 100%;
    left: 0;	
}
.is-sticky .sticky .logo {
  /*margin-top: 0px;*/
}
.is-sticky .sticky {
	padding-top: 10px;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.ownmenu ul.dropdown {
	top: 63px;
}
.ownmenu > li > .megamenu {
	top: 63px;
}
.single-pages .ownmenu {
  /*width: auto;*/
}
header.dark-text .is-sticky .sticky {
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
header.coporate-header {
	position: relative;
	margin-top: 0px;
	padding: 50px 0;/*20px 0*/
  /*background: #fff;*/
}
header.coporate-header .logo {
	margin: 0px;
}
header.coporate-header nav li a {
	color: #141414;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	border-color: transparent;
}
header.coporate-header nav li.active a {
	color: #7f2bcb;
	border-top: 1px solid #7f2bcb;
	border-bottom: 1px solid #7f2bcb;
}
header.coporate-header nav li a:hover {
	color: #7f2bcb;
	border-top: 1px solid #7f2bcb;
	border-bottom: 1px solid #7f2bcb;
	border-color: transparent;
}
header.coporate-header nav li.active a:before {
	width: 100%;
}
header.coporate-header nav li a:hover:before {
	width: 100%;
}
header.coporate-header nav li a:before {
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 2px;
	background-color: #7f2bcb;
	content: "";
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
/*header.coporate-header ul li > ul .sub-menu > a:before {
	content: '\f105';
	position: absolute;
	margin: 0;
	font-family: 'FontAwesome';
	right: 20px;
}*/
header.coporate-header nav li.active a:after {
	width: 100%;
}
header.coporate-header nav li a:hover:after {
	width: 100%;
}
header.coporate-header nav li a:after {
	display: block;		
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background-color: #7f2bcb;
	content: "";
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
header.coporate-header nav li ul li a:before {
	display: none;
}
header.coporate-header nav li ul li a:after {
	height: 1px;
}
header.coporate-header nav li ul li a:before {
	height: 1px;
}
header.coporate-header .ownmenu ul.dropdown {
	top: 52px;
}
header.coporate-header .ownmenu > li > .megamenu {
	top: 52px;
}
header.coporate-header .is-sticky .sticky {
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.9);
  /*box-shadow: 0 0 4px rgba(0,0,0,0.3);*/
}
header.coporate-header .is-sticky .sticky .ownmenu ul.dropdown {
	top: 63px;
}
header.coporate-header .is-sticky .sticky .ownmenu > li > .megamenu {
	top: 63px;
}
#cd-menu-trigger {
	position: fixed;
	left: 380px;
	top: 50px;
	width: 60px;
	height: 60px;
	padding: 20px;
	background: rgba(255,255,255,0.5);
	z-index: 9999999;	
}
/*=======================================================
      VERTICAL MENU
========================================================*/
.vertical-menu {
	padding-left: 340px;
}
.vertical-menu .header {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0px;
	z-index: 99999;
	width: 340px;
	padding: 0 0px;
	padding-top: 100px;
	background-color: #171717;
}
.vertical-menu .ownmenu ul.dropdown {
	top: inherit;
}
.vertical-menu .header nav {
	float: left;
	text-align: left;
	margin-top: 80px;
}
.vertical-menu .ownmenu li:hover a:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #7f2bcb;
	content: "";
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.vertical-menu .ownmenu ul.dropdown li a:after {
	width: 0px;
}
.vertical-menu .ownmenu ul.dropdown li:hover a:after {
	display: none;
}
.vertical-menu .ownmenu ul.dropdown li a:hover:after {
	display: block;
	width: 100%;
}
.vertical-menu header nav li a:after {
	height: 100%;
	z-index: -1;
}
.vertical-menu .header nav .ownmenu {
	width: 100%;
}
.vertical-menu .header nav li a {
	border: none !important;
}
.vertical-menu .header .logo {
	position: relative;
	width: 100%;	
	text-align: center;
}
.vertical-menu .header .ownmenu li {
	width: 100%;
	padding: 0px;
}
.vertical-menu .header .ownmenu li a {
	width: 100%;
	padding: 15px 0;
	margin: 0px;
	font-size: 12px;
	color: #6f6f6f;
	padding-left: 30px;
}
.vertical-menu .header .ownmenu li a:hover {
	color: #fff;
}
.vertical-menu .header .ownmenu li.active a {
	color: #fff;
}
.vertical-menu header .ownmenu ul.dropdown li a {
	padding-left: 0px;
}
.vertical-menu .header nav li a:after {
	bottom: auto;
	top: 0px;
}
.vertical-menu header .ownmenu ul.dropdown li a:after {
	height: 1px;
	top: auto;
	bottom: 0px;
}
.vertical-menu .header nav .ownmenu .indicator {
	display: block;
	font-size: 10px;
	right: 20px;
}
.vertical-menu .ownmenu ul.dropdown li ul.dropdown {
	margin-left: 0px;
}
.vertical-menu .header .ownmenu ul.dropdown {
	left: 100%;
}
.vertical-menu .header .ownmenu ul.dropdown li a {
	padding: 10px 0;
}
.vertical-menu .header .social-icons {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
	height: 100%;
	position: relative;
	overflow: hidden;
}
/*=======================================================
      PARALLAX HOME
========================================================*/
.parallax-home {
	text-align: center;
}
.parallax-home span {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
}
.parallax-home .text-one {
	display: inline-block;
	width: 100%;	
	font-size: 48px;
	font-weight: bold;
}
.parallax-home .huge-100 {
	font-size: 100px;
	font-weight: bold;
}
.parallax-home .huge-80 {
	font-size: 100px;
	font-weight: bold;
}
.parallax-home .huge-60 {
	font-size: 60px;
	font-weight: bold;
}
.parallax-home .huge-45 {
	font-size: 45px;
	font-weight: bold;
}
.center-auto {
	margin: 0 auto !important;
	float: none !important;
}
/*=======================================================
      WELCOME ZAP
========================================================*/
.welcome .icon-box h6 {
	text-transform: uppercase;
	font-weight: 600;/*normal*/
}
.welcome .icon-box i {
}
.intro-style-2 p {
	font-size: 16px;
	line-height: 24px;
}
.intro.style-6 hr {
	border: none;
	background: #000000;
	height: 1px;
}
.intro.style-6 h6 {
	font-size: 10px;
	margin-top: 30px;
	color: #141414;
	letter-spacing: 1px;
}
.font-16px {
	font-size: 16px;
}
/*=======================================================
      WHY CHOOSE US
========================================================*/
.why-choose {
}
.why-choose .h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
}
.why-choose .ib-info p {
	font-size: 13px;
	letter-spacing: 0px;
}
.why-choose h4 {
	font-weight: bold;
	text-transform: uppercase;
}
.why-choose .ultra-ser span {
	font-weight: 900;
	font-size: 10px;
	font-style: italic;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.why-choose .ultra-ser .name {
	font-weight: 700;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;/*'Open Sans'*/
	font-style: normal;
	text-transform: uppercase;
}
.why-choose .ultra-ser hr {
	border: none;
	height: 1px;
	width: 72px;
	background: #141414;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 30px;
}
/*=======================================================
			PARTHNER
========================================================*/
.section-parthner ul {
	text-align: center;
}
.section-parthner ul li {
	display: inline-block;
	width: 24.5%;
	padding: 10px;
	text-align: center;
}
.parthners {
	border-bottom: 1px solid #ececec;/**/
}
.parthners .col-5 li {
	width: 20%;
	float: left;
	display: inline-block;
}
/*=======================================================
			SUB BANNER
========================================================*/
.sub-banner {
	min-height: 700px;
	background: url(../images/bg/sub-bnr-bg.jpg) center center fixed no-repeat;
	background-size: cover;
	text-align: center;
}
.sub-banner small {
	font-size: 70px;
	color: #fff;
	font-weight: 100;
}
.sub-banner .position-center-center {
	width: 100%;
}
.sub-banner h1 {
	color: #fff;
	margin: 0px;
	font-size: 90px;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-top: 90px;
	font-weight: 100;
}
.sub-banner h2 {
	color: #fff;
	margin: 0px;
	font-size: 48px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 150px;
}
.sub-banner h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 0px;
}
.breadcrumb {
	text-align: center;
	background: none;
	text-transform: uppercase;
	margin-top: 30px;
}
.breadcrumb {
	text-align: center;
	background: none;
	text-transform: uppercase;
	margin-top: 30px;
}
.breadcrumb a {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;/*'Open Sans'*/
	font-size: 13px;
	font-weight: 600;/*normal*/
}
.breadcrumb>.active {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;/*normal*/
	font-family: 'Montserrat', sans-serif;/*'Open Sans'*/
}
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 20px;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;/*normal*/
}
/*=======================================================
			CORE FEATURE
========================================================*/
.core-feature.style-2 {
	background: #8d8183;
	padding-top: 120px;
}
.core-feature.style-2:before {
	content: "";
	position: absolute;
	top: -80px;
	left: -5%;
	width: 120%;
	height: 340px;
	background: #fff;
	-webkit-transform: rotate(5deg); /* Safari */
		-ms-transform: rotate(5deg); /* IE 9 */
	        transform: rotate(5deg);
}
.core-inn {
	background: url(../images/promo/promo-bg-2.png) right top no-repeat;
	position: relative;
	z-index: 1;
}
.core-inn .icon-box.ib-style-1 .ib-info {
	float: left;
	color: #fff;
}
.core-inn p {
	color: #fff;
}
.core-inn .icon-box .ib-icon i {
	color: #fff;
}
.core-inn .icon-box.ib-style-1 {
	margin-bottom: 30px;
}
.core-inn .icon-box .h6 {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.9px;
	margin-left: 20px;
	margin-top: 30px;
	font-weight: 600;/* normal */
}
/*=======================================================
      ABOUT STUDIO
========================================================*/
.about-studio h3 {
	font-weight: 200;
	font-size: 36px;
	margin: 0px;
	margin-bottom: 30px;
}
.about-studio p {
	line-height: 25px;/*30px*/
}
.about-studio {
}
.about-studio .owl-nav div.owl-prev {
	display: inline-block !important;
	position: absolute;
	color: #344248;
	margin: 0 15px;
	height: 30px;
	width: 30px;
	border-radius: 0px;
	line-height: 30px;
	text-align: center;
	top: 50%;
	left: 0px;
	background: #fff;
	margin-top: -15px;
}
.about-studio .owl-nav div.owl-next {
	display: inline-block !important;
	position: absolute;	
	color: #344248;
	margin: 0 15px;
	height: 30px;
	width: 30px;
	border-radius: 0px;
	line-height: 30px;
	text-align: center;
	top: 50%;
	background: #fff;
	right: 0px;
	margin-top: -15px;
}
.about-studio .owl-nav div.owl-next:hover {
	background: #7f2bcb;
	color: #fff;
}
.about-studio .owl-nav div.owl-prev:hover {
	background: #7f2bcb;
	color: #fff;
}
/*=======================================================
			ABOUT ME
========================================================*/
.light-pattern {
	background: url(../images/fact/pattern-bg.jpg) repeat;
}
.dark-pattern {
	background: url(../images/bg/pattern-dark-bg.jpg) repeat;
}
.yellow-pattern {
	background: url(../images/bg/pattern-bg.png) repeat;
	background-color: #7f2bcb;
}
.about-me-small {
}
/*.about-me-small p {
	line-height: 24px;
	font-style: italic;
}
.about-me-small span {
	line-height: 24px;
	margin: 5px 0;
	display: inline-block;
	width: 100%;
}
.about-me-small h6 {
	font-weight: 600 !important;
	font-size: 14px;
}*/
.about-me-small img {
	border-radius: 50%;/*30%*/
}
.about-me:before {
	position: absolute;
	width: 100%;	
	top: 0px;
	height: 50px;
	left: 0px;
	background: #fff;
	content: "";
}
.about-me {
	position: relative;
}
.about-me .about-me-text p {
	font-size: 18px;
}
.about-me .about-me-text h4 {
	margin-bottom: 30px;
	line-height: 36px;
}
.about-me .about-me-text span {
	display: inline-block;
	width: 100%;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 10px;	
}
/*=======================================================
			OUR VALUE
========================================================*/
.our-value {
}
.our-value p {
	line-height: 26px;
	margin: 0px;
}
.our-value h6 {
	margin-top: 15px;
	margin-bottom: 10px;
}
/*=======================================================
			OUR TEAM
========================================================*/
.our-team h4 {
	font-weight: bold;
}
.our-team .btn {
	font-weight: normal;
	letter-spacing: 3px;
}
/*=======================================================
			WEB TREND
========================================================*/
.new-trend-web {
}
.new-trend-web .owl-nav {
	display: none;
}
.new-trend-web .owl-dots {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: -80px;
}
.new-trend-web .owl-dots div {
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	margin: 0 2px;
	border: 1px solid #6e6e6e;
}
.new-trend-web .owl-dots div.active {
	background: #7f2bcb;
	border-color: #7f2bcb;
}
.new-age {
  /*background: #f4f4f4;*/
}
.new-age .link-round i {
	background: #7f2bcb;/*#41669d*/
	color: #fff;
}
/*=======================================================
			PROMO
========================================================*/
.promo.dark {
  /*background: #323232;*/
	padding: 25px 0;
  /*text-align: center;*/
}
.promo.light {
	background: #ececec;
	padding: 50px 0;
}
.promo h4 {
	font-weight: 600;/*normal*/
	margin: 10px 0;
  /*display: inline-block;*/
}
.promo h3 {
	margin: 0px;
	display: inline-block;
	font-size: 30px;
	line-height: 50px;
	font-weight: normal;
}
.promo a.btn {
	float: right;
}
.promo.bg {
}
.bg-parallax {
	background-position: left center;
	background-attachment: fixed !important;
	background-size: cover !important;
}
/*=======================================================
			EVENT BLOCK
========================================================*/
.event-block {
}
.event-block .huge-text {
	font-size: 156px;
	letter-spacing: -10px;
	color: #7f2bcb;
	font-weight: bold;
	line-height: 120px;
}
.event-block .huge-text small {
	font-size: 100px;
	width: 100%;
	display: inline-block;
}
.event-block .dark-border {
	border: 1px solid #7f2bcb;
	color: #7f2bcb;
}
.event-block p {
	color: #909090;
	font-size: 22px;
	font-style: italic;
}
.event-block .dark-border:hover {
	background: #7f2bcb;
}
.lamp {
	position: absolute;
	right: 10%;
	width: 297px;
	height: 332px;
	top: 0px;
	float: right;
}
/*=======================================================
 			PROMO BLOCK
========================================================*/
.promo-block {
	background: #141414;
}
.promo-block .promo-text {
	padding: 40px;
	padding-left: 15px;
	padding-right: 40%;
}
.promo-block .promo-text ul {
	padding-right: 30%;
}
.promo-block .promo-text ul li {
	margin-bottom: 30px;
}
.promo-block .promo-text {
	font-weight: 800;
}
.promo-block .promo-text ul li h6 {
	color: #a9b876;
	margin-bottom: 10px;
}
.promo-block .promo-text ul li p {
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	color: #6f7657;
	font-style: italic;
	font-weight: 600;
	line-height: 24px;
}
/*=======================================================
      SERVICES
========================================================*/
/*.services li {
	background: #f0f0f0;
  /*padding: 0px;
}
.services li:nth-child(2) {
	background: #e7e7e7;
}*/
.services li .ser-inn {
	padding: 70px 65px;
}
.services li .ser-inn .gray-border {
	border-color: rgba(255,255,255,.0);/*#c4c4c4*/
	margin-top: 30px;
}
.services li .ser-inn p {
	font-size: 14px;
  /*color: #848383;
	margin: 0px;*/	
}
/*.services li .ser-inn h4 {
	font-weight: 200;
	color: #fff;
	margin: 0px;
	margin-bottom: 30px;
}
.services li .ser-inn i {
	position: absolute;
	font-size: 50px;
	right: 40px;
	top: 60px;
}*/
.offer-services ul {
	text-align: center;
}
.offer-services ul li {
	display: inline-block;	
	float: none;
}
.offer-clients ul {
	text-align: center;
}
.offer-clients ul li {
	display: inline-block;
}
.simple-ser h6 {
	margin-top: 30px;
	letter-spacing: 1px;
}
.simple-ser p {
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 24px;
}
.services.full-pattrn {
}
.services.full-pattrn li {
	padding: 50px 50px 10px 50px;
}
.services.full-pattrn li .ser-inn {
	padding: 0px;
}
.services.full-pattrn p {
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 24px;
}
/*.services li:nth-child(1) {
	background: #f0f0f0;
}
.services li:nth-child(2) {
	background: #fafafa;
}
.services li:nth-child(3) {
	background: #f0f0f0;
}
.services li:nth-child(4) {
	background: #fafafa;
}
.services li:nth-child(5) {
	background: #f0f0f0;
}
.services li:nth-child(6) {
	background: #fafafa;
}
.services li:nth-child(7) {
	background: #fafafa;
}
.services li:nth-child(8) {
	background: #f0f0f0;
}
.services li:nth-child(9) {
	background: #fafafa;
}*/
.services.full-pattrn li .ser-inn .btn:hover {
	background: #ececec;/*#fff*/
	border: 2px solid rgba(255,255,255,.0);/*#141414*/
}
.have-sikills {
	padding-right: 35%;
}
.service-intro p {
	font-size: 16px;
}
hr.balck {
	background: #141414 !important;
	border-top: none;
	height: 1px;
	line-height: 1px;
}
hr.black {
	background: #141414 !important;
	border-top: none;
	height: 1px;
	line-height: 1px;
}
.float-none {
	float: none !important;
}
.services-coporate {
}
.services-coporate li {
	text-align: center;
}
.services-coporate li h6 {
	margin: 20px 0;
}
.services-coporate li p {
	line-height: 24px;
}
.services-coporate li i {
	height: 57px;
	width: 57px;
	border-radius: 50%;
	border: 1px solid #ececec;
	line-height: 55px;
	font-size: 24px;
	margin-top: 30px;
}
.services-coporate li hr {
	width: 30px;
	margin: 10px auto;
	height: 2px;
	margin-bottom: 20px;
}
.more-border {
	display: inline-block;	
	padding: 10px 30px;
	border-bottom: 1px solid rgba(127,43,203,0.5);
	border-top: 1px solid rgba(127,43,203,0.5);
}
#services2 .more-border {
	display: inline-block;	
	margin-top: 10px;
	padding: 10px 30px;
	border-bottom: 1px solid rgba(127,43,203,0.5);
	border-top: 1px solid rgba(127,43,203,0.5);
}
.cbp-list {
    margin-bottom: 35px;
}
.busins-list li {
	margin-bottom: 0px;/*35px*/
}
.busins-list h4 {
	font-family: 'Crimson Text', serif;	
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
}
.busins-list h4 i {
	font-size: 18px;
	color: #909090;/*#dbdbdb*/
	margin-right: 10px;
}
/*=======================================================
			ACCORDING
========================================================*/
.accordion {
	font-family: 'Open Sans', sans-serif;/*'Montserrat'*/
}
.accordion.gray-bg {
  /*background: #f3f3f3;*/
}
.accordion .panel-default > .panel-heading .panel-title a:before {
	position: absolute;	
	content: "\f209";
	font-family: "Ionicons";
	color: #FFF;
	padding: 0px;
	color: #202020;
	float: right;
	right: 15px;
	font-size: 12px;
}
.accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
	content: "\f218";
	font-family: "Ionicons";
}
.accordion .panel-default > .panel-heading {
	background-color: none;/*#fff*/
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.accordion .panel-default > .panel-heading a {
	display: inline-block;	
	width: 100%;	
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;/*bold*/
	padding: 10px;
	padding-left: 20px;
	line-height: 20px;
	text-transform: uppercase;/*none*/
}
.accordion .panel {
	position: relative;	
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 15px;
}
.accordion .panel-body {
	color: #b8b8b8;
	line-height: 24px;
	font-size: 12px;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
    font-weight: 500;
}                               
.accordion-style-2 .panel-default>.panel-heading {
    color: #333;
    background-color: rgba(255, 255, 255,0.5);/*#f5f5f5*/
    border-color: none;/*#ddd*/
}
.accordion-style-2 .panel-default > .panel-heading a:before {
  /*right: 0px !important;*/
}
.accordion-style-2 .panel-default > .panel-heading a {
	font-size: 14px;
	line-height: 26px;	
	text-transform: none;
	color: #7f2bcb;
	padding: 15px 20px;
  /*border-bottom: 1px solid rgba(0,0,0,0.05)*/
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed {
	color: #6f6f6f;
}
.accordion-style-2 .panel {
	background: none;
	border: none;
}
.accordion-style-2 .panel-body p {
  /*line-height: 28px;*/
}
.accordion-style-2 .panel-body {
	background: none;/*#fff*/
	margin-top: 0px;
	padding: 30px;
	color: #6f6f6f;
	line-height: 24px;/*26px*/
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a:before {
	font-size: 8px;
	height: 26px;
	width: 26px;
	line-height: 24px;
	text-align: center;
	background: #7f2bcb;
	border-color: #7f2bcb;
	color: #fff;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed:before {
	border: 1px solid #ececec;
	background: #fff;
	color: #141414;
}
/*=======================================================
			OUR TEAM
========================================================*/
.team-title h4 {
	color: #fff;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.team-title h4 > a {
	color: inherit;
}
.team-title span {
	color: #fff;
	display: block;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.team {
	position: relative;
	z-index: 1;
}
.team:before, .team:after {
	content: " ";
	display: table;
}
.team:after {
	clear: both;
}
.team .team-image img {
	width: 100%;
}
.team.style-1 .team-desc {
	background-color: transparent;
	border-top: 2px solid #ededed;
	color: #FFFFFF;
	bottom: 0;
	display: block;
	left: 0;
	padding: 1rem 1.42857rem;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.team.style-2 .team-small li {
	float: left;
	width: 16.666666%;
	position: relative;
	overflow: hidden;
}
.team.style-2 .team-small li .hover {
	background: rgba(0,0,0,0.8);
	font-size: 14px;
	position: absolute;
	padding: 10px;
	width: 100%;
	bottom: -100%;
	left: 0px;
	float: left;
	text-align: center;
	color: #fff;
	z-index: 999;
}
.team.style-2 .team-small li:hover .hover {
	bottom: 0px;
}
.team.style-2 .team-small li a i {
	float: right;
	color: #7f2bcb;
}
.team.style-3 ul li {
	text-align: center;
}
.team.style-3 ul li span {
	text-align: center;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
}
.team.style-3 ul li h6 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #141414;
}
.team.style-3 ul li .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-3 ul .hover-social {
	background: #ffffff;
	position: absolute;
	left: 0px;
	bottom: -100%;
	width: 100%;
	padding: 14px 0;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.team.style-3 ul .hover-social li {
	display: inline-block;
	background: #ffffff;
	margin: 0 10px;
	font-size: 16px;
}
.team.style-3 ul li:hover .hover-social {
	bottom: 20px;
}
.team.style-4 .hover-detail {
	position: absolute;
	background: #7f2bcb;
	left: 0px;
	width: 100%;
}
.team.style-4 .hover-detail {
	color: #fff;
	padding: 30px;
	display: inline-block;
	width: 100%;
}
.team.style-4 .hover-detail h6 {
	color: #fff;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team.style-4 .hover-detail span {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.team.style-4 .hover-detail ul {
	float: right;
	width: 100%;
	text-align: right;
	display: inline-block;
}
.team.style-4 .hover-detail ul li {
	display: inline-block;
	margin: 0 5px;
}
.team.style-4 .hover-inn {
	position: absolute;
	display: inline-block;
	width: 100%;
	bottom: -100%;
	border: 40px solid;
	border-color: transparent;
	margin-top: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.team.style-4 .hover-detail ul li a {
	color: #fff;
	font-size: 10px;
}
.team.style-4 li:hover .hover-inn {
	bottom: 140px;
}
.team.style-4 .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-4 li:hover .hover-inn:before {
	content: "\f0d8";
	font-family: 'FontAwesome';
	position: absolute;
	color: #7f2bcb;
	top: -40px;
	left: 45%;
	font-size: 50px;
}
.team.style-5 {
	background: #323233;
}
.team.style-5 .team-image {
	position: relative;
	overflow: hidden;
}
.team.style-5 .team-image img {
	opacity: 0.3;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail span {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
}
.team.style-5 .hover-detail h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 0px;
}
.team.style-5 .hover-detail {
	background: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.team.style-5 .hover-detail li {
	display: inline-block;
	margin: 0 10px;
	margin-top: 40px;
}
.team.style-5 .hover-detail li a {
	color: #fff;
}
.team.style-5 .hover-detail li a:hover {
	color: #7f2bcb;
}
.team.style-5 .position-center-center {
	width: 100%;
}
.team.style-5 .team-image:hover img {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.team.style-5 .team-image:hover .hover-detail {
	opacity: 1;
}
.team.style-5 .owl-nav div {
	color: #fff;
	height: 53px;
	width: 53px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 50px;
	font-size: 18px;
}
.team.style-5 .owl-nav .owl-prev {
	display: block !important;
	position: absolute;
	top: 50%;
	left: -100px;
}
.team.style-5 .owl-nav .owl-next {
	display: block !important;
	position: absolute;
	top: 50%;
	right: -100px;
}
.team.style-6 {
}
.team.style-6 ul li img {
	position: relative;
}
.team.style-6 .member-detail {
	text-align: center;
	padding: 20px 20px;
	height: 85px;
	position: relative;
	overflow: hidden;
}
.team.style-6 .team-image {
	background: #7f2bcb;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
}
.team.style-6 .team-image:hover {
	background: #141414;
}
.team.style-6 .member-detail h6 {
	color: #fff;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.team.style-6 .member-detail span {
	color: #fff;
}
.team.style-6 .team-image:hover .member-detail {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons {
	padding: 22px 0;
	padding-bottom: 0px;
	position: absolute;
	z-index: 99;
	height: 85px;
	width: 100%;
	bottom: -100%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.team.style-6 .team-image .social-icons a {
	color: #fff;
}
.team.style-6 .team-image:hover .social-icons {
	bottom: 0px;
	position: relative;
}
/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio-overlay {
	position: absolute;	
	width: 100%;	
	background-color: rgba(0, 0, 0, 0.8);/*127,43,203,0.8*/
	height: 100%;
	left: 0;
	opacity: 0;
	text-align: center;
	top: 0;
	transition: all 400ms ease-out;
	overflow: hidden;
	z-index: 2;	
}
/*.portfolio-overlay:before {
	background-color: #7f2bcb;
	bottom: 0;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 8px;
}*/
.portfolio-overlay h3, .portfolio-overlay span {
	color: #FFFFFF;
}
/*.portfolio-overlay h3 > a, .portfolio-overlay span > a {
	color: inherit;
	transition: all 400ms ease-out;
	font-weight:500;
}
.portfolio-overlay h3 > a:hover, .portfolio-overlay h3 > a:active, .portfolio-overlay h3 > a.active, .portfolio-overlay h3 > a:focus, .portfolio-overlay span > a:hover, .portfolio-overlay span > a:active, .portfolio-overlay span > a.active, .portfolio-overlay span > a:focus {
	color: #7f2bcb;
}*/
.portfolio-overlay .position-center-center {
	width: 100%;
	padding: 0 30px;
}
.portfolio-overlay .tittle-img {
    display: block;
	color: #fff;
	font-size: 16px;
	margin: 0px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio-overlay .tittle-img:hover {
	color: #7f2bcb;
}
.portfolio-overlay a {
    display: block;
	color: #fff;
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio-overlay a:hover {
	color: #7f2bcb;
}
.portfolio-overlay span {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #9f9f9f;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*.portfolio-overlay span a {
	display: block;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
}
.portfolio-overlay h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}*/
.portfolio-item:hover .portfolio-overlay, .portfolio-item:active .portfolio-overlay, .portfolio-item.active .portfolio-overlay, .portfolio-item:focus .portfolio-overlay {
	opacity: 1;
}
.portfolio-item:hover img {
	transform: scale(1.1);
}
.portfolio-item {
	position: relative;
	overflow: hidden;
}
.portfolio-item .zoom-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 40px;
	width: 40px;
	background: #7f2bcb;
	text-align: center;
	line-height: 40px;
	margin: 0px;
	color: #fff !important;
	margin-bottom: -40px;
}
.portfolio-item .zoom-icon:hover {
	background: #fff;
	color: #7f2bcb !important;
}
.portfolio-item:hover .zoom-icon {
	margin-bottom: 0px;
}
.portfolio-item .link-icon {
	position: absolute;
	bottom: 0px;
	right: 42px;
	height: 40px;
	width: 40px;
	background: #7f2bcb;
	text-align: center;
	line-height: 40px;
	margin: 0px;
	color: #fff !important;
	margin-bottom: -40px;
}
.portfolio-item .link-icon:hover {
	background: #fff;
	color: #7f2bcb !important;
}
.portfolio-item:hover .link-icon {
	margin-bottom: 0px;
}
.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}
.portfolio .item-space .portfolio-item {
	padding: 15px;
}
.portfolio .item-space .portfolio-item img {
	width: 100%;
}
.portfolio-overlay.style-2 .detail-info {
	position: absolute;
	width: 100%;
	background: #141414;	
	text-align: left;
	bottom: 0px;	
	padding: 0 30px;
}
.portfolio-overlay.style-2 .detail-info span a {
	font-size: 18px;
	color: #8a8a8a;
}
.portfolio-overlay.style-4 {
	background: none;
	border: 35px solid;
	border-color: transparent;
}
.portfolio-overlay.style-4 .position-center-center {
}
.portfolio-overlay.style-4 .detail-info {
	position: absolute;
	background: #fff;	
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.portfolio-overlay.style-4 .detail-info h3 {
	color: #141414;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
}
.portfolio-overlay.style-4 .detail-info hr.balck {
	display: inline-block;	
	width: 100px;
	margin: 0 auto;
}
.portfolio-overlay.style-4 .detail-info span {
	display: inline-block;
	width: 100%;	
	color: #6f6f6f;
	font-size: 18px;
	margin-top: 15px;
	text-align: center;
}
.portfolio-overlay.style-4:before {
	display: none;
	background: none;
}
.portfolio-overlay.style-4 .go {
	height: 30px;
	width: 30px;
	font-size: 10px;
	background: #7f2bcb;
	color: #fff;
	line-height: 26px;
}
.portfolio-overlay.style-4 .go:hover {
	color: #7f2bcb;
	background: none;
}
.portfolio-overlay a.go {
	color: #ffffff;
	height: 30px;
	width: 30px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
}
.portfolio-overlay a.go:hover {
	border: 2px solid #7f2bcb;
	color: #7f2bcb;
}
.portfolio-overlay.style-2 a.go {
	color: #7f2bcb;
	height: 30px;
	width: 30px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #7f2bcb;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.portfolio-overlay.style-3 .huge-plus {
	font-size: 200px;
	background: none;
	color: rgba(255,255,255,0.3);
}
.portfolio-overlay.style-3 .huge-plus:hover {
	color: #fff;
}
.portfolio-image img {
	width: 100%;
}
.portfolio-overlay.style-3:before {
	display: none;
}
.width-70 {
	width: 70% !important;
	float: left;
}
.width-60 {
	width: 60% !important;
	float: left;
}
.width-30 {
	width: 30% !important;
	float: left;
}
.width-40 {
	width: 40% !important;
	float: left;
}
.width-20 {
	width: 20% !important;
	float: left;
}
.width-10 {
	width: 10% !important;
	float: left;
}
.width-100 {
	width: 100% !important;
}
.nav-active .owl-nav div {
	color: #5e5e5e;
	height: 54px;
	width: 54px;
	text-align: center;
	border: 2px solid rgba(127,43,203,0.5);
	line-height: 50px;
	font-size: 18px;
}
.nav-active .owl-nav div:hover {
	background: #7f2bcb;
	color: #fff;
}
.nav-active .owl-nav .owl-prev {
	display: block !important;
	position: absolute;
	top: 50%;
	left: -80px; /*-100px*/
	margin-top: -25px;
}
.nav-active .owl-nav .owl-next {
	display: block !important;
	position: absolute;
	top: 50%;
	right: -80px; /*-100px*/
	margin-top: -25px;
}
.owl-dots {
    text-align: center;
}
.nav-active .owl-dots .owl-dot.active span, 
.nav-active .owl-dots .owl-dot:hover span {
  position: absolute;	
  background-color: #41669d;/*#7f2bcb*/
  border-radius: 50%;
  height: 11px;
  width: 11px;
  top: 0px;
  left: 0px;
}
.nav-active .owl-dots .owl-dot {
  display: inline-block;
  position: relative;	
  background: #b2b2b2;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  margin: 20px 5px;
  top: 15px; /*1px*/
  left: 1px;	
}
.portfolio .promo.dark {
	background: none;
	border: 1px solid #5e5e5e;
}
.portfolio .promo.dark h4 {
	color: #fff;
}
.portfolio .promo.dark .btn {
	background: #ffffff;
	color: #333;
	border-color: #fff;
}
.portfolio .promo.dark .btn:hover {
	background: none;
	color: #fff;
}
.project-info li {
	text-transform: uppercase;
}
.project-info {
	margin-top: 30px;
}
.project-info li h6 {
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	color: #141414;
	line-height: 36px;
}
.project-info li span {
	font-size: 10px;
}
.with-nav .owl-nav {
}
.with-nav .owl-nav div {
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	background: #fff;
}
.with-nav .owl-nav .owl-next {
	position: absolute;	
	right: 10px;
	top: 50%;
	margin-top: -18px;
}
.with-nav .owl-nav .owl-prev {
	position: absolute;	
	left: 10px;
	top: 50%;
	margin-top: -18px;
}
/*=======================================================*/
.cbp-popup-singlePage .cbp-popup-close {
	background: none;
	top: 20px;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	height: 84px;
}
.cbp-popup-singlePage .cbp-popup-close:before {
	content: '\e870';
	font-family: 'Linearicons-Free';
	color: #fff;/*#000*/
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
}
.cbp-popup-singlePage .cbp-popup-prev {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-prev:before {
	content: '\e875';
	font-family: 'Linearicons-Free';
	color: #fff;/*#000*/
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
}
.cbp-popup-singlePage .cbp-popup-next {
	background: none;
}
.cbp-popup-singlePage .cbp-popup-next:before {
	content: '\e876';
	font-family: 'Linearicons-Free';
	color: #fff;/*#000*/
	line-height: 45px;
	font-size: 20px;
	font-weight: 500;
}
.cbp-popup-singlePage .cbp-popup-navigation {
	position: relative;
	width: auto;
	height: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
	background: #7f2bcb;/*#fff*/
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.cbp-popup-singlePage .cbp-popup-next {
	left: auto;
	right: 0px;
	top: 20px;
}
.cbp-popup-singlePage .cbp-popup-prev {
	left: 0px;
	right: auto;
	top: 20px;
}
.cbp-popup-singlePage-counter {
	left: 0px;
	right: 0px;
	top: -50px;
	color: #fff;/*#333333*/
  /*opacity: 0.3;*/
}
.filter-style-2 {
	display: inline-block;
	margin-bottom: 50px;
}
.filter-style-2 .cbp-filter-item {
	margin: 0px;
	float: left;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #838283;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 5px 25px;
	margin: 0 8px;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
	background: #7f2bcb;
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
	border-top: 4px solid #7f2bcb;
}
.cbp-popup-singlePage .cbp-popup-content {
	max-width: 100%;
	width: 100%;
}
.filter-style-2 .cbp-filter-item:hover {
  /*background: #ffffff;*/
	color: #3c3c3c;
}
.filter-style-2 .cbp-filter-item.cbp-filter-item-active {
  /*background: #ffffff;*/
	color: #3c3c3c;
}
.filter-style-2.dark .cbp-filter-item {
	border: 1px solid #dbdbdb;
}
.filter-style-2.dark .cbp-filter-item.cbp-filter-item-active {
	background: #7f2bcb;
	color: #fff;
	border-color: #7f2bcb;
}
.filter-style-2.dark .cbp-filter-item:hover {
	background: #7f2bcb;
	color: #fff;
	border-color: #7f2bcb;
}
.filter-style-2 {
}
.filter-style-2.hr-style .cbp-filter-item.cbp-filter-item {
	padding: 0px;
	margin: 0 10px;
	border: none !important;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 3px rgba(255,255,255,0.5) !important;/*solid #fff*/
}
.filter-style-2.hr-style .cbp-filter-item.cbp-filter-item:hover {
	border-bottom: 3px solid #7f2bcb !important;
}
.filter-style-2.hr-style .cbp-filter-item.cbp-filter-item-active {
	border-bottom: 3px solid #7f2bcb !important;
}
.portfolio-home .portfolio-overlay {
	background: rgba(0, 0, 0, 0.8);/*(127,43,203,0.8)*/
}
.portfolio-home .btm-info {
	bottom: 30px;
	left: 20px;
	position: absolute;
}
.portfolio-home .btm-info a {
	color: #fff;
	text-align: left;
	margin-bottom: 0px;
	font-weight: 600;
	letter-spacing: 0px;
}
.portfolio-home .btm-info span {
	color: #fff;
	letter-spacing: 0px;
	text-transform: none;
}
.portfolio-home .portfolio-item .zoom-icon {
	background: #7f2bcb;/*#fff*/
	color: #fff !important;/*#7f2bcb*/
}
.portfolio-home .portfolio-item .zoom-icon:hover {
	background: #3c3c3c;
	color: #fff !important;
}
.portfolio-home .portfolio-item .link-icon {
	background: #7f2bcb;/*#fff*/
	color: #fff !important;/*#7f2bcb*/
}
.portfolio-home .portfolio-item .link-icon:hover {
	background: #3c3c3c;
	color: #fff !important;
}
/*=======================================================
      PORTFOLIO COL
========================================================*/
.col-4 .portfolio-item {
  /*position: relative;*/	
	width: 25%;
	float: left;
}
.col-3 .portfolio-item {
  /*position: relative;*/	
	width: 33.3333%;
	float: left;
}
.col-2 .portfolio-item {
	width: 50%;
	float: left;
}
.col-1 .portfolio-item {
	width: 100%;
	float: left;
}
.portfolio-item .item-info {
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 25px 0;
}
.portfolio-item .item-info h6 {
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.portfolio-item .link-simple {
	height: 85px;
	width: 85px;
	border-radius: 50%;
	line-height: 85px;
	text-align: center;
	color: #3c3c3c;
	display: inline-block;
	background: #fff;
	font-size: 38px;
	position: relative;
	top: -50px;
	margin: 0 auto;
}
.portfolio-item .link-simple:hover {
	background: #7f2bcb;
	color: #fff;
}
.portfolio-item .link-simple {
}
.with-space {
	margin: 0 -15px;
}
.with-space .portfolio-item {
	padding: 15px; /*10px*/
}
.portfolio-single .link-simple {
	font-size: 28px;
}
.portfolio-single .portfolio-item .link-simple {
	top: 0px;
}
.portfolio-single .port-detail h4 {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
}
.portfolio-single .port-detail span {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.portfolio-single .port-detail p {
	line-height: 30px;
	font-size: 14px;
}
.portfolio-single .port-detail li {
	font-size: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #535353;
}
.portfolio-single .port-detail li span {
	margin-bottom: 10px;
	font-weight: normal;
	color: #919191;
}
.portfolio-single .portfolio-item {
	margin-bottom: 30px;
}
.portfolio-single .portfolio-item:hover img {
	transform: scale(1.0);
}
.portfolio-single .list-port ul {
	display: inline-block;
	width: 100%;
}
.portfolio-single .list-port li {
	float: left;
	padding-right: 0px;
	margin-right: 20px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
/*=======================================================
      VIDEO POPUP SECTION
========================================================*/
#video-section,
#video-section2 {
    padding-top: 20px;
    padding-bottom: 20px;
}
#video-section .row,
#video-section2 .row {
    margin-top: 90px;
}
#video-section .logo,
#video-section2 .logo {
    margin-bottom: 20px;
    width: 180px;
}
#video-section h3,
#video-section2 h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
}
#video-section p,
#video-section2 p {
    margin-bottom: 10px;
}
#video-section .cbp-wrapper, 
#video-section .cbp .cbp-item,
#video-section2 .cbp-wrapper, 
#video-section2 .cbp .cbp-item {
    position: relative;
    height: 110px;
} 
#video-section .cbp-item-wrapper,
#video-section2 .cbp-item-wrapper {
    top: 20px;
}
#video-section .cbp,
#video-section2 .cbp {
    overflow: visible;
}
@media (min-width:992px) {
    #video-section .cbp,
	#video-section2 .cbp {
           margin-bottom: 45px;
    }
}
@media (max-width:992px) {
    #video-section .cbp,
	#video-section2 .cbp {
           margin-bottom: 35px;
    }
}
#video-section .cbp-item,
#video-section2 .cbp-item {
    width: 100%;
} 
.play {
    position: relative;
    display: inline-block;
    top: -10px;
    width: 70px;
    height: 70px;
    border: 7px solid rgba(255,255,255,.9);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
            transition: all .2s ease-out;
} 
#video-section .subheading.grey:after,
#video-section2 .subheading.grey:after { 
    margin-top: 25px;
    opacity: .6;
}
#video-section .cbp-item-wrapper,
#video-section2 .cbp-item-wrapper {
    padding-left: 20px;
}
.play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: rgba(255,255,255,.9);
    border-width: 12px 20px;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.play:hover:after {
    border-left-color: rgba(255,255,255,.7);
}
.play:hover{
    border: 7px solid rgba(255,255,255,.7);
}
/*=======================================================
			TESTIMONIAL
========================================================*/
.testimonial {
}
.testimonial .testi {
	width: 65%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
.testimonial.style-1 .testi {
	text-align: center;
	min-height: 370px;
}
.testimonial .testi p {
	font-size: 18px;/*14px*/
	color: #494949;/*6f6f6f*/
	line-height: 30px;/*24px*/
	font-style: italic;
}
.testimonial .flex-control-thumbs {
	position: relative;
	top: 0px;
	left: 0px;
}
.testimonial .flex-control-thumbs li {
	position: relative;	
	width: auto;
	height: 155px;/*97px*/
	width: 155px;/*97px*/
	float: none;
	margin: 0 10px;
	border-radius: 50%;
	overflow: hidden;	
}
.testimonial .flex-control-thumbs li img {
	border-radius: 50%;
	border: 6px solid;
	border-color: rgba(255,255,255,0.5);
}
.testimonial .slides {
	position: absolute;
	width: 100%;
	margin-top: 200px;/*130px*/	
}
.testimonial .flex-control-thumbs .flex-active {
	border: 6px solid #7f2bcb;
}
.testimonial .divider .i-div {
   /*margin: 15px 0;*/
}
.testimonial .testi h6 {
	font-weight: 600;
	font-size: 14px;
  /*margin-top: 25px;*/
}
.testimonial .white-text {
}
.testimonial p {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 16px;
}
.testimonial.style-2 .testi {
}
.testimonial.style-2 .testi p {
	font-size: 18px;/*16px*/
  /*line-height: 26px;*/
}
.testimonial.style-2 hr {
	width: 65px;/*20px*/
	height: 2px;
	border: none;
	background: #c4c4c4;
	margin: 20px auto;
}
.testimonial.style-2 .testi {
	min-height: auto;
}
.testimonial.style-2 .bx-controls-direction .bx-next:before {
	color: #fff !important;
}
.testimonial.style-2 .bx-controls-direction .bx-prev:before {
	color: #fff !important;
}
.testimonial.style-2 .avatar {
	position: relative;	
	height: 143px;
	width: 143px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;	
}
.testimonial.style-3 {
}
.testimonial.style-3 li {
	padding-left: 70px;
}
.testimonial.style-3 .testi-in {
	position: relative;
	border: 1px solid #e5e5e5;
	padding: 40px;
	padding-left: 90px;
}
.testimonial.style-3 .testi-in p {
	font-size: 16px;
	color: #6f6f6f;
	font-weight: 500;
}
.testimonial.style-3 .testi-in h6 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.testimonial.style-3 .testi-in span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
}
.testimonial.style-3 .testi-in .avatar {
	position: absolute;	
	height: 114px;
	width: 114px;
	left: -60px;
	border-radius: 50%;
	margin-top: 5%;
}
.testimonial.style-4 {
}
.testimonial.style-4 hr {
	width: 65px;/*20px*/
	height: 2px;
	border: none;
	background: none;
	margin: 20px auto;
}
.testimonial.style-4 .avatar {
	position: relative;	
	height: 115px;
	width: 115px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;	
}
.testimonial.style-4 .testi {
	width: 89%;
}
.testimonial.style-4 .testi h6 {
	color: #000 !important;
	letter-spacing: 1px;
}
.testimonial.style-4 .testi .text-in:before {
	position: absolute;	
	content: "\f0d8";
	font-family: 'FontAwesome';	
	font-size: 50px;
	left: 0px;
	right: 0px;
	width: 50px;
	margin: 0 auto;
	top: -43px;
	color: #fff;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
}
.testimonial.style-4 .testi .text-in {
	position: relative;	
	border: 1px solid #ececec;
	padding: 30px 30px;
	margin-bottom: 10px;
}
.testimonial.style-4 .testi .text-in p {
	color: #000 !important;
	margin-bottom: 30px;
}
.testimonial.style-5 .testi {
	width: 89%;
}
.testimonial.style-5 .testi p {
	color: #000 !important;
	margin-bottom: 30px;
}
.testimonial.style-6 {
}
.testimonial.style-6 li {
	padding-left: 70px;
}
.testimonial.style-6 .testi-in {
	position: relative;
	padding: 40px;
	padding-left: 90px;
	padding-top: 0px;
	padding-bottom: 30px;
}
.testimonial.style-6 .testi-in p {
	font-size: 16px;
	color: #6f6f6f;
	font-weight: 500;
	font-style: normal;
}
.testimonial.style-6 .testi-in h6 {
	text-transform: uppercase;
	font-size: 16px;
  /*color: #3f3f3f;*/
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: normal;/*600*/
}
.testimonial.style-6 hr {
	width: 65px;/*100%*/
	height: 2px;
	border: none;
	background: #7f2bcb;
	margin: 20px 0;
}
.testimonial.style-6 .testi-in span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
  /*font-weight: 500;
    text-transform: none;*/
}
.testimonial.style-6 .testi-in .avatar {
	position: absolute;	
	height: 114px;
	width: 114px;
	left: -60px;
	border-radius: 50%;
	margin-top: 0px;
}
.testimonial.style-7 {
}
.testimonial.style-7 li {
	padding-left: 70px;
}
.testimonial.style-7 .testi-in {
	position: relative;
	padding-left: 40px;
}
.testimonial.style-7 .testi-in p {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
}
.testimonial.style-7 .testi-in h6 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	margin-top: 20px;	
	margin-bottom: 5px;
	font-weight: normal;
	text-align: right;
}
.testimonial.style-7 .testi-in span {
	display: inline-block;
	width: 100%;	
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
	text-align: right;
}
.testimonial.style-7 .testi-in .avatar {
	position: absolute;	
	height: 70px;
	width: 70px;
	left: -60px;
	border-radius: 0px;
	margin-top: 0px;
}
.testimonial.style-7 .text-in {
	border: 1px solid #ececec;
	padding: 30px;
}
.testimonial.style-7 .text-in:before {
	position: absolute;
	content: '';	
	height: 11px;
	width: 11px;
	float: left;
	left: 30px;
	top: 30px;
	background: url(../images/testimonials/small-bulet.jpg) no-repeat;
}
.testimonial .white-text {
	color: #fff !important;
}
.testimonial .white-text p {
	color: #fff !important;
}
.testimonial .white-text h6 {
	color: #fff !important;
}
.bx-controls-direction {
  /*display: none;*/
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 20%;
	margin-top: -40px;
	outline: 0;
	width: 35px;
	height: 35px;
	background: none;
	overflow: hidden;
	z-index: 99;	
}
.bx-wrapper .bx-pager {
	position: relative;	
	margin-top: 0px;
}
/*=======================================================
      LIST STYLE 
========================================================*/
/*.list-w-icon-small p {
	line-height: 28px;
}
.list-w-number p {
	line-height: 28px;
}*/
.list-w-icon {
}
.list-w-icon li .icon {
	display: inline-block;	
	height: 69px;
	width: 69px;
	text-align: center;
	line-height: 67px;
	border: 1px solid #909090;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 24px;
}
.list-w-icon li {
	vertical-align: middle;
	margin-bottom: 30px;
}
.list-w-icon li h6 {
	display: inline-block;
}
.list-w-bullets li {
	padding: 4.5px 0;
	padding-left: 40px;
}
.list-w-bullets.check li:before {
	position: absolute;
	content: "\f00c";	
	height: 20px;
	width: 20px;
	font-family: 'FontAwesome';	
	text-align: center;
	line-height: 20px;
	background: #7f2bcb;
	color: #fff;
	float: left;
	left: 0px;
	margin-top: 0px;
	font-size: 10px;
	border-radius: 50%;
}
.list-w-bullets li:before {
	position: absolute;
	content: "\f105";
	height: 20px;
	width: 20px;
	font-family: 'FontAwesome';	
	text-align: center;
	line-height: 20px;
	background: #909090;
	color: #fff;
	float: left;
	left: 0px;
	margin-top: 5px;
	padding-left: 2px;
	font-size: 12px;
	border-radius: 50%;
}
.list-w-bullets p {
	text-transform: none;
  /*font-size: 12px;*/
	margin-bottom: 0px;
}
.list-w-bullets.check li {
	padding: 15px 0;
	padding-left: 40px;
    font-weight: 600;
}
.list-w-bullets p {
	text-transform: none;
  /*font-size: 12px;*/
	margin-bottom: 0px;
    line-height: 28px;
}
.list-style p {
	text-transform: none;
  /*font-size: 12px;*/
	line-height: 28px;	
}
.list-heading {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	margin-bottom: 20px;
}
.list-heading h6 {
	font-weight: 600;/*normal*/
	letter-spacing: 1px;
	margin: 0px;
	line-height: 24px;
}
.list-heading i {
	margin-right: 10px;
}
.list-w-icon-small li i {
	color: #eeb013;
	margin-right: 10px;
	font-size: 16px;
}
.list-w-number {
	padding-left: 15px;
	font-size: 12px;
}
.list-w-number li {
	list-style: decimal !important;
}
.list-style-featured .row {
	margin-left: 0px;
	margin-right: 0px;
}
.list-style-featured .icon {
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	color: #909090;
  /*border: 1px solid #7f2bcb;*/
	background: #ececec;
	border-radius: 50%;
	font-size: 20px;
	margin-right: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
/*.list-style-featured hr {
	background: #e5e5e5;
	margin: 15px 0;
}
.list-style-featured h4 {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	letter-spacing: 0px;
}*/
.list-style-featured p {
	font-size: 12px;
	font-weight: bold;
	color: #141414;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.list-style-featured span {
	display: inline-block;
	font-family: 'Crimson Text', serif;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
  /*width: 100%;*/
}
.list-style-featured li {
	display: inline-block;
	width: 100%;	
	margin-top: 25px;/*20px*/
	margin-bottom: 25px;/*20px*/
}
.list-style-featured .media-right .icon {
	margin-right: 0px;
	margin-left: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.list-style-featured li:hover .icon {
	background: #7f2bcb;
	color: #fff;
  /*border-color: #7f2bcb;*/
}
.list-style-featured .text-right hr {
	float: right;
}
.amazing-list li {
	margin-bottom: 30px;
}
.amazing-list h6 {
	letter-spacing: 0px;
	margin-bottom: 15px;
	font-weight: 600;
}
.video-btn {
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	line-height: normal;
	font-size: 70px;
}
/*=======================================================
      TABS STYLE
========================================================*/
.tabs li {
	display: inline-block;
	position: relative;
}
.tabs li a {
	float: left;
	border: 1px solid #ececec;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #141414;
	font-weight: 500; /**/	
}
.tabs li a.active {
	border: 1px solid #7f2bcb;
}
.tabs.style-2 {
}
.tabs.style-2 li {
}
.tabs.style-2 li:hover a {
	color: #7f2bcb
}
.tabs.style-2 li a {
	border: none !important;
}
.tabs.style-2 li a.active:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #7f2bcb;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform: rotate(50deg); /* Safari */
	    -ms-transform: rotate(50deg); /* IE 9 */	
	        transform: rotate(50deg);
}
.tabs.style-2 li a:hover:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #7f2bcb;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform: rotate(40deg); /* Safari */
	    -ms-transform: rotate(40deg); /* IE 9 */	
	        transform: rotate(40deg);
}
.tabs.style-2 li.active a {
	color: #7f2bcb;
}
.tabs.style-2 li.active a:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #7f2bcb;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform: rotate(50deg); /* Safari */
	    -ms-transform: rotate(50deg); /* IE 9 */	
	        transform: rotate(50deg);
}
.tabs.style-2.big a {
	color: #141414;
	font-size: 14px;
	font-weight: bold;
}
.tabs.style-2.big li.active a:before {
	margin-top: 30px;
}
.tabs.style-2.big li a:hover:before {
	margin-top: 30px;
}
.tabs.style-3 {
}
.nav-tabs {
	border: none;
}
.nav-tabs.tabs.style-3 {
	border: none;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.nav-tabs.tabs.style-3 .nav {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;/*30px*/	
}
.nav-tabs.tabs.style-3 .nav li {
	float: left;
	width: 33.333%;
	text-align: center;	
}
.nav-tabs.tabs.style-3 .nav li a {
	display: inline-block;
	width: 100%;	
	border: none;
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	letter-spacing: 1px;
  /*background: none !important;*/	
}
.nav-tabs.tabs.style-3 .nav li a:hover {
	background: none;
	border-bottom: 2px solid #7f2bcb;
}
.nav-tabs.tabs.style-3 .nav li.active a {
	background: none;
	border-bottom: 2px solid #7f2bcb;
}
.nav-tabs.tabs.style-3 .nav li:hover a {
	background: none;
}
.nav-tabs.tabs.style-3 .tab-content p {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0px;
}
.tabs.style-4 .nav-pills li {
	width: 100%;
	margin-bottom: 20px;
}
.tabs.style-4 .nav-pills li a {
	display: inline-block;
	width: 100%;
	padding: 20px 20px;
	font-size: 12px;
	border: none;
	background: #ececec;
	color: #6f6f6f;
	border-radius: 0px;
	text-align: center;
	letter-spacing: 2px;
}
.tabs.style-4 .nav-pills li i {
	margin-top: 3px;
	float: left;
}
.tabs.style-4 .nav-pills li.active a {
	background: #7f2bcb;
	color: #fff;
}
.tabs.style-4 .nav-pills li:hover a {
	background: #7f2bcb;
	color: #fff;
}
.nav-pills>li+li {
	margin-left: 0px;
}
.tabs.style-5 {
	border: 1px solid #ececec;
	border-top: none;
}
.tabs.style-5 .nav {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.tabs.style-5 .nav li {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabs.style-5 .tab-pane {
	padding: 20px;
	padding-top: 0px;
}
.tabs.style-5.tabs li a {
	display: inline-block;
	width: 100%;	
	background: none;
	border: none;
	text-align: center;
	font-size: 12px;
	border: 1px solid #ececec;
	background: #f2f2f2;
}
.tabs.style-5.tabs li.active a {
	border: 1px solid #fff;
	border-top: 1px solid #7f2bcb;
	background: #fff;
}
.post-type-small {
	display: inline-block;
	width: 100%;
}
.post-type-small a {
	display: inline-block;
	width: 100%;	
	font-size: 16px;
	color: #141414;
}
.post-type-small span {
	color: #6f6f6f;
	font-size: 16px;
	font-style: italic;
}
.post-type-small .media-left a {
	display: inline-block;	
	height: 70px;
	width: 70px;
	margin-right: 10px;
}
/*=======================================================
			PRICING TABLE
========================================================*/
/*.light-gray-bg {
	background: #f6f6f6 !important;
}*/

/*=======================================================
			CLIENTS
========================================================*/
.clients img {
	width: auto;
}
.clients .owl-nav {
	display: none;
}
.clients .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.clients .owl-dots div {
	background: #b2b2b2;
	width: 10px;
	height: 10px;	
	display: inline-block;
	margin: 0 5px;
	outline: 0;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}
.clients .owl-dots .owl-dot.active {
	background: #41669d !important;
}
/*=======================================================
			NEWS POST
========================================================*/
.news.style-1 li {
	position: relative;
	overflow: hidden;
	width: 20%;
	float: left;
}
.news.style-1 li a {
	position: absolute;
	bottom: -100px;
	background: rgba(60,60,60,0.8);
	padding: 20px 0;
	text-align: center;
	font-size: 22px;
	width: 100%;
	color: #fff;
	font-weight: 200;
    left: 0px;
}
.news.style-1 li:hover a {
	bottom: 0px;
}
.news.style-1 li a:hover {
	background: rgba(60,60,60,1);
}
.news.style-2 a {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.news.style-2 hr {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.text-primary {
	color: #ff83a6!important;
}
/*===========================================
     Rating Stars 
===========================================*/
.stars {
	display: inline-block;
	width: 100%;
	color: #ebc52d;
	font-size: 12px;
	margin-top: 20px;
}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact .icon-box .ib-icon i {
	color: #7f2bcb;
	font-size: 40px;
}
.contact .ib-info p {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 16px;
}
.contact .ib-info a {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 18px;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red;
}
.contact .error:before {
	position: absolute;	
	content: "\f071";
	font-family: 'FontAwesome';
	color: red;
}
.success-msg {
	display: inline-block;	
	width: 100%;	
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	text-align: left;
	margin-bottom: 10px;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background: none;
	font-size: 16px;
  /*border-radius: 4px;*/
}
#contact_form li .form-control {
	height: 40px;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background: none;
	color: #fff;
	border-bottom: 1px solid #5d5d5e;
}
#contact_form li textarea {
	height: 140px !important;
}
#contact_form li .btn {
	text-transform: uppercase;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form label {
	display: inline-block;
	position: relative;	
	width: 100%;	
	color: #fff;
	font-family: 'Crimson Text', serif;	
	font-weight: normal;	
	font-size: 12px;
	text-transform: uppercase;
  /*font-style: italic;*/
  /*line-height: 26px;*/
	margin: 0px;	
	bottom: -10px; /**/
	color: #7f2bcb;
}
.contact-form label span {
	color: #fff;
}
.contact-form textarea {
	display: inline-block;
	position: relative;	
	width: 100%;
	padding: 10px 20px;
}
#contact_form li .form-control:focus {
	border-bottom: 1px solid #7f2bcb;
}
.contact-form button {
	float: right;
	border: 1px solid #ffffff;
	background: none;
	border-radius: 0px;
	color: #fff;
	margin-top: 30px;
	letter-spacing: 3px;
	padding: 15px 40px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.contact-form button:hover {
	background: #7f2bcb;
	border-color: #7f2bcb;
}
.contact.style-2 .contact-img {
	position: relative;
}
.contact.style-2 .contact-img img {
	width: 100%;
}
.contact.style-2 .contact-img {
}
.contact.style-2 .contact-right {
	padding-right: 45%;
}
.contact.style-2 #contact_form li {
	display: inline-block;
	width: 100%;
}
.contact.style-2 .contact-form label {
	bottom: 0px;
}
.contact.style-2 #contact_form li .form-control {
	background: #fff;
	border: none;
	font-size: 14px;
	color: #000;
}
.contact.style-2 button {
	float: right;
	padding: 10px 30px;
	margin-top: 0px;
	color: #141414;
	border: 2px solid #c4c4c4;
}
.contact.style-2 button:hover {
	background: #141414;
	color: #fff;
	border-color: #141414;
}
.contact.style-2 .social-icons {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.contact.style-2 #map {
	height: 320px;
}
.contact.style-2 .contact-img li {
	display: inline-block;
}
.social-icons li {
	display: inline-block;
}
.social-icons-large {
	text-align: center;
}
.social-icons-large li a {
	display: inline-block;	
	height: 100px;
	width: 100px;
	line-height: 98px;
	font-size: 30px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
}
.social-icons-large li a:hover {
	background: #7f2bcb;
	color: #fff;
}
.social-icons li a {
	display: inline-block;	
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 18px;
	color: #474747; /*#141414;*/
}
.contact.style-3 li a {
    background: rgba(127,43,203,0.05); /*#f9f9f9;*/
  /*border: 2px solid #9B59B6;*/
}
.social-icons li a:hover {
	background: #7f2bcb !important;
	color: #fff;
}
.contact.style-3 #contact_form li .form-control {
	border: 1px solid #141414;
	color: #141414;
	margin-bottom: 20px;
	height: 50px;
	font-size: 16px;
	padding: 0 20px;
	line-height: 50px;
}
.contact.light-border #contact_form li .form-control {
	border: 1px solid #ececec !important;
}
.contact.light-border #contact_form li .form-control:focus {
	border: 1px solid #7f2bcb !important;
}
.contact.style-3 #contact_form li textarea {
	padding: 0px;
	padding-left: 10px;
}
.contact.style-3 #contact_form li textarea {
	padding-left: 20px;
}
.contact-parallax ::-webkit-input-placeholder {
    color: #fff;
}
.contact-parallax .contact.style-3 #contact_form li .form-control {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5) !important;
}
.contact-parallax .contact.style-3 #contact_form li .form-control:focus {
	color: #fff;
	border: 1px solid #7f2bcb !important;
}
.contact-parallax :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.contact-parallax ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.contact-parallax :-ms-input-placeholder {
    color: #fff;
}
.contact.light-border #contact_form li textarea {
	height: 200px !important;
}
.contact.style-3 .contact-form button {
	color: #141414;
	border: 2px solid #e4e4e4;
	padding: 10px 30px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: 600;
	margin-left: 10px;	
}
.contact.style-3 .contact-form button:hover {
	color: #fff;
	font-weight: 400;
	border: 2px solid #7f2bcb;
}
.bg-parallax.style-4 h2 {
 /* font-size: 48px; 
	font-weight: bold; */
	margin: 20px 0;
}
.bg-parallax.style-4 span.hand-craft {
	display: inline-block;	
	color: #6f6f6f;
	font-size: 24px;
	font-style: italic;
	width: 100%;
}
.bg-parallax.style-4 a {
	display: inline-block;	
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
}

.notification_error {
	color: #fff;
	background-color: #333;
	height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #fff;
	opacity: 0.5;
	font-weight: 400;
    height: auto;
    margin: 25px 0 9px 0;
    padding: 0px;
    text-align: left;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
	clear: both; 	
}
/*=======================================================
			FOOTER
========================================================*/
#footer {
	background-color: #202020;
	color: #636363;
	font-size: 12px;
}
#footer li {
	line-height: 36px;
}
#footer a {
	color: #636363;
    font-weight: 600;
}
#footer a:hover {
	color: #7f2bcb;
}
#footer p {
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
}
#footer .footer-top {
	padding-top: 50px;
}
#footer .footer-top .columns {
	border-left: 1px solid #2e2e2e;
}
#footer .footer-top .columns:first-child {
	border: none;
}
#footer .block-about strong {
	color: #a7a7a7;
	font-weight: 600;/*normal*/
}
#footer .block-about p {
	margin-bottom: 0px;
	margin-top: 10px;
}
#footer .footer-bottom {
	margin-top: 20px;
	background: #181818;
	padding-top: 15px;
	padding-bottom: 10px;
}
#footer .block {
	margin-bottom: 20px;
}
#footer .text-primary {
	color: #7f2bcb !important;
}
#footer .block .block-title {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 600;/*normal*/
	text-transform: uppercase;
}
#footer .block-links a {
	text-transform: uppercase;
	font-size: 12px;
}
#footer .block-content img {
  /*margin-top: 20px;*/
    margin-bottom: 20px;
}
/*#footer .block .block-title:not(.no-underline):before {
	background: #7f2bcb;
	bottom: 0;
	content: "";
	height: 3px;
	position: absolute;
	width: 20px;
}*/
#footer .copyright {
	text-transform: uppercase;
}
#footer .copyright p {
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 0px;	
}
.block-instagram-widget a {
	position: relative;
	display: block;
}
.block-instagram-widget {
	margin: 0 5px;
}
.block-instagram-widget li {
	float: left;
	width: 33.333%;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}
.block-instagram-widget li img {
	width: 100%;
}
.block-instagram-widget a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #FFFFFF;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.block-instagram-widget a .overlay i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.block-instagram-widget a:hover .overlay {
	opacity: 1;
	background-color: #7f2bcb;
}
.block-twitter-widget {
	font-size: 11px;
	line-height: 18px;
}
.block-twitter-widget .twitter-item {
	margin-top: 20px;
	font-weight: 600;
}
.block-twitter-widget .twitter-item .twitter-context {
	margin: 10px 0 10px 0;
}
.block-twitter-widget .twitter-item .twitter-context i {
	margin-right: 5px;
}
.social-links ul {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.social-links li a {
	font-size: 20px;/*12px*/
}
.social-links li {
	padding-right: 20px;
	display: inline-block;
	text-align: right;
}
.light-footer {
	background-color: #ffffff !important;
	border-top: 3px solid #e7e7e7;
}
.light-footer .block .block-title {
	color: #333 !important;
}
#footer.light-footer .footer-bottom {
	background: #f4f4f4;
}
/*=======================================================
	  Instagram Section 
========================================================*/
.instagram-studio li {
	padding: 0px;
	background: #000;
}
.instagram-studio li a img {
	width: 100%;
}
.instagram-studio li a:hover {
	opacity: 0.5;
}
.instagram-studio {
	margin-bottom: -1px;
}
/*=======================================================
      Subcribe
========================================================*/
.subcribe {
	width: 60%;
	margin: 0 auto;
}
.subcribe .sub-mail input {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 60px;
	background: none;
	color: #fff;
	padding: 0 20px;
	letter-spacing: 3px;
	font-size: 12px;
	height: 60px;
}
.subcribe .sub-mail button {
	position: relative;	
	float: right;	
	border: none;
	background: none;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 3px;
	font-size: 12px;
	border-left: 1px solid rgba(255,255,255,0.2);
	padding: 20px 30px;
	margin-top: -59px;
}
.news-letter {
	background: url(../images/bg/bg-6.jpg) no-repeat;
	background-size: cover;
}
.news-letter .news-letter-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 40px;
}
.news-letter .sub-mail input {
	border: 1px solid rgba(255,255,255,0.6);
}
/*=======================================================
			PASSION
========================================================*/
.passion {
}
.passion .text-style-2 p {
	color: #fff;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
}
.passion .owl-nav {
	margin-top: 50px;
	position: relative
}
.passion .owl-nav div {
	display: inline-block;
	height: 34px;
	width: 34px;
	color: #fff;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #fff;
}
.passion .owl-nav div.owl-next {
	margin-left: 40px;
}
.passion .owl-nav div.owl-next:before {
	content: "";
	position: absolute;
	height: 1px;	
	width: 40px;
	left: 34px;
	top: 16px;
	background: #fff;
}
.gallery #carousel-gallery {
	margin: 0 -5px;
	margin-top: 10px;
	text-align: center;
}
.gallery #carousel-gallery .slides > li {
	padding: 0 5px;
}
.gallery #carousel-gallery .slides > li img {
	background: #7f2bcb;
}
.gallery #carousel-gallery .flex-active-slide img {
	opacity: 0.3;
}
.gallery .flex-direction-nav {
	display: none;
}
/*=======================================================
			BLOG
========================================================*/
.blog-posts {
	margin-bottom: 50px;
}
.blog-posts .posts-tittle {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	font-weight: 100;
}
.blog-posts .cate-tags {
	font-family: 'Damion', cursive;
	font-size: 24px;
	color: #676767;
	display: inline-block;
	width: 100%;
	margin: 6px 0;
}
.blog-posts p {
	line-height: 28px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0px;
}
.btm-post {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin-top: 20px;
}
.btm-post a {
	display: inline-block;
}
.btm-post .social-icons {
	display: inline-block;
	float: right;
}
.btm-post .social-icons a {
	font-size: 12px;
	margin-left: 10px;
	color: #676767;
}
.blog-single p {
	line-height: 30px;
}
.blog-single h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 100;
	letter-spacing: 0px;
}
.blog-single h6 {
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 15px;
}
.blog-single .share a {
	font-size: 12px;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	padding: 5px 30px;
	border-radius: 4px;
}
.blog-single .share a:hover {
	background: #ff83a6;
	color: #fff;
}
/*=======================================================
			BLOG POST
========================================================*/
.posts-list.list-style-1 {
	background-color: #eaeaea;
}
.posts-list.list-style-1 .entry {
	display: block;
	overflow: hidden;
	zoom: 1;
}
.posts-list.list-style-1 .entry:before, .posts-list.list-style-1 .entry:after {
	content: " ";
	display: table;
}
.posts-list.list-style-1 .entry:after {
	clear: both;
}
.posts-list.list-style-1 .entry-image {
	float: left;
	position: relative;
	width: 50%;
}
.posts-list.list-style-1 .entry-image img {
	width: 100%;
}
.posts-list.list-style-1 .entry-image:before {
	content: "";
	display: block;
	position: absolute;	
	height: 0;
	width: 0;
	border: inset 1.78571rem;	
	border-color: transparent #eaeaea transparent transparent;
	border-right-style: solid;
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -1.78571rem;
}
.posts-list.list-style-1 .entry-image-right .entry-image:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border: inset 1.78571rem;	
	border-color: transparent transparent transparent #eaeaea;
	border-left-style: solid;
	left: 0;
	right: auto;
}
.posts-list.list-style-1 .entry-image-right .entry-body {
	position: relative;
	left: -50%;
	right: auto;
}
.posts-list.list-style-1 .entry-image-right .entry-image {
	position: relative;
	left: 50%;
	right: auto;
}
.posts-list.list-style-1 .entry-body {
	position: relative;
	width: 50%;	
	float: right;
	padding: 2.85714rem 4.28571rem;
}
.posts-list.list-style-1 .entry-title {
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 0.85714rem;
	margin-top: 15px;
}
.posts-list.list-style-1 .entry-category {
	color: #141414;
	font-style: italic;
}
.posts-list.list-style-1 .more-link {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 300ms ease-out;
}
.news.style-2 img{
	width:100%;
}
.intro-3 span {
	color: #141414;
}
.intro-3 h2 {
	font-size: 36px;
	font-weight: normal;
	color: #141414;
	letter-spacing: 1px;
}
.intro-3 img {
	position: relative;
	z-index: 3;
}
.intro-3.bottom-white-space:before {
	position: absolute;
	width: 100%;	
	bottom: 0px;
	height: 55px;
	left: 0px;
	background: #fff;
	content: "";
	z-index: 1;
}
/*=======================================================
			Process Steps
========================================================*/
.process .thumb {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.process h6 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	letter-spacing: 1px;
}
.process li {
	position: relative;
	width: 25%;
	float: left;
  /*padding: 0 15px;*/
	text-align: center;
	display: inline-block;
}
.process span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
  /*font-size: 20px;
	font-weight: 100;
	display: inline-block;
	margin-bottom: 20px;*/
}
.process-style-1 {
	display: inline-block;
	width: 100%;
}
.process-style-1 li:hover .thumb img {
	transform: scale(1.3);
}
.process-style-1 li .thumb img {
	border-radius: 50%;
}
.process li:hover .thumb {
	border-radius: 4px;
}
.process li:hover span {
	border-radius: 4px;
}
.process-style-2 {
	display: inline-block;/**/
	width: 100%;/**/
}
.process-style-3 {
	display: inline-block;
	width: 100%;
}
.process-style-1 li:before {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
	line-height: 140px;
	color: #909090;
	font-size: 20px;
}
.process-style-1 li:nth-last-child(1):before {
	display: none;
}
.process-style-1 .thumb {
	height: 131px;
	width: 131px;
}
.process-style-1 .thumb span {
	font-size: 40px;
	font-family: 'Crimson Text', serif;
	color: #fff;
	font-style: italic;
	position: absolute;
	height: 100%;
	line-height: 140px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.process-style-2 .icon {
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	background: #7f2bcb;
}
.process-style-2 li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 30%;/*20%*/
	right: 0px;
	top: 68%;/*70%*/
	background: #e8e8e8;
}
.process-style-2 li:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 30%;/*20%*/
	left: 0px;
	top: 68%;/*70%*/
	background: #e8e8e8;
}
.process-style-2 li:nth-child(1):after {
	display: none;
}
.process-style-2 li:nth-last-child(1):before {
	display: none;
}
.process-style-2 h3 {
	margin-top: 30px;
	margin-bottom: 10px;
  /*font-size: 60px;
	font-weight: 100;*/	
}
.process-style-2 span {
	font-size: 18px;/*20px*/
}
.process-style-3 .media {
	text-align: center;
}
.process-style-3 .media-body {
	text-align: left;
}
.process-style-3 h3 {
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: bolder;
}
.process-style-3 .icon {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	line-height: 98px;
	color: #a9b876;
	border: 1px solid #ececec;
	border-radius: 4px;
}
.process-style-3 .icon:before {
	position: absolute;
	width: 1px;
	content: '';
	height: 59px;
	left: 50px;
	top: 100%;
	background: #ececec;
}
.process-style-3 li:before {
	position: absolute;
	bottom: 0px;
	width: 100%;
	content: '';
	height: 1px;
	left: 50px;
	top: 159%;
	background: #ececec;
}
.process-style-3 li:nth-last-child(1):before {
	display: none;
}
.process-style-3 p {
	font-size: 12px;
}
.dropcap.dark:first-letter {
	background-color: #141414;
	color: #FFFFFF;
	font-size: 30px;
	padding: 12px 20px;
	margin-right: 15px;
	margin-top: 5px;
}
.dropcap:first-letter {
	color: #141414;
	float: left;
	font-weight: bolder;
	font-size: 30px;
	padding: 12px 20px;
	margin-right: 15px;
	margin-top: 5px;
	display: inline-block;
}
blockquote {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
  /*border: 1px solid #ececec;*/
	padding: 30px;/*50px*/
	position: relative;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 18px;
    line-height: 1.42857143;
    color: #777;
}	
blockquote.style-2:before {
	content: '“';
	font-size: 60px;
	font-style: italic;
	left: 30px;
	position: absolute;
	top: 30px;
}
blockquote.style-2 {
	border-top: 1px solid #141414;
	padding: 60px;
	padding-left: 70px;
	padding-bottom: 30px;
}
blockquote cite {
	font-weight: bold;
	color: #7f2bcb;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
/*=======================================================
			BLOG According
========================================================*/
.blog {
}
.blog .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 20px;
}
.blog .blog-post {
	display: inline-block;
	width: 100%;
}
.blog .blog-post .tittle-post {
	font-size: 16px;
	color: #141414;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	margin: 10px 0;
}
/*.blog .blog-post .tittle-post:hover {
	color: #7605de;
}*/
.blog .blog-post p {
	line-height: 24px;
	letter-spacing: 0px;
	font-size: 14px;
}
.blog-post .post-bt {
	display: inline-block;
	width: 100%;	
	font-size: 14px;
	color: #141414;
	margin-bottom: 10px;
}
.blog-post .post-info {
	position: relative;	
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-post .post-img {
	position: relative;
	overflow: hidden;
}
.blog-post .post-img img {
	width: 100%;
}
.blog-post .post-info li {
	display: inline-block;
	color: #6f6f6f;
	margin-right: 20px;
	font-size: 14px; /*12px*/
	font-weight: 600;
}
.blog-post .post-info li i {
	margin-right: 10px;
	font-size: 14px;
}
.blog-post .post-info li .date {
	position: absolute;	
	height: 52px;
	width: 58px;
	background: #7f2bcb;
	color: #fff;
	float: right;
	right: 0px;
	top: -11px;
	padding: 0 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	font-style: italic;
}
.blog.style-2 .tittle-post {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.blog.style-2 .date {
	position: absolute;	
	height: 52px;
	width: 58px;
	background: #7f2bcb;
	color: #fff;
	float: right;
	left: 0px;
	bottom: 40px;
	padding: 0 10px;
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	font-style: italic;
}
.enter-round {
	border: 1px solid #fff;
	height: 83px;
	width: 83px;
	border-radius: 50%;
	line-height: 83px;
	text-align: center;
}
.side-bar .search input {
	width: 100%;
	border: none;
	border: 1px solid #e3e7f0;
	border-radius: 0px;
	height: 50px;
	padding: 0 20px;
	font-style: italic;
	color: #7b7b7b;
	font-size: 18px;
}
.side-bar .search button {
	position: relative;
	height: 50px;
	width: 60px;	
	color: #909090;
	background: none;
	border: none;
	font-size: 18px;
	float: right;
	margin-top: -50px;
	text-align: center;
}
.heading-side-bar {
	margin-top: 50px;
	position: relative;
}
.heading-side-bar h4 {
	font-family: 'Crimson Text', serif;
	font-style: italic;
  /*font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;*/	
	border-bottom: 1px solid #141414;
	padding-bottom: 12px;
	margin: 0px;
  /*color: #333333;*/
	padding-left: 30px;/*0px*/
}
.heading-side-bar h4:before {
	height: 10px;
	width: 10px;
	background: #7f2bcb;
	content: "";
	position: absolute;
	left: 0px;
	top: 7px;
	-webkit-transform: rotate(40deg); /* Safari */
	    -ms-transform: rotate(40deg); /* IE 9 */	
	        transform: rotate(40deg);
}
.heading-side-bar {
}
.about-me-small {
}
.about-me-small img {
	border-radius: 30px;
}
.side-bar .latest-post li {
	padding: 15px 0;
}
.side-bar .latest-post li a {
	padding: 0px !important;
	text-transform: uppercase;
	line-height: 20px;
}
/*.side-bar .block-instagram-widget {
	margin: 0 -5px;
}
.side-bar .widget p {
	line-height: 24px;
	font-size: 13px;
}
.side-bar .widget h5 {
	font-weight: normal;
	letter-spacing: 0px;
}*/
.side-bar .cate li {
	line-height: 40px;
}
.side-bar .cate li a {
	color: #6f6f6f;
	width: 100%;
	font-size: 13px;
	display: inline-block;
	padding-left: 30px;
    font-weight: 500;
}
/*.side-bar .cate li a:before {
	content: "\f105";
	position: absolute;
	left: 0px;
	font-family: 'FontAwesome';
}*/
.side-bar .cate li a span {
	color: #b8b8b8;
}
.side-bar .cate li a:hover {
	color: #7f2bcb;
}
.side-bar .tags {
	display: inline-block;
	width: 100%;
}
.side-bar .tags li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
.side-bar .tags li a {
	display: inline-block;
	background: #fff;
	border: 1px solid #ebebeb;
	color: #272727;
	float: left;
	font-size: 12px;
	padding: 8px 15px;
}
.side-bar .tags li a:hover {
	background: #7f2bcb;
	color: #fff;
	border-color: #7f2bcb;
}
.side-bar .top-sale li a {
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
}
.side-bar .top-sale li p {
	font-size: 18px;
	color: #141414;
	margin-top: 15px;
}
.side-bar .tags.size a {
	font-size: 12px;
	border: 1px solid #ececec;
	color: #141414;
}
.side-bar .tags.size a:hover {
	border: 1px solid #141414;
	background: none;
	color: #141414;
}
.split-post .blog-post .tittle-post {
	font-size: 26px;
}
.blog-detail .blog-post p {
	line-height: 30px;
}
.comments {
	margin-top: 40px;
}
.comments h5 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.comments .avatar {
	margin-right: 30px;
	width: 70px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.comments a i {
	margin-left: 10px;
}
.comments a {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #141414;
}
.comments .a-com p {
	color: #272727;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
}
.comments .more-comments {
	border: 1px solid #ececec;
	padding: 20px 30px;
	margin-top: 30px;
}
.comments .more-comments a {
	margin: 0px;
    font-weight: 600;
}
.comments .a-com {
	display: inline-block;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 30px;
}
.comments .a-com  span{
    font-weight: 600;
}
.comments .date {
	color: #6f6f6f;
	font-size: 12px;/*10px*/
	font-weight: bold;/*normal*/
	margin-top: 10px;
	margin-left: 20px;
}
.comments .btn {
	width: auto;
	float: right;
	margin: 0px;
}
.comments ul {
}
.comments .com-reply {
	margin-left: 110px;
}
.comments .comment-form {
	margin-top: 40px;
}
.comments .comment-form {
}
.comments .comment-form label {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
.comments .comment-form input {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	font-weight: bold;
	color: #272727;
	font-size: 18px;
	letter-spacing: 1px;
	height: 40px;
}
.comments .comment-form .form-control {
	height: 40px;
	border: none;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	margin-top: 10px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.comments .comment-form {
	margin-bottom: 40px;
}
.comments .comment-form ul {
	border-bottom: none;
}
.comments .comment-form textarea {
	height: 250px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	border: none;
	padding: 10px 20px;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	margin-top: 10px;
	border-radius: 0px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.comments .comment-form .btn {
	margin-top: 20px;
	color: #fff;
}
.comments .comment-form label {
	width: 100%;
	font-size: 12px;
}
.comments .comment-form .form-control:focus {
	border: 1px solid #7f2bcb;
}
.auther-name .social-icons {
	margin-top: 20px;
}
.auther-name .social-icons a {
	background: #f0f0f0;
	height: 37px;
	width: 37px;
	line-height: 37px;
	font-size: 12px;
}
.next-prev a {
	color: #141414;
}
.next-prev {
	margin-top: 50px;
	padding: 10px 0;
	border-top: 1px solid #141414;
	border-bottom: 1px solid #141414;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	display: inline-block;
	width: 100%;	
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	padding: 0px;
	height: 37px;
	width: 37px;
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	line-height: 35px;
	color: #272727;
	margin: 0 5px;
	font-size: 12px;
}
.pagination>li>a:hover {
	background: #af5875;
	color: #fff;
	border-color: #af5875;
}
/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
	display: inline-block;
	position: fixed;	
	height: 40px;
	width: 40px;
	bottom: 40px;
	right: 40px;
	color: #7605de;
	border-radius: 4px;/*50%*/
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	border: 3px solid #7605de;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background: none;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	   -moz-transition: opacity .3s 0s, visibility 0s .3s;
	        transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;	
	        transition: all 0.4s ease-in-out;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
	        transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 0.5;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7f2bcb;
	opacity: 1;
	color: #fff;
}
#wrap.boxed-layout {
	max-width: 1250px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#wrap.boxed-layout .is-sticky .sticky {
	left: 0px;
}
.bg1-body {
	background: url(../images/sliders/3/slide-2.jpg) fixed no-repeat;
	background-size: cover;
}
#wrap.boxed-layout .contact.style-2 .contact-right {
	padding-right: 20px;
}
/*=======================================================
			ALERT BOXES
========================================================*/
.alert {
	position: relative;	
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border: none;
	border-radius: 0px;
	padding: 25px 30px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.alert .close {
	position: absolute;	
	color: #fff;
	opacity: 1;
	font-size: 14px;
	top: inherit;
	right: 30px;
}
.alert .fa-2x {
	font-size: 16px;
	margin-right: 20px;
}
.alert.alert-success {
	background: #2fba87;
}
.alert.alert-info {
	background: #6dcff6;
}
.alert.alert-danger {
	background: #ffc11b;
}
.alert.alert-warning {
	background: #eb5020;
}
.alert.alert-success.style-2 {
	background: #e7f6f0;
	border: 1px solid #2fba87;
	color: #2fba87;
}
.alert.alert-success.style-2 i {
	color: #2fba87;
}
.alert.alert-info.style-2 {
	background: #effaff;
	border: 1px solid #6dcff6;
	color: #6dcff6;
}
.alert.alert-info.style-2 i {
	color: #6dcff6;
}
.alert.alert-danger.style-2 {
	background: #fffbf0;
	border: 1px solid #ffc11b;
	color: #ffc11b;
}
.alert.alert-danger.style-2 i {
	color: #ffc11b;
}
.alert.alert-warning.style-2 {
	background: #fff0ec;
	border: 1px solid #eb5020;
	color: #eb5020;
}
.alert.alert-warning.style-2 i {
	color: #eb5020;
}
.alert.alert-large {
	font-size: 14px;
	letter-spacing: 1px;
}
.alert.alert-large .fa-2x {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #141414;
	border-radius: 50%;
	background: #fff;
	float: left;
	margin-top: 10px;
	font-size: 24px;
}
.alert.alert-large p {
	color: #fff;
	font-size: 11px;
	text-transform: none;
	line-height: 22px;
	margin-top: 10px;
}
.alert.alert-large .close {
	top: 20px;
	right: 20px;
}
.alert.x-large {
	font-size: 14px;
}
.alert.x-large .fa-border {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	padding-left: 8px;
	margin-right: 20px;
}
.alert.alert-success.x-large {
	border: 2px solid #2fba87;
}
.alert.alert-info.x-large {
	border: 2px solid #6dcff6;
}
.alert.alert-danger.x-large {
	border: 2px solid #ffc11b;
}
.alert.alert-warning.x-large {
	border: 2px solid #eb5020;
}
.alert.alert-success.x-large .fa-border {
	border: 2px solid #2fba87;
}
.alert.alert-info.x-large .fa-border {
	border: 2px solid #6dcff6;
}
.alert.alert-danger.x-large .fa-border {
	border: 2px solid #ffc11b;
}
.alert.alert-warning.x-large .fa-border {
	border: 2px solid #eb5020;
}

/*==========================================================================
	   COUNTDOWN STYLES
========================================================================== */
.coming-soon {
	background-size: cover;
	background: url(../images/bg/soon-bg.jpg) no-repeat;
	padding: 150px 0;
	text-align: center;
}
.coming-soon {
	color: #b8b8b8;
}
.coming-soon .countdown {
	margin-top: 100px;
	display: inline-block;
	width: 100%;
}
.coming-soon .countdown li {
	text-align: center;
	display: inline-block;
	width: 25%;
	float: left;
}
.coming-soon .countdown li span {
	font-size: 60px;
	font-style: italic;
	color: #fff;
	line-height: 60px;
}
.coming-soon .countdown li p {
	font-size: 24px;
	color: #fff;
	text-transform: capitalize;
}
.coming-soon .time {
	display: inline-block;
	width: 100%;
}
.coming-soon .countdown li {
}
.coming-soon .countdown li article {
	height: 160px;
	width: 160px;
	padding-top: 40px;
	display: inline-block;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
}
.coming-soon .social-icons {
	margin-top: 80px;
}
.coming-soon .social-icons li {
	float: none;
	margin: 0 5px;
}
.coming-soon .social-icons li a {
	background: none;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
}
.coming-soon .social-icons li a:hover {
	background: #ff83a6;
}
.coming-soon.style-2 {
}
.coming-soon.style-2 h1 {
	font-size: 60px;
	letter-spacing: -4px;
	margin-bottom: 20px;
}
.coming-soon.style-2 .countdown li span {
	font-size: 60px;
	color: #3c3c3c;
	font-weight: 100;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	font-style: normal;
	line-height: 60px;
}
.coming-soon.style-2 .countdown li article {
	border-right: 1px solid rgba(0,0,0,0.1);
	border-radius: 0px;
	width: 100%;
	padding: 0px;
	padding: 30px 0px;
	height: auto;
}
.coming-soon.style-2 .countdown li p {
	font-size: 24px;
	font-weight: 100;
	color: #3c3c3c;
	margin-top: 30px;
}
.coming-soon.style-2 .subcribe .sub-mail input {
	background: rgba(255,255,255,0.2);
}
.coming-soon.style-3 {
	text-align: left;
}
.coming-soon.style-3 h3 {
	font-size: 100px;
	text-transform: none;
	letter-spacing: -8px !important;
	color: #141414 !important;
	text-align: left;
	line-height: 80px;
}
.coming-soon.style-3 .countdown li {
	width: auto;
	margin-right: 40px;
}
.coming-soon.style-3 .countdown li span {
	font-size: 48px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	color: #141414 !important;
	font-weight: bold;
	letter-spacing: -5px;
	font-style: normal;
	line-height: 60px;
}
.coming-soon.style-3 .countdown li article {
	height: 110px;
	width: 110px;
	text-align: center;
	padding: 10px 0;
	display: inline-block;
	border-radius: 0%;
	border: 2px solid #c6c4c5;
	background: none;
}
.coming-soon.style-3 .countdown li p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	color: #141414;
	font-weight: bold;
	margin: 0px;
	letter-spacing: -1px;
	line-height: 20px;
	text-transform: none;
}
