:root{
  --theme-body-font: 'Inter', sans-serif;
  --theme-heading-font: 'Sora', sans-serif;
  --theme-logo-primary-color-f35748: #f35748;
  --theme-logo-secondary-color-fcc20e: #fcc20e;
  --theme-secondary-color-4ab7c3: #4ab7c3;
  --theme-running-color-979fae: #000000;
  --theme-running-heading-color-091736: #000000;
  --theme-white-color: #fff;
  --theme-formfield-color-F7F7F7: #F7F7F7;
  --theme-link-color-0000ff: #0000ff;

}

body {
  margin:0;
  padding:0;
  overflow-x: hidden;
  color: var(--theme-running-color-979fae);
  font-family: var(--theme-body-font);
}
h1,h2,h3,h4,h5,h6 {
  color: var(--theme-running-heading-color-091736);
  font-family: var(--theme-heading-font);
  margin: 0;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: var(  --theme-link-color-0000ff: #0000ff);
}
a:hover{
  color: var(--theme-logo-primary-color-f35748);
}
a, button {
  transition: all .3s ease-in-out;
  color: var(--theme-running-color-979fae);
  outline: none;
  box-shadow: none;
}

a:focus, button:focus {
 outline: none;
 box-shadow: none;
}

#slider {
	overflow: hidden;
}
#slider figure {
	position: relative;
	width: 800%;
	margin: 0;
	left: 0;
	animation: 40s slider infinite;
}
#slider figure img {
	width: 12.50%;

	float: left;
}

@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	30% {
		left: -100%;
	}
	35% {
		left: -200%;
	}
	40% {
		left: -200%;
	}
	45% {
		left: -300%;
	}
	50% {
		left: -300%;
	}
	55% {
		left: -400%;
	}	
	60% {
		left: -400%;
	}
	65% {
		left: -500%;
	}
	70% {
		left: -500%;
	}
	75% {
		left: -600%;
	}
	80% {
		left: -600%;
	}
	85% {
		left: -700%;
	}
	90% {
		left: -700%;
	}
	100% {
		left: -700%;
	}

}



.hidden-lg {
  display: none;
}

.submenu-style {}
.vform {
	padding: 10px 10px 10px 10px:
	
	
}
.form-control {
  transition: all .2s ease-in-out;
  background-color: var(--theme-formfield-color-F7F7F7);
  padding: 12px 16px;
  border: 1px solid var(--theme-formfield-color-F7F7F7);
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--theme-logo-primary-color-f35748);
  background-color: var(--theme-white-color);
  transition: all .2s ease-in-out;
}

.theme-default-btn {
  font-weight: 500;
  color: var(--theme-white-color);
  border-radius: 3px;
  border: 1px solid;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.bgtheme-color-primary {
  background-color: var(--theme-logo-primary-color-f35748);
  border-color: var(--theme-logo-primary-color-f35748);
  color: var(--theme-white-color);
}
.bgtheme-color-primary:hover {
  color: var(--theme-running-heading-color-091736);
  background-color: var(--theme-logo-secondary-color-fcc20e);
  border-color: var(--theme-logo-secondary-color-fcc20e);
}
.bgtheme-color-secondary {
  background-color: var(--theme-logo-secondary-color-fcc20e);
}

.heading-layout h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 150%;
}

.heading-layout h2, .innerbanner-heading {
  font-size: 48px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 110%;
  margin: 20px 0 20px;
}

.heading-layout h4 {
  font-size: 24px;
  font-weight: 700;
}

.innerbanner-heading {
  font-size: 72px;
  margin: 0;
}

.sec-grey {
  background-color: #F7F7F7;
}

.sec-padding {
  padding: 80px 0;
}

.list-style {
  margin: 0 0 25px 0;
}

.table-layout tr td, .table-layout tr th {
  font-size: 14px;
}

.table-layout tr th {
  text-transform: uppercase;
  font-family: var(--theme-heading-font);
}

.table-layout h5 {
  font-weight: 700;
}

.col-red {
  color: var(--theme-logo-primary-color-f35748);
}

.h4-style {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cap-letter {
  text-transform: uppercase;
}

.sora-font {
  font-family: var(--theme-heading-font);
}

.text-right {
  text-align: right;
}

/* Header CSS */
.header-bar {
  padding: 10px 0;
  position: relative;
  z-index: 9;
}
.navbar-area .navbar-nav {
  padding: 0 20px 0 0;
}
.navbar-area .navbar-nav .nav-item a {
  padding: 0 15px;
  margin: 0 5px;
  font-family: var(--theme-heading-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-running-heading-color-091736);
}
.nav-item.dropdown .dropdown-menu {
  top: 35px;
  padding: 0;
  border: 0;
  box-shadow: 0px 0px 2px 1px #09173633;
}
.nav-item.dropdown .submenu-li .dropdown-menu {
  right: -57%;
  left: auto;
  top: 10px;
}
.nav-item.dropdown .dropdown-menu li a {
  padding: 8px 15px;
  margin: 0;
  line-height: 150%;
}
.nav-item.dropdown .dropdown-menu li a:hover {
  background-color: var(--theme-logo-secondary-color-fcc20e);
}
.btn-header .theme-default-btn {
  font-family: var(--theme-heading-font);
}
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 6px 12px;
  color: var(--theme-white-color);
  border-radius: 4px;
}
.banner-cta {
  display: flex;
  align-items: center;
  margin: 0 0px -60px 0px;
  gap: 0 8px;
  justify-content: end;
  position: relative;
  top: 22px;
    z-index: 5;

}
.cta-btn-con strong {
  font-size: 18px;
  font-family: var(--theme-heading-font);
  font-weight: 700;
  display: block;
  line-height: 130%;
}
.cta-btn-con {
  margin: 0 0 0 10px;
  line-height: 100%;
}
.icon-el .bi {
  font-size: 30px;
}
.cta-btn-con span {
  font-size: 13px;
  display: block;
}
.headblue {
  background-color: var(--theme-secondary-color-4ab7c3);
}
.headred {
  background-color: var(--theme-logo-primary-color-f35748);
}
.cta-btn:hover {
  background-color: var(--theme-logo-secondary-color-fcc20e);
  color: var(--theme-white-color);
}

/* End Header CSS */

/* Banner Area Home */
.banner-home {
  height: 70vh;
}
.banner-home .swiper {
  height: 100%;
}
.banner-slider-area {
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-slider-area h2{
  font-size: 35px;
  font-weight: 700;
  color: var(--theme-white-color);
}
.bg-banner {
  content:'';
  position: absolute;
  background-color: #0000007a;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 3;
}
.banner-slider-area h2 {
  padding: 0 1em;
}
/* End Banner Area Home */

/* After Banner Sec */
.ser-top {
  margin: 0 0 0 0;
  position: relative;
  z-index: 2;
}
.box-ser {
  display: flex;
  align-items: center;
  padding: 1em;
}
.box-ser img {
  width: 60px;
  margin-right: 12px;
}
.box-ser h4 {
  font-weight: 700;
  font-size: 21px;
  margin: 0;
}
.wrap-ser {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1em 1em 1em 1em;
  background-color: var(--theme-white-color);
  border-radius: 5px;
}
/* End After Banner Sec */

/* Solution Sec */
.solution-sec {
  padding: 9em 0 6em;
}
.img-sol, .cont-sol {
  padding: 1em;
  height: 100%;
}
.img-sol img {
  height: 100%;
  object-fit: cover;
}
.heading-layout {
  margin: 0 0 25px;
}
.cont-sol p {
  margin-bottom: 20px;
  line-height: 160%;
}
/* End Solution Sec */

/* What We Offer Sec */

.weoffer {
  padding: 0 0 100px;
}
.weoffer .heading-layout {
  margin-bottom: 50px;
}

.bg-back-img {
  background-color:#F7F7F7;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: relative;
  padding: 100px 0;
}
.bg-back-img:before {
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_img.png);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}
/* Flip Card CSS */
.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  height: 350px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 350px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--theme-secondary-color-4ab7c3);
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px 40px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box p {
  font-size: 16px;
  line-height: 160%;
  color: var(--theme-white-color);
  margin: 20px 0 25px;
}

.flip-box-img {
  margin-top: 25px;
}

.overlayColor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #33333394;
}

.flip-box .inner h3 {
  color: var(--theme-white-color);
  font-weight: 600;
}

/* End Flip Card CSS */

/* End What We Offer Sec */

/* Testimonials Sec */
.testimonial-sec {
  padding: 100px 0 0;
}

.testi-cont-wrap {
  padding: 0 25px 90px 50px;
}

.testi-slider .swiper-slide{
  background-color: var(--theme-white-color);
  border-radius: 5px;
}

.testi-profile .testi-img-pro {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 15px;
}
.test-ft {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.testi-name {
  display: block;
}
.testi-box {
  text-align: center;
}
.testi-pro-text {
  text-align: left;
}

.testi-box p {
  font-weight: 500;
}
.testi-name {
  font-family: var(--theme-heading-font);
  line-height: 110%;
  font-weight: 600;
}
.testi-title {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.testi-main-img {
  position: relative;
}
.review-img {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 300px;
}

/* End Testimonials Sec */

/* Contact CTA Sec */
.contact-cta {
  position: relative;
  z-index: 1;
  background-image: url(../images/office_mask.png);
  background-position: center;
  background-size: cover;
  padding: 7em 0;
}
.contact-cta:before {
  content: '';
  background-image: radial-gradient(at bottom right, #45A6AFCC 0%, var(--theme-secondary-color-4ab7c3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.form-bg-wrap {
  background-color: var(--theme-white-color);
  padding: 2.6em 2.5em 3em 2.5em;
  border-radius: 5px;
}
.form-bg-wrap h4, .contact-detail h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 20px;
}

.form-bg-wrap label {
  margin-bottom: 5px;
  color: var(--theme-running-heading-color-091736);
}

.form-bg-wrap .btn {
  font-weight: 700;
}

.how-to-order * {
  color: var(--theme-white-color);
}

.how-to-order .heading-layout {
  margin-bottom: 35px;
}

.how-to-order {
  padding: 2em;
  text-align: center;
}

.order-heading {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--theme-heading-font);
}

.icon-circle {
  background-color: #E0F2F4;
  border-radius: 50%;
  color: #000;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.icon-circle .bi {
  color: var(--theme-logo-primary-color-f35748);
  font-size: 28px;
}

.order-pro {
  display: flex;
  position: relative;
  z-index: 1;
}
.border-line {
  flex: 0 0 7%;
  border-width: 0 3px 0 0;
  border-color: var(--theme-white-color);
  border-style: dashed;
  position: absolute;
  left: 25px;
  height: 75%;
  top: 20px;
  z-index: -1;
}

.order-pro ul li {
  margin-bottom: 54px;
  display: flex;
}

.order-pro ul li:last-child {
  margin-bottom: 0;
}

/* End Contact CTA Sec */

/* Who We Sec */
.who-we {
  padding: 70px 0;
}
.logo-slider .swiper-wrapper{
  align-items: center;
}
.who-we .heading-layout h6 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}
/* End Who We Sec */

/* Innerpage CSS */
.innerpage-banner {
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  background-position: center;
}
.innerpage-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(at top right, #2FB6C58A 50%, #FFFFFFB5 79%);
  z-index: -1;
}

.value-sec {
  padding: 0 0 50px;
}

.value-sec .cont-sol {
  padding: 55px 0 0;
}

.contact-detail hr {
  opacity: 1;
  height: 3px;
  width: 60px;
  background-color: var(--theme-logo-primary-color-f35748);
}
.wrap-text {
  margin: 15px 0;
}
.contact-area {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.contact-area:before {
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_img.png);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.wrap-text p:first-child {
  margin-bottom: 5px;
}
.wrap-text p {
  line-height: 160%;
}
.form-bg-wrap.form-area {
  padding: 0 2em;
  background-color: transparent;
}

.contact-area .form-bg-wrap h4, .contact-area .contact-detail h4 {
  font-size: 30px;
}

.seeking-reps .form-bg-wrap {
  padding: 2.6em 2.3em 3em 2.3em;
}

.seeking-reps .form-bg-wrap h4 {
  font-size: 30px;
}

.icon-circle + span {
  display: block;
  padding: 15px 0 0;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--theme-heading-font);
}

.boxlayout {
  padding: 3em;
  position: relative;
  z-index: 1;
}
.boxlayout:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern_1.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 125px auto;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.support-sec .col-md-6:nth-child(even) .boxlayout:before {
  background-position: bottom right;
}

.carrier-info {
  padding: 30px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.carrier-info .img-fluid {
  width: 100%;
}
.carrier-info p {
  margin: 25px 0;
}
.carrier-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wrap-list li {
  margin-bottom: 10px;
  line-height: 110%;
}

.ship-details {
  padding: 40px 0px 0 15px;
}

.ship-details h4 {
  font-size: 34px;
  font-weight: 700;
}
.ship-details p {
  margin: 15px 0 30px;
}

.accordion-style .accordion-item {
  border: 0;
}

.accordion-style .accordion-button {
  background-color: #E0F2F4;
  border: 0;
  border-radius: 0 !important;
  font-weight: 700;
  padding: 1rem 1.2rem;
  box-shadow: none;
}

.accordion-style .accordion-body {
  padding: 1.8rem 1.5rem 0;
}

.shadow-anch {
  padding: 5px 12px;
  display: block;
  -webkit-box-shadow: 0px -1px 8px 0px rgba(181,181,181,1);
  -moz-box-shadow: 0px -1px 8px 0px rgba(181,181,181,1);
  box-shadow: 0px -1px 8px 0px rgba(181,181,181,1);
  margin-bottom: 20px;
  color: var(--theme-running-heading-color-091736);
}
.alphabet-links p {
  color: var(--theme-running-heading-color-091736);
  font-weight: 700;
  margin-bottom: 25px;
}

.contact-cta .heading-layout h2 {
  font-size: 36px;
}

.poverty-sec .container-xxl + .ser-top {
  margin: 0;
}

.product-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-description {
  color: var(--theme-running-heading-color-091736);
  font-family: var(--theme-heading-font);
  font-size: 14px;
  margin-bottom: 15px;
}

.more-detail h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.more-detail {
  margin-top: 25px;
}

.prod-heading h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

/* End Innerpage CSS */


/* Footer CSS */
.ft-top {
  background-color: var(--theme-white-color);
  box-shadow: 0px -5px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 0em;
}
.ft-bottom {
  background-color: var(--theme-secondary-color-4ab7c3);
  padding: 1.4em 0;
}
.ft-bottom * {
  color: var(--theme-white-color);
  font-size: 13px;
}
.ft-btm-link {
  text-align: right;
}
.ft-btm-link a {
  display: inline-block;
  margin: 0 0 0 10px;
}
.ft-logo {
  padding-right: 40px;
}
.ft-logo .ft-list {
  margin: 25px 0 15px;
}
.ft-list li {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.ft-list li .bi {
  margin-right: 5px;
  color: var(--theme-logo-primary-color-f35748);
}
.social-link a {
  display: inline-flex;
  border-radius: 3px 3px 3px 3px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background-color: #E0F2F4;
  font-size: 14px;
  margin: 0 3px 0 0;
  color: var(--theme-logo-primary-color-f35748);
}
.social-link a:hover {
  background-color: var(--theme-secondary-color-4ab7c3);
  color: var(--theme-white-color);
}
.ft-links {
  padding: 0 35px;
}
.ft-inner h4 {
  margin-bottom: 25px;
  font-weight: 700;
}

.ft-news {
  padding-left: 20px;
}
.ft-form {
  margin-top: 25px;
}
.ft-form .form-control {
  margin-bottom: 15px;
}
.ft-form .btn {
  font-weight: 600;
  font-family: var(--theme-heading-font);
}
.ft-form .btn .bi {
  margin-right: 6px;
}



/* End Footer CSS */


