

@font-face {
  font-family: 'djb_messy';
  src: url('../fonts/djb_messy_amanda_goes_bold-webfont.woff2') format('woff2'),
  url('../fonts/djb_messy_amanda_goes_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'mixtapemike';
  src: url('../fonts/mixtmk_t-webfont.woff2') format('woff2'),
  url('../fonts/mixtmk_t-webfont.woff') format('woff');
  font-weight:900;
  font-style: normal;

}

@font-face {
  font-family: 'covered';
  src: url('../fonts/coveredbyyourgrace-webfont.woff2') format('woff2'),
  url('../fonts/coveredbyyourgrace-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #fff;
  line-height: 25px;
  color: #8e8f92;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #0eacf3;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #098eca;
  text-decoration: none;
}

a, .nav-tabs > li > a {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: none;
}
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
}
li {
  line-height: 20px;
}
p {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 20px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.clear {
  clear: both;
}
.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
  text-align: center;
}
.center-responsive img {
  margin: 0px auto;
}
.position-relative {
  position: relative;
}
.cn_item i {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
}
.text-primary {
  color: #fff200 !important;
}
.text-secondary {
  color: #e93380 !important;
}
.transition-all {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.float-right-right {
  float: right;
}
.full-width-float, .float-left-left {
  float: left;
}
.full-width-inblocks {
  display: inline-block;
}
.full-width-blocks {
  display: block;
}
.full-width-float, .full-width-inblocks, .full-width-blocks {
  width: 100%;
}
.float-off {
  float: none !important;
}
.full-width-img {
  width: 100%;
}
.white-color {
  color: #fff;
}
.blue-color {
  color: #09bce8 !important;
}
.red-color {
  color: #f05154 !important;
}
.btn-info {
  background-color: #95c11f;
  border-color: #95c11f;
  color: #fff;
}
.btn-info.focus, .btn-info:focus {
  background-color: #88b216;
  border-color: #88b216;
  color: #fff;
}
.btn-info:hover {
  background-color: #88b216;
  border-color: #88b216;
  color: #fff;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #88b216;
  border-color: #88b216;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}
.btn-primary {
  background-color: #ff6f96;
  border-color: #ff6f96;
  color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #ec567f;
  border-color: #ec567f;
  color: #fff;
}
.btn-primary:hover {
  background-color: #ec567f;
  border-color: #ec567f;
  color: #fff;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #ec567f;
  border-color: #ec567f;
  color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #ec567f;
  border-color: #ec567f;
  color: #fff;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #b0b2b8;
  border-color: #b0b2b8;
}
.btn-default {
  background-color: #fe6400;
  border-color: #fe6400;
  color: #fff;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
  background-color: #de5a04;
  border-color: #de5a04;
  color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #de5a04;
  border-color: #de5a04;
  color: #fff;
}

/*
=======================================================================
	header
=======================================================================
*/
.header-cont-nav {
  background: #de197e;
  float: left;
  position: relative;
  top: 0px;
  height: 30px;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.sprite-header-icon {
  background-image: url(../images/sprite-header-icon.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}
.sprite-phone {
  background-position: 0px 0px;
}
.sprite-envelope {
  background-position: -16px 0px;
}
.sprite-facebook {
  background-position: -32px 0px;
}
.header-cont-nav li  {
   margin-right:70px ;
   float: left;
 }
.header-cont-nav li:last-child  {
  margin-right:0px ;
}
.header-cont-nav li .cn_item  {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.header-cont-nav li a {
  font-size: 13px;
  color: #ffc1e1;
  padding: 5px 0px;
  display: block;
}
.header-navigation {
  float: left;
  left: 0;
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 1024;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.header-top-nav {
  background: #fff;
  float: left;
  position: relative;
  top: 0px;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  height: 90px;
}
.header-top-nav:after {
  content: '';
  width: 100%;
  height:18px;
  top: 100%;
  left: 0px;
  position: absolute;
  background-image: url(../images/nav-stripafter.png);
  background-position: 0px 0px;
  background-repeat: repeat;
  z-index: -1;
}
.navbar-nav {
  margin: 0px 0 0;
  text-align: right;
  float: right;
}
.navbar-nav > li  {
  float: none;
  display: inline-block;
  text-align: center;


}
.navbar-nav > li > a {
  color: #05336a;
  font-family: 'covered';
  font-size: 17px;
  padding: 63px 7px 20px 7px;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  position: relative;
  text-align: center;
  border-radius:0px 0px 0px 0px;
  font-weight: 600;
}
.nav > li > a:focus , .nav > li > a:hover, .nav > li.active > a:hover, .nav > li.active > a {
  background-color:#504480;
  color: #fff !important;
  border-radius:0px 0px 50px 50px;
}
.nav > li > a:focus .nav-title, .nav > li > a:hover .nav-title, .nav > li.active > a:hover .nav-title, .nav > li.active > a .nav-title {
  color: #fff !important;
  border-radius:0px 0px 70px 70px;
}
.navbar-nav > li > a > span {
  display: block;
}
.navbar-nav > li > a > .cn_item {
  margin-bottom: 10px;
}
.navbar-nav > li > a .nav-title {
  position: relative;
  top: -24px;
}
.colrnv-type {
  color: #e1550c;
}
.colrnv-type1 {
 color: #2b9b24;
}
.colrnv-type2 {
  color: #a35b9d;
}
.colrnv-type3 {
  color: #d81a12;
}
.colrnv-type4 {
  color: #19639d;
}
.colrnv-type5 {
  color: #cbab00;
}
.colrnv-type6 {
  color: #de197e;
}
.header-contact .fa {
  color: #fff;
  font-size: 20px;
}
.header-contact .cn_item {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
  padding: 4px;
}
.header-contact.navbar-nav > li > a {
  color: #767676;
  font-size: 14px;
  text-transform: none;
  font-family: 'play';
}
.header-contact.nav > li > a:focus, .header-contact.nav > li > a:hover, .header-contact.nav > li.active > a:hover, .header-contact.nav > li.active > a {
  background-color:transparent;
  color: #767676;
}
.sprite-mainnav {
  background-image: url("../images/sprite-mainnav.png") !important;
  background-repeat: no-repeat;
  height: 33px !important;
  width: 35px !important;
}
.home-icon1 {
  background-position: 0px 0px;
}
.home-icon2 {
  background-position: -35px 0px;
}
.home-icon3 {
  background-position: -71px 0px;
}
.home-icon4 {
  background-position: -140px 0px;
}
.home-icon5 {
  background-position: -104px 0px;
}
.home-icon6 {
  background-position: -175px 0px;
}
.nav > li > a:hover .home-icon1, .slide-on-hover > li > a:hover .home-icon1 {
  background-position: 0px -32px;
}
.nav > li > a:hover .home-icon2,  .slide-on-hover > li > a:hover .home-icon2 {
  background-position: -35px -32px;
}
.nav > li > a:hover .home-icon3,  .slide-on-hover > li > a:hover .home-icon3 {
  background-position: -71px -33px;
}
.nav > li > a:hover .home-icon4, .slide-on-hover > li > a:hover .home-icon4 {
  background-position: -140px -32px;
}
.nav > li > a:hover .home-icon5, .slide-on-hover > li > a:hover .home-icon5 {
  background-position: -104px -31px;
}
.nav > li > a:hover .home-icon6, .slide-on-hover > li > a:hover .home-icon6 {
  background-position: -175px -32px;
}
.header-contact .header-cont {
  background: #876479;
}
.header-contact .header-cell {
  background: #fa364a;
}
.header-contact .header-fb {
  background: #435cc8;
}
.header-contact .header-cell i, .header-contact .header-fb i {
  top: 2px;
}
.navbar-nav .move-social-top {
  position: relative;
  top: 24px;
}
.logo {
  float: left;
  position: relative;
  top: 9px;
  margin-right: 0px;
  z-index: 100;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.logo .dis-off {
  display: none;
}
.dis-off {
  display: none;
}
.dis-on {
  display: block;
}
.fixed-header.header-top-nav{
  height: 97px;
  background: rgba(255, 255, 255, 0.99);
  opacity: 1;
  -moz-box-shadow: 0 9px 38px rgba(0,0,0,0.05),0 5px 12px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 9px 38px rgba(0,0,0,0.05), 0 5px 12px rgba(0,0,0,0.1);
  box-shadow: 0 9px 38px rgba(0,0,0,0.05), 0 5px 12px rgba(0,0,0,0.1);
}
.fixed-header .navbar-nav > li > a {
  padding-top: 17px;
  padding-bottom: 17px;
}
.fixed-header .logo {
  top: 20px;
}

#slide-overlay, #slide-overlay2 {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#sidebar {
  background: rgba(255,255,255,.99);
  width: 273px;
  height: 100vh;
  position: fixed;
  left: -273px;
  overflow-y: auto;
  top: 0;
  z-index: 99999;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  box-shadow: 0 9px 38px rgba(0,0,0,0.05), 0 5px 12px rgba(0,0,0,0.1);
}
#menu-trigger {
  position: fixed;
  left: 15px;
  top: 10px;
  z-index: 99;
  cursor: pointer;
}
.line-wrap {
  height: 12px;
  margin: 10px 0 10px -1px;
  position: relative;
  top: -1px;
  transition: all 300ms ease 0s;
  width: 18px;
}
.line-wrap .line {
  height: 3px;
  width: 24px;
}
.line-wrap .line.center {
  margin: 3px 0;
}
.line-wrap .line {
  background-color: #000;
}
.dis-on .line {
  background-color: #000;
}
.fixed-header .dis-off .line {
  background-color: #000;
}
.c-menu {
  position: relative;
}
.menu-list .logo {
  float: left;
  left: 16px;
  position: relative;
  top: 11px;
}
.menu-list .logo img {
  margin: 0px !important;
  width: 67px;
}
.slide-on-hover {
  display: block;
  position: relative;
  top: 30px;
}
.slide-on-hover > li {
  position: relative;
  margin: 0px 0px;
  line-height: 12px;
}
.slide-on-hover > li > a {
  color: #05336a;
  font-family: 'covered';
  font-size: 15px;
  padding: 15px 15px 9px 15px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  position: relative;
  font-weight: 600;
}
.slide-on-hover > li > a > .cn_item {
  position: relative;
  top: -3px;
  margin-right: 10px;
}
.slide-on-hover > li > a:hover, .slide-on-hover > li > a:focus, .slide-on-hover > li.active > a {
  background-color: #504480;
  color: #fff;
}
.slide-on-hover > li a:hover .nav-title, .slide-on-hover > li a:focus .nav-title, .slide-on-hover > li.active .nav-title   {
  color: #fff;
}
.slide-on-hover .address-sc {
  font-size: 14px;
  text-transform: lowercase;
}
.slide-on-hover > li > .btn {
  padding: 8px 16px !important;
  border-radius: 35px;
  letter-spacing: -1px;
}
#sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
}
#close-trigger {
  cursor: pointer;
  float: right;
  padding-top:16px;
  position: absolute;
  right: 13px;
  z-index: 11;
}
.close-svg {
  width: 26px;
  height: 24px;
  background-image: url(../images/svg/cross.svg);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .logo {
    top: 5px;
    left: 40px;
  }
  .logo img {
    width: 69px;
  }
  .header-top-nav, .fixed-header.header-top-nav {
    height: 57px;
  }
  .slide-on-hover li a .fa {
  font-size: 20px;
    position: relative;
    left: 0px;
    width: 32px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {

  .navbar-nav > li {
    padding: 0px;
  }
  .navbar-nav > li > a {
    font-size: 15px;
    padding: 63px 3px 20px 3px;
  }
  .logo {
    top: 18px;
    margin-right: 10px;
  }
  .logo img {
    width: 70px;
  }
  .fixed-header .logo {
    top: 19px;
  }
}
@media (min-width: 768px) {
  #menu-trigger {
    display: none;
  }
}
@media (min-width: 1200px) {

  .navbar-nav > li  {
    margin: 0px 17px 0px 0px;
  }
}

/*
=======================================================================
	header end
=======================================================================
*/

/*
=======================================================================
	main-home
=======================================================================
*/
.main-full {
  margin-top: 0px;
}

.main-home .full-banner-slider {
  min-height: 100%;
  background-size: cover !important;
  display: table;
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.full-banner-slider:after {
  opacity: .18;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #595959;
}
.main-home .full-banner-slider, .bannercontent {
   height: 100vh;
 }
.bannercontent img {
 width: 100%;
}
.main-home .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.main-home .owl-theme .owl-nav [class*='owl-'] {
  margin: 0px;
  padding: 0px 4px;
  background: transparent;
}
.main-home  .owl-carousel .owl-nav .owl-prev, .main-home  .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
.main-home .owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
.main-home .owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.main-home .owl-carousel .owl-item img {
  width: auto;
}
/*.main-home .owl-item.active .full-banner-slider h1{
  animation: 1s .2s fadeInUp both;
  -webkit-animation: 1s .2s fadeInUp both;
}*/
.main-home .owl-theme .owl-dots .owl-dot span {
  background: #fff;
}
.main-home .owl-theme .owl-dots .owl-dot.active span, .main-home .owl-theme .owl-dots .owl-dot:hover span {
  background: #e9c200;
}
.bannercontent {
  position: relative;
  z-index: 1;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.bannercontent h1 {
  font-size: 41px;
  color: #fff;
  font-family: 'mixtapemike';
  text-shadow: 0px 0px 59px rgba(32,32,32,.40);
  letter-spacing: 6px;
  line-height: 59px;
  margin-left: 7%;
}
@media (max-width: 1199px) {
  .main-home .full-banner-slider, .bannercontent {
    height: auto;
  }

  .main-home .full-banner-slider {
    background-image: none !important;
  }

  .main-home .full-banner-slider .bannercontent .container {
    position: absolute;
    left: 0px;
    top: 40%;
  }
}
@media (max-width: 767px) {
  .main-full {
    margin-top:0px;
  }
  .main-home  .owl-carousel .owl-nav .owl-prev, .main-home  .owl-carousel .owl-nav .owl-next {
    display: none;
  }
  .main-home .owl-theme .owl-dots {
    bottom: -10px;
  }

  .bannercontent h1 {
    font-size: 22px;
    line-height: 38px;
    margin-left: 0%;
    text-align: center;
    text-shadow: 0px 0px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.9);
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .home-main-text {
    bottom: auto;
    top: 240px;
  }
}
@media (min-width: 1600px) {


}
/*
=======================================================================
	main-home end
=======================================================================
*/
/*
=======================================================================
	main-default end
=======================================================================
*/
.padd-above {
  padding-top: 158px;
  padding-bottom: 144px;
}
.padd-above2 {
  padding-top: 71px;
  padding-bottom: 84px;
}

.text-main-heading h1 {
  font-size: 40px;
  color: #dc0774;
  line-height: 61px;
  margin-top: 11px;
  margin-bottom: 28px;
  font-family: 'mixtapemike';
  letter-spacing: 2px;
}
.text-main-heading h3 {
  font-size: 40px;
  color: #262f71;
  line-height: 41px;
  margin-top: 65px;
  margin-bottom: 40px;
  font-family: 'mixtapemike';
}
.map-full-view {
  position: relative;
}
.map-full-view, #map, .contact-sc-icon {
  height: 324px;
}
.contact-sc-icon {
   background: #f2f2f2;
   padding: 50px 50px 30px;
   position: absolute;
   right: 0px;
   width: 50%;
   z-index: 99;
 }

.contact-sc-icon ul li  {
  margin: 0px 0px 40px;
  position: relative;
  padding-left: 43px;
}
.contact-sc-icon ul li a img {
  position: absolute;
  left: 0px;
  top: -3px;
}
.contact-sc-icon ul li a span {
  color: #464646;
  font-size: 17px;
}
@media (max-width: 767px) {
  .padd-above {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .padd-above2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .text-main-heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .text-main-heading h3 {
    font-size: 26px;
    line-height: 31px;
  }
  p {
    font-size: 16px;
    line-height: 32px;
  }

  .map-full-view, .contact-sc-icon {
    margin-top: 0px;
    height: 300px;
  }
  .contact-sc-icon {
    padding: 30px 50px 30px;
    position: relative;
    width: 100%;
  }
  #map {
    float: left;
    width: 100%;
  }
 }
@media (min-width: 768px) {
  .padd-above {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .padd-above2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .text-main-heading h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .padd-above {
    padding-top: 125px;
    padding-bottom: 135px;
  }
  .padd-above2 {
    padding-top: 61px;
    padding-bottom: 84px;
  }
  .contact-sc-icon {
    padding: 50px 100px 30px;
    width: 40%;
  }
  .text-main-heading h1 {
    font-size: 40px;
  }
}

/*
=======================================================================
	main-default end
=======================================================================
*/

/*
=======================================================================
	about
=======================================================================
*/
.about-section {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767px) {

  .about-section.padd-above2 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .about-section {
    padding-top: 120px;
  }
}
/*
=======================================================================
	about end
=======================================================================
*/
/*
=======================================================================
	commitment-section
=======================================================================
*/
.commitment-section {
  background-image: url(../images/commitment-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.commitment-section:before {
  background-image: url(../images/commitment-bg-before.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 0px;
  top: -88px;
  content: '';
  z-index: 1;
  width: 100%;
  height: 88px;
}
.commitment-section .text-main-heading h1 {
  color: #007dc4;

}
.board-tabs .nav-tabs {
  margin-left: 0px;
  border-bottom: medium none;
  margin-top: 48px;
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 35px;
  padding-top: 10px;
}
.board-tabs .nav-tabs > li {
  margin: 0 auto;
  padding-right:0px;
  float: none;
  display: inline-block;
}

.board-tabs .nav-tabs > li > a {
  border: none;
  color: #42414c;
  font-size: 24px;
  font-weight: 400;
  line-height: 70px;
  padding: 0px;
  position: relative;
  background: transparent !important;
}
.tabs-care-sprite {
  background-image: url(../images/tabs-care-sprite.png);
  background-repeat: no-repeat;
  width: 317px;
  height: 300px;
  transform: scale(.94);
  -webkit-transform: scale(.94);

}
.tabs-care-sprite.care-1 {
  background-position: 0px 0px;

}
.tabs-care-sprite.care-2 {
  background-position: -322px 0px;

}
.tabs-care-sprite.care-3 {
  background-position: -639px -4px;

}
.tabs-care-sprite.care-4 {
  background-position: -950px 0px;
}
.board-tabs .nav-tabs > li.active > a, .board-tabs .nav-tabs > li.active > a:focus, .board-tabs .nav-tabs > li.active > a:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.board-tabs .nav-tabs > li >a::after {
  background-image: url(../images/tabsactive-arr.png);
  top: 100%;
  content: "";
  display: block;
  height: 27px;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 30px;
  opacity: 0;
}
.board-tabs .nav-tabs > li.active a::after {
  opacity: 1;
}
.board-tabs .nav-tabs > li.active > a .tabs-care-sprite,
.board-tabs .nav-tabs > li:hover > a .tabs-care-sprite{
  transform: scale(1.03);
  -webkit-transform: scale(1.03);

}
.board-tabs .nav-tabs > li:hover > a .tabs-care-sprite.care-1{
  background-position: 0px -300px;

}
.board-tabs .nav-tabs > li.active > a .tabs-care-sprite.care-1{
  background-position: 0px -599px;

}
.board-tabs .nav-tabs > li:hover > a .tabs-care-sprite.care-2{
  background-position: -322px -300px;

}
.board-tabs .nav-tabs > li.active > a .tabs-care-sprite.care-2{
  background-position: -322px -601px;

}
.board-tabs .nav-tabs > li:hover > a .tabs-care-sprite.care-3{
  background-position: -639px -300px;

}
.board-tabs .nav-tabs > li.active > a .tabs-care-sprite.care-3{
  background-position: -639px -597px;

}
.board-tabs .nav-tabs > li:hover > a .tabs-care-sprite.care-4{
  background-position: -950px -300px;

}
.board-tabs .nav-tabs > li.active > a .tabs-care-sprite.care-4{
  background-position: -950px -600px;

}
.commitment-section .tab-content {
  margin-top: 16px;
}
.content-care {
  position: relative;
  padding-top: 80px;
  padding-bottom:112px;
}
.content-care::before, .content-care::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 121px;
  background-repeat: no-repeat;
  background-size: contain;
}
.content-care::before {
  background-image: url(../images/board-care-top.png);
  top: 0px;
  height: 119px;
}
.content-care::after {
  background-image: url(../images/board-care-bot.png);
  bottom: 0px;

}
.maxheight-contentcare {
  max-height: 300px;
  padding: 40px 0px 40px;

}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(../images/board-care-scrollbg.png);
  background-repeat: repeat-y;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=1000)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  opacity: 1;
  background-size: 100% auto;
  background-image: url(../images/board-care-scrollmove.png);
}
.content-care-de {
  padding: 0px 70px 0px;
}
.content-care-de p {
  font-size: 16px;
  line-height: 32px;
  color: #8e8f92;
  margin-bottom: 30px;
}
.content-care-de h2 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
  font-family: 'mixtapemike';
  letter-spacing: 2px;
}
.content-care-de h3 {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  font-family: 'mixtapemike';
}
@media (max-width: 767px) {

  .content-care-de {
    padding: 0px 20px 0px;
  }
  .content-care {
    padding-top: 30px;
    padding-bottom: 110px;
  }
  .commitment-section.padd-above2 {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .commitment-section:before {
    top: -88px;
  }
  .board-tabs .nav-tabs {
    margin-top: 18px;
  }
  .tabs-care-sprite {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .board-tabs .nav-tabs > li {
    margin-left: -12px;
  }
  .content-care-de h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .content-care-de h3 {
    font-size: 15px;
    margin-bottom: 22px;
  }

}
.board-tabs .nav-tabs > li {
  margin-left: -12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .board-tabs .nav-tabs > li {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .commitment-section {
    padding-top: 120px;

  }
  .content-care {
    padding-top: 112px;
  }
}
@media (min-width: 1300px) {
  .commitment-section .container {
    width: 1320px;
  }
  .content-care::before, .content-care::after {
    background-size: cover;
  }
}
@media (min-width: 1900px) {
  .commitment-section:before {
    background-size: 100% 100%;
  }
}
/*
=======================================================================
	about end
=======================================================================
*/
/*
=======================================================================
	explore-section
=======================================================================
*/
.explore-section {
  background-image: url(../images/explore-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.explore-section .text-main-heading h1 {
  color: #007dc4;
  position: relative;
  margin-bottom: 0px;
  top: 50px;
}
.position-absolute {
  position: absolute;
}
.explore-anim {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  z-index: 2;
}
.pointer-cursor {
  cursor: pointer;
}
.explore-crea {
  position: relative;
  top: -40px;
  background-image: url(../images/explore-daycare.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 759px;

}
.explore-science {
  left: 0px;
  top: 130px;
  z-index: 10;
}
.explore-science-hover {
  left: 180px;
  top: 66px;
  opacity: 0;
}
.explore-science:hover .explore-science-hover {
  opacity: 1;
}
.explore-dramatic {
  left: 440px;
  top: 160px;
  z-index: 3;
}
.explore-dramatic-hover {
  left: 120px;
  top: 91px;
  opacity: 0;
}
.explore-dramatic:hover .explore-dramatic-hover {
  opacity: 1;
}
.explore-reading {
  right: 190px;
  top: 176px;
}
.explore-reading-hover {
  right: -87px;
  top: -6px;
  opacity: 0;
}
.explore-reading:hover .explore-reading-hover {
  opacity: 1;
}
.explore-outdoor {
  left: 0px;
  top: 380px;
}
.explore-outdoor-hover {
  left: 170px;
  top: 21px;
  opacity: 0;
}
.explore-outdoor:hover .explore-outdoor-hover {
  opacity: 1;
}
.explore-paint {
  left: 400px;
  top: 480px;
}
.explore-paint-hover {
  right: 189px;
  top: 45px;
  opacity: 0;
}
.explore-paint:hover .explore-paint-hover {
  opacity: 1;
}
.explore-outdoor:hover .explore-outdoor-hover {
  opacity: 1;
}
.explore-music {
  right: 21px;
  top: 378px;
}
.explore-music-hover {
  right: 281px;
  top: 89px;
  opacity: 0;
}
.explore-music:hover .explore-music-hover {
  opacity: 1;
}
@media (max-width: 767px)  {
  .explore-section .container {
    width: 100%;
    padding: 0px;
  }
  .explore-crea {
    height: 509px;
  }
  .explore-section .text-main-heading h1 {
    font-size: 28px;
  }
  .explore-science {
    left: 0px;
    top: 130px;
    width: 101px;
  }
  .explore-anim {
    opacity: 1 !important;
  }
  .explore-science-hover {
    left: 90px;
    top: 43px;
    opacity: 0;
    width: 60px;
  }
  .explore-dramatic {
    left: 40%;
    top: 137px;
    width: 130px;
  }
  .explore-dramatic-hover {
    left: 60%;
    top: 71px;
    opacity: 0;
    width: 60px;
  }

  .explore-reading {
    right: 40px;
    top: 136px;
    width: 130px;
  }
  .explore-reading-hover {
    right: -37px;
    top: 14px;
    opacity: 0;
    width: 50px;
  }

  .explore-outdoor {
    left: 0px;
    top: 300px;
    width: 130px;
  }
  .explore-outdoor-hover {
    left: 110px;
    top: 38px;
    opacity: 0;
    width: 70px;
  }

  .explore-paint {
    left: 40%;
    top: 380px;
    width: 110px;
  }
  .explore-paint-hover {
    right: 90%;
    top: 25px;
    opacity: 0;
    width: 50px;
  }


  .explore-music {
    right: 21px;
    top: 338px;
    width: 130px;
  }
  .explore-music-hover {
    right: 90%;
    top: 36px;
    opacity: 0;
    width: 50px;
  }

}
@media (max-width: 414px) {
  .explore-section.padd-above2 {
    padding-top: 0px;
  }
  .explore-dramatic {
    left: 30%;
    top: 177px;
    width: 104px;
  }
  .explore-dramatic-hover {
    left: 60%;
    top: 53px;
  }
  .explore-paint {
    left: 32%;
    top: 380px;
    width: 110px;
  }
}
@media (max-width: 360px) {
  .explore-music {
    right: 21px;
    top: 302px;
    width: 130px;
  }
  .explore-reading {
    right: 40px;
    top: 185px;
    width: 107px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.explore-section .container {
  width: 100%;
  padding: 0px;
 }
  .explore-science {
    top: 200px;
  }
  .explore-outdoor {
    top: 478px;
  }
  .explore-dramatic {
    left: 280px;
    top: 180px;
  }
  .explore-reading {
    right: 90px;
    top: 216px;
  }
  .explore-paint {
    left: 240px;
    top: 510px;
  }
  .explore-music {
    right: 11px;
    top: 488px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .explore-section .container {
    width: 100%;
    padding: 0px;
  }
  .explore-science {
    top: 200px;
  }
  .explore-outdoor {
    top: 478px;
  }
  .explore-dramatic {
    left: 430px;
    top: 180px;
  }
  .explore-reading {
    right: 90px;
    top: 216px;
  }
  .explore-paint {
    left: 350px;
    top: 510px;
  }
  .explore-music {
    right: 11px;
    top: 488px;
  }
}
/*
=======================================================================
	explore-section end
=======================================================================
*/
/*
=======================================================================
	footer
=======================================================================
*/
.backtop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 53px;
  height: 53px;
  z-index: 888;
  display: inline-block;
  display: none;
}
.backtop .fatop {
  background-image: url(../images/fatop.png);
  width: 53px;
  height: 53px;
  display: block;
}
.footer-section {
  border-top: 1px solid #e5e5e5;
}
.copyright {
  height: 91px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.footer-section p {
  color: #818284;
  font-size: 17px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .footer-section {
    height: 79px;
  }
  .backtop {
    width: 53px;
    height: 53px;
  }
}

/*
=======================================================================
	footer end
=======================================================================
*/
/*
=======================================================================
	modal
=======================================================================
*/
.modal-redesign.profile-modal {
  width: auto;
}

.modal-backdrop {
  background-color: rgba(255, 255, 255, 1);
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .90;
}
.modal-content {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-header {
  padding: 0px;
  border-bottom: none;
  text-align: center;
}
.modal-header .close {
  background-image: url(../images/closemod.png);
  width: 97px;
  height: 38px;
  opacity: 1;
  position: absolute;
  right: 20px;
}
.modal-title {
  font-size: 25px;
  font-family: 'mixtapemike';
  color: #000;
  letter-spacing: 2px;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.frame-body {
  background-image: url(../images/mod-bg-frame-md.png);
  position: relative;
  padding: 56px 50px 20px;
  background-repeat: no-repeat;
  min-height:auto;
  background-size: contain;
}
.flexslider {
  margin: 0 0 60px;
  background: transparent;
  border: none;
}
.flex-center-list {
  max-width: 720px;
  margin: 0px auto;
}
.flex-center-list .slides li {
  cursor: pointer;

}
.flexslider .slides img {
  border-radius: 20px;
}
.slides-carousel.flexslider .slides img {
  border-radius: 20px;
  border: 1px solid #959595;
  opacity: .5;
}
.slides-carousel.flexslider .slides .flex-active-slide img {
  border: 3px solid #fff200;
  opacity: 1;
}

.flex-direction-nav a {
  opacity: 1;
  text-indent: -999999px;
}
.flex-direction-nav a:before {
  display: none;
}
.flex-direction-nav .flex-prev {
  left: 0px;
  background-image: url(../images/pre-arrow.png);
  width: 37px;
  height: 38px;
  text-indent: 999999px;
}
.flex-direction-nav .flex-next {
  text-align: right;
  background-image: url(../images/nex-arrow.png);
  width: 37px;
  height: 38px;
  text-indent: 999999px;
  right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left:  0px;

}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -0px;

}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.slides-carousel .flex-direction-nav .flex-prev {
  left: -50px;
}
.slides-carousel .flex-direction-nav .flex-next {
  right: -50px;
}

.slides-carousel.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left:  -50px;

}

.slides-carousel.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -50px;

}

@media (max-width: 767px) {
  .modal-header {
    text-align: left;
    margin-bottom: 10px;
  }
  .modal-title {
    font-size: 18px;
  }
  .frame-body {
    padding: 56px 50px 10px;
  }
  .flexslider {
    margin: 0 0 40px;
  }
  .slides-carousel.flexslider .slides > li {
    width: 130px !important;
  }
  .modal-header .close {
    background-image: url(../images/closemodmb.png);
    width: 52px;
    height: 20px;
  }
  .flex-center-list {
    max-width: 100%;
    margin: 0px auto;
  }
  .slides-carousel.flexslider .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }
  .slides-carousel.flexslider .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
}
@media (max-width: 414px) {
  .frame-body {
    padding: 45px 50px 10px;
  }
}
@media (min-width: 992px) {
  .frame-body {
    padding: 90px 80px 40px;
  }
}
@media (min-width: 1200px) {
  .modal-redesign.profile-modal {
    width: 1000px;
  }
  .frame-body {
    background-image: url(../images/mod-bg-frame-md.png);
    padding: 98px 100px 60px;
    min-height: 631px;
    background-size: 100% auto;
  }
}

@media (min-width: 1440px) {
  .modal-redesign.profile-modal {
    width: 1258px;
  }
  .frame-body {
    background-image: url(../images/mod-bg-frame.png);
    padding: 107px 100px 60px;
    min-height: 794px;
  }
}

/*
=======================================================================
	modal end
=======================================================================
*/
/*
=======================================================================
	full-bg-snd
=======================================================================
*/
.full-bg-snd {
  display: table;
  width: 100%;
  height: 397px;
}
.full-bg-snd img {
  width: 100%;
}
.full-bg-bann {
  background-image: url(../images/bg-pack.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.full-bg-bann2 {
  background-image: url(../images/bg-progr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

}
.full-bg-bann3 {
  background-image: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

}
.full-bg-title {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;

}
.full-bg-title h2 span {
  color: #313660;
  font-size: 38px;
  background: #e4d59c;
  padding: 6px 40px;
  font-family: 'mixtapemike';
  letter-spacing: 3px;

}
@media (max-width: 1199px) {
  .full-bg-snd {
    background-image: none;
    height: auto;

  }

}
/*
=======================================================================
	full-bg-snd end
=======================================================================
*/
/*
=======================================================================
	full-bg-snd
=======================================================================
*/
.further-bg-snd {
  display: table;
  width: 100%;
  height: 133px;
}
.further-bg-bann {
  background-image: url(../images/bg-further.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}
.further-bg-title {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;

}
.further-bg-title h3 {
  color: #fff !important;
  font-size: 26px;
  font-family: 'mixtapemike';
  letter-spacing: 2px;
}
.further-bg-title a {
  color: #fff !important;
  font-size: 26px;
  letter-spacing: 2px;
  position: relative;
}
.further-bg-title a:after {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top:100%;
  left: 0px;
  content: '';
}
@media (max-width: 991px) {
  .further-bg-snd {
    padding: 20px 15px;
    height: auto;
  }
  .further-bg-title h3 {
    font-size: 26px;
    line-height: 46px;
  }
  .further-bg-title a {
    font-size: 26px;
    line-height: 57px;
  }
}

/*
=======================================================================
	full-bg-snd end
=======================================================================
*/
/*
=======================================================================
	pack-select
=======================================================================
*/
.pack-select {
 background: #f4fcfc;
  position: relative;
  overflow-x: hidden;
}
.title-pc h2 {
  color: #313660;
  font-size: 32px;
  font-family: 'mixtapemike';
  letter-spacing: 2px;
  text-align: center;
  margin-top: 123px;
  margin-bottom: 76px;
  line-height: 40px;
  position: relative;
  z-index: 2;
}
.col-bg-type1 {
 background: #ff6b92;
}
.col-bg-type2 {
  background: #96d4cf;
}
.col-bg-type3 {
  background: #393e67;
}
.col-bg-type4 {
  background: #c4e170;
}
.ch-pack  {
  border-radius: 4px;
  height: 642px;
  padding: 11px;
  margin-bottom: 96px;
}
.ch-pack .ch-pack-inner  {
  padding: 25px 21px;
  border: 2px dashed transparent;
  border-radius: 4px;
  height: 622px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ch-pack:hover.col-bg-type1 .ch-pack-inner  {
  border: 2px dashed #ffd3df;
}
.ch-pack:hover.col-bg-type2 .ch-pack-inner  {
  border: 2px dashed #c8efec;
}
.ch-pack:hover.col-bg-type3 .ch-pack-inner  {
  border: 2px dashed #9298c9;
}
.ch-pack:hover.col-bg-type4 .ch-pack-inner  {
  border: 2px dashed #ddf399;
}
.ch-pack:hover.col-bg-type1  {
  background: #ff648d;
}
.ch-pack:hover.col-bg-type2  {
  background: #8ed2cd;
}
.ch-pack:hover.col-bg-type3  {
  background: #353a66;
}
.ch-pack:hover.col-bg-type4  {
  background: #c0df65;
}
.ch-pack h3, .ch-pack p {
  color: #fff;
  text-align: center;
}
.ch-pack h3 {
  font-family: 'mixtapemike';
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.ch-pack p {
  font-size: 16px;
  line-height: 35px;
}
/*.fltdc-pack {
  left: 0px;
  top:20px;
  animation: fltdc-pack-sm 9s linear  infinite;
}
@keyframes fltdc-pack-sm {
  0% {
    transform: translate3d(-165px, 0px, 0px);
  }
  50% {
    transform: translate3d(-100px, 0px, 0px);
  }
  100% {
    transform: translate3d(-100px, 0px, 0px);
    opacity: 0;
  }
}*/
.flt-pack {
  left: 50px;
  top:160px;
  animation: rocket-rotate 16s linear  infinite;
}
@keyframes rocket-rotate {
  0% {
    transform: translate3d(-165px, 0px, 0px);
  }
  50% {
    transform: translate3d(300px, 0px, 0px);
  }
  80% {
    transform: translate3d(1000px, 0px, 0px);
  }
  100% {
    transform: translate3d(2000px, 0px, 0px);
  }
}
.cloud-pack {
  right: 40px;
  top: 100px;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
.fl-pack {
  right: 7%;
  top: 50%;
}
.star-pack {
  left: 1%;
  bottom: 13%;
}
.cat-pack {
  right: 0;
  bottom:0;
  z-index: 2;
}

.bird-pack {
  right: -12px;
  top: -45px;
}
@media (max-width: 767px) {
  .ch-pack-outer {
    width: 90%;
    margin: 0px auto;
  }
  .ch-pack {
    height: 562px;
    margin-bottom: 46px;
    padding: 20px;
  }
  .ch-pack .ch-pack-inner  {
    height: 532px;
  }
  .cloud-pack {
    right: 0px;
    top: 200px;
    z-index: 2;
    display: none;
  }
  .cloud-pack img {
    width: 70px;
  }
  .flt-pack {
    left: 50px;
    top: 20px;
  }
  .flt-pack img {
    width: 100px;
  }
}
@media (max-width: 414px) {

  .title-pc h2 {
    font-size: 25px;
    margin-top: 93px;
    margin-bottom: 56px;
    line-height: 37px;
  }
  .ch-pack-outer {
    width: 90%;
    margin: 0px auto;
  }
  .ch-pack {
    height: 572px;
  }
  .ch-pack .ch-pack-inner  {
    height: 532px;
  }
  .ch-pack h3 {
    font-size: 29px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .ch-pack p {
    line-height: 30px;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .cloud-pack {
    top: 200px;
    z-index: 2;
  }
  .flt-pack {
    top: 30px;
  }
}
@media (min-width: 768px) {
.cloud-pack {
  display: none;
}
}
@media (min-width: 1400px) {
  .cloud-pack {
    display: block;
  }
}
/*
=======================================================================
	pack-select end
=======================================================================
*/
.selectall-progrm {
  position: relative;
  padding-bottom: 40px;
}
.slect-pg-outer {
  margin-top:0px;
}

.slect-pg .center-responsive {
  margin-bottom: 50px;

}
.slect-pg {
  text-align: center;
  padding: 0px 15px;
}
.slect-pg h3 {
  font-size: 18px;
  margin-top: 0px;
  font-family: 'mixtapemike';
  letter-spacing: 2px;
}
.slect-pg h3, .slect-pg.col-type-pro2 h3 {
  margin-top: 50px;
}
.slect-pg.col-type-pro1 h3 {
  color: #d9dd84;
}
.slect-pg.col-type-pro2 h3 {
  color: #ff6b92;
}
.slect-pg.col-type-pro3 h3 {
  color: #87ded9;
}
.slect-pg span {
  font-size: 18px;
  color: #34385d;
  font-style: italic;
}
.slect-pg p {
  font-size: 16px;
  line-height: 35px;
  color: #8e8f92;
}
@media (max-width: 414px) {
  .slect-pg p {
    font-size: 15px;
    line-height: 30px;
  }
  .full-bg-bann2 .title-pc h2 {
    margin-top: 63px;
  }
}
@media (min-width: 1024px) {
  .slect-pg-outer {
    margin-top: -255px;
  }
}
@media (min-width: 1200px) {
  .selectall-progrm .container {
    width: 1234px;
  }
  .slect-pg {
    padding: 0px 55px;
  }
  .slect-pg h3 {
    margin-top: 0px;
  }
  .slect-pg.col-type-pro2 h3 {
    margin-top: 50px;
  }

  .slect-pg-outer {
    margin-top: -295px;
  }
}
/*
=======================================================================
	commitment-section
=======================================================================
*/
.progrm-select {
  background-image: url(../images/pro-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  min-height: 800px;
  padding-top: 108px;
}
.progrm-select:before {
  background-image: url(../images/pro-bg2-before.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 0px;
  top: -88px;
  content: '';
  z-index: 1;
  width: 100%;
  height: 88px;
}
.rn-de-left .thumb-img {
  margin-top: 0px;
}

.rn-de-left .thumb-img {
  border: 2px dashed #9fdeda;
  border-radius: 6px;
  padding:15px;
}
.rn-de-left .thumb-img img {
  border-radius: 6px;
  width: 100%;
}
.rn-de {
  padding-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.rn-de-title h3 {
  font-size: 26px;
  color: #34385d;
  font-family: 'mixtapemike';
}
.rn-de-title span  {
  font-size: 20px;
  color: #34385d;
  font-style: italic;
}
.rn-de p {
  color: #8e8f92;
  line-height: 35px;
  margin-top: 15px;

}
.rn-de ul li {
  background-image: url(../images/li-before.png);
  background-repeat: no-repeat;
  background-position: 0px 16px;
  padding-left: 33px;
  line-height: 42px;
  font-size: 18px;
  color: #929396;

}
.progrm-select .star-pack {
  left: 1%;
  bottom: 13%;
  display: none;
  /*-webkit-animation: zoomIn 3000ms infinite;
  animation: zoomIn 3000ms infinite;*/
}
.progrm-select .cloud-pack {
  right: 40px;
  top: 20px;
}
.progrm-select .cloud-pack img {
  width: 70px;
}
@media (max-width: 767px) {
  .progrm-select {
    padding-top: 128px;
  }
  .rn-de ul li {
    background-position: 0px 11px;
    line-height: 35px;
    font-size: 16px;
  }
  .progrm-select .cloud-pack {
    display: block;
  }

}
@media (max-width: 414px) {
  .rn-de-title h3 {
    font-size: 23px;
  }
  .rn-de-title span {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .progrm-select .cloud-pack {
    display: block;
  }
  .progrm-select {
    padding-top: 168px;
  }
}
@media (min-width: 1200px) {
  .progrm-select {
    padding-top: 108px;
  }
  .progrm-select .container {
    width: 1251px;
  }
  .rn-de {
    padding-left: 30px;
    padding-top: 0px;
  }
  .rn-de-left .thumb-img {
    margin-top: 56px;

  }

  .progrm-select .cloud-pack img {
    width: auto;
  }
  .progrm-select .star-pack {
    display: block;
  }
}
@media (min-width: 1600px) {
  .progrm-select .cloud-pack {
    right: 40px;
    top: 100px;
  }
}
/*
=======================================================================
	commitment-section end
=======================================================================
*/
/*
=======================================================================
	contat-sec
=======================================================================
*/
.contat-sec {
  padding-top: 123px;
}
.contact-left h3 {
  font-size: 32px;
  color: #313660;
  font-family: 'mixtapemike';
  margin: 0px 0px 40px;
  letter-spacing: 2px;
}
.contact-left .contact-sc-icon {
  background: transparent;
  padding: 50px 0px 30px;
  position: relative;
  left: 0px;
  width: 100%;
  z-index: 99;
  height: auto;
}
.contact-sc-icon ul li {
  margin: 0px 0px 30px;
  position: relative;
  padding-left: 43px;
}
.contact-left .map-full-view {
  position: relative;
  border: 2px dashed #9ad8d3;
  border-radius: 6px;
  padding: 17px;
  height: 364px;

}
.contact-detail {
  padding-top: 50px;
}
.form-style-cn {
  background: #f7fdfe;
  border: 1px solid #d7f5fa;
  border-radius: 10px;
  padding: 60px 20px 30px;
}
.cn-form h1 {
  font-size: 34px;
  color: #484c70;
  font-family: 'mixtapemike';
  margin: 0px 0px 40px;
  text-align: center;
  letter-spacing: 2px;
}
.cn-form label {
  font-weight: 400;
  font-size:16px;
  color:#53524f;
  margin-bottom: 14px;
}
.cn-form .form-control {
  display:block;
  width:100%;
  height: 57px;
  padding: 15px 20px;
  font-weight: 400;
  font-size:16px;
  line-height:1.42857143;
  color:#32355d;
  background-color:#edfafa;
  background-image:none;
  border:1px solid #d1f1f6;
  border-radius:8px;
  box-shadow:none;
}
.cn-form .form-control:focus {
  border-color:#b2ddfd;
  outline:0;
  box-shadow:none;
  background: #fff;
}
.cn-form .form-control::-moz-placeholder {
  color:#374c83;
  opacity:1
}
.cn-form .form-control:-ms-input-placeholder {
  color:#374c83
}
.cn-form .form-control::-webkit-input-placeholder {
  color:#374c83
}

.cn-form .form-group {
  margin-bottom: 21px;
}
.cn-form .btn {
  display: inline-block;
  padding: 14px 44px;
  font-family: 'mixtapemike';
  margin-bottom: 0;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 10px;
  letter-spacing: 2px;
}
textarea.form-control {
  height: auto !important;
}
.float-off {
  float: none !important;
}
@media (max-width: 767px) {
  .contat-sec {
    padding-top: 43px;
  }
  .cn-form-center {
    width: 100%;
  }
  .cn-form .form-group {
    margin-bottom: 17px;
    padding: 0px;
  }
  .cn-form .col-md-12 {
    padding: 0px;
  }
  .cn-form {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .contact-detail {
    padding-top: 10px;
  }
  .cn-form .btn {
    padding: 10px 43px;
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contat-sec {
    padding-top: 83px;
  }
  .cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }
  .cn-form .form-group {
    margin-bottom: 17px;
  }
  .cn-form {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .contat-sec .container {
    width: 1251px;
  }
  .contact-left {
    padding-left: 0px;
  }
  .cn-form {
    margin-bottom: 80px;
  }

}
/*
=======================================================================
	ccontat-sec end
=======================================================================
*/
/*
=======================================================================
	video-section
=======================================================================
*/
.video-section {
  background-image: url(../images/bg-video-hm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  height: 569px;
  position: relative;
  overflow: hidden;
}
.video-section .vid-star {
  right: 0%;
  top: 50%;
}
.video-section .vid-baleeon {
  left: 6%;
  bottom: 13%;
}
.vid-sun {
  right: 16%;
  top: 100px;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
.vid-bee {
  left: 24%;
  top: 100px;
}
.video-section .text-main-heading h1 {
  color: #fff;
}
.video-thumb {
  position: relative;
  border: 2px dashed #7c6e86;
  border-radius: 6px;
  padding: 17px;

}
.video-thumb img {
  border-radius: 6px;

}
.video-thum {
  position: relative;
  cursor: pointer;
}

.video-overlay:after{
  position:absolute;
  left:0px;
  top: 0px;
  width: 0px;
  height: 100%;
  content: '';
  opacity: 0;
  background: rgba(187, 227, 246, 0.30);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.play-are  {
  position: absolute;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  z-index: 2;
  text-align: center;
}
.play-are span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-top: 0px;
  text-shadow: 1px -1px 10px rgba(63, 65, 103, 0.7), 0px 1px 10px rgba(63, 65, 103, 0.7);
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 100px;
  position: relative;
}
.play-btnvd {
  background-image: url(../images/playbtn-xs.png);
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
}
.video-thum:hover .play-btnvd {
  background-position: -62px 0px;
}
.video-thum:hover.video-overlay:after {
  width: 100%;
  opacity: 1;
}
.video-thum:hover .play-are span {
  top: 0px;
  opacity: 1;
}
.video-container {
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none
}
.video-container.in {
  display: block
}
.video-container .close-video {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 99
}
.video-container .close-video:after,.video-container .close-video:before {
  content: '';
  display: block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.video-container .close-video:after:hover,.video-container .close-video:before:hover {
  border-color: #656666
}
.video-container .close-video:before {
  border-top: 1px solid #989999;
  border-bottom: 1px solid #989999;
  height: 0;
  width: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -12px
}
.video-container .close-video:after {
  border-left: 1px solid #989999;
  border-right: 1px solid #989999;
  height: 24px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -12px
}
.video-container .video-area {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.video-container .video-area:before,.video-container .video-area:after {
  content: '';
  display: block;
  width: 101%;
  height: 52px;
  position: absolute;
  left: 0;
  z-index: 2;
  background-color: #000
}
.video-container .video-area:before {
  top: 0
}
.video-container .video-area:after {
  bottom: -1px;
  display: none;
}
.video-container .video-area #videoplayer {
  width: 100%;
  height: 100%
}
@media (max-width: 767px) {
  .video-section {
    height: auto;
  }
  .video-section.padd-above2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .video-thumb {
    margin-bottom: 30px;
  }
  .mar-top-vid {
    margin-top: 10px;
  }


}
@media (min-width: 768px) {
  .video-section.padd-above2 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .mar-top-vid {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .video-section.padd-above2 {
    padding-top: 110px;
    padding-bottom: 84px;
  }
  .mar-top-vid {
    margin-top: 35px;
  }
  .video-section {
    height: 829px;
  }
  .play-btnvd {
    background-image: url(../images/playbtn-lg.png);
    width: 85px;
    height: 85px;
  }
  .video-thum:hover .play-btnvd {
    background-position: -85px 0px;
  }
  .play-are span {
    font-size: 20px;
    margin-top: 6px;
  }
}
@media (min-width: 1400px) {
  .container_width {
    width: 1320px;
  }
}
/*
=======================================================================
	video-section end
=======================================================================
*/