@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600,700,800,900');
*{
    margin: 0;
    font-family: 'Work Sans', sans-serif;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
p{
    font-weight: 400;
    line-height: 1.7;
}
.container{
    width: 70%;
    margin: auto;
}
ul{
    font-weight: 400;
    padding: 0;
    list-style: none;
}
a{
    font-weight: 400;
    text-decoration: none;
}
@font-face {
  font-family: 'MyWebFont';
  src: url('../fonts/BEBAS___.TTF')  format('truetype');
}
.heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5em;
    letter-spacing: 5px;
    font-family: MyWebFont, sans-serif;
    color: #545454;
    font-weight: 600;
}
/* Header Style */
header{
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: relative;
}
.top_nav{
    width: 90%;
    padding: 7px 5%;
    background-color: #36479c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_lft,.top_nav ul{
    display: flex;
    align-items: center;
}
.top_lft p{
    margin-right: 10px;
    color: #fff;
}
.top_lft a{
    color: #fff;
}
.top_nav ul li a{
    margin-right: 10px;
    display: block;
}
.top_nav ul li:last-child a{
    margin-right: 0;
}
.top_nav ul li a img{
    width: 80%;
}
.bar_icon{
    display: none;
}
nav{
    width: 90%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255,255,255,.75);
    z-index: 999999;
}
.logo{
    width: 15%;
    display: block;
}
.logo img{
    width: 100%;
}
.nav{
    display: flex;
}
.nav li a {
    margin-right: 30px;
    color: #000;
    padding: 35px 0;
    display: block;
    border-bottom: 5px solid rgba(255,255,255,0);
    transition: all .5s ease-in-out;
}
.nav li a:hover{
    border-bottom: 5px solid #36479c;
    border-bottom-width: 100%;
}
.active a{
    border-bottom: 5px solid #36479c;
}
.nav li:last-child a{
    margin-right: 0;
}
.fixed {
    width: 90%;
    padding: 0 5%;
    background-color: #fff !important;
    position: fixed;
    top: 0;
    transition: top 0.3s;
    z-index: 999999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.fixed li a{
    padding: 23px 0;
}
.dropdown {
   position: relative;
   display: inline-block !important;
}

.dropdown .dropdown_menu {
   list-style-type: none;
    background-color: #36479c;
    position: absolute;
    display: none;
    z-index: 1;
    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: 175px;
    text-align: left;
    display: block;
    margin-right: 0;
}

.dropdown .dropdown_menu li a {
   padding: 14px 20px !important;
    text-decoration: none;
    color: #FFF !important;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.5) !important;
    margin-right: 0;
}

.dropdown:hover .dropdown_menu {
   display: block;
}
.slider_div{
    width: 100%;
    position: absolute !important;
    top: 44px;
    z-index: -1;
}
.slider {
    
}
.slider li{
    width: 100%;
    height: 94.2vh;
    background-size: cover !important;
    background-position: center !important;
}
.slider_1{
    background: url(../images/background/banner-1.jpg);
}
.slider_2{
    background: url(../images/background/banner-2.jpg);
}
.slider_3{
    background: url(../images/background/banner-3.jpg);
}
.slider_4{
    background: url(../images/home-banner-4-min.jpg);
}
header .owl-nav{
    display: none;
}
header .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot{
    margin-right: 5px;
}
.owl-dot.active {
    border: 2px solid #fff;
    border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ffffff !important;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 3px !important;
    padding: 2px !important;
}
/* About Style */
.about_div{
    padding: 100px 15%;
    background-color: #fafafa;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}
.abt_lft{
    width: 55%;
}
.about_div h1{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.abt_lft p {
    text-align: justify;
}
.abt_lft a {
    width: 140px;
    text-align: center;
    padding: 12px 0;
    background-color: #36479c;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    border-radius: 40px;
    margin-top: 30px;
    cursor: pointer;
}
.about_div img{
    width: 40%;
    display: block;
}
.corp_div.container h1 {
    color: #36479c;
}
.about_line{
    position: absolute;
    right: 15%;
    width: 20%;
    z-index: -1;
}
/* Corporate Video Style */
.corp_div{
    margin-top: 50px;
}
.corp_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.corp_lft{
    width: 55%;
    margin-top: 30px;
}
.corp_rgt{
    width: 40%;
    margin-top: 30px;
}
.corp_rgt p{
    display: flex;
    align-items: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
}
.corp_rgt p:nth-child(1){
    margin-top: 0;
}
.corp_rgt p img{
    width: 50px;
    margin-right: 30px;
    display: block;
}
/* Business Division Style */
.bs_div{
    padding: 50px 15%;
    background-color: #fafafa;
    margin-top: 50px;
}
.division{
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    margin-top: 30px;
}
.division img{
    width: 45%;
    display: block;
}
.bs_rgt{
    padding: 20px;
}
.bs_rgt h2{
    color: #e1e1e1;
    font-size: 3em;
    font-family: MyWebFont, sans-serif;
    position: relative;
}
.sc_div h2::before{
    content: '';
    position: absolute;
    right: 100%;
    width: 100px;
    height: 2px; 
    background-color: #cfcfcf;
    bottom: 8px;
}
.bs_rgt p:nth-child(2) {
    margin: 15px 0;
    text-transform: uppercase;
    color: #36479c;
    font-size: 22px;
}
.bs_rgt a {
    width: 100px;
    text-align: center;
    padding: 8px 0;
    background-color: #36479c;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    border-radius: 40px;
    margin-top: 20px;
}
.bs_rgt a:hover{
    background-color: #f26124;
}
.mfg_div h2{
    text-align: right;
}
.mfg_div h2::after{
    content: '';
    position: absolute;
    left: 100%;
    width: 100px;
    height: 2px; 
    background-color: #cfcfcf;
    bottom: 8px;
}
.mfg_div p{
    text-align: right;
}
.mfg_div a{
    float: right;
}
/* Our Network Style */
.nwk_div{
    margin-top: 50px;
}
.nwk_div h1{
    color: #36479c;
}
.nwk_div img{
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 30px;
}
/* What we offer Style */
.offer{
    padding: 50px 15%;
    background-color: #fafafa;
    margin-top: 50px;
}
.flex-class{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.offers{
    width: 33.33%;
    position: relative;
}
.offers img {
    overflow: hidden;
    width: 100%;
    display: block;
}
.offers p {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #838383;
    text-align: center;
    padding: 10px 0;
}
.offers a {
    position: absolute;
    bottom: 16%;
    left: 100%;
    transition: all .25s ease-in-out;
}
.offers:hover img{
    opacity: .5;
}
.offers:hover p{
    color: #000;
}
.offers:hover a img{
    opacity: 1;
}
.offers:hover a{
    bottom: 16%;
    left: 61%;
}
/* Clients Style */
.clients{
    margin-top: 50px;
}
.clients h1{
    color: #36479c;
}
.client_cls{
    margin-top: 30px;
}
/*.client_cls h2{
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    text-align: center;
    font-size: 30px;
}*/
.client_cls h2{
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    text-align: center;
    color: #4c4c4c;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.flex_cls {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
}
.client_cls:nth-child(2) .flex_cls{
    padding-bottom: 50px;
}
.flex_cls img {
    width: 13%;
    padding: 5px;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
    margin-right: 30px;
}
.more_txt {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    color: #36479c;
    margin-top: 30px;
    left: 66.5%;
    bottom: 0;
}
.hide{
    visibility: hidden;
}
/* Contact Style */
.contact_div{
    padding: 50px 0;
}
.contact_form{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form input{
    background-color: transparent;
    border: 1px solid #838383;
    margin-bottom: 30px;
    height: 30px;
    outline: none;
    padding-left: 5px;
}
.contact_form input:nth-child(1),.contact_form input:nth-child(2){
    width: 48%;
}
.contact_form input:nth-child(3){
    width: 100%;
}
.contact_form textarea{
    width: 100%;
    background-color: transparent;
    border: 1px solid #838383;
    margin-bottom: 30px;
    outline: none;
    padding-left: 5px;
}
.contact_form button{
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    background-color: #36479c;
    color: #fff;
    margin: auto;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
}
.contact_form button:hover{
    background-color: #f26124;
}
/* Footer Style */
footer{
    width: 90%;
    padding: 50px 5%;
    background-color: #404040;
}
.footer{
    display: flex;
    justify-content: space-between;
    color: #cfcfcf;
}
.col{
    margin-top: 25px;
}
.col iframe{
    width: 100%;
}
.col:nth-child(2){
    width: 20%;
}
.col h3{
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.col:nth-child(1) p:nth-child(3){
    margin: 15px 0;
}
.col:nth-child(3) ul,.col:nth-child(4) ul{
    line-height: 2;
}
.col:nth-child(3) ul li a,.col:nth-child(4) ul li a{
    color: #cfcfcf;
    text-transform: uppercase;
}
.col:nth-child(5){
    margin-top: 80px;
}
.col:nth-child(5) li{
    margin-bottom: 15px;
}
.col ul li a:hover{
    color: #f26124;
}
.copy{
    width: 90%;
    padding: 7px 5%;
    background-color: #030821;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy a{
    display: flex;
    align-items: center;
    color: #fff;
}
.copy a img{
    margin-left: 10px;
    width: 80px;
}
/* Media Query */
@media only screen and (max-width:1920px) and (min-width:1904px){
    .about_div p{
        width: 83%;
    }
    .about_line {
        right: 15%;
        width: 18%;
    }
    .offers:hover a{
        bottom: 13.4%;
        left: 68%;
    }
    .more_txt{
        left: 61%;
    }
}
@media only screen and (max-width:1903px) and (min-width:1601px){
    .about_div p{
        width: 83%;
    }
    .about_line {
        right: 15%;
        width: 18%;
    }
    .offers:hover a{
        bottom: 13%;
        left: 68%;
    }
}
@media only screen and (max-width:1440px){
    .nav li a{
        margin-right: 20px;
    }
}
@media (max-width: 1280px) and (min-width:1024px){
    .abt_lft a{
        margin-top: 20px;
    }
    .about_div img{
        width: 40%;
    }
    .division img{
        width: 50%;
    }
    .offers:hover a{
        bottom: 19%;
    }
    .col h3{
        font-size: 20px;
    }
    .col p, .col ul li a {
        font-size: 14px;
    }
    .more_txt{
        left: 62.5%;
    }
}
@media only screen and (max-width:1024px){
    .logo{
        width: 25%;
    }
    .bar_icon {
        display: block !important;
        color: #36479c;
        font-size: 2em;
        position: absolute;
        right: 5%;
        top: 7%;
        padding: 3px 13px;
    }
    .fixed .bar_icon{
        top: 21%;
    }
   .nav {
      flex: 2;
      height: 0;
      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: 24%;
        background-color: #36479c;
        z-index: 9999;
    }
   .menuclose {
      position: absolute;
      right: 10px;
      top: 30px;
      color: #fff;
      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: #f16a24;
    }
    .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: #36479c;
   }
   .dropdown div{
      height: 0px;
   }
   .dropdown .dropdown_menu li a{
      border-bottom: 0;
      text-align: center;
       border-bottom: 0 !important;
       padding: 10px 0 !important;
   }
    .about_div,.about_div h1,.corp_flx{
        display: block;
    }
    .abt_lft{
        width: 100%;
    }
    .about_div p{
        text-align: justify;
    }
    .abt_lft a{
        margin: auto;
        margin-top: 30px;
    }
    .about_div img{
        width: 50%;
        margin: auto;
        margin-top: 30px;
    }
    .about_line,.title{
        display: none;
    }
    .about_div p{
        width: 94%;
        margin-top: 40px;
    }
    .corp_lft,.corp_rgt{
        width: 100%;
    }
    .footer{
        flex-wrap: wrap;
    }
    .col{
        width: 48% !important;
    }
    .col:first-child p{
        text-align: justify;
    }
    .col:nth-child(5){
        margin-top: 30px;
        display: flex;
    }
    .col:nth-child(5) li{
        margin-bottom: 0;
        margin-right: 15px;
    }
}
@media only screen and (max-width:768px){
    .top_nav{
        display: block;
    }
    .top_lft{
        display: block;
        text-align: center;
    }
    .top_lft p{
        margin-right: 0;
        font-size: 18px;
    }
    .top_nav ul{
        justify-content: center;
        margin-top: 15px;
    }
    .logo{
        width: 45%;
    }
    .bar_icon{
        top: 9%;
    }
    .heading{
        font-size: 2em;
    }
    .container{
        width: 90%;
    }
    .about_div{
        padding: 100px 5%;
    }
    .bs_div,.offer{
        padding: 50px 5%;
    }
    .division{
        flex-wrap: wrap;
    }
    .division:nth-child(3){
        flex-direction: column-reverse;
    }
    .division img,.offers,.contact_form input:nth-child(1), .contact_form input:nth-child(2){
        width: 100%;
    }
    .sc_div h2::before,.mfg_div h2::after{
        display: none;
    }
    .mfg_div h2,.mfg_div p,.mfg_div p{
        text-align: left;
    }
    .mfg_div a{
        float: none;
    }
    .flex_cls img{
        width: 30%;
    }
    .contact_form input{
        height: 40px;
    }
    .col{
        width: 100% !important;
    }
    .about_div img{
        width: 70%;
    }
}
@media only screen and (max-width:500px){
    header{
        height: 59vh;
    }
    .logo{
        width: 60%;
    }
    .bar_icon{
        top: 28.5%;
    }
    .slider li{
        height: 49.2vh;
    }
    .copy{
        flex-wrap: wrap;
        justify-content: center;
    }
    .about_div img{
        width: 100%;
    }
}




