
  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

  body {
    background: #ffffff;
    font-family:'Century Gothic','Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic', 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
}

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #0E3568;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

    a:hover, a:active, a:focus {
        color: #FF0000;
        outline: none;
    }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 50px 0;
  }

#team, #builder, #location, #techspecs, #about,
#gallery {
    background: #f9f9f9;
}

#amenities,
#testimonials {
    text-align: center;
}
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
    background: #ffffff;
    border-top: 5px solid #D36F6A;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
}

    .custom-navbar .navbar-brand {
        color: #D36F6A;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
    }

	.custom-navbar .navbar-nav.navbar-nav-first {
		margin-left: 8em;
	}

	.custom-navbar .navbar-nav.navbar-right li a {
		padding-right: 12px;
		padding-left: 12px;
	}

	.custom-navbar .navbar-nav.navbar-right li a .fa {
		background: #D36F6A;
		border-radius: 100%;
		color: #FFE699;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		display: inline-block;
		margin-right: 5px;
	}

	.custom-navbar .nav li a {
		line-height: 40px;
		color: #D36F6A;
		padding-right: 14px;
		padding-left: 14px;
		font-weight: 600;
	}

    .custom-navbar .navbar-nav > li > a:hover,
    .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

    .custom-navbar .nav li a:hover {
        background-color: #D36F6A;
        color: #FFE699;
    }

    .custom-navbar .nav li.active > a {
        background-color: #D36F6A;
        color: #FFE699;
    }

    .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

    .custom-navbar .navbar-toggle {
    background-color: transparent;
    }

    .custom-navbar .navbar-toggle .icon-bar {
        background: #C69B58;
        border-color: transparent;
    }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.0);
    height: 100%;
    color: #fff;
    /*cursor: e-resize;*/
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
    .caption h3 a { color: #FFF; }
    .caption h3 a:hover { color: #FF3; }

    .home-slider .item-first {
        background-image: url(../images/slider-image1.jpg?b=b);
        background-position:center;
    }

    .home-slider .item-second {
        background-image: url(../images/slider-image2.jpg?b=b);
        background-position: center;
    }

    .home-slider .item-third {
        background-image: url(../images/slider-image3.jpg?b=b);
        background-position: center;
    }
    .home-slider .item-fourth {
        background-image: url(../images/slider-image4.png?b=b);
        background-position: center;
    }
    .home-slider .item-fifth {
        background-image: url(../images/slider-image5.jpg?b=b);
        background-position: center;
    }
    .home-slider .item-sixth {
        background-image: url(../images/mental_health.jpg?b=b);
        background-position: center;
    }
	.home-slider .item-seventh {
        background-image: url(../images/banner/clients/apollo_cbcc.png?b=cmmm1);
        background-position: center;
    }
	.home-slider .item-eighth {
		background-image: url(../images/banner/clients/CBCC.png?b=cvv1);
		background-position: center;
    }
	.home-slider .item-nine {
		background-image: url(../images/banner/clients/sids.png?b=cbb1);
		background-position: center;
    }
  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/

  .feature-thumb {
    border: 1px solid #f0f0f0;
    padding: 5em 3em;
  }

  .feature-thumb span {
    background: #3f51b5;
    border-radius: 50px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 5px;
  }

  .feature-thumb h3 {
    margin: 10px 0;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about figure {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }

  #about figure span {
    float: left;
    margin-left: -15px;
    padding: 15px 20px;
    position: relative;
    top: 20px;
  }

	#about figure span i {
		background: #29ca8e;
		border-radius: 50px;
		color: #ffffff;
		font-size: 25px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}

/*---------------------------------------
      WE              
  -----------------------------------------*/

#we figure {
    display: inline;
    vertical-align: top;
    margin-left: 1px;
}

    #we figure span {
        float: left;
        margin-left: -15px;
        padding: 15px 20px;
        position: relative;
        top: 20px;
    }

    #we figure span i {
        background: #29ca8e;
        border-radius: 50px;
        color: #ffffff;
        font-size: 25px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

/*---------------------------------------
      LOCATION              
  -----------------------------------------*/

#location figure {
    display:inline;
    vertical-align: top;
    margin-left: 1px;
}

    #location figure span {
        float: left;
        margin-left: -15px;
        padding: 15px 20px;
        position: relative;
        top: 20px;
    }

    #location figure span i {
        background: #29ca8e;
        border-radius: 50px;
        color: #ffffff;
        font-size: 25px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }


  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }

/*---------------------------------------
      TEAM              
  -----------------------------------------*/

    .amenities-thumb {
        background: #f9f9f9;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

    .amenities-info {
        padding: 0px 0px;
    }

    .amenities-image img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
    }

    .amenities-thumb .social-icon {
        border-top: 1px solid #f0f0f0;
        padding: 4px 20px 0 20px;
    }

    .amenities-thumb .social-icon li a {
        background: #ffffff;
        color: #252020;
    }

    .amenities-info h3 {
        margin: 0;
    }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  #courses .section-title {
    text-align: center;
  }

    #amenities .section-title {
        text-align: left;
    }

  #courses .owl-theme .owl-nav {
    margin-top: 30px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
  }

.courses-top {
    position: relative;
    /* max-height:50px;*/
    background-color: #0E3568;
    
}

.courses-image {
    /*background: linear-gradient(to right, #202020, #101010);*/
}

.highlights-image {
    /*background: #0E3568;*/
    width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 5px 0;
}
  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

.courses-detail {
    /*padding: 5px 5px 5px 5px;*/
    text-align:center;

}

  .courses-detail h3 {
    margin: 0 0 2px 0;

  }

    .courses-detail h6 {
        margin: 0 0 12px 0;
        /*   vertical-align: middle;
        padding: 0 0 10px 0;*/
    }
    .courses-detail h5 {
        margin: 0 0 12px 0;
        background-color: #fff;
        /*   vertical-align: middle;
        padding: 0 0 10px 0;*/
    }
  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #29ca8e;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/
.testimonial{
    padding: 70px 30px 50px;
    margin: 50px 30px 30px;
    border: 2px solid #ea816b;
    position: relative;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    /*border-radius: 100%;
    border: 5px solid #c7373c;*/
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    color: #5e595b;
    line-height: 27px;
    text-align: center;
    margin: 0;
    position: relative;
}
.testimonial .description:before{
    /*content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;*/
    font-size: 25px;
    color: #d7d7d7;
    position: absolute;
    top: 0;
    left: -2px;
}
.testimonial .title{
    display: inline-table;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ea816b;
    font-size: 20px;
    font-weight: 700;
    color: #c7373c;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
}
.testimonial .post{
    font-size: 15px;
    color: #671a36;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}
.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 30px;
    color: #c7373c;
    opacity: 1;
}
.owl-next:after{ content: "\f105"; }
 
@media only screen and (max-width: 479px){
    .testimonial{ padding: 70px 10px 30px; }
    .testimonial .description:before{ top: -20px }
    .testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}



  #testimonials .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonials .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonials .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact {
    background: #3f51b5;
  }

  #contact h2 {
    color: #ffffff;
  }

  #contact .section-title {
    padding-bottom: 20px;
  }

  #contact h2 > small,
  #contact p,
  #contact a {
    color: #f9f9f9;
  }

  #contact-form {
    padding: 1em 0;
  }

  #contact-form .col-md-12,
  #contact-form .col-md-4 {
    padding-left: 0;
  }

  #contact-form .form-control {
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
  }

  #contact-form input {
    height: 50px;
  }

  #contact-form input[type='submit'] {
    border-radius: 50px;
    border: 1px solid transparent;
  }

  #contact-form input[type='submit']:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
    background: #C69B58;
    padding: 20px 0;
}

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #fff;
  }

  footer strong {
    color: #fff;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    margin-top: 10px;
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    color: #ffffff;
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #29ca8e;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #29ca8e;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #29ca8e;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }

  @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
        line-height: normal;
        color: #0E3568;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonials .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
  }

.modal-header {
    font-size: 2em;
    color: #1193bd;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-weight: 200;
    letter-spacing: 4px;
    padding: 10px;
    margin-top:10px;
}
.modal-header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

    .modal-body {
        position: relative;
        padding: 0px;
    }

    .iframe-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.payment-image {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.payment-image img{
    display: inline;
}

.tinyToast {
    background-color: #6f3 !important;
    border-radius: 3px !important;
    vertical-align: middle;
}


/*---------------------------------------
     LIGHTBOX CSS              
  -----------------------------------------*/
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal-galary {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content-galary {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 1200px;
    z-index: 9999;
}

/* Modal Content */
.modal-content-single-image {
    position: relative;
    background-color: #fefefe;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 75%;
    max-width: 1200px;
    z-index: 9999;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Hide the slides by default */
.mySlidesFloor {
    display: none;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 2;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}

/*hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid red;
}*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-success {
    border-color: #0E3568;
}
.panel-body {
    padding: 1.5em 2em;
    font-size: 1em;
    line-height: 2em;
    color: #999;
    border-top-color: transparent;
    -webkit-box-shadow: 0 0 1px #aaa;
    -moz-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa;
    background: #fff;
}
.panel-heading {
    padding: 0px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


/*form TEST*/
.footer-section {
    position: absolute;
    top:200px;
    right:50px;
}
.footer-section .footer-boxdiv-two {
    /* background: rgba(0,0,0,.65); */
    padding: 40px 30px;
}

/*NEW SECTION ADDED FOR MOBILE DEVICES*/
.call-pont {
    display: none;
}

@media (max-width:768px) {
    .back_top_angle_up {
        bottom: 85px !important;
    }
    /*call pont css*/

    .call-pont {
        display: block;
        position: fixed;
        width: 100%;
        background: #000000;
        z-index: 999;
        bottom: 0;
        
    }

        .call-pont ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .call-pont ul li {
                width: 33%;
                float: left;
                text-align: center;
                list-style: none;
                padding: 8px 0;
            }


        .call-pont .fa {
            font-size: 1.7rem;
            color: #fff;
        }

        /*.call-pont li.enqr {
            background: #ce9900;
            padding: 10px 0;
        }*/

        .call-pont li.enqr a {
            background: #ce9900;
            padding: 5px 12px;
            border-radius: 4px;
            color: #fff;
            display: block;
        }
}
