:root {
  --color-default: #c49d6a;
}
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Freight big pro";
}
html,body{
  width: 100%;
  height: auto;
}
a{
  text-decoration: none;
}
.form-control:focus {
  box-shadow: none;
}
ul{
  list-style-type: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cursor{
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: fixed;
  background-color: var(--color-default);
  z-index: 8;
  transition: background-image ease 0.5s;
  background-position: center;
  background-size:cover ;
  mix-blend-mode: difference;
}
#main{

    /* background-color: #000; */
}
#loader{
  width: 100%;
  height: 100%;
  background-color: #000;
  position: fixed;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  /* display: none; */
}

#loader h1{
  font-size: 7vw;
  font-weight: 100;
  letter-spacing: -.03em;
  line-height: 0.9em;
  position: relative;
  z-index: 9;
}
#loader video{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 6;
  object-fit: cover;
}
#yellow1{
  height: 100%;
  width: 100%;
  background-color: #ffc107;
  position: absolute;
  z-index: 7;
}
#yellow2{
  height: 100%;
  width: 100%;
  background-color: var(--color-default);
  position: absolute;
  z-index: 8;
}


/* SecHeadings Css */
.Headings .thm-h-3.thm-h {
  position: relative;
}
.Headings .thm-h-3.thm-h h2 {
  font-size: 6vw;
  width: auto;
  opacity: .07;
  white-space: nowrap;
  line-height: .5;
}
.Headings .thm-h h2 {
  font-family: Sen;
  letter-spacing: .03em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
}
.Headings .thm-h-3.thm-h h4 {
  font-family: Sen;
  letter-spacing: .03em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  opacity: 1;
  position: relative;
}
.Headings .thm-h-3.thm-h.text-center h4:after {
  margin-left: auto;
  margin-right: auto;
}
.Headings .thm-h-3.thm-h h4:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #ddc29a;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* SecHeadings Css */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
  }
  
  .header.sticked {
    height: 90px;
    background: #f2f2f2;
  }
  
  .header .logo img {
    max-height: 50px;
    margin-right: 6px;
  }
  
  
  .search-form-wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    transition: 0.3s all ease;
    visibility: hidden;
    opacity: 0;
  }
  
  .search-form-wrap .search-form {
    position: relative;
  }
  
  .search-form-wrap .search-form .form-control {
    width: 300px;
    border: none;
    box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .search-form-wrap .search-form .form-control:active,
  .search-form-wrap .search-form .form-control:focus {
    outline: none;
    box-shadow: none;
  }
  
  .search-form-wrap .search-form .icon {
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 0.5;
    left: 10px;
  }
  
  .search-form-wrap .search-form .btn {
    position: absolute;
    top: 2px;
    right: 4px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 30px;
  }
  
  .search-form-wrap .search-form .btn:active,
  .search-form-wrap .search-form .btn:focus {
    outline: none;
    box-shadow: none;
  }
  
  .search-form-wrap.active {
    visibility: visible;
    opacity: 1;
  }
  
  section {
    scroll-margin-top: 70px;
  }

.HeaderSocial{
  position: relative;
}
.HeaderSocial a{
  color: #c49d6a;
}
.HeaderSocial a:hover{
  color: #000;
}
  
  /*--------------------------------------------------------------
  # Desktop Navigation 
  --------------------------------------------------------------*/
  @media (min-width: 1280px) {
    .navbar {
      padding: 0;
    }
  
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
  
    .navbar li {
      position: relative;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 30px;
      font-size: 16px;
      font-weight: 500;
      color: rgba(33, 37, 41, 1);
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #c49d6a;
    }
  
    .navbar .getstarted,
    .navbar .getstarted:focus {
      background: #c49d6a;
      padding: 8px 20px;
      margin-left: 30px;
      border-radius: 4px;
      color: #fff;
    }
  
    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
      color: #fff;
      background: #c49d6a;
    }
  
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 14px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.3s;
      border-radius: 4px;
    }
  
    .navbar .dropdown ul li {
      min-width: 200px;
    }
  
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 400;
    }
  
    .navbar .dropdown ul a i {
      font-size: 12px;
    }
  
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: #212529;
    }
  
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
  
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
  
  }
  
  @media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  .mobile-nav-toggle {
    display: none !important; 
  }
  .dnone{
    display: none;
  }  
  
  /*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/
  @media (max-width: 1279px) {
    .navbar {
      padding: 0;
      z-index: 9997;
    }
  
    .navbar ul {
      display: none;
      position: absolute;
      inset: 95px 15px 15px 15px;
      padding: 10px 0;
      margin: 0;
      border-radius: 10px;
      background-color: #c49d6a;
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
    }
  
    .navbar a,
    .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      font-size: 15px;
      font-weight: 600;
      color: #212529;
      white-space: nowrap;
      transition: 0.3s;
    }
  
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
  
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #212529;
    }
  
    .navbar .dropdown ul,
    .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      z-index: 99;
      padding: 10px 0;
      margin: 10px 20px;
      background: #fff;
      transition: all 0.5s ease-in-out;
      box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
    }
  
    .navbar .dropdown>.dropdown-active,
    .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
    }
  
    .mobile-nav-toggle {
      display: inline-block !important;
      color: #c49d6a;
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
    }
    .dnone{
      display: block;
    } 
  
    .mobile-nav-toggle.fa-xmark {
      color: #c49d6a;
    }
  
    .mobile-nav-active {
      overflow: hidden;
    }
  
    .mobile-nav-active .mobile-nav-toggle {
      position: fixed;
      top: 32px;
      right: 15px;
      z-index: 9999;
      color: #c49d6a;
    }
  
    .mobile-nav-active .navbar {
      position: fixed;
      overflow: hidden;
      inset: 0;
      /* background: #c49d6a; */
      transition: 0.3s;
    }
  
    .mobile-nav-active .navbar>ul {
      display: block;
    }
  }



#page{
  position: relative;
}

/* page 1 */

#page1{
  width: 100%;
  background-color: #F8F9FA;
  background-image: url(./Images/globe3.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 480px auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 120px 0px;
}

.pageserviceData{
  background-image: url(./Images/blobs-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px;
}

.pagesercard{
  padding: 2em 2em 2em 2em;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 10px 30px 0px rgba(20, 26.000000000000014, 64, 0.08); 
}
.pagesercard:hover{
  border-color: #4E66F8;
}
.page1dd {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page1dd h2{
  color: #c49d6a;
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 35px;
}
.ppcrd , .ppcrd1{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ppcrd1 {
  margin-top: 50px;
}
.pagesercard h2 {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin: 0;
  line-height: 21px;
}
.pagesercard p {
  font-size: 14px;
  font-weight: 400;
  color: #c49d6a;
  margin: 0;
}


/* #page1 h1{
    font-size: 7vw;
    font-weight: 100;
    letter-spacing: -.03em;
    line-height: .72em;
} */



/* page 1 */



/* page 2 started  */
#page2{
  height: 100vh;
  width: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.elem{
  width: 100%;
  position: relative;
  cursor: pointer;
}
.elem .blur{
  position: absolute;
  width: 35%;
  height: 100%;
  background: linear-gradient(to right, #f5e31bef,#F5E41B,#f5e31bef);
  box-shadow: 10px 0px 20px 20px #F5E41B, -10px 0px 20px 20px #F5E41B;
  left: 50%;
  top: 50%;
  z-index: 8;
  transform: translate(-50% , -50%);
}
.elem h2{
  font-size: 7vw;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -.03em;
  transition: color 1.2s;
  user-select: none;
  position: relative;
  z-index: 9;
  line-height: 5vw;
  font-style: normal;
  transition: all ease 0.3s;
}
.elem .moving{
  background-color: #F5E41B;
  width: 100%;
  white-space: nowrap;
  padding: 8px 0px;
  position: absolute;
  top: 50%;
  transform: translate(0,-45%) scaleY(0);
  overflow: hidden;
  transition: all ease 0.3s;
}
.elem .moving .moving-in{
  display: inline-block;
  white-space: nowrap;
  animation-name: moving;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.elem .moving .moving-in h5{
  color: #000;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 35px;
  transition: all ease 0.3s;
  transition-delay: 0.2s;
  opacity: 0;
}
@keyframes moving {
  from{
      transform: translatex(0);
  }
  to{
      transform: translatex(-100%);
  }
    
}

.elem:hover .moving{
  transform: translate(0,-45%) scaleY(1);
}
.elem:hover .moving h5{
  opacity: 1;
}
.elem:hover h2{
  font-style: italic;
  color: #000;
}


/* page 3 started  */

#page3{
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  padding: 50px 0px 0px 0px;
}

.image-container{
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.image-div{
  height: 28vw;
  width: 20vw;
  position: relative;
  overflow: hidden;
  margin: 40px 15px;
}
.image-div img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all ease 0.5s;  
    
}
.image-div .over-lay{
  width: 100%;
  height: 100%;
  background-color: #00000015;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all ease 0.5s;
  z-index: 9;
}
.image-div .over-lay h5{
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.5vw;
  transition: all ease 0.5s;
  transition-delay: 0.2s;
  font-weight: 300;
  opacity: 0;

}
.image-div:hover .over-lay{
  background: #000;
}
.image-div:hover .over-lay h5{
  opacity: 1;
}
.image-div:hover img{
  scale: 1.1;
}






 /* Hover text  */
 #HoverEft{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.left{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 100%;
}

.center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 120%;
}

.right{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 100%;
}

.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding: 0.5vw 1.2vw;
  border: 1px solid #333;
  border-radius: 50px;
  font-size: 0.5vw;
  font-family: Font2;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
}

.t-center{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 50%;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)2s;
}

.b-center{
  width: 100%;
  height: 50%;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)2s;
}

.center h1{
  line-height: 18vh;
  font-size: 10vw;
  font-weight: 400;
  font-family: Font1;
  text-align: center;
}

.c-center-one{
  position: relative;
  transform-origin: center;
  width: 100%;
  height: 0vh;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.c-center-two{
  width: 100%;
  height: 0vh;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
}


.img-all{
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)2s;
  background-size: cover;
  background-position: center;
}

.img-one{
  bottom: 60%;
  right: 50%;
  width: 25vw;
  height: 25vh;
  filter: blur(10px);
  transition: all cubic-bezier(0.19, 1, 0.22, 1)2s;
  object-fit: cover;
}

.img-two{
  top: 55%;
  left: 50%;
  width: 15vw;
  height: 17vh;
  filter: blur(5px);
  transition: all cubic-bezier(0.19, 1, 0.22, 1)2s;
}


.img-three{
  top: 50%;
  left: 37%;
  width: 10vw;
  height: 12vh;
  background-image: url(https://img.freepik.com/free-photo/container-cargo-freight-ship-port_554837-340.jpg?t=st=1713336598~exp=1713340198~hmac=37b5641586036ba239fb3762f0dd1a9b2d4ad1aa1e2bc813a9f40505b872518e&w=1380);
  filter: blur(20px);
  transition: all cubic-bezier(0.19, 1, 0.22, 1)2s;
}


.img-four{
  top: 40%;
  left: 55%;
  width: 7vw;
  height: 7vh;
  background-image: url(https://images.unsplash.com/photo-1683446297911-f4a1fa8e62dd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2564&q=80);
  filter: blur(20px);
}

#one{
  background-image: url(Images/faqcargo.jpg);
}

#two{
  background-image: url(Images/ship2.jpg);
}

#three{
  background-image: url(https://img.freepik.com/free-photo/abstract-blur-shipping-boat-cargo_74190-4270.jpg?t=st=1713336965~exp=1713340565~hmac=a4a7ac96211801c7413711a9be62a18e0f6a477b9645e398f055be09cd76375e&w=1380);
}

#four{
  background-image: url(https://img.freepik.com/free-photo/abstract-blur-shipping-boat-cargo_74190-4270.jpg?t=st=1713336965~exp=1713340565~hmac=a4a7ac96211801c7413711a9be62a18e0f6a477b9645e398f055be09cd76375e&w=1380);
}

#five{
  background-image: url(https://img.freepik.com/free-photo/abstract-blur-shipping-boat-cargo_74190-4270.jpg?t=st=1713336965~exp=1713340565~hmac=a4a7ac96211801c7413711a9be62a18e0f6a477b9645e398f055be09cd76375e&w=1380);
}

#six{
  background-image: url(https://img.freepik.com/free-photo/big-transport-ship-loaded-with-containers-with-goods-open-sea-generative-ai_191095-679.jpg?t=st=1713337094~exp=1713340694~hmac=f5306456a2d28a99e08742718af8554e5385eb4bca4c75a745793d79b253b208&w=1380);
}

#seven{
  background-image: url(https://images.unsplash.com/photo-1682314803906-d2078f031d82?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1932&q=80);
}

#eight{
  background-image: url(https://images.unsplash.com/photo-1682200736161-77f04daf9a59?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1744&q=80);
}
 /* Hover text  */



/* page 4  */

#page4{
  height: 100vh;
  position: relative;
}
.SlideVideos video{
  object-fit: cover;
  background-position: 50%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page4:after {
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  content: " ";
}
.videostext {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50% , -40%);
  text-align: center;
  z-index: 9;
}
.vidbtn{
  text-align: center;
}
.SlideVideos h2{
  color: #fff;
  font-size: 3vw;
}
.play-btn {
  width: 94px;
  height: 94px;
  background: var(--color-default);
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(1, 10, 17, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid var(--color-default);
  transform: scale(20);
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}




/* globe Service */

.Globe_Service{
  position: relative;
  z-index: 1;
  top: -50px;
}
.GlobeSecard{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border-color: #e6e6e6;
  padding: 25px;

}
.servimg img{
  width: 100%;
  max-width: 100px;
  min-height: 120px;
}
.globedata h2{
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  color: #c49d6a;
}
.globedata p{
  color: #4f5d77;
  line-height: 1.7;
}
.globedata {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.globemap img {
  width: 100%;
}

/* Services_Card */
.Services_Card{
  padding: 100px 0px;
  background-image: url(./Images/Services_Card.jpg);
  background-size: contain;
  background-position: center center;
  height: 100%;
}
.servscard{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
.servs_text{
  text-align: center;
}
.servs_text h3{
  color: #252525;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.55;
}
.servs_text p{
  color: #4f5d77;
  line-height: 1.7;
  margin: 0;
  min-height: 125px;
  overflow: auto;
}

/* Services_Card */

/* testimonials slider  */
.TestimonialsSection{
  padding: 100px 0px;
}
.TestimonialsSection .testimonial{
  background: #fff;
  text-align: center;
  margin: 0 20px;
}
.TestimonialsSection .testimonial .description{
  padding: 40px 30px;
  margin-bottom: 50px;
  border-top: 1px solid #c49d6a;
  border-left: 1px solid #c49d6a;
  font-size: 15px;
  color: #887e7f;
  line-height: 30px;
  text-align: left;
  position: relative;
}
.TestimonialsSection .testimonial .description:before{
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  float: left;
  padding: 0 15px 5px 0;
  font-size: 30px;
  color: #c49d6a;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0;
}
.TestimonialsSection .testimonial .description:after{
  content: "";
  width: 50%;
  height: 1px;
  background: #c49d6a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.TestimonialsSection .testimonial .testimonial-content{
  position: relative; 
}
.TestimonialsSection .testimonial .testimonial-content:before{
  content: "";
  width: 1px;
  height: 20px;
  background: #c49d6a;
  position: absolute;
  top: -50px;
  left: 50%;
}
.TestimonialsSection .testimonial .testimonial-content:after{
  content: "";
  width: 2px;
  height: 40px;
  background: #c49d6a;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: skewX(-45deg);
  transform-origin: 100% 100% 0;
}
.TestimonialsSection .testimonial .pic{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 7px;
}
.TestimonialsSection .testimonial .pic img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.TestimonialsSection .testimonial .title{
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #c49d6a;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.TestimonialsSection .owl-theme .owl-controls{
  margin-top: 30px;
}
.TestimonialsSection .owl-theme .owl-controls .owl-page span{
  width: 15px;
  height: 10px;
  border-radius: 0;
  background: #c49d6a;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.TestimonialsSection .owl-theme .owl-controls .owl-page.active span{
  width: 35px;
  background: #c49d6a;
}

/* testimonials slider  */


/* get in Touch  */

.get-in-touch {
  position: relative;
  width: 100%;
  padding: 76px 0;
}
.bg-position {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.black-bg {
  background: #222233;
}

.get-in-touch::after {
  position: absolute;
  content: "";
  background-image: url(./Images/getcontainer.jpg);
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} 
.get-in-touch::before {
  position: absolute;
  content: "";
  background-image: url(./Images/getshape.png);
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.position-r {
  z-index: 9;
  position: relative;
}
.section-title.section-title2.section-title3.touch {
  padding: 0 184px;
  padding-right: 18px;
}
.section-title span {
  font-size: 16px;
  font-weight: 700;
  color: #fcac3a;
  line-height: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
}
.section-title h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.touch-btn {
  float: right;
}
.transcom {
  width: 187px;
  border-color: #c49d6a;
  border-radius: 0;
  color: #fff;
  height: 56px;
  line-height: 56px;
  position: relative;
  overflow: hidden;
  background: #c49d6a;
  display: inline-flex;
  align-items: center;
  z-index: 1;
  transition: all 0.3s linear;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
}
.transcom:hover {
  color: #000;
}
.transcom i {
  font-size: 15px;
  margin-left: 5px;
}
.transcom:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 0;
  width: 100%;
  background:#fcac3a;
  top: auto;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
.transcom:hover:after {
  opacity: 1;
  height: 100%;
  top: 0;
  bottom: auto;
  transition: all 0.3s linear;
}


/* get in Touch  */

/* FrequentlyAskedQuestions */

.FrequentlyAskedQuestions{
  padding: 100px 0px;
  background: url(./Images/faqbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-left {
  position: relative;
  margin-right: 55px;
}
.container-img {
  display: flex;
}
.container-img img {
  position: relative;
  z-index: 1;
}
.full--shape2 {
  margin-top: 7px;
  margin-left: 20px;
}
.full--shape2 img {
  width: 100%;
}
.full--shape {
  margin-top: 13px;
}
.ship-img {
  position: absolute;
  right: 12px;
  z-index: 2;
  top: 18%;
}
.ship-img img {
  box-shadow: 0px 0px 40px 0px #0000001a;
  border: 10px solid var(--white);
}
.ship-bg-img {
  position: absolute;
  right: -10px;
  top: 42%;
  z-index: 1;
}
.frqhead h2 {
  font-size: 60px;
  color: #101010;
  font-style: normal;
  font-weight: 700;
}
.frqhead h2 span{
  color: #c49d6a;
}

/* FrequentlyAskedQuestions */



/* Num sec started  */

.Numbsec{
  padding: 100px 0px;
}
.Numbsec .count_single {
  padding: 70px 50px;
  position: relative;
  min-width: 25vw;
}
.Numbsec .count_single::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ddc29a;
  position: absolute;
  right: -15px;
  top: 0;
}
.count_single::after {
  content: "";
  display: block;
  width: 40px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(./Images/numb.png);
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.counter_outer .row>div:last-child .count_single::after,
.counter_outer .row>div:last-child .count_single::before {
	display: none
}
.count_num {
  font-size: 50px;
  display: block;
  font-weight: 700;
}
.count_title {
  color: rgba(18, 23, 48, .5);
  display: block;
  margin: auto;
}
/* Num sec Ended  */



/* Footer started  */

.footerdark {
	background-color: #fff;
	background-image: url(./Images/Footer.png);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 46vh
}
.fotup{
  padding: 75px 0px;
}
.fotdown {
  padding: 20px 0px 0px 0px;
}
.fthead h2{
  color: #fff;
  font-size: 1.2vw;
}
.ftadrs, .ftpage, .tagnav, .ftform{
  margin-top: 35px;
}
.ftadrs h6{
  color: #fff;
  font-size: 1rem;
  margin-bottom: .5em;
  line-height: 25px;
}
.ftpage,.ftadrs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ftpage a , .ftadrs a{
  color: rgba(255, 255, 255, .6);
}
.ftpage a:hover , .ftadrs a:hover{
  color: var(--color-default);
  transition: all .3s ease-in;
}
.botmmcont{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.botmmcont a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-decoration: none;
  color: #fff;
}
.botmmcont a:hover {
  color: #3aa6f5;
  transition: all .3s ease-in;
}
.tagnav li {
  width: auto;
  margin: 3px 0;
  list-style-type: none;
  display: inline-block;
}
.tagnav li a {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  padding: 10px 15px;
  background: rgba(255, 255, 255, .2);
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}
.tagnav li a:hover {
  background: #121730;
  color: #3aa6f5;
}

.ftform form {
  display: flex;
  align-items: center;
}
.input-effect{
  position: relative;
  z-index: 1;
}
.input-effect input[type="text"]{
  font-size: 24px; 
  color: #fff; 
  width: 100%;
  box-sizing: border-box; 
  letter-spacing: 1px;
}
.input-effect input:focus{
  outline: none;
}
.input-effect .effect-17{
  border: 0;
  padding: 4px 0;
  border-bottom: 1px solid #ccc; 
  background-color: transparent;
}

.input-effect .effect-17 ~ .focus-border{
  position: absolute; 
  bottom: 0; 
  left: 50%; 
  width: 0; 
  height: 2px; 
  background-color: #bbd5d8; 
  transition: 0.4s;
}
.input-effect .effect-17:focus ~ .focus-border,
.input-effect .has-content.effect-17 ~ .focus-border{
  width: 100%; 
  transition: 0.4s; 
  left: 0;
}
.input-effect .effect-17 ~ label{
  position: absolute; 
  left: 0; 
  width: 100%; 
  top: 9px; 
  color: #fff; 
  transition: 0.3s; 
  z-index: -1; 
  letter-spacing: 0.5px;
}
.input-effect .effect-17:focus ~ label, .has-content.effect-17 ~ label{
  top: -16px; 
  font-size: 18px; 
  color: #bbd5d8; 
  transition: 0.3s;
}
.ftform .submit_news {
	border: 1px solid #bfdadd;
	position: relative;
	transition: all .4s ease-in;
	transform: perspective(200px) rotateX(0) rotateY(0);
	transform-style: preserve-3d;
	cursor: pointer
}
.ftform .submit_news::before {
	content: "";
	display: block;
	background: #bfdadd;
	width: 50%;
	height: 3px;
	position: absolute;
	top: 0;
	right: 0;
	transform: skewY(0);
	transform-origin: 100% 100%;
	opacity: 0;
	transition: all .2s ease
}
.ftform .submit_news::after {
	content: "";
	display: block;
	background: #36607b;
	width: 50%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	transform: skewY(0);
	transform-origin: 0 100%;
	opacity: 0;
	transition: all .2s ease
}
.ftform .submit_news:hover::after,
.ftform .submit_news:hover::before {
	opacity: 1;
	transition: all .5s ease .3s;
	box-shadow: 0 9px 8px 1px rgba(0, 0, 0, .3);
	height: 5px
}
.ftform .submit_news:hover::after {
	transform: skewY(28deg)
}
.ftform .submit_news:hover::before {
	transform: skewY(-28deg)
}
.ftform .submit_news:hover {
	border-color: #fff;
	transition: all .4s ease-in;
	transform-style: preserve-3d;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}
.ftform .submit_news .submit-arrow {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 60%;
	z-index: 1;
	transition: all .5s ease;
	transition-delay: 0
}
.ftform .submit_news .submit-arrow img {
	width: 100%;
	height: 100%
}
.ftform .submit_news input[type=submit] {
	height: 100%;
	background: 0 0;
	border: none;
	box-shadow: none;
	padding: .6rem 35px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	transition: all .5s ease
}
.ftform .submit_news:hover input[type=submit] {
	padding: 1rem 45px;
	transition: all .3s ease
}
.ftform .submit_news:hover .submit-arrow {
	right: -200%;
	transition: all .5s ease
}
.footer-logo {
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 99;
  padding-bottom: 12px;
}
.footer-logo::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.footer-logo a img {
  max-height: 55px;
}
.copysec {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0;
  color: #fff;
  padding: 15px 0px;
}
.copysec p {
  font-size: .7rem;
  margin: 0;
}
.bottmftlinks{
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.social-Links {
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 20px;
  justify-content: center;
}
.social-Links li a {
  color: #fff;
}
.social-Links li a:hover {
  color: var(--color-default);
  transition: all .3s ease-in;
}
.bootomabut{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.bootomabut a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-decoration: none;
  color: #fff;
}
.bootomabut a:hover{
  color: var(--color-default);
  transition: all .3s ease-in;
}

/* Footer Ended  */

/* back to top  */

#back-to-top{
  background: rgb(1 8 19);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#back-to-top h2{
  color: #fff;
  font-size: 1vw;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}




/* Blogs section  */
.BlogsSec{
  padding: 100px 0px;
}
.BlogsSec .media {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}

.BlogsSec figure {
  height: 370px;
  overflow: hidden;
  position: relative;
}

.BlogsSec figure a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.BlogsSec figure:hover .media {
  transform: scale(1.25);
}

.BlogsSec figcaption {
  color: #252830;
  height: calc(100% - 30px);
  margin: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
}

.BlogsSec .blogbody {
  background-color: white;
  bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}

.BlogsSec svg {
  height: inherit;
  width: 100%;
}

.BlogsSec svg text {
  text-anchor: middle;
}

.BlogsSec svg #alpha {
  fill: white;
}

.BlogsSec svg .title {
  font-size: 28px;
  font-family: "Montserrat";
  letter-spacing: 5px;
}

.BlogsSec svg #base {
  fill: white;
  -webkit-mask: url(#mask);
  mask: url(#mask);
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contactUs {
  padding: 100px 0px 50px 0px;
}
.contact .info {
  border-top: 3px solid var(--color-default);
  border-bottom: 3px solid var(--color-default);
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: var(--color-default);
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: var(--color-default);
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--color-default);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid var(--color-default);
  border-bottom: 3px solid var(--color-default);
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-default);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-default);
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #000;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* dsjkdkjjdks */

.scroll-img{
  height: 100vh;
}
.scroll-img .img-div{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5; 
}

.scroll-img .img{
  width: 25vw;
  height: 50vh;
  background-image: url("https://img.freepik.com/free-photo/ai-generated-boat-picture_23-2150647945.jpg?t=st=1714150220~exp=1714153820~hmac=3197eb7d601881eafeaabddf7e920d48c42dd6623742afcb29008aafedd2e520&w=360");
  background-size: cover;
  background-position: center;
}


/* Teams  */

.Teams {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-block: min(20vh, 6rem);
  text-align: center;
  width: 100%;
  margin-inline: auto;
  background: #171717;
  position: relative;
}

.Teams span,
.Teams p,
.Teamsh2,
.Teams h3 {
  letter-spacing: 0.035rem;
}

.Teams p {
  line-height: 1.6;
  color: #a3a3a3;
  max-width: 50rem;
  margin: 0 auto;
  font-size: clamp(0.9rem, 0.825rem + 0.3vw, 1.2rem);
}

.Teams .bg-watermark {
  color: #4e4d4d;
  font-size: clamp(6rem, 1.3333rem + 14.9333vw, 20rem);
  font-weight: 800;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%) translateY(-15%);
  user-select: none;
  letter-spacing: 0.5rem;
  z-index: 1;
}

.Teams span {
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
  color: #a3a3a3;
}

.Teams h2 {
  font-size: clamp(3.5rem, 3rem + 1.6vw, 5rem);
  margin-top: -0.625rem;
  color: #fff;
}

.Teams .cards {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  gap: 2rem;
}

@media screen and (min-width: 51rem) {
  .Teams .cards {
    gap: 0;
    padding-bottom: 2.5rem;
  }
}

.Teams .cards .card {
  position: relative;
  cursor: pointer;
  z-index: 2;
  border: none;
}
.Teams .cards .card img {
  max-width: 100%;
  display: block;
}

.Teams .cards .card h3,
.Teams .cards .card p {
  text-transform: capitalize;
}

.Teams .cards .card h3 {
  font-size: clamp(1rem, 0.9167rem + 0.2667vw, 1.25rem);
  font-weight: 400;
  color: #f6f6f6;
}

.Teams .cards .card p {
  font-size: clamp(0.85rem, 0.75rem + 0.32vw, 1.15rem);
  letter-spacing: 0.12rem;
  font-weight: 300;
}

.Teams .cards .card::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 6.25rem;
  z-index: 0;
  transition: 0.3s ease-in-out;
  background: linear-gradient(to left, #ff9472, #f2709c);
  top: -0.375rem;
  left: -0.375rem;
}

.Teams .cards .card::after {
  position: absolute;
  inset: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    hsl(210deg 2.99% 26.27% / 20%),
    hsl(0deg 0% 3.14% / 90%)
  );
}

.Teams .cards .card img {
  filter: grayscale(100%);
  transition: 0.5s ease;
}

.Teams .cards .card:hover img {
  filter: grayscale(0%);
}

.Teams .cards .card:hover::before {
  transform: scale(1.03);
}

.Teams .cards .card .card-content {
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 1.875rem 1.25rem;
  text-align: center;
}

.Teams .cards .card .card-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

@media screen and (min-width: 31.25rem) {
  .Teams .cards .card:nth-child(2) {
    transform: translateY(15%);
  }
}

.Teams .cards .card:nth-child(2),
.Teams .cards .card:nth-child(2)::before {
    bottom: -0.375rem;
    left: -0.375rem;
    top: auto;
  
}




/* Teams  */






/* Privacy policy Page  */

#Policymain {
  padding: 100px 0px;
}
.policyHeading{
  text-align: center;
}
.policyHeading h1{
  font-size: 5vw;
  font-weight: 600;
}
.policyPage{
  padding-top: 35px;
}
.policyPage h6:first-child{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.policyPage h2{
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 25px;
}
.policyPage p{
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.policyPage ul li{
  list-style-type: disc;
  font-size: 16px;
  font-weight: 400;
}