.hero-heading {
    color: var(--headings-color);
    font-weight: 600;
}

.hero-sub-heading {
    /* text-decoration: underline; */
    font-weight: 500;
    color: var(--headings-color);
}

/* a:hover
.hero-sub-heading {
    text-decoration: underline;
    font-weight: 800;
    color: var(--headings-color);
} */


.banner-section-two .image-column .image {
    position: relative;
    z-index: 1;
    max-width: 574px;
    margin-left: auto;
}

.brand-block {
    max-width: 160px;
}


.contact-list-one li {
    position: relative;
    padding-left: 43px;
    min-height: 50px;
    margin-bottom: 20px;
}

.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
}

.txt-center {
    text-align: center;
}

.pd-10 {
    padding-bottom: 10px;
}

.pd-20 {
    padding-bottom: 20px;
}

.pt-10 {
    padding-bottom: 10px;
}

.pt-20 {
    padding-bottom: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.service-heading-color {
    color: #000;
}

.sec-shape-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* .contact-block {
    background-color: var(--theme-color-white);
    -webkit-box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.0588235294);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    max-width: 700px;
} */
@media (min-width: 320px) {

    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }


}


@media (max-width: 768px) {


    .page-title {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        padding: 30px 0 35px;
        position: relative;
    }

    .page-title .title {
        font-size: 32px;
        color: #ffffff;
        margin-bottom: 9px;
    }
}


@media (min-width: 768px) {

    .reverse {
        display: flex;
        flex-direction: row;
    }

}

.fa-home::before {
    content: "\f015";
    background: var(--theme-color2);
    padding: 10px;
    border-radius: 11px;
}

.fa-phone::before {
    content: "\f095";
    background: var(--theme-color2);
    padding: 10px;
    border-radius: 11px;
}

.fa-paper-plane::before {
    content: "\f1d8";
    background: var(--theme-color2);
    padding: 10px;
    border-radius: 11px;
}

.mob-logo {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0px;
}

.brand-section .sec-title .title {
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--theme-color-white);
    margin: 0 auto;
    padding: 0 50px;
    font-size: 19px;
    line-height: 32px;
}

.choose-section .image-column .inner-column .image .outer-box {
    background-color: var(--theme-color1);
    padding: 20px;
    max-width: 221px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: -100px;
    border-radius: 10px;
}

.choose-section .content-column .inner-column .choose-tab .nav {
    border-bottom: 2px solid rgba(2, 6, 38, 0.102);
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.logo {
    width: 287px;
}

.sticky-header .logo img {
    max-height: 100%;
}


.contact-section .content-column .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}


.about-us-heading {
    color: var(--headings-color);
    ;
}

.footer-style-two {
    overflow: hidden;
    position: relative;
    z-index: 1;

}



.btn-one-rounded {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: var(--title-font);
    background-color: var(--theme-color1);
    color: #ffffff;
    text-align: center;
    min-width: 208px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: capitalize;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: radial-gradient(95.51% 264.21% at 92.63% 41.85%, rgba(0, 7, 31, 0) 0%, rgb(65 105 225) 99.98%, rgba(4, 44, 42, 0.98) 99.99%);
    content: "";
    mix-blend-mode: normal;
}

.header-style-two .header-top .top-left .info-list i {
    color: #ffffff;
}

.header-style-two .main-box .outer-box .mobile-nav-toggler

 {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #5c5c5b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #E1B941;
    font-size: 20px;
}

.btn-four-rounded

 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: inline-block;
    font-family: var(--title-font);
    background-color: var(--theme-color2);
    color: var(--theme-color-white);
    text-align: center;
    min-width: 220px;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pt-50{
  
    padding-top: 120px !important;
    padding-bottom: 50px;

}

.point-check{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffc107;
    font-size: 15px;
    margin-right: 10px;
    color: #000;
}


.main-header .logo img {
    max-width: 100%;
    height: auto;
}


.cta-heading{
    font-weight: 200;
    font-size: 24px;
    margin-top: 20px;
}

.circle-wrapper {
    position: relative;
    width: 650px;
    height: 650px;
    margin: auto;
}

/* Outer dotted rotating circle */
.rotating-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px dotted #4fc3f7;
  animation: rotateCircle 10s linear infinite;
}

/* Center image */
.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    object-fit: cover;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Animation */
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .circle-wrapper {
    width: 280px;
    height: 280px;
    margin-top: 30px;
  }

  .center-image {
    width: 250px;
    height: 250px;
  }
}