/* ==========================================================================
   Author's custom 
   
   styles
   ========================================================================== */


.flex-center {
  width: 100%;
  min-height: 22vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.
 a .fa-4x{font-size: 3em!important;}
}
.fa-4x{font-size:3em!important;}

.icon-3d {
  padding: 10px;
  -webkit-animation: icon3d 200ms 10;
  animation: icon3d 200ms 10;
  color: black;
}
.icon-3d:hover {
  -webkit-animation: icon3d 200ms infinite;
  animation: icon3d 200ms infinite;
}
/* END SOCIAL MEDIA ICONS DESKTOP*/

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    
    border: 1px solid black;
}
.navbar-toggle {margin-left:15px;}

.navbar-brand {
  
    padding: 9px 15px;
    padding-left:10%;
      padding-top: 15px;
}

.topGradient{
	height: 100px;
	width: 100%;
	background:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
	position: fixed;
	top:0;
	z-index: 100;
}


.sidenav {
  height: 100%;
  width: 16%;
  position: fixed;
  z-index: 1;

  left: 0;
    padding: 25% 0%;
	padding-left:0%;
	
  overflow: hidden;
position: absolute;
    top: 41%;
    transform: translateY(-50%);
}

.sidenav a {
  padding: 6px 8px 0px 16px;
  text-decoration: none;
  font-size: 22px;
  color: black;
  display: block;

   
    display: inline;
    width: 100%;
    padding-left: 10vh;

}

.main {
  margin-left: 16%; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 0px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.fp-section{padding-top:0px!important;background-color: transparent!important;padding:0px!important;}



.div, .div2, .div3, .div4 {
  width: 0%;
  height:4px;
  background: black;
  position: relative;
   transition: 1s all ease ;
}

.div:after, .div2:after , .div3:after, .div4:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  border:none;
  
  background: black;

  z-index: 1000;
}

img.hover-shadow {
  transition: all 0.3s; }

.carousel-row {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .carousel-row--img {
    width: 49%;
    margin-bottom: 20px; }
    .carousel-row--img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
      transition: 0.4s; }
      .carousel-row--img img:hover {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19); }

.column-box {
  white-space: nowrap;
  background-color: transparent;
  width: 100%;
  background: black;
  overflow: hidden; }
  .column-box .column {
    width: 20%;
    display: inline-block;
    transition: all 1s;
}
    .column-box .column img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer; }

/* The Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 50px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black; }
  .modal.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .modal-content {
    margin: auto;
    width: 50%;
    overflow: hidden;
}
    @media only screen and (max-width: 37.5em) {
      .modal-content {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }

@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.my-slides {
  display: none;
  height: 60vh;
  transition: all 2s;
  overflow: hidden;
  animation: anime 0.8s ease-in; 
  position: relative;
}
  @media only screen and (max-width: 56.25em) {
    .my-slides {
      height: 70vh; } }
  @media only screen and (max-width: 37.5em) {
    .my-slides {
      height: 30vh; } }
  .my-slides img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .my-slides--number {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0; }

.demo {
  opacity: 0.5;
  transition: all 0.4s; }
  .demo.active, .demo:hover {
    opacity: 1; }

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 6px 16px;
  color: white; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }
  .close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  transform: translateY(-50%); }
  @media only screen and (max-width: 37.5em) {
    .prev,
    .next {
      position: fixed;
      top: 95%;
      padding: 10px;
      font-size: 40px;
      transform: translateY(-50%); } }
  .prev:active,
  .next:active {
    font-size: 30px; }

/* Position the "next button" to the right */
.next {
  right: 0; }

.prev {
  left: 0; }
  @media only screen and (max-width: 37.5em) {
    .prev {
      left: 80%; } }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.1); }
  @media only screen and (max-width: 37.5em) {
    .prev:hover,
    .next:hover {
      background-color: transparent; } }


#fh5co-main {
    
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#fh5co-main .fh5co-narrow-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
}
.form-control{
       -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border:none!important;
    border-bottom: 1px solid black!important;
    height: 54px !important;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px !important;
}
#message {
    height: 130px !important;
}
.btn.btn-md {
    padding: 10px 25px !important;
}
.btn-primary {
    background: #da1212 !important;
    color: #fff !important;
    border: 2px solid #da1212 !important;
    border-radius: 0px !important;
}
/*!
Mobile Responsive Starts Here.
 */

@media(min-width:992px){
	.parallax{
	background-attachment:fixed;
	  background-repeat: no-repeat;
  background-position: center;

  position: relative;
  width: 100%;
  height: 100vh;
}
	.box{left:50%;text-align:center;width:70%; margin: 0; position: absolute; font-family: 'Lobster Two', cursive; top: 50%;     transform: translate(-50%,-50%);} .burger{display:none;}}


@media(max-width:991px){
  .navbar-brand{right:25px!important;}

  .hidden-xs-vis{visibility:hidden;display:none!important;}
  .white-bg{padding:0px!important;}
.sidenav{display:none;}
.main{margin-left:0;margin-top:30px;padding-left:10px; padding-right:10px;}
.box{font-size:22px;text-align:center;}
.leftSide{width:100%!important;clear:both;}
.rightSide{width:100%!important;clear:both;height:50%;}
.fp-tableCell{vertical-align:unset!important;}

.fh5co-narrow-content{padding-top:0!important;}

}
.Typewriter__cursor{display:none!important;}
#app {
  font-size: 50px;
  line-height: 50px;}

b{font-family:"xeni"!important;}


.day .div:after, .day .div2:after, .day .div3:after, .day .div,.day .div2,.day .div3, .day .div4{
  background:black!important;
}

    body.night .dropdown-menu, .dropdown-menu li a
    {color:black!important;}	
.night .div:after, .night .div2:after, .night .div3:after, .night .div,.night .div2,.night .div3, .night .div4 {
  background:white!important;
}
.modal-body{padding:0px;}
.modal-content{position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);}
        .night{
            background: black;
            color :white;
        }
        .day{
            background: white;
            color: black;
        }
.box b{margin-bottom:20px;
    font-family: 'Lobster Two', cursive;
}

hr{
  visibility:hidden;
  margin-top:5px;
  margin-bottom:5px;
}


/* MENU */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;

  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: black;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.burger{position:absolute;top:35px;left:25px;}
.font-vogel, .font-vogel i{font-size:30px!important;}


.box{font-size:18px!important; font-family: 'Poppins', sans-serif;}
.box b {font-size:35px!important; font-family: 'Poppins', sans-serif;}

@media(max-width:768px){
	
	.box b {font-size:28px!important;font-family: 'Lobster Two', cursive;}
}





img.hover-shadow {
  transition: all 0.3s; }

.carousel-row {
  max-width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  .carousel-row--img {
    width: 
    49%;
    margin-bottom: 20px; }
    .carousel-row--img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
      transition: 0.4s; }
      .carousel-row--img img:hover {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19); }

.column-box {
  white-space: nowrap;
  background-color: transparent;
  width: 100%;
  background: black;
  overflow: hidden; }
  .column-box .column {
    width: 20%;
    display: inline-block;
    transition: all 1s;
}
    .column-box .column img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer; }



.demo {
  opacity: 0.5;
  transition: all 0.4s; }
  .demo.active, .demo:hover {
    opacity: 1; }

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 6px 16px;
  color: white; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }
  .close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 12%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  transform: translateY(-50%); }
  @media only screen and (max-width: 37.5em) {
    .prev,
    .next {
      position: fixed;
      top: 95%;
      padding: 10px;
      font-size: 40px;
      transform: translateY(-50%); } }
  .prev:active,
  .next:active {
    font-size: 30px; }

/* Position the "next button" to the right */
.next {
  right: 0; }

.prev {
  left: 0; }
  @media only screen and (max-width: 37.5em) {
    .prev {
      left: 80%; } }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.1); }
  @media only screen and (max-width: 37.5em) {
    .prev:hover,
    .next:hover {
      background-color: transparent; } }


#caption, .caption-container{visibility:hidden!important;}



/* BORDER ANIMATION TITLES */

.overline-from-center {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.overline-from-center:after {
   display:block;
  content: '';
  border-bottom: solid 3px #f7ef8a;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.overline-from-center.changed:after {
transform: scaleX(0.3);
}

   
                        .box{font-size:16px; font-family: 'Poppins', sans-serif;}
                        .box b{font-size:22px; text-transform: uppercase;margin-bottom:20px; font-family: 'Poppins', sans-serif;}
                        @media(min-width:992px){
                        .leftSide {
                        float: left;
                        width: 50%;
                        height: 100%;
                        }
                        .rightSide{
                        float: left;
                        width: 50%;
                      
                        height: 100%;
                        overflow: scroll;
                        }}
                
				
				
				.less-left{left:40%;}
				
				.list-unstyled li{color:#e5a045;font-size:18px;}
				

.modal-content{    width: 100%;
    max-width: 110vh;
}
.modal-dialog{width:80%;}
.modal{z-index:9999999999999999999999999999999999999;}
.modal.fade.in{opacity:1!important;}
.modal-backdrop.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
margin: 0px auto;}


.open>.dropdown-menu {
    display: block;
    left: 50%!important;
    /* top: 50%; */
    left: 50%;
    -ms-transform: translate(-50%, 0%)!important;
    transform: translate(-50%, 0%)!important;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}

/*WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
	  padding:0;

padding:0!important;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
#submenu-collapse1 li a, #submenu-collapse0 li a{font-size:16px;`}
    #submenu-collapse-m0 li a, #submenu-collapse-m1 li a{font-size:20px;}
	
.overlay-content .flex-center{flex-flow: row nowrap;}

                        .carousel-fade .carousel-inner .item {
                        opacity: 0;
                        transition-property: opacity;
                        }
                        .carousel-fade .carousel-inner .active {
                        opacity: 1;
                        }
                        .carousel-fade .carousel-inner .active.left,
                        .carousel-fade .carousel-inner .active.right {
                        left: 0;
                        opacity: 0;
                        z-index: 1;
                        }
                        .carousel-fade .carousel-inner .next.left,
                        .carousel-fade .carousel-inner .prev.right {
                        opacity: 1;
                        }
                        .carousel-fade .carousel-control {
                        z-index: 2;
                        }
                        @media all and (transform-3d), (-webkit-transform-3d) {
                        .carousel-fade .carousel-inner > .item.next,
                        .carousel-fade .carousel-inner > .item.active.right {
                        opacity: 0;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                        }
                        .carousel-fade .carousel-inner > .item.prev,
                        .carousel-fade .carousel-inner > .item.active.left {
                        opacity: 0;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                        }
							
                        .carousel-fade .carousel-inner > .item.prev.right,
                        .carousel-fade .carousel-inner > .item.active {
                        opacity: 1;
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0);
                        }
                        }
                        .carousel-caption {
                        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
                        font-size: 17px;
                        }
                        .carousel-caption h3 {
                        font-size: 30px;
                        font-family: "Lato", sans-serif;
                        }
                        .carousel,
                        .carousel-inner,
                        .carousel-inner .item {
                        height: 100%;
                        }
							
							
.caret{cursor:pointer!important;}

@media (max-width: 991px) {
    #boxi{
    margin-top: 20em !important;
}}

@media (max-width: 991px) {
    #boxu{
    margin-top: 0em !important;
}}

@media (max-width: 991px) {
    #boxii{
    margin-top: 3em !important;
    margin-left: 0em !important;
}}
@media (max-width: 991px) {
    #imL{
    width: 370px !important;
    height: 456px !important;
    margin-left: 0em !important;
}}
@media (max-width: 991px) {
    #imM{
    width: 370px !important;
    height: 456px !important;
    margin-left: 0em !important;
    margin-top: -2em !important;
}}

@media (max-width: 991px) {
    #imN{
    width: 370px !important;
    height: 456px !important;
    margin-left: -3em !important;
    margin-top : 0em !important;
    padding-bottom: 3em;
}}
@media (max-width: 991px) {
    #boxim{
    margin-top: 0em !important;
}}

@media (max-width: 991px) {
    #boximi{
    margin-top: 0em !important;
}}

@media (max-width: 991px) {
    #boxini{
    margin-top: 0em !important;
}}
@media (max-width: 991px) {
    #boxin{
    margin-top: 0em !important;
}}

@media (max-width: 991px) {
    #boxipi{
    margin-top: 0em !important;
}}
@media (max-width: 991px) {
    #boxit{
    margin-top: 0em !important;
}}
@media (max-width: 991px) {
    #boxiti{
    margin-top: 0em !important;
    margin-bottom: 8em !important;
}}
@media (max-width: 991px) {
    #boxivi{
    margin-top: 0em !important;
    margin-bottom: 5em !important;
}}
@media (max-width: 991px) {
    #imB{
    width: 370px !important;
    height: 456px !important;
    margin-left: 0em !important;
}}

@media (max-width: 991px) {
    #imC{
    width: 411px !important;
    height: 407px !important;
    margin-left: 0em !important;
    margin-top: 0em !important;
}}
@media (max-width: 991px) {
    #imE{
    width: 450px !important;
    height: 456px !important;
    margin-left: 0em !important;
    margin-top: 0em !important;
    margin-top: 24em !important;
}}

@media (max-width: 991px) {
    #imF{
    width: 370px !important;
    height: 456px !important;
    margin-left: 0em !important;
     margin-top: 1em !important;
}}

@media (max-width: 991px) {
    #imG{
    width: 370px !important;
    height: 456px !important;
    margin-left: 0em !important;
    margin-top: 0em !important;
}}

@media (max-width: 991px) {
    #imH{
    width: 450px !important;
    height: 456px !important;
    margin-left: 0em !important;
    margin-top: 0em !important;
}}

@media (max-width: 991px) {
    #imI{
    width: 370px !important;
    height: 345px !important;
    margin-left: 0em !important;
    margin-top: -1em !important;
}}