.section-padding
  {

    margin-top: 70px;
    margin-bottom: 50px;
  }

 @media screen and (max-width: 768px) {
.section-padding
  {

    margin-top: 40px;
    margin-bottom: 30px;
  }
} 


.logo
  {
    width: 64%;
  }  

 @media screen and (max-width: 768px) {
.logo
  {
    width: 100%;
  }  
} 

.introduction-img
    {
        width: 80%;
        margin-bottom: 10px;
    }

 @media screen and (max-width: 768px) {
.introduction-img
    {
        width: 100%;
        margin-bottom: 10px;
    }
}


.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


.client-bg
    {
       
         background: url(../assets/img/counter-bg.jpg)  no-repeat;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    opacity: 1;
    color: #fff;

    }

  .our-services-section
    {
        margin-top: 80px;
    }  

@media screen and (max-width: 768px) {
 .our-services-section
    {
        margin-top: 50px;
    }   
} 
 

 @media screen and (max-width: 991px) {
.our-services-section
  {

    margin-top: 10px;
  }

}  

.p-padding
    {
        padding-top: 10px;
        
    }

   .p-padding01
    {
        padding-top: 20px;
        
    } 

 .services-padding
    {
        padding-bottom: 60px;
    }

.service-bg
    {
        background: #fff;  
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }


.services-text
    {
        color: #000;
        font-size: 24px;
        font-weight: 600 !important;
        line-height: 1.5;
        padding-bottom: 5px;
    }


.ft-btn-02 a {
  z-index: 1;
  width: 60px;
  height: 45px;
  color: #002a34;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  margin-top: 10px;
}
.ft-btn-02 a span {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 8px;
  color: #fff;
  font-family: "Poppins";
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-btn-02 a i {
  top: 2px;
  right: 0;
  left: 0;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ft-btn-02 a:before {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 60px;
  height: 45px;
  position: absolute;
  border-radius: 30px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border: 2px solid #002a34;
}
.ft-btn-02 a:hover {
  width: 150px;
  color: #fff;
}
.ft-btn-02 a:hover span {
  opacity: 1;
   color: #fff;
}
.ft-btn-02 a:hover i {
  left: auto;
  right: 15px;
   color: #fff;
}
.ft-btn-02 a:hover:before {
  width: 150px;
  background-color: #0249b1;
  border: 2px solid #0249b1;
}


.service-content-padding
    {
        padding-top: 35px;
       padding-left: 35px;
       padding-right: 35px;
      /* padding-bottom: 35px;*/
    }

 @media screen and (max-width: 1200px) {
.service-content-padding
    {
       padding-top: 20px;
       padding-left: 20px;
       padding-right: 20px;
       padding-bottom: 5px;
    }
} 

.service-bg-padding
    {       
     margin-top: 80px !important;
    }

 @media screen and (max-width: 768px) {
.service-bg-padding
    {
      margin-top: 40px !important;
    }
} 


.vision-bg
    {
       width:160px !important;
    }
  @media screen and (max-width: 991px) {
.vision-bg
    {
       width:60px !important;
    }
}  
    @media screen and (max-width: 767px) {
.vision-bg
    {
       width:210px !important;
    }
}  

  
  .home-service
    {
        height: 50px;
       border: 1px #0249b1  solid;
        line-height: 45px;
        font-size: 18px;
        text-align: center;
        font-family: 'Poppins';
        font-weight: bold;
       margin-bottom: 10px;

    }


  .home-service:hover
    {
        height: 50px;
        background: #0249b1 ;
         line-height: 45px;
        font-size: 18px;
        color: #fff;
        transition: 1s;
         margin-bottom: 10px;
    }


   .home-service01
    {
     display: inline-block;
    border-radius: 30px;
    background-color: #0249b1;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 9px 25px;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none;
    width: 100%;
    }


  .home-service01:hover
    {
         display: inline-block;
    border-radius: 30px;
    background-color: #03347c;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 9px 25px;
    transition: all 0.5s;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-decoration: none;
    } 

  .about-text
        {
            font-family: 'Roboto'; 
            /*font-weight: 500;*/
        }  

  .career-heading
    {
        font-size: 19px;
        font-weight: 600 !important;
    }      

.disbursement-text
    {
        font-family: 'Poppins';
        font-style: italic;
    }     

.counter-text-01
        {

            font-size: 28px;
            font-weight: 600;
        }    

.counter-text-02
        {

            font-size: 18px;
            font-weight: bold;
            color: #fff;
            text-align: center;
        }   
  .disbursement-text001
    {

        font-weight: bold; 
        font-size: 30px; 
        padding-bottom: 20px;
    }      


    @media screen and (max-width: 991px) {
.disbursement-text001
    {

        font-weight: bold; 
        font-size: 30px; 
        padding-bottom: 20px;
    }      
}   

  @media screen and (max-width: 768px) {
.disbursement-text001
    {

        font-weight: bold; 
        font-size: 24px; 
        padding-bottom: 20px;
    }      
}   


 .cost-cutting-padding
    {
       padding-bottom: 15px;
    }      


    @media screen and (max-width: 991px) {
.cost-cutting-padding
    {
       padding-bottom: 1px;
    }      
}   


 .cost-cutting-padding0001
    {
       padding-bottom: 15px;
    }      


    @media screen and (max-width: 991px) {
 .cost-cutting-padding0001
    {
       padding-bottom: 25px;
    }      
}   


 .cost-cutting-padding01
    {
       padding-bottom: 40px;
    }      


    @media screen and (max-width: 991px) {
.cost-cutting-padding01
    {
       padding-bottom: 1px;
    }      
}   

 .cost-cutting-padding02
    {
       padding-bottom: 40px;
    }      


    @media screen and (max-width: 991px) {
.cost-cutting-padding02
    {
       padding-bottom: 1px;
    }      
}   

.cost-cutting-padding03
    {
       padding-bottom: 15px;
    }      


    @media screen and (max-width: 991px) {
.cost-cutting-padding03
    {
       padding-bottom: 15px;
    }      
}   


.anchor  {
  list-style-image: url(../../assets/img/service/disbursement/anchor.png);
}

.anchor01  {
  list-style-image: url(../../assets/img/service/cargo-heating/anchor01.png);
}


.disbursement-bg02
  {
    padding: 20px;
    border: 2px #0249b1 solid;
    color: #000;
  }


  .cargo-padding03
    {
       padding-bottom: 135px;
    }      


    @media screen and (max-width: 991px) {
.cargo-padding03
    {
       padding-bottom: 180px;
    }      
}   


.cargo-padding01
    {
       padding-bottom: 50px;
    }      


    @media screen and (max-width: 991px) {
.cargo-padding01
    {
       padding-bottom: 50px;
    }      
}


.cargo-padding02
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.cargo-padding02
    {
       padding-bottom: 15px;
    }      
}

.cargo-padding003
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.cargo-padding003
    {
       padding-bottom: 1px;
    }      
}

.cargo-padding004
    {
       padding-bottom: 40px;
    }      


    @media screen and (max-width: 991px) {
.cargo-padding004
    {
       padding-bottom: 15px;
    }      
}

.cargo-padding005
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.cargo-padding005
    {
       padding-bottom: 15px;
    }      
}


.why-chosse-bg
    {
        border: 2px #0249b1 solid;
        padding: 15px;
        border-radius: 10px;
    }

 .why-chosse-bg:hover
    {
        background:#0249b1;
        padding: 15px;
        color: #fff;
        border-radius: 10px;
        transition: 1s;
    }   

.being-expert
    {
       padding-bottom:35px !important;
    }      


    @media screen and (max-width: 991px) {
.being-expert
    {
       padding-bottom: 110px !important;
    }      
} 


.speed-padding01
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.speed-padding01
    {
       padding-bottom: 1px;
    }      
}


.speed-padding002
    {
       padding-bottom: 35px;
    }      


    @media screen and (max-width: 991px) {
.speed-padding002
    {
       padding-bottom: 35px;
    }      
}


.banner-text-padding01
    {
        padding-left: 40px;
    }

  @media screen and (max-width: 991px) {
.banner-text-padding01
    {
        padding-left:80px;      
    }  
}

  @media screen and (max-width:768px) {
.banner-text-padding01
    {
        padding-left:30px;      
    }  
}




.banner-text-padding03
    {
        padding-left:70px;
    }

  @media screen and (max-width: 991px) {
.banner-text-padding03
    {
        padding-left: 60px;      
    }  
}

  @media screen and (max-width: 768px) {
.banner-text-padding03
    {
        padding-left: 10px;      
    }  
}

.banner-text-heading-padding03
    {
        
        padding-top: 10px !important;
    }

  @media screen and (max-width: 991px) {
.banner-text-heading-padding03
    {
       padding-top: 60px !important;
    }  
}


  @media screen and (max-width: 768px) {
.banner-text-heading-padding03
    {
       padding-top: 50px !important;
    }  
}



.banner-text-heading-padding02
    {
        
        padding-top: 10px !important;
    }

  @media screen and (max-width: 991px) {
.banner-text-heading-padding02
    {
       padding-top: 60px !important;
    }  
}


  @media screen and (max-width: 768px) {
.banner-text-heading-padding02
    {
       padding-top: 50px !important;
    }  
}


.banner-text-padding04
    {
        padding-left:50px;
    }

  @media screen and (max-width: 991px) {
.banner-text-padding04
    {
        padding-left: 50px;      
    }  
}

  @media screen and (max-width: 768px) {
.banner-text-padding04
    {
        padding-left: 10px;      
    }  
}


.banner-text-heading-padding04
    {
        
        padding-top: 10px !important;
    }

  @media screen and (max-width: 991px) {
.banner-text-heading-padding04
    {
       padding-top: 60px !important;
    }  
}

  @media screen and (max-width: 768px) {
.banner-text-heading-padding04
    {
       padding-top: 50px !important;
    }  
}


.banner-text-padding05
    {
        padding-left: 90px;
    }

  @media screen and (max-width: 991px) {
.banner-text-padding05
    {
        padding-left: 120px;      
    }  
}

 @media screen and (max-width: 768px) {
.banner-text-padding05
    {
        padding-left: 140px;      
    }  
}



.banner-text-heading-padding05
    {
        
        padding-top: 1px !important;
    }

  @media screen and (max-width: 991px) {
.banner-text-heading-padding05
    {
       padding-top: 60px !important;
    }  
}

  @media screen and (max-width: 768px) {
.banner-text-heading-padding05
    {
       padding-top: 1px !important;
    }  
}






.tank-padding01
    {
       padding-bottom: 50px;
    }      


    @media screen and (max-width: 991px) {
.tank-padding01
    {
       padding-bottom: 25px;
    }      
}



.tank-padding02
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.tank-padding02
    {
       padding-bottom: 1px;
    }      
}



.tank-padding03
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.tank-padding03
    {
       padding-bottom: 20px;
    }      
}



.tank-padding04
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.tank-padding04
    {
       padding-bottom: 20px;
    }      
}



.tank-padding05
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.tank-padding05
    {
       padding-bottom: 10px;
    }      
}



.tank-padding06
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.tank-padding06
    {
       padding-bottom: 10px;
    }      
}


.our-aim-padding01
    {
       padding-bottom: 40px;
    }      


    @media screen and (max-width: 991px) {
.our-aim-padding01
    {
       padding-bottom: 40px;
    }      
}



.port-padding01
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding01
    {
       padding-bottom: 10px;
    }      
}



.port-padding02
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding02
    {
       padding-bottom: 10px;
    }      
}



.port-padding03
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding03
    {
       padding-bottom: 10px;
    }      
}


.port-padding04
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding04
    {
       padding-bottom: 35px;
    }      
}


.port-padding05
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding05
    {
       padding-bottom: 20px;
    }      
}


.port-padding06
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding06
    {
       padding-bottom: 20px;
    }      
}




.port-padding001
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding001
    {
       padding-bottom: 1px;
    }      
}


.port-padding002
    {
       padding-bottom: 50px;
    }      


    @media screen and (max-width: 991px) {
.port-padding002
    {
       padding-bottom: 25px;
    }      
}


.port-padding003
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding003
    {
       padding-bottom: 1px;
    }      
}


.port-padding004
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding004
    {
       padding-bottom: 1px;
    }      
}


.port-padding005
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding005
    {
       padding-bottom: 25px;
    }      
}


.port-padding006
    {
       padding-bottom: 75px;
    }      


    @media screen and (max-width: 991px) {
.port-padding006
    {
       padding-bottom: 10px;
    }      
}

.port-padding007
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding007
    {
       padding-bottom: 25px;
    }      
}


.port-padding008
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding008
    {
       padding-bottom: 1px;
    }      
}


.port-padding009
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding009
    {
       padding-bottom: 25px;
    }      
}


.port-padding0010
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding0010
    {
       padding-bottom: 1px;
    }      
}



    @media screen and (max-width:768px) {
.port-padding0010
    {
       padding-bottom: 1px;
    }      
}


.port-padding0011
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding0011
    {
       padding-bottom: 1px;
    }      
}




.port-padding0012
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding0012
    {
       padding-bottom: 1px;
    }      
}



.port-padding0013
    {
       padding-bottom: 25px;
    }      


    @media screen and (max-width: 991px) {
.port-padding0013
    {
       padding-bottom: 50px;
    }      
}


.port-padding0014
    {
       padding-bottom: 1px;
    }      


    @media screen and (max-width: 991px) {
.port-padding0014
    {
       padding-bottom: 25px;
    }      
}

.gs-logo
    {
        margin-top: 5px;
    }
.contact-form-text
    {
        font-size: 14px;
        margin-bottom: 0;
    }



.goal-icon-bg01
    {
        width: 55px !important;
    }


    @media screen and (max-width: 991px) {
.goal-icon-bg01
    {
        width: 55px !important;
    }   
} 

    @media screen and (max-width: 768px) {
.goal-icon-bg01
    {
        width: 60px !important;
    }   
} 

 @media screen and (max-width: 468px) {
.goal-icon-bg01
    {
        width: 100px !important;
    }   
} 


.vision-icon-bg01
    {
        width: 90px !important;
    }


    @media screen and (max-width: 991px) {
.vision-icon-bg01
    {
        width: 55px !important;
    }   
} 

    @media screen and (max-width: 768px) {
.vision-icon-bg01
    {
        width: 120px !important;
    }   
} 

 @media screen and (max-width: 468px) {
.vision-icon-bg01
    {
        width: 160px !important;
    }   
} 



.goal-icon-bg
    {
        width: 55px !important;
    }


    @media screen and (max-width: 991px) {
.goal-icon-bg
    {
        width: 55px !important;
    }   
} 

    @media screen and (max-width: 768px) {
.goal-icon-bg
    {
        width: 70px !important;
    }   
} 

  @media screen and (max-width: 468px) {
.goal-icon-bg
    {
        width: 100px !important;
    }   
} 



.vision-icon-bg
    {
        width: 55px !important;
    }


    @media screen and (max-width: 991px) {
.vision-icon-bg
    {
        width: 55px !important;
    }   
} 

    @media screen and (max-width: 768px) {
.vision-icon-bg
    {
        width: 130px !important;
    }   
} 


 @media screen and (max-width: 468px) {
.vision-icon-bg
    {
        width: 180px !important;
    }   
} 


.exploew-text001
    {
       
        font-size: 20px; 
        font-weight: bold;
    }

    @media screen and (max-width: 768px) {
.exploew-text001
    {
         font-size: 17px; 
        font-weight: bold;
    }   
}  