body {
  font-size: 15px;
  color: #1a1a1a;
  font-family: Inter;
}

/* 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: #9dc1f3 !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;
}

.nav-list li a.active {
  font-family: Inter-SemiBold;
}





/* 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;
}







/* sidebar */
.sidebar {
  width: 30%;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 600px;
  height: 100%;
  background-color: #1d3275a3;
  padding: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  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;
}

/* sidebar_open */
body:not(.sidebar_open) .sidebar {
  right: -600px;
}

/* sidebar-area */
body.sidebar_open .sidebar-area {
  position: fixed;
  background-color: #00000029;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* toggle-sidebar */
.sidebar .toggle-sidebar {
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
}





/* 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: 2px 2px 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: px;
}






/* 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 button:before {
  font-family: FontAwesome;
  content: "\f10c";
  opacity: initial !important;
  color: #fff!important;
  font-size: 13px;
  border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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, #00040ad1, transparent);
  border-radius:10px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#indro .slider .item .img-primary {
  border-radius:10px;
  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,
#indro .slider .slick-prev:before {
  opacity: initial !important;
  font-family: FontAwesome;
}

#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;
}


/* our-strength */
/* col-item */
/* #about .our-strength .col-item {
  padding-top: 55px;}
@media (min-width: 992px) {
#about .our-strength .col-item:nth-child(odd) {
  padding-right: 30px;}
#about .our-strength .col-item:nth-child(even) {
  padding-left: 30px;}
} */
/* item */
/* #about .our-strength .item .img-primary {
  width: 100%;
  height: 290px;
  border-radius: 25px;
  object-fit: cover;}
#about .our-strength .item .title {
  font-size: 20px;
  padding: 10px 15px;
  margin-top: -28px;
  text-transform: uppercase;
  box-shadow: 3px 4px 5px #00000073;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;}
#about .our-strength .item .dec {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font-size: 12px;}
@media (max-width: 991px) {
#about .our-strength .item .title {
  font-size: 16px;
  margin-top: -25px;}
} */


/* history */
#about .history .item img {
  max-width: 100%;
  height: 40px;
  -moz-transition: height 2s ease;
  -webkit-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease;
}

#about .history .item .title {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  -moz-transition: height 2s ease;
  -webkit-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease;
}

/* slick */
#about .history .slick-slide {
  min-height: 115px;
}

#about .history .item.slick-center .title {
  font-size: 18px;
}

#about .history .item.slick-center img {
  height: 70px;
}

#about .history .item img:last-of-type,
#about .history .item.slick-center img:first-of-type {
  opacity: 0;
  height: 0;
}

#about .history .item.slick-center img:last-of-type {
  opacity: initial;
  height: 70px;
}


/* company */
/* slider_css */
#about .company .slider_css {
  max-width: 640px;
  width: 100%;
  position: relative;
  padding-top: 340px;
  margin: 20px auto;
}

#about .company .slider_css>.div-item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

#about .company .slider_css input {
  display: none;
}

#about .company .slider_css label {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  margin: 10px 2px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}

#about .company .slider_css input:checked+label {
  background-color: #fff;
}

#about .company .slider_css input~.div-item {
  opacity: 0;
  transform: scale(1.1);
}

#about .company .slider_css input:checked+label+.div-item {
  opacity: 1;
  transform: scale(1);
}

#about .company .slider_css .div-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 991px) {
  #about .company .slider_css {
    padding-top: 265px;
  }

  #about .company .slider_css .div-item img {
    height: 250px;
  }
}




/* team */
#about .team .item .card-img {
 
  padding:12px;
}

#about .team .item .card-img img {
  width: 230px;
  height: 235px;
  object-fit: cover;
      border-radius:115px;
}

#about .team .item .info {
  position: relative;
  padding: 20px;
  color: #fff;
  border-radius:45px;
  box-shadow: 5px 5px 9px #05050a61;
  max-width: 90%;
  margin-left: 27px;
  margin-right: auto;
  margin-top: -20px;
  min-height:84px;
}

#about .team .item .info .name {
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#about .team .item .info .dec {
  text-transform: uppercase;
  font-size: 10px;
}

@media (min-width: 767px) {
  #about .team .item {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  #about .team .item .info .name {
    font-size: 16px;
  }

  #about .team .item .info .dec {
    font-size: 12px;
  }
}


/* presence */
#about .presence .item {
  padding-top: 50px;
  margin-left: 25px;
  margin-right: 25px;
}

/* slick-center */
@media screen and (min-width: 1200px) {
  #about .presence .item.card-hover-up.slick-center {
    transform: translateY(-5px);
  }
}

#about .presence .item .img-primary {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 7px 7px 6px #00000073;
}

#about .presence .item .info {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#about .presence .item .country {
  margin-bottom: 15px;
}

#about .presence .item .country img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

#about .presence .item .country .name {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 6px;
}

#about .presence .item a {
  margin-top: 5px;
  text-decoration: none;
  display: block;
}

@media (max-width: 767px) {
  #about .presence .item .img-primary {
    height: 370px;
  }
}


/* product-view */
/* #product-view {
  background-image: url(../images/product-view/bg/bg.png);
  background-repeat: no-repeat;
  background-position: bottom;} */






/* brands */
/* section-head */
.section-head h1 {
  word-spacing: 7px;
  font-size: 28px;
}

.section-head h5 {
  word-spacing: 3px;
  font-size: 14px;
  text-align: justify;
}

@media (max-width: 991px) {
  .section-head h1 {
    word-spacing: 5px;
    font-size: 20px;
  }
}

/* banner-cover */
.banner-cover::before {
  background-color: #00000024;
}

.banner-cover .caption {
  bottom: 40%;
}

.banner-cover .caption h3 {
  line-height: 55px;
  font-size: 40px;
  word-spacing: 7px
}

@media (max-width: 991px) {
  .banner-cover .caption h3 {
    line-height: 45px;
    font-size: 36px;
    word-spacing: 5px
	    margin-top: -67px;
  }
}


/* rady-to-eat */
.rady-to-eat {
  background-image: linear-gradient(to right, #000000f0, #000000cf), url(../images/brands/rady-to-eat/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* nav */
.rady-to-eat .nav-item .nav-link {
  border: none;
  color: #fff;
  padding: 0;
  margin-left: 45px;
  margin-right: 45px;
  text-transform: uppercase;
  position: relative;
  word-spacing: 6px;
}

.rady-to-eat .nav-item .nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
  width: 90px;
  height: 1px;
  background-color: #a9a5a5;
}

.rady-to-eat .nav-item .nav-link.active {
  background-color: transparent;
}

.rady-to-eat .nav-item .nav-link.active::after {
  background-color: #fff;
}

@media (max-width: 991px) {
  .rady-to-eat .nav-item .nav-link {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (max-width: 575px) {
  .rady-to-eat .nav-item .nav-link {
    margin-bottom: 20px;
  }
  #indro .slider .head{
	  margin-top:0px;
  }
}

/* tab-content */
/* row-item */
@media (min-width: 576px) {
  .rady-to-eat .row-item:nth-child(odd) .col-item:last-of-type {
    padding-left: 60px;
  }

  .rady-to-eat .row-item:nth-child(even) .col-item:last-of-type {
    padding-right: 60px;
  }

  .rady-to-eat .row-item:nth-child(even) .col-item:first-of-type {
    order: 2 !important;
    text-align: right;
  }

  .rady-to-eat .row-item:nth-child(even) .col-item:last-of-type {
    order: 1 !important;
    text-align: right;
  }

  .rady-to-eat .row-item:nth-child(even) .col-item:last-of-type .title,
  .rady-to-eat .row-item:nth-child(even) .col-item:last-of-type .dec {
    margin-left: auto;
  }
}

/**/
.rady-to-eat .tab-content .img-primary {
  max-height: 300px;
}

.rady-to-eat .tab-content .title {
  text-transform: uppercase;
  word-spacing: 7px;
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 350px;
}

.rady-to-eat .tab-content .dec {
  word-spacing: 5px;
  font-size: 14px;
  max-width: 350px;
}

.rady-to-eat .tab-content .primary-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: transparent;
  border: none;
}

.rady-to-eat .tab-content .btn-more {
  background-color: #fff;
  padding: 10px 25px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .rady-to-eat .tab-content .title {
    word-spacing: 5px;
    font-size: 18px;
  }

  .rady-to-eat .tab-content .title {
    word-spacing: 5px;
    font-size: 18px;
  }

  .rady-to-eat .tab-content .dec {
    word-spacing: 4px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .rady-to-eat .tab-content {
    text-align: center;
  }

  .rady-to-eat .tab-content .title {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;    padding: 0 20px;
  }

  .rady-to-eat .tab-content .dec {
    margin-left: auto;
    margin-right: auto;
  }
}


/* highlights */
/* row-item */
.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;
}

/* item */
.highlights .item {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 230px;
  display: flex;
  align-items: center;
}

.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(3) .item .img-card img {
  max-height: 35px;
}

.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%);
}

@media (max-width: 991px) {
  .highlights .item .img-card img {
    height: 60px;
  }

  .highlights .item .text-card .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .highlights .row-item .col-item:nth-of-type(3) .item {
    border-bottom: 2px solid #a7a7a7;
  }

  .highlights .item .img-card img {
    height: 40px;
  }

  .highlights .item .text-card .title {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .highlights .item {
    max-width: 400px;
  }

  .highlights .row-item .col-item:nth-of-type(4) .item {
    border-bottom: 2px solid #a7a7a7;
  }
  #about .presence .item {
  padding-top: 0px;
  }
}

/* watch-us */
.watch-us {
  background-color: #000;
}

.watch-us .card-thumbnail::before {
  background-color: #0000009e;
}

/* video-player */
.watch-us .video-player {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .watch-us .video-player {
    height: 300px;
  }
}


/* available */
.available .item {
  position: relative;
  margin-bottom: 15px;
}

.available .item::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 70px;
  height: 13px;
  box-shadow: #0000004f -1px 32px 15px 8px;
}

.available .item img {
  object-fit: cover;
  height: 150px;
  width:200px
}

.available .slick-next,
.available .slick-prev {
  display: none;
}


/* cook-oceano */
.cook-oceano {
   background-image: linear-gradient(to right, #000000e6, #000000e6), url(../images/brands/rady-to-eat/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* row-item */
@media (min-width: 992px) {
  .cook-oceano .row-item .col-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* item */
.cook-oceano .item .img-primary {
  width: 100%;
  height: 310px;
  object-fit: cover;
      border-radius: 20px;
  margin-bottom: 20px;
}

.cook-oceano .item .title {
  text-transform: uppercase;
  word-spacing: 7px;
  font-size: 22px;
  margin-bottom: 10px;
  height: 32px;
  overflow: hidden;
}

.cook-oceano .item .dec {
  word-spacing: 5px;
  font-size: 13.5px;
}

.cook-oceano .item .btn {
  background-color: #fff;
  padding: 0 8px;
  margin-top: 30px;
}




/* recipe */
/* item */
#recipe .item {
  color: #fff;
}

#recipe .item .title {
  font-size: 26px;
}

#recipe .item .ingredients {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

#recipe .item table td {
  padding-top: 10px;
  font-size: 14px;
}

#recipe .item table td:nth-of-type(2) {
  min-width: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  #recipe .item .title {
    margin-top: 20px;
    font-size: 18px;
  }

  #recipe .item .ingredients {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  #recipe .item table td {
    padding-top: 5px;
    font-size: 12px;
  }
}

/* recipe-modal */
#recipe .recipe-modal .modal-content {
  padding: 20px 30px;
}

#recipe .recipe-modal .modal-header .btn {
  background-color: transparent;
  border: none;
  font-size: 18px;
}

#recipe .recipe-modal .modal-body h6 {
  line-height: 26px;
}

#recipe .recipe-modal .modal-body .img-primary {
  max-height: 300px;
}

@media (max-width: 767px) {
  #recipe .recipe-modal .modal-body h6 {
    line-height: 14px;
  }
}








/* news-room */
/* event-gallery */
@media (min-width: 992px) {
  #news-room .event-gallery .row-item:nth-child(even) .col-item:first-of-type {
    order: 2 !important;
  }

  #news-room .event-gallery .row-item:nth-child(even) .col-item:last-of-type {
    order: 1 !important;
  }
}

@media (max-width: 991px) {
  #news-room .event-gallery .row-item .col-item:first-of-type {
    order: 1 !important;
	    margin-bottom: 20px;
  }

  #news-room .event-gallery .row-item .col-item:last-of-type {
    order: 2 !important;
  }
}

/**/
#news-room .event-gallery .item .info {
     padding-left: 20px;
    border-left: 27px solid #e0ebfa;
}

#news-room .event-gallery .item .title {
  font-size: 20px;
  margin-bottom: 15px;
}

#news-room .event-gallery .item .dec {
  margin-bottom: 10px;
}

#news-room .event-gallery .item .img-fluid {
  border-radius: 20px;
}

@media (min-width: 992px) {
  #news-room .event-gallery .item .img-fluid {
    /* height: 330px; */
    object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #news-room .event-gallery .item .info {
    margin-top: 20px;
  }

  #news-room .event-gallery .item .img-fluid {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    height: 250px;
  }
}

/* slider */
@media (max-width: 991px) {
  #news-room .event-gallery .slider .col-item:first-of-type {
    order: 2 !important;
  }

  #news-room .event-gallery .slider .col-item:last-of-type {
    order: 1 !important;
  }
}

/* promotion-info */
/* row-item */
@media (min-width: 992px) {
  #news-room .promotion-info .row-item:nth-child(even) .col-item:first-of-type {
    order: 2 !important;
  }

  #news-room .promotion-info .row-item:nth-child(odd) .col-item:last-of-type {
    padding-right: 50px;
  }

  #news-room .promotion-info .row-item:nth-child(even) .col-item:last-of-type {
    order: 1 !important;
    padding-left: 50px;
  }
}

/* item */
#news-room .promotion-info .item .title {
  font-size: 18px;
  line-height: 22px;
}

#news-room .promotion-info .item .dec {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#news-room .promotion-info .item .date {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 12px;
}

#news-room .promotion-info .item .btn-icon {
  font-size: 15px;
  padding: 10px 30px;
}

#news-room .promotion-info .item .btn-more {
  padding: 10px 30px;
  font-size: 15px;
}

@media (max-width: 767px) {
  #news-room .promotion-info .item .title {
    margin-top: 25px;
  }
}




/* blog-view */
/* read-more */
#blog-view .read-more {
  margin-top: 30px;
}






/* distribution */
@media (min-width: 992px) {
  #distribution .col-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/**/
#distribution .item {
  margin-right: 30px;
}

#distribution .item .card-img {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 25px;
}

#distribution .item .card-img img {
  max-height: 90px;
}

#distribution .item .title {
  margin-top: 20px;
  font-size: 24px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #distribution .item .card-img {
    padding: 30px 15px;
  }

  #distribution .item .card-img img {
    max-height: 60px;
  }

  #distribution .item .title {
    margin-top: 10px;
    font-size: 18px;
  }
}








/* 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.active {
  font-family: Inter-Bold;
}

#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 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Inter-Medium;
}

#contact .get-in-touch .card .form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Inter-Medium;
}

#contact .get-in-touch .card .form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: Inter-Medium;
}

#contact .get-in-touch .card .form :-moz-placeholder {
  /* Firefox 18- */
  font-family: Inter-Medium;
}

/**/
#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;
}

.content_slid h3{
	font-family: aref_ruqaabold;
	    word-spacing: 11px;
}

.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
}

