@font-face {
    font-family: bold;
    src: url(../fonts/bold.ttf)
}

@font-face {
    font-family: xbold;
    src: url(../fonts/xbold.ttf)
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #f5f8f8;
    font-family: bold;
}

html {
    scroll-behavior: smooth;
}

img{
    object-fit: cover !important;
    object-position: center center !important;
    width: 100%;
}
.the-after {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 99999;
    opacity: 0.6;
}

.up-bar {
    background-color: #265a87;
    padding: 6px;
}

.up-bar .right-bar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.up-bar .right-bar ul li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.up-bar .right-bar ul li a {
    text-decoration: none;
    transition: all .6s ease-in-out;
    color: #fff;
}

.up-bar .right-bar ul li a:hover {
    color: #d12a26;
}

.up-bar .right-bar ul li i {
    margin-left: 5px;
}

.up-bar .left-bar ul {
    list-style: none;
    padding: 0px;
    float: left;
    margin: 0px;
}

.up-bar .left-bar ul li {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.up-bar .left-bar ul li a {
    transition: all .6s ease-in-out;
    text-decoration: none;
    color: #fff;
}

.up-bar .left-bar ul li a:hover {
    color: #d12a26;
}

.main-menu {
    padding: 15px;
    background-color: #fff;
}

.main-menu .bars,
.main-menu .logo {
    display: inline-block;
}

.main-menu .bars .search {
    display: none;
}

.main-menu .bars i {
    font-size: 20px;
    color: #101010;
    cursor: pointer;
    margin-left: 30px;
}

.main-menu .logo img {
    margin-right: 20px;
    width: 250px;
}

.main-menu .the-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

.main-menu .the-menu ul li {
    display: inline-block;
    margin-left: 15px;
    margin-top: 20px;
}

.main-menu .the-menu ul li a {
    transition: all .6s ease-in-out;
    text-decoration: none;
    color: #080808;
    padding-top: 33px;
    font-family: xbold;
}

.main-menu .the-menu ul li a:hover {
    border-top: 4px solid #d12a26;
    color: #d12a26;
}

.main-menu .the-menu ul .search i {
    color: #080808;
    cursor: pointer;
}

.barsnav {
    box-shadow: 0px 5px 10px 2px #000;
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    background-color: #101010;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    text-align: center;
}

.accordion {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:after {
    content: '\f078';
    color: #d12a26;
    float: left;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.active:after {
    content: "\f077";
}

.panel {
    padding: 0 5px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    border-radius: 0px;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px;
}

.panel ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.panel ul li {
    padding: 5px 0px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;

}

.panel ul li a {
    padding-right: 10px !important;
    color: #d12a26 !important;
    font-size: 12px !important;
}

.barsnav .closebtn {
    position: absolute;
    top: -15px;
    z-index: 999999;
    left: 0px;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.barsnav .logo img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.barsnav .big-menu-nav .menu-nav {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.barsnav .big-menu-nav .menu-nav li {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.barsnav .big-menu-nav .menu-nav li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    font-size: 16px;
}

.barsnav .big-menu-nav .menu-nav li i {
    color: #d12a26;
    float: left;
}

.searchbox {
    background-color: #265a87;
    text-align: center;
    padding: 15px 0px;
    display: none;
}

.searchbox form input {
    width: 100%;
    border-radius: 5px;
    outline: none;
    position: relative;
    padding: 8px;
    border: none;
}

.searchbox form button {
    position: absolute;
    outline: none;
    left: 0px;
    background: #d12a26;
    padding: 8px 16px;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
}

.searchbox form {
    width: 60%;
    position: relative;
    display: block;
    margin: 0 auto;
}

.searchbox .closing {
    left: 4px;
    height: auto;
    width: 25px;
    background: #d12a26;
    position: absolute;
    top: -28px;
    padding-top: 2px;
    border-radius: 5px;
    font-size: 16px;
}

.searchbox .closing i {
    cursor: pointer;
    color: #fff;
}

.fast-news {
    background-color: #f5f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fast-news .big-one {
    position: relative;
    margin-bottom: 20px;
}

.fast-news .big-one img {
    width: 100%;
    height: 400px;
}

.fast-news .big-one:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .6;
}

.fast-news .big-one .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    right: 20px;
    background: #00000087;
    border-radius: 8px;
    padding: 10px;
}

.fast-news .big-one .overlay h3 a {
    text-decoration: none;
    color: #fff;
    line-height: 25px;
    font-size: 18px;
}

.fast-news .big-one .overlay p a {
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding-left: 50px;
}

.fast-news .big-one .ex {
    position: absolute;
    top: 10px;
    border-radius: 3px;
    z-index: 999999;
    color: #fff;
    right: 10px;
    background-color: #d12a26;
    padding: 5px 30px;
}

.fast-news .mini-news .the-mini {
    margin-bottom: 10px;
}

.fast-news .mini-news .the-mini img {
    width: 100%;
    height: 195px;
}

.fast-news .mini-news .the-mini .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    right: 20px;
    background: #00000087;
    border-radius: 8px;
    padding: 10px;
}

.fast-news .mini-news .the-mini .overlay h3 {
    margin: 0px;
}

.fast-news .mini-news .the-mini .overlay h3 a {
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    margin: 0px;
    font-size: 14px;
}

.fast-news .mini-news .the-mini .overlay p a {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
}

.last-news .head {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #d12a26;
}

.last-news .head h3 {
    margin: 0px;
    font-size: 16px;
    display: block;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
}

.last-news .the-new img {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}

.last-news .the-new p a {
    line-height: 20px;
    color: #111111;
    text-decoration: none;
    font-family: xbold;
    font-size: 12px;
}

.last-news .social-media ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.last-news .social-media ul .facebook {
    background-color: #516eab;
    padding: 10px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.last-news .social-media ul .facebook a {
    color: #fff;
    text-decoration: none;
}

.last-news .social-media ul .facebook i {
    color: #fff;
    margin-left: 15px;
}

.last-news .social-media ul .twitter {
    background-color: #28c4f6;
    padding: 10px;
    border-radius: 2px;
}

.last-news .social-media ul .twitter a {
    color: #fff;
    text-decoration: none;
}

.last-news .social-media ul .twitter i {
    color: #fff;
    margin-left: 15px;
}

.last-news .social-media ul .youtube {
    background-color: #e14e42;
    padding: 10px;
    border-radius: 2px;
    margin-top: 5px;
}

.last-news .social-media ul .youtube a {
    color: #fff;
    text-decoration: none;
}

.last-news .social-media ul .youtube i {
    color: #fff;
    margin-left: 15px;
}

.last-news .sponsor-pic img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.local-news .head {
    margin-bottom: 15px;
    text-align: center;
    float: right;
    color: #fff;
    margin-top: 20px;
    border-bottom: 2px solid #d12a26;
    width: 100%;
}

.local-news .head h3 {
    margin: 0px;
    font-size: 16px;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
    display: inline-block;
    float: right;
}

.local-news .head h2 {
    display: inline-block;
    float: left;
    margin: 0px;
    font-size: 16px;
    margin-top: 10px;
}

.local-news .head h2 a {
    color: #000;
    text-decoration: none;
}

.local-news .head h2 i {
    margin-right: 10px;
}

.local-news .mini-news .the-mini:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .6;
}

.local-news .mini-news .the-mini {
    position: relative;
    margin-bottom: 10px;
}

.local-news .mini-news .the-mini img {
    width: 100%;
    height: 240px;
}

.local-news .mini-news .the-mini .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    right: 20px;
}

.local-news .mini-news .the-mini .overlay h3 {
    margin: 0px;
}

.local-news .mini-news .the-mini .overlay h3 a {
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    margin: 0px;
    font-size: 14px;
}

.local-news .mini-news .the-mini .overlay p a {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
}

.local-news .the-new img {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.local-news .the-new p a {
    line-height: 20px;
    color: #111111;
    text-decoration: none;
    font-family: xbold;
    font-size: 12px;
}

.local-news .banner img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    height: 120px;
}

.vedio-section {
    background-color: #000;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vedio-section a {
    background-color: #d12a26;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
}

.sports-news .head {
    margin-bottom: 15px;
    text-align: center;
    float: right;
    color: #fff;
    margin-top: 20px;
    border-bottom: 2px solid #d12a26;
    width: 100%;
}

.sports-news .head h3 {
    margin: 0px;
    font-size: 16px;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
    display: inline-block;
    float: right;
}

.sports-news .head h2 {
    display: inline-block;
    float: left;
    margin: 0px;
    font-size: 16px;
    margin-top: 10px;
}

.sports-news .head h2 a {
    color: #000;
    text-decoration: none;
}

.sports-news .head h2 i {
    margin-right: 10px;
}

.sports-news .mini-news .the-mini:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .6;
}

.sports-news .mini-news .the-mini {
    margin-bottom: 10px;
    position: relative;
}

.sports-news .mini-news .the-mini img {
    width: 100%;
    height: 305px;
}

.sports-news .mini-news .the-mini .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    right: 20px;
}

.sports-news .mini-news .the-mini .overlay h3 {
    margin: 0px;
}

.sports-news .mini-news .the-mini .overlay h3 a {
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    margin: 0px;
    font-size: 14px;
}

.sports-news .mini-news .the-mini .overlay p a {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
}

.society-news .head {
    margin-bottom: 15px;
    text-align: center;
    float: right;
    color: #fff;
    margin-top: 20px;
    border-bottom: 2px solid #d12a26;
    width: 100%;
}

.society-news .head h3 {
    margin: 0px;
    font-size: 16px;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
    display: inline-block;
    float: right;
}

.society-news .head h2 {
    display: inline-block;
    float: left;
    margin: 0px;
    font-size: 16px;
    margin-top: 10px;
}

.society-news .head h2 a {
    color: #000;
    text-decoration: none;
}

.society-news .head h2 i {
    margin-right: 10px;
}

.society-news {
    background-color: #f5f8f8;
}

.society-news .mini-news .the-mini {
    margin-bottom: 10px;
    position: relative;
}

.society-news .mini-news .the-mini img {
    width: 100%;
    height: 350px;
}

.society-news .mini-news .the-mini .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    right: 20px;
}

.society-news .mini-news .the-mini .overlay h3 {
    margin: 0px;
}

.society-news .mini-news .the-mini .overlay h3 a {
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    margin: 0px;
    font-size: 14px;
}

.society-news .mini-news .the-mini .overlay p {
    padding-left: 40px;
}

.society-news .mini-news .the-mini .overlay p a {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
}

.society-news .mini-news .the-mini:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .6;
}

.society-news .articles {
    border-top: 1px solid #d12a26;
    margin-top: 20px;
    padding-top: 20px;
}

.society-news .articles .col-md-3 {
    padding: 0px;
}

.society-news .articles .the-article {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    width: 100%;
}

.society-news .articles .the-article img {
    width: 100%;
    height: 100px;
}

.society-news .articles .the-article .content h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: xbold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.society-news .articles .the-article .content p {
    margin-top: 10px;
    line-height: 25px;
    padding-left: 30px;
}

.tecno-news .head {
    margin-bottom: 15px;
    text-align: center;
    float: right;
    color: #fff;
    margin-top: 20px;
    border-bottom: 2px solid #d12a26;
    width: 100%;
}

.tecno-news .head h3 {
    margin: 0px;
    font-size: 16px;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
    display: inline-block;
    float: right;
}

.tecno-news .head h2 {
    display: inline-block;
    float: left;
    margin: 0px;
    font-size: 16px;
    margin-top: 10px;
}

.tecno-news .head h2 a {
    color: #000;
    text-decoration: none;
}

.tecno-news .head h2 i {
    margin-right: 10px;
}

.tecno-news .mini-news .the-mini {
    margin-bottom: 10px;
    position: relative;
}

.tecno-news .mini-news .the-mini img {
    width: 100%;
    height: 350px;
}

.tecno-news .mini-news .the-mini .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    right: 20px;
}

.tecno-news .mini-news .the-mini .overlay p {
    padding-left: 20px;
}

.tecno-news .mini-news .the-mini .overlay p a {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
}

.tecno-news .mini-news .the-mini:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .6;
}

.tecno-news .banner img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    height: 120px;
}

.economies-news .head {
    margin-bottom: 15px;
    text-align: center;
    float: right;
    color: #fff;
    margin-top: 20px;
    border-bottom: 2px solid #d12a26;
    width: 100%;
}

.economies-news .head h3 {
    margin: 0px;
    font-size: 16px;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
    display: inline-block;
    float: right;
}

.economies-news .head h2 {
    display: inline-block;
    float: left;
    margin: 0px;
    font-size: 16px;
    margin-top: 10px;
}

.economies-news .head h2 a {
    color: #000;
    text-decoration: none;
}

.economies-news .head h2 i {
    margin-right: 10px;
}

.economies-news .mini-news .the-mini {
    margin-bottom: 10px;
    position: relative;
}

.economies-news .mini-news .the-mini img {
    width: 100%;
    height: 350px;
}

.economies-news .mini-news .the-mini .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    right: 20px;
}

.economies-news .mini-news .the-mini .overlay p {
    padding-left: 20px;
}

.economies-news .mini-news .the-mini .overlay p a {
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
}

.economies-news .mini-news .the-mini:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .8;
}

.economies-news .banner img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    height: 120px;
}

.subscribe {
    background-image: url("../images/subscribe.png");
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.subscribe form {
    width: 50%;
    float: left;
    margin-top: 15px;
}

.subscribe form input {
    position: relative;
    width: 100%;
    padding: 8px;
    border: 1px solid #2a6496;
    outline: none;
    outline: none;
    border-radius: 5px;
}

.subscribe form button {
    position: absolute;
    background: transparent;
    outline: none;
    border: none;
    margin-right: -40px;
    margin-top: 7px;
    font-size: 18px;
    color: #2a6496;
}

.scroll-top {
    background-color: #d12a26;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.scroll-top p {
    margin-bottom: 0px;
    cursor: pointer;
}

.scroll-top p i {
    margin-left: 5px;
    margin-right: 5px;
}

.footer {
    background-color: #003264;
}

.footer .logo {
    padding: 20px;
}

.footer .logo img {
    width: 100%;
    margin-top: 55px;
}

.footer .head {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    border-bottom: 2px solid #d12a26;
}

.footer .head h3 {
    margin: 0px;
    font-size: 14px;
    display: block;
    background-color: #d12a26;
    width: 120px;
    padding: 8px 20px;
}

.footer .content p {
    line-height: 25px;
    color: #fff;
}

.footer .call-us ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer .call-us ul li {
    color: #fff;
    margin-top: 20px;
}

.footer .call-us ul li i {
    margin-left: 15px;
}

.copyright {
    background-color: #265a87;
    padding: 10px;
    text-align: center;
}

.copyright p {
    color: #fff;
    margin-bottom: 0px;
}

.the-section .section-content {
    position: relative;
}

.the-section .section-content:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .6;
}

.the-section .section-content img {
    width: 100%;
    height: 450px;
}

.the-section .section-content .overlay {
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 20px;
    width: 50%;
    color: #fff;
}

.the-section .section-slider .owl-dots {
    display: none !important;
}

.the-section .section-content .overlay p {
    line-height: 25px;
    font-size: 14px;
}

.the-section .section-slider .owl-nav {
    position: absolute;
    top: 45%;
    font-size: 26px;
    width: 96%;
    color: #fff;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.the-section .section-slider .owl-next {
    position: absolute;
    left: 0px;
    top: 0;
}

.road {
    padding: 10px;
}

.road p {
    margin-bottom: 0px;
    font-family: xbold;
    font-size: 12px;
}

.road p a {
    color: #080808;
    text-decoration: none;
}

.road p a:hover {
    color: #d12a26;
    text-decoration: none;
}

.road p i {
    margin-left: 5px;
    margin-right: 5px;
    color: #555555;
}

.one-article .main-article {
    margin-bottom: 30px;
    position: relative;
}

.one-article .main-article img {
    width: 100%;
    height: 400px;
}

.one-article .main-article .overlay {
    position: absolute;
    bottom: 10px;
    z-index: 999999;
    color: #fff;
    right: 20px;
}

.one-article .main-article .overlay h3 {
    color: #fff;
    margin: 0px;
}

.one-article .main-article:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: "";
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    height: 100%;
    opacity: .6;
}

.one-article .art-head {
    overflow: auto;
    background-color: #003264;
    padding: 15px;
    margin-bottom: 20px;
}

.one-article .art-head ul {
    /*list-style: none;
    padding: 0px;
    margin: 0px;*/
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    line-height: 32px;
}

.one-article .art-head ul li {
    display: inline-block;
    margin-left: 20px;
    color: #fff;
}

.one-article .art-head ul li i {
    margin-left: 10px;
}

.a2a_kit {
    line-height: 32px;
    display: inline-block;
    float: left;
}

.one-article .content h3 {
    font-family: xbold;
    font-size: 16px;
}

.one-article .content p {
    font-size: 12px;
    line-height: 30px;
}

.about-us {
    width: 90%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px #2a6496;
    padding: 10px;
    margin-top: 20px;
}

.about-us .head {
    color: #d12a26;
    text-align: center;
}

.about-us .head hr {
    display: block;
    margin: 0 auto;
    width: 100px;
    border: 1px solid #d12a26;
}

.about-us .logo {
    padding: 30px;
}

.about-us .logo img {
    margin-top: 75px;
    width: 100%;
}

.about-us .about-content h3 {
    font-size: 18px;
    line-height: 25px;
}

.about-us .about-content p {
    line-height: 30px;
    font-size: 14px;
}

.contact-us {
    width: 90%;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px #2a6496;
    padding: 10px;
    margin-top: 20px;
}

.contact-us .head {
    color: #d12a26;
    text-align: center;
}

.contact-us .head hr {
    display: block;
    margin: 0 auto;
    width: 100px;
    border: 1px solid #d12a26;
}

.contact-us .contact-content h3 {
    font-size: 18px;
    line-height: 25px;
}

.contact-us .contact-content p {
    line-height: 30px;
    font-size: 14px;
}

.contact-us form {
    margin-top: 20px;
}

.contact-us form input {
    background-color: #f2f2f2;
    display: block;
    border: none;
    margin-top: 10px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    padding: 8px;
}

.contact-us form textarea {
    resize: none;
    background-color: #f2f2f2;
    display: block;
    border: none;
    margin-top: 10px;
    height: 150px;
    outline: none;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.contact-us form button {
    float: left;
    background-color: #2a6496;
    color: #fff;
    width: 120px;
    padding: 8px;
    border: none;
    border-radius: 5px;
}

.info-call {
    margin-top: 50px;
    margin-bottom: 50px;
}

.info-call .the-info {
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 1px 10px 2px #e3e6e6;
    padding: 30px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.info-call .the-info h4 {
    padding: 0px;
    margin: 0px;
}

.info-call .the-info h4 i {
    color: #d12a26;
    margin-left: 10px;
}

#home-video-section iframe {
    width: 100%;
    height: 500px;
}

.error404 {
    text-align: center;
}

.error404 img {
    width: 70%;
    height: 380px;
    display: block;
    margin: 0px auto;
}

.error404 a {
    color: #d12a26;
    font-weight: bolder;
    text-decoration: none;
}

.result-search {
    padding-top: 30px;
}

.result-search .head {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #d12a26;
}

.result-search .head h3 {
    margin: 0px;
    font-size: 16px;
    display: block;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
}

.result-search .the-new img {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}

.result-search .the-new p a {
    line-height: 20px;
    color: #111111;
    text-decoration: none;
    font-family: xbold;
    font-size: 12px;
}

.the-section .carousel .carousel-inner img {
    width: 100%;
    height: 500px;
}

.the-section .carousel .carousel-inner .carousel-caption {
    right: 10px;
    left: auto;
    width: 75%;
    padding-bottom: 30px;
    float: right;
    text-align: right;
}

.the-section .carousel .carousel-inner .carousel-caption h3 {
    font-size: 18px;
    font-weight: bolder;
}

.the-section .carousel .carousel-inner .carousel-caption p {
    font-size: 14px;
    line-height: 30px;
    font-weight: bolder;
}

.the-section .carousel .carousel-control {
    z-index: 999999999;
}

.the-section .carousel .carousel-control i {
    position: absolute;
    top: 40%;
    color: #fff;
    font-size: 30px;
}

.the-section .carousel .carousel-control .right {
    top: 42%;
}

.video-search-iframe iframe {
    width: 100%;
    height: 170px;
}

.all-videos {
    padding-top: 30px;
}

.all-videos .head {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #d12a26;
}

.all-videos .head h3 {
    margin: 0px;
    font-size: 16px;
    display: block;
    background-color: #d12a26;
    width: 150px;
    padding: 8px 20px;
}

.all-videos .the-vedio {
    margin-top: 20px;
}

.all-videos .the-vedio iframe {
    width: 100%;
    height: 320px;
}

.pagination {
    margin-top: 20px;
    display: inline-block;
}

.pagination a {
    color: #fff;
    background-color: #2a6496;
    margin-right: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    float: right;
    padding: 8px 16px;
    text-decoration: none;
}

/* Category - Slider */
.the-section .carousel .carousel-inner img
{
    width: 100%;
    height: 500px;
}
.the-section .carousel .carousel-inner .carousel-caption
{
    right:10px;
    left: auto;
    width: 75%;
    padding-bottom: 30px;
    float: right;
    text-align: right;
}
.the-section .carousel .carousel-inner .carousel-caption h3
{
    font-size: 18px;
    font-weight: bolder;
}
.the-section .carousel .carousel-inner .carousel-caption p
{
    font-size: 14px;
    line-height: 30px;
    font-weight: bolder;
}

.the-section .carousel .carousel-control
{
    z-index: 999999999;
}
.the-section .carousel .carousel-control i
{
    position: absolute;
    top: 40%;
    color: #fff;
    font-size: 30px;
}
.the-section .carousel .carousel-control .right
{
    top: 42%;
}