@charset "utf-8";

/* CSS Document */


/* --------------------------Web Files-------------------------------------*/

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("webFonts/fa-brands-400.eot");
    src: url("webFonts/fa-brands-400d41d.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-brands-400.woff2") format("woff2"), url("webFonts/fa-brands-400.woff") format("woff"), url("webFonts/fa-brands-400.ttf") format("truetype"), url("webFonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    src: url("webFonts/fa-regular-400.eot");
    src: url("webFonts/fa-regular-400d41d.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-regular-400.woff2") format("woff2"), url("webFonts/fa-regular-400.woff") format("woff"), url("webFonts/fa-regular-400.ttf") format("truetype"), url("webFonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("webFonts/fa-solid-900.eot");
    src: url("webFonts/fa-solid-900d41d.eot?#iefix") format("embedded-opentype"), url("webFonts/fa-solid-900.woff2") format("woff2"), url("webFonts/fa-solid-900.woff") format("woff"), url("webFonts/fa-solid-900.ttf") format("truetype"), url("webFonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Greenwich-Medium';
    src: url('webFonts/Greenwich-Medium.woff2') format('woff2'),
        url('webFonts/Greenwich-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-Black';
    src: url('webFonts/Greenwich-Black.woff2') format('woff2'),
        url('webFonts/Greenwich-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-SemiBold';
    src: url('webFonts/Greenwich-SemiBold.woff2') format('woff2'),
        url('webFonts/Greenwich-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-ExtraBold';
    src: url('webFonts/Greenwich-ExtraBold.woff2') format('woff2'),
        url('webFonts/Greenwich-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-Thin';
    src: url('webFonts/Greenwich-Thin.woff2') format('woff2'),
        url('webFonts/Greenwich-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-Regular';
    src: url('webFonts/Greenwich-Regular.woff2') format('woff2'),
        url('webFonts/Greenwich-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-Bold';
    src: url('webFonts/Greenwich-Bold.woff2') format('woff2'),
        url('webFonts/Greenwich-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-Light';
    src: url('webFonts/Greenwich-Light.woff2') format('woff2'),
        url('webFonts/Greenwich-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich-ExtraLight';
    src: url('webFonts/Greenwich-ExtraLight.woff2') format('woff2'),
        url('webFonts/Greenwich-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}



@font-face {
    font-family: 'gil';
    src: url('webFonts/GIL_____.eot');
    src: url('webFonts/GIL_____d41d.eot?#iefix') format('embedded-opentype'), url('webFonts/GIL_____.woff') format('woff'), url('webFonts/GIL_____.TTF') format('truetype');
}

a:hover {
    text-decoration: underline;
}

a {
    transition: .7s;
}


/* Transition effects*/

.transition_3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.transition_2 {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
}

.transition_7 {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
}

.wow {
    visibility: hidden;
}

* {
    text-decoration: none;
    outline: none;
    font-family: 'Greenwich-Regular';
}

#menu:not(.mm-menu) {
    display: none;
}

a:hover {
    text-decoration: none;
}

body,
h3,
h1,
h2,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    -ms-transition: .7s;
    background: url(../webImages/9.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

a {
    text-decoration: none;
    transition: .7s;
}

a:focus {
    text-decoration: none;
    outline: none;
}

table {
    width: 100%;
}


/* --------------------------Web Files close-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Fonts Classes-------------------------------------*/


/* --------------------------Main Styling-------------------------------------*/

.main_container {
    width: 100%;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 1420px;
}

.background_side {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    z-index: 5;
    position: fixed;
    left: 0px;
    top: 0px;
}

#page {
    display: none;
}

div#preloader {
    overflow: hidden;
    background: url(../webImages/1.html);
    background-color: rgba(5, 141, 220, 0.9);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.main_mmenu {
    position: relative;
    height: 40px;
    display: none;
}

.menu_icn {
    display: block;
    background: #004791;
    padding-left: 10px;
    height: 60px;
}

.menu_icn img {
    margin-top: 10px;
}

.logo_menu a {
    color: #5e5e5e;
    font-size: 18px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.logo_menu {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
    width: 24%;
    margin: 0 auto;
}

.logo_menu img {
    width: 100%;
}

.mm-title {
    color: #ffffff !important;
}

.mm-listview {
    list-style: none;
}

body::-webkit-scrollbar-thumb {
    background: #004791;
    border-radius: 10px 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #2d2d2d;
}

.main_container_ .header_top {
    position: relative;
    padding: 0px 0px;
}


/* --------------------------Main Styling-------------------------------------*/


/* --------------------------Header Styling-------------------------------------*/

.banner_side {
    position: relative;
    width: 100%;
}

/*.banner_side:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 40px;
    background: url(../webImages/2.png) no-repeat;
    background-size: cover;
    z-index: 9;
}*/

#banner {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100% !important;
}

#banner li {
    width: 100% !important;
}

#banner li img {
    width: 100% !important;
    animation: backgroundSlideshow 30s linear infinite alternate;
}

@-webkit-keyframes backgroundSlideshow {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.pager {
    position: absolute;
    bottom: 45%;
    right: 30px;
    display: block;
    z-index: 1;
    width: 12px;
    margin: 0px 0px;
    z-index: 2;
}

.slide-node {
    margin: 0 auto;
}

#slide-pager {
    clear: both;
    overflow: hidden;
    padding: 0;
    text-align: center;
    z-index: 1;
    margin: 0px 0px;
}

#slide-pager li {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    vertical-align: top;
}

#slide-pager li:last-child {
    margin-right: 0%;
}

#slide-pager li a {
    display: block;
    background: transparent;
    border: none;
    border-radius: 0px;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #ffffff;
    height: 12px;
    padding: 5px 5px;
}

#slide-pager li a:hover {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

#slide-pager li a.usl-current {
    display: block;
    height: 12px;
    padding: 5px 5px;
    overflow: hidden;
    width: 12px !important;
    border-radius: 50% !important;
    border: 1px solid #0f747d;
    background: #0f747d;
}

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    background-color: #0000004a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
}

#stats {
    display: none;
}

.header_top {
    position: absolute;
    width: 100%;
    padding-top: 15px;
    left: 0%;
    top: 0%;
    z-index: 2;
    background: #fff;
}

.logo_side {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7%;
    overflow: hidden;
}

.logo_side a {
    display: block;
}

.logo_side img {
    width: 100%;
    max-width: 110px;
    margin-right: 5px;
}

.logo_txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.logo_txt h4:nth-child(1) {
    letter-spacing: 3.4px;
    padding-left: 7px;
}

.logo_txt h3 {
    position: relative;
    width: 100%;
    font-family: 'Greenwich-Black';
    color: #004791;
    font-size: 40px;
    font-style: italic;
}

.logo_txt h3 span {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.logo_txt h4 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 10.08px;
    font-family: 'Greenwich-Medium';
}

.logo_txt h4 span {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 10.08px;
    font-family: 'Greenwich-Medium';
}

.logo_side::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.logo_side:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

.header_top_right {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 67%;
}

.col1 {
    position: relative;
    width: 100%;
}

.col1 ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.col1 ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.col1 ul li:first-child:after {
    display: none;
}

.col1 ul li form {
    margin-right: 10px;
    border: 1px solid #004791;
    transition: .5s;
}

.col1 ul li form input {
    border: none;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    transition: .5s;
}

.col1 ul li form button {
    border: none;
    background: #004791;
    position: relative;
    right: 0px;
    padding: 5px 10px;
    transition: .5s;
}

.col1 ul li form button i {
    color: #fff;
    transition: .5s;
}

.col1 ul li form:hover {
    border: 1px solid #000000;
}

.col1 ul li form:hover button {
    background: #000000;
}

.col1 ul li:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 5px;
    background: url(../webImages/1.png);
}

.col1 ul li:last-child:after {
    display: none;
}

.col1 ul li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 12px;
}

.col1 ul li a:hover {
    color: #004791;
}

.menu_side {
    position: relative;
    width: 100%;
    background: #efefef;
    margin-top: 20px;
    border-radius: 20px 0px 0px 0px;
    transition: .5s;
}

.menu_side:hover {
    background: #d2d2d2;
}

.menu_side ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.menu_side ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu_side ul li:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 0px;
    transition: .3s;
    background: #004791;
}

.menu_side ul .active:after {
    height: 4px;
}

.menu_side ul .active a {
    color: #004791;
}

.menu_side ul li:hover:after {
    height: 4px;
}

.menu_side ul li a:hover {
    color: #004791;
}

.menu_side ul li a {
    display: block;
    color: #000000;
    font-size: 13px;
    padding: 12px 12px;
}

.menu_side ul ul li a {
    padding: 12.5px 20px;
    color: #ffffff !important;
    font-size: 13px;
    transition: .5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.menu_side ul ul li:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 0%;
    height: 100%;
    background: #000000;
    transition: .5s;
    transform: none;
}

.menu_side ul ul li:after {
    display: none;
}

.menu_side ul ul li:hover:before {
    width: 100%;
}

.menu_side ul ul li {
    position: relative;
    width: 100%;
    border-right: none;
    transition: .5s;
    border-bottom: 1px solid #013a75;
    box-shadow: 0px 1px 0px #0a57a7;
}

.menu_side ul ul li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.menu_side ul ul ul {
    left: 100%;
    top: 0;
}

.menu_side ul li:nth-child(7) ul {
    left: inherit;
    right: 0%;
}

.menu_side ul li:nth-child(7) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul li:nth-child(8) ul {
    left: inherit;
    right: 0%;
}

.menu_side ul li:nth-child(8) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul li:nth-child(9) ul {
   
    right: 0%;
}

.menu_side ul li:nth-child(9) ul ul {
    left: inherit;
    right: 100%;
}

.menu_side ul ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 235px;
    z-index: 1;
    background: rgb(0, 71, 145);
    transition: all .2s ease-in-out;
    transform: scaleY(0);
    transform-origin: top;
    text-align: left;
}

.menu_side ul li:hover>ul {
    transform: scaleY(1);
}

.banner_txt {
    position: absolute;
    left: 0%;
    bottom: 38%;
    right: 0%;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.banner_txt h1 {
    position: relative;
    width: 100%;
    color: #004791;
    font-size: 72px;
    font-family: 'Greenwich-ExtraBold';
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #ffffff;
}

.banner_txt h2 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 72px;
    font-family: 'Greenwich-Thin';
    text-shadow: 1px 1px 10px #000;
}

.col2 {
    position: relative;
    width: 100%;
    top: -80px;
    text-align: center;
}

.col2_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31.8%;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    margin: 0% 0.2%;
}

.col2_box a {
    display: block;
    text-align: left;
}

.col2_box img {
    width: 100%;
    transition: .5s;
}

.col2_box h3 {
    position: absolute;
    width: 95%;
    color: #ffffff;
    font-size: 21px;
    font-family: 'Greenwich-Bold';
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 20px;
    z-index: 1;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
}

.col2_box:hover img {
    transform: scale(1.2);
    filter: grayscale(1);
}

/* --------------------------Header Styling close-------------------------------------*/


/* --------------------------Content Styling -------------------------------------*/

.index_content {
    position: relative;
    width: 100%;
}

.col3 {
    position: relative;
    width: 100%;
    margin: 50px 0px;
    text-align: center;
    margin-top: 0px;
}

.col3 h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 30px;
    font-family: 'Greenwich-Bold';
}

.col3_txt {
    position: relative;
    width: 69%;
    color: #000000;
    font-size: 14px;
    margin: 25px auto;
}

.col3_btn {
    position: relative;
    width: 100%;
    max-width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px 5px;
    text-align: center;
    transition: .3s;
    margin: 0 auto;
    background: #004791;
}

.col3_btn a {
    display: block;
    color: #ffffff;
    font-size: 15px;
}

.col3_btn:hover {
    background: #000;
}

.col4 {
    position: relative;
    width: 100%;
}

.col4 h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 30px;
    font-family: 'Greenwich-Bold';
    margin-bottom: 20px;
}

.col4_main {
    position: relative;
    width: 100%;
}

.col4_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 35.9%;
    margin-right: 1%;
}

.col4_left a {
    display: block;
}

.col4_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.col4_box img {
    width: 100%;
    transition: .3s;
}

.col4_left_txt {
    position: absolute;
    left: 0%;
    top: 38%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.col4_left_txt h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    max-height: 26px;
    overflow: hidden;
}

.col4_left_txt_main {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
}

.col4_box:hover img {
    transform: scale(1.2);
}

.co4_mid {
    position: relative;
    width: 41.9%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}

.co4_mid_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48.6%;
    overflow: hidden;
    margin-bottom: 14px;
    margin-right: 2%;
}

.co4_mid_box a {
    display: block;
}

.co4_mid_box:nth-child(2) {
    margin-right: 0%;
}

.co4_mid_box:nth-child(3) {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 2%;
}

.co4_mid_box img {
    width: 100%;
    transition: .3s;
}

.co4_mid_box:hover img {
    transform: scale(1.2);
}

.co4_mid_box h3 {
    width: 95%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Greenwich-Bold';
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    padding: 10px 10px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.col4_end {
    position: relative;
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.col4_end a {
    display: block;
}

.col4_end img {
    width: 100%;
    transition: .3s;
}

.col4_end:hover img {
    transform: scale(1.2);
}

.col4_end h3 {
    width: 95%;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Greenwich-Bold';
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    padding: 10px 10px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.news_side {
    position: relative;
    width: 100%;
    margin: 30px 0px;
}

.news_side ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 82% !important;
    display: inline-block;
    vertical-align: middle;
}

.news_side ul li {
    width: 100% !important;
}

.news_side h2 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Greenwich-Bold';
    text-align: center;
    width: 100%;
    max-width: 200px;
    height: 50px;
    line-height: 50px;
    background: #004791;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
}

.news_side h3 {
    padding: 0px 15px;
    display: inline-block;
    vertical-align: middle;
    color: #878787;
    font-size: 14px;
    text-align: center;
    border-right: 5px solid #dddddd;
    border-left: 5px solid #dddddd;
}

.news_side ul li h3 span {
    display: block;
    color: #004791;
    font-size: 22px;
    font-family: 'Greenwich-Bold';
    margin-bottom: 5px;
}

.news_sl {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 20px;
}

.news_sl h4 {
    color: #231f20;
    font-size: 14px;
    width: 100%;
    font-family: 'Greenwich-Bold';
    display: block;
    margin-bottom: 5px;
    max-height: 14.44px;
    overflow: hidden;
}

.news_sl h5 {
    display: block;
    width: 100%;
    color: #231f20;
    font-size: 13px;
    max-height: 13.33px;
    overflow: hidden;
    text-shadow: 0px 0px #231f20;
}

.news_sl_btn {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    top: -3px;
    transition: .7s;
}

.news_sl_btn a {
    display: block;
    color: #004791;
    font-size: 14px;
    font-family: 'Greenwich-Bold';
    text-transform: uppercase;
}

.news_sl_btn:hover a {
    color: #000000;
}

.content_side {
    position: relative;
    width: 100%;
}

.inner_menu {
    position: relative;
    width: 100%;
    background: #efefef;
    padding: 12px 0px;
}

.inner_menu ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.inner_menu ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.inner_menu ul li:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background: url(../webImages/3.png);
    margin: 0px 7px;
    top: 1px;
}

.inner_menu ul li a {
    color: #000000;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.inner_menu ul li a:hover {
    color: #004791;
    text-shadow: 0px 0px 0px #004791;
}

.inner_menu ul li a.active {
    color: #004791;
    text-shadow: 0px 0px 0px #004791;
}

.inner_menu ul li:last-child:after {
    display: none;
}

.inner_menu_main {
    position: relative;
    width: 100%;
}

.col13 {
    position: relative;
    width: 100%;
    padding: 45px 0px;
    overflow: hidden;
}

.col13_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0%;
}

.col13_left h3 {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 30px;
    font-family: 'Greenwich-Bold';
}

.col13_left_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 16px;
    margin-top: 25px;
    font-family: 'Greenwich-ExtraLight';
    text-shadow: 0px 0px 0px #000;
}

.col13_left_txt ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

.col13_left_txt ul li {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 16px;
    margin-top: 25px;
    font-family: 'Greenwich-ExtraLight';
    text-shadow: 0px 0px 0px #000;
}

.col13_left_txt ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: unset;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #004791;
    margin-right: 2%;
}

.col13_left_txt ul li .col13_left_txt_main {
    position: relative;
    width: 92%;
    color: #000000;
    font-size: 16px;
    font-family: 'Greenwich-ExtraLight';
    text-shadow: 0px 0px 0px #000;
    display: inline-block;
    vertical-align: top;
}

.col13_left .news_sl_btn {
    width: 100%;
}

.col13_left .news_sl_btn a {
    padding: 10px 0px;
    font-size: 18px;
}

.col13_left_txt ul li b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 16px;
    font-family: 'Greenwich-Bold';
    margin-right: 5px;
    font-weight: normal;
}

.col13_left_txt h6 {
    color: #511972;
    font-size: 24px;
    font-family: 'Greenwich-Bold';
    width: 100%;
    position: relative;
}

.col13_right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    overflow: hidden;
    float: right;
    margin: 25px 25px;
    margin-right: 0px;
}

.col13_right img {
    width: 100%;
    transition: .3s;
}

.col13_right:hover img {
    transform: scale(1.2);
}

.contact_detail {
    position: relative;
    width: 100%;
    margin: 30px 0px;
}

.text_side_left iframe {
    width: 100%;
    height: 270px;
    border: 1px solid #c4c4c4;
}

.map_side_ {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.contact_left {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    text-align: left;
    margin-right: 3%;
}

.contact_left h5 {
    color: #004791;
    font-size: 18px;
    margin: 20px 0px;
    font-family: 'Greenwich-Bold';
    text-shadow: none;
}

.contact_left h6 {
    color: #000000;
    font-size: 16px;
    font-family: 'Greenwich-Bold';
    margin: 5px 0px;
}

.add1 {
    width: 100%;
    color: #000000;
    text-shadow: 0px 0px #000;
    font-size: 14px;
    margin-bottom: 10px;
}


.add1 a {
    color: #000000;
    text-shadow: 0px 0px #000;
    font-size: 14px;
}

.add1 a:hover {
    color: #004791;
    text-shadow: 0px 0px #004791;
}

.contact_right h5 {
    color: #004791;
    font-size: 18px;
    margin: 20px 0px;
    font-family: 'Greenwich-Bold';
    text-shadow: none;
}

.contact_right {
    display: inline-block;
    vertical-align: top;
    width: 54%;
}

.form_1_ {
    position: relative;
    width: 100%;
    margin-right: 0%;
    display: inline-block;
    vertical-align: top;
}

.form_1_side_ {
    display: inline-block;
    vertical-align: top;
    width: 143px;
    color: #000000;
    font-size: 14px;
    text-shadow: 0px 0px #000000;
    padding-top: 8px;
}

.form_2_side_ {
    width: 71%;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: sub;
}

.form_2_side_ input {
    width: 100%;
    border: 1px solid #cccccc;
    height: 40px;
    padding-left: 10px;
}

.form_2_side_ textarea {
    width: 100%;
    border: 1px solid #cccccc;
    height: 30px;
    padding-left: 10px;
    height: 160px;
    resize: none;
    padding-top: 10px;
}

.contact_right .form_1:before {
    display: none;
}

.form_1 .submit_side {
    height: 45px !important;
    line-height: 45px !important;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-family: 'Greenwich-Bold';
    transition: .7s;
    border: none !important;
    margin-top: 10px;
    cursor: pointer;
    background: #004791;
}

.form_1 .submit_side:hover {
    background: #000;
    color: #ffffff;
}

.col13_ .col13_left {
    width: 74%;
    margin-right: 3%;
}

.col13_ .col13_right {
    position: relative;
    width: 22.7%;
    text-align: right;
    border-right: 5px solid #004791;
}

.col13_ .col13_right h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    background: #004791;
    padding: 11.5px 20px;
    font-family: 'Greenwich-Bold';
}

.col13_right ul {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
    width: 100%;
}

.col13_right ul li {
    position: relative;
    width: 100%;
}

.col13_right ul li a {
    display: block;
    color: #010101;
    text-shadow: 0px 0px 0px #010101;
    font-size: 16px;
    font-family: 'Greenwich-ExtraLight';
    padding: 10px 20px;
}

.col13_right ul li a:hover {
    color: #004791;
    text-shadow: 0px 0px 0px #004791;
}

.col13_right ul li a.active {
    color: #004791;
    text-shadow: 0px 0px 0px #004791;
}

.col13_right ul ul {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: rgba(255, 255, 255, 0.65);
}

/* --------------------------Content Styling close -------------------------------------*/


/* --------------------------owl_content Styling  -------------------------------------*/


/* --------------------------owl_content Styling close -------------------------------------*/


/* --------------------------Footer Styling --------------------------------------------*/

.footer_side {
    position: relative;
    width: 100%;
    padding: 30px 0px;
    background: #f9f9f9;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    border-top: 1px solid #004791;
}

.footer_left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin-right: 1%;
}

.footer_left h3 {
    position: relative;
    width: 100%;
    color: #000000;
    /* font-family: 'Greenwich-Bold'; */
    /* font-size: 22px; */
}

.footer_left_logo {
    position: relative;
    width: 100%;
    max-width: 264px;
    margin: 0px 0px;
}

.footer_left_logo a {
    display: block;
}

.footer_left_logo img {
    width: 100%;
}

.footer_left_txt {
    position: relative;
    width: 100%;
    color: #000000;
    font-size: 16px;
}

.footer_mid {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 16.3%;
    margin-right: 0%;
}

.footer_mid h3 {
    position: relative;
    width: 100%;
    color: #004791;
    font-family: 'Greenwich-Bold';
    font-size: 22px;
}

.footer_mid span {
    height: 4px;
    width: 70px;
    background: #004791;
    display: block;
    margin: 10px 0px -2px;
    position: relative;
    z-index: 1;
}

.footer_mid h3 {
    position: relative;
    width: 100%;
    color: #1c1818;
    font-size: 14px;
    font-family: 'Greenwich-Bold';
}

.footer_mid ul {
    list-style: none;
    padding: 0px 0px;
    margin: 5px 0px;
}

.footer_mid ul li {
    position: relative;
    width: 100%;
}

.footer_mid ul li:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #004791;
    background-size: cover;
    top: 0px;
    border-radius: 50%;
}

.footer_mid ul li:nth-child(even) {
    margin-right: 0%;
}

.footer_mid ul li a {
    color: #000000;
    font-size: 13px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-left: 5%;
}

.footer_mid ul li a:hover {
    color: #004791;
}

.footer_end {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21%;
}

.footer_end h3 {
    position: relative;
    width: 100%;
    color: #1c1818;
    font-size: 14px;
    font-family: 'Greenwich-Bold';
}

.footer_end span {
    height: 4px;
    width: 70px;
    background: #004791;
    display: block;
    margin: 10px 0px -2px;
    position: relative;
    z-index: 1;
}

.footer_end ul {
    list-style: none;
    padding: 0px 0px;
    margin: 5px 0px;
}

.footer_end ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 5px;
    color: #000000;
    font-size: 13px;
}

.footer_end ul li b {
    position: relative;
    width: 100%;
    color: #1c1818;
    font-size: 13px;
    font-family: 'Greenwich-bold';
    font-weight: normal;
}

.footer_end ul li h6 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #004791;
    font-size: 13px;
    font-family: 'Greenwich-Bold';
}

.footer_end ul li i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #004791;
    font-size: 20px;
    margin-right: 0px;
    width: 20px;
    margin-right: 3%;
}

.footer_end ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-size: 13px;
}

.footer_end ul li a:hover {
    color: #004791;
}

.footer_bottom_side {
    padding: 14px 0px;
    width: 100%;
    background: #f9f9f9;
    /* animation: backgroundSlideshowsss 30s linear infinite alternate; */
    border-top: 1px solid #e2e2e2;
}

@-webkit-keyframes backgroundSlideshowsss {
    0% {
        background: #f0f0f0;
    }

    50% {
        background: #b2b2b2;
    }

    100% {
        background: #f0f0f0;
    }
}

.tag_footer a:hover {
    color: #004791;
}

.tag_footer {
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
}

.tag_footer a {
    display: inline-block;
    vertical-align: top;
    color: #7f7f7f;
    font-size: 14px;
    font-weight: 300;
}

.footer_side .header_top_right_2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 25px;
}

.footer_side .header_top_right_2 h3 {
    /* display: block; */
    /* margin-bottom: 10px; */
    color: #1c1818;
    font-size: 18px;
    font-family: 'Greenwich-Bold';
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 10px;
}

.tag_footer {
    display: inline-block;
    vertical-align: top;
    color: #000;

    font-size: 14px;
    padding-right: 0px;
}

.tag_footer a {
    display: inline-block;
    vertical-align: top;
    color: #000;

    font-size: 14px;
}

.link_bottom_footer {
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    /* height: 24px; */
    /* line-height: 24px; */
    padding-top: 2px;
}

.link_bottom_footer ul {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px;
    margin: 0px 0px;
}

.link_bottom_footer ul li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #65582c;
    height: 13px;
    line-height: 13px;
}

.link_bottom_footer ul li:last-child {
    border-right: none;
}

.link_bottom_footer ul li a {
    display: block;
    color: #000;

    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
}

.link_bottom_footer ul li a:hover {
    color: #004791;
}

.imedia {
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}

.imedia .design_develop {
    top: 0px;
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #000;

}

.imedia a {
    color: #000;
    height: auto !important;
    padding-bottom: 0px;
}

.footer_bottom a {
    padding-right: 0px;
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    /* padding-bottom: 10px; */
    vertical-align: top;
}

.imedia a {
    color: #000;
    height: auto !important;
    padding-bottom: 0px;
}

.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #000;
    margin-left: -4px;
    padding-left: 8px;
    margin-top: 0px;
}

.m_text a {
    height: 14px;
    line-height: 11px;
    display: block;
    color: #000;
    font-family: 'gil';
    font-size: 18.50px;
}

.m_text .digital_media {
    font-size: 7.82px;
    margin-top: 1px;
    color: #000;
}

.imedia a:hover {
    color: #004791;
}

.soc_ico {
    display: inline-block;
    vertical-align: middle;
}

.soc_ico a {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    transition: .5s;
}

.soc_ico a:last-child {
    margin-right: 0px;
}

.soc {
    width: 30px;
    height: 30px;
    transition: .7s;
}

.soc:hover {
    filter: grayscale(100);
}

.soc_ico a:hover {
    transform: rotate(720deg);
}

.fb {
    background: url(../webImages/2.png) 0px 0px no-repeat;
}

.tw {
    background: url(../webImages/2.png) -36px 0px no-repeat;
}

.in {
    background: url(../webImages/2.png) -72px 0px no-repeat;
}


/* --------------------------Footer Styling close---------------------------------------*/


/* --------------------------pop Styling close-------------------------------------*/


/* --------------------------selection Styling-------------------------------------*/

::selection {
    background: #004791;
    color: #ffffff;
}


/* --------------------------selection Styling close-------------------------------------*/


/* --------------------------Owl Styling -------------------------------------*/


/* --------------------------owl Styling close-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------inner Styling-------------------------------------*/


/* --------------------------tabs Styling close-------------------------------------*/


/* --------------------------tabs2 Styling-------------------------------------*/


/* --------------------------tabs2 Styling close-------------------------------------*/


/* --------------------------dropdown Styling -------------------------------------*/


/* --------------------------dropdown Styling close-------------------------------------*/