@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
*{
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}
p{
    line-height: 2;
    font-weight: 400;
    font-size: 17px;
}
.container{
    width: 80%;
    margin: auto;
}
/* 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;
}
.search_form{
    display: flex;
    justify-content: flex-end;
}
.search_form input{
    width: 40%;
    height: 30px;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
    outline: none;
    padding-left: 5px;
}
.search_form button{
    width: 15%;
    height: 32px;
    border: none;
    background-color: #1276bc;
    color: #fff;
    font-size: 14px;
}
.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;
    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;
}
.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; 
}
/* About RGI Style */
.about_div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -9px;
}
.about_rgt{
    width: 40%;
    background: url(../images/background/about-bg.jpg);
    background-size: cover !important;
    background-position: center !important;
    padding: 3% 5%;
}
.about_rgt h1{
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
}
.about_rgt p{
    color: #e4e4e4;
    font-weight: 100;
    text-align: justify;
}
.about_rgt a{
    width: 120px;
    color: #2076bc;
    margin-top: 30px;
    display: block;
    font-style: italic;
}
.about_rgt a:hover{
    color: #fff;
}
.about_lft{
    width: 40%;
    padding: 3% 5%;
    background-color: #ededed;
}
.about_flx{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.about_lft h1 {
    color: #2076bc;
    font-size: 2em;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}
.about_lft h2 {
    color: #2076bc;
    font-size: 1.5em;
    font-weight: 600;
    display: flex;
    align-items: baseline;
    padding-top: 5px;
}
.about_lft h2 span{
    width: 80%;
}
.about_lft h1 span{
    width: 80%;
}
.about_lft h1 a{
    width: 15%;
    font-size: 16px;
    color: #2076bc;
    font-weight: 500;
}
.about_flx div{
    width: 23%;
    margin-top: 30px;
}
.about_flx ul li{
    padding: 10px 0px 10px 0px;
}
/*
.about_flx div img{
    width: 50%;
    margin: auto;
    display: block;
}
*/
/*
.about_flx div p{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #777777;
}
*/
/* Collaborate Style */
.mgc_div{
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
.heading {
    color: #2076bc;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
}
.headings {
    color: #2076bc;
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
mgc_div h1{
    margin-bottom: 30px;
}
.mgc_div img{
    display: block;
    margin: auto;
    width: 50%;
}
.mgc_div ul{
    padding: 0;
    list-style: none;
}
.mgc_div ul li {
    margin-top: 15px;
    color: #6b6b6b;
    font-weight: 300;
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
}
.mgc_div ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #283891;
    left: 0;
    top: 10px;
}
/* Product Style */
.product_div{
    width: 80%;
    padding: 50px 10%;
    display: block;
    background-color: #ededed;
}
.toolbar {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.toolbar button {
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.17);
    margin-right: 30px;
    background-color: #fff;
}
.toolbar button:focus{
    background-color: #1276bc;
    color: #fff;
}
.toolbar button:hover{
    background-color: #1276bc;
    color: #fff;
}
#portfolio {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#portfolio a {
    width: 23%;
    margin: 10px;
    display: block;
    text-decoration: none;
}
.products{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#portfolio a{
    -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;
}
#portfolio a:hover{
    -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}
#portfolio a img{
    width: 100%;
}
.prdct_desc{
    width: 90%;
    padding: 5%;
}
.prdct_desc p:nth-child(1) {
    font-weight: 500;
    color: #2076bc;
    text-transform: uppercase;
    line-height: 1.5;
}
.prdct_desc p:nth-child(2) {
    text-align: justify;
    margin-top: 10px;
    color: #525252;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.6;
}
/* News Style */
.news_sec{
    padding: 50px 10%;
}
.flx_div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news{
    width: 47%;
}
.news h1{
    text-align: left;
}
.news img{
    width: 100%;
    margin-top: 30px;
}
.news p:nth-child(1){
    font-size: 22px;
}
.news p:nth-child(1) span{
    font-size: 14px;
}
.news p:nth-child(2){
    color: #6b6b6b;
    margin-top: 15px;
    font-size: 15px;
}
.news a,.video_div a{
    text-decoration: none;
    margin-top: 15px;
    display: block;
    width: 110px;
    padding: 5px 0;
    background-color: #1276bc;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.about-rgi.php#why_id a {
    text-decoration: none;
    margin-top: 15px;
    display: block;
    width: 110px;
    padding: 5px 0;
    background-color: #1276bc;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}
.video_div{
    width: 47%;
}
.video_div h1{
    text-align: left;
}
.video_div h3 {
    font-size: 22px;
    margin-top: 20px;
}
.video_div iframe{
    margin-top: 30px;
    width: 100%;
    height: 355px;
    display: block;
}
.video_div p{
    margin-top: 20px;
}
/* Contact Style */
.contact_sec{
    padding: 50px 10%;
    background-color: #ededed;
}
.contact_form{
    margin: auto;
    margin-top: 40px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_form input{
    height: 35px;
    display: block;
    margin-bottom: 30px;
    outline: none;
    border: none;
    border-bottom: 1px solid #303030;
    background-color: transparent;
}
.contact_form input:nth-child(1),.contact_form input:nth-child(2),.contact_form input:nth-child(3){
    width: 30%;
}
.contact_form input:nth-child(4),.contact_form input:nth-child(5){
    width: 48%;
}
.contact_form textarea{
    width: 98%;
    display: block;
    height: 35px;
    display: block;
    margin-bottom: 30px;
    outline: none;
    border: none;
    border-bottom: 1px solid #303030;
    background-color: transparent;
}
.contact_form button{
    border: none;
    width: 130px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    display: block;
    margin-top: 30px;
    background-color: #1276bc;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.contact_sec iframe{
    width: 60%;
    margin-top: 40px;
    height: 500px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303030;
    opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #303030;
    opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #303030;
    opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #303030;
    opacity: 0.5;
}
/* Location Style */
.location_map{
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
#map_canvas{
    width: 100%;
    margin: auto;
    height: 600px;
}
.loc_sub{
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.location_map iframe{
    width: 80%;
}
.loc_desc{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.loc_desc p{
    display: flex;
    align-items: center;
}
.loc_desc p img{
    width: 20px;
    margin-right: 15px;
}
.loc_desc p:nth-child(1){
    margin-right: 30px;
}
/* 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: 10px 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: 10px;
    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:1920px) and (min-width:1700px){
    .video_div iframe{
        height: 430px;
    }
    .prdct_desc p:nth-child(1) br{
        display: none;
    }
}
@media only screen and (max-width:1920px) and (min-width:1700px){
    .about_div{
        justify-content: space-around;
    }
    .about_div img {
        width: 30%;
    }
}
@media only screen and (max-width:1440px){
    .video_div iframe{
        height: 316px;
    }
    .logos_flx{
        width: 30%;
    }
    .nav li a{
        margin-right: 25px;
        font-size: 17px;
    }
}
@media only screen and (max-width:1024px){
    .flx_div,.about_div{
        display: block;
    }
    .about_rgt,.about_lft{
        width: 90%;
    }
    .news,.video_div{
        width: 100%;
    }
    .video_div{
        margin-top: 50px;
    }
    .logos_flx{
        width: 25%;
    }
    .nav li a{
        font-size: 15px;
        margin-right: 20px;
    }
}
@media only screen and (max-width:768px){
    header{
        height: auto !important;
    }
    .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;
    }
    .about_lft h1 span{
        font-size: 0.7em;
    }
}
@media only screen and (max-width:483px){
    .search_form {
        width: 100%;
        margin-top: 30px;
    }
    .search_form input{
        width: 66%;
    }
    .search_form button{
        width: 32%;
    }
    .caption h1{
        font-size: 1.5em;
    }
    .info{
        justify-content: center;
    }
    .info p{
        font-size: 13px;
    }
    .info img{
        display: none;
    }
    .company{
        width: 100%;
    }
    .toolbar button{
        padding: 10px;
        font-size: 11px;
        margin-right: 5px;
    }
    #portfolio a{
        width: 100%;
    }
    .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;
    }
    .about_flx div{
        width: 50%;
    }
    .products li{
        width: 100%;
    }
    .logos_flx{
        width: 75%;
    }
    .logo{
        width: 35% !important
    }
}