@font-face {
    font-family: "AvenirLTStd";
    src: url("../fonts/AvenirLTStd-Light.otf");
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Thin.ttf");
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}


/**scrollbar**/

body {
    margin: 0;
    /* height: 650px;
    background: purple; */
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}


/**end scrollbar**/

.flexslider {
    margin: 0;
    border: 0;
    overflow: hidden;
}

.flex-control-nav {
    bottom: 0;
}

.flex-control-thumbs {
    padding: 2% 0;
    position: absolute;
    background: rgba(30, 70, 95, 0.5);
}

.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
    display: none;
}

.flex-control-thumbs img {
    opacity: 1;
}

.flexslider .slides li {
    height: 100vh;
}

.flex-control-thumbs li {
    width: 12%;
    float: none;
    margin: 1%;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
    border-radius: 10px;
}

.navbar-toggler {
    padding: 0.25rem !important;
    font-size: .75rem !important;
    border: 2px solid #ffff;
}

nav {
    position: absolute !important;
    z-index: 111;
    right: 15%;
    top: 5%;
}

.charter-request {
    /* display: inline-block; */
    float: right;
    background: #e7b04d;
    color: #12415f;
    padding: 12px;
    margin: 0 2px;
}

.social-div {
    top: 37%;
    position: fixed;
    z-index: 11111;
    transform: translateX(-42%) rotate(-90deg);
    height: 44px;
    overflow: hidden;
}

.content-slider {
    position: absolute;
    width: 40vw;
    left: 0;
    right: 0;
    display: inline-block;
    top: 30%;
    color: #12415f;
    z-index: 2;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-slider a {
    padding: 10px;
    border: 5px solid #e7b04d;
    cursor: pointer;
    color: #fff;
    font-weight: bolder;
}

.content-slider a i.fa {
    margin-left: 10px;
    font-size: 30px !important;
}

.content-slider p {
    /* color: #4c3f3f; */
    color: #0c1115;
    text-align: justify;
    padding: 15px 0;
    font-size: 18px;
}

.slides li {
    position: relative;
}


/* 
#nav-container {
    position: absolute;
    margin: -3em;
    z-index: 1111;
    right: 15%;
    top: 5%;
}


.toggle-icon {
    display: block;
    position: relative;
    width: 100%;
    -webkit-transition: margin 600ms;
    -moz-transition: margin 600ms;
    transition: margin 600ms;
    cursor: pointer;
}

.toggle-icon .bar {
    display: block;
    width: 1.8em;
    height: 0.2em;
    margin: 0.5em;
    border-right: 1.2em solid #fff;
    border-left: 0.3em solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: -webkit-transform, margin, border-right-color, box-shadow;
    -moz-transition-property: -moz-transform, margin, border-right-color, box-shadow;
    transition-property: transform, margin, border-right-color, box-shadow;
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    transition-duration: 600ms;
}

.toggle-icon .bar:nth-of-type(1) {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms;
}

.toggle-icon .bar:nth-of-type(2) {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


.pushed .toggle-icon {
    margin: -1.2em -1em 0 0.7em;
}

.pushed .bar:nth-of-type(1) {
    opacity: 0;
}

.pushed .bar:nth-of-type(2) {
    margin-left: 1.35em;
    -webkit-transform: rotate(-124deg) translateY(-1.5em);
    -moz-transform: rotate(-124deg) translateY(-1.5em);
    -ms-transform: rotate(-124deg) translateY(-1.5em);
    -o-transform: rotate(-124deg) translateY(-1.5em);
    transform: rotate(-124deg) translateY(-1.5em);
}

.pushed .bar:nth-of-type(3) {
    margin-left: 0em;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
}


.pushed .toggle-icon:hover .bar:nth-of-type(2) {
    border-right-color: #ddd;
    box-shadow: 0.4em 0 0.6em 0.1em rgba(231, 176, 77, 0.75);
}

.pushed .toggle-icon:hover .bar:nth-of-type(3) {
    border-right-color: #ddf1da;
    box-shadow: 0.4em 0 0.6em 0.1em #12415f;
}
.menu{
    direction: rtl;
    position: fixed;
    width: 100%;
    z-index: 250;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    height: 0;
    opacity: 0;
}*/

.menucontainer {
    position: absolute;
    display: inline-block;
    width: 72%;
    height: 1px;
    top: 20%;
    background: #68c4e9;
    left: 14%;
}

.header {
    width: 100%;
    z-index: 400;
}


/* .logo{
    float: left;
    width: 4vw;
    background: #091117;
    padding: 1%;
    margin-left: 5vw;
    cursor: pointer;
} */


/* .loading{
    position: fixed; 
    width: 100vw;
    height: 100vh;
    background-color: #121619;
    z-index: 350;
    opacity: 1;
}
.loadingimage{
    position: absolute;    
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    float: left; 
    z-index: 300;
    margin-top: 0;
    opacity: 0;
}
.loadingimage[sid="1"]{
    right: 50vw;
    top: 26vw;
    height: 0vw;
    width: 0vw;
    transform:rotate(10rad);
    opacity: 0;
}
.loadingimage[sid="2"]{
    right: 39.5vw;
    top: 16.5vw;
    height: 21vw;
    width: 21vw;
    opacity: 0;
}
.loadingimage[sid="3"]{
    right: 46vw;
    top: 23vw;
    height: 8vw;
    width: 8vw;
    opacity: 0;
}
.loadingtext{
    color: white;
    font-family: Plain-Ultrathin,sans-serif;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    position: relative;
    top: 82vh;
    font-size: 11px;
}
div[class*="dot"] {
    position: relative; 
    display: inline-block;
    opacity: 0;
}   */

.menulogo {
    width: 12vw;
    float: right;
    margin: 0 36vw 0 0vw;
    top: 28vh;
    position: relative;
    opacity: 0;
    margin-top: -4%;
}

.menucontactsocial {
    /* position: relative;
     width: 100vw;
     text-align: center;
     opacity: 0;
     float: left;
     top: 38vh;*/
    opacity: 0;
    position: absolute;
    width: 100vw;
    text-align: center;
    z-index: 250;
    bottom: 8vh;
}

.menuul {
    padding: 0;
    margin: 0;
    color: #12415f;
    margin-left: 5%;
}

.menuli {
    text-align: left;
    padding: 1%;
    margin: 1%;
    display: block;
    /* font-family: GothicRegular; */
    font-family: Plain-Ultrathin, sans-serif;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 1px;
    font-size: 2.5vw;
    line-height: 1.5em;
}

.menuli p {
    display: inline-block;
    border-bottom: 1px solid;
}

.submenu {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ddd;
}


/* .animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
*/


/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #12415f;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

@keyframes leFadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1
    }
}

.menuli:hover,
.menuli>a:hover {
    /* color:#e7b04d; */
    /* animation: menuhover 0.85s  ; */
    /* backface-visibility: hidden; */
    text-decoration: none;
}

.menuli:hover,
.menuli>a,
.menuli p a {
    color: #12415f;
}

@keyframes menuhover {
    10%,
    90% {
        transform: translate3d(-6px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(6px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(3px, 0, 0);
    }
}

.headernavcontainer1,
.headernavcontainer2 {
    width: 50%;
    background: #ffffff;
    position: fixed;
    z-index: 600;
    height: 0;
    display: none;
    padding-left: 3%;
}

.headernavsubmenu {
    width: 50%;
    /* background: #fff; */
    position: fixed;
    z-index: 600;
    height: 90%;
    display: none;
}

.headernavcontainer1 {
    right: 0
}

.headernav {
    float: right;
    left: 84%;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 6px;
    position: absolute;
    cursor: pointer;
    z-index: 700;
    /* overflow: hidden; */
    background: transparent;
    top: 4.5vw;
    border-width: 2px;
}

.headernav strong {
    position: relative;
    top: 30%;
    right: 85%;
    color: #ffffff;
}

@-webkit-keyframes all {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes all {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.headernav.headernavopen .span {
    opacity: 1 !important;
}

.headernav.headernavopen .span:after {
    content: "\f00d" !important;
}

.headernav .span:after {
    content: "\f0c9";
    font: normal normal normal 12px/1 FontAwesome;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    position: relative;
    top: -1.3px;
    left: 1.7px;
}

.headernav:before {
    content: "";
    width: 60%;
    position: absolute;
    top: 5px;
    left: 19%;
    height: 2px;
    background-color: white;
    transition: all 0.4s;
}

.headernav:after {
    content: "";
    width: 60%;
    position: absolute;
    top: 15px;
    left: 19%;
    height: 2px;
    background-color: white;
    transition: all 0.4s;
}

.headernav.blue-skin {
    border-color: #12415f !important;
}

.headernav.blue-skin .span,
.headernav.blue-skin:before,
.headernav.blue-skin:after {
    background-color: #12415f !important;
}

.headernavopen {}

.headernavopen:before,
.headernavopen:after {
    background-color: #12415f!important;
}

.rotatebefore:before {
    content: "";
    position: absolute;
    top: 23%;
    margin-top: 13%;
    margin-bottom: 5%;
    height: 1.1px;
    background-color: white;
    width: 50%;
    left: 20%;
    transform: rotate(45deg) translate(36%, 0%);
    transition: all 0.4s;
}

.rotateafter:after {
    content: "";
    width: 50%;
    position: absolute;
    top: 47%;
    left: 20%;
    margin-top: 15%;
    height: 1.1px;
    background-color: white;
    transform: rotate(-45deg) translate(36%, 0);
    transition: all 0.4s;
}

.nav {
    position: fixed;
    float: right;
    right: 1%;
    width: 2%;
    top: 40%;
    z-index: 250;
    opacity: 0;
}

.navli {
    cursor: pointer;
    margin-bottom: 20%;
    padding-bottom: 15%;
}

.navimage[state="active"] {
    background-image: url(../images/navactive.png);
}

.navimage {
    background-image: url(../images/nav.png);
    background-size: cover;
    background-position: center center;
    width: 9px;
    height: 9px;
}

.contact-l,
.contact-r {
    width: 32.5%;
    float: right;
    margin: 0 11.5% 0 0%;
}

.bottom-address {
    position: absolute;
    bottom: 15%;
    color: #9b9b9b;
    font-size: 1.2rem;
}

.bottom-address p {
    line-height: 2.4em;
}

.bottom-address h5,
.contact-t a,
.bottom-address a {
    color: #000000;
}

.contact-t p {
    color: #9b9b9b;
}

.layersubmenu {
    /* position: relative;
    background: rgba(16, 74, 85, 0.7);
    z-index: 500;
    width: 38vw;
    margin: 0 27vw;
    display: inline-block;
    padding: 8vw 4vw 9vw 4vw;
    height: 100vh;
    top: -110vh; */
    position: absolute;
    /* background: rgba(55, 91, 115, 0.9); */
    background: rgb(25, 35, 41);
    z-index: 500;
    width: 50vw;
    /* margin: 0 15vw; */
    display: inline-block;
    padding: 0;
    height: 0%;
}

.subcontent {
    position: relative;
    /* background: rgba(18, 65, 95, 0.3); */
    width: 50%;
    height: 100%;
    margin: auto;
    margin-top: 20vw;
    opacity: 0;
}

.submenul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    line-height: 4em;
    letter-spacing: 2px;
    opacity: 1;
    display: block;
    z-index: 1;
}

.submenuli>a {
    color: #ffffff;
    text-decoration: none;
}

.submenuli>a:hover {
    color: #e7b04d;
}

.active-menu {}


/* .layerabout{
    position: absolute;
    display: inline-block;
    background: rgba(16, 74, 85, 0);
    z-index: 500;
    left: 0;
    width: 38vw;
    margin: 0 27vw;
    padding: 8vw 4vw 9vw 4vw;
    top: 100vh;
}
.aboutimg {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
} */

.aboutleftbar {
    left: 1.1vw;
    height: 80%;
    top: 16vh;
}

.aboutrightbar {
    right: 1.3vw;
    height: 78%;
    top: 16vh;
}

.vlinecolor {
    background: rgba(141, 99, 20, 0.4);
    background: -webkit-linear-gradient(rgba(255, 0, 0, 0), #8d6314, rgba(255, 0, 0, 0));
    background: -o-linear-gradient(rgba(255, 0, 0, 0), #8d6314, rgba(255, 0, 0, 0));
    background: -ms-linear-gradient(rgba(255, 0, 0, 0), #8d6314, rgba(255, 0, 0, 0));
    background: -moz-linear-gradient(rgba(255, 0, 0, 0), #8d6314, rgba(255, 0, 0, 0));
    background: linear-gradient(rgba(255, 0, 0, 0), #8d6314, rgba(255, 0, 0, 0));
    /*linear-gradient(to right,rgba(255,0,0,0), #8d6314, rgba(255,0,0,0))*/
    position: absolute;
    width: 2px;
    height: 90%;
}

.righticonscontainer .vlinecolor {
    height: 100%;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 5000;
    text-align: center;
    direction: ltr;
    background: #000000;
    background: -webkit-radial-gradient(#e2dddd, #a7a2a2, #12415f);
    background: -o-radial-gradient(#e2dddd, #a7a2a2, #12415f);
    background: -ms-radial-gradient(#e2dddd, #a7a2a2, #12415f);
    background: -moz-radial-gradient(#e2dddd, #a7a2a2, #12415f);
    background: radial-gradient(#e2dddd, #a7a2a2, #12415f)
}

.loadinglogo {
    display: inline-block;
    position: relative;
    top: 35%;
    /* -webkit-animation: fadeEffect 2s infinite ease-in-out;
    animation: fadeEffect 2s infinite ease-in-out; */
}

.timercontainer {
    position: absolute;
    margin: 0 42.5vw;
    width: 19vw;
    left: 0;
    bottom: 20%;
}

.timer {
    background: #d6d6d6;
    height: 3px;
    width: 0;
}

.timertext {
    text-transform: uppercase;
    margin-top: 4%;
    color: #d6d6d6;
    letter-spacing: 5px;
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* 
@keyframes movingBottomToTop {
    0% {
      bottom: -15px;
    }
    95% {
      bottom: 150px;
    }
    100% {
      bottom: 165px;
    }
  }
  .toTop{
    animation: movingBottomToTop 1s linear;
    position: relative;
  } */


/* .upmenu{
  position:fixed;
  top:0;
}
.toptop {
  -webkit-animation: slide-out-top 1.5s cubic-bezier(.215, .61, .355, 1) forwards;
  animation: slide-out-top 1.5s cubic-bezier(.215, .61, .355, 1) forwards;
}
@-webkit-keyframes slide-out-top {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
to {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
}
@keyframes slide-out-top {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
to {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
} */


/**About Us Section**/

.about-page {
    font-family: "AvenirLTStd";
}

.img-section {
    position: relative;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.left-header {
    position: absolute;
    z-index: 111;
    width: 40%;
    left: 21%;
    top: 40px;
    height: 75px;
    float: left;
}

.page-inline-logo {
    position: relative;
    width: 18%;
    float: left;
    margin-top: -1%;
}

.bread-crumb {
    position: relative;
    width: 45%;
    height: 30px;
    left: 6%;
    background: rgba(18, 65, 95, 0.6);
    margin-top: 4%;
    padding: 0px;
    padding-left: 10px;
    float: left;
}

.bread-crumb li {
    font-size: 11px;
    display: inline-block;
    color: #ffffff;
    text-transform: capitalize;
    vertical-align: -webkit-baseline-middle;
    padding: 5px;
}

.bread-crumb li a {
    color: #ffffff;
}

.bread-crumb li+li::before {
    font-family: "FontAwesome";
    font-weight: 100;
    content: "\f054";
    font-size: 8px;
    padding-right: 5px;
}

.title-about {
    position: absolute;
    bottom: 0;
    text-transform: capitalize;
    font-size: 98px;
    left: 12%;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 9px;
}

.about-section-details {
    margin: 0 auto 40px;
}

.about-menu {
    width: 45%;
    margin: 40px auto;
    color: #cacaca;
    text-transform: capitalize;
}

.about-menu li {
    display: inline-block;
    padding: 12px 12px 5px 12px;
    margin: 0 10px;
    opacity: 0.2;
    position: relative;
    left: -130px;
}

.about-menu li:nth-child(1) {
    left: 0;
    opacity: 1;
}

.about-menu li a {
    color: #CACACA;
    padding: 5px 10px;
    border-bottom: 1px dashed;
}

.about-menu li a:focus,
li.active a {
    text-decoration: none;
    color: #12415F;
}

.about-menu li a:hover {
    color: #e7b04d;
}

.tab-pane h3 {
    color: #12415F;
    /* letter-spacing: 2px; */
    /* font-weight: 700; */
    text-transform: capitalize;
    /* font-size: 28px; */
}

.tab-pane p {
    color: #666666;
    font-size: 15px;
    width: 75%;
}

.footer {
    background-color: #12415e;
    opacity: 0.7;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
    cursor: pointer;
}

.footer a:hover {
    text-decoration: underline;
}

.menu-footer {
    width: 17%;
    display: inline-block;
    margin: 2% 0 2% 2%;
    vertical-align: top;
    font-size: 13px;
    line-height: 2.1em;
    text-transform: capitalize;
    font-family: "Roboto";
    /* font-weight: 700; */
    /* letter-spacing: 1px; */
}

.menu-footer li {
    display: block;
}

.menu-footer p {
    font-size: 12px;
}

.menu-footer ul {
    float: left;
    /* padding-left: 0; */
}

.footer .container {
    margin: 4% auto auto 0;
}

.tab-content {
    margin: 4% 5%;
}

.menu-plane {
    width: 15px;
    height: 15px;
    margin-bottom: -25px;
    right: -100px;
    opacity: 0;
    position: relative;
}

.copy-right {
    margin: 4% 4% 8%;
    font-family: roboto;
    font-size: 11px;
    padding: 0 5px;
}

.copy-right span a {
    color: #e7b04d;
    font-weight: 700;
}

.social {
    text-align: right;
}

.social li,
.social ul {
    display: inline-block;
    padding: 0px 7px;
}

.social li:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
    transition: 0.3s;
}


/**End About Us Section**/


/* Underline From Center */

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #e7b04d;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}


/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #e7b04d;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.menuul .hvr-underline-from-left:before {
    background: #12415f;
    height: 1px;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}


/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    position: relative;
    background: transparent;
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e7b04d solid 1px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}


/* End Ripple Out */

.content-menu {
    display: none;
    background: rgba(53, 128, 173, .5);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 3;
}

.menu-n {
    padding-top: 30px;
    max-width: 850px;
    margin: auto;
}

.menu-n ul {
    list-style: none;
}

.menu-n>ul>li>a:hover,
.menu-n>ul>li>a.active {
    color: #fff;
    text-decoration: underline;
}

.menu-n>ul>li>a {
    font-size: 36px;
    color: #144567;
}

.menu-n>ul>li ul {
    padding-left: 20px;
}

.menu-n>ul>li ul>li {
    margin-bottom: 10px;
}

.menu-n>ul>li ul>li>a {
    color: #fff;
    font-size: 16px;
}

.menu-n>ul>li ul>li>a:hover {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.hide-content-for-menu {
    display: none;
}

.need-hide-content-for-menu {}

.inner-slides {
    position: relative;
}

.inner-slides .flex-control-nav {
    display: none !important;
}

.inner-slides .content-slider {
    margin: auto;
    display: inline-block;
    left: 0;
    right: 0;
}

.inner-slides .content-slider h2 {
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
}

.inner-slides .content-slider p {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
}

.inner-slides .content-slider a.load-more-content {
    border: 0px;
    padding: 0px;
    color: #12415f;
    font-size: 18px;
    font-weight: bold;
}

.inner-slides .content-slider a.load-more-content:hover {
    border-bottom: 1px solid #12415f;
    position: relative;
    z-index: 2;
}

.content-inner {
    display: block;
    min-height: 100vh;
    background: url("../img/bg-cloud.jpg");
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    background-attachment: local;
    background-position: top center;
}

.inner-slides li .layer {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/bg-cloud-top.png);
    background-position-y: bottom;
    background-size: contain;
}

.content-inner {
    position: relative;
}

.content-inner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/bg-cloud-bottom.png) repeat-x;
    z-index: 0;
}

.content-inner.shift-ex {
    position: relative;
    z-index: 1111;
}

.content-inner.shift-ex .content-container,
.content-inner.shift-ex .services-container,
.content-inner.shift-ex #slider-gallery {
    position: relative;
    top: -80px !important;
}

.content-item-right>h1,
.content-item-right>h2,
.content-item-right>h3,
.content-item-right>h4,
.content-item-right>h5,
.content-item-right>h6 {
    margin-top: 0 !important;
}

.content-item-right {
    border-left: 1px solid #fff;
    padding: 0px 140px 0 40px;
    color: #12415f;
    font-size: 20px !important;
}

.sub-item-left h4 {
    color: #12415f;
    font-weight: bolder;
}

.sub-item-left h5 {
    color: #12415f;
    font-size: 14px;
    margin-top: 30px;
    text-transform: capitalize;
}

.content-item-right h2,
.content-item-right h3,
.content-item-right p {
    color: #12415f!important;
}

.content-item-right p.size-1,
.content-item-right p {
    font-size: 20px !important;
    margin-bottom: 30px;
    font-family: inherit !important;
}

.content-item-right p.size-1 *,
.content-item-right p * {
    font-size: 20px !important;
    font-family: inherit !important;
}

.content-item-right h2 {
    font-size: 30px;
    /* font-weight: bolder; */
}

.content-item-right h3 {
    font-size: 20px;
    font-weight: bolder;
}

.content-item-right ul {
    list-style: none;
    font-size: 14px;
    color: #12415f;
    margin-left: 0px;
    padding-left: 0px;
    font-weight: bold;
}

.inner-slides .flex-viewport {}

.service-with-img {
    margin-top: 100px;
}

.service-with-img img {
    border-left: 1px solid #fff;
}

.service-with-img .content-item-right {
    padding-top: 1px;
}

.ref {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20%;
    cursor: pointer
}

.contact-us-form {
    border-left: 1px solid #fff;
    padding: 0px 40px;
    margin-top: 20px;
}

.contact-us-form input.form-control,
.contact-us-form textarea.form-control {
    background: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    height: 40px;
    margin-bottom: 15px;
}

textarea.inner-texarea {
    height: 140px !important;
}

.contact-us-form select.form-control {
    height: 72px;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #12415f;
    font-size: 22px;
    margin-bottom: 15px;
}

select.select-inner {
    height: 40px !important;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #12415f;
    font-size: 16px !important;
    margin-bottom: 15px;
}

.contact-us-form textarea.form-control {
    height: 240px;
    padding: 20px;
}

.contact-us-form .btn.btn-primary {
    color: #fff;
    background: #12415f;
    border-radius: 0px;
    border-color: #12415f;
    padding: 15px 30px;
    font-size: 16px;
}

.contact-us-form ::placeholder {
    color: #8696a6;
}

.contact-us-form ::-webkit-placeholder {
    color: #12415f;
}

.contact-us-form .details-form {
    color: #12415f;
    padding-top: 75px;
}

.contact-us-form .details-form h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
}

.contact-us-form .details-form p {
    margin-bottom: 25px;
    font-size: 20px;
}

.content-about {
    border-left: 1px solid #fff;
    padding: 0px 40px;
    color: #12415f;
    //margin-top: 20px;
}

.content-about h4 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 25px;
}

.content-about p,
.content-about ul li {
    font-size: 20px;
}

.learn-more {
    cursor: pointer;
    text-transform: uppercase;
}

.fleet .content-slider {
    width: 43vw;
    top: 27%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    right: 0;
}

.fleet .content-container {}

.fleet-with-img {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fleet-with-img img {
    margin: auto;
    width: 60%
}

.fleet-img-border {
    border-left: 1px solid #fff;
}

.content-item-fleet {
    position: absolute;
    padding-left: 40%;
    font-size: 18px;
    bottom: -25px;
}

.book-fleet {
    padding: 5px 30px;
    border: 7px solid #e7b04d;
    text-transform: capitalize;
}

.book-fleet a {
    color: #12415f;
}

.footer-inner {
    padding: 40px 0px 5px 0px;
    background: #144567;
    color: #ffffff;
    padding-bottom: 5px;
}

.footer-inner ul {
    list-style-type: none;
    padding: 0;
    border-right: 1px solid;
    font-size: 12px;
}

.footer-inner .container {
    max-width: 1000px;
    width: 100%;
}

.content-item-news {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.content-item-news h2 {
    font-weight: bolder;
}

.content-item-news .brief-news {
    padding: 25px 40px;
    word-break: break-word;
}

.content-item-news .brief-news p {
    font-size: 20px;
}

a.subscribe-n,
a.readmore-n {
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff !important;
    margin-right: 25px;
    margin-top: 30px;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

a.subscribe-n {
    background: #e9b65e;
    border: 3px solid #e9b65e;
}

a.subscribe-n:hover {
    background: #fff;
    color: #e9b65e;
}

a.readmore-n {
    background: #12415f;
    border: 3px solid #12415f;
}

a.readmore-n:hover {
    background: #fff;
    color: #12415f!important;
    border: 3px solid #ffffff;
}

.mb-70 {
    margin-bottom: 70px;
}

.box-event {
    display: block;
    list-style: none;
    background: #e9b65e;
    padding: 20px !important;
    padding-right: 22px !important;
    padding-bottom: 2px !important;
}

.box-event li img {
    position: relative;
    top: -15px;
}

.box-event li {
    display: inline-block;
}

.box-event li h2 {
    font-size: 20px;
    font-weight: bolder;
    margin: 0px !important;
}

.container-news {
    max-width: 950px;
}

.m--40 {
    margin-left: -55px;
    margin-right: -55px;
}

.events-timeline {
    list-style: none;
    padding: 0px;
    margin-bottom: 40px;
}

.events-timeline li.active,
.events-timeline li:hover {
    background: #fff;
}

.events-timeline li a {
    color: #12415f
}

.events-timeline li {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    max-width: 19%;
    width: 100%;
    text-align: center;
    position: relative;
}

.events-timeline li.bar-st {
    width: 6%;
    border: 0px;
    border-bottom: 1px solid #fff;
    height: 1px;
    padding: 0px;
    position: relative;
    top: -2px;
    left: -3px;
    right: 29px;
}

.events-timeline li.bar-st:after {
    position: absolute;
    top: 0px;
    content: "";
    right: -7px;
    height: 1px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.blog-desc-icons {
    list-style: none;
    padding: 0px;
    margin-top: 30px;
}

.blog-desc-icons li {
    color: #12415f;
    margin-bottom: 20px;
}

.blog-desc-icons li .fa {
    font-size: 20px;
    margin-right: 15px;
}

.search-blog-form label {
    color: #fff;
    font-size: 20px;
}

.search-blog-form input {
    width: 100%;
    max-width: 200px;
    background: transparent;
    border: 1px solid #fff;
    height: 35px;
    margin-left: 20px;
}

.archive-blog {
    border-top: 1px solid #12415f;
    list-style: none;
    padding: 0px;
    margin-top: 30px;
    padding-top: 20px;
}

.archive-blog li {
    list-style: none;
    color: #12415f;
    margin-bottom: 5px;
}

.top-0 {
    top: 0px;
}

.fleet-page-top {
    height: calc(100vh - 200px);
}

.fleet-page-top {
    list-style: none;
    margin: auto;
    max-width: 650px;
    margin-top: 200px;
    color: #fff;
}

.fleet-page-top h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 30px;
    /* font-weight:bold; */
}

.fleet-page-top p {
    color: #144567;
    /* font-weight: bold; */
    display: inline-block;
    max-width: 650px;
    width: 100%;
    font-size: 20px;
    height: 200px;
    overflow: auto;
}

.top--50 {
    top: -50px;
}

.relative {
    position: relative;
}

.content-item-right a {
    color: #12415f
}

.content-item-right a:hover {
    text-decoration: underline
}

.sub-item-left a {
    color: #12415f
}

.sub-item-left a:hover {
    text-decoration: underline
}

.white-headding h2 {
    color: #fff;
    font-size: 36px;
}

.slick-active {
    width: 20% !important;
}

.slick-current.slick-active {
    width: 60% !important;
}

.film_roll_child {
    opacity: 0.5;
}

.film_roll_child.active {
    opacity: 1;
}

.film_roll_pager {
    display: none;
}

#slider-gallery {
    margin-bottom: 40px;
}

.film_roll_next,
.film_roll_prev {
    background: transparent !important;
    border: 6px solid #e7b04d !important;
    border-radius: 0px !important;
    opacity: 1 !important;
    width: auto !important;
    font-size: 40px !important;
    line-height: 16px !important;
    height: auto !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.film_roll_next {
    right: 7% !important;
}

.film_roll_prev {
    left: 7% !important;
}

.film_roll_next:before {
    content: "Next";
    font-size: 16px;
    position: relative;
    top: -3px;
    padding-left: 25px;
    padding-right: 20px;
}

.film_roll_prev:after {
    content: "Previous";
    font-size: 16px;
    position: relative;
    top: -3px;
    padding-left: 5px;
    padding-right: 20px;
}

.flexslider .slides img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media(max-width:768px) {
    .headernav {
        top: 70px;
    }
    .content-slider {
        width: calc(100% - 84px);
    }
    .inner-slides .content-slider p {
        font-size: 17px;
    }
    .flex-direction-nav {
        display: none !important;
    }
    .content-container {
        top: 0px !important;
    }
    .content-item-right {
        padding-top: 20px;
        border-left: 0px;
        border-top: 1px solid #fff;
        margin-top: 20px;
    }
    .fleet-img-border,
    .content-about,
    .contact-us-form {
        padding-top: 20px;
        border-left: 0px;
        border-top: 1px solid #fff;
        margin-top: 20px;
    }
    .blog-desc-icons li {
        display: inline-block;
        margin-right: 10px;
    }
    .blog-desc-icons li .fa {
        margin-right: 5px;
    }
    a.subscribe-n,
    a.readmore-n {
        display: inline-block;
        font-size: 17px;
        padding: 5px 5px;
        text-transform: uppercase;
        color: #fff !important;
        margin-right: 10px;
        margin-top: 30px;
        transition: all ease .4s;
        -webkit-transition: all ease .4s;
    }
    .events-timeline li {
        display: block;
        margin: auto;
        max-width: 35%!important;
    }
    .events-timeline li.bar-st {
        border-left: 1px solid #fff;
        height: 40px;
        border-bottom: 0px !important;
        width: 1px !important;
        top: 0px;
    }
}

.sub-menu-other {
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 10px;
}

.sub-menu-other .item-sub {
    display: flex;
    color: #fff;
}

.sub-menu-other .item-sub>div:last-child {
    margin-top: 20px;
}

.sub-menu-other .item-sub h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: bolder;
}

.sub-menu-other .item-sub p {
    font-size: 14px;
}

.sub-menu {
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-2em);
    -moz-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    -o-transform: translateY(-2em);
    height: 0px;
    z-index: -1;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: 0s all;
    -webkit-transition: 0s all;
    -ms-transition: 0s all;
    -moz-transition: 0s all;
    -o-transition: 0s all;
}

.menu-n>ul>li:hover>a {
    color: #fff;
    text-decoration: underline;
}

.menu-n>ul>li:hover .sub-menu {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.color-white {
    color: #fff !important;
}

.content-item-related ul {
    list-style: none;
    padding-left: 0px;
}

.content-item-related ul li {
    margin-bottom: 20px;
}

.content-item-related ul li a {
    color: #12415f;
    font-size: 20px;
    font-weight: bold;
}

.jssocials-share-link {
    border-radius: 50%;
}

.jssocials-share-link {
    color: #fff !important;
}

.content-next-prev {
    margin-top: 30px;
}

.content-next-prev a,
.content-pagination a {
    color: #12415f
}

.content-next-prev a i,
.content-pagination a i {
    position: relative;
    border-radius: 50%;
    background: #12415f;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    top: -1px;
}

.inner-form {
    border-left: 0px;
    padding-left: 0px;
}

.label-checkbox {
    color: #12415f;
    margin-bottom: 15px;
    margin-right: 10px;
    font-weight: normal;
    te
}

.p-l-12 {
    padding-left: 12px;
}

.label-checkbox:after {
    content: '';
    display: table;
    clear: both;
}

.label-checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    background: #fff;
}

.label-checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 15%;
}

.label-checkbox input[type="checkbox"] {
    display: none;
}

.label-checkbox input[type="checkbox"]+.cr>.cr-icon {
    opacity: 0;
}

.label-checkbox input[type="checkbox"]:checked+.cr>.cr-icon {
    opacity: 1;
}

.label-checkbox input[type="checkbox"]:disabled+.cr {
    opacity: .5;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
}

.social-link {
    list-style: none;
    color: #fff;
    border: 0px !important;
}

.social-link li {
    display: inline-block;
    margin-right: 5px;
}

.social-link li a {
    background: #fff;
    color: #12415f;
    width: 28px;
    height: 28px;
    display: block;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

.second-footer-item>div {
    margin-bottom: 20px;
}

.first-footer-item>div {
    margin-bottom: 30px;
}

.first-footer-item>div ul {
    min-height: 110px;
}

.first-footer-item>div ul li {
    margin-bottom: 5px;
}

.first-footer-item>div ul li a {
    color: #fff;
}

.first-footer-item>div ul li a:hover {
    text-decoration: underline;
}

@media(max-width:768px) {
    .first-footer-item>div ul {
        border: 0px;
    }
}

.ilyaer-slider {
    width: 3.33333%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    z-index: 1;
    padding: 2px;
    -webkit-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
    background-size: 3.333333333333333% auto cover;
    background-position: 0% 40px;
    border-radius: 0%;
    opacity: 0;
}

.ilyaer-slider:hover {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    opacity: 1;
}

.layer-hover-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[data-event-content] {
    display: none;
}

[data-event-details] {
    display: none;
}

[data-event-content].active-event-tab {
    display: block;
}

[data-event-details].active-event-tab {
    display: block;
}

.path ul {
    list-style: none;
    padding-left: 0px;
}

.path ul li {
    display: inline-block;
    margin-right: 10px;
    color: #12415f;
    height: auto !important;
    font-weight: bold
}

.path ul li a {
    color: #e7b04d;
    padding: 0px !important;
    border: 0px !important;
    font-weight: bold !important;
    text-transform: capitalize;
}

.path ul li a:hover {
    text-decoration: underline;
}

.path ul li:not(:last-child):after {
    content: "|";
    color: #e7b04d;
    position: relative;
    left: 5px;
}

@media(max-width:768px) {
    .social-div {
        position: absolute;
    }
    .content-item-fleet {
        position: absolute;
        font-size: 18px;
        bottom: -56px;
    }
}

@media(max-width:420px) {
    .content-item-fleet {
        position: absolute;
        padding-left: 15%;
        font-size: 18px;
        bottom: -56px;
    }
}

.btn-open {
    right: 15px;
    ;
}

.btn-open:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: -4px;
    border-radius: 50%;
    background-color: #e7b04d !important;
    animation: animationWave cubic-bezier(0, .54, .53, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    z-index: 2;
}

.btn-open:after {
    animation-delay: .3s;
}

@keyframes animationWave {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@media(max-width:768px) {
    .first-footer-item {
        text-align: center;
    }
    .logo-footer,
    .second-footer-item {
        text-align: center;
    }
    .logo-footer img {
        margin: auto;
        margin-bottom: 10px;
    }
    .first-footer-item>div {
        margin-bottom: 30px;
    }
    .first-footer-item>div ul {
        min-height: unset;
    }
}

@media(max-width:768px) {
    .content-item-right {
        padding-left: 0px;
        padding-right: 0px;
    }
    .service-with-img {
        margin-top: 30px;
    }
    .blog-desc-icons {
        margin-top: 10px;
    }
    .sub-item-left br {
        display: none;
    }
    .search-blog-form input {
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
    }
    .service-with-img>.row,
    .content-container>.row,
    .fleet-with-img>.row {
        display: flex;
        flex-direction: column;
    }
    .service-with-img>.row>.col-md-3,
    .fleet-with-img>.row>.col-md-3 {
        order: 2;
    }
    .fleet-with-img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .fleet-with-img>.row>.col-md-9 {
        margin-bottom: 60px;
    }
    .service-with-img>.row>.col-md-9 {}
    .content-item-news .brief-news {
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-inner {
        padding-bottom: 10px;
    }
    a.subscribe-n,
    a.readmore-n {
        margin-top: 10px;
    }
    .contact-us-form,
    .content-about {
        padding-left: 0px;
        padding-right: 0px;
    }
    .fleet-page-top {
        width: 70%;
    }
    .mb-70 {
        margin-bottom: 20px;
    }
}

@media(min-width:768px) {
    .headernav {
        position: fixed;
    }
    .content-menu {
        position: fixed;
    }
}

.flex-control-thumbs li {
    position: relative;
    height: 95px;
}

.flex-control-thumbs li div {
    position: absolute;
    left: 0;
    width: calc(100%);
}

.flex-control-thumbs li span {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    margin-top: 10px;
}

#slider-gallery img {
    max-width: 100%;
}

.p-img {
    height: 600px;
    width: 950px;
    overflow: hidden
}

.p-img img {
    width: 100%;
    height: 100%
}

.ar-r {
    width: 8%!important;
    left: 15px;
    position: relative;
}

.content-item-right span,
.content-item-right font {
    color: #12415f!important
}

.services-container {}

.content-container {}

.film_roll_prev,
.film_roll_next {
    padding: 10px!important;
}

.content-blogs .service-with-img {
    margin-top: 40px;
}

.content-blogs .content-item-right {
    padding: 0px 100px 0 40px;
}

.content-blogs .content-item-right p {
    text-decoration: none !important;
}

a.subscribe-n:hover {
    color: #e9b65e!important;
}

.blog-details .content-item-right h2 {
    font-weight: 700
}

.content-item-right p:last-child {
    margin-bottom: 0;
}

.share-blog {
    position: relative;
    padding: 0 40px;
    margin-top: -5%;
}

.contact-blog.contact-us-form .btn.btn-primary {
    color: #12415f;
    background: transparent;
    border-radius: 0px;
    border-color: transparent;
    padding: 15px 0px;
}

.contact-blog.contact-us-form p {
    color: #ffffff;
    padding-left: 15px;
    font-size: 12px;
}

.contact-blog.contact-us-form input.form-control,
.contact-blog.contact-us-form textarea.form-control {
    background: #dcdcdc;
    border-radius: 0px;
    border: none;
    margin-bottom: 15px;
    font-size: 12px;
}

.contact-blog.contact-us-form input.form-control::placeholder,
.contact-blog.contact-us-form textarea.form-control::placeholder {
    color: #a0a0a0
}

.contact-blog.contact-us-form textarea.form-control {
    height: auto;
    padding: 15px;
}

.box-event li img {
    padding-right: 5px;
    width: 75%;
}

.box-event li h5 {
    margin-top: 5px;
    font-size: 12px;
}

.box-event {
    padding: 18px 14px 0!important;
}

.content-item-news h2 {
    font-weight: 500;
}

a.subscribe-n,
a.readmore-n {
    font-size: 16px;
    padding: 7px 20px;
    letter-spacing: 1px;
}

.related-articles {
    margin-top: 5%;
}

.related-articles h4 {
    font-weight: 700;
    margin-bottom: 30px;
}

.news-content .sub-item-left h5 {
    font-size: 12px;
    margin-top: 0;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.content-next-prev a span,
.content-pagination a span {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}


/* .container-news div.sub-item-left:first-child  h4 {
display: block
    }
    .container-news  div.sub-item-left h4 {
display: none;
    } */

.content-next-prev,
.content-pagination {
    padding: 0 40px;
    margin-top: 45px;
}

.content-pagination,
.content-next-prev.service {
    margin-top: 60px;
    width: 75%;
    float: right;
    padding: 0 45px;
    margin-top: 60px;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.dropdown-horizons i {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 24px;
    color: #12415f;
    z-index: -1;
}

.dropdown-horizons-event i {
    top: 65px;
    position: absolute;
    right: 30px;
    font-size: 28px;
    color: #12415f;
    z-index: -1;
}

.content-pagination .text-left,
.content-pagination .text-right {
    display: inline-block;
    padding-right: 10px
}

.content-pagination .row {
    margin-left: 5px
}

.pages a {
    padding: 1px 4px;
    border-radius: 50%;
    margin: 5px;
}

.pages a.active {
    background: #e7b04d;
}

.comments {
    color: #12415f;
}

.comments-details {
    /* padding: 20px;
         background-color:#c3cdd6; */
    color: #12415f;
}

.comments-details h5 {
    font-weight: 700
}

.content-pagination .pagination>li>a,
.pagination>li>span {
    color: #12415f;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e7b04d;
    border-color: #e7b04d;
    border-radius: 50%;
    color: #12415f;
}

.pagination>li>a,
.pagination>li>span {
    padding: 0px 6px;
    margin: 10px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: #12415f;
    border-color: #ddd;
    border-radius: 50%!important;
}

.pagination .page-item:last-child .page-link:before {
    content: "Next";
    padding-right: 15px;
    color: #12415f
}

.pagination .page-item:last-child .page-link:after {
    content: "";
    padding: 1px 8px;
    position: relative;
    background: #12415f;
    margin-left: -11px;
    border-radius: 50%;
    z-index: -1;
}

.pagination .page-item:last-child .page-link {
    color: #ffffff;
}

.path ul li a:hover {
    color: #e7b04d;
    text-transform: capitalize
}

.path ul {
    display: inline-block;
    padding-left: 5px;
}

.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: transparent;
}


/**new edit**/

.inner-slides .content-slider p {
    /* max-height: 115px;
    overflow: hidden;
    padding-bottom: 0; */
}

.menu-center{text-align: center;}

.content-slider {
    position: absolute;
    width: 50vw;
    left: 20%;
    display: inline-block;
    top: 25%;
    color: #12415f;
    z-index: 2;
}

.content-pagination,
.content-next-prev.service {
    margin-bottom: 60px
}

.comment {
    background: #c3cdd6;
    padding: 10px 20px;
    margin: 15px 0;
}

.flex-control-thumbs li:hover {
    border: 1px solid #e7b04d;
    cursor: pointer!important;
}

.flex-control-thumbs img:hover {
    opacity: 0.8;
    cursor: pointer;
}

.content-next-prev span {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0);
    transition: 2s;
}

.content-next-prev .text-right {
    float: right;
}

.content-next-prev .text-right span {
    left: 0;
}

.content-next-prev .text-right:hover span,
.content-next-prev .text-left:hover span {
    transform: translateX(calc(200px - 103%));
}

.content-next-prev a i,
.content-pagination a i {
    position: absolute;
    top: 3px;
}

.content-next-prev .fa-angle-left {
    left: 3px;
    z-index: 1;
}

.service-with-img img:hover {
    cursor: pointer;
    filter: grayscale(50%);
    transition: 0.5s;
    box-shadow: 1px 1px 10px #e9b65e;
}

.msg_alert {
    display: none
}

.content-item-news img:hover {
    /* border-top: 1px solid #e7b04d;*/
    transition: 0.5s;
    opacity: 0.8;
}

.second-footer-item .color-white {
    color: #fff !important;
    display: inline-block;
}

.search-blog-form input {
    color: #fff;
}

@media (max-width: 768px) {
    .events-timeline li {
        display: block;
        margin: auto;
        max-width: 35%!important;
    }
    .news-content .sub-item-left h5 {
        font-size: 12px;
        margin-top: 10px;
    }
    .content-slider {
        width: 70vw;
        max-height: 325px;
    }
    .content-blogs .content-item-right {
        padding: 0px 25px 0 25px;
    }
    a.subscribe-n,
    a.readmore-n {
        padding: 7px 7px;
    }
    .film_roll_pager a,
    a.film_roll_prev,
    a.film_roll_next {
        background: rgba(149, 127, 112, 0.65)!important;
    }
    .flex-control-thumbs li {
        width: 17%;
        word-break: break-word;
        font-size: 13px;
    }
    .content-slider a {
        padding: 10px 5px;
        font-size: 12px;
    }
}

.flexslider ul {
    padding-left: 0;
}

.flexslider li {
    list-style: none;
}

.flexslider .slides {
    margin-bottom: 0px;
}


/*
.flexslider .slides li {
    margin: auto;
    opacity: .8;
    width: 100%!important;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate
}*/

[data-inner-read-more] {
    z-index: 1111;
    position: relative;
}

.headernav:before,
.headernav:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    background-color: #e7b04d !important;
    opacity: 0;
    animation: animationWave cubic-bezier(0, .54, .53, 1) 2s;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    z-index: 2;
}

[data-inner-read-more] {}




    
    .mb-blog .modal-body {
        position: relative;
        padding: 0 15px;
        height: 300px;
        overflow: hidden;
    }
    .mb-blog .modal-body img{
        width: 100%;
    }
    .right-sub{
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
    }
    
    .right-sub input[type='email']{
        margin-right: -15px;
        margin-left: 15px;
        border-radius: 0;
        opacity: 0.9;
        width: 88%;
        border: none;
    }
    .right-sub .btn-primary {
        color: #fff;
        background-color: #144566;
        border-color: #144566;
    }
    .mb-blog button.close {
        position: absolute;
        right: 15px;
        top: 10px;
        color: #ffffff;
        opacity: 1;
    }


 


