.close1 {
    position: absolute;
    top:3px;
    right:3px;
    background-color: #33898B;
    padding:7px 10px;
    font-size: 15px;
    text-decoration: none;
    line-height: 1;
    color:#fff;
}

@font-face {
  font-family: Proxima Nova;
  src: url(../fonts/proximanova/ProximaNovaRegular.otf);
}
@font-face {
  font-family: Proxima Nova;
  src: url(../fonts/proximanova/ProximaNovaLight.otf);
  font-weight: 300;
}
@font-face {
  font-family: Proxima Nova;
  src: url(../fonts/proximanova/ProximaNovaBold.otf);
  font-weight: 700;
}
body {
  overflow-x: hidden;
  color: #000;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: normal;
  max-width: 2000px;
  margin: 0 auto;
}
@media(min-width:1200px) {
  .container {
    width: 1267px;
    position: relative;
  }
  .container-fluid {
    width: 1285px;
  }
}
a {
  color: #006CB7;
  text-decoration: none !important;
}
/*margin*/

.mb-60 {
  margin-bottom: 60px;
}
.mb-min-30 {
  margin-top: -30px;
}
/*padding*/

.no-plg-pr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
/*icon*/

.svgicon {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.icon-instagram {
  background-image: url(../images/icons/instagram.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-facebook {
  background-image: url(../images/icons/facebook.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-twitter {
  background-image: url(../images/icons/twitter.png);
  width: 30px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-linkedin {
  background-image: url(../images/icons/linkedin.png);
  width: 23px;
  height: 25px;
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-instagram-1 {
  background-image: url(../images/icons/instagram-1.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-facebook-1 {
  background-image: url(../images/icons/facebook-1.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-twitter-1 {
  background-image: url(../images/icons/twitter-1.png);
  width: 30px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-linkedin-1 {
  background-image: url(../images/icons/linkedin-1.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
/*btn*/

button {
  cursor: pointer;
}
button:focus, button:active {
  outline: 0 !important;
}
.btn {
  border-radius: 1000px;
}
.btn-lg {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-success {
  background: #acc32b;
  border-color: #acc32b;
}
.btn-danger {
  background-color: #ec1b30;
  border-color: #ec1b30;
}
.btn-secondary {
  background: #000;
}
/*header*/

.header-area {
  height: 120px;
  background: #fff;
}
.is-sticky .header-area {
  z-index: 1000 !important;
  box-shadow: 0px 5px 5px #0000002e;
}
.header-area .container {
  width: 100%;
  max-width: 100%;
}
.header-area .col-md-4, .mainpage-sidebar>.row>.col-md-4, .section-titlepage .col-md-4 {
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}
.header-area .col-md-8, .mainpage-sidebar>.row>.col-md-8, .section-titlepage .col-md-8 {
  padding-left: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 64%;
  max-width: 64%;
}
.header-area .navbar-header {
  padding: 23px 0px;
  margin-left: 25%;
}
.header-area .navbar-brand img {
  height: 65px;
}
.header-area .header-right-content {
  background: #FFFFFF;
  padding-top: 35px;
  padding-right: 20%;
  position: relative;
  min-height: 120px;
  z-index: 10;
}
.header-area .header-right-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 100%;
  background: #FFFFFF;
  height: 100%;
  z-index: -1;
}
.header-area .social-area {
  text-align: right;
}
.header-area .social-area a {
  margin-left: 43px;
}
.header-area .navbar-light {
  background: none !important;
  margin: 0;
  padding: 0;
  padding-top: 7px;
}
.header-area .navbar-nav .dropdown-toggle:after {
  display: none;
}
.header-area .navbar-nav>.nav-item {
  padding: 0px 25px;
}
.header-area .navbar-nav>.nav-item:last-child {
  padding-right: 0;
}
.header-area .navbar-nav>.nav-item>.nav-link {
  color: #242728;
  font-size: 18px;
  border-bottom: 5px solid transparent;
  padding: 0;
  padding-bottom: 11px;
}
.header-area .navbar-nav>.nav-item.active>.nav-link, .header-area .navbar-nav>.nav-item.show>.nav-link, .header-area .navbar-nav>.nav-item:hover>.nav-link {
  border-color: #f10a21;
}
@media(min-width:992px) {
  .header-area .navbar-nav>.nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.header-area .language {
  position: absolute;
  top: 39px;
  right: 65px;
  z-index: 10;
}
.header-area .language .btn {
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.header-area .language .btn:after {
  display: none;
}
.header-area .navbar-nav .dropdown-menu {
  top: 100%;
  margin-top: -1px;
  border-radius: 0px 0px 10px 10px;
  border: 0;
  left: 32px;
  min-width: 210px;
  box-shadow: 0px 0px 3px #00000038;
}
.header-area .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #177dbb;
  background: none;
}
.header-area .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 18px;
  color: #242728;
  padding: 7px 15px;
}


.header-area .navbar-nav .subdropdown-menu {
  top: 100%;
  margin-top: -1px;
  border-radius: 0px 0px 10px 10px;
  border: 0;
  left: 32px;
  min-width: 210px;
  box-shadow: 0px 0px 3px #00000038;
}
.header-area .navbar-nav .subdropdown-menu .dropdown-item:hover {
  color: #177dbb;
  background: none;
}
.header-area .navbar-nav .subdropdown-menu .dropdown-item {
  font-size: 18px;
  color: #242728;
  padding: 5px 15px;
}


/*slider*/

.slider-home-single .slider-item {
  position: relative;
  height: 665px;
}
.slider-home-single .slider-item .slider-img {
  height: 100%;
  object-fit: cover;
}
.slider-home-single .slider-content {
  text-align: center;
  width: 100%;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-duration: .4s;
  text-align: left;
  padding-top: 50px;
}
.slider-home-single .slider-text {
  display: block;
  width: 45%;
  padding: 15px 0px;
  color: #fff;
  padding-left: 48px;
  padding-right: 48px;
}
.slider-home-single .slider-text .title {
  font-weight: 500;
  font-size: 28px;
}
.slider-home-single .slider-text .desc {
  font-size: 22px;
}
.slider-home-single .slider-text .btn {
  margin-top: 60px;
}


.slider-home-single.owl-theme .owl-dots {
  position: absolute;
  top: 32%;
  margin-top: -32px !important;
  left: 5%;
  margin-left: -20px;
}
.slider-home-single.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
}
.slider-home-single.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ec1b30;
}
.slider-home-single .slider-content.slider-2 .slider-text, .slider-home-single .slider-content.slider-3 .slider-text {
  background: rgba(173, 195, 43, 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
}
.slider-home-single .slider-content.slider-2 .slider-text .desc, .slider-home-single .slider-content.slider-3 .slider-text .desc {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 0;
}
.slider-item .slider-content .btn {
  position: absolute;
left: 2%;
bottom: 15%;
}
.slider-home-single .slider-content.slider-3 .slider-text {
  width: 45%;
}
.slider-home-single .slider-content.slider-3 .slider-text .desc {
  font-size: 18px;
}
.slider-home-single.owl-theme .owl-nav {
  margin: 0;
}
/*services*/

.section-services {
  padding-top: 35px;
}
.section-services .container {
  width: 100%;
  max-width: 100%;
  padding-left: 28px;
  padding-right: 60px;
}
.service-content-left {
  background: #006cb7;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  padding-top: 90px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}
.service-content-left .title-section {
  margin-bottom: 20px;
}
.service-content-left .desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.service-item, .airportmana-item, .awards-item, .board-item, .companyover-item, .fleet-item-single {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.service-item .images, .airportmana-item .images, .awards-item .images, .board-item .images, .companyover-item .images, .fleet-item .images {
  margin-bottom: 10px;
}
.service-item .images {
  padding-right: 20px;
  margin-bottom: 25px;
}
.service-item .images img, .airportmana-item .images img, .awards-item .images img, .board-item .images img, .companyover-item .images img, .fleet-item .images img, .fleet-item-single .images img {
  width: 100%;
  border-radius: 10px;
}


.service-item .content .title, .airportmana-item .content .title, .awards-item .content .title, .board-item .content .title, .companyover-item .content .title, .fleet-item .content .title, .fleet-item-single .content .title {
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  color: #0056b3;
}
.service-item .content .desc, .awards-item .content .desc, .board-item .content .desc, .companyover-item .content .desc, .fleet-item .content .desc, .fleet-item-single .content .desc {
  font-weight: 300;
  color: #000;
  font-size: 17.5px;
  margin: 0;
}
.service-item .images>a, .video-item .images>a, .annual-item .images>a, .fleet-item .images>a {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 20px;
}
.service-item .images img, .video-item .images img, .annual-item .images img, .fleet-item .images img {
  width: 100%;
  border-radius: 20px;
}
.service-item .images>a:before, .video-item .images>a:before, .annual-item .images>a:before, .fleet-item .images>a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 85, 144, 0.6);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.service-item .images:hover>a:before, .video-item .images:hover>a:before, .annual-item .images:hover>a:before, .fleet-item .images:hover>a:before {
  opacity: 1;
}
/*video*/
.video-item-carousel{
	padding-left:2em;
}
.section-video {
  background-image: url('../images/download/bg.png');
  padding: 40px 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-news {
  padding: 40px 0px;

}
.section-video .title-section {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  font-size: 35px;
}

.section-news .title-section {
  text-align: center;
  margin-bottom: 60px;
  color: #000;
  font-size: 35px;
}

.video-item {
  margin-bottom: 10px;
   float:left;
  padding-left:15px;  padding-right:15px;
 
}
@media(min-width:1366px)  {
.video-item {
  width: 50%;
  height:280px;
}
}
@media(min-width:1281px) and (max-width:1366px) {
.video-item {
  width: 50%;
  height:280px;
}
}
@media(min-width:1025px) and (max-width:1280px) {
.video-item {
   width: 50%;
 height:285px;
}
}
@media(min-width:801px) and (max-width:1024px) {
.video-item {
   width: 50%;
  height:290px;
}
}

@media(min-width:768px) and (max-width:800px) {
.video-item {
   width: 100%;
 height:280px;
}
}
.section-video .row>div:first-child .video-item {
  padding-left: 0;
}
.video-item .images img {
  width: 100%;
  height:210px;
}
.video-item .content .title {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.video-item .content .title a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.video-item .content .title1 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.video-item .content .title1 a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}
.modal-video .modal-body {
  padding: 0;
}
.modal-video .modal-content {
  background: none;
  box-shadow: none;
  border: 0;
}
.videocontent iframe {
  width: 100%;
}
button.closecustom {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  z-index: 10;
  opacity: 1;
  background: #f10a21;
  color: #fff;
}
button.closecustom:hover {
  color: #fff;
}
.pp_social {
  display: none;
}
/*contact*/

.section-contact {
  padding-top: 53px;
}
.section-contact .title-section {
  font-weight: normal;
  font-size: 35px;
}
.contact-info {
  width: 80%;
  padding-left: 80px;
  font-size: 18px;
}
.contact-info p {
  margin-bottom: 30px;
}
.contact-form {
  margin-top: 45px;
  background: rgba(8, 57, 72, 0.08);
  padding: 52px;
  margin-bottom: 26px;
  border-radius: 20px;
}
.contact-form form {
  padding-left: 55px;
}
.contact-form .btn {
  min-width: 215px;
}
.contact-form .custom-control-label {
  font-size: 18px;
  font-weight: 300;
  padding-left: 10px;
}
.custom-control-label::after {
  height: 20px;
  width: 20px;
}
.form-control {
  border-radius: 8px;
  border-color: #9c9e9c;
  height: 60px;
  font-size: 18px;
}
.form-control2 {
  border-radius: 0px;
  border-color: #9c9e9c;
  height: 40px;
  font-size: 18px;
}
.contact-form .form-control {
  border-radius: 8px;
  border-color: #9c9e9c;
  height: 60px;
  font-size: 18px;
}
.col-form-label {
  font-size: 18px;
}
.custom-control-label::before {
  background: #fff;
  border: 1px solid #9c9e9c;
  height: 23px;
  width: 23px;
}
#map_wrapper {
  height: 400px;
}
#map_canvas {
  width: 100%;
  height: 100%;
}
.contact-maps {
  overflow: hidden;
  border-radius: 20px;
}
.contact-maps iframe {
  width: 100%;
}
/*footer*/

.footer-area {
  margin-top: 26px;
  background-image: linear-gradient(to bottom, #005590, #004a7d, #00406b, #003559, #002b48);
  padding-top: 50px;
  color: #fff;
  padding-bottom: 30px;
}
.footer-area .title-footer {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 30px;
}
.footer-area .widget-text {
  font-weight: 300;
  font-size: 18px;
}
.footer-area .widget-text a {
  color: #fff;
}
.footer-area .widget-logo {
  padding-right: 20px;
}
.footer-area .widget-logo img {
  height: 60px;
}
.footer-area .widget-chat {
  position: relative;
}
.btn-chat {
  border-radius: 0px;
  background: #006CB7;
  border: 0;
  padding: 0;
  font-weight: normal;
  position: relative;
  padding-right: 55px;
  width: 100%;
  font-size: 15px;
}
.btn-chat .text {
  display: block;
  padding: 15px;
}
.btn-chat .image {
  width: 50px;
  background: #ADC32B;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  padding: 10px;
}
.btn-chat img {
  max-width: 100%;
}
.chat-list {
  position: absolute;
  top: -100%;
  background: #fff;
  color: #000;
  transition: all 0.5s ease-in-out;
  min-width: 320px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px -5px 5px #0000002b;
  opacity: 0;
  visibility: hidden;
}
.chat-list.open {
  opacity: 1;
  visibility: visible;
}
.chat-item {
  padding: 21px;
}
.chat-head .name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.chat-head .name .time {
  font-weight: normal;
}
.chat-item .content {
  background: #A1B3B7;
  border-radius: 50px 50px 0px 50px;
  color: #fff;
  padding: 14px 30px;
  font-size: 15px;
}
.chat-item.me {
  background: rgba(8, 57, 72, 0.08);
}
.chat-item.me .content {
  background: #798C90;
}
.copyright {
  background: #E0E0E0;
  padding: 16px 0px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-weight: 300;
}
.copyright p {
  margin: 0;
}
.btn-arrow-up {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: -40px;
  right: 0;
}
.btn-arrow-up img {
  width: 50px;
}
/*About Page*/

.section-titlepage {
  height: 250px;
}
.section-titlepage .container {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.section-titlepage .row {
  height: 100%;
}
.section-titlepage .col-md-4 {
  background: #006CB7;
  padding-left: 48px;
  color: #fff;
  padding-right: 48px;
  height: 100%;
}
.section-titlepage .col-md-8 {
  padding: 0;
}
.section-titlepage .title-page {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.section-titlepage .table-display {
  height: 100%;
  display: table;
}
.section-titlepage .title-page h1 {
   font-size: 28px;
 font-weight: normal;
  text-transform: uppercase;
}
  .section-titlepage .title-page h11 {
    text-transform: uppercase;
  font-size: 25px;
  }
.maintenance-text h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size:24px;
}
.section-titlepage .bg-image {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.mainpage {
  padding-top: 52px;
  padding-bottom: 41px;
}
.about-text {
  padding-left: 30px;
  font-size: 15px;
}
.about-text p, .airportmana-text p, .awards-text p, .board-text p {
  margin-bottom: 30px;
  text-align:justify;
}

.about-text ul {
  padding-left: 20px;
}
.btn-home-back {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: -90px;
}
.btn-home-back img {
  width: 70px;
}
/*airport management*/

.airportmana-text, .awards-text, .companyover-text, .annual-text {
  padding-right: 60px;
}
.airportmana-text p, .companyover-text p, .fleet-text p, .annual-text p {
  font-size: 18px;
  font-weight: 300;
}
/*awards*/

.awards-item, .board-item {
  padding: 0;
}
.awards-text p, .board-text p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
    text-align:justify;

}
.awards-text .form-control {
  width: 70%;
}
.awards-item .content .desc, .board-item .content .desc {
  font-size: 18px;
}
.awards-item .content .title {
  font-size: 18px;
  margin-bottom: 0;
}
.awards-item .content .date {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.awards-item .content .desc {
  font-size: 15px;
}
.content-mainpage.awards-page-cat {
  padding-left: 50px;
}
.content-mainpage.awards-page-cat .text>p {
  font-size: 18px;
  margin-bottom: 70px;
  padding-right: 100px;
}
.awards-page-cat .subtitle-mainpage {
  font-size: 18px;
}
.awards-cat {
  margin-top: 50px;
}
.title-cat-awards {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.awards-cat-item {
  text-align: center;
  margin-bottom: 30px;
}
.awards-cat-item a img {
  max-width: 100%;
  width: 100%;
}
/*company over*/

.companyover-item {
  min-height: 391px;
}
.companyover-item .images {
  text-align: left;
  margin-bottom: 34px;
}
.companyover-item .images img {
  width: auto;
  height: 100px;
}
.companyover-ul {
  padding-left: 20px;
}
/*maintenance*/

.maintenance-text p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.indo-pelita {
  height: 100px;
  margin-top: -35px;
}
/*fleet*/

.fleet-page {
  padding-bottom: 0;
}
.fleet-page .container-fluid {
  width: 100%;
  max-width: 100%;
}
.fleet-text {
  padding-right: 80px;
}
.fleet-page .margin-left-off {
  margin-left: -60px;
  padding-left: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
}
.fleet-page .bg-gray {
  background: #eceff1;
  position: relative;
  margin-top: -52px;
  padding-top: 52px;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
  padding-left: 48px;
  margin-bottom: -25px;
  padding-bottom: 25px;
}
.fleet-ul {
  font-weight: 600;
  padding-left: 20px;
  margin-top: 20px;
}
.fleet-ul li {
  font-size: 18px;
  float: left;
  width: 50%;
  padding-right: 30px;
}
.fleet-ul li a {
  color: #000;
  display: block;
}
.fleet-ul li.blue, .fleet-ul li:hover a {
  color: #006CB7;
}
.fleet-item-single {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
}
.fleet-item-single .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 108, 183, 0.8);
  padding: 15px 38px;
  color: #fff;
}
.fleet-item-single .title {
  margin-top: 0 !important;
}
.fleet-item-single .desc {
  font-size: 18px;
}
.close-fleet {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: 0;
}
.close-fleet img {
  width: 25px;
}
.fleet-cat {
  margin-bottom: 50px;
}
.fleet-item {
  margin-bottom: 40px;
}
.title-fleet-cat {
  font-weight: bold;
  color: #006CB7;
  margin-bottom: 30px;
}
.fleet-item .images {
  margin-bottom: 20px;
}

 .fleet-item .images img {
  width: 100%;
 border-radius: 10px;
  height:260px;
}
.modal-video .modal-dialog {
  max-width: initial;
  width: 50%;
  border-radius: 20px;
}
.modal-fleet .modal-dialog {
  max-width: initial;
  width: 70%;
  border-radius: 20px;
}
.modal-fleet .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.modal-fleet .modal-body {
  padding: 0;
}
.modal-fleet .images-modal img {
  width: 100%;
  height: 400px;
}
.modal-fleet .content-modal {
  padding: 50px 60px;
}
.modal-fleet .title-modal {
  font-weight: bold;
  color: #006CB7;
  margin-bottom: 40px;
}
.modal-fleet .content-modal p,.modal-fleet .content-modal ul li, .modal-fleet .content-modal .list-modal {
  font-size: 18px;
}
.modal-fleet .table-info {
  width: 100%;
  background: none;
  font-size: 18px;
  margin-top: 40px;
}
.modal-fleet .table-info td {
  border-bottom: 1px solid rgba(43, 46, 52, 0.5);
}
.modal-fleet .table-info td:first-child {
  width: 40%;
}
.modal-fleet .table-info td:last-child {
  border-left: 1px solid rgba(43, 46, 52, 0.5);
  padding-left: 10px;
}
.modal-fleet .table-info tr:last-child td {
  border-bottom: 0;
}
.modal-fleet .content-modal .list-modal {
  padding-left: 0;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
.modal-fleet .content-modal .list-modal li {
  position: relative;
  padding-left: 20px;
}
.modal-fleet .content-modal .list-modal li:before {
  content: "*";
  position: absolute;
  left: 0;
}
/*aircraft*/

.mainpage-sidebar {
  margin-bottom: -26px;
}
.mainpage-sidebar>.row {
  margin: 0;
}
.mainpage-sidebar>.row>.col-md-4 {
  padding-right: 0;
  padding-left: 0;
}
.mainpage-sidebar .section-titlepage {
  height: auto;
}
.mainpage-sidebar.imgfullheight .section-titlepage {
  height: 100%;
}
.mainpage-sidebar .section-titlepage .bg-title {
  background: #006CB7;
  padding-left: 48px;
  color: #fff;
  padding-right: 48px;
  padding-top:40px;
  padding-bottom:40px;
  height: auto;
  display: table;
  width: 100%;
}
.mainpage-sidebar .section-titlepage.min-h .bg-title {
}
.mainpage-sidebar .section-titlepage.auto .bg-title {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-titlepage.auto .table-display, .section-titlepage.auto .title-page {
  height: auto;
}
.mainpage-sidebar .section-titlepage .title-page h1 {
  line-height: 45px;
}
.mainpage-sidebar .section-titlepage .bg-image {
  width: 100%;
  height: auto;
}
.mainpage-sidebar.imgfullheight .section-titlepage .bg-image {min-height: calc(100% - 771px);}
.content-mainpage {
  padding-top: 80px;
    padding-left: 70px;
  padding-right: 70px;
}
/*
.content-mainpage .text{
padding-bottom: 130px;
}*/
.content-mainpage .text .aircraft-detail{
padding-top: 150px;
margin-top:-150px;
}
.content-mainpage .text .aircraft-detail .row{
margin-bottom: -150px;
}
.content-mainpage.pr-20 {
  padding-top: 40px;
}
.content-mainpage .text p {
  font-weight: 300;
  font-size: 18px;
  text-align:justify;
}
.aircraft-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.aircraft-ul li {
  float: left;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
.side-title-link {
  list-style: none;
  padding: 0;
  font-size: 18px;
}
.side-title-link li {
  margin-bottom: 20px;
}
.side-title-link li:last-child {
  margin-bottom: 0;
}
.side-title-link li a {
  color: #fff;
}
.side-title-link.big li {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 300;
}
.side-title-link li.title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 50px;
}
.side-title-link li.active a {
  font-weight: bold;
}
.aircraft-detail .images img {
  width: 120px;
  max-width: 100%;
}
.aircraft-detail .content {
  position: relative;
}
.aircraft-detail .content .title {
  font-weight: bold;
  margin: 0;
  color: #006CB7;
  margin-bottom: 30px;
}
.aircraft-detail .content p {
  font-size: 18px;
  margin-bottom: 0;
}
.aircraft-detail .content:after {
  content: "";
  height: 1px;
  display: block;
  width: 50%;
  background: #006CB7;
  margin: 30px 0px;
}
/*training*/

.subtitle-mainpage {
  font-size: 18px;
  font-weight: bold;
  color: #006CB7;
}
.subtitle-mainpage.big {
  font-size: 35px;
  margin-bottom: 40px;
}
.training-ul {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 40px;
}
.training-page {
  padding-left: 50px;
  padding-right: 55px;
}
.list-training-pg{
  margin-top:10px;
}
.training-page.content-mainpage .text p {
  margin-bottom: 40px;
  font-size: 18px;
}
.training-page.content-mainpage .text ul {
  font-weight: 300;
  font-size: 18px;
  padding-left: 25px;
}
.training-page.content-mainpage .text ul li {
  margin-bottom: 10px;
}
.list-training-pg p, .list-training-pg ul {
  font-weight: 300;
  font-size: 18px;
}
.list-training-pg ul {
  margin-bottom: 30px;
  padding-left: 25px;
}
.list-training-pg .col-md-12:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
  background: #006CB7;
}
.list-training-pg .col-md-12 {
  margin-bottom: 30px;
}
.training-page .col-md-4:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 7px;
  bottom: 0px;
  top: 0;
  background: #006CB7;
}
.training-page .col-md-4:last-child:after {
  display: none;
}

.list-training-pg .col-md-4:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 7px;
  bottom: 0px;
  top: 0;
  background: #006CB7;
}
.list-training-pg .col-md-4:last-child:after {
  display: none;
}
.btn-training-area {
  margin-top: 20px;
  border-top: 1px solid #006CB7;
  padding-top: 50px;
}
.btn-training .btn {
  width: 230px;
  white-space: initial;
  line-height: 20px;
  min-height: 62px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
  margin-right: 30px;
  margin-bottom:1em;
}
.btn-training .btn-primary {
  line-height: 42px;
}
.location-training {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*contacts*/

.contacts-text .subtitle {
  color: #006CB7;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contacts-text p {
  font-size: 15px;
  margin: 0;
}
.contacts-text .subsubtitle {
  color: #ED1B2F;
  display: block;
  font-weight: 600;
}
.contact-item {
  margin-bottom: 30px;
}
/*client*/

.client-item {
  border: 0 !important;
  position: relative;
}
.client-item .subtitle, .vision-text .vision-item .subtitle {
  font-weight: bold;
  font-size: 18px;
  color: #006CB7;
  margin-bottom: 15px;
}
.client-ul, .visionol {
  padding-left: 20px;
  font-size: 15px;
  line-height: 18px;
}
.client-text hr {
  border-color: #006CB7;
}
.client-border-right {
  position: relative;
  border: 0 !important;
}
.client-border-right .client-text:before {
  content: "";
  width: 1px;
  bottom: 0;
  position: absolute;
  right: -15px;
  background: #006CB7;
  top: 50px;
}
/*vision*/

.vision-text .vision-item {
  font-size: 18px;
  padding-right: 40px;
  margin-bottom: 84px;
}
.vision-text .vision-item .visionol {
  font-size: 18px;
  line-height: normal;
}
.vision-text .vision-item .visionol.visionbold li {
  margin-bottom: 40px;
}
.vision-text .vision-item .visionol .headol {
  display: block;
  font-weight: bold;
}
/*annual*/

.annual-item {
  margin-bottom: 50px;
  padding-right: 30px;
}
.annual-item .images img {
  border-radius: 20px;
  width: 100%;
}
.annual-item .content {
  margin-top: 20px;
}
.annual-item .annual-head .row {
  margin: 0;
}
.annual-item .annual-head .row>div {
  padding: 0;
}
.annual-item .annual-head .year {
  font-weight: bold;
  color: #006CB7;
  font-size: 18px;
}
.annual-item .annual-head .title {
  font-weight: normal;
  font-size: 18px;
}
.annual-item .icon a {
  display: inline-block;
  margin-left: 3px;
}
.annual-item .icon-download {
  width: 15px;
  height: 25px;
  background-image: url('../images/annual/icon-download.png');
  background-size: 100% 100%;
  background-position: center center;
  display: block;
}
.annual-item .icon-share {
  width: 25px;
  height: 25px;
  background-image: url('../images/annual/icon-share.png');
  background-size: 100% 100%;
  background-position: center center;
  display: block;
}
/*boards*/

.board-item {
  padding-right: 30px;
  margin-bottom: 15px;
}
.board-item img {
  max-width: 213px;
}
.board-item .title {
  margin-bottom: 0;
}
.board-item .info {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.board-item .content .desc {
  font-size: 15px;
}
.board-1 .board-item .content .desc {
  font-size: 13px;
}
.board-1 .board-item .title a {
  color: #000;
}
.board-item .images img {
  border-radius: 20px;
}
.board-detail .images img {
  max-width: 100%;
  border-radius: 20px;
}
.board-detail .content {
  padding-left: 20px;
}
.board-detail .content .title {
  font-weight: bold;
  color: #006CB7;
  margin: 0;
  font-size: 18px;
}
.board-detail .content .info {
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
}
.board-detail .content p {
  font-weight: 100;
  font-size: 18px;
}
/*
.board-text:hover {
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.board-text:hover {
  border-color: #006cb7;
}*/
.footer-area .social-area a {
  margin-left: 30px;
}
/*accreditation*/

.accre-item {
  background: #01b0f0;
  padding: 15px;
  border-radius: 20px;
  border: 3px solid #bfbfbf;
  color: #fff;
  margin-bottom: 20px;
  min-height: 160px;
}
.accre-item h3 {
  font-weight: bold;
  font-size: 18px;
}
.accre-item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}
.accre-item.app-progress {
  background: #7f7f7f;
}
.accre-item.light {
  background: #4bacc5;
}
.accre-page .row {
  margin-left: -5px;
  margin-right: -5px;
}
.accre-page>.container-fluid>.row>div {
  padding-left: 5px;
  padding-right: 5px;
}
.accre-note {
  border: 5px dashed #ff0000;
  border-radius: 20px;
  padding: 20px;
  background: #d9d9d9;
}
.accre-note .color-item {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
}
.accre-note .color-item .color {
  width: 70px;
  height: 40px;
  display: inline-block;
  background: #01b0f0;
  border-radius: 10px;
  border: 3px solid #bfbfbf;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -5px;
}
.accre-note .color-item .color.gray {
  background: #7f7f7f;
}
.accre-note .color-item .color.trans {
  text-align: center;
  background: none;
  font-size: 18px;
  line-height: 35px;
}
.accre-note .color-item .text {
  font-size: 19px;
  padding-left: 80px;
  display: block;
  font-weight: bold;
}
.accre-note .info {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.table-custom {
  margin-top: 40px;
  margin-bottom: 50px;
}
.table.table-custom th {
  padding: 0px 10px;
  text-align: center;
  vertical-align: middle;
  background: #45546a;
  color: #fff;
  border-color: #000;
  font-size: 18px;
  border-width: 1px;
}
.table.table-custom tr:last-child th {
  border-top: 0 !important;
}
.table-custom tbody td {
  border-color: #000;
  padding-bottom: 3px;
  padding-top: 3px;
  vertical-align: middle;
}
.table-custom tbody td:first-child {
  text-align: center;
}
/*responsive*/

@media(min-width:992px) and (max-width:1250px) {
  .slider-home-single .slider-text .btn {
    margin-top: 20px;
  }
  .content-mainpage .text p {
    font-size: 18px;
  }
}
@media(min-width:1301px) and (max-width:1320px) {
  .header-area .navbar-nav>.nav-item>.nav-link {
    font-size: 18px;
  }
}
@media(min-width:1320px) and (max-width:1350px) {
  .header-area .navbar-nav>.nav-item>.nav-link {
    font-size: 18px;
  }
}
@media(min-width:1200px) and (max-width:1300px) {
  .header-area .navbar-nav>.nav-item>.nav-link {
    padding-bottom: 15px !important;
  }
}
@media(min-width:992px) and (max-width:1300px) {
  .header-area .navbar-nav>.nav-item {
    padding: 0px 10px;
  }
  .header-area .header-right-content {
    min-height: 120px;
  }
  .header-area .navbar-nav>.nav-item>.nav-link {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .slider-home-single .slider-text {
    width: 50%;
  }
}
@media(min-width:768px) and (max-width:992px) {
  .header-area .navbar-brand img {
    height: 50px;
  }
    .slider-home-single .slider-text {
    width: 70%;
  }
}
@media(max-width:1200px) {
  .header-area .social-area i {
    width: 15px;
    height: 15px;
  }
  
  
  .header-area .social-area a {
    margin-left: 5px;
  }
  .service-content-left .desc {
    font-size: 18px;
  }
  .btn-arrow-up {
    right: 15px;
    top: -30px;
  }
  .aircraft-ul {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .aircraft-ul li {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  
}
@media(max-width:991px) {
  .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    position: relative;
    top: 5px;
    margin-right: 20px;
  }
 


  .video-item .images img {
  width: 99%;
  height:230px;
}
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .header-area .navbar-light {
    display: inline-block;
    text-align: right;
    top: 0;
  }
  .header-area .language .btn {
    width: 40px;
    height: 40px;
  }
  .topbar {
    display: inline-block;
    margin-right: 20px;
  }
  .header-area .header-right-content {
    text-align: right;
    height: 120px;
  }
  .header-area .language {
    top: 35px;
  }
  .header-area .navbar-header {
    padding-top: 30px;
  }
  .header-area .navbar-collapse {
    position: absolute;
    right: 0;
    width: 300px;
    z-index: 10;
    background: #fff;
    top: 100%;
    padding: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    margin-top: 40px;
    border-radius: 5px;
    text-align: left;
  }
  .header-area .navbar-nav>.nav-item>.nav-link {
    border: 0;
  }
  .header-area .navbar-nav>.nav-item {
    padding: 0;
  }
  
  
  .header-area .navbar-nav .dropdown-menu {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    box-shadow: none;
  }
  .header-area .navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-area .navbar-nav .dropdown-menu .dropdown-item:before {
    content: "-";
    margin-right: 10px;
  }
  
  
  
  .header-area .navbar-nav .subdropdown-menu {
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    box-shadow: none;
  }
  .header-area .navbar-nav .subdropdown-menu .dropdown-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-area .navbar-nav .subdropdown-menu .dropdown-item:before {
    content: "-";
    margin-right: 10px;
  }
  
  
  .header-area .navbar-nav>.nav-item.active>.nav-link {
    color: #f10a21;
  }
  .header-area .navbar-nav>.nav-item>.dropdown-toggle:after {
    display: inline-block;
    font-size: 18px;
    float: right;
    margin-top: 15px;
  }
.slider-home-single .slider-content {
    width: 80% !important;
  }
  .fleet-page .margin-left-off {
    margin-left: 0;
    background: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .fleet-page .bg-gray {
    background: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .fleet-page .bg-gray:before {
    display: none;
  }
  .fleet-text {
    padding-right: 0;
  }
  .modal-fleet .modal-dialog {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .header-area .language .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }


.video-item .images img {
  width: 99%;
  height:230px;
}
.modal-video .modal-dialog {
  max-width: initial;
  width: 95%;
  border-radius: 20px;
}
   .slider-home-single .slider-text {
    width: 70%;
  padding-left: 25px;
  padding-right: 25px;
  }
     .fleet-item .images img {
  height:230px;
}.modal-fleet .images-modal img {
  width: 100%;
  height: 260px;
}
  .header-area .language {
    top: 45px;
  }
  
  .slider-item .slider-content .btn.btn-lg {
font-size:16px;
padding:10px 20px;
}
  .header-area .navbar-brand img {
    height: 30px;
  }
  .header-area {
    height: 80px;
  }
  .header-area .navbar-header {
    padding: 19px 0px;
  }
  .header-area .header-right-content {
    height: 80px;
    padding-top: 20px;
    min-height: auto;
  }
  .header-area .language {
    top: 30px;
    right: 20px;
  }
  .service-item, .airportmana-item, .awards-item, .board-item, .companyover-item, .fleet-item, .fleet-item-single {
    padding-left: 0;
    padding-right: 0;
  }
  .service-item .images, .section-video .video-item {
    padding-right: 0;
  }
  .service-content-left {
    margin-right: 0;
    padding-top: 80px;
  }
  .contact-info {
    width: 100%;
    padding-left: 0;
  }
  .contact-form form {
    padding-left: 0;
  }
}
@media(max-width:767px) {
  .footer-area .widget-text a{
    color: #006CB7;
  }
.section-video {
  padding: 20px 20px;
}  
  .contact-form .form-control {
  font-size: 18px;
}.video-item {
   width: 100%;
 height:370px;
}


.video-item .images img {
  width: 99%;
  height:340px;
}
  .vision-text .vision-item {
    margin-bottom: 30px;
  }
  .subtitle-mainpage.big {
    font-size: 18px;
  }
  .mainpage-sidebar .section-titlepage.min-h .bg-title {
    min-height: auto;
  }
  .list-training-pg .col-md-12:after {
    display: none;
  }
  .list-training-pg .col-md-4:after {
    display: none;
  }
  .training-page {
    padding-top: 0;
    padding-left: 0;
  }
  .btn-training-area .btn {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: normal;
    margin-right: 0;
  }
   
  .content-mainpage.awards-page-cat .text>p {
    padding-right: 0;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-video .title-section {
    margin-bottom: 20px;
  }
  .service-content-left {
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
  }
  .section-services .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .video-item {
    margin-bottom: 30px;
  }
  .footer-area .widget-footer {
    margin-bottom: 40px;
  }
  .footer-area .title-footer {
    margin-bottom: 20px;
  }
  .header-area .col-md-4, .section-titlepage .col-md-4 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .header-area .col-md-8, .section-titlepage .col-md-8 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .mainpage-sidebar>.row>.col-md-4, .mainpage-sidebar>.row>.col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mainpage-sidebar .section-titlepage .bg-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    float: left;
  }
  .mainpage-sidebar .section-titlepage .bg-title {
    width: 100%;
    float: left;
  }
  .mainpage-sidebar>.row>.col-md-8 {
    padding-left: 15px;
  }
  .content-mainpage {
    padding-bottom: 70px;
    padding-top: 50px;
  }
  .annual-item {
    padding-right: 0;
  }
  .awards-text .form-control {
    width: 100%;
    margin-bottom: 30px;
  }
  .client-border-right .client-text:before {
    display: none;
  }
  .client-text hr {
    display: none;
  }
  .client-item {
    border-bottom: 1px solid #006CB7 !important;
    margin-bottom: 20px;
  }
  .companyover-item .images {
    text-align: center;
  }
  .companyover-item {
    min-height: initial;
  }
  .service-item .images, .airportmana-item .images, .awards-item .images, .board-item .images, .companyover-item .images, .fleet-item .images {
    text-align: center;
  }
  .content-mainpage.pt-150 {
    padding-top: 50px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .aircraft-detail .images {
    text-align: center;
    margin-bottom: 30px;
  }
  .aircraft-detail .content:after {
    width: 100%;
  }
  .board-detail .images {
    text-align: center;
    margin-bottom: 30px;
  }
  .indo-pelita {
    margin-top: 20px;
  }
  .footer-area .social-area a:first-child {
    margin-left: 0;
  }
}
@media(max-width: 600px) {
.video-item {
   width: 100%;
 height:390px;
}


.video-item .images img {
  width: 99%;
  height:360px;
}

  .header-area .language {
    right: 15px;
  }
   .slider-home-single .slider-text {
    width: 70%;
  padding-left: 25px;
  padding-right: 25px;
  }
   .slider-item .slider-content .btn.btn-lg {
font-size:15px;
padding:8px 17px;
} 
  .slider-home-single .slider-text .title {
    font-size: 22px;
    margin-bottom: 10px !important;
  }
  .slider-home-single .slider-text .desc {
    font-size: 18px !important;
    margin-top: 0px !important;
  }
  .section-titlepage .title-page h1 {
    font-size: 18px;
  }
    .section-titlepage .title-page h11 {
    font-size: 18px;
  }
  .section-titlepage .title-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-titlepage .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-titlepage .title-page h1 {
    font-size: 18px;
    font-weight: bold;
  }
    .section-titlepage .title-page h11 {
    font-size: 18px;
    font-weight: bold;
  }
  .section-titlepage .title-page {
    text-align: center;
    display: block;
    height: auto;
  }
  .section-titlepage .col-md-4 {
    height: auto;
  }
  .section-titlepage {
    height: auto;
  }
  .section-titlepage .col-md-8, .mainpage-sidebar .section-titlepage .bg-title, .mainpage-sidebar .section-titlepage .bg-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .section-titlepage .table-display {
    display: block;
    height: auto;
  }
  .airportmana-text p, .companyover-text p, .fleet-text p, .annual-text p {
    font-size: 18px;
  }
  .airportmana-text, .awards-text, .companyover-text, .fleet-text, .annual-text {
    padding-right: 0;
  }
  .mainpage-sidebar .section-titlepage .bg-title {
    height: auto;
    display: block;
  padding-top:25px;
  padding-bottom:25px;
  }
  
  
  .mainpage-sidebar .section-titlepage .title-page h1 {
    line-height: normal;
  }
  .maintenance-text p, .content-mainpage .text p, .training-page.content-mainpage .text ul, .list-training-pg ul, .list-training-pg p, .list-training-pg ul {
    font-size: 18px;
  }
  .header-area .header-right-content:after {
    right: -15px;
    z-index: -1;
  }
  
.slider-item .slider-content .btn {
  position: absolute;
left: 4%;
bottom: 18%;
}

}
@media(max-width:500px) {
    
.custom-control{
    padding-top:2em;
}.video-item {
   width: 100%;
 height:260px;
}


      .video-item .images img {
  width: 96%;
  height:210px;
}
  .side-title-link.big li {
    font-size: 16px;
  }
  .video-item {
   padding-right: 0;
 margin-bottom: 10px;
  width:100%;
}
    .airportmana-text p, .companyover-text p, .fleet-text p, .annual-text p {
    font-size: 16px;
  }

  .maintenance-text p, .content-mainpage .text p, .training-page.content-mainpage .text ul, .list-training-pg ul, .list-training-pg p, .list-training-pg ul {
    font-size: 16px;
  }

  .modal-fleet .content-modal p,.modal-fleet .content-modal ul li, .modal-fleet .content-modal .list-modal {
  font-size: 16px;
}

.modal-fleet .table-info {
  font-size: 16px;
}
  .header-area .navbar-header {
    margin-left: 0;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 15px;
  }
  .header-area .language {
    top: 25px;
  }
  .header-area .header-right-content {
    padding-right: 35px;
    min-height: initial;
  }
  .topbar {
    margin-right: 5px;
    position: relative;
    top: 10px;
  }
  .header-area .navbar-brand img {
    height: auto;
    max-width: 100%;
  }
  .slider-home-single .slider-item .slider-img, .slider-home-single .slider-item {
    height: auto;
  }
  .slider-home-single.owl-theme .owl-dots {
    margin-top: 10px !important;
    top: 0;
  }


 
    .slider-content .slider-2 .btn {
/*
 display: none;*/
  }

  .slider-home-single .slider-content {
    padding-top:5px;
    padding-bottom: 5px;
  }
  .service-content-left {
    margin-top: 0;
  }
  .slider-home-single .slider-text .title {
    font-size: 16px !important;
  }
  .slider-home-single .slider-text .desc {
    font-size: 13px !important;
  }
  
  .contact-form {
    padding: 20px;
    margin-top: 0px;
  }
  .mainpage-sidebar .section-titlepage .title-page h1 {
    line-height: normal;
  }
  .content-mainpage {
    padding-left: 0;
    padding-right: 0;
  }
  .fleet-item-single .content {
    position: initial;
    border-radius: 20px;
    margin-top: 30px;
  }
  .modal-fleet .content-modal {
    padding-left: 30px;
    padding-right: 30px;
  }
  /*
  .owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 5px;
    top: auto;
    text-align: center;
    width: 100%;
  }*/
  .slider-home-single .slider-content {
  /*  padding-left: 30px;
    padding-bottom: 0;
    padding-right: 30px;
    padding-top: 0;
    display: block;
    align-items: initial;
    justify-content: initial;
    bottom: 0px;*/
  }
  .slider-home-single .slider-text .btn {
   /* display: none;*/
  }
.slider-home-single .slider-content.slider-2 .slider-text, .slider-home-single .slider-content.slider-3 .slider-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.slider-home-single .slider-content.slider-2 .slider-text .desc, .slider-home-single .slider-content.slider-3 .slider-text .desc {
  margin-top: 10px;
  margin-bottom: 0;
}
  .service-content-left .title-section {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service-content-left .desc {
    font-size: 15px;
  }
  .slider-home-single.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
  }
  .section-contact .title-section {
    font-size: 18px;
    font-weight: bold;
  }
  .contact-info {
    font-size: 15px;
  }
  .col-form-label {
    font-size: 18px;
  }
  .form-control {
    height: 40px;
  }
  .contact-form .custom-control, .contact-form .btn {
    margin-top: -40px;
  }
  
     .slider-home-single .slider-text {
    width: 80%;
	top:0;
  padding-right: 15px;
  padding-left: 15px;
  }
    .slider-item .slider-content .btn {
  position: absolute;
left: 5%;
bottom: 2%;
}
  .slider-item .slider-content .btn.btn-lg {
font-size:10px;
padding:5px 10px;
} 

.service-item .content .desc, .awards-item .content .desc, .board-item .content .desc, .companyover-item .content .desc, .fleet-item .content .desc, .fleet-item-single .content .desc {
  font-size: 15px;
}
.contact-form .custom-control-label {
  font-size: 15px;
}

.form-control {
  font-size: 15px;
}
.contact-form .btn {
  min-width: 150px;
}
.contact-form .btn.btn-lg {
  font-size: 15px;
}
.contact-form .form-control {
  font-size: 15px;
}
.col-form-label {
  font-size: 15px;
}

.footer-area .title-footer {
  font-size: 16px;
}
.footer-area .widget-text {
  font-size: 15px;
}
}
@media(max-width:340px) {
  .header-area .social-area i {
    height: 10px;
    width: 10px;
  }
  


  .header-area .navbar-header {
    margin-left: 0;
  }
  .mainpage-sidebar .section-titlepage .bg-title {
    width: 100%;
    display: block;
  }
  .slider-home-single .slider-content .slider-text .title {
    font-size: 12px !important;
  }
  .slider-home-single .slider-content .slider-text .desc {
    font-size: 10px !important;
    line-height: 10px !important;
  }
}

.cleaner_h5 { clear: both; width:100%; height:1em; }
.cleaner_h1 { clear: both; width:100%; height:1px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; margin-bottom:2em; }
.cleaner_h70 { clear: both; width:100%; height: 70px; }

        .navbar .dropdown-toggle, .navbar .subdropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}


.modal-content a.popup-close {
float:left;
		top:0.6em;
		right:0.6em;
		background-color: #333;
		padding:7px 10px;
		font-size: 20px;
		text-decoration: none;
		line-height: 1;
		color:#fff;
		cursor:pointer;
	}
	.modal-content a.popup-close:hover {
		color:#fff;
	}
	
	
	.title-section2 {
  text-align: center;
  padding:30px 10px;
  margin-bottom: 0px;
  color: #fff;
    font-size: 35px;

}
.post-slide{
    overflow: hidden;
	padding-left:0em;
      margin-bottom: 15px;
  margin-right: 15px;
    background-color:#fff !important;
	    border-radius: 20px;height:275px;
}


.post-slide .post-img {
    float: left;
    width:50%;
    position: relative;
    margin-right: 15px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{
    background: #ec3c6a;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 1%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:16px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
	text-align:center;
    font-size:10px;
    text-transform: uppercase;
}
.post-slide .year{
  	text-align:center;
  display: block;
    font-size:11px;
    text-transform: uppercase;
}
.post-slide .post-review {

    padding: 1% 2% 1% 1%;
    border-top: 3px solid #38cfd8;
}
.post-slide:hover .post-review{
    border-top-color:#ec3c6a;
}
.post-slide .post-title{
	line-height:20px;
	margin-top:5px;
}
.post-slide .post-title a{
    font-size:18px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:13px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}


.post-slide1{
    overflow: hidden;
	padding-left:0em;
      margin-bottom: 15px;
  margin-right: 15px;
    background-color:#fff !important;
	    border-radius: 20px;height:275px;
}



.post-slide1 .post-title{
	line-height:20px;
	margin-top:5px;
	height:120px;
	
}
.post-slide1 .post-title a{
    font-size:18px;
    color:#333;
    text-transform:uppercase;
}
.post-slide1 .post-title a:hover{
    text-decoration:none;
}
.post-slide1 .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}

.post-slide1 .post-bar li{
    color:#555;
    font-size:13px;
    margin-right:10px;
    display:inline-block;
}
.post-slide1 .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide1 .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide1 .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide1 .readkanan{
float:right;
}
.post-slide1 .readkiri{
float:left;
}

.post-slide1 .buttonread{
padding:5px 15px;
background-color:#e81538;
color:#FFFFFF;
font-size:0.8em;}
.post-slide1 .buttonread:hover{
background-color:#6f0214;
color:#FFFFFF;}
@media(min-width:1025px) and (max-width:1280px) {
.post-slide{
 margin-bottom:1em;
	height:275px;
}
}
@media(min-width:801px) and (max-width:1024px) {
.post-slide{
	height:275px;
margin-bottom:1.4em;
}
}
@media(min-width:721px) and (max-width:800px) {
.post-slide{
	height:520px;
 margin-bottom:3.5em;
}
.post-slide .post-review {

    padding: 3% 4% 3% 3%;
}
.post-slide .post-img {
 margin-bottom:1.8em;
}
}
@media(max-width:720px) {

.cleaner_h30 { clear: both; width:100%; height: 30px; margin-bottom:0; }

.post-slide{
 margin-bottom:2em;
	height:650px;
}
.post-slide .post-date{
    width: 60px;
    height: 60px;
}
.post-slide .post-img {
 margin-bottom:1.5em;
}
.post-slide .post-review {

    padding: 5% 4% 5% 4%;
}

}

@media(max-width:480px) {
.post-slide{
 margin-bottom:1em;
 margin-left:1em;
	height:auto;
}
}
.text .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}

.text .post-bar li{
    color:#555;
    font-size:14px;
    margin-right:10px;
    display:inline-block;
}
.text .post-bar li a{
    font-size: 14px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.text .post-bar li a:hover{
    color:#ec3c6a;
}
.text .post-bar li i{
    color:#777;
    margin-right:5px;
}


.post-slide .post-description{
    font-size:16px;
   	text-align:justify;
 line-height:26px;
    color:#444454;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #37a6a4;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #37a6a4;
}

@media only screen and (max-width: 1024px) {
 
}
@media only screen and (max-width: 990px) {
   
 
.post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 0px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
.post-slide{
	padding-left:0;
}

}

@media only screen and (max-width: 768px) {

.title-section2 {
  text-align: center;
  padding:30px 10px;
  margin-bottom: 0px;
  color: #fff;
    font-size: 18px;

}

.video-item-carousel{
	padding-left:0em;
}
}

.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px;
}

.share-group {
    float: right;
    margin: 18px 25px 0 0;
}

.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}


        @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);

/*----- Social Links -----*/
.social-nav1 {
    padding: 0;
    list-style: none;
    margin: -10px 0 0 -10px;
}
.social-nav1 li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.social-nav1 a {
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav1 a {
    overflow: hidden;
    font-size: 20px;
    border-radius: 20px;
}
.social-nav1 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.social-nav1 .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.social-nav1 .twitter:hover {
    color: #00ACED;
}
.social-nav1 .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav1 .facebook:hover {
    color: #3B579D;
}
.social-nav1 .google {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.social-nav1 .google:hover {
    color: #DD4A3A;
}
.social-nav1 .linkedin {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}
.social-nav1 .linkedin:hover {
    color: #007BB6;
}
.social-nav1 .pinterest {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
.social-nav1 .pinterest:hover {
    color: #CB2026;
}
.social-nav1 .whatsapp {
    background: #249815;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.social-nav1 .whatsapp:hover {
    color: #249815;
}


.pagingpage{
	position:relative;
	display:block;
	float:left;
  padding-top: 25px;
  padding-bottom: 95px;
}

.pagingpage a,
.pagingpage span {
	position:relative;
	display:inline-block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none;
	font-size:15px;
	text-transform:capitalize;
	background:#efefef;
	font-weight:700;
	text-align:center;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}


.pagingpage a:active{
	color:#ffffff;	
	background:#fc5b0c;	
}


.pagingpage span{
  background-color: #40c0cb;
  border-color: transparent;
  color: #fff;}

.pagingpage a:hover,
.pagingpage a:focus{
  color: #fff;
  text-decoration: none;
  background-color: #40c0cb;
  border-color: #eee;
}

.pagination .page-link {
    padding: 0;
    margin-left: 2px;
    line-height: 31px;
    color: #262626;
    background-color: #fff;
    border: 2px solid transparent;
    width: 35px;
    height: 35px;
    text-align: center;
}

.pagination .active .page-link,
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #2f88fd;
    background-color: #fff;
    border: 2px solid #2f88fd;
}


