@import url('https://fonts.googleapis.com/css2?family=KoHo:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
body {
   /* background: #f1f1f1;*/
    background: #fff;
    text-align: left;
    overflow-x: hidden;
    font-family: 'KoHo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #101010000;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body,
html {
	height: 100%;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}
a:hover, a {
    text-decoration: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.container{
	max-width: 1200px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}
.fixed-header .nav-menu-bottom {
    display: block;
    position: relative;
    width: 100%;
    z-index: 100;
    border-radius: 0;
    background: #FFFFFF;
}
.fixed-header.sticky{
    z-index:999;
}
.fixed-header .nav-menu-bottom .nav-menu {
    text-align: center;
}
.fixed-header .nav-menu-bottom .nav-menu > li > a {
    font-family: 'KoHo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #101010;
    padding: 22px 0.8rem;
    outline: none;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.fixed-header.sticky .nav-menu-bottom{
	background: #fff;
}
.fixed-header.sticky .nav-menu-bottom .nav-menu > li > a {
    color: #101010;
}
.nav-menu > li:hover:after{display: none;}
.nav-dropdown {
    padding: 15px 0;
    background: #fff;
    min-width: 225px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.nav-dropdown li {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    margin-bottom: 8px;
}
.nav-dropdown > li > a {
    font-family: 'KoHo';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #101010;
}
.mobile-logo {
    display: none;
    width: 100%;
    text-align: center;
}
.mobile-logo img {
    width: 160px;
}
.nav-button {
    font-weight: 700;
    margin: 12px 5px 0;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #e52e2d;
    box-shadow: 2px 3px 4px 0px #ddd !important;
    min-width: 85px;
}
.nav-header{
	padding-top: 12px !important;
}
.nav-toggle{
	right: 15px;
	left:auto;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}
/* SLIDER SECTION */
.banner-swiper {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-swiper .swiper-slide.swiper-slide-active img{
	transform: scale(1.02);
    transition: 5s;
}
.banner-swiper:before {
    content: "";
    background-image: url(../images/section-shape-img2.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 9;
}
/* SLIDER SECTION */
.title-area {
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.title-area .sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #e52e2d;
    margin-bottom: 30px;
    text-transform: uppercase;
    line-height: 24px;
    position: relative;
}
.title-area .sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: #e52e2d;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='430' height='9' viewBox='0 0 430 9' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M429.017 0.5H40.5546C37.8036 0.5 36.4282 0.5 35.1536 0.942471C33.8791 1.38494 32.7995 2.23725 30.6403 3.94188L29.8597 4.55813C27.7006 6.26275 26.6209 7.11506 25.3464 7.55753C24.0719 8 22.6964 8 19.9454 8H1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml,%3Csvg width='430' height='9' viewBox='0 0 430 9' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M429.017 0.5H40.5546C37.8036 0.5 36.4282 0.5 35.1536 0.942471C33.8791 1.38494 32.7995 2.23725 30.6403 3.94188L29.8597 4.55813C27.7006 6.26275 26.6209 7.11506 25.3464 7.55753C24.0719 8 22.6964 8 19.9454 8H1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
    -webkit-mask-size: auto;
    mask-size: auto;
    -webkit-mask-position: left bottom;
    mask-position: left bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.title-area .sub-title img {
    margin: -3px 10px 0 0;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
.title-area .sec-title {
	color: #101010;
    text-transform: none;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px 0;
	margin-top: -0.18em;
    text-transform: capitalize;
	font-size: 32px;
}
.title-area p {
    margin: 0 0 15px 0;
    color: #444;
    line-height: 1.625;
    font-size: 16px;
    font-weight: 500;
}
.shape-mockup {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.spin {
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* SERVICE SECTION */
.service-us-wrap{
	z-index: 2;
    position: relative;
	padding: 80px 20px;
	background-color: #f1f1f1;
	overflow:hidden;
}
/* Service Card ---------------------------------- */
.service-card {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border-radius: 24px;
	padding: 32px;
}
.service-card .box-number {
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #E1E4E5;
	position: absolute;
	right: 32px;
	top: 32px;
}
.service-card .box-icon {
  margin-bottom: 27px;
}
.service-card .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.service-card:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.service-card .box-title{
    margin-bottom: 12px;
    color: #101010;
    text-transform: none;
    font-weight: 700;
    margin-top: -0.18em;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1.2;
    min-height: 60px;
}
.service-card .box-text{
    color: #444;
    text-transform: none;
    line-height: 1.3;
    margin: 0 0 12px 0;
    margin-top: -0.18em;
    font-family: 'KoHo';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-card .th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 20px;
    min-width: 170px;
    border-radius: 30px;
    -webkit-perspective: 320px;
    perspective: 320px;
	background-color: #101010;
}
.service-card .th-btn:before {
  background-color: #e52e2d;
}
.service-card .th-btn:hover {
  background-color: #e52e2d;
}
.service-card:hover .box-icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
/* SERVICE SECTION END*/
/* ABOUT SECTION*/
.about-us-content-area{
	z-index: 2;
    position: relative;
	padding: 80px 0px;
	overflow:hidden;
	background-color: #fff;
}
.about-us-content-area .about-us-images{
    position: relative;
    padding: 0 30px 40px 30px;
}
.about-us-content-area .about-us-img-1 figure{
	display: block;
	border-radius: 20px;
	margin:0px;
}
.about-us-content-area .about-us-img-1 img{
    width: 100%;
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
	border-radius: 20px;
}
.about-us-content-area .about-us-img-2{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 310px;
	background: #fff;
	border: 20px solid #fff;
	border-right: none;
	border-bottom: none;
	border-radius: 20px 0 0 0;
	z-index: 1;
}
.about-us-content-area .about-us-img-2::before,
.about-us-content-area .about-us-img-2::after{
	content: '';
	position: absolute;
	width: 20px;
    height: 20px;
	mask: url('../images/hero-image-corner-shape.svg');
	-webkit-mask: url('../images/hero-image-corner-shape.svg');
	background-color: #fff;
	mask-repeat: no-repeat;
	mask-size: cover;
}
.about-us-content-area .about-us-img-2::before{
	top: -40px;
	right: 45px;
}
.about-us-content-area .about-us-img-2::after{
	bottom: 70px;
	left: -40px;
}
.about-us-content-area .about-us-img-2 figure{
	display: block;
}
.about-us-content-area .about-us-img-2 img{
	width: 100%;
	aspect-ratio: 1 / 1.04;
	object-fit: cover;
	border-radius: 20px;
}
.about-us-content-area .image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.about-us-content-area .about-experience-box {
	padding: 10px;
	max-width: 150px;
	transform: translateY(170%);
}
.about-us-content-area .about-experience-box{
	position: absolute;
	top: -50px;
	left: 0;
	transform: translateY(70%);
	background: #e52e2d;
	border-radius: 10px;
	padding: 20px;
	max-width: 178px;
	animation: experiencemoveobject 2s infinite linear alternate;
	z-index: 1;
}

@keyframes experiencemoveobject{
	50%{
		left: 30px;
	}
}
.about-experience-box .icon-box{
	margin-bottom: 10px;
}
.about-experience-box .icon-box img{
	max-width: 45px;
}
.about-experience-box .about-experience-content h3{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.checklist ul {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 0 40px;
}
.checklist ul {
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.checklist li:not(:last-child) {
    margin-bottom: 15px;
}
.checklist li {
    font-size: 16px;
    font-weight: 500;
	color: #444;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.checklist li:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath fill='%23F47629' d='M19.421 9.87878C19.0047 9.87878 18.6673 10.2162 18.6673 10.6326C18.6673 15.3155 14.8577 19.125 10.1748 19.125C5.49215 19.125 1.68234 15.3155 1.68234 10.6326C1.68234 5.94991 5.49215 2.14011 10.1748 2.14011C10.5911 2.14011 10.9286 1.80269 10.9286 1.38636C10.9286 0.96999 10.5911 0.632568 10.1748 0.632568C4.66074 0.632568 0.174805 5.11851 0.174805 10.6326C0.174805 16.1464 4.66074 20.6326 10.1748 20.6326C15.6886 20.6326 20.1748 16.1464 20.1748 10.6326C20.1748 10.2162 19.8374 9.87878 19.421 9.87878Z'/%3E%3Cpath fill='%23F47629' d='M19.6032 3.36678C19.309 3.07205 18.8316 3.07154 18.5374 3.36553L9.4947 12.3844L6.23212 8.84088C5.9502 8.53486 5.47356 8.51502 5.16704 8.79689C4.86075 9.07881 4.84114 9.55568 5.12306 9.86197L8.91704 13.9823C9.05599 14.1333 9.25044 14.221 9.45548 14.2253C9.46099 14.2255 9.4663 14.2255 9.47157 14.2255C9.67083 14.2255 9.86251 14.1464 10.0037 14.0057L19.6017 4.43283C19.8967 4.13889 19.8972 3.6615 19.6032 3.36678Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.btn-wrapper {
    display: flex;
    gap: 0 40px;
    align-items: center;
    justify-content: flex-start;
}
.btn-wrapper .th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 20px 20px;
    min-width: 190px;
    border-radius: 30px;
    -webkit-perspective: 320px;
    perspective: 320px;
	background-color: #101010;
}
.btn-wrapper.th-btn:before {
  background-color: #e52e2d;
}
.btn-wrapper .th-btn:hover {
  background-color: #e52e2d;
}
.btn-wrapper .call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: left;
}
.btn-wrapper .call-btn .play-btn {
    font-size: 26px;
	color:#fff;
}
.btn-wrapper .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
	position: relative;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #e52e2d;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
}
.btn-wrapper .play-btn::before,
.btn-wrapper .play-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #e52e2d;
    animation: ripple 5s infinite;
    z-index: -1;
}
.btn-wrapper .play-btn::after {
    animation-delay: 2s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: .7;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.call-btn .box-label {
    color: #e52e2d;
    font-weight: 500;
    margin-bottom: 0;
}
.call-btn .box-link{
	margin:0px;
}
.call-btn .box-link a {
    margin-bottom: 0;
	font-size: 20px;
	line-height: 1.5;
	color: #101010;
    text-transform: none;
    font-weight: 700;
}
.bi{
	margin:0px 5px 0px;
}
/* ABOUT SECTION END*/
/* OUR Agency SECTION*/
.our-agency-content-area{
	z-index: 2;
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
	background-color: #f1f1f1;
	background-image: url("../images/pattern-bg-1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.our-agency-content-area .about-us-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 310px;
    background: #f1f1f1;
    border: 20px solid #f1f1f1;
    border-right: none;
    border-bottom: none;
    border-radius: 20px 0 0 0;
    z-index: 1;
}
.our-agency-content-area h4{
	color: #101010;
    text-transform: none;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 25px 0;
    margin-top: -0.18em;
    text-transform: capitalize;
    font-size: 24px;
}
.our-agency-content-area .service-card{
    padding: 20px;
	margin-bottom: 15px;
}
.our-agency-content-area .service-card .box-number {
    right: 20px;
    top: 20px;
}
.our-agency-content-area .service-card .box-title {
    font-size: 18px;
    line-height: 1.5;
    min-height: 60px;
}
.our-agency-content-area .service-card .box-text{
	-webkit-line-clamp: 5;
}
/* OUR Agency SECTION END*/
/* Every Projects SECTION*/
.every-projects-content-area{
    z-index: 2;
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #fff;
}
.every-projects-swiper-slides {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -100px;
  margin-bottom: -100px;
}
.every-projects-swiper-slides .swiper-slide {
  width: 750px;
  border-radius: 10px;
}
.every-projects-swiper-slides .swiper-slide img {
  border-radius: 10px;
}
.every-projects-swiper-slides .swiper-slide.swiper-slide-active {
  box-shadow: 0px 35px 70px 5px rgba(25, 34, 64, 0.15);
  border-radius: 10px;
}
.every-projects-swiper-slides .swiper-slide-shadow-left {
  display: none;
}
.every-projects-swiper-slides .swiper-slide-shadow-right {
  display: none;
}
/* Every Projects SECTION END*/
.were-since-content-area{
	z-index: 2;
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #f1f1f1;
    background-image: url(../images/pattern-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.company-destails .company-title{
    color: #444;
    margin: 0 0 0 10px;
	font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
}
.company-destails h4 {
    font-size: 36px;
    line-height: 30px;
	color: #ff4e41;
}

/* our industries SECTION*/
.our-industries-content-area{
	z-index: 2;
    position: relative;
    padding: 80px 0px;
    overflow: hidden;
    background-color: #fff;
}
.theme-industries-box {
    border-radius: 20px;
    background: #f1f1f1;
    backdrop-filter: blur(5px);
    width: 100%;
    height: 214px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 3.5rem;
	margin-bottom: 20px;
}
.theme-industries-box:hover {
    background: rgba(39, 40, 41, .4);
}
.theme-industries-box svg {
    width: 90px;
    height: 70px
}
.theme-industries-box h3 {
    color: #101010;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 2rem;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto
}
.theme-industries-box:nth-child(odd):hover svg path {
    fill: #e52e2d;
}
.theme-industries-box:nth-child(odd):hover h3 {
    color: #e52e2d;
}
.theme-industries-box:nth-child(2n):hover svg path {
    fill: #e52e2d
}
/* Our Industries END*/
/* Asked questions SECTION*/
.asked-questions-content-area{
	padding: 40px 0px;
}
.accordion-card .accordion-collapse {
    border: none;
}
.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    background-color:#f1f1f1;
    text-align: left;
    position: relative;
    z-index: 3;
}
.accordion-card:has(.show) {
    padding-top: 6px;
    border-radius: 12px;
}
.accordion-card:not(:last-child) {
    margin-bottom: 10px;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-card .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 0;
}
.accordion-card .accordion-button {
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-color: #fff;
    color: #101840;
    background-color: transparent;
    border-radius: 0;
    padding: 24px 45px 24px 32px;
    min-height: 56px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.accordion-card .accordion-collapse {
    border: none;
}
.accordion-card .accordion-body {
    border-radius: 0;
    border: none;
    padding: 0px 32px 20px 32px;
    margin-top: -7px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}
.accordion-card {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f1f1f1;
    text-align: left;
    position: relative;
    z-index: 3;
}
/* Asked questions SECTION END*/

footer#footer {
    z-index: 9;
	position: relative;
	background-color: #f4f7ff;
}
footer#footer:before {
    position: absolute;
    content: "";
    background-image: url(../images/footer-bg.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    opacity: .7;
    background-position: center;
}
.footer-main-links {
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #cad2e8;
}
.footer-main-links h4 {
    font-size: 1.5rem;
    font-style: italic;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    position: relative;
}
footer#footer a, footer#footer li, footer#footer p {
    font-style: normal;
    line-height: 1.7;
    font-size: 1.1rem;
    letter-spacing: .2px;
}
.footer-main-links ul li a {
    position: relative;
    padding: 0 0 .8rem 0;
    display: flex;
    font-size: 1rem;
    align-items: center;
    gap: 8px;
    color: #444;
}
footer a {
    transition: .1s ease-out;
}
a, a:hover {
    transition: .4s;
}
.copyrights {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrights {
    padding: 1rem 0;
}
.bottom-bar-links a, .check-icons p, .copyrights a {
    color: #101010;
    font-weight: 500;
}

/* lg */ 
@media (min-width: 1200px) {
	
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.mobile-logo {
		display: block;
		padding-top: 2px;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	
}
/* xs */
@media (max-width: 767px) {
	.mobile-logo {
		display: block;
		padding-top: 2px;
	}
	.btn-wrapper {
		gap: 40px;
		align-items: stretch;
		justify-content: center;
		flex-direction: column;
	}
	.btn-wrapper .call-btn{
		justify-content: center;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	
}

