
@import url('https://fonts.googleapis.com/css2?family=Public+Sans');
@import url('https://fonts.googleapis.com/css2?family=Lustria');
/*body*/
body{
	font-family: 'Public Sans', sans-serif;
}
/*menu*/
.redf_men li a.active{
  color: red;
}
.redf_men li a{
  padding: 7px 10px;
}
.sticky_top{
      position: sticky;
    top: 10px;
}
.sticky_top .header_box{
      justify-content: center;

}
header.header_top {
    background: #fff;
}
header.header_top.sticky_top {
    background: transparent;
}
.sticky_top nav{
      width: clamp(64ch,70%,110ch);
      transition: width 0.3s ease;
          border-radius: 1.75rem;
              background: rgb(var(--page-bg-elevated,255 255 255)/var(--tw-bg-opacity,1));
}
ul#nav\:Rhta\:.lg\:mr-8 {
    margin-right: 0.55rem;
}
ul#nav\:Rhta\:.gap-4 {
    gap: 0.8rem !important;
}
.sticky_top .lg\:mr-8 {
    margin-right: 0.55rem;
    font-size: 1.15rem;
}
.sticky_top .gap-4 {
    gap: 0.25rem !important;
}
.sticky_top nav li{
  font-size:.81em;
}
.sticky_top .header-logo-link img{
      width: 130px;
    display: block;
    margin-top: -7px;
}
.menu_mobile{
/*    display: none;*/
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70%;
     background: #fff;
     transform: translateX(100%);
transition: transform 0.5s ease;
     z-index: 50;

}
.menu_mobile.active{
/*    display: block;*/
    box-shadow: #000 2px 0px 11px;
     transform: translateX(0);

transition: transform 0.5s ease;
}
.menu_mobile_close,.menu_mobile_search{
	position: absolute;
    top: 0.95em;
}
.menu_mobile_close{
	    right: 3.04em;
}
.menu_mobile_search{
    right: 1.04em;
}
.menu-button{
  background: #ef4e45;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding: 0 10px;
  width: 150px;
  text-align: center;
}
.menu-button:hover{
  color: #fff;
}
.menu-button-mobile{
  background: #ef4e45;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin: 10px 0;
  width: 100%;
  max-width: 200px;
}
a.menu-button:hover, a.menu-button-mobile:hover{
  background: #d42429;
}

.services-tab .accordion-item {
    color: var(--bs-accordion-color);
    background-color: transparent;
    border: 1px solid #ef4e45;
    border-left: 0;
    border-right: 0;
    padding: 12px 0px;
    outline: none;
}
.services-tab .accordion-button:not(.collapsed) {
    color: #000;
    background-color: initial;
    box-shadow: none;
}
.services-tab .accordion-button:focus {
    border-color: unset;
    box-shadow: none;
}
.services-tab .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ef4e45'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") ;
}

/*search*/
/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url("../../icons/cross-inverse.svg");
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("../../icons/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

/*=====  End of Choices  ======*/
* {
  box-sizing: border-box;
}

.s004 {
/*  min-height: 100vh;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  background: url("../images/Searchs_004.png");
  background-size: cover;
  background-position: center center;
  padding: 15px;
}

.s004 form {
  width: 100%;
  max-width: 790px;
}

.s004 form legend {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}

.s004 form .inner-form {
  width: 100%;
  margin-bottom: 17px;
}

.s004 form .inner-form .input-field {
  width: 100%;
  position: relative;
}

.s004 form .inner-form .input-field .choices {
  margin-bottom: 0;
}

.s004 form .inner-form .input-field .choices .choices__inner {
  min-height: 70px;
  width: 100%;
  background: transparent;
  border: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 10px 70px 10px 32px;
  font-size: 18px;
  color: #666;
  border-radius: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.s004 form .inner-form .input-field .choices .choices__inner .choices__list .choices__item {
  background: #e7e7e7;
  color: #333;
  line-height: 33px;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
}

.s004 form .inner-form .input-field .choices .choices__inner .choices__list .choices__item .choices__button {
  border-left: 0;
  color: #b2b2b2;
  background-image: url(../images/icons/close.svg);
  background-size: 14px auto;
  padding-left: 0;
  opacity: .3;
  transition: all .2s ease-out, color .2s ease-out;
}

.s004 form .inner-form .input-field .choices .choices__inner .choices__list .choices__item .choices__button:hover {
  opacity: 1;
}

.s004 form .inner-form .input-field .choices .choices__inner .choices__input {
  font-size: 16px;
  color: #333;
  background-color: transparent;
  margin-bottom: 0;
}

.s004 form .inner-form .input-field .choices .choices__list--dropdown {
  background: transparent;
  font-size: 16px;
  color: #fff;
  border: 0;
  padding: 0 32px;
}

.s004 form .inner-form .input-field .choices .choices__list--dropdown .choices__item {
  font-size: 13px;
  height: 25px;
  line-height: 1.3;
  padding: 0;
  padding-top: 5px;
  opacity: .7;
}

.s004 form .inner-form .input-field .btn-search {
  width: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  align-items: center;
}

.s004 form .inner-form .input-field .btn-search svg {
  fill: #333;
  width: 40px;
  height: 40px;
  transition: all .2s ease-out, color .2s ease-out;
}

.s004 form .inner-form .input-field .btn-search:hover, .s004 form .inner-form .input-field .btn-search:focus {
  outline: 0;
  box-shadow: none;
}

.s004 form .inner-form .input-field .btn-search:hover svg, .s004 form .inner-form .input-field .btn-search:focus svg {
  fill: #000;
}

.s004 form .suggestion-wrap {
  padding: 0 15px;
}

.s004 form .suggestion-wrap span {
  font-size: 14px;
  font-family: 'Helvetica', sans-serif;
  display: inline-block;
  padding: 0 15px;
  line-height: 32px;
  color: #fff;
  border-radius: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/*home*/
.carousel-item img {
    width: 100%;
    display: block;
}
.header-logo-link img {
    width: 180px;
    display: block;
}
.slide_text_box{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	

}
.slide_text_box h1{
    font-size: 3.5vw;
    color: #fff;
    font-family: 'Lustria', serif;
}
.slide_text_box a{
	padding: 1vw 4vw;
	background: #fff;
	margin: auto;
	margin-top: 2vw;
	font-size: 1.2vw;
	display: block;
	width: max-content;
	border-radius: 20px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.slide_text_box a:hover{
  background: #ef4e45;
  color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 4rem;
	height: 4rem;
  background-color: #ef4e45;
  border-radius: 8px;
}
.carousel-control-next, .carousel-control-prev{
	width: 7%;
}
.link-more{
    font-size: 14px;
    font-style: italic;
    font-family: 'Public Sans';
    color: #666666;
}
.reason-choose h3{
  font-family: lustria,serif;
  font-size: 1.775rem;
  line-height: initial;
}
.services-point img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
}
.services-point:nth-child(1) img {
    margin: 0;
    float: right;
}
.services-point:nth-child(2) img {
    margin: 0;
    float: left;
}
.creation-point img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
}
.creation-point img:hover {
    background:#fff;
    border-radius: 20px;
    display: block;
}
.creation-page{
  justify-content: center;
  align-items: center;
  /*height: 800px;*/
}
.creation-title{
  font-family: lustria, serif;
  font-size: 1.775rem;
  line-height: initial;
  margin-bottom: 5px;
}
.creation-page .link-more{
  /*padding-top: 30px;*/
}
.difference-img img {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: block;
}
.letsconnect_btn{
	  padding: 1em 2em;
    background: #ef4e45;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 2em;
    display: block;
    width: fit-content;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.letsconnect_btn:hover{
    background: #d42429;
}
.team_name {
    font-size: 1.5rem;
    font-family: "lustria", san-serif;
}
.team_level {
    font-family: "lustria", san-serif;
}
.contact-details p, .contact-details-socialmedia p{
	font-family: "Lustria", san-serif;
	font-size: 1.2rem;
}
.contact-details-socialmedia a {
    display: flex;
    align-items: center;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.contact-details-socialmedia a:hover {
    filter: grayscale(0%);
}
.contact-details-socialmedia img {
    width: 50px;
    margin-right: 16px; 
}
.contact-details-socialmedia .text-2xl {
    font-size: 1.2rem;
}
.form-control {
    border-radius: 50px;
    margin-bottom: 15px;
    padding: 0.8rem 1.8rem;
}
p.form_success {
    display: none;
    color: #007a04;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.bg-color{
	background-color: #e0a0a0;
}
.bg-color, .bg-color::placeholder {
    color: #fff;
}
textarea.form-control {
    border-radius: 15px;
}
.btn {
    color: #fff !important;
    background-color: #ef4e45;
    border-radius: 50px;
    font-weight: 400;
    padding: 0.6rem;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    width: 160px;
}
.btn:hover {
   background-color: #df2d23;
}
.content-img img{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  padding: 5% 0;
}
.network-details {
    margin-top: 30px;
    font-family: 'Lustria', sans-serif;
    font-size: 1.2rem;
}
.nd-title {
    color: #ef4e45;
}
.media-col .leading-120 {
    padding: 0.16rem 0;
}
.services-icon img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block;
}
.outline-service{
	color: #ef4e45;
}
.services-title{
	font-size: 1.25rem;
}
.services-title img {
    width: 30px;
    display: inline-flex;
    margin-right: 10px;
}
/*.services-icon-title{
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #000;
  word-break: break-all;
  overflow-wrap: break-word;
}*/
.services-icon {
    margin-top: 10px;
}
.services-icon-title{
  font-size: 1.25rem;
  color: #ef4e45;
  /*word-break: break-all;*/
  overflow-wrap: break-word;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
}
.reason-choose img {
    width: 100%;
    max-width: 60px;
    margin-bottom: 2rem;
    display: block;
}
.border_box {
    border: 1px solid #ef4e45;
    color: #ef4e45;
}
.border_box_black{
    border: 1px solid #000;
    color: #000;
}
.border-start-0 {
    border-left: 0!important;
}
.border-end-0 {
    border-right: 0!important;
}
.border-top-0 {
    border-top: 0!important;
}
.border-bottom-0{
  border-bottom: 0!important;
}
.footer-link a {
    margin-bottom: 1rem;
}
.desktop-footer-logo img {
    width: 100%;
    max-width: 280px;
    display: block;
}
a.group\/link {
    text-align: center;
    display: block;
}
a.group\/link img {
    width: 100%;
    max-width: 30px;
    display: block;
    margin: 0 auto;
}
.product_gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    list-style: none;
}
.product_gallery li {
    width: 31.333%;
    margin-left: 2%;
    margin-top: 2%;
    font-size: 14px;
}
.product_gallery li img {
    width: 100%;
    display: block;
}
.nav-link {
  color: #000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ef4e45;
    border-color: #ef4e45;
    border-bottom: 2px solid #000;
}
.nav-link:focus, .nav-link:hover {
    color: #000;
}
@media (max-width: 768px) {
	/*body {
	    text-align: justify;
	}*/
	ul#nav\:Rhta\: li {
	    border-top: 1px solid #000;
	    font-size: 1.2rem;
	}
  ul#nav\:Rhta\: li:last-child {
      border-bottom: 1px solid #000;
  }
	ul#nav\:Rhta\: li a.block.px-2:before {
	    content: "•";
	    color: #ef4e45;
	    font-size: 2.5rem;
	    margin-right: 0.8rem;
	    vertical-align: middle;
	}
  ul#nav\:Rhta\: li:last-child a.block.px-2:before {
     content: "";
     padding: 0.2em;
  }
	.link-more{
		/*text-align: center;*/
		display: block;
	}
	.leading-120 {
	    line-height: 1.4em;
	    /*text-align: justify;*/
	}
	.py-4{
		padding: 0;
	}
	.slide_text_box h1 {
	    font-size: 7vw;
	}
	.slide_text_box a {
	    padding: 2vw 4.6vw;
	    font-size: 2.6vw;
	}
  .services-icon-title {
      font-size: 1rem;
  }
	.reason-choose-point .outline-1{
		outline-width: 0;
	}
	.reason-choose {
	    display: flex;
	}
	.reason-choose img{
	    margin-right: 20px;
	    /*height: fit-content;*/
      max-width: 35px;
	}
  .reason-choose .text-xl {
      font-size: 1.56rem;
  }
  .reason-choose .leading-110 {
      /*line-height: 2.55em;*/
  }
  .reason-choose.p-6 {
      padding: 0 1.5rem; 
  }
  .border_box_black {
    border: 0;
  }
  .services-tab .text-2xl {
      font-size: 1.56rem;
  }
	h2.text-2xl {
	    font-size: 1.378rem;
	    /*text-align: justify;*/
	}
  a.group\/link {
      text-align: left;
  }
  a.group\/link img {
      margin: 0;
  }
  .services-point img {
      width: 220px;
  }
  .services-point:nth-child(1) img, .services-point:nth-child(2) img {
      margin: 0 auto;
      float: none;
  }
  .purpose-com img {
      width: 100%;
      max-width: 220px;
      margin: 0 auto;
      display: block;
  }
  .team-col {
      /* margin: 0 auto; */
      display: block;
      text-align: center;
      line-height: 1.2;
  }
  .team-col img {
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
      display: block;
  }
  /*.team_name {
      font-size: 1.8rem;
  }
  .team_level {
      font-size: 1.3rem;
  }*/
  .contact-bg{
    display: none;
  }
  .sticky_top .header-logo-link img{
      margin-top: 0px;
  }
  .contact-details-socialmedia img {
      width: 50px;
      margin-right: 15px;
  }
  .contact-details-socialmedia .text-2xl {
      font-size: 1.35rem;
  }

}
@media (max-width: 640px) {
	.reason-responsive .grid {
	    display: grid;
	}
	.reason-responsive .gap-px {
	    gap: 1px;
	}
	.reason-responsive .sm\:grid-cols-12 {
	    grid-template-columns: repeat(12,minmax(0,40%));
	}
	.reason-responsive .sm\:col-span-6 {
	    grid-column: span 6/span 6;
	}
	.services-icon img {
	    max-width: 120px;
	}
}
@media (max-width: 480px) {
  .product_gallery {
      margin-left: 0;
  }
  .product_gallery li {
      width: 100%;
      margin-left: 0;
      margin-top:20px;
  }
  .creation-point img {
      max-width: 200px;
  }
}

@media (max-width: 375px) {
	.reason-responsive .grid {
	    display: grid;
	}
	.reason-responsive .gap-px {
	    gap: 1px;
	}
	.reason-responsive .sm\:grid-cols-12 {
	    grid-template-columns: repeat(12,minmax(0,40%));
	}
	.reason-responsive .sm\:col-span-6 {
	    grid-column: span 6/span 6;
	}
	.services-icon img {
	    max-width: 140px;
	}
  .reason-choose .text-xl {
      font-size: 1.3rem;
  }
}