﻿@charset "UTF-8";
.menu > ul > li > .megamenu .link-list {
  line-height: 1.5; }

@media (min-width: 1023px) {
  .menu > ul > li > ul > li > ul.sub-menu > li > a {
    border-bottom: 0 !important; } }
@media (min-width: 1023px) {
  .menu > ul > li > .megamenu .title {
    font-weight: 900; } }

@media (max-width: 1023px) {
  
  .main-header .main-header-pos .main-nav .main-menu .logo-center .sh-d .dropdown {
    display: none; } }

.Mainmenu-style {
    font-size: 15px;
   
}

.Box-Style1 {
    text-align:center;
    font-weight:100;
}

.Box-Style2 {
    text-align: center;
    font-weight: 100;
    font-weight: bold;
}

.Lang-Style {
    
    color: white;
    display: inline-block;
    font-size: 14px;
    margin-bottom: -165px;
}

.btnSubmit {
    width:100px;
    background-color: #e4e9eb;
    box-shadow: 3px 3px 1px 1px #808080;
    color: black;
    font-weight: bold
}

.btnDefault {
   
    box-shadow: 2px 2px 1px gray;
    font-size: 16px;
    border-radius: 5px;
}
.table tr td {
    text-align:center;
}

.AlignTD {
    vertical-align: middle;
    text-align: center;
    margin-top: 4px;
    font-size: 10px;
}

.fCLabel {
    color: black;
    font-weight: bold;
}

.TitleArticle {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.TitleStyle {
    font-size: 20px;
    font-weight: bold;
}

.TitleStyle1 {
    font-size: 18px;
    font-weight: bold;
}

/* Add an active class to the active dropdown button */
.active {
   
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    
    display: none;
    background-color: #5d6b99;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.dropdown-container a {
    margin-right:30px;
    color: lightgray;
    font-size: 14px;
}
.toggle-Menu {
  float: right;
  width: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



@media (min-width: 768px) {
  .type-service .toggle-Menu {
    display: none;
  }
}
.home1 {
    height: 40vh;
    overflow: hidden;
    position: relative;
}
    .home1 .slide1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: 1;
        display: none;
        animation: slide1 2s ease;
        -webkit-animation: slide1 2s ease;
       
    }

        .home1 .slide1.active {
            display: flex;
        }

@keyframes slide1 {
    0% {
        opacity: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}


.slide1 .container {
    width: 90%;
    margin: auto;
   /* display: flex;*/
    justify-content: flex-end;
    align-items: center;
}

.slide1 .caption {
   /* width: 500px;*/
    text-align: center;
}

    .slide1 .caption h2 {
        font-size: 60px;
        color: #fff;
    }

.home1 .slide1.active .caption h2 {
    opacity: 0;
    animation: captionText .5s ease forwards;
    -webkit-animation: captionText .5s ease forwards;
    animation-delay: 1s;
}

.slide1 .caption p {
    font-size: 40px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
}

.home1 .slide1.active .caption p {
    opacity: 0;
    animation: captionText .5s ease forwards;
    -webkit-animation: captionText .5s ease forwards;
    animation-delay: 1.2s;
}

.slide1 .caption a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    background: #c3361d;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.home1 .slide1.active .caption a {
    opacity: 0;
    animation: captionText .5s ease forwards;
    -webkit-animation: captionText .5s ease forwards;
    animation-delay: 1.4s;
}

@keyframes captionText {
    0% {
        opacity: 0;
        transform: translateX(-100px);
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}



.controls .next,
.controls .prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.controls .next svg,
.controls .prev svg {
    width: 40px;
    height: 40px;
    padding: 10px;
}

.controls .next:hover,
.controls .prev:hover {
    background: #c3361d;
}


.indicator {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 2;
    display: flex;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

    .indicator div {
        width: 25px;
        height: 25px;
        background: #333;
        color: #fff;
        margin: 0 15px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .indicator div.active {
            background: #c3361d;
        }

/*<End Slider Styles>*/

.NvhH {
   height: 70px; margin-top: -15px; margin-bottom: 30px;
}
.mb40{
    margin-bottom: -40px;
}
.Mb30 {
    margin-bottom: 30px;
}
.Mt-15{margin-top:-15px;}
.Mt-1 {margin-top: -1px;}
.d-flexL2 {
    direction:ltr;
    font-size: 12px;
}
.mrg5PC{margin:5%;}
.mrgL10 {
    margin-left: 10px;
}
.mrg-10{margin:10px auto;}
.pl5 {
    padding-left: 50px;
}

.Cblue {
    color: blue;
}
.ExportDivStyle {
    background-color: #eff4fc;
    text-align: center;
    border-right: 0.5px solid #e0ebfa;
    box-shadow: 1px 50px 100px 30px #e0ebfa;
}

.ContainerStyle {
    background-color: #eff4fc;
    text-align: center;
    border-right: 0.5px solid #e0ebfa;
    box-shadow: 1px 50px 100px 30px #e0ebfa;
    margin: 20px auto;
    padding: 20px;
}
.productDiv1{
    text-align:center;
    padding:10px;

}

.productDiv1 >  p{
    text-align: justify;
   
}
.home1Style {
    padding: 10%;
    text-align: center;
    background-size: cover;
    margin-bottom: 30px;
}
.headStyle-img {
    width: 250px;
    height: 240px;
    text-align: center;
}

.text-blue {
    color: #0e5186;
}
.HrStyle {
    margin-left:3%;
    color: #0e5186;
    box-shadow: 5px 2px 5px #0e5186;
}

/*<Start Export Market section Styles>*/
details {
    margin-left: 20px;
    /*float:left;*/
    text-align: left;
    font: 16px "Open Sans", Calibri, sans-serif;
    width: 200%;
}

    details > summary {
        padding: 5px 6px;
        border: none;
        cursor: pointer;
    }

    details > p {
        border-radius: 0 0 10px 10px;
        padding: 2px 6px;
        margin: 0;
        box-shadow: 3px 3px 4px black;
    }

    details[open] > summary {
    }
/*<End Export Market section Styles>*/

.zawraqStyle {
    height: 90%;
    width: 70%;
    inset: 0px;
    color: transparent;
}
.contentStyle {
    padding: 0 50px;
    text-align: center;
    box-shadow: 1px 50px 100px 30px #e0ebfa;
    font-size:20px;
    line-height:35px;
}
.UserImgS {
    margin-right:200px;
    text-align: center;
    box-shadow: 1px 50px 100px 30px #e0ebfa;
    font-size: 15px;
    
}
.AboutImg {
    margin-bottom: 20px;
    border: 1px solid #e0ebfa;
    box-shadow: 5px 5px 5px #e0ebfa;
}
.contentTitrFontStyle {
    text-align: center;
    font-size: 30px;
}
.SectionproductStyle {
    border-top: 1px solid #0d5189;
    border-bottom: 1px solid #0d5189;
}


/*<Start Custom1 Styles>*/
/* pre-loader */
.pre-loader:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 50%;
    height: 5px;
    background-color: #097eba;
    animation: cardLoader 1s ease-in-out alternate infinite;
}

/* margin */
.mt-5{margin-top:5px;}
.mt-1 {
    margin-top: 1px;
}
.mt-2 {
    margin-top: 2px;
}
.Mrg1 {
    margin-right: -20px;
}

.Mrg2 {
    margin-left: -30px;
}

.Mrg3 {
    margin-left: 5px;
}

.Mrg4 {
    margin-right: -50px;
}

.Mrg5 {
    margin-right: -50px;
}

.Mrg50 {
    margin-right: -50px;
    margin-top: 500px;
}

.Mrg6 {
    margin-left: -50px;
}

.Mrg7 {
    margin-bottom: -165px;
}

.Mrg8 {
    margin-top: 150px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-27 {
    margin-top: 27px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt--2 {
    margin-top: -2px !important;
}

.me-10 {
    margin-right: 10px !important;
}

.me-15 {
    margin-right: 15px !important;
}

.me-50 {
    margin-right: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-10 {
    margin-left: 10px !important;
}

.ms-15 {
    margin-left: 15px !important;
}

.ms-50 {
    margin-left: 50px !important;
}



/* padding */
.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-10 {
    padding-right: 10px !important;
}

.pe-15 {
    padding-right: 15px !important;
}

.pe-20 {
    padding-right: 20px !important;
}

.pe-50 {
    padding-right: 50px !important;
}


.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}


.ps-0 {
    padding-left: 0 !important;
}

.ps-15 {
    padding-left: 15px !important;
}

.ps-20 {
    padding-left: 20px !important;
}

.ps-30 {
    padding-left: 30px !important;
}

.ps-35 {
    padding-left: 35px !important;
}

.ps-50 {
    padding-left: 50px !important;
}

.ps-60 {
    padding-left: 60px !important;
}


/**/
.p-tb-50-lr-30 {
    padding: 50px 30px !important;
}



/* xs <575 */
@media (max-width: 575px) {
}

/* sm 576 to 767 */
@media (min-width: 576px) and (max-width: 767px) {
}

/* md 768 to 991 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* lg 992 to 1199 */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* xl 1200 to 1399 */
@media (min-width: 1200px) and (max-width: 1399px) {
}

/* xxl >1400 */
@media (min-width: 1400px) {
}

/* ----- */
/* zero-sm */
@media (max-width: 767px) {
    .mt-10-zero-sm {
        margin-top: 10px !important;
    }

    .mt-15-zero-sm {
        margin-top: 15px !important;
    }

    .mt-50-zero-sm {
        margin-top: 50px !important;
    }

    /**/
    .ps-60-zero-sm {
        padding-left: 60px !important;
    }

    .order-1-zero-sm {
        order: 1 !important;
    }

    .order-2-zero-sm {
        order: 2 !important;
    }

    .order-3-zero-sm {
        order: 3 !important;
    }
}

/* zero-md */
@media (max-width: 991px) {
    .me-15-zero-md {
        margin-right: 15px !important;
    }

    .ps-15-zero-md {
        padding-left: 15px !important;
    }

    .pt-50-zero-md {
        padding-top: 50px !important;
    }

    .pb-50-zero-md {
        padding-bottom: 50px !important;
    }
}

/* md-all */
@media (min-width: 768px) {
    .me-15-md-all {
        margin-right: 15px !important;
    }

    .mb-0-md-all {
        margin-bottom: 0 !important;
    }

    .ps-10-md-all {
        padding-left: 20px !important;
    }

    .pe-10-md-all {
        padding-right: 20px !important;
    }
}

/* lg-all */
@media (min-width: 992px) {

    /**/
    .pe-0-lg-all {
        padding-right: 0 !important;
    }

    .pe-40-lg-all {
        padding-right: 40px !important;
    }

    /**/
    .me-40-lg-all {
        margin-right: 50px !important;
    }

    /**/
    .ms-40-lg-all {
        margin-left: 50px !important;
    }

    /**/
    .pt-0-lg-all {
        padding-top: 0 !important;
    }

    /**/
    .ps-0-lg-all {
        padding-left: 0 !important;
    }

    /**/
    .pb-0-lg-all {
        padding-bottom: 0 !important;
    }

    /* height */
    .h-100-vh-lg-all {
        height: 100vh !important;
    }

    .h-815-px-lg-all {
        height: 815px !important;
    }

    .h-595-px-lg-all {
        height: 595px !important;
    }

    /* overflow */
    .overflow-y-auto-lg-all {
        overflow-y: auto;
    }

    .overflow-x-hidden-lg-all {
        overflow-x: hidden;
    }
}



/* overflow */
.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}





/* rounded */
.rounded-5 {
    border-radius: 5px !important;
}

.rounded-15 {
    border-radius: 15px !important;
}

.rounded-25 {
    border-radius: 25px !important;
}

.rounded-t-s {
    border-top-left-radius: 0 !important;
}



/* opacity */
.opacity-1 {
    opacity: .1;
}

/* font-size */
.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-35 {
    font-size: 35px !important;
}

/* line-height */
.l-h-24 {
    line-height: 24px !important;
}

.l-h-34 {
    line-height: 34px !important;
}

/* border */
@media (max-width: 767px) {
    .border-none-md {
        border: none !important;
    }

    .h-40-px-md {
        height: 40px !important;
    }
}

/* cursor */
.cursor-pointer {
    cursor: pointer !important;
}

/* shadow-none */
.shadow-none {
    box-shadow: none !important;
}

/* text-pre-line */
.text-pre-line {
    white-space: pre-line !important;
}

/* text-justify */
.text-justify {
    text-align: justify !important;
}

/* display */
.d-initial {
    display: initial !important;
}

/* pointer-none */
.pointer-none {
    pointer-events: none !important;
}

/* resize-none */
.resize-none {
    resize: none !important;
}

/* justify-content-right */
.justify-content-right {
    justify-content: right !important;
}

/* screen */
@media screen {
    .d-screen-none {
        display: none !important;
    }
}

/* position-content-center */
.position-content-center {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}



/* scrollbar */
.scrollbar::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

.scrollbar:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (hover: none) {
    .scrollbar::-webkit-scrollbar {
        width: 5px;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
    }
}



/* mobile_device */
body:not(.mobile_device) .show-mobile {
    display: none;
}

.mobile_device .hide-mobile {
    display: none;
}






/* form-default */
/* form-body */
.form-default .form-body [class^="col-"] {
    margin-bottom: 20px;
}



.form-default .form-body .form-control,
.form-default .form-body .form-select {
    background-color: #f2f2f2;
    font-size: 12px;
    padding: 8px 15px;
    border-color: transparent;
}

    .form-default .form-body .form-control:focus,
    .form-default .form-body .form-select:focus {
        box-shadow: none;
    }

    .form-default .form-body .form-control:invalid,
    .form-default .form-body .form-select:invalid {
        background-color: #ffe9e9;
    }

/* chosen */
.form-default .form-body .chosen-container-single .chosen-single {
    text-align: left;
    box-shadow: none;
    border-radius: .25rem;
    background-color: #f2f2f2;
    height: 34px;
    margin-top: 1px;
    line-height: 27px;
}

    .form-default .form-body .chosen-container-single .chosen-single div b:before {
        background-color: #ccc;
        color: #fff;
        padding: 2px 5px;
        border-radius: 50%;
        position: relative;
        bottom: 2px;
        right: 3px;
    }



/* field-view */
.form-default .form-body .field-view {
    background-color: #f2f2f2;
    margin-top: 5px;
    border-radius: 0.25rem;
    font-size: 12px;
    padding: 8px 15px;
}


/* file-name */
.form-default .form-body .file-name {
    font-size: 11px;
    word-break: break-all;
}

/* attach-label-btn */
.form-default .form-body .attach-label-btn {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    height: 43px;
    border-radius: 0.25rem;
    font-size: 16px;
    padding: 12px;
    margin-top: 7px;
}

  
    .form-default .form-body .attach-label-btn input[type="file"] {
        font-size: 11px;
        position: relative;
        bottom: 7px;
        z-index: 0;
        margin-left: 41px;
    }

    .form-default .form-body .attach-label-btn img {
        height: 20px;
        position: absolute;
        right: 10px;
        top: 8px;
    }

/* img-show */
.form-default .form-body .img-show {
    position: relative;
    border: 1px solid #e0e1e3;
    padding: 10px;
    border-radius: 5px;
}

    .form-default .form-body .img-show .primary-btn {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        border-radius: 50%;
        padding: 3px 8px;
    }


/* form-body-section */
/* section-head */

button.primary-btn.read-more-btn {
    color: #fff;
    font-size: 20px;
}

img.img-fluid.img-primary.image-brand {
    height: 300px;
    object-fit: cover;
    width: 100%;
}


.location-box {
    background-color: #b7b7b738; /* Set the background color */
    padding: 3px 20px; /* Add some padding for better appearance */
    border-radius: 10px; /* Add rounded corners */
    width: fit-content;
}

    .location-box p {
        margin-bottom: 0px;
    }

div#mySlider img {
    object-fit: contain;
    width: 100%;
    height: 290px !important;
    padding: 30px;
}
/*<End Custom1 Styles>*/


/*<Start Custom2 Styles>*/

/* aos */
html,
body {
    overflow-x: hidden !important
}

.dfg {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

img.product-img-33 {
    position: absolute;
    right: 0px;
    /* font-size: 16px; */
    width: 12px;
    top: 18px;
    right: 7px;
}

.slick-initialized .slick-prev:before {
    background-image: url(../images/icons/vector-prev.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent !important;
}

.slick-initialized .slick-next:before {
    background-image: url(../images/icons/vector-next.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent !important;
}

button.btn.bg-blue.text-white.rounded-25.btn-icon.btn-zoom-hover.me-2.px-3.py-1.fs-12.mt-4.mb-4 {
    margin-top: 0px !important;
}

h5.font-aref-ruqaabold.aos-init.aos-animate {
    text-align: center;
}

.gr {
    position: absolute;
    right: 0px;
    /* font-size: 16px; */
    width: 12px;
    top: 18px;
    right: 7px;
}
/* placeholder */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a9a8a8 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a9a8a8 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a9a8a8 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a9a8a8 !important;
}


/* custom */
.z-index-2 {
    z-index: 2;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

/* active */
a.active {
    cursor: default;
}

/* box-shadow */
.box-shadow {
    box-shadow: 6px 6px 34px #d1d1d1;
}


/* text */
.text-l-gray {
    color: #94928E !important;
}

.text-d-gray {
    color: #494949 !important;
}

.text-blue {
    color: #0d5189 !important;
}

.text-x-light-blue {
    color: #677d8f !important;
}

.text-m-light-blue {
    color: #6eb5ef !important;
}



/* bg */
.bg-blue {
    background-color: #0d5189 !important;
}

.bg-x-light-blue {
    background-color: #e0ebfa !important;
    padding: 20px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* btn */
.btn {
    font-size: 13px;
}

/* btn-icon */
.btn-icon {
    padding: 7px 20px
}

    .btn-icon .fa {
        margin-left: 10px;
    }

    .btn-icon img {
        height: 9px;
        margin-left: 10px;
    }

/* btn-l-blue */
.btn-l-blue {
    background-color: #e0ebfa;
    color: #0d5189;
}

    .btn-l-blue:hover {
        color: #0d5189;
    }

/* btn-lg */
.btn-lg {
    font-size: 20px;
    padding: 6px 20px;
}

@media (max-width: 991px) {
    .btn-lg {
        font-size: 16px;
    }
}

/* btn-sm */
.btn-sm {
    padding: 3px 11px;
    font-size: 9px;
}


/* btn-zoom-hover */
.btn-zoom-hover {
    overflow: hidden;
    transition: transform .9s;
}
    /* .btn-zoom-hover:focus */
    .btn-zoom-hover:hover {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.3);
    }

/* read-more */
.read-more {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    margin-top: 10px;
    background-color: #0d5189;
    width: 90px;
    text-align: center;
    padding: 5px;
    border-radius: 25px;
}

    .read-more:hover {
        color: #fff;
    }




/* header */
header {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
    scroll-behavior: smooth;
    opacity: 1;
    transition: 1s;
}

/* body.specific_scroll:not(.up_scroll) header {
  height: 0;
  z-index: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;} */
/* specific_scroll */
.specific_scroll header {
    height: 84px;
    padding-top: 10px;
    border-bottom: 1px solid #cccccc69;
}

.header-bg-black header {
    background-color: #323232;
}

/* fixed */
.specific_scroll header {
    position: fixed;
}

@media (max-width: 991px) {
    header {
        height: 70px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
    }
}

/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent header {
    background-color: transparent;
}




/* a-logo */
header .a-logo {
    text-decoration: none;
    display: inline-block;
}

    header .a-logo .logo {
        /*max-width: 100%;*/
        height: 70px;
    }

        header .a-logo .logo:nth-of-type(2) {
            display: none;
        }


/* logo-oceano */
/* show-logo-oceano */
.show-logo-oceano header .a-logo {
    pointer-events: none;
}

    .show-logo-oceano header .a-logo img {
        height: 55px !important;
    }

        div:not(.show-logo-oceano) header .a-logo .logo-oceano,
        .show-logo-oceano header .a-logo img:not(.logo-oceano) {
            display: none;
        }

.specific_scroll .show-logo-oceano header .a-logo .logo {
    margin-top: 8px;
}

/* header-logo-lg */
@media (min-width: 992px) {
    .header-logo-lg header .a-logo .logo {
        height: 140px;
    }
}

/* header-logo-white */
body:not(.specific_scroll) .header-logo-white header .a-logo .logo:nth-of-type(2) {
    display: initial;
}

body:not(.specific_scroll) .header-logo-white header .a-logo .logo:nth-of-type(1) {
    display: none;
}

/* specific_scroll */
.specific_scroll header .a-logo .logo {
    height: 60px;
    margin-top: -5px;
}

@media (max-width: 991px) {
    header .a-logo .logo {
        height: 70px;
    }
}

/* header contact button */
body:not(.specific_scroll) header .btn {
    display: none;
}

/* toggle-sidebar */
header .toggle-sidebar {
    border: none;
    background-color: transparent;
    position: relative;
    width: 30px;
    height: 24px;
}

    header .toggle-sidebar span {
        border-radius: 40px;
        width: 100%;
        height: 3px;
        background-color: #80838d;
        position: absolute;
        right: 0;
        display: block;
        content: '';
    }

        header .toggle-sidebar span:nth-child(1) {
            width: 70%;
            top: 0;
        }

        header .toggle-sidebar span:nth-child(2) {
            top: 9px;
        }

        header .toggle-sidebar span:nth-child(3) {
            width: 47%;
            bottom: 2.2px;
        }

/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent header .toggle-sidebar span {
    background-color: #fff;
}

/* specific_scrol */
.specific_scroll header .toggle-sidebar {
    margin-top: 14px;
}



/* nav-list */
.nav-list {
    padding-left: 0;
    margin-bottom: 0;
}

    .nav-list li {
        margin-bottom: 10px;
        list-style: none;
    }

        .nav-list li a {
            color: #fff;
            text-decoration: none;
        }

            .nav-list li a.active,
            .nav-list li a:hover {
                color: #fff;
            }





/* tab */
/* nav-tabs-border */
.nav-tabs-border.nav-tabs .nav-item .nav-link {
    color: #0d5189;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    padding-bottom: 2px;
    font-size: 13.4px;
    text-align: center;
    border: none;
    border: 2px solid transparent;
    border-width: 0 0 2px 0;
}

    .nav-tabs-border.nav-tabs .nav-item .nav-link.active {
        border-color: #0d5189;
        background-color: transparent;
    }

    .nav-tabs-border.nav-tabs .nav-item .nav-link:not(.active):hover {
        opacity: .6;
    }

    .nav-tabs-border.nav-tabs .nav-item .nav-link:not(.active) {
        cursor: pointer;
        opacity: .3;
    }

/* nav-tabs-bg */
.nav-tabs-bg.nav-tabs .nav-item .nav-link {
    text-transform: uppercase;
    background-color: #0d5189;
    color: #fff;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
    min-width: 67px;
    font-size: 10px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 9px;
    border: none;
}

    .nav-tabs-bg.nav-tabs .nav-item .nav-link:not(.active):hover {
        opacity: .8;
    }

    .nav-tabs-bg.nav-tabs .nav-item .nav-link:not(.active) {
        cursor: pointer;
        opacity: .6;
    }



/* form */
.form .form-control {
    font-size: 12px;
    margin-bottom: 15px;
    border-color: #0d5189;
    border-radius: 0;
}

/* placeholder */
.form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0d5189 !important;
}

.form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #0d5189 !important;
}

.form :-ms-input-placeholder {
    /* IE 10+ */
    color: #0d5189 !important;
}

.form :-moz-placeholder {
    /* Firefox 18- */
    color: #0d5189 !important;
}

/**/
.form .foot {
    padding-top: 5px;
    margin-top: 12px;
}

    .form .foot .btn-primary {
        border-radius: 25px;
        font-size: 12px;
        padding: 5px 20px;
    }




/* enquiry */
/* toggle-enquiry */
.toggle-enquiry {
    background-color: #233890;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 12px;
    color: #fff;
    position: fixed;
    z-index: 1;
    right: -48px;
    bottom: 400px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

    .toggle-enquiry:hover {
        background-color: #192b76;
        color: #fff;
    }

/**/
.enquiry-btn-bg-transparent .toggle-enquiry {
    background-color: transparent;
    color: #192b76;
    border: 1px solid #233890;
}

    .enquiry-btn-bg-transparent .toggle-enquiry:hover {
        background-color: #192b76;
        color: #fff;
    }

/**/
.enquiry {
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 10px;
    max-width: 300px;
    height: 417px;
    padding: 21px;
    position: fixed;
    box-shadow: 5px 5px 9px #05050a61;
    bottom: 66px;
    right: 31px;
    z-index: 102;
    -webkit-transition: right 1s ease-in-out;
    -moz-transition: right 1s ease-in-out;
    -ms-transition: right 1s ease-in-out;
    -o-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;
}

/* enquiry_open */
body:not(.enquiry_open) .enquiry {
    right: -600px;
}

/**/
.enquiry .close-btn {
    position: absolute;
    right: -4px;
    top: -4px;
    font-size: 16px;
}

.enquiry .head {
    padding: 15px;
}

    .enquiry .head .title {
        font-size: 16px;
    }

.enquiry .form-control {
    border: none;
}



/* nav-list */
.sidebar .nav-list li {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .sidebar .nav-list {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .sidebar .nav-list .row [class^="col-"]:last-of-type {
            padding-left: 50px;
            border-left: 1px solid #fff;
        }

        .sidebar .nav-list li a {
            font-size: 20px;
        }

            .sidebar .nav-list li a.active {
                font-size: 23px;
            }
}

@media (max-width: 575px) {
    .sidebar .nav-list li a {
        font-size: 16px;
    }

        .sidebar .nav-list li a.active {
            font-size: 20px;
        }
}




/* card-white-image */
/* col */
@media (min-width: 1200px) {
    .card-white-image [class^="col-"] {
        width: 20%;
    }
}

.card-white-image .item {
    position: relative;
    box-shadow: 0 5px 15px #748ac45c;
    border-radius: 20px;
}

    .card-white-image .item .img-primary {
        border-radius: 20px 20px 0 0;
        object-fit: cover;
        width: 100%;
        height: 190px;
    }

    /**/
    .card-white-image .item .primary-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    /* .card-white-image .item .info .btn-icon:hover span{
  font-size: 10px;
} */
    /**/
    .card-white-image .item .info {
        border-radius: 0 0 20px 20px;
        background-color: #fff;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        .card-white-image .item .info .title {
            color: #0d5189;
            margin-bottom: 5px;
            font-size: 16px;
            /**/
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .card-white-image .item .info .btn-icon {
            padding: 0px 0;
            color: #0d5189;
            font-size: 12px;
            width: 100%;
            text-align: left;
            display: flex;
            justify-content: space-between;
        }

            .card-white-image .item .info .btn-icon img {
                height: 6px;
                margin-top: 29px;
                float: right;
            }




/* pagination-line */
.pagination-line {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .pagination-line li {
        display: inline-block;
    }

        .pagination-line li a {
            display: inline-block;
            list-style: none;
            margin-left: 15px;
            margin-right: 15px;
            padding-bottom: 5px;
            padding-top: 5px;
        }

            .pagination-line li a::after {
                content: '';
                display: block;
                width: 25px;
                height: 3.5px;
                border-radius: 100px;
                background-color: #6e9bf5;
            }

            .pagination-line li a:not(.active) {
                cursor: pointer;
            }

            .pagination-line li a.active::after,
            .pagination-line li a:hover:after {
                background-color: #0d5189;
            }






/* main-div */
.main-div {
    padding-top: 90px;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .main-div {
        padding-top: 70px;
    }
}



/* section */
section {
    position: relative;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}






/* wrapper */
.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 1350px;
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}





/* modal-open */
body.modal-open {
    /*position: fixed;*/
    padding-right: 0 !important;
}

    body.modal-open .modal {
        padding-right: 0 !important;
    }




/* modal-show-file */
.modal-show-file .modal-body {
    padding: 0;
}

.modal-show-file .btn-close {
    background-color: #fff;
    padding: 7px;
    position: absolute;
    top: -20px;
    right: -20px;
}

.modal-show-file embed {
    display: block;
}

.modal-show-file video {
    width: 100%;
}

@media (max-width: 991px) {
    .modal-show-file embed {
        height: 60vh !important;
    }
}

@media (max-width: 767px) {
    .modal-show-file .btn-close {
        right: 0;
    }
}




/* terms-modal */
.terms-modal .modal-content {
    padding: 20px 30px;
}

.terms-modal .modal-header {
    border-color: #7e7e7e;
}

    .terms-modal .modal-header .modal-title {
        font-size: 24px;
    }

    .terms-modal .modal-header .btn {
        background-color: transparent;
        border: none;
        font-size: 18px;
    }

.terms-modal .modal-body h6 {
    line-height: 26px;
}

@media (max-width: 991px) {
    .terms-modal .modal-content {
        padding: 10px 20px;
    }

    .terms-modal .modal-header .modal-title {
        font-size: 20px;
    }

    .terms-modal .modal-header .btn {
        font-size: 14px;
    }

    .terms-modal .modal-body h6 {
        font-size: 15px;
        line-height: 20px;
    }
}


/* card-hover-zoom */
.card-hover-zoom {
    transition: transform 0.5s;
}

    .card-hover-zoom:hover {
        transform: scale(1.1);
    }


/* card-hover-up */
.card-hover-up {
    position: relative;
    transition: all 1s;
    transform: translateY(20px);
}

    .card-hover-up:hover {
        transform: translateY( 2px);
    }

/* slick */
.slick-arrow.slick-disabled {
    cursor: default;
}

/* arrows-vector */
.arrows-vector .slick-next,
.arrows-vector .slick-prev,
.arrows-vector .slick-next:before,
.arrows-vector .slick-prev:before {
    height: 18px;
    width: 55px;
}

    .arrows-vector .slick-next:before,
    .arrows-vector .slick-prev:before {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        content: '';
        display: block;
    }

    .arrows-vector .slick-next:before {
        background-image: url(../images/icons/vector-next.png);
    }

    .arrows-vector .slick-prev:before {
        background-image: url(../images/icons/vector-prev.png);
    }

/* arrows-white */
.arrows-vector.arrows-white .slick-next:before {
    background-image: url(../images/icons/vector-next-white.png);
}

.arrows-vector.arrows-white .slick-prev:before {
    background-image: url(../images/icons/vector-prev-white.png);
}

/* arrows-vector-bg */
@media (min-width: 992px) {

    .arrows-vector-bg .slick-next,
    .arrows-vector-bg .slick-prev {
        height: 100%;
        z-index: 1;
        background-color: #fff;
    }

    .arrows-vector-bg .slick-next {
        right: 30px;
    }

    .arrows-vector-bg .slick-prev {
        left: 30px;
    }
}

/* slick-dots */
.slick-dots {
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, 0);
}

    .slick-dots li {
        margin: 5px;
    }

        .slick-dots li button {
        }

.slick_history_for .slick-dots {
    bottom: -34px;
}


.slick-dots li.slick-active button:before {
    content: "\f111";
}

/* slick-dots-white */
.slick-dots-white .slick-dots li button:before {
    color: #0d5189 !important;
}


/* slick-overflow-initial */
.slick-overflow-initial .slick-list {
    overflow: initial !important;
}

/* slick_equal_height */
.slick_equal_height .slick-track {
    display: flex !important;
}

.slick_equal_height .slick-slide {
    height: inherit !important;
}


/* btn-whatsapp */
.btn-whatsapp {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    left: 20px;
}

    .btn-whatsapp:focus {
        box-shadow: none;
        outline: none;
    }

    .btn-whatsapp img {
        height: 50px;
    }





/* wow_item */
.wow_item {
    visibility: hidden;
}




/* search-form */
.search-form {
    position: relative;
    width: 100%;
    max-width: 230px;
}

    .search-form .form-control {
        font-size: 15px;
        padding: 3px 15px;
        border-color: #aacbf8;
        border-radius: 10px 25px 25px 10px;
    }

    .search-form .btn {
        position: absolute;
        right: 0;
        top: 0;
        min-width: auto;
        border-radius: 25px;
        /* padding: 9px 18px; */
        font-size: 13px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/* position-top-right */
@media (min-width: 992px) {
    .search-form.position-top-right {
        position: absolute;
        right: 0;
        top: -2px;
    }
}

@media (max-width: 991px) {
    .search-form.position-top-right {
        margin: 10px auto;
    }
}




/* search-hover */
.search-hover .inner {
    position: relative;
}

.search-hover .form-control {
    width: 0;
    float: right;
    transition: width .55s ease;
    font-size: 13px;
    padding: 3px;
    border-color: #aacbf8;
    border-radius: 0;
}

.search-hover .btn {
    position: absolute;
    top: 1px;
    right: 0;
    background-color: transparent;
    color: #fff;
    min-width: auto;
    border-radius: 0;
    padding: 0 5px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .search-hover {
        width: 300px;
        height: 40px;
        position: absolute;
        right: 0;
        top: -2px;
    }

        .search-hover .form-control:focus,
        .search-hover .form-control:active {
            outline: none;
            width: 300px;
        }

        .search-hover .inner {
            width: 300px;
            vertical-align: middle;
            white-space: nowrap;
        }

            .search-hover .inner:hover .form-control {
                padding: 3px 40px 3px 15px;
                width: 300px;
            }
}

@media (max-width: 991px) {
    .search-hover {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 250px;
    }

        .search-hover .form-control {
            outline: none;
            width: 250px;
        }

        .search-hover .inner .form-control {
            padding: 3px 40px 3px 15px;
            width: 250px;
        }
}







/* expand-btns */
.expand-btns {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99999;
}

    .expand-btns .button {
        text-decoration: none;
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        overflow: hidden;
        height: 32px;
        width: auto;
        max-width: 32px;
        -webkit-transition: max-width 2s;
        transition: max-width 2s;
        position: absolute;
        right: 0;
    }

        .expand-btns .button:nth-of-type(2) {
            top: 40px;
        }

        .expand-btns .button:nth-of-type(3) {
            top: 80px;
        }

        .expand-btns .button:nth-of-type(4) {
            top: 120px;
        }

        .expand-btns .button:hover {
            max-width: 300px;
        }

        .expand-btns .button .icon {
            font-size: 14px;
            text-align: center;
            position: absolute;
            right: 9px;
            line-height: 29px;
            padding-left: 10px;
            border-left: 1px solid transparent;
            transition: border 1s;
        }

        .expand-btns .button:hover .icon {
            transition: border 2s;
            border-color: #fff;
        }

        .expand-btns .button .text {
            text-decoration: none;
            color: #fff;
            white-space: nowrap;
            text-transform: uppercase;
            padding: 10px 15px;
            font-size: 12px;
            line-height: 29px;
            margin-right: 33px;
            /**/
            opacity: 1;
            transition: opacity 1s;
        }

        .expand-btns .button:not(:hover) .text {
            opacity: 0;
            transition: opacity 2s;
        }

@media (max-width: 991px) {
    .expand-btns .button:not(.btn_enable) .text {
        pointer-events: none;
    }
}

/**/
.specific_scroll .expand-btns .button {
    box-shadow: -5px 5px 6px #00000017;
    background-color: #ffffff;
    color: #0d5189;
}

    .specific_scroll .expand-btns .button .text {
        color: #0d5189;
    }








/* tab-country */
.tab-country .nav-link {
    padding: 5px 20px 5px 5px;
    border-color: transparent;
    background-color: transparent !important;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 0;
}

    /* .tab-country .nav-link.active {
  color: #034f8d;
  border-color: #034f8d;} */
    .tab-country .nav-link .data {
        display: inline-block;
        text-transform: uppercase;
        font-size: 16px;
        margin-left: 20px;
    }

    .tab-country .nav-link .box1 {
        display: inline-block;
        width: 12px;
        height: 20px;
    }

        .tab-country .nav-link .box1.dubai {
            background-color: #e30049;
        }

        .tab-country .nav-link .box1.abu-dhabi {
            background-color: #e900c7;
        }

        .tab-country .nav-link .box1.ajman {
            background-color: #78f5fe;
        }

        .tab-country .nav-link .box1.umm-al-quwain {
            background-color: #faa000;
        }

        .tab-country .nav-link .box1.ai-ain {
            background-color: #00f842;
        }



/* table-country */
.table-country th,
.table-country td {
    padding-top: 25px;
}

.table-country th {
    padding-right: 20px;
}

    .table-country th .box {
        width: 40px;
        height: 30px;
    }

        .table-country th .box.dubai {
            background-color: #e30049;
        }

        .table-country th .box.abu-dhabi {
            background-color: #e900c7;
        }

        .table-country th .box.ajman {
            background-color: #78f5fe;
        }

        .table-country th .box.umm-al-quwain {
            background-color: #faa000;
        }

        .table-country th .box.ai-ain {
            background-color: #00f842;
        }

.table-country td {
    text-transform: uppercase;
    font-size: 16px;
}

@media (max-width: 991px) {
    .table-country th .box {
        width: 30px;
        height: 20px;
    }

    .table-country td {
        font-size: 14px;
    }
}




/* section-head */
.section-head h1 {
    font-size: 30px;
}

.section-head h5 {
    font-size: 12px;
}

.section-head hr {
    width: 120px;
    background-color: #000;
    opacity: inherit;
    margin: 15px auto 20px auto;
}

@media (min-width: 768px) {
    .section-head h1.font-26 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .section-head h1 {
        font-size: 25px;
    }

    .section-head h5 {
        font-size: 12px;
    }
}




/* product-details */
.product-details .div-col {
    font-size: 16px;
    display: flex;
    align-items: start;
    align-items: baseline;
}

    .product-details .div-col .data {
        display: inline-block;
        display: inline-block;
        font-size: 14px;
    }

.product-details hr {
    opacity: initial;
    margin-bottom: 6px;
    margin-top: 6px;
}




/* related-products */
.related-products .item {
    position: relative;
}

    .related-products .item .img-primary {
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
        height: 160px;
    }

    .related-products .item .title {
        margin-top: 15px;
        font-size: 16px;
    }

    .related-products .item .url-primary {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media (max-width: 767px) {
    .related-products .item .title {
        margin-top: 10px;
        font-size: 14px;
    }
}





/* view-items-page */
/* right-item */
.view-items-page .right-item {
    padding-top: 50px;
}

    .view-items-page .right-item h4 {
        font-size: 16px;
        padding-bottom: 5px;
        border-bottom: 2px solid #0d5189;
    }

    .view-items-page .right-item .item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .view-items-page .right-item .item.border-b {
            border-bottom: 1px solid #0d5189;
        }

        .view-items-page .right-item .item .border-item {
            display: inline-block;
            padding: 5px 10px;
            border: 1px solid #0d5189;
        }

        .view-items-page .right-item .item img {
            max-height: 70px;
            border-radius: 5px;
        }

        .view-items-page .right-item .item .tilte {
            font-size: 12px;
        }

/* view-section */
.view-items-page .view-section .title {
    font-size: 30px;
    margin-bottom: 5px;
}

.view-items-page .view-section .div-col {
    display: block;
    margin-bottom: 10px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .view-items-page .view-section .title {
        font-size: 22px;
    }
}

/**/
.view-items-page .view-section h5 {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
}

/**/
.view-items-page .view-section .item img {
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.view-items-page .view-section .slick-dots {
    bottom: -52px;
}

.slick_slider_1 .slick-slide {
    display: flex !important;
}

.view-items-page .view-section .item img {
    /* height: 330px; */
    object-fit: cover;
    width: 70%;
}

}

@media (max-width: 767px) {
    .view-items-page .view-section .item img {
        height: 250px;
    }

    .view-items-page .view-section .item img {
        height: auto;
        width: auto;
    }
}






/* banner-cover */
.banner-cover {
    position: relative;
    overflow: hidden;
}

    .banner-cover::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #053c6c8a;
    }

    .banner-cover .img-primary {
        height: 380px;
        width: 100%;
        object-fit: cover;
    }

    .banner-cover .caption {
        width: 85%;
        position: absolute;
        right: 50%;
        bottom: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }

        .banner-cover .caption h3 {
            font-size: 45px;
            margin-top: 0;
        }

        .banner-cover .caption h5 {
            font-size: 17px;
            margin-top: 10px;
            line-height: 22px;
            margin-bottom: 0;
        }

            .banner-cover .caption h5 a {
                text-decoration: none;
                color: #fff;
            }

            .banner-cover .caption h5 .fa-angle-right {
                font-size: 25px;
                padding-left: 5px;
                padding-right: 5px;
                position: relative;
                top: 2px;
            }

@media (max-width: 991px) {
    .banner-cover .caption h3 {
        font-size: 36px;
    }

    .banner-cover .caption h5 {
        font-size: 13px;
    }

        .banner-cover .caption h5 .fa-angle-right {
            top: 3px;
        }
}






/* card-thumbnail */
.card-thumbnail {
    position: relative;
    overflow: hidden;
}

    .card-thumbnail::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #015197d1;
    }

    .card-thumbnail .img-primary {
        height: 500px;
        width: 100%;
        object-fit: contain;
    }

@media (max-width: 991px) {
    .card-thumbnail .img-primary {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .card-thumbnail .img-primary {
        height: 200px;
    }
}

/**/
.card-thumbnail .btn-play {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
}

    .card-thumbnail .btn-play .fa {
        position: absolute;
        right: 50%;
        bottom: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
        font-size: 20px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        background-color: #fdfdfd47;
        color: #fff;
        border: none;
        border-radius: 50%;
    }

@media (max-width: 767px) {
    .card-thumbnail .btn-play .fa {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

/* caption */
.card-thumbnail .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 30px;
    background-color: #015197d1;
}

    .card-thumbnail .caption .title {
        line-height: 30px;
        font-size: 26px;
    }

    .card-thumbnail .caption .dec {
        font-size: 16px;
    }

@media (max-width: 991px) {
    .card-thumbnail .caption .title {
        line-height: 24px;
        font-size: 20px;
    }

    .card-thumbnail .caption .dec {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .card-thumbnail .caption {
        padding: 10px;
    }

        .card-thumbnail .caption .title {
            line-height: 20px;
            font-size: 16px;
        }

        .card-thumbnail .caption .dec {
            font-size: 12px;
        }
}





/* news */
.news .section-head h1 {
    font-size: 35px;
}

.news .section-head h5 {
    font-size: 14px;
}

/**/
.news .item {
    height: 100%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .news .item .title {
        font-size: 18px;
        line-height: 22px;
    }

    .news .item .dec {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .news .item .date {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 12px;
    }

    .news .item .btn-icon {
        font-size: 15px;
        padding: 9px 20px;
    }

/**/
.news .btn-more {
    padding: 10px 30px;
    font-size: 15px;
}

/* indro */
#indro {
    /* video */
    background-color: transparent;
    min-height: 595px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    #indro {
        min-height: 850px;
    }
}

@media (max-width: 767px) {
    #indro {
        min-height: auto;
    }
}

/* wrapper */
@media (min-width: 768px) {
    #indro .wrapper {
        padding-left: 70px;
        padding-right: 70px;
    }
}

/* video */
#indro .video-container {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 595px;
    width: 100vw;
}

    #indro .video-container .cover {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    #indro .video-container::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #00000073;
    }

@media (max-width: 991px) {
    #indro .video-container {
        min-height: 850px;
    }
}

@media (max-width: 767px) {
    #indro .video-container {
        min-height: 950px;
    }
}

/* cover-vertical */
#indro .cover-vertical {
    position: absolute;
    left: 250px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: #0c2d4861;
    width: 280px;
}

@media (max-width: 991px) {
    #indro .cover-vertical {
        left: 150px;
        width: 150px;
    }
}

/* content */
#indro .content {
    color: #fff;
}

    #indro .content h1 {
        font-size: 17px;
    }

    #indro .content h2 {
        margin-bottom: 30px;
        font-size: 38px;
    }

    #indro .content .btn {
        font-size: 15px;
        padding: 6px 20px;
    }

@media (min-width: 1200px) {
    #indro .content {
        height: 160px;
    }
}

@media (min-width: 992px) {
    #indro .content {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 1199px) {
    #indro .content {
        height: 160px;
    }

        #indro .content h2 {
            max-width: 400px;
        }
}

@media (max-width: 991px) {
    #indro .content {
        margin-top: 150px;
    }

        #indro .content h2 {
            font-size: 30px;
        }
}

/* bottom-btns */
#indro .bottom-btns .btn {
    font-size: 10.3px;
    letter-spacing: 2px;
    color: #fff;
}

    #indro .bottom-btns .btn:focus {
        box-shadow: none;
    }

    #indro .bottom-btns .btn img {
        height: 20px;
    }

#indro .bottom-btns .btn-scroll img {
    margin-right: 5px;
}

#indro .bottom-btns .btn-video .line {
    width: 22px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin: 3px;
}

@media (min-width: 992px) {
    #indro .bottom-btns {
        width: 100%;
        position: absolute;
        left: 30px;
        bottom: 35px;
    }
}

@media (max-width: 991px) {
    #indro .bottom-btns {
        margin-top: 20px;
    }
}

/* slider */
/**/
@media (min-width: 992px) {
    #indro .slider {
        width: 100%;
        position: absolute;
        bottom: 0%;
        padding-left: 10px;
        padding-bottom: 20px;
    }
}

/**/
#indro .slider .head {
    margin-bottom: 35px;
    width: fit-content;
}

    #indro .slider .head .title {
        font-size: 18px;
        color: #fff;
    }

    #indro .slider .head .dec {
        white-space: nowrap;
        font-size: 12px;
        color: #ced8f3;
    }

    #indro .slider .head .line {
        position: relative;
        top: 9px;
        left: 0px;
        background-color: #bebebf;
        width: 100%;
        height: 1px;
    }

@media (max-width: 1199px) {
    #indro .slider .head .line {
        width: 150px;
    }
}

@media (max-width: 991px) {
    #indro .slider .head {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    #indro .slider .head {
        margin-top: 130px;
        margin-bottom: 90px;
    }

        #indro .slider .head .d-flex {
            display: inline-block !important;
        }

        #indro .slider .head .line {
            left: 0;
            width: 100%;
        }
}

/**/
#indro .slider .item {
    margin-right: 20px;
    position: relative;
    height: 215px;
}

    #indro .slider .item::before {
        content: '';
        background: linear-gradient(1deg, #0655f3d1, transparent);
        border-radius: 35px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    #indro .slider .item .img-primary {
        border-radius: 35px;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    /**/
    #indro .slider .item .primary-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    /**/
    #indro .slider .item .info {
        position: absolute;
        bottom: 0;
        padding: 20px;
    }

        #indro .slider .item .info .title {
            color: #fff;
            line-height: 20px;
            text-transform: uppercase;
            margin-bottom: 10px;
            font-size: 16px;
            /**/
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        #indro .slider .item .info .btn-icon {
            padding: 3px 4px;
            font-size: 12px;
        }

            #indro .slider .item .info .btn-icon img {
                height: 6px;
                margin-left: 5px
            }

@media (max-width: 767px) {
    #indro .slider .item {
        margin-right: 15px
    }
}

/**/
#indro .slider .slick-next,
#indro .slider .slick-prev {
    top: -45px;
    width: 33px;
    height: 33px;
    line-height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
}

    #indro .slider .slick-next.slick-disabled,
    #indro .slider .slick-prev.slick-disabled {
        opacity: .6;
    }

#indro .slider .slick-next {
    left: 549px;
}

#indro .slider .slick-prev {
    left: 507px;
}

#indro .slider .slick-next:before {
    content: "\f105";
}

#indro .slider .slick-prev:before {
    content: "\f104";
}

@media (max-width: 1199px) {
    #indro .slider .slick-next {
        left: 445px;
    }

    #indro .slider .slick-prev {
        left: 405px;
    }
}

@media (max-width: 767px) {
    #indro .slider .slick-next {
        left: 45px;
    }

    #indro .slider .slick-prev {
        left: 0;
    }
}

/* 1367 */
@media (min-width: 1367px) {
    #indro {
        min-height: 760px;
    }

        #indro .h-595-px-lg-all,
        #indro .video-container {
            height: 760px !important;
        }
}

/* innovated */
#innovated {
    background: linear-gradient(-45deg, #123a70, #2f60a3)
}

    /* section-head */
    #innovated .section-head h1 {
        max-width: 300px;
        font-size: 25px;
    }

    #innovated .section-head h5 {
        margin-top: 25px;
        margin-bottom: 25px;
        opacity: .8;
        line-height: 22px;
        font-size: 15px;
    }

    #innovated .section-head .btn-icon {
        font-size: 15px;
        padding: 6px 20px;
    }

@media (max-width: 991px) {
    #innovated .section-head {
        margin-bottom: 50px;
    }
}

/* why_choose */
/* section-head */
#why_choose .section-head h5 {
    line-height: 20px;
    padding: 0px 20px;
}

#why_choose .section-head {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    #why_choose .section-head {
        padding-top: 50px;
    }
}

/* item */
#why_choose .item {
    padding-left: 25px;
}

    #why_choose .item .img-primary {
        max-width: 100%;
        height: 40px;
    }

    #why_choose .item .title {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #034f8d;
        font-size: 14px;
    }

    #why_choose .item .dec {
        color: #506b99;
        font-size: 12px;
    }

#why_choose .wrapper-img::before {
    content: '';
    position: absolute;
    background-image: url('../images/index/why-choose/watter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 209px;
    width: 339px;
    left: -109px;
    top: 28px;
    opacity: 0.3;
    transform: rotate(160deg);
}

#why_choose .wrapper-img::after {
    content: '';
    position: absolute;
    background-image: url('../images/index/why-choose/watter.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 209px;
    width: 339px;
    right: -118px;
    bottom: 0;
    opacity: 0.3;
}

/* years_36 */
#years_36 .item {
    display: inline-block;
    padding-left: 30px;
}

    #years_36 .item label {
        font-size: 13px;
        line-height: 18px;
        color: #1872b7;
    }

    #years_36 .item .data {
        line-height: 70px;
        font-size: 34px;
    }

    #years_36 .item .hr {
        width: 100px;
        height: 3px;
        margin-top: 10px;
    }

@media (max-width: 1299px) {
    #years_36 .item {
        padding-left: 15px
    }

        #years_36 .item .data {
            line-height: 30px;
            font-size: 24px;
        }

        #years_36 .item .hr {
            width: 65px;
            margin-top: 8px;
        }
}

@media (max-width: 991px) {
    #years_36 .item {
        padding-top: 15px;
        width: 49%;
    }

        #years_36 .item .data {
            line-height: 25px;
            font-size: 15px;
        }

    .card-white-image .item .info .title {
        font-size: 12px;
    }
}


/* brands_we_deal */
#brands_we_deal .col-item:nth-child(odd) {
    text-align: right;
}

#brands_we_deal .col-item .item {
    position: relative;
}

#brands_we_deal .col-item .primary-url {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}






/* export_market */
/*
#export_market {
  background-image: url(../images/export-market/bg.png);
  background-repeat: no-repeat;
  background-position: bottom;}*/

/* table */
#export_market table {
    margin-top: 15px;
}

    #export_market table td {
        padding-top: 25px;
        vertical-align: top;
    }

        #export_market table td:first-of-type {
            padding-right: 15px;
        }

        #export_market table td:last-of-type {
            text-transform: uppercase;
            font-size: 16px;
        }

        /* and-more */
        #export_market table td .and-more {
            padding-left: 0;
        }

        #export_market table td img {
            height: 18px;
        }

@media (max-width: 767px) {
    #export_market table td {
        padding-top: 15px;
    }

        #export_market table td:last-of-type {
            font-size: 14px;
        }

        #export_market table td img {
            height: 16px;
        }
}





/* satisfaction */
#satisfaction .item {
    background-color: #e0ebfa;
    text-align: center;
    padding: 10px;
    margin: 15px 15px 15px 0;
    box-shadow: 4px 5px 8px #cfd1d5;
    border-radius: 10px;
}

    #satisfaction .item .img-primary {
        max-width: 100%;
        object-fit: contain;
        height: 130px;
    }





/* testimonials */
#testimonials {
    background: linear-gradient(to top, #233890 45%, transparent 45%);
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 1299px) {
    #testimonials {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/**/
#testimonials .item {
    margin-left: 20px;
    margin-right: 20px;
}

    #testimonials .item .words {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        background-color: #e0ebfa;
        padding: 25px;
        box-shadow: 4px 5px 8px #00000052;
    }

        #testimonials .item .words .shape {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
        }

            #testimonials .item .words .shape div {
                width: 0;
                height: 0;
                border-left: 30px solid transparent;
                border-right: 30px solid transparent;
                border-bottom: 45px solid #e0ebfa;
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

        #testimonials .item .words img {
            margin-bottom: 10px;
            height: 25px;
        }

        #testimonials .item .words .dec {
            height: 110px;
            overflow-y: auto;
            line-height: 22px;
            font-size: 12px;
        }

    #testimonials .item .user {
        margin-top: 45px;
        margin-bottom: 7px;
        height: 60px;
    }

    #testimonials .item .name {
        font-size: 22px;
        color: #fff;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767px) {
    #testimonials .item .name {
        font-size: 16px;
    }

    .whatsapp_sticky {
        width: 40px !important;
    }
    /* .bg-x-light-blue{ */
    /* padding: 0px 5px; */
    /* } */
    .res-pt-15 {
        padding-top: 10px !important;
    }
}

/**/
#testimonials .slick-next,
#testimonials .slick-prev {
    top: 20%;
}

#testimonials .slick-next {
    right: -62px;
}

#testimonials .slick-prev {
    left: -62px;
}




/* about */
/* indro */
#about .indro .img-indro {
    border-radius: 25px;
    box-shadow: 7px 7px 6px #00000073;
}

@media (min-width: 992px) {
    #about .indro .img-indro {
        height: 500px;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    #about .indro .img-indro {
        margin-bottom: 40px;
    }
}

/* section-head */
#about .indro .section-head h1 {
    position: relative;
}

    #about .indro .section-head h1::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 14px;
        width: 90%;
        height: 3px;
        background-color: #0d5189;
    }

    #about .indro .section-head h1 span {
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding-right: 15px;
    }


/* vision-mission-values */
#about .vision-mission-values .item {
    height: 100%;
    border-radius: 15px;
}

    #about .vision-mission-values .item.item-text {
        padding: 45px 20px;
    }

    #about .vision-mission-values .item .img-fill {
        border-radius: 15px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #about .vision-mission-values .item .img-icon {
        height: 80px;
        object-fit: contain;
    }

    #about .vision-mission-values .item .title {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 22px;
    }

    #about .vision-mission-values .item .dec {
        line-height: 20px;
        font-size: 12px;
    }





/* career */
/* about */
#career .about .item .img-fluid {
    max-height: 30px;
}

#career .about .item .title {
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    position: relative;
    bottom: 3px;
}

#career .about .item .dec {
    margin-top: 5px;
    font-size: 12px;
}

/* about-img */
@media (min-width: 992px) {
    #career .about-img .col-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

#career .about-img .item .img-fluid {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

/* positions */
#career .positions .item:not(:last-of-type) {
    border-bottom: 1px solid #bedaf1;
}

#career .positions .item {
    padding-top: 25px;
    padding-bottom: 15px;
}

    #career .positions .item .title {
        font-size: 16px;
    }

    #career .positions .item .dec {
        max-width: 450px;
        margin-top: 10px;
        font-size: 12px;
    }

    #career .positions .item .btn {
        font-size: 12px;
        margin-top: 10px;
        padding: 4px 20px;
    }

/* tabs */
#career .positions .nav-tabs-border.nav-tabs .nav-item .nav-link {
    padding: 10px 0;
}

   
    #career .positions .nav-tabs-border.nav-tabs .nav-item .nav-link:not(.active) {
        border-color: #bccedd;
        opacity: initial;
    }

.form-default .form-body [class^="col-"] {
    margin-bottom: 10px
}
/**/
#career .positions .item:not(:last-of-type) {
    border-bottom: 1px solid #bccedd;
}

.gormex_exp {
    top: 13% !important;
}

/* modal-career */
#career .modal-career .modal-content {
    padding: 20px 50px;
}

.modal-header.text-blue.d-block.text-center.p-b-0.border-0 {
    padding-bottom: 0px;
}
/**/
#career .modal-career .modal-header h6 {
    font-size: 13px;
}

#career .modal-career .modal-header .close-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 20px;
}

#career .modal-career .form-default .form-body .form-label {
    color: #0d5189;
}

#career .modal-career .form-default .form-body .form-control:invalid {
    margin-bottom: 0px;
}

textarea.form-control.h-100-px {
    margin-bottom: 0px;
}

#career .modal-career .form-default .form-body .form-control:invalid,
#career .modal-career .form-default .form-body .form-select:invalid {
    background-color: #fff;
}

#career .modal-career .form-default .form-body .form-control,
#career .modal-career .form-default .form-body .form-select,
#career .modal-career .form-default .form-body .chosen-container-single .chosen-single {
    background-color: #fff;
    color: #0d5189;
    border-radius: 8px;
    border: 2px solid #3b76a7;
}

#career .modal-career .form-default .form-body .chosen-container-single .chosen-single {
    height: 38px;
}

/* placeholder */
#career .modal-career .form-default ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #0d5189 !important;
}

#career .modal-career .form-default ::-moz-placeholder {
    /* Firefox 19+ */
    color: #0d5189 !important;
}

#career .modal-career .form-default :-ms-input-placeholder {
    /* IE 10+ */
    color: #0d5189 !important;
}

#career .modal-career .form-default :-moz-placeholder {
    /* Firefox 18- */
    color: #0d5189 !important;
}





/* contact */
/* get-in-touch */
#contact .get-in-touch .card {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 70px;
}

    #contact .get-in-touch .card .form [class^="col-"] {
        margin-bottom: 10px;
    }

    #contact .get-in-touch .card .form .form-control {
        font-size: 10px;
        border-radius: 10px;
        padding: 15px 20px;
    }

    /* placeholder */
   
    /**/
    #contact .get-in-touch .card .form .foot .btn-primary {
        min-width: 100px;
    }

@media (min-width: 768px) {

    #contact .get-in-touch .card .form [class^="col-"]:nth-of-type(1),
    #contact .get-in-touch .card .form [class^="col-"]:nth-of-type(2) {
        margin-bottom: 25px;
    }

    #contact .get-in-touch .card .form [class^="col-"]:not(:last-of-type) {
        width: 50%;
    }

    #contact .get-in-touch .card .form textarea.form-control {
        height: 100px !important;
    }
}

@media (max-width: 767px) {
    #contact .get-in-touch .card {
        padding: 40px;
    }

        #contact .get-in-touch .card .form [class^="col-"] {
            margin-bottom: 5px;
        }

        #contact .get-in-touch .card .form .form-control {
            padding: 10px 15px;
        }
}

/* global-locations */
@media (min-width: 1200px) {
    #contact .global-locations .row-item [class^="col-"] {
        width: 20%;
    }
}

/**/
#contact .global-locations .item {
    background-color: #fff;
    height: 100%;
    box-shadow: 0 10px 15px #01030a17;
    padding: 40px 20px;
}

    #contact .global-locations .item .card-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-top: -65px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
    }

        #contact .global-locations .item .card-img img {
            height: 33px;
        }

    #contact .global-locations .item .title {
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    #contact .global-locations .item .dec {
        margin-top: 3px;
        font-size: 12px;
    }

/* branches */
/* filter */
#contact .branches .filter {
    margin-top: 10px;
}

    #contact .branches .filter .form-select {
        min-width: 300px;
        border: 2px solid #5ba1db;
        text-transform: uppercase;
        margin-top: 10px;
        color: #0d5189;
        border-radius: 0;
    }

        #contact .branches .filter .form-select:focus {
            box-shadow: none;
            border-color: #0d5189;
        }

foo
#contact .branches .filter .btn {
    font-size: 25px;
    padding: 0 5px;
    margin-top: 10px;
    border-radius: 0;
}



/* tab */
#contact .branches .nav-link {
    width: 100%;
    display: inline-block;
    background-color: transparent !important;
    text-align: left;
}

/* info-item */
#contact .branches .info-item {
    padding: 18px;
    border-radius: 10px;
    margin-top: 20px;
    /* border: 1px solid #5ba1db; */
}

    #contact .branches .info-item.active .title {
        border-bottom: 4px solid #0d5189;
    }

    #contact .branches .info-item.active,
    #contact .branches .info-item:hover {
        border-color: transparent;
    }

    #contact .branches .info-item .title {
        font-size: 16px;
        display: inline-block;
        /* border-bottom: 4px solid #0d5189; */
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    #contact .branches .info-item .dec {
        margin-top: 5px;
        font-size: 12px;
    }

/* iframe */
#contact .branches iframe {
    margin-top: 30px;
    width: 100%;
    height: 410px;
}

/* tab-address */
#contact .tab-address {
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #5ba1db;
}

#contact .tab-content-div {
    height: 450px;
    overflow: auto;
    padding: 15px;
}

    #contact .tab-content-div::-webkit-scrollbar {
        width: 5px;
        height: 4px;
    }

    #contact .tab-content-div::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #contact .tab-content-div::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #c2c9d2;
    }


/*footer */
footer {
    position: relative;
    overflow: hidden;
    color: #fff;
}

    /* video */
    footer .video-container {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100vw;
    }

        footer .video-container .cover {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        footer .video-container::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #152a5bd6;
        }

/* footer-bg-black */
.footer-bg-black footer .video-container::after {
    background-color: #000000ed;
}

.footer-bg-black footer .link-list {
    border-color: #2d3338;
}


/* a-logo */
footer .a-logo .logo {
    max-width: 100%;
    max-height: 100px;
}

/* caption */
footer .caption {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 12px;
}

/* info */
footer .info .title {
    font-size: 12px;
}

footer .info .address {
    margin-bottom: 10px;
}

footer .info a {
    display: inline-block;
    text-decoration: none;
    font-size: 11.2px;
    color: #fff;
    margin-left: 12px;
    margin-bottom: 15px;
}

    footer .info a .fa {
        margin-right: 5px;
    }

/* social */
footer .social {
    margin-top: 20px;
}

    footer .social a {
        display: inline-block;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        margin-left: 15px;
        margin-bottom: 10px;
    }

/* link-list */
footer .link-list {
    border: 2px solid #325a80;
    border-width: 3px 0;
    padding-top: 17px;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

    footer .link-list [class^="col-"] {
        width: 100%;
    }

    footer .link-list li {
        display: inline-block;
        margin-left: 25px;
    }

        footer .link-list li a {
            font-size: 12px;
            display: inline-block;
        }

/* links */
footer .links .btn {
    font-size: 12px;
    color: #6d86a9;
}

    footer .links .btn:focus {
        box-shadow: none;
    }


/* footer-country */
footer .footer-country .a-item {
    position: relative;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

    footer .footer-country .a-item::after {
        content: '';
        position: absolute;
        right: -3px;
        top: 3px;
        background-color: #fff;
        width: 1px;
        height: 14px;
    }

/* country_nav_url */
footer .footer-country .country_nav_url .a-item:last-of-type::after {
    content: initial;
}

/* country_nav_btn */
footer .footer-country .country_nav_btn .nav-tabs .nav-link {
    padding: 0;
    border: none !important;
    color: #fff !important;
}

    footer .footer-country .country_nav_btn .nav-tabs .nav-link .a-item {
        padding-left: 10px;
    }

footer .footer-country .country_nav_btn .nav-tabs .nav-item:last-of-type .a-item::after {
    content: initial;
}

footer .footer-country .country_nav_btn .nav-tabs .nav-link .title {
    font-family: Inter;
}





/* copyright */
footer .copyright,
footer .copyright a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #6d86a9;
}

    footer .copyright span {
        display: inline-block;
    }








/* login_page */
.login_page .page-content {
    padding: 120px 35px 80px;
    box-shadow: 9px 19px 35px #dcdcdd;
}

    /* form-head */
    .login_page .page-content .form-head {
        margin-bottom: 25px;
    }

    /* form-body */
    .login_page .page-content .form-body .field-col {
        margin-top: 15px;
    }

        .login_page .page-content .form-body .field-col .form-label {
            font-size: 13px;
        }

        .login_page .page-content .form-body .field-col .form-control {
            font-size: 14px;
        }

    /* form-foot */
    .login_page .page-content .form-foot {
        margin-top: 25px;
    }

        .login_page .page-content .form-foot .btn-primary {
            min-width: 100px;
        }








/* custom */
/* zero-md */
@media (max-width: 991px) {

    /* bg */
    .bg-transparent-zero-md {
        background-color: transparent !important;
    }
}

/* more-card-overlay  */
.more-card-overlay {
    position: absolute;
    top: 0;
    background-color: rgb(255 255 255 / 72%);
    width: 100%;
    height: 190px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    opacity: 1;
}


/* section-circle */
.section-circle {
    background-color: #07518d;
    padding: 10px;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    border: 10px solid #b5cbdd;
    text-align: center;
}

    .section-circle .section-head h1 {
        font-size: 40px;
    }

@media (max-width: 400px) {
    .section-circle {
        height: 250px;
        width: 250px;
    }

        .section-circle .section-head h1 {
            font-size: 35px;
        }

        .section-circle .section-head h4 {
            font-size: 16px;
        }

        .section-circle .section-head h5 {
            font-size: 10px;
        }
}

/* card-blue-image */
/* col */
.card-blue-image .item {
    position: relative;
    box-shadow: 0 5px 15px #748ac45c;
    border-radius: 20px;
}

    .card-blue-image .item .img-primary {
        border-radius: 20px 20px 0 0;
        object-fit: cover;
        width: 100%;
        height: 190px;
    }

    .card-blue-image .item .info {
        border-radius: 0 0 20px 20px;
        background-color: #0d5189;
        padding: 15px;
    }

/*  */
.pt-20-px {
    padding-top: 20px;
}

/*  */
@media (min-width: 992px) {
    .pt-lg-6 {
        padding-top: 4rem !important;
    }
}


.row-wrapper::before {
    content: '';
    background-color: #0d5189;
    width: 100%;
    height: 180px;
    position: absolute;
    top: 94px;
}

.row-wrapper img {
    position: relative;
    height: 350px;
    width: 350px;
    border: 10px solid #fff;
    object-fit: cover;
}

@media (min-width: 992px) {
    .row-wrapper {
        margin-top: -80px;
    }

    #about .card-blue-image {
        margin-top: -144px;
    }
}



.bg-section {
    background-image: url('../images/general/BG.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-map {
    background-image: url('../images/general/bg-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

    .bg-map::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #ffffffdb;
    }

div#brand-main-slider img {
    height: 100vh !important;
    width: 100%;
    object-fit: cover;
}

.banner-cover .slick-slider {
    margin-bottom: 0 !important;
}

footer.footer-1 {
    padding: 100px 100px 50px 99px;
    background-color: #0000009c;
}

.contact-info i {
    font-size: 20px;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: left;
}

.contact-info .info a {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.contact-info i.fa.fa-mobile {
    font-size: 27px;
}

footer.footer-1 h4 {
    text-transform: uppercase;
    margin-bottom: 40px;
}

section#years_36 {
    padding: 35px 0 !important;
}

section#why_choose {
    padding: 0px 0 !important;
}

section#section_products {
    padding-bottom: 100px !important;
}

ul#pro-dtl li a.nav-link {
    margin: 0 10px 10px 0px;
}

.product-details label {
    font-size: 13px !important;
    white-space: nowrap;
    margin: 0 11px 0 0px;
    line-height: 21px;
}

.common-padding {
    padding: 0 100px;
}

.cnt-frm-dtl {
    padding: 15px 15px;
    background: #0972ce3a;
    border-radius: 20px;
    margin-left: 35px;
}

    .cnt-frm-dtl h2 {
        font-size: 15px;
        text-align: center;
        margin: 0 0 28px 0;
        color: #0055a1;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .cnt-frm-dtl input.form-control {
        border: 0;
        padding: 7px;
        border-radius: 10px;
        font-size: 12px;
    }

    .cnt-frm-dtl textarea {
        border: 0;
        border-radius: 10px;
    }

button.BTN_SUBMIT.btn.btn-primary.font-lntermedium {
    padding: 10px 29px;
    background: #0d5189;
    font-size: 14px;
    border: 0;
}

.box-brand {
    padding: 10px;
    background: #ffffff00;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 1s;
}

    .box-brand:hover {
        transform: translateY(-20px);
    }

.brand-s-cnt {
    margin-top: 20px;
}

.highlights .item .img-card {
    background-color: #000;
    position: relative;
    height: 80px;
    width: 75px;
}

    .highlights .item .img-card img {
        position: absolute;
        right: 50%;
        bottom: 50%;
        -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
        height: auto;
        max-width: 100%;
        max-height: 45px;
    }

.highlights .row-item .col-item:nth-of-type(1) .item,
.highlights .row-item .col-item:nth-of-type(2) .item {
    border-bottom: 2px solid #a7a7a7;
}

.highlights .item {
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 230px;
    display: flex;
    align-items: center;
}

    .highlights .item .text-card .title {
        padding-left: 20px;
        font-size: 24px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

footer.footer-1.brand-ftr {
    background: #000;
    color: #fff;
}

    footer.footer-1.brand-ftr a {
        color: #fff !important;
    }

    footer.footer-1.brand-ftr span {
        color: #fff;
    }

    footer.footer-1.brand-ftr button {
        color: #fff;
    }



/*Search Bar*/
.twm-bnr-search-bar {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(47, 47, 47, 0.09);
    box-shadow: 0px 0px 30px rgba(230, 230, 230, 0.3);
    padding: 5px 5px 5px 15px;
    text-align: left;
}

@media (max-width: 1199px) {
    .twm-bnr-search-bar {
        height: auto;
        padding: 10px;
    }

        .twm-bnr-search-bar .form-group {
            margin: 5px 0px;
        }
}

.twm-bnr-search-bar label {
    font-size: 14px;
    line-height: 16px;
    color: #0055a1;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.twm-bnr-search-bar .form-select,
.twm-bnr-search-bar .form-control {
    font-size: 14px;
    height: 34px;
    padding: 0px;
    font-weight: 500;
    border: none;
}

    .twm-bnr-search-bar .form-control:focus {
        box-shadow: none;
    }

    .twm-bnr-search-bar .form-control::-webkit-input-placeholder {
        color: #000;
        font-size: 14px;
    }

    .twm-bnr-search-bar .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #000;
        font-size: 14px;
    }

    .twm-bnr-search-bar .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #000;
        font-size: 14px;
    }

    .twm-bnr-search-bar .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #000;
        font-size: 14px;
    }

.twm-bnr-search-bar .site-button {
    /* width: fit-content; */
    /* padding: 9px 30px; */
    /* height: 100%; */
    /* background: #112b5c; */
    /* font-size: 19px; */
    /* color: #fff; */
    /* border-radius: 9px; */
    background: #0d5189;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
}

.twm-inputicon-box {
    position: relative;
    padding: 0 10px;
}

    .twm-inputicon-box .form-control {
        padding-right: 40px;
        background: transparent;
    }

    .twm-inputicon-box .twm-input-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 34px;
        z-index: 5;
        line-height: 34px;
        text-align: center;
        font-size: 18px;
    }

.twm-bnr-popular-search {
    position: relative;
    font-size: 14px;
    margin-top: 30px;
}

    .twm-bnr-popular-search .twm-title {
        margin-right: 20px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

/*Search Bar Section home 2*/
.twm-search-bar-2-wrap {
    position: relative;
    z-index: 2;
}

    .twm-search-bar-2-wrap .twm-search-bar-2-inner {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 0px 30px rgba(56, 152, 226, 0.3);
        margin: -80px 0px 0px 0px;
        position: relative;
        background-color: #fff;
        z-index: 1;
    }

@media (max-width: 991px) {
    .twm-search-bar-2-wrap .twm-search-bar-2-inner {
        margin: 40px 0px 30px 0px;
    }
}

.twm-search-bar-2-wrap .twm-search-bar-2-inner > .row {
    margin-bottom: 10px;
}

.twm-search-bar-2-wrap .twm-search-bar-2-inner .twm-bnr-popular-search {
    margin-top: 10px;
}

.wt-search-bar-select .btn-light {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
    border: none;
    padding: 7px 0px !important;
}

.wt-search-bar-select {
    height: 34px;
    border: none;
    line-height: 20px;
    border-radius: 0px;
    width: 100% !important;
    display: block !important;
}

    .wt-search-bar-select .btn-light {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        background-color: transparent;
        border: none;
        padding: 7px 0px !important;
    }

        .wt-search-bar-select .btn-light:focus {
            box-shadow: none;
            outline: 0px !important;
        }

    .wt-search-bar-select .form-control {
        padding-left: 10px;
        padding-right: 10px;
    }

.wt-select-bar-2 {
    width: 160px !important;
    margin-right: 20px;
}

    .wt-select-bar-2:last-child {
        margin-right: 0px;
    }

@media (max-width: 400px) {
    .wt-select-bar-2 {
        margin-top: 10px;
        width: 100%;
    }
}

.wt-select-bar-2 .form-control {
    height: 30px;
}

.wt-select-bar-2 .btn-light {
    font-size: 14px;
    color: #6c757d;
    height: 50px;
    line-height: 50px;
    background-color: #f0f6fe !important;
    border: none;
    padding: 0px 15px;
    border-radius: 10px;
}

    .wt-select-bar-2 .btn-light:focus {
        box-shadow: none;
        outline: 0px !important;
    }

.wt-select-bar-2 .dropdown-menu {
    font-size: 12px;
}

.wt-select-bar-large {
    border: none;
    width: 100% !important;
}

    .wt-select-bar-large .form-control {
        height: 30px;
    }

    .wt-select-bar-large .btn-light {
        font-size: 16px;
        color: #a0a0a0;
        height: 60px;
        line-height: 60px;
        background-color: #fff !important;
        border: none;
        padding: 0px 20px;
        border-radius: 10px;
        border: 1px solid #ededed;
    }

        .wt-select-bar-large .btn-light:focus {
            box-shadow: none;
            outline: 0px !important;
        }

    .wt-select-bar-large .dropdown-toggle:after {
        color: #17171d;
    }

.boxaa {
    padding: 100px 100px 0 100px;
}

.wt-search-bar-select:focus-visible {
    outline: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 !important;
    border-radius: 4px;
}

.box-bb {
    padding: 30px 100px;
}

.amount-k {
    text-align: right;
}

.software-eng {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.amount-k span {
    font-size: 17px;
    color: #ccc;
    font-weight: 200;
}

.software-eng h3 {
    font-size: 25px;
    font-weight: 600;
}

.fes a {
    text-decoration: none;
    margin-right: 13px;
    background: #b7b7b738;
    color: #000;
    padding: 5px 15px;
    border-radius: 10px;
}

.fes {
    margin-top: 30px;
}

.amount-k button {
    margin-top: 35px;
    padding: 10px 25px;
    font-size: 15px;
}

.banner-cover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #053c6c8a;
}

.banner-cover {
    position: relative;
    overflow: hidden;
}

.rc-anchor-error-msg,
.rc-anchor-alert {
    display: none;
}

.rc-anchor-alert {
    visibility: hidden;
}


button.btn.btn-primary.r-btn {
    padding: 10px 20px;
    background: #0d5189;
    border: 0;
    font-size: 15px;
}

.dec.r-dec-p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.r-p-popup {
    text-align: left;
    color: black;
    margin: 10px 0;
}

.r-main img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

h5#exampleModalLabel {
    color: #000;
}

.crab {
    color: #000;
    margin: 20px 0;
}

.nav-br-drop a {
    padding: 0;
}

.nav-br-drop .dropdown-item {
    background: #1d3275;
    color: #fff;
    padding: 0px;
}

.oceano-navbar li {
    margin: 0 !important;
    padding-left: 10px;
}

.nav-br-drop .dropdown-menu {
    margin: 0;
    padding: 0;
}

a#navbarDropdown {
    cursor: pointer;
}

.img-product-99 {
    width: 85%;
    /* height: 355px;  */
    object-fit: cover;
}

a.read-more-cnt {
    cursor: pointer !important;
    color: #0d5189;
}

div#success {
    position: fixed;
    width: 50%;
    bottom: 0;
    z-index: 999;
    right: 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


img.pr-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

ul.dropdown-menu.dropdown-menu-end.oceano-navbar.show {
    inset: 0 !important;
    transform: inherit !important;
    top: inherit !important;
    position: initial !important;
}

li.sub-mm a {
    font-size: 15px;
    font-weight: 400;
}

.nav-br-drop {
    display: flex;
}

img.news-img11 {
    height: 350px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 20px; */
}

.item.box-occ-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
    width: 100%;
}





/* ===================== */

@media (max-width: 575.98px) {
    img.img-fluid.m-h-120-px.pe-10-md-all {
        width: 123px;
        height: 100px;
        object-fit: contain;
        `
    }

    #years_36 .item .data {
        font-size: 20px;
    }

    .slick_slider_4 {
        margin-bottom: 0px;
    }

    #indro .content .btn {
        font-size: 10px;
        padding: 3px 7px;
        margin-top: 10px;
    }

    #indro .slider .slick-next, #indro .slider .slick-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
    }

    h3.text-pre-line {
        font-size: 30px;
    }

    #indro .slider .head .title {
        font-size: 14px;
    }

    section {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .common-padding {
        padding: 15px;
    }

    footer.footer-1 {
        padding: 15px;
    }

    .box-brand {
        margin-bottom: 30px;
    }

    .show-logo-oceano header .a-logo img {
        height: 42px !important;
    }

    .boxaa {
        padding: 10px 30px;
    }

    .box-bb {
        padding: 30px 30px;
    }

    .fes a {
        margin-right: 0px;
        padding: 5px 9px;
        border-radius: 10px;
        font-size: 12px;
    }

    .amount-k {
        text-align: left;
        margin-top: 20px;
    }

    #career .modal-career .modal-content {
        padding: 15px;
    }

    .links {
        margin-top: 20px;
    }

    #indro .slider .item .info .btn-icon {
        padding: 3px 4px;
        font-size: 11px;
    }

    .slick-dots {
        bottom: -50px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .web-whychoose {
        display: none;
    }

    .rs-whychoose {
        display: block !important;
    }

    @keyframes moveUpDown {
        0% {
            top: 17px;
        }

        50% {
            top: 28px;
            /* Adjust the end position as needed */
        }

        100% {
            top: 17px;
        }
    }

    #why_choose .wrapper-img::before {
        content: '';
        position: absolute;
        background-image: url('../images/index/why-choose/watter.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 209px;
        width: 339px;
        left: -109px;
        top: 28px;
        opacity: 0.3;
        transform: rotate(160deg);
        animation: moveUpDown 5s infinite;
        transition-delay: 5s;
    }

    @keyframes updown {
        0% {
            bottom: 10px;
        }

        50% {
            bottom: 0;
            /* Adjust the end position as needed */
        }

        100% {
            bottom: 10px;
        }
    }

    #why_choose .wrapper-img::after {
        content: '';
        position: absolute;
        background-image: url('../images/index/why-choose/watter.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 209px;
        width: 339px;
        right: -118px;
        bottom: 0;
        opacity: 0.3;
        transform: rotate(160deg);
        animation: updown 5s infinite;
        transition-delay: 5s;
    }

    #indro .slider .head {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .cnt-frm-dtl {
        margin-left: 0;
        margin-top: 30px;
    }

    section#why_choose {
        padding: 30px 0 !important;
    }

    section#years_36 {
        padding: 0px 0px 50px 0px !important;
    }

    footer .a-logo .logo {
        margin: 0 auto;
        text-align: center;
        display: flex;
    }

    #indro .content {
        margin-top: 130px;
        height: 100px;
    }

        #indro .content h2 {
            font-size: 21px;
        }

        #indro .content h2 {
            margin-bottom: 20px;
        }
}

@media (max-width: 767.98px) {
    .common-padding {
        padding: 0 30px;
    }

    .box {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .common-padding {
        padding: 0 30px;
    }

    .boxaa {
        padding: 50px;
    }

    .box-bb {
        padding: 30px 50px;
    }

    .rs-whychoose {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .rs-whychoose {
        display: none;
    }
}

@media (max-width: 1399.98px) {
    .rs-whychoose {
        display: none;
    }
}

@media (max-width: 1920.98px) {
    .rs-whychoose {
        display: none;
    }
}

.sub-d-btn {
    color: #0d5189;
    font-size: 15px;
    border: 0px;
    background: transparent;
    border-bottom: 2px solid #0d5189;
    margin-right: 10px;
    padding: 0px 10px;
    font-weight: 900;
    cursor: auto !important;
}

.line_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.NEWS-NWE a {
    color: white;
    margin-right: 10px;
    background-color: #0d5189;
    padding: 4px 15px;
    border-radius: 10px;
    text-decoration: none;
}

    .NEWS-NWE a.active {
        background-color: #000;
    }

.list_side {
    display: flex;
}

.content_slid {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

   
.banner__slider {
    position: relative;
}

.box {
    position: absolute;
    top: 90%;
    right: 10%;
    transform: translate(-50%, -50%);
    display: none;
}

    .box span {
        display: block;
        width: 20px;
        height: 20px;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate 2s infinite;
    }

        .box span:nth-child(2) {
            animation-delay: -0.2s;
        }

        .box span:nth-child(3) {
            animation-delay: -0.4s;
        }

@keyframes animate {

    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@media (max-width: 767.98px) {

    .box {
        display: block;
    }
}

.gl-logo {
    width: fit-content;
    text-align: end;
}

    .gl-logo img {
        width: 140px;
    }

@media (max-width: 600px) {
    #contact .branches .info-item {
        padding: 0px 5px;
        margin-bottom: 1px;
    }

    .res-mt {
        margin-top: 0px !important;
    }

    .gl-logo img {
        width: 120px;
        margin-top: 26px;
    }
}

.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 75%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

    .sticky-icon a {
        transform: translate(170px,0px);
        border-radius: 20px 0px 0px 20px;
        text-align: left;
        margin: 2px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 7px;
        font-size: 22px;
        background-color: #fff;
        transition: all 0.8s;
    }

        .sticky-icon a:hover {
            transform: translate(0px,0px);
        }

            .sticky-icon a:hover i {
                transform: rotate(360deg);
            }

        .sticky-icon a i {
            height: 40px;
            width: 40px;
            color: #000;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            margin-right: 20px;
            transition: all 0.5s;
        }

            .sticky-icon a i img {
                width: 100%
            }

ul.dropdown-menu.dropdown-menu-end.oceano-navbar.show {
    border: 0px;
}

#news-room .event-gallery .item .img-fluid {
    width: 70%;
}

.fixed_img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.whatsapp_sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    width: 50px;
}

    .whatsapp_sticky img {
        width: 100%;
    }

@media (max-width: 600px) {
    .oceano-navbar {
        border: none;
        padding: 0;
    }

        .oceano-navbar li a {
            padding: 0 !important;
            /* padding-top: 16px !important; */
        }
}

@media only screen and (max-width: 600px) {
    #news-room .event-gallery .item .img-fluid {
        width: 100%
    }

    .section-head h1 {
        margin-top: 20px;
    }

    .ps-60-zero-sm {
        /* padding:0px 10px !important; */
    }

    #years_36 .item {
        width: 100%;
    }

    label.text-pre-line.pt-25.card-hover-zoom.fs-16.l-h-24.fw-bold {
        padding-left: 20px;
        width: 80%;
    }

    img.img-fluid.img-primary {
        padding-top: 40px;
    }

    .enquiry {
        right: 35px;
        bottom: 75px;
    }

    .img-product-99 {
        width: 100%;
    }

    h1.text-white.font-lnterbold {
        /* padding-top: 40px; */
    }

    .arrows-vector .slick-next, .arrows-vector .slick-prev, .arrows-vector .slick-next:before, .arrows-vector .slick-prev:before {
        width: 25px;
    }

    .slick-next {
        right: -16px;
    }

    .slick-prev {
        left: -18px;
    }

    #about .team .item .card-img img {
        margin-left: -11px;
    }

    #about .team .item .info {
        margin-left: 13px;
    }
}

.prod_tab_sc {
    justify-content: center;
}

@media only screen and (max-width: 600px) {
    ul.dropdown-menu.dropdown-menu-end.oceano-navbar.show {
        top: -15px !important;
    }

    .software-eng {
        padding: 20px 0;
    }

    .prod_tab_sc {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
    }

    .card-hover-up:hover {
        transform: translateY(15px);
    }

    .more-card-overlay {
        display: none;
    }

    .oceano-navbar li {
    }

    .card-hover-zoom:hover {
        transform: none;
    }

    .hide_mob {
        display: none;
    }

    #indro .slider .item .info {
        padding: 14px;
    }

    #indro .slider .item {
        height: 210px;
    }

    .ps-50 {
        padding-left: 10px !important;
    }

    .pe-50 {
        padding-right: 10px !important;
    }

    #about .presence .item a {
        font-size: 14px;
    }

    .slick-next {
        right: -12px !important;
    }

    .slick-prev {
        left: -18px !important;
    }

    .card-white-image .item .img-primary {
        height: 145px;
    }

    .list_side {
        display: flex;
        overflow-x: scroll;
        padding: 10px 0px;
    }

    .NEWS-NWE a {
        white-space: nowrap;
        font-size: 12px;
        padding: 4px 6px;
    }

    .bg-x-light-blue {
        font-size: 14px;
    }

    .available .item img {
        height: 103px;
        width: 112px;
        object-fit: contain;
    }

    .sidebar {
        padding: 30px;
    }

    #indro .slider .slick-prev {
        left: 0 !important;
    }

    button#findJobButton {
        /* width: fit-content; */
        /* padding: 0px 10px; */
        /* font-size:15px; */
    }

    .amount-k button {
        margin-top: 0px;
    }

    .box-bb {
        padding: 24px 26px;
    }

    .boxaa {
        padding: 30px;
    }

    #innovated .section-head h1 {
        font-size: 23px;
    }
}

.specific_scroll header .white_logo {
    display: none;
}

.specific_scroll header .blue_logo {
    display: flex !important;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    display: flex;
    justify-content: end;
    margin-right: 30px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

a.fa.fa-arrow-down.fa-1x {
    text-decoration: none;
}

.oceano-navbar {
    background: transparent !important;
}

.nav-br-drop .dropdown-item {
    background: transparent !important;
}
/* a.dropdown-item { */
/* margin-top: 16px; */
/* } */

.slick-dots li button {
    width: 100%;
    background: transparent;
    height: 100%;
    padding: 0;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    border: 2px solid #0d5189;
    border-radius: 50%;
}

    .slick-dots li button:before {
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .slick-dots li.slick-active button:before {
        background: #17588e;
        border: none;
        font-size: 0;
    }

.gormex_exp {
    top: 10%;
}

.aroow_bt {
    display: flex;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    transform: rotate(45deg);
    margin: -10px;
}

.animarea {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.arrowbounce {
    display: flex;
    justify-content: end;
    margin-right: 30px;
}

.slick_slider_5 .slick-next:before, .slick_slider_5 .slick-prev:before {
    color: #000;
}

.card-white-image .item .info .btn-icon .title {
    margin-bottom: 0px;
}

.arrow_sm {
    width: 12px;
}

@media (min-width: 768px) {
    .arrowbounce {
        display: none;
    }

    .lap_none {
        display: none;
    }

    .padd_top_50 {
        padding-top: 50px;
    }
}

.padd_t_b_70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.padd_t_b_50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.padd_t_70 {
    padding-top: 70px;
}

.padd_t_50 {
    padding-top: 50px;
}

@media (max-width: 768px) {
    .padd_t_b_70 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .padd_t_b_50 {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .padd_t_70 {
        padding-top: 30px;
    }

    .padd_t_50 {
        padding-top: 20px;
    }
}

.news_footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.txt_news {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.serach_nameme {
    white-space: normal !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical
}


/*<End Custom2 Styles>*/

.ProductPackStyle {
    width: 210px;
    height: 350px;
}
.mrgL-15{margin-left:15px;}
.mrgL10 {
    margin-left: 10px;
}
.CopyRStyle {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.copyRmrg {
    margin-left: 5px;
}

/*<Start AboutUs Styles>*/
.IcnUserS{width:50%;height:50%;text-align:center;margin-bottom:10px;}
.Ps2 {
    text-align: center;
}
/*<End AboutUs Styles>*/

/*<Start AboutUs Styles>*/
.enqry-btn {
    display: none
}

/* Centered text */
.centered {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.centered1 {
    position: absolute;
    top: 40%;
    left: 46%;
    transform: translate(-50%, -50%);
}
/*<End AboutUs Styles>*/



.containerImg {
    position: relative;
    text-align: center;
    color: white;
}

.mrgR5{margin-right:5px;}

.ActProImg {
    margin-top: 20px;
    border: 3px solid #deeafc;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 10px #edf3fc;
    margin-bottom: 50px;
    height: 90%;
    
}
.productDiv1 p{
    padding:0 5%;
}
.productSpan1 {
    font-size: 26px;
    font-weight: bold;
}
.productSpan2 {
    font-size: 16px;
}
.fontWb{font-weight:bold}
.contpg {
    background-color: #f2f2f2;
    
}
.pl10 {
    padding-left: 50px;
}
/*.bgcontact {
    background-color: #f6f2f2;
}*/
.contact-us {
    background-color: white;
    box-shadow: 3px 3px 10px 3px gray;
    padding: 5px;
}
.btnDefault {
    box-shadow: 2px 2px 1px gray;
    font-size: 16px;
    border-radius: 5px;
}
.BtnDefault {
    margin-left: 20px;
    margin-top: 30px;
    float: left;
    width: 90px;
    box-shadow: 2px 2px 1px gray;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.Comment {
    margin-top: 20px;
    
}
.PConsS,.PregS {
    font-size: 18px;
    font-weight: bold;
    text-align:center;
}
#contact-form {
    background-color: white;
    border:1px solid lightgray;
    border-radius:10px;
}
.contact-now-back {
    background-color: white;
}
.ContainerStyle1 {
    background-color: #eff4fc;
    /*text-align: center;*/
    border-right: 0.5px solid #e0ebfa;
    box-shadow: 1px 50px 100px 30px #e0ebfa;
    margin: 20px auto;
    padding: 20px;
}
.BoxProductsStyle {
    position: relative;
    box-shadow: 0 10px 10px #c0bebf;
    border-radius: 20px;
}
.BtnProductsStyle {
    
    position: absolute;
    /* top: 0;*/
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #e7e5e6;
    height:12%;
    font-size: 16px;
    font-weight:bold;
    
}
.poductimage {
    border-radius: 10px 10px 0 0;
    /*object-fit:fill;*/
    width: 100%;
    height: 300px;
    box-shadow: 0 5px 15px gray;
}




.btnSubmit {
    width: 100px;
    background-color: #e4e9eb;
    box-shadow: 3px 3px 1px 1px #808080;
    color: black;
    font-weight: bold
}

.btnDefault {
    box-shadow: 2px 2px 1px gray;
    font-size: 16px;
    border-radius: 5px;
}
.mlb10{margin-left:10px; margin-bottom:10px;}
.imgDtlS {
    width: 60px;
    height: 60px;
    box-shadow: 3px 3px 5px #949595;
}
.imgDtlS1 {
    width: 220px;
    height: 220px;
    box-shadow: 2px 2px 15px #0e2b5c ;
    border-radius: 5px;
}
.ml5 {
    margin-left: 5px;
}

.panellogo {
    width: 35px;
    height: 35px;
}
.bge9ecef {
    background-color: #e9ecef;
}
.ptext{
    text-align:justify
}
.ptext2 {
    text-align: justify;
    font-weight: 100;
    line-height: 35px;
}
.js-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

    .js-truncate:where(:hover) {
        white-space: pre-line;
    }

/* Slider simple styles (self-contained so you don't need to edit style.css) */
.home1 {
    position: relative;
}

    .home1 .slider {
        position: relative;
        overflow: hidden;
    }

    .home1 .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: opacity 0.8s ease;
    }

        .home1 .slide img {
            width: 100%;
            display: block;
            height: auto;
        }

        .home1 .slide.active {
            opacity: 1;
            position: relative;
        }
    /* Optional: keep slider height stable on small images */
    .home1 .slider {
        min-height: 280px;
    }

@media (min-width: 768px) {
    .home1 .slider {
        min-height: 420px;
    }
}


/* --- Enforce responsive 2-per-row on mobile, 3-per-row on md+ for the products grid --- */
#section_products .APPENDPRO > [class*="col-"] {
    box-sizing: border-box;
}

/* xs (mobile) => 2 items per row */
@media (max-width: 767.98px) {
    #section_products .APPENDPRO > [class*="col-"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* md and up => 3 items per row */
@media (min-width: 768px) {
    #section_products .APPENDPRO > [class*="col-"] {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}

/* ensure images don't overflow and keep card layout stable */
#section_products .item .img-primary {
    width: 100%;
    height: auto;
    display: block;
}


/* Strong, scoped override for the product grid — targets the actual row with id#index_product */
#index_product > * {
    box-sizing: border-box;
}

/* mobile & small screens: 2 items per row */
@media (max-width: 767.98px) {
    #index_product > * {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* md and up: 3 items per row */
@media (min-width: 768px) {
    #index_product > * {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
        padding: 3%;
    }
}

/* ensure images stay inside cards */
#index_product .item .img-primary,
#index_product .item .img-fluid {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.headerback1 {
    background-image: url('../Images/SystemImages/Header1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.headerback2 {
    background-image: url('../Images/SystemImages/Header2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* Anchors in the main menu with empty href should show default arrow (not pointer) */
.menu-list a[href=""],
.menu-list a[href=""] * {
    cursor: default !important;
}

/* Space for Activities submenu headers and their nested items */
/*nav.menu .sub-menu > li > a {
    display: block;*/ /* اطمینان از اینکه padding اعمال می‌شود */
    /*padding-left: 18px;*/ /* فاصله‌ی اصلی از خط لول سمت چپ */
    /*padding-right: 8px;
}

nav.menu .sub-menu li ul.sub-menu > li > a {*/
    /* عمیق‌تر (آیتم‌های داخل Aquaculture / Aquatic Prossing) */
    /*padding-left: 34px;
}*/
