/* Table of Content
==================================================
  #BASIC TYPOGRAPHY
  #HEADER
  #INFO SECTION
  #TESTIMONIAL SECTION
  #ABOUT SECTION
  #AFFILIATE SECTION
  #SOCIAL FEED SECTION
  #TEAM SECTION
  #PRICING SECTION
  #PERFORMANCE SECTION
  #CERTIFCATION SECTION
  #CONTACT US SECTION
  #FOOTER
*/

/*--------------------*/
/*  BASIC TYPOGRAPHY  */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
 color: #212121;
 font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}
p {
    margin: 0 0 20px;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
  color: #5f287f;
  
}
a:focus{
  color: #2e258c;
  outline: none;
  text-decoration: none;
}
a:hover{
  color: #2e258c;
  outline: none;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Quintessential', sans-serif; 
}
h1{
	font-size: 3.5em;
}
h2 {
  color: #212121;  
  font-size: 2.5em;
  font-weight: 400;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
}
h4, h6 {
	margin: 20px 0 10px 0px;
}
h5 {
  font-size: 1.25em;
  font-weight: 400;
  margin: 20px 0 10px 0px;
  padding-bottom: 20px;
}
.shadow {
	/*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/	
	text-shadow: 0px 4px 3px rgba(0,0,0,0.9),
	             0px 8px 13px rgba(0,0,0,0.9),
	             0px 18px 23px rgba(0,0,0,0.9);
}
img{
 border:none;
}
.img-rounded {
    border-radius: 3px;
}
#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(/assets/img/images/status.GIF); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/
.scrollToTop {
  background-color: #FFF;
  border-radius: 100%;
  bottom: 60px;
  box-shadow: 0 3px 8px black;
  color: #5f287f; 
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop:hover, .scrollToTop:focus{
  background-color: #5f287f;
  box-shadow: 0 6px 12px black;
  color: #FFF;
  text-decoration: none;
  outline: none;
}
.purple {
	color: #5f287f;
}
.light-purple {
	color: #c3abd1;
}
.blue {
	color: #2e258c;
}
.default-color {
	color: #100916;
}
hr {
  height: 2px;
  background: none repeat scroll 0 0 #f6f6f6;
  color: #f6f6f6;
  border: 0px;
}

/*--------------------*/
/*        HEADER      */
/*--------------------*/

#header{
  float: left;
  display: inline;
  width: 100%;
  position: relative;
}

/*--------.menu_area-------- */
.svg-logo {
  height: 25px;
}
.menu_area{
  position: absolute;
  left:0;
  right: 0;
  top: 0;
}
.navbar-default {
  background-color: #fff;
  border-color: none;
  margin-top: 0px;
  padding: 12px 0px;
}
.past-main {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  margin-top: 0px;
  padding:6px 0px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#navbar{overflow-x: hidden;}

.navbar-brand {                                                                                                                                                                                                                                                                                                                                                                                                                           
  color: #5f287f !important;
  display:block;
  font-size: 35px;
  font-weight: bolder;
  font-family: 'Varela', sans-serif;
  height: 60px;
  padding: 0px;
}
.navbar-brand > img {
  height: inherit;
}
.navbar-brand > span {
    color: #5f287f;
    font-size: 28px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #5f287f;
}
.navbar-default .navbar-nav > li > a {
  color: #798992;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #5f287f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#top-menu {
  margin-top: 5px;
}
/*--------/menu_area-------- */

.slider_area{
  float: left;
  display: inline;
  width: 100%;
  position: relative;
}
.slider_overlay {
  background: none repeat scroll 0 0 #5f287f;
  height: 100%;
  /*opacity: 0.3;*/
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
/*--------purchase button-------- */
.navbar-btn  {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-default {
  background-color: #fff;
  border-color: #fff;
  border-radius: 3px;
  color: #5f287f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus {
    background-color: #5f287f;
    border-color: #5f287f;
    color: #fff;
}
.btn-primary {
  background-color: #5f287f;
  border-color: #5f287f;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #fff;
    border-color: #fff;
    color: #5f287f;
}
.btn-ghost {
  background-color: transparent;
  border-color: #fff;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-ghost:hover, .btn-ghost:focus {
    background-color: #fff;
    border-color: #fff;
    color: #5f287f;
}
/*--------/purchase button-------- */

/*--------navbar-toggle animation-------- */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #5f287f;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}
/*--------/navbar-toggle animation-------- */

/*===SLIDER NAVIGATIONS==*/
/*
.slides-navigation a {
  width: 100px;
  height: 100px;
}

.slides-navigation .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
  position: absolute;
  left: 50%;
  width: 3px;
  height: 50%;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
  z-index: 100;
  height: 0;
  background: #c3abd1;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.slides-navigation h3 {
  position: absolute;
  top: 50%;
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 0.85em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
  right: 100%;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
  height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(-125deg);
  transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(125deg);
  transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
*/
/*===SLIDER CAPTION===*/
/*
.slider_caption {
  margin-top: 12%;
  padding: 0 13%;
  position: relative;
  text-align: center;
  z-index: 999;
}
.slider_caption > h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}
.slider_caption>p{
  color: #fff;
  font-size: 20px;  
}
.slider_caption>a{    
  margin-top: 30px;  
}
.slider_btn{
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.slider_btn:hover,.slider_btn:focus{
  text-decoration: none;
}
*/
/*--------------------*/
/*    ABOUT SECTION   */
/*--------------------*/

#about {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0px 2px 0px;
}
.about_area{
  float: left;
  display: inline;
  width: 100%;
  min-height: 40px;
}
.heading{
  float: left;
  display: inline;
  width: 100%;
}
.heading h2 {
  font-size: 2.5em;
  line-height: 48px;
}
.heading p{
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.about_content{
  float: left;
  display: inline;
  width: 100%;
  padding: 50px 0px;
}
.about_featured{
  float: left;
  display: inline;
  width: 100%;
}
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 0px;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  background-color: transparent;
  color: #333;
  border: 0 none !important;
  padding: 5px 15px;
}
.panel-title {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-family: 'Varela', sans-serif;
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.panel-title a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}
.panel-default .in{  
  padding-left:10px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 
}
.panel-title a span{
  margin-right: 5px;
}
.panel-body { 
  border-top-color: transparent !important;
  padding: 0px 15px;
  margin: 10px 0px;
}
.panel-body ul, ol{ 
  line-height: 24px;
}
.panel-body ol{ 
  margin-left: 16px;
}
.about_slider{
  float: left;
  display: inline;
  width: 100%;
  height: 350px;
}
.single_iteam{
  float: left;
  display: inline;
  width: 100%;
  height:100%;
}
.single_iteam img {
  max-width: 100%;
}
.about_slider .slick-dots li button:before {
  content: "•";
  font-size: 28px;  
}
.about_slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.skills_area{
  float: left;
  display: inline;
  width: 100%;
  min-height: 350px;
  padding: 100px 0px;
  background-image: url(/assets/img/images/skills_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.skills{
  position: relative;
  z-index: 999;
}
.heading h3 {
  color: #fff;
  float: left;
  font-size: 40px;
  margin: 0 0 40px;
  font-weight: 400;
  line-height: 48px;
}
div[data-dimension] {
  float: none;
  margin: 0 auto;
}
.circle-text{
  color: #fff;
}
.single_skill{
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.single_skill > h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
/*-----------------------*/
/*         REVIEWS       */
/*-----------------------*/

#review{
  background: #c3abd1;
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0px;
}
h2.review {
  color: #FFFFFF;  
  font-size: 2.5em;
  font-weight: 400;
  line-height: 57px;
  margin: 0;
  padding-bottom: 10px;
}
.review-quote {
  color: #FFFFFF; 
  font-family: 'Quintessential', sans-serif; 
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.75em;
  margin: 0;
  padding: 14px;
}
.review_content{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

/*-----------------------*/
/*  AFFILIATE SECTION    */
/*-----------------------*/

#affiliate {
  background: #c3abd1;
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0px;
}
.affiliate_content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.performance_slider{
  float: left;
  display: inline;
  width: 100%;
}
.affiliate_img {
  display: inline;
  float: left;
  height: 100px;
  width: 100%;
  margin-top: 10px;
}
.affiliate_img > img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;  
}
.single_affiliate_post{
  background-color: #fff;
  border: 1px solid #798992;
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  display: inline;
  float: left;
  height: 120px;
  margin: 14px 0px;
  text-align: left;
  width: 100%;
}
.single_affiliate_post:hover, .single_affiliate_post:focus{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.50);
  text-decoration: none;
  outline: none;
}
/*--------------------*/
/*    INFO SECTION    */
/*--------------------*/

#info {
  background: #fff url("/assets/img/highland-dance-classes-utah-1800x900.jpg") repeat-x scroll 0 0;
  background-size:cover;
  display: inline;
  float: left;
  padding: 200px 0px;
  width: 100%;
  color: #fff;
}
.info_area{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 30px;
}
.single_info {
  display: inline;
  float: left;
  width: 100%;
  padding: 0px 35px;
  margin-bottom: 40px;
}
.info_iconarea{
  text-align: center;
  margin-bottom: 10px;
}
.info_icon { 
  border-radius: 100%;
  color: #fff;
  font-size: 72px;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px; 
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single_info>h2{
  text-align: center;
}
.single_info > h2 span { 
  border-radius: 100%;
  color: #fff;
  height: 150px;
  line-height: 120px;
  padding: 15px 0;
  width: 150px;
}
.single_info .info_title{
  margin: 20px 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.single_info > .info_title:after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 40%;
  position: absolute;
  width: 100px;
}

/*--------------------*/
/* SOCIAL FEED SECTION */
/*--------------------*/

#social_feed {
  background-color: #5f287f;
  display: inline;
  float: left;
  padding: 50px 0px;
  width: 100%;
}
.white {
  color: #fff;
}
/*--------------------*/
/*    TEAM SECTION    */
/*--------------------*/

#team{
  background: #5f287f;
  float: left;
  display: inline;
  width: 100%;
  padding:80px 0px; 
}
.team_area{
  float: left;
  display: inline;
  width: 100%;
}
.team_slider{
  float: left;
  display: inline;
  width: 100%;
}
.team_slider .slick-next, .team_slider .slick-prev{
  height: 40px;
}
.single_team {
  /*border: 2px solid #c3abd1;*/
  background: none repeat scroll 0 0 #fff;
  border-radius: 3px;
  display: inline;
  float: left;
  padding: 25px 15px;
  text-align: center;
  width: 100%;
}
.team_img{
  float: left;
  display: block;
  width: 100%;
}
.team_img > img {
  border-radius: 3px;
  height: 150px;
  margin: 0 auto 15px;
  width: 150px;
}
.single_team h5 {
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 21px;
  font-size: 17px;
}
.single_team span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}
.single_team p {
  line-height: 26px;
}
.team_social{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 10px;
}
.team_social a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  background: #ccc;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------*/
/* PRICING SECTION */
/*--------------------*/

#pricing {
  background: none repeat scroll 0 0 #f8f8f8;
  display: inline;
  float: left;
  padding: 80px 0;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pricing_area {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.single_price {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 0px;
}
.single_price > h3{
  font-size: 24px;
  font-weight: 400;
  line-height: 100px;
  margin: 0px;
}
.single_price .price {
  color: #fff;
  padding: 15px 0;
}
.single_price .price > h4 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0px 0px 5px;
}
.single_price .price > span{
  font-size: 15px;    
}
.price_features{
  padding:10px 25px;
}
.price_features li {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0;
  text-transform: uppercase;
}
.price_btn {
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 20px;  
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.price_btn:hover{
  text-decoration: none;
  outline: none;
  background-color: #fff;  
}
.business_price {
  border: 1px solid #fff;
  color: #fff;
}
.business_price .price {
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
}
.business_price .price_btn{
  border-color: #fff;
  background-color: #fff;
}

/*--------------------*/
/* PERFORMANCE SECTION */
/*--------------------*/

#performance{
  float: left;
  display: inline;
  width: 100%;
  padding: 100px 0px;
}
.performance_content {
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.performance_slider{
  float: left;
  display: inline;
  width: 100%;
}
.single_post{
  float: left;
  display: inline;
  width: 100%;
  border: 1px solid #798992;
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  margin: 14px 0px;
}
.performance_img {
  display: inline;
  float: left;
  height: 235px;
  width: 100%;
}
.performance_img > img {
  height: 100%;
  width: 100%;
}
.single_post h3 {
  float: left;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  margin-left: 25px;
  width: 100%;
}
.post_commentbox{
  float: left;  
  display: inline;  
  margin-bottom: 25px;
  margin-left: 25px;
  width: 100%;  
}
.post_commentbox a, .post_commentbox span {
  color: #798992;
  font-size: 11px;
  margin-right: 5px;
}
.post_commentbox a > i,.post_commentbox span > i {
  margin-right: 5px;
}
.heading > .read_more {
  margin-left: 0px;
}
.read_more{
  color: #5f287f;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  min-height: 25px;
  margin-left: 25px;
  margin-bottom: 25px;
  text-transform: none;
}

.read_more:hover,.read_more:focus{
  color: #c3abd1;/*#2e258c;*/
  text-decoration: none;  
  outline: none;  
}
.performance_slider .slick-prev {
  border-radius: 3px 0 0 3px;
  color: #fff;
  height: 30px;
  left: 92%;
  right: 0;
  top: -38px;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-transition:   all 0.3s;
  -moz-transition:   all 0.3s;
  -ms-transition:   all 0.3s;
  -o-transition:   all 0.3s;
  transition:   all 0.3s;
}
.performance_slider .slick-next {
  border-radius: 0 3px 3px 0;
  color: #fff;
  right: 15px;
  height: 30px;
  top: -38px;
  border-radius: 0px;
  padding: 5px 10px;
  -webkit-transition:   all 0.3s;
  -moz-transition:   all 0.3s;
  -ms-transition:   all 0.3s;
  -o-transition:   all 0.3s;
  transition:   all 0.3s;
}
.performance_slider .slick-prev:hover,.performance_slider .slick-next:hover{  
  opacity: 0.7;
}

/*--------------------*/
/* TESTIMONIAL SECTION */
/*--------------------*/

#testimonial{
  background: none repeat scroll 0 0 #fff;
  display: inline;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.testimonial_customer>img{
	padding-bottom: 40px;
}
/*--------------------*/
/* CERTIFICATION SECTION */
/*--------------------*/

#certification {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #eee;
  display: inline;
  float: left;
  padding: 20px 0 150px;
  width: 100%;
}
.certification_content{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 30px;  
}
.certification_slider{
  float: left;
  display: inline;
  width: 100%;
}
.single_certification {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  padding: 25px 0px;
}
.single_certification>img{
  margin: 0 auto;
}
.certification_slider .slick-prev {
  border-radius: 3px 0 0 3px;
  color: #fff;
  height: 40px;
  left: 46.5%;
  top: 160%;
}
.certification_slider .slick-next {
  border-radius: 0 3px 3px 0;
  color: #fff;
  right: 46.5%;
  top: 160%;
  height: 40px;
}

/*--------------------*/
/* CONTACT US SECTION */
/*--------------------*/

#contact{
  background: none repeat scroll 0 0 #fff;
  display: inline;
  float: left;
  padding: 100px 0px 0px;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;  
}
.contact_content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}
.contact_map {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  width: 100%;
}
.contact_form{
  float: left;
  display: inline;
  width: 100%;
}
.contact_form input[type="text"],.contact_form input[type="email"]{
  margin-bottom: 30px;
  border-radius: 0px;
}
.submit_btn {
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit_btn:hover{
  background-color: #fff;
}
.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0px;
  box-shadow:none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-bottom: 2px solid #2e258c;
  outline: 0;  
  box-shadow:none; 
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea .form-control {
  height: auto;
}
/*only firefox browser*/
@-moz-document url-prefix() { 
   #map_canvas{
    width: 100%;
    float: left;
    display: inline;
    height: 422px;
  }
}
.contact_feature{
  float: left;
  display: inline;
  width: 100%;  
  position: relative;
  z-index: 999;
}
.single_contact_feaured {  
  background: #fff;
  border: 1px solid #2e258c;
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  /*opacity: 0.14;*/
  display: inline;
  float: left;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.single_contact_feaured > i {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
.single_contact_feaured > h4 {
  font-size: 24px;
  text-transform: none;
  font-weight: 800;
  color: #100916;
}
.single_contact_feaured > p{
  color: #5f287f;
}
.single_contact_feaured:hover, .single_contact_feaured:focus{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.50);
  text-decoration: none;
  outline: none;
}
.success {
  border: 1px solid #008000;
  color: #008000;
  margin-bottom: 10px;
  padding: 5px;
}
.error{
  border: 1px solid #ff0000;
  color: #ff0000;
  margin-bottom: 10px;
  padding: 5px;
}
#contactFeature{
  background-size: 100% 100%;  
  background-color: #f6f6f6;
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 50px 0px;
}
#subscribe{
  background: #f8f8f8 none repeat scroll 0 0;
  border-top: 1px solid #eee;
  float: left;
  display: inline;
  width: 100%;
  padding: 0px 0px 40px 0px;
}
.subscribe_form {
  margin: 0 auto;
  width: 60%;
}
.subscrive_group {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.subscribe_mail {
  border-radius: 0;
  display: inline;
  float: left;
  height: 50px;
  width: 80%;
  font-size: 18px;
}
.subscr_btn {
  border: medium none;
  color: #fff;
  display: inline;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
  width: 20%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.subscr_btn:hover{
  background-color: #fff;
  border: 2px solid #5f287f;
  color: #5f287f;
}

/*--------------------*/
/*        FOOTER      */
/*--------------------*/

#footer{
  background-color: #100916;
  color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding: 20px;
}
#footer a {
  color:#f6f6f6;
  text-decoration: none;
}
#footer a:hover, #footer a:focus {
  color:#c3abd1;
  text-decoration: none;
}
.footer_left{
  float: left;
  display: inline;
  width: 100%;
}
.footer_left > p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}
.footer_left > p a {  
  font-weight: bold;
}
.footer_right{
  float: left;
  display: inline;
  width: 100%;
}
.social_nav{
  text-align: right;  
}
.social_nav li{
  display: inline-block;
}
.social_nav li a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin-left: 5px;
  text-align: center;
  width: 35px;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social_nav li a:hover{
  color: #c3abd1;
  border-color: #c3abd1;
}
.social_nav li a:focus{
  color: #c3abd1;
  border-color: #c3abd1;
}

/* Extra */
.navbar-brand > span {
  color: #2e258c;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { 
  color: #2e258c;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #2e258c;
}
.slider_btn:hover,.slider_btn:focus{
  border-color:#2e258c;
  color: #2e258c;
}
.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
  background: #fff;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 100%;
}
.panel-title a, a:hover, a:focus{
  color: #5f287f;    
}
.panel-title a span{
  color: #5f287f;    
}
.single_info > .info_title:after {
  background-color: #2e258c;
}
.fa-2x {
  color: #2e258c;
}
.team_social a:hover,.team_social a:focus{
  background-color: #2e258c;
}
.slick-prev, .slick-next {
  background-color: #2e258c;
}
.single_price .price {
  background-color: #2e258c; 
}
.price_btn {
  background-color: #2e258c;
  border: 1px solid #2e258c;
}
.price_btn:hover{
  color: #48c7ec !important;
}
.business_price {
  background-color: #48c7ec !important;
}
.business_price .price_btn{  
  color: #48c7ec !important;
}
.post_commentbox a:hover, .post_commentbox span:hover{
  color: #798992
  text-decoration: none;
}
.testi_media .media-body span {
  color: #2e258c;
}
.testimonial_slider .slick-dots li.slick-active button{
  background: none repeat scroll 0 0 #2e258c;  
}
.submit_btn {
  background-color: #2e258c;
}
.submit_btn:hover{
  color: #2e258c;
  border-color: #2e258c;
}
.form-control:focus {
  border-color: #2e258c;
}
.wagwep-container ul#portfolio-filter a:hover{
  background-color: #2e258c;
}
.wagwep-container ul#portfolio-filter li.current a {
  background:#2e258c;  
}
.single_contact_feaured > i {
  color: #5f287f;
}
.subscr_btn {
  background-color: #2e258c;
}
.footer_left > p a {
  color: #2e258c;
  font-weight: bold;
}
.panel-default .in{
  border-color: #2e258c;
}
.about_slider .slick-dots li.slick-active button:before {
  color: #2e258c;
}
/*======================///////////////
      start responsive style
=====================///////////////////////*/


@media(max-width:1199px ){
  .slider_caption > h2 {width: 100%;}
  .performance_slider .slick-prev {left: 91%;}
  #map_canvas{height: 404px;}
  /*only firefox browser*/
  @-moz-document url-prefix() { 
  #map_canvas{height: 404px;  }
  }
  .slider_caption {margin-top: 25%;}
  .subscribe_mail {width: 76%;}
  .subscr_btn {width: 24%;}

}
  
@media(max-width:991px ){
  .navbar-default .navbar-nav > li > a {font-size: 13px;padding: 15px 6px;}
  .navbar-btn {font-size: 13px;padding: 6px;}
  .navbar-brand {font-size: 24px; height:40px; margin:10px 0px 0px 15px;}
  .navbar-brand > span {font-size: 20px;}
  #slides{height: 600px !important;}
  .slider_caption > h2 {font-size: 48px;line-height: 48px;}
  .slider_caption > p {font-size: 18px;}
  .about_area {padding-bottom: 10px;}
  .about_slider{margin-top: 30px;}
  .single_iteam {text-align: center;}
  .single_iteam img {display: inline-block;}
  .single_info .info_title {font-size: 18px;}
  .single_info > .info_title:after {left: 33%;}
  .single_price > h3 {font-size: 20px;line-height: 80px;}
  .single_price .price > h4 {font-size: 50px;line-height: 50px;}
  .price_features li {font-size: 13px;line-height: 15px;}
  .price_btn {font-size: 13px;padding: 10px 15px;}
  .performance_slider .slick-prev {left: 88.5%;}
  .testi_content {width: 100%;}
  .certification_slider .slick-prev {left: 45%;}
  .certification_slider .slick-next {right: 45%;}
  .subscr_btn {font-size: 15px;}
  .single_contact_feaured {margin-bottom: 30px;}
  
}

@media(max-width:767px ){
  .navbar-collapse{background-color: rgba(0,0,0,0);} 
  .main_nav{text-align: center;}
  .navbar-default .navbar-toggle {border-color: #FFF;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: rgba(0,0,0,0.5);}
  #slides {height: 360px !important;}
  .slider_caption {margin-top: 15%;}
  .slider_caption > h2 {font-size: 25px;line-height: 26px;}
  .slider_caption > p {font-size: 15px;}
  .slider_btn {font-size: 18px;}
  .heading h1 {font-size: 34px;line-height: 34px;}
  .heading h2 {font-size: 30px;line-height: 30px;}
  .skills_area {background-size: cover;}
  .single_skill {width: 50%; margin-bottom: 22px;}
  .counter {width: 50%;float: left;}
  .counter_section {background-size: cover;}
  .portfolio_area {padding: 60px 15px 0;}
  .wagwep-container ul#portfolio-filter a {margin: 0 5px 5px 0;padding: 6px 10px;font-size: 12px;}
  .single_price {margin-bottom: 30px;}  
  .single_price > h3 {font-size: 24px;line-height: 100px;}
  .single_price .price > h4 {font-size: 60px;line-height: 60px;}
  .price_features li {font-size: 15px;line-height: 18px;}
  .price_btn {font-size: 15px;padding: 10px 20px;}
  .single_post h3 {font-size: 15px;line-height: 15px;}
  .testi_content:before {left: 35%;}
  .single_certification {padding: 18px 10px;}
  .single_certification > img {max-width: 100%;}
  .contact_map {margin-top: 30px;}
  .subscribe_form {margin: 0 auto; width: 85%;}
  .team_social a {font-size: 15px;height: 30px;line-height: 30px;width: 30px;}
  .performance_slider .slick-prev {left: 86.5%;}
  .og-close {z-index: 999;}
  #about {padding:40px 0 0 0; margin-bottom: 0px;}
  #affiliate {padding: 10px 0;}
  #info {padding: 100px 0 50px 0;}
  #social_feed {padding: 0 0 50px;}
  #team {padding: 10px 0;}
  #pricing {padding: 10px 0;}
  #performance {padding: 60px 0px 10px 0px;}
  #testimonial {padding: 0px; margin-bottom: 0px;}
  #certification {padding: 10px 0 100px;}
  #contact {padding: 60px 0px 10px 0px;}
  #subscribe {padding: 10px 0;}
  .social_nav {margin-top: 20px;text-align: center;}
  .footer_left {text-align: center;}
  .single_info > .info_title:after {left: 41%;}  
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {text-indent: 0;}
  .heading h2 {margin-top:40px;}

}

@media(max-width:480px ){  
  .navbar-brand {font-size: 16px; height: 26px;}
  .navbar-brand > span {font-size: 13px;}
  .about_area {padding:40px 0 20px 0;}
  #slides {height: 320px !important;}
  .slider_caption {margin-top: 20%;}
  .slider_caption > h2 { font-size: 20px;line-height: 22px;margin-bottom: 0px;}
  .slider_caption > p {font-size: 14px;}
  .slider_caption > a { font-size: 15px; margin-top: 20px;  padding: 8px 10px;}
  .wagwep-container ul#portfolio-filter li {width: auto;}
  .wagwep-container ul#portfolio-filter a {font-size: 10px;margin: 0 0 2px;padding: 5px;text-align: center;text-indent: 0;}
  .performance_slider .slick-prev {left: 81.5%;} 
  .certifcation_slider .slick-prev {left: 43%;}
  .certification_slider .slick-next {right: 43%;}
  .subscribe_form {width: 100%;}
  .footer_left {text-align: center;}
  .footer_right { margin-top: 20px;}
  .social_nav { text-align: center;}
  .testi_content:before {left: 30%;}  
  .single_info > .info_title:after {left: 38%;}
  .wagwep-container ul#portfolio-filter {padding: 0 3%;}  
  .heading h2 {margin-top:40px;}
 
}

@media(max-width:360px ){
  .navbar-brand {font-size: 16px; height: 26px;}
  .about_area {padding:40px 0 20px 0;}
  .slider_caption {margin-top: 28%;}
  .slider_caption > a {margin-top: 10px;}
  .slides-navigation h3 {display: none;}
  .slider_caption > h2 {font-size: 18px;line-height: 20px;}
  .panel-title {font-size: 17px;}
  .about_area {padding-bottom: 0px;}
  .about_slider{height: auto;}
  .single_skill {margin-bottom: 25px;width: 100%;}
  .heading h3 {font-size: 20px;line-height: 25px;margin: 0 0 30px;}
  .counter {width: 100%;margin-bottom: 15px;}
  .performance_slider .slick-prev {left: 75.5%;}
  .certification_slider .slick-prev {left: 40%;}
  .certification_slider .slick-next {right: 40%;}
  .subscribe_mail {width: 70%;font-size: 15px;}
  .subscr_btn {width: 29%;font-size: 15px;}
  .heading h1 { font-size: 24px;line-height: 28px;}
  .heading h2 { font-size: 20px;line-height: 24px;}
  .single_info > .info_title:after {left: 32%;}
  .slides-navigation {display: none;}
  
}

@media(max-width:320px ){
  .navbar-brand {font-size: 16px; height: 26px;}
  .about_area {padding:40px 0 20px 0;}
  .slider_caption > h2 {font-size: 15px;line-height: 18px;}
  .single_info > .info_title:after {left: 29%;}
  .performance_slider .slick-prev {left: 70.5%;}
  .subscr_btn {font-size: 11px;}
  .slider_caption {margin-top: 34%;}  
  
}