﻿

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: 'hp-simplified-regular';
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0 0 0 4px;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'hp-simplified-bold';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
    position: relative;
    background: url(../../img/complysmart/header.jpg) left bottom no-repeat;
    background-size: contain;
    padding: 70px 0 70px 0;
    min-height: 600px;
    background-color: #17222d;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: right;
  margin-top:12%;
}
.intro-img img{
    width:50%;
    float:right;
}
#intro .intro-info h2 {
  color: var(--theme-color3);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 900;
  float: right;
}

#intro .intro-info h2 span {
  color: var(--theme-color4);
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
/*.background{
    padding-top: 48px;
}*/

#hr-audit {
  /*background: #fff;*/
  padding: 60px 0;
}

#hr-audit .about-container .background {
  margin: 20px 0;
}

/*#hr-audit .about-container .content {
  background: #fff;
}*/

#hr-audit .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

/*#hr-audit .about-container p, .text-base{
  line-height: 40px;
  font-size: 22px;
  letter-spacing: 1px;
  font-family: 'hp-simplified-regular';
  color:var(--font-primary-color);
  width:100%;
}*/

#hr-audit .about-container p:last-child {
  margin-bottom: 0;
}

#hr-audit .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#hr-audit .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--font-primary-color);
  transition: all 0.3s ease-in-out;
}

#hr-audit .about-container .icon-box .icon i {
  color: var(--font-primary-color);
  font-size: 24px;
}

#hr-audit .about-container .icon-box:hover .icon {
  background: var(--font-primary-color);
}

#hr-audit .about-container .icon-box:hover .icon i {
  color: #fff;
}

#hr-audit .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#hr-audit .about-container .icon-box .title a {
  color: #fe8604;
  font-size: 22px;
}

#hr-audit .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 1px;
  color:var(--font-primary-color);
}

#hr-audit .about-extra {
  padding-top: 60px;
}

#hr-audit .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}
#why-us{
    background-image:url(../img/home-bg.jpg);
}
.card-title{
    padding-top:50px;
}


#compliance-audit {
  /*background: #fff;*/
  padding: 60px 100px;
}

/*#compliance-audit .about-container .background {
  margin: 20px 0;
}*/

/*#compliance-audit .about-container .content {
  background: #fff;
}*/

#compliance-audit .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#compliance-audit .about-container p {
  line-height: 32px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'hp-simplified-regular';
  color:var(--font-primary-color);
}

#compliance-audit .about-container p:last-child {
  margin-bottom: 0;
}

#compliance-audit .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}


#compliance-audit .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--font-primary-color);
    transition: all 0.3s ease-in-out;
}

#compliance-audit .about-container .icon-box .icon i {
  color: var(--font-primary-color);
  font-size: 24px;
}

#compliance-audit .about-container .icon-box:hover .icon {
  background: var(--font-primary-color);
}

#compliance-audit .about-container .icon-box:hover .icon i {
  color: #fff;
}

#compliance-audit .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#compliance-audit .about-container .icon-box .title a {
  color: #fe8604;
  font-size: 22px;
}

#compliance-audit .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 1px;
  color:var(--font-primary-color);
}

#compliance-audit .about-extra {
  padding-top: 60px;
}

#compliance-audit .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}
.text-sub-header{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
}
[controlid=btnSignIn]{
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px;
    border: none;
    border-radius: 10px;
}
@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }

  /*#why-us .card {
    margin: 0;
  }*/
}
.custom-list {
    list-style-type: none;
    padding: 0;
}

    .custom-list li {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

        .custom-list li:last-child {
            margin-bottom: 0; /* Remove margin from the last item */
        }
.new-section {
    background: white;
    padding: 40px 0;
}

.container {
    max-width: 1400px;
}
#hr-audit {
    /* You can add specific styles for the section here if needed */
}

.container {
    /* Additional container styles can be added here */
}

.about-container {
    /* Add any specific styles for the about container if needed */
}



.background {
    /* Add specific background styles if needed */
}


.section-header h3 {
  font-size: 34px;
  line-height:48px;
  text-align:center;
}

.text-3xl {
    color: black;
    /* Add additional styles for text-3xl if needed */
}
.rounded-border {
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    width: 180px;
    height: 180px;
}

.white-text {
    color: white !important; /* Use !important to ensure it takes precedence */
}
.intro-para{
    text-align:center;
    font-size:20px;
    font-weight:400;
    letter-spacing:1px;
    line-height:45px;

}
.signin-card{
    background: var(--theme-color2);
    padding: 20px;
    border-radius: 10px;
    float: left;
}
.signin-card > a{
    font-size: 20px;
    color: white;
    letter-spacing: 2px;
}

.heading-tags{
    position: absolute;
  left: -9999px;
}


@media (max-width: 768px) {
    .back-to-top {
    bottom: 15px;
  }
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }
}

.lastsection {
    background-color: var(--theme-color1);
    text-align:center;
    font-size:32px;
    line-height:20px;
}
.padding-zero {
    padding: 20px;
}

.background-light {
    background: #f9f9f9;
}

.theme-color2 {
    font-size: 2.5rem;
}
.content {
    text-align: left;
    padding: 20px;
}

.image-responsive {
    width: 75%;
    height: auto;
    margin-left: 100px;
    border-radius: 15px;
    overflow: hidden; 
}
.card-panel-large{
    background: var(--theme-color1);
    padding: 50px 10px 30px 10px;  /*top right bottom left */
}
.card-panel-large > div > h4 {
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
}
.card-panel-large > div > p {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width: 767px) {
        #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 10%;

  }

}

@media (max-width: 574px) {
  #intro {
    padding: 50px 0 0px 0;
    max-height: 400px;
    min-height: 300px;
    background-size: cover;
  }
  #intro .intro-info{
      padding-top:35px;
  }
}