@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&family=Raleway:wght@100&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
}

#bottom_warpper footer {
  width: 100%;
  background-color: black;
  padding: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

#bottom_warpper footer .top_cnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: auto;
}

#bottom_warpper footer .top_cnt .title {
  color: #d8d8d8;
  margin: 0;
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  align-items: center;
}

#bottom_warpper footer .top_cnt .store_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin: auto;
}

#bottom_warpper footer .top_cnt .store_cnt .store_img {
  width: 45%;
  margin-right: 15px;
}

#bottom_warpper footer .mid_cnt {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: start;
  width: 100%;
  margin: auto;
  margin-top: 75px;
}

#bottom_warpper footer .mid_cnt .single {
  width: 22%;
  text-align: start;
}

#bottom_warpper footer .mid_cnt .single .footer_title {
  color: white;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bottom_warpper footer .mid_cnt .single .footer_title.active .footer_colapse_icon {
  transform: rotateX(140deg) !important;
}

#bottom_warpper footer .mid_cnt .single .footer_title .footer_colapse_icon {
  display: none;
}

#bottom_warpper footer .mid_cnt .single ul {
  list-style: none;
  padding-left: 0px;
}

#bottom_warpper footer .mid_cnt .single ul li {
  margin-bottom: 10px;
}

#bottom_warpper footer .mid_cnt .single ul li a {
  text-decoration: none;
  color: #e2e2e2;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
}

#bottom_warpper footer .mid_cnt .single ul li a:hover {
  color: #e3232c !important;
}

#bottom_warpper footer .socialIcons_cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  border-bottom: 1px solid white;
  padding-bottom: 18px;
  margin-top: 60px;
  margin-bottom: 18px;
}

#bottom_warpper footer .socialIcons_cnt a {
  margin-right: 27px;
}

#bottom_warpper footer .socialIcons_cnt a i {
  font-size: 27px;
}

#bottom_warpper footer .socialIcons_cnt a:nth-child(1) {
  color: #415997;
}

#bottom_warpper footer .socialIcons_cnt a:nth-child(2) {
  color: #65aced;
}

#bottom_warpper footer .socialIcons_cnt a:nth-child(3) {
  color: #e03465;
  background: -webkit-radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  background-clip: text;
}

#bottom_warpper footer .socialIcons_cnt a:hover {
  opacity: 0.8;
}

#bottom_warpper footer .footer_bottom_cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#bottom_warpper footer .footer_bottom_cnt .left {
  display: flex;
  justify-content: start;
  align-items: center;
}

#bottom_warpper footer .footer_bottom_cnt .left button {
  background-color: black;
  border: none;
  font-size: 15px;
  color: gainsboro;
  font-family: "Open Sans", sans-serif;
}

#bottom_warpper footer .footer_bottom_cnt .copyright {
  text-align: right;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  color: gainsboro;
}

#wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /* top_cnt */
}

#wrapper #top_cnt {
  background-color: rgb(51, 0, 255);
  height: 50vh;
  width: 100%;
  position: relative;
  background-image: url("../images/backabout.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 62, 62, 0.31);
  background-blend-mode: soft-light;
  box-sizing: border-box;
  background-position: center center;
  /* navbar */
}

#wrapper #top_cnt .nav_cnt {
  box-sizing: border-box;
  position: fixed !important;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 59px;
  transition: all 600ms ease-in-out;
  top: 0px;
}

#wrapper #top_cnt .nav_cnt.active {
  background-color: white !important;
}

#wrapper #top_cnt .nav_cnt.active .link {
  color: black !important;
}

#wrapper #top_cnt .nav_cnt.active .link:hover {
  color: #e3232c !important;
}

#wrapper #top_cnt .nav_cnt.active .bar1,
#wrapper #top_cnt .nav_cnt.active .bar2,
#wrapper #top_cnt .nav_cnt.active .bar3 {
  background-color: black !important;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt {
  width: 100vw;
  background-color: black;
  height: 109vh;
  position: fixed !important;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 20px;
  padding-top: 28px;
  box-sizing: border-box;
  transform-origin: 0 0;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt .dropdown .lng_btn {
  background: none;
  border: none;
  outline: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 17px;
  margin-left: auto;
  /* margin-top: -44px; */
  position: relative;
  top: -27px;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL {
  -webkit-font-smoothing: antialiased;
  list-style-type: none;
  padding: 0;
  max-height: 100%;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL li {
  font-size: 24px;
  margin-bottom: 30px;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL li a {
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL .divider {
  width: 100%;
  height: 2px;
  background-color: #e8e8e8;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: none;
}

#wrapper #top_cnt .nav_cnt .left #sideBar_cnt #linksUL .sub {
  font-size: 18px;
  margin-bottom: 27px;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt {
  z-index: 4;
  display: none;
  cursor: pointer;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt .bar1,
#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt .bar2,
#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt .bar3 {
  width: 24px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
  position: relative;
  z-index: 4;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active .bar2 {
  opacity: 0;
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

#wrapper #top_cnt .nav_cnt .left .sidebar_toggle_cnt.active ~ #sideBar_cnt {
  transform: none !important;
}

#wrapper #top_cnt .nav_cnt .logo_img {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  margin: auto;
  height: 43px;
}

#wrapper #top_cnt .nav_cnt .link_cnt {
  display: flex;
  align-items: center;
  width: 30%;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#wrapper #top_cnt .nav_cnt .link_cnt .link {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: white;
  font-size: 17px;
  font-weight: 300;
  transition: all 200ms ease-in-out;
}

#wrapper #top_cnt .nav_cnt .link_cnt .link:hover {
  color: #e3232c;
}

#wrapper #top_cnt #mid_cnt {
  width: 80%;
  margin: auto;
  text-align: center;
  color: white;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#wrapper #top_cnt #mid_cnt .title {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 37px;
  font-weight: 700;
  color: white;
}

#wrapper #top_cnt #mid_cnt .right {
  background-color: white;
  border-radius: 50px;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 20px 10px 20px;
}

#wrapper #top_cnt #mid_cnt .right p {
  color: #e3232c;
  margin: 0px;
  margin-right: 3px;
  margin-left: 3px;
}

#wrapper #top_cnt #mid_cnt .right a {
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  background-color: white;
  text-decoration: none;
}

#wrapper #top_cnt #mid_cnt .right a:hover {
  color: #e3232c;
}

#wrapper #top_cnt #mid_cnt .right a:not(:last-child) {
  opacity: 0.7;
}

#wrapper .about_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 50px !important;
  margin-bottom: 20px !important;
}

#wrapper .about_cnt .right_cnt {
  width: 60%;
}

#wrapper .about_cnt .right_cnt .title {
  color: black;
  font-size: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

#wrapper .about_cnt .right_cnt .desc {
  color: rgb(44, 43, 43);
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 28px;
}

#wrapper .about_cnt .phone_img {
  margin-left: 10px;
  transform: rotateX(315deg);
  transform: rotateY(165deg);
  width: 25%;
}

#wrapper .mission_cnt {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

#wrapper .mission_cnt .single {
  width: 30%;
  display: flex;
  justify-content: start;
  align-items: self-start;
}

#wrapper .mission_cnt .single img {
  margin-right: 20px;
  width: 80px;
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #fdb076 85%, #a71828);
  padding: 15px;
  border-radius: 50%;
  text-align: center;
}

#wrapper .mission_cnt .single .right .title {
  color: #e3232c;
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

#wrapper .mission_cnt .single .right .desc {
  color: rgb(44, 43, 43);
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  margin-top: 0px;
}

#wrapper .connect_cnt {
  padding-left: 3vw;
  padding-right: 10px;
  margin-bottom: 40px;
  margin-top: 40px;
}

#wrapper .connect_cnt .title {
  font-size: 23px;
  font-family: "Open Sans", sans-serif;
  color: black;
  font-weight: 600;
}

#wrapper .connect_cnt .socialIcons_cnt a {
  color: red;
  margin-right: 10px;
  font-size: 21px;
}

#wrapper .connect_cnt .socialIcons_cnt a:hover {
  opacity: 0.7;
}

#wrapper .feeback_cnt {
  margin: auto;
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center;
  padding-bottom: 80px;
  padding-top: 80px;
}

#wrapper .feeback_cnt .title1 {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #e3232c;
  font-weight: 500;
  margin: 0px;
}

#wrapper .feeback_cnt .title2 {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  color: black;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 26px;
}

#wrapper .feeback_cnt .feed_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#wrapper .feeback_cnt .feed_cnt .single {
  background: white;
  padding: 40px;
  border-radius: 10px;
  width: 45%;
  margin: 17px;
  text-align: left;
}

#wrapper .feeback_cnt .feed_cnt .single .top {
  display: flex;
  align-items: center;
  justify-content: start;
}

#wrapper .feeback_cnt .feed_cnt .single .top .thumbnail {
  position: relative;
}

#wrapper .feeback_cnt .feed_cnt .single .top .thumbnail::after {
  position: absolute;
  right: -20%;
  content: "";
  background-image: url("../images/quote.png");
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
}

#wrapper .feeback_cnt .feed_cnt .single .top .thumbnail img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

#wrapper .feeback_cnt .feed_cnt .single .top .right {
  margin-left: 33px;
}

#wrapper .feeback_cnt .feed_cnt .single .top .right .name {
  margin: 0px;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 700;
}

#wrapper .feeback_cnt .feed_cnt .single .top .right .occupation {
  margin: 0px;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 500;
  margin-top: 3px;
  color: #7a7a7a;
}

#wrapper .feeback_cnt .feed_cnt .single .desc {
  margin: 0px;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 500;
  margin-top: 38px;
  color: #605e5e;
  line-height: 28px;
}

/* tablet */
@media only screen and (max-width: 1100px) {
  #wrapper .about_cnt {
    padding: 20px !important;
  }
  #wrapper .about_cnt .right_cnt {
    width: 100% !important;
    order: 2 !important;
  }
  #wrapper .about_cnt .right_cnt .title {
    font-size: 30px !important;
    text-align: center !important;
    margin-bottom: 5px !important;
  }
  #wrapper .about_cnt .right_cnt .desc {
    font-size: 18px;
    margin-top: 0px !important;
  }
  #wrapper .about_cnt .phone_img {
    margin-left: 0px !important;
    margin-bottom: 20px;
    width: 40% !important;
    order: 1 !important;
  }
  #wrapper .mission_cnt {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  #wrapper .mission_cnt .single {
    width: 90%;
    margin-bottom: 20px;
  }
  #wrapper .mission_cnt .single img {
    margin-right: 20px;
    width: 80px;
    padding: 15px;
  }
  #wrapper .mission_cnt .single .right .title {
    font-size: 20px;
  }
  #wrapper .mission_cnt .single .right .desc {
    font-size: 16px;
    margin-top: 0px;
  }
  #wrapper .connect_cnt {
    padding-left: 20px !important;
  }
  #wrapper .feeback_cnt {
    padding: 10px !important;
  }
  #wrapper .feeback_cnt .title2 {
    font-size: 32px !important;
  }
  #wrapper .feeback_cnt .feed_cnt .single {
    padding: 20px !important;
    width: 100% !important;
  }
  #wrapper .feeback_cnt .feed_cnt .single .top .right .name {
    font-size: 20px !important;
  }
  #wrapper .feeback_cnt .feed_cnt .single .top .right .occupation {
    font-size: 15px;
  }
  footer .top_cnt .title {
    width: 100% !important;
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  footer .top_cnt .store_cnt {
    width: 100% !important;
  }
  footer .top_cnt .store_cnt .store_img {
    width: 30% !important;
    margin-right: 18px !important;
  }
  footer .mid_cnt .single {
    width: 100% !important;
  }
  footer .mid_cnt .single .footer_title {
    padding-bottom: 10px !important;
    cursor: pointer !important;
    border-bottom: 1px solid white !important;
  }
  footer .mid_cnt .single .footer_title .footer_colapse_icon {
    display: block !important;
    font-size: 34px !important;
    font-weight: normal !important;
  }
  footer .mid_cnt .single ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  footer .footer_bottom_cnt .left button {
    font-size: 11px !important;
  }
  footer .footer_bottom_cnt .copyright {
    font-size: 11px !important;
  }
  .nav_cnt {
    position: relative !important;
  }
  .nav_cnt.active {
    background-color: white !important;
    -webkit-transform: translate3d(0, -62px, 0) !important;
    transform: translate3d(0, -62px, 0) !important;
  }
  .nav_cnt.active .link {
    color: black !important;
  }
  .nav_cnt.active .bar1,
  .nav_cnt.active .bar2,
  .nav_cnt.active .bar3 {
    background-color: black !important;
  }
  .sidebar_toggle_cnt {
    display: inline-block !important;
  }
  #bottom_warpper {
    margin-top: 0px !important;
  }
  .link_cnt .link:nth-child(-n+2) {
    display: none !important;
  }
}
/* mobile */
@media only screen and (max-width: 600px) {
  #help_cnt .help_form_cnt {
    padding: 0px !important;
  }
  .global_cnt {
    width: 100% !important;
  }
  .link_cnt .link:nth-child(3) {
    display: none !important;
  }
  #top_cnt #mid_cnt {
    width: 100% !important;
    top: 40% !important;
    justify-content: center !important;
  }
  #top_cnt #mid_cnt .title {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
  #top_cnt #mid_cnt .right {
    padding: 10px 20px 10px 20px !important;
  }
  #top_cnt #mid_cnt .right a {
    font-size: 17px !important;
  }
}


/*# sourceMappingURL=about-us.css.map */
