
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;500;600&display=swap');
@import url(../font/montreal-cufonfonts-webfont/style.css);
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}
.item-holder h6 {
  color: #ffffff; /* or your brand color for light cards */
}

.item-holder white h6{
    color: #000; /* or your brand color for light cards */
}

.item-holder.black h6 {
  color: #fff; /* makes it visible on dark background cards */
}

input:focus,
button:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Montreal Regular';
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 65px;
}

h3 {
  font-size: 55px;
}

h4 {
    font-size: 45px;
}

h5 {
    font-size: 35px;
}

h6 {
    font-size: 22px;
}

a {
    color: #5267f4;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}
.f-size-11 {
    font-size: 11px;
}

.f-size-12 {
    font-size: 12px;
}

.f-size-14 {
    font-size: 114px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-18 {
    font-size: 18px;
}

.f-weight-100 {
    font-weight: 100;
}

.f-weight-200 {
    font-weight: 200;
}

.f-weight-300 {
    font-weight: 300;
}

.f-weight-400 {
    font-weight: 400;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-600 {
    font-weight: 600;
}

.f-weight-700 {
    font-weight: 700;
}

.f-weight-800 {
    font-weight: 800;
}

.f-weight-900 {
    font-weight: 900;
}

.f-weight-bold {
    font-weight: bold;
}

.m-t-5 {
    margin-top: 5px !important;
  }
  
  .p-t-5 {
    padding-top: 5px !important;
  }
  
  .m-b-5 {
    margin-bottom: 5px !important;
  }
  
  .p-b-5 {
    padding-bottom: 5px !important;
  }
  
  .m-l-5 {
    margin-left: 5px !important;
  }
  
  .p-l-5 {
    padding-left: 5px !important;
  }
  
  .m-r-5 {
    margin-right: 5px !important;
  }
  
  .p-r-5 {
    padding-right: 5px !important;
  }
  
  .m-t-10 {
    margin-top: 10px !important;
  }
  
  .p-t-10 {
    padding-top: 10px !important;
  }
  
  .m-b-10 {
    margin-bottom: 10px !important;
  }
  
  .p-b-10 {
    padding-bottom: 10px !important;
  }
  
  .m-l-10 {
    margin-left: 10px !important;
  }
  
  .p-l-10 {
    padding-left: 10px !important;
  }
  
  .m-r-10 {
    margin-right: 10px !important;
  }
  
  .p-r-10 {
    padding-right: 10px !important;
  }
  
  .m-t-15 {
    margin-top: 15px !important;
  }
  
  .p-t-15 {
    padding-top: 15px !important;
  }
  
  .m-b-15 {
    margin-bottom: 15px !important;
  }
  
  .p-b-15 {
    padding-bottom: 15px !important;
  }
  
  .m-l-15 {
    margin-left: 15px !important;
  }
  
  .p-l-15 {
    padding-left: 15px !important;
  }
  
  .m-r-15 {
    margin-right: 15px !important;
  }
  
  .p-r-15 {
    padding-right: 15px !important;
  }
  
  .m-t-20 {
    margin-top: 20px !important;
  }
  
  .p-t-20 {
    padding-top: 20px !important;
  }
  
  .m-b-20 {
    margin-bottom: 20px !important;
  }
  
  .p-b-20 {
    padding-bottom: 20px !important;
  }
  
  .m-l-20 {
    margin-left: 20px !important;
  }
  
  .p-l-20 {
    padding-left: 20px !important;
  }
  
  .m-r-20 {
    margin-right: 20px !important;
  }
  
  .p-r-20 {
    padding-right: 20px !important;
  }
  
  .m-t-25 {
    margin-top: 25px !important;
  }
  
  .p-t-25 {
    padding-top: 25px !important;
  }
  
  .m-b-25 {
    margin-bottom: 25px !important;
  }
  
  .p-b-25 {
    padding-bottom: 25px !important;
  }
  
  .m-l-25 {
    margin-left: 25px !important;
  }
  
  .p-l-25 {
    padding-left: 25px !important;
  }
  
  .m-r-25 {
    margin-right: 25px !important;
  }
  
  .p-r-25 {
    padding-right: 25px !important;
  }
  
  .m-t-30 {
    margin-top: 30px !important;
  }
  
  .p-t-30 {
    padding-top: 30px !important;
  }
  
  .m-b-30 {
    margin-bottom: 30px !important;
  }
  
  .p-b-30 {
    padding-bottom: 30px !important;
  }
  
  .m-l-30 {
    margin-left: 30px !important;
  }
  
  .p-l-30 {
    padding-left: 30px !important;
  }
  
  .m-r-30 {
    margin-right: 30px !important;
  }
  
  .p-r-30 {
    padding-right: 30px !important;
  }
  
  .m-t-35 {
    margin-top: 35px !important;
  }
  
  .p-t-35 {
    padding-top: 35px !important;
  }
  
  .m-b-35 {
    margin-bottom: 35px !important;
  }
  
  .p-b-35 {
    padding-bottom: 35px !important;
  }
  
  .m-l-35 {
    margin-left: 35px !important;
  }
  
  .p-l-35 {
    padding-left: 35px !important;
  }
  
  .m-r-35 {
    margin-right: 35px !important;
  }
  
  .p-r-35 {
    padding-right: 35px !important;
  }
  
  .m-t-40 {
    margin-top: 40px !important;
  }
  
  .p-t-40 {
    padding-top: 40px !important;
  }
  
  .m-b-40 {
    margin-bottom: 40px !important;
  }
  
  .p-b-40 {
    padding-bottom: 40px !important;
  }
  
  .m-l-40 {
    margin-left: 40px !important;
  }
  
  .p-l-40 {
    padding-left: 40px !important;
  }
  
  .m-r-40 {
    margin-right: 40px !important;
  }
  
  .p-r-40 {
    padding-right: 40px !important;
  }
  
  .m-t-45 {
    margin-top: 45px !important;
  }
  
  .p-t-45 {
    padding-top: 45px !important;
  }
  
  .m-b-45 {
    margin-bottom: 45px !important;
  }
  
  .p-b-45 {
    padding-bottom: 45px !important;
  }
  
  .m-l-45 {
    margin-left: 45px !important;
  }
  
  .p-l-45 {
    padding-left: 45px !important;
  }
  
  .m-r-45 {
    margin-right: 45px !important;
  }
  
  .p-r-45 {
    padding-right: 45px !important;
  }
  
  .m-t-50 {
    margin-top: 50px !important;
  }
  
  .p-t-50 {
    padding-top: 50px !important;
  }
  
  .m-b-50 {
    margin-bottom: 50px !important;
  }
  
  .p-b-50 {
    padding-bottom: 50px !important;
  }
  
  .m-l-50 {
    margin-left: 50px !important;
  }
  
  .p-l-50 {
    padding-left: 50px !important;
  }
  
  .m-r-50 {
    margin-right: 50px !important;
  }
  
  .p-r-50 {
    padding-right: 50px !important;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-weight: 400;
    padding: 0 15px;
}

  .navbar-dark .navbar-nav .nav-link:hover {
    color: #0ed1f8;
}

header.site-header {
    padding: 15px 0 30px;
}

body .btn-fill {
    border-radius: 13px;
    padding: 7px 17px;
    background-color: #000000;
    color: #fff;
}
.banner-bg-content {
background: url(../img/banner-bg.jpg);
    min-height: 500px;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    display: flex;
    align-items: end;
}
.blur-box {
    backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 35%);
    padding: 15px;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 67%);
    min-height: 320px;
}
.blur-box img {
  width: 100%;
}
.btn-fill-blue {
    border-radius: 30px;
    padding: 13px 29px;
    background-color: #0ED1F8;
    color: #fff;
}
.btn-fill-round-blue {
    width: 50px;
    height: 50px;
    background: #0ed1f8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.about {
  background: #111111 url(../img/about-1.jpg) right top no-repeat;
color: #fff;
}
.color-red {
  color: #D91E3F;
}

.site-section {
    padding: 70px 0;
}
.b-r {
    border-right: 1px solid #fff;
    margin-right: 60px;
}
.b-r-10 {
  border-radius: 10px;
}

.b-r-15 {
  border-radius: 15px;
}

.b-r-20 {
  border-radius: 20px;
}
.accordion-button {
    padding: 30px 0;

}
.accordion-item {
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 35%);
}
.accordion-button:not(.collapsed) {
    color: #0f0f0f;
    background-color: transparent;
}
.btn-border {
    border: 1px solid #000000;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000;
}
.project {
  background-color: #111111;
  color: #fff;
}
.white-b  {
  border-color: #fff !important;
  color: #fff;
}
.project .btn-border img, .quote .btn-border img {
  filter: invert();
}
.project h6 {
    font-size: 20px;
}
span.float-top {
    position: absolute;
    background: #222222;
    padding: 4px 15px;
    min-width: 170px;
}
.project img {
    vertical-align: middle;
    width: 100%;
}
.project .btn-border img {
  width: initial;
}
.quote {
    background: url(../img/quote.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0;

}

.quote .item-position {
    margin-top: -10px;
}
.red-b-b {
    border-bottom: 2px solid #D91E3F;
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 50px;
}
.p-l-b {
    padding-left: 50px;
    border-left: 1px solid #000;
}
.testimonials {
  background-color: #D9D9D9;
}
.gap-50 {
  gap: 50px;
}
.contact {
  background: #F8F8F7;
}

.form-control {
    border: none;
    border-bottom: 1px solid #767676;
    background: transparent;
    border-radius: 0;
    padding-left: 0;
}
.btn-fill-red {
    border-radius: 0;
    padding: 13px 29px;
    background-color: #D91E3F;
    color: #fff;
    border: none;
}
.right-img {
  background-repeat: no-repeat;
  background-position: right top;
}
.b-r-50 {
  border-radius: 50px;
}

.ind .item-holder {
    background: #222222;
    color: #fff;
        overflow: hidden;
    border-radius: 25px;
}
.p-30 {
    padding: 30px;
}
.b-r-20 {
    border-radius: 20px;
}
.btn-fill-black {
  background: #fff;
}
.btn-fill-black {
    background: #000;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
}
.site-footer {
    background: #222222;
    color: #fff;
    padding: 80px 0;
}
.very-big-text {
  font-size: 100px;
}
.site-footer ul {
    padding-left: 0;
    list-style: none;
}
.site-footer a {
    color: #fff;
}
.align-to-text {
    margin-right: 10px !important;
    margin-top: -15px;
}
.social li {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 15px;

}
.social li a {
  display: block;
}
.color-box.gray {
    background: #444444;
    border-radius: 35px;
    padding: 80px 50px;
    color: #fff;
}
.color-box.black {

  background-color: #000000;
      border-radius: 35px;
    padding: 80px 50px;
    color: #fff;
        margin-top: -58px;
}
.client.inner .container{
    box-shadow: 0px 7px 6px rgb(0 0 0 / 14%);
    border-radius: 30px;
}
.ourney-holder {
  background-color: #000000;
  border-radius: 30px;
  color: #fff;
}
.Journey-holder {
    background-color: #000000;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.Journey-holder .item-holder {
    padding: 5px;
    background: #ededed;
    min-height: 470px;
}
.Journey-holder .item-holder img {
width: 100%;
}
.Journey-holder .item-holder p {
    color: #222222;
    padding: 0 15px;
}
.item-holder.black {
    background: #000000;
    color: #fff;
    border: 1px solid #fff;
}
.item-holder.black p {

  color: #fff;
}
.planning .owl-carousel .owl-item img {
    max-width: 160px;
}
button.owl-dot {
    width: 26px;
    height: 10px;
    background: rgb(0 0 0 / 35%) !important;
    display: inline-block;
    position: relative;
    z-index: 999;
    border-radius: 10px;
    margin: 5px;
}
button.owl-dot.active {
    width: 50px;
        background: #000 !important;
}
.owl-dots.disabled {
    display: block !important;
}
.owl-dots.disabled {
display: flex !important;
    justify-content: center;
    margin-top: 40px;
}
.rate img {
  width: 20px !important;
}

.test-holder {
    background: #111111;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    min-height: 350px;
}

.testi-holder {
    max-width: 1090px;
    margin: 0 auto;
}
.testimonials .owl-nav.disabled {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 40%;
}

button.owl-next, button.owl-prev {
    width: 50px;
    height: 50px;
    background: #fff url(../img/arrow-right-nav.svg) center no-repeat !important;
    display: block;
    border-radius: 100%;
}
button.owl-next span, button.owl-prev span {
  display: none;
}
#testimonials button.owl-next {
    right: -70px;
    position: relative;
}
#testimonials button.owl-prev {
    position: relative;
    left: -68px;
    transform: rotate(180deg);
}
#testimonials .owl-dots.disabled {
    display: none !important;
}
.journey button.owl-dot.active {
    background: #ffffff !important;
}
.journey .owl-nav {
    display: none;
}

.journey button.owl-dot {
    width: 26px;
    height: 10px;
    background: rgb(245 234 234 / 35%) !important;
}
.journey .owl-dots {
    display: flex;
    justify-content: center;
}
.team-item {
    background: #000000;
    padding: 0px 20px 20px;
    color: #fff;
    border-radius: 20px;
}
 .owl-carousel .owl-item .team-item img {
 border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

span.desig {
padding: 15px;
    position: relative;
    top: -18px;
    background: #000;
    z-index: 100;
    border-radius: 15px 15px 0 0;
    left: -20px;
}
.team .item {
    padding: 33px 0 0px 0px;
}
.team .owl-nav {
    display: none;
}
.team .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 41px;
}
.p-50 {
  padding: 50px;
}

.ind .owl-nav, .ind .owl-dots {
    display: none;
}

.planning .owl-nav {
    display: none;
}
.planning .owl-dots {
    justify-content: center;
    display: flex;
    margin-top: 25px
;
}

@media screen and (max-width: 1350px) {

  .about {
    background-position: 130%;
}
}
@media screen and (max-width: 1100px) {

  .about {
    background-image: none;
}
.client img {
    width: 100%;
}

#testimonials button.owl-prev {
    left: 0;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
}
#testimonials button.owl-next {
    right: 0;
}
#testimonials button.owl-dot {
    display: none;
}
   #testimonials  .owl-nav {
        margin-top: 25px;
    }

}

@media screen and (max-width: 992px) {

  .navbar-dark .navbar-toggler {
    background: #000;
}

.navbar-collapse {
        position: absolute;
        right: -80px;
        top: 44px;
        z-index: 99;
        background: #ffffff;
        width: 180px;
        border-radius: 20px;
        padding: 15px;
        box-shadow: 0 0 20px rgb(0 0 0 / 38%);
    }

    .navbar-dark .navbar-nav .nav-link {
    margin-bottom: 10px;
}

.very-big-text {
    font-size: 50px;
}
    .client div div {
        /* width: 630px; */
        flex-wrap: wrap;
    }
    .client div div {
        flex-wrap: wrap;
    }

    .logo-holder img {
    max-width: 135px;
}
.p-l-b {
    padding-left: 15px;
    border-left: none;
}
}

@media screen and (max-width: 550px) {

.b-r {
    margin-right: 0;
    border:  none;
}
.item-holder h6 {
  color: #000; /* or your brand color for light cards */
}

.item-holder.black h6 {
  color: #fff; /* makes it visible on dark background cards */
}

}