/** Fonts **/
/** BODY font**/
@font-face {
  font-family: 'Campton';
  src: url("./fonts/CamptonBook.woff2") format("woff2");
}

@font-face {
  font-family: 'CamptonSemi';
  src: url("./fonts/CamptonSemiBold.woff2") format("woff2");
}


.tagline {
  font-family: 'Campton';
  font-size: 3rem;
  color: white;
}

.white {
  color: white;
}

.smaller {
  font-size: 0.8rem;
}

.prop {
  font-family: 'Campton';
  font-size: 3rem;
  color: white;
  line-height: 3rem;
}

@media (min-width: 991.99px) {
  /* Apply the styles only on devices with a minimum width of 767.99px (non-mobile) */

  .prop {
    font-size: 5rem;
    line-height: 6rem;
  }
}

h2 {
  font-family: 'Campton';
  font-size: 1.7rem;
  color: white;
}

.taglines {
  font-family: 'Campton';
  font-size: 1.6rem;
  color: white;
}

h3 {
  font-family: 'Campton';
  font-size: 1.2rem;
  color: white;
}

h4 {
  font-family: 'Campton';
  font-size: 1rem;
  color: white;
}

.h2-black {
  font-family: 'Campton';
  font-size: 1.7rem;
}

.h3-black {
  font-family: 'Campton';
  font-size: 1.2rem;
}

.main {
  font-size: 0.8rem;
  font-family: 'Campton';
  color: white;
  padding-bottom: 4rem;
}

.subheading {
  padding-top: 1rem;
}

.tagline-cont {
  /* top: 10rem;*/
  width: 100%;
  height: 100%;
}

.centerblock {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.space {
  margin-top: 3rem;
}

.halfspace {
  margin-top: 1.5rem;
}

.spacepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.spacetop {
  padding-top: 5rem;
}

/** General **/

.selector-for-some-widget {
  box-sizing: content-box;
}

/** Style Guide **/

:root {
  --bs-body-font-family: 'Campton';
  color: #231f20;
}

h1 {
  font-family: 'Compacta';
  color: #2d2e73;
}

/*
h2 { 
    font-family: 'HelHeader';
    color: #ec2727;
}
*/

.color-bg1 {
  background-color: #231F20;
}



.color-bg2 {
  background-color: #ec2727
}


/** Navbar **/

.navbar-nav>li {
  padding-left: 2rem;
}

@media (max-width: 991.99px) {

  /* Apply the styles only on devices with a maximum width of 767.98px (which covers most mobile devices) */
  .fullscreen-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #231F20;
    /* background-color:  #2d2e73; Set your desired background color */
    z-index: 1000;
    /* Adjust the z-index as needed */
    padding: 20px;
    /* Add padding or adjust as per your requirements */
    display: flex;
    align-items: center;
  }

  .fullscreen-navbar .navbar-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fullscreen-navbar .nav-link {
    margin-bottom: 20px;
    /* Add spacing between the menu items */
  }

  .nav-link {
    /* font-size: 0.75rem; */
    /* 1.5rem; */
    text-transform: none;
    letter-spacing: 3px;
    /* font-weight: 500; */
    font-family: var(--bs-body-font-family);
  }


  .active::before {
    content: '/  ';
  }

}

.close-icon {
  display: none;
  /* Initially hide the close icon */
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #fff;
  /* Set the color of the close icon */
  cursor: pointer;
}

.close-icon.show {
  display: block;
  /* Show the close icon when the menu appears */
  z-index: 1001;
}


.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  transition: all .25s ease-in !important;
}

@media (min-width: 991.99px) {

  /* Apply the styles only on devices with a minimum width of 767.99px (non-mobile) */
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }


  .nav-link {
    /* 1.5rem; */
    text-transform: none;
    letter-spacing: 3px;
    font-family: var(--bs-body-font-family);
  }
}


.navbar-toggler {
  border: none;
}

.close-position {
  position: absolute;
  right: 50px;
  top: 10px;
}

.container-fluid {
  padding: 0
}








.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}







/* Banners */

.article-header--ctn {
  height: auto;
  margin: 0;
  /* margin-bottom: -90px; */
  max-width: 550px;
  z-index: 1;
}

.article-header {
  position: relative;
  background-color: #231F20;
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: skewX(-7deg);
  transform-origin: left center;
}

.article-header2 {
  position: relative;
  background-color: #231F20;
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: skewX(-7deg);
  transform-origin: left center;
}

.lead {
  color: white;
}

.article-header--inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 60px 100px 75px 0;
  transform: skewX(7deg);
  transform-origin: left center;
}

.page-banner-ctn {
  height: 50vh;
  width: auto;
  min-width: 100%;
  min-height: 750px;

  display: flex;
  align-items: center;
  position: relative;
}

.page-banner-ctn .bcg {
  background-color: #fff;
  background-image: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 115%;
  top: -12%;
  left: 0;
  z-index: -1;
  opacity: 1;
}

.page-banner-ctn2 {
  height: 30vh;
  min-height: 450px;
}

.bcg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 50% transparent black */
}

.bcg--ctn {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
  background-color: #231F20;
}

.page-banner-ctn .page-banner {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  top: 100;
}

.page-banner-ctn {
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-end;
}

.article-header--ctn::after {
  content: "";
  position: absolute;
  background-color: #231F20;
  display: block;
  width: 50vw;
  top: 0;
  bottom: 0;
  right: 95%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: skewX(-7deg);
  transform-origin: left center;
  z-index: -1;
}

.article-header--ctn2::after {
  content: "";
  position: absolute;
  background-color: #f2f2f6;
  display: block;
  width: 50vw;
  top: 0;
  bottom: 0;
  right: 95%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: skewX(-7deg);
  transform-origin: left center;
  z-index: -1;
}


.logo-img {
  padding: 50px;
  /*-webkit-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%);*/
}

.card {
  margin-bottom: 1rem;
}


.logo-img2 {
  padding: 50px;
  stroke: #FF0000;
  /* Outline color (red in this example) */
  stroke-width: 2px;
  /* Outline thickness */
  stroke-opacity: 0.7;
  /* Outline opacity (0.7 for 70% opacity) */
  fill: none;
  /* Prevent filling the SVG with color */
}














.profile-ctn--article {
  position: relative;
  background-color: #f7f7fb;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /* padding-bottom: 110px; */
  box-shadow: inset 12px -14rem 12rem 19px transparent;
  transition: all .25s ease-in-out;
  margin-bottom: 2rem;
}

.project-img {
  width: 100%;
  position: relative;
  /*padding-bottom: 52.7704485488%;*/
  overflow: hidden;
  margin: 0;
  z-index: 0;
}

.profile-ctn--article .card-body {
  position: relative;
  background-color: transparent;
  padding: 64px 30px 0;
  border: none;
  border-radius: 0;
  z-index: 2;
  margin-bottom: 5rem;
}

.profile-ctn--article .article-cat {
  position: absolute;
  background-color: #0d02cf;
  left: 0;
  top: -27px;
  height: 54px;
  margin: 0;
  padding: 12px 13px 13px;
  z-index: 1;
}

.label {
  color: #f7f7fb;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: 500;
}

.profile-ctn--article .link {
  right: 10px;
  bottom: 10px;
}

.profile-ctn--article .link {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  margin: 0;
  padding: 0;
  transition: all .25s ease-in-out;
}

.link {
  color: #0d02cf;
  border-radius: 0;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: .875rem;
  line-height: 150%;
  line-height: 22px;
  padding-left: 46px;
  letter-spacing: 0;
  cursor: pointer;
  transition: all .25s cubic-bezier(.445, .05, .55, .95);
  font-weight: 600;
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .3s ease-in-out;
}

.brandcard {
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #0d02cf;
}

.blackwhite img {
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .3s ease-in-out;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.blackwhite img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.logo-img3 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.img_streched--ctn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 2rem;
}

.img_streched--spacer {
  padding-top: 150px;
  padding-bottom: 110px;
}

.edge--left {
  position: relative;
  z-index: 1;
  padding-left: calc(8.33333% + 15px);
}

.bg-light {
  background-color: #f2f2f6 !important;
}




.edge--left:before {
  background-color: inherit;
  background-image: inherit;
  content: "";
  display: block;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: skewX(-7deg);
  transform-origin: 100% 0;
}

h5 {
  text-transform: none;
  letter-spacing: 3px;
  font-size: 1rem;
  font-family: 'Campton';
}

.btn:not(.dropdown-toggle),
button[type=submit],
input.btn[type=button],
input.btn[type=submit],
input[type=submit] {
  text-decoration: none;
  font-size: 14px;
  font-size: .875rem;
  line-height: 150%;
  background: 0 0;
  text-align: center;
  display: inline-block;
  border: 1px solid #dedede;
  margin: 0 0 0 -3px;
  padding: 0;
  width: auto;
  min-width: 180px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5rem;
  position: relative;
  z-index: 1;
  /* transform: skew(-7deg); */
  overflow: hidden;
  line-height: 3rem;
}

.doubleline {
  line-height: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.notgray img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.bannerchanger {
  height: 50rem;
  min-width: 100%;
}

#imageToChange {
  transition: cubic-bezier(1, 0, 0, 1);
}

.formrow {
  margin-bottom: 1.5rem;
}

.footer-item {
  margin-bottom: 1rem;
}

.footer-item a {
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.footer-item a:hover,
.footer-item a:focus {
  color: rgba(255, 255, 255, 0.75);
}



.navbar-collapse btn {
  border: none !important;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.bluebtn {
  /* transition: all .25s cubic-bezier(.445,.05,.55,.95);*/
  /*clip-path:polygon(0 0,0% 0,-200px 100%,0 100%);*/
  background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      #231F20 50%,
      #231F20) !important;

  background-position: 100% 0 !important;
  background-size: 200% 100% !important;
  transition: all .25s ease-in !important;
}

.bluebtn:hover {
  /* background-image: linear-gradient(90deg,#2d2e73,#1e05e9); */
  /*background-color: #0d02cf;  /* linear-gradient(90deg,#2d2e73,#1e05e9); */
  color: white;
  background-position: 0 0 !important;
}

.hide {
  top: -100;
}


.reversebtn {
  /* transition: all .25s cubic-bezier(.445,.05,.55,.95);*/
  /*clip-path:polygon(0 0,0% 0,-200px 100%,0 100%);*/
  color: white;
  background-image: 
  linear-gradient(to left,
      transparent,
      transparent 50%,
      white 50%,
      white) !important;

  background-position: 100% 0 !important;
  background-size: 200% 100% !important;
  transition: all .25s ease-in !important;
}

.reversebtn:hover {
  /* background-image: linear-gradient(90deg,#2d2e73,#1e05e9); */
  /*background-color: #0d02cf;  /* linear-gradient(90deg,#2d2e73,#1e05e9); */
  color: #231F20;
  background-position: 0 0 !important;
}



.roundbtn {
  /* transition: all .25s cubic-bezier(.445,.05,.55,.95);*/
  /*clip-path:polygon(0 0,0% 0,-200px 100%,0 100%);*/
  /* background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      #231F20 50%,
      #231F20) !important; */

  background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      white 50%,
      white 50%) !important;

  background-position: 100% 0 !important;
  background-size: 200% 100% !important;
  color: white;
  transition: all .25s ease-in !important;
}

.roundbtn:hover {
  /* background-image: linear-gradient(90deg,#2d2e73,#1e05e9); */
  /*background-color: #0d02cf;  /* linear-gradient(90deg,#2d2e73,#1e05e9); */
  color: black;
  background-position: 0 0 !important;
}

.blackslide {
  background-color: #231F20;
}

.brandbubble {
  background-color: white;
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 1.5rem;
}

@media (min-width: 991.99px) {
  .brandbubble {
    padding: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Hamburger */
.navbar-toggler {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  line-height: 0;
}

.navbar-toggler:active {
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

.navbar-toggler:focus {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  box-shadow: none !important;
}

input[type=button] {
  outline: none !important;
  box-shadow: none !important;
}

input[type=button]:focus {
  outline: none !important;
  box-shadow: none !important;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: 0;
}

.visuallyHidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hamburger {
  margin: auto;
  margin-top: 1.5rem;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 5000;
}

.hamburger .bar {
  padding: 0;
  width: 30px;
  height: 4px;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  position: absolute;
}

.bar1 {
  top: 0;
}

.bar2,
.bar3 {
  top: 13.5px;
}

.bar3 {
  right: 0;
}

.bar4 {
  bottom: 0;
}

/* HAMBURGER 4 */

.hamburger2 .bar2,
.hamburger3 .bar3,
.hamburger4 .bar4 {
  top: 13.5px;
}

.hamburger4 .bar5 {
  bottom: 0px;
}

.hamburger4 .bar {
  transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
  width: 1px;
  transform: rotate(90deg);
  left: 13.5px;
}

.hamburger4 .bar3 {
  width: 1px;
  left: 13.5px;
}

.checkbox4:checked+label>.hamburger4>.bar1 {
  top: 15px;
  background-color: transparent;
}

.checkbox4:checked+label>.hamburger4>.bar2 {
  left: 0px;
  width: 30px;
  transform: rotate(45deg);
}

.checkbox4:checked+label>.hamburger4>.bar3 {
  left: 0;
  width: 30px;
  transform: rotate(-45deg);
}

.checkbox4:checked+label>.hamburger4>.bar4 {
  background-color: transparent;
}

.checkbox4:checked+label>.hamburger4>.bar5 {
  bottom: 13.5px;
  background-color:
    transparent;
}

/* CSS to disable scrolling when collapsible menu is open */
body.menu-open {
  overflow: hidden;
}


/* Services */

.service {
  margin-bottom: 5rem;
}

.service-container {
  margin-bottom: -5rem;
}

@media (min-width: 1400px) {
  .service-container {
    width: 80%;
    max-width:1800px;
  }
}

.service-icon {
  margin-top: auto;
  margin-bottom: auto;
  transform: translateY(-2.5rem);
}

.smallicon {
  padding: 1.3rem;
}

.smallericon {
  padding: 1.5rem;
  transform: translateY(-2rem);
}

.form-control:disabled {
  background-color: #D3D2D2;
}