body {
  font-family: arial;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  background: #D3D2D7;
  cursor: none;

}




footer {
  position: inherit;
  display: flex;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;

}

#footer {
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;


}




#h2 {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  color: #929292;
}




#Header2 {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
  font-size: 200%;
  color: white;
}










/*

Disclaimer Page

*/








/*


header {
  z-index: -2;
  width: 100%%;
  height: auto;
  position: relative;
  display: flex;
  text-align: center;

}



*/



/*

.anchor {
  display: flex;
  justify-content: center;
}

*/

/*


.header-text {
  display: block;
  padding-bottom: 100px;
  padding-top: 200px;
  margin: auto;
  left: 20%;
}


*/






.row1 {

  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}








/*



.logo1 {
  background-image: url(images/reel3.jpg);
          width: 90%;
          height: 100%;
          padding: 0 0 36%;
          background-repeat: no-repeat;
          background-size: cover;
          margin-left: 50%;
          margin-right: auto;
          overflow: hidden;
          transform: translateX(-50%);
}


*/




/*


.logo2 {
  background-image: url(images/reel4.jpg);
          width: 90%;
          height: 100%;
          padding: 0 0 36%;

          background-repeat: no-repeat;
          background-size: cover;
          margin-left: 50%;
          margin-right: auto;
          overflow: hidden;
          transform: translateX(-50%);
}



*/



.header-image {
  background-image: url(images/reel2c.png);
          width: 100%;
          height: 100%;
          padding: 0 0 94%;
          background-repeat: no-repeat;
          background-size: cover;
          margin-left: 50%;
          margin-right: auto;
          overflow: hidden;
          transform: translateX(-50%);
}







/*


.main-heading2 {
  display: block;
  padding-bottom: 225px;
}


.csi-logo {
  padding-bottom: 50px;
}

*/

/*

.flipcards {
 position: relative;
 right: 35%;
 margin-bottom: -100px;
}

*/



/* Container 1st position



.container  {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}



*/




/* Container 2nd position


.container  {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
}


*/








.container  {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
}




h3 {
  text-align: center;
}






.box {
  position: relative;
  width: 300px;
  height: 400px;
  background: #000;
  box-shadow: 0 30px 30px rgba(0,0,0,.5)
}



.box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.box .imgBx img {
  position: absolute;
  top: 0:
  left: 0;
  width: 100%;
  height: 100%
  object-fit: cover;
  transition: 0.5s;
}

.box:hover .imgBx img {
  opacity: 0;
}



.box .content {
  position: absolute;
  bottom: 20px;
  left: 10%;

  width: 80%;
  height: 60px;
  background: #fff;
  transition: 0.5s;
  overflow: hidden;

  padding: 15px;
  box-sizing: border-box;
}






.box:hover .content {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}


.box .content h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}





.box .content .p1 {
  margin: 10px 0 0;
  padding: 0;
  opacity: 0;
  line-height: 1.2em;
  transition: 0.5s;
  text-align: justify;
}








#address {
  text-align: center;
  font-size: 20px;
}







/*  Cursor   */





.cursor {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  animation: cursorAnim .0s infinite alternate;
  z-index: 1;
  pointer-events: none;
}


.cursor::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 8px solid #21356A;
  border-radius: 50%;
  opacity: .5;
  top: -8px;
  left: -8px;
  animation: cursorAnim2 .5s infinite alternate;
}




@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(.4);
  }
}



.expand {
  animation: cursorAnim3 .5s forwards;
  border: 2px solid #41B0F6;
}






@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(.3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}






@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(.7);
  }
}




.box:hover .content .p1 {
  opacity: 1;
  transition-delay: 0.5s;
}



/*  Cursor ^ */





/* flip card effect */







* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}


/*


.middle {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

*/




.card {
  width: 240px;
  height: 240px;
  display: inline-flex;

}

.front,.back {
  width: 240px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  backface-visibility: hidden;
  transition: transform .6s linear;
}

.front img {
  height: 100%;
}


.front {
  transform: perspective(600px) rotateY(0deg);
}



.back {
  background: #f1f1f1;
  transform: perspective(600px) rotateY(180deg);
}







#auto_pd {
  background-image: url(images/autopd.gif);

}

#cast {
  background-image: url(images/cast2.webp);
}

#extraexpense {
  background-image: url(images/extraexpense2.gif);
}


#contingency {
  background-image: url(images/contingency2.gif);
}


#equipment {
  background-image: url(images/equipment2.webp);
}


#more {
  background-image: url(images/negative2.webp);
}


#tppd {
  background-image: url(images/tppd2.webp);
}



#psw {
  background-image: url(images/psw2.webp);
}





.back-content {
  color: #2c3e50;
  text-align: center;
  width: 100%;
}


.sm {
  margin: 20px 0;

}


.sm a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #2c3e50;
  font-size: 18px;
  transition: 0.4s;
  border-radius: 50%;
}


.sm a:hover {
  background: #2c3e50;
  color: white;
}





.card:hover > .front {
  transform: perspective(600px) rotateY(-180deg);
}






.card:hover > .back {
  transform: perspective(600px) rotateY(0deg);
}






/* Flip card effect ^ */








.cover {
  background: linear-gradient(75deg, #8e44ad, #2980b9);
  height: 115px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}





.profile {
  height: 115px;
  width: 115px;
  border-radius: 50%;
  padding: 5px;
  background: white;
  margin-top: 40px;
}




.name {
  font-size: 30px;
  padding-top: 75px;
}





.tag {
  padding: 5px 0;
}

.about {
  margin-top: 10px;
  padding: 0px 35px;
  font-size: 15px;
}








#disclaimer-note {
  text-align: center;
  margin-bottom: 25px;
}




.p1 {
  padding: 20px;
  color: #262626;
  text-align: justify;
  font-size: medium;
}




ul {
  padding: 15px;
  font-size: small;
}

.p2 {
  font-size: small;
  font-weight: bold;
  text-decoration: underline;
}


.back-face {
  transform: perspective(800px) rotateY(-180deg);
}


.front-face {
  transform: perspective(800px) rotateY(0deg);
}







.container2:hover > .back-face {
  transform: perspective(800px) rotateY(0deg);
}


.container2:hover > .front-face {
  transform: perspective(800px) rotateY(180deg);
}






/* Fade-in effect */




#main {
animation: fadeIn ease 5s;
-webkit-animation: fadeIn ease 5s;
-moz-animation: fadeIn ease 5s;
-o-animation: fadeIn ease 5s;
-ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}


/* Fade-in effect */
