/* Common CSS Start */
html {
  scroll-behavior: smooth;
}

a.text-green {
  color: #28c785;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a.text-green:hover {
  color: #0b1b3b;
}

.common-btn a {
  background-color: #ffffff;
  color: #111;
  font: 700 22px/25px "Inter", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 23px 40px 20px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid #28c785;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.common-btn a:hover {
  background-color: #28c785;
  color: #fff;
  border-color: #fff;
}

.text-blue {
  color: #0b1b3b;
}

.common-text {
  margin: 0 0 60px 0;
  text-align: center;
}

.common-text p {
  font: 700 30px/40px "Montserrat", Helvetica, sans-serif;
  margin: 0 0 10px 0;
}

.common-text h3 {
  font: 700 60px/70px "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

/* Common CSS End */
/* top-part Start */
#top-part {
  padding: 0 0 200px;
  background-image: url(../images/bg-top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#top-part .top-left {
  padding: 60px 0 0 0;
}
#top-part #form-submit {
  padding: 60px 0 0 0;
}
#top-part .top-left h1 {
  font: 900 70px/70px "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 11px 0 12px #1c1c1c;
  margin: 0 0 20px 0;
}

#top-part .top-left h1 span {
  color: #28c785;
}

#top-part .top-left .logo {
  margin: 0 0 192px 0;
}

#top-part .top-left p {
  font: 500 40px/45px "Inter", Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 50px 0;
}

#top-part .top-left p a:hover {
  color: #fff;
}

#top-part .form-container {
  background-color: #000000;
  padding: 30px;
  color: #fff;
}

#top-part .form-title {
  background-color: #3fc18d;
  text-align: center;
  padding: 15px;
  color: #fff;
  font: 700 20px/45px "Montserrat", Helvetica, sans-serif;
  margin: -30px -45px 30px -45px;
  position: relative;
}

#top-part .form-title::after {
  content: "";
  position: absolute;
  bottom: -25px;
  top: auto;
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 25px solid #148053;
  transform: rotate(180deg);
  z-index: 1;
}

#top-part .form-title::before {
  content: "";
  position: absolute;
  bottom: -25px;
  top: auto;
  left: 0;
  right: auto;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #148053;
  transform: rotate(180deg);
  z-index: 1;
}

#top-part .btn-custom {
  background-color: #3fc18d;
  border: none;
  padding: 15px;
  font: 600 22px/30px "Montserrat", Helvetica, sans-serif;
  color: #fff;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

#top-part .form-container label {
  font: 400 17px/20px "Inter", Helvetica, sans-serif;
}

#top-part .form-container input,
#top-part .form-container select {
  padding: 15px;
  height: 60px;
  border-radius: 0;
  border: 0;
  font: 400 17px/20px "Inter", Helvetica, sans-serif;
  outline: none;
  box-shadow: none;
}

#top-part .btn-custom:hover {
  background-color: #35ac7d;
}

/* top-part End */
/* about-us Start */
#about-us {
  padding: 120px 0 50px;
  border-radius: 100px 100px 0 0;
  margin: -100px 0 0 0;
  background: #fff;
}

#about-us .about-us-content h2 {
  font: 700 30px/40px "Montserrat", Helvetica, sans-serif;
  color: #0b1b3b;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  position: relative;
}

#about-us .about-us-content h2::after {
  width: 44px;
  height: 5px;
  background-color: #28c785;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  content: "";
}

#about-us .about-us-content p {
  font: 400 18px/32px "Montserrat", Helvetica, sans-serif;
  color: #747474;
  margin: 0 0 75px 0;
}

#about-us .about-us-content .common-btn a {
  background-color: #0b1b3b;
  color: #fff;
  border-color: #28c785;
}

#about-us .about-us-content .common-btn a:hover {
  background-color: #28c785;
  color: #fff;
  border-color: #0b1b3b;
}

#about-us .about-us-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#about-us:hover .about-us-img img {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

/* about-us End */
/* feature-part Start */
#feature-part {
  padding: 100px 0 200px;
  background-image: url(../images/bg-feature.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 100px 0 0;
}

#feature-part .common-text p {
  color: #28c785;
}

#feature-part .common-text h3 {
  color: #fff;
}

#feature-part .feature-col .feature-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#feature-part .feature-col .feature-img {
  position: relative;
}

#feature-part .feature-col .feature-img span {
  position: absolute;
  left: 0;
  right: auto;
  bottom: auto;
  top: 0;
  background: #28c785;
  width: 45px;
  height: 45px;
  font: 700 28px/28px "Inter", Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

#feature-part .feature-col .feature-img {
  border-radius: 50%;
  display: inline-block;
  margin: 0 0 20px 0;
}

#feature-part .feature-col .feature-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#feature-part .feature-col:hover .feature-img img {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

#feature-part .feature-col {
  text-align: center;
}

#feature-part .feature-col h6 {
  font: 600 24px/30px "Inter", Helvetica, sans-serif;
  color: #28c785;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}

#feature-part .feature-col p {
  font: 400 16px/28px "Inter", Helvetica, sans-serif;
  color: #fff;
  margin: 0;
}

/* feature-part End */
/* commodities-part Start */
#commodities-part {
  padding: 100px 0 0;
  background-image: url(../images/bg-commodities.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px 100px 0 0;
  margin: -100px 0 0 0;
}

#commodities-part .common-text p {
  color: #28c785;
}

#commodities-part .common-text h3 {
  color: #000;
}

#commodities-part .commodities-flex-row h5 {
  font: 700 30px/40px "Inter", Helvetica, sans-serif;
  color: #28c785;
  margin: 0 0 10px 0;
}

#commodities-part .commodities-flex-row p {
  font: 400 18px/22px "Inter", Helvetica, sans-serif;
  color: #a4a4a4;
  margin: 0;
}

#commodities-part .commodities-flex-row {
  padding: 25px;
  background: #fff;
  margin: 0 0 30px 0;
  position: relative;
}

#commodities-part .commodities-flex-row .align-center {
  align-items: center;
}

#commodities-part .commodities-flex-img {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

#commodities-part .commodities-flex-img .commodities-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

#commodities-part .commodities-flex-img .commodities-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#commodities-part .commodities-flex-img .commodities-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#commodities-part .commodities-flex-row::after {
  background-image: url(../images/after.png);
  width: 50px;
  height: 49px;
  content: "";
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
}

#commodities-part .commodities-flex-row::before {
  background-image: url(../images/after.png);
  width: 50px;
  height: 49px;
  content: "";
  position: absolute;
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

#commodities-part .new-commodities-flex {
  padding: 50px;
  background-image: url(../images/bg-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

#commodities-part .new-commodities-flex h4 {
  font: 700 30px/40px "Inter", Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 10px 0;
}

#commodities-part .new-commodities-flex p {
  font: 500 20px/30px "Inter", Helvetica, sans-serif;
  color: #fff;
  margin: 0;
}

#commodities-part .new-commodities-flex h4 a:hover {
  color: #fff;
}

#commodities-part .new-commodities-flex .common-btn a {
  background-color: #28c785;
  color: #fff;
  border-color: #fff;
}

#commodities-part .new-commodities-flex .common-btn a:hover {
  background-color: #fff;
  color: #111;
  border-color: #28c785;
}

/* commodities-part End */
/* faq Start */
#faq {
  background: #28c785;
  border-radius: 100px 100px 0 0;
  margin: -100px 0 0 0;
  padding: 150px 0 200px 0;
}

#faq .common-text p {
  color: #fff;
}

#faq .common-text h3 {
  color: #000;
}

#faq .faq-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#faq:hover .faq-img img {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

#faq .accordion-button::after {
  display: none;
}

#faq .icon-toggle {
  transition: transform 0.3s;
  position: absolute;
  right: 0;
  font: 500 35px/35px "Montserrat", Helvetica, sans-serif;
  width: 40px;
  text-align: center;
}

#faq .accordion-button.collapsed .icon-toggle::before {
  content: "+";
}

#faq .accordion-button:not(.collapsed) .icon-toggle::before {
  content: "-";
}

#faq .accordion-item {
  margin: 0 0 20px 0;
  border: none;
  border-radius: 0;
}

#faq .accordion-item h2 button {
  font: 500 20px/30px "Inter", Helvetica, sans-serif;
  color: #111;
  outline: none;
  box-shadow: none;
}

#faq .accordion-item .accordion-body {
  font: 400 16px/28px "Inter", Helvetica, sans-serif;
  color: #747474;
}

#faq .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
}

/* faq End */

/* Testimonial Start */
#testimonial-part {
  border-radius: 100px 100px 0 0;
  margin: -100px 0 0 0;
  background: #fff;
  padding: 100px 0;
}

#testimonial-part .common-text p {
  color: #28c785;
}

#testimonial-part .common-text h3 {
  color: #000;
}

#testimonial-part .testimonial-img {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

#testimonial-part .testimonial-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#testimonial-part:hover .testimonial-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#testimonial-part .testimonial-col {
  border: 1px solid #0b1b3b;
  padding: 15px;
  margin: 0 0 30px 0;
  position: relative;
}

#testimonial-part .testimonial-img-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 10px 0;
}

#testimonial-part .testimonial-img-flex .testimonial-user-img {
  width: 55px;
  height: 55px;
}

#testimonial-part .testimonial-img-flex .testimonial-user-img img {
  border-radius: 50%;
}

#testimonial-part .testimonial-img-flex .testimonial-name h3 {
  font: 700 18px/24px "Montserrat", Helvetica, sans-serif;
  margin: 0;
}

#testimonial-part .testimonial-col .testimonial-desc p {
  font: italic 500 15px/26px "Montserrat", Helvetica, sans-serif;
  margin: 0;
  color: #747474;
  min-height: 124px;
}

#testimonial-part .testimonial-col::after {
  background-image: url(../images/testimonial-after.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  left: auto;
  bottom: auto;
  content: "";
}

/* Testimonial End */
/* newslatter-part Start */
#newslatter-part {
  padding: 50px 0;
  background-color: #02122c;
  position: relative;
  z-index: 1;
}

#newslatter-part::after {
  background-image: url(../images/newslatter.jpg);
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 375px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#newslatter-part::before {
  background-image: url(../images/newslatter.jpg);
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 375px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

#newslatter-part .newslatter-content h2 {
  font: 700 26px/30px "Inter", Helvetica, sans-serif;
  color: #28c785;
  margin: 0 0 10px 0;
}

#newslatter-part .newslatter-content p {
  font: 400 18px/24px "Inter", Helvetica, sans-serif;
  margin: 0;
  color: #fff;
}

#newslatter-part .newslatter-right {
  text-align: right;
}

#newslatter-part .common-btn a {
  background-color: #28c785;
  color: #fff;
  border-color: #fff;
}

#newslatter-part .common-btn a:hover {
  background-color: #fff;
  color: #111;
  border-color: #28c785;
}

#newslatter-part .newslatter-content {
  position: relative;
  padding: 0 0 0 100px;
}

#newslatter-part .newslatter-content::after {
  width: 80px;
  height: 80px;
  background-image: url(../images/newslatter-after.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  content: "";
}

/* newslatter-part End */
/* footer-part Start */
#footer-part {
  background: #000000;
  padding: 60px 0 0 0;
}

#footer-part .align-center {
  align-items: center;
}

#footer-part .social-media {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}

#footer-part .social-media span {
  font: 400 18px/24px "Inter", Helvetica, sans-serif;
  margin: 0;
  color: #fff;
}

#footer-part .social-media a {
  background: #747474;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer-part .social-media a img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#footer-part .social-media a:hover img {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}

#footer-part .bottom-footer {
  border-top: 1px solid #828282;
  padding: 30px 0;
  margin: 60px 0 0 0;
}

#footer-part .bottom-footer p {
  font: 400 18px/24px "Inter", Helvetica, sans-serif;
  margin: 0;
  color: #fff;
}

#footer-part .bottom-footer p.text-right {
  text-align: right;
}

#footer-part .bottom-footer p a {
  padding: 0 15px;
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#footer-part .bottom-footer p a:hover {
  color: #28c785;
}

#footer-part .bottom-footer p a:first-child {
  padding-left: 0;
  margin-left: 0;
}

/* footer-part End */

/* inner page Start */
#inner-header {
  background-image: url(../images/bg-top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  text-align: center;
}
#inner-page-content{
    padding: 50px 0;
}
#inner-page-content h2{
    font: 700 30px/40px "Montserrat", Helvetica, sans-serif;
    color: #0b1b3b;
    margin: 0 0 20px 0;
}
#inner-page-content h3{
    font: 700 22px/28px "Montserrat", Helvetica, sans-serif;
    color: #0b1b3b;
    margin: 0 0 20px 0;
}
#inner-page-content p{
    font: 400 16px/30px "Montserrat", Helvetica, sans-serif;
    color: #111;
    margin: 0 0 15px 0;
}
#inner-page-content ul li{
    font: 400 16px/30px "Montserrat", Helvetica, sans-serif;
    color: #111;
    margin: 0 0 5px 0;
}
#inner-page-content p a{
    text-decoration: none;
    color: #28c785;
    transition: all 0.5s;
    font-weight: 600;
}
#inner-page-content p a:hover{
    color: #111;
}
/* inner page End */
@media (max-width: 1199px) {
  #top-part .top-left .logo {
    margin: 0 0 132px 0;
  }
  #about-us {
    border-radius: 70px 70px 0 0;
    padding: 90px 0 50px;
  }
  #feature-part {
    padding: 70px 0 160px;
    border-radius: 70px 70px 0 0;
  }
  #commodities-part {
    padding: 60px 0 0;
    border-radius: 70px 70px 0 0;
  }
  #faq {
    border-radius: 70px 70px 0 0;
    padding: 150px 0 150px 0;
  }
  #testimonial-part {
    border-radius: 70px 70px 0 0;
    padding: 50px 0;
  }
  #newslatter-part .newslatter-content p {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    color: #fff;
  }
  #testimonial-part .testimonial-col .testimonial-desc p {
    font-size: 14px;
    line-height: 22px;
  }
  #about-us .about-us-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #about-us .about-us-content p {
    margin: 0 0 45px 0;
    font-size: 16px;
    line-height: 32px;
  }
  #top-part .top-left h1 {
    font-size: 60px;
    line-height: 60px;
  }
  #top-part .top-left p {
    font-size: 32px;
    line-height: 42px;
  }
  #top-part {
    padding: 0 0 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #top-part .top-left h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #top-part .top-left p {
    font-size: 25px;
    line-height: 34px;
    margin: 0 0 30px 0;
  }
  #top-part .form-title {
    font-size: 15px;
    line-height: 45px;
    padding: 6px;
    margin: -30px -35px 30px -35px;
  }
  #top-part .form-container input,
  #top-part .form-container select {
    height: 50px;
  }
  #top-part .btn-custom {
    font-size: 16px;
    line-height: 30px;
    padding: 9px;
  }
  #top-part .form-container {
    padding: 30px 20px;
  }
  .common-text h3 {
    font-size: 50px;
    line-height: 60px;
  }
  #feature-part .feature-col p {
    font-size: 14px;
    line-height: 26px;
  }
  #feature-part .feature-col h6 {
    font-size: 16px;
    line-height: 25px;
  }
  #commodities-part .commodities-flex-row h5 {
    font-size: 23px;
    line-height: 25px;
  }
  #commodities-part .new-commodities-flex {
    padding: 15px;
  }
  #commodities-part .new-commodities-flex h4 {
    font-size: 22px;
    line-height: 34px;
  }
  #commodities-part .new-commodities-flex p {
    font-size: 14px;
    line-height: 26px;
  }
  #faq .accordion-item h2 button {
    font-size: 16px;
    line-height: 20px;
  }
  #testimonial-part .testimonial-img {
    margin: 0 0 30px 0;
  }
  #newslatter-part .newslatter-content h2 {
    font-size: 18px;
    line-height: 20px;
  }
  #footer-part .bottom-footer p a {
    padding: 0 10px;
    margin: 0 10px;
  }
  #footer-part .bottom-footer p {
    font-size: 13px;
    line-height: 14px;
  }
  #faq {
    margin: -50px 0 0 0;
    padding: 100px 0 150px 0;
  }
}
@media (max-width: 767px) {
  #top-part .top-left .logo {
    margin: 0 0 52px 0;
  }
  #top-part .top-left p {
    margin: 0 0 30px 0;
  }
  #top-part .top-left {
    padding: 40px 0 0 0;
    text-align: center;
  }
  #top-part #form-submit {
    padding: 40px 0 0 0;
    width: 90%;
    margin: 0 auto;
  }
  #about-us {
    border-radius: 30px 30px 0 0;
    padding: 50px 0 50px;
    text-align: center;
  }
  #about-us .about-us-content h2::after {
    right: 0;
    margin: auto;
  }
  #feature-part {
    padding: 40px 0 130px;
    border-radius: 30px 30px 0 0;
  }
  #feature-part .feature-col {
    margin: 0 0 30px 0;
  }
  .common-text h3 {
    font-size: 50px;
    line-height: 50px;
  }
  #commodities-part .commodities-flex-img {
    margin: 30px 0 0 0;
    justify-content: center;
  }
  #commodities-part .commodities-flex-row h5,
  #commodities-part .commodities-flex-row p {
    text-align: center;
  }
  #commodities-part .new-commodities-flex {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }
  #commodities-part .new-commodities-flex h4 {
    font-size: 25px;
    line-height: 38px;
  }
  #commodities-part .new-commodities-flex p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 19px 0;
  }
  #faq {
    border-radius: 30px 30px 0 0;
  }
  #commodities-part {
    padding: 40px 0 0;
    border-radius: 30px 30px 0 0;
  }
  #testimonial-part {
    border-radius: 30px 30px 0 0;
    padding: 30px 0;
  }
  #testimonial-part .testimonial-img {
    margin: 0 0 30px 0;
  }
  #testimonial-part .testimonial-col .testimonial-desc p {
    min-height: auto;
  }
  #newslatter-part .newslatter-right {
    text-align: center;
    margin: 20px 0 0 0;
  }
  #newslatter-part::after,
  #newslatter-part::before {
    display: none;
  }
  .footer-logo {
    text-align: center;
  }
  #footer-part .social-media {
    margin: 20px 0 0 0;
    justify-content: center;
  }
  #footer-part .bottom-footer p.text-right,
  #footer-part .bottom-footer p {
    text-align: center;
  }
  #footer-part .bottom-footer p.text-right {
    margin: 20px 0 0 0;
  }
  #footer-part {
    padding: 30px 0 0 0;
  }
  #footer-part .bottom-footer {
    margin: 30px 0 0 0;
  }
  .common-text {
    margin: 0 0 30px 0;
  }
  #newslatter-part .newslatter-content::after {
    right: 0;
    bottom: auto;
  }
  #newslatter-part .newslatter-content {
    padding: 100px 0 0;
    text-align: center;
  }
  #newslatter-part {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  #top-part .top-left h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #top-part .top-left p {
    font-size: 27px;
    line-height: 39px;
  }
  .common-text h3 {
    font-size: 33px;
    line-height: 40px;
  }
  #faq .accordion-item h2 button {
    font-size: 17px;
    line-height: 26px;
  }
  #faq {
    padding: 130px 0 120px 0;
  }
  #testimonial-part {
    padding: 30px 0 0;
  }
}
@media (max-width: 480px) {
  #top-part .top-left h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #top-part .top-left p {
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 20px 0;
  }
  #top-part .top-left .logo {
    margin: 0 0 32px 0;
  }
  #top-part .top-left {
    padding: 30px 0 0 0;
  }
  #top-part .form-title {
    font-size: 19px;
    line-height: 25px;
  }
  #top-part .form-container input,
  #top-part .form-container select {
    height: 45px;
    padding: 12px;
  }
  #top-part .btn-custom {
    font-size: 16px;
    line-height: 20px;
  }
  .common-text p {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 10px 0;
  }
  #commodities-part .commodities-flex-row p {
    font-size: 15px;
    line-height: 20px;
  }
  #commodities-part .commodities-flex-row h5 {
    font-size: 25px;
    line-height: 35px;
  }
  #commodities-part .new-commodities-flex {
    padding: 20px;
  }
  #faq .accordion-item h2 button {
    padding: 15px 45px 15px 15px;
    font-size: 16px;
    line-height: 23px;
  }
  #newslatter-part .newslatter-content h2 {
    font-size: 20px;
    line-height: 26px;
  }
  #footer-part .bottom-footer p {
    font-size: 14px;
  }
  #top-part .form-container label {
    font-size: 15px;
  }
  #inner-page-content {
        padding: 30px 0;
    }
    #inner-page-content h2{
        font-size: 27px;
        line-height: 40px;
    }
    #inner-page-content h3{
        font-size: 20px;
    }
}
@media (max-width: 360px) {
  #top-part .top-left h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #top-part .top-left p {
    font-size: 17px;
    line-height: 29px;
  }
  .common-btn a {
    padding: 23px 30px 20px;
  }
  #footer-part .bottom-footer p a {
    padding: 0 10px;
    margin: 0 10px;
  }
}
