﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    background-color: #f1f1f1;
}

ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}
html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6
{
    font-family: 'Source Sans Pro', sans-serif;
}
p
{
    font-family: 'PT Sans', sans-serif;
}
.wrapper-container
{
    float:left;
    width:100%;
    position:relative;
}
.navbar-theme
{
    background-color: #fff;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 3px -5px rgba(0, 0, 0, 0.65);
    position: sticky;
    top: 0;
    z-index: 10;
}
.main-brand
{
    padding:0;
    float:left;
    height:auto;
}
.main-brand>img 
{
    display: block;
}
.nav-description
{
    float:left;
}
.nav-description > h1
{
    font-weight: 700;
    font-size: 24px;
    color: #0079c2;
}
.desc_ul
{
    float:left;
    margin-left: 80px;
}
.desc_ul > li
{
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 18px;
    padding-left: 25px;
    position: relative;
    line-height: 24px;
    color:#060606;
}
.desc_ul > li:before
{
    content: "\f10c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #0078c1;
    top: 2px;
}

.nav-menu-bottom
{
    float: left;
    width: 100%;
    background-color: #000;
    text-align:center;
}
.nav-menu-top {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-bottom: 3px solid #0889d6;
    padding: 15px 0px;
}
.center-logo 
{
    width: 160px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #fff;
    margin-left: -100px;
    z-index:10;
}
.center-logo > img
{
    width: 130px;
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    z-index:5;
}
.center-logo:after 
{
    content: '';
    border-top: 50px solid #ffffff;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    position: absolute;
    top: 99px;
    z-index:1;
}
.nav-menu-options
{
    margin: auto;
    width: 995px;
    position: relative;
    right: -30px;
}
.nav-menu-options > li
{
    float:left;
}
.nav-menu-options > li > a
{
    padding: 10px 12px;
    float: left;
    color: #dcdcdc;
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition:ease-in-out .3s;
}
.nav-menu-options > li > a:hover
{
    text-decoration:none;
    color:White !important;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    background-color: #0079c1;
}
.li_right
{
    margin-left: 175px;
}
.inner-container
{
    float:left;
    width:100%;
    position:relative;
}
.item-slider
{
    height:490px;
}
.item-slider
{
    height:490px;
}
.item-slider2
{
    height:160px;
}
.item-slider > img
{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100% !important;
}
.caption-style
{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    width: 390px;
    padding: 10px 20px;
    transform: translateY(-50%);
    right: 15%;
    bottom: 0;
    color: #fff;
    top: 50%;
    display: flex;
    border-radius: 5px;
 
}
.caption-style > h2
{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 19px;
    max-width: 800px;
    margin: auto;
    line-height: 28px;
    letter-spacing: 0.02em;
}
.caption-main
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 650px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.caption-main > h2
{
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow: 0px 1px 3px #000;
    font-size: 35px;
}
.d-float
{
    float:left;
    width:100%;
}
.section-about
{
    padding:50px 0px;
    background-color:#fff;
}
.about-block
{
    width:100%;
    max-width:800px;
    margin:auto;
}
.main-header
{
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 35px;
    margin-bottom:15px;
    color:#0077C2;
    text-transform: uppercase;
    margin-left:15px;
}
.about-para
{
    font-size:18px;
    line-height: 1.7em;
    padding:15px;
}
.footer-container
{
    float:left;
    width:100%;
    position:relative;
    background-image:url('../images/footer-background.jpg');
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
    padding:50px 0px;
    background-color:#000;
}
.footer-block > h4
{
    color:#fff;
    font-weight:600;
    margin-bottom:15px;
}
.footer-block > ul > li > a
{
    color: #a9a9a9;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 30px;
    float: left;
    text-decoration:none;
}
.footer-block > ul > li
{
    float:left;
    width:100%;
    margin-bottom:5px;
}
.footer-address p
{
    color: #a9a9a9;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:16px;
}
.para-bold
{
    font-weight:600;
    color:#fff !important;
}
.mr-7
{
    margin-right:7px;
}
.para-contact
{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #249ce4 !important;
    font-size: 22px !important;
}
.para-fax
{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #fff !important;
    font-size: 20px;
}
.block-copyright
{
    color: #a9a9a9;
    margin-top:15px;
    text-align:center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:16px;
}
.section-mission
{
    padding:50px 0px;
    background-color:#f5f5f5;
}
.mission-image
{
    float: left;
    width: 100%;
    min-height: 420px;
    padding-left: 50px;
    padding-top: 50px;
    position:relative;
}
.mission_img
{
    width: 100%;
    height: 350px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.45);
    background-color:#000; 
    z-index:1;
    position:relative;
}
.mission-image:before
{
    content: '';
    background-image: url(../images/backdrop-image.jpg);
    background-size: cover;
    width: 450px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.45);
    background-color: #015f9d;
}
.mission_img > img
{
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: center;
}
.mission-block, .history-block, .subsidiaries-block
{
    padding-top:20px;
}
.menu-bar 
{
    font-size: 24px;
    position: absolute;
    top: 25px;
    right: 25px;
    display:none;
}
.menubg 
{
    display:none;
}
/*Media*/

@media (max-width:1199px)
{
   .desc_ul
   {
       margin-left:50px;
   } 
   .desc_ul > li
   {
       margin-right:10px;
   }
   .nav-description > h1
   {
       font-size:22px;
   }
  
}
@media (max-width:991px)
{
    .nav-menu-options
    {
        width:100%;
    }
    .mission-image:before 
    {
    width: 280px;
    }
    .wrapper-container
    {
        overflow:hidden;
    }
    .desc_ul
    {
        margin-left:0;
    }
    .nav-description {
    padding-left: 200px;
    }
    .center-logo 
    {
        left:0;
    margin-left: 30px;
    }
    .li_right
    {
        margin:0;
    }
    .nav-menu-bottom 
    {
    width: 200px;
    text-align: center;
    position: fixed;
    bottom: 0;
    top: 80px;
    right: 0;
    z-index: 10;
    transform: translateX(200px);
    transition: ease-in-out .3s;
}
.nav-menu-open
{
    transform: translateX(0px);
}
.navbar-theme
{
    position: fixed;
    top: 0;
    height:80px;
    width:100%;
}
.nav-menu-options
{
    right:0;
}
.nav-menu-options > li
{
    width:100%;
}
.nav-menu-options > li > a
{
    width:100%;
    text-align:left;
    padding: 10px 15px;
    transition: ease-in-out .2s;
}
.nav-menu-options > li > a:hover
{
    background-color: #0079c3;
}
.menu-bar
{
    display:block;
    cursor:pointer;
}
.menubg 
{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
}

@media (max-width:767px)
{
     .nav-menu-top {
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-bottom:0px solid #0889d6 !important;
    padding: 15px 0px !important;
}
    .center-logo
    {
        width:120px;
            margin-left: 10px;
    }
    .center-logo > img
    {
        width:100px;
    }
    .nav-description 
    {
    padding-left: 130px;
    width: calc(100% - 40px);
    }
    .nav-description > h1 {
    font-size: 20px;
    }
    .desc_ul > li 
    {
    margin-right: 5px;
    font-size:14px;
    }
    .center-logo:after 
    {
    border-top: 40px solid #ffffff;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    top: 80px;
}
.desc_ul
{
    display:none;
}
.nav-menu-top
{
    border-bottom:0;
}
.mission-block, .history-block, .subsidiaries-block {
    padding-bottom: 20px;
}
.footer-block
{
    float:left;
    width:100%;
    margin-bottom:15px;
}

}
@media (max-width:479px)
{
    .mission_img
{
    height:280px;
}
.mission-image:before 
{
    width: 265px;
    height: 300px;
}
.section-mission {
    padding: 20px 0px;
}
.nav-description
{
    display:none;
}
.navbar-theme
{
    height:60px;
}
.menu-bar
{
    top:15px;
}
.center-logo {
    width: 100px;
}
.center-logo > img {
    width: 80px;
}
.center-logo:after {
    border-top: 30px solid #ffffff;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    top: 61px;
}
.nav-menu-bottom
{
    top:60px;
}
.caption-main > h2
{
    font-size:24px;
}
.caption-style {
    width: 320px;
    left: 50%;
    margin-left: -160px;
}
.caption-style
{
    display:none;
}
.item-slider
{
    height:375px;
}
}