html, body, div, span,h1 {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
}
 canvas {
     position: fixed;
}
 *,*:before,*:after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 html, body {
     width: 100%;
     height: 100%;
}
 body {
     background: #044b79;
     font-family: 'Montserrat', sans-serif;
     color: #fff;
     line-height: 1.3;
     -webkit-font-smoothing: antialiased;
}
 #particles {
     width: 100%;
     height: 100%;
     overflow: hidden;
}
 #itr {
     position: absolute;
     left: 0;
     top: 0%;
     width: 100%;
     text-align: center;
}
 h1 {
     font-size: 85px;
     font-weight: 700;
     letter-spacing: 0.015em;
}
 p {
     margin: 0 0 30px 0;
     font-size: 24px;
}
 .btn:hover {
     color: #005544;
     border-color: #005544;
}
 .butan {
     border: none;
     background-color: inherit;
     padding: 0 5px 0 5px;
     font-size: 16px;
     cursor: pointer;
     display: inline-block;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.75);
}
 .success {
     color: #55ACEE;
     background-color: #003a60;
}
 .success:hover {
     background-color: #55ACEE;
     color: #2d3436;
}
 .card {
     z-index: 1;
     box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.75);
     background-color: rgba(0, 0, 0, 0.5);
     padding: 20px;
     margin-top: 20px;
}
 .row:after {
     content: "";
     display: table;
     clear: both;
}
 .leftcolumn {
     padding: 0 20px;
}
 @media only screen and (max-width: 1000px) {
     h1 {
         font-size: 70px;
    }
}
 @media only screen and (max-width: 800px) {
     h1 {
         font-size: 48px;
    }
     p {
         margin: 0 0 20px 0;
         font-size: 19px;
    }
}
 @media only screen and (max-width: 568px) {
     h1 {
         font-size: 30px;
    }
     p {
         font-size: 18px;
    }
}
 @media only screen and (max-width: 320px) {
     h1 {
         font-size: 26px;
    }
     h1::after {
         height: 4px;
    }
}
 container::before, .container::after, .row::before, .row::after {
     display: table;
     content: " ";
}
 .container:after,.row:after{
     clear:both;
}
 .footer-bottom{
     background:#2d3436;
     padding:5px;
}
 .footer-middle {
     background: #2f3939;
     color: white;
     margin-top: 20px;
}
 .fm {
     font-size: 30px !important;
     text-align: center;
     text-decoration: none;
     padding: 10px 5px 10px 5px;
}
 .twitter {
     color: #a6a6a6;
     text-decoration: none;
}
 @media screen and (max-width: 1300px) {
     .column {
         width: 50% !important;
         margin: 10px 0 10px 0;
    }
}
 @media screen and (max-width: 600px) {
     .column {
         width: 100% !important;
         margin: 10px 0 10px 0;
    }
     .leftcolumn {
         padding: 0;
    }
     .dots {
         margin: 0 !important;
    }
}
 .column {
     float: left;
     width: 25%;
}
 .colcon {
     background-color: rgba(0, 0, 0, 0.5);
     margin: 0 10px 0 10px;
}
 .raw:after {
     content: "";
     display: table;
     clear: both;
}
 .mySlides1 .mySlides2 .mySlides3 .mySlides4{
    display: none;
}
 img {
    vertical-align: middle;
}
 .slideshow-container {
     position: relative;
     margin: auto;
     height: 100%;
     display: flex;
     justify-content: flex-start;
     flex-direction: column;
}
 .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;
}
 .next {
     right: 0;
     border-radius: 3px 0 0 3px;
}
 .prev {
     left: 0;
     border-radius: 3px 0 0 3px;
}
 .prev:hover, .next:hover {
     background-color: #f1f1f1;
     color: black;
}
 .dot {
     height: 15px;
     width: 15px;
     margin: 0 2px;
     background-color: #bbb;
     display: inline-block;
     box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.75);
     transition: background-color 0.6s ease;
}
 .active {
     background-color: #717171;
}
 .dots {
     text-align: center;
     margin: 0 0 10px 0;
     position: absolute;
     bottom: 0;
     align-self: center;
}
 