
html,body {
    height:100%;
}

body {
    background:#222;
    color:#fff;
    font-weight:200;
    font-size: 14px;
    line-height: 20px;
    font-family: Zoom Pro Normal, Lato, "Century Gothic", "Trebuchet MS", Helvetica, sans-serif;
}

.jasm-preloader {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    z-index:99;
    background:#fff url('../img/preloader.gif') no-repeat center center;
}


header {
    width:100%;
    height:100%;
    background:#000 !important;
    position:relative;
    z-index:0;
}

header>.container{
    height:100%;
    position:relative;
}
.wrapper {
    width:100%;
    height:auto;
    position:relative;
    top:5%;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    z-index: 555;
}

.box {
    margin-top:10px ;
    background-color: #fff;
    padding-bottom: 10px;
    text-align: center;
}

.box-title a{
    color: #000;
    text-decoration: none;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.wrap
{
    padding:34px 0 43px;
}

.modal-backdrop {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 55;
    background-color: #000;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

h3, .h3 {
    font-size: 18px;
    margin-top: 4px;
}

.modal-body h3, h4{
    color: #000;
}

.modal-body p{
    color: #777;
    margin: 0 0 6px;
}

.mt-0 {
    margin-top: 0px;
}

.defaultcolor {
    color: #28c29d!important;
}


.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: none;
    background-color: #28c29d;
    color: #fff;
    font-weight: bolder;
}


.gradient-btn:hover {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: none;
    background-color: #3c3c3c;
    color: #fff;
    font-weight: bolder;
}


.social {
    display: inline;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.button {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 10px;
    line-height: 22px;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    z-index: 1;
    -webkit-border-radius: 30px;
    border-radius: 0px;
    min-width: 220px;
    border-color: none;
}

button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 0px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.modal-title  {
    font-size: 26px;
    color: #28c29d;
}

.modal-body p a {
    color: #28c29d;
    font-weight: bold;
}

.wrapper a {
    color: #28c29d;
    font-weight: bold;
}


.active {
    color: #fff !important;
    font-weight: bolder;
}

.modal button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: 0;
    border: 2px solid #ccc;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: block;
    top: 10px !important;
    right: 10px !important;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    color: #000;
}

/* [1] The container */
.img-hover-zoom {
  height: 210px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

@media (max-width: 767px) {

		/* 5. HEADER */

		header,
		header > .container {
			height: 100%;
		}

		.wrapper {
			width: 100%;
			position: static;
			top: 0;
			margin-top: 50px !important;
			margin-bottom: 50px;
		}
}
