body{
    background-color: white;
}
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.bold{
    font-weight: bold;
}

.card{
    margin:5px;
    background-color: #42a5f5;
    width:"100%";
    height:"250%";
    padding-bottom: 5px;

}

.card:hover{
    box-shadow: 0 1px 5px #333; 
    background-color: #0e6fbe;
}

.inactive{
    box-shadow: 0 1px 5px #ffffff00; 
    background-color: #ffffff00 ;
    pointer-events:none
}
.scroll {
    background-color: #42a5f5;
    color: #ffffff;
}

.scroll:hover {
    box-shadow: 0 1px 3px #333; 
    background-color: #0e6fbe;
    color: #ffffff;
}

html {
    scroll-behavior: smooth;
}


.wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
}

.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}


.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}


.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}


.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
    background-color: #1DA851;
    border-color: #1DA851;
}

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
    background-color: #4B97D1;
}

* {box-sizing: border-box;}


.btn-primary:hover, .btn-primary:active, .btn-primary:visited{
    background-color: #42a5f5 !important;
    outline-color: red !important;
}


:root {
  --smaller: .75;
}
/*
 * Header
 */

 .responsive {
  width: 100%;
  max-width: 700px;
  min-width: 300px;
  height: auto;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  color: rgba(0, 0, 0, 0.5);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
}

.filterDiv {
  display: none;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

.show {
    display: block;
  }

  * {
box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}

input[type=email], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
}

input[type=submit] {
background-color: #04AA6D;
color: white;
padding: 12px 20px;
border: none;
cursor: pointer;
}

input[type=submit]:hover {
background-color: #45a049;
}

/* Style the container/contact section */
.container {
border-radius: 5px;
padding: 10px;
}


/* Create two columns that float next to eachother */
.column {
float: left;
width: 50%;
margin-top: 6px;
padding: 20px;
}

/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.column, input[type=submit] {
  width: 100%;
  margin-top: 0;
}
@import url(//fonts.googleapis.com/css?family=Montserrat:300,500);
.team4 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.team4 h1, .team4 h2, .team4 h3, .team4 h4, .team4 h5, .team4 h6 {
  color: #3e4555;
}

.team4 .font-weight-medium {
	font-weight: 500;
}

.team4 h5 {
    line-height: 22px;
    font-size: 18px;
}

.team4 .subtitle {
    color: #8d97ad;
    line-height: 24px;
		font-size: 13px;
}

.team4 ul li a {
  color: #8d97ad;
  padding-right: 15px;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team4 ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
	color: #316ce8;
}

}

text{
    font-size:20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

rect {
    width: 100%;
    height: 100%;
    fill: #69c;
    stroke: #069;
    stroke-width: 5px;
    opacity: 0.5
  }


.container-form {
	position: absolute;
	top: 65%;
	left: 50%;
    width: 58%;
	transform: translate(-50%, -50%);
}

.copy-text {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
}
.copy-text input.text {
	padding-left: 28px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}
.copy-text button {
	padding: 10px;
	background: #42a5f5;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
}

.copy-text button:active {
	background: #00ff95;
    transition: .1s ease-out; 

}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #42a5f5;
	padding: 10px 12px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 0px;
	background: #00ff95;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}

  .hoverme {
    width: 240px;
    margin: 150px auto 0;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
  }
  .hoverme span {
    color: #333;
    font-size: .9em;
  }
  .hoverme i {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    width: 6px;
    height: 10px;
    background: red;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(1) {
    transform: translate3d(29px, -63px, 0) rotate(229deg);
    background: #ffd900;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(2) {
    transform: translate3d(7px, -74px, 0) rotate(167deg);
    background: #ff006a;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(3) {
    transform: translate3d(20px, -97px, 0) rotate(22deg);
    background: #00fffb;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(4) {
    transform: translate3d(-32px, -75px, 0) rotate(59deg);
    background: #3c00ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(5) {
    transform: translate3d(-24px, -61px, 0) rotate(61deg);
    background: #ff002b;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(6) {
    transform: translate3d(87px, -98px, 0) rotate(182deg);
    background: #ff0073;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(7) {
    transform: translate3d(31px, -54px, 0) rotate(212deg);
    background: #0022ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(8) {
    transform: translate3d(-98px, -97px, 0) rotate(183deg);
    background: #00a6ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(9) {
    transform: translate3d(-6px, -75px, 0) rotate(244deg);
    background: #6aff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(10) {
    transform: translate3d(-97px, -73px, 0) rotate(201deg);
    background: #ff0066;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(11) {
    transform: translate3d(-34px, -51px, 0) rotate(280deg);
    background: #002bff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(12) {
    transform: translate3d(21px, -59px, 0) rotate(67deg);
    background: #00ffa2;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(13) {
    transform: translate3d(-52px, -63px, 0) rotate(161deg);
    background: #ff5900;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(14) {
    transform: translate3d(33px, -58px, 0) rotate(47deg);
    background: #0dff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(15) {
    transform: translate3d(-53px, -55px, 0) rotate(215deg);
    background: #00ff22;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(16) {
    transform: translate3d(-13px, -71px, 0) rotate(285deg);
    background: #e600ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(17) {
    transform: translate3d(-60px, -63px, 0) rotate(305deg);
    background: #ff00aa;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(18) {
    transform: translate3d(65px, -72px, 0) rotate(218deg);
    background: #95ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(19) {
    transform: translate3d(77px, -85px, 0) rotate(303deg);
    background: #ff00d5;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(20) {
    transform: translate3d(-10px, -80px, 0) rotate(255deg);
    background: #11ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(21) {
    transform: translate3d(-26px, -83px, 0) rotate(14deg);
    background: #7bff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(22) {
    transform: translate3d(-72px, -50px, 0) rotate(328deg);
    background: #00eeff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(23) {
    transform: translate3d(-73px, -93px, 0) rotate(218deg);
    background: #ff001e;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(24) {
    transform: translate3d(-78px, -54px, 0) rotate(209deg);
    background: #002fff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(25) {
    transform: translate3d(-87px, -73px, 0) rotate(155deg);
    background: #ffea00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(26) {
    transform: translate3d(-23px, -69px, 0) rotate(2deg);
    background: #c4ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(27) {
    transform: translate3d(34px, -80px, 0) rotate(286deg);
    background: #ff00e6;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(28) {
    transform: translate3d(42px, -79px, 0) rotate(357deg);
    background: #ff0077;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(29) {
    transform: translate3d(-21px, -71px, 0) rotate(251deg);
    background: #ff0077;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(30) {
    transform: translate3d(9px, -63px, 0) rotate(174deg);
    background: #2bff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(31) {
    transform: translate3d(21px, -55px, 0) rotate(80deg);
    background: #00ff1e;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(32) {
    transform: translate3d(29px, -52px, 0) rotate(3deg);
    background: #ff0004;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(33) {
    transform: translate3d(53px, -73px, 0) rotate(270deg);
    background: #ff00fb;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(34) {
    transform: translate3d(-57px, -63px, 0) rotate(271deg);
    background: #5500ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(35) {
    transform: translate3d(85px, -95px, 0) rotate(2deg);
    background: #0033ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(36) {
    transform: translate3d(-32px, -76px, 0) rotate(29deg);
    background: #5100ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(37) {
    transform: translate3d(-7px, -93px, 0) rotate(13deg);
    background: #ff5900;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(38) {
    transform: translate3d(-95px, -92px, 0) rotate(19deg);
    background: #ff0011;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(39) {
    transform: translate3d(87px, -83px, 0) rotate(205deg);
    background: #a2ff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(40) {
    transform: translate3d(32px, -74px, 0) rotate(219deg);
    background: #ff8000;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(41) {
    transform: translate3d(31px, -87px, 0) rotate(194deg);
    background: #0d00ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(42) {
    transform: translate3d(-85px, -77px, 0) rotate(351deg);
    background: #00ffcc;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(43) {
    transform: translate3d(-11px, -77px, 0) rotate(214deg);
    background: #ccff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(44) {
    transform: translate3d(53px, -73px, 0) rotate(197deg);
    background: #002bff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(45) {
    transform: translate3d(-55px, -56px, 0) rotate(4deg);
    background: #5eff00;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(46) {
    transform: translate3d(-51px, -69px, 0) rotate(263deg);
    background: #ff003c;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(47) {
    transform: translate3d(-15px, -54px, 0) rotate(9deg);
    background: #fff200;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(48) {
    transform: translate3d(60px, -73px, 0) rotate(135deg);
    background: #0066ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(49) {
    transform: translate3d(-58px, -81px, 0) rotate(9deg);
    background: #2b00ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  .hoverme:hover i:nth-of-type(50) {
    transform: translate3d(-21px, -56px, 0) rotate(247deg);
    background: #4d00ff;
    animation: bang 700ms ease-out forwards;
    opacity: 0;
  }
  
  .li-countdown {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    /* #padding: 2px;  */
    text-transform: uppercase;
  }
  
  .li-countdown span {
    display: block;
    font-size: 4.5rem;
  }
  
  
  @media all and (max-width: 768px) {
    h1 {
      font-size: calc(1.5rem * var(--smaller));
    }
    
    .li-countdown {
      font-size: calc(1.125rem * var(--smaller));
    }
    
    .li-countdown span {
      font-size: calc(3.375rem * var(--smaller));
    }
  }

  .container-countdown {
    padding: 0 auto;
    text-align: center;
  }
  
  div.table-title {
    display: block;
   margin: auto;
   max-width: 600px;
   padding:5px;
   width: 100%;
 }
 
 .table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style:normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform:uppercase;
 }
 
 
 /*** Table Styles **/
 
 .table-fill {
   background: white;
   border-radius:3px;
   border-collapse: collapse;
   height: 320px;
   margin: auto;
   max-width: 1200px;
   padding:5px;
   width: 100%;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
   animation: float 5s infinite;
 }
  
 th {
   color:white;
   background:#008475;
   border-bottom:4px solid #9ea7af;
   border-right: 1px solid #343a45;
   font-size:23px;
   font-weight: bold;
   padding:24px;
   text-align:left;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   vertical-align:middle;
 }
 
 th:first-child {
   border-top-left-radius:3px;
 }
  
 th:last-child {
   border-top-right-radius:3px;
   border-right:none;
 }
   
 tr {
   border-top: 1px solid #C1C3D1;
   border-bottom: 1px solid #C1C3D1;
   color:#232323;
   font-size:16px;
   font-weight:normal;
   text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
 }
  
 tr:hover td {
   background:#00b8a2;
   color:#FFFFFF;
   border-top: 1px solid #00b8a2;
 }
  
 tr:first-child {
   border-top:none;
 }
 
 tr:last-child {
   border-bottom:none;
 }
  
 tr:nth-child(odd) td {
   background:#EBEBEB;
 }
  
 tr:nth-child(odd):hover td {
   background:#00b8a2;
 }
 
 tr:last-child td:first-child {
   border-bottom-left-radius:3px;
 }
  
 tr:last-child td:last-child {
   border-bottom-right-radius:3px;
 }
  
 td {
   background:#FFFFFF;
   padding:20px;
   text-align:left;
   vertical-align:middle;
   font-weight:300;
   font-size:18px;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   border-right: 1px solid #C1C3D1;
 }
 
 td:last-child {
   border-right: 0px;
 }
 
 th.text-left {
   text-align: left;
 }
 
 th.text-center {
   text-align: center;
 }
 
 th.text-right {
   text-align: right;
 }
 
 td.text-left {
   text-align: left;
 }
 
 td.text-center {
   text-align: center;
 }
 
 td.text-right {
   text-align: right;
 }