/**
 * 1.0 - Page Builder
 */
@import url('https://fonts.googleapis.com/css?family=Raleway');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: 0; 
  padding: 0;
  vertical-align: baseline;
}

html, body{
  width:100%;
  height: 100%;
  font-size: 100%;
  line-height:1.4; 
}

body{
  background-color: #ffffff;
  color: #1c1a1b; 
  font-family: 'Roboto-Regular';
  line-height: 1.4;
  font-size: 15px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  font-weight: normal;
}

h1{
  color: #fff;
  font-size: 64px;
  font-family: 'ProximaNova-Extrabold';
  letter-spacing: 0.02em;
}

h2{
  color: #1c1a1b;
  font-size: 25px;
  font-family: 'Roboto-Bold';
  letter-spacing: 0;
  text-transform: uppercase;
}
h2.wow:before{
  position: absolute;
  content: '';
  width: 0;
  height: 3px;
  background: #1c1a1b;
  left: -25px;
  top: 15px;
}
h2.animated:before{
  position: absolute;
  content: '';
  width: 25px;
  height: 3px;
  background: #1c1a1b;
  left: -25px;
  top: 12px;    
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

h3{
  color: #fff;
  font-size: 24px;
  font-family: 'Roboto-Medium';
  letter-spacing: 0.03em;
}

h4{
  color: #1c1a1b;
  font-size: 20px;
  font-family: 'Roboto-Medium';
  letter-spacing: 0;
}

h5{
  color: #fff;
  font-size: 28px;
  font-family: 'Roboto-Bold';
  letter-spacing: 0.03em;
}

h6{
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto-Medium'; 
  letter-spacing: 0.01em;
}

p{
  
}

ul{
  margin: 0;
  padding: 0;
}

li{
  list-style: disc;
  margin-left: 15px;  
}

a{
  color: #1c1a1b; 
}

a:hover{
  text-decoration: none;
}
strong{
  font-weight: bold;
}

.btn-default{
  min-width: 180px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(to left,
    #d20f2d,
    #d20f2d 50%,
    #1c1a1b 50%,
    #1c1a1b);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  padding: 10px 0;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 666;
}
.btn-default:hover{
  color: #fff;
  background-position: 0 0;
}

.btn-default:active:hover{
  color: #fff;
  background: #d20f2d;
}


.btn-primary{
  min-width: 180px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(to left,
    #d20f2d,
    #d20f2d 50%,
    #ffffff 50%,
    #ffffff);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  padding: 10px 0;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 666;
}
.btn-primary:hover{
  color: #000;
  background-position: 0 0;
}

.btn-primary:active:hover{
  color: #000;
  background: #d20f2d;
}
/**
 * 1.1 - Form CSS
 */
select,
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  outline:0;
}
label{
  width: 100%;
}

select, input[type="text"], input[type="email"] ,input[type="file"] ,input[type="tel"]{
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 4px solid #1c1a1b;
  padding-bottom: 2px;
  outline: none;
}
input[type="file"]{
  margin-bottom: 30px;
  outline: none;
}
textarea{
  width: 100%;
  box-shadow: none;
  border: 0;
  border-bottom: 4px solid #1c1a1b;
  outline: none;
}

/**
 * 1.2 - Primary CSS
 */


.section-padding{
  padding-top: 60px;
  padding-bottom: 60px;
}
.display-table{
  display: table;
  width: 100%;
}
.display-tablecell{
  display: table-cell;
  float: none;
  vertical-align: bottom;
}

.arrow-right-white{
  width: 120px;
  animation: none;
  opacity: 1;
  transition: width .5s ease;
  position: relative;
  margin-top: 40px;
  height: 1px;
  float: right;
  background: #fff;
}
.arrow-right-white:before{
  content: "Book Now";
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transition: width .5s ease;
  position: absolute;
  right: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.arrow-right-white:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  right: 0;
}
.arrow-right-white.light:after {
  border-left-color: #fff;
}


.arrow-right-black{
  width: 120px;
  animation: none;
  opacity: 1;
  transition: width .5s ease;
  position: relative;
  margin-top: 40px;
  height: 1px;
  float: right;
  background: #000;
}
.arrow-right-black:before{
  content: "Read More";
  display: block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  transition: width .5s ease;
  position: absolute;
  right: 100%;
  transform: translateY(-50%);
  color: #000;
}
.arrow-right-black:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-left: 5px solid #000;
  border-bottom: 5px solid transparent;
  height: 0;
  width: 0;
  right: 0;
}
.arrow-right-black.dark:after {
  border-left-color: #000;
}


/**
 * 1.3 - Main CSS
 */

#wrapper{
  overflow: hidden;  
  display: block;
}
#header{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header-top{
  background: #1c1a1b;
  padding: 10px 0 8px 0;
  width: 100%;
  font-family: 'ProximaNova-Light';
  min-height: 40px;
}
.header-top-block{
  float: right;
}
.seacrh-box {
  float: right;
  outline: none;
}
.header-top-block .search-form{
  float: right;
  margin-top: -2px;
}
.header-top-block .search-form input[type="search"]{
  border: 0;
  margin-left: 5px;
  display: none;
}
.header-top-block .search-form [type="submit"]:hover .search-form input[type="search"]{
  display: block;
}
.header-top-block .search-form [type="submit"]{
  border: 0;
  background: #1c1a1b;
  color: #fff;
}
.search-form label{
  width: auto;
}

.seacrh-box .search{
  width: 0px;
  opacity: 0;  
  margin-top: -5px;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}
.search.expanded {
  width: 200px;
  opacity: 1;
  border: 0;
  margin-top: -5px;
  margin-left: 15px;
}
.seacrh-box .fa {
  position: absolute;
  top: 1px;
  right: 0;
  color: #fff;
}
.header-top a{
  color: #fff;
}
span.call-headertop{
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 15px;
  float: left;
}
.header-main{
  width: 100%;
  position: relative;
  padding: 20px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.header-slidebg{
  position: fixed;
  top: 0;
  width: 100%;
  background: #1c1a1b;
  z-index: 999;
}
.header-slidenobg{
  position: relative !important;
  top: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.navbar-default{
  background: none;
  border-radius: 0;
  border: 0;
}
.navbar{
  min-height: 10px;
  float: right;
  padding: 12px 0 10px 0;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a{
  position: relative;
  padding: 0 10px;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.navbar-default .navbar-nav > li:last-child a{
  padding-right: 0;
}
.navbar-default .navbar-nav > .active > a{
  background: none;
  color: #fff;
}

.navbar-default .navbar-nav > .active > a:after{
  position: absolute;
  content: '';
  width: 30%;
  height: 2px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
  color: #fff;
  background-color: transparent;
}
.navbar-collapse{
  padding: 0;
}
.dropdown-menu{
  border-radius: 0;
  border: 0;
  top: 30px;
  left: 0;
  background: #1c1a1b;
  padding: 0;
}
.dropdown-menu > li{
  padding: 6px 0;
  border-bottom: 1px solid #120f0f;
  margin-left: 0;
  list-style: none;
}
.dropdown-menu > li:last-child{
  border-bottom: 0;
}
.dropdown-menu > li > a{
  padding: 0 15px;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.dropdown-menu > li:hover{
  background: none;
  color: #fff;
  background: #d20f2d;
}
.dropdown-menu > li:hover a{
  background: transparent;
  color: #fff;
}
#primary-menu ul.sub-menu{
  display: none;
}

.banner-arrow-control{
  position: absolute;
  top: 50%;
  left: 5%;
  padding-bottom: 70px;
  z-index: 99;
  opacity: 0;
}
#myCarousel:hover .banner-arrow-control{
  opacity: 1;  
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
}
.banner-arrow-control a{
  display: block;
}
.banner-overlay{
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,033c8d+100 */
  background: rgb(0,0,0); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(3,60,141,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(3,60,141,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(3,60,141,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#033c8d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 88;  
}
#myCarousel h1{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  z-index: 999;
  text-transform: uppercase;
}

#myCarousel .carousel-inner .item{
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 550px;
}
#promotion-block{
  width: 100%;
  background: #2ea5f1;
  padding: 30px 0;
  background: url(../images/pattern-cross.png);
}
#promotion-block h3{
  font-size: 30px;
}
#promotion-block p{
  color: #fff;
  margin-top: 10px;
}
#promotion-block .btn-default{
  margin-bottom: 10px;
  float: right;
}
#home-personalized{
  position: relative;
}
.home-personalized-background{
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #1c1a1b;
}
.personalized-inside{
  position: relative;
}
.personalized-block{
  margin-top: 50px;
  position: relative;
}
.personalized-overlay-bg{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  width: calc(100% - 30px);
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
}
.personalized-block:hover .personalized-overlay-bg{
  background: rgba(0, 0, 0, 0);
}
.personalized-block h3{
  position: absolute;
  bottom: 20px;
  margin-left: -60px;
}
.personalized-block:hover a .arrow-right-white {
  transform: translate(0);
  width: 40px;
}
.personalized-block:hover  a .arrow-right-white:before {
  width: 80px;
  opacity: 1;
}
.personalized-readmore{
  text-align: center;
  padding-top: 60px;
  clear: both;
}
.home-classblock{
  position: relative;
}
.class-block-home{
  margin-top: 50px; 
  margin-bottom: 20px;
}
.class-block-home h4{
  margin-top: 18px;
}
.class-block-home p{
  margin-top: 8px;
  min-height: 85px;
}
.img-cover{
  overflow: hidden;
  width: 100%;
  border: 1px solid #efefef;
}

.class-block-home img{
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.class-block-home:hover img{
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.class-block-home a:hover{
  color: #1c1a1b;
}
.class-block-home:hover a .arrow-right-black {
  transform: translate(0);
  width: 40px;
}
.class-block-home:hover  a .arrow-right-black:before {
  width: 80px;
  opacity: 1;
}

#home-testimonialblock {
  background: #1c1a1b;
  position: relative;
  text-align: center;
  color: #fff;
}
.index-video{
  width: 150%;
  position: absolute;
  right: -50%;
  top: 0;
  height: 100%;
}
#home-testimonialblock h2{
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
#home-testimonialblock h4{
  color: #f0f0f0;
  font-family: 'Roboto-Regular';
  margin: 10px 0;
  font-size: 18px;
  letter-spacing: 0.01em;
}
.img-testimonial-index img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 3px;
  border: 3px solid #fff;
}
#home-testimonialblock span{
  margin: 10px 0;
  color: #ffe500;
  display: block;
}
#home-testimonialblock span .fa{
  margin-right: 5px;  
}
.testimonail-write{
  background: #1c1a1b;
  padding: 60px 45px;
}
.testimonail-write:after{
  width: 0;
  height: 0;
  border-top: 430px solid #1c1a1b;
  border-right: 60px solid transparent;
  position: absolute;
  top: 0;
  right: -10%;
  content: '';
  z-index: 999;
}

.video-overlay-youtube{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.videoplay-circle{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.9);  
}
.videoplay-circle:after{
  background: url(../images/videoplay.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 40%;
  top: 42%;
  content: '';
  width: 78px;
  height: 78px;
}
.team-sprit h1{
  color: #1c1a1b;
  letter-spacing: -0.03em;
  line-height: 0.8;

}
.team-sprit h1:before{
  width: 0%;
  height: 5px;
  background: #000;
  position: absolute;
  content: '';
  top: 0;
  right: 0;   
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.team-sprit h1.animated:before{
  width: 80%;
  height: 5px;
  background: #000;
  position: absolute;
  content: '';
  top: 0;
  right: 0;   
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.team-sprit h1:after{
  width: 0%;
  height: 5px;
  background: #000;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
}
.team-sprit h1.animated:after{
  width: 80%;
  height: 5px;
  background: #000;
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;  
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.team-title h3{
  position: absolute;
  bottom: 20px;
  color: #000;
  margin-left: -4px;
}
#index-team .display-tablecell{
  vertical-align: middle;
}
#footer-connect{
  background: url(../images/connect-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
#footer-connect:before{
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-overlay.png);
  background-repeat: repeat;
}
.footer-topblock-overlay{
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer-connect h2{
  color: #fff;
  margin-bottom: 10px;
}
#footer-connect h2:before{
  background: #fff;
}
#footer-connect p{
  margin-bottom: 15px;
}
#footer-connect input[type="text"]{
  width: 58%;
  display: inline-block;
  min-height: 39px;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 0 10px;
  color: #000;
}
.footer-social a .fa{
  position: relative;
  font-size: 24px;
  margin-right: 15px;
  color: #fff;    
  padding: 5px;
  width: 38px;
  text-align: center; 
}
.footer-social a .fa:after{
  border-bottom: 1px solid transparent;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';     
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}
.footer-social a:hover .fa{
  color: #fff;
}
.footer-social a:hover .fa:after{
  border-bottom: 1px solid #fff;
  width: 50%;
}
.contact-form{
  position: relative;
  padding: 35px 0;
}
.wpcf7-form-control-wrap {
  margin-bottom: 22px;
  display: block;
}
input.wpcf7-not-valid{
 border-bottom: 4px solid red;
}
#home-contact-block h2{
  margin-bottom: 30px;
}
.wpcf7-form textarea{
  margin-bottom: 41px;
  height: 168px;
}
.wpcf7-form .left-form{
  width: 48%;
  float: left;
  clear: both;
}
.wpcf7-form .right-form{
  width: 48%;
  float: right;
  margin-top: 3px;
  margin-bottom:-55px;
}
#footer-bottom {
  background: #1c1a1b;
  color: #fff;
  font-size: 10px;
  font-family: 'ProximaNova-Light';
}
#footer-bottom a{
  color: #fff;
  text-transform: uppercase;
}
#footer-bottom a:hover{
  text-decoration: underline;
  color: #fff;
}
#footer-bottom div[class*='col-']{
  padding: 30px 15px;
}
.developed-footer{
  text-align: right;
}
#page-banner{
  position: relative;
  margin-bottom: 30px;
}
.page-banner-image{
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  min-height: 550px;
}

.page-banner-image h1{
  position: absolute;
  bottom: -35px;
  color: #1c1a1b;
  text-transform: uppercase;
  margin-left: 15px;
}

#team-page h3{
  color: #1c1a1b;
  margin-bottom: 20px;
}

#team-page ul{
  margin-top: 10px;
  margin-left: 10px;
}
#team-page ul li{
  position: relative;
  text-indent: -8px;
  margin: 5px 0;
  list-style: none;
}
#team-page ul li:before{
  content: "-";
  text-indent: -5px;
}
.team-btn {
  display: block;
  margin-top: 30px;
}
#contact-page .display-tablecell{
  vertical-align: top;
}

#contact-page h2{
  margin-bottom: 10px;
}
.contact-info-box{
  margin-top: 20px;
  width: 100%;
  display: block;
  min-height: 20px;
}
.contact-info-box .fa{
 display: inline-block;
    float: left;
    font-size: 25px;
    margin-right: 15px;
    width: 15px;
}
.contact-info-box p{
  float: left;
  font-size: 15px;
  line-height: 1.6;
}
.contact-map{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
.what-we-believe{
  margin-top: 30px;
  min-height: 245px;
}
.what-we-believe img{
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
}
.about-how{
  margin-top: 30px;
}
#what-we-offer{
  position: relative;
  background: url(../images/promotion-banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
}
#what-we-offer h2{
  color: #fff;
  margin-bottom: 30px;
}

.about-how > .panel-group {
  margin-bottom: 0;
}

.about-how > .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
}

.about-how > .panel-group .panel .panel-heading {
  padding: 0;
}

.about-how > .panel-group .panel .panel-heading h4 a {
  background: #f8f8f8;
  display: block;
  font-size: 18px;
  padding: 15px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
  -webkit-transition: 0.15s all ease-in-out;
  -moz-transition: 0.15s all ease-in-out;
  color: #8e191c;
}
.panel-default:first-child i:before{
     content: "\f067" !important;
}
.about-how > .panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
}

.about-how > .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "\f068";
}

.about-how > .panel-group .panel .panel-heading h4 a i {
  color: #1c1a1b;
}

.about-how > .panel-group .panel .panel-body {
  padding-top: 0;
}

.about-how > .panel-group .panel .panel-heading + .panel-collapse > .list-group,
.about-how > .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.about-how > .panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}

#personalized-page h3{
  margin-bottom: 15px;
  color: #1c1a1b;
  position: relative;
  z-index: 999;
  font-size: 36px;
}
.personalized-image{
  position: relative;
  z-index: 999;
}

#personalized-page .display-tablecell{
  vertical-align: top;
}

.personalized-wrapper h4{
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #616060;
	font-family: Roboto-Regular;
}
.personalized-wrapper h6{
  margin-top: 10px;
  color: #1c1a1b;
  font-size: 14px;
}
.personalized-wrapper .btn-default{
  margin-top: 30px;
}
.personalized-main{
  margin-top: 120px;
}
#personalized-page .personalized-main:first-child{
  margin-top: 0;
}

#personalized-page .personalized-main:last-child{
  margin-bottom: 120px;
}

.personalized-wrapper-second h4{
  	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #616060;
	font-family: Roboto-Regular;
}
.personalized-wrapper-second h6{
  margin-top: 10px;
  color: #1c1a1b;
}
.personalized-wrapper-second .btn-default{
  margin-top: 30px;
}

.pesonalized-image-after{
  position: absolute;
  background: #1c1a1b;
  z-index: 9;
  width: 50%;
  height: 110%;
  left: -50px;
  top: -5%;
}
.pesonalized-image-before{
  position: absolute;
  z-index: 9;
  width: 50%;
  height: 110%;
  right: -50px;
  background: #1c1a1b;
  top: -5%;
}
#personalized-page{
  position: relative;
}
#personalized-page:after{
  content: ' ';
  position: absolute;
  left: -50%;
  right: -50%;
  top: 30%;
  bottom: 0;
  z-index: -1;
  -ms-transform: rotate(-8.5deg);
  transform: rotate(-4.5deg);
  pointer-events: none;
  background: #eeeeef;
  height: 400px;
}
.personalized-image img{
  z-index: 99;
  position: relative;
}


#personalized-single-wrapper h4{
  margin-bottom: 20px;
}
#personalized-single-wrapper h6{
  margin-top: 20px;
}
#personalized-single-wrapper h5{
  margin: 40px 0 10px 0;
  font-size: 17px;
  color: #d20f2d;
  text-transform: uppercase;
}

#personalized-single-wrapper h3{
  margin-top: 30px;
  color: #1c1a1b;
}

#personalized-single-wrapper h6{
  color: #948d90;
}

.packages-plans{
  padding-bottom: 5px;
  min-height: 65px;
  margin-top: 15px;
  padding: 10px;
  position: relative;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
  transition: all .4s ease-in;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  min-height: 180px;
}
.packages-plans:hover{
  background-position-x: 5px;
}
.session-plan-wrap .packages-plans:last-child{
  border-bottom: 0;
}

.session-plan{
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.package-session h6{
  letter-spacing: 0;
  margin-bottom: 2px;
  color: #fff !important;
  margin-top: 0 !important;
}
.session-plan h6 span{
  color: #fff;
  letter-spacing: -0.06em;
  font-size: 22px;
}
.package-session h6 span{
      display: block;
    font-size: 11px;
    margin-top: 2px
}
.session-link{
  text-align: center;
  margin-top: 80px;
}
.session-plan-wrap{
  color: #fff;
  padding: 10px 0;
  position: relative;
}
.package-session{
  position: absolute;
  top: 0;
  padding: 10px;
  color: #fff;
  background: #d20f2d;
  left: 0px;
}
.session-link .btn-primary{
  background-image : linear-gradient(to left,
    #ffffff,
    #ffffff 50%,
    #ffffff 50%,
    #ffffff);
  color: #1c1a1b;
}
.session-link .btn-primary:hover{
  background-image : linear-gradient(to left,
    #ffffff,
    #ffffff 50%,
    #d20f2d 50%,
    #d20f2d);
  color: #fff;
}
.package-session:after{
  position: absolute;
  content: '';
  right: -40px;
  width: 0;
  height: 0;
  border-bottom: 55px solid #d20f2d;
  border-right: 41px solid transparent;
  top: 0;
}

.classes-single-desc {
  position: relative;
  z-index: 999;
}
.classes-single-image:before{
  width: 300px;
  height: 250px;
  position: absolute;
  content: '';
  border: 10px solid #eeeeef;
  top: 35%;
  left: -20%;
  z-index: -1;
}
.personalized-icon-img{
  opacity: 0.2;
}
.single-class-schedule{
  margin-top: 50px;
  min-height: 150px;
}
.single-class-schedule-place h3{
  text-transform: uppercase;
  margin-left: -50px;
  font-size: 18px !important;
  margin-top: 10px !important;
}

.single-class-schedule-place span{
      margin-left: -15px;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.single-class-schedule-place h5{
  margin: 0 !important;
  margin-top: 10px !important;
  font-size: 15px !important;
  margin-left: -15px !important;
}
.single-class-schedule-place h6{
  margin-top: 5px !important;
  font-size: 14px; 
  margin-left: -15px !important;
}
.class-schedule-image-overlay{
  position: absolute;
  left: 15px;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  width: calc(100% - 30px);
  height: 100%;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
}
.single-class-schedule:hover .class-schedule-image-overlay{
  background: rgba(0, 0, 0, 0);
}
.video-library{
  position: relative;
}
.video-wrapper .videoplay-circle:after{
  top: 32%;
}
.video-wrapper{
  margin-bottom: 60px;
}
.video-wrapper .modal-content{
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.modal.in .modal-dialog{
  position: relative;
}
.testimonial-form{
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonial-page-wrapper{
  margin-top: 30px;
}
#testimonial-page h4{
  margin-bottom: 30px;
}
.testimonial-block-wrapper{
  margin-top: 50px;
}
.testimonial-block-wrapper .img-testimonial-index{
  float: left;
  width: 100px;
  margin-right: 15px;
}
.testimonial-block-wrapper h4{
  margin-bottom: 10px !important;
}

.testimonial-block-wrapper span{
  margin-top: 10px;
  display: block;
  margin-left: 30px;
  color: #d20f2d;
}
.testimonial-block-wrapper p{
  position: relative;
  padding-left: 30px;
}
.testimonial-detail-content{
  position: relative;
  float: left;
  width: 75%;
}
.testimonial-block-wrapper p:before{
  background: url(../images/testimonial-icon.png);
  background-repeat: no-repeat;
  top: 0;
  position: absolute;
  content: '';
  width: 25px;
  height: 18px;
  left: -5px;
}

.testimonial-block-wrapper p:after{
  background: url(../images/testimonial-icon-bottom.png);
  background-repeat: no-repeat;
  bottom: 0;
  position: absolute;
  content: '';
  width: 25px;
  height: 18px;
  right: -5px;
}
.wpcf7-submit {
  min-width: 180px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(to left,
    #d20f2d,
    #d20f2d 50%,
    #1c1a1b 50%,
    #1c1a1b);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  padding: 10px 0;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 666;
  margin-top: 10px;
}
.wpcf7-submit:hover{
  color: #fff;
  background-position: 0 0;
}
#mc4wp_form_widget-2 h2{
  display: none;
}
#mc4wp_form_widget-2 input[type="submit"]{
  min-width: 180px;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(to left,
    #d20f2d,
    #d20f2d 50%,
    #1c1a1b 50%,
    #1c1a1b);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  padding: 10px 0;
  font-family: 'ProximaNova-Regular';
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 666;
  margin-top: 10px;
}

#mc4wp_form_widget-2:hover input[type="submit"]{
  color: #fff;
  background-position: 0 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  background: transparent;
}
@media (max-width: 767px) {
  #mc4wp_form_widget-2 input[type="submit"]{
    width: 100%;
  }
  .wpcf7-form .left-form{
    width: 100%;
  }
  .wpcf7-form .right-form{
    width: 100%;
  }
  .wpcf7-submit{
    width: 100%;
  }
  .testimonial-detail-content{
    width: 100%;
    margin: 15px 0 40px 0;
  }
  .testimonial-bg{
    margin-top: 30px;
  }
  .personalized-icon-img {
    margin-top: 30px;
  }
  .packages-plans{
    min-height: 180px;
  }
  .pesonalized-image-after{
    display: none;
  }
  .pesonalized-image-before{
    display: none;
  }
  .single-image-margin{
    margin-bottom: 40px;
  }
  #header{
    position: relative;
    background: #000;
  }
  .header-top{
    padding-right: 15px;
  }
  .header-main{
    min-height: 70px;
  }
  .logo{
    position: absolute;
    top: 15px;
    left: 0;
  }
  .navbar{
    padding: 0;
    width: 100%;
    margin-top: 10px;
  }
  .navbar ul{
    margin-top: 25px;
  }
  .navbar-default .navbar-nav > .active > a:after{
    display: none;
  }
  .nav > li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1c1a1b;
  }
  .nav > li:last-child{
    border-bottom: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #e8e7e8;
  }
  .navbar-default .navbar-collapse{
    border: 0;
    box-shadow: none;
    overflow-x: hidden;
  }
  .navbar-toggle{
    margin: 0;
    padding: 0;
    border: 0;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
  }
  .display-table{
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .display-tablecell{
    display: block;
  }
  #index-team .display-tablecell{
    float: left;
  }
  .btn-default{
    float: left;
    display: block;
    width: 100%;
  }
  .btn-primary{
    float: left;
    display: block;
    width: 100%;
  }
  #promotion-block .btn-default{
    margin-top: 20px;
  }
  .section-padding{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .personalized-block{
    margin-top: 30px; 
  }
  .personalized-readmore{
    padding-top: 20px;
  }
  .personalized-block h3{
    position: relative;
    bottom: 0;
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
    font-size: 24px;
  }
  .personalized-inside .arrow-right-white{
    float: left;
    width: 40px;
    margin-left: 80px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .personalized-inside .arrow-right-white:before{
    width: 80px;
  }
  .class-block-home{
    margin-top: 30px;
  }
  .arrow-right-black{
    margin-bottom: 50px;
    float: left;
    margin-top: 25px;
    width: 40px;
    margin-left: 80px;
  }
  .arrow-right-black:before{
    width: 80px;
  }

  .home-personalized-background{
    height: 100%;
  }
  #home-personalized h2{
    color: #fff;
  }
  #home-classblock{
    padding-bottom: 0;
  }
  .index-video {
    width: 100%;
    position: relative;
    right: 0px;
    top: 0;
    height: 100%;
    margin-bottom: 30px;
  }
  .team-title h3 {
    position: relative;
    color: #000;
    bottom: 80px;
    margin-top: 450%;
    display: block;
  }
  .our-team-single{
    margin-bottom: 30px;
  }
  .team-sprit{
    margin-top: 30px;
  }
  .team-sprit h1{
    padding: 15px 0;
    margin: 30px 0;
  }
  #footer-connect input[type="text"]{
    width: 100%;
    margin-bottom: 5px;
  }
  .social-icon-box{
    margin-top: 70px;
  }
  .contact-form .left-form{
    width: 100%;
  }
  .contact-form .right-form{
    width: 100%;
  }
  #footer-bottom div[class*='col-']{
    padding: 0 15px;
    margin: 30px 0 0;
  }
  .developed-footer{
    text-align: left;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }
  #myCarousel .carousel-inner .item{
    min-height: 280px;
  }
  .banner-arrow-control{
    top: 37%;
  }
  .team-image{
    margin-bottom: 30px;
  }
  .contact-map{
    margin-top: 30px;
  }
  .page-banner-image{
    min-height: 300px;
  }
  .page-banner-image h1{
    position: relative;
    font-size: 45px;
    text-align: center;
    margin-top: 20%;
  }
  #personalized-page h3{
    margin-top: 30px;
  }
  .personalized-wrapper{
    background: transparent;
    padding: 0 15px;
  }
  .personalized-main{
    margin-top: 60px;
  }
  .personalized-wrapper .btn-default{
    margin-bottom: 60px;
  }
  #personalized-page .personalized-main:last-child{
    margin-bottom: 0;
  }
  
  .single-class-schedule-place{
    min-height: 125px; 
  }
  .single-class-schedule-place h3{
    margin-left: 0;
  }
  .single-class-schedule-place span{
    margin-left: 0 !important;
  }
  .single-class-schedule-place h5{
    margin-left: 0 !important;
  }
  .single-class-schedule-place h6{
    margin-left: 0 !important;
  }
}

@media (max-width: 667px) {
  #myCarousel h1{
    top: 50%;
    font-size: 40px;
  }
  .videoplay-circle:after{
    top: 25%;
  }
}

@media (max-width: 468px) {
  #myCarousel h1{
    top: 35%;
    font-size: 30px;
  }
}