.contWrp{
    margin-top: 50px;
}
.info1{
    height: 145px;
    background:#003c58;
    color:#fff;
    padding: 0;
}
.info1 h2{
    width: 100%;
    background:#db0d34 ;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
}
.info1 p{
    font-size: 31px;
    font-weight: bold;
    padding-top:20px ;
    margin: 0;
}
.info1 span{
    font-size: 15px;
    font-weight: lighter;
}
.info2{
    padding: 0;
    border: solid #7e7f82 1px;
    height: 145px;
    width:calc(75% - 40px);
}
.info2 svg{
    fill: #fff;
    width:39px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left:15px;
}
.info2 h2{
    width:100%;
    background:#003c58 ;
    color:#fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    margin: 0;
}
.info3{
    padding: 50px 10px 30px 35px;
    border-bottom: solid 4px #043c57;
    min-height: 150px;
}
.info3 svg.alarms{
    float: right;
    width: 80px;
    height: 76px;
    fill: #59cdf6;
    margin-left: 20px;
}
.info3 svg.import{
    float: right;
    width: 70px;
    height: 46px;
    margin-left: 20px;
}
.info3 svg.hart{
    float: right;
    width: 70px;
    height: 60px;
    margin-left: 20px;
    fill: #59cdf6;
}
.info3 h2{
    font-size: 33px;
    margin: 0;
}
.info3 p{
    font-size: 20px;
	margin-right: 90px;
}
.info3>.sub{
    border-bottom: solid 4px #043c57;
    margin: 0 25px;
    padding: 50px 10px 30px 16px;
    min-height: 150px;
    position: relative;
}
.info3 .sub>span{
    position: absolute;
    color:#59cdf6;
    font-size: 28px;
    right: 15px;
    top: 95px;
}
.langWrp{
    width: 100%;
    float: right;
    padding:30px 30px 30px 0;
    margin: 50px 0;
    border:solid 1px #59cdf6;
}
.langWrp>div{
    width:calc(20% - 30px);
    margin:0 0 0 30px;
    box-sizing: border-box;
    float: right;
    background: #59cdf6;
}
.langWrp h2{
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
}
.langWrp a{
    display: block;
    color:#fff;
    font-size: 16px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.langWrp a:hover{
    text-decoration: none;
    color:#043c57;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.langWrp a>img{
    margin-left: 20px;
}
.bgWrp{
    background: url("../images/emergBg.jpg") left top no-repeat;
    min-height: 477px;
    width: 100%;
    float: right;
    position: relative;
    padding: 40px 30px;
}
.bgWrp:after{
    position: absolute;
    content: '';
    top:0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* IE10+ */
    background-image: -ms-linear-gradient(right, rgba(89,205,246,1) 35%, rgba(255,255,255,0) 70%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(right, rgba(89,205,246,1) 35%, rgba(255,255,255,0) 70%);
    /* Opera */
    background-image: -o-linear-gradient(right, rgba(89,205,246,1) 35%, rgba(255,255,255,0) 70%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50, rgba(89,205,246,1)), color-stop(70, rgba(255,255,255,0)));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(right, rgba(89,205,246,1) 35%, rgba(255,255,255,0) 70%);
    /* W3C Markup */
    background-image: linear-gradient(to left, rgba(89,205,246,1) 35%, rgba(255,255,255,0) 70%);
}
.bgWrp h2{
    font-size: 24px;
    color:#003c58;
    position: relative;
    z-index: 2;
    margin: 0 0 10px;
}
.bgWrp ul{
    position: relative;
    z-index: 2;
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: #003c58;
    line-height: 30px;
}
.impWrp{
    padding: 0;
}
.impWrp h2{
    font-size: 24px;
    width: 100%;
    text-align: center;
    color:#fff;
    background: #003c58;
    line-height: 60px;
    margin:40px 0;
    position: relative;
}
.impWrp h2:after {
    position: absolute;
    content: '';
    bottom: -16px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #003c58;
    right: calc(50% - 16px);
}
.impWrp .chok{
    width: calc(100% + 30px);
    margin-right: -15px;
    float: right;
    display: inline-block;
}
.impWrp .box{
    width:20%;
    float: right;
    padding: 15px;
}
.impWrp .box>div{
    width: 100%;
    border:solid 1px #dcdcdc;
    border-bottom:solid 2px #043c57;
}
.impWrp h3{
    color:#043c57;
    font-size: 15px;
    text-align: center;
    margin: 0;
    height: 50px;
    padding-top: 7px;
}
.impWrp a.svgWrp{
    background: #f1efef;
    height: 135px;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    border-bottom: solid 1px #dcdcdc;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.impWrp a.svgWrp:hover{
    background: #043c57;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.impWrp a.svgWrp>svg{
    fill: #59cdf6;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.impWrp a.svgWrp:hover>svg{
    fill: #fff;
    top: 40%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
svg.hfc{
    width: 80px;
    height: 80px;
}
svg.link-light{
    width: 55px;
    height: 55px;
}
svg.building-light{
    width: 49px;
    height: 55px;
}
svg.medkit-light{
    width: 60px;
    height: 53px;
}
svg.app-phone{
    width: 50px;
    height: 53px;
}
svg.volume-up-light{
    width: 68px;
    height: 57px;
}
svg.bolt-light{
    width: 38px;
    height: 61px;
}
svg.ambulance-light{
    width: 75px;
    height: 57px;
}
svg.paw-light{
    width: 60px;
    height: 53px;
}
svg.tint-light{
    width: 43px;
    height: 61px;
}
svg.wheelchair-light{
    width: 53px;
    height: 61px;
}
svg.football-helmet-light{
    width: 60px;
    height: 58px;
}
svg.hand-holding-heart-light{
    width: 68px;
    height: 61px;
}
svg.bomb-light{
    width: 60px;
    height: 61px;
}
svg.female-light{
    width: 30px;
    height: 61px;
    left: calc(50% + 15px) !important;
}
svg.male-light{
    width: 28px;
    height: 61px;
    left: calc(50% - 17px) !important;
}
.videoWrp{
    width: 100%;
    float: right;
    background: #59cdf6;
    margin:50px 0;
    padding: 35px 35px 35px 20px;
}
.newsWrp #items {
    position : relative;
    width : 100%;
    height : auto;
    top : 0;
    left : 0;
}
.newsWrp .item {
    position : absolute;
    width : 100%;
    height : auto;
    display :none;
    text-align : center;
    font-size : 16px;
}
.newsWrp .first{
    display : block;
}
.newsWrp #controls {
    margin-top : 15px;
}
.newsWrp button {
    display : inline-block;
    padding : 5px;
    cursor : pointer;
    margin-top: 25px;
    background: #fff;
    border: solid 1px #fff;
}
.newsWrp button>svg{
    display:inline-block;
    vertical-align: middle;
    fill: #59cdf6;
    height: 22px;
    width: 20px;
    margin-left: 0;
}
.newsWrp #play {
    display : none;
}
#controls>button:focus{
    border:solid 1px #59cdf6;
}

/* Font Awesome */

.impWrp a.svgWrp>i {
    margin-top: 20px;
    font-size: 86px !important;
    color: #59cdf6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.impWrp a.svgWrp:hover>i {
    margin-top: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 991px){

    .impWrp .box {
        width: 33%;
    }
    .info2 {
        width: 100%;
        margin-top: 15px;
        min-height: 145px;
    }
    .info3>.sub {
        margin: 0;
    }
    .info3,
    .info3>.sub{
        min-height:auto;
    }
    .langWrp>div {
        width: calc(50% - 30px);
        margin: 0 0 15px 30px;
    }
    .bgWrp:after {
        background-image: -ms-linear-gradient(right, rgba(89,205,246,1) 50%, rgba(255,255,255,0) 10%);
        background-image: -moz-linear-gradient(right, rgba(89,205,246,1) 50%, rgba(255,255,255,0) 10%);
        background-image: -o-linear-gradient(right, rgba(89,205,246,1) 50%, rgba(255,255,255,0) 10%);
        background-image: -webkit-gradient(linear, right top, left top, color-stop(50, rgba(89,205,246,1)), color-stop(100, rgba(255,255,255,0)));
        background-image: -webkit-linear-gradient(right, rgba(89,205,246,1) 50%, rgba(255,255,255,0) 10%);
        background-image: linear-gradient(to left, rgba(89,205,246,1) 50%, rgba(255,255,255,0) 100%);
    }
    .videoWrp h2{
        text-align: center;
        margin-bottom: 20px;
    }

}
@media only screen and (max-width:599px){
    .langWrp>div {
        width: calc(100% - 30px);
    }
    .impWrp .box {
        width: 50%;
    }
}
@media only screen and (max-width:479px){

    .impWrp .box {
        width: 100%;
    }
    .bgWrp ul {
        font-size: 16px;
        line-height: 25px;
    }
    .bgWrp {
        padding: 15px;
    }
}