/* CSS Document */
.navbar {
    background-color: #003399;
}
.nav-item {
    padding-right: 20px;
}
.navbar-a {
    font-size: 24px;
    font-weight: 600;
}
.bt {
	margin-top: 100px;
    margin-bottom: 40px;
}
.add1 {
    font-size: 14px;
}
.add-h4 {
    font-size: 18px;
    line-height: 28px;
}
.jid-1 {
    margin-bottom: 8px;
}
.cont1 {
    margin-top: 100px;
}
.cont1 p {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.cont1 img {
    border: 1px;
    border-style: dashed;
}
.cont2 {
    margin-top: 100px;
}
.cont2 img {
    border: 1px;
    border-style: dashed;
    margin-bottom: 30px;
}
.cont {
    margin-top: 100px;
}
.cont h1 {
    color: #ffff00;
}
.cont p {
    color: #fffff0;
    padding-right: 60%;
    margin-bottom: 120px;
}
.wec {
    background-color: #ffa500;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wec p {
    margin: 0;
    color: #fff;
    padding: 0;
    text-align: center;
}
.wec h3 {
    text-align: right;
    margin: 0;
    color: #fff;
    padding: 0;
    text-align: center;
}

/* about */
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.light-gray-bg { 
    background-color: #F2F2F2; 
}
.section-shadow-bottom {
	background-image: url(../images/section-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.section-title-container { margin-bottom: 60px; }
.section-title {
	font-weight: 700;
	font-size: 42px;
}
.section-title-underline {
	margin-bottom: 5px;
	margin-top: 0;
}
.section-title-underline-blue {
	border-bottom: 2px solid #08292b;
	margin: 5px auto 0 auto;
	width: 40px;
}
.font-weight-300 { font-weight: 300; }
.section-title-2 {
	font-size: 32px;
	margin-bottom: 30px;
	margin-top: 0;
}

.section-title-3 {
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 0;
}
.add-text {
    margin-bottom: 5px;
    margin-top: 0px;
}

.iframe-add {
    margin-bottom: 20px;
}
.blue-text { color: #457C89; }

.about_p {
    line-height: 30px;
}

.pro {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro img {
    border-style: solid;
    border-width: 1px;
    border-color: #457C89;
    margin-top: 20px;
    padding: 2px;
}

.pro p {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.prolist {
    margin-top: 20px;
    margin-left: 5px;
}

.prolist h4 {
    color: #457C89;
}

.prolist p {
    line-height: 30px;
}

.prolist_back {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* download */
.load {
    margin-top: 20px;
    margin-bottom: 20px;
}

.load img {
    border-style: solid;
    border-width: 1px;
    border-color: #457C89;
    margin-top: 20px;
    padding: 2px;
    text-align: center;
}
.load p {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}


/* 7. Features */
.features-content {
	color: white;
	position: relative;
	z-index: 999;
}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer { background: #003399; }
.copyright-text {
	color: #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}


@media (max-width:1920px) {
    .cont {
       margin-top: 50px; 
    }
}
@media (max-width:992px) {
    .cont {
       margin-top: 60px; 
    }
  .cont h1 {
    font-size: 22px;
    }
    .cont p {
        font-size: 12px;
        margin-bottom: 0;
    } 
    .wec h3 {
    text-align: left;    
    font-size: 18px;
    padding-bottom: 5px;
        text-align: center;
    }
    .wec p {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width:767px) {

  .cont h1 {
    font-size: 18px;
    }
    .cont p {
        font-size: 12px;
        margin-bottom: 0;
    } 
    .wec h3 {
    text-align: left;    
    font-size: 18px;
        padding-bottom: 5px;
        text-align: center;
    }
    .wec p {
        font-size: 14px;
        text-align: center;
    }
}