* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Balto', sans-serif;
}

.logo {
  width: 246px;
  height: 61px;
}
.cat-banner-contact {
  color: #fff !important;
  background: #F25D2A;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  top: 1rem;
  margin: auto;
  height: fit-content;
  writing-mode: tb;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none !important;
  z-index: 10;
  outline: none;
  border: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.cat-banner-contact img{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 32px;
}
.signupUI {
  width: 100%;
  height: auto;
  background: url(../img/signupbg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 25px;
  padding-bottom: 20px;
}

.formcontainer {
  width: 100%;
  height: auto;
  margin-top: 15px;
  border-radius: 20px;
  padding: 30px 40px;
  background-color: #fff;
  box-shadow: 0px 3px 50px #00000014;
}

.llogformcontainer {
  width: 100%;
  height: auto;
  margin-top: 15px;
  border-radius: 20px;
  padding: 30px 50px;
  background-color: #fff;
  box-shadow: 0px 3px 50px #00000014;
}

.fontset {
  color: #043168 !important;
  font-weight: 700;
}
.text-orange{
  color: #F45E2B;
}
.font700{
  font-weight: 700;
}
label {
  font-size: 13px;
  color: #001A16;
  padding: 2px;
}

label>span {
  color: #FF001C;
}

.signupinput {
  width: 100%;
  height: 40px;
  border: 1px solid #C4CEDB;
  padding: 0px 10px;
  box-shadow: 0px 1px 2px #0000000F;
  border-radius: 5px;
  font-size: 14px;
  outline: none;
}

.signupinput::placeholder {
  font-size: 13px;
}

.signupinput:focus {
  border: 1px solid #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* =============zinput============ */
.custom-radio {
  display: none;
  /* Hide default radio button */
}

.custom-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #C4CEDB;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  color: #043168;
  box-shadow: 0px 1px 2px #0000000F;
  transition: border-color 0.3s, background-color 0.3s;
}

.custom-radio:checked+.custom-label {
  border-color: #ff5722;
  /* Change to the orange border color */
  background-color: #fff;
  color: #043168;
  font-weight: 600;
}

.custom-radio {
  color: #043168 !important;
}

.custom-radio:not(:checked)+.custom-label {
  background-color: #E7EBF1;
  /* Grey background when not selected */
  color: #043168;
  /* Text color when not selected */
}

.small-text {
  font-size: 12px;
  color: #000;
}

.gender-options {
  display: flex;
  gap: 10px;
  /* Space between gender options */
}

.forgot {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}

.input-group {
  position: relative;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.toggle-password {
  background-color: transparent;
  border: 0;
  width: 100%;
  top: 4.5px;
  position: absolute;
  right: 0px;
  display: block;
  width: 40px;
  z-index: 10;
}

.signupbtn {
  width: 100%;
  height: 40px;
  background-color: #F45E2B;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
}


/* ===================Login=================== */
.login {
  width: 100%;
  height: 100vh;
  background: url(../img/signupbg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 25px;
  padding-bottom: 20px;
}

.logincontainer {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.pera {
  font-size: 14px;
}


/* ===================Homepage====================== */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 50%;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%);
}

.closecanvasbtn {
  background: #fff;
  border: 1px solid #C4CEDB;
  border-radius: 8px;
  color: #043168;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 1rem 1rem;
}

.selectbtn {
  background: #E7EBF1;
  color: #043168;
  padding: 6px 30px;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
}

.selectbtn:focus {
  background: #fff;
  color: #043168;
  padding: 6px 30px;
  outline: none;
  border: 1px solid #F45E2B;
  font-size: 14px;
  border-radius: 6px;
}

.bg-orange:checked {
  background-color: #F45E2B;
  color: #F45E2B;
  border: 2px solid #F45E2B;
  box-shadow: none;
}

/* =============Navbar in home================= */
.navbar {
  padding: 10px 5px;
}

.logo {
  width: 160px;
  height: 50px;
  object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  margin-right: 15px;
  transition: .2s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #043168 !important;
  font-weight: normal !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  margin-right: 15px;
}

.herosection {
  width: 100%;
  height: 100vh;
  background-image: url(../img/homeback.jpg);
  background-size: cover;
  /* background-position: bottom; */
  padding-top: 150px;
  padding-bottom: 40px;
}

.mainbtn {
  padding: 10px 25px !important;
  background-color: #F45E2B;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
}

.mainbtn2 {
  padding: 10px 25px !important;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #043168 !important;
  border: 1px solid #C4CEDB;
}

.smallcard {
  background-color: #EFEFEF;
  padding: 2px;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: .2s ease-in-out;
}

.smallcard:hover {
  background-color: #043168;
  padding: 2px;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;
}

.iconimg {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 5px;
}

/* ==========about============== */
.About {
  background-color: #043168;
  height: 90vh;
  position: relative;
}

.fixed-top.scrolled {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sticky-top.scrolled {
  background: #fff;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.ptb-80 {
  padding: 80px 0px;
}

.fixlinehight {
  line-height: 30px;
}

.btn-transeperant {
  background: transparent;
  color: #fff !important;
  padding: 10px 25px !important;
  border: 1px solid #fff;
  font-weight: 600;
}

.abuimg {
  width: 85%;
  height: 550px;
  object-fit: cover;
  box-shadow: 0px 0px 50px #0000001A;
  border-radius: 30px;
}

.deliveriry {
  background-color: #fff;
  position: absolute;
  top: 6rem;
  left: -1rem;
  padding: 10px;
  width: 65px;
  border-radius: 50px;
  border: 5px solid #043168;
}

.growicon {
  background-color: #F45E2B;
  position: absolute;
  top: 15rem;
  right: 4rem;
  padding: 10px;
  width: 65px;
  border-radius: 50px;
  border: 5px solid #043168;
}

.abusmall {
  position: absolute;
  top: 20rem;
  left: -2rem;
  width: 150px;
  border-radius: 10px;
  border: 5px solid #fff;
}



.service {
  background-color: #F9F9F9;
  /* position: relative; */
}

.service-card {
  width: 100%;
  /* height: 320px !important; */
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 20px;
  border: 1px solid #A9A9A9;
  margin-bottom: 20px;
  transition: .4s ease-in-out;
}

.service-card:hover .servicearrow {
  background-color: #ff5722;
  color: #fff;
  transition: .4s ease-in-out;
}

.servcardimg {
  width: 100%;
  height: 230px;
  object-fit: contain;
}

a {
  text-decoration: none !important;
}

.servicearrow {
  padding: 10px;
  background-color: #E7EBF1;
  color: #043168;
  border-radius: 50%;
  margin: 5px;
}


.ptb-50 {
  padding: 50px 0px;
}

.v-center {
  align-items: center;
  align-self: center;
}

.maleseller {
  width: 100%;
  height: 550px;
  object-fit: cover;
  box-shadow: 0px 0px 50px #0000001A;
  border-radius: 30px;
}

.s-block {
  /* background: #fff; */
  text-align: left;
  background-size: 200%;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 10px;
  margin: 0;
  position: relative;
  border-radius: 8px;
}

.wide-sblock {
  display: inline-flex;
  text-align: left;
  padding: 10px;
}

.s-card-icon-large {
  width: 70px !important;
  height: 70px;
  padding: 15px;
  border-radius: 50%;
  background-color: #F45E2B;
}

.s-block-content-large {
  margin: 0 0 0 20px;
  width: calc(100% - 100px);
}

/* ===============clients=============== */
.service-quality-block {
  position: relative;
}

.service-quality-block .feature-01 {
  bottom: -5%;
  left: 5%;
}

.service-quality-block .feature-02 {
  bottom: 50%;
  left: 12%;
}

.service-quality-block .feature-03 {
  bottom: 100%;
  left: 30%;
}

.center-block {
  display: block;
  margin-right: auto;
  height: 300px;
  margin-left: auto;
}

.service-quality-block .feature-04 {
  bottom: -5%;
  right: 5%;
}

.service-quality-block .feature-05 {
  bottom: 50%;
  right: 12%;
}

.service-quality-block .feature-06 {
  bottom: 100%;
  right: 30%;
}

.service-quality-block .feature-box-04 {
  position: absolute;
}

.feature-box-04 .info img {
  width: 180px;
  height: 120px;
  object-fit: contain;
  padding: 15px;
  box-shadow: 0px 3px 50px #00000012;
  background-color: #fff;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .center-block {
    height: auto;
    /* Adjust height for smaller screens */
  }

  .service-quality-block .feature-01,
  .service-quality-block .feature-02,
  .service-quality-block .feature-03,
  .service-quality-block .feature-04,
  .service-quality-block .feature-05,
  .service-quality-block .feature-06 {
    position: static;
    /* Remove absolute positioning for mobile */
    margin-bottom: 20px;
    /* Add spacing between elements */
    text-align: center;
    /* Center align content */
  }

  .feature-box-04 .info img {
    width: 150px;
    /* Adjust image size for mobile */
    height: 100px;
    margin: 10px;
  }

  .flexonmobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 576px) {


  .center-block h2 {
    font-size: 1.5rem;
    /* Reduce heading size for mobile */
  }
}

/* ==================testimonial================== */
.testimonial {
  width: 100%;
  height: 100vh;
  background: url(../img/testiback.png);
  background-size: cover;
}

.stars {
  color: gold;
  font-size: 15px;
}

.owl-carousel .card {
  border: none;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
  color: #000 !important;
  border: none;
  font-size: 25px !important;
}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav .owl-next {
  right: -50px;
}

.testuser {
  width: 70px !important;
  height: 70px !important;
}


.bsb-cta-1 {
  background: #EFEFEF;
}

/* CTA Section styling */
.cta-section {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 20px 50px;
  position: relative;
  overflow: hidden;
}

/* Background Image */
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bgs.svg') no-repeat center center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}

/* .cta-content, .cta-image {
    position: relative;
    z-index: 2; 
  } */
.z-inex {
  z-index: 5;
}

.blogcard,
.blogcard img {
  background-color: #F9F9F9;
  border-radius: 20px;
}

.badgex {
  background-color: #EFEFEF;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
}

.blogcard:hover {
  background-color: #fff;
  box-shadow: 0px 0px 50px #0000001A;
}

.knowmore{
  font-size: 14px !important;
  color: #000;
}
.paymentcard-font{
  font-size: 13px;
  font-weight: 600;
}
.copyright {
  font-size: 15px;
  /* display: flex;
  align-items: center; */
}

.circlesize {
  font-size: 5px;
  padding-bottom: 20px;
}

/* ===================cta2============== */
.bsb-cta-1 {
  background: #EFEFEF;
}

.cta-section2 {
  background-color: #043168;
  border-radius: 15px;
  padding: 25px 50px;
  position: relative;
  top: 4rem;
  overflow: hidden;
}

.setpostioncta {
  position: relative;
}

.cta-section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/cta2.png') no-repeat center center;
  background-size: cover;
  opacity: 1;
  z-index: 1;
}

.Newsletter {
  position: relative;
  display: flex;
  width: 100%;
}

.Newsletter input {
  width: 80%;
  height: 45px;
  padding: 5px 8px;
  outline: none;
  border-radius: 5px;
  border: none;
}

.Newsletter .serchbtn {
  position: absolute;
  right: 6.4rem;
  height: 40px;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 2px;
  background-color: #F25D2A;
  color: #fff;
}


/* ====================About us======================= */
.innerheadbg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.headdivseo {
  height: 70vh;
  background-color: #043168;
  position: relative; 
  z-index: 1;
  display: flex;
  align-items: center;
}

.shape-bg3:before {
  content: "";
  background: url(../img/signupbg.png);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8; 
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  z-index: 2; /* Ensures it sits above the gradient */
}

.shape-bg3 {
  position: relative; /* Allows the pseudo-element to align with the parent */
  z-index: 3; /* Content within this div will stay above the pseudo-element */
}


.innerheadbg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: .4;
  z-index: 0;
}
.index-up {
  position: relative;
  z-index: 5;
}
 .subtitle {
  font-weight: 600;
  font-size: 16px;
  color: #ff5722;
  background: linear-gradient(180deg, rgba(250, 67, 24, 0) 15.22%, rgba(250, 67, 24, 0.0833333) 33.76%, rgba(250, 67, 24, 0.23) 58.49%, rgba(250, 67, 24, 0.39383) 79.25%, #ff5722 100%);
  height: 46px;
  line-height: 46px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0 30px;
  margin-bottom: 19px;
}

.subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background: #fff;
  border-radius: 0 0 20px 20px;
  z-index: -1;
  margin: 0 2px 2px;
}
.exprience-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: -200px;
  top: 30px;
  z-index: 100;
}
.exprience-wrap .details {
  background: url(../img/shape-2.png);
  background-size: cover;
  padding: 25px;
  background-position: center;
}
.whychoose-about{
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background: url(../img/whychoosebg.png);
  background-size: cover;
}
 .features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 130px 0px 0px;
}
.features-item .single-features-item {
  margin: auto;
  width: 180px;
  height: 180px;
  margin: 20px;
  padding-top: 20px;
  text-align: center;
  background-color: #043168;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.features-item .single-features-item .icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  padding-right: 60px;
  padding-bottom: 10px;
}
.features-item .single-features-item .icon i{
 font-size: 40px;
 color: #F25D2A;
}
.features-item .single-features-item h4 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 25px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
.features-item .single-features-item:hover {
  margin: auto;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin: 20px;
  padding-top: 20px;
  text-align: center;
  background-color: #F25D2A;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.features-item .single-features-item:hover .icon i {
  color: #FFFFFF; /* Changes the icon color to white on hover */
}

.workstrethgy{
  background-image: url(../img/map-bg.png);
  background-size: cover;
}
.work__item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.work__icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: #fff;
  color: #F25D2A;
  border-radius: 5px;
  position: relative;
  font-size: 35px;
  line-height: 0;
}
.work__shape-two svg {
  color: #F25D2A;
}
.work__icon-two .number {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.work__icon .number {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F45E2B;
  font-size: 14px;
  font-weight: 600;
  color: #fff;

  border-radius: 50%;
  line-height: 1;
  position: absolute;
  right: 3px;
  top: -15px;
}
.work__shape {
  position: absolute;
  right: -60px;
  top: 25px;
  z-index: -1;
}

/* =========================service page============================ */
.grey-bg{
  background-color: #F9F9F9;
}
.tabbtn{
  padding-left: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #043168;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  transition: 0.4s ease;
}
.tabbtn i{
  background-color: #F25D2A;
  padding: 22px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0% 100%);
}
.tabbtn:hover{
  background-color: #F25D2A;
}
.tabbtn:hover  i{
  background-color: #043168;
}
.servitabimg{
  width: 85%;
  height: 300px;

}
.text-justify{
  text-align: justify !important;
}



.accordion-item {
  border: none;
  margin-bottom: 16px;
  /* border-radius: 12px; */
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
  padding: 20px 25px;
  font-weight: 600;
  color: #333;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #043168;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, .125);
}

.accordion-button::after {
  background-size: 20px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 25px;
  background-color: #ffffff;
}

.bg-blue{
  background-color: #043168;
}
.ptb-80{
  padding: 80px 0px;
}

iframe{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 400px;
}







@media screen and (min-width: 1366px) {
  .features-area .features-item .single-features-item {
      padding: 60px 0px;
      width: 200px;
      height: 200px;
  }
  .features-area .features-item {
    margin: 130px 60px 50px;
}
}




/* ===================responsive================== */
@media (max-width: 992px) {
  .llogformcontainer {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-radius: 20px;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 50px #00000014;
  }
  .navbar {
    padding: 10px 5px;
    background-color: #fff;
  }
  .herosection {
    width: 100%;
    height: auto !important;
    background-image: url(../img/homeback.jpg);
    background-size: cover;
    background-position: bottom;
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .About {
    background-color: #043168;
    height: auto !important;
    position: relative;
  }

  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: #000 !important;
    border: none;
    font-size: 25px !important;
    display: none !important;
  }

  .testimonial {
    width: 100%;
    height: auto;
    background: url(../img/testiback.png);
    background-size: cover;
  }

  .cta-section {
    background-color: #f8f9fa;
    border-radius: 0px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
  }

  .cta-section::before {
    background: none;
    z-index: 0;
  }

  .abuimg {
    width: 95%;
    height: 300px;
    object-fit: cover;
    box-shadow: 0px 0px 50px #0000001A;
    border-radius: 30px;
    margin-bottom: 25px;
  }

  .growicon {
    right: 0rem;
    top: 10rem;
  }

  .deliveriry {
    left: 0rem;
  }

  .abusmall {
    display: none;
  }
/* ===========cta footer ============== */
.Newsletter .serchbtn {
  position: absolute;
  right: 0;
  height: 40px;
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 2px;
  background-color: #F25D2A;
  color: #fff;
}
.Newsletter input {
  width: 100%;
  height: 45px;
  padding: 5px 8px;
  outline: none;
  border-radius: 5px;
  border: none;
}
.cta-section2 {
  background-color: #043168;
  border-radius: 0px;
  padding: 25px 10px;
  position: relative;
  top: 0rem;
  overflow: hidden;
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%);
}

.features-item {
  margin: 0px  ;
  transform: rotate(0deg);
}
.exprience-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 160px;
  top: -510px;
  z-index: 100;
}
.features-item .single-features-item .icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
  padding-right: 0px;
  padding-bottom: 10px;
}
.features-item .single-features-item h4 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 0px;
  padding: 10px;
  color: #fff;
}
.features-item .single-features-item {
  margin: auto;
  width: 100%;
  height: auto;
  margin: 20px 0px;
  padding: 25px 0px;
  text-align: center;
  background-color: #043168;
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.work__shape {
 display: none;
}
}