@import url(../css/svg-animate.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/fancybox.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url(../fonts/stylesheet.css);
:root {
  --font-family-metropolis: 'Metropolis';
  --color-e21c21: #e21c21;
  --color-e31e24: #e31e24;
  --color-962983: #962983;
  --color-8d8a8a: #8d8a8a;
  --color-f0f0f0: #f0f0f0;
  --color-7b7b7b: #7b7b7b;
  --color-939293: #939293;
  --color-7f7f7f: #7f7f7f;
  --color-282728: #282728;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  
  --linear-gradient-linear: linear-gradient(90deg, #e31e24 0%, #962983 50%, #962983 100%);
  --linear-gradient-radial: radial-gradient(circle, #e31e24 0%, #962983 100%);
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-15: 15px;
  --font-size-17: 17px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-27: 27px;
  --font-size-42: 42px;
  --font-size-55: 55px;
  --font-size-100: 100px;
  --character-spacing-0: 0px;
  --line-height-16: 22px;
  --line-height-15: 24px;
  --line-height-17: 26px;
  --line-height-20: 29px;
  --line-height-22: 32px;
  --line-height-25: 35px;
  --line-height-27: 37px;
  --line-height-42: 50px;
  --line-height-55: 64px;
  --line-height-100: 80px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-metropolis);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-e21c21);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-e21c21);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-282728);
  text-transform: normal;
  margin-bottom: 10px;
  font-weight: var(--font-weight-Regular);
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-EF8800);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-83B640);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-e21c21);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-282728);
  margin-bottom: 15px;
}
.p-content {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-282728);
  margin-bottom: 10px;
}
.extra-small {
  font-size: var(--font-size-15);
  line-height: var(--line-height-15);
  color: var(--color-282728);
  margin-bottom: 10px;
}
.section-title {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-e21c21);
  margin-bottom: 15px;
}
.main-title {
  font-size: var(--font-size-55);
  line-height: var(--line-height-55);
  color: var(--color-e21c21);
}
.title {
  font-size: var(--font-size-42);
  line-height: var(--line-height-42);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.div-title {
  font-size: var(--font-size-27);
  line-height: var(--line-height-27);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.div-sub-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-25);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 10px;
}
.div-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.color-e21c21 {
  color: var(--color-e21c21) !important;
}
.color-962983 {
  color: var(--color-962983) !important;
}
.color-7b7b7b {
  color: var(--color-7b7b7b) !important;
}
.color-7f7f7f {
  color: var(--color-7f7f7f) !important;
}
.color-8d8a8a {
  color: var(--color-8d8a8a) !important;
}
.color-282728 {
  color: var(--color-282728) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-e21c21);
  font-weight: var(--font-weight-Bold);
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn .next-arrow {
  width: 22px;
  margin-left: 5px;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover .next-arrow {
  transform: rotate(0deg);
}
.view-more-text-btn:hover {
  color: var(--color-962983);
  letter-spacing: 1.2px;
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  padding: 18px 40px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(90deg, #e31e24 0%, #962983 100%);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background: linear-gradient(90deg, #962983 0%, #e31e24 100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.navbar-custom.g_shrink {
  position: relative;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
  padding-right: 60px;
}
/* loader css*/
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  background: var(--color-ffffff);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.repertoire-loader {
  text-align: center;
  position: relative;
}
.loader .triangle {
  stroke: var(--color-962983);
  stroke-dasharray: 17;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}
@keyframes dash {
  to {
      stroke-dashoffset: 100;
  }
}
.loader .loading {
  font-size: 5px;
  animation: blink .8s ease-in-out infinite;
}
@keyframes blink {
  50% {
      opacity: 0;
  }
}
.loader .loader-img {
  position: absolute;
  width: 110px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* loader css */
.left-side-menu {
  width: 220px;
  height: 100vh;
  z-index: 10;
  /* background: linear-gradient(135deg, #8f75da 0, #3d3ec3 60%); */
  background: #f9f9f9;
  bottom: 0;
  position: fixed;
  -webkit-transition: all 0.2sease-out;
  transition: all 0.2sease-out;
  top: 0;
  padding-left: 0px;
  z-index: 9999;
}
.content-page {
  padding-left: 300px;
  padding-right: 60px;
}
/* .wrapper {
  padding-left: 80px;
  padding-right: 80px;
} */
/* side-nav-css */
.slimscroll-menu .logo {
  width: 150px;
  padding-top: 40px;
  padding-bottom: 10px;
  display: block;
}
.side-nav .side-nav-item .side-nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-17);
  color: var(--color-7f7f7f);
  font-weight: var(--font-weight-Medium);
  line-height: initial;
  padding: 10px 0px;
  padding-left: 0;
}
.side-nav .side-nav-item.active .side-nav-link {
  color: var(--color-000000);
}
.side-nav .side-nav-item {
  text-align: center;
}
.metismenu.side-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  margin: 35px 0;
}
.social a {
  display: inline-block;
}
.social a img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 14px;
  padding: 4px;
}
/* side-nav-css */
/* topbar-right-menu */
.navbar-custom {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar-right-menu li {
 display: block;
 float: left;
}
.topbar-right-menu li a {
  display: block;
}
.topbar-right-menu li a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin: 0 30px;
  margin-right: 0;
}
/* topbar-right-menu */
/* banner-section */
.banner-text {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-text .opacity-title {
  position: absolute;
  top: 32%;
  font-size: 130px;
  color: #dfdfdf;
  /* transform: translateY(-50%); */
  /* opacity: 0.2; */
  z-index: -1;
}
.banner-text .banner-img {
  margin-top: 60px;
  width: 34%;
}
/* banner-section */
/* aboutus-section */
.about-text {
  /* height: 400px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-img {
  /* position: absolute; */
  right: 0;
  width: 100%;
  /* height: 400px; */
}
.count-div .counter-amt {
 font-size: var(--font-size-100);
 line-height: var(--line-height-55);
 color: var(--color-000000);
 display: inline-block;
 margin: 0;
}
.count-div .counter-amt2 {
 font-size: var(--font-size-55);
 line-height: var(--line-height-42);
 color: var(--color-000000);
 display: inline-block;
 margin: 0;
}
.count-padding {
  padding: 50px 80px;
}
.count-padding2 {
  padding: 39.5px 80px;
}
.border-b {
  border-bottom: solid 1px #ccc;
}
.border-r {
  border-right: solid 1px #ccc;
}
/* aboutus-section */
/* services-section */
.services-box {
  padding: 0 60px;
  margin-bottom: 50px;
}
.services-box img {
  margin-bottom: 20px;
  width: 100px;
}
.services-box svg {
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.services-box:hover .div-sub-title {
  color: var(--color-962983);
}
/* services-section */
/* our-work-section */
.work-scroll-text span{
  font-size: 123px;
  /* font-size: 125px; */
  line-height: 100px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: var(--color-8d8a8a);
  opacity: 0.1;
}
/* our-work-section */
/* gallery */
.gallery-box {
  position: relative;
  margin-bottom: 20px;
}
.gallery-box a {
  display: block;
  position: relative;
}
.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.gallery-box:hover a::before {
  opacity: 1;
}
.gallery-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3s ease;
  transition: all 0.3sease;
  z-index: 11;
  background: #ffffffc9;
  border-radius: 10px;
  padding: 10px 10px;
}
.gallery-box:hover .overlay {
  opacity: 1;
}
.gallery-box .overlay img {
  width: 30px;
}
.gallery-box {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}
.gallery-box .overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.gallery-box:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.filter-btn li {
  list-style: none;
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  position: relative;
  font-size: var(--font-size-20);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  margin: 0 15px;
  background: var(--color-962983);
  border-radius: 10px;
}
.filter-btn li:hover,
.filter-btn .active {
  color: var(--color-ffffff);
  background: var(--color-e21c21);
}
/* gallery */
/* clients-section */
.client-img {
  width: 14.6%;
  padding: 20px 20px;
  border-radius: 15px;
  border: solid 1.5px var(--color-939293);
  float: left;
  margin: 1%;
}
/* clients-section */
/* testimonial-section */
.testimonial-box {
  text-align: center;
}
.testimonial-box .testi-img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.testimonial-box .quote-img {
  width: 30px;
  height: 30px;
  margin: 50px 0;
  object-fit: contain;
}
.client-slider {
  padding-bottom: 70px;
  width: 60%;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: var(--color-939293);
  border: 1px solid var(--color-939293);
}
.swiper-pagination-bullet-active {
  background: var(--color-962983);
  border: 1px solid var(--color-962983);
}
/* testimonial-section */
/* contact-section */
.contact-left {
  padding-right: 10%;
}
.contact-left a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.contact-left a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); 
  margin-right: 10px;
}
.contact-left a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); 
}
.contact-right {
  padding-right: 300px;
}
.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: var(--font-size-17);
  color: var(--color-282728);
  background-color: var(--color-ffffff);
  border: none;
  border-bottom: solid 1px var(--color-939293);
  border-radius: 0;
}
.submit-btn {
  background: var(--color-7f7f7f);
}
.submit-btn:hover {
  background: linear-gradient(90deg, #962983 0%, #e31e24 100%);
}
.copyright {
 padding-bottom: 30px;
}
/* contact-section */
/* base-line-Anim */
.baselineAnim-section .baselineAnim {
  position: absolute;
  top: -8vh;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}
.baselineAnim svg {
  display: block;
  height: 15vw;
  width: 168vw;
  overflow: hidden;
  margin-left: -65%;
  margin-top: 0;
}
.baselineAnim svg .text-on-path  {
  fill: var(--color-7b7b7b);
  font-size: 6vw;
  text-transform: uppercase;
}
/* base-line-Anim */
/* inner-about-page */
.inner-about-text {
  background: #f0f0f0;
  padding: 40px
}
.founder-text .founder-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 15px;
}
.founder-text .founder-details img {
  width:20px;
  height: 20px;
}
.inner-services-left {
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    /* height: 340px; */
    border: solid 1px #00000057;
    border-radius: 50px 0;
}
.benefits-list li {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  margin-bottom: 10px;
  width: 50%;
  float: left;
  position: relative;
  padding-left: 40px;
}
.benefits-list li img {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

.benefits-list2 li {
  width: 100%;
  float: unset;
  position: relative;
  padding-left: 40px;
}
.inner-services-right:hover .title {
  color: var(--color-e21c21);
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  border-top: solid 1px #ccc;
  background: #f5f5f5;
}
.branding-box .card-body p {
  height: auto;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 15px;
}
.branding-box .card-body p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f1f1f1;
  background-color: #fff;
  border-radius: 0px;
}
.branding-box .card-body p::-webkit-scrollbar {
  width: 5px;
}
.branding-box .card-body p::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: var(--color-962983);
}
.card {
  margin-bottom: 40px;
}
/* inner-about-page */

/* Testimonial-section */
.testimonial-text {
  background: var(--color-f0f0f0);
  /* padding: 20px 20px; */
  display: inline-block;
}
/* .inner-testimonial-box {
  background: var(--color-ffffff);
  padding: 15px 15px;
  margin-bottom: 20px;
}  */
.inner-testimonial-box {
    background: var(--color-ffffff);
    padding: 15px 15px;
    margin-bottom: 20px;
    width: 31.33%;
    float: left;
    margin: 1%;
}
.inner-testimonial-text p {
  height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}
.video-testimonial {
  height: 350px;
  width: 100%;
}
.video-testimonial iframe {
  height: 100% !important;
  width: 100% !important;
}
/* Testimonial-section */
/* book-fix */
.book-fix {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 11;
}
.book-fix .book-fix-btn {
  background: var(--color-962983);
  border-color: var(--color-962983);
  color: var(--color-ffffff);
  font-size: var(--font-size-18);
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
}
.book-content {
  background-color: var(--color-ffffff);
  width: 500px;
  height: 470px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  border-radius: 20% 0% 0 0%;
  padding: 20px 50px;
  padding-top: 50px;
  padding-left: 50px;
  display: none;
  border: solid 1px #902981;
}
.book-form {
  width: 100%;
  float: left;
}
.hide-fix-btn {
  padding: 0;
  background: #9b297d;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  /* z-index: 99; */
  padding: 7px;
  border-radius: 30px;
}
.hide-fix-btn img {
  width: 100%;
  height: 100%;
}
/* book-fix */
/* branding-tab */
.branding-tabpanel {
  background: var(--color-f0f0f0);
  padding: 20px 20px;
  margin-bottom: 30px;
}
.branding-tabpanel .list-group select {
  font-size: var(--font-size-25);
  color: var(--color-962983);
  font-weight: var(--font-weight-Medium);
  padding: 14px 12px;
  margin-bottom: 30px;
  background: var(--color-ffffff);
  border: none;
  width: 100%;
  border-radius: 10px;
}
.tab-content .tab-pane {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.tab-content .tab-pane.active {
  opacity: 1;
  visibility: visible;
}
.fix-social {
  position: fixed;
  right: 22px;
  bottom: 80px;
  z-index: 99;
  display: none;
}
.fix-social ul li {
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  text-align: center;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-social ul li img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  filter: invert(1);
}
.facebook-btn {
  background: linear-gradient(90deg, #e31e24 0%, #962983 100%);
}
.linkedin-btn {
  background: linear-gradient(90deg, #e31e24 0%, #962983 100%);
}
.instagram-btn {
  background: linear-gradient(90deg, #e31e24 0%, #962983 100%);
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--color-e31e24);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  text-align: center;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top img {
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
#return-to-top:hover {
  background: var(--color-962983);
}
/* branding-tab */












.topbar-right-menu .mobile-toggle {
  display: none;
}
.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container-fluid {
  max-width: 1600px;
}
/* responsive css */
@media only screen and (min-width: 1921px) {}
@media (max-width: 1880px) {
  .container-fluid {
    max-width: 100%;
    padding: 0 100px;
  }
}
@media (max-width: 1780px) {
:root {
  --font-size-15: 13px;
  --font-size-16: 14px;
  --font-size-17: 17px;
  --font-size-20: 18px;
  --font-size-22: 20px;
  --font-size-25: 23px;
  --font-size-27: 24px;
  --font-size-42: 32px;
  --font-size-55: 44px;
  --font-size-100: 82px;
  --line-height-15: 22px;
  --line-height-16: 24px;
  --line-height-17: 26px;
  --line-height-20: 26px;
  --line-height-22: 28px;
  --line-height-25: 32px;
  --line-height-27: 34px;
  --line-height-42: 40px;
  --line-height-55: 50px;
  --line-height-100: 72px;
}
  .container-fluid {
    padding: 0 80px;
  }
  .container-fluid {
    padding: 0 40px;
}
.content-page {
  padding-right: 40px;
  padding-left: 240px;
}
.navbar-custom.g_shrink {
  padding-right: 40px;
}
.count-padding {
  padding: 36px 30px;
}
.count-padding2 {
  padding: 25.5px 30px;
}
.services-box {
  padding-right: 30px;
}
.pb-100 {
  padding-bottom: 60px;
}
.pt-100 {
  padding-top: 60px;
}
.pt-200 {
  padding-top: 130px;
}
.mt-50 {
  margin-top: 30px;
}
.testimonial-box .quote-img {
  margin: 20px 0;
}
.contact-left {
  padding-right: 15%;
}
.contact-right {
  padding-right: 160px;
}
.about-text {
  height: auto;
}
.baselineAnim svg .text-on-path {
  font-size: 7vw;
}
}
@media (max-width: 1560px) {
  
}
@media (max-width: 1480px) {
  .banner-text .opacity-title {
    font-size: 100px;
}
.view-more-btn {
  padding: 12px 30px;
  border-radius: 50px;
}
.inner-about-text {
  padding: 20px 20px;
}
.benefits-list li img {
  width: 22px;
  height: 22px;
}
.benefits-list li {
  margin-bottom: 10px;
  padding-left: 30px;
}
.card-body {
  padding: 10px 10px;
}
.filter-btn li {
  padding: 6px 13px;
  margin: 0 12px;
}
.banner-text .banner-img {
  margin-top: 40px;
  width: 40%;
}
.mt-100 {
  margin-top: 50px;
}
.baselineAnim-section .baselineAnim {
  top: 0vh;
}
.client-slider {
  width: 70%;
}
.navbar-custom {
  height: 60px;
}
.breadcrumb {
  margin-bottom: 0;
}
.mb-100 {
  margin-bottom: 40px;
}
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
  .count-padding2 {
    padding: 24.5px 30px;
}
.contact-right {
  padding-right: 100px;
}
}
@media (max-width: 1199.98px) {
  :root {
    --font-size-15: 13px;
    --font-size-16: 14px;
    --font-size-17: 16px;
    --font-size-20: 17px;
    --font-size-22: 18px;
    --font-size-25: 20px;
    --font-size-27: 21px;
    --font-size-42: 24px;
    --font-size-55: 34px;
    --font-size-100: 70px;
    --line-height-15: 22px;
    --line-height-16: 24px;
    --line-height-17: 23px;
    --line-height-20: 25px;
    --line-height-22: 24px;
    --line-height-25: 26px;
    --line-height-27: 28px;
    --line-height-42: 32px;
    --line-height-55: 42px;
    --line-height-100: 59px;
}
  .container-fluid {
    padding: 0 20px;
}
  .left-side-menu {
    width: 150px;
}
.content-page {
  padding-right: 30px;
  padding-left: 170px;
}
.navbar-custom.g_shrink {
  padding-right: 30px;
}
.slimscroll-menu .logo {
  width: 100px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.metismenu.side-nav {
  margin: 15px 0;
}
.banner-text .opacity-title {
  font-size: 80px;
}
.pb-50 {
  padding-bottom: 20px;
}
.pt-50 {
  padding-bottom: 20px;
}
.pt-100 {
  padding-top: 40px;
}
.pb-100 {
  padding-bottom: 40px;
}
.mt-50 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 10px;
}
.pt-50 {
  padding-top: 30px;
}
.count-padding {
  padding: 30px 30px;
}
.count-padding2 {
  padding: 21.5px 30px;
}
.services-box img {
  width: 70px;
}
.baselineAnim svg .text-on-path {
  font-size: 13vw;
}
.client-slider {
  width: 90%;
}
.contact-right {
  padding-right: 0;
}
.testimonial-box.inner-testimonial-box {
  display: block !important;
}
.video-testimonial {
  height: 240px;
}
.banner-text {
  text-align: center;
}
.banner-text {
  height: 600px;
  text-align: center;
}
.client-img {
  width: 24%;
  margin: 0.5%;
}
}
@media (max-width: 1024px) {
}
@media (max-width: 991.98px) {
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
   /* mob-sidenav */
   .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: unset;
    right: 0;
    background-color: var(--color-962983);
    overflow-x: hidden;
    transition: .7s ease-in-out;
    padding-top: 50px
  }
  .toggle {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  .toggle img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center
  }
  .mob-sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    margin-left: 0;
  }
  .mob-sidenav .closebtn img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center
  }
  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }
  /* mob-login */
  .container-fluid2 {
    width: 100%;
    padding: 0 20px;
}
  :root {
    --font-size-15: 13px;
    --font-size-16: 14px;
    --font-size-17: 16px;
    --font-size-20: 17px;
    --font-size-22: 18px;
    --font-size-25: 22px;
    --font-size-27: 24px;
    --font-size-42: 35px;
    --line-height-27: 30px;
    --line-height-42: 44px;
  }
  .container-fluid {
    padding: 0 20px;
}
.mobile-toggle {
  margin-left: 30px;
}
.topbar-right-menu .mobile-toggle {
display: block;
}
.topbar-right-menu li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 30px;
  margin-right: 0;
}
.topbar-right-menu {
  align-items: center;
}
  .navbar-custom {
    height: auto;
    padding: 10px 0;
    background: #f9f9f9;
    margin-bottom: 20px;
}
  .mobile-logo img {
    width: 80px;
  }
  .content-page {
    padding-right: 0;
    padding-left: 0;
}
.navbar-custom.g_shrink {
  padding-right: 0px;
}
.banner-text .banner-img {
  margin-top: 20px;
}
.side-nav .side-nav-item .side-nav-link {
  font-size: var(--font-size-25);
  color: var(--color-ffffff);
}
.side-nav .side-nav-item.active .side-nav-link {
  color: var(--color-ffffff);
}
.side-nav .side-nav-item .side-nav-link {
  padding: 15px 0px;
  margin-bottom: 15px;
}
.metismenu.side-nav {
  height: 100%;
  width: 50%;
  margin: 0 auto;
}
.aboutus-section {
  background: #f9f9f9;
}
.social a img {
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  padding: 4px;
}
.banner-text .banner-img {
  width: 50%;
}
.about-img {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  /* display: none; */
}
.count-padding {
  padding: 30px 30px !important;
}
.count-padding2 {
  padding: 30px 20px;
  float: left;
  width: 50%;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.count-div.count-padding2.border-b {
  border-right: solid 1px #ccc;
}
.col-lg-8.col-md-12.col-12.border-r {
  border-right: none;
}
.services-box {
  padding: 0;
}
.baselineAnim svg .text-on-path {
  font-size: 25vw;
}
.baselineAnim svg {
  height: 20vw;
  width: 168vw;
  margin-left: -41%;
}
.client-img {
  width: 22.6%;
  padding: 10px 10px;
  margin: 1%;
}
}
@media (max-width: 800px) {
 
}
@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block !important;
  }
  .order-md-div {
    order: 2;
  }
  .side-nav .side-nav-item .side-nav-link {
    padding: 14px 0px;
    margin-bottom: 8px;
}
.banner-text .opacity-title {
  font-size: 55px;
}
.baselineAnim svg .text-on-path {
  font-size: 31vw;
}
.filter-btn li {
  padding: 4px 7px;
  margin: 0;
}
.video-testimonial {
  height: 300px;
}
.inner-testimonial-text p {
  height: auto;
}
.client-left {
  margin-bottom: 20px;
}
.banner-text {
  height: 500px;
}
.inner-services-right {
  margin-top: 10px;
}
.pt-200 {
  padding-top: 80px;
}
.client-img {
  width: 30.6%;
  padding: 10px 10px;
  margin: 1%;
}
.fix-social {
  display: block;
}
.wrap {
    display: none;
}
.client-slider {
  margin-top: 50px;
}
.contact-left {
    padding-right: 0;
}
}
@media (max-width: 575.98px) {  
  :root {
  --font-size-15: 13px;
  --font-size-16: 14px;
  --font-size-17: 16px;
  --font-size-20: 17px;
  --font-size-22: 18px;
  --font-size-25: 20px;
  --font-size-27: 22px;
  --font-size-42: 26px;
  --font-size-55: 28px;
  --font-size-100: 50px;
  --line-height-27: 26px;
  --line-height-42: 30px;
  --line-height-55: 30px;
  --line-height-100: 40px;

}
.metismenu.side-nav {
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
  .banner-text .banner-img {
    width: 85%;
}
.banner-text .opacity-title {
  font-size: 45px;
}
.baselineAnim svg {
  height: 20vw;
  width: 150vw;
  margin-left: -40%;
}
.baselineAnim svg .text-on-path {
  font-size: 40vw;
}
.branding-box .card-body p {
  height: auto;
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 0px;
}
.filter-btn li {
  padding: 8px 10px;
  margin: 0;
  margin-bottom: 10px;
}
.book-content {
  width: 100%;
  height: 350px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  border-radius: 20px 20px 0 0;
  padding: 20px 20px;
  padding-top: 20px;
  padding-left: 20px;
  border: solid 1.5px #902981;
}
.mt-30 {
  margin-top: 10px;
}
.contact-form .form-control {
  padding: 6px 0;
}
.branding-tabpanel .list-group select {
  padding: 14px 12px;
  margin-bottom: 20px;
}
.topbar-right-menu li a img {
  width: 25px;
  height: 25px;
  margin: 0 15px;
  margin-right: 0;
}
.mobile-toggle {
  margin-left: 20px;
}
.inner-testimonial-box {
  width: 100%;
  margin: 0;
}
}
@media (max-width: 480px) {
  .banner-text .opacity-title {
    font-size: 35px;
}
.baselineAnim svg .text-on-path {
  font-size: 45vw;
}
.client-slider {
  width: 100%;
}
.client-img {
  width: 48%;
  padding: 10px 10px;
  margin: 1%;
}
.contact-right {
  display: none;
}
}
@media (max-width: 375px) {
  .baselineAnim svg .text-on-path {
    font-size: 65vw;
}
}
@media (max-width: 320px) {
  .baselineAnim svg .text-on-path {
    font-size: 80vw;
}
}
/* responsive css */