.sec4-wrap {
  padding: 5rem 0 14rem;
  background: linear-gradient(295deg, #031b49 33.87%, #0741af 91.97%);
}
.sec4-wrap .sec4 .textwrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec4-wrap .sec4 .text > span {
  display: block;
  color: #86e1ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 1rem;
}
.sec4-wrap .sec4 .text h2 {
  color: #fff;
  font-family: "Anton";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
}
.sec4-wrap .sec4 .offers {
  margin-top: 5rem;
}
.sec4-wrap .sec4 .offers .rows {
  display: flex;
  gap: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.sec4-wrap .sec4 .offers .dblock {
  position: relative;
}
.sec4-wrap .sec4 .offers .dblock .imgblock .img {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  transition: all 1s ease;
}
.sec4-wrap .sec4 .offers .dblock .imgblock .img h3 {
  color: #fff;
  font-family: "Anton";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-top: 2rem;
  transition: all 400ms ease;
}
.sec4-wrap .sec4 .offers .dblock .imgblock:hover .img h3 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: #fff0;
}
.sec4-wrap .sec4 .offers .dblock p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
}
.sec4-wrap .sec4 .offers .dblock .textn {
  position: absolute;
  bottom: 1.5rem;
  padding: 0 1.5rem;
}
.sec4-wrap .sec4 .offers .dblock .posabsol {
  position: absolute;
  z-index: 1;
}
.sec4-wrap .sec4 .offers .dblock .posabsol.pos1 {
  left: 1.5rem;
  top: -2.5rem;
}
.sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips {
  border-radius: 10000px;
  background: linear-gradient(152deg, #86e1ff 31.81%, #031b49 60.83%);
  position: absolute;
  left: 0;
  transition: all 400ms ease;
}
.sec4-wrap .sec4 .offers .dblock .imgblock:hover .img .ellips {
  background: linear-gradient(180deg, #86e1ff 22.16%, #031b49 104.04%);
}
.sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.lg {
  width: 882px;
  height: 882px;
  top: -3rem;
  left: -26rem;
}
.sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.sm {
  width: 582px;
  height: 582px;
  top: -9rem;
  left: -9.45rem;
}
.sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.md {
  width: 882px;
  height: 882px;
  top: -7.5rem;
  left: -17.45rem;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock {
  flex: 0 38%;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(1) h3 {
  margin-bottom: 1rem;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) {
  flex: 1;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) .textn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) h3 {
  margin-bottom: 2rem;
  position: absolute;
  top: 0;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) h3 span {
  display: block;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) p {
  font-size: 18px;
  letter-spacing: -0.18px;
  position: absolute;
  bottom: 0.5rem;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) p span {
  display: block;
}
.sec4-wrap .sec4 .offers .dblock .posabsol.pos2 {
  right: 0;
  bottom: 0;
}
.sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock .imgwrapn {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  position: relative;
}
.sec4-wrap .sec4 .offers .dblock .imgblock {
  position: relative;
  flex: 1 0 46%;
}
.sec4-wrap .sec4 .offers .dblock .posabsol.pos3 {
  left: -1.5rem;
  top: -2.5rem;
}
.sec5-wrap {
  padding: 6rem 0;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
  margin-top: -4rem;
}
.sec5-wrap .sec5 .text h2 {
  color: #fff;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.sec5-wrap .sec5 .weare-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-top: -12rem;
}
.sec5-wrap .sec5 .weare-wrap .wearelist .glide__slide {
  padding-left: 0;
  padding-right: 0;
}
.sec5-wrap .sec5 .weare-wrap .wearelist .img img {
  object-fit: cover;
  height: 50rem;
}
.sec5-wrap .sec5 .weare-wrap > div > div:nth-child(2) {
  position: relative;
  margin-left: -6rem;
}
.sec5-wrap .sec5 .weare-wrap .textwrp .text {
  padding: 5rem 4rem;
  position: relative;
  z-index: 1;
}
.sec5-wrap .sec5 .weare-wrap .textwrp .text h2 {
  color: #86e1ff;
  font-family: "Anton";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 2rem;
}
.sec5-wrap .sec5 .weare-wrap .textwrp .text p {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: -0.25px;
  margin-bottom: 1.5rem;
}
.sec5-wrap .sec5 .weare-wrap .ellips {
  width: 1489px;
  height: 1489px;
  border-radius: 1489px;
  background-color: #031b49;
  position: absolute;
  top: -19rem;
  left: -7rem;
}
.sec6-wrap {
  padding: 2rem 0 6rem;
  background-color: #fff;
}
.sec6-wrap .sec6 .text {
  text-align: center;
}
.sec6-wrap .sec6 .text span {
  color: #031b49;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  display: block;
  margin-bottom: 1rem;
}
.sec6-wrap .sec6 .text h2 {
  font-family: "Anton";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  width: 35%;
}
.sec6-wrap .sec6 .reviewslist .reviews {
  margin-top: 3rem;
}
.sec6-wrap .sec6 .reviewslist .reviews .item {
  border-radius: 10px;
  background-color: #031b49;
  position: relative;
  text-align: center;
  padding: 2rem;
  height: 30rem;
  margin-bottom: 9rem;
}
.sec6-wrap .sec6 .reviewslist .reviews .item .qoute {
  position: absolute;
  margin-top: 2rem;
}
.sec6-wrap .sec6 .reviewslist .reviews .item .det {
  margin: 2rem auto;
  width: 78%;
}
.sec6-wrap .sec6 .reviewslist .reviews .item .det p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.sec6-wrap .sec6 .reviewslist .reviews .item .name {
  position: absolute;
  bottom: -6rem;
  left: 0;
  right: 0;
  display: flex;
  width: 237px;
  padding: 26px 0;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #031b49 0%, #86e1ff 100%);
  margin: 0 auto;
}
.sec6-wrap .sec6 .reviewslist .reviews .item .name h3 {
  color: #fff;
  font-family: "Anton";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.sec7-wrap {
  padding: 6rem 0;
  background: linear-gradient(0deg, #000715 0%, #003498 100%);
}
.sec7-wrap .sec7 .text {
  width: 87%;
}
.sec7-wrap .sec7 .text h2 {
  color: #fff;
  font-family: "Anton";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 107%;
  text-transform: uppercase;
}
.sec7-wrap .sec7 .accordet {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
.sec7-wrap .sec7 .accordet .accordion {
  border-radius: 10px;
  background-color: rgb(255 255 255 / 0.1);
  padding: 1rem 2rem;
}
.sec7-wrap .sec7 .accordet .accordion h3 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-family: "DM Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0;
}
.sec7-wrap .sec7 .accordet .accordion p {
  color: #e7e7e7;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.accordion {
  overflow: hidden;
  position: relative;
}
.accordion__intro {
  position: relative;
  cursor: pointer;
  display: flex;
  padding: 0;
  align-items: center;
}
.accordion__intro .icon {
  margin-right: 1rem;
}
.accordion__intro .aicon {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  color: #141313;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.accordion__intro h2 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 2rem;
}
.accordion__content {
  padding: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease-out;
  opacity: 0;
  max-height: 0;
}
.accordion__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion__content ul li a {
  color: #c8c8c8;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
}
.accordion__content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1rem;
}
.accordion__active .accordion__content {
  opacity: 1;
}
.accordion .accordion__intro .aicon .minu {
  display: none;
}
.accordion.accordion__active .accordion__intro .aicon .plu {
  display: none;
}
.accordion .accordion__intro .aicon .plu svg {
  transform: rotate(44deg);
}
.accordion.accordion__active .accordion__intro .aicon .minu {
  display: block;
}
.glide__bullets {
  display: none;
}
.hide {
  animation: hide 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
  position: absolute;
  top: 0;
}
.show {
  animation: show 0.3s ease 0s 1 normal forwards;
  transform-origin: center;
}
@keyframes hide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
    margin: 0;
  }
}
@keyframes show {
  0% {
    transform: scale(0);
    margin: 0;
  }
  100% {
    transform: scale(1);
  }
}
.footer {
  padding: 0 0;
  background-color: #000;
  position: relative;
}
.footer .socgmap-wrap {
  position: relative;
  border-bottom: 1px solid #4de98b80;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}
.footer .socgmap-wrap .socmed {
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.footer .socgmap-wrap .socmed a {
  margin: 0 0.2rem;
}
.footer .socgmap-wrap .gmap {
  width: 46%;
  margin: 0 auto;
}
.footer .socgmap-wrap .gmap iframe {
  height: 16rem;
  border-radius: 10px;
}
.footer .footdetwrap {
  margin: 4rem 0;
}
.footer .footdetwrap .footrdet {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.footer .footdetwrap .flogo {
  flex: 0 22%;
}
.footer .footdetwrap .flogo img {
  margin-top: -10rem;
}
.footer .footdetwrap .flogo .socmed {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
  transform: translateX(5.5rem);
}
.footer .footdetwrap .footrlink {
  display: flex;
  flex-direction: row;
  margin-right: 0;
  align-items: center;
  gap: 2rem;
}
.footer .footdetwrap .footrlink h2 {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.footer .footdetwrap .footrlink h3 {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 235%;
  margin-bottom: 0;
}
.footer .footdetwrap .footrlink .abtn a {
  border: 2px solid #0a0a0a;
}
.footer .footdetwrap .footrlink .abtn a:nth-child(1) {
  background-color: #0a0a0a;
  color: #fcd341;
}
.footer .footdetwrap .footrlink .abtn a:nth-child(2) {
  background-color: #fff0;
  color: #0a0a0a;
}
.footer .footdetwrap .footrlink .contancdet .dblock {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer .footdetwrap .footrlink .contancdet .dblock h3 {
  color: #5ab2f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footdetwrap .footrlink .contancdet .dblock a,
.footer .footdetwrap .footrlink .contancdet .dblock p {
  color: #f3f5f9;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  margin-bottom: 0;
}
.footer .footdetwrap .footrlink .gmap img {
  border-radius: 20px;
}
.footer .copy_right_wrap {
  background-color: #86e1ff;
}
.footer .copy_right_wrap .container-fluid {
  padding: 1rem calc(var(--bs-gutter-x) * 0.5);
  margin-top: 0;
}
.footer .copy_right_wrap .container-fluid .row {
  align-items: center;
}
.footer .copy_right_wrap .container-fluid .row > div:nth-child(2) {
  display: flex;
  justify-content: center;
}
.footer .copy_right_wrap .container-fluid .row > div:last-child {
  display: flex;
  justify-content: flex-end;
}
.footer .copy_right_wrap .copyright {
  display: flex;
}
.footer .copy_right_wrap .copyright p {
  margin-bottom: 0;
  color: #031b49;
  font-family: "Articulat CF";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.14px;
}
.footer .copy_right_wrap .copyright p:after {
  content: "/";
  margin: 0 1rem;
  color: #0383bf;
}
.footer .copy_right_wrap .powered {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110.922%;
  text-transform: uppercase;
}
.footer .copy_right_wrap .copyright p:last-child {
  border-right: none;
  margin-left: 0;
  padding-left: 0;
}
.footer .copy_right_wrap .copyright p:last-child:after {
  content: "";
  margin: 0;
}
.modalc {
  padding: 6rem 0;
  background: #f6f6f6;
  border-radius: 20px;
  width: 40%;
  position: absolute;
  transition: all 0.2s linear;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modalc .close {
  position: absolute;
  top: -9px;
  right: 10px;
  transition: all 200ms;
  font-size: 41px;
  font-weight: 700;
  text-decoration: none;
  color: #333;
  background-color: unset;
  border: none;
}
.modalc .close:hover {
  color: #cfa33f;
}
.modalc .content {
  max-height: 30%;
  overflow: auto;
}
.modalc .contmsgmo .csmsgm {
  text-align: center;
  padding: 0 1rem;
}
.modalc .contmsgmo .csmsgm iframe {
  width: 100%;
  height: 100%;
}
.modalc .contmsgmo .csmsgm h2 {
  font-size: 23px;
  color: #022031;
  margin-bottom: 1rem;
}
.modalc .contmsgmo .csmsgm h2 span {
  color: #0165a0;
}
.modalc .contmsgmo .csmsgm p {
  color: #022031;
  margin-bottom: 0;
  font-size: 20px;
}
@media only screen and (max-width: 1800px) {
  .modalnp .modalnp-content {
    width: 70%;
  }
}
@media only screen and (max-width: 1700px) {
  .sec5-wrap .sec5 .weare-wrap .wearelist .img img {
    height: 53rem;
  }
}
@media only screen and (max-width: 1600px) {
  .sec4-wrap
    .sec4
    .offers
    .rows:nth-child(1)
    .dblock:nth-child(1)
    .imgblock
    .img
    h3 {
    font-size: 70px;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img h3 {
    font-size: 3.9vw;
  }
}
@media only screen and (max-width: 1500px) {
  .sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) p {
    width: 31%;
    font-size: 1.24vw;
  }
  .sec4-wrap .sec4 .offers .dblock p {
    font-size: 1.93vw;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(1) .textn {
    bottom: 3.5rem;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(1) .posabsol {
    width: 64%;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(2) .dblock:nth-child(1) .posabsol {
    width: 85%;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(2) .dblock:nth-child(2) .posabsol {
    width: 57%;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.md {
    left: -21.45rem;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.sm {
    left: -12.45rem;
  }
  .sec5-wrap .sec5 .weare-wrap .textwrp .text p {
    font-size: 23px;
  }
  .sec6-wrap .sec6 .reviewslist .reviews .item .det p {
    font-size: 25px;
  }
  .footer .footdetwrap .footmenucnt-wrap .ftcontactdet .licenacred {
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 1460px) {
  .nodesk .glide__slides {
  }
}
@media only screen and (max-width: 1400px) {
  .nodesk .glide__slides {
  }
  .sec5-wrap .sec5 .weare-wrap > div > div:nth-child(2) {
    margin-left: -4rem;
  }
  .sec5-wrap .sec5 .weare-wrap .wearelist .img img {
    height: 57rem;
  }
  .sec6-wrap .sec6 .text h2 {
    width: 44%;
  }
  .footer .footdetwrap .flogo {
    flex: 0 19rem;
  }
  .footer .footdetwrap .footrlink {
    flex: 1;
  }
}
@media only screen and (max-width: 1382px) {
  .glide__bullets {
    display: flex;
    align-items: center;
    bottom: -3rem;
  }
  .glide__bullet {
    background-color: #1b9ed67a;
    width: 12px;
    height: 12px;
  }
  .glide__bullets .glide__bullet--active {
    padding: 5px;
    background-color: #1b9ed6;
  }
}
@media only screen and (max-width: 1366px) {
  .sec5-wrap .sec5 .weare-wrap .textwrp .text h2 {
    font-size: 60px;
  }
  .sec5-wrap .sec5 .weare-wrap .textwrp .text p {
    font-size: 20px;
  }
  .sec5-wrap .sec5 .weare-wrap .textwrp .text .abtn a {
    font-size: 17px;
  }
  .sec5-wrap .sec5 .weare-wrap > div > div:nth-child(2) {
    margin-left: -3rem;
  }
  .sec5-wrap .sec5 .weare-wrap .wearelist .img img {
    height: 48rem;
  }
}
@media only screen and (max-width: 1300px) {
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.lg {
    left: -29rem;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.sm {
    left: -15.45rem;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.md {
    left: -24.45rem;
  }
  .sec4-wrap
    .sec4
    .offers
    .rows:nth-child(1)
    .dblock
    .imgwrapn
    .imgblock:nth-child(2)
    .posabsol {
    width: 71%;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(2) .dblock:nth-child(1) .posabsol {
    width: 75%;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(2) .dblock:nth-child(2) .posabsol {
    width: 50%;
  }
  .sec4-wrap .sec4 .offers .dblock .posabsol.pos2 {
    width: 58%;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img h3 {
    margin-top: 1rem;
  }
  .footer .footdetwrap .footrlink {
    flex: 1;
    gap: 1rem;
  }
}
@media only screen and (max-width: 1240px) {
  .sec5-wrap .sec5 .weare-wrap .textwrp .text h2 {
    font-size: 55px;
  }
  .sec5-wrap .sec5 .weare-wrap .textwrp .text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer .footdetwrap {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }
  .footer .footdetwrap > div:nth-child(1),
  .footer .footdetwrap .awardspayment-wrap {
    flex: 0 20%;
    gap: 1rem;
  }
  .footer .footdetwrap > div:nth-child(3) {
    flex: 0 15%;
    position: absolute;
    bottom: -2rem;
  }
  .footer .footdetwrap .footmenucnt-wrap .footmenu .ftmenu ul li a {
    font-size: 16px;
  }
  .footer .footdetwrap .footmenucnt-wrap .footcontact {
    gap: 2rem;
    margin-right: 2rem;
  }
  .footer .footdetwrap .footrlink .contancdet .dblock a,
  .footer .footdetwrap .footrlink .contancdet .dblock p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1152px) {
  .modalnp .modalnp-content {
    width: 90%;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.sm {
    left: -17.45rem;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.lg {
    left: -31rem;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.md {
    left: -26.45rem;
  }
  .footer .footdetwrap .footrlink h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .modalc {
    width: 70%;
  }
  .sec4-wrap
    .sec4
    .offers
    .rows:nth-child(1)
    .dblock:nth-child(1)
    .imgblock
    .img
    h3 {
    font-size: 56px;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.lg {
    left: -33rem;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.sm {
    left: -20.45rem;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img .ellips.md {
    left: -29.45rem;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) p {
    margin-bottom: 0;
  }
  .sec5-wrap .sec5 .weare-wrap .ellips {
    top: -11rem;
    left: -16rem;
  }
  .sec5-wrap .sec5 .weare-wrap .wearelist .img img {
    width: 100%;
    height: 48rem;
  }
  .sec5-wrap .sec5 .weare-wrap > div > div:nth-child(2) {
    margin-left: 0;
  }
  .sec5-wrap .sec5 .weare-wrap .textwrp {
    text-align: center;
  }
  .sec5-wrap .sec5 .weare-wrap .textwrp .text {
    padding: 1rem 4rem 5rem;
  }
  .sec5-wrap .sec5 .weare-wrap .textwrp .text .abtn {
    justify-content: center;
  }
  .sec6-wrap .sec6 .text h2 {
    width: auto;
  }
  .sec7-wrap {
    padding: 6rem 0 9rem;
  }
  .sec7-wrap .sec7 .accordet {
    margin-top: 2rem;
  }
  .footer .footdetwrap .flogo {
    flex: 0 17%;
  }
  .footer .socgmap-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footdetwrap > div > div {
    align-items: unset;
  }
  .footer .footdetwrap .footrdet {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .footdetwrap .footrlink {
    text-align: center;
  }
  .footer .copy_right_wrap .container-fluid .row > div:nth-child(2) {
    margin-bottom: 1rem;
  }
  .footer .copy_right_wrap .container-fluid .row > div:nth-child(1),
  .footer .copy_right_wrap .container-fluid .row > div:last-child {
    display: flex;
    justify-content: center;
  }
  .footer .footdetwrap .footrlink .contancdet .dblock a,
  .footer .footdetwrap .footrlink .contancdet .dblock p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 812px) {
  .sec4-wrap
    .sec4
    .offers
    .rows:nth-child(1)
    .dblock:nth-child(1)
    .imgblock
    .img
    h3 {
    font-size: 40px;
  }
  .sec4-wrap .sec4 .offers .dblock .imgblock .img h3 {
    font-size: 3.3vw;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) h3 {
    position: unset;
    margin-bottom: 0.5rem;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(2) p {
    margin-bottom: 0;
    position: unset;
    width: 48%;
  }
  .sec4-wrap .sec4 .offers .rows:nth-child(1) .dblock:nth-child(1) .textn {
    bottom: 1.5rem;
  }
  .sec4-wrap .sec4 .offers .dblock .textn {
    bottom: 1%;
  }
  .sec5-wrap .sec5 .weare-wrap .ellips {
    top: -11rem;
    left: -20rem;
  }
  .footer .footdetwrap > div > div {
    align-items: center;
    flex-direction: column;
  }
  .footer .footdetwrap .footrdet {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .modalc {
    width: 95%;
  }
  .sec5-wrap .sec5 .weare-wrap .ellips {
    left: -23rem;
  }
  .footer .footdetwrap {
    flex-direction: column;
  }
  .footer .footdetwrap > div:nth-child(3) {
    position: unset;
  }
  .footer .footdetwrap > div {
    text-align: center;
    margin-bottom: 2rem;
  }
  .footer .footdetwrap > div:last-child {
    margin-bottom: 0;
  }
  .footer .copy_right_wrap .copyright {
    justify-content: center;
  }
  .footer .copy_right_wrap .container-fluid .row > div:last-child {
    margin-top: 1.5rem;
    justify-content: center;
  }
  .footer .copy_right_wrap .container-fluid .row > div:nth-child(2) {
    margin-bottom: 0;
  }
  .footer .footdetwrap > div > div {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .modalnp .modalnp-content {
    width: 97%;
  }
  .sec5-wrap .sec5 .weare-wrap .ellips {
    left: -26rem;
  }
}
@media only screen and (max-width: 540px) {
  .modalc .contmsgmo .csmsgm {
    padding: 0 4rem;
  }
}
