/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,500,600,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Hind+Guntur:400,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Great+Vibes&display=swap&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,600,700,800,900&display=swap&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,500,600,700&display=swap');

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*height: 100vh;*/
font-family: 'Open Sans', sans-serif;
}

.jumbo {
  height: 100vh;
}
.oldnav{
      padding-bottom: 10px;
      padding-top: 10px;
      background-color: #000c;
}
.navbar-fixed-top {
    top: 0;
    /*padding: 15px 0px;*/
    /*background-color: #000000ba;*/
  }
  .nopad{
  width: 50%;
}
.navbar a {
  color: #fff;
  padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    width: 100%;
}
img {
    /*vertical-align: middle;*/
    width: 100% !important;
}
.newnav{
    background-color: #fff;
    padding: 5px;
        border-bottom: 1px solid #c7c7c7;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eeeeee14;
}
/*.navbar li.active {
  border-bottom: 1px solid #fff;
}*/
.navbar li.active a {
  color: #fefefe;
}
.navbar .navbar-toggle .icon-bar {
  background: #fff;
}

.shrink .navbar {
  color: #fafafa;
  background-color: #000;
}
.shrink .navbar-toggle .icon-bar {
  background: #fafafa;
}
.navbar-brand img{
    width: 50%;
    margin-top: -10px;
}
 
/*End NavBar*/
a.scroll {
    font-family: 'Hind Guntur', sans-serif;
    letter-spacing: 3px;
    font-weight: 100;
}

.carousel {
  height: 100%;
}
.carousel .carousel-indicators {
  bottom: 65px;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .item {
  height: 100%;
}
.carousel .carousel-inner .item .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.carousel .carousel-inner .item .carousel-caption {
  top: 40%;
  bottom: initial;
}
.head-content{
    font-size: 56px;
    /*text-transform: uppercase;*/
    font-weight: bolder;
   /* letter-spacing: 8px;*/
    margin-top: 30px;
    color: #ffffff;
    font-family: 'Great Vibes', cursive;
    text-align: center;
}

.btn1{
margin-top: 40px;
    background-image: -moz-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%);
    /* background-image: -webkit-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%); */
    background-image: -ms-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%);
    color: #404040;
    text-shadow: 1px 1px 1px #000;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
}
.lead {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 200;
    line-height: 1.4;
    /* text-transform: uppercase; */
    letter-spacing: 4px;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    color: #fff;
}
/* End Header */
section {
  padding: 100px 0;
}
.section-content{    
    font-size: 25px;
    text-transform: uppercase;
  /*  font-weight: 900;*/
    font-weight: 600;
    letter-spacing: 6px;
    /* margin-top: 50px; */
    color: #3f6080;
  }
  .section-para{
    text-align: justify;
    color: #6c6c6c;
    margin-top: 40px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
}

.content{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

h2.section-content2.animated.wow.fadeInUp.animated {
    /*font-family: 'Dancing Script', cursive;*/
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 50px;
    /* margin-top: 0px; */
    color: #404040;
}
  .section-paraa{
    text-align: justify;
    color: #6c6c6c;
    /*margin-top: 40px;*/
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
}
.client-box1 {
  text-align: left;
  padding: 40px;
}

.meeting {
   margin: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 220px;
  padding: 30px;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Hind Guntur', sans-serif;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url("../images/calendar-plus.png"), #ffffff;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}

/*.calendar {
	margin: auto;
    text-align: center;
    background: transparent url("../images/calendar-plus.png") no-repeat;
   background-position: 20%;
    text-indent: 20px;
	margin-bottom: 20px;
    font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'Hind Guntur', sans-serif;
}*/

.followaddthis {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.up{
   margin-top: 80px;
}
.lead2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    /* text-transform: uppercase; */
    letter-spacing: 4px;
font-family: 'Hind Guntur', sans-serif;;
    text-align: center;
}
.lead2a {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
     text-transform: uppercase; 
    letter-spacing: 4px;

font-family: 'Maven Pro', sans-serif;
    text-align: center;
}

.boxes {
    /*background-color: green;*/
    padding: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    /*margin-bottom: 50px;*/
}
.boxes1 {
    /*background-color: green;*/
    padding: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    /*margin-bottom: 50px;*/
}
.boxes h1 {
  color: #404040;
    font-family: 'Hind Guntur', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 20px 0 0px 0;
    font-weight: 500;
}
.boxes1 h1 {
  color: #404040;
    font-family: 'Hind Guntur', sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 20px 0 0px 0;
    font-weight: 500;
}
.boxes p {
    /*font-size: 13px;*/
    padding: 15px 0 15px 0;
    color: #404040ba;
    text-align: justify;
    text-align-last: left;
    /*font-size: 13px;*/
    font-size: 15px;
   /* letter-spacing: 2px;*/
    text-transform: none;
    font-weight: 400;
    line-height: 22px;
}
.connect-h1 {
    margin-top: 200px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    letter-spacing: 20px;
  }
.news-h1 {
    margin-top: 200px;
    color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
  }

.story-box p {
    padding: 30px;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.story p {
    padding: 10px 30px;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.descrip1 {
    padding: 10px 30px;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.descrip2 {
    padding: 10px 30px;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.ball p {
    padding: 10px 30px;
    letter-spacing: 2px;
    line-height: 1.6;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.news-box p {
    padding: 30px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.news-box {
    padding: 10px;
    /*background-color: #000;*/
    color: #404040;
    border: 1px solid #00000029;
    margin-top: 20px;
}
.btn3 {
    margin: 20px 0 20px 0;
    /*background-image: -moz-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%);*/
    background-color: #000;
    /*background-image: -ms-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%);*/
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
}
.connect-header{
    overflow: hidden;
    height: 400px;
    width: 100%;
    background-image: url("../images/section/connect-bg.png");
    background-size: cover;
    /*background-position-y: -180px;*/
    background-color: #000;
}
.media-header{
    overflow: hidden;
    height: 350px;
    width: 100%;
    background-image: url("../images/section/media-bg.png");
    background-size: cover;
    /*background-position-y: -180px;*/
    background-color: #000;
}
.news-header{
    overflow: hidden;
    height: 350px;
    width: 100%;
    background-image: url("../images/section/events-bg.png");
    background-size: cover;
    /*background-position-y: -180px;*/
    background-color: #000;
}
.ball-header{
    overflow: hidden;
    height: 350px;
    width: 100%;
    background-image: url("../images/section/basketball-bg.png");
    background-size: cover;
    /*background-position-y: -180px;*/
    background-color: #000;
}
.makai-header{
    overflow: hidden;
    height: 350px;
    width: 100%;
    background-image: url("../images/section/makai-background.png");
    background-size: cover;
    /*background-position-y: -180px;*/
    background-color: #000;
}
.team-header{
    overflow: hidden;
    height: 350px;
    width: 100%;
    background-image: url("../images/section/team-bg.png");
    background-size: cover;
    /*background-position-y: -180px;*/
    background-color: #000;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
     background-color: #000 !important; 
     border-color: none !important; 
}

/*.dropdown-toggle:active{
background-color: none !important; 
     border-color: none !important; 
}*/

.dropdown-menu>li>a {
    display: block;
    padding: 5px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 20px 20px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00000085;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.boxes1 p {
    /*font-size: 13px;*/
    padding: 15px 0 15px 0;
    color: #404040ba;
    text-align: justify;
    text-align-last: center;
    /*font-size: 13px;*/
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 300;
}
.auto1{
  width: 67%;
    margin: auto;
}
.lead1{
      margin-bottom: 20px;
    font-size: 16px;
    /* font-weight: 100; */
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #113055;
}
.about-img{
  width: 75%;
}
.service {
  /*background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);*/
  background-color: #fafafa;
  text-align: center;
}
.box {
background-color: #fff;
    margin: 10px;
    width: 31.5%;
    padding: 10px;
    box-shadow: 0px 0px 20px 4px #0000000a;
    text-align: center;
    border: 1px solid #40404040;
    height: 550px;
}
.box1 {
background-color: #fff;
    margin: 10px;
    width: 31.5%;
    padding: 10px;
    box-shadow: 0px 0px 20px 4px #0000000a;
    text-align: left;
    border: 1px solid #40404040;
    justify-content: center;
}
.section-para3{
  text-align: left;
    padding: 15px !important;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
}

.section-para2{
      text-align: justify;
    padding: 0 15px 15px 15px !important;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: capitalize;
}
.section-para1{
    color: #6c6c6c;
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    /*text-align-last: center;*/
}
.row1{
      margin-top: 60px;
}
h5.box-head {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px;
    font-family: 'Great Vibes', cursive;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
}
.progress1{
  /*background-color: #79c4ca;*/
  background-image: url('../img/progress-bg.png');
  padding: 100px 0;
  text-align: center;
  background-size: cover;

}
.progress2{
  /*background-color: #79c4ca;*/
  width: 100%;
  height: 100px;
}

.box1 p {
  color: #404040ba;
  /*text-align: center;*/
}

.card {
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    /*padding: 2.25rem 0;*/
    position: relative;
    will-change: transform;
    text-align: center;
    border: 1px solid #f3f3f3;
}
 .card:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 0%;
   height: 5px;
   background-color:  #3f6080;
   transition: 0.5s;
}
 .card:hover {
   transform: scale(1.05);
   -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08);
   box-shadow: 0 20px 35px 0 rgba(0, 0, 0, .08);
}
 .card:hover:after {
   width: 100%;
  background-color: #3f6080;
  color: #fff;
}
 .card .card-header {
   background-color: white;
   padding-left: 2rem;
   border-bottom: 0px;
}
 .card .card-title {
   margin-bottom: 1rem;
}
 .card .card-block {
   padding-top: 0;
}
 .card .list-group-item {
   border: 0px;
   padding: 0.25rem;
   color: #808080;
   font-weight: 300;
}
 .display-2 {
   font-size: 7rem;
   letter-spacing: -0.5rem;
}
 .display-2 .currency {
   font-size: 2.75rem;
   position: relative;
   font-weight: 400;
   top: -45px;
   letter-spacing: 0px;
}
 .display-2 .period {
   font-size: 1rem;
   color: #b3b3b3;
   letter-spacing: 0px;
}
/*.pricing{
  text-align: center;
}*/

.para4{
  text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
}

.box2 {
    /*margin: 15px;*/
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}

.section-para4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.btn2 {
    margin-top: 40px;
    background-image: -moz-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%);
    /* background-image: -webkit-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%); */
    background-image: -ms-linear-gradient( -14deg, rgb(246,124,120) 0%, rgb(228,198,93) 100%);
    color: #a8c269;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #a8c269;
    border-radius: 50px;
}

article {
  margin: 20px auto;
  width: 100%;
  padding: 1em;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1em;
  color:#FFC345;
}


.quote {
  background: #3E3831;
  padding: 15px 20px 5px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #3E3831 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}

.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}

.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}

.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
/*    float: left;
    width: 293px;*/
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

@media only screen and (max-width: 768px){
    .styled-input {
        width:100%;
    }
}

.styled-input label {
    color: #999;
    padding: 0.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    font-weight: 400;
}

.styled-input.wide { 
  /*  width: 650px;
    max-width: 100%;*/
}

input, textarea {
    padding: 20px;
    border: 0;
    width: 100%;
    /*font-size: 1rem;*/
    background-color: #fff;
    color: #383838;
    border-radius: 4px;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: 1px;
        /*padding: 18px;*/
    /*border: 0;*/
    background: #EDEDED;
    margin: 7px 0;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #4b8cfb;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

@media (max-width: 768px) {
    .submit-btn {
        width:100%;
        float: none;
        text-align:center;
    }
    /*.navbar-right{*/
    /*  display: none;*/
    /*}*/
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}
section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
footer {
  padding: 20px;
  background-image: -webkit-linear-gradient( 45deg, rgb(0,0,0) 0%, rgb(67,67,67) 100%);
  color: #fff;
  text-align: center;
/*  position: absolute;
  width: 100%;
  bottom: 0;*/
}
.footer-p{
  letter-spacing: 2px;
  font-family: 'Hind Guntur', sans-serif;
}
#footer h5{
      padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  display: inline-block;
    /* padding-right: 5px; */
        padding: 10px;
    border: 2px solid #fff;
    margin: 10px;
}
.client-box img {
    width: 56px !important;
}
#footer ul.social li a i {
    margin-right: 5px;
    margin-left: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  color: #ffffff;
    font-family: poppins;
    font-size: 19px;
    font-weight: 200;
    letter-spacing: 2px;
}
#footer ul.social li a:hover{
  color:#eeeeee;
}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
.input-box {
    width: 80%;
}
.nopad{
  padding: 0;
}

@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.p-img{
  max-width: 20%;
}
.client-box {
    /* padding: 30px 50px; */
    text-align: justify;
    /* border: 1px solid #ececec; */
    margin: 30px;
    /* box-shadow: 0px 0px 20px 4px #0000000a; */
    text-align: center;
}
.testimonials{
  text-align: center;
  background-image: -webkit-linear-gradient( 45deg, rgb(0,0,0) 0%, rgb(67,67,67) 100%);
     padding: 0 0 50px 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 50px;
}
.styled-input1{
      /* margin: 1rem 0; */
    position: relative;
    border-radius: 4px;
    letter-spacing: 1px;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 30px;
}
.navaddress{
  color: #fff;
      overflow: hidden;
      line-height: 24px;
}
.navaddress span {
    color: #97b867;
    font-size: 25px;
    letter-spacing: 2px;
}
.address{
  margin-top: 10px;
  float: left;
}
p{
    margin: 0 0 0px;
}
.navlocation{
  /*float: left;*/
  float: left;
    width: 17%;
    margin-right: 5px;
}
.navbar-brand {
    float: left;
     height: auto; 
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
    /* max-width: 100%; */
    width: 65%;
    margin-left: 10px;
}
.price-head {
      background-image: url(../img/price-head.png);
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
}
.map{
  padding: 0;
}
.lead3 {
    color: #fff;
    padding-top: 35px;
    font-family: poppins;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 200;
}

.lead4 {
    font-family: poppins;
    font-size: 60px;
    color: #fff;
}
span.sub {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
}
/*.nav{
      margin-top: 10px;
}*/
@media (max-width: 1024px) {
  .box {
  width: 31%;
}
.about-img {
    width: 100%;
}
}
@media (max-width: 770px) {
  .box {
  width: 97%;
}
.auto1 {
     width: 100%; 
    /* margin: auto; */
}
/*.section-content {
    font-size: 25px;
    margin-top: 0px;

}*/
.nopad{
  width: 100%;
}
.input-box {
    width: 100%;
}
.about-content {
    margin-top: 40px;
}
}

@media (max-width: 767px) {
  .box {
  width: 95%;
}
.head-content{
  font-size: 26px;
}
}

.logo1 {
  color: #fff;
  font-size: 24px;
    padding: 0;
    margin: 10px 0 0px 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
}

img {
    /*vertical-align: middle;*/
    width: 100% !important;
}


.jumbotron {
  background-image: url("https://www.smak.co.za/images/bg.jpg");
  background-size: 100% 100%;
  color: #b0bec5;
  margin-bottom: 0;
}
.navbar-scroll {
  background-color: #fff0;
  transition: background-color 0.5s;
}
@media(max-width: 768px){
    .navbar {background: none;}
    .dropdownMenu{display:none;}
    li{
  list-style: none;
  margin: 20px;
}
.section-paraa {
    font-size: 20px;
}
.lead2a {
    /*margin-bottom: 20px;*/
    font-size: 30px;
}
.logo1 {
  
    margin: 10px 0 0px 10px;
}
    
.sec2addr{
    padding: 10px;
    font-size: 19px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.sec2contactform{
    padding: 10px 0;
}
.video-list{
    padding: 0;
}
    
.lightboxcontainer {
  width:100%;
/*  text-align:left;*/
}
    
.videos{
    padding: 40px 0;
}
    
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
figcaption {
    display: block;
    color: #fff;
    padding: 15px;
    background: #000;
}
}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.parallax-container {
  max-width: 960px;
  margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
  background-color: rgba(207,216,220,0.5);
}
section.module.content:last-child {
  margin-bottom: 60px;
}
section.module.parallax {
  padding: 240px 0;
  background-position: 0 0;
}
/*section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}*/
section.module.parallax-1 {
  background-image: url("../images/parallax-bg/myles_background.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  background-blend-mode: screen;
}
section.module.parallax-2 {
  background-image: url("../images/parallax-bg/mya_background.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  background-blend-mode: screen;
}
section.module.parallax-3 {
  background-image: url("../images/parallax-bg/kids_background.png");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
  background-blend-mode: screen;
}

@media all and (min-width: 600px) {

  section.module.parallax {
    padding: 100px 0;
  }



.right {
  text-align: right;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}


/**
 * Grid styles
 */
.video-grid.front-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1em 2em;
}

ul.video-list {
  display: flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
   list-style: none;
}

li.video {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  width: 33.333333333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  border: solid 0.2em transparent;
   list-style: none;
}
li.video a {
  outline: none;
}
li.video:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .15s;
   list-style: none;
}
li.video figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
   list-style: none;
}
li.video figure img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all .20s;
   list-style: none;
}
li.video figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  transform: translateY(0);
  opacity: 1;
  transition: all .20s;
   list-style: none;
}
li.video:hover figure img {
  opacity: 1;
  transform: scale(1);
   list-style: none;
}
li.video:hover figure figcaption {
  opacity: 0;
  transform: translateY(50%);
   list-style: none;
}
li.video:hover:before {
  background-color: rgba(0, 0, 0, 0.3);
   list-style: none;
}

@media screen and (max-width: 800px) {
  li.video {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
     list-style: none;
  }
}
@media screen and (max-width: 640px) {
  li.video {
    width: 100%;
     list-style: none;

  }
}

li{
  list-style: none;
}
/**
 * Pen styles
 */
input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none;
}
::-moz-placeholder {
  color: #666;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}
.textcenter {
  text-align: center;
}
.section1 {
  text-align: center;
  display: table;
  width: 100%;
}
.section1 .shtext {
  display: block;
  /*margin-top: 20px;*/
}
.section1 .seperator {
  border-bottom:1px solid #a2a2a2;
  width: 35px;
  display: inline-block;
  margin: 20px;
}

.section1 h1 {
  font-size: 40px;
  color: #A44DD8;
  font-weight: normal;
}

.section2 {
    width: 1200px;
    /*margin: 25px auto;*/
    margin: 100px 0;
}
.section2 .col2 {
  width: 48.71%;
}
.section2 .col2.first {
  float: left;
}
.section2 .col2.last {
  float: right;
}
.section2 .col2.column2 {
  padding: 0 30px;
}
.section2 span.collig {
  color: #a2a2a2;
  margin-right: 10px;
  display: inline-block;
}
.section2 .sec2addr {
  display: block;
  line-height: 26px;
}
.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
  width: 100%;
  display: block;
  color: #666;
  resize:none;
}
/*.section2 .sec2contactform input[type="submit"] {
  padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #A44DD8;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    /*cursor: pointer;*/
/*}*/
.section2 .sec2contactform h3 {
    /* font-weight: normal; */
    /* margin: 20px 0; */
    /* margin-top: 30px; */
    /* border-bottom: 1px solid #ddd; */
    /* padding-bottom: 19px; */
    /* color: #A44DD8; */
    font-family: 'Dancing Script', cursive;
    /* text-align: center; */
   /* letter-spacing: 2px; */
    /* margin-bottom: 50px; */
    /* margin-top: 0px; */
    color: #404040;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    padding: 0 30px 70px;
  }
  .section2 .col2 {
    width: 100%;
    display: block;
  }
  .section2 .col2.first {
    margin-bottom: 10px;
  }
  .section2 .col2.column2 {
    padding: 0;
  }
  body .sec2map {
    height: 250px !important;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .sec2addr {
    font-size: 14px;
  }
  .section2 .sec2contactform h3 {
    font-size: 16px;
  }
  .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 10px;
    margin:3px 0;
  }
  .section2 .sec2contactform input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .section1 h1 {
    font-size: 28px;
  } 
  .dropdownMenu{
    display: none;
}
}

#client-logos .item {
    margin: 1px;
}
.cover-wrapper {
      padding: 35px 75px 30px 75px;
}
.client-inners img {
    height: 100%;
    object-fit: contain;
}
.client-inners {
    /*border: 1px solid #ccc;*/
    height: 85px;
    text-align: center;
    padding: 20px;
}
.owl-nav img {
    width: 34px;
}
.owl-prev img {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}
.owl-next img {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -20px;
}

.dropdownMenu{
    background: #151515d6;
    width: 150px;
     /*height: 0; */
    position: absolute;
/*    top: 70px;
    left: 61%;*/
    display: none;
}
.dropdownUl{
    padding: 0;
    margin: 0;
}
li.dropdownList {
        padding: 10px 10px;
    border-bottom: 1px solid #4e4e4e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}

