* {
	margin:0px;
	padding:0px;
}
body{
	font-family:"Open Sans";
	font-size:14px;
	color:#000;
    overflow-x: hidden;
}
ul, a, img { list-style:none; text-decoration:none; border:none; }

/*============= header css ===============*/

/* .top-area { background:url(../images/header-bg.png) center no-repeat;  } */
.header { background:#fff;   box-shadow: 0 0 2px #ccc; -webkit-box-shadow: 0 0 2px #ccc; }
.header-top { padding: 10px;  }
.logo { padding-left: 20px; }
.logo-right { float:right; padding-right: 20px; }
/*============= menu css ===============*/
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.menu { background:#4c90f6; margin-top:10px;  }
/*.menu .navbar-default { background:none; border:none; }
.menu .navbar-nav>li>a{ color:#fff; }  
.menu .navbar-nav>li>a:hover{ background:#34a853; position:relative; color:#fff; transition:all 0.2s ease-out; } 
.menu .navbar-nav>li>a.active { background:#34a853; }
.menu .navbar { margin-bottom: 0px; }
.menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.menu .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
   color:#fff;
   
}*/
#menu { margin:0 15px; }
#menu ul {
  margin: 0;
  padding: 0;
  
}

#menu .main-menu {
  display: none;
  background:#C22431 ;
  
 
}
.toggle-menu i.fa{ background:#fff; position:relative; right:20px; }
#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
 
}

#menu li, 
#toggle-menu {
  
}

#menu .sub-menu {
  background-color: #444;

  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: white;
      font-size: 14px;
  cursor:pointer;
    font-family: 'Open Sans', sans-serif;
}

#menu, 
#toggle-menu {
   background:#C22431;
}

#toggle-menu, 
#menu a {
  padding: 15px 20px;
  
}

#menu a {
 transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
  text-decoration:none;   
}

#menu a:hover {
  background:#2366b2;
  color: #fff;
}
#menu a.active {
  background:#2366b2;
  color: #fff;
}

#menu .sub-menu {
  display: none;
  background:#2366b2; 
  box-shadow:1px 1px 3px #999;
}
#menu .sub-menu  ul li{
  width: 100%;  
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#menu .sub-menu a { text-transform:none; font-size: 13px; padding:10px 20px;  color:#fff; width: 220px; text-transform: uppercase;}
#menu .sub-menu a:hover {
  color: #C22431;
    background: #fff;
    transition:0.3s ease;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
}
#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 0.60em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}
/* .main-heading { text-align: center; padding: 40px 0 10px 0; } */
.main-heading h1 { font-weight: 800; }
.main-heading span { color:#fff; }

/*============= Main area css ===============*/

.main-area { background:url(../images/bottom-area-bg.jpg) center no-repeat; padding: 30px  0; background-size: cover; }
.main-area h2 { text-align: center; color: #fff; padding-bottom: 10px; }

/* .banner { background: rgba(0,0,0, 0.4); margin: 0 15px; border-radius: 0 0 20px 20px; padding: 0 20px; padding-top: 20px; padding-bottom: 20px;   } */
/* .banner img { margin: auto; border: 20px solid #fff; } */

/*============= product css ===============*/


/*============= product css ===============*/
/*============= banner-strip css ===============*/

.banner-strip {
	background:url(../images/banner-strip-img.jpg) center;
	background-size:cover;
	height:185px;
}

.contact-home { background:#4c90f6;  padding:30px 0; margin-bottom:10px;   }
.contact-home h2 {  text-align:center; font-size:30px; margin-bottom:0; margin-top:0; font-family:"Myriad Pro"; font-weight:200; color:#fff; }
.contact-home h3 { font-weight:200; margin-top:0; text-align:center; color:#fff;  }

/*=============  footer css ===============*/
footer { background:#020202; padding:20px 0; }
.footer-left { text-align:center; }
.footer-left p{ font-weight:200; padding-bottom: 5px; }
footer p{ margin:0; color:#fff; font-weight:600; }
footer p a{ margin:0; color:#fff; font-weight:600; }
footer .designed { float:right; }
footer p a:hover{ margin:0; color:#fff; font-weight:600; }


/*=============  Contact Us css ===============*/
.contact-banner .container-fluid{ padding:0; }	
.heading { margin:0 auto;  padding-bottom:5px; text-align:center;  background: #49cf70; }
.heading h1 {     text-align: center;
    font-size: 50px;
    font-family: "Myriad Pro";
    margin-bottom:0px;
    font-weight: 200;
    color: #fff;  }
.heading h1 span {
    font-weight: bold;
    color: #fff;
}	
.heading p { font-family:"Myriad Pro"; font-size:18px; color:#fff; letter-spacing:0.5px; margin-bottom:5px; }
.contact-cont { margin:0 auto; background: url(../images/video-bg.png) no-repeat #000;  padding:30px 0; }
.contact-cont .form { text-align:center; width:90%; margin:0 auto; }
.contact-cont .form h5 { color: #000; }
.contact-cont .form h5 span{ color: red; }
.contact-cont .form-group form{ color:#fff; text-align:center; }
.contact-cont .form-group textarea { height:150px; font-weight:700; }
.contact-cont .form-group textarea:placeholder-shown { font-size: 12px; color: #999;  }
.contact-cont .form-group { margin:15px 0;  }
.contact-cont .form-group input { font-weight:700; height: 40px;font-family: 'Open Sans', sans-serif;  }
.contact-cont .form-group input:placeholder-shown { font-size: 12px; color: #999;  }
.contact-cont .form .btn {  padding: 6px 60px; text-align:center; background:#4c90f6; color:#fff; font-family:"Myriad Pro"; font-size:16px; font-weight:800px; text-transform:uppercase; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; }
.contact-cont .form .btn:hover { border-color:#F00; background:#fff; color:#000;  }
.contact-detail { text-align:center; padding:20px 0; font-weight:400; color:#000; 
    border-bottom: 2px dotted #a5a5a5; width:100%; margin:0 auto; }
.address { color:#fff; margin-bottom:20px; }
.address strong{ font-size:16px; color:#fff;  text-transform: capitalize; margin-bottom: 10px;   }
.address i.fa{ color:#6badf8; font-size:70px; padding-bottom:10px;  }
.address i.fa-map-marker {    
          
			 animation: bounce 2s infinite;
            -webkit-animation-fill-mode: both; 
            animation-fill-mode: both;  }
.email i.fa{ color:#6badf8; font-size:22px; padding-bottom:10px;  }
.email P { color:#fff;  font-family: 'Open Sans', sans-serif;  }
.email a {  color:#fff; transition:all 0.5s ease-in-out; text-decoration:none; font-family: 'Open Sans', sans-serif; }
.email a:hover {  color:#C22431; transition:all 0.5s ease-in-out; text-decoration:none; }
.phone i.fa{ color:#6badf8;  font-size:22px; padding-bottom:10px;  }
.phone {color: #fff;}
.social-links { text-align:center; margin:0; margin-right:30px; }
@-webkit-keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
            40% {-webkit-transform: translateY(-30px);} 
            60% {-webkit-transform: translateY(-25px);} 
         } 
         
@keyframes bounce { 
            0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
            40% {transform: translateY(-30px);} 
            60% {transform: translateY(-25px);} 
         }
.bounce { 
            -webkit-animation-name: bounce; 
            animation-name: bounce; 
         }
.social-links {
    margin-top: 10px;
}		 
.social-links .fa {
  
  font-size:30px;
  width: 45px;
  height:45px;
  line-height:45px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background:#fff; 
  transition:0.5s;
  -webkit-transition:0.5s;
	-moz-transition:0.5s;
}
.social-links .fa:hover { border-radius: 0;}

.social-links .fa-facebook {

  color: #3b5a9a;
}
.social-links .fa-facebook:hover {
  background: #3b5a9a;
  color:#fff;
}
.social-links .fa-twitter {
 
  color: #25a8e0;
}
.social-links .fa-twitter:hover {
  background: #25a8e0;
  color: #fff;
}
.social-links .fa-google-plus {
  background: #d54936;
  color: #fff;
}
.social-links .fa-google-plus:hover {
  
  color: #fff;
}
.social-links .fa-google {

  color: #d54936;
}
.social-links .fa-google:hover {
  background: #d54936;
  color: #fff;
}
.social-links .fa-youtube {

  color: #bb0000;
}
.social-links .fa-youtube:hover {
  background: #bb0000;
  color: #fff;
}
.social-links .fa-linkedin {

  color: #007bb5;
}
.social-links .fa-linkedin:hover {
  background: #007bb5;
  color: #fff;
}
.social-links .fa-camera {
  background: #2f689b;
  color: #fff;
}
.social-links .fa-camera:hover {
  background: #fff;
  color:#2f689b;
}
.map { margin-top:5px;  display: block;  }
.map .container-fluid{ padding:0;}
.form {
    background: #ccc;
    padding: 10px;
    border-radius:20px;

}

.form-home{
  
}

	/*============= back to top css ===============*/
	.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
	border-radius:0;
    display:none;
	padding:5px 10px;
	color:#fff;
	 background:#dadada;
	 transition:all 0.4s ease; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; -o-transition:all 0.4s ease; -webkit-transition:0.4s ;
}
.back-to-top:hover {
    padding:10px 20px;
	color:#fff;
	background: #4c90f6;
	
}

/*============= Product css ===============*/
.product-img{ outline:1px solid #999; padding:5px; position:relative;   }
.product-img button {  position:absolute; border-radius:15px; background:#4c90f6; bottom:-17px; left:90px; color:#fff; padding:5px 20px 5px 40px; text-align:center; font-size:16px; -webkit-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
animation: mymove 1s infinite; }
@-webkit-keyframes mymove {
   0%  {background:#4c90f6;}
   50% {background:#34a853;}
   100% {background:#ed4d3c;}  
}
@keyframes mymove {
   0%  {background:#4c90f6;}
   50% {background:#34a853;}
   100% {background:#ed4d3c;}   
}
.product-img button:hover {  background:#34a853; color:#fff; }
.product-img button .fa { font-size:24px; position:absolute; top:5px; left:15px; transition: 0.3s; 	 }
.product-img button:hover .fa {   transform:scale(1.5);   }
.product-area-inner { padding:30px 20px 40px 20px; border:15px solid #CCCCCC; display:inline-block; width:100%; font-size:16px; background: #f1f1f1;  transition: 0.7s; }
.product-area-inner:hover{ border:15px solid #999;   }
.product-cont-inner p{ text-align:justify; color:#333;  }
/*.product-cont-inner h2 { font-size:25px; color:#F00; }*/
.product-cont-inner h5 { font-size:18px; color:#000; padding-top:5px; width:100%;  }
.product-cont-inner ul { padding-left:20px; }
.product-cont-inner ul li { line-height:32px; list-style:url(../images/arrow-right.png); list-style-position:outside;}
.product-heading-top { text-align:center; color:#333;  }
.product-heading-top h1{ text-align:center; font-size:35px; text-transform:uppercase; color:#000; margin-top:35px; display:block; font-family:"Myriad Pro"; margin-bottom:0; }
.product-heading-top span { color:#fbc403;  }
product-heading h2{ text-align:center; font-size:25px; color:#fff; background:#fbc403; padding:10px 0; margin-top:0; display:block; }

/*============= TestiMonials css ===============*/
.testimonial { background:rgba(194, 191, 191, 0.7); padding: 20px 0 35px 0; display:block; margin-top:30px; }
.testi-inner { background: #f7f7f7; display: block; }
.test-box { background: #000; text-align: center; padding: 15px; border: 2px solid #e5d0bf; transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s;  }
.test-box p { font-family: 'Open Sans', sans-serif; color: #fff;}
.testi h2 { text-align:center; font-family: 'Open Sans', sans-serif; padding-bottom: 15px; }



.test-box img { border-radius: 100%; margin: auto; margin-bottom: 10px; margin-top: 10px;  -webkit-filter: grayscale(100%); filter: grayscale(100%);  }
.test-box h5 { color: #999; font-style: italic; font-size: 20px; font-family: 'Open Sans', sans-serif; margin: 0; margin-bottom: 10px; }
.test-box h5 span { font-size: 15px; display: block; margin-top: 5px; }
.test-box button { border-radius: 20px; font-family: 'Open Sans', sans-serif; background: #000; color: #fff; font-size: 16px; font-weight: 600; padding: 5px 10px;  font-style: italic; position: relative; bottom: -25px;}
.test-box button.pink { background: #a25f94; }
.test-box button.pink:hover { background: #a80686;  }
.test-box button.yellow { background: #e9d2c0; color: #000; }
.test-box button.yellow:hover { background: #f7b17b; color: #000; }
.test-box button:hover { color: #fff; background:#454545; }
.gallery-img { margin-top: 60px; }

/*============= Videos css ===============*/
.video {background:url(../images/video-bg.png) no-repeat #000; padding-bottom: 100px; }
.video h1 {color: #fff; font-family: 'Open Sans', sans-serif; font-weight: 500; margin-bottom: 30px; }
.video img { }
.video img:hover {  }
/*============= partner css ===============*/
.partner { background: #fcfcfc; padding: 30px 0; }
.partner-heading { text-align: center;}
.partner-heading h1 { margin: 0; padding-bottom: 10px; text-align: center; font-size: 30px; color: #252121; }
.partner-heading span { background: #252121; height: 3px; width: 100px; display: block; margin: auto; }
.partner-inner { padding: 30px 0 15px 0; }
.partner-inner p { text-align: center;font-family: 'Open Sans', sans-serif; }
/*============= partner css end ===============*/

/*============= Banner css ===============*/
#first-slider .main-container {
 
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
#first-slider .slide1 .text-left {
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider img { margin: auto; }
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: -60%;
     width: 25px;
    height: 70px;
	line-height:70px;
    margin-top: -30px;
    font-size: 35px;
    color: #fff;
	
   background:#4a4a4a;
}
.carousel-control .fa-angle-left:hover {
	 background:#C22431;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 25px;
    height: 70px;
	line-height:70px;
    margin-top: -30px;
    font-size: 30px;
    color: #fff;
    right: -70%;
  background:#4a4a4a;
}
.carousel-control .fa-angle-right:hover {
	 background:#C22431;
}
.carousel-control {
      
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider {
	 background: url(../images/slider-bg.jpg) no-repeat;
	 border:20px solid #fff;
	 padding:20px;
    background-size: cover;
}

#first-slider a { text-decoration: none; }

.slider-content {
	
	margin:auto;
	padding:70px 50px;
	height:auto;
	background:rgba(0,0,0,0.6);
	margin-top:70px;
}
.slider-content h2 { color:#fd74c9; margin:0; padding-bottom:40px;  }
.slider-content p {  font-family: 'Open Sans', sans-serif; color:#fff; text-align:justify; line-height:30px; }
.service-tab-left {
	position:relative;
	z-index:0;
}
.service-tab-left .tab-pink,.service-tab-left .tab-yellow, .service-tab-left .tab-sky {
	position:absolute;
	left:-78px;
	top:10px;
	z-index:0;
	background: url(../images/graphictab.png) left center no-repeat;
	width:135px;
	height:208px;
}
.service-tab-left .tab-sky {
	
	top:150px;
	z-index:99;
	background: url(../images/fashiondesign.png) left center no-repeat;
	
}

.service-tab-left .tab-yellow {

	top:300px;
	z-index:999;
	/* background: url(../images/tab-sky.png) left center no-repeat;
	 */
}
.service-tab-right {
	position:relative;
	z-index:0;
}
.service-tab-right .tab-pink1,.service-tab-right .tab-yellow1, .service-tab-right .tab-sky1 {
	position:absolute;
	right:-78px;
	top:10px;
	z-index:0;
	background: url(../images/interior.png)right center no-repeat;
	width:135px;
	height:208px;
}
.service-tab-right .tab-yellow1 {
	
	top:150px;
  /* padding-right:-78px; */
	z-index:99;
	background: url(../images/fashionbusiness.png) right center no-repeat;
	
}

.service-tab-right .tab-sky1 {

	top:300px;
	z-index:999;
	background: url(../images/fashion_styling.png) right center no-repeat;
	
}

.heading-inner { background: #fff; margin: 0 15px; }
.heading-inner  h1 { text-transform: uppercase; font-size: 30px; text-align:center; font-family: 'Open Sans', sans-serif; margin:0; padding:15px 0; font-weight:100; color: #C22431; }
.heading-inner  h1 span { font-weight:400; color:#1068c0;  }
.about-content p{
	line-height:30px;
	margin:20px 0;
}
.heading-inner p{ text-align: center; font-weight: 600; padding: 0; }
.service-content{ padding: 10px 0; }
.service-content p{
  line-height:30px;
  margin:20px 0;
    padding: 0 0px;
}

.service-content h4 {    padding-bottom: 10px; font-size: 20px; text-align: center; font-family: 'Open Sans', sans-serif;  }
.service-content h5 {    padding-bottom: 0px; margin: 0; margin-top: 30px; font-size: 25px; text-align: left; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #3f3f3f;  }
.service-content h4.top { border-bottom: 2px dotted #ccc;  }
.service-content ul li{
  line-height: 30px;
 background: #f4f4f4;
 margin: 2px 0;
 padding: 0 10px;
 text-align: center;
 color: #000;
 font-family: 'Open Sans', sans-serif; 
}
.service-content h3 {
  font-size: 23px;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif; 

}
.service-content h3 span {
    font-size: 15px;
}
.service-content h2 {
  font-size: 24px;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: left;
  color: #2366b2;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif; 
}

.course{
  margin-top:20px;
}
.course h4 { padding: 10px 0; background: #000; text-align: center; color: #fff; font-family: 'Open Sans', sans-serif;  }
.course h5 { font-weight: 600; color: #4e4e4e; font-size: 14px; text-align: left; font-family: 'Open Sans', sans-serif; color: #f01267;  } 

.course ul li {
  background: none;
  text-align: left;
  list-style-type: square;
  font-size: 13px;
  color: #000;
}
.course-info ul { list-style: inside; }
.course-info  { padding: 0 15px; }
.course-info p { font-size: 15px; color: #000; text-align: left; font-family: 'Open Sans', sans-serif; line-height: 25px;  }
.course-info h4 { font-size:14px; text-align: left; font-weight: 600; text-transform: uppercase; color: #000;}
.course-info ul li { color: #000; line-height:25px; font-family: 'Open Sans', sans-serif; background: none; text-align: left; list-style-type: square;  
  font-size: 15px;}
.course-info h3 {  padding-top: 10px;  text-align: left; color: #C22431; font-family: 'Open Sans', sans-serif; font-size: 20px; margin: 0;  }
.course-info h5 { font-weight: 600; color: #4e4e4e; text-align: left; font-family: 'Open Sans', sans-serif;  font-size: 16px; margin-top: 20px; } 
.course-info h2 { font-size: 20px; margin-top: 0px;}
.black {
    color: #333!important; 
    font-size: 20px!important;
}
.days { color: #333; font-size: 14px; }
.button {
  display: inline-block;
  border-radius: 4px;
  background: #2366b2;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 20px 0;
  font-family: 'Open Sans', sans-serif; 
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}
a.back-btn { color:#000; font-size: 16px; margin-left: 20px; font-weight: 400; text-decoration: none; }
a.back-btn:hover {  color: #2366b2; }
.button:hover span:after {
  opacity: 1;
  right: 0;
}

.get-started {

}
.get-started { text-align: center; margin-bottom: 30px;}
.get-started h1 { margin: 0; padding-bottom: 10px; text-align: center; font-size: 30px; color: #252121; text-transform: uppercase; font-family: 'Open Sans', sans-serif;  }
.get-started span { background: #252121; height: 3px; width: 100px; display: block; margin: auto; }
.get-started h4 { text-align: center; font-family: 'Open Sans', sans-serif; text-transform: uppercase; color: #2366b2; }
.get-started p { font-family: 'Open Sans', sans-serif; line-height: 25px; color: #6E6E6E; text-align: justify;   }
.get-started img:hover { opacity: 0.7; -webkit-opacity: 0.7; -ms-opacity: 0.7;  } 
.get-started button { background: #ccc; }
#hero-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
}
#hero-wrapper .carousel-wrapper,
#hero-carousel {
  height: 100%;
  width: 100%;
 
}
#hero-carousel img {
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
#hero-carousel i {
  position: absolute;
  top: 50%;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@import url(../../netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{

    border-radius: 0px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding-top: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
@import url(../../netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
   
    border-radius: 0px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    
    border-radius: 0;
    margin-top: 1px;
}

.col-item:hover .info {
   color: #000;
    background: #fff;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.controls
{
    margin-top: 20px;
   }
[data-slide="prev"]
{
    margin-right: 10px;
}   
.makeup { text-align: center;  padding: 30px 0; display: block; }
.event img { margin: auto; margin-bottom: 20px;   }
.makeup h1 { margin: 0; padding-bottom: 10px; text-align: center; font-size: 26px; color: #333; text-transform: uppercase; font-family: 'Open Sans', sans-serif;  }
.makeup span { background: #2366b2; height: 3px; width: 130px; display: block; margin: auto; position: relative; }
.makeup span:before{ content: ''; position: absolute;  background: #C22431; width: 20px; left: 0px;  height: 3px; }
.makeupbox {
  position: relative;
  width: 100%;
}
.makeup-content {
  margin:30px 0;
}
.img-cunsult h2 {  font-size: 18px!important; }
.img-cunsult img {  border: 1px solid #ccc;  }
.img-cunsult img:hover {  filter: grayscale(0);  }
.makeup-content h2 {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #2366b2;
    margin-top: 10px;
    margin-bottom: 40px;
}
.makeupbox-img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-img {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #C22431;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.makeupbox:hover .overlay-img {
  bottom: 0;
  height: 100%;
    opacity: 0.8;
}

.makeupbox-text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.makeupbox-text p { font-size: 14px; padding: 5px 0; }
.makeupbox-text a{ color: #fff;  font-family: 'Open Sans', sans-serif; font-size: 20px; text-transform: uppercase; }
.makeupbox-text a:hover { color: #fff; text-decoration: none; }

/*============== modal ==========*/

        .product_view .modal-dialog{max-width: 800px; width: 100%;}
        .pre-cost{text-decoration: line-through; color: #a5a5a5;}
        .space-ten{padding: 10px 0;}
.modal-content { overflow:scroll; height: 500px; border-radius: 0;    }
.modal-header { text-align: center; background: #2366b2;
color: #fff;}
.modal-header h3{ font-size: 30px; text-transform: uppercase; font-weight: 600;}
.modal-header h5{ font-size: 15px; margin-top: 0; }
.modal-header .glyphicon { color: #fff; transition: 0.2s; font-size: 20px;  }
.modal-header .glyphicon:hover { transform: rotate(360deg)}
.course-info {  }

.course-details ul { list-style: inside; }
.course-details { padding: 0 15px;}
.course-details p { font-size: 16px;  font-family: 'Open Sans', sans-serif; line-height: 25px;  }
.course-details h4 { font-size:14px; font-weight: 600; text-transform: uppercase; color: #C22431}
.course-details ul li { color: #333; line-height: 23px; font-family: 'Open Sans', sans-serif; }
.text-lrg { font-size: 30px!important; color: #000!important; }
.spacer {
    margin: 20px;
}
.video-event { margin: 30px 0; }
.video-event iframe{ margin: 10px; }
.news-img {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
}
.news-img img { display: contents;  }
.news-in { border: 1px solid #999;
border-radius: 0px; }
.news-in:hover {  border: 1px solid #000 }
.apply-online{ float:left; width:100%;}
.apply-online h2{ text-align:center;}
.apply-online p{ }
.online-form{ float:left; width:100%;  margin:20px 0 20px 0;  padding: 10px; }
.online-form small{ float:left; font-size:16px; margin:25px 0 0 0;}
.online-form-in{ float:left; width:100%; margin:15px 0 15px 0;}
.online-form-in span{ float:left; width:100%;  margin:5px 0 0 0; font-size:18px; font-weight:100;}
.online-form-in input{ float:left; width:100%; border-radius:4px; box-shadow:0 0 3px #b4b4b4 inset; border:1px solid #bdb9b9; height:38px; padding:0 0 0 5px; }
.online-form-in textarea{ float:left; width:100%; border-radius:4px; box-shadow:0 0 3px #b4b4b4 inset; border:1px solid #bdb9b9; height:75px; padding:5px 0 0 5px;}
.online-form-in label{ display:none !important;}
.error{ background:#ffaeae;}
.form-p{ float:left; margin:5px 0 0 0; width:100%; font-size:18px; font-weight:100;}
.online-form button:hover { background:#C22431;  }
.online-img {  margin-top: 50px; border:5px solid #ccc; padding: 2px; }