@charset "utf-8";

/* CSS Document */

 body {
     overflow-x:hidden;

}

html {
    scroll-behavior: smooth;
}

/*global css*/

 *{
    margin:0;
     padding:0;
     border:none;
     transition:0.5s;

}

 body{
    background:#FFFFFF;
     margin:0;
     padding:0;
     font-size:15px;
     font-family: 'Lato', sans-serif;

}





 ul{
     margin:0;
}

 ul, li {
    list-style:none;
     color:#FFFFFF;
}

 a{

     color:#a9a9a9;
     text-decoration:none;
     outline:none;
     border:none;

}

 a:hover{
     text-decoration:none;

}

 a:focus{
    outline: none;

}

 h1, h2, h3, h4, h5, h6{
     text-transform:capitalize;

}

 h2{
     color:#25417b;
     font-size:25px;
     text-transform:uppercase;
     font-weight:bold;
     font-family: 'Lato', sans-serif;

}

 h6{
    color:#ffffff;
     font-size:14px;
    font-family: 'Lato', sans-serif;

}


p{

     margin-bottom:15px;
     font-family: 'Lato', sans-serif;
     color:#909090;
     margin-bottom:25px;
}








@font-face {
  font-family: 'TimesNewRomanPS-BoldItalicMT';
  src: url('../font/TimesNewRomanPS-BoldItalicMT.eot?#iefix') format('embedded-opentype'), 
   url('../font/TimesNewRomanPS-BoldItalicMT.woff') format('woff'),
    url('../font/TimesNewRomanPS-BoldItalicMT.ttf')  format('truetype'), 
    url('../font/TimesNewRomanPS-BoldItalicMT.svg#TimesNewRomanPS-BoldItalicMT') format('svg');
  font-weight: normal;
  font-style: normal;
}



.header-area {
    top: 0;
    position: sticky !important;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px -3px 11px #2222224d;
}


/*Reaserch Page Css*/

.attchment_filemain {
    padding-top: 25px;
    padding-left: 2em;
    margin-top: 20px;
}


.attchment_filemain .txt b a {
    color: #222;
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    padding-left: 5px;
       text-decoration: underline;
}

.attchment_filemain .txt b a:hover {
    color: #ad0a00;
}


/**/






/*start-css*/


.home-banner{
        background-image: url(../image/banner-new.jpg); width: 100%; background-size: cover;
        height: 400px;
}



.top-strip img {
    width: 100% !important;
}

.navbar-inverse {
    background-color: unset;
    border: 0px !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

nav.navbar.navbar-inverse {
    margin-bottom: 0px;
}

li.set {
    position: relative;
    bottom: 23px;
}

li.set a:focus {
    border: 0px !important;
}
/*.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
    border-top: 4px solid #b10606;
}*/


.carousel-inner {
    position: relative;
    /*bottom: 7px !important;*/
}

.home-banner-title h2 {
    font-size: 4em;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Times New Roman;
    color: #b30707;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 0.6em;
}

.home-banner-title a:hover {
    background: #b30707;
    color: #fff;
}

.home-banner-title a {
    color: #b30707;
    font-size: 32px;
    border: 2px solid #b30707;
    padding: 12px 50px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 8px;
    letter-spacing: 1px;
    font-family: Times New Roman;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #222;
    background-color: transparent;
}

ul.nav.navbar-nav li a:hover {
    color: #b30707;
}

li.set a:hover {
    border: 0px !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > .navbar-inverse .navbar-nav > .active > a:focus {
        color: #aa0503 !important;
    background-color: unset !important;
    /*border-top: 4px solid #b50300;*/

}



.about-title {
    text-align: center;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 17px 0px !important;
    margin: 0px 22px 0px 0px !important;

    /*padding-top: 40px !important;*/
}


 

 /*slider*/


 .fade-carousel {
    position: relative;
    height: 482px;
}
.fade-carousel .carousel-inner .item {
    height: 482px;
}
.fade-carousel .carousel-indicators > li {
        margin: 0 2px;
    background-color: #b10606;
    border-color: #b10606;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 34em;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4.5em;    
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Times New Roman;
        color: #b30707;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 610px
    z-index: 2;
    opacity: .7;
}





/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg { padding: 18px 60px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
       color: #b10506;
    border-color: #ffffff;
    outline: none;
        font-family: Times New Roman;
    margin: 25px auto;
    position: relative;
    right: 5em;
    border: 2px solid;
    font-size: 26px;
    background: none;
    letter-spacing: 2px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 482px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../image/banner.png); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../image/banner.png);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../image/banner.png);
}

button.btn.btn-hero.btn-lg:hover {
      background: #b10606;
    border-color: #b10606;
    color: #fff;
}


/*about*/

.about-text h2 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}


.natural-title.team h2:before {
    content: '';
    width: 18%;
    background: #b5ba05;
    position: absolute;
    height: 4px;
    bottom: 7em;
}


.about-text h2:before {
    content: '';
    width: 7%;
    height: 4px;
    position: absolute;
    background: #b5ba05;
    left: 10.4em;
    top: 1.3em;
}

.natural-title h2 span {
    font-family: 'TimesNewRomanPS-BoldItalicMT';
    color: #b10605;
}

.about-title h2 span {
    font-family: 'TimesNewRomanPS-BoldItalicMT';
    text-transform: capitalize;
    font-size: 34px;
    color: #ac0a01;
}

.about-text h2 span {
    font-weight: bold;
    font-size: 44px;
    font-family: 'TimesNewRomanPS-BoldItalicMT';
    text-transform: capitalize;
    color: #b10605;
}

.about-text p {
    color: #000;
    font-size: 20px;
    line-height: 31px;
}

.about-pic {
        text-align: center;
    margin-top: 70px;
}

.buisness-title h2 {
    font-size: 30px;
    margin-bottom: 0px;
    color: #1e382d;
}

.buisness-title h3 {
    margin-top: 6px;
    font-size: 28px;
    color: #222;
}

.buisness-title p {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 27px;
}

.natural-title h3 {
    font-size: 28px;
    margin-bottom: 0px;
    color: #1e382d;
}

.trangle {
    float: right;
}
/*.buisness-title.back:before {
        content: '';
    width: 435px;
    height: 430px;
    background: #f4f9f8;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    left: -48px;
    bottom: -59px;}*/


.buisness-area {
    margin-top: 45px;
}




/*natural*/

.natural-pic img {
    width: 100%;
}

.natural-area {
    margin-top: 7em;
}

.natural-title h2 {
    font-size: 29px;
    margin-bottom: 0px;
    color: #000;
    margin-top: 30px;
    line-height: 34px;
}


.natural-title p {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 27px;
    margin-top: 13px;
}

.natural-title {
    padding-top: 10em;
}

.natural-title a {
    color: #b10606;
    display: inline-block;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid;
}

.natural-title h2:before {
    content: '';
    width: 18%;
    background: #b5ba05;
    position: absolute;
    height: 4px;
    bottom: 8em;
}

.natural-title.global h3 {
    text-transform: uppercase;
    font-size: 29px;
}

.natural-title.global h2 {
    margin-top: 28px;
}

.natural-title.global h2:before {
    bottom: 7.5em;
}

.natural-area.global {
    margin-top: 5em;
}

.natural-area.team {
    margin-top: 5em;
}

.natural-title.team h3 {
    text-transform: uppercase;
    font-size: 29px;
}

/*.natural-title.team h2:before {
    background: #868f98;
    width: 13.9%;
    bottom: 7em;
}*/

.natural-title.team h2 {
    margin-top: 30px;
}

.natural-area.global.last h2:before {
    bottom: 7em;
}


/*resources*/


.resources-heading h2 {
    font-size: 32px;
    margin-bottom: 0px;
    color: #000;
    line-height: 34px;
    text-align: center;
}

.resources-area {
    margin-top: 80px;
}

.resources-area {
    background: #e3e2e2;
    padding-top: 0px;
}

.resources-pages {
    margin-top: 25px;
}

.resources-pages ul li a {
    font-size: 24px;
    color: #000;
}

.resources-pages ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #bfbfbf;
}

.resources-pages ul li a {
    position: relative;
    /*left: 9em;*/
}

.resources-area p a {
    color: #b10606;
}

.tran img {
    position: relative;
    top: 70px;
}

.resources-pages ul li span {
    float: right;
    position: relative;
   /* right: 15em;*/
}

.resources-pages ul li img {
    width: 55%;
}

.resources-area p {
    text-align: center;
    color: #000;
    padding-top: 21px;
}

li.set.act {
    display: none;
}



/*innovation*/

.banner-area img {
    width: 100%;
}

.innovation-heading {
    text-align: center;
}

.innovation-heading h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 500;
}

.innovation-heading h2:before {
    content: '';
    width: 12%;
    height: 3px;
    position: absolute;
    background: #b6a30b;
    top: 2.1em;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.innovation-heading p {
        color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.member-pic img {
    /*width: 100%;*/
    text-align: center;
    margin: 0 auto;
    display: block;
}

.working-title:before {
    content: '';
    width: 8%;
    background: #abca16;
    position: absolute;
    left: 0px;
    height: 7px;
    right: 0px;
    margin: 0 auto;
    bottom: -17px;
}
.making-area{background: url(../image/inno.jpg); width: 100%; background-size: cover; height: 650px;}

.making-title p {
    color: #fff;
    font-size: 28px;
    width: 33%;
    line-height: 45px;
    letter-spacing: 1px;
}

.innovation-area {
    margin: 15px 0px 30px 0px;
}


.making-title {
    position: relative;
    top: 8em;
}

.making-title p span {
    font-size: 52px;
    color: #abca16;
}

.range-area {
    margin: 50px 0px;
}

.range-title p {
        font-size: 24px;
    text-align: center;
    background: #b10606;
    color: #fff;
    padding: 76px;
    position: relative;
    top: 5em;
    z-index: -1;
}

.working-title p {
    color: #222;
    font-size: 23px;
    text-align: center;
    width: 73%;
    margin: 0 auto;
    margin-bottom: 15px;
    font-style: italic;
}

.range-area {
    margin: 50px 0px 170px 0px;
}

.child-title {
    text-align: center;
    margin-top: 40px;
}


.child-title h2 {
        font-size: 28px;
    margin: 0 auto;
    color: #222;
    line-height: 32px;
    letter-spacing: 7px;
}

.child-title h2 span {
    color: #2d5444;
}

.child-title p {
    font-size: 21px;
    color: #222;
    width: 60%;
    margin: 0 auto;
    margin-top: 17px;
}
button.navbar-toggle {
    margin-right: 0px;
}

.radico-bg {
    background: url(../image/comm-bg.jpg);
    height: 600px;
    width: 100%;
    background-size: cover;
    margin-top: 55px;
}

.child-title p:before {
    content: '';
    width: 10%;
    height: 6px;
    position: absolute;
    background: #9aae18;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -20px;
}

.radico-title {
    background: #333333;
    width: 30%;
    float: right;
    padding: 35px;
    position: relative;
    top: 17em;
}


.provide-area p {
        font-size: 26px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    margin-top: 1.5em;
    line-height: 45px;
}


.provide-area p span img {
    position: relative;
    right: 30px;
}
.provide-area p b {
    font-weight: 500;
    color: #2d5444;
}


.provide-area p span {
    color: #af0e0e;
    font-size: 42px;
    font-weight: 700;
    font-family: 'TimesNewRomanPS-BoldItalicMT';
    text-transform: capitalize;
}

.radico-title h2 {
    color: #af0802;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: 40px;
    text-align: center;
    font-family: 'TimesNewRomanPS-BoldItalicMT';
    margin-top: 0px;
    text-transform: capitalize;
}

.radico-title p {
    color: #fff;
    font-size: 17px;
    line-height: 39px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: justify;
}
/*close*/


/*contact*/

.contact-title h2 {
    font-size: 26px;
    color: #222;
    font-weight: 500;
}

.contact-title h3 {
    margin-top: 11px;
    color: #b20507;
    font-size: 24px;
}


.contact-title p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
}

.contact-title p a {
    color: #000;
}


.contact-area {
    margin-top: 30px;
}

.contact-title.usa {
    margin-top: 40px;
}


.innovation-heading p span {
    color: #be0411;
}


.col-xs-12.col-sm-6.col-md-6.new {
    padding-right: 0px;
}

.col-xs-12.col-sm-6.col-md-6.old {
    padding-left: 0px;
}

.product-title {
      background: #b2b705;
    padding: 45px;
    position: relative;
    top: 5em;
}

.product-title h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 4px;
}


.product-title i {
    padding-right: 8px;
}

.product-title h2:before {
    content: '';
    width: 8%;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 2.8em;
    left: 7.5em;
}

.product-title p {
    color: #fff;
    font-size: 19px;
    margin-bottom: 18px;
}

.buisness-area {
    text-align: center;
}

.buisness-area h2 {
    font-size: 32px;
    color: #000;
    width: 34%;
    letter-spacing: 2px;
    line-height: 36px;
    margin: 0 auto;
    font-weight: 500;
}

.buisness-area h2:before {
    content: '';
    width: 12%;
    height: 3px;
    position: absolute;
    background: #b2b705;
    top: 2.6em;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.buisness-area p {
    width: 71%;
    color: #000;
    margin: 0 auto;
    margin-top: 15px;
    font-style: italic;
    font-size: 20px;
}

/*.buisness-area p:before {
    content: '';
    width: 12%;
    height: 5px;
    position: absolute;
    background: #b2b705;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -20px;
}*/

.footer-menu h2 {
    font-size: 22px;
    color: #040404;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.footer-menu ul li {
    padding-bottom: 3px;
}

.footer-add h2 {
    font-size: 22px;
    color: #040404;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.footer-icon ul li {
    display: inline-block;
    padding: 0px 8px;
}

.resources-area p {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
}

.footer-icon h2 {
    font-size: 22px;
    color: #040404;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.footer-add p {
    border: 0px;
}

.footer-logo img {
    position: relative;
    top: 6em;
}

.footer-menu {
    margin-bottom: 20px;
}

.resources-area {
    padding-top: 35px;
}


.footer-icon ul li a {
    font-size: 20px;
    color: #000;
}

.footer-add p {
    font-size: 16px;
    margin: 0px;
    padding: 2px;
    text-align: left;

}

.footer-menu ul li a {
    font-size: 16px !important;
    color: #000;
}
.buisness-area h3 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
    margin-top: 28px !important;
    width: 70%;
    letter-spacing: 2px;
    margin: 0 auto;
}

.award-title h2 {
    font-size: 24px;
    color: #222;
}

.award-title p {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    letter-spacing: 1px;
}

.oxford-title p:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #222;
    position: absolute;
    top: 9px;
        left: 0px;
    border-radius: 100px;
}

.oxford-title p{
    position: relative;
}

.oxford-title p span {
    color: #ad0a00;
}

.oxford-area {
    margin-top: 40px;
}


.award-title {
    width: 33%;
    float: right;
    padding: 25px;
    background: linear-gradient(124deg, rgb(0, 0, 0) 5%, rgba(52, 52, 53, 0.16) 100%);
    position: relative;
    top: 9em;
}

.oxford-title p {
    color: #222;
    font-size: 18px;
        padding-left: 15px;
    margin-bottom: 20px;
}



    .award-title h2 {
        font-size: 20px;
        color: #fff;
        line-height: 27px;
        letter-spacing: 1px;
    }


.award-area {
    margin-top: 55px;
    background: url(../image/port-banner.jpg);
    background-size: cover;
    height: 700px;
    width: 100%;
}

.company-logo {
    width: 20%;
    float: right;
    text-align: center;
    padding-top: 40px;
}


.company-logo-area {
    margin-top: 35px;
}

.logo-cont {
    width: 100%;
    background-size: cover;
    background: url(../image/logo-banner.jpg);
    height: 400px;
    box-shadow: 0px 5px 20px #adadad;
}

.visit-area {
    margin-top: 50px;
}

.visit-title p {
    text-align: center;
    width: 56%;
    font-size: 21px;
    margin-bottom: 14px !important;
    margin: 0 auto;
    color: #d20e0d;
    font-style: italic;
}

.about-title h2 {
    font-size: 32px;
    color: #000;
    position: relative;
    margin-top: 40px;
    margin-bottom: 25px;
        font-weight: 400;

}

.coming h2 {
    text-align: center;
    color: #000;
    font-size: 3em;
    padding: 3em 0px;
}

.about-title h2:before {
    content: '';
    width: 7%;
    height: 3px;
    background: #b6a30b;
    position: absolute;
    left: 0px;
    top: 38px;
    right: 0px;
    margin: 0 auto;
}

.about-title p {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
/*close*/



/*story*/

.story-title h2 {
    font-size: 26px;
    color: #222;
    font-weight: 500;
}

.story-mid.english {
    margin-top: 25px;
}



.story-title h3 span {
    color: #b1090b;
    font-family: 'TimesNewRomanPS-BoldItalicMT';
    text-transform: capitalize;
    font-size: 37px;
}

.contact-title h3 span {
    font-family: 'TimesNewRomanPS-BoldItalicMT';
}
.story-title h3 {
    margin-top: 12px;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}

.story-mid.hindi {
    margin-top: 50px;
}


.story-title a {
    background: #b1090b;
    font-size: 18px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
}

.story-title p {
    color: #222;
    font-size: 18px;
}
.story-title h4 {
    font-size: 21px;
    text-transform: uppercase;
    color: #b1090b;
}
/*close*/







/*Nokia-9-responsive*/




@media only screen and (max-width: 768px) {


    .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 155px;}

    .fade-carousel {
    position: relative;
    height: 133px;
}

.resources-area p {
    padding: 10px;
}

.home-banner {
    height: 100px;
}

.about-title h2:before {
    content: '';
    width: 15%;
    height: 3px;
    background: #a2b71c;
    position: absolute;
    left: 8em;
    top: 13px;
    display: none;
}

.product-title {
    background: #b2b705;
    padding: 20px;
    position: relative;
    top: 0em;
}

.product-title h2:before {
    content: '';
    width: 10%;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 1.9em;
    left: 6.5em;
}

.product-pic img {
    width: 100%;
}

.col-xs-12.col-sm-6.col-md-6.old {
    padding-left: 15px;
}

.buisness-area h2 {
    font-size: 27px;
    color: #000;
    width: 100%;
}

.buisness-area h2:before {
    content: '';
    width: 25%;
    height: 3px;
    position: absolute;
    background: #b2b705;
    top: 3em;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.buisness-area h3 {
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    margin-top: 28px !important;
    width: 100%;
    letter-spacing: 2px;
    margin: 0 auto;
}

.award-area {
    margin-top: 55px;
    background: url(../image/port-banner.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
}

    .award-title h2 {
        font-size: 20px;
        color: #fff;
        line-height: 27px;
        letter-spacing: 1px;
    }


.award-title p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.company-logo-area {
    display: none;
}

.visit-title p {
    text-align: center;
    width: 100%;
    font-size: 21px;
    margin-bottom: 14px !important;
    margin: 0 auto;
    color: #d20e0d;
    font-style: italic;
}

.visit-area {
    margin-top: 25px;
}

.making-area {
    background: url(../image/inno.jpg);
    width: 100%;
    background-size: cover;
    height: 514px;
}

.making-title {
    position: relative;
    top: 6em;
}

.range-pic {
    display: none;
}

.range-title p {
    font-size: 24px;
    text-align: center;
    background: #b10606;
    color: #fff;
    padding: 21px;
    position: relative;
    top: 0em;
    z-index: -1;
}


.range-area {
    margin: 50px 0px 20px 0px;
}

.working-title:before {
    content: '';
    width: 30%;}


.radico-title {
    background: #333333cc;
    width: 100%;
    float: right;
    padding: 35px;
    position: relative;
    top: 8em;
}

.radico-title p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: justify;
}

.provide-area p {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    margin-top: 1.5em;
    line-height: 45px;
}

.contact-title h2 {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    line-height: 35px;
}

.making-title p{width: 100%;}

.award-title {
    width: 100%;
    float: right;
    padding: 25px;
    background: #000;
    position: relative;
    top: 0em;
}
.col-xs-12.col-sm-6.col-md-6.new {
    padding-right: 15px;
}

.fade-carousel .carousel-inner .item {
    height: 133px;
}
.hero {
    display: none;
}

li.set.act { display: block; }

li.set.act img {
    width: 45%;
    position: relative;
    top: 34px;
    right: 59px;
}
li.set {
    display: none;
}

.nav > li > a {
        padding: 13px 0px !important;
        margin: 0px !important;
}

.about-text h2:before {
    content: '';
    width: 9%;
    height: 4px;
    position: absolute;
    background: #b5ba05;
    left: 9em;
    top: 1.5em;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid #a9a6a6;
}
/*
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 192px;}

}


.fade-carousel {
    position: relative;
    height: 192px;
}
.fade-carousel .carousel-inner .item {
    height: 192px;
}*/



.hero h1 {
    font-size: 1.5em;}



.btn.btn-lg {
    padding: 5px 30px;}


.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus{right: 0em;}

.about-pic img {
    width: 100%;
}

.about-pic {
    margin-top: 45px;
}

.buisness-title.back:before {
    content: '';
    width: 344px;
    height: 347px;
    background: #f4f9f8;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    left: 14px;
    bottom: 12px;
}

.buisness-title h2 {
    font-size: 32px;}


.buisness-title {
    margin-bottom: 30px;
}

.natural-area {
    margin-top: 1em;
}

.natural-title {
    padding-top: 1em;
}

.natural-title h2:before {
    bottom: 10.8em;
}

.natural-title h2 {
    font-size: 27px;
}


.natural-area.global.last h2:before {
    top: 81px;
}

.natural-title.global h3 {
    font-size: 27px;
    line-height: 37px;
}

.radico-title h2{letter-spacing: 30px;}

.child-title p{width: 100%;}

.member-pic img {
    width: 340px;
}


.footer-logo img{top: 0px;}

.natural-area.global {
    margin-top: 1em;
}

.natural-title.global h2:before {
    bottom: 11.5em;
}

.natural-area {
    margin-top: 0em;
}

/*.natural-title.team h2:before {
    background: #868f98;
    width: 13.9%;
    bottom: 8.5em;
}
*/
.natural-area.global.last h2:before {
    bottom: 9.9em;
}

.natural-area.team {
    margin-top: 1em;
}

.natural-title.team h2{
    position: relative;
}

.natural-title.team h2:before {
    bottom: 3em;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b10606;
}


.resources-pages ul li a {
    position: relative;
    left: 1em;
}

.resources-pages ul li span {
    float: right;
    position: relative;
    right: 1em;
}

.resources-heading h2 {
    font-size: 32px;
    margin-top: 0px;}


li.set.act img {
    width: 45%;
    position: relative;
    top: 24px;
    right: 59px;
}

.carousel-inner {
    position: relative;
    bottom: -10px !important;
}


}


/*close*/













/*responsive*/

@media only screen and (max-width: 667px) {




    .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 155px;}

    .fade-carousel {
    position: relative;
    height: 133px;
}

.about-title h2:before {
    content: '';
    width: 15%;
    height: 3px;
    background: #a2b71c;
    position: absolute;
    left: 8em;
    top: 13px;
}

.product-title {
    background: #b2b705;
    padding: 20px;
    position: relative;
    top: 0em;
}

.product-title h2:before {
    content: '';
    width: 10%;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 1.9em;
    left: 6.5em;
}

.product-pic img {
    width: 100%;
}

.col-xs-12.col-sm-6.col-md-6.old {
    padding-left: 15px;
}

.buisness-area h2 {
    font-size: 27px;
    color: #000;
    width: 100%;
}

.buisness-area h2:before {
    content: '';
    width: 25%;
    height: 3px;
    position: absolute;
    background: #b2b705;
    top: 3em;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.buisness-area h3 {
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    margin-top: 28px !important;
    width: 100%;
    letter-spacing: 2px;
    margin: 0 auto;
}

.award-area {
    margin-top: 55px;
    background: url(../image/port-banner.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
}

.award-title h2 {
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
}

.award-title p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.company-logo-area {
    display: none;
}

.visit-title p {
    text-align: center;
    width: 100%;
    font-size: 21px;
    margin-bottom: 14px !important;
    margin: 0 auto;
    color: #d20e0d;
    font-style: italic;
}

.visit-area {
    margin-top: 25px;
}

.making-area {
    background: url(../image/inno.jpg);
    width: 100%;
    background-size: cover;
    height: 514px;
}

.making-title {
    position: relative;
    top: 6em;
}

.range-pic {
    display: none;
}

.range-title p {
    font-size: 24px;
    text-align: center;
    background: #b10606;
    color: #fff;
    padding: 21px;
    position: relative;
    top: 0em;
    z-index: -1;
}


.range-area {
    margin: 50px 0px 20px 0px;
}

.working-title:before {
    content: '';
    width: 30%;}


.radico-title {
    background: #333333cc;
    width: 100%;
    float: right;
    padding: 35px;
    position: relative;
    top: 8em;
}

.radico-title p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: justify;
}

.provide-area p {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    margin-top: 1.5em;
    line-height: 45px;
}

.contact-title h2 {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    line-height: 35px;
}

.making-title p{width: 100%;}

.award-title {
    width: 100%;
    float: right;
    padding: 25px;
    background: #000;
    position: relative;
    top: 0em;
}
.col-xs-12.col-sm-6.col-md-6.new {
    padding-right: 15px;
}

.fade-carousel .carousel-inner .item {
    height: 133px;
}
.hero {
    display: none;
}

li.set.act { display: block; }

li.set.act img {
    width: 45%;
    position: relative;
    top: 34px;
    right: 59px;
}
li.set {
    display: none;
}

.nav > li > a {
        padding: 13px 0px !important;
        margin: 0px !important;
}

.about-text h2:before {
    content: '';
    width: 9%;
    height: 4px;
    position: absolute;
    background: #b5ba05;
    left: 10.4em;
    top: 1.5em;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid #a9a6a6;
}
/*
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 192px;}

}


.fade-carousel {
    position: relative;
    height: 192px;
}
.fade-carousel .carousel-inner .item {
    height: 192px;
}*/



.hero h1 {
    font-size: 1.5em;}



.btn.btn-lg {
    padding: 5px 30px;}


.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus{right: 0em;}

.about-pic img {
    width: 100%;
}

.about-pic {
    margin-top: 45px;
}

.buisness-title.back:before {
    content: '';
    width: 344px;
    height: 347px;
    background: #f4f9f8;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    left: 14px;
    bottom: 12px;
}

.buisness-title h2 {
    font-size: 32px;}


.buisness-title {
    margin-bottom: 30px;
}

.natural-area {
    margin-top: 1em;
}

.natural-title {
    padding-top: 1em;
}

.natural-title h2:before {
    bottom: 10.5em;
}

.natural-title h2 {
    font-size: 27px;
}

.natural-title.global h3 {
    font-size: 27px;
    line-height: 37px;
}

.natural-area.global {
    margin-top: 1em;
}

.natural-title.global h2:before {
    bottom: 10.5em;
}

.natural-area {
    margin-top: 0em;
}

/*.natural-title.team h2:before {
    background: #868f98;
    width: 13.9%;
    bottom: 8.5em;
}
*/
.natural-area.global.last h2:before {
    bottom: 12em;
}

.natural-area.team {
    margin-top: 1em;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b10606;
}


.resources-pages ul li a {
    position: relative;
    left: 1em;
}

.resources-pages ul li span {
    float: right;
    position: relative;
    right: 1em;
}

.resources-heading h2 {
    font-size: 32px;
    margin-top: 0px;}


li.set.act img {
    width: 23%;
    position: relative;
    top: 34px;
    right: 59px;
}

.carousel-inner {
    position: relative;
    bottom: -10px !important;
}


}




/*@media only screen and (max-width: 480px) {

    .natural-title.team h2:before {
    bottom: 9.5em;
}

}*/










/*Nokia-9-responsive*/




@media only screen and (max-width: 480px) {


    .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 155px;}

    .fade-carousel {
    position: relative;
    height: 133px;
}

.resources-area p {
    padding: 10px;
}

.home-banner {
    height: 100px;
}

.about-title h2:before {
    content: '';
    width: 15%;
    height: 3px;
    background: #a2b71c;
    position: absolute;
    left: 8em;
    top: 13px;
    display: none;
}

.product-title {
    background: #b2b705;
    padding: 20px;
    position: relative;
    top: 0em;
}

.product-title h2:before {
    content: '';
    width: 10%;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 1.9em;
    left: 6.5em;
}

.product-pic img {
    width: 100%;
}

.col-xs-12.col-sm-6.col-md-6.old {
    padding-left: 15px;
}

.buisness-area h2 {
    font-size: 27px;
    color: #000;
    width: 100%;
}

.buisness-area h2:before {
    content: '';
    width: 25%;
    height: 3px;
    position: absolute;
    background: #b2b705;
    top: 3em;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.buisness-area h3 {
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    margin-top: 28px !important;
    width: 100%;
    letter-spacing: 2px;
    margin: 0 auto;
}

.award-area {
    margin-top: 55px;
    background: url(../image/port-banner.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
}

.award-title h2 {
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
}

.award-title p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.company-logo-area {
    display: none;
}

.visit-title p {
    text-align: center;
    width: 100%;
    font-size: 21px;
    margin-bottom: 14px !important;
    margin: 0 auto;
    color: #d20e0d;
    font-style: italic;
}

.visit-area {
    margin-top: 25px;
}

.making-area {
    background: url(../image/inno.jpg);
    width: 100%;
    background-size: cover;
    height: 514px;
}

.making-title {
    position: relative;
    top: 6em;
}

.range-pic {
    display: none;
}

.range-title p {
    font-size: 24px;
    text-align: center;
    background: #b10606;
    color: #fff;
    padding: 21px;
    position: relative;
    top: 0em;
    z-index: -1;
}


.range-area {
    margin: 50px 0px 20px 0px;
}

.working-title:before {
    content: '';
    width: 30%;}


.radico-title {
    background: #333333cc;
    width: 100%;
    float: right;
    padding: 35px;
    position: relative;
    top: 8em;
}

.radico-title p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: justify;
}

.provide-area p {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    margin-top: 1.5em;
    line-height: 45px;
}

.contact-title h2 {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    line-height: 35px;
}

.making-title p{width: 100%;}

.award-title {
    width: 100%;
    float: right;
    padding: 25px;
    background: #000;
    position: relative;
    top: 0em;
}
.col-xs-12.col-sm-6.col-md-6.new {
    padding-right: 15px;
}

.fade-carousel .carousel-inner .item {
    height: 133px;
}
.hero {
    display: none;
}

li.set.act { display: block; }

li.set.act img {
    width: 45%;
    position: relative;
    top: 34px;
    right: 59px;
}
li.set {
    display: none;
}

.nav > li > a {
        padding: 13px 0px !important;
        margin: 0px !important;
}

.about-text h2:before {
    content: '';
    width: 9%;
    height: 4px;
    position: absolute;
    background: #b5ba05;
    left: 9em;
    top: 1.5em;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid #a9a6a6;
}
/*
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 192px;}

}


.fade-carousel {
    position: relative;
    height: 192px;
}
.fade-carousel .carousel-inner .item {
    height: 192px;
}*/



.hero h1 {
    font-size: 1.5em;}



.btn.btn-lg {
    padding: 5px 30px;}


.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus{right: 0em;}

.about-pic img {
    width: 100%;
}

.about-pic {
    margin-top: 45px;
}

.buisness-title.back:before {
    content: '';
    width: 344px;
    height: 347px;
    background: #f4f9f8;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    left: 14px;
    bottom: 12px;
}

.buisness-title h2 {
    font-size: 32px;}


.buisness-title {
    margin-bottom: 30px;
}

.natural-area {
    margin-top: 1em;
}

.natural-title {
    padding-top: 1em;
}

.natural-title h2:before {
    bottom: 10.8em;
}

.natural-title h2 {
    font-size: 27px;
}


.natural-area.global.last h2:before {
    top: 81px;
}

.natural-title.global h3 {
    font-size: 27px;
    line-height: 37px;
}

.radico-title h2{letter-spacing: 30px;}

.child-title p{width: 100%;}

.member-pic img {
    width: 340px;
}


.footer-logo img{top: 0px;}

.natural-area.global {
    margin-top: 1em;
}

.natural-title.global h2:before {
    bottom: 11.5em;
}

.natural-area {
    margin-top: 0em;
}

/*.natural-title.team h2:before {
    background: #868f98;
    width: 13.9%;
    bottom: 8.5em;
}
*/
.natural-area.global.last h2:before {
    bottom: 9.9em;
}

.natural-area.team {
    margin-top: 1em;
}

.natural-title.team h2{
    position: relative;
}

.natural-title.team h2:before {
    bottom: 3em;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b10606;
}


.resources-pages ul li a {
    position: relative;
    left: 1em;
}

.resources-pages ul li span {
    float: right;
    position: relative;
    right: 1em;
}

.resources-heading h2 {
    font-size: 32px;
    margin-top: 0px;}


li.set.act img {
    width: 45%;
    position: relative;
    top: 24px;
    right: 59px;
}

.carousel-inner {
    position: relative;
    bottom: -10px !important;
}


}


/*close*/











/*iphone7-plus-responsive*/




@media only screen and (max-width: 414px) {

.attchment_filemain {
     padding-top: 0px; 
     padding-left: 0px;
     padding: 20px; 
    padding: 20px;
}

    .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 155px;}

    .fade-carousel {
    position: relative;
    height: 133px;
}

.resources-area p {
    padding: 10px;
}

.home-banner {
    height: 100px;
}

.about-title h2:before {
    content: '';
    width: 15%;
    height: 3px;
    background: #a2b71c;
    position: absolute;
    left: 8em;
    top: 13px;
    display: none;
}

.product-title {
    background: #b2b705;
    padding: 20px;
    position: relative;
    top: 0em;
}

.product-title h2:before {
    content: '';
    width: 10%;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 1.9em;
    left: 6.5em;
}

.product-pic img {
    width: 100%;
}

.col-xs-12.col-sm-6.col-md-6.old {
    padding-left: 15px;
}

.buisness-area h2 {
    font-size: 27px;
    color: #000;
    width: 100%;
}

.buisness-area h2:before {
    content: '';
    width: 25%;
    height: 3px;
    position: absolute;
    background: #b2b705;
    top: 3em;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.buisness-area h3 {
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    margin-top: 28px !important;
    width: 100%;
    letter-spacing: 2px;
    margin: 0 auto;
}

.award-area {
    margin-top: 55px;
    background: url(../image/port-banner.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
}

.award-title h2 {
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
}

.award-title p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.company-logo-area {
    display: none;
}

.visit-title p {
    text-align: center;
    width: 100%;
    font-size: 21px;
    margin-bottom: 14px !important;
    margin: 0 auto;
    color: #d20e0d;
    font-style: italic;
}

.visit-area {
    margin-top: 25px;
}

.making-area {
    background: url(../image/inno.jpg);
    width: 100%;
    background-size: cover;
    height: 514px;
}

.making-title {
    position: relative;
    top: 6em;
}

.range-pic {
    display: none;
}

.range-title p {
    font-size: 24px;
    text-align: center;
    background: #b10606;
    color: #fff;
    padding: 21px;
    position: relative;
    top: 0em;
    z-index: -1;
}


.range-area {
    margin: 50px 0px 20px 0px;
}

.working-title:before {
    content: '';
    width: 30%;}


.radico-title {
    background: #333333cc;
    width: 100%;
    float: right;
    padding: 35px;
    position: relative;
    top: 8em;
}

.radico-title p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: justify;
}

.provide-area p {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    margin-top: 1.5em;
    line-height: 45px;
}

.contact-title h2 {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    line-height: 35px;
}

.making-title p{width: 100%;}

.award-title {
    width: 100%;
    float: right;
    padding: 25px;
    background: #000;
    position: relative;
    top: 0em;
}
.col-xs-12.col-sm-6.col-md-6.new {
    padding-right: 15px;
}

.fade-carousel .carousel-inner .item {
    height: 133px;
}
.hero {
    display: none;
}

li.set.act { display: block; }

li.set.act img {
    width: 45%;
    position: relative;
    top: 34px;
    right: 59px;
}
li.set {
    display: none;
}

.nav > li > a {
        padding: 13px 0px !important;
        margin: 0px !important;
}

.about-text h2:before {
    content: '';
    width: 9%;
    height: 4px;
    position: absolute;
    background: #b5ba05;
    left: 9em;
    top: 1.5em;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid #a9a6a6;
}
/*
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 192px;}

}


.fade-carousel {
    position: relative;
    height: 192px;
}
.fade-carousel .carousel-inner .item {
    height: 192px;
}*/



.hero h1 {
    font-size: 1.5em;}



.btn.btn-lg {
    padding: 5px 30px;}


.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus{right: 0em;}

.about-pic img {
    width: 100%;
}

.about-pic {
    margin-top: 45px;
}

.buisness-title.back:before {
    content: '';
    width: 344px;
    height: 347px;
    background: #f4f9f8;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    left: 14px;
    bottom: 12px;
}

.buisness-title h2 {
    font-size: 32px;}


.buisness-title {
    margin-bottom: 30px;
}

.natural-area {
    margin-top: 1em;
}

.natural-title {
    padding-top: 1em;
}

.natural-title h2:before {
    bottom: 10.8em;
}

.natural-title h2 {
    font-size: 27px;
}


.natural-area.global.last h2:before {
    top: 81px;
}

.natural-title.global h3 {
    font-size: 27px;
    line-height: 37px;
}

.radico-title h2{letter-spacing: 30px;}

.child-title p{width: 100%;}

.member-pic img {
    width: 340px;
}


.footer-logo img{top: 0px;}

.natural-area.global {
    margin-top: 1em;
}

.natural-title.global h2:before {
    bottom: 11.5em;
}

.natural-area {
    margin-top: 0em;
}

/*.natural-title.team h2:before {
    background: #868f98;
    width: 13.9%;
    bottom: 8.5em;
}
*/
.natural-area.global.last h2:before {
    bottom: 9.9em;
}

.natural-area.team {
    margin-top: 1em;
}

.natural-title.team h2{
    position: relative;
}

.natural-title.team h2:before {
    bottom: 3em;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b10606;
}


.resources-pages ul li a {
    position: relative;
    left: 1em;
}

.resources-pages ul li span {
    float: right;
    position: relative;
    right: 1em;
}

.resources-heading h2 {
    font-size: 32px;
    margin-top: 0px;}


li.set.act img {
    width: 45%;
    position: relative;
    top: 34px;
    right: 59px;
}

.carousel-inner {
    position: relative;
    bottom: -10px !important;
}


}


/*close*/




























@media only screen and (max-width: 375px) {


.about-text p {
    font-size: 18px;
}

.innovation-heading p {
    font-size: 18px;
}
.about-title p {
    font-size: 18px;
}

.attchment_filemain {
     padding-top: 0px;
     padding-left: 0px;
     padding: 20px;
    padding: 20px;
    margin-top: 20px;
}

    .fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 155px;}

    .fade-carousel {
    position: relative;
    height: 133px;
}

.home-banner {
    height: 100px;
}

.about-title h2:before {
    content: '';
    width: 15%;
    height: 3px;
    background: #a2b71c;
    position: absolute;
    left: 8em;
    top: 13px;
    display: none;
}

.product-title {
    background: #b2b705;
    padding: 20px;
    position: relative;
    top: 0em;
}

.product-title h2:before {
    content: '';
    width: 10%;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 1.9em;
    left: 6.5em;
}

.product-pic img {
    width: 100%;
}

.col-xs-12.col-sm-6.col-md-6.old {
    padding-left: 15px;
}

.buisness-area h2 {
    font-size: 27px;
    color: #000;
    width: 100%;
}

.buisness-area h2:before {
    content: '';
    width: 25%;
    height: 3px;
    position: absolute;
    background: #b2b705;
    top: 3em;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.buisness-area h3 {
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    margin-top: 28px !important;
    width: 100%;
    letter-spacing: 2px;
    margin: 0 auto;
}

.award-area {
    margin-top: 55px;
    background: url(../image/port-banner.jpg);
    background-size: cover;
    height: 300px;
    width: 100%;
}

.award-title h2 {
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 1px;
}

.award-title p {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.company-logo-area {
    display: none;
}

.visit-title p {
    text-align: center;
    width: 100%;
    font-size: 21px;
    margin-bottom: 14px !important;
    margin: 0 auto;
    color: #d20e0d;
    font-style: italic;
}

.visit-area {
    margin-top: 25px;
}

.making-area {
    background: url(../image/inno.jpg);
    width: 100%;
    background-size: cover;
    height: 514px;
}

.making-title {
    position: relative;
    top: 6em;
}

.range-pic {
    display: none;
}

.range-title p {
    font-size: 24px;
    text-align: center;
    background: #b10606;
    color: #fff;
    padding: 21px;
    position: relative;
    top: 0em;
    z-index: -1;
}


.range-area {
    margin: 50px 0px 20px 0px;
}

.working-title:before {
    content: '';
    width: 30%;}


.radico-title {
    background: #333333cc;
    width: 100%;
    float: right;
    padding: 35px;
    position: relative;
    top: 8em;
}

.radico-title p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-align: justify;
}

.provide-area p {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    width: 94%;
    margin: 0 auto;
    margin-top: 1.5em;
    line-height: 45px;
}

.contact-title h2 {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    line-height: 35px;
}

.making-title p{width: 100%;}

.award-title {
    width: 100%;
    float: right;
    padding: 25px;
    background: #000;
    position: relative;
    top: 0em;
}
.col-xs-12.col-sm-6.col-md-6.new {
    padding-right: 15px;
}

.fade-carousel .carousel-inner .item {
    height: 133px;
}
.hero {
    display: none;
}

li.set.act { display: block; }

li.set.act img {
    width: 45%;
    position: relative;
    top: 34px;
    right: 59px;
}
li.set {
    display: none;
}

.nav > li > a {
        padding: 13px 0px !important;
        margin: 0px !important;
}

.about-text h2:before {
    content: '';
    width: 9%;
    height: 4px;
    position: absolute;
    background: #b5ba05;
    left: 9em;
    top: 1.5em;
}

.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid #a9a6a6;
}
/*
.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 192px;}

}


.fade-carousel {
    position: relative;
    height: 192px;
}
.fade-carousel .carousel-inner .item {
    height: 192px;
}*/



.hero h1 {
    font-size: 1.5em;}



.btn.btn-lg {
    padding: 5px 30px;}


.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus{right: 0em;}

.about-pic img {
    width: 100%;
}

.about-pic {
    margin-top: 45px;
}

.buisness-title.back:before {
    content: '';
    width: 344px;
    height: 347px;
    background: #f4f9f8;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    left: 14px;
    bottom: 12px;
}

.buisness-title h2 {
    font-size: 32px;}


.buisness-title {
    margin-bottom: 30px;
}

.natural-area {
    margin-top: 1em;
}

.natural-title {
    padding-top: 1em;
}

.natural-title h2:before {
    bottom: 10.8em;
}

.natural-title h2 {
    font-size: 27px;
}


.natural-area.global.last h2:before {
    top: 81px;
}

.natural-title.global h3 {
    font-size: 27px;
    line-height: 37px;
}

.radico-title h2{letter-spacing: 30px;}

.child-title p{width: 100%;}

.member-pic img {
    width: 340px;
}


.footer-logo img{top: 0px;}

.natural-area.global {
    margin-top: 1em;
}

.natural-title.global h2:before {
    bottom: 11.5em;
}

.natural-area {
    margin-top: 0em;
}

/*.natural-title.team h2:before {
    background: #868f98;
    width: 13.9%;
    bottom: 8.5em;
}
*/
.natural-area.global.last h2:before {
    bottom: 9.9em;
}

.natural-area.team {
    margin-top: 1em;
}

.natural-title.team h2{
    position: relative;
}

.natural-title.team h2:before {
    bottom: 3em;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #b10606;
}


.resources-pages ul li a {
    position: relative;
    left: 1em;
}

.resources-pages ul li span {
    float: right;
    position: relative;
    right: 1em;
}

.resources-heading h2 {
    font-size: 32px;
    margin-top: 0px;}


li.set.act img {
    width: 45%;
    position: relative;
    top: 34px;
    right: 59px;
}

.carousel-inner {
    position: relative;
    bottom: -10px !important;
}


}