@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
html {
    font-size: 1rem;
}
body {
    color: #171a26;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 17px;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
input:focus, textarea:focus{
    outline: none;
}
a, a img, button {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: normal;
}

#header {
    border-bottom: 10px solid #1a1a1a;
    padding: 22px 15px;
}
#header .z-container * {
    display: inline-block;
    vertical-align: top;
}
#header .right {
    padding: 5px 0;
}
#header .logot {
    font-style: italic;
    font-size: 15px;
}
a.cobtn, .spform button {
    font-size: 15px;
    text-transform: uppercase;
    padding: 14px 20px;
    background-color: #31c3d0;
    color: #fff;
    text-align: center;
}
a.cobtn:hover, .spform button:hover {
    background-color: #ffcd05;
    color: #010101;
}
#header a.call {
    font-weight: bold;
    color: #001417;
    margin: 12px 0 0 0;
}
#header a.call:hover {
    color: #31c3d0;
}
#header a.cobtn {
    margin: 0 35px;
}
#footer {
    padding: 35px 15px;
}
.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.hsec1 {
    background-image: url(../images/welcomebg.jpg);
}
.hsec1 .box {
    background-color: #1d7279;
    padding: 35px;
}
.hsec1 img.icon {
    float: right;
    margin: -15px 0 0 0;
}
.hsec1 .head, .hsec3 .head {
    padding: 0 0 30px 0;
}
.hsec1 .box:last-child {
    background-color: #044d53;
}
.hsec2 {
	background-color: #2e2e2e;
}
.hsec3 {
    background-image: url(../images/aboutbg.jpg);
    padding: 60px 0 0 0;
    margin-bottom: 90px;
}
.hsec3 .box {
    background-color: #707070;
    margin-top: 30px;
    padding: 45px;
}
.hsec3 .imgbox {
    float: left;
    width: 340px;
    max-width: 100%;
    margin: 0 50px 20px 0;
}
.hsec3 a.cobtn {
    width: 100%;
    margin: 12px 0 0 0;
}
.hsec3 .box:nth-child(2n) {
    background-color: #4e4e4e;
}
.hsec3 .box:nth-child(2n) .imgbox {
    float: right;
    margin: 0 0 20px 50px;
}
.hsec3 .box:last-child {
    margin-bottom: -90px;
}
.hblog {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding-top: 35px;
    border-top: 2px solid #0d0d0d;
}
.hblogs .hblog:first-child {
    border-top: none;
}
.hblog a.thumb, .hblog .info {
    float: left;
    width: 25%;
}
.hblog .info {
    width: 75%;
}
.hblog .info {
    padding-left: 30px;
}
.hblog .info a.title {    
    margin: 0 0 20px 0;
}
.hblog .info a.title, .hblog a.rmore:hover {color: #000000;}
.hblog a.rmore {
    margin-top: 6px;
}
.hblog .info a.title:hover, .hblog a.rmore {
    color: #31c3d0;
}
.hsec5 {
    background-image: url(../images/impactbg.jpg);
}
.hsec5 .mun {
    font-size: 80px;
    color: #31c3d0;
}
.hsec5 .titl {
    padding: 5px 0 15px 0;
}
.hsec6 {
    background-color: #044d53;
}

.spform input[type="text"], .spform input[type="email"] {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    border: none;
    color: #040404;
    padding: 18px;
    width: 100% !important;
    margin: 0 0 8px 0;
    vertical-align: top;
    font-size: 18px;
}
.spform button {
    font-family: 'Montserrat', sans-serif;
    padding: 15px 60px;
    font-size: 20px;
}
.spform .z-manager-edit-head {
    padding: 0 30px;
}
table.table-list, table.table-list tr, table.table-list td, table.table-list th {
    width: 100% !important;
    display: inline-block;
    margin: 0;
    padding: 4px 8px;
}
table.table-list tr:nth-child(1), table.table-list tr:nth-child(2), table.table-list tr:nth-child(3), table.table-list tr:nth-child(4) {
    width: 50% !important;
}
table.table-list tr:last-child {
    margin: 5px 0 0 0 ;
}
.z-default-subpage-header {
    background-image: url(../images/page-banner.jpg);
    background-position: center top;
    background-size: cover;
    text-align: left;
}
.z-default-subpage-header .z-default-subpage-title {
    margin: 260px 0 0 0;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
}
.rss-summary-title, .rss-summary-text {
    color: #2a2a2a;
}
.rss-summary-text, .zblog-story {font-size: 100%;}
.rss-summary-text {
    display: inline-block;
    width: 100%;
}
.rss-summary-text a.rss-summary-readmore {
    display: block;
    clear: both;
    margin: 20px 0 0 0;
    text-transform: uppercase;
}
a.rss-summary-title {
    font-size: 34px;
}
a.rss-summary-title, .rss-summary-text a.rss-summary-readmore:hover {
    color: #31c3d0;
}
.rss-summary-title:hover, .rss-summary-text a.rss-summary-readmore {
    color: #ffcd05;
}



#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#31c3d0; color:#FFF; font-size:40px;line-height:1; padding:15px;  position:absolute; z-index:4; border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7); width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPlay, .homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus{outline:2px dashed #FFF;}





@media screen and (max-width: 1362px) {
    #header .logo {width: 280px;max-width: 100%;}
    #header a.cobtn {margin: 0 20px;}
    #header .right {padding: 0;}
    .p-title.z-t-50 {font-size: 38px;}
    a.rss-summary-title {font-size: 26px;}
}
@media screen and (max-width: 992px) {
    #header a.cobtn {margin: 0 10px;}
    .z-default-subpage-header {margin-top: 0;}
    .z-default-subpage-header .z-default-subpage-title {margin: 170px 0 0 0;}
}
@media screen and (max-width: 767px) {
    #header {text-align: center;}
    #header .logo, #header .right, #header .logot {width: 100%;}
    #header a.cobtn {margin: 0 10px 0 0;}
    #header .logot {padding: 10px 0;}
    #header {padding: 15px;}
    .hblog a.thumb {width: 35%;}
    .hblog .info {width: 65%;}
}
@media screen and (max-width: 479px) {
    #header a.cobtn, .hsec1 img.icon {margin: 0;}
    #header a.call {margin: 8px 0 0 0;}
    .hsec1 .box, .hsec3 .box {padding: 20px;}
    .hsec1 img.icon {float: none;}
    .hsec1 .head, .hsec3 .head {padding: 5px 0 15px 0;}
    table.table-list tr:nth-child(1), table.table-list tr:nth-child(2), table.table-list tr:nth-child(3), table.table-list tr:nth-child(4), .hblog a.thumb, .hblog .info {width: 100% !important;}
    table.table-list, table.table-list tr, table.table-list td, table.table-list th {padding: 0;}
    .spform input[type="text"], .spform input[type="email"], .spform button {margin: 0 0 15px 0;}
    .hsec3 {padding: 40px 0 0 0;}
    .hsec3 .imgbox {float: none;margin: 0 0 15px 0;}
    .hsec3 a.cobtn {padding: 12px;}
    .hblog .info {padding: 15px 0 0 0;}
    .hblog .info a.title {margin: 0 0 10px 0;}
    .hblog {margin-top: 10px;padding-top: 25px;}
    .hsec5 .mun {font-size: 46px;}
    .z-default-subpage-header .z-default-subpage-title {margin: 50px 0 0 0;font-size: 38px;}
    a.rss-summary-title {font-size: 22px;}

}