.aboutt {
  background-position: 5% !important;
  background-size: 110% !important;
}
.aboutt figure img {
  display: none !important;
  transition: opacity 0.5s ease-in-out;
}
.aboutt figure img.active {
  display: block !important;
}
.image-box-divided {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.image-box-divided figure {
  width: 48% !important;
  overflow: hidden;
  position: relative;
}
.desktop-main-slider{
  position: relative;
}
.desktop-main-slider:after {
  content: '';
  position: absolute;
  width: 303px;
  height: 391px;
  background: url(../../uploads/orj/41yılamblem-05.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 30px;
  top: 65px;
  background-size: cover;
  z-index: 99999;
}
.hero-mobil-ocean-cargo-slider:after {
  content: '';
  position: absolute;
  width: 182px;
  height: 283px;
  background: url(../../uploads/orj/41yılamblem-05.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: -11px;
  top: 3px;
  background-size: cover;
  z-index: 99999;
}
.image-box-divided figure img {
  width: 100% !important;
  height: auto;
  display: block;
  border-radius: 0 !important;
}

.image-box-divided figure:nth-child(1) {
  margin-right: 2%;
  border-radius: 50px 0 50px 0;
}

.image-box-divided figure:nth-child(2) {
  margin-left: 2%;;
  border-radius: 0 50px 0 50px;
}

.image-box-divided figure:nth-child(3) {
  margin-right: 2%;
  border-radius: 0 50px 0 50px;
  margin-bottom:0px !important;
}

.image-box-divided figure:nth-child(4) {
  margin-left: 2%;
  border-radius: 50px 0 50px 0;
  margin-bottom:0px !important;
}
.image-box-divided .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background:#0e0f1173;
}
.icon-over {
  width: 100%;
  text-align: center;
  display: flex
;
height: 50px !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}

.image-box-divided figure .icon-over  img{
  width:auto !important;
  max-width: 96% !important;
}
.icon-text {
  width:100% !important;
  text-align: left;
  color:#ffffff;
  padding-left:  0;
}
.experience-home{
  background: #efefef;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in .cs-ser-icon i {
  position: absolute;
  right: 0px !important;
  transform: rotate(360deg);
  opacity: 0.7;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content:hover .cs-ser-icon i {
  top: 0px !important;
  right: -20px !important;
}

.vertical-slider-cover {
  padding: 30px;
  background: #96262c;
  height: 513px;
}
.vertical-area-title {
  color: #fff;
  font-size: 24px;
  margin-bottom:15px;
  padding-left: 0;
}
.vertical-slide-title {
  color: #fff;
  font-size: 20px;
  margin-bottom:5px;
}
.vertical-slide-desc{
  color: #fff;
  font-size: 14px;
  margin-bottom:5px;
  max-width: 95%;
}
.vertical-slider {
  height: 100%; /* Eğer parent yüksekse */
  max-height: 376px; /* ya da sabit bir yükseklik */
  overflow: hidden;
}
.vertical-slide{
  padding-left: 20px;
  border-left: 2px solid #ffffffa8;
  overflow: hidden;
}

.vertical-slider .swiper-wrapper {
  height: 100%;
}



.vertical-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 120px;
    background: #ffffff;
}

.vertical-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43px;
  height: 86px;
  background: #ffffffc9;
  padding: 0;
}

.myfeatures p {
  margin-bottom: 6px !important;
}

.vertical-button-prev {
  background: url(../img/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 43px;
  height: 43px;
  transform: rotate(-90deg);
  background-position: center;
  border-bottom: 3px solid #96262c;
  transition: all 0.3s;
  
}
.vertical-button-next {
  background: url(../img/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 43px;
  height: 43px;
  transform: rotate(90deg);
  background-position: center;
  border-left: 3px solid #96262c;
  border-top: 3px solid #96262c;
  border-right: 3px solid #96262c;
  transition: all 0.3s;
}



.vertical-button-next:hover {
cursor: pointer;
transition: all 0.3s;
  background-position: 21px;

}

.vertical-button-prev:hover {
  transition: all 0.3s;
  background-position: 21px;

}
.col-xl-6.myfeatures{
  position: relative;
}
.horizontal-buttons{
  position: absolute;
  right: 0px;
  top: -61px;
  display: flex;
  width: 106px;
  height: 43px;
  background: #ffffff;
  padding: 0;
  display: flex;
}
.homeblog-button-prev {
  background: url(../img/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 43px;
  height: 43px;
  transform: rotate(-180deg);
  background-position: center;
  border-left: 3px solid #96262c;
  border-bottom: 3px solid #96262c;
  transition: all 0.3s;
  border-right: 3px solid #96262c;
  border-top: 3px solid #96262c;
  position:relative;
  display: block !important;
}
.homeblog-button-next {
  background: url(../img/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 43px;
  height: 43px;
  transform: rotate(0deg);
  background-position: center;
  border-left: 3px solid #96262c;
  border-top: 3px solid #96262c;
  border-right: 3px solid #96262c;
  border-bottom: 3px solid #96262c;
  transition: all 0.3s;
  position:relative;
  display: block !important;
}


.homeblog-button-prev:hover {
cursor: pointer;
transition: all 0.3s;
  background-position: 21px;
  opacity: 0.9;

}

.homeblog-button-next:hover {
  cursor: pointer;
  transition: all 0.3s;
  background-position: 21px;
  opacity: 0.9;
}
.swiper-button-prev-oc {
  background: url(../img/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 43px;
  height: 43px;
  transform: rotate(180deg) !important;
  background-position: center;
  border-left: 3px solid #96262c;
  border-bottom: 3px solid #96262c;
  transition: all 0.3s;
  border-right: 3px solid #96262c;
  border-top: 3px solid;
}
.swiper-button-next-oc {
  background: url(../img/red-arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 43px;
  height: 43px;
  transform: rotate(0) !important;
  background-position: center;
  border-left: 3px solid #96262c;
  border-top: 3px solid #96262c;
  border-right: 3px solid #96262c;
  transition: all 0.3s;
  position:relative;
}
.swiper-button-prev-oc:hover {
  cursor: pointer;
  transition: all 0.3s;
    background-position: 21px;
    opacity: 0.9;
  
  }
  
  .swiper-button-next-oc:hover {
    cursor: pointer;
    transition: all 0.3s;
    background-position: 21px;
    opacity: 0.9;
  }
  .cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow i {
    border-radius: 0;
    border: 0;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow i:before {
 display: none;
}

.cs-blog-title h6{
  font-size:16px !important;
  line-height: 20px;;
}
.vertical-slide-date{
  font-size:14px;
  font-style: italic;
  color:#ffffff;
}

.cs-blog-title p{
  margin-bottom:8px !important
}

.custom-tab-btns {
  display: flex;
  gap: 0;
  margin-bottom: 20px;
  position: relative;
}

.custom-tab {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #f3f3f3;
  border-radius: 0;
  font-weight: 300;
  color: #97272c;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.custom-tab.active {
  background-color: #97272c;
  color: white;
}

.custom-tab-content {
  display: none;
  position: relative;
}

.custom-tab-content.active {
  display: block;
}


.home1-blog-slider ,.home2-blog-slider {
    overflow: hidden;
    left: -13px;
}
.right-block {
  width: 100%;
}
.cs-footer-widget-title ul li.d-flex.align-items-center.mt-2{
  float: right;
}
.cs-header-phone-icon i{
  font-size: 20px !important;
  order: 2;
}
.footer-column .d-flex.align-items-center.mt-2 img {
  max-width: 20px !important;
  float: right;
  order: 2;
  margin-right: 10px;
}
.cs-header-phone-icon{
  order: 1;
  line-height: 22px;
}

.col-lg.footer-column.footer-column-last .cs-text_b_line {
  width:100%;
  justify-content: flex-end;
  padding-top: 4px !important;
}
footer .cs-text_b_line span {
  line-height: 19px;
  position: relative;
  top: -4px;
  order: 2;
}
footer .mt-2 {
  margin-top: 0 !important;
}
footer .menu1 {
  padding-top: 8px;
  padding-bottom:0 !important
}
.short-footer {
  height: auto;
}
footer ul {
  margin: 0 0 0 0;
  list-style-type: none;
}
footer .cs-logi-footer-container .cs-logi-footer-content .cs-footer-widget {
  margin-bottom: 14px;
}

footer .right-block{
  margin-bottom: 14px;
}
footer .social-icons {
  gap: 23px !important;
}
.cs-logi-footer-useful-link1 {
  height: auto !important;
}
.cs-logi-footer-useful-link2 {
  height: auto !important;
}
.cs-footer-widget-title h6 {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-icon i {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
footer .cs-text_b_line span {
  font-size: 14px !important;
}
.image-box-divided figure img {
  transition: all 0.3s ease;
}
.image-box-divided figure:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
footer{
  overflow: hidden;
}

.hero1-slider1-pagination {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;    
  height: 40px;
  justify-content: center;
  bottom: 20px;
}
.menu1 a {
  line-height: 20px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in .cs-ser-icon i {
  width: 46px;
  right: 38px !important;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in .cs-ser-icon i {
  position: absolute;
  right: 0px !important;
  transform: rotate(360deg);
  opacity: 0.7;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in .cs-ser-icon i:before {
  width: 32px;
}
.hero1-slider1-pagination{
  z-index: 999999;
}

.hero1-slider1-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 20px !important;
  height: 20px !important;
}
.hero1-slider1-pagination .swiper-pagination-bullet-active {
  background: #96262c !important;
}
/* .cs_site_header.header-no-bg {
  background: #ffffff !important; 
} */
/* .cs_site_header.header-no-bg a:not(.cs-text_b_line), .cs_site_header.header-no-bg span:not(.cs-text_b_line), .cs_site_header.header-no-bg i:not(.cs-text_b_line), .cs_site_header.header-no-bg ul:not(.cs_nav_list), .cs_site_header.header-no-bg li:not(.cs_nav_list li) {
  color: #000000;
} */
header .cs_nav {
  height: auto;
  line-height: 16px !important;
}
/* .cs_site_branding img {
  max-width: 100px;
} */
.cs-logi-header-logo-pc {
  padding-bottom: 10px;
}
/* .cs-logi-header-logo-pc:before {
  TRANSFORM-STYLE: PRESERVE-3D;
  content: '';
  display: block;
  padding-bottom: 10px;
  box-shadow: 0px 0px 71px 56px rgb(169 204 255), inset 160px 20px 15px rgb(169 204 255);
  opacity: 0.3;
  z-index: -1;
  position: relative;
  top: 13px;
} */
.cs_gescout_show .cs-logi-header-logo-pc:before {
  display: none !important;
}
span.acilirmenu {
  color: #ffffff !important;
}
li.menu-item-has-children li.menu-item-has-children span {
  color: #ffffff !important;
}

.cs_site_header.header-no-bg .cs-header-emai-phone {
  border: 0px solid rgb(255, 255, 255);
  display: flex !important;
  margin-top: 11px;
}
.cs_site_header .cs-header-emai-phone {
  height: 63px;
}
.tp-btn-red {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  padding: 17px 23px;
  color: #ffffff !important;
  background-color: #96262c;
  font-family: 'Montserrat', sans-serif;
  border: none;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.tp-btn-red::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: transparent;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
  transition: all 0.4s ease;
  z-index: 0;
  width: 200% !important;
}
/* Hover olunca üçgen belirir */
.tp-btn-red:hover::after {
  border-width: 100px 100px 0 0;
  border-color: #b72e35 transparent transparent transparent;
}

/* Buton içeriği üstte kalsın */
.tp-btn-red span {
  position: relative;
  z-index: 2;
  color:#ffffff !important;
}
@media(max-width:925px){
  .gtranslate_wrapper{
    position: relative;
    left: -15px;
  }
}
.cs_site_header .cs-header-emai-phone {
  width: 500px;
}
/* .cs_site_header  .cs_site_branding img:nth-child(2) {
  max-width: 100px !important;
} */
.menu-item-has-children .menu-item-has-children span{
  color:#ffffff !important;
}
.cs_gescout_show ul.cs_nav_list li .menu-item-has-children a span {
  color: #ffffff !important;
}
.cs_gescout_show .cs-logi-header-logo-pc {
  padding-bottom: 0 !important;
}
.cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content {
  margin: 0px 0;
}
.cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-in {
  padding: 9px 9px;
  position: relative;
    right: 13px;
}
.cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number {
  margin-left: 0;
}
a.cs-header-icon {
  position: relative;
}
.cs-search-bar {
  right: -5px !important;
  background: #ffffff !important;
  top: 41px !important;
  padding: 23px 22px!important;
  border-radius: 0!important;
  width: 270px!important;
  border-radius: 0!important;
  border: 1px!important;
  border-left: 1px solid #4d4d4d!important;
  border-bottom: 1px solid #4d4d4d!important;
}
header ul li{
  list-style-type: none !important;
}
#logi-preloader{
  z-index: 9999999999;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .cs_nav .cs_nav_list > li {
      margin-right: 30px;
  }
}
.cs_site_header.header-no-bg .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
 display: none !important;
}

.lang {
  padding: 0 10px;
}
.lang a{
  font-size:12px;
}

.lang ul{
  display: flex;
}
.lang ul li{
  margin-right: 10px !important;
  font-family: 'Montserrat', sans-serif;
}
.lang ul li:last-child{
  margin-right: 5px !important;
}
.lang ul {
  margin-bottom: 0;
}
.lang {
  padding: 16px 10px 0 10px;
  height: 100%;
  display: flex
;
  align-items: flex-start;
}
.lang ul li{
  padding-right: 10px !important;
  position: relative;
}

.tp-btn-red span {
  font-size: 14px;
}
.lang ul li:after {
  content: '|';
  position: absolute;
  right: -2px;
}
.lang li:last-child:after {
  display: none;
}
.lang ul li:hover a {
  color: #96262c !important;
  cursor: pointer;
}

/* CAREER FORM */
.humanresource-info-text{
  width:100%;
}
.career-top-info {
  padding: 35px 20px;
}

.cfs-left,
.cfs-right {
  padding: 0;
}

.cfs-left {
  padding-right: 5%;
}

.career-form .form-group:before,
.career-form .form-group:after {
  display: table;
  content: " ";
}

.career-form .form-group:after {
  clear: both;
}

.carrer-form-section {
  position: relative;
  padding-left: 75px;
  padding-bottom: 40px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}

  .carrer-form-section::before {
      content: "";
      position: absolute;
      left: 19px;
      top: 0;
      height: 100%;
      border-left: 1px solid #b7d2e5;
  }

.cfs-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  border: 2px solid #96262c;
  background-color: #fff;
  border-radius: 50%;
  padding: 6px 0;
  text-align: center;
  color: #96262c;
}

  .cfs-icon::after {
      content: "";
      position: absolute;
      top: 38px;
      left: 0;
      right: 0;
      border-bottom: 7px solid #fff;
  }

.cfs-title {
  color: #96262c;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.20px;
  margin-bottom: 35px;
  width:100%;
}

.cfs-input-title {
  color: #666;
  letter-spacing: -0.20px;
  font-size: 16px;
  margin-bottom: 1px;
  min-height: 22px;
  width:100%;
  height: 40px;
}

.input-near-add {
  width: 85% !important;
}

.add-button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #96262c;
  font-size: 20px;
  letter-spacing: -0.20px;
  text-align: center;
  cursor: pointer;
}

  .add-button:hover {
    background-color: #c52f37;
  }

.career-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-dropdown.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  width:100%;
}
.input-near-add {
  width: 85% !important;
}
.cf-input {
  width: 100%;
}
.contact-form.career-form .form-group {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.contact-form.career-form .form-group input[type="submit"],
.contact-form.career-form .form-group input[type="button"] {
  width: auto;
  min-width: 160px;
  background-color: #96262c;
  background-image: url(../img/cv-send-icon.png);
  background-size: 20px;
  background-position: 20px center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: right;
  padding: 0 30px;
}

  .contact-form.career-form .form-group input[type="submit"]:hover {
      background-color: #162d54;
  }

.career-quick-submit {
  background-image: url(../img/plus-icon.png) !important;
  padding: 0 20px 0 50px !important;
}

.career-form label {
  display: block;
  color: #666;
  font-size: 16px;
  letter-spacing: -0.20px;
}

.cv-view {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  color: #96262c;
  border: 2px solid #96262c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.10px;
  margin-right: 6px !important;
}
.contact-form.career-form .form-group input[type="submit"], .contact-form.career-form .form-group input[type="button"] {
  width: auto;
  min-width: 108px;
  padding: 0 20px;
}
  .cv-view .fa {
      margin-right: 5px;
  }

  .cv-view:hover {
      color: #fff;
      background: #b33137;
      border: 2px solid #b33137;
  }

.gender-group {
  margin-top: 24px;
}

.cv-table {
  display: none;
}

  .cv-table thead tr th {
      font-weight: 700;
      background-color: #f5f5f5;
  }

  .cv-table thead tr th,
  .cv-table tbody tr td {
      color: #666;
      font-size: 16px;
  }
  /***/
.career-form.contact-form .half {
  width: 50%;
}

.career-form.contact-form .full {
  width: 100%;
}

.career-form.contact-form :-ms-input-placeholder {
  color: #838383;
}

.career-form.contact-form ::-ms-input-placeholder {
  color: #838383;
}

.career-form.contact-form ::placeholder {
  color: #838383;
}

.career-form.contact-form ::-webkit-input-placeholder {
  color: #838383;
}

.career-form.contact-form ::-moz-placeholder {
  color: #838383;
}

.career-form.contact-form :-moz-placeholder {
  color: #838383;
}

.career-form.contact-form .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
  width:100%;
}

.career-form.contact-form .half,
.career-form.contact-form .full {
  padding: 0 8px;
}

.career-form.contact-form .form-group {
  margin-bottom: 20px;
  width:100%;
}
.contact-form .parsley-error {
  border: 1px solid #db2121 !important;
}

.career-form.contact-form input, .career-form.contact-form select, .career-form.contact-form textarea {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  letter-spacing: -.1px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border: 1px solid #bbb;
  background:none;
}

.career-form.contact-form textarea {
  height: 100px;
  line-height: 18px;
  padding: 20px;
  resize: none;
}

  .career-form.contact-form input:focus,
  .career-form.contact-form select:focus,
  .career-form.contact-form textarea:focus {
      border-color: #a4bded;
  }

/*.career-form.contact-form textarea {
  line-height: 1.5;
  height: 270px;
  resize: none;
  padding-top: 20px;
}*/

.career-form.contact-form .cf-send-btn {
  display: inline-block;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  background-color: #96262c;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

  .career-form.contact-form .cf-send-btn:hover {
      background-color: #799ee5;
  }

.career-form.contact-form .text-right {
  text-align: right;
}

/* .contact-map iframe {
width: 100%; } */

.career-form.contact-form .checkbox {
  position: relative;
}

.career-form.contact-form .checkbox-inline {
  display: inline-block;
  margin-right: 15px;
}

  .career-form.contact-form .checkbox-inline:last-child {
      margin-left: 0;
  }

.career-form.contact-form .checkbox input {
  display: none;
}

.career-form.contact-form .checkbox label {
  position: relative;
  padding-left: 8px;
  min-height: 20px;
}

  .career-form.contact-form .checkbox label a {
      text-decoration: underline;
  }
.pull-right {
  float: right !important;
}
  .career-form.contact-form .checkbox label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #b5b5b5;
  }

  .career-form.contact-form .checkbox label::after {
      content: "";
      position: absolute;
      left: 4px;
      top: 4px;
      width: 12px;
      height: 12px;
      background: url("../img/blue-check.svg") no-repeat 50% 50%;
      transform: scale(0);
      transform-origin: 50% 50%;
      transition: all .1s;
  }

.career-form.contact-form .checkbox input:checked ~ label::after {
  transform: scale(1);
}

.career-form.contact-form .checkbox input:checked ~ label::before {
  border-color: #ffffff;
  background-color: #fff;
}

.cfs-left, .cfs-right {
  padding: 0;
}
.cfs-left {
  padding-right: 5%;
}
.fileinput .thumbnail, .cv-image {
  position: relative;
  padding: 0 0 71% 0;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  width:100%;
}
.form-group.clearfix.column-wrapper.gender-group {
  margin-top: 2px;
}
.checkbox input[type="checkbox"], .radio input[type="radio"] {
  opacity: 0;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.checkbox label::before, .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.checkbox label::after, .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #96262c;
  -webkit-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
  transition: transform .1s cubic-bezier(.8,-.33,.2,1.33),-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
}
.checkbox input[type="checkbox"]:checked + label::after, .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.career-form label {
  display: block;
  color: #666;
  font-size: 16px;
  letter-spacing: -.2px;
  padding-left: 6px;
  position: relative;
}
.radio, .checkbox {
  padding-left: 20px;
  margin-top: 0;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  margin-right:5px;
}
.fileinput-new {
  display: block;
  cursor: pointer;
  background-color: #96262c;;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.cv-image {
  border: 1px solid #ddd;
}
  .fileinput .thumbnail > img, .cv-image img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  }

.contact-form.career-form .form-group.text-right{
  justify-content:flex-end;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.cv-table thead tr th, .cv-table tbody tr td {
  color: #666;
  font-size: 16px;
}
.cv-table thead tr th {
  font-weight: 700;
  background-color: #f5f5f5;
}
.table-responsive {
  WIDTH: 100%;
  MARGIN-LEFT: -10PX;
  MARGIN-RIGHT: -10PX;
  PADDING: 0 10PX;
}
.cv-table thead tr th, .cv-table tbody tr td {
  color: #666;
  font-size: 16px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.work-list-item {
  margin-bottom: 40px;
}
.work-top-section {
  padding: 40px;
  background-color: #f5f5f5;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
  .work-top-section .about-link {
      padding: 15px 25px;
      font-size: 13px;
      width: fit-content;
  }
.work-list-item a:hover .about-link {
  color: #fff;
  border: 1px #94969D solid;
  background-color: #94969D;
}
.work-list-item a:hover .work-title,
.work-list-item a:hover .work-location,
.work-list-item a:hover .work-location i{
  color: #fff;
}
.work-list-item a:hover .work-top-section {
  background: #96262c;
}
  /*.work-top-section:before {
      content: '';
      position: absolute;
      background: rgb(0 0 0 / 30%);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
  }*/
.work-title {
  color: #1D1D1B;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.4px;
  margin: 0 0 5px;
  min-height: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.work-location {
  color: #1D1D1B;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}
  .work-location ul li i {
      color: #94969D;
      margin-right: 4px;
  }

  .work-location ul li {
      padding: 3px 0;
  }
.work-list {
  display: flex;
  flex-wrap: wrap;
}
.hr-short {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.work-desc {
  min-height: 151px;
  max-height: 151px;
  overflow: hidden;
}

.work-bottom-section {
  background-color: #bb474c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 5px solid #96262c;
  padding: 12px 10px 6px;
  text-align: right;
  -webkit-transition: all .3s;
  transition: all .3s;
  display:block;
}

  .work-bottom-section .fa {
      font-size: 12px;
      margin-left: 10px;
  }

/* SECTOR LIST PAGE*/
.container.sectors-wrapper {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
.sectors-wrapper .corporate-info-title {
  color: #fff;
}
.sectors-wrapper .corporate-info-desc {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding-right: 0;
}
.services-list.sector-list {
  position: relative;
  margin-top: -267px;
  z-index: 9;
}
.scl-item {
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
  margin-bottom: 45px;
  background: #F5F5F6;
}
  .scl-item:nth-child(2n) {
      flex-flow: row;
  }
.scl-img {
  width: 50%;
  overflow: hidden;
  height: 350px;
  z-index: 1;
  position: relative;
}
  .scl-img:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 2;
  }
  .scl-item:nth-child(2n-1) .scl-img:before {
      background: rgb(245,245,246);
      background: -moz-linear-gradient(121deg, rgba(245,245,246,1) 0%, rgba(245,245,246,1) 20%, rgba(245,245,246,0) 67%);
      background: -webkit-linear-gradient(121deg, rgba(245,245,246,1) 0%, rgba(245,245,246,1) 20%, rgba(245,245,246,0) 67%);
      background: linear-gradient(121deg, rgba(245,245,246,1) 0%, rgba(245,245,246,1) 20%, rgba(245,245,246,0) 67%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f6",endColorstr="#f5f5f6",GradientType=1);
  }
  .scl-item:nth-child(2n) .scl-img:before {
      background: rgb(245,245,246);
      background: -moz-linear-gradient(-121deg, rgba(245,245,246,1) 0%, rgba(245,245,246,1) 20%, rgba(245,245,246,0) 67%);
      background: -webkit-linear-gradient(-121deg, rgba(245,245,246,1) 0%, rgba(245,245,246,1) 20%, rgba(245,245,246,0) 67%);
      background: linear-gradient(-121deg, rgba(245,245,246,1) 0%, rgba(245,245,246,1) 20%, rgba(245,245,246,0) 67%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f6",endColorstr="#f5f5f6",GradientType=1);
  }
  .scl-img img {
      position: relative;
      top: 50%;
      transform: scale(1) translateY(-50%);
      width: 100%;
      height: auto;
      transition: 0.3s all;
  }
.scl-item:hover .scl-img img {
  transform: scale(1.05) translateY(-50%);
}
.scl-text {
  width: 50%;
  position: relative;
  margin: auto;
  padding-left: 80px;
  padding-right: 0px;
}
.scl-item:nth-child(2n) .scl-text {
  padding-left: 0;
  padding-right: 80px;
}
.scl-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 30px;
}
.scl-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.jdi-bottom-left {
  margin-top:30px;
}
.jdi-bottom-left span {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  margin-right: 34px;
}
.page-text.clearfix ul li {
  list-style-type: disc;
  margin-left: 22px;
  max-width: 98%;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.about-link {
  display: inline-block;
  color: #96262c;
  font-size: 16px;
  font-weight: 700;
  /* background-color: #FC5000; */
  border: 1px #96262c solid;
  border-radius: 0;
  padding: 18px 30px;
  transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'Montserrat', sans-serif;
}
  .about-link:hover {
      background-color: #96262c;
      color: #fff;
  }
  .about-link i {
      position: relative;
      margin-left: 12px;
      top: 0;
      font-size: 13px;
  }
  .cs-text-style-h6.cs-text_b_line {
    font-size: 14px !important;
}
header .cs-header-phone-icon i {
  font-size: 17px !important;
}

.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow i {
  background-color: #ffffff4d !important;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow:hover i {
  background-color: #ffffff !important;
}

/* .vertical-slider-cover {
  background: #e1dfe9;
} */

.vertical-area-title {
  /* color: #252430a8; */
  font-family: 'Montserrat', sans-serif;
}
.vertical-slide-title,.vertical-slide-desc,.vertical-slide-date {
  /* color: #0a0a0a; */
  font-family: 'Montserrat', sans-serif;
  padding-right:20px;
}


.vertical-slide {
  padding-left: 20px;
  /* border-left: 2px solid #252430a8; */
}

/* .vertical-button-prev {
  border-bottom: 3px solid #e1dfe9;
}
.vertical-button-next {
  border-left: 3px solid #e1dfe9;
  border-top: 3px solid #e1dfe9;
  border-right: 3px solid #e1dfe9;
} */
.cs-braidcrumb-wrap {
  margin-top: 0 !important;
}
header ul ul .cs-text_b_line span {
  color: #ffffff !important;
  font-size: 14px;
  line-height: 20px;
}
.home-bottom-bg{
  width: 100%;;
}
.home-bottom-bg img{
  width: 100%;;
}
.cs_gescout_show .cs-header-icon{ 
  color: #000000 !important;
}
.cs_gescout_show .cs-header-icon i{ 
  color: #000000 !important;
}.cs_gescout_show .lang a{ 
  color: #000000 !important;
}
.cs_gescout_show.cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-number h6{
  color: #000000 !important;
}
.cs_site_header.header-no-bg.cs_gescout_show {
  min-height: 80.8px;
  z-index: 9999999;
}
@media (max-width:1800px){
  .cs-maxw-1720 {
   padding:0 40px;
}
.cs-service-style2-wrap .cs-maxw-1720 {
  padding:0 0 !important;
}
.container-fluid {

  padding: 0 40px;
}
h4.cs_white_color {
  font-size: 24px;
  line-height: 24px;
}
.vertical-area-title {
  font-size: 20px;
}
.vertical-slide-title {
  font-size: 16px !important;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
  left: 19px;
}
.cs-expertise-wrap .cs-expert-area-content .col-md-3 {
  width: 50% !important;
}
.cs-expertise-wrap.expert-area-no-bg .cs-expert-area-content {
  flex-wrap: wrap;
}
}


@media (max-width:1724px){
  .cs_nav .cs_nav_list > li {
    margin-right: 20px;
}
header .tp-btn-red {
  padding: 17px 10px;
}
.tp-btn-red span {
  font-size: 12px;
}
.cs-text-style-h6.cs-text_b_line {
  font-size: 12px !important;
}



header .cs-header-icon {
font-size: 16px;
margin-left: 5px;
}

.cs-text_b_line span {
  font-size: 13px;
}
.vertical-slide-title {
  font-size: 18px;
}
.cs-section-height {
  height: 36px !important;
}
}


header .cs-text_b_line span{
  color:#ffffff !important;
}
.cs_gescout_show .menu-item-has-children .cs-text_b_line span{
  color:#000000 !important;
}
.cs_site_header.header-no-bg .cs-header-emai-phone{
  background:none !important;
  border:0px  !important;
}
.cs_site_header.header-no-bg {
  background: transparent;
}


/* 
.home1-blog-slider .swiper-wrapper {
  width: 100%;
  overflow: hidden;
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
}
.home2-blog-slider .swiper-wrapper {
  width: 100%;
  overflow: hidden;
  padding-right: 0;
  margin-right: 0;
  padding-left: 0;
} */
@media(max-width:1680px){
  .cs-expertise-wrap .cs-expert-area-content .col-md-3 {
    width: 50% !important;
}
.cs-expert-area-content{
  margin-bottom:50px;
}
}
@media(max-width:1574px) and (min-width:1201px){
  .cs-header-icons {
    position: relative;
    /* left: 100%; */
    top: 33px;
    left: 282px;
}
.cs_gescout_show .cs-header-icons{
  display: none !important;
}
}
@media(max-width:1329px) and (min-width:1201px){
  .cs_site_header.header-no-bg .cs-header-emai-phone {
    margin-top: 56px;
  }
  .cs_gescout_show.cs_site_header.header-no-bg .cs-header-emai-phone{
    display: none !important;
  }
  .cs-header-icons {
    top: auto;
    left: auto;
}
}

@media(max-width:1200px){
  
  .cs-header-action-item {

    display: none !important;

  }

  .cs_nav .cs_nav_list .cs_mega_wrapper {

    width: 100% !important;

  }

  .cs_site_header_full_width .container {

    padding: 0 15px;

  }

  .cs_munu_dropdown_toggle {

    position: absolute;

    height: 30px;

    width: 30px;

    right: 20px;

    top: 5px;

  }

  .cs_munu_dropdown_toggle:before, .cs_munu_dropdown_toggle:after {

    content: "";

    display: block;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    height: 2px;

    width: 10px;

    background-color: var(--body-color);

    transition: all 0.3s ease;

  }

  .cs_munu_dropdown_toggle:before {

    transform: translate(-50%, -50%) rotate(90deg);

  }

  .cs_munu_dropdown_toggle.active:before {

    transform: translate(-50%, -50%) rotate(0deg);

  }

  .cs_nav .cs_nav_list {

    position: absolute;

    width: 100vw;

    left: 0;

    background-color: var(--drcs-color);

    padding: 10px 0;

    display: none;

    top: 100%;

    border-top: 1px solid rgba(77, 77, 77, 0.3215686275);

    border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);

    z-index: 99;

    overflow: auto;

    max-height: calc(100vh - 80px);

    background: #fff;

    line-height: 1.6em;

  }

  .cs_nav .cs_nav_list ul {

    padding-left: 15px;

    display: none;

  }

  .cs_nav .cs_nav_list a {

    display: block;

    padding: 8px 20px;

  }

  .cs_nav .menu-item-has-children {

    position: relative;

  }

  /*Mobile Menu Button*/

  .cs_munu_toggle {

    display: inline-block;

    width: 30px;

    height: 27px;

    cursor: pointer;

    position: absolute;

    top: 27px;

    right: 30px;

  }

  .cs_munu_toggle span,

  .cs_munu_toggle span:before,

  .cs_munu_toggle span:after {

    width: 100%;

    height: 2px;

    background-color: currentColor;

    display: block;

  }

  .cs_munu_toggle span {

    margin: 0 auto;

    position: relative;

    top: 12px;

    transition-duration: 0s;

    transition-delay: 0.2s;

  }

  .cs_munu_toggle span:before {

    content: "";

    position: absolute;

    margin-top: -9px;

    transition-property: margin, transform;

    transition-duration: 0.2s;

    transition-delay: 0.2s, 0s;

  }

  .cs_munu_toggle span:after {

    content: "";

    position: absolute;

    margin-top: 9px;

    transition-property: margin, transform;

    transition-duration: 0.2s;

    transition-delay: 0.2s, 0s;

  }

  .cs_site_header.cs_style1 .cs_munu_toggle {

    top: 50%;

    right: 10px;

    margin-top: -13px;

  }

  .cs_toggle_active span {

    background-color: rgba(0, 0, 0, 0);

    transition-delay: 0.2s;

  }

  .cs_toggle_active span:before {

    margin-top: 0;

    transform: rotate(45deg);

    transition-delay: 0s, 0.2s;

  }

  .cs_toggle_active span:after {

    margin-top: 0;

    transform: rotate(-45deg);

    transition-delay: 0s, 0.2s;

  }

  .cs_header_toolbox {

    margin-right: 50px;

  }

  .cs_nav .cs_nav_list a {

    position: relative;

  }

  .cs_site_header.cs_style1 .cs_main_header_in {

    padding: 12px 0px;

  }

  .cs_hamburger span {

    height: 3px;

  }

  .cs_site_header .current-menu-item > a:before {

    display: none;

  }

  .cs_site_header.cs_style1 .cs_main_header_center .cs_site_branding {

    position: absolute;

    left: 0px;

    top: 50%;

    transform: translateY(-50%);

  }

  .cs_site_header.cs_style1 {

    top: 0;

  }

  .cs_toolbox {

    margin-right: 45px;

  }

  .cs_site_header.cs_style1 .cs_icon_btn {

    width: 38px;

    height: 38px;

  }

  .cs_toolbox,

  .cs_side_header {

    display: none;

  }
  .cs_site_header.cs_style1 .cs_nav {
    display: flex
;
}
header .cs-text_b_line span {
  color: #000000 !important;
}
header ul ul .cs-text_b_line span {
  color: #000000 !important;
}
.cs_munu_toggle{
  z-index: 9999999999;
}
.cs_site_header.cs_style1 .cs_main_header_right {
  margin-right: 0;
}

.cs_site_header.header-no-bg .cs-header-emai-phone {

  margin-top: 26px;
}
.cs_main_header_right{
  display: none !important;
}
.cs-logi-header-middle {
  padding-right: 518px;
  padding-top:5px;
}
}
@media(max-width:1500px){
  h4.cs_white_color {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}
@media(max-width:1279px){
  .cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
    left: 0;
    position: absolute;
    width: 50%;
  }
}

.cs-single-page-couple-img {
  /* flex-direction: column; */
  display: flex
;
  gap: 10px;
}
@media(max-width:1199px){
  .cs-single-page-couple-img {
    flex-direction: row;
    gap: 0 !important;
}
.cs-quote-card-wrap .cs-quote-in .cs-quote-text p {
  font-size: 17px;
}
.menu-item-has-children ul a.cs-text_b_line span {
  color: #000000 !important;
}
.acilirmenu{
  color: #000000 !important;
}
.menu-item-has-children ul a.cs-text_b_line span.acilirmenu{
  color: #000000 !important;
  font-size: 12px;
}
.col-xl-6.myfeatures{
  position: relative;
}
.col-xl-6.myfeatures{
  padding-left:0 !important;
}
}
@media(max-width:1190px){
  .experience-home .col-xl-6{
    padding-right:0px !important;
    padding-left:0px !important;
  }
  /* .cs-blog-section-wrapper.blog-style-1 {
    padding: 0 40px;
} */
.col-xl-7.myfeatures {
  padding-left: 0 !important;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in {
  max-width: 100% !important;
}
.cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
  width: 100%;
}
.cs-about-wrapper-1 .cs-about-content-wrap {
  max-width: 100% !important;
}
.cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
  width: 100%;
}
.cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
  position: relative;
  width: 100%;
        max-width: 100% !important;
}
}
@media (max-width:991px){
  .container .container{
    padding-right:0 !important;
    padding-left:0 !important;
  }
  .cs-service-items-fullw .cs-service-items-in .container-fluid .row .col-lg-3 {
    width: 50%;
}
.reverse-widget {
  margin-top: 0;
}
.cs-widget-item {
  margin-bottom: 24px;
}
.cs-card-wrap .row .col-lg-6 :nth-child(2) {
  margin-bottom: 21px;
}
.cs-card-wrap .cs-card-in .cs-card-content-wrap h6 {
  font-size: 18px;
  max-width: 100%;
}
.cs-section-height {
  height: 36px !important;
}
.footer-column{
  width:50%;
  flex: auto;
}
.cs-footer-widget-title h6 {
  text-align: left !important;
}
footer .social-icons {
  justify-content: flex-start !important;
}
footer .right-block {
  text-align: left;
}
.col-lg.footer-column.footer-column-last .cs-text_b_line {
  justify-content: flex-start !important;
}
footer ul {
  padding-left: 0 !important;
}
.cs-header-phone-icon i{
  margin-left: 0 !important;
}
.cs-header-phone-icon{
  right:3px !important;
}
.footer-column .d-flex.align-items-center.mt-2 img {
  margin-right: 0 !important;
}
.cs-expertise-wrap .container-fluid {
  max-width: 100%;
}
.cs-blog-single-page-in.cs-page-single-wrap-in ul {
  padding-left: 0 !important;
  margin-left: 0!important;
}
.cs-sidebar{
  padding-left: 0 !important;
  margin-left: 0!important;
}
.cs-blog-single-page-in .col-lg-4{
  padding-top :0 !important;
}
.cs-blog-content-container h2{
  font-size: 24px !important;
}
.cs-blog-content-container h5{
  font-size: 20px !important;
  padding-left:0 !important;
  line-height: 22px;
}

.cs-contact-page-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.cs-contact-text{
  max-width: 100%;
  font-size:13px !important;
}
}
@media(max-width:923px){
 
  .cs_site_header .cs-header-emai-phone {
    width: 349px;
}
.cs-logi-header-middle {
  padding-right: 355px;
}
.lang {
  padding: 0 0;
}
.cs_site_header.header-no-bg .cs-header-emai-phone {
  margin-top: 19px;
}
.cs-header-icons {
  position: absolute;
  right: 14px;
  top: 48px;
}
.cs_site_header.header-no-bg .cs-header-emai-phone {
  margin-top: 5px;
}
.cs_site_header.cs_style1 .cs_munu_toggle {
  margin-top: -28px;
}
header ul ul .cs-text_b_line span {
  font-size: 12px;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img img {
  height: 55vh;
}
.cs-bread-page-title-area .cs_white_color {
  font-size: 32px !important;
}
}

@media(max-width:923px){
.cs_site_header .cs-header-emai-phone {
  width: 367px;
  padding-top: 8px;
}
.lang ul li {
  padding-top: 8px;
}

}
@media(max-width:923px){
  .cs_site_header.header-no-bg .cs-header-emai-phone {
    margin-top: 5px;
  }
  }



@media(max-width:767px){
  .cs_site_header .cs-header-emai-phone .cs-header-phone .cs-header-phone-content .cs-header-phone-in {
    right: 0;
}
  .cs-section-height {
    display: block !important;
}
.cs-page-content-in h4{
  font-size: 22px !important;
}
.myfeatures h2 {
  font-size: 20px !important;
}
.myfeatures .icon-item {
  flex: 31% !important;
}
.myfeatures .icons {
  flex-wrap: initial !important; 
}
.cs-serivce-item-content{
  height: 400px;
}
.vertical-slider-cover {
  margin-bottom: 70px !important;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content .cs-hero-title h1 {

  font-size: 29px !important;
}
.cs_nav .cs_nav_list {
 padding-top:15px;
}

.cs-maxw-1720 {
  padding: 0 20px;

}
header#site-header {
  z-index: 99999999;
}
}
  @media(max-width:762px){
  .cs_site_header.header-no-bg .cs-header-emai-phone {
    margin-top: 0;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .cs-video-content-in {
  height: 88vw;
}
.container.py-5 .text-muted.fw-semibold {
  font-size: 13px !important;
  padding-left: 40px;
}
.container.py-5 .fs-5.fw-semibold.text-dark{
    font-size: 14px !important;
}
.cs-widget-download {
  height: 80px;
  padding-left: 17px;
}
.cs-small-text h6, .cs-text-style-h6 {
  font-size: 17px !important;
}
}
@media(max-width:630px){
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 32px;
  }
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content h4 {
    margin-bottom: 15px;
}
h4.cs_white_color {
    font-size: 23px;
}
.cs-contact-in h2 {
  font-size: 23px;
}
.cs-serivce-item-content .cs-ser-content p {
  font-size: 12px;
  line-height: 16px;
}
/* .cs-blog-section-wrapper.blog-style-1 {
  padding: 0 40px;
} */


}

@media (max-width:595px){
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.cs-logi-footer-container {
  padding-top: 0 !important;
}
.cs-footer-copy-text p {
  font-size: 12px !important;
}
.cs-sec-title-height {
  height: 30px;
}
.split-parent {
  font-size: 24px;
}
.cs-expertise-wrap .cs-expert-area-content .col-md-3 {
  width: 100% !important;
}
.cs-page-title    h2 {
  font-size: 28px;
}

.cs-quote-card-wrap .cs-quote-in .cs-quote-text {
  padding: 20px;
}
.cs-quote-card-wrap .cs-quote-in .cs-quote-text p {
  font-size: 14px;
}
.cs-bread-page-title-area .cs_white_color {
  font-size: 24px !important;
}
.cs-contact-text{
  font-size: 14px;
}
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
  z-index: 999999;
}
.home-bottom-bg{
  height: 360px;
}
.home-bottom-bg img{
 width: 100%;
 object-fit: cover !important;
 height: 100%;
}

.page-text.clearfix ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@media (max-width:595px){
  

.myfeatures p {
    font-size: 13px;
}
  .cs_site_header.cs_style1 .cs_munu_toggle {
    margin-top: -23px;
}
.cs-primary-btn {
  
  font-size: 14px;
  padding: 12px 21px;
  
}
.hero1-slider1-pagination .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
}
.cs_site_branding img {
  max-height: 40px;
}
.cs-service-items-fullw .cs-service-items-in .container-fluid .row .col-lg-3 {
  width: 100%;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content {
  height: 254px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-service-item-img img {
  height: 236px;
  width: 100%;
  object-fit: cover !important;
}
}
@media (max-width:595px) and (min-width:531px){
  .cs-header-icons {

    top: 39px !important;
}
}
@media (max-width:530px){
  .cs-contact-page-content .cs-contact-in .cs-logi-office-wrap {
    flex-direction: row !important;
    gap:0 !important;
  }
  .cs-contact-page-content h2 {
    transform: translateY(0px) !important;
}
.cs-contact-text {
  transform: translateY(0px) !important;
}
.cs_site_header .cs-header-emai-phone {
  width: 289px;
  padding-top: 8px;
  top: 30px;
}
.cs-header-icons {
  position: absolute;
  right: 61px;
  top: 15px;
}
.cs_site_header.header-no-bg .cs-header-emai-phone {
  right: -20px;
}
}

.cs_gescout_show span.cs_munu_toggle {
  color:#96262c !important;
}

.cs_gescout_show span.cs_munu_toggle span{
  color:#96262c !important;
}