:root {
  --orange: #f09817;
  --orange-dark: #cf5a00;
  --black: #000;
  --white: #ffffff;
  --button-padding: 11px 25px 13px 25px;
  --gap10: 10px;
  --gap20: 20px;
  --gap30: 30px;
  --f20: 20px;
  --f16: 16px;
  --button-radius: 5px;
  --radius10: 10px;
  --dflex: flex;
  --radius-left: 15px 0px 0px 15px;
  --radius-right: 0 15px 15px 0;
  --gradient: linear-gradient(180deg, #FFF 0%, #ffede5 100%);
  --common-gradient: linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
  --container-width: 1310px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

.inner-banner {
  height: 95px;
}

#midd-part {
  margin: 80px 0 0 0;
}

p {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #000;
  line-height: 23px;
  text-align: justify;
}

p:last-child {
  margin-bottom: 0;
}

.head-style {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 32px;
  color: #f76a00;
  position: relative;
  font-family: 'Exo 2';
  text-transform: uppercase;
  text-align: center;
  font-weight: bold
}

.head-style.full {
  width: 100%;
}

.head-style.center {
  text-align: center;
}

.head-style.left {
  text-align: left;
}

.head-style:after {
  content: '';
  position: absolute;
  width: 31px;
  height: 3px;
  background-color: #f76a00;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.btn__div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
}

.common-btn {
  background-color: var(--orange);
  color: var(--white);
  padding: var(--button-padding);
  gap: var(--gap20);
  font-size: var(--f16);
  border-radius: var(--button-radius);
  -webkit-border-radius: var(--button-radius);
  -moz-border-radius: var(--button-radius);
  -ms-border-radius: var(--button-radius);
  -o-border-radius: var(--button-radius);
  line-height: 1em;
  display: inline-flex;
  align-items: center;
  gap: var(--gap10);
  font-weight: 400;
  font-family: 'Exo 2';
  border: none;
  outline: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  z-index: 0;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
}

.common-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.common-container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

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

.gap-20 {
  gap: 20px;
}

main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
}

img {
  max-width: 100%;
}

/* ================================== */
.banner {
  padding: 40px 0;
  background: linear-gradient(to bottom, #fff 0%, #fff5e5 100%);
}

.banner-inner {
  padding: 0 15px;
  max-width: 1310px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.banner h1 {
  color: #f09817;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}

.banner-left {
  width: 48%;
}

.banner-right {
  width: 48%;
}

.banner-right img {
  max-width: 100%;
}

/* -------------------------------------------------------- */
.features {
  padding: 40px 0;
}

.features ul li i {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fff7eb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 110px;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 15px auto;
}

.features ul li i img {
  height: 70px;
  width: 70px;
  display: inline-block;
  font-size: 0;
}

.features ul li {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
  min-height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}

.features ul li strong {
  display: block;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #000;
  text-transform: capitalize;
}

/* -------------------------------------------------------- */
.front-visual-list-row {
  padding: 40px 0;
}

.front-visual-list-row:empty {
  display: none;
}

.front-visual-list-inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.front-visual-list-row:nth-child(even) {
  background-color: #f8f8f8;
}

.front-visual-caption h4,
.front-visual-caption .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--orange);
  margin-top: -8px;
  display: block;
}

.front-visual-caption {
  margin-bottom: 20px;
}

.front-visual-caption-img img {
  border-radius: 15px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}

.front-visual-caption-img {
  position: relative;
  z-index: 0;
}

.front-visual-list-row:nth-child(odd) .front-visual-caption-img {
  margin-top: 40px;
}

.front-visual-list-row:nth-child(odd) .front-visual-caption-img::after {
  content: '';
  background-color: #F6F6F6;
  position: absolute;
  right: -20px;
  left: 100px;
  top: -20px;
  bottom: -20px;
  border-radius: 0 15px 15px 0;
}

.front-visual-caption-img:after {
  z-index: -1;
}

.visuals-main-heading {
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F94C00;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
  margin-top: -40px;
  margin-bottom: 20px;
}

.visuals-main-heading h3 {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  margin-top: -40px;
}

ul.control-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1310px;
  margin: 50px auto 50px auto;
  padding: 0 15px;
  gap: 20px;
}

ul.control-list li {
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  align-items: center;
  gap: 20px;
}

ul.control-list li:first-child {
  grid-column: span 2;
}

ul.control-list li:first-child img {
  margin-bottom: -40px;
}

ul.control-list li img {
  margin-bottom: -70px;
}

ul.control-list li:nth-child(2) .common-btn {
  color: #262626;
}

ul.control-list li:nth-child(2) .common-btn:hover,
ul.control-list li:last-child .common-btn:hover {
  color: #fff;
}

ul.control-list li:last-child .common-btn {
  color: #69BD33;
}

.control-caption strong {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.control-caption p {
  color: #fff;
}

.control-caption {
  gap: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.main-screen {
  padding: 40px 0;
  position: relative;
  z-index: 0;
}

/* .main-screen::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 1043px;
  left: 0;
  background-color: #FFF0E9;
  z-index: -1;
} */
.main-screen-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1.55fr 1.1fr;
  gap: 10px;
}

.guide-lines h3 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-top: -13px;
}

.guide-caption {
  font-size: 26px;
  display: flex;
  font-weight: bold;
  color: #000;
  position: relative;
  justify-content: space-between;
  left: 68%;
  width: 561px;
  padding-bottom: 10px;
}

.guide-caption em {
  font-style: normal;
}

.guide-caption .firstline {
  position: absolute;
  top: 105%;
}

.guide-lines {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 68px;
}

ul.uber-visuals-right {
  margin-top: 110px;
  position: relative;
}

.line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: 0;
}

.line:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #000;
  transform: rotate(45deg);
  top: -3px;
}

ul.uber-visuals-right li {
  position: relative;
}

ul.uber-visuals-right li label {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 12px;
}

ul.uber-visuals-right li label em {
  font-style: normal;
}

ul.uber-visuals-right li:first-child img {
  margin: 30px 0 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

ul.uber-visuals-right li:nth-child(2) {
  margin-top: 110px;
}

ul.uber-visuals-right li:nth-child(3) {
  margin-top: 210px;
}

ul.uber-visuals-right li:nth-child(4) {
  margin-top: 300px;
}

ul.uber-visuals-right li:nth-child(5) {
  margin-top: 250px;
}

ul.uber-visuals-right li:nth-child(6) {
  margin-top: 360px;
}

ul.uber-visuals-right li:nth-child(7) {
  margin-top: 260px;
}

/* ul.uber-visuals-right li:nth-last-child(-n+2) label {
  color: var(--orange);
} */
img.main-image {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* -------------------------------------------------------- */
.banner-bottom-part {
  max-width: 1310px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 20px;
}

.banner-bottom-part::before {
  content: '';
  display: block;
  zoom: 1;
  clear: both;
}

.banner-bottom-part-box1 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 33%;
  background: #fc4d00;
  min-height: 295px;
  border-radius: 3px;
}

.banner-bottom-part-box1-text {
  margin: 20px 0 0 15px;
  padding: 0px;
  float: left;
  width: 225px;
  color: #FFFFFF;
}

.banner-bottom-part-box1-text .pannel-title {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 35px;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
}

.banner-bottom-part-box1-text p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
  min-height: 80px;
}

.banner-bottom-part-box1-text span {
  margin: 20px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.banner-bottom-part-box1-text span a {
  margin: 0px;
  padding: 10px 20px;
  float: left;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-family: 'Exo 2';
  font-weight: bold;
}

.banner-bottom-part-box1-text span a:hover {
  border-color: #000000;
  color: #000000;
}

.banner-bottom-part-box1-img {
  margin: 20px 0 0;
  padding: 0px;
  float: right;
  width: 152px;
}

.banner-bottom-part-box2 {
  margin: 0 5px;
  padding: 0px;
  float: left;
  width: 33%;
  background: #262626;
  min-height: 295px;
  border-radius: 3px;
}

.banner-bottom-part-box2-text {
  margin: 20px 0 0 15px;
  padding: 0px;
  float: left;
  width: 234px;
  color: #FFFFFF;
}

.banner-bottom-part-box2-text .pannel-title {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 35px;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
}

.banner-bottom-part-box2-text p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
  min-height: 80px;
}

.banner-bottom-part-box2-text span {
  margin: 20px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.banner-bottom-part-box2-text span a {
  margin: 0px;
  padding: 10px 20px;
  float: left;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-family: 'Exo 2';
  font-weight: bold;
}

.banner-bottom-part-box2-text span a:hover {
  border-color: #babafb;
  color: #babafb;
}

.banner-bottom-part-box2-img {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 157px;
  overflow: hidden;
}

.banner-bottom-part-box3 {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 33%;
  background: #69bd33;
  min-height: 295px;
  border-radius: 3px;
  background-size: cover;
}

.banner-bottom-part-box3-text {
  margin: 20px 0 0 15px;
  padding: 0px;
  float: left;
  width: 225px;
  color: #FFFFFF;
}

.banner-bottom-part-box3-text .pannel-title {
  margin: 0 0 20px;
  padding: 0px;
  float: left;
  width: 78%;
  font-size: 35px;
  font-family: 'Exo 2';
  font-weight: bold;
  text-transform: uppercase;
}

.banner-bottom-part-box3-text p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  font-size: 15px;
  min-height: 80px;
}

.banner-bottom-part-box3-text span {
  margin: 20px 0 0;
  padding: 0px;
  float: left;
  width: 100%;
}

.banner-bottom-part-box3-text span a {
  margin: 0px;
  padding: 10px 20px;
  float: left;
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-family: 'Exo 2';
  font-weight: bold;
}

.banner-bottom-part-box3-text span a:hover {
  border-color: #000000;
  color: #000000;
}

.banner-bottom-part-box3-img {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 157px;
  overflow: hidden;
}

[class*='banner-bottom-part'] p {
  color: #fff;
}

.banner-bottom-part-box1::after,
.banner-bottom-part-box2::after,
.banner-bottom-part-box3::after {
  content: '';
  clear: both;
  display: block;
  zoom: 1;
}

@media (min-width: 768px) {
  .main-screen-inner {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .main-screen-inner {
    max-width: 1010px;
  }

  ul.uber-visuals-right li:nth-child(2) {
    margin-top: 40px;
  }

  ul.uber-visuals-right li:nth-child(3) {
    margin-top: 120px;
  }

  ul.uber-visuals-right li:nth-child(4) {
    margin-top: 219px;
  }

  ul.uber-visuals-right li:nth-child(5) {
    margin-top: 210px;
  }

  ul.uber-visuals-right li:nth-child(6) {
    margin-top: 230px;
  }

  ul.uber-visuals-right li:nth-child(7) {
    margin-top: 260px;
  }
}

@media (min-width: 1200px) {
  .main-screen-inner {
    max-width: 1310px;
  }

  ul.uber-visuals-right li:nth-child(2) {
    margin-top: 110px;
  }

  ul.uber-visuals-right li:nth-child(3) {
    margin-top: 270px;
  }

  ul.uber-visuals-right li:nth-child(4) {
    margin-top: 500px;
  }

  ul.uber-visuals-right li:nth-child(5) {
    margin-top: 400px;
  }

  ul.uber-visuals-right li:nth-child(6) {
    margin-top: 210px;
  }

  ul.uber-visuals-right li:nth-child(7) {
    margin-top: 260px;
  }
}

@media (max-width:1199px) {
  .banner h1 {
    font-size: 40px;
    line-height: 1em;
  }

  .banner-bottom-part-box3-text h4,
  .banner-bottom-part-box2-text h4,
  .banner-bottom-part-box1-text h4 {
    font-size: 25px;
  }

  .banner-bottom-part-box3-text,
  .banner-bottom-part-box2-text,
  .banner-bottom-part-box1-text {
    margin: 15px 0 0 15px;
    width: 145px;
  }

  .banner-bottom-part-box3-text p,
  .banner-bottom-part-box1-text p,
  .banner-bottom-part-box2-text p {
    font-size: 13px;
    line-height: 19px;
  }

  .banner-bottom-part-box1-text span a,
  .banner-bottom-part-box2-text span a,
  .banner-bottom-part-box3-text span a {
    padding: 8px 10px;
    font-size: 15px;
  }

  .banner-bottom-part-box3,
  .banner-bottom-part-box1,
  .banner-bottom-part-box2 {
    width: calc(34% - 10px);
  }
}

@media (max-width: 991px) {
  .row-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-screen-inner {
    grid-template-columns: 1fr;
  }

  ul.uber-visuals-right {
    display: none;
  }

  .guide-lines {
    display: none;
  }

  .banner-left {
    order: 2;
    width: 100%;
  }

  .banner-right {
    order: 1;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }

  .banner h1 {
    font-size: 35px;
  }

  .banner h2 b {
    font-size: 24px;
  }

  ul.control-list {
    display: flex;
    flex-wrap: wrap;
  }

  ul.control-list li img,
  ul.control-list li:first-child img {
    margin: 0;
  }

  .banner-bottom-part-box3-text h4,
  .banner-bottom-part-box2-text h4,
  .banner-bottom-part-box1-text h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .banner-bottom-part-box3-text,
  .banner-bottom-part-box2-text,
  .banner-bottom-part-box1-text {
    margin: 10px 0 0 10px;
    width: 105px;
  }

  .banner-bottom-part-box3-text p,
  .banner-bottom-part-box1-text p,
  .banner-bottom-part-box2-text p {
    font-size: 12px;
    line-height: 18px;
    min-height: inherit;
  }

  .banner-bottom-part-box1-text span a,
  .banner-bottom-part-box2-text span a,
  .banner-bottom-part-box3-text span a {
    padding: 6px 6px;
    font-size: 14px;
  }

  .banner-bottom-part-box3-img,
  .banner-bottom-part-box1-img,
  .banner-bottom-part-box2-img {
    width: 114px;
  }
}

@media (max-width:767px) {
  .banner-bottom-part-box3, .banner-bottom-part-box1, .banner-bottom-part-box2 {
    width: calc(50% - 10px);
}
.banner-bottom-part-box3-img, .banner-bottom-part-box1-img, .banner-bottom-part-box2-img {
  width: 152px;
}
.banner-bottom-part-box3-text h4, .banner-bottom-part-box2-text h4, .banner-bottom-part-box1-text h4 {
  font-size: 20px;
  margin: 0 0 10px;
}
.banner-bottom-part-box3-text p, .banner-bottom-part-box1-text p, .banner-bottom-part-box2-text p {
  font-size: 14px;
  line-height: 18px;
  min-height: inherit;
}
}
@media screen and (max-width:630px) {
  .row-3 {
    grid-template-columns: 1fr;
}
  .banner-bottom-part-box3, .banner-bottom-part-box1, .banner-bottom-part-box2 {
    width: 100%;
    margin: 0 0 20px;
  }
  ul.control-list li {
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
  }

  .banner h1 {
    font-size: 28px;
  }
  .head-style {
    font-size: 26px;
}
  .banner h2 b {
    font-size: 22px;
  }
  .banner-bottom-part-box3-text, .banner-bottom-part-box2-text, .banner-bottom-part-box1-text{
    width: calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    margin: 20px 0px 0 20px;
  }
  .front-visual-caption h4,
  .front-visual-caption .section-title {
    font-size: 26px;
}
  .front-visual-list-row:nth-child(odd) .front-visual-caption-img::after {
    right: -10px;
  }
}