body {
    color: #6B6B6B;
}

.left {
    float: left;
}

.fight {
    float: right;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 13px;
}

#main-content {
    background-color: #F2F2F2;
}

.page-container {
    margin: 10px 0 10px 0;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #dadada;
    text-align: justify;
}

@media (max-width: 767px) {
    .container {
        padding: 5px;
    }
    .page-container {
        margin: 0 0 5px 0;
        padding: 10px;
    }
}

.flat-row.pd-bottom5 {
    padding: 0px 0px 10px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    margin-bottom: 5px;
}

.alert-danger {
    padding-left: 6px;
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

.widget.widget-footer {
	float: left;
	width: 100%;
}

.widget-title {
    margin-top: 40px;
}

#footer {
    padding: 10px 0 49px;
}

.section-video {
    padding: 40px 0px 40px 0px;
}

.flat-row.pd-bottom2 {
    margin-bottom: 100px;
}

.flat-row {
    padding: 40px 0px 0px 0px;
}

/* sineld css ends here */
