﻿body {
    
}
/*Splash*/
@font-face { font-family:MISTRAL; src: url('/fonts/MISTRAL.ttf')format("truetype"); }
@font-face { font-family:LHANDW; src: url('/fonts/LHANDW.TTF')format("truetype"); }
@font-face { font-family:LCALLIG; src: url('/fonts/LCALLIG.TTF')format("truetype"); }
@font-face { font-family:Allura; src: url('/fonts/Allura.ttf')format("truetype"); }
@font-face { font-family:GreatVibes; src: url('/fonts/GreatVibes.ttf')format("truetype"); }
@font-face { font-family:Insanibu; src: url('/fonts/Insanibu.ttf')format("truetype"); }
@font-face { font-family:Anja_Eliane; src: url('/fonts/Anja Eliane.ttf')format("truetype"); }
@font-face { font-family:DurationBook; src: url('/fonts/DurationBook-Bold.ttf')format("truetype"); }
@font-face { font-family:Forta; src: url('/fonts/Forta.ttf')format("truetype"); }
@font-face { font-family:Hueca; src: url('/fonts/I am Hueca.ttf')format("truetype"); }
@font-face { font-family:Novoposelensky; src: url('/fonts/Novoposelensky.otf')format("truetype"); }
@font-face { font-family:pdW; src: url('/fonts/pdW.otf')format("truetype"); }
@font-face { font-family:Quaky; src: url('/fonts/Quaky-8Y7D.ttf')format("truetype"); }
@font-face { font-family:solid; src: url('/fonts/solid 3d.ttf')format("truetype"); }
@font-face { font-family:strenuous; src: url('/fonts/strenuous 3d.otf')format("truetype"); }
@font-face { font-family:strenuousbl; src: url('/fonts/strenuous bl.otf')format("truetype"); }
@font-face { font-family:Vanillaextract; src: url('/fonts/Vanillaextract-1GZ84.ttf')format("truetype"); }


.orgfont {
    font-family:pdW;
    color:black;
    text-underline-position:below;
    font-weight:bolder;
    font-size:36px;
    /*text-shadow: 2px 2px 4px #000000;*/
}
/*Splash*/
.SplashPage {
    display: flex;
    height:100vh;
    width:100vw;
    background-color:white;
    justify-content: center; 
    align-items: center;
}
.logoContainer {
    position:absolute;
    width:300px;
    height:300px;
    
}
.spashLogo {
    position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.6);
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	/*box-shadow: 0 0 0 5px #4973ff;*/
	border-radius: 50%;
	overflow: hidden;
    
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 1;
}

.logoanimation {
    position:relative;
    height:100%;
    width:100%;
    display:block;
    float:left;
    transform: translate(-50%, -50%) scale(1.6);
    z-index:2000;
    margin-top:2px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    border-radius: 50%;
	overflow: hidden;
    border: 5px solid #fff;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 1;
}

.topmargin {
    width:100%;
    display:block;
    float:left;
    
}
.div-logo {
    height:75px;
    width:100px;
    display:block;
    float:left;
    position:absolute;
    margin-top:2px;
}
.shadow {
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}

.Menubtn {
  color:yellow;
  transition: 0.8s;
}

.btn:hover {
  color: white;
}

#topnavbar {
        background-color: #00326b;
        
    }
.MasterColour {
    background-color:#f5a302;
   }
.ControlLabelColur {
    color:#f5a302;
}
.SubColour {
    background-color:#00baff;
   }

.FontColourWhite {
    background-color:#e6eceb;
   }
.newFont {
    font-weight:bold;
    font-size:18pt;
    color:white;
    font-family:'HeadingFont';
}
.headwaterbank {
        padding-left:120px;
        padding-top:10px;
        padding-bottom:10px;
        text-align:right;
        
    }
.headimage {
    width:250px;
    height:45px;
}


/* Social Media Buttons */

.fa {
  padding: 6px;
  font-size: 10px;
  width: 20px;
  height:20px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
  border-radius: 50%;
  text-decoration:none;
  cursor:pointer;
  
}

.fa:hover {
    opacity: 0.7;
    background-color:white;
    transition: 0.8s;
    text-decoration:none;
}
    .fa:focus {
        color:white;
    }

.faText {
    font-size:12px;
    color:#428bca;
    text-decoration:none;
    cursor:pointer;
    
}
    .faText:focus {
        color:#428bca;
        text-decoration:none;
    }
    .faText:hover {
        color:white;
        transition: 0.8s;
        text-decoration:none;
    }

.fa-facebook {
  background: #3B5998;
  color: white;
  
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-phone-new {
  background: #007bb5;
  color: white;
}

.fa-envelope-square-new {
  background: #007bb5;
  color: white;
}

.fa-lock-new {
  background: #007bb5;
  color: white;
}



.divWelcome {
    padding:0px;
    margin:0px;    
    background: #FFFFFF;
    background: -webkit-linear-gradient(bottom, #FFFFFF, #62ABE5);
    background: -moz-linear-gradient(bottom, #FFFFFF, #62ABE5);
    background: linear-gradient(to top, #FFFFFF, #62ABE5);
}
.divWelcomeContect {
    position:relative;
    margin:0px;
    padding:30px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    border-radius:25px 25px 25px 25px;
}
.welcomeimgContent {padding:25px;text-align:center;justify-content:center;align-items:center;display: flex;}
.welcome-content-img-animation {
    position: relative;
    animation-name: contentimganimation;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-fill-mode: both;
}
@keyframes contentimganimation {
  from {left: -200px;}
  to {left: 0px;}
}
.ContentHeading {
    font-weight:bold;
    font-size:18pt;
    font-family:'HeadingFont';
}
.ContentText {
    font-weight:normal;
    font-size:12pt;
    font-family:'HeadingFont';
    text-align:justify;
}
.divBottom {
    background-color: #EEEFEE;
}
.divMap {
    width: 100%;
    height: 100%;
}
.divBottomLogo {display:flex;float:left;width:10%;height:50px;text-align:center;justify-content:center;align-items:center;margin-right:10px;}
.divBottomLogoText{display:block;float:left;width:85%;height:50px;}
/*Data Grid View*/
.ItemBackground
    {
        background-color:white;
        border:0px solid #808080;
        transition: 1s;
        
    }
.ItemBackground:hover
    {
        background-color:white;
        -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); 
        box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
        transition: 1s;
        cursor:pointer
        
    }
.divabouth2 {padding:10px; text-align:justify;height:100%;}
.divabouthrounded {width:100%;height:100%;border-radius:15px 15px 15px 15px;padding:20px;-webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75); box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);}
.buttonCreated {
  border: none;
  color: none;
  background-color:transparent;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.buttonView {
  color: black; 
  border:none;
}
.buttonView:hover {
  color: #008CBA;
}
.tablefont {
    font-family:Arial;
    font-size:12px;
}

/*Product View Page Slide*/
.Slidecontainer {
  position: relative;
  margin-top:0px;
  padding:0px;
  
}
.Slcontainer {
  position: relative;
  margin-top:0px;
  padding:0px;
  height:95vh;
}
.productSlideCaption {
    font-size:12px;
    color:black;
}
.productVideoSize {
    width:880px;
    height:490px;
}
.productVideoCaption {
    font-size:32px;
}
.productDivSize {
    width:100%;
    margin:0px;
    padding:0px;
    text-align:center;
    height:90vh;
    padding-top:25px;
}


/* For sx Screen Resalution */
@media screen and (max-width: 768px) {
    div.topmargin {
        height:30px;
    }
    #topnavbar {
        
        position: fixed;
        height:25px;
        top: 0;
        width: 100%;
        display: block;
        padding-left:20px;
        padding-right:20px;
    }
    div.homepageslideshowcontainer{
      width:100%;
      height:30vh;
      margin-top:45px;
  }
    
    div.productsdatalist {
        justify-content:center;
        padding-left:7%;
        padding-right:0px;
        
    }
        
    div.div-logo {
        height:70px;
        width:70px;
        margin-top:5px;
    }
    div.headwaterbank {
        padding-left:100px;
        padding-top:10px;
        padding-bottom:0px;
        text-align:left;
    }
    img.headimage {
    width:180px;
    height:40px;
    }
    a.newFont {
        font-size:17px;
    }
    
    img.contactusimg {
        width:150px;
        height:35px;
        right:5%;
        bottom:10%;
    
    }   
    
   /*Default Page*/
    
    img.slide1text {
        width:200px;
        height:60px;
        right:-10%;
        top:10%;
    }
    img.welcome-content-img-animation {
        height:250px;
    }
    .ContentText {
        font-weight:normal;
        font-size:10pt;
        font-family:'HeadingFont';
        text-align:justify;
    }
   
    
    img.slhumen-waterlevel {
        width: 70%;
        height: 40%;
        left: 20%;
        top: 30%;
    }
    h2.productcat {
        font-size:16pt;
    }
    .Slcontainer {
        height:40vh;
    }
    .productSlideCaption {
        font-size:16px;
        color:black;
    }
    iframe.productVideoSize {
        width:400px;
        height:200px;
    }
    .productDivSize {
       height:50vh;
    }
    .productVideoCaption {
    font-size:16px;
    }
}

/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.topmargin {
        height:90px;
    }
    
    
    #topnavbar {
        
        position: fixed;
        height:25px;
        top: 0;
        width: 100%;
        display: block;
        padding-left:100px;
        padding-right:100px;
    }
    div.homepageslideshowcontainer{
      width:100%;
      height:50vh;
      margin-top:110px;
  }
    
    
    

    img.slide1text {
        width:320px;
        height:100px;
        right:0%;
        top:20%;
    }
    img.contactusimg {
        width:300px;
        height:75px;
        right:5%;
        bottom:5%;
    
    }   
    
    div.productsdatalist {
        justify-content:center;
        padding-left:15%;
        padding-right:0px;
        
    }
 
   
    img.slhumen-waterlevel {
        width: 80%;
        height: 50%;
        left: 20%;
        top: 30%;
    }
    .Slcontainer {
        height:60vh;
    }
    .productSlideCaption {
        font-size:14px;
        color:black;
    }
    .productVideoSize {
        width:680px;
        height:390px;
    }
    .productVideoCaption {
        font-size:24px;
    }
    img.slide1text1 {
        width: 600px;
        height: 180px;
        top:10%;
    }
    img.slide1text2 {
        width: 500px;
        height: 50px;
        top:40%;
        left:30%
    }
}

/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  div.topmargin {
        height:40px;
    }

    
    
#topnavbar {
  
  position: fixed;
  height:25px;
  top: 0;
  width: 100%;
  display: block;
  padding-left:100px;
  padding-right:100px;
}
    div.homepageslideshowcontainer{
      width:100%;
      height:80vh;
      margin-top:50px;
  }
    
  



img.slide1text {
    width:500px;
    height:150px;
    right:-10%;
    top:5%;
}
img.contactusimg {
    width:250px;
    height:80px;
    right:5%;
    bottom:5%;
    
}   

div.productsdatalist {
        justify-content:center;
        padding-left:7%;
        padding-right:0px;
        
    }


div.divWelcomeContect {
        height:400px;
    }
div.divabouth2 {
        height:1100px;
    }
.Slcontainer {
        height:70vh;
    }
.productSlideCaption {
        font-size:16px;
        color:black;
    }
img.slide1text1 {
        width: 600px;
        height: 180px;
        top:10%;
    }
    img.slide1text2 {
        width: 500px;
        height: 50px;
        top:40%;
        left:30%
    }
}

/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    div.topmargin {
        height:40px;
    }
  #topnavbar {
  
  position: fixed;
  height:25px;
  top: 0;
  width: 100%;
  display: block;
  padding-left:100px;
  padding-right:100px;
}
  div.homepageslideshowcontainer{
      width:100%;
      height:92vh;
      margin-top:50px;
  }
  
  
    div.productsdatalist {
        justify-content:center;
        padding-left:5%;
        padding-right:0px;
        
    }
    img.slide2img {
        width:500px;
        height:500px;
    }

    img.slide1text1 {
        width: 600px;
        height: 180px;
        top:30%;
    }
    img.slide1text2 {
        width: 500px;
        height: 50px;
        top:55%;
    }

    div.aboutdiv {
        height:400px;
        padding:10px;
        margin:0px;
    }
    div.divWelcomeContect {
        height:300px;
    }
    div.divabouth2 {
        height:900px;
    }
    .Slcontainer {
        height:80vh;
    }
    .productSlideCaption {
        font-size:18px;
    }
}



/*Default Page Design*/
.graphics_main_container {
    display:block;float:left;height:600px;width:100%;position:relative;
}
.graphics_inner_container1 {
    display:block;float:left;width:100%;height:auto;position:absolute;bottom:0px;left:0px;
}
.graphics_inner_container2 {
    display:block;float:left;width:100%;height:auto;position:absolute;bottom:70px;left:0px;text-align:center;
}
.graphics_heading_container {
    display:block;float:left;width:100%;height:auto;position:absolute;top:75px;left:0px;text-align:center;
}
img.graphics_image {
    width:400px;
}

.headingtext {
    font-family:Vanillaextract;
    font-size:24pt;
    color:white;
    line-height:50px;
}
.headingtext2 {
    font-family:Arial;
    font-size:20pt;
    font-weight:bold;
    color:gray;
    line-height:50px;
}

/* For sx Screen Resalution for Mobile */
@media screen and (max-width: 480px) {
    .graphics_heading_container {
        top:40px;
    }
    div.graphics_main_container {
        height:400px;
    }
    div.graphics_inner_container2 {
        bottom:20px;
    }
    .headingtext {
        font-size:14pt;
        line-height:30px;
    }
    img.graphics_image {
     width:300px;
    }
    .headingtext2 {
    
    font-size:12pt;
    
    }
}
/* For sx Screen Resalution for 7 inch Tab Portrate */
@media screen and (max-width: 768px) and (min-width: 480px) {
   
    div.graphics_inner_container2 {
        bottom:50px;
    }
    .headingtext {
        font-size:20pt;
        line-height:50px;
    }
}
/* For sm Screen Resalution for 10 inch Tab Portrate */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.graphics_inner_container2 {
        bottom:50px;
    }
    .headingtext {
        font-size:20pt;
        line-height:50px;
    }
}
/* For md Screen Resalution for 15 inch Laptop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
   
}
/* For lg Screen Resalution for 20 inch Laptop */
@media screen and (min-width: 1200px) {
    
}





/*Callout Box Design*/

div.callout {
	height: 60px;
	width: 200px;
	float: left;
}

div.callout {
	background-color: #444;
	background-image: -moz-linear-gradient(top, #444, #444);
	position: relative;
	color: #ccc;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #999;
	margin: 25px;
	min-height: 50px;
	border: 1px solid #333;
	text-shadow: 0 0 1px #000;
	
	/*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #444;
}

.callout.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #444;
}

.callout.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #444;
}

.callout.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #444;
}

.callout.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #444;
}

.callout.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #444;
}




/*Rainbow div Animation*/
.animdiv {
	--angle: 0deg;
	width: 100px;
	height: 100px;
    background-color:#fb8500;
	border: 10px solid;
    font-size:20px;
     white-space: normal; width: 100px;
    font-weight:bolder;
    position:fixed;right:20px;bottom:20px;z-index:500;
    text-align:center;color:black;font-weight:bolder;padding:0px;
    cursor:pointer;
    border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;
        
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
	animation: 10s rotate linear infinite;
   
}

@keyframes rotate {
	to {
		--angle: 360deg;
	}
}


@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}








/*Water Animation*/
.blobs {
  filter: url("#goo");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes blob-left-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-right-top-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  35% {
    transform: scale(0.5) translate(0, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  85% {
    transform: scale(0.5) translate(0, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-left-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(-50%, 0);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(50%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes blob-right-bottom-anim {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(0.5) translate(50%, -50%);
  }
  50% {
    transform: scale(1) translate(0, 0);
  }
  75% {
    transform: scale(0.5) translate(-50%, 50%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.blob {
  position:absolute;
  background: #fb8500;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  line-height: 1;
  text-align: center;
  color: black;
  font-size: 30px;
  font-weight:bold;
  border-radius: 100%;
  margin-top: -50px;
  margin-left: -50px;
  
  animation: blob-left-top-anim cubic-bezier(0.77, 0, 0.175, 1) 3s infinite;
}
.blob:nth-child(2) {
  animation-name: blob-right-top-anim;
}
.blob:nth-child(3) {
  animation-name: blob-left-bottom-anim;
  animation-delay: 0.2s;
}
.blob:nth-child(4) {
  animation-name: blob-right-bottom-anim;
  animation-delay: 0.4s;
}
.blob:nth-child(5) {
  animation: none;
  font-size: 26px;
  position: relative;
}
.blob:nth-child(5):before {
  content: 'Free Demo';
  display: block;
  position: absolute;
  color:black;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

/*Progress Animation*/
.circle
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.6);
	width: 150px;
	height: 150px;
	border: 5px solid #fff;
	box-shadow: 0 0 0 5px #4973ff;
	border-radius: 50%;
	overflow: hidden;
}

.wave
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #4973ff;
	border-radius: 50%;
	box-shadow: inset 0 0 50px rgba(0,0,0.5);
}
.wave:before,
.wave:after
{
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	transform: translate(-50%,-75%);
	background: #000;
}
.wave:before
{
	border-radius: 45%;
	background: rgba(255,255,255,1);
	animation: animate 10s linear infinite;
}
.wave:after
{
	border-radius: 40%;
	background: rgba(255,255,255,.5);
	animation: animate 5s linear infinite;
}
@keyframes animate
{
	0%
	{
		transform: translate(-50%,-70%) rotate(0deg);
	}
	100%
	{
		transform: translate(-50%,-75%) rotate(360deg);
	}
}



/*Image View in Gallery*/
.gview {
            width:100%;
            height:100%;
            overflow: hidden;
            margin: 0 auto;
            cursor:pointer;

            position: relative;
    
        }
     
        .gview img {
            width: 100%;
            transition: 0.5s all ease-in-out;
        }
     
        .gview:hover img {
            transform: scale(1.5);
        }

          
       .btnview {
           position: absolute;
            top: 0px;
            bottom: -10px;
            color: black;
            border: none;
            background-color:transparent;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin: 4px 2px;
            transition-duration: 0.4s;
            cursor: pointer;
            display:block;
       }




/* The Modal (background) */
.mymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1;  /*Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8);  /*Black w/ opacity */
  
}

/* Modal Content (image) */
.mymodal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  z-index:10;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  bottom:50px;
}

/* Add Animation */
.mymodal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 100px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .mymodal-content {
    width: 100%;
  }
}

/* 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;
  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);
}

.slideNavigatorold {
        
    position:absolute;
    display:block;
    float:left;
    width:100%;
    height:2%;
    bottom:30px;
    text-align:center;
    
}


/*Title Animation CSS*/
.backdrop {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.backdrop canvas {
  width: 95%;
  flex: 0 0 60px;
  transform: translateY(1px);
}
@keyframes grow {
  0% {
    flex: 0 0 0%;
  }
  50% {
    flex: 0 0 50%;
  }
  100% {
    flex: 0 0 0%;
  }
}
.backdrop .filler {
  background: #f5a302;
  flex: 0 0 20%;
  animation: grow 16s ease-in-out infinite;
}

@keyframes wave {
  0% {
    transform: rotate(-2deg) translatex(-2vw);
  }
  25% {
    transform: rotate(1deg) translatex(2vw);
  }
  30% {
    transform: rotate(-1deg) translatex(-2vw);
  }
 45% {
    transform: rotate(2deg) translatex(2vw);
  }
  70% {
    transform: rotate(-2deg) translatex(-2vw);
  }
}

.content {
    
  position: relative;
  width: 100%;
  height: 100%;
  letter-spacing: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(132, 210, 255, 0.5);
  text-shadow: 0 0 120px rgba(255, 255, 255, 0.8);
  filter: blur(2px);
  animation: wave 7s infinite ease-in-out;
}








































/*Slid show master*/
.newslidecontainer {
    width:100%;
    height:90vh;
    display:block;
    float:left;
    position:relative;
    overflow:hidden;
    
}

.slider-container {
  
  height: 100%;
  display: inline-flex;
  overflow: hidden;
  transform: translateX(0);
  will-change: transform;
  transition: transform 0.3s ease-out;
  padding-bottom:2%;
  padding-right:20px;
  position: relative;
  margin: auto;
}

.slide{
  max-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  --shadow: rgba(0, 0, 0, 0.8);
}

@media(min-width: 1200px){
  
}

.slidediv{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin-right:20px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 5px 5px 50px -1px var(--shadow);
  border-radius: 4px;
  user-select: none;
  cursor: grab;
  position: relative;
  overflow:hidden;
}



.grabbing {
  cursor: grabbing;
}

.grabbing .slidediv{
  transform: scale(0.9);
  box-shadow: 5px 5px 40px -1px var(--shadow);
}

.slideNavigator {
        
    position:absolute;
    display:block;
    float:left;
    width:100%;
    height:2%;
    text-align:center;
    
}

.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;
}

/*Arrow*/
.slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10rem;
  background-color:black;
  border: none;
  width: 5rem;
  font-size: 6rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  color:white;
  transition: opacity 100ms;
}
 
.slide-arrow:hover,
.slide-arrow:focus {
  opacity: 1;
}
 
#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#slide-arrow-next {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}


/* For sx Screen Resalution */
@media screen and (max-width: 480px) {
    div.newslidecontainer {
        height:30vh;
        
    }
    button.slide-arrow{
        display:none;
    }
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 2rem;
	padding-left:4rem;
  }
}
/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.newslidecontainer {
        height:40vh;
        
    }
    button.slide-arrow{
        display:none;
    }
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 2rem;
	padding-left:4rem;
  }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
     div.newslidecontainer {
        height:60vh;
        
    }
    
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 3rem;
	padding-left:5rem;
  }
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {

    div.newslidecontainer {
        height:80vh;
    }
    
    div.slideNavigator {
        bottom:15px;
    }
    div.slide {
    padding: 3rem;
	padding-left:5rem;
  }
  
}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    div.newslidecontainer {
        height:90vh;
    }
    div.slideNavigator {
        bottom:30px;
    }
    div.slide {
    padding: 3rem;
	
  }
}




.difault_item_container1 {
    margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;padding-right:0px;width:100%;
}
.default_contentimage_container1 {
    padding:25px;height:700px;display:flex;justify-content:center;align-items:center;position:relative;
}
.default_content_container1 {
    display:flex;justify-content:center;align-items:center;position:relative;height:700px;
}
.default_content_child1 {
    display:block;float:left;width:100%;height:100%;padding:20px;background-color:#b17a02;border-bottom-left-radius: 360px;
border-top-left-radius: 360px;border-top-right-radius: 360px;text-align:center;padding:100px;color:white;
}
.difault_item_container2 {
    margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;background-color:#acb0ad;background-color:#FFF1AB;
}
.default_contentimage_container2 {
    padding:25px;height:500px;display:flex;justify-content:center;align-items:center;position:relative;
}
.default_container2_header {
    width:100%;height:auto;display:block;float:left;position:absolute;top:0px;left:0px;text-align:center;
}
.content2_headingtext {
    font-family:sans-serif;
    font-size:24pt;
    font-weight:bold;
    line-height:50px;
    color:black;
}
.difault_item_container3 {
    margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;background-color:#12296c;padding-bottom:75px;
}
.default_contentimage_container3 {
    padding:25px;height:auto;display:flex;justify-content:center;align-items:center;position:relative;
}
.default_container3_header {
    width:100%;height:auto;display:block;float:left;position:absolute;top:0px;left:0px;text-align:center;
}
.content3_headingtext {
    font-family:Vanillaextract;
    font-size:24pt;
    line-height:50px;
    color:#f5a302;
}
/*Animated Button*/
.anmbutton {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  color: black;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight:bold;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color:white;
  border:2px solid black;
}
.anmbutton:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  z-index: -2;
}
.anmbutton:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: black;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.anmbutton:hover {
  color: #fff;
}
.anmbutton:hover:before {
  width: 100%;
}

/*Submit Buttion*/
.sbbtn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #f5a302;
  outline: none;
  transition: 1s ease-in-out;
  color:#f5a302;
}

svg {
  position: absolute;
  left: 20px;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 160 480;
  stroke-dashoffset: 160;
  transition: 1s ease-in-out;
}

.sbbtn:hover {
  transition: 1s ease-in-out;
  background: #f5a302;
  color:black;
}

.sbbtn:hover svg {
  stroke-dashoffset: -480;
  color:black;
}

.sbbtn span {
  
  font-size: 18px;
  font-weight: 100;
}

.btnclass {
    padding-left:20px;text-align:left;
}

/* For sx Screen Resalution */
@media screen and (max-width: 480px) {
   div.default_content_child1 {
        padding:30px;
    }
    .anmbutton {
        font-size: 1rem;
    }
    .btnclass {
    padding-left:30px;text-align:left;
    }
    svg {
        left:30px;
    }
}
/* For sx Screen Resalution */
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.default_content_child1 {
        padding:50px;
    }
    .btnclass {
        padding-left:30px;text-align:left;
    }
    svg {
        left:30px;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
   .btnclass {
        padding-left:30px;text-align:left;
    }
   svg {
        left:30px;
    }
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    div.default_content_child1 {
        padding:50px;
    }
  
}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    div.default_content_child1 {
        padding:100px;
    }
	
  
}








.spashLogonew {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.6);
	width: 65%;
	height: 65%;
	border-radius: 50%;
	overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
     opacity: 1;
}

.newwave
{
	position: relative;
	width: 100%;
	height: 100%;
	background: #4973ff;
	border-radius: 50%;
	box-shadow: inset 0 0 50px rgba(0,0,0.5);
}
.newwave:before,
.newwave:after
{
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	top: 0;
	left: 50%;
	transform: translate(-50%,-75%);
	background: #000;
}
.newwave:before
{
	border-radius: 45%;
	background: rgba(255,255,255,1);
	animation: animate 10s linear infinite;
}
.newwave:after
{
	border-radius: 40%;
	background: rgba(255,255,255,.5);
	animation: animate 5s linear infinite;
}
@keyframes animate
{
	0%
	{
		transform: translate(-50%,-70%) rotate(0deg);
	}
	100%
	{
		transform: translate(-50%,-75%) rotate(360deg);
	}
}



/*FOOTER DESIGN*/
.footerBackgroundColour {
    background-color:#f5a302;
    border-color:#f5a302;
    color:#1b0e02;
}
.footerDivideBorder {
    width:100%;
    height:auto;
    border-top:2px solid #1b0e02;
}

.footerlinks{
    font-size:10pt;
    font-weight:normal;
    color:#1b0e02;
    transition: 0.8s;
}
.footerlinks:hover{
    color:#1b0e02;
    transition: 0.8s;

}
.footerLinktext {
    color:#1b0e02;
}
.footerLinktext:hover {
    color:#1b0e02;
    text-decoration:none;
}


/*Default Page Content*/
.splash_mobno {
    font-family:Arial;font-size:32pt;font-weight:bolder;
}

.difault_item_container {
    margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;
}
.default_contentimage_container {
    padding:25px;height:700px;display:flex;justify-content:center;align-items:center;position:relative;
}
.default_contentimage_child {
    display:block;float:left;width:auto;height:500px;
}
.default_content_container {
    display:flex;justify-content:center;align-items:center;position:relative;height:700px;
}
.default_content_child {
    display:block;float:left;width:100%;height:auto;padding:20px;
}



.pagecontent_container {
    border:0px solid #FFFFFF; 
    height:auto;
    display:block;
    float:left;
    padding:80px;
    color:#FFFFFF;
    padding-top:-0px;
    padding-bottom:0px;
}


/*content view*/
.about_imgsize {
    width :100%;
    height:400px;
}
.img_contview {
    height:500px;display:flex;float:left;padding:0px;justify-content:center;align-items:center;position:relative;
}


/*contact Page*/
.contact_address_container {
    padding:100px;
    padding-top:30px;
}
.waterpage_container {
    margin-top:150px;
    width:auto;
    position:relative;
}
.waterpage_container_heading {
    display:block;float:left;width:100%;height:auto;text-align:center;left:0;top:-30px;color:#f5a302;position:absolute;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
    div.default_contentimage_container {
        height:300px;
    }
    div.default_contentimage_child {
        height:300px;
    }
    img.about_imgsize {
    width :100%;
    height:150px;
    }
    div.pagecontent_container {
        padding:40px;
        padding-top:0px;
        padding-bottom:0px;
    }
    div.contact_address_container {
    padding:60px;
    padding-top:30px;
    }
    div.default_content_container {
    	height:400px;
	}
    div.default_content_child {
        padding:0px
    }
    div.difault_item_container {
        margin:0px;padding:20px;
    }
    .splash_mobno {
        font-family:Arial;font-size:16pt;font-weight:bolder;
    }
}

@media screen and (max-width: 768px) {
    div.default_contentimage_container {
        height:350px;
    }
    div.default_contentimage_child {
        height:350px;
    }
    img.about_imgsize {
    width :100%;
    height:150px;
    }
    div.pagecontent_container {
        padding:40px;
        padding-top:0px;
        padding-bottom:0px;
    }
    div.contact_address_container {
    padding:60px;
    padding-top:30px;
    }
    div.default_content_child {
        padding:0px
    }
    div.default_content_container {
    	height:400px;
	}
    div.difault_item_container {
        margin:0px;padding:20px;
    }
    .splash_mobno {
        font-family:Arial;font-size:16pt;font-weight:bolder;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    .difault_item_container {
    margin:0px;padding:30px;
}
.default_contentimage_container {
    padding:25px;height:700px;display:flex;justify-content:center;align-items:center;position:relative;
}
.default_contentimage_child {
    display:block;float:left;width:auto;height:500px;
}
}

.captionalignment {
    text-align:left;
}
/*Popup Model*/
.modal-header_update {
    border-radius:5px 5px 0px 0px;
    height:40px;
    padding:0px;
    margin:0px;
}
/*Header*/
.popup_header_name_column {width:90%;text-align:left;padding-left:20px;vertical-align:top;}
.popup_header_name {color:black;font-weight:bold;}
.popup_header_close_column {width:10%;text-align:right;padding-right:20px;padding-bottom:20px;}
.popupclose {color: Black;font-size: 30px;font-weight: bold;transition: 0.3s;}
.popupclose:hover,
.popupclose:focus {color: #bbb;text-decoration: none;cursor: pointer;}


.whatsapp_container {
    width:60px;
    height:60px;
    background-color:darkgreen;
    bottom:150px;
    right:40px;
    z-index:1045;
    position:fixed;
    border-radius:50%;
    justify-content:center;
    align-items:center;
    display:flex;
    transition:8s;
}
.whatsapp_container:hover {
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    transition:8s;
}
.faa {
  padding: 0px;
  font-size: 10px;
  width: 50px;
  height:50px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
  border-radius: 50%;
  text-decoration:none;
  cursor:pointer;
  
}

.faa:hover {
    opacity: 0.7;
    background-color:transparent;
    transition: 0.8s;
    text-decoration:none;
}
.faa:focus {
     color:white;
}

/*Login Page*/
.loginpagestyle {
    margin:0px;
    padding:30px;
    padding-top:60px;
    min-height:92vh;
    background-image: url('../Images/bacground.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    justify-content: center; 
    align-items: center;
}
.PageBackground {
    display: flex;
    height:100vh;
    width:100vw;
    padding:20px;
    justify-content: center; 
    align-items: center;
}
.loginContainer {
    position:absolute;
    width:400px;
    height:auto;
    text-align:center;
    padding:0px;
}
.loginHeader {
    width:100%;
    float:left;
    height:40px;
    border-radius:15px 15px 0px 0px;
    text-align:center;
    padding:5px;
}
.loginControlsDiv{
    height:auto;
    width:100%;
    padding:50px;
    float:left;
    
}


/* For sx Screen Resalution */
@media screen and (max-width: 768px) {
   div.loginContainer {
        
       
        margin-top:10px;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
    div.loginContainer {
        height:450px;
        margin-top:50px;
    }
    div.loginControlsDiv{
    
    padding-top:20px;
    
    
    }
}
/* For md Screen Resalution */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  
}
/* For lg Screen Resalution */
@media screen and (min-width: 1200px) {
    
}


/*Menu Font Colour Change*/
.navbar-inverse .navbar-nav>li>a{
  color:black;
  margin:0;
  padding:0 15px;
  line-height:50px;
  display:block;
  
}
.navbar-inverse .navbar-nav>li>a:hover{
  color:#e65f59;
}
.navbar-inverse .navbar-nav>.open>a:hover{
  color:#e65f59;
}
/*MENU DROPDOWN CARET*/

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  
}

.navbar .nav li.dropdown > .dropdown-toggle:hover .caret,
.navbar .nav li.dropdown > .dropdown-toggle:focus .caret {
  border-top-color: black;
  border-bottom-color: black;
}

/*whatsapp-pulse*/
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    text-decoration:none;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}



/*Video Gallery*/
.rp_itemHolder {
    display:block;float:left;width:100%;height:auto;position:absolute;padding-left:40px;padding-right:40px;overflow:hidden;
    
}
.rp_itemBorder {
    position:relative;
    width:100%;
    height:100%;
    padding:0px;
    /*border:1px solid #4A2619;*/
    border-radius:10px 10px 10px 10px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
.rp_ItemContainer {
    display:block;float:left;height:auto;width:100%;
}
.rp_headingContainer {
    display:block;float:left;height:auto;width:100%;padding-left:50px;position:relative;
}
.rp_ItemSubContainer {
    display:block;float:left;width:100%;height:700px;position:relative;
}
.rp_LeftBtnContainer {
    display:inline-block;float:left; width:50px;height:100%;z-index:999;position:absolute;left:0px;
}
.rp_RightBtnContainer {
    display:inline-block;float:right;width:50px;height:100%;z-index:999;position:absolute;right:0px;
}
.rp_itemHolder {
    display:block;float:left;width:100%;height:auto;position:absolute;padding-left:40px;padding-right:40px;overflow:hidden;
}
.rp_itemPanel {
    display:block;float:left; height:100%;width:auto;
}
.rp_heading {
    font-weight:bold;font-family:Arial;font-size:22pt;text-decoration:underline;
}

.rp_itemview {
    align-content:center;margin:0px;padding:0px; width:250px;
}
.rp_itemBorder {
    position:relative;
    width:100%;
    height:auto;
    
    border-radius:10px 10px 10px 10px;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    
}
.rp_itemBorder:hover {
    transition:0.2S;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 14px -1px rgba(0,0,0,0.75);
}
/*Related Master Datalist*/
/*Arrow*/
.rp_slide-arrow {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  background-color:black;
  border: none;
  width: 50px;
  font-size: 6rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  color:white;
  transition: opacity 0.5s;
  z-index:500;
}
 
.rp_slide-arrow:hover{
  opacity: 1;
  transition: opacity 0.5s;
}
 
#rp_slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 50px 50px 0;
}
 
#rp_slide-arrow-next {
  right: 0;
  padding-left: 2rem;
  border-radius: 50px 0 0 50px;
}

.gallery_video_maindiv {
    width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;overflow:hidden;
    
}
.gallery_video_container {
    width:auto;height:auto;
}

@media screen and (max-width: 768px) {
    div.gallery_video_maindiv {
        width:100%;height:100%;display:block;overflow:hidden;position:absolute;
    }
    div.gallery_video_container {
        padding-left:30px;
    }
    button.rp_slide-arrow {
        display:flex;
    }
}



/*Mobile Phone*/
.mobile {
     height: 500px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.phone {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 303px;
     height: 616px;
     background: #1a1a58;
     border-radius: 30px;
     padding: 10px;
     background: black;
}
.phone-mirror {
     position: relative;
     width: 300px;
     height: 600px;
     background-color: rgb(26, 25, 25);
     border-radius: 30px;
     margin: auto;
     background-color:#EAD28A;
background: -webkit-radial-gradient(center, #EAD28A, #D1B46D);
background: -moz-radial-gradient(center, #EAD28A, #D1B46D);
background: radial-gradient(ellipse at center, #EAD28A, #D1B46D);
}
.topWrapper {
     position:absolute;
     top:0px;
     width: 130px;
     height: 20px;
     display:block;
     float:left;
     background-color: #232526;
     border-radius: 0 0 45px 45px;
     
}
.line-rec {
     position: relative;
     width: 60px;
     height: 6px;
     margin: 0px auto 0 auto;
     float: left;
     left: 20%;
     top: 4px;
     background-color: rgb(83, 83, 82);
     border-radius: 5px;
     border: 1px solid rgb(214, 214, 214);
}
.camera {
     position: relative;
     float: left;
     margin-right: 8px;
     left: 18%;
     width: 11px;
     height: 11px;
     top: 1px;
     background-color: rgb(83, 83, 82);
     border-radius: 30px;
     border: 1px solid rgb(214, 214, 214);
}


.mynSlides {
    display:none;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 6s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}








.rp_LeftBtnContainer {
    display:inline-block;float:left; width:50px;height:100%;z-index:999;position:absolute;left:0px;
}
.rp_RightBtnContainer {
    display:inline-block;float:right;width:50px;height:100%;z-index:999;position:absolute;right:0px;
}
.dl_container {
    padding:25px;height:700px;display:flex;justify-content:center;align-items:center;position:relative;margin-left:50px;
}
.dl_container2 {
    padding:25px;height:700px;display:flex;justify-content:center;align-items:center;position:relative;margin-left:50px;
}
.rp_subcontainer {
    display:block;float:left;height:auto;width:100%;padding-top:30px;
}
.rp_master_container {
   justify-content:flex-start;padding-left:0%;padding-right:0%;width:100%;margin:0px;padding:0px;padding-top:50px;padding-bottom:100px;
}
.dl_sample_wedding_holder {
    margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;padding-right:0px;width:100%;
    overflow:hidden;
}
.dl_sample_wedding_list {
    margin-left:-25px;display:block;float:left;width:auto;
}
.dl_sample_bday_holder {
    margin:0px;padding:30px;padding-top:50px;padding-bottom:0px;margin-bottom:0px;height:auto;padding-right:0px;width:100%;
    overflow:hidden;background-color:transparent;
}
.dl_sample_bday_list {
    margin-left:-25px;display:block;float:left;width:auto;
}



/* For sx Screen Resalution */
@media screen and (max-width: 768px) {
    div.dl_container {
        margin-left:350px
    }
    div.dl_container2 {
        margin-left:570px
    }
    dl_sample_wedding_holder {
        overflow:auto;
    }
    dl_sample_bday_list {
        overflow:auto;
    }
}
/* For sm Screen Resalution */
@media screen and (max-width: 992px) and (min-width: 768px) {
   div.dl_container {
        margin-left:250px
    }
    div.dl_container2 {
        margin-left:250px
    }
}







/*Arrow*/
.rps_slide-arrow {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10rem;
  background-color:black;
  border: none;
  width: 5rem;
  font-size: 6rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  color:white;
  transition: opacity 0.5s;
}
 
.rps_slide-arrow:hover{
  opacity: 1;
  transition: opacity 0.5s;
}
 
#rps_slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#rps_slide-arrow-next {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}
#rps_slide-arrow-prev2 {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 7rem 7rem 0;
}
 
#rps_slide-arrow-next2 {
  right: 0;
  padding-left: 2rem;
  border-radius: 7rem 0 0 7rem;
}



/*Our Features*/
.of_container {
    width:100%;padding:0px;height:auto;display:block;float:left;
}
.of_subcontainer {
    display:block;float:left;height:20px;width:10%;
}
.of_bullet {
    display:block;float:left;background-color:black;border-radius:50%;height:20px;width:20px;margin-top:25px;
}
.of_textcontainer {
    display:block;float:left;height:auto;width:90%;
}
.of_text {
    font-family:sans-serif;
    font-size:14pt;
}







roseback{
  background-color: #111;
  font-family: Signika Negative, Asap, sans-serif;
  color:white;
  overflow:hidden;
}
.rosebackdot{
  width:35px;
  height:35px;
  position:absolute;
  background: url(https://image.ibb.co/kyUHab/rose.png);
  background-size: 100% 100%;
}
html, body, #container {width:100%; height:100%; }
#logo{ left:50%; top:50%; position:absolute; border-radius:10px; }