body {
  margin: 0;
  font-family: coolvetica, sans-serif, Open Sans, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f7f7f7 !important;
  color: #101010 !important;
  line-height: 1.34 !important;
  height: 100vh;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a::after {
  display: none !important;
}

a:hover {
  text-decoration: none;
}

button {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

@media screen and (max-width: 767px) {
  button {
    font-size: 16px !important;
  }
}

button:focus {
  outline: 0 !important;
}

@media screen and (max-width: 767px) {
  .hide_in_mob {
    display: none !important;
  }
}

.hide_in_desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .hide_in_desktop {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .hide_mob {
    display: none;
  }
}

.show_mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .show_mob {
    display: block;
  }
}

input {
  font-family: Open Sans, sans-serif !important;
  font-weight: normal;
}

input:focus {
  outline: 0 !important;
}

input::-webkit-input-placeholder {
  color: #343434 !important;
}

input:-ms-input-placeholder {
  color: #343434 !important;
}

input::-ms-input-placeholder {
  color: #343434 !important;
}

input::placeholder {
  color: #343434 !important;
}

.input_wrap {
  position: relative;
  margin-bottom: 25px;
}

.input_wrap:hover::after {
  width: 100%;
}

.input_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.input_wrap input {
  border: 0;
  border-bottom: 1px solid #7c7c7c;
  padding-bottom: 8px;
  width: 100%;
  background-color: transparent;
}

.input_wrap input:focus {
  border-color: #000;
}

ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}

label {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .main--wrapper .mt-5,
  .main--wrapper .my-5 {
    margin-top: 0px !important;
  }
}

.ml_50 {
  margin-left: 50px;
}

.mb_40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 20px !important;
  }
}

.pr_0 {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .pr_0 {
    padding-right: 15px;
  }
}

.mt_100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .mob_mb_0 {
    margin-bottom: 0 !important;
  }
  .mobile_h_auto {
    height: auto !important;
  }
  .mob_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1250px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dfdfdf;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.home_main_wrap {
  background: #f7f7f7;
  overflow-x: hidden;
}

.home_main_wrap .header {
  background: #e9e9e9;
  margin-bottom: 0;
}

.bottom_header_bg {
  background-color: #000;
}
.card_wrap {
 margin:30px 0px 5px;
}
.header {
  padding: 15px 0 0;
  background: #f7f7f7;
  z-index: 99999999999;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}

@media screen and (max-width: 992px) {
  .header .container {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header .container {
    padding: 0 15px;
  }
}

.header .main_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .header .main_header_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header li .logo_header {
  width: 150px;
  max-width: 100%;
  fill: #888;
}

@media screen and (max-width: 767px) {
  .header li .logo_header {
    width: 120px;
  }
}

.header .mob_show_menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .mob_show_menu {
    display: block;
    z-index: 999999;
  }
}

.header .mob_show_menu .menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.header .mob_show_menu .menu_icon span {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  display: block;
  margin-left: 5px;
}

.header .close_text {
  display: none;
  margin: 0 0 0 5px;
}

.header .change.menu_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header .change.menu_icon .close_text {
  display: block;
}

.header .change.menu_icon span {
  margin-left: -5px;
}

.header .right_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .header .right_header_wrap {
    position: fixed;
    top: 0px;
    background: white;
    padding: 50px 20px 20px;
    z-index: 99;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.header .right_header_wrap li {
  margin-left: 25px;
}

@media screen and (max-width: 1199.5px) {
  .header .right_header_wrap li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header .right_header_wrap li {
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
  }
  .header .right_header_wrap li:first-child {
    border-top: 1px solid #000;
    padding-top: 20px;
  }
  .header .right_header_wrap li a,
	.header .right_header_wrap li .service_btn {
	  font-size: 16px;
	  color: #000;
	  padding:10px 0px;
	}
}

.header .right_header_wrap li a,
.header .right_header_wrap li .service_btn {
  font-size: 18px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1199.5px) {
  .header .right_header_wrap li a,
  .header .right_header_wrap li .service_btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .header .right_header_wrap li a,
  .header .right_header_wrap li .service_btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .header .right_header_wrap li a,
  .header .right_header_wrap li .service_btn {
    width: 100%;
    display: block;
	color:#000!important;
	padding:10px;
  }
}

.header .right_header_wrap li .service_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.header .right_header_wrap li .service_btn svg {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .right_header_wrap li .service_btn svg {
    display: block;
  }
}

.header .right_header_wrap li .service_btn svg:first-child {
  display: block;
}

.header .right_header_wrap .black_btn {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 25px;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-family: Open Sans, sans-serif;
 border-radius: 6px;
}

@media screen and (max-width: 1024px) {
  .header .right_header_wrap .black_btn {
    font-size: 14px;
    padding: 12px 15px;
  }
}

@media screen and (max-width: 767px) {
  .header .close_menu {
    right: -100%;
  }
}

@media screen and (max-width: 767px) {
  .header .open_menu {
    right: 0;
  }
}

.header .dropdown_main_wrap {
  position: relative;
}

.header .dropdown_main_wrap:hover .drop_down_wrap {
  display: block;
}

.header .dropdown_main_wrap .drop_down_wrap {
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 50px;
  width: 200px;
  height: auto;
  z-index: 9;
  background: #f1f1f1;
  top: 20px;
  padding: 5px 0;
  -webkit-box-shadow: 0px 10px 20px 0 #00000063;
          box-shadow: 0px 10px 20px 0 #00000063;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .header .dropdown_main_wrap .drop_down_wrap {
    display: block;
    width: 100%;
    position: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}

.header .dropdown_main_wrap .drop_down_wrap a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  color:#000!important;
}

.header .dropdown_main_wrap .drop_down_wrap a:hover {
  background-color: #ccc;
}

.header .dropdown_main_wrap .drop_down_wrap .padd_around {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.header .dropdown_main_wrap .drop_down_wrap .padd_around:hover {
  background-color: #ccc;
}

.header .dropdown_main_wrap .drop_down_wrap .next_drop {
  position: relative;
}

.header .dropdown_main_wrap .drop_down_wrap .next_drop:hover .side_drop {
  display: block;
}

.header .dropdown_main_wrap .drop_down_wrap .next_drop .arrow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header .dropdown_main_wrap .drop_down_wrap .next_drop .arrow_img {
  width: 20px;
}

@media screen and (max-width: 767px) {
  .header .dropdown_main_wrap .drop_down_wrap .next_drop .arrow_img {
    display: none;
  }
}

.header .dropdown_main_wrap .drop_down_wrap .next_drop .side_drop {
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 100%;
  top: 0;
  width: 200px;
  background: #f1f1f1;
  -webkit-box-shadow: 0px 10px 20px 0 #00000063;
          box-shadow: 0px 10px 20px 0 #00000063;
  border-radius: 0 6px 6px 6px;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .header .dropdown_main_wrap .drop_down_wrap .next_drop .side_drop {
    display: block;
    width: 100%;
    position: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .header .dropdown_main_wrap .drop_down_wrap .next_drop .side_drop a {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .dropdown_main_wrap .close_drawer {
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .header .dropdown_main_wrap .open_drawer {
    height: 123px;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .header .dropdown_main_wrap .close_drawer2 {
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .header .dropdown_main_wrap .open_drawer2 {
    height: auto;
  }
}

.header .header_bottom_wrap {
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header_bottom_wrap li {
  margin: 0 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .header .header_bottom_wrap li {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .header_bottom_wrap li {
    margin: 0 0 0 0;
  }
}

.footer_wrap {
  padding: 50px 0;
  background: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .footer_wrap {
    padding: 20px 0;
  }
}

.footer_wrap h1 {
  font-family: coolvetica, sans-serif;
  font-size: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  position: relative;
  padding-right: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .footer_wrap h1 {
    font-size: 30px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.footer_wrap h1:hover::after {
  width: 100%;
}

.footer_wrap h1::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.footer_wrap h1 a {
  font-weight: 300;
  color: #101010;
}

.footer_wrap .main_footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_wrap .main_footer_wrap .small_wrap {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .footer_wrap .main_footer_wrap .small_wrap {
    width: 50% !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .footer_wrap .main_footer_wrap .medium_wrap {
    width: 18%;
  }
}

.footer_wrap .main_footer_wrap .big_wrap {
  width: 25%;
  margin-left: 100px;
}

@media screen and (max-width: 1199px) {
  .footer_wrap .main_footer_wrap .big_wrap {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrap .main_footer_wrap .big_wrap {
    width: 48%;
    margin: 0 0 0 2%;
  }
}

.footer_wrap .main_footer_wrap .big_wrap p {
  margin: 0;
  line-height: 1.34;
}

.footer_wrap .main_footer_wrap .big_wrap p:first-child {
  margin-bottom: 10px;
}

.footer_wrap .main_footer_wrap .big_wrap p:last-child {
  margin-top: 13px;
}

.footer_wrap .main_footer_wrap .big_wrap p label {
  margin: 0;
}

.footer_wrap .main_footer_wrap .md_wrap {
  width: 18%;
}

@media screen and (max-width: 991px) {
  .footer_wrap .main_footer_wrap .md_wrap {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrap .main_footer_wrap .md_wrap {
    width: 48%;
    margin: 0 2% 0 0;
  }
}

.footer_wrap .main_footer_wrap p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .footer_wrap .main_footer_wrap p {
    font-size: 14px;
  }
}

.footer_wrap .main_footer_wrap p a {
  color: #101010;
  font-weight: 600;
}

.footer_wrap .main_footer_wrap p label {
  font-weight: 900;
}

.footer_wrap .main_footer_wrap p label a {
  font-weight: 900;
}

.footer_wrap .social_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .footer_wrap .social_wrapper {
    margin: 30px 0;
  }
}

.footer_wrap .social_wrapper a {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #101010;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .footer_wrap .social_wrapper a {
    font-size: 12px;
    margin-right: 10px;
  }
}

.footer_wrap h3 {
  font-family: coolvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer_wrap h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.footer_wrap h3 span {
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.footer_wrap h3 span a {
  color: #101010;
  font-weight: 800;
}

.footer_wrap .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer_wrap .right_bottom_footer span {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.34;
  display: block;
}

.footer_wrap .right_bottom_footer label {
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer_wrap .right_bottom_footer label {
    font-size: 12px;
    margin-top: 10px;
  }
}

.pr_animate {
  height: calc(100vh - 150px);
  max-height: 640px;
}

@media screen and (max-width: 767px) {
  .pr_animate {
    height: 420px;
  }
}

.object {
  -webkit-animation: MoveUpDown 5s linear infinite;
          animation: MoveUpDown 5s linear infinite;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.object .ice_img {
  width: 320px;
}

@media screen and (min-width: 1400px) {
  .object .ice_img {
    width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .object .ice_img {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .object .ice_img {
    width: 250px;
  }
}

.object .candies_img {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .object .candies_img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .object .candies_img {
    width: 250px;
  }
}

@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}

.home_landing_wrap {
  margin-bottom: 20px;
  background: url("images/landing_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 200px 0 60px;
  margin: -175px auto 0;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap {
    padding: 200px 0 40px;
    margin-top: -225px;
  }
}

@media screen and (max-width: 767px) {
  .home_landing_wrap {
    margin: 0 0 20px 0;
    padding: 0;
    background: none;
  }
}

.home_landing_wrap .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .row .col-md-6 {
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .home_landing_wrap .row .col-md-6:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home_landing_wrap .landing_img {
  width: 450px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .landing_img {
    max-width: 80%;
    margin: 20px auto;
    display: block;
  }
}

.home_landing_wrap .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 18px;
  width: 180px;
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .btn_black {
    margin: 10px 0 0;
  }
}

.home_landing_wrap h1 {
  font-size: 40px;
  font-family: coolvetica, sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home_landing_wrap h1 {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

.home_landing_wrap .left_wrap {
  position: absolute;
  left: 0%;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .left_wrap {
    display: none;
  }
}

.home_landing_wrap .left_wrap h1 {
  font-size: 60px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .left_wrap h1 {
    font-size: 40px;
  }
}

.home_landing_wrap .left_wrap h1:hover::after {
  right: -50px;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .left_wrap h1:hover::after {
    right: -25px;
  }
}

.home_landing_wrap .left_wrap h1::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 85px;
  height: 2px;
  background-color: #101010;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .left_wrap h1::after {
    width: 60px;
  }
}

.home_landing_wrap .left_wrap h1 a {
  color: #101010;
}

.home_landing_wrap .right_wrap .single_product_wrap {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .right_wrap .single_product_wrap {
    margin-bottom: 20px;
  }
}

.home_landing_wrap .right_wrap .single_product_wrap:hover .arrow_img {
  margin-left: 40px;
}

.home_landing_wrap .right_wrap .single_product_wrap .pr_img {
  width: 100%;
}

.home_landing_wrap .right_wrap .single_product_wrap .content_wrap {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.home_landing_wrap .right_wrap .single_product_wrap .content_wrap h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .right_wrap .single_product_wrap .content_wrap h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .right_wrap .single_product_wrap .content_wrap h6 {
    font-size: 16px;
  }
}

.home_landing_wrap .right_wrap .single_product_wrap .content_wrap h1 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 80px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .right_wrap .single_product_wrap .content_wrap h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .right_wrap .single_product_wrap .content_wrap h1 {
    font-size: 30px;
  }
}

.home_landing_wrap .right_wrap .single_product_wrap .content_wrap .arrow_btn img {
  width: 100px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .right_wrap .single_product_wrap .content_wrap .arrow_btn img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .right_wrap .single_product_wrap .content_wrap .arrow_btn img {
    width: 50px;
  }
}

.home_landing_wrap .right_wrap h2 {
  font-family: coolvetica, sans-serif;
  font-weight: 900;
  margin: 0;
  font-size: 35px;
}

@media screen and (max-width: 1024px) {
  .home_landing_wrap .right_wrap h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .home_landing_wrap .right_wrap h2 {
    font-size: 20px;
  }
}

.arrow_hover_effect:hover .arrow_img {
  margin-left: 40px;
}

.arrow_hover_effect:hover .arrow_img_small {
  margin-left: 20px !important;
}

.product_box_wrap {
  margin-bottom: 80px;
  background: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .product_box_wrap {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .product_box_wrap {
    margin-bottom: 20px;
  }
  
}

.product_box_wrap h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #101010;
  font-size: 15px;
  margin-bottom: 0;
  height:38px;
  line-height:25px;
}

@media screen and (max-width: 1024px) {
  .product_box_wrap h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .product_box_wrap h6 {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.product_box_wrap h1 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 45px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .product_box_wrap h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product_box_wrap h1 {
    font-size: 18px;
  }
}

.product_box_wrap .arrow_btn {
  margin-bottom: 20px;
}

.product_box_wrap .arrow_btn img {
  width: 80px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .product_box_wrap .arrow_btn img {
    width: 40px;
  }
}

.product_box_wrap .pr_img {
  width: 100%;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_box_wrap .pr_left_img {
  height: 472px;
}

@media screen and (max-width: 1024px) {
  .product_box_wrap .pr_left_img {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .product_box_wrap .pr_left_img {
    height: auto;
    margin-bottom: 10px;
  }
}

.product_box_wrap .pr_left_img ~ h2 {
  width: 420px;
  max-width: 100%;
}

.product_box_wrap .pr_right_img {
  height: 630px;
}

@media screen and (max-width: 1024px) {
  .product_box_wrap .pr_right_img {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .product_box_wrap .pr_right_img {
    height: auto;
    margin-bottom: 10px;
  }
}

.product_box_wrap h2 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 35px;
}

@media screen and (max-width: 1024px) {
  .product_box_wrap h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .product_box_wrap h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .product_box_wrap .home_card_wrap h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .product_box_wrap .home_card_wrap h2 {
    font-size: 20px;
  }
  .product_box_wrap .home_card_wrap h2:last-child {
    margin-bottom: 10px;
  }
}

.single_product_box_wrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .single_product_box_wrap {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .single_product_box_wrap {
    margin-bottom: 20px;
  }
}

.single_product_box_wrap .col-md-7 {
  margin: 0 auto;
}

.single_product_box_wrap .height_cntrl {
  height: 500px;
}

@media screen and (max-width: 767px) {
  .single_product_box_wrap .height_cntrl {
    height: auto;
  }
}

.single_product_box_wrap .height_cntrl .pr_img {
  height: 100%;
}

.single_product_box_wrap .product_wrap {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .single_product_box_wrap .product_wrap {
    margin-bottom: 20px;
  }
  .single_product_box_wrap .product_wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
  }
}

.single_product_box_wrap .product_wrap .pr_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}

.single_product_box_wrap .product_wrap .content_wrap {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

.single_product_box_wrap .product_wrap .content_wrap h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .single_product_box_wrap .product_wrap .content_wrap h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .single_product_box_wrap .product_wrap .content_wrap h6 {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.single_product_box_wrap .product_wrap .content_wrap h1 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 45px;
  margin: 0 0 20px;
  width: 600px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .single_product_box_wrap .product_wrap .content_wrap h1 {
    font-size: 35px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .single_product_box_wrap .product_wrap .content_wrap h1 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}

.single_product_box_wrap .product_wrap .content_wrap .arrow_btn:hover img {
  margin-left: 40px;
}

.single_product_box_wrap .product_wrap .content_wrap .arrow_btn img {
  width: 80px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .single_product_box_wrap .product_wrap .content_wrap .arrow_btn img {
    width: 40px;
  }
}

.single_product_box_wrap h2 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 35px;
  width: 720px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .single_product_box_wrap h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .single_product_box_wrap h2 {
    font-size: 20px;
  }
}

.single_product_box_wrap .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .single_product_box_wrap .btn_black {
    margin-top: 15px;
  }
}

.left_card_wrapper {
  background: url("images/bg1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .left_card_wrapper {
    margin-bottom: 20px;
    padding: 50px 0;
  }
}

.left_card_wrapper .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .left_card_wrapper .box_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.left_card_wrapper .white_card {
  background-color: #fafafa;
  padding: 40px 30px 30px;
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .left_card_wrapper .white_card {
    padding: 30px 20px 20px;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .left_card_wrapper .white_card {
    padding: 20px;
  }
}

.left_card_wrapper .white_card h1 {
  font-family: coolvetica, sans-serif;
  font-size: 25px;
  margin-bottom: 20px;
  color: #101010;
}

@media screen and (max-width: 1024px) {
  .left_card_wrapper .white_card h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .left_card_wrapper .white_card h1 {
    font-size: 18px;
  }
}

.left_card_wrapper .white_card p {
  font-family: ivypresto-headline, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #101010;
  width: 290px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .left_card_wrapper .white_card p {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .left_card_wrapper .white_card p {
    font-size: 16px;
  }
}

.left_card_wrapper .white_card .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .left_card_wrapper .white_card .btn_black {
    font-size: 16px;
  }
}

.learn_wrapper {
  min-height: 700px;
  padding: 130px 0 80px;
}

@media screen and (max-width: 767px) {
  .learn_wrapper {
    padding: 20px 0;
  }
}

.learn_wrapper .learn_sub_wrap .content_box {
  position: absolute;
  -webkit-box-shadow: 0 0 20px 0 #d6d6d6;
          box-shadow: 0 0 20px 0 #d6d6d6;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .content_box {
    position: unset;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100% !important;
  }
}

.learn_wrapper .learn_sub_wrap .content_box p {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  color: #101010;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .content_box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.learn_wrapper .learn_sub_wrap .content_box button {
  font-weight: 500;
  font-family: coolvetica, sans-serif;
  color: #101010;
  font-size: 25px;
}

.learn_wrapper .learn_sub_wrap .content_box button:hover img {
  margin-left: 20px;
}

.learn_wrapper .learn_sub_wrap .content_box button img {
  width: 40px;
  margin-left: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.learn_wrapper .learn_sub_wrap .left_top_wrap {
  right: 0;
  top: 0;
  padding: 40px 40px 20px;
  border-radius: 100px 0px 0px 0px;
  width: 350px;
  background: url("images/Branding.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .left_top_wrap {
    border-radius: 100px 0 0 100px;
    padding: 20px 20px 20px 40px;
    text-align: right;
  }
}

.learn_wrapper .learn_sub_wrap .left_top_wrap p {
  margin-bottom: 10px;
}

.learn_wrapper .learn_sub_wrap .left_bottom_wrap {
  right: 0;
  top: 207px;
  padding: 20px 60px 80px 20px;
  border-radius: 0px 0px 100px 0px;
  width: 240px;
  background: url("images/Digital.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .left_bottom_wrap {
    border-radius: 0 100px 100px 0;
    padding: 20px 40px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.learn_wrapper .learn_sub_wrap .left_bottom_wrap p {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .left_bottom_wrap p {
    margin: 0 0 10px;
  }
}

.learn_wrapper .learn_sub_wrap .right_top_wrap {
  left: 20px;
  top: -130px;
  padding: 150px 40px 20px 60px;
  border-radius: 150px 150px 0 0;
  width: 240px;
  background: url("images/Visuals.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .right_top_wrap {
    border-radius: 100px 0 0 100px;
    padding: 20px 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}

.learn_wrapper .learn_sub_wrap .right_top_wrap button {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  left: -40px;
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .right_top_wrap button {
    -webkit-transform: none;
            transform: none;
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.learn_wrapper .learn_sub_wrap .right_top_wrap button a {
  color: #101010;
}

.learn_wrapper .learn_sub_wrap .right_top_wrap button div {
  position: absolute;
  bottom: -85px;
  left: -40px;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .right_top_wrap button div {
    position: unset;
  }
}

.learn_wrapper .learn_sub_wrap .right_top_wrap button img {
  position: absolute;
  left: 35px;
  bottom: -80px;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .right_top_wrap button img {
    position: unset;
  }
}

.learn_wrapper .learn_sub_wrap .right_top_wrap p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .right_top_wrap p {
    margin: 0 0 10px;
  }
}

.learn_wrapper .learn_sub_wrap .right_bottom_wrap {
  left: 20px;
  top: 207px;
  padding: 20px 75px 20px 20px;
  border-radius: 0 0px 100px 0px;
  width: 350px;
  background: url("images/Packaging.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .learn_wrapper .learn_sub_wrap .right_bottom_wrap {
    border-radius: 0 100px 100px 0;
    padding: 20px 40px 20px 20px;
  }
}

.learn_wrapper .learn_sub_wrap .right_bottom_wrap p {
  margin-bottom: 10px;
}

.right_card_1 {
  background: url("images/teetar.gif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .right_card_1 {
    padding: 50px 0;
  }
}

@media screen and (min-width: 767px) {
  .right_card_1 .box_wrap {
    min-height: 110vh;
  }
}

@media screen and (min-width: 767px) {
  .height_disable_wrap .left_card_wrapper .box_wrap {
    min-height: auto !important;
  }
}

.right_card_wrapper.right_card_2 {
  background: url("images/icecream.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .right_card_wrapper.right_card_2 {
    padding: 50px 0;
  }
}

.right_card_wrapper.right_card_2 h1 {
  color: #ffffff;
  font-size: 55px;
  font-family: ivypresto-headline, sans-serif;
}

@media screen and (max-width: 1024px) {
  .right_card_wrapper.right_card_2 h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .right_card_wrapper.right_card_2 h1 {
    font-size: 35px;
  }
}

.right_card_wrapper.right_card_2 h2 {
  color: #ffffff;
  font-size: 30px;
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .right_card_wrapper.right_card_2 h2 {
    font-size: 22px;
    margin: 30px 0 15px;
  }
}

.right_card_wrapper {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .right_card_wrapper {
    margin-bottom: 40px;
  }
}

.right_card_wrapper .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .right_card_wrapper .box_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.right_card_wrapper .blur_card {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #fafafa66;
  padding: 40px 30px;
  width: 400px;
  max-width: 100%;
}

.right_card_wrapper .white_card {
  background-color: #fafafa;
  padding: 60px 30px;
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .right_card_wrapper .white_card {
    padding: 40px 30px;
  }
}

.right_card_wrapper h1 {
  font-family: coolvetica, sans-serif;
  font-size: 26px;
  margin-bottom: 0;
  color: #101010;
}

@media screen and (max-width: 767px) {
  .right_card_wrapper h1 {
    font-size: 17px;
  }
}

.right_card_wrapper h1:last-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .right_card_wrapper h1:last-child {
    margin-bottom: 30px;
  }
}

.right_card_wrapper .hindi_text {
  font-family: 'Poppins', sans-serif;
  font-style: italic;
}

.right_card_wrapper p {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #101010;
  width: 290px;
  max-width: 100%;
}

.right_card_wrapper .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
  margin-top: 10px;
}

.right_card_wrapper .btn_white {
  background-color: #ffffff;
  color: #101010;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
  margin-top: 0px;
}

.right_card_wrapper .ant-tabs-bar {
  border: 0;
}

.right_card_wrapper .ant-tabs-top .ant-tabs-ink-bar-animated,
.right_card_wrapper .ant-tabs-bottom .ant-tabs-ink-bar-animated {
  display: none !important;
}

.right_card_wrapper .ant-tabs-nav .ant-tabs-tab-active,
.right_card_wrapper .ant-tabs-nav .ant-tabs-tab:hover {
  background: #343434;
  color: #c3c3c3;
}

.right_card_wrapper .ant-tabs-nav-wrap {
  margin: 0;
}

.right_card_wrapper .ant-tabs-nav .ant-tabs-tab {
  border: 1px solid #ccc;
  border-radius: 50px;
  margin: 0 15px 0 0;
  padding: 6px 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.right_card_wrapper ul {
  border: 0;
  height: 50px;
}

.right_card_wrapper ul li a {
  border: 1px solid #ccc;
  border-radius: 50px;
  margin: 0 15px 0 0;
  padding: 6px 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: rgba(0, 0, 0, 0.65);
}

.right_card_wrapper ul .active {
  background: #343434;
  color: #c3c3c3;
}

.short_text_wrapper {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .short_text_wrapper {
    margin-bottom: 40px;
  }
}

.short_text_wrapper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.short_text_wrapper .col-md-7:first-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .short_text_wrapper .col-md-7:first-child {
    margin-bottom: 25px;
  }
}

.short_text_wrapper .col-md-7 .width_cntrl {
  width: 430px;
  max-width: 100%;
}

.short_text_wrapper h2 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  margin: 0;
  font-size: 35px;
}

@media screen and (max-width: 1024px) {
  .short_text_wrapper h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .short_text_wrapper h2 {
    font-size: 22px;
  }
}

.short_text_wrapper p {
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  color: #686868;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .short_text_wrapper p {
    font-size: 15px;
    margin: 10px 0;
  }
}

.short_text_wrapper .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
}

.side_by_side_content_wrap .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.side_by_side_content_wrap p {
  width: 450px;
  max-width: 100%;
}

.side_by_side_content_wrap .col-md-6:first-child {
  margin-bottom: 20px;
}

.slider_wrapper .slider_wrap .swiper-wrapper {
  -webkit-transition-duration: 0.8s !important;
          transition-duration: 0.8s !important;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.slider_wrapper .slider_wrap .swiper-wrapper:active {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.slider_wrapper .slider_wrap a {
  cursor: -webkit-grab;
  cursor: grab;
}

.slider_wrapper .slider_wrap a:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider_wrapper .slider_wrap .slide_block {
  margin-bottom: 0;
}

.slider_wrapper .slider_wrap .slide_block .blog_img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .slider_wrapper .slider_wrap .slide_block .blog_img {
    height: 160px;
  }
	  .videoBx {
		height:300px;
		margin:20px 0px;
	}
}

.slider_wrapper .slider_wrap .slide_block h1 {
  font-family: coolvetica, sans-serif;
  font-size: 26px;
  margin: 15px 0 10px;
  color: #101010;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .slider_wrapper .slider_wrap .slide_block h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slider_wrapper .slider_wrap .slide_block h1 {
    font-size: 18px;
  }
}

.slider_wrapper .slider_wrap .slide_block .arrow_btn {
  cursor: pointer;
}

.slider_wrapper .slider_wrap .slide_block .arrow_btn:hover img {
  margin-left: 20px;
}

.slider_wrapper .slider_wrap .slide_block .arrow_btn img {
  width: 60px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .slider_wrapper .slider_wrap .slide_block .arrow_btn img {
    width: 40px;
  }
}

.about_wrapper {
  padding-top: 50px;
  background: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .about_wrapper {
    margin-top: 0;
    padding-top: 0;
  }
}

.about_wrapper .width_cntrl {
  width: 513px;
  max-width: 100%;
}

.about_wrapper .big_width_cntrl {
  width: 860px;
  max-width: 100%;
}

.about_wrapper h1 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .about_wrapper h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about_wrapper h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.about_wrapper h2 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .about_wrapper h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about_wrapper h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.about_wrapper .mb_80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .about_wrapper .mb_80 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about_wrapper .mb_80 {
    margin-bottom: 20px;
  }
}

.about_wrapper p {
  font-family: Open Sans, sans-serif;
  color: #101010;
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .about_wrapper p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .about_wrapper p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.about_wrapper p span {
  font-weight: 800;
}

.about_wrapper .about_frame_wrap {
  width: 100%;
  margin: 80px 0 40px;
}

@media screen and (max-width: 1024px) {
  .about_wrapper .about_frame_wrap {
    margin: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .about_wrapper .about_frame_wrap {
    margin: 20px 0;
  }
}

.about_wrapper .about_people_wrap .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .about_wrapper .about_people_wrap .row {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about_wrapper .about_people_wrap .row:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .about_wrapper .about_people_wrap .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.about_wrapper .about_people_wrap .person_name {
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .about_wrapper .about_people_wrap .person_name {
    margin-bottom: 0;
  }
}

.about_wrapper .about_people_wrap .person_name span {
  font-weight: 300;
}

.about_wrapper .about_people_wrap p {
  font-weight: 300;
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .about_wrapper .about_people_wrap p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.about_wrapper .about_people_wrap .person_img {
  width: 300px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_wrapper .about_people_wrap .social_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_wrapper .about_people_wrap .social_wrap a {
  margin-right: 15px;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #101010;
}

@media screen and (max-width: 767px) {
  .about_wrapper .about_people_wrap .social_wrap a {
    font-size: 12px;
    margin-right: 8px;
  }
}

.project_wrapper {
  background: #f7f7f7;
}

.project_wrapper .pr_big_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
}
.project_wrapper .pr_slider_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .project_wrapper .pr_big_img {
    margin-bottom: 20px;
  }
  .project_wrapper .pr_slider_img {
	  margin-bottom: 20px;
}
}

.project_wrapper .pr_banner_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}

.project_wrapper h1 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 45px;
  margin: 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .project_wrapper h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .project_wrapper h1 {
    font-size: 22px;
    margin: 10px 0 0;
  }
}

.project_wrapper h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  color: #101010;
  font-size: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .project_wrapper h6 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .project_wrapper h6 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.project_wrapper h5 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  color: #101010;
  font-size: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .project_wrapper h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.project_wrapper h4 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 28px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .project_wrapper h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .project_wrapper h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.project_wrapper p {
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .project_wrapper p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .project_wrapper p {
    font-size: 14px;
  }
}

.project_wrapper p span {
  position: relative;
}

.project_wrapper p span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #101010;
}

.project_wrapper.cki_wrap .mb_20 {
  margin-bottom: 20px;
}

.project_wrapper.cki_wrap .pr_big_img {
  margin-bottom: 0;
}

.project_wrapper.cki_wrap .small_text_wrap {
  margin-top: 40px;
}

.project_wrapper .arrow_btn {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  color: #101010;
}

@media screen and (max-width: 1024px) {
  .project_wrapper .arrow_btn {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .project_wrapper .arrow_btn {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.project_wrapper .arrow_btn:hover img {
  margin-left: 20px;
}

.project_wrapper .arrow_btn img {
  width: 40px;
  margin-left: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.light_bg.single_product_box_wrap .product_wrap .content_wrap h1,
.light_bg.single_product_box_wrap .product_wrap .content_wrap h6 {
  color: #101010;
}

.banner_inquiry .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
  margin-top: 30px;
}

.input_animation {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .input_animation {
    margin-top: 30px;
  }
}

.input_animation .input_field {
  position: relative;
  width: 300px;
  line-height: 1.34;
  max-width: 100%;
}

.input_animation label {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  color: #101010;
  font-size: 15px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: text;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .input_animation label {
    font-size: 12px;
    top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .input_animation label {
    font-size: 14px;
    top: 6px;
  }
}

.input_animation input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #101010;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #111;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .input_animation input {
    font-size: 15px;
  }
}

.input_animation input:invalid {
  outline: 0;
}

.input_animation input:focus,
.input_animation input:valid {
  border-color: #101010;
}

.input_animation input:focus ~ label,
.input_animation input:valid ~ label {
  font-size: 12px;
  top: -15px;
  color: #101010;
}

.inquiry_wrapper {
  overflow: hidden;
  margin-top: 80px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper {
    margin-top: 40px;
  }
}

.inquiry_wrapper .left_card_wrapper {
  background-image: url("images/teetar-grid.jpg");
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .inquiry_wrapper .left_card_wrapper .box_wrap {
    min-height: 110vh;
  }
}

.inquiry_wrapper .left_card_wrapper label {
  z-index: 9;
}

.inquiry_wrapper .left_card_wrapper .input_animation {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .left_card_wrapper .input_animation {
    margin-top: 20px;
  }
}

.inquiry_wrapper .left_card_wrapper .input_animation .input_field {
  margin-bottom: 30px;
}

.inquiry_wrapper h1 {
  font-size: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry_wrapper h1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .mb_40 {
    margin-bottom: 20px !important;
  }
}

.inquiry_wrapper .two_form_wrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .two_form_wrap {
    margin-bottom: 40px;
  }
}

.inquiry_wrapper .two_form_wrap .input_animation {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .two_form_wrap .input_animation {
    margin-top: 30px;
  }
}

.inquiry_wrapper .two_form_wrap .input_animation .input_field {
  margin-bottom: 30px;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .two_form_wrap .input_animation .input_field {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .inquiry_wrapper .two_form_wrap .input_animation .input_field {
    width: 100%;
  }
}

.inquiry_wrapper .two_form_wrap h1 {
  font-size: 40px;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .two_form_wrap h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry_wrapper .two_form_wrap h1 {
    font-size: 26px;
  }
}

.inquiry_wrapper .two_form_wrap .col-md-6 {
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .two_form_wrap .col-md-6 {
    padding-top: 40px;
  }
}

.inquiry_wrapper .two_form_wrap .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
  margin-top: 10px;
}

.inquiry_wrapper .two_form_wrap .upload_wrap {
  position: relative;
  margin-bottom: 5px;
}

.inquiry_wrapper .two_form_wrap .upload_wrap input {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  opacity: 0;
  cursor: pointer;
  height: 40px;
}

.inquiry_wrapper .two_form_wrap .upload_wrap .custom_upload_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
}

.inquiry_wrapper .two_form_wrap .upload_wrap .custom_upload_input img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

.inquiry_wrapper .two_form_wrap .upload_wrap .custom_upload_input p {
  margin: 0;
  font-size: 15px;
  font-family: Open Sans, sans-serif;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .inquiry_wrapper .address_wrap .col-md-4:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.inquiry_wrapper .address_wrap h1 {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .inquiry_wrapper .address_wrap h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .inquiry_wrapper .address_wrap h1 {
    font-size: 18px;
  }
}

.inquiry_wrapper .address_wrap .small_width_cntrl {
  max-width: 210px;
}

.inquiry_wrapper .address_wrap h1 {
  margin-bottom: 15px;
}

.inquiry_wrapper .address_wrap p {
  font-family: Open Sans, sans-serif;
  font-weight: 100;
  color: #343434;
  margin-bottom: 10px;
  font-size: 16px;
  max-width: 260px;
}

.inquiry_wrapper .address_wrap p label {
  margin: 0;
  display: block;
}

.inquiry_wrapper .address_wrap p a {
  color: #343434;
}

.service_wrapper {
  background: #f7f7f7;
}

@media screen and (min-width: 1024px) {
  .service_wrapper .small_container {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  .service_wrapper .small_container {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.service_wrapper .service_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .service_wrapper .service_title {
    margin-bottom: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.service_wrapper .service_title .title {
  color: #27282c;
  font-size: 60px;
  font-weight: 900;
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 1024px) {
  .service_wrapper .service_title .title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper .service_title .title {
    font-size: 30px;
  }
}

.service_wrapper .service_title .service_img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .service_wrapper .service_title .service_img {
    width: 70%;
    margin-left: 30%;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper .service_title .service_img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

.service_wrapper h2 {
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  color: #27282c;
  width: 650px;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .service_wrapper h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper h2 {
    font-size: 16px;
  }
}

.service_wrapper .mtb_40 {
  margin: 60px 0 40px;
}

@media screen and (max-width: 1024px) {
  .service_wrapper .mtb_40 {
    margin: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper .mtb_40 {
    margin: 20px 0;
  }
}

.service_wrapper .align_top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .service_wrapper .align_top {
    margin-top: 20px;
  }
}

.service_wrapper p {
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .service_wrapper p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper p {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

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

.service_wrapper h3 {
  font-family: coolvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
  color: #27282c;
  font-weight: 900;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .service_wrapper h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.service_wrapper .mt_20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .service_wrapper .mt_20 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper .single_product_box_wrap .product_wrap {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .service_wrapper .product_box_wrap .col-md-6 {
    padding-bottom: 15px;
  }
  .service_wrapper .product_box_wrap .col-md-6 .arrow_btn {
    margin-bottom: 0;
  }
}

.service_wrapper .product_box_wrap .pr_left_img {
  height: auto;
}

@media screen and (min-width: 767px) {
  .service_wrapper .product_box_wrap .pr_left_img {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .project_page_wrap.product_box_wrap .arrow_btn {
    margin-bottom: 0;
  }
}

.projects_wrap {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .projects_wrap {
    margin-bottom: 20px;
  }
}

.projects_wrap .left_pr_wrap .product_img {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .projects_wrap .left_pr_wrap .product_img {
    margin-bottom: 10px;
  }
}

.projects_wrap .right_pr_wrap {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .projects_wrap .right_pr_wrap {
    padding: 0 15px;
    margin-top: 20px;
  }
}

.projects_wrap .right_pr_wrap a {
  display: block;
}

.projects_wrap .right_pr_wrap .product_img {
  margin-bottom: 40px;
  height: 330px;
  max-height: 585px;
}

@media screen and (max-width: 767px) {
  .projects_wrap .right_pr_wrap .product_img {
    width: 100%;
    margin-bottom: 10px;
  }
}

.projects_wrap .right_pr_wrap .h_auto {
  max-height: 475px;
  height: 100%;
}

.projects_wrap .product_img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.projects_wrap h6 {
  font-weight: 300;
  color: #101010;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 1024px) {
  .projects_wrap h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .projects_wrap h6 {
    font-size: 12px;
    margin-bottom: 0;
  }
}

.projects_wrap h4 {
  font-weight: 500;
  color: #101010;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: coolvetica, sans-serif;
}

@media screen and (max-width: 1024px) {
  .projects_wrap h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .projects_wrap h4 {
    font-size: 18px;
  }
}

.projects_wrap .arrow_img {
  width: 80px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .projects_wrap .arrow_img {
    width: 40px;
  }
}

.black_btn_all {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
}

.subscribe_wrapper {
  padding: 0px 0 80px;
}

.subscribe_wrapper input {
  width: 300px;
  max-width: 100%;
}

.subscribe_wrapper .input_wrap:hover::after {
  width: 300px;
  max-width: 100%;
}

.subscribe_wrapper h1 {
  font-family: coolvetica, sans-serif;
  font-size: 35px;
  margin-bottom: 20px;
  color: #101010;
}

@media screen and (max-width: 1024px) {
  .subscribe_wrapper h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe_wrapper h1 {
    font-size: 20px;
  }
}

.subscribe_wrapper p {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  color: #101010;
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .subscribe_wrapper p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe_wrapper p {
    font-size: 15px;
  }
}

.subscribe_wrapper .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 20px;
  font-family: coolvetica, sans-serif;
}

.terms_wrap {
  background-color: #f7f7f7;
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .terms_wrap {
    padding-top: 0px;
  }
}

.terms_wrap h1 {
  font-size: 40px;
  font-family: coolvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .terms_wrap h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .terms_wrap h1 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.terms_wrap h2 {
  font-size: 22px;
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .terms_wrap h2 {
    font-size: 16px;
    margin-top: 10px;
  }
}

.terms_wrap h2 span {
  font-weight: 300;
}

.terms_wrap p {
  font-size: 16px;
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .terms_wrap p {
    font-size: 14px;
  }
}

.terms_wrap ul {
  list-style: disc;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .terms_wrap ul {
    padding-left: 25px;
  }
}

.terms_wrap ul li {
  font-size: 16px;
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .terms_wrap ul li {
    font-size: 14px;
  }
}

.collapse_wrap {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
}

.collapse_wrap a {
  width: 100%;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.collapse_wrap a span {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  color: #101010;
}

@media screen and (max-width: 767px) {
  .collapse_wrap a span {
    font-size: 16px;
  }
}

.collapse_wrap .content_faq {
  margin-top: 10px;
}

.collapse_wrap .content_faq p {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans';
  margin: 0;
}

@media screen and (max-width: 767px) {
  .collapse_wrap .content_faq p {
    font-size: 14px;
  }
}

.client_wrapper .col-md-3 {
  padding: 30px 15px;
}

@media screen and (max-width: 1024px) {
  .client_wrapper .col-md-3 {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .client_wrapper .col-md-3 {
    width: 50%;
  }
}

.client_wrapper .client_logo {
  -webkit-box-shadow: 0 0 20px 0 #ddd;
          box-shadow: 0 0 20px 0 #ddd;
  padding: 20px;
  border-radius: 18px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .client_wrapper .client_logo {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .client_wrapper .client_logo {
    padding: 10px;
  }
}

.client_wrapper .client_logo img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .client_wrapper .client_logo img {
    height: 100px;
  }
}

.top_slider_wrap {
   height: calc(85vh - 30px);
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_slider_wrap {
    height: auto;
    margin-bottom: 20px;
  }
}

.top_slider_wrap .swiper_container .swiper_container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 5px 40px;
  z-index: 1;
}

.top_slider_wrap .swiper_container .swiper_container .swiper-pagination-bullet {
  border: 2px solid #ee2b7d;
  opacity: 1;
  background: transparent;
}

.top_slider_wrap .swiper_container .swiper_container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ee2b7d;
}

.top_slider_wrap .swiper_container .swiper_container > .swiper-pagination-bullets,
.top_slider_wrap .swiper_container .swiper_container .swiper-pagination-custom,
.top_slider_wrap .swiper_container .swiper_container .swiper-pagination-fraction {
  bottom: 10px;
  text-align: left;
}

.top_slider_wrap .swiper_container .bg_1 {
  background-image: url("images/slider/slider-3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
   height: calc(85vh - 30px);
}

.top_slider_wrap .swiper_container .bg_2 {
  background-image: url("images/slider/slider-2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(85vh - 30px);
}

.top_slider_wrap .swiper_container .bg_3 {
  background-image: url("images/slider/slider-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
   height: calc(85vh - 30px);
}

.top_slider_wrap .swiper_container .bg_4 {
  background-image: url("images/slider/slider-4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(90vh - 30px);
}

.top_slider_wrap .swiper_container .bg_5 {
  background-image: url("images/slider/slider-5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_6 {
  background-image: url("images/slider/slider-6.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_7 {
  background-image: url("images/slider/slider-7.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_8 {
  background-image: url("images/slider/slider-8.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_9 {
  background-image: url("images/slider/slider-9.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_10 {
  background-image: url("images/slider/slider-10.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_11 {
  background-image: url("images/slider/slider-11.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_12 {
  background-image: url("images/slider/slider-12.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}
.top_slider_wrap .swiper_container .bg_13 {
  background-image: url("images/slider/slider-13.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}

.top_slider_wrap .swiper_container .bg_14 {
  background-image: url("images/slider/slider-14.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height: calc(85vh - 30px);
}

@media screen and (max-width: 767px) {
  .top_slider_wrap .swiper_container .swiper-slide {
    height: auto;
    position: relative;
  }
  .top_slider_wrap .swiper_container .swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
  }
}

.top_slider_wrap .swiper_container .main_wrap .row {
  height: calc(100vh - 74px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .top_slider_wrap .swiper_container .main_wrap .row {
    height: 250px;
    padding: 15px;
  }
}

.top_slider_wrap .swiper_container .main_wrap .btn_black {
  background-color: #101010;
  color: #f3f3f3;
  padding: 12px 20px;
  font-size: 18px;
  width: 180px;
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 767px) {
  .top_slider_wrap .swiper_container .main_wrap .btn_black {
    margin: 10px 0 0;
    padding: 9px 20px;
    width: auto;
    font-size: 14px !important;
  }
}

.top_slider_wrap .swiper_container .main_wrap p {
  font-size: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  color: #f1f1f1;
}

@media screen and (max-width: 1024px) {
  .top_slider_wrap .swiper_container .main_wrap p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .top_slider_wrap .swiper_container .main_wrap p {
    font-size: 15px;
  }
}

.top_slider_wrap .swiper_container .main_wrap h1 {
  font-size: 40px;
  font-family: coolvetica, sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
  color: #f1f1f1;
}

@media screen and (max-width: 1024px) {
  .top_slider_wrap .swiper_container .main_wrap h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_slider_wrap .swiper_container .main_wrap h1 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.9px;
  }
}

.more_service_wrap {
  position: relative;
}

.more_service_wrap .main_wrap a {
  color: #101010;
}

.more_service_wrap .main_wrap .arrow_btn img {
  width: 80px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .more_service_wrap .main_wrap .arrow_btn img {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .more_service_wrap .main_wrap .arrow_btn img {
    width: 40px;
  }
}

.more_service_wrap .main_wrap h1 {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 45px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .more_service_wrap .main_wrap h1 {
    font-size: 35px;
  }
}

.more_service_wrap .swiper-container {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .more_service_wrap .swiper-container {
    padding-bottom: 40px;
  }
}

.more_service_wrap .swiper-button-next {
  right: 0;
  bottom: 0;
  top: auto;
}

.more_service_wrap .swiper-button-prev {
  right: 80px;
  left: auto;
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 767px) {
  .more_service_wrap .swiper-button-prev {
    right: 60px;
  }
}

.more_service_wrap .swiper-button-prev,
.more_service_wrap .swiper-button-next {
  background: #a9a9a9;
  padding: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .more_service_wrap .swiper-button-prev,
  .more_service_wrap .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.more_service_wrap .swiper-button-prev::after,
.more_service_wrap .swiper-button-next::after {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .more_service_wrap .swiper-button-prev::after,
  .more_service_wrap .swiper-button-next::after {
    font-size: 20px;
  }
}

.three_pr_wrap .pr_left_img {
  height: 300px !important;
}

@media screen and (max-width: 767px) {
  .three_pr_wrap .pr_left_img {
    height: 250px !important;
  }
}

.three_pr_wrap h1 {
  font-size: 30px;
}

@media screen and (max-width: 1024px) {
  .three_pr_wrap h1 {
    font-size: 22px !important;
  }
}

.three_pr_wrap .arrow_btn img {
  width: 65px;
}

@media screen and (max-width: 1024px) {
  .three_pr_wrap .arrow_btn img {
    width: 45px !important;
  }
}

.service_title {
  font-family: coolvetica, sans-serif;
  font-weight: 500;
  color: #101010;
  font-size: 45px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service_title {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.client_wrapper_slider {
  margin-bottom: 50px;
}

.client_wrapper_slider .main_wrap .client_logo {
  -webkit-box-shadow: 0 0 20px 0 #ddd;
          box-shadow: 0 0 20px 0 #ddd;
  padding: 20px;
  border-radius: 18px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .client_wrapper_slider .main_wrap .client_logo {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .client_wrapper_slider .main_wrap .client_logo {
    padding: 10px;
  }
}

.client_wrapper_slider .main_wrap .client_logo img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .client_wrapper_slider .main_wrap .client_logo img {
    height: 100px;
  }
}

.client_wrapper_slider .swiper__container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 20px 20px 90px;
  z-index: 1;
}

.client_wrapper_slider .swiper-button-next {
  right: 45%;
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 991.5px) {
  .client_wrapper_slider .swiper-button-next {
    right: 40%;
  }
}

@media screen and (max-width: 767px) {
  .client_wrapper_slider .swiper-button-next {
    right: 35%;
  }
}

.client_wrapper_slider .swiper-button-prev {
  right: 51%;
  left: auto;
  bottom: 0;
  top: auto;
}

.client_wrapper_slider .swiper-button-prev,
.client_wrapper_slider .swiper-button-next {
  background: #a9a9a9;
  padding: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .client_wrapper_slider .swiper-button-prev,
  .client_wrapper_slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.client_wrapper_slider .swiper-button-prev::after,
.client_wrapper_slider .swiper-button-next::after {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .client_wrapper_slider .swiper-button-prev::after,
  .client_wrapper_slider .swiper-button-next::after {
    font-size: 20px;
  }
}

.double_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .double_img_wrap {
    margin: 0 -5px;
  }
}

.double_img_wrap .pr_big_img {
  width: 50%;
  padding: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
  height: 100%;
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .double_img_wrap .pr_big_img {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .double_img_wrap .pr_big_img {
    height: 200px;
    padding: 5px;
  }
}

.new_content_wrapper {
  margin-top: 40px;
}

.new_content_wrapper h2 {
  font-size: 30px;
  font-weight: 700;
}

.new_content_wrapper h1 {
  font-size: 30px;
  margin: 40px 0 20px;
}

@media screen and (max-width: 767px) {
  .new_content_wrapper h1 {
    margin: 20px 0 10px;
    font-size: 22px;
  }
}

.new_content_wrapper span {
  font-weight: 600;
  font-size: 20px;
}

.new_content_wrapper p {
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .new_content_wrapper p {
    font-size: 14px;
  }
}

.new_content_wrapper p span {
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .new_content_wrapper p span {
    font-size: 14px;
  }
}

.faq_service {
  padding: 50px 0;
  margin-top: 50px;
  background-color: #EEE;
}

.faq_service .card {
  border: 0;
  margin-bottom: 20px;
  border-radius: 10px;
}

.faq_service .card-header {
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.faq_service .card-header button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  color: #101010;
  padding: 9px 15px;
}

.faq_service .card-header button:hover {
  text-decoration: none;
}

.faq_service .card-header button:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq_service .card-body {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  padding: 9px 15px;
  border-radius: 10px;
}

.professional_wrapper {
  background-color: #fff;
}

.professional_wrapper .title {
  font-size: 40px;
  font-weight: 600;
  font-family: coolvetica, sans-serif;
  text-align: center;
  margin: 0 auto 20px;
  width: 100%;
}

.professional_wrapper .banner_img {
  width: 100%;
  max-height: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .professional_wrapper .banner_img {
    height: auto;
    max-height: 350px;
    margin-bottom: 0px;
  }
}

.professional_wrapper .card_wrap .card_header {
  background-color: #c0bbbc;
  text-align: center;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 991.5px) {
  .professional_wrapper .card_wrap .card_header {
    padding: 10px;
  }
}

.professional_wrapper .card_wrap .card_header h1 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}

.professional_wrapper .card_wrap .card_header h1::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 70px;
  height: 3px;
  color: #f0f8ff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.professional_wrapper .card_wrap .card_header h2 {
  font-size: 60px;
  font-family: Open Sans, sans-serif;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}

@media screen and (max-width: 1199.5px) {
  .professional_wrapper .card_wrap .card_header h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991.5px) {
  .professional_wrapper .card_wrap .card_header h2 {
    font-size: 30px;
  }
}

.professional_wrapper .card_wrap .card_header h2 span {
  font-size: 20px;
  margin: 0;
}

@media screen and (max-width: 991.5px) {
  .professional_wrapper .card_wrap .card_header h2 span {
    font-size: 14px;
  }
}

.professional_wrapper .card_wrap .card_body {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 991.5px) {
  .professional_wrapper .card_wrap .card_body {
    padding: 10px;
  }
}

.professional_wrapper .card_wrap .card_body ul li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.professional_wrapper .card_wrap .card_body ul li img {
  width: 20px;
  margin-right: 10px;
}

.professional_wrapper .card_wrap .card_body ul li p {
  margin: 0;
  font-size: 16px;
  font-family: Open Sans, sans-serif;
}

.professional_wrapper .card_wrap .card_body .btn_plan {
  border: 0;
  padding: 9px 11px;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  width: 100px;
  margin: 20px auto 0;
  display: block;
}

.professional_wrapper .card_wrap .card_body .orange_btn {
  background-color: #f28e1d;
}

.professional_wrapper .card_wrap .card_body .grey_btn {
  background-color: #868686;
}

.professional_wrapper .card_wrap .card_body .blue_btn {
  background-color: #2189ff;
}

.professional_wrapper .standard_card {
  border-radius: 10px;
}

.professional_wrapper .standard_card .card_body {
  border: 1px solid #f28e1d;
}

.professional_wrapper .standard_card .card_header {
  background-color: #f28e1d;
}

.professional_wrapper .basic_card {
  border-radius: 10px;
}

.professional_wrapper .basic_card .card_body {
  border: 1px solid #868686;
}

.professional_wrapper .basic_card .card_header {
  background-color: #868686;
}

.professional_wrapper .premium_card {
  border-radius: 10px;
}

.professional_wrapper .premium_card .card_body {
  border: 1px solid #2189ff;
}

.professional_wrapper .premium_card .card_header {
  background-color: #2189ff;
}

.professional_wrapper .col-md-4 {
  padding: 30px 15px;
}

.details_wrapper h1 {
  margin-bottom: 20px;
}

.details_wrapper h2 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  color: #020202;
  font-weight: 500;
  margin-bottom: 15px;
}

.details_wrapper p,
.details_wrapper li {
  font-size: 16px;
  font-family: Open Sans, sans-serif;
  margin-bottom: 10px;
  list-style: inside;
}

.details_wrapper p::marker,
.details_wrapper li::marker {
  color: #888;
}

.details_wrapper .col-md-4 {
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .details_wrapper .col-md-4 {
    padding-bottom: 30px;
  }
  .nav-tabs li{
	  margin:15px 5px;
  }
  .value-center {
		text-align: center;
		margin: 0 auto;
		width:inherit;
	}
}
@media screen and (max-width: 480px) {
  .nav-tabs li{
	  margin:15px 5px;
  }
}
/*# sourceMappingURL=style.css.map */
.value-center {
	text-align: center;
    margin: 0 auto;
	width: fit-content;
}
.fade:not(.show) {
    opacity:inherit!important;
}
.tab .nav-tabs{
    border: none;
    border-radius: 30px;
}
.tab .nav-tabs li a {
    color: #000;
    background: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 20px 10px;
    margin: 0 5px;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*transition: all 0.3s ease 0.3s;*/
}
.tab .nav-tabs li.active a, .tab .nav-tabs li a:hover, .tab .nav-tabs li.active a:hover {
    color: #fff;
    border: none;
    background: #000;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    background-color: #1890E0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0.5;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
   /* transition: all 0.4s ease 0s;*/
}
.tab .nav-tabs li a:after{
    background-color: #7A10EB;
    transform: scaleX(0);
   /* transition: all 0.4s ease 0s;*/
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    opacity: 0;
    transform: scaleX(1);
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    opacity: 1;
    transform: scaleX(1);
    background: linear-gradient(to right, #1890E0, #7A10EB);
}
.tab .tab-content {
    color: #999;
    /* background-color: #fff; */
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    /* padding: 10px; */
    /* box-shadow: 3px 3px 15px rgb(0 0 0 / 15%); */
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        border-radius: 20px;
    }
    .tab .nav-tabs li{
        margin:15px 1px;
    }
    .tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .tab .nav-tabs li a{ margin: 0; }
}
/*== work page slider ==*/
.workSlider {
	position: relative;
	display: block;
	width: 100%;
	height: 450px;
	overflow: hidden;
	border-radius: 5px;
}

.workSlider:before, .workSlider:after {
	content: '⥪';
	position: absolute;
	top: 50%;
	left: 1rem;
	z-index: 2;
	width: 2rem;
	height: 2rem;
	background: #000;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.workSlider:after {
	content: '⥭';
	left: auto;
	right: 1rem;
}

/* I haven't found a way for IE and Edge to let me style inputs that way */
.workSlider input {
	appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateX(100%);
	transition: transform ease-in-out 400ms;
	z-index: 1;
}

.workSlider input:focus {
	outline: none;
}

.workSlider input:after {
	content: attr(title);
	position: absolute;
	top: 1rem;
	left: 1rem;
	background-color: rgba(0,0,0,0.4);
	color: white;
	padding: .5rem;
	font-size: 1rem;
	border-radius: 5px;
}

.workSlider input:not(checked):before {
	content: '';
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	top: 50%;
	left: calc(-100% + 1rem);
}

.workSlider input:checked:before {
	display: none;
	left: 1rem;
}

.workSlider input:checked {
	transform: translateX(0);
	pointer-event: none;
	z-index: 0;
	box-shadow: -5px 10px 20px -15px rgba(0,0,0,1);
}

.workSlider input:checked + input:before {
	left: -3rem;
}

.workSlider input:checked + input ~ input:before {
	display: none;
}
/*== Owl ===*/
.owl-nav {
	text-align:center;
	font-size:10px;
}
.owl-dots {
	display:none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 4px 10px!important;
    font: inherit;
    background: #000;
    color: #fff;
    margin: 10px 5px;
    border-radius: 5px;
}
.icecreameBx {
	text-align:center;
	margin:20px 0px;
	 box-shadow: 0px 0px 10px 0px #ddd;
    padding: 10px;
}
.icecreameBx img{
	width: 100%;
}
.videoBx {
	height:300px;
	margin:20px 0px;
}




/*-----------Hiring Interns--------------*/
.about_wrapper_interns{
  margin-top: 30px;
}
.about_wrapper_interns p {
  font-family: Open Sans, sans-serif!important;
  color: #101010;
  font-size: 20px;
  margin-bottom: 20px;
}
.email-n-call a{
  color:#000;
  text-decoration: none;
  font-weight: 300;
}
.about_wrapper_interns h1{
  font-family: coolvetica, sans-serif!important;
    font-weight: 500;
    color: #101010;
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 135px;
}
.hiring-img img{
  margin-top:0px;
}
