p{
    font-weight: 400 !important;
    font-size: 17px !important;
}
ul li{
    font-weight: 400 !important;
    font-size: 17px !important;
}
.bread_crumbs p{
    font-weight: 500 !important;
}
/* Header Style */
header{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.top_menu{
    width: 80%;
    margin: auto;
    padding: 7px 10%;
    background-color: #283891;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.top_menu p:nth-child(1){
    margin-right: 30px;
}
.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 10%;
    z-index: 999999;
    background-color: rgba(255,255,255,.8);
}
.logos_flx{
    width: 35%;
    display: flex;
    align-items: center;
}
.logo{
    width: 30% !important;
    padding-right: 5%;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    margin-right: 5%;
}
.logo img{
    width: 100%;
}
.brand_ul{
    padding: 0;
    list-style: none;
    width: 40% !important;
}
.logos_flx .owl-nav,.logos_flx .owl-dots{
    display: none;
}
.nav{
    display: flex;
    padding: 0;
    list-style: none;
}
.nav li a{
    color: #303030;
    text-decoration: none;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 500;
}
.nav li.active a{
    color: #283891;
}
.nav li a:hover{
    color: #283891;
    border-bottom: 2px solid #283891;
}
.nav li:last-child a{
    margin-right: 0;
}
.dropdown {
   position: relative;
   display: inline-block !important;
}
.dropdown .dropdown_menu {
   list-style-type: none;
    background-color: #303030;
    position: absolute;
    display: none;
    z-index: 99;
    padding: 0;
}
.dropdown .dropdown_menu li:hover {
   background-color: rgba(0, 0, 0, 0, 1);
}
.dropdown div {
   height: 20px;
}
.dropdown .dropdown_menu li {
    min-width: 200px;
    text-align: left;
    display: block !important;
    margin-right: 0;
}
.about_dd li{
    min-width: 123px !important;
}
.about_dd li a {
    width: 68% !important;
}
.dropdown .dropdown_menu li a {
    width: 80%;
    padding: 15px 20px !important;
    text-decoration: none;
    color: #FFF !important;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.dropdown .dropdown_menu li a:hover{
    border-top: 5px solid #283891;
}
.dropdown .dropdown_menu li:last-child a{
    border-bottom: 0 !important;
}
.dropdown:hover .dropdown_menu {
   display: block;
}
.fixed {
    width: 80% !important;
    padding: 10px 10% !important;
    background-color: #f2f2f2 !important;
    position: fixed;
    top: 0;
    transition: top 0.3s;
    z-index: 999999;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition-property: all;
}
.fixed li.active a{
    color: #283891 !important;
}
.fixed li a:hover{
    color: #283891 !important;
}
.fixed li a {
    color: #000 !important;
}
.fixed .dropdown .dropdown_menu li a{
    color: #fff !important
}
.bar_icon {
   display: none;
}
.slider {
    padding: 0;
    list-style: none;
    width: 100%;
    height: 78.3vh;
}
.slider li{
    width: 100%;
    height: 78.3vh;
    background-size: cover !important;
    background-position: center !important;
}
.slider_1{
    background: url(../images/background/trade-banner.jpg);
}
.slider_2{
    background: url(../images/background/manufaturing-banner.jpg);
}
.slider_3{
    background: url(../images/background/shipping-banner.jpg);
}
.slider_4{
    background: url(../images/background/mining-banner.jpg);
}
.slider_6{
    background: url(../images/background/agriculture2.jpg);
}
.slider_8{
    background: url(../images/background/azman-chennai2.jpg);
}
.slider_9{
    background: url(../images/background/front-office2.jpg);
}
.slider_10{
    background: url(../images/background/collaborate2.jpg);
}
.slider_11{
    background: url(../images/background/business-sector1.jpg);
}
.caption{
    position: absolute;
    left: 10%;
    top: 30%;
}
.caption h1{
    font-size: 3em;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 10px #000;
    text-transform: uppercase;
}
.caption h1 span{
    font-weight: 700;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 10px #000;
}
.caption p{
    color: #fff;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 10px #000;
}
.caption a{
    text-decoration: none;
    width: 130px;
    text-align: center;
    padding: 10px 0;
    display: block;
    margin-top: 30px;
    background-color: #1276bc;
    color: #fff;
    font-size: 16px;
    border: 2px solid #1276bc;
}
.caption a:hover{
    background-color: transparent;
    color: #1276bc;
}
.owl-nav {
    position: absolute;
    bottom: 2.6%;
    display: flex;
    justify-content: space-between;
    width: 21%;
    margin: 0 auto !important;
    left: 0;
    right: 0;
}
.owl-prev::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #283891;
    right: 96%;
    top: 8.9px;
}
.owl-prev::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #283891;
    left: 96%;
    top: 8.9px;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 5px !important;
    padding: 5px !important;
    background: #283891 !important;
    border-radius: 100% !important;
}
.slider .owl-dots {
    position: absolute;
    bottom: 2.2%;
    margin: auto;
    left: 0;
    right: 0;
    width: 20%;
}
.owl-theme .owl-dots .owl-dot span{
    background: #869792 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #283891 !important; 
}
/* Footer Style */
footer{
    width: 80%;
    margin: auto;
    padding: 30px 10%;
    color: #1276bc;
    background-color: #ededed;
}
.footer_logo{
    width: 15%;
    margin: auto;
    display: block;
}
.footer_logo img{
    width: 100%;
}
.footer_nav{
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 20px 0;
    align-items: center;
}
.footer_nav li a{
    margin-right: 30px;
    text-decoration: none;
    color: #1276bc;
}
.footer_nav li:last-child a{
    margin-right: 0;
}
footer p{
    text-align: center;
}
footer div{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}
.copy{
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: #1276bc;
    color: #fff;
    font-size: 13px;
}
/* Media Query */
@media only screen and (max-width:1440px){
    .logos_flx{
        width: 30%;
    }
    .nav li a{
        margin-right: 25px;
        font-size: 17px;
    }
}
@media only screen and (max-width:1024px){
    .logos_flx{
        width: 25%;
    }
    .nav li a{
        font-size: 15px;
        margin-right: 20px;
    }
}
@media only screen and (max-width:768px){
    header{
        height: auto !important;
    }
    .bread_crumbs{
        display: block;
    }
    .logo {
        width: 35%;
    }
    .logos_flx{
        width: 50%;
    }
    .navigation{
        padding: 11px 10% 0 10%;
    }
    .top_menu{
        display: block;
    }
    .bar_icon {
        display: block !important;
        color: #ffffff;
        font-size: 1.5em;
        position: absolute;
        right: 10%;
        top: 15%;
        padding: 3px 13px;
        background-color: #df291f;
    }
    .fixed .bar_icon{
        top: 20%;
    }
   .nav {
      flex: 2;
      height: 25px;
      list-style-type: none;
      visibility: hidden;
      margin-left: auto;
      display: -webkit-flex;
      display: block !important;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
   }
   .nav li{
      margin-right: 0 !important;
       width: 100%;
   }
   .active_nav li a {
      display: block !important;
      font-size: 20px;
       border-bottom: 0;
   }
    .nav li:first-child a {
        border-bottom: 0;
    }
   .active_nav {
        padding: 0px;
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: visible;
        display: block;
        left: 0;
        top: 0;
        margin: auto;
        padding-top: 12%;
        background-color: #1b1b1b;
        z-index: 9999;
    }
   .menuclose {
      position: absolute;
      right: 10px;
      top: 5px;
      color: #283891;
      font-size: 2em;
      background-color: transparent;
      border: 0px;
   }
   .nav{
     display: none;
    }
   .nav li a {
        text-align: center;
        display: block;
        margin: 0px;
        font-weight: bold;
        width: 100%;
        padding: 10px 0px;
        transition-property: all;
        transition-duration: 400ms;
        color: #fff;
    }
    .nav li.active a {
        background-color: transparent;
        color: #283891;
    }
   .dropdown{
      min-width: 100%;
      position: relative;
      display: inline-block !important;
   }
   .dropdown .dropdown_menu{
      min-width: 100%;
    position: relative;
    margin: 10px 0 0 0px;
      background-color: transparent;
   }
   .dropdown div{
      height: 0px;
   }
   .dropdown .dropdown_menu li a,.about_dd li a{
      border-bottom: 0;
      text-align: center;
       width: 100% !important;
       padding: 15px 0 !important;
   }
    .navigation{
        flex-wrap: wrap;
    }
    .nav_bar {
        width: 100%;
    }
    .owl-nav,.owl-dots{display: none;}
    .caption h1{
        font-size: 2em;
    }
    .heading,h1{
        font-size: 1.5em;
    }
}
@media only screen and (max-width:483px){
    .search_form {
        width: 100%;
        margin-top: 30px;
    }
    .caption h1{
        font-size: 1.5em;
    }
    .flx_div{
        display: block;
    }
    .news,.contact_form,.contact_sec iframe{
        width: 100%;
    }
    footer,.footer_nav li a{
        font-size: 12px;
    }
    .footer_nav li a{
        margin-right: 18px;
    }
    .footer_nav{
        flex-wrap: wrap;
    }
    .logos_flx{
        width: 75%;
    }
    .logo{
        width: 35% !important
    }
}
