@font-face {
  font-family: Zuume Font;
  src: url(../images/font/Zuume-ExtraBold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
}

#main {
  display: flex;
  width: 100%;
  /* min-height: 1080px; */
  background-color: #fff;
}

::selection {
  color: #fff;
  background: #5F20EA;
}

.ajax-loader1 {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 100 !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ajax-loader1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* nav {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; */
  /* height: 135px; */
  /* padding: 0.5vw 5vw;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)2s;
  z-index: 9999;
} */

.lft-nav a img {
  width: 10vw;
}

.cntr-nav {
  display: flex;
  gap: 0.5vw;
}

.cntr-nav a {
  color: #111;
  font-size: 1.1vw;
  font-weight: 500;
  text-decoration: none;
  padding: 0.7vw 1vw;
  border-radius: 50px;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

.cntr-nav .active {
  color: #eb087e;
}

.cntr-nav a:hover {
  color: #eb087e;
  /* color: rgb(202,248,128);
    background-color: rgba(27, 53, 27); */
}

/* .rght-nav .button{
    padding: 1vw 2vw;
    border-radius: 10px;
    border: none;
    font-size: 1vw;
    font-weight: 500;
} */

.lft {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 40%;
  /* height: 1080px; */
  height: auto;
  gap: 5vh;
  padding-left: 5vw;
}

.lft h1 {
  font-size: 6vw;
  color: #8585852f;
  -webkit-background-clip: text;
  background-image: url(../images/giphy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 80%;
  font-family: Zuume Font;
}

.lft p {
  width: 30vw;
  color: #111;
  font-size: 1.3vw;
}

.btn {
  display: flex;
  gap: 2vw;
}

.btn .button {
  padding: 1.2vw 2vw;
  background-color: #eb087e;
  border-radius: 10px;
  border: none;
  font-size: 1.1vw;
  font-weight: 500;
}

.btn a {
  text-decoration: none;
  color: #fff;
}

.color h1 {
  background: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn .button:hover {
  background-color: #FDCD34;
  /* background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%); */
  color: #111;
}

.rght {
  width: 60%;
  /* height: 1080px; */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rght video {
  width: 90%;
  margin-top: 35px;
}

.ri-menu-3-line {
  display: none;
  color: #111;
  font-size: 30px;
}

.lft,
.rght {
  margin-top: 4rem;
  /* padding-top: 3rem; */
}

/* ----part-2---------- */

.part-2 {
  position: relative;
  width: 100%;
  /* height: 3350px; */
  height: auto;
  border-radius: 100px;
  margin-bottom: 10vh;
  padding: 5vw;
  color: #fff;
  overflow: hidden;
  background-color: #111;
}

.part-2 h1 {
  /* margin-top: 90px;
    margin-bottom: 90px; */
  font-size: 4.5vw;
}

.part-2 p {
  font-size: 1vw;
}

.services {
  margin-top: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
}

.services-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  height: 108px;
  border-bottom: 1px solid #333;
  overflow: hidden;
  font-size: 2vw;
  margin-bottom: 5vh;
}

.hover-div {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #5F20EA;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
}

/* .services a{
    text-decoration: none;
    color: #fff;
} */

.services-item h2 {
  /* margin-left: 10vw;
    margin-right: 20vw; */
  font-weight: 400;
  z-index: 2;
  text-align: left;
}

.services-item i {
  margin-left: 20px;
  margin-right: 50px;
  font-size: 4vw;
  z-index: 2;
}

.ser-name {
  width: 100%;
  margin: 0 !important;
}

/* .banner-1{
    position: absolute;
    top: 79%;
    left: -5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 265%;
    height: 194px;
    rotate: -10deg;
    background-color: #F61388;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.banner-1 h1{
    font-size: 4vw;
}

.banner-2{
    position: absolute;
    top: 83%;
    right: -5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 265%;
    height: 194px;
    rotate: 3deg;
    background-color: #FFE09E;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.banner-2 h1{
    font-size: 4vw;
    color: #111;
} */

.register-now {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.5%;
  right: 5%;
  border-radius: 50%;
  border: 3px solid #adff2f;
  width: 155px;
  height: 155px;
}

.register-now svg {
  fill: currentColor;
  height: auto;
  transform-origin: center;
  width: 90%;
  animation: spin 5s infinite linear;
  /* -webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite; */
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.register-now .cir-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #5F20EA;
}

.cir-svg img {
  width: 75%;
}


.heading-service {
  display: flex;
  align-items: center;
  width: 100%;
  height: 108px;
  color: #fff;
  font-size: 60px;
}

.mb-cu {
  margin-bottom: 3rem;
}

.cir-ser-1 {
  width: 40px;
  height: 40px;
  background-color: #FDCD34;
  border-radius: 50%;
  margin-right: 0.5vw;
}

.cir-ser-2 {
  width: 40px;
  height: 40px;
  background-color: #eb087e;
  border-radius: 50%;
  margin-right: 2vw;
}

/*-----------part-3---------------*/

.part-3 {
  background: linear-gradient(to left, #00000075, #00000030), url(../images/tablet-bg.webp) no-repeat fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.part-3::before {
  content: '';
  position: fixed;
  /* background: rgba(252, 255, 253, 0.8); */
  height: 100%;
  width: 100%;
  /* top: 0;
    left: 0; */
  z-index: 0;
}

.part-same {
  width: 100%;
  height: auto;
  background-color: #000;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 5vw;
  color: #fff;
}

.part-same h1 {
  font-size: 60px;
  line-height: 108px;
}

/* .part-same h3{
    font-size: 1.8vw;
    letter-spacing: 1.4px;
    margin-bottom: 7vh;
    margin-top: 3vh;
} */

.part-same p {
  font-size: 26px;
  width: 55%;
}

.part-same p b {
  font-size: 27px;
}

.part-same a {
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  font-size: 1.2vw;
  font-weight: 500;
  border-radius: 50px;
  margin-top: 5vh;
  padding: 1vw 3vw;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

.part-same a:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  cursor: pointer;
}

/*------------footer---------------*/

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 5vw;
  background: linear-gradient(90deg, #00bfffb4 0%, #ffd000c9 55%, #fc4f4fc9 75%, #00C0FF 110%);
}

footer .container {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  grid-gap: 20px;
  line-height: 1.2 !important;
}

footer .container .sec h2 {
  position: relative;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .container .sec p {
  color: #111;
  font-size: 20px;
}

footer .container .sci {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 45px);
}

footer .container .sci li {
  list-style: none;
}

footer .container .sci li a {
  display: inline-block;
  /* width: 36px;
    height: 36px;
    background-color: #000; */
  display: grid;
  align-content: center;
  /* justify-content: center; */
  text-decoration: none;
}

footer .container .sci li a i {
  color: #352F44;
  font-size: 30px;
}

.ic_si{
  font-size: 33px !important;
}

footer .container .quicklinks {
  position: relative;
}

footer .container .quicklinks ul li {
  list-style: none;
}

.mag ul {
  margin-left: 0 !important;
}

.pa-bt {
  padding-bottom: 0.1px !important;
}

.mag ul li {
  margin: 0 !important;
}

footer .container .quicklinks ul li a {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}

footer .container .quicklinks ul li a:hover {
  color: #fff;
}

footer .container .contact .info {
  position: relative;
}

footer .container .contact .info li {
  display: grid;
  grid-template-columns: 30px 1fr;
  margin-bottom: 16px;
}

footer .container .contact .info li span {
  color: #111;
  font-size: 24px;
}

footer .container .contact .info li a {
  color: #111;
  text-decoration: none;
}

footer .container .contact .info li h4 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
}

.copyrightText {
  width: 100%;
  background: #fff;
  padding: 20px 100px 20px;
  text-align: center;
  color: #111;
  border: 1px solid rgb(0, 0, 0, 0, .15);
}

.copyrightText p {
  font-size: 16px;
  font-weight: 500;
}

/*---------------------------------------*/

.st-ab-tx {
  /* width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 250px;
    margin-bottom: 10%; */
  padding: 7.1vw 5vw 5vw 5vw;
}

.st_CA_aB-tx{
  padding: 4vw 5vw 5vw 5vw !important;
}

.st-ab-tx .main img {
  /* width: 40%; 
    max-width: 100%; */
  height: auto;
  padding: 0 10px;
}

.all-text {
  /* width: 60%;
    max-width: 100%; */
  padding: 0vw 0vw 0vw 5vw;
}

.main {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.txt {
  font-size: 45px;
  font-weight: 700;
  color: #111;
  margin: 0 !important;
}

.cir-sers-1 {
  width: 28px;
  height: 28px;
  background-color: #FDCD34;
  border-radius: 50%;
  margin-right: 0.5vw;
}

.cir-sers-2 {
  width: 28px;
  height: 28px;
  background-color: #eb087e;
  border-radius: 50%;
  margin-right: 1vw;
}

.heading-services {
  display: flex;
  align-items: center;
  width: 100%;
  height: 95px;
  /* color: #fff;
    font-size: 3.5vw; */
}

.all-text h2 {
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.all-text p,
ul {
  font-size: 20px;
  color: #777;
  line-height: 30px;
  margin-bottom: 15px;
  /* white-space: wrap;
    overflow: hidden;
    animation: typewriter 4s steps(44) 1s 1 normal both; */
}

.all-text ul {
  margin: 0;
}

/* @keyframes typewriter {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  } */

.txt-para li {
  font-size: 20px;
  color: #777;
  line-height: 30px;
  /* margin-bottom: 15px; */
}

.txt-para p {
  font-size: 20px;
  color: #777;
  line-height: 30px;
  margin-bottom: 15px;
}

.bg-3 {
  background: linear-gradient(to top, #00000095, #00000095), url(../images/contact.webp) no-repeat fixed;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.bg-3::before {
  content: '';
  position: fixed;
  /* background: rgba(252, 255, 253, 0.8); */
  height: 100%;
  width: 100%;
  /* top: 0;
    left: 0; */
  z-index: 0;
}

.bg-sr {
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 1vw;
}

.txt-white li {
  font-size: 26px;
  color: #fff;
}

.txt-white h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin: 0 !important;
}

.ft-txt h3 {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
}

.ft-txt span {
  font-size: 55px;
  font-family: Catamaran;
}

.all-text h3 {
  font-size: 20px;
  line-height: 1.5em;
  color: #111;
}

/*------------------------------------------*/

.item span,
.item a,
.item a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-head {
  margin-bottom: 60px;
}

.section-head .heading-service {
  justify-content: center;
}

.section-head p {
  color: #818181;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 0px 75px 0px 75px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #eb087e;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  border-radius: 75px 0px 75px 0px;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #FDCD34;
  color: #fff;
  border-radius: 0px 25px 0px 25px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #eb087e;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.20);
  color: #eb087e;
}

/* .item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#eb087e;
} */

.item p {
  font-size: 20px;
  line-height: 30px;
  color: #111;
}

/*---------------------*/

.get-touch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  border-radius: 50%;
  border: 3px solid #adff2f;
  width: 155px;
  height: 155px;
}

.get-touch svg {
  fill: currentColor;
  height: auto;
  transform-origin: center;
  width: 90%;
  /* -webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite; */
  animation: spin 5s infinite linear;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.get-touch .cir-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #5F20EA;
}

/*------------------------------------*/

.contact-pa {
  background: linear-gradient(to top, #00000025, #00000025), url(../images/why-bg.webp) no-repeat center;
  background-size: cover;
  /* font-size: 12px; */
}

.contact-pa body,
.contact-pa button,
.contact-pa input {
  font-weight: 700;
  letter-spacing: 1.4px;
}

.background {
  display: flex;
  min-height: 800px;
}

.container {
  flex: 0 1 1000px;
  margin: auto;
  padding: 10px;
}

.screen {
  position: relative;
  background: url(../images/contact-bg.webp);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}

.screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
  z-index: -1;
}

.screen-body {
  display: flex;
}

.screen-body-item {
  flex: 1;
  padding: 50px;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
}

.screen-body-item.right {
  margin-top: 7%;
}

.app-contact {
  margin-top: auto;
  font-size: 19px;
  color: #afafaf;
}

.app-contact h4{
  font-size: 22px;
  margin-bottom: 0.3em;
}

.app-form-group {
  margin-bottom: 15px;
}

.app-form-group.message {
  margin-top: 40px;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color .2s;
}

.app-form-control::placeholder {
  color: #666;
}

.app-form-control:focus {
  border-bottom-color: #ddd;
}

.app-form-button {
  background: none;
  border: none;
  color: #eb087e;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

.app-form-button:hover {
  color: #FDCD34;
}

.screen-body-item ul li {
  list-style: none;
}

.tb-sp {
  margin: 5% 0% 5% 0%;
}

.lr-pd {
  padding: 0vw 5vw;
}

.sh-bg {
  background-color: #F5F5F5;
  padding: 35px;
  border-radius: 100px 0px 100px 0px;
  /* box-shadow:0 2px 20px 0px rgba(0, 0, 0, 0.144); */
}

.sh-bg p {
  font-size: 28px;
  font-weight: 600;
  color: #111;
}

.sh-bg:hover {
  background: #eb087e;
  -webkit-transition: all .5s ease 0;
  border-radius: 0px 100px 0px 100px;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.sh-bg:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.re-btn a {
  text-decoration: none;
  background-color: #eb087e;
  border: 2px solid #eb087e;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-radius: 50px;
  margin-top: 5vh;
  padding: 1vw 3vw;
  transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

.re-btn a:hover {
  color: #111;
  border: 2px solid #FDCD34;
  background-color: #FDCD34;
  cursor: pointer;
}

.about-bg {
  background: url(../images/about-ho-bg.webp);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.ab_bg {
  padding: 35px;
  border-radius: 100px 0px 100px 0px;
}

.Bg_cL {
  /* background-color: #f5f5f5; */
  background-image: url(../images/about-ho-bg.webp);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.bG_Cl {
  background-color: #fff;
}

.img_pr img{
  /* width: 365px; */
  border-radius: 7%;
}

.img_pr h4{
  margin-top: 3%;
  font-size: 21px;
  color: #111;
}

.img_pr p{
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 13%;
}



/*-------------Menu----------------*/
header{
  position: fixed !important;
  width: 100% !important;
  min-height: 66px !important;
  background: #fff !important;
  padding: 0 100px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  z-index: 9999;
}

.logo img {
  width: 10vw;
  margin: 4px 0 !important;
}

header ul{
  position: relative !important;
}

header ul li{
  position: relative !important;
  list-style: none !important;
  float: left !important;
}

header ul li a{
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 0.7vw 1vw !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: space-between !important;
}

header ul li .active {
  color: #eb087e !important;
}

header a:hover {
  color: #eb087e !important;
}

header ul li ul{
  position: absolute !important;
  left: 0 !important;
  width: 200px !important;
  background: #f5f5f5 !important;
  display: none !important;
  padding: 0 !important;
  border-radius: 10px;
  box-shadow: 0 7px 15px #80808031;
}

 header .mT_Me li a{
  padding: 8px 15px !important;
}

header ul li:hover ul{
  display: block !important;
}

header ul li ul li{
  position: relative !important;
  width: 100% !important;
}

ul{
  margin: 0 !important;
}

.Ic_sI{
  font-size: 35px !important;
  margin-top: 2px;
}

/* .mT_Ho_pA{
  margin: 0 !important;
} */


@media (max-width:900px) {
  .logo img {
    margin: 0;
    line-height: 0 !important;
  }

  header{
    padding: 10px 20px !important;
  }
  
  header nav{
    position: absolute !important;
    width: 100% !important;
    top: 66px !important;
    left: 0 !important;
    background: #f5f5f5 !important;
    display: none !important;
  }

  header.active nav{
    display: initial !important;
  }

  header nav ul li{
    width: 100% !important;
  }

  header nav ul li ul{
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
  }
  
  header ul li a{  
    padding: 0 5vw !important;
    font-size: 15px !important;
  }

  .menuToggle{
    position: relative;
    width: 25px;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menuToggle::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #111;
    transform: translateY(-10px);
    box-shadow: 0 10px #111;
  }

  .menuToggle::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #111;
    transform: translateY(10px);
  }

  header.active .menuToggle::before{
    transform: rotate(45deg);
    box-shadow: 0 0  #000;
  }

  header.active .menuToggle::after{
    transform: rotate(315deg);
  }

  header .mT_Me li a{
    padding: 4px 65px !important;
  }
}


@media (max-width:800px) {
  header{
    position: fixed !important;
  }
}

@media (max-width:520px) {
  header{
    position: fixed !important;
  }

  header .mT_Me li a{
    padding: 4px 40px !important;
  }

  .mE_mT_sP{
    margin-top: 30% !important;
  }
}




/*-----------Animation--------------*/

.scrollFade {
  opacity: 1 !important;
  pointer-events: all !important;
}

.scrollFade--hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.scrollFade--visible {
  opacity: 1 !important;
  pointer-events: all !important;
}

.scrollFade--animate {
  transition: opacity 0.4s ease-in-out !important;
}















/*-------------Responsive-------------*/

@media (min-width: 1441px) {
header ul li a{  
  font-size: 20px !important;
}
}

@media (min-width: 990px) {
  .rght video {
    margin-top: 9.7%;
  }

  .lg-vi {
    padding-top: 5% !important;
  }

  .fs_lg {
    font-size: 26px !important;
    line-height: normal !important;
  }
}

@media (min-width: 900px) {
  .img_pr{
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  .img_pr .Lr_pR{
    margin: 0 5%;
  }
}

@media (min-width:769px) {
  /* nav {
    background-color: #fff;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  } */

  .mb-pb {
    padding-bottom: 3rem;
    margin-bottom: 1.5rem;
  }

  .my-mt {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
  }

  /* .st-ab-tx .main img {
    width: 500px !important;
    padding: 0px !important;
  } */

  .fl_ri{
    float: right;
  }
  
  .fl_lf{
    float: left;
  }

  .pa-bt {
    padding-bottom: 20px !important;
  }

  .mb_sP{
    margin-bottom: 20px;
  }
}

@media (min-width:750px) {
  /* .lg-vi{
        margin-top: 3rem!important;
    } */

  .col-cu-6 {
    width: 50%;
  }

  .col-cu-4 {
    /* width: 33.3%; */
    width: 30%;
  }
}



@media (max-width: 991px) {
  footer {
    padding: 40px 5vw;
  }

  footer .container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .copyrightText {
    padding: 20px 40px 30px;
  }

  .part-same p {
    width: 100%;
  }

  .lft {
    gap: 2vh;
  }

  .lft p {
    font-size: 19px;
    width: 100%;
  }

  .txt {
    font-size: 30px;
  }

  .cir-sers-1,
  .cir-sers-2 {
    width: 18px;
    height: 18px;
  }

  .cir-ser-1,
  .cir-ser-2 {
    width: 18px;
    height: 18px;
  }

  .ft-txt h3 {
    font-size: 20px;
  }

  .ft-txt span {
    font-size: 33px;
  }

  .heading-service h1,
  h4 {
    font-size: 30px;
    line-height: normal;
  }

  .part-same {
    padding: 10vw 5vw;
  }

  .part-same p {
    font-size: 20px;
    width: 100%;
  }

  .part-same p b {
    font-size: 22px;
  }

  .part-2 h1 {
    font-size: 30px;
  }

  .services-item {
    height: 65px;
  }

  .heading-service {
    height: 75px;
  }

  .mb-cu {
    margin-bottom: 1rem;
  }
}

@media (min-width:600px) and (max-width:840px) {
  .mT_Ho_pA{
    margin: -13% 0;
  }

  .mT_Co_pA{
    margin: -20% 0;
  }

  .rght video {
    margin-top: 0 !important;
  }

  .lft,
  .rght {
    margin-top: 6rem;
    /* padding-top: 0 !important; */
  }
}

@media (min-width:600px) and (max-width:800px) {
.tB_mT{
  margin-top: 12vw;
}
}

@media (max-width:840px) {
  .all-text {
    padding: 0vw;
  }

  .bG_Cl_Gr {
    background-image: url(../images/about-ho-bg.webp);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bG_Cl_Wh {
    background-color: #fff;
    background-image: none;
  }
}

@media (max-width:768px) {

  /* nav {
    position: absolute;
    height: 100px;
  } */

  .cntr-nav {
    display: none;
  }

  .lft-nav a img {
    width: 15vw;
  }

  .logo img {
    width: 15vw;
  }

  .ri-menu-3-line {
    display: initial;
  }

  footer .container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

  .register-now {
    border: 2px solid #adff2f;
    width: 85px;
    height: 85px;
  }

  .heading-service {
    height: 35px !important;
    margin: 15px 0px;
  }

  .heading-services {
    height: 60px !important;
  }

  .all-text h2 {
    font-size: 25px;
  }

  .all-text h2 span {
    font-size: 22px !important;
  }

  .txt {
    margin-left: 5px;
  }

  .get-touch {
    display: none;
  }

  .contact-pa {
    background: none;
  }

  .background {
    margin-top:20%;
    min-height: 450px;
  }

  .part-3 {
    background: linear-gradient(to top, #00000095, #00000095), url(../images/tablet-bg.webp) no-repeat fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }

  .tms {
    margin-top: 1.5rem;
  }

  .col-cu-12 {
    width: 100%;
    margin-bottom: 4%;
  }

  .sh-bg {
    padding: 25px;
  }

  .re-btn a {
    font-size: 18px;
  }

  .part-2 h1 {
    margin-top: 20px;
  }

  .lft p {
    font-size: 16px;
  }

  .st-ab-tx {
    padding: 0 5vw;
  }

  .st-ab-tx .main img {
    margin-top: 15vw !important;
  }

  .all-text .img-mt img{
    margin-top: 0 !important;
  }
}


@media screen and (max-width: 600px) {
  .services {
    display: grid;
    justify-content: normal;
  }

  .services-item h2{
    font-size: 20px;
  }

  .services-item i{
    font-size: 20px;
  }

  .mT_uP{
    margin-top: -20px;
  }

  .screen-body {
    padding: 40px;
    margin-top: 30%;
    margin-bottom: 40px;
  }

  .screen-body-item {
    padding: 0;
  }

  .part-2 {
    padding: 10vw 5vw;
  }

  .heading-service h1,
  h4 {
    font-size: 25px;
  }

  .part-2 {
    border-radius: 50px;
  }

  .tb-sp {
    margin: 7% 0%;
  }

  .sh-bg p {
    font-size: 22px;
  }

  .re-btn a {
    font-size: 16px;
  }

  .services-item {
    margin-bottom: 1vh;
  }

}


@media screen and (max-width: 520px) {
  .mT_Co_pA{
    margin: -5% 0;
  }
  /* nav {
    position: static;
  } */

  /* .rght-nav{
        display: none;
    } */
    
  .lft-nav a img {
    width: 25vw;
  }

  .logo img {
    width: 25vw;
  }

  #main {
    flex-direction: column;
  }

  .lft,
  .rght {
    padding: 0vw 5vw !important;
  }

  .lft {
    align-items: center;
    width: 100%;
    padding-left: 0vw;
    height: 5%;
  }

  .lft h1 {
    /* margin-top: 3vh; */
    margin-top: 32%;
    font-size: 64px;
    /* padding: 0vw 5vw; */
    line-height: 85%;
  }

  .lft p {
    /* padding: 0 5vw; */
    font-size: 20px;
  }

  .btn {
    flex-direction: column;
    /* gap: 2vh; */
  }

  .btn .button {
    font-size: 4.5vw;
    padding: 5vw 15vw;
  }

  .rght {
    width: 100%;
    height: auto;
  }

  .rght video {
    width: 100%;
  }

  .lg-vi {
    margin-top: 1rem !important;
  }

  .screen-body {
    flex-direction: column;
  }

  .screen-body-item.left {
    margin-bottom: 30px;
  }

  .app-title {
    flex-direction: row;
  }

  .app-title span {
    margin-right: 12px;
  }

  .app-title:after {
    display: none;
  }

  .part-2 h1 {
    font-size: 24px;
  }

  .lft,
  .rght {
    margin-top: 0 !important;
    /* padding-top: 0 !important; */
  }

  .st-ab-tx .main img {
    margin-top: 30% !important;
  }

  .background {
    margin-top: 0 !important;
  }

  .all-text .img-mt img{
    width: 160px !important;
  }
}

@media screen and (max-width: 400px) {
  .all-text .img-mt img{
    display: none;
  }
}













/*-----------------------
BOOTSTRAP PADDING & MARGIN STYLES
--------------------------*/

/*-- spacing utilities --*/
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}