/*------------------------------------------------------------------
    Main Style Stylesheet
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
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 
-------------------------------------------------------------------*/

/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #163A4F;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 36px;
	font-weight: bold;
	color: #347F38;
}
h3 {
	font-size: 30px;
	color: #347F38;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
	font-weight: bold;
}

h7{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

p {
	font-family: inherit;
	font-weight: 400;
	color: #6f6f6f;
	line-height: 30px;
	text-rendering: optimizeLegibility;
	font-size: 1.1em;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-family: 'Lato', sans-serif;
}
img {
	-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;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #222;
}
.relative a {
	text-decoration: none;
	color: #C51962;
}
.font-Lato {
	font-family: 'Lato', sans-serif;
}
.font-crimson {
	font-family: 'Crimson Text', serif;
}
.font-Lato {
	font-family: 'Lato', sans-serif;
}
.font-hair-line {
	font-family: 'Latohairline';
}
.font-light {
	font-family: 'Latolight';
}
.font-regular {
	font-family: 'Latoregular';
}
.font-extra-bold {
	font-family: 'Latobold';
}
p.intro-small {
	font-style: italic;
	color: #f5f5f5;
	width: 80%;
	margin: 0 auto;
}
.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;
	line-height: 20px;
}
.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: normal !important;
}
.white-text {
	color: #fff !important;
}
.font-italic {
	font-style: italic;
}
.font-bold {
	font-weight: bold !important;
}
a:hover, a:focus {
	color: #ECA424;
}
.relative a:hover, .relative a:focus {
	color: #ECA424;
}
.text-color-primary {
	color: #C51962;
}
.text-color-secondary {
	color: #347F38;
}
.text-color-tertiary {
	color: #163A4F;
	font-weight: 700;
}
.text-color-quaternary {
	color: #A0CD51;
	font-weight: 700;
}
.border-bottom-1 {
	border-bottom: 1px solid #ededed;
}
.position-center-center {
	left: 50%;
	position: absolute;
	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;
}
.white-bg {
	background: #fff;
}
.relative {
	position: relative;
}
.line-height-24 {
	line-height: 24px !important;
}
.dark-text p {
	color: #141414;
}
/* VRJ block styling*/
.parastyle1, .parastyle2,  .parastyle3 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    width: 99%;
}
.parastyle1 {
	background-color: #FFF;
	font-size: 1.0em;
	color: #5F6973;
	text-align: left;
	-webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    2px 1px 8px rgba(0, 0, 0, 0.2);
box-shadow:         2px 1px 8px rgba(0, 0, 0, 0.2);
}
.parastyle1  h3 {padding-top: 0px; margin-top: 0px}
.parastyle2 {
	font-size: 1em;
	color: #134D59;
	text-align: left;
}
.parastyle2  a:link,   .parastyle2  a:visited {
	color: #A0CD51;
	text-decoration: none;
	font-weight: 700;
}
 .parastyle2  a:hover,  .parastyle2  a:active {
	color: #000000;
	text-decoration: underline;
}
.parastyle3 {
	font-size: 1.0em;
	color: #0D92CB;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
}
/*=======================================================
      ROUND IMAGES 2
========================================================*/
.vrj-round-container2 {
    position: relative;
    width: 100%;
	  border-radius: 100%;
	overflow: hidden;
	border: thin;
	border-color: #EEE;
	border-style: solid;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.vrj-round-image2 {
  display: block;
  width: 100%;
  height: auto;
 border-radius: 50%;
}

.vrj-round-overlay2 {
position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(46,204,113,0.4);
  background: linear-gradient(65deg, rgba(46,204,113,0.4), rgba(243,156,18,0.4));
    border-radius: 50%;
}

.vrj-round-container2:hover .vrj-round-overlay2  {
  opacity: 1;
}


.vrj-round-text2 {
color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}




/*=======================================================
      ROUND IMAGES 
========================================================*/

.vrj-round-container {
    position: relative;
    width: 100%;
	  border-radius: 100%;
	overflow: hidden;
	border: thin;
	border-color: #EEE;
	border-style: solid;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.vrj-round-image {
  display: block;
  width: 100%;
  height: auto;
}

.vrj-round-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
    background-color: rgba(46,204,113,0.4);
  background: linear-gradient(65deg, rgba(46,204,113,0.4), rgba(243,156,18,0.4));
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.vrj-round-container:hover .vrj-round-overlay {
  width: 100%;
}

.vrj-round-text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}








/*=======================================================
      ROUND IMAGES
========================================================*/
.vrj-round a {display: block}
.vrj-img {
  border-radius: 100%;
  display: flex;
  flex: 0 0 100%;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
	border: thin;
	border-color: #EEE;
	border-style: solid;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto
}
.vrj-img img {
  height: 100%;
}
.vrj-img-overlay {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s;
  z-index: 1;
	overflow: hidden;
	
}
.vrj-img-overlay:hover {
  opacity: 1;
}
.vrj-img-overlay {
  background-color: rgba(46,204,113,0.4);
  background: linear-gradient(65deg, rgba(46,204,113,0.4), rgba(243,156,18,0.4));
  color: #fafafa;
  font-size: 24px;
}
/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
/*=======================================================
      HEADINGS
========================================================*/
.heading-block {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}
.heading-block h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 3px;
}
.heading-block h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading-block h2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading-block span {
	font-family: 'Crimson Text', serif;
	font-size: 25px;
	font-weight: 400;
	color: #6f6f6f;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-style: italic;
}

.heading-block hr.color {
	height: 2px;
	width: 53px;
	background: #eeb013;
	border: none;
	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.style-2 h2 {
	font-size: 48px;
	font-weight: normal;
}
.heading-block.style-3 h2 {
	font-size: 48px;
	letter-spacing: 0.5px;
	color: #141414;
	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 {
	font-size: 13px;
	line-height: 30px;
	width: 75%;
	margin: 0 auto;
}
.heading-block.style-6 p {
	font-size: 18px;
	line-height: 30px;
	width: 80%;
	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 {
	font-style: italic;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
	text-transform: none;
	font-size: 60px;
	color: #141414;
	letter-spacing: -2px;
	margin-top: 0px;
}
.heading-block.style-4 h4 {
	font-size: 48px;
	color: #141414;
	font-style: italic;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
	text-transform: none;
	letter-spacing: 0px;
	margin-top: 0px;
}
.heading-block.style-4 h3 {
	font-style: italic;
	font-weight: bold;
	font-family: 'Crimson Text', serif;
	text-transform: none;
	font-size: 36px;
	color: #141414;
	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 {
	font-size: 18px;
	font-family: 'Crimson Text', serif;
	width: 65%;
	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 {
	letter-spacing: 1px;
	padding: 15px 60px;
	border: 2px solid #ececec;
	display: inline-block;
	margin-top: 0px;
}
.heading-border h2 {
	font-size: 40px;
	display: inline-block;
	border: 4px solid #fff;
}
.heading-border h3 {
	font-size: 30px;
	display: inline-block;
	border: 2px solid rgba(255,255,255,0.5);
}

/* responsive video embed*/
.vrjvideo-wrapper {
	width: 640px;
	max-width: 100%;
}
.vrjvideo {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.vrjvideo iframe, .vrjvideo object, .vrjvideo embed {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 100%;
    height: 100%;
}

/*=======================================================
      SERVICES
========================================================*/
.services li {
	background: #f0f0f0;
}
.services li:nth-child(2) {
	background: #e7e7e7;
}
.services li .ser-inn {
	padding: 70px 65px;
}
.services li .ser-inn .gray-border {
	border-color: #FFF;
}

.services li .ser-inn p, .services li .ser-inn2 p {
	font-size: 14px;
}
.offer-services ul {
	text-align: center;
}
.offer-services ul li {
	float: none;
	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;
}
.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: #E7EDEF;
}
.services li:nth-child(2) {
	background: #E8F4F0;
}
.services li:nth-child(3) {
	background: #E7EDEF;
}
.services li:nth-child(4) {
	background: #E8F4F0;
}
.services li:nth-child(5) {
	background: #E7EDEF;
}
.services li:nth-child(6) {
	background: #E8F4F0;
}
.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: #fff;
	border: 2px solid #141414;
}
.have-sikills {
	padding-right: 35%;
}
.service-intro p {
	font-size: 16px;
}

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 {
}
.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;
}
.ser-inn3 {min-height: 0px}
@media (min-width: 768px) {.ser-inn3 {min-height: 60px}}
@media (min-width: 992px) {.ser-inn3 {min-height: 100px}}
@media (min-width: 1200px) {.ser-inn3 {min-height: 200px}}
@media (min-width: 2200px) {.ser-inn3 {min-height: 120px}}
/*=======================================================
      DIVIDERS
========================================================*/
.divider {
	color: #e5e5e5;
	margin: 1.07143rem 0;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
	border-top: 1px solid rgba(20, 20, 20, 0.2);
	content: "";
	height: 0;
	left: 30px;
	position: absolute;
	top: 49%;
	width: 100%;
}
.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;
	font-size: 32px;
	height: 32px;
	line-height: 1;
	position: relative;
	text-align: center;
	width: 32px;
}
/*=======================================================
      BUTTON
========================================================*/
.btn {
	background: #eeb013;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 50px;
	font-weight: bold;
	border-radius: 0px;
	letter-spacing: 1px;
	color: #141414;
	position: relative;
	overflow: hidden;
}
.btn-search {
	padding: 8px 30px;
}
.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 {
	background: #eeb013;
	color: #fff;
}
.btn.btn-color:hover {
	background: #141414;
	color: #fff;
}
.btn.gray-border {
	background: none;
	border: 2px solid #FFF;
}
.btn.gray-border:hover {
	background: #ececec;
}
.btn.dark-border {
	background: none;
	border: 1px solid #141414;
}
.btn.dark-border:hover {
	color: #fff;
	background: #141414;
}
.btn.gary {
	background: #909090;
	color: #fff;
}
.btn.gary:hover {
	background: #6d6d6d;
}
.btn.dark {
	background: #141414;
	color: #fff;
	border: 2px solid #141414;
}
.btn.dark:hover {
	background: none;
	color: #141414;
	border: 2px solid #141414;
}
.btn.radius {
	border-radius: 4px;
}
.btn-icon {
	font-size: 18px;
	padding: 0px;
	display: inline-block;
	height: 60px;
	position: relative;
	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;
	border: 2px solid #fff;
	color: #fff !important;
}
.btn.btn-white.btn-1:hover {
	background: #fff;
	color: #333 !important;
}
.right {
	float: right;
}


 

/*=======================================================
      TOP logo edj
========================================================*/
.top-bar-logo {
	margin-top: 0px;
	background: #fff;
	
}
.top-bar-logo p {
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 43px;
	margin: 0px;
}
.top-bar-logo ul li {
	display: inline-block;
}
.socialtop {padding-top: 5px}
.top-bar-logo .socialtop a:link, .top-bar-logo .socialtop a:visited {
    line-height: 43px;
    color: #9BCDA7;
    font-size: 20px;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}
.top-bar-logo .socialtop a:hover,  .top-bar-logo .socialtop a:active {
	color: #347F38;
}	
.logo-box {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
		
	}
.topaddress {
	text-align: center;
	font-size: 18px;
	color: #174D5D;
}
.topaddress .fa {padding-right: 10px}
.topcontact ul { list-style: none}
.topcontact li {display: inline-block; float: none; }
.toptel{padding-top: 0px;
	padding-bottom: 0px;
padding-right: 10px;
padding-left: 10px;}
.toptel a:link,  .toptel a:visited {
	color: #184653 ;
	text-decoration: none;
	display: inline-block;
	min-height: 28px ;
	font-size: 25px ;
}
.toptel a:hover, .toptel a:active {
	color: #184653 ;
	text-decoration: none;
}
#topsearch {
    text-align: right;
}
.searchleft {float: right; width: 60%; padding-right: 0%}
.searchright { float: right;  width: 39%; padding-right: 1%}
.toptel .fa { padding-right:10px; min-height: 28px ; font-size: 25px ;  color:#ECA424;  }
.topaccount {text-align: center}

@media (min-width: 768px) {
	.top-bar-logo {
	margin-top:5px;
	background: #fff;
}
.topaddress {
	text-align: right
}
	.socialtop {padding-top: 5px}
	.topaccount {text-align: right}
}


.topcontact li {display: inline-block; float: right; }
.toptel{padding-top: 10px;
	padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;}

/*=======================================================
     featured link liststyle in page nav
========================================================*/
.featured,.featured2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.featured .fa,.featured2 .fa{
	padding-right: 5px;
	padding-left: 5px;
}
 .featured a:link,  .featured2 a:link,  .featured a:visited,  .featured2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-o-transition: color .2s ease-out, background 1s ease-in;
	-ms-transition: color .2s ease-out, background 1s ease-in;
	-moz-transition: color .2s ease-out, background 1s ease-in;
	-webkit-transition: color .2s ease-out, background 1s ease-in;
	transition: color .2s ease-out, background 1s ease-in;
	display: inline-block;
	font-size: 0.9em;
	 text-transform: uppercase;
	  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
 .featured a:link,   .featured a:visited {
	background-color: #347F38;
}

 .featured2 a:link,   .featured2 a:visited {
	background-color: #C51962;
}
 .featured a:hover,  .featured2 a:hover,  .featured a:active,  .featured2 a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.relative ul {list-style-position: outside;
    list-style-image: url(../images/bullet1.png);
    padding-left: 45px;
    font-size: 1.1em;
    padding-bottom: 10px}
.relative li {padding-top: 0.315em;
	padding-bottom: 0.315em;
	list-style-image: url(../images/bullet1.png);
	color: #525252;}

.relative .liststyle1 ul {
    list-style-position: outside;
    list-style-image: url(../images/bullet1.png);
    padding-left: 25px;
    font-size: 1.1em;
    padding-bottom: 10px;
}
.relative .liststyle1 li {
	padding-top: 0.315em;
	padding-bottom: 0.315em;
	list-style-image: url(../images/bullet1.png);
	color: #525252;
}
.relative .liststyle2 ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet2.png);
	padding-left: 20px;
	font-size: 1.1em;
}
.relative .liststyle2 li {
	padding-top: 0.66em;
	padding-bottom: 0.66em;
	list-style-image: url(../images/bullet2.png);
	color: #233D4D;
}
.relative .liststyle3 ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet3.png);
	padding-left: 35px;
	font-size: 1.1em;
}
.relative .liststyle3 li {
	padding-top: 0.36em;
	padding-bottom: 0.36em;
	list-style-image: url(../images/bullet3.png);
	color: #233D4D;
}
 .listtick1 ul {
    list-style-position: outside;
    list-style-image: url(../images/tick.png);
    padding-left: 65px;
    font-size: 1.1em;
}
 .listtick1 li {
	padding-top: 0.36em;
	padding-bottom: 0.36em;
	list-style-image: url(../images/tick.png);
	color: #233D4D;
}
.listtick2 ul {
    list-style-position: outside;
    list-style-image: url(../images/tick2.png);
    padding-left: 65px;
    font-size: 1.0em;
}
 .listtick2 li {
	padding-top: 0.36em;
	padding-bottom: 0.36em;
	list-style-image: url(../images/tick2.png);
	color: #233D4D;
}
/* top menu*/
.topnav {background-color:#163A4F }
/*in page menu */
.inpage-menu{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	clear: both;
}
.inpage-menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.inpage-menu li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.menuheading {
	color: #461A3E;
	text-decoration: none;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	font-weight: 700;
}
.inpage-menu a:link .inpage-menu a:visited{
	color: #5B87A2;
	text-decoration: none;
	font-size: 1.0em;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	display: block;
}
.inpage-menu a:hover,  .inpage-menu a:active {
	color: #FC496D;
}
.inpage-menu .up a:link,  .inpage-menu .up a:visited {
	color: #FC496D;
	text-decoration: none;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
.inpage-menu .up a:hover, .inpage-menu .up a:active {
	color: #FC496D;
}		
.inpage-menu .fa {
	padding-right: 6px;
	padding-left: 6px;
}




/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
	height: 100%;
	position: relative;
	overflow: hidden;
}
/*=======================================================
      WELCOME 
========================================================*/
.welcome .icon-box h6 {
	text-transform: uppercase;
	font-weight: 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: 'Lato', sans-serif;
	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;
}
/*=======================================================
      PORTFOLIO
========================================================*/
.portfolio-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 2;
	transition: all 400ms ease-out;
	overflow: hidden;
}
.portfolio-overlay:before {
	background-color: #f6b138;
	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: #f6b138;
}
.portfolio-overlay .position-center-center {
	width: 100%;
	padding: 0 30px;
}
.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 {padding-top: 10px; padding-bottom: 10px}
.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 .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 {
	bottom: 0px;
	position: absolute;
	background: #141414;
	width: 100%;
	text-align: left;
	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 {
	background: #fff;
	position: absolute;
	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 {
	width: 100px;
	margin: 0 auto;
	display: inline-block;
}
.portfolio-overlay.style-4 .detail-info span {
	color: #6f6f6f;
	font-size: 18px;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	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: #efb521;
	color: #fff;
	line-height: 26px;
}
.portfolio-overlay.style-4 .go:hover {
	color: #efb521;
	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 #eeb013;
	color: #eeb013;
}
.portfolio-overlay.style-2 a.go {
	color: #eeb013;
	height: 30px;
	width: 30px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #eeb013;
	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: #fff;
	height: 53px;
	width: 53px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	line-height: 50px;
	font-size: 18px;
}
.nav-active .owl-nav .owl-prev {
	display: block !important;
	position: absolute;
	top: 50%;
	left: -100px;
	margin-top: -25px;
}
.nav-active .owl-nav .owl-next {
	display: block !important;
	position: absolute;
	top: 50%;
	right: -100px;
	margin-top: -25px;
}
.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 {
	right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.with-nav .owl-nav .owl-prev {
	left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
/*=======================================================
      PORTFOLIO COL
========================================================*/
.col-5 .portfolio-item {
	width: 20%;
	position: relative;
	float: left;
}
.col-4 .portfolio-item {
	width: 25%;
	position: relative;
	float: left;
}
.col-3 .portfolio-item {
	width: 33.3333%;
	position: relative;
}
/*=======================================================
			OUR TEAM
========================================================*/
.our-team h4 {
	font-weight: bold;
}
.our-team .btn {
	font-weight: normal;
	letter-spacing: 3px;
}
/*=======================================================
			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;
	-ms-transform: rotate(5deg); /* IE 9 */
	-webkit-transform: rotate(5deg); /* Safari */
	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: normal;
}

.text-strike {
	text-decoration: line-through;
}

.full-w {
	display: inline-block;
	width: 100% !important;
}
.rock-land {
	min-height: 795px;
}
.rock-land span {
	display: inline-block;
	width: 100%;
}
.rock-land h2 {
	letter-spacing: -1px;
}
.look-up li {
	padding: 0px;
}
.look-up li article {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	display: inline-block;
}
.look-up li article img {
	width: 100%;
}
.look-up li article a {
	float: left;
	width: 100%;
}
.look-up li article a:hover {
}
.look-up li article:hover {
	background: #000;
}
.look-up li article:hover img {
	-webkit-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-moz-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-o-transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: all 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: none;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	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;
}

/*===========================================
    Rating Stars 
===========================================*/
.stars {
	display: inline-block;
	width: 100%;
	color: #ebc52d;
	font-size: 12px;
	margin-top: 20px;
}
/* side feature boxes*/

.sidefeature1 {text-align: center; font-size: 1.5em;}
.sidefeature1 a:link,   .sidefeature1 a:visited {
	display: block; background-color:#C51962; color: #FFF; padding: 20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
	margin-bottom: 20px;
}

 .sidefeature1 a:hover,   .sidefeature1 a:active {
	background-color: #163A4F;
}
.sidefeature2 {text-align: center; font-size: 1.5em;}
.sidefeature2 a:link,   .sidefeature2 a:visited {
	display: block; background-color:#A0CD51; color: #FFF; padding: 20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
	margin-bottom: 20px;
}

 .sidefeature2 a:hover,   .sidefeature2 a:active {
	background-color: #347F38;
}
.sidefeature3 {text-align: center; font-size: 1.5em;}
.sidefeature3 a:link,   .sidefeature3 a:visited {
	display: block; background-color:#ECA424; color: #FFF; padding: 20px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
	margin-bottom: 20px;
}

 .sidefeature3 a:hover,   .sidefeature3 a:active {
	background-color: #C82C1D;
}
/*=======================================================
			CONTACT FORM VRJ
========================================================*/
/* Standard Forms */
form {
  margin: 0 0 1em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
form .row input.column,
form .row input.columns {
  padding-left: 0.5em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1.0em;
  margin: 0 0 1em 0;
  padding: 0.7em;
  height: 2.4525em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em;width: auto!important;border-bottom:0px; }

.contactform a:link,  .contactform a:visited {
	color: #999999;
	text-decoration: none;
}
.contactform a:hover, .contactform a:active {
color: #90C957;
	text-decoration: underline;
}
.contactform input {
	font-size: 1.0em;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #eee;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contactform .submit input {
	font-size: 1.0em;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #347F38;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
}

.contactform textarea {
	font-size: 1.0em;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #eee;
	margin-top: 10px;
}
.contactform fieldset {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding: 3%;
}
.contactform legend {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.2em;
	color: #163A4F;
	font-weight: normal;
}
.smalltxt {
	font-size: 0.8em;
}
.contactform label {
	font-size: 1em;
	color: #C51962;
	font-weight: normal;
}
.contactform option {
	color: #333333;
	border: none;
	padding: 2px;
}
.contactform select {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 10px;
}
.contactform  .contactsubmit {
	font-size: 1.0em;
	color: #FFF;
	background-color: #00765E;
}
.contactform  .contactclear {
	font-size: 1.0em;
	color: #FFF;
	background-color: #999999;
}
/*.membergroups  label {float: left;  width: 50px; display: block}
.membergroups  input  {float: left;  width: 50px; display: block}*/

/*#partners  label {float: left; padding-right: 20px; width: 180px}
#partners  input .cms_checkbox {float: left}*/

/*#deals  label {float: left; padding-right: 20px; }
#deals  input .cms_checkbox {float: left}*/

/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #EEE;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #163A4F;
	background: #EEE;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #FFF
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 20em;
	text-align: left;
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 25em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.memberscontact  .cms_submit {
	font-size: 1.0em;
	color: #FFF;
	background-color: #00765E;
	padding: 5px;
}
.contactform input {
	border: 1px solid #EEE;
	background-color: #FAFAFA;
}
 .memberscontact input {
	border: 1px solid #EEE;
	background-color: #FFF;
}
.contactform input.checkbox {
	border: none;
}
.contactform label, .memberscontact label {
	display: block;
	float: left;
	text-align: left;	
	color: #C51962;
	font-size: 1.0em;
}
.contactform label.label, .memberscontact label.label {
	display: inline;
	float: none;
	font-size: 16px;
}
.contactform textarea {
	background-color: #FAFAFA;
	border: 1px solid #EEE;
}
.memberscontact textarea {
	background-color: #FAFAFA;
	border: 1px solid #EEE;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
.memberscontact td {padding: 10px; font-weight: 700}

.memberscontact .cms_dropdown { float: right; width: 120px}
.memberscontact .cms_dropdown label { float: left}
/*=======================================================
			CONTACT FORM
========================================================*/
.contact .icon-box .ib-icon i {
	color: #f6b138;
	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: 16px;
	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 {
	content: "\f071";
	font-family: 'FontAwesome';
	position: absolute;
	color: red;
}
.success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	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;
}
#contact_form li .form-control {
	height: 45px;
	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 {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	line-height: 26px;
	position: relative;
	bottom: -20px;
	color: #f6b138;
}
.contact-form label span {
	color: #fff;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}
#contact_form li .form-control:focus {
	border-bottom: 1px solid #f6b138;
}
.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;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contact-form button:hover {
	background: #f6b138;
	border-color: #f6b138;
}
.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 {
	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);
	display: inline-block;
}
.social-icons-large li a:hover {
	background: #eeb013;
	color: #fff;
}
.social-icons li a {
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
.contact.style-3 li a {
	background: #f9f9f9;
}
.social-icons li a:hover {
	background: #eeb013;
	color: #fff;
}
.contact.style-3 #contact_form li .form-control {
	border: 1px solid #141414;
	color: #141414;
	margin-bottom: 20px;
	height: 50px;
	font-size: 15px;
	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 #eeb013 !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 #eeb013 !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;
}
.contact.style-3 .contact-form button:hover {
	border: 2px solid #eeb013;
}
.bg-parallax.style-4 h2 {
	font-size: 48px;
	font-weight: bold;
	margin: 20px 0;
}
.bg-parallax.style-4 span.hand-craft {
	color: #6f6f6f;
	font-size: 24px;
	font-style: italic;
	display: inline-block;
	width: 100%;
}
.bg-parallax.style-4 a {
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
	display: inline-block;
}
/*=======================================================
			PARTNER
========================================================*/
.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 .position-center-center {
	width: 100%;
}
.sub-banner h2 {
	color: #fff;
	margin: 0px;
	font-size: 48px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 150px;
}
.breadcrumb {
	text-align: center;
	background: none;
	text-transform: uppercase;
	margin-top: 30px;
}
.breadcrumb a {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}
.breadcrumb>.active {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
}
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 20px;
	font-size: 13px;
	color: #ffffff;
	font-weight: normal;
}
/*=======================================================
			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;
	color: #6f6f6f;
	line-height: 30px;
	font-style: italic;
	font-family: 'Crimson Text', serif;
}
.testimonial .flex-control-thumbs {
	position: relative;
	top: 0px;
	left: 0px;
}
.testimonial .flex-control-thumbs li {
	height: 155px;
	width: 155px;
	position: relative;
	overflow: hidden;
	float: none;
	margin: 0 10px;
	border-radius: 50%;
}
.testimonial .flex-control-thumbs li img {
	border-radius: 50%;
	border: 6px solid;
	border-color: rgba(255,255,255,0.5);
}
.testimonial .slides {
	margin-top: 200px;
	position: absolute;
	width: 100%;
}
.testimonial .flex-control-thumbs .flex-active {
	border: 6px solid #eeb013;
}
.testimonial .divider .i-div {
	margin: 15px 0;
}
.testimonial .testi h6 {
	font-weight: normal;
	font-size: 14px;
}
.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;
}
.testimonial.style-2 hr {
	width: 65px;
	height: 2px;
	border: none;
	background: #fff;
	margin: 20px auto;
}
.testimonial.style-2 .testi {
	min-height: auto;
}
.testimonial.style-2 .avatar {
	height: 143px;
	width: 143px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}
.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 {
	height: 114px;
	width: 114px;
	position: absolute;
	left: -60px;
	border-radius: 50%;
	margin-top: 5%;
}
.testimonial.style-4 {
}
.testimonial.style-4 .avatar {
	height: 27px;
	width: 27px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
}
.testimonial.style-4 .testi {
	width: 89%;
}
.testimonial.style-4 .testi h6 {
	color: #000 !important;
	letter-spacing: 1px;
}
.testimonial.style-4 .testi .text-in:before {
	font-family: 'FontAwesome';
	content: "\f0d8";
	position: absolute;
	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 {
	border: 1px solid #ececec;
	padding: 30px 30px;
	margin-bottom: 10px;
	position: relative;
}
.testimonial.style-4 .testi .text-in p {
	color: #000 !important;
	margin-bottom: 30px;
}
.testimonial.style-5 .testi {
	width: 89%;	
	
}
.testimonial.style-5  {
    background-color: transparent;	
	
}
.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;
	margin-top: 0px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: normal;
}
.testimonial.style-6 hr {
	width: 65px;
	height: 2px;
	border: none;
	background: #eeb013;
	margin: 20px 0;
}
.testimonial.style-6 .testi-in span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
}
.testimonial.style-6 .testi-in .avatar {
	height: 114px;
	width: 114px;
	position: absolute;
	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;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: normal;
	text-align: right;
}
.testimonial.style-7 .testi-in span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	display: inline-block;
	width: 100%;
}
.testimonial.style-7 .testi-in .avatar {
	height: 70px;
	width: 70px;
	position: absolute;
	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 {
	content: "";
	position: absolute;
	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-pager {
	margin-top: 0px;
	position: relative;
}
/*=======================================================
			PROMO
========================================================*/
.promo.dark {
	background: #323232;
	padding: 25px 0;
}
.promo.light {
	background: #ececec;
	padding: 50px 0;
}
.promo h4 {
	font-weight: normal;
	margin: 10px 0;
}
.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: #eeb013;
	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 #eeb013;
	color: #eeb013;
}
.event-block p {
	color: #909090;
	font-size: 22px;
	font-style: italic;
}
.event-block .dark-border:hover {
	background: #eeb013;
}
.lamp {
	position: absolute;
	right: 10%;
	width: 297px;
	height: 332px;
	top: 0px;
	float: right;
}
/*=======================================================
			ICONS 
========================================================*/
.icon-box .ib-icon {
	background-color: transparent;
	display: inline-block;
	font-size: 26px;
	float: left;
	height: 5rem;
	line-height: 4.85714rem;
	width: 5rem;
	margin-right: 2.14286rem;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
	width: 100%;
}
.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: 16px;
	line-height: 24px;
	font-weight: 600;
}
.contact .ib-info.text-dark p {
	color: #141414;
}
.contact .ib-info.text-dark a {
	color: #141414 !important;
}
.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;
	line-height: 67px;
	width: 69px;
	font-size: 30px;
}
.icon-box.ib-medium .ib-icon {
	height: 104px;
	line-height: 104px;
	width: 104px;
}
.icon-box.ib-large .ib-icon {
	height: 110px;
	line-height: 110px;
	width: 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 {
	margin-bottom: 40px;
	position: relative;
	height: 80px;
	width: 80px;
	line-height: 80px;
}
.icon-box.ib-style-4 .ib-icon:after {
	background-color: #d9d9d9;
	content: '';
	height: 21px;
	left: 50%;
	position: absolute;
	-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%;
	width: 1px;
}
.icon-box.ib-style-4 .ib-info h4 {
	font-size: 14px;
	margin-top: 20px !important;
}
.icon-box.ib-style-5 {
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	display: block;
	margin-top: 4.28571rem;
	padding: 5.35714rem 1.07143rem 1.78571rem;
	position: relative;
}
.icon-box.ib-style-5 .ib-icon {
	background-color: #fff;
	left: 50%;
	margin: 0;
	position: absolute;
	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 {
	color: inherit;
	font-size: 11px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	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: #f6b138;
}
.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 {
	padding-bottom: 1.07143rem;
	padding-top: 1.07143rem;
	position: relative;
}
.iconlist li ul, .iconlist li ol {
	margin-left: 2.85714rem;
	margin-bottom: 0;
	list-style: none;
}
.iconlist li > i, .iconlist li:before {
	color: #141414;
	font-size: 75%;
	font-style: normal;
	height: 1.42857rem;
	left: -2.85714rem;
	line-height: 1.42857rem;
	position: absolute;
	text-align: center;
	top: 1.07143rem;
	width: 1.42857rem;
}
.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: #f6b138;
}
.iconlist.i-fill-primary li > i, .iconlist.i-fill-primary li:before {
	background-color: #f6b138;
	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;
	line-height: 1.71429rem;
	margin-top: -0.30612rem;
	width: 1.78571rem;
}
.iconlist.i-large {
	margin-left: 3.57143rem;
}
.iconlist.i-large li > i, .iconlist.i-large li:before {
	font-size: 1.42857rem;
	height: 2.14286rem;
	line-height: 1.92857rem;
	top: 0.53571rem;
	width: 2.14286rem;
}
.icon-box p {
	font-size: 12px;
	line-height: 24px;
}
.icon-box .h6 {
	font-size: 12px;
	margin: 18px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.ib-style-3 .h6 {
	font-size: 14px;
}
.text-primary {
	color: #f6b138 !important;
}
/*=======================================================
			PRICINF TABLE
========================================================*/
.pricing-table {
	border: solid 1px #ededed;
	margin-left: 0;
	position: relative;
	z-index: 3;
}
.pricing-table .title {
	background-color: transparent;
	color: #303438;
	font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 25px 0;
	text-align: center;
}
.pricing-table .price {
	background-color: transparent;
	color: #141414;
	font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 50px;
	font-weight: 400;
	padding: 20px 0;
	padding-bottom: 50px;
	text-align: center;
}
.pricing-table .description {
	background-color: transparent;
	border-bottom: none;
	color: #6f6f6f;
	font-weight: 400;
	text-align: center;
}
.pricing-table .bullet-item {
	background-color: transparent;
	border-bottom: none;
	color: #6f6f6f;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
}
.pricing-table .price-label {
	background-color: #F76626;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.78571rem;
	text-transform: uppercase;
	border-radius: 50%;
	height: 3.21429rem;
	line-height: 3.21429rem;
	padding: 0 0.35714rem;
	width: 3.21429rem;
}
.pricing-table .price-label {
	position: absolute;
	top: 0;
	left: 84%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pricing-table .mixed {
	position: relative;
}
.pricing-table .mixed .price-label {
	bottom: 0;
	top: auto;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.pricing-table .title {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pricing-table .price .currency {
	font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	padding-right: 5px;
	vertical-align: top;
}
.pricing-table .price .period {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #141414;
	padding-left: 5px;
}
.pricing-table .cta-button .button {
	margin: 0;
}
.pricing-table.style-1 {
	position: relative;
}
.pricing-table.style-1 .title {
	border-bottom: solid 1px #ededed;
}
.pricing-table.style-1 .cta-button {
	position: static;
}
.pricing-table.style-1 .cta-button .btn {
	bottom: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	white-space: nowrap;
}
.pricing-table.style-1 .cta-button .btn:hover {
	background: #fff;
}
.pricing-table.mixed-skew-bottom-left .mixed:before {
	border-bottom: 20px solid #fff;
	border-left: 280px solid transparent;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	width: 100%;
	z-index: 0;
}
.pricing-table.mixed-skew-bottom-right .mixed:before {
	border-bottom: 20px solid #fff;
	border-right: 280px solid transparent;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	width: 100%;
	z-index: 0;
}
.pricing-table.hover-up {
	transition: all 300ms ease-out;
}
.pricing-table.hover-up.active, .pricing-table.hover-up:hover, .pricing-table.hover-up:active, .pricing-table.hover-up:focus {
	-webkit-transform: translateY(-22px);
	-moz-transform: translateY(-22px);
	-ms-transform: translateY(-22px);
	-o-transform: translateY(-22px);
	transform: translateY(-22px);
}
.pricing-table.hover-shadow {
	transition: all 300ms ease-out;
}
.pricing-table.hover-shadow.active, .pricing-table.hover-shadow:hover, .pricing-table.hover-shadow:active, .pricing-table.hover-shadow:focus {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
	-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
	-ms-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
	-o-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(236, 236, 236, 0.19);
}
.pricing.style-2 .icon {
	background: #fff url(../images/fact/pattern-bg.jpg) repeat;
	height: 80px;
	width: 80px;
	line-height: 78px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	z-index: 99;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}
.pricing .style-2 {
	margin-top: 50px;
	padding-top: 50px;
}
.pricing .pricing-table.style-2 .title {
	border: none;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.pricing .pricing-table.style-2 .price {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	letter-spacing: -0.6px;
	font-style: italic;
	padding: 0px;
	border-bottom: 1px solid #ececec;
}
.pricing .pricing-table.style-2 .price .currency {
	font-style: normal;
	padding-right: 0px;
}
.pricing .pricing-table.style-2 .btn {
	width: 100%;
	background: #141414;
	margin-top: 20px;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	border: none;
}
.pricing .pricing-table.style-2 .btn:hover {
	background: #eeb013;
}
.pricing .pricing-table.style-3 .price {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	padding-top: 30px;
	font-style: italic;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.pricing .pricing-table.style-3 .bg-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
}
.pricing .pricing-table.style-3 .price:before {
	content: "";
	height: 50px;
	background: #fff;
	width: 120%;
	-ms-transform: rotate(7deg); /* IE 9 */
	-webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
	transform: rotate(7deg);
	position: absolute;
	left: -20px;
	bottom: -20px;
}
.pricing .pricing-table.style-3 .period {
	color: #fff;
	font-size: 18px;
}
.pricing .pricing-table.style-3 .currency {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.pricing .pricing-table.style-3 h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	font-style: normal;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
}
.pricing .pricing-table.style-3 .btn {
	width: 100%;
	background: #F6C425;
	margin-top: 20px;
	color: #141414;
	padding: 20px 0;
	font-size: 14px;
	border: none;
}
.pricing .pricing-table.style-3 .btn:hover {
	background: #347F38;
	color: #fff;
}
/* Q and A*/
.quest {
    color: #EA09C6;
	font-size: 18px;
	padding-right: 10px;
	 display: inline-block;
    text-transform: uppercase;
}
 .answer  {
    color: #A0CD51;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
   }
/*=======================================================
			FACTS
========================================================*/
.facts {
}
.facts.style-2 {
	padding: 150px 0;
}
.facts.style-2:before {
	content: "";
	position: absolute;
	top: 0px;
	height: 55px;
	width: 100%;
	left: 0px;
	z-index: 9;
	background: #fff;
}
.facts.style-2:after {
	content: "";
	position: absolute;
	bottom: 0px;
	height: 150px;
	width: 100%;
	left: 0px;
	z-index: 9;
	background: #fff;
}
.facts .app-image {
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 0px;
	text-align: center;
	z-index: 99;
}
.facts.style-3 .icon {
	height: 129px;
	width: 129px;
	margin: 0 auto;
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 50%;
	line-height: 127px;
	text-align: center;
	margin-bottom: 20px;
}
.facts.style-3 .icon i {
	height: 80px;
	width: 80px;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	color: #141414;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
}
.facts.style-3 .number {
	font-size: 48px;
}
.facts.style-3 .c-style-6 {
	text-align: center;
}
.facts.style-3 .c-style-6 {
	margin-bottom: 0px;
}
.facts.style-3 .c-style-6 h5 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.facts.style-4 {
	text-align: center;
}
.facts.style-4 .c-style-7 h5 {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	text-transform: none;
	margin: 0px;
	color: #6f6f6f;
	font-weight: normal;
}
.facts.style-4 .c-style-7 .number {
	font-size: 30px;
	color: #6f6f6f;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}
/*=======================================================
			COUNTER
========================================================*/
.counter.style-1 {
	background: #575757;
}
.counter.pattern {
	background: url(../images/fact/pattern-bg.jpg) repeat;
}
.counter h5 {
	margin: 0px;
}
.counter .c-text-white {
	color: #FFFFFF !important;
}
.counter .c-style-1 {
	height: 172px;
	width: 172px;
	border-radius: 50%;
	border: 5px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.counter .c-style-1 .number {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
}
.counter .c-style-1 h5 {
	font-size: 11px;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
}
.counter .c-style-2 {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	height: 172px;
	width: 172px;
	position: relative;
	border-radius: 50%;
	border: 5px solid #000000;
	background: #fff;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.counter .c-style-2:before {
	height: 192px;
	width: 192px;
	content: "";
	z-index: 1;
	border-radius: 50%;
	margin: 0 auto;
	left: -15px;
	right: 0px;
	top: -15px;
	border: 10px solid #fff;
	position: absolute;
	box-shadow: 0 0 1px rgba(51,51,51,0.5);
}
.counter .c-style-2 .number, .counter.c-style-2 h5 {
	font-family: inherit;
	font-style: inherit;
}
.counter .c-style-2 .number {
	font-size: 40px;
	font-weight: bold;
}
.counter.c-style-2 .number .timer {
	margin-right: 5px;
}
.counter .c-style-2 h5 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #141414;
	letter-spacing: 0;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
}
.counter.style-2 p {
	font-size: 18px;
	color: #6f6f6f;
}
.counter .c-style-3 {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	height: 172px;
	width: 172px;
	position: relative;
	border-radius: 50%;
	border: 5px solid #000000;
	background: #fff;
	z-index: 99;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.counter .c-style-3 .number {
	background-color: #f6b138;
	color: #FFFFFF;
	display: block;
	height: 72px;
	line-height: 72px;
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	font-size: 26px;
	font-style: inherit;
	font-weight: bold;
	text-align: center;
	width: 72px;
	border-radius: 50%;
}
.counter .c-style-3 .number:nth-child(1) {
	background: #b1857a;
}
.counter .c-style-3 .number:nth-child(2) {
	background: #7fa08f;
}
.counter .c-style-3 .number:nth-child(3) {
	background: #807c76;
}
.counter .c-style-3 .number:nth-child(4) {
	background: #bf9e2c;
}
.counter.style-3 h5 {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}
.counter.style-3 p {
	font-size: 16px;
	font-style: italic;
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	color: #6f6f6f;
	line-height: 24px;
}
.counter .c-style-4 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	position: relative;
	text-align: center;
	padding-bottom: 30px;
}
.counter .c-style-4:before {
	border-bottom: 3px solid #909090;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 55px;
}
.counter .c-style-4 .number {
	display: block;
	font-size: 48px;
	color: #fff;
}
.counter .c-style-4 h5 {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 10px;
}
.counter .c-style-5 {
	position: relative;
	z-index: 999;
}
.counter .c-style-5 .number {
	font-family: "Crimson Text", Georgia, Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 60px;
	color: #fff;
	margin-right: 20px;
	min-width: 50px;
	display: inline-block;
}
.counter .c-style-5 p {
	color: #b2b1b0;
	font-size: 14px;
	line-height: 24px;
}
.counter .c-style-5 h5 {
	color: #fff;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}
.clients img {
	width: auto;
}
.clients .owl-nav {
	display: none;
}
.clients .owl-dots {
	text-align: center;
	margin-top: 20px;
}
.clients .owl-dots div {
	background: #d8d8d8;
	width: 12px;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.clients .owl-dots .owl-dot.active {
	background: #eeb013;
}
/*=======================================================
			FOOTER
========================================================*/
#footer {
	background-color: #11333C;
	color: #FFF;
	font-size: 15px;
}
#footer li {
	line-height: 26px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #f6b138;
}
#footer p {
	line-height: 24px;
}
#footer .footer-top {
	padding-top: 50px;
}
#footer .footer-top .columns {
	border-left: 1px solid #2e2e2e;
}
#footer .footer-top .columns:first-child {
	border: none;
}
#footer .footer-bottom {
	margin-top: 20px;
	font-size: 0.9em;
}
#footer .block {
	margin-bottom: 20px;
}
#footer .text-primary {
	color: #f6b138 !important;
}
#footer .block .block-title {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
#footer .block-content img {
	margin-top: 20px;
}
#footer .block .block-title:not(.no-underline):before {
	background: #54AE87;
	bottom: 0;
	content: "";
	height: 3px;
	position: absolute;
	width: 20px;
}
#footer .copyright {
	text-transform: uppercase;
}
#footer .copyright p {
	font-size: 11px;
	letter-spacing: 1px;
}
.footaddress, .block-about {color: #fff; font-size: 1 em;}
.footaddress .fa, .block-about .fa {padding-right: 10px}
.widgetfloatleft {float: left}
.clearall {clear: both}

.social-links ul {
	float: left;
	text-align: left;
}
.social-links li a {
	font-size: 16px;
}
.social-links li {
	padding-right: 20px;
	display: inline-block;
	text-align: left;
}
/*=======================================================
			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: "";
	left: 34px;
	top: 16px;
	position: absolute;
	width: 40px;
	height: 1px;
	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: #eeb013;
}
.gallery #carousel-gallery .flex-active-slide img {
	opacity: 0.3;
}
.gallery .flex-direction-nav {
	display: none;
}
/*=======================================================
			OUR TEAM
========================================================*/
.team-title h4 {
	color: #fff;
	font-family: "Lato", "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: #f6b138;
}
.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: normal;
	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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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: #eeb013;
	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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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: #eeb013;
	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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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: #f6b138;
}
.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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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: #eeb013;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-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 {
}
.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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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;
}

/*=======================================================
			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;
	text-align: center;
	display: inline-block;
}
.process span {
	font-family: 'Crimson Text', serif;
	font-style: italic;
}
.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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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: #eeb013;
}
.process-style-2 li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 30%;
	right: 0px;
	top: 68%;
	background: #e8e8e8;
}
.process-style-2 li:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 30%;
	left: 0px;
	top: 68%;
	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;
}
.process-style-2 span {
	font-size: 18px;
}
.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: 50px;
	position: relative;
}
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: #eeb013;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
/*=======================================================
      PAGINATION
========================================================*/
.pagination {
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 30px;
	border: none;
	border-top: 1px solid #ececec;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.pagination ul li {
	border: none;
}
.pagination>li {
	display: inline-block;
}
.pagination>li>a, .pagination>li>span {
	border: none;
	padding: 0px;
	height: 43px;
	width: 43px;
	background: #fff;
	border: 1px solid #ececec;
	text-align: center;
	line-height: 42px;
	color: #272727;
	margin: 0 5px;
	font-style: italic;
	font-size: 18px;
	font-family: 'Crimson Text', serif;
}
.pagination>li>a:hover {
	background: #eeb013;
	color: #fff;
	border-color: #eeb013;
}
/*=======================================================
			Backgrounds
========================================================*/
.bg-tooth1 {
    background-image: url(../images/bg/tooth-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
}
/*=======================================================
      Promo Block
========================================================*/
.promo-block {
	background: #11333C;
}
.promo-block p{
	color: #A3B5BA;
}
.promo-block .promo-text {
	padding: 40px;
	padding-left: 15px;
	padding-right: 40%;
}
.promo-block .promo-text ul {
	padding-right: 1%;
}
.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;
}
@media (min-width: 1200px) {
.promo-block .promo-text ul {
	padding-right: 1%;
}	
}
@media (min-width: 2000px) {
.promo-block .promo-text ul {
	padding-right: 10%;
}	
}
/*=======================================================
      Promo Block 2
========================================================*/
.promo2 {
    background-image: url(../images/about/alliance-feature2s.jpg);
    background-size: contain;background-repeat: no-repeat;background-color: #163A4F;
}
.promo2left {float: none; width: 100%; min-height: 150px}
.promo2right {float: none; width: 100%; background-color: #163A4F}
.promocontain {max-width: 1000px; padding-left: 50px; padding-right: 50px; padding-top:50px; padding-bottom: 50px;}
.promo-text2, .promo-text2 p {color: #FFF}

@media screen and (min-width: 767px){
.promo2 {
    background-image: url(../images/about/alliance-feature2s.jpg);
    background-size: contain;background-repeat: no-repeat;background-color: #163A4F;
}
.promo2left {float: none; width: 100%; min-height: 250px}
.promo2right {float: none; width: 100%; background-color: #163A4F}
}

@media screen and (min-width: 979px){
	.promo2 {
    background-image: url(../images/about/alliance-feature2.jpg);
    background-size: cover;
    background-position: left center;
}
.promo2left {float: left; width: 50%}
.promo2right {float: right; width: 50%}
}
	


@media screen and (min-width: 1200px){.promo2left {float: left; width: 35%}
.promo2right {float: right; width: 65%}}


/*=======================================================
      PRICING RANGE
========================================================*/
.cost-price-content {
}
.cost-price-content h5 {
	margin-bottom: 30px;
}
.noUi-background {
	margin-bottom: 20px;
}
.cost-price-content .btn {
	padding: 6px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.cost-price-content {
	display: inline-block;
	position: relative;
	margin-top: 45px;
	width: 100%;
}
.cost-price-content span {
	font-size: 12px;
	letter-spacing: 0px;
}
.price-min {
	top: -40px;
	left: 40%;
	position: absolute;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}
.price-max {
	top: -40px;
	left: 60%;
	position: absolute;
	-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}
/*=======================================================
			According
========================================================*/
.accordion {
	font-family: 'Lato', sans-serif;
}
.accordion.gray-bg {
	background: #f3f3f3;
}
.accordion .panel-default > .panel-heading .panel-title a:before {
	content: "\f209";
	font-family: "Ionicons";
	color: #FFF;
	padding: 0px;
	color: #202020;
	float: right;
	position: absolute;
	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: #fff;
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}
.accordion .panel-default > .panel-heading a {
	text-decoration: none;
	font-size: 11px;
	width: 100%;
	font-weight: bold;
	padding: 10px;
	padding-left: 20px;
	line-height: 20px;
	display: inline-block;
	text-transform: uppercase;
}
.accordion .panel {
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 15px;
	position: relative;
}
.accordion .panel-body {
	color: #b8b8b8;
	line-height: 24px;
	font-size: 12px;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.accordion-style-2 .panel-default > .panel-heading a {
	font-size: 12px;
	text-transform: none;
	color: #a9b876;
}
.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 {
	background: #fff;
	margin-top: 0px;
	padding: 30px;
	color: #6f6f6f;
	line-height: 24px;
}
.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: #a9b876;
	border-color: #a9b876;
	color: #fff;
}
.accordion-style-2 .panel-default > .panel-heading .panel-title a.collapsed:before {
	border: 1px solid #ececec;
	background: #fff;
	color: #141414;
}
.accordion-style-2 .panel-default > .panel-heading a {
	padding: 15px 20px;
	line-height: 26px;
}
.gray-bg {
	background: #eeeeee;
}
/*=======================================================
			List Style
========================================================*/
.list-w-icon {
}
.list-w-icon li .icon {
	height: 69px;
	width: 69px;
	text-align: center;
	line-height: 67px;
	border: 1px solid #909090;
	border-radius: 50%;
	display: inline-block;
	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 {
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #eeb013;
	color: #fff;
	position: absolute;
	float: left;
	left: 0px;
	margin-top: 0px;
	font-size: 10px;
	border-radius: 50%;
	content: "\f00c";
	font-family: 'FontAwesome';
}
.list-w-bullets li:before {
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	background: #909090;
	color: #fff;
	position: absolute;
	float: left;
	left: 0px;
	margin-top: 5px;
	padding-left: 2px;
	font-size: 12px;
	border-radius: 50%;
	content: "\f105";
	font-family: 'FontAwesome';
}
.list-w-bullets p {
	text-transform: none;
	font-size: 12px;
	margin-bottom: 0px;
}
.list-w-bullets.check li {
	padding: 15px 0;
	padding-left: 40px;
}
.list-w-bullets p {
	text-transform: none;
	font-size: 12px;
	margin-bottom: 0px;
}
.list-style p {
	text-transform: none;
	font-size: 12px;
}
.list-heading {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	margin-bottom: 20px;
}
.list-heading h6 {
	font-weight: 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;
	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;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.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 {
	font-size: 16px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	line-height: 22px;
}
.list-style-featured li {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.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;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.list-style-featured li:hover .icon {
	background: #f0b82b;
	color: #fff;
}

/*=======================================================
			SKILLS
========================================================*/

.progress-bars p {
	margin: 0px;
	font-size: 11px;
	color: #6f6f6f;
	text-align: left;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 24px;
}
.progress-bars {
	display: inline-block;
	width: 100%;
}
.progress {
	border-radius: 0px;
	position: relative;
	background: #efefef;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	height: 30px;
	margin-top: 10px;
}
.progress-bar {
	border-radius: 0px;
	background: #eeb013;
	height: 30px;
	box-shadow: none;
}
.progress-bars .bar {
	position: relative;
}
.progress-bar-tooltip {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	color: #141414;
	font-family: 'Lato';
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	padding-right: 10px;
}
.progress-bars.style-2 .progress {
	height: 10px;
	border-radius: 0px;
	position: relative;
	background: #9c9c9c;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	height: 10px;
}
.progress-bars.style-2 .progress-bar {
	border-radius: 0px;
	background: #333333;
	height: 10px;
}
.progress-bars.style-2 .progress-bar-tooltip {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #141414;
	font-size: 11px;
	line-height: 30px;
}
.progress-bars.style-2 .progress-bars p {
	margin: 0px;
	font-size: 11px;
	color: #141414;
	margin-bottom: 0px;
}
.progress-bars.style-3 .progress-bar-tooltip {
	color: #fff;
	padding-right: 20px;
}
.progress-bars.style-3 .progress {
	border: 1px solid #141414;
	border-radius: 4px;
	background: #fff;
	margin-top: 0px;
}
.progress-bars.style-3 .progress-bar {
	background: #141414;
}
.progress-bars.style-3 p {
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	line-height: 28px;
}
.progress-bars .caret-left {
	padding-left: 15px;
}
.progress-bars .caret-left:before {
	content: "\f0da";
	position: absolute;
	font-size: 14px;
	left: 0px;
	color: #909090;
	font-family: 'FontAwesome';
}
.progress-bars .caret-down {
	padding-right: 15px;
}
.progress-bars .caret-down:before {
	content: "\f0d7";
	position: absolute;
	font-size: 14px;
	right: 0px;
	color: #909090;
	font-family: 'FontAwesome';
}
.instagram-studio {
	margin-bottom: -1px;
}
/*==========================================================================
	   Countdown styles
========================================================================== */
.coming-soon {
	background-size: cover;
	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;
	font-family: 'Crimson Text', serif;
	color: #fff;
	line-height: 60px;
}
.coming-soon .countdown li p {
	font-size: 24px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	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: #f6b138;
}
.coming-soon.style-2 {
}
.coming-soon.style-2 .countdown li span {
	font-size: 48px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	font-style: normal;
	line-height: 60px;
}
.coming-soon.style-2 .countdown li article {
	height: auto;
	width: 160px;
	padding: 20px 0;
	display: inline-block;
	border-radius: 0%;
	border: 2px solid rgba(255,255,255,0.1);
	background: none;
}
.coming-soon.style-2 .countdown li p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	color: #fff;
	margin-top: 30px;
	text-transform: capitalize;
}
.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: 'Lato', 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: 'Lato', sans-serif;
	font-style: normal;
	color: #141414;
	font-weight: bold;
	margin: 0px;
	letter-spacing: -1px;
	line-height: 20px;
	text-transform: none;
}
/*=======================================================
      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 {
	border: none;
	background: none;
	color: #fff;
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
	font-size: 12px;
	border-left: 1px solid rgba(255,255,255,0.2);
	float: right;
	padding: 20px 30px;
	position: relative;
	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);
}
#maillist label {color: #FFF}
/*=======================================================
      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 {
	font-size: 48px;
	display: inline-block;
	width: 100%;
	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;
}
/*=======================================================
      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;
}
.tabs li a.active {
	border: 1px solid #eeb013;
}
.tabs.style-2 {
}
.tabs.style-2 li a {
	border: none !important;
}
.tabs.style-2 li.active a {
}
.tabs.style-2 li {
}
.tabs.style-2 li a:hover:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #eeb013;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: rotate(40deg); /* IE 9 */
	-webkit-transform: rotate(40deg); /* Safari */
	transform: rotate(40deg);
}
.tabs.style-2 li:hover a {
	color: #eeb013
}
.tabs.style-2 li.active a {
	color: #eeb013
}
.tabs.style-2 li a.active:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #eeb013;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: rotate(50deg); /* IE 9 */
	-webkit-transform: rotate(50deg); /* Safari */
	transform: rotate(50deg);
}
.tabs.style-2 li.active a:before {
	position: absolute;
	height: 8px;
	width: 8px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	content: "";
	background: #eeb013;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: rotate(50deg); /* IE 9 */
	-webkit-transform: rotate(50deg); /* Safari */
	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 {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.nav-tabs.tabs.style-3 .nav li a {
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	display: inline-block;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	letter-spacing: 1px;
}
.nav-tabs.tabs.style-3 .nav li {
	float: left;
	text-align: center;
	width: 33.333%;
}
.nav-tabs.tabs.style-3 .nav li.active a {
	background: none;
	border-bottom: 2px solid #eeb013;
}
.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: #eeb013;
	color: #fff;
}
.tabs.style-4 .nav-pills li:hover a {
	background: #eeb013;
	color: #fff;
}
.nav-pills>li+li {
	margin-left: 0px;
}
.tabs.style-5 {
	border: 1px solid #ececec;
	border-top: none;
}
.tabs.style-5 .nav li {
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tabs.style-5 .nav {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.tabs.style-5 .tab-pane {
	padding: 20px;
	padding-top: 0px;
}
.tabs.style-5.tabs li a {
	background: none;
	border: none;
	display: inline-block;
	width: 100%;
	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 #eeb013;
	background: #fff;
}
.post-type-small {
	display: inline-block;
	width: 100%;
}
.post-type-small .media-left a {
	height: 70px;
	width: 70px;
	display: inline-block;
	margin-right: 10px;
}
.post-type-small a {
	font-size: 16px;
	color: #141414;
	display: inline-block;
	width: 100%;
}
.post-type-small span {
	color: #6f6f6f;
	font-size: 16px;
	font-style: italic;
}
/*=======================================================
			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: #f0b82b;
}
.about-me:before {
	position: absolute;
	top: 0px;
	height: 50px;
	left: 0px;
	width: 100%;
	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 {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0px;
}
/*=======================================================
			Alert Boxes
========================================================*/
.alert {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border: none;
	border-radius: 0px;
	padding: 25px 30px;
	position: relative;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.alert .close {
	color: #fff;
	opacity: 1;
	font-size: 14px;
	top: inherit;
	right: 30px;
	position: absolute;
}
.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;
	border-radius: 50%;
	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;
}
/* vrj table style
*/
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom:15px;
	text-align: center;
	font-size: 0.75em
}
table {
	border: 1px solid #e2e2e2;
}
@media screen and (min-width: 280px){
table {
	font-size: 16px
}	
}
@media screen and (min-width: 767px){
table {
	font-size: 1.0em
}	
}
tr:nth-child(even) {
    background: #f3f3f3;
}
th {
    border-right: 1px solid #e2e2e2;
padding: 1px;
	border-bottom: 2px #777 solid;
}
td, caption {
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 1px;
}
.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}
/*=======================================================
			GO TO TOP
========================================================*/
.cd-top {
	display: inline-block;
	height: 50px;
	z-index: 9;
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	color: #f6b138;
	border-radius: 50%;
	font-size: 26px;
	text-align: center;
	line-height: 40px;
	border: 3px solid #f6b138;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	background: none;
	visibility: hidden;
	opacity: 0;
	-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;
	-o-transition: all 0.4s ease-in-out;
	-ms-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.8;
}
.cd-top.cd-fade-out {
	opacity: .8;
}
.no-touch .cd-top:hover {
	background-color: #f6b138;
	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;
}
/*colour*/
  .portfolio-overlay:before, .btn.btn-color, .portfolio-overlay.style-4 .go, .team.style-6 .team-image, .clients .owl-dots .owl-dot.active, .block-instagram-widget a:hover .overlay, .heading-block hr.color, .testimonial.style-6 hr, .blog-post .post-info li .date, .blog.style-2 .date, .social-icons li a:hover, .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .team.style-4 .hover-detail, .list-w-bullets.check li:before, .event-block .dark-border:hover, .pricing .pricing-table.style-2 .btn:hover, .tabs.style-2 li.active a:before, .tabs.style-2 li a:hover:before, .popurlar_product .off-tags, .popurlar_product .items-in .over-item a.btn, .process-style-2 .icon, .heading-side-bar h4:before, .comments .btn, .list-style-featured li:hover .icon, .icon-box.ib-black .ib-icon, .tabs.style-2 li a.active:before, .tabs.style-4 .nav-pills li.active a, .tabs.style-4 .nav-pills li:hover a, .dropcap.dark:first-letter, header .search-nav button, .cost-price-content .noUi-handle-lower, .cost-price-content .noUi-handle-upper, .grand-total .radio input[type="radio"]:checked + label::after {
	background: #347F38 !important;
}
.text-primary, #footer .text-primary, header .ownmenu ul.dropdown li a:hover, .portfolio-overlay.style-4 .go:hover,  .accordion-style-2 .panel-default > .panel-heading a, .team.style-5 .hover-detail li a:hover, .portfolio-overlay.style-2 a.go, .team.style-2 .team-small li a i, header .ownmenu li > .megamenu li a:hover {
	color: #347F38 !important;
}
.process-style-3 .icon {color:#C51962 !important;}
.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, .list-w-icon-small li i, .team.style-4 li:hover .hover-inn:before, .event-block .huge-text, .tabs.style-2 li.active a, .tabs.style-2 li:hover a, .shopping-cart .order-place h5, blockquote cite, .dropcap:first-letter, .stars {
	color: #347F38;
}
.contact-form button:hover, .accordion-style-2 .panel-default > .panel-heading .panel-title a:before, .side-bar .tags li a:hover, .pagination>li>a:hover, .shopping-cart .cart-ship-info .grand-total .btn {
	background: #347F38;
	border-color: #347F38;
}
.btn {
	background: #347F38;
}
.btn.btn-color {
	background: #347F38 !important;
}
.btn.btn-color:hover {
	background: #141414 !important;
}
.text-color-primary {color: #C51962;}
.icon-box:hover .ib-icon i,  .contact-form label,  .event-block .dark-border, .icon-box .ib-icon i, .list-style-featured .icon, .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: #C51962;
}
.tabs li a.active, .testimonial .flex-control-thumbs .flex-active,  .portfolio-overlay a.go:hover, .contact.style-3 .contact-form button:hover, .contact.style-3 .contact-form button, .icon-box:hover.ib-bordered.ib-bordered-light .ib-icon, .portfolio-overlay.style-2 a.go, .counter .c-style-2:hover, .icon-box.ib-black:hover .ib-icon, .event-block .dark-border, .counter .c-style-3, .icon-box.ib-bordered.ib-bordered-white:hover .ib-icon, .popurlar_product .items-in .over-item a.btn, .icon-box.ib-bordered.ib-bordered-black .ib-icon, .icon-box.ib-black .ib-icon, .nav-tabs.tabs.style-3 .nav li.active a {
	border-color: #C51962 !important;
}

.icon-box.ib-black:hover .ib-icon {
	background: #fff !important;
}
.yellow-pattern, .order-place .btn {
	background-color: #347F38;
}
.portfolio-overlay.style-4 .go:hover {
	color: #fff !important;
}
