
body{
    overflow-x: hidden;
    margin: 0px auto;
}
@font-face {
  font-family: mm1;
  src: url(../fonts/tt0035m_.ttf);
}
@font-face {
  font-family: mm2;
  src: url(../fonts/avian_0.ttf);
}
@font-face {
  font-family: mm3;
  src: url(../fonts/AVIANB_0.ttf);
}

/*-------------------------------------------------------header start------------------------------------------------------*/

.head1{
    position: absolute;
    width: 8%;
    top: 7%;
    z-index: 9999;
    left: 3%;
}
.logo{
    width: 100%;
}
.logo a img{
    width: 100%;
}
    

.menu11 li{
    color: #fff0;
    background-color: #fff;
    width: 50%;
    cursor: pointer;
    height: 5px;
}

.menu11{
    background-color: #02378d;
    width: 50%;
    padding: 0% 0% 0% 1.2%;
    border-right: 1px solid #ffffff54;
    text-align: center;
    position: relative;
}
.media11{
    transition: .mainh1 1s;
    background-color: #b50a00;
    width: 50%;
    padding: 0% 0% 0% 1.2%;
}
.mainh1{
    display: none;
    position: absolute;
    left: 0%;
    width: 100%;
}

.menu11 i {
    font-size: 2vw;
    color: #fff;
    padding: 6% 0% 7% 0%;
}
.media11:hover{
    background-color: #b50a0099;
}
.media11:hover .mainh1{
    display: block;
     animation: popIn 0.8s;
}
.fb{
    background-color: #b50a00;
        padding: 10% 10% 10% 10%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: all 0.2s;
}
.fb:hover{
    margin-left: 10%;
}
.fb a i{
    color: #fff;
    font-size: 3vw;
}
.fb a h3{
    font-family: mm2;
    font-size: 0.7vw;
    color: #fff !important;
}
.fb a:hover{
    text-decoration: none;
}
.insta{
    background-color: #01378d;
        padding: 10% 10% 10% 10%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: all 0.2s;
}
.insta:hover{
    margin-left: 10%;
}
.insta a i{
    font-size: 3vw;
    color: #fff;
}
.insta a h3{
    font-family: mm2;
    font-size: 0.7vw;
    color: #fff !important;
    padding-top: 5%;
}
.insta a:hover{
    text-decoration: none;
}
.twitter{
    background-color: #b50a00;
    padding: 10% 10% 10% 10%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: all 0.2s;
}
.twitter:hover{
    margin-left: 10%;
}
.twitter a i{
    color: #fff;
    font-size: 3vw;
}
.twitter a h3{
    font-family: mm2;
    font-size: 0.7vw;
    color: #fff !important;
}
.twitter a:hover{
    text-decoration: none;
}
.linkk{
    background-color: #01378d;
        padding: 10% 10% 10% 10%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: all 0.2s;
}
.linkk:hover{
    margin-left: 10%;
}
.linkk a i{
    font-size: 3vw;
    color: #fff;
}
.linkk a h3{
    font-family: mm2;
    font-size: 0.7vw;
    color: #fff !important;
    padding-top: 5%;
}
.linkk a:hover{
    text-decoration: none;
}

.share{
    text-align: center;
}
.share i {
    font-size: 2vw;
    color: #fff;
    padding: 6% 0% 7% 0%;
}
.menu11:hover{
    background-color: #01378d91;
}
.menu11:hover .mainh{
    display: block;
     animation: popIn 0.8s;
}
.l1, .l2, .l3{
       width: 35px;
    height: 6px;
    z-index: 999;
    border-radius: 25px;
    margin: 8px 0;
    transition: 0.4s;
}
.mainh{
    text-align: center;
    display: none;
    position: absolute;
    left: 0%;
    width: 200%;
}
.home1{
    background-color: #b50a00;
        padding: 15% 10% 15% 10%;
    width: 100%;
    border-radius: 10px;
    transition: all 0.2s;
}
.home1:hover{
    margin-left: 10%;
}
.home1 a i{
    color: #fff;
    font-size: 3vw;
}
.home1 a h3{
    font-family: mm2;
    font-size: 0.7vw;
    color: #fff !important;
}
.home1 a:hover{
    text-decoration: none;
}
.about1{
    background-color: #01378d;
        padding: 15% 10% 15% 10%;
    width: 100%;
    border-radius: 10px;
    transition: all 0.2s;
}
.about1:hover{
    margin-left: 10%;
}

.about1 a i{
    font-size: 3vw;
    color: #fff;
}
.about1 a h3{
    font-family: mm2;
    font-size: 0.7vw;
    color: #fff !important;
    padding-top: 5%;
}
.about1 a:hover{
    text-decoration: none;
}
.contact1{
    background-color: #b50a00;
    padding: 15% 10% 15% 10%;
    width: 100%;
    border-radius: 10px;
    transition: all 0.2s;
}
.contact1:hover{
    margin-left: 10%;
}
.contact1 a i{
    color: #fff;
    font-size: 3vw;
}
.contact1 a h3{
    font-family: mm2;
    font-size: 0.7vw;
    color: #fff !important;
}
.contact1 a:hover{
    text-decoration: none;
}






























/*-------------------------------------------------------header end------------------------------------------------------*/



/*---------------------------------------------------index start--------------------------------------------------*/
.video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
}
.video video{
    width: 100%;
}
.banner1{
    position: relative;
    padding: 50% 0% 0% 0%;
}
/*.tank{
    position: absolute;
    top: 34%;
    right: 6%;
}*/
.tanker{
    position: absolute;
    top: 22.5%;
    right: 3%;
    width: 45%;
    text-align: right;
}
.tank h3{
    font-size: 10vw;
    font-family: mm1;
    color: #b50a02;
    line-height: 0.8;
    margin: 0%;
    text-align: left;
    padding-left: 18%;
}

.lng{
    font-size: 3vw;
    font-family: mm2;
    color: #fff;
    background-color: #01378db8;
    padding: 1% 2% 1% 2%;
}
.pipe{
    background: url(../assets/img/Layer-811-copy.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0% 0% 15% 0%;
    text-align: center;
}
.cont{
    background-color: #01378d;
    padding: 4% 5% 4% 5%;
    height: 100%;
}
.cont h3{
    font-size: 1.2vw;
    color: #fff;
    text-align: justify;
    font-family: mm2;
}
.pipe h3{
    font-family: mm1;
    color: #fff;
    font-size: 5.5vw;
    padding-top: 19%;
}
.one{
    text-align: justify;
    padding: 15% 0% 3% 10%;
}
.one h3{
    font-family: mm2;
    font-size: calc(1.1vw + 1.1vh);
    color: #b50a00;
}
.one h4{
    font-family: mm1;
    font-size: calc(2.8vw + 2.8vw);
    color: #02389a;
    line-height: 1;
}
.ship{
    width: 100%;
    padding: 5% 5% 0% 0%;
}
.ship img{
    width: 100%;
}
.pro{
    width: 28%;
    margin: 1%;
    text-align: center;
    background-color: #b50a00;
    padding: 4% 4% 4% 4%;
}
.pro img{
    width: 70%;
}

.spot img{
    width: 65%;
}
.doc img{
    width: 65%;
}
.pro h3{
    font-family: mm2;
    color: #fff;
    font-size: 1vw;
    padding-top: 20%;
}
.spot{
    width: 28%;
    margin: 1%;
    text-align: center;
    background-color: #b50a00;
    padding: 4% 2% 4% 2%;
}
.spot h3{
    font-family: mm2;
    color: #fff;
    font-size: 1vw;
    padding-top: 10%;
}
.doc{
    width: 28%;
    margin: 1%;
    text-align: center;
    background-color: #b50a00;
    padding: 4% 2% 4% 2%;
}
.doc h3{
    font-family: mm2;
    color: #fff;
    font-size: 1vw;
    padding-top: 10%;
}
.red{
    padding-left: 10%;
}
.ship1{
    width: 26%;
    padding-left: 3%;
}
.ship1 img{
    width: 100%;
}
.shipimg{
  transform: translateX(0px);
}
.parallax {
  background-image: url(../assets/img/Layer-811-copy-3.jpg);
  min-height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 13% 0% 13% 0%;
  position: relative;
}
.banner3 h3{
    font-size: calc(0.9vw + 0.9vh);
    color: #fff;
    font-family: mm2;
    width: 70%;
    text-align: justify;
    margin: auto;
    padding-bottom: 2%;
}
.banner3 h4{
    font-family: mm1;
    color: #fff;
    font-size: calc(2.8vw + 2.8vh);
    text-align: center;
    padding-bottom: 2%;
}

.plant1{
    width: 100%;
}
.plant1 img{
    width: 100%;
}
.plant2{
    width: 100%;
    height: 100%;
}
.plant2 img{
    width: 100.1%;
}
.get{
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 3% 0% 2% 0%;
}
.get h3{
    font-family: mm1;
    font-size: calc(2.8vw + 2.8vh);
    color: #01378d;
}
.get h4{
    font-family: mm2;
    color: #000;
    font-size: 1.5vw;
}
.frm{
    width: 60%;
    text-align: center;
    margin: auto;
    padding-bottom: 2%;
}
.frmm{
    width: 100%;
    background-color: #01378d;
    text-align: justify;
    border: none;
    padding: 2% 0% 2% 2%;
    color: #fff;
    font-size: 1.1vw;
    font-family: mm2;
    margin: 4% 0% 0% 0%;
}
.frmm1{
    width: 100%;
    background-color: #01378d;
    text-align: justify;
    border: none;
    padding: 1% 0% 8% 1%;
    color: #fff;
    font-size: 1.1vw;
    font-family: mm2;
    margin: 2% 0% 0% 0%;
}
::placeholder{
    color: #d5d5d5 !important;
}


.btn2 input{
    border: none;
    background-color: #fff;
    font-family: 'mm2';
    font-weight: bolder;
    font-size: 1.5vw;
    color: #01378d;
    padding: 1% 0% 1% 0%;
    text-decoration: underline;
    cursor: pointer;
}
.fot1{
    background-color: #b50a00;
    text-align: center;
}
.mail{
    width: 50%;
    text-align: right;
    padding: 2% 0% 2% 0%;
}
.mail img{
    width: 22%;
}
.mail1{
    width: 35%;
    padding: 7% 0% 0% 0%;
}
.mail1 a{
    text-align: justify;
    color: #fff;
    font-family: mm2;
    font-size: calc(0.9vw + 0.9vh)
} 
.mail1 a:hover{
    color: #fff !important;
}
.adimg{
    width: 24%;
    text-align: left;
    padding: 2% 0% 2% 13%;
    border-left: 1px solid #fff;
}
.adimg img{
    width: 100%;
}
.address{
    width: 60%;
    text-align: left;
    padding: 4% 0% 0% 5%;
}
.address h3{
    font-family: mm2;
    font-size: calc(0.9vw + 0.9vh);
    color: #fff;
}

/*------------------------------------------------------------index end------------------------------------------------*/

/*------------------------------------------------------------footer start----------------------------------------------*/

.blue{
    background-color: #01378d;
    padding: 1% 0% 0.3% 0%;
}
.over h3{
    font-family: mm2;
    color: #fff;
    font-size: 1vw;
}
.over{
    text-align: center;
}
.create{
    text-align: center;
}
.create h3{
    font-family: mm2;
    color: #fff;
    font-size: 1vw;
}
.create h3 a{
    font-family: mm2;
    color: #fff;
    font-size: 1vw;
}
#button1 {
  display: inline-block;
  background-color: #b50a00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 32px;
  color: #fff;
  transition: all .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button1:hover {
  cursor: pointer;
  background-color: #01378d;
  color: #fff;
  border-radius: 25px;
}
#button1:active {
  background-color: #01378d;
}
#button1.show {
  opacity: 1;
  visibility: visible;
}























/*------------------------------------------------------------footer end----------------------------------------------*/

/*------------------------------------------------------------news start----------------------------------------------*/

.news{
    width: 100%;
}
.news img{
    width: 100%;
}
.achive{
    width: 70%;
    text-align: center;
    margin: auto;
    padding: 5% 0% 5% 0%;
}
.achive h3{
    font-family: mm1;
    font-size: calc(3.8vw + 3.8vh);
    color: #01378d;
}




.circle {
  padding: 13px 20px;
  border-radius: 50%;
  /* border width below makes connecting segments and 
  borders unified, appearing to be part of one another */
  border:3px solid #afbada;
  background-color: #213f99;
  color: #fff;
  /* remember that whatever "border:(x)width" property is 
  added to the .circle, the max height below also has to
  have this same amount added to it for it to appear
  perfectly round :*/
  max-height: 53px;
  z-index: 2;
}
.how-it-works.row .col-2 {
  align-self: stretch;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 4px solid #b50a00;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  /* had to add 51% to the height to avoid a break 
     in the segment and avoid a white gap in this
     first :after rule  
  */
  height: 51%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
/* in order to make the left segments with the class
   of "full" on left cols appear continuous, another    
   :after instance had to be created as the border of the 
   segments have a border-left of 3px. This is fine for
   those that appear on the right cols, but they don't 
   align on the left without the :after below.
*/
.how-it-works.row .col-2.fullLeft::after {
  height: 100%;
  left: calc(50% - 0px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}
.timeline div {
  padding: 0;
  height: 39.8px;
}
.timeline hr {
  border-top: 4px solid #b50a00;
  margin: 0;
  top: 16px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 4px solid #b50a00;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
      left: -49%;
    top: calc(48% - 3px);
}
.timeline .top-left {
  left: -49%;
  top: -50%;
}
.timeline .right-bottom {
      left: 50%;
    top: calc(48% - 3px);
}
/* type treatments */
h5 {
  font-family:'EB Garamond', serif;
  font-weight:700;
  font-size:1.59rem;
  color:#213f99;
}
h2 {
  font-family:'EB Garamond', serif;
  font-weight:700;
  color:#c88a12;
}
p {
  color:#213f99;
}
.circle.font-weight-bold {
  font-family:'EB Garamond', serif;
}
/* makes caousel captions visible on an array of backgrounds */

.owl-nav{
    position: absolute !important;
    top: 25% !important;
    transform: translateY(-50%);
    width: 100%;
}
.owl-prev{
    position: absolute !important;
    left: -1% !important;
    border: none !important;
}
.owl-prev:focus{
    outline: unset !important;
}
.owl-next{
    position: absolute !important;
    right: -1% !important;
}
.owl-next:focus{
    outline: unset !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 4vw !important;
    color: #ffffffc9 !important;
}
/* scrollMagic helper classes */
.milestone {
  background-color:#fff;
  border-radius:7px;
  opacity:1;
  transition:1s;
}
.milestone.fade-in {
  background-color:rgba(200, 138, 18,.43);
  opacity:1;
}
/* /scrollMagic helper classes */

.abt{
    padding: 0% 0% 5% 0%;
}

.abcd {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    background-color: #eee6e6;
    border-radius: 10px;
    transition: all 0.5s;
    color: #000;
}
.abcd:hover{
    background-color: #01378d;
    color: #fff;
}
.mnn h5{
    font-family: mm2;
    font-size: 1.5vw;
}
.ach img{
    width: 80%;
}












/*------------------------------------------------------------news end----------------------------------------------*/


.menu ul li, .hidden-menu {
    list-style:none;
    margin:0;
    padding:0;
}   

.mobile-menu-bar {
    position: relative;
    height: 50px;
    width: 100%;
    background: #b50a02;
    top: -7px;
    left: 15px;
    border-bottom: 1px solid #ddd;
    z-index:101;
}
.mm-top-bar {
    width: 100%;
    height: 50px;
    position: relative;
}
.mm-top-bar .logo {
    position: absolute;
    right: 10px;
    height: 50px;
}
.mm-top-bar .logo img {
    height: 40px;
    margin: 5px;
}
.mm-top-bar > .menu {
    height:50px;
    width:90px;
}
.mm-top-bar > .menu > img{
    width:50px;
}
.hidden-menu {
    position: absolute;
    left: 0;
    top:50.5px;
    width: 100%;
    height:0px;
    transition:height 1s ;
    overflow:hidden;
}
.hidden-menu.active {
    top: 50.5px;
    display:block;
    width: 265px;
    height:300px;
}
.hidden-menu li {
    width: 100%;
    background: rgba(249, 249, 249, 0.7);
    height: 50px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.hidden-menu li > a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom:1px solid #ddd;
    font-size: 14px;
}
















#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000 ;
}
#loader-img {
    display: block;
    position: relative;
    top: 35%;
    width: 31%;
    height: 27%;
    margin: auto;
    z-index: 1001;  
    background-image: url(../assets/img/sshape-1.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    animation: bounce  2s  infinite;
    
    z-index: 1020;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0;
}

.loader-section.section-right {
    right: 0;
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}



  