@font-face {
    font-family:'Helvetica75-Bold';
    src: url('../fonts/Helvetica75-Bold_gdi.eot');
    src: url('../fonts/Helvetica75-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica75-Bold_gdi.woff') format('woff'),
        url('../fonts/Helvetica75-Bold_gdi.ttf') format('truetype'),
        url('../fonts/Helvetica75-Bold_gdi.svg#Helvetica75-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold_gdi.eot');
    src: url('../fonts/Helvetica-Bold_gdi.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-Bold_gdi.woff') format('woff'),
            url('../fonts/Helvetica-Bold_gdi.ttf') format('truetype'),
            url('../fonts/Helvetica-Bold_gdi.svg#Helvetica-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'HelveticaLight-Regular';
    src: url('../fonts/HelveticaLight_gdi.eot');
    src: url('../fonts/HelveticaLight_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaLight_gdi.woff') format('woff'),
        url('../fonts/HelveticaLight_gdi.ttf') format('truetype'),
        url('../fonts/HelveticaLight_gdi.svg#HelveticaLight-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family:'Helvetica-Regular';
    src: url('../fonts/Helvetica_gdi.eot');
    src: url('../fonst/Helvetica_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica_gdi.woff') format('woff'),
        url('../fonts/Helvetica_gdi.ttf') format('truetype'),
        url('../fonts/Helvetica_gdi.svg#Helvetica-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
a:focus{
    outline: none;
}
a,img{
    border: 0px;
}
a{
    color: #00457C;
    text-decoration: none;
}
ul,li{
    text-decoration: none;
}
a,input{
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
input{
    outline: 0;
    -webkit-border-radius:0; 
    border-radius:0;
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.header{
    float: left;
    width: 100%;
    background: #b32017;
}
.headerbox{
    float: left;
    width: 100%;
    margin-top: 48px;
    position: relative;
}
.logo{
    float: left;
    width: 144px;
    padding: 0px 0 40px;
}
.logo a{
    display: inline-block;
}
.logo a img{
    width: 100%;
}
.blog-h4 {
    font-size: 32px !important;
}
.right_top{
    position: absolute;
    background: #00457c;
    padding: 20px 25px 10px 25px;
    top: -48px;
    right:0px;
}
.right_top ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.right_top ul li{
    display: inline-block;
    margin-right: 10px;
}
.right_top ul li a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.right_top ul li:last-child{
    margin-right: 0;
}
.right_top ul li a:hover{
    color: #b32017;
}
.header_bottom{
    float: left;
    width: 100%;
    background: #fff;
}
.tagline_logo{
    float: left;
    width: 500px;
    padding: 45px 0;
}
.tagline_logo img{
    width: 100%;
}
.header-bottom_right{
    float: right;
    padding-top: 40px;
}
/* Safari only override */
::i-block-chrome,.header-bottom_right {
    width: 430px;
}
.header-bottom_right ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-bottom_right ul li{
    display: inline-block;
    margin-right: 5px;
}
.header-bottom_right ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.header-bottom_right ul li a.fb{
    background: #43579a;
    border: solid 1px #43579a;
}
.header-bottom_right ul li a.fb:hover{
    color: #43579a;
    background: none;
}
.header-bottom_right ul li a.twitter{
    background: #4da9eb;
    border: solid 1px #4da9eb;
}
.header-bottom_right ul li a.twitter:hover{
    color: #4da9eb;
    background: none;
}
.header-bottom_right ul li a.linkedin{
    background: #2a6fb0;
    border: solid 1px #2a6fb0;
}
.header-bottom_right ul li a.linkedin:hover{
    color: #2a6fb0;
    background: none;
}
.header-bottom_right ul li a.google{
    background: #e9392a;
    border: solid 1px #e9392a;
}
.header-bottom_right ul li a.google:hover{
    color: #e9392a;
    background: none;
}
.header-bottom_right ul li a.instagram{
    background: #C90272;
    border: solid 1px #C90272;
}
.header-bottom_right ul li a.instagram:hover{
    color: #C90272;
    background: none;
}
.header-bottom_right ul li a.youtube{
    background: #E52D27;
    border: solid 1px #E52D27;
}
.header-bottom_right ul li a.youtube:hover{
    color: #E52D27;
    background: none;
}
.header-bottom_right ul li a.flickr{
    background: #0063DC;
    border: solid 1px #0063DC;
}
.header-bottom_right ul li a.flickr:hover{
    color: #0063DC;
    background: none;
}
.emailbox{
    float: right;
}
.emailbox form{
    display: inline-block;
}
.emailbox form input[type="text"]{
    float: left;
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    background: #e5e5e5;
    border: solid 1px #e5e5e5;
    font-size: 13px;
    color: #333;
    padding-left: 5px;
}
.emailbox form input[type="submit"]{
    float: left;
    width: 70px;
    height: 32px;
    background: #00457c;
    border: solid 1px #00457c;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.emailbox form input[type="submit"]:hover{
    background: #b32017;
    border: solid 1px #b32017;
}
.footer{
    float: left;
    width: 100%;
    background: #000;
    padding: 40px 0 50px;
    box-sizing: border-box;
}
.footer_left{
    float: left;
    width: 300px;
}
.footer_logo{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.footer_logo img{
    width: 100%;
}
.footer_social{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.footer_social ul{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_social ul li{
    display: inline-block;
    margin-right: 5px;
}
.footer_social ul li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.footer_social ul li a.fb{
    background: #43579a;
    border: solid 1px #43579a;
}
.footer_social ul li a.fb:hover{
    background: none;
    border: solid 1px #43579a;
    color: #43579a;
}
.footer_social ul li a.twitter{
    background: #4da9eb;
    border: solid 1px #4da9eb;
}
.footer_social ul li a.twitter:hover{
    background: none;
    border: solid 1px #4da9eb;
    color: #4da9eb;
}
.footer_social ul li a.linkedin{
    background: #2a6fb0;
    border: solid 1px #2a6fb0;
}
.footer_social ul li a.linkedin:hover{
    background: none;
    border: solid 1px #2a6fb0;
    color: #2a6fb0;
}
.footer_social ul li a.google{
    background: #e9392a;
    border: solid 1px #e9392a;
}
.footer_social ul li a.google:hover{
    background: none;
    border: solid 1px #e9392a;
    color: #e9392a;
}
.footer_social ul li a.instagram{
    background: #C90272;
    border: solid 1px #C90272;
}
.footer_social ul li a.instagram:hover{
    background: none;
    border: solid 1px #C90272;
    color: #C90272;
}
.footer_social ul li a.youtube{
    background: #E52D27;
    border: solid 1px #E52D27;
}
.footer_social ul li a.youtube:hover{
    background: none;
    border: solid 1px #E52D27;
    color: #E52D27;
}
.footer_social ul li a.flickr{
    background: #00457C;
    border: solid 1px #00457C;
}
.footer_social ul li a.flickr:hover{
    background: none;
    border: solid 1px #00457C;
    color: #00457C;
}
.footer_address{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.footer_address ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.footer_address ul li{
    display: block;
    font-family:'HelveticaLight-Regular';
    font-size: 15px;
    color: #d1d3d4;
}
.footer_address ul li a{
    color: #d1d3d4;
}
.footer_right{
    float: right;
    width: 800px;
    width: 830px\9;
    margin-top: 25px;
}
.footer_link{
    display: table-cell;
    vertical-align: top;
    min-width: 90px;
    padding-right: 25px;
    padding-bottom: 45px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .footer_link{
        padding-bottom: 58px;
    }
}
@media screen\0 {
    .footer_link{
        padding-bottom: 50px;
    }
}
.footer_link:last-child{
    padding-right: 0;
}
.footer_link .link_title{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.footer_link ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_link ul ul{
    margin-left: 10px;
    margin-top: 4px;
}
.footer_link ul ul li {
    margin-bottom: 2px;
}
.footer_link ul li{
    display: block;
    line-height: 15px;
    margin-bottom: 5px;
    text-align: left;
}
.footer_link ul li:last-child{
    margin-right: 0;
}
.footer_link ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.footer_link ul li a:hover{
    color: #b32017;
}
.footer_bottom_right{
    float: right;
    width: 100%;
    text-align: right;
    margin-right: 20px;
}
.footer_bottom_right ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_bottom_right ul li{
    display: inline-block;
    margin-right: 20px;
}
.footer_bottom_right ul li:last-child{
    margin-right: 0;
}
.footer_bottom_right ul li a{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.footer_bottom_right ul li a:hover{
    color: #b32017;
}
.footer_left_top{
    float: left;
    width: 100%;
}
/****************************Slider****************************/
.slider{
    float: left;
    width: 100%;
    background: #00457c;
}
.sliderbox{
    float: left;
    width: 100%;
}
.sliderbox .item{
    display: inline-block;
    position: relative;
}
.sliderbox .item img{
    width: 100%;
}
.sliderbox .owl-pagination{
    position: absolute;
    left: 40px;
    bottom: 70px;
}
.sliderbox .owl-buttons .owl-prev{
    display: block !important;
    background: url(../images/prev_icon.png);
    position: absolute;
    width: 25px;
    height: 28px;
    top: 43%;
    left: 10px;
    z-index: 2;
}
.sliderbox .owl-buttons .owl-next{
    display: block !important;
    background: url(../images/next_icon.png);
    position: absolute;
    width: 25px;
    height: 28px;
    top: 43%;
    right: 10px;
    z-index: 2;
}
.sliderbox .owl-buttons{
    display: block !important;
}
.sliderbox .overlaytext{
    position: absolute;
    background: rgba(255,255,255,0.7);
    background: #fff\9;
    padding-left: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 40px;
    left: 0;
    z-index: 2;
    width: 525px;
    text-align: left;
}
.overlay_title{
    font-family:'HelveticaLight-Regular';
    font-size: 60px;
    color: #00457c;
    font-weight: 400;
    text-transform: capitalize;
}
.overlaytext p{
    font-family:'HelveticaLight-Regular';
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.sliderbox .slider-bottom{
    position: absolute;
    right: 30px;
    bottom: 80px;
    z-index: 1;
}
.bottom_left{
    float: left;
    font-size: 18px;
    color: #00457c;
    text-transform: capitalize;
    background: #fff;
    border: solid 1px #fff;
    padding: 10px 20px;
}
.bottom_left:hover{
    color: #b32017;
}
.bottom_right{
    float: left;
    background: #b32017;
    border: solid 1px #b32017;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
}
.bottom_right:hover{
    background: #004276;
    border: solid 1px #004276;
}
/****************************Middlesection****************************/
.middlesection{
    float: left;
    width: 100%;
}
.middle_bottom{
    float:left;
    width: 100%;
    margin: 30px 0;
}
.middle_bottom_left{
    float: left;
    width: 575px;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 25px 30px;
}
.bottom_left_title{
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #00477c;
    text-transform: uppercase;
}
.twitter_icon{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #4da9eb;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.tweet_section{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
    padding-left: 40px;
}
.tweet{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-right: 15px\9;
}
.tweet:last-child{
    margin-right: 0;
}
.user-icon{
    display: table-cell;
    width: 60px;
    padding-right: 0px;
    vertical-align: top;
}
.tweet-right-section{
    display: table-cell;
    width: 160px;
    vertical-align: top;
}
.tweet-right-section .title{
    display: table-cell;
    width: 100%;
    font-size: 13px;
    color: #ccc;
}
.user_name{
    float: left;
    margin-right: 50px;
}
.user_name strong{
    color: #333;
}
.tweet_time{
    float: right;
}
.tweet_comment{
    font-size: 13px;
    color: #333;
    line-height: 16px;
}
.middle_bottom_middle{
    float: left;
    width: 327px;
    margin-left: 25px;
}
.middle_bottom_middle img{
    width: 100%;
    height: 192px;
}
.middle_bottom_right{
    float: left;
    width: 247px;
    margin-left: 25px;
}
.middle_bottom_right img{
    width: 100%;
    height: 190px;
}
.middle_section{
    float: left;
    width: 100%;
    background: #00457c;
    padding: 35px 30px;
    box-sizing: border-box;
    margin-top: 10px;
}
.video_section{
    float: left;
    width: 48%;
    position: relative;
    margin-right: 45px;
}
.video_section img{
    width: 100%;
}
.news-section{
    float: left;
    width: 48%;
    height: 286px;
    position: relative;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}
.news-section img{
    width: 100%;
}
.tag{
    position: absolute;
    left: 0;
    top: 20px;
    display: inline-block;
    padding: 5px 10px;
    background: #b32017;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.news-slider{
    display: inline-block;
    width: 85%;
    vertical-align: top;
    margin-top: 90px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.news-section .owl-pagination{
    position: absolute;
    left: 40px;
    bottom: 90px;
    display: none;
}
.news-section .owl-buttons .owl-prev{
    display: block !important;
    background: url(../images/prev_btn.png) no-repeat;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 40%;
    left: -18px;
    z-index: 2;
    opacity: 1;
}
.news-section .owl-buttons .owl-next{
    display: block !important;
    background: url(../images/next_btn.png) no-repeat;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 40%;
    right: 8px;
    z-index: 2;
    opacity: 1;
}
.news-section .owl-buttons{
    display: block !important;
}
.news-section .item .news{
    display: inline-block;
    width: 100%;
    margin-left: 20px;
    box-sizing: border-box;
}
.news_img{
    float: left;
    width: 160px;
}
.news_info{
    float: left;
    width: 210px;
    width: 212px\9;
    text-align: left;
    margin-left: 20px;
}
.news_date{
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}
.news_title{
    display: inline-block;
    font-size: 16px;
    color: #00457c;
    line-height: 16px;
    margin-top: 4px;
}
.news_detail{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    line-height: 16px;
}
.middle_top{
    float: left;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 60px;
}
.middle_top ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.middle_top ul li{
    float: left;
    width: 375px;
    margin-right: 37px;
    margin-right: 25px\9;
    position: relative; 
    box-sizing: border-box;
    position: relative;
}
.middle_top ul li:last-child{
    margin-right: 0;
}
.quick_link{
    float: left;  
    position: relative\9;
}
.quick_link:last-child{
    margin-right: 0;
}
.round_icon{
    position: absolute;
    left: 0;
    top: -24px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #00457c;
    box-sizing: border-box;
    line-height: 130px;
    text-align: center;
    border: solid 5px #fff;
    z-index: 1;
}
.round_icon img{
    display: inline-block;
    text-align: center;
    margin-top: 22px;
}
.link_right{
    float: left;
    width: 314px;
    height: 80px;
    background: #b32017;
    box-sizing: border-box;
    margin-left: 60px;
}
.link_info{
    float: right;
    width: 100%;
    line-height: 78px;
    box-sizing: border-box;
    padding-left: 95px;
}
.quicklink_title{
    display: inline-block;
    width: 160px;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
}
.go{
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #00457c;
    box-sizing: border-box;
}
.go i{
    display: block;
    font-size: 24px;
    text-align: center;
}
.go:hover{
    color: #b32017;
}
/***********************ABOUT_US*********************/
.council_section{
    float:left;
    width:100%;
}
.wrapper{
    width:1200px;
    margin:0 auto;
}
.abotus_containt{
    float:left;
    width:100%;
    box-sizing:border-box;
}
.abotus_containt .about_containt_left{
    float:right;
    width:80%;
}
.abotus_containt .about_containt_right{
    float:left;
    width:17%;
    padding-right:20px;
}
.about_containt_left .title{
    float: left;
    width:100%;
    padding-bottom: 25px;
}
.about_containt_left .title h2{
    float:left;
    text-align:left;
    color: #00457c;
    text-transform:capitalize;
    font-size:64px;
    margin: 0px;
    font-family:'HelveticaLight-Regular';
    font-weight: normal;
}
.about_containt_left .right_img{
    float:right; 
}
.coe_img{
    display: inline-block;
    width: 100%;
}
.coe_img img{
    width: 100%;
}
.containt_in{
    float:left;
    margin-bottom:60px;
}
.align_right{
    float:right;
    padding-left: 10px;
    max-width: 390px;
    width: 100%;
}
.containt_in a{
    color: #00457C;
    text-decoration: underline;
    font-weight: bold;
}
.containt_in a:hover{
    color: #B32017;
    text-decoration: underline;
}
.containt_in p{
    font-size: 18px;
    color:#000;
    margin: 0px;
    padding-top: 30px;
    font-family:'Helvetica-Regular';
}
.containt_in h3{
    color:#b32017;
    font-size: 24px;
    display: inline-block;
    margin: 0px;
    vertical-align:top;
    font-family:'Helvetica75-Bold';
}
.containt_in ul{
    margin: 0px;
    padding: 0px 0px 30px 25px;
    float:left;
    list-style: none;
}
.containt_in ul li{
    background:url(../images/list-style.png)no-repeat left 8px;
    display:inline-block;
    width:100%;
    padding-left:13px;
    font-size:18px;
    margin-top:5px;
    font-family:'Helvetica-Regular';
    box-sizing:border-box;
}
.containt_in h4{
    font-size: 20px;
    margin: 0px;
    padding-top: 30px;
    font-family:'Helvetica75-Bold';
    color: #000000;
}
/***********inner_menu****************/
.inner_menu{
    float: left;
    width:100%;
    list-style:none;
}
.inner_menu ul,.inner_menu_responsive ul{
    float: left;
    margin: 7px 0px 0px 0px;
    padding:0px;
    border-top: 2px solid #b32017;
}
.inner_menu ul li,.inner_menu_responsive ul li{
    display: inline-block;
    width:100%;
    border-bottom: 2px solid #b32017;
    padding:10px 0px;
}
.inner_menu ul li a,.inner_menu_responsive ul li a{
    display:inline-block;
    width:100%;
    background: none;
    box-sizing: border-box;
    font-family:'Helvetica-Regular';
    font-size: 18px;
    color: #00457c;
    text-transform: capitalize;
}
.inner_menu ul li.active a{
    font-family:'Helvetica-Bold';
}
.inner_menu ul li:hover a{
    font-family:'Helvetica-Bold';
}
.left_images{
    float:left;
    width:100%;
    margin-top:5px;
}
.left_images img{
    float:left;
    padding-top:15px;
    width:100%; 
}
.inner_menu_responsive > a{
    background: #b32017;
    padding:10px;
    right:-43px;
    position: absolute;
    top: 0px;
}
.inner_menu_responsive img {
    float: left;
    padding: 0;
}
.inner_menu_responsive{
    left:-247px;
    transition:2s; 
    position:fixed;
    top: 10%;
    width:250px;
    display:none;
    opacity:0.94;
}
.inner_menu_responsive ul{
    background: #004276;
    padding:0px 10px;
    margin: 0px;
    border-right: 3px solid #b32017;
}
.inner_menu_responsive ul li a{
    color:#fff;
}
.inner_menu_responsive ul li a:hover{
    color:#b32017;
}
.open{
    left:0px;
    transition: 2s;
}