@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700&family=Inter:wght@300;400;500;700&family=MuseoModerno:wght@200;300;400;500;600;700&family=Noto+Sans:wght@200;300;400;500;600;700&family=Poppins:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@600;800&family=Inter:wght@300;400;500;700&family=MuseoModerno:wght@200;300;400;500;600;700&family=Noto+Sans:wght@200;300;400;500;600;700&family=Poppins:wght@300;500;600;700&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #0f1012;
  overflow-x: hidden !important;
  font-family: 'Noto Sans', sans-serif;
}

.main_schedule {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
}

.family_black {
  z-index: 9999;
}

.main_page {

  background-color: hsla(95, 0%, 0%, 1);
  background-image:
    radial-gradient(at 88% 79%, hsl(268, 73%, 48%) 0px, transparent 50%),
    radial-gradient(at 50% 9%, hsl(191, 100%, 82%) 0px, transparent 50%),
    radial-gradient(at 88% 79%, hsl(334, 43%, 46%) 0px, transparent 50%),
    radial-gradient(at 13% 9%, hsl(294, 29%, 53%) 0px, transparent 50%),
    radial-gradient(at 11% 10%, rgb(117, 33, 212) 0px, transparent 50%);
  animation: gradient 5s ease infinite;
  background-size: 200% 200%;
  position: relative;
  min-height: 100vh;
  z-index: -9999 !important;
  filter: blur(300px);
  animation: gradient 13s ease infinite;
  background-size: 200% 200%;
}

@keyframes gradient {
  0% {
    background-position: 0% 20%;
  }

  25% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 50% 70%;
  }

  100% {
    background-position: 0% 20%;
  }
}

.fixed_navbar {
  position: fixed;
  top: 0;
  right: 10%;
}

.vision_fixed {
  min-height: 50vh;
}

.club_meeting {
  padding-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why_section {
  padding-top: 1%;
  padding-bottom: 1%;
}


/* =========================================================================navbar ==================================================      */

.mobile_container {
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
}

.first_home_names {
  font-size: 2vw;
}

.hidden_product {
  display: none;
}

.mobile_container .header_mobile {
  position: fixed !important;
  display: block;
  top: 0;
  left: 0;
  overflow-x: hidden !important;
  z-index: 999;
}

.content {
  padding: 40px 5% 20px;
  text-align: justify;
  max-height: 100%;
  color: #333;
  overflow-y: scroll;
}

.content img {
  width: 100%;
  position: relative;
  display: block;
  margin: 40px auto 30px;
}

.about_para {
  font-size: 2vw;
  line-height: 3vw;
}


.header_mobile {
  background: transparent;
  backdrop-filter: blur(30.5px);
  overflow: hidden !important;
  height: 15vh;
  width: 100%;
  z-index: 2;
  position: fixed !important;
  display: flex;
  position: fixed;
  top: 0;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s ease-out, background 1s ease-out;
}

.navbar-dark {
  background: rgba(0, 0, 0, 0.479);
}

.header_mobile.menu-open {
  height: 100%;
  background: #281227;
  transition: all 0.45s ease-out, background 0.8s ease-out;
}

#more1 {
  display: none;
}

.mobile-menu {
  clear: both;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 90vh;
  width: 100%;
}

.header_mobile ul.menu {
  position: relative;
  width: 100%;
}


.header_mobile ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #0965AF;
  text-align: right;
  text-decoration: none;
  font-size: 4vw;
  line-height: 2.8;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.header_mobile ul.menu li.menu-item {

  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header_mobile ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.35s;
}

.header_mobile ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.3s;
}

.header_mobile ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.25s;
}

.header_mobile ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.15s;
}

.header_mobile ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.1s;
}

.header_mobile ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item {
  opacity: 1;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.1s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.15s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.25s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.3s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.35s;
}

.icon-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container #menuicon {
  width: 20px;
  height: 10px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}

.closed {
  display: none;
}

#menuicon .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.hamburger {
  width: 2vw;
}

#menuicon .bar.bar1 {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

#menuicon .bar.bar3 {
  -webkit-transform: translateY(12px) rotate(0deg);
  transform: translateY(12px) rotate(0deg);
}

.menu-open .closed {
  display: block;
  color: white;
  font-size: 2vw;
  cursor: pointer;
  float: right;
}

.menu {
  display: none;
}

.menu-open .menu {
  display: block !important;
}

.menu-open .icon-container .hamburger {
  display: none;
}

.menu-open .icon-container .logo {
  display: none !important;
}

.menu-open .icon-container #menuicon .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}

.mobile_pallete {
  height: 15vh;
}

.navbar {
  display: none;
}

.logo {
  width: 15vw;
}



.navbar_list {
  list-style-type: none;
  text-align: center;
}

.navbar_anchor {
  color: white;
  font-size: 3vw;
  text-decoration: none;
  position: relative;
  text-align: center;
  z-index: 99;
  font-weight: 700;
}

.navbar_anchor:hover {
  color: white;
  text-decoration: none;
}

.hamburger {
  cursor: pointer;
}

.active_navbar {
  background: #B94D98;
  height: 1vw;
  width: 110%;
  position: absolute;
  bottom: 0;
  left: 0%;
  transform: translate(-5%, -50%);
  z-index: -1;
}

.active_slot {
  position: relative;
  width: 6.9vw;
}

.link_all {
  text-decoration: none;
  color: inherit;
}

.navbarfamily_button {
  outline: none;
  border: none;
  font-size: 1.4vw;
  color: #281327;
  width: 15vw;
  padding: 10px;
  font-weight: 800;
  background: white;
  border-radius: 30px;
}

.facebook_icons {
  width: 2vw !important;
}


/* =================================================================================Home ==================================================================*/

.hero_heading {
  font-size: 2.5vw;
  color: white;
  z-index: -1;
  font-weight: 700;

}

.dotted_her {
  font-size: 5vw;
}

.close {
  position: absolute;
  right: 50px;
  top: 20px;
  font-size: 2vw;
  color: black !important;
}

.modal_close {
  color: black !important;
  font-size: 3vw;
}

.flexBasis {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
}

.flexBasisfamily {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
}

.carousel_homeimages {
  height: 25vw;
  width: 100%;
}

.margin_auto_medal {
  margin: 5% !important;
}

.about_images {
  width: 4vw;
  transform: scale(1);
  transition: all .9s ease-in-out;

}

.aboutbackground:hover .about_images {
  transform: scale(1.4);
  transition: all .9s ease-in-out;

}

.aboutbackground {
  background: url(../images/home/aboutus.webp);
  background-position: center;
  background-size: cover;
  width: 15vw;
  height: 15vw;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: rotate 10s normal linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}


.master_para {
  color: white;
  font-size: 2.1vw;
  text-align: center;
  font-weight: 700;
}

.vision_map_head {
  font-size: 3.16vw;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.vision_map {
  min-height: 20vw;
  position: relative;
}

.paras_vision {
  color: white;
  font-size: 1vw;
  width: 19%;
}

.vision_absolute1 {
  position: absolute;
  bottom: 0px
}

.vision_absolute2 {
  position: absolute;
  bottom: 5vw;
  transform: translate(-10%, -10%);
  left: 12vw;
}

.vision_absolute3 {
  position: absolute;
  bottom: 9vw;
  transform: translate(-10%, -10%);
  left: 17vw;
}

.iconesImages {
  width: 8vw;
  height: 5vw;
  object-fit: contain;
}

.vision_absolute4 {
  position: absolute;
  bottom: 2vw;
  transform: translate(-10%, -10%);
  left: 32vw;
}

.vision_absolute5 {
  position: absolute;
  bottom: -2vw;
  transform: translate(-10%, -10%);
  left: 42vw;
}

.vision_absolute6 {
  position: absolute;
  bottom: 2vw;
  transform: translate(-10%, -10%);
  left: 57vw;
}

.vision_absolute7 {
  position: absolute;
  bottom: 6vw;
  transform: translate(-10%, -10%);
  left: 64vw;
}

.vision_images {
  width: 3vw;
}

.vision_images1 {
  width: 8vw;
}

.vision_images2 {
  width: 6vw;
}

.why_head {
  font-size: 3.16vw;
  color: white;
  mix-blend-mode: difference;
}

.why_para {
  font-size: 1vw;
  color: white;
  width: 80%;
  margin-top: 5% !important;
}

.why_images {
  width: 24vw;
}

.carousel_pending {
  background-color: white;
  padding-bottom: 7vw;
}

.btn_fixed {
  position: fixed;
  top: 50%;
  right: 10%;
}

.carousel_para {
  font-size: 1.8vw;
}

.carousel_head {
  font-size: 2.5vw;
  font-weight: 700;
  margin-top: 5%;
  margin-left: 5%;
}

.btn_transparent {
  font-size: 1.5vw;
  background-color: transparent;
  border: 2px solid black;
  padding: 10px;
  margin-right: 5%;
  width: 15%;
}

.nextHome_arrow {
  background-color: transparent;
  width: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: black;
  position: absolute;
  bottom: -5.5vw;
  font-size: 1.5vw;
  z-index: 1;
  right: 15vw;
  border: 2px solid black;
}

.privHome_arrow {
  background-color: transparent;
  width: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 1.5vw;
  color: black;
  position: absolute;
  bottom: -5.5vw;
  z-index: 1;
  right: 5vw;
  border: 2px solid black;
}


.modal {
  background-color: rgba(0, 0, 0, 0.76);
  /* position:static;
  top: 0; */
  z-index: 99999 !important;
}

.modal_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
  background-color: transparent;
}

.modal.fade {
  padding-right: 0px !important;
}

.modal_para {
  font-size: 1.3vw;
  color: #fff;
  width: 70%;
}

.form_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  width: 100%;
  margin-top: 20vh;
  min-height: 50vh !important;
  border-radius: 7px;
  position: relative;
}

.form_modalHome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  width: 35%;
  margin-top: 5%;
  min-height: 50vh !important;
  padding: 20px;
  border-radius: 7px;
  position: relative;
}

.modal_input {
  width: 20vw;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  padding: 10px;
  background: transparent;
}

.footer_contact {
  width: 20vw !important;
  margin: 0 auto;
}

.modal_input1 {
  width: 20vw;
  border: none;
  margin-top: 10% !important;
  border-bottom: 2px solid black;
  outline: none;
  padding: 10px;
  background: transparent;

}

.modal_portfoliopara {
  font-size: 0.7vw;
  width: 20vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-show {
  background: black !important;
}

.file_label {
  border: 2px dashed #7621d6;
  border-width: 0.2vw;
  margin-top: 10% !important;
  width: 20vw !important;
  padding: 5px;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center;
}

.btn_modal_file {
  background-color: #7621d6;
  width: 20vw !important;
  border: none;
  margin-top: 10% !important;
  margin-bottom: 10% !important;
  outline: none;
  color: white;
  padding: 10px;
}

.file_textarea {
  width: 20vw !important;
  border: none;
  outline: none;
  background-color: #eeeeeed0;
  padding: 10px;
  height: 20vh !important;
  border-radius: 5px;
}

.file_include {
  background-color: #7621d6;
  color: white;
  font-size: 1vw;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.fileModal {
  display: none;
}

.modal-content {
  background-color: transparent;
  border: none !important;
  font-size: 1.3vw;
}

.invalid-feedback {
  font-size: 1vw;
}


.center_home {
  position: relative;
  top: 50%;
  left: 0%;
}

.child {
  position: relative;
  font-size: 2.7vw;
  font-weight: 700;
  height: 15vh;
  color: white;
  transition: all .5s ease-in-out;
}

.dot {
  min-width: 15px;
  min-height: 15px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: -2vw !important;
  text-align: center;
}

.first-child span {
  position: absolute;
  animation: toTop 2.4s ease-in-out infinite;
  transition: all .5s ease-in-out;
}

.first-child span:nth-child(1) {
  animation-delay: -2.4s;
  transition: all .5s ease-in-out;
}

.first-child span:nth-child(2) {
  animation-delay: -1.2s;
  transition: all .5s ease-in-out;
}

.second-child span {
  position: absolute;
  animation: toTop 2.6s ease-in-out infinite;
  transition: all .5s ease-in-out;
}

.second-child span:nth-child(1) {
  animation-delay: -2.6s;
  transition: all .5s ease-in-out;
}

.second-child span:nth-child(2) {
  animation-delay: -1.3s;
  transition: all .5s ease-in-out;
}

.third-child span {
  position: absolute;
  animation: toTop 2.8s ease-in-out infinite;
  transition: all .5s ease-in-out;
}

.third-child span:nth-child(1) {
  animation-delay: -2.8s;
  transition: all .5s ease-in-out;
}

.third-child span:nth-child(2) {
  animation-delay: -1.4s;
  transition: all .5s ease-in-out;
}

@keyframes toTop {

  0%,
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }

  30%,
  75% {
    transform: rotateX(-90deg);
  }
}


.club_head {
  color: white;
  font-size: 3vw;
  font-weight: 700;
}

.club_para {
  color: white !important;
  font-size: 2vw;
  margin-top: 5%;
}

.club_bottom_border {
  border-bottom: 3px solid white;
  width: 30%;
  margin-top: 5%;
}

.testimonial_images {
  width: 8vw;
  height: 8vw;
  border-radius: 50%
}

.medal_header {
  font-size: 2vw;
  font-family: 'Abhaya Libre', serif;
}

.medal_para {
  font-size: 1.2vw;
  font-family: 'Abhaya Libre', serif;
}

.checked {
  color: orange;
}

.rating_para {
  font-size: 1vw;
}

.card-body {
  background-color: #C2D0EC;
  border-radius: 5px;
  padding: 5% !important;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-text {
  font-family: 'Abhaya Libre', serif;
  font-size: 1vw;
}

.card {
  width: 30vw;
  padding: 5% !important;
}

.bi-star-fill {
  font-size: 1.2vw;
}

.medal_honour {
  display: flex;
  justify-content: center;
  align-items: center;
}

.medal_head {
  font-size: 3vw;
  font-family: 'Abhaya Libre', serif;
  color: white;
  margin-left: 7vw;
  position: relative;
}

.medal_paras {
  font-size: 2vw;
  font-family: 'Abhaya Libre', serif;
  color: white;
  margin-left: 7vw;
  position: relative;
}



/* =======================footer===================================== */


footer {
  background: url(../images/map/map.webp);
  background-position: center;
  background-size: cover;
  width: 100%;
  box-shadow: 0px -5px 84px 58px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0px -5px 84px 58px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0px -5px 84px 58px rgba(0, 0, 0, 0.75) inset;
}

.main-slider {
  background-color: #0f1012;
  box-shadow: 0px -35px 84px 58px #0f1012 inset;
  -webkit-box-shadow: 0px -5px 84px 58px #0f1012 inset;
  -moz-box-shadow: 0px -5px 84px 58px #0f1012 inset;
  z-index: 999;
}

.flex_footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer_para {
  color: white;
  font-size: 1.3vw;
  text-align: justify;
}

.footer_para1 {
  color: white;
  font-size: 0.9vw;
  text-align: justify;
  width: 100%;
}

.btn_primary {
  width: 20%;
  font-size: 1vw;
  background-color: #7621d6;
  color: white;

  border: 2px solid #7621d6;
  padding: 10px;
}

.btn_secondary {
  width: 40%;
  font-size: 1.5vw;
  background-color: transparent;
  color: white;

  border: 2px solid white;
  padding: 10px;
  margin-left: 5%;
}

.partFooters {
  color: white;
  font-size: 0.8vw;
  margin-top: 2% !important;
  width: 100%;
  text-align: justify;
}

.partFooters2 {
  color: white;
  font-size: 0.8vw;
  width: 100%;
}

.partFooters1 {
  color: white;
  font-size: 1vw;
  margin-top: 2% !important;
}

.partFooters1:hover {
  color: white;
  text-decoration: none;
}

.footer_end_segment {
  margin-top: 2% !important;
}

.footer_end_segment1 {
  margin-top: 2%;
}

.footer_gif {
  position: absolute;
  width: 10vw;
  left: -20vw;
  bottom: -7vw;
}

.footer_icon {
  width: 2vw;
}

.multiple-items {
  margin-top: 3% !important;
}

.multiple-items .next_arrow {
  border: 2px solid black;
  position: absolute;
  font-size: 1vw;
  color: black;
  right: 10%;
  bottom: -6vw;
  padding: 10px 20px !important;
}

.multiple-items .priv_arrow {
  border: 2px solid black;
  position: absolute;
  font-size: 1vw;
  right: 20%;
  bottom: -6vw;
  z-index: 999;
  color: black;
  padding: 10px 20px !important;
}

.call_footerHead {
  color: white;
  font-size: 2vw;
}

.footerPhoneLink {
  color: white;
  font-size: 0.8vw;
}

.link_all {
  color: inherit;
  text-decoration: none;
}

.link_all:hover {
  color: inherit;
  text-decoration: none;
}

.border_footerterm {
  border-top: 2px solid white;
  padding: 10px;
}

/* ---------------------------------------------------work---------------------------------------- */

.work_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}

.work_heading {
  position: relative;
  color: white;
  z-index: -1 !important;
  font-size: 5vw;
  font-family: 'Abhaya Libre', serif;
}

.work_logo {
  color: white;
  font-size: 2vw;
}

.work_para {
  font-size: 1vw;
  color: white;
}

.explore_more {
  color: white;
  font-size: 1.5vw;
}

.flex_work_container {
  padding-top: 5%;
  padding-bottom: 5%;

}

.work_images {
  width: 900px;
  height: 34.1vw;
}

.border_img {
  border: 1px solid #2b2b2b;
  padding: 20px;
  width: 100%;

}

.navbar_images {
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.why_modal {
  margin: 0 auto;
  width: 100%;
  height: 70vh;
}

.images_small {
  width: 30vw;
  height: 20vw;
  object-fit: cover;
  margin-top: 5%;
}

.workslide_images {
  height: 20vw;
  width: 30vw;
  object-fit: cover;
}

.images_small1 {
  width: 40vw;
  margin-left: 5%;
  height: 34.3vw;
  object-fit: cover;
}

.workslide_images1 {
  height: 34.3vw;
  width: 40vw;
  object-fit: cover;
}


/* =============================================================Services =========================================*/

.services_main {

  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25vh;
  left: 10%;
}

.relative_services {
  position: relative;
}

.services_head {
  position: absolute;
  top: 0.5vw;
  left: -14vw;
  color: white;
  font-size: 6vw;
  background: #00000042;
  border-radius: 20px;
  padding: 5px;
  font-family: 'Abhaya Libre', serif;
}

.services_head1 {
  position: absolute;
  bottom: 0px;
  right: -14vw;
  background: #00000042;
  border-radius: 20px;
  padding: 5px;
  color: white;
  font-size: 6vw;
  font-family: 'Abhaya Libre', serif;
}

.services_heading {
  position: relative;
  border-top: 1px solid gray;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  transition: all .25s ease-in;
  z-index: 1;
  height: 8vw;
  background-color: transparent;
  overflow: hidden;
}

.services_heading:hover {
  background-color: #7621D6;
}

.gif_images {
  height: 30vw;
}

#background_matters {
  background-color: hsla(95, 0%, 0%, 1);
  background-image:
    radial-gradient(at 88% 79%, hsl(268, 73%, 48%) 0px, transparent 50%),
    radial-gradient(at 50% 9%, hsl(191, 100%, 82%) 0px, transparent 50%),
    radial-gradient(at 88% 79%, hsl(334, 43%, 46%) 0px, transparent 50%),
    radial-gradient(at 13% 9%, hsl(294, 29%, 53%) 0px, transparent 50%),
    radial-gradient(at 11% 10%, hsla(268, 73%, 48%) 0px, transparent 50%);
  animation: gradient 5s ease infinite;
  background-size: 200% 200%;
  position: relative;
  min-height: 60vw;
  z-index: -999 !important;
  filter: blur(300px);
  animation: gradient 13s ease infinite;
  background-size: 200% 200%;
}

.services_particles {
  position: absolute;
  top: 33%;
  width: 100%;
  z-index: 999 !important;
}

.services_heading::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: black;
  transition: .5s;
  z-index: -99;
  overflow: hidden;

}

.services_heading::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: black;
  transition: .5s;
  z-index: -99;
  overflow: hidden;

}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 20%;
  }

  25% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 50% 70%;
  }

  100% {
    background-position: 0% 20%;
  }
}

.services_heading:hover::before {
  top: -50%;
  z-index: -999 !important;
}

.services_heading:hover::after {
  bottom: -50%;
  z-index: -999;
}

.services_heading:nth-child(5) {
  border-bottom: 1px solid grey;
}

.h1 {
  padding: 0px !important;
  margin: 0 !important;
  font-size: 2.7vw;
  font-weight: 700;
  line-height: 1 !important;
  transition: .20s ease-in-out;
  color: white !important;
  text-decoration: none !important;
}

.cursor {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7621D6;
  transition: .25s ease-out;
  z-index: 0;
}

#background_matters:hover .cursor {
  display: none !important;
}

.h1 {
  text-transform: uppercase;
  color: white !important;
}

.hide_services {
  display: none !important;
}

.active_services {
  display: block;
}

.para_services {
  color: #000;
  display: none;
}

.services_heading:hover .para_services {
  color: white;
  font-size: 1vw;
  display: block;
  width: 40%;
}

.orange {
  background-color: #eb5939;
}

.black {
  background-color: #000;
}

.services_what {
  color: white;
  font-size: 2.82vw;
  font-family: 'Abhaya Libre', serif;
  text-transform: uppercase;
}


/* ============================================career ======================================*/

.flexBasisCareer {
  display: flex;
  min-height: 80vh;
  justify-content: center;
}

.career_head {
  font-size: 3vw;
  color: white;
  margin-top: 16%;
}

.career_head_main {
  font-size: 3vw;
  color: white;
}

.career_head_images {
  width: 26vw !important;
}

.border_bottoms {
  border-bottom: 2px solid white;
  margin-top: 2%;
  width: 50%;
}

.career_para {
  font-size: 1.7vw;
  color: white;
}

.career_para1 {
  font-size: 1.7vw;
  color: white;
  width: 90%;
}

.selectoptions {
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid white;
  width: 15vw;
  padding: 10px;
  font-size: 1vw;
  color: silver;
}

.border-bottoms {
  border-bottom: 2px solid white;
  width: 85%;
  margin-top: 3%;
  margin-bottom: 3%;
}

.career_para1,
.career_manufacture {
  margin-top: 3%;
}

.career_head1 {
  font-size: 2vw;
  color: white;
  border-bottom: 2px solid white;
  width: 9%;
  margin-top: 3% !important;
  text-align: center;
}

.career_head2 {
  font-size: 2vw;
  color: white;
  border-bottom: 2px solid white;
  width: 24vw;
  margin-top: 4%;
  text-align: center;
}

.myUL li a {
  text-decoration: none;
}

.myUL li a h1:hover {
  text-decoration: none !important;
}

.list_career {
  color: white;
  font-size: 1.5vw;
  width: 100%;
}

.read_span {
  color: aqua;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1.2vw;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.btn_secondary1 {
  width: 20%;
  font-size: 1.2vw;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 10px;
  margin-top: 2%;
  margin-bottom: 4%;
}

#more {
  display: none;
}

/* HOME PAGE CAROUSEL */


.carousel_para {
  font-size: 1.8vw;
  margin-top: 1%;
  margin-left: 5%;
}

.carousel_head {
  font-size: 3vw;
}

.btn_transparent {
  font-size: 1.5vw;
  background-color: transparent;
  border: 2px solid black;
  padding: 10px;
  width: 15%;
}

.nextHome_arrow {
  background-color: transparent;
  width: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: black;
  position: absolute;
  bottom: -5.5vw;
  font-size: 1.5vw;
  z-index: 1;
  right: 15vw;
  border: 2px solid black;
}

.privHome_arrow {
  background-color: transparent;
  width: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 1.5vw;
  color: black;
  position: absolute;
  bottom: -5.5vw;
  z-index: 1;
  right: 5vw;
  border: 2px solid black;
}

select option {
  color: black;
}

/* .modal{
background-color: rgba(0, 0, 0, 0.76);
} */
.home_modal_paraa {
  margin-top: 20vw;
  z-index: 99999;
}

.modal_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
  background-color: transparent;
}

.modal_head {
  font-size: 3vw;
  color: white;
}

.modal_para {
  font-size: 1.3vw;
  color: #fff;
  margin: 0 aut;
  width: 70%;
}

.modal_portfoliopara {
  font-size: 0.7vw;
  width: 20vw !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-show {
  background: black !important;
}

.file_label {
  border: 2px dashed #7621d6;
  border-width: 0.2vw;
  width: 20vw !important;
  padding: 5px;
  display: flex !important;
  justify-content: space-around !important;
  align-items: center;
}

.btn_modal_file {
  background-color: #7621d6;
  width: 20vw !important;
  border: none;
  outline: none;
  color: white;
  padding: 10px;
}

.file_textarea {
  width: 20vw !important;
  border: none;
  outline: none;
  background-color: #eeeeeed0;
  padding: 10px;
  height: 150px;
  border-radius: 5px;
}

.file_include {
  background-color: #7621d6;
  color: white;
  font-size: 1vw;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.fileModal {
  display: none;
}

.modal-content {
  background-color: transparent;
  border: none !important;
  font-size: 1.3vw;
}

.career_para {
  margin-top: 3%;
}

.career_head3 {
  display: none;
}

.box {
  display: none;
  width: 100%;
  overflow: hidden;
}

.box.all {
  display: block;
}

/* ===========================================marketing Design================================= */
.marketing_heading {
  font-size: 3.5vw;
  color: white;
  margin-top: 10vw;
}

.marketing_heading1 {
  font-size: 3.5vw;
  color: white;
  margin-top: 3vw;
}

.marketing_para {
  font-size: 2.2vw;
  color: white;
  margin-top: 2vw !important;
}

.market_para {
  font-size: 1.2vw;
  color: white;
  width: 100%;
  text-align: justify;
  margin-top: 1.5%;
}

.borrd_bottom {
  border-bottom: 3px solid white !important;
  width: 10%;
  margin-top: 5%;
}

.hover-reveal1 {
  display: none;
}

.marketing_design {
  display: grid;
  place-items: center;
  margin-top: 8vw;
  margin-bottom: 8vw;

}

.marketing_design ul {
  width: 80%;

}

.containers {
  height: 60vw
}

.contact_flexfooter {
  margin-top: 5%;
}

.marketing_design ul li {
  border-bottom: solid #ffffff .05rem;
  position: relative;
  z-index: 10;
  padding: 2vw;
}

.marketing_design ul li .link {

  padding: 4rem 0 2rem 0;
  z-index: 10;
  justify-content: space-between;


}

.marketing_design ul li .link span {
  display: block;
  z-index: 10;
  mix-blend-mode: difference;
  display: inline-block;
  position: relative;
  color: white;
  font-size: 3vw;
  margin: 0px;
  text-transform: uppercase;

}

.marketing_design ul li .link>img {
  mix-blend-mode: difference;
  z-index: 10;
}


.hover-reveal {
  position: absolute;
  width: 15vw;
  height: 18vw;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all .5s ease-out;
}

.hover-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: transform .4s ease-out;
  z-index: 99;
}

.marketinglist {
  list-style: none;
}

.market_animate_design {
  margin-left: 20vw;
}

.modal.fade .modal-dialog {
  max-width: 90%;
}

.modal {
  z-index: 9999 !important;
}

/* ==================================================================Family ================================*/

.family_scrollings {
  position: absolute;
  top: 0px;
  z-index: 9999 !important;
}

.black_frames {
  background-color: #000000a4;
  display: flex;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2vw;
}

.images_familylogo {
  width: 7vw;
}

.images_familylogo1 {
  width: 14vw;

}

.paras_logofamily {
  margin-top: 1vw;
  color: white;
  font-size: 1vw;
  text-align: center;

}

.button_partfamily {
  color: white;
  outline: none;
  border: none;
  background: #5A3485;
  font-size: 1vw;
  padding: 10px;
  width: 7vw;
  margin-top: 1vw;
}

.heading_modalsHome {
  padding: 1vw !important;
}

.contact_footer {
  margin-top: 16vh;
}

.mobile_visions {
  display: none;
}

.footer_logos {
  width: 23vw;
}

@media only screen and (max-width: 992px) {

  /*================================================================================ navbar =======================================*/

  .logo {
    width: 35vw;
  }

  .black_frames {
    padding: 4vw;
  }

  .hamburger {
    width: 5vw;
  }

  .navbar_anchor {
    font-size: 5vw;
  }

  .navbarfamily_button {
    font-size: 2.5vw;
    width: 21vw;
  }

  .facebook_icons {
    width: 4vw !important;
  }

  .closed {
    font-size: 4vw !important;
  }

  /* =================================================================================services ==================================*/
  #background_matters {
    min-height: 90vh;
  }

  .gif_images {
    height: 50vw;
  }

  .services_head1,
  .services_head {
    font-size: 8vw;
    background: #00000042;
    border-radius: 20px;
    padding: 10px;
  }

  .services_head1 {
    right: -17vw;
  }

  .services_head {
    left: -19vw;
    top: 2vw;
  }

  .services_heading {
    height: 22vw;
    background-color: #7621d6;
  }

  .services_heading::before {
    background-color: #7621d6;
  }

  .services_heading::after {
    background-color: #7621d6;
  }

  .para_services {
    display: block;
    color: white;
    width: 40%;
    font-size: 2vw;
  }

  .services_heading:hover .para_services {
    display: block;
    color: white;
    font-size: 2vw;
  }

  /* ===========================================================footer =====================================================*/
  .hero_heading {
    font-size: 5vw;
    text-align: center;
  }

  .footer_para {
    font-size: 3vw;
    text-align: center;
  }

  .btn_primary {
    font-size: 2.5vw;
    margin: 0 auto;
  }

  .footer_para1 {
    margin: 0px;
    text-align: center;
    font-size: 2vw;
  }

  .footer_gif {
    width: 40vw;
    position: static;
  }

  .footer_logos {
    width: 35vw;
  }

  .call_footerHead {
    font-size: 4vw;
  }

  .footerPhoneLink {
    text-align: center;
    font-size: 2.5vw;
  }

  .partFooters {
    text-align: center;
    font-size: 2.5vw;
    width: 100%;
    margin: 0 auto;
  }

  .partFooters1, .partFooters2{
    font-size: 2.5vw;
    text-align: center;
  }

  .footer_icon {
    width: 4vw;
  }

  .footer_end_segment {
    text-align: center;
  }

  /* ================================================work ===================================*/

  .work_heading {
    font-size: 7vw;
  }

  .work_flex {
    min-height: 70vh;
  }

  .work_logo {
    font-size: 5vw;
  }

  .work_para {
    font-size: 2.5vw;
  }

  .images_small {
    margin: 5% auto;
    height: 30vw;
    width: 40vw;
  }

  .workslide_images {
    height: 30vw;
    width: 40vw;
  }

  .images_small1 {
    display: none !important;
  }


  /* =========================================================================careeer ========================================*/
  .awaited_career {
    display: none;
  }

  .career_head3 {
    display: block;
    color: white;
    font-size: 5vw;
  }

  .career_para {
    font-size: 3vw;
  }

  .career_head {
    margin-top: 18vh;
  }

  .career_head_images {
    width: 40vw !important;
    margin: 0 auto;
  }

  .para_careers {
    font-size: 6vw;
  }

  .eager_talkParra {
    font-size: 2vw;
  }

  .selectoptions {
    font-size: 2vw;
    width: 15vw;
  }

  .uiux_careerhead {
    font-size: 4vw;
  }

  .career_para1 {
    font-size: 2.5vw;
  }

  .career_head1 {
    font-size: 3vw;
    border: 0px;
  }

  .list_career {
    font-size: 2.2vw;
  }

  .career_head2 {
    font-size: 3vw;
    border: 0px;
    width: 100%;
    text-align: start;
  }

  .read_span {
    font-size: 2.5vw;
  }

  .btn_secondary1 {
    font-size: 2.5vw;
    width: 30%;
  }

  .modal_head {
    margin-top: 25%;
    text-align: center;
    font-size: 4vw;
  }

  .form_modal {
    margin-top: 2%;
    margin: 5% auto;
    width: 80%;
  }

  .modal_para {
    text-align: center;
    font-size: 2.5vw;
    margin: 0 auto;
  }

  .modal_input {
    width: 40vw !important;
    font-size: 2vw;
  }

  .modal_input1 {
    width: 40vw !important;
    font-size: 2vw;
  }

  .modal_close {
    font-size: 5vw;
  }

  .close {
    right: 30px;
  }

  .modal_portfoliopara {
    width: 40vw !important;
    font-size: 1.7vw;
  }

  .file_label {
    width: 40vw !important;
    font-size: 2vw;
  }

  .file_include {
    font-size: 2vw;
  }

  .file_textarea {
    width: 40vw !important;
    font-size: 2vw;
  }

  .btn_modal_file {
    font-size: 2vw;
  }


  /* ==========================================branding ==============================*/
  .marketing_design ul {
    width: 90%;
  }

  .marketing_design {
    margin-top: 0vw;
  }

  .marketing_heading {
    font-size: 6vw;
  }

  .marketing_heading1 {
    font-size: 6vw;
    margin-top: 10vw;
  }

  .marketing_para {
    font-size: 3.5vw;
    margin-top: 6vw !important;
  }

  .market_para {
    font-size: 2vw;
    width: 100%;
  }

  .borrd_bottom {
    display: none;
  }

  .hover-reveal {
    display: none;
  }

  .hover-reveal1 {
    display: block;
  }

  .hidden-img1 {
    width: 20vw;
    position: absolute;
    bottom: 0% !important;
    right: 5%;
  }

  .marketing_design ul li .link {
    padding: 7rem 0 2rem 0;

  }


  /* ==========================================================Home ===================================================*/

  .child {
    height: 10vh;
    font-size: 6vw;
  }

  .dot {
    min-width: 25px;
    min-height: 25px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: -50px !important;
    text-align: center;
  }

  .about_images {
    width: 30vw;
  }

  .master_para {
    font-size: 3vw;
  }

  .vision_map_head,
  .why_head {
    font-size: 6vw;
    text-align: center;
  }

  .why_para {
    font-size: 2.5vw;
    text-align: center;
    margin: 0 auto;
  }

  .carousel_head {
    margin-left: 0%;
    font-size: 6vw;
    text-align: center;

  }

  .card-body {
    height: 85vw;
  }

  .carousel_para {
    margin-left: 0%;
    font-size: 2.5vw;
    text-align: center;
  }

  .btn_transparent {
    width: 25%;
    font-size: 2.5vw;
  }

  .carousel_homeimages {
    height: 40vw;
    object-fit: cover;
  }

  .multiple-items .priv_arrow {
    right: 30%;
    font-size: 2.5vw;
    bottom: -10vw;
  }

  .multiple-items .next_arrow {
    right: 5%;
    font-size: 2.5vw;
    bottom: -10vw;
  }

  .carousel_pending {
    padding-bottom: 16vw;
  }

  .club_bottom_border {
    display: none;
  }

  .club_head {
    font-size: 7vw;
    text-align: center;
  }

  .club_para {
    font-size: 4.5vw;
    text-align: center;

  }

  .iconesImages {
    width: 15vw;
    height: 10vw;
  }

  .medal_head {
    font-size: 7vw;
    text-align: center;
  }

  .medal_paras {
    text-align: center;
    font-size: 4vw;
  }

  .owl-carousel {
    height: 10vw !important;
  }

  .margin_auto_medal {
    margin: 0% !important;
  }

  .card {
    width: 60vw !important;
    padding: 0%;
  }

  .testimonial_images {
    width: 10vw;
    height: 10vw;
  }

  .medal_header {
    font-size: 4.5vw;
    margin-left: 0vw !important;
  }

  .medal_para {
    font-size: 2.4vw;

  }

  .medal_paras {
    margin-left: 0vw !important;
  }

  .bi-star-fill,
  .rating_para {
    font-size: 2.5vw;
  }

  .card-text {
    font-size: 2.4vw;
  }

  .footer_homeparra {
    margin-top: 77vw !important;
  }

  .invalid-feedback {
    font-size: 2vw;
  }

  .footer_contact {
    width: 50vw !important;
  }

  .modal_input {
    width: 50vw !important;
  }

  .modal_input1 {
    width: 50vw !important;
  }

  .form_modalHome {
    width: 60vw;
  }

  .desktop_visions {
    display: none;
  }

  .vision_dashed {
    height: 10vh;
  }

  .paras_vision {
    font-size: 2vw;
    width: 70%;
    text-align: center;
  }

  .aboutbackground {
    width: 30vw;
    height: 30vw;
    margin: 0 auto;
  }

  .mobile_visions {
    display: block;
  }

  .about_images {
    width: 10vw;
    transform: scale(1);
    transition: all .9s ease-in-out;

  }

  .aboutbackground:hover .about_images {
    transform: scale(1);
    transition: all .9s ease-in-out;

  }

  .images_familylogo1 {
    width: 30vw;
  }

  .images_familylogo {
    width: 20vw;
  }

  .paras_logofamily {
    font-size: 3vw;
  }

  .button_partfamily {
    width: 15vw;
    font-size: 3vw;
  }

  .cursor {
    display: none;
  }

  .main_page,
  #background_matters {
    background-image: none;
    background: linear-gradient(to right, #66E3FF, #7621D6, #8263A9, #A9436F, #C53898);
  }

  .flexBasisfamily {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130vh;
  }
}


@media only screen and (max-width: 600px) {


  /* ==========================================================navbar ====================================================*/

  .logo {
    width: 50vw;
  }

  .hamburger {
    width: 8vw;
  }

  .navbar_anchor {
    font-size: 8vw;
  }

  .navbarfamily_button {
    font-size: 4vw;
    width: 40vw;
  }

  .facebook_icons {
    width: 8vw !important;
  }

  .closed {
    font-size: 8vw !important;
  }

  /* ===============================================================================home ======================================*/
  .dot {
    min-width: 15px;
    min-height: 15px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    right: -10vw !important;
    text-align: center;
  }

  .aboutbackground {
    width: 50vw;
    height: 50vw;
    margin: 0 auto;
  }

  .about_images {
    width: 15vw;
  }

  .master_para {
    font-size: 5vw;
  }

  .vision_map_head,
  .why_head {
    font-size: 8vw;
  }

  .paras_vision {
    font-size: 4vw;
    width: 90%;
  }

  .why_para {
    font-size: 4vw;
    width: 100%;
  }

  .carousel_background {
    background: white;
    width: 100vw;
  }

  .main-slider {
    width: 100vw;
  }

  .carousel_para {
    font-size: 3vw;
  }

  .carousel_head {
    font-size: 8vw;
  }

  .child {
    font-size: 5.5vw;
  }

  .btn_transparent {
    width: 50%;
    font-size: 4vw;
  }

  .carousel_homeimages {
    height: 50vw;
  }

  .multiple-items .priv_arrow {
    bottom: -14vw;
    font-size: 3.5vw;
    right: 40%;
  }

  .multiple-items .next_arrow {
    bottom: -14vw;
    font-size: 3.5vw;
  }

  .club_head {
    font-size: 8vw;
  }

  .club_para {
    font-size: 5vw;
  }

  .medal_head {
    font-size: 8vw;
  }

  .card {
    width: 100vw !important;
  }

  .testimonial_images {
    width: 20vw;
    height: 20vw;
  }

  .medal_header {
    font-size: 4vw;
  }

  .medal_para,
  .card-text {
    font-size: 3vw;
    font-weight: 800;
  }

  .bi-star-fill,
  .rating_para {
    font-size: 3vw;
  }

  .footer_homeparra {
    margin-top: 95vw !important;
  }


  /* ========================================================= footer =================================================================================*/
  .hero_heading {
    font-size: 7vw;
  }

  .footer_para {
    font-size: 4vw;
  }

  .btn_primary {
    width: 60%;
    font-size: 4vw;
  }

  .footer_para1 {
    font-size: 3vw;
  }

  .call_footerHead {
    font-size: 6vw;
  }

  .footerPhoneLink {
    font-size: 3.5vw;
    text-align: center;
  }

  .footer_logos {
    width: 55vw;
  }

  .partFooters,
  .partFooters1,.partFooters2 {
    font-size: 3.5vw;
  }

  .form_modalHome {
    width: 80vw;
    margin-top: 15%;
  }

  .footer_contact {
    font-size: 70vw;
  }

  .modal_input1,
  .modal_input,
  .file_textarea {
    width: 50vw !important;
    font-size: 3vw;
  }

  .btn_modal_file {
    width: 40vw;
    font-size: 3vw;
  }

  .modal_close {
    font-size: 8vw;
  }

  .invalid-feedback {
    font-size: 3vw;
  }

  /* =================================================================services ===============================================*/

  .gif_images {

    height: 78vw;
  }

  .h1 {
    font-size: 5vw;
  }

  .para_services {
    font-size: 3vw;
    width: 70%;
    text-align: center;
  }

  .services_heading {
    height: 33vw;
  }

  .services_heading:hover .para_services {
    font-size: 3vw;
    width: 70%;
  }

  /* ==================================================================WORK ==========================*/
  .work_heading {
    font-size: 7vw;
  }

  .flex_work_container {
    padding-top: 0%;
  }

  .work_flex {
    min-height: 60vh;
  }

  .work_logo {
    font-size: 7vw;
  }

  .work_para {
    font-size: 3.5vw;
  }

  .workslide_images {
    height: 50vw;
    width: 50vw;
  }

  .images_small {
    height: 50vw;
    width: 50vw;

  }

  /* ========================================================================career =====================================*/
  .career_head3 {
    font-size: 7vw;
  }

  .career_para {
    font-size: 4vw;
  }

  .career_head_images {
    width: 60vw !important;
  }

  .selectoptions {
    width: 60vw;
    font-size: 4vw;
  }

  .border-bottoms {
    display: none;
  }

  .uiux_careerhead {
    font-size: 8vw;
  }

  .career_para1 {
    font-size: 3.5vw;
  }

  .career_head1,
  .career_head2 {
    font-size: 4.5vw;
  }

  .list_career,
  .read_span {
    font-size: 3.5vw;
  }

  .btn_secondary1 {
    width: 50%;
    font-size: 3.5vw;
  }

  .modal_head {
    margin-top: 5%;
    font-size: 7vw;
  }

  .modal_para {
    font-size: 3.5vw;
  }

  .form_modal {
    width: 90%;
  }

  .modal_portfoliopara {
    font-size: 2.5vw;
    width: 50vw !important;
  }

  .modal_input1 {
    margin-top: 30% !important;
  }

  .file_label {
    width: 50vw !important;
    font-size: 2.5vw;
  }

  .marketing_heading {
    font-size: 8vw;
  }

  .marketing_para {
    font-size: 4.8vw;
  }

  .market_para {
    font-size: 3vw;
  }

  .marketing_design ul li .link span {
    font-size: 4vw;
    margin-left: 5%;
  }

  .images_familylogo1 {

    width: 90vw;
  }

  .images_familylogo {
    width: 20vw;
  }

  .paras_logofamily {
    font-size: 4vw;
  }

  .button_partfamily {
    width: 25vw;
    font-size: 3vw;
  }

  .footer_icon {
    width: 8vw;
  }

  .iconesImages {
    width: 15vw;
    height: 10vw;
  }

  .hidden-img1 {
    width: 25vw;
    position: absolute;
    bottom: 0% !important;
    right: 5%;
  }

  .mobile_widthchange {
    width: 60%;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .marketing_design ul li .link {
    padding: 5rem 0 2rem 0;

  }
}