 
 h1, h2, h3, h4, h5 {
    font-family: 'Dancing Script', cursive ;
    margin: 37px 0 23px;
    

}

.gmleft, .gmright {
  position: relative;
/*  height: 100px;
  width: 200px;
  background: #000;*/
  background: maroon;
  float: left;
}

.gmleft:after {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 100px solid maroon;
  border-bottom: 50px solid transparent;
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  position: absolute;
  top: 0;
  right: -50px;
}

.gmright {
  margin-left: 60px;
  width: 100px;
}
.gmright:before {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 100px solid #000;
  border-left: 50px solid transparent;
  border-right: 0px solid #000;
  position: absolute;
  top: -50px;
  left: -50px;
}






.gmheadingmar{
    color:white;   
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
    
}
.gmparamarim{
    font-family: 'Acme', sans-serif;
	color:white;
	text-align:center;
    
}
.gmcaption{
    color:white;   
	font-size:xx-large;
	font-weight:bold;
}
.gmheading{
	color:maroon;   
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
}
.gmpara{
	font-family: 'Acme', sans-serif;
	color:black;
	text-align:center;
}
.gmparaim{
	font-family: 'Acme', sans-serif;
	color:maroon;
	text-align:center;
}
.gmparacon{
	font-family: 'Acme', sans-serif;
	color:white;
	text-align:center;
}
.angle--top-left {
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 calc(0% + 5vw), 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 calc(0% + 5vw), 100% 0, 100% 100%, 0 100%);
}

.divshadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 60px 0 rgba(0, 0, 0, 0.19);
  text-align: justify;
}


div.polaroid {
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

div.container {
  padding: 10px;
}

div.polaroid:hover{
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2), 0 60px 60px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}
div.jumbotron{
	text-align:centre !important;
}
.color1{
	color:white;
}
.powdebtn-xl{
	background-color:maroon;
	color:white;
	border-color:maroon;
}
.powdebtn-xl:hover{
opacity:0.8;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
 /* background: #f1f1f1f1;*/
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  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);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #f9f2ec;
}

/* 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;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

/*SOCIAL ICONS*/
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.gmsocial{
    padding:10px;
    margin-right:5px;
    margin-left:5px;
    border-radius:100%;
}
/*SOCIAL ICONS*/
