/* star rating css */
:root {
  --star-size: 20px;
  --star-color: lightgrey;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
  .Stars::before {
    content: '★★★★★';
    letter-spacing: 0px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.star-rating{
  display: none;
}

.zoom img{
  transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    filter: brightness(150%);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
}

/* --------- SLIDER--------- */

#carousel-slider-section{
  position: relative;
  z-index: 1;
  height: 870px;
  padding: 0;
  
}
.slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  padding-left: 12px;
}

.slider-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(81.44deg, rgba(0, 0, 0, 0.8) 1.57%, rgba(0, 0, 0, 0.5) 55.72%, rgba(102, 102, 102, 0.1) 99.76%);
  z-index: 1;
}
.carousel-caption{
  z-index: 9;
}
.carousel-caption {
  position: absolute !important;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0 !important;
  right: unset;
 
  color: #fff;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex !important
  ;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      padding: 0;
      margin: 0;
}
.slider-image {
}
.slider-image img {
  width: 100%;
  height: 870px;
  animation: pulse 15s infinite;
object-fit: cover;
}
.slider-button-box a:hover {
  background: #FF6600;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.slider-button-box{
  display: flex
;
  align-items: center;
  justify-content: left;
}

.carousel-caption h1{
  font-family: Poppins;
font-weight: 600;
font-size: 64px;
line-height: 127%;
letter-spacing: 0%;
color: #FFFFFF;
text-align: left;
}
.carousel-caption h1 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}
.carousel-caption p{
  font-family: Poppins;
font-weight: 500;
font-size: 30px;
line-height: 140%;
letter-spacing: 0%;
color: #FFFFFF;
text-align: left;


}
.slider-button-box a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF6600;
  background: #FFFFFF;
  border: 2px solid #FF6600;
  border-radius: 25px;
  padding: 16px 31px;
}
/* Who we are */

.who-we-are-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #212224;
}

.who-we-are-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}


.who-we-are-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
  margin-top: 14px;
}
.who-we-are-left-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 149%;
  letter-spacing: 0%;
  color: #212224;
  margin: 0;
}

.who-we-are-right-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 22px;
  line-height: 149%;
  letter-spacing: 0%;
  color: #212224;
  margin: 0;
  text-align: right;
}
.who-we-are-experience-box h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.who-we-are-right-image img{
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;

}


.who-we-are-left-image:hover img{
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.who-we-are-right-image:hover img{
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.who-we-are-right-image {
  height: 200px;
  overflow: hidden;
  border-radius: 25px;

}

.who-we-are-left-image img{
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;

}
.who-we-are-left-image {
  height: 200px;
  overflow: hidden;
  border-radius: 25px;
}


.who-we-are-experience-outer-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-we-are-experience-box h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.who-we-are-experience-box {
  background: #FF6600;
  max-width: fit-content;
  border-radius: 20px;
  padding: 16px 18px;
}
.who-we-are-experience-box .counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.counter-box span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}



/* Trusted PARTNERS */

#trusted-partner{
  position: relative;
z-index: 1;
}
.trusted-partner-headings h2 span{
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}

.partner-image-icon {
  width: 100px;
  height: 100px;
  background: #FF6600;
  border: 5px solid #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 ;
  animation: swing 4s infinite;
  
}
.background-overlay-color {
  background: #022446;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 85%;
}
.trusted-inner-content-box {
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.trusted-partner-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
}
.partner-image-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.partner-image-icon {
  width: 100px;
  height: 100px;
  background: #FF6600;
  border: 5px solid #003366;
  border-radius: 50%;
}
.trusted-partner-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 14px;
}
.trusted-outer-box {
  margin: 100px 0 60px;
  position: relative;
}
.trusted-inner-content-box h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  height: 120px;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
}
.trusted-inner-content-box p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  height: 120px;

}
.owl-item:nth-child(2n) .trusted-parters-box .trusted-inner-content-box{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column-reverse;
}

.owl-item:nth-child(2n) .trusted-parters-box .trusted-inner-content-box h4{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  }

.trusted-parters-box::after {
    content: "";
    width: 100%;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    box-shadow: -41px 0px 0px 0px #F5F6FA;
}

.trusted-outer-box::before {
  content: "";
  width: 100%;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  box-shadow: -216px 0px 0px 0px #F5F6FA;
  z-index: 1;
  border-radius: 10px;
}

.trusted-outer-box::after {
  content: "";
  width: 100%;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  box-shadow: 216px 0px 0px 0px #F5F6FA;
  border-radius: 10px;
}


#trusted-partner .owl-nav{
  display: none;
}

#trusted-partner .owl-dots{
  display: none;
}


/* Our Clients */

#our-clients {
  position: relative;
  z-index: 1;
  padding: 60px 0 110px;
}
.background-image-overlay {
  background: #022446;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 85%;
}
.testimonials-images {
  width: 60px;
  height: 60px;
  border: 2px solid #212224;
  border-radius: 5px;
  position: absolute;
  right: 23px;
  top: -36px;
}
.testimonials-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.testimonials-content-box {
  background: #FFFFFF;
  border: 3px solid #212224;
  border-radius: 10px;
  padding: 18px;
  position: relative;

}
.testimonials-content-box:hover .testimonials-title h4 a {
  color: #FF6600;
  transition: 0.4s ease-in-out;
}
.testimonials-content-box:hover {
  border: 3px solid #FF6600;
  transition: 0.6s ease-in-out;
}
.testimonials-content-box:hover .testimonials-images{
  border: 2px solid #FF6600;
  transition: 0.6s ease-in-out;
  animation: pulse 4s linear;
}


.testimonial-stars span i {
  color: #FFCC01;
  font-size: 16px;
}
.testimonials-title h4 a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}
.testimonial-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0%;
  color: #212224;
}
.our-clients-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;

}
.testimonial-double-quotes {
  position: absolute;
  bottom: -31px;
  left: 26px;
}
.testimonial-stars {
  text-align: end;
}

.our-clients-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
}
.our-clients-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 14px;
  
}

#our-clients .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
#our-clients .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: unset;
  border-radius: 50%;
  margin: 3px;
}
#our-clients .owl-dots .owl-dot:nth-child(1) {
  color: #fff;
  opacity: 0.8;
}
#our-clients .owl-dots .owl-dot:nth-child(2) {
  color: #fff;
  opacity: 0.6;
}
#our-clients .owl-dots .owl-dot:nth-child(3) {
  color: #fff;
  opacity: 0.4;
}
#our-clients .owl-dots .owl-dot:nth-child(4) {
  color: #fff;
  opacity: 0.2;
}


/* EXcellence */

.excellence-image-icon {
  width: 120px;
  height: 120px;
}

#excellence {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#excellence .background-image-overlay {
  background: #022446;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 85%;
}
.excellence-inner-content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.excellence-inner-content-box h4 {
  font-family: Poppins;
  font-weight: 300;
  font-size: 20px;
  line-height: 129%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 28px 28px 0;
}
.excellence-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
}
.excellence-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}


.excellence-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 14px;
}

.excellence-image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.excellence-parters-box {
  margin-top: 60px;
}
.excellence-parters-box:hover .excellence-image-icon img {
  animation: bounceIn 1s linear;
}





/* Services section */

#services {
  padding: 60px 0 110px;
  position: relative;
  z-index: 1;
}
#services .background-overlay-color {
  background: #022446;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 85%;
}
#services .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
  display: flex;
}


#services .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
#services .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: unset;
  border-radius: 50%;
  margin: 3px;
}
#services .owl-dots .owl-dot:nth-child(1) {
  color: #fff;
  opacity: 0.8;
}
#services .owl-dots .owl-dot:nth-child(2) {
  color: #fff;
  opacity: 0.6;
}
#services .owl-dots .owl-dot:nth-child(3) {
  color: #fff;
  opacity: 0.4;
}
#services .owl-dots .owl-dot:nth-child(4) {
  color: #fff;
  opacity: 0.2;
}

.services-content-box {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 15px;
}

.services-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}
.services-images {
  width: 100%;
  height: 175px;
}

.services-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.services-inner-content h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}
.services-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.services-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 14px;
}
.services-inner-content {
  padding: 20px 10px 0px;
}
.services-inner-content h4  a{
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}

.services-inner-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 139%;
  letter-spacing: 0%;
  color: #212224;
  margin: 16px 0;
}



/* Shipments Tracking */
#shipments-tracking {
  padding: 60px 0;
}
.ewd-otp-form.ewd-otp-tracking-form-div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
  margin-top: 44px;

}

.tracking-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}

.tracking-shipments-support-text p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  margin: 42px 0 0;
}
.tracking-shipments-support-text p a {
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}

.tracking-shipments-support-text p a:hover{
  color: #FF6600;
  animation: fadeInLeft 500ms linear;
}
.shipments-tracting-point h6 {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 142%;
  letter-spacing: 0%;
  color: #212224;
  padding-left: 18px;
margin: 0;
}
.shipments-tracting-point {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 24px;

}
.tracking-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
}
.tracking-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
  margin-top: 14px;
}

.tracking-image {
  height: 458px;
  overflow: hidden;
  border-radius: 15px;
}
.tracking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: cover;
  animation: pulse 15s infinite;
}
#shipments-tracking input[type="text"] {
  border-bottom: 0.5px dashed #212224;
  padding: 0;
  margin: 0;
  margin-left: 24px;
}
.ewd-otp-tracking-form-instructions {
  display: none;
}
.ewd-otp-order-tracking-form-div h3 {
  display: none;
}
.ewd-otp-form-submit {
  margin-top: 30px;
}
.ewd-otp-form-identifier {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ewd-otp-submit{
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF6600;
  background: #FFFFFF;
  border: 2px solid #FF6600;
  border-radius: 25px;
  padding: 14px 24px;
}
.ewd-otp-submit:hover {
  background: #FF6600;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.ewd-otp-field-label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  width: 100%;
  max-width: max-content;
}


/* Tailored Logistics Section */
#tailored-logistics {
  padding: 60px 0 110px;
  position: relative;
}

#tailored-logistics .owl-nav button i{
  color: #003366;
}
#tailored-logistics .owl-nav button i:hover {
  color: #FF6600;
  transition: 0.4s ease-in-out;
}
.tailored-logistics-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
}
.tailored-logistics-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}

.tailored-logistics-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
  margin-top: 14px;
}
.industries-images {
  height: 225px;
  overflow: hidden;
  border-radius: 25px;
}
.industries-content-box:hover img {
  transform: scale(1.1);
  transition: 0.8s ease-in-out;
}

.industries-images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.industries-inner-content h4 a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}
.industries-inner-content h4 {
  text-align: center;
}
.industries-inner-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 149%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
.industries-inner-content {
  padding: 24px 16px 0;
}
#tailored-logistics .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
#tailored-logistics .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: unset;
  border-radius: 50%;
  margin: 3px;
}
#tailored-logistics .owl-dots .owl-dot:nth-child(1) {
  background: #022446;
  opacity: 0.8;
}
#tailored-logistics .owl-dots .owl-dot:nth-child(2) {
  background: #022446;
  opacity: 0.6;
}
#tailored-logistics .owl-dots .owl-dot:nth-child(3) {
  background: #022446;
  opacity: 0.4;
}
#tailored-logistics .owl-dots .owl-dot:nth-child(4) {
  background: #022446;
  opacity: 0.2;
}



/*  customized quote.  */
#customized-quote {
  padding: 60px 0;
  position: relative;
}
.customized-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* border: 3px solid #FF6600; */
}
.customized-quote-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
}
.customized-quote-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}
.customized-quote-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  margin-top: 14px;
  text-align: center;
}
.customized-image {
  height: 464px;
  border-radius: 10px;
  border: 3px solid #FF6600;
  width: 100%;
  overflow: hidden;
}

.customized-image:hover img{
  transform: scale(1.1);
  transition: 0.6s ease-in-out;
}

.customized-quote-forms-box ::placeholder{
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
color:#212224;

}
.customized-quote-forms-box select option{
  font-family: Poppins;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color:#212224;

}
.customized-quote-forms-box select{
  font-family: Poppins;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color:#212224;
border-bottom: 0.5px dashed #212224 !important;
margin-bottom: 26px;
-webkit-appearance: none;
}

.customized-quote-forms-box input[type="text"], .customized-quote-forms-box input[type="tel"]{
  padding: 12px 0;
  border-bottom: 0.5px dashed #212224;
  padding-left: 6px;

}

.customized-quote-forms-box select {
  width: 100%;
  border: unset;
  padding: 12px 0;
  background: unset;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color:#212224;
  padding-left: 6px;
}


.customized-quote-forms-box [type=submit] {
  -webkit-appearance: button;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF6600;
  background: #FFFFFF;
  border: 2px solid #FF6600;
  border-radius: 25px;
  padding: 14px 24px;
}
.customized-quote-forms-box [type=submit]:hover {
  background: #FF6600;
  color: #fff;
  transition: 0.5s ease-in-out;
}


















/* Trends blogs */


#blogs {
  padding: 60px 0 110px;
  position: relative;
  z-index: 1;
}

#blogs .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
  display: block;
}
#blogs .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: -50px;
}
#blogs .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: unset;
  border-radius: 50%;
  margin: 3px;
}
/* #blogs .owl-dots .owl-dot:nth-child(1) {
  color: #fff;
  opacity: 0.8;
}
#blogs .owl-dots .owl-dot:nth-child(2) {
  color: #fff;
  opacity: 0.6;
}
#blogs .owl-dots .owl-dot:nth-child(3) {
  color: #fff;
  opacity: 0.4;
}
#blogs .owl-dots .owl-dot:nth-child(4) {
  color: #fff;
  opacity: 0.2;
} */

#blogs .owl-dots .owl-dot:nth-child(4n+1) {
  background: #fff;
  opacity: 0.8;
}

#blogs .owl-dots .owl-dot:nth-child(4n+2) {
  background: #fff;
  opacity: 0.6;}

#blogs .owl-dots .owl-dot:nth-child(4n+3) {
  background: #fff;
  opacity: 0.4;}

#blogs .owl-dots .owl-dot:nth-child(4n) {
  background: #fff;
  opacity: 0.2;}




#blogs .background-overlay-color {
  background: #022446;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 85%;
}
.blogs-content-box {
  background: #FFFFFF;
  padding: 14px;
  border-radius: 10px;
}

.blogs-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}
.blogs-images {
  width: 100%;
  height: 165px;
}
.blogs-images {
  width: 100%;
  height: 165px;
  overflow: hidden;
}
.blogs-content-box:hover .blogs-images img {
  transform: scale(1.1);
  transition: 0.8s ease-in-out;
} 
.blogs-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blogs-inner-content h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}
.blogs-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}
.blogs-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 18px 0 0;
}
.blogs-inner-content {
  padding: 18px 0 0;
}
.blogs-inner-content h4 a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}
.blogs-inner-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0%;
  color: #212224;
  margin: 0;
}




/* CASe Studies */


#case-studies{
  padding: 60px 0 110px;
  position: relative;
}


#case-studies .owl-nav {
  display: block;
}

#case-studies
.owl-nav button i {
    color: #003366;
}
#case-studies
.owl-nav button i:hover {
  color: #FF6600;
  transition: 0.4s ease-in-out;
}

#case-studies .owl-dots {
  display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: -50px;
      right: 0;
      left: 0;
}
#case-studies .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: unset;
  border-radius: 50%;
  margin: 3px;
}
/* #case-studies .owl-dots .owl-dot:nth-child(1) {
  background: #022446;
  opacity: 0.8;
}
#case-studies .owl-dots .owl-dot:nth-child(2) {
  background: #022446;
  opacity: 0.6;
}
#case-studies .owl-dots .owl-dot:nth-child(3) {
  background: #022446;
  opacity: 0.4;
}
#case-studies .owl-dots .owl-dot:nth-child(4) {
  background: #022446;
  opacity: 0.2;
} */


#case-studies .owl-dots .owl-dot:nth-child(4n+1) {
  background: #022446;
  opacity: 0.8;
}

#case-studies .owl-dots .owl-dot:nth-child(4n+2) {
  background: #022446;
  opacity: 0.6;}

#case-studies .owl-dots .owl-dot:nth-child(4n+3) {
  background: #022446;
  opacity: 0.4;}

#case-studies .owl-dots .owl-dot:nth-child(4n) {
  background: #022446;
  opacity: 0.2;}




.case-studies-headings h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
}
.case-studies-headings h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  text-align: center;
  margin-top: 16px;
}

.case-studies-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;
}

.case-studies-content-box {
  border: 3px solid #FF6600;
  border-radius: 15px;
  padding: 40px 20px;
}
.case-studies-images {
  height: 200px;
  position: relative;
}
.case-studies-images img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;

}
.case-studies-solution-image {
  height: 200px;
  position: relative;

}
.case-studies-images h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  top: 16px;
  color: #FFFFFF;
  left: 16px;
}
.case-studies-solution-image h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  top: 16px;
  color: #FFCC01;
  left: 16px;
}
.case-studies-solution-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;}  
.case-studies-inner-content h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
}
.view-full-case-button {
  display: flex
;
  align-items: center;
  justify-content: flex-end;
  margin-top: 36px;
}
.view-full-case-button a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF6600;
  border: 2px solid #FF6600;
  background: #FFFFFF;
  padding: 16px 26px;
  border-radius: 25px;
}
.case-studies-solution-image {
  height: 200px;
  margin-top: 30px;
}
.case-studies-inner-content h4 a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  width: 100%;

}
.case-studies-inner-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.case-studies-inner-content h6 {
  font-family: Poppins;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  margin: 0;
}
.case-studies-inner-content h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  margin: 0;
  width: 100%;
  max-width: fit-content;
}
.case-studies-statement-content {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  padding: 38px 0;
}
.case-studies-solution-content {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.case-studies-statement-content h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  width: 100%;
  max-width: fit-content;
}

.case-studies-solution-content h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  width: 100%;
  max-width: fit-content;
}

.case-studies-statement-content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 147%;
  letter-spacing: 0%;
  margin: 0;
  color: #212224;
  padding-left: 10px;
  width: 100%;
  max-width: fit-content;

}
.case-studies-solution-content p {
  font-family: Poppins;
  font-weight: 300;
  font-size: 16px;
  line-height: 147%;
  letter-spacing: 0%;
  margin: 0;
  color: #212224;
  padding-left: 10px;
  width: 100%;
  max-width: fit-content;
}







/* countdown css */
.countdown{
  position: absolute;
  top: -50px;
  right: 100px;
  z-index: 1;
  width: 100%;
}
.countdown .border-rounded{
  background-color: white;
  min-width: 380px;
  height: 100px;
  padding: 10px;
}
.bg-color-countdown{

}
.countdown-number{
  font-size: 30px;
  color: #AEA679;
  font-weight: 500;
}
.p-10{
  padding: 10px;
}
.position-days{
  position: absolute;
  top: 58px;
  left: 52px;
}
.position-hours{
  position: absolute;
  top: 58px;
  left: 146px;
}
.position-minutes{
  position: absolute;
  top: 58px;
  left: 222px;
}
.position-seconds{
  position: absolute;
  top: 58px;
  left: 302px;
}
/* latest arrival */

.category-tab{
  background-color: transparent;
  font-family: "Roboto";
  font-size: 20px;
  color: black;
  border: none;
  outline: none !important;
}


.product-img{
  text-align: center;

  position: relative;
}


#latest-arrival .tabcontent{
  display: none;
}
/* latest arrival animations */

#latest-arrival .box, #millions-of-hours .box{
   overflow: hidden;
   position: relative;
}
#latest-arrival .box:before, #millions-of-hours .box:before{
   border-radius: 0 50px 50px 0;
   opacity: 0;
   position: absolute;
   bottom: 20px;
   left: 0;
   z-index: 1;
   transition: all 0.5s ease 0s;
}
#latest-arrival .box:hover:before,#millions-of-hours .box:hover:before{
   width: calc(100% - 85px);
   opacity: 0.9;
}
#latest-arrival .box img,#millions-of-hours .box img{
   width: 100%;
   height: auto;
   height: auto;transform-origin: 50% 65%;
   transition: transform 1s, filter 3s ease-in-out;
   padding: 15px 25px;
}
#latest-arrival .box img:hover,#millions-of-hours .box img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#latest-arrival .box:hover img,#millions-of-hours .box:hover img{ opacity: 1; }
#latest-arrival .box .box-content,#millions-of-hours .box .box-content{
   color: white;
   background-color: #4E5668;
   opacity: 0;
   position: absolute;
   bottom: 0;
   z-index: 1;
   transition: all 0.4s ease 0.2s;
   width: 100%;
}
#latest-arrival .box:hover .box-content,#millions-of-hours .box:hover .box-content{
   opacity: 1;
}
#latest-arrival .box .title,#millions-of-hours .box .title{
   text-shadow: 0 0 3px rgba(0,0,0,0.9);
}
#latest-arrival .box .post,#millions-of-hours .box .post{
   display: block;
   text-shadow: 0 0 3px rgba(0,0,0,0.9);
}

/* best-deal */
#best-deal .best-deal-height{
  height: 220px;

}
.color-1{
  color: #F5806A;
}
.color-2{
  color: #88A4FB;
}
.color-3{
  color: #74CAC7;
}
.bg-1{
  background-color: #F5806A;
}
.side-bg-1{
  background-color: #FDE6E1;
}
.bg-2{
  background-color: #88A4FB;
}
.side-bg-2{
  background-color: #CAD7FF;
}
.bg-3{
  background-color: #74CAC7;
}
.side-bg-3{
  background-color: #D8F2F6;
}
.position-right{
  position: absolute;
  top: 0;
  right: 0.5rem;
  padding: auto;
  border-radius: 50% 0 0 50%;
  height: 220px;
  width: 160px;
  background: rgba(0, 0, 0, 0) radial-gradient(120deg, #4f4f4f 68%, #ed0009 32%) repeat scroll 0 0;
}
.position-right img{
  align-items: right;
}
.position-left{
  position: absolute;
  top: 0;
  border-radius: 0 0 25px 0;
}
.best-deal-position{
  position: absolute;
  top: 30%;
  color: white!important;
}
.best-deal-position a{
  color: white;
}
.font-small-size{
  font-size: 14px;
}
#best-deal h5{
  color: white;
}
/* best deal animations */


section {
  overflow: hidden;
}
.section-bg {
  background: #f5f8fd;
}
.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}
@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}
/* best-deal animation */
#best-deal .col-xl-4 {
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}
#best-deal .col-xl-4:hover {
  transform: scale(1.05);
}
/* find with category */
#find-with-category .box{
   overflow: hidden;
   position: relative;
}
#find-with-category .box img{
   width: 100%;
   height: auto;transform-origin: 50% 65%;
   transition: transform 1s, filter 3s ease-in-out;

}
#find-with-category .box img:hover{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#find-with-category .box .box-content{
   color: white;
   background: #4E5668;
   text-align: center;
   padding: 5px 0 0 0;
   opacity: 0;
   transform: translateY(-50%) translateX(-50%) scale(2);
   position: absolute;
   top: 80%;
   left: 50%;
   z-index: 2;
   transition: all 0.3s ease-out 0s;
   height: 60px;
}
#find-with-category .box:hover .box-content{
   opacity: 1;
   transform: translateY(-50%) translateX(-50%) scale(1);
}
#find-with-category .box .title{
   font-weight: 400;
   margin: 0 0 3px;
}

@keyframes flash{
   0%{ opacity: 0.1; }
   100%{ opacity: 1; }
}


/* our speciality */
#our-speciality{
  background-color: #F2F2F2;
}
#our-speciality .service-css{
  background-color: white;
  box-shadow: 5px  5px 2rem 0rem lightgrey;
}
/* service animations */

#our-speciality body {
  background: #007bff !important;
}
#our-speciality .main {
  position: relative;
  cursor: pointer;
}
.service {
  z-index: 1;
  transition: transform .8s;
}
/* Mengatur posisi logo service */
.service-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service h4 {
  position: relative;
}

.service h4::after,
.service h4::before {
  content: '';
 position: absolute;
 z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #007bff);
  right: -2px;
  top: -2px;
}

.service h4::before {
  background: linear-gradient(to right, #007bff, #fff);
  left: -2px;
  bottom: -2px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-10px);
}

.main:hover::after {
  transform: translateY(-10px);
}

.service-logo img {
  transition: transform 1s;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}

/* Our popular platform */
#our-popular-platform{
  background-color: #F2F2F2;
}
.partner-bg-color{
  background-color: white;
  box-shadow: 5px  5px 2rem 0rem lightgrey;
}
.partner-bg-color img{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.partner-bg-color:hover{

-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.partner-bg-color img:hover{
  -webkit-filter: inherit;
filter: inherit;
}
/* Instagram */
#sb_instagram.sbi_col_4 #sbi_images .sbi_item{
  width: 14%;
}
#sb_instagram .sbi_photo_wrap {
    position: relative;
    width: 200px;
    height: 200px;
}
#sbi_load,.sb_instagram_header.sbi_no_avatar{
  display: none;
}
/* support */
#support{
  background-color: #F9FAFB;
}
.support-button-color{
  background-color: #AEA679 !important;
}
.support-button-color:hover{
  background-color: #4E5668 !important;
}




/* Newsletter */
#newsletter {
  padding: 80px 0;
}

.newsletter-headings h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 31px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #212224;
  margin-bottom: 54px;
}

.newsletter-headings h2 span {
  color: #FF6600;
  animation: fadeInLeft 2s infinite;

}
.newsletter-headings p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 149%;
  letter-spacing: 0%;
  color: #212224;
}
#newsletter input[type="email"] {
  border-bottom: 1px dashed #212224;
}
.newsletter-form-box .wpcf7-form p {
  display: flex;
      align-items: center;
      justify-content: space-between;
}

#newsletter input[type="email"]::placeholder{
  font-family: Poppins;
font-weight: 300;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color:#212224;

}
#newsletter input[type="submit"] {
  background-color: unset;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF6600;
  border: unset;
}