@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "jersey";
  src: url(../fonts/jersey.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "jersey";
  font-size: 45px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "jersey";
  font-size: 60px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 20px;
}

h3 {
  font-family: "jersey";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #888888;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", serif;
  font-weight: 600;
  margin: 0px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/* Header Starts */

header {
  padding: 12px 0;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  padding: 8px 22px;
  font-size: 16px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/* Header Ends */

/* Banner Starts */

.main-banner-img {
  width: 100%;
  height: 92vh;
  object-fit: cover;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

section.main_slider {
  position: relative;
}

section.main_slider:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-before.png);
  width: 100%;
  height: 100%;
}

section.main_slider .add-padding {
  padding: 0 5%;
}

.banner-box {
  text-align: center;
  padding: 15px 15px;
  position: relative;
  border: 1px solid #444343;
}
.banner-heading {
  text-align: center;
  margin: 5px 0;
}

section.main_slider .padding-left {
  padding-left: 0;
}

.banner-box-heading h2 {
  font-size: 35px;
  margin-bottom: 0;
  color: #000;
  padding: 5px 0;
}

.banner-box-heading {
  background: #fff;
}

.banner-box-img-logo {
  background: #fff;
  width: 18%;
  margin: 0 auto;
  padding: 15px 10px;
  margin-bottom: 25px;
}

.banner-box-img-logo img {
  width: 184px !important;
  height: 34px !important;
  object-fit: contain !important;
}
.banner-box.chg.two {
  padding: 15px 15px 40px;
}

section.main_slider .padding-right {
  padding-right: 0;
}

section.main_slider .no-padding {
  padding: 0;
}

.main-banner-socail-icon {
  position: absolute;
  bottom: 44px;
  z-index: 9;
  left: 90px;
}

.main-banner-socail-icon ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-banner-socail-icon ul li a {
  border: 1px solid #5d5c5c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #878686;
  background: #111010;
  font-size: 16px;
  transition: 0.5s;
}

.main-banner-socail-icon ul li a:hover {
  background: #fff;
  color: #171717;
  transition: 0.5s;
}

.main-banner-follow--heading h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  color: #fff;
}

.main-banner-follow--heading {
  position: absolute;
  bottom: 35px;
  right: 90px;
  z-index: 9;
  background: #0d0c0c;
  padding: 10px 20px;
}

.main-banner-main-logo {
  position: absolute;
  z-index: 99;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 10px;
  background: #fff;
  width: 10%;
  padding: 5px 0;
}

.main-banner-main-logo a img {
    width: 260px;
    height: 115px;
    object-fit: contain;
}

.banner-box img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.banner-box a img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(97%) sepia(80%) saturate(0%)
    hue-rotate(53deg) brightness(102%) contrast(102%);
}
.banner-box .row {
  justify-content: center;
}
.banner-box a p {
  font-size: 12px;
}

.banner-box-icon.two {
  margin-top: 25px;
}
.banner-box a p {
  font-size: 10px;
  color: #fff;
}
.banner-box ul {
  column-count: 2;
}

/* Banner Ends */

/*About Us Start*/

.about-us-sec {
  margin: 50px 0;
}

.about-us-row {
  background-image: url(../images/about-us-back.png);
  width: 100%;
  height: 626px;
  background-size: cover;
  padding: 45px 0;
}

.about-us-mission h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
}

.about-us-mission p {
  color: #fff;
}

.about-us-text {
  background: #fff;
  width: 95%;
  padding: 35px 35px 80px;
}

.about-us-row .row {
  justify-content: end;
}

.about-us-text p {
  margin-top: 15px;
}

.about-us-mission {
  background: #bcbec0;
  width: 25%;
  padding: 28px;
  margin-left: 17.5%;
}

/* About Us Ends */

/*Our Testimonials Start */

.our-testimonials-sec {
  padding: 48px 0;
}

.fp-watermark {
  display: none !important;
}

.our-testimonials-heading {
  text-align: center;
}
.our-testimonials-heading p {
  width: 70%;
  margin: 0 auto;
}

.our-testimonials-heading h2 {
  margin-bottom: 12px;
}

.our-testimonials-silder-items {
  border: 2px solid #f6f6f6;
  background: #fff;
  padding: 30px;
  text-align: center;
  border-bottom: 7px solid #bcbec0;
  border-radius: 0;
}

.our-testimonials-silder .slick-active {
  opacity: 1.5;
}

.our-testimonials-silder-items span img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin: auto;
}

.our-testimonials-silder-items h2 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 30px;
  margin-top: 20px;
}

.our-testimonials-silder-items p {
  font-size: 13px;
  margin-bottom: 10px;
}

.our-testimonials-silder-items strong {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  color: #4f4f4f;
  font-family: "Montserrat", serif;
  font-weight: 600;
  margin-top: 5px;
}

.our-testimonials-silder-items ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
}

.our-testimonials-silder-items ul li i {
  font-size: 14px;
  color: #ff9c00;
}

.our-testimonials-silder .slick-slide {
  margin: 0px 15px;
}

.our-testimonials-row {
  margin-top: 25px;
}

.our-testimonials-silder-items:hover {
  border-bottom: 7px solid #000;
}

/*Our Testimonials Ends */

/*Footer Start*/

.footer-sec {
  background: #000;
  padding: 18px 0;
  text-align: center;
}

.footer-sec p {
  color: #9f9f9f;
}

/*Footer Ends */

html {
  overflow-x: hidden;
}
.partner_company img {
  filter: none !important;
}

.icon_boxes {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.icon_boxes2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.icon_boxes2 .coll {
  width: 11%;
}

/*Responsive Css Satrt*/

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-box-img-logo img {
    width: 154px !important;
    height: 25px !important;
    object-fit: contain !important;
  }
  .banner-box-img-logo {
    background: #fff;
    width: 18%;
    margin: 0 auto;
    padding: 10px 5px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .main-banner-socail-icon {
    bottom: 43px;
  }
  .main-banner-img {
    height: 94vh;
  }
  .main-banner-socail-icon ul {
    gap: 20px;
  }
  .main-banner-socail-icon ul li a {
    width: 30px;
    height: 30px;

    font-size: 13px;
  }
  .banner-box a img {
    width: 35px;
    height: 35px;
  }
  .banner-box.chg.two {
    padding: 10px 5px 30px;
  }
  .main-banner-main-logo a img {
    width: 200px;
    height: 55px;
  }
  .banner-box a p {
    font-size: 10px;
  }
  .footer-sec {
    padding: 10px 0;
  }
  .footer-sec p {
    font-size: 12px;
  }
  .main-banner-follow--heading {
    bottom: 40px;
    right: 90px;
    padding: 5px 10px;
  }
  .main-banner-follow--heading h2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-box a img {
    width: 55px;
    height: 37px;
  }
  .main-banner-socail-icon {
    bottom: 53px;
  }
  .main-banner-follow--heading {
    bottom: 50px;
    right: 90px;

    padding: 5px 10px;
  }
  .main-banner-follow--heading h2 {
    font-size: 12px;
    line-height: 20px;
  }
  .main-banner-img {
    height: 100vh !important;
  }
  .footer-sec {
    padding: 10px 0;
  }
  .footer-sec p {
    font-size: 12px;
  }
  .main-banner-socail-icon ul {
    gap: 15px;
  }
    .main-banner-main-logo a img {
        width: 240px;
        height: 100px;
    }
  .main-banner-socail-icon ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .banner-box-img-logo {
    width: 23%;
    padding: 10px 5px;
    margin-bottom: 35px;
  }
  .banner-box {
    padding: 40px 0px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-box a p {
    font-size: 12px;
    line-height: 19px;
  }
  .banner-box-img-logo img {
    width: 184px !important;
    height: 69px !important;
  }
  .main-banner-follow--heading {
    bottom: 300px !important;
    right: 90px;
    padding: 5px 10px;
  }
  .main-banner-follow--heading h2 {
    font-size: 15px;
  }

  .banner-box.chg.two {
    padding: 32px 18px 40px;
  }

  .banner-heading {
    margin: 25px 0;
  }

  .icon_boxes2 {
    row-gap: 20px;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon_boxes2 .coll {
    width: 15%;
  }
  .banner-box-icon.two {
    margin-top: 0px;
  }
  .icon_boxes2 {
    row-gap: 40px;
  }
  .banner-box-img-logo {
    width: 22%;
    margin: 0 auto;
    padding: 5px 5px;
    margin-bottom: 40px;
  }

  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .banner-heading h1 {
    margin: 20px 0px;
  }
  .banner-box-img-logo img {
    width: 152px !important;
    height: 60px !important;
  }
  .banner-box a img {
    width: 35px;
    height: 35px;
  }
  .banner-box a p {
    font-size: 10px;
    line-height: 15px;
  }

  .col {
    flex: 1 0 0%;
    padding: 0 !important;
  }
    .main-banner-img {
        height: 100vh !important;
    }
  .main-banner-socail-icon ul li a {
    width: 30px;
    height: 30px;

    font-size: 13px;
  }
  .main-banner-main-logo a img {
    width: 170px;
    height: 77px;
  }
  .main-banner-socail-icon {
    bottom: 30px;
    left: 70px;
  }
  .main-banner-socail-icon ul {
    gap: 20px;
  }
  .footer-sec {
    padding: 12px 0;
  }
  .footer-sec p {
    font-size: 12px;
  }
  .main-banner-follow--heading h2 {
    font-size: 15px;
  }
  .main-banner-follow--heading {
    bottom: 180px !important;
    right: 70px;
    padding: 5px 10px;
	  width: fit-content !important;
  }

  section.main_slider .add-padding {
    padding: 0 2%;
  }

  .banner-box.chg.two {
    padding: 24px 24px 20px;
  }
  .banner-box {
    padding: 45px 15px;
  }
}

@media (max-width: 768px) {
  .main-banner-img {
    height: 83vh;
  }

  .main-banner-main-logo a img {
    width: 160px;
    height: 57px;
  }

  .banner-box {
    padding: 15px 10px;
  }

  .banner-heading h1 {
    margin: 10px 0px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .icon_boxes .coll {
    width: 33.3333333%;
  }
  .icon_boxes2 .coll {
    width: 24%;
  }
  .main-banner-img {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
  }
  .main-banner-main-logo {
    width: 11%;
  }
  .main-banner-main-logo a img {
    width: 180px;
    height: 45px;
  }
  .banner-box .row {
    column-count: 2 !important;
    display: contents;
  }

  h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .main-banner-follow--heading {
    bottom: 70px;
    right: 0;

    padding: 5px 5px;
  }

  .banner-box-icon.two {
    margin-top: 9px;
  }
  .banner-box a p {
    font-size: 11px;
    margin-bottom: 4px;
    line-height: 17px;
  }
  .banner-box-img-logo {
    width: 16%;
    padding: 8px 5px;
    margin-bottom: 15px;
  }
  .banner-box-img-logo img {
    width: 164px !important;
    height: 24px !important;
  }
  .banner-box a img {
    width: 30px;
    height: 30px;
  }
  .main-banner-socail-icon ul li a {
    width: 30px;
    height: 30px;

    font-size: 12px;
  }
  .main-banner-socail-icon ul {
    gap: 5px;
  }
  .main-banner-socail-icon {
    position: absolute;
    bottom: 32px;
    z-index: 9;
    left: 22px;
  }
  .main-banner-follow--heading h2 {
    font-size: 12px;
    line-height: 20px;
  }
  .main-banner-follow--heading {
    bottom: 30px;
    right: 25px;
    padding: 5px 5px;
  }

  .footer-sec {
    padding: 8px 0;
  }
  .footer-sec p {
    font-size: 11px;
  }
  section.main_slider .add-padding {
    padding: 0 2%;
  }

  .banner-box.chg.two {
    padding: 15px 15px 20px;
  }
  .banner-box {
    padding: 12px 4px 10px;
  }

  .icon_boxes2 {
    text-align: center;
    align-content: center;
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }

  .icon_boxes2 .coll {
    width: auto;
  }

  .icon_boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .icon_boxes .coll {
    width: 100%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
	.banner-bottom-box {
    flex-wrap: wrap;
    gap: 30px !important;
}

.main-banner-follow--heading {
	bottom: 70px;width: fit-content;
	}

.main-banner-socail-icon ul {
    justify-content: center;
}
	
	body .main-banner-follow--heading {
		bottom: 60px !important;
		width: fit-content;
	}
	
  .icon_boxes {
    justify-content: center;
    row-gap: 25px;
    padding: 0;
  }
  .icon_boxes .coll {
    width: 49%;
  }
  .icon_boxes2 {
    justify-content: center;
    row-gap: 25px;
    padding: 0;
  }
  .icon_boxes2 .coll {
    width: 49%;
  }
  .main-banner-img {
    width: 100%;
    height: 1000px !important;
    object-fit: cover;
  }
  .main-banner-main-logo {
    width: 40%;
  }
  .main-banner-main-logo a img {
    width: 200px;
    height: 55px;
  }
  .banner-box .row {
    column-count: 2 !important;
    display: contents;
  }

  h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .main-banner-follow--heading {
    bottom: 70px;
    right: 0;

    padding: 5px 5px;
  }

  .banner-box-icon.two {
    margin-top: 0px;
  }
  .banner-box a p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 3px;
  }
  .banner-box-img-logo {
    width: 68%;
    padding: 8px 5px;
    margin-bottom: 15px;
  }
  .banner-box-img-logo img {
    width: 164px !important;
    height: 24px !important;
  }
  .banner-box a img {
    width: 40px;
    height: 40px;
  }
  .main-banner-socail-icon ul li a {
    width: 30px;
    height: 30px;

    font-size: 12px;
  }
  .main-banner-socail-icon ul {
    gap: 5px;
  }
  .main-banner-socail-icon {
    position: absolute;
    bottom: 44px ;
    z-index: 9;
    left: 22px;
  }
  .main-banner-follow--heading h2 {
    font-size: 12px;
    line-height: 20px;
  }
  .main-banner-follow--heading {
    bottom: 40px;
    right: 25px;
    padding: 5px 5px;
  }

  .footer-sec {
    padding: 8px 0;
  }
  .footer-sec p {
    font-size: 11px;
  }
}

/*Responsive Css End*/

.banner-bottom-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.banner-img-logo img {
    background: #fff;
}

.banner-img-logo {
    border: 1px solid #fff;
    padding: 6px;
}
.banner-main-box .banner-img-logo {
    width: fit-content;
    margin: 0 auto 30px;
}