* {box-sizing: border-box}

body {
    margin:0px;
    font-family: 'Roboto', 'PT Sans', sans-serif;
}

.section-head {
    font-family: 'Josefin Sans', sans-serif;
}

.name-alt {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
}

.content {
    margin: 0px;
}

.clear-float {
    clear: both;
}

i {
    padding-right: 11px;
}

.texture-back {
    /*background-color: #eeffdb;*/
    background-color: white;
    /*background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");*/
}

/* ===========================================================
    -- Overlay Nav Style
   =========================================================== */

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}



/* ===========================================================
    -- Top Header Style
   =========================================================== */

.top-header {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 30;
    /*opacity: 0.75;*/
    /*background-image: url(../img/back.png);*/
}

/*.left-panel {
    width: 00%;
    float: left;
}*/

.right-panel {
    width: 100%;
    margin: auto;
    /*float: right;
    text-align: right;*/
    /*padding-top: 30px;*/
}


.left-panel, .right-panel {
    vertical-align: bottom;
}

.left-panel img {
    max-width: 100%;
    max-height: 20vh;
    min-height: 101px;
    position: relative;
}

.menu {
    margin: 0px;
    padding: 0px;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.list {
    position: relative;
    padding: 0px;
    display: inline-block;
    width: 100%;
    color: white;
    margin: 0;
    background: #0F2027;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*border-radius: 15px;*/
    /*box-shadow: 0px 5px 16px 0px  grey;*/
    /*margin-right: 15px;*/
}

.list li {
    text-align: center;
    list-style: none;
    float: left;
    display: block;
    padding: 15px;  
    /*border-radius: 15px;*/
    width: 20%;
    cursor: pointer;
    margin: 0;
}

.list li:hover {
    color: black;
    background: #fc4a1a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#hamburger {
    display: none;
    background: none;
    font-size: 1.3em;
}

.list a {
    text-decoration: none;
    color: white;
}

.small-name {
    padding-right: 12px;
}

.logo-abs-wrap {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 25;
    padding-top: 65px;
    /*left: 40%;*/
}

.logo-abs-cont {
    width: 25%;
    margin: auto;
}

.logo-abs-cont img {
    width: 100%;
    max-height: 115px !important;
    border-radius: 150px;
    padding: 20px;
    box-shadow: 5px 5px 15px black !important;
}

/* ===========================================================
    -- Image Slider Style
   =========================================================== */


.mySlides {
    display: none;
}

/* Slideshow container */
.slideshow-container {
    /*max-width: 1000px;*/
    width: 100%;
    position: relative;
    margin: auto;
    padding-top: 0px;
    /*background-color: whitesmoke;*/
    
}

.slideshow-container img {
    vertical-align: middle;
    position: relative;
    padding-bottom: 15px;
    height: 95vh;
    /*border-radius: 30px;*/
    background-color: none;    
    box-shadow: 0px -5px 8px grey;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.5);
}

/* 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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 20px;
  padding: 18px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 4px black;
  color: white;
  font-weight: bold;
}

.alt-text {
  text-shadow: 1px 1px 4px white;
  color: black;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.dot-container {
    /*background-color: whitesmoke;*/
    padding-bottom: 12px;
}
/* On smaller screens, decrease text size */

/* ===============================================
    -- About Section
   =============================================== */

.about-wrapper {
    width: 100%;
    background-color: #e43a15;
    background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");
}

.about-content {
    width: 90%;
    margin: auto;
    padding-top: 25px;
    /*background-color: #FFFF99;
    background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");*/
}

.about-left {
    float: left;
    width: 50%;
    padding: 20px;
}

.about-right {
    float: right;
    width: 50%;
    padding: 20px;
}

.about-details {
    text-align: justify;
    margin-top: 15px;
    letter-spacing: 0.05em;
}

.about-head {
    font-size: 2em;
    
}

.offer-head {
    width: 60%;
    text-transform: capitalize;
    background-color: darkblue;
    color: yellow;
    padding: 11px;
    font-size: 1.2em;
    box-shadow: 5px 5px 15px grey;
}

.offer-details {
    /*margin-top: 20px;*/
}

.offer-name {
    width: 100%;
    font-size: 2em;
    color: brown;
}

.offer-image, .offer-image img  {
    width: 98%;
}

.offer-descrition, .offer-period {
    width: 100%;
    /*font-size: 1.2em;*/
    /*color: darkblue;*/
    padding-top: 5px;
}


/* ===============================================
    -- Video Section
   =============================================== */

.video-wrapper {
    width: 100%;
    background-color: #FBD85D;
    background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");
}

.video-content {
    padding-top: 25px;
    width: 90%;
    margin: auto;
    background-color: #F9C40A;
}

.video-head {
    font-size: 2em;
    padding: 15px;
}

.video-card {
    width: 50%;
    float: left;
}

.video-card iframe {
    width: 90%;
    height: 300px;
    margin: 15px;
    /*padding: 15px;*/
    box-shadow: 2px 2px 8px black;
}


/* ===============================================
    -- Contact Section
   =============================================== */

.contact-wrapper {
    width: 100%;
    background-color: #e43a15;
    background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");
    /*font-size: 1.1em;*/
}

.contact-content {
    padding-top: 25px;
    width: 90%;
    margin: auto;
    background-color: #a13a15;
}

.contact-head {
    font-size: 2em;
    padding: 15px;
}

.contact-details {
    width: 35%;
    float: left;
    color: white;
}

.map {
    width: 65%;
    float: left;
    color: white;
}

.contact-address, .map-details {
    padding: 15px;
    color: #FBD85D;
    line-height: 25px;
}

.contact-card {
    width: 100%;
}

.contact-icon {
    width: 8%;
    float: left;
    text-align: right;
}

.contact-type {
    width: 22%;
    float: left;
}

.contact-desc {
    float:left;
}


.map-details iframe {
    border:0;
    width: 95%;
    box-shadow: 2px 2px 15px black; 
}



/* ===============================================
    -- Footer Section
   =============================================== */

.footer-wrapper {
    width: 100%;
    background-color: lightslategray; /*#AADAFF;*/
    background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");
}

.footer-content {    
    width: 90%;
    margin: auto;
    background-color: darkslategrey;
}

.footer-head {
    font-size: 2em;
    padding: 15px;
    color: gold;
}

.page-links-wrapper, .social-wrapper {
    width: 50%;
    float: left;
    padding: 15px;
}

.page-links-content, .social-content {
    padding: 15px;
    color: white;
}

.social-content a {
    text-decoration: none;
    color: inherit;
}

.social-icon img {
    vertical-align:middle;
    margin: 8px;
    margin-right: 15px;
    border-radius: 100%;
    box-shadow: 2px 2px 15px black;
}

.anch {
    text-decoration: none;
    color: inherit;
}


.bottom {
    width: 90%;
    margin: auto;
    padding: 15px 0px 15px 0px;
}

/* ===============================================
    -- Dynamic Changes
   =============================================== */

@media only screen and (max-width: 950px) {
    .slideshow-container img {
        position: relative;
        height: 60vh;
        min-height: 350px;
    }

    .list li {
        /*padding: 5px;*/
    }
    
    .logo-abs-cont {
        width: 30%;
        margin: auto;
        max-height: 135px !important;
    }
    
    .logo-abs-cont img {
        min-height: 0px !important;
        padding: 12px;
    }
}


@media screen and (max-width: 800px) {
    .list {display: none; background-color: transparent;}
    .menu {background: none; width: 100%;}
    .ham-cont {
        width: 100%; 
        color: white;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #0F2027;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    #hamburger {display: block; text-align: right;}
    .right-panel {width: 100%;}  
    .about-left, .about-right {width: 100%;}
    /*.about-content {width: 100%;}*/
    
    .offer-name {
        width: 80%;
        text-align: center;
        margin: auto;
    }
    
    .offer-head {
        width: 100%;
        text-align: center;
    }
    
    /*.video-content {width: 100%;}*/
    .video-card {width: 100%;}   
    /*.contact-content {width: 100%;}*/
    .contact-details, .map {width: 100%;}
    .contact-icon {width: 6%;}
    .contact-type {width: 20%;}
    /*.footer-content, .page-links-wrapper, .social-wrapper { width: 100%; }   */
    .page-links-wrapper, .social-wrapper { width: 100%; }   
    
    .logo-abs-cont {
        width: 55%;
        margin: auto;
        max-height: 135px !important;
    }
    
    .logo-abs-cont img {
        min-height: 0px !important;
        padding: 7px;
    }

}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 400px) {
    .ham-cont {font-size: 0.75em;}
    .slideshow-container img {
        position: relative;
        height: 20vh;
      }
}



@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



/* ===============================================
    -- Go to Top Button
   =============================================== */


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 12px; /* Some padding */
    border-radius: 8px; /* Rounded corners */
    font-size: 1em; /* Increase font size */
    margin: auto;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

#myBtn i {
    padding: 0px;
}