@font-face {
  font-family: "ibm_plex_sansbold";
  src: url("../fonts/ibmplexsans-bold-webfont.woff2") format("woff2"),
    url("../fonts/ibmplexsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ibm_plex_sansmedium";
  src: url("../fonts/ibmplexsans-medium-webfont.woff2") format("woff2"),
    url("../fonts/ibmplexsans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"),
    url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"),
    url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"),
    url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"),
    url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #002147;
  --secondary-color: #bb133e;
  --bs-white: #fff;
  --bodyFont: "robotoregular";
  --headingFont: "ibm_plex_sansmedium";
  --fontBold: "robotobold";
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-family: var(--bodyFont);
  color: var(--bs-dark);
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 30px;
  color: var(--bs-white);
  font-size: 16px;
  font-family: var(--secondary-font3);
}

.btn.btn_samll {
  padding: 10px 10px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-radius: 10px;
  font-size: 60%;
  width: 140px;
}

.btn-danger {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn.btn_samll.btn_icon {
  width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: var(--headingFont);
  font-weight: 300;
}

.p-v-60 {
  padding: 60px 0;
}

h1 {
  font-size: 5.5vw;
}

h2 {
  font-size: 60px;
  text-transform: capitalize;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

h6 {
  font-size: 20px;
  font-family: var(--bodyFont);
}

.p-v-100 {
  padding: 100px 0;
}
/* header {
  position: absolute;
  left: 0;
  padding: 30px;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-right: var(--bs-white) 1px solid;
} */

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  padding: 20px 0;
  z-index: 99;
  width: 100px;
  display: flex;
  flex-direction: row;

  justify-content: center;
}

/* header.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 1);
  top: 0;
  padding: 10px 0;
  z-index: 99;
} */
.logo{
  display: block;
  width: 350px;
}
.logo a {
  width: 100%;
  text-align: center;
}
.logo a img {
  mix-blend-mode: screen;
}
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  mix-blend-mode: screen;
}

.stellarnav {
  width: 100%;
  position: absolute !important;
  left: 20%;
  top: 50%;
  /* align-self: center; */
  mix-blend-mode: difference;
}
.stellarnav ul {
  display: flex;
}
.stellarnav ul li a {
  color: var(--primary-color);
  font-weight: 600;
  padding: 30px 40px !important;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: #cccc 1px solid !important;
}
.stellarnav .icon-close:after,
.stellarnav .icon-close:before {
  width: 20px;
}
.stellarnav ul li a:before {
  background-color: var(--secondary-color);
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  transition: all 0.42s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 0;
}

.stellarnav ul li a:hover:before,
.stellarnav ul li a.active:before {
  background-color: var(--secondary-color);
  width: 3rem;
}

.stellarnav ul li a:hover,
.stellarnav ul li a.active {
  color: var(--secondary-color);
  text-shadow: none;
}
/* .stellarnav::before {
  position: absolute;
  right: 52%;
  width: 10%;
  height: 1px;
  background: var(--secondary-color);
  content: "";
  top: 14px;
} */
.stellarnav.mobile.left > ul,
.stellarnav.mobile.right > ul {
  width: 100%;
  max-width: 100%;
  padding-left: 100px;
  z-index: 9999;
  left: -100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.stellarnav.mobile.left.active > ul,
.stellarnav.mobile.right.active > ul {
  left: 0;
}
.stellarnav.mobile ul {
  background: rgba(255, 255, 255, 1);
}
header.fixed .stellarnav ul li a {
  color: var(--bs-dark);
  text-shadow: none;
}
header.fixed .stellarnav ul li a:hover,
header.fixed .stellarnav ul li a.active {
  color: var(--secondary-color);
  text-shadow: none;
}
header.fixed .stellarnav ul li a:hover:before,
header.fixed .stellarnav ul li a.active:before {
  background-color: var(--secondary-color);
}
.hero {
  height: 100vh;
  position: relative;
  z-index: 1;
}
.whyus {
  position: relative;
  z-index: 1;
}
.hero::before,
.whyus::before {
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
}
.stellarnav .menu-toggle span.bars span {
  background: var(--bs-white);
  width: 35px;
  height: 3px;
  margin: 0 0 5px;
}
.hero-content {
  left: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  right: 0;
  font-size: 18px;
  top: 20%;
  position: absolute;
  text-align: center;
  color: var(--bs-white);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.hero-content h1 {
  margin-bottom: 25px;
}
.abouts {
  border-radius: 60px 60px 0 0;
  -webkit-border-radius: 60px 60px 0 0;
  -moz-border-radius: 60px 60px 0 0;
  -ms-border-radius: 60px 60px 0 0;
  -o-border-radius: 60px 60px 0 0;
  background: var(--primary-color);
  color: var(--bs-white);
  position: relative;
  margin-top: -50px;
  z-index: 2;
}
.text-danger {
  color: var(--secondary-color);
}
/* From Uiverse.io by lenfear23 */
.btns {
  padding: 0.8em 1.7em;
  background-color: transparent;
  border-radius: 0.3em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid;
  font-family: inherit;
  text-transform: capitalize;
  color: var(--bs-white);
  z-index: 1;
}

.btns::before,
.btns::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--secondary-color);
  transition: 1s ease;
}

.btns::before {
  top: -1em;
  left: -1em;
}

.btns::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
}

.btns:hover::before,
.btns:hover::after {
  height: 410px;
  width: 410px;
}

.btns:hover {
  color: var(--bs-white);
}

.btns:active {
  filter: brightness(0.8);
}
#slides-holder,
.slide {
  position: relative;
  width: 100%;
}
.slide,
.slide.fixed {
  top: 0;
  left: 0;
  width: 100%;
}
body,
html {
  margin: 0;
  padding: 0;
  color: #fff;
}
.slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.slide.fixed {
  position: fixed;
}
.slide-fake-height {
  position: relative;
  display: none;
}
.slide-fake-height.visible {
  display: block;
}
.fade-text {
  display: inline-block;
  position: absolute;
  font-family: HelveticaNeue, helvetica, arial;
  font-size: 60px;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fixed .fade-text {
  opacity: 1;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}
.contentPart {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* height: 100%; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1200px;
  right: 0;
  margin: 0 auto;
  padding: 6% 0;
}
.contentPart h3 {
  margin-bottom: 20%;
  display: inline-block;
  padding: 20px;
  background: var(--primary-color);
  color: var(--bs-white);
}
.portfolio img {
  height: 300px;
  object-fit: cover;
}
.portfolio .swiper-slide h4{
  margin-top: 30px;
}

#getcallModal .modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}
#getcallModal .modal-header{
  padding-top: 0;
}

#getcallModal .swiper-button-next:after,#getcallModal .swiper-button-prev:after{
  font-size: 28px;
}
.portfolio{
  background: var(--primary-color);
  color: var(--bs-white);
      position: relative;
    z-index: 99;
}
.contentPart h4,
.contentPart h6 {
  font-family: var(--bodyFont);
}

.contentPart h4,
.contentPart h6 {
  margin-bottom: 15px;
  display: inline-block;
  padding: 20px;
  background: var(--bs-white);
  color: var(--primary-color);
  font-family: var(--fontBold);
}
.contentPart h6 {
  margin-bottom: 100px;
  padding: 10px;
  font-family: var(--bodyFont);
}
.portfolio .swiper-slide-active h3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.portfolio .swiper-slide-active h3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.portfolio .swiper-slide-active h4,
.portfolio .swiper-slide-active h6 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.portfolio .swiper-pagination {
  position: absolute;
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  padding-right: 11%;
  font-size: 30px;
  text-shadow: #000 1px 0 5px;
}
.portfolio .swiper-horizontal > .swiper-pagination-bullets,
.portfolio .swiper-pagination-bullets.swiper-pagination-horizontal,
.portfolio .swiper-pagination-custom,
.portfolio .swiper-pagination-fraction {
  bottom: 11%;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.service {
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.parallax_scroll {
  position: absolute;
  top: 25%;
  right: 0;
}
.right .parallax_scroll {
  right: auto;
  left: 0;
}
.featuretext {
  -moz-transform: rotate(90deg) translateY(-160px);
  -webkit-transform: rotate(90deg) translateY(-160px);
  -o-transform: rotate(90deg) translateY(-160px);
  -ms-transform: rotate(90deg) translateY(-160px);
  transform: rotate(90deg) translateY(-160px);
  background: var(--secondary-color);
  padding: 30px 30px;
}
.right .featuretext {
  -moz-transform: rotate(90deg) translateY(100px);
  -webkit-transform: rotate(90deg) translateY(100px);
  -o-transform: rotate(90deg) translateY(100px);
  -ms-transform: rotate(90deg) translateY(100px);
  transform: rotate(90deg) translateY(100px);
  background: var(--secondary-color);
  padding: 30px 30px;
}
.repair .featuretext {
  -moz-transform: rotate(90deg) translateY(-120px);
  -webkit-transform: rotate(90deg) translateY(-120px);
  -o-transform: rotate(90deg) translateY(-120px);
  -ms-transform: rotate(90deg) translateY(-120px);
  transform: rotate(90deg) translateY(-120px);
  background: var(--secondary-color);
  padding: 30px 30px;
}

.service p {
  margin: 35px 0;
}
/* .whyus {
  height: 100vh;
} */

.circle-chart {
  width: 150px;
  height: 150px;
}

.circle-chart__circle {
  stroke: var(--secondary-color);
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1, -1); /* 1, 2, 3 */
}

.circle-chart__background {
  stroke: #efefef;
  stroke-width: 2;
  fill: none;
}
.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
  color: #fff;
  filter: invert(100%);
}
.circle-chart__percent {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 8px;
}

.circle-chart__subline {
  alignment-baseline: central;
  text-anchor: middle;
  font-size: 3px;
}

.success-stroke {
  stroke: #00c851;
}

.warning-stroke {
  stroke: #ffbb33;
}

.danger-stroke {
  stroke: #ff4444;
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.skills {
  color: black;
}

.skills_section {
  width: 100%;
  margin: 0 auto;
}

.skill-head {
  margin: 80px 0;
}

.skill-head h1 {
  font-size: 60px;
  font-weight: 700;
}

.skill-head p {
  margin-bottom: 10px;
}

.skills-area {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
}

.single-skill {
  width: 33.333%;
}

.success-stroke {
  stroke: var(--secondary-color);
}

.circle-chart__background {
  stroke: #ede4e4;
  stroke-width: 1;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .skill-head {
    margin: 50px 0;
  }

  .skill-head h1 {
    font-size: 30px;
  }

  .skill-icon {
    width: 50%;
  }

  .skill-icon i {
    font-size: 70px;
  }

  .circle-chart {
    width: 130px;
    height: 130px;
  }
}
.form-control {
  height: 60px;
  color: var(--bs-white) !important;
  background: transparent !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 0 25px;
  border-color: var(--bs-white);
}
textarea.form-control {
  height: 130px;
  padding: 15px;
  resize: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
footer {
  padding: 40px 0 15px;
  border-top: 1px solid #999;
}

.card {
  width: fit-content;
  height: fit-content;
  background-color: #16202a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 15px 15px;
  gap: 15px;
  overflow: hidden;
  border-radius: 27px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

/* for all social containers*/
.card a {
  width: 52px;
  height: 52px;
  background-color: rgba(117, 117, 117, 0);
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  color: var(--bs-white);
  font-size: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.card a:hover {
  transform: scale(1.2);
  border-radius: 15px;
}
/*instagram*/
.card a:nth-child(1):hover {
  background-color: #38529a;
}
/* twitter*/
.card a:nth-child(2):hover {
  background-color: #00acee;
}
/* linkdin*/
.card a:nth-child(3):hover {
  background-color: #0072b1;
}
/* Whatsapp*/
.card a:nth-child(4):hover {
  background-color: #25d366;
}

.card a:active {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

/*first-child*/
.card a i:first-child {
  display: flex;
  scale: 1.3;
  position: absolute;
  width: 17px;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.card a i:first-child path {
  color: rgb(255, 255, 255);
}

.card a:hover i:first-child {
  transform: translateY(-40px);
  opacity: 0;
}
/*last-child*/
.card a i:last-child {
  display: flex;
  position: absolute;
  width: 17px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.15, 0.83, 0.66, 1);
}
.card a i:last-child path {
  color: rgb(255, 255, 255);
}

.card a:hover i:last-child {
  opacity: 1;
  transform: translateY(0px);
}
.stellarnav ul {
  display: block !important;
  opacity: 0;
  visibility: hidden;
}
/* .stellarnav.mobile {
  opacity: 0;
} */
.stellarnav.active ul {
  opacity: 1;
  visibility: visible;
}
.modal-content {
  background-color: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  border: rgba(255, 255, 255, 0.2) 10px solid;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;

  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}
.lists {
  padding-left: 30px;
  list-style-type: disc;
}

.lists li {
  margin-bottom: 15px;
  padding-right: 50px;
}
.whyus .hero-content {
  position: static;
}

.lists li h6 {
  font-family: "ibm_plex_sansbold";
  margin-bottom: 15px;
}

#myTab-4 a{
  color: #fff;
  margin: 0 20px;
}

.advance-tab-content-style-2 .content h4{
  margin-bottom: 15px;
}


#portfolio .swiper-button-next {
    right: 5%;
    top: 38px;
    bottom: auto;
    background: #fff;
    color: #021020;
    padding: 10px;
    font-size: 8px;
    height: 40px;
    width: 40px;
    border:1px solid #fff;
    transition: all 0.4s;
}
#portfolio .swiper-button-prev {
    right: 10%;
    left: auto;
    top: 38px;
    bottom: auto;
    background: #fff;
    color: #021020;
    padding: 10px;
    font-size: 9px;
    height: 40px;
    width: 40px;
    border:1px solid #fff;
    transition: all 0.4s;
}
#portfolio .swiper-button-next:hover,#portfolio .swiper-button-prev:hover{
   background: transparent;
   color:#fff;
   
}
#portfolio .swiper-button-next:after, #portfolio .swiper-button-prev:after{
	font-size: 26px;
}
#getcallModal .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .swiper-slide center{
cursor: pointer;
}

.mySwiper2.popupGallery2 {
  height: 300px !important;
  width: 100%;
}
.mySwiper.popupGallery {
  height: 100px !important;
  box-sizing: border-box;
  padding: 10px 0;
}

#getcallModal .swiper-slide {
  background-size: cover;
  background-position: center;
}
#getcallModal .modal-header .btn-close {
  height: 10px;
  right: 25px;
  top: 25px;
  position: absolute;
}
.modal-title{
  margin: auto;
}

#getcallModal   .mySwiper .swiper-slide {
  width: 25%;
  height: auto;
  /* opacity: 0.4; */
}

#getcallModal   .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#getcallModal   .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio .contentPart .btns{
  background-color: var(--primary-color);
}

.contact-info ul li p{
  margin-bottom: 0;
}
.contact-info ul li{
  margin-bottom: 1rem;
}
.contact-info ul li a{
  color: #fff;
  font-size: 16px;
}
.contact-info ul li i{
  margin-right: 10px;
}

.contact-info ul li:hover a, .contact-info ul li:hover p{
  color: #dc3545;
}

header span.logo{
    display: none;
  }
  .stellarnav .icon-close{
    right: 15px;
  }

  #portfolio .swiper-wrapper{
    padding-bottom: 15px;
  }

  #about, #portfolio{
    margin-bottom: -1px;
  }
  

    #services .bgh-section.serviceImage img{
      width: 100%;
    height: auto;
    max-width: 65%;
    margin: auto;
  }
  
  #getcallModal .modal-title{
      font-size: 30px;
  }
  #getcallModal .modal-body{
      padding-bottom: 0 !important;
  }