/**
* Template Name: Compliancely
* Template URL: https://www.compliancely.com/
* Author: Compliancely.com
* License: https://www.compliancely.com/
*/

/* Fonts */
@import url('rowan.css');

:root {
    --font-default:  "Hanken Grotesk", sans-serif;
    --font-primary: 'Rowan-Regular';
    --font-secondary: 'Rowan-Italic';
  }
  
  /* Colors */
  :root {
    --color-default: #18221D;
    --color-primary: #4CC9E9;
    --color-secondary: #E0F3FA;
    --color-white: #FFF;
    --color-black: #000;
    --color-light-bg: #E0F3FA;
    --color-Primary-Light: #F6F6FC;
    --color-dark-bg: #1E4453;
    --color-light-Neutral: #F0F1F4;
    --color-Neutral-primary-light: #F0F1F4;
  }
  
  /* Smooth scroll behavior */
  :root {
    scroll-behavior: smooth;
  }
  
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* padding-top: 100px; */
    font-family: var(--font-default);
    color: var(--color-default);
    overflow-x: hidden;
  }
  
  a {
    color: var(--color-primary);
    text-decoration: none;
  }
  a:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-primary);
  }
  .pb-100{padding-bottom: 100px;}
  .pt-100{padding-top: 100px;}
  figure{margin: 0;}
  
  .img-responsive{
    max-width: 100%;
  }

  
  table {
    border-collapse: collapse;
    width: 100%;
  }

  td,
  th {
    border: 1px solid #000;
    text-align: left;
    padding: 8px;
    vertical-align: text-top;
  }

  th {
    background-color: #dddddd;
  }

  /* Buttons */
  .btn{
    color: #FFF;
  }
  .btn:hover{
    color: #FFF;
  }

  .btn-new:hover{
    background: #C8EEF8;
    color: #000;
  }
  .btn-primary{
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border-radius: 56px;
    background:  #4CC9E9;
    font-family: var(--font-default);
    color: #111313;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: auto; 
  }
  .btn-primary:hover{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, #3997AF 0%, #4CC9E9 100%);
    color: #FFF;
    box-shadow: none !important;
  }
  .btn-primary svg{
    transition: all 0.4s ease;
    position: relative;
    left: 8px;
    }
    .btn-primary:hover svg {
      transform: rotateZ(45deg); /* Rotate the SVG on hover */
    }
    .btn-primary:hover svg path{
      fill: #FFF; /* Change the fill color on hover */
      /* transform: translate(-50%, -50%); Center the SVG precisely */
    }
.btn-cta{
    background: #fff !important;
    color: #000 !important;
  }
  .btn-cta:hover svg path{
      fill: #000000; /* Change the fill color on hover */
      /* transform: translate(-50%, -50%); Center the SVG precisely */
    }
  .btn-secoundry{
       display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border-radius: 56px;
    font-family: var(--font-default);
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border: 2px solid #4cc9e9;
    position: relative;
    width: auto;
    margin: 20px 0px;
  }

    .btn-secoundry-new{
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border-radius: 3.5rem;
    font-family: var(--font-default);
    color: var(--color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background: #EDF8FB;
    position: relative; 
    width: auto; 
    margin: 20px 0px;
  }
  .btn-secoundry-new:hover{
    color: var(--color-black);
    background: #C8EEF8;
  }
  .btn-secoundry:hover{
    background: var(--color-primary);
    color: var(--color-black);
    border: 2px solid var(--color-primary);
  }
  .btn-secoundry svg{
    transition: all 0.4s ease;
    position: relative;
    left: 8px;
    }
    .btn-secoundry:hover svg {
      transform: rotateZ(45deg); /* Rotate the SVG on hover */
    }
    .btn-secoundry:hover svg path{
      fill: var(--color-black); /* Change the fill color on hover */
      /* transform: translate(-50%, -50%); Center the SVG precisely */
    }
  
    .btn-lined-header{
      display: inline-flex;
      align-items: center;
      /* padding: 14px 28px 14px 32px; */
      border-radius: 56px;
      font-family: var(--font-default);
      color: var(--color-default);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      width: auto; 
      z-index: 99;
      text-decoration: none;
    }
    .btn-lined-header:hover{
      color: var(--color-default);
      text-decoration: underline;
    }

    .btn-lined-header img{
      transition: all 0.4s ease;
      margin-left: 7px;
      width: 20px;
      }
      .btn-lined-header:hover img{
        transform: rotateZ(45deg);
      }

  .btn-lined{
    display: inline-flex;
    align-items: center;
    /* padding: 14px 28px 14px 32px; */
    border-radius: 56px;
    font-family: var(--font-default);
    color: var(--color-default);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    width: auto; 
    z-index: 999;
  }
  .btn-lined:hover{
    color: var(--color-default);
    text-decoration: underline;
  }
.btn-lined img{
  transition: all 0.4s ease;
  padding-left: 8px;
  }
  .btn-lined:hover img{
    transform: rotateZ(45deg);
  }

  .btn-lined img{
  transition: all 0.4s ease;
  padding-left: 8px;
  }
  .btn-lined:hover img{
    transform: rotateZ(45deg);
  }

  /* Buttons */

  /*--------------------------------------------------------------
  # Sections & Section Header
  --------------------------------------------------------------*/
  .container-fluid{
    padding: 0px 6%;
  }
  .section-margin{
    margin: 80px 0px;
  }
  .section-light{
    background: var(--color-light-bg);
    padding: 60px 0px;
  }
  .section-Primary-light{
    background: var(--color-Primary-Light);
    padding: 60px 0px;
  }


  .section-dark{
    background: var(--color-dark-bg);
    padding: 60px 0px;
   } 
   .section-white{
    background: var(--color-white);
    padding: 60px 0px;
   }
   .section-light-white{
    background: #F8F8F8;
    padding: 60px 0px;
   }
   .section-title h4{
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--font-secondary);
    font-style: italic;
   }
   .section-title h4 svg{
    position: relative;
    margin-right: 10px;
   }
 


.cta-section h3 {
    color: #FFF;
    font-size: 40px;line-height: 1.4em;
}

.card-design{
  background: #FFF url('../images/card-side-1.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: 40% !important;
}
.card-bg-design{
  background: #E0F3FA url('../img/roadblocks-bg.png') !important;
  background-repeat:repeat-x !important;
  background-position: right bottom !important;
  background-size: 16% !important;
}
.card-design h4{
  font-family: var(--font-secondary) !important;
  font-style: italic;
  font-weight: 500 !important;
}
.card-white{
  margin: 10px 0px;
}
.card-bg{
  margin: 10px 0px;
}
.card-white ul li{
  list-style: disc;
  margin: 10px 30px;
}
.card-bg ul li{
  list-style: disc;
  margin: 10px 30px;
}
.card-bg .card{
  background: #E0F3FA;
  box-shadow: none;
  border: 2px solid #E0F3FA;
  border-radius: 10px;
}
.card-white .card{
  background: var(--color-white);
  box-shadow: none;
  border: 2px solid #EDEDED;
  border-radius: 10px;
}
.card-white .card::after, .card-white .card::before {
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 3;
}

.card-white .card::before {
  border-bottom: 2px solid var(--color-primary);
  border-left: 2px solid  var(--color-primary);
  transform-origin: 0 100% 0;
}

.card-white .card::after {
  border-right: 2px solid  var(--color-primary);
  border-top: 2px solid  var(--color-primary);
  transform-origin: 100% 0 0;
}

.card-white .card:hover::after, .card-white .card:hover::before {
  transform: scale(1);
}
.card-white .card:hover {
  border: 2px solid rgba(0, 160, 80, 0);
}
.card-body {
  z-index: 99;
  position: relative;
}
.card-white .card-img-top{
  width: 20%;
  z-index: 99;
}
.card-white h3{
  color: var(--color-black);
  font-weight: 600;
  font-family: var(--font-secondary);
  font-style: italic;
  font-size: 36px;
  padding-bottom: 10px;
}

.card-white h4{
  color: var(--color-black);
  font-weight: 600;
  font-family: var(--font-primary);
  font-size: 20px;
  padding: 10px 0px;
}
.card-bg-dark{
  background: #FFF url('../images/home/traingle-frame.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
}
.card-bg-blue{
  background: #FFF url('../images/home/traingle-frame-blue.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
}

/* Client logos */
.client-logos .slide img {

  animation: scroll 20s linear infinite;
}

.client-logos .slide-track {
  width: 100%;
  display: flex;
  gap: 6em;
  overflow: hidden;
}

/* .client-logos .slider {
  margin-top: 70px;
} */

.slide-track img {
  height: 30px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 3));
  }
}

.hero-left-content h1 {
  color: #FFF;
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 50px;
}
.hero-left-content h1 span{
  background: url('../img/onboard-vector.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: var(--font-secondary);
}
.hero-left-content p{
  color: #FFF;
  font-size: 18px;
  margin: 20px 0px;
  line-height: 1.4em;
  font-weight: 400;
}
.list-item-icon ul li {
	color: #000;

	line-height: 1.4em;
	list-style-type: none;
	list-style-image: url('../img/list-icon.png');
	padding: 8px;
	display: flex;
}

.list-item-icon ul li:before {
	content: '';
	display: inline-block;
	height: 16px;
	width: 16px;
	background-size: 20px;
	background-image: url('../img/list-icon.png');
	background-repeat: no-repeat;
	margin-right: 8px;
}

/* Steps */
.steps-container{
  width: 80%;
}
.steps-container .steps-left{
  background: none;
  text-align: left;
  padding: 20px;
  border-radius: 24px;
    border-bottom: 2px solid rgba(143, 157, 150, 0.60);
    margin: 16px 0px;
}
.steps-container .steps-left h2{
  color: #8F9D96;
  text-transform:none; 
  font-family: var(--font-secondary);
  font-style: italic;
}
.steps-container .steps-left p{
  color: #DAE0E0;
  text-transform: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: #1E4453;
  color: #FFF;
  padding: 20px;
  border-radius: 30px;
}
.steps-container .steps-left.active h2{
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-style: italic;
}
.steps-container .steps-left.active p{
  color: #FFF;
}
.risks-box img {
	width: 80px;
}

.risks-box h4 {
	font-size: 20px;
	font-weight: 600;
	/*  */
}

.cta-text h3 {
	font-weight: 700;
	/*  */
	line-height: 1.6em;
	font-size: 40px;
}

.boi-reports h3 {
	font-family: var(--font-primary);
	font-weight: 600;
	text-align: center;
	font-style: italic;
}

.btn-lined {
	display: inline-flex;
	align-items: center;
	/* padding: 14px 28px 14px 32px; */
	border-radius: 56px;
	font-family: var(--font-default);
	color: var(--color-default);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	width: auto;
	z-index: 999;
}

.btn-lined:hover {
	color: var(--color-default);
	/* text-decoration: underline; */
}

.btn-lined img {
	transition: all 0.4s ease;
	padding-left: 8px;
}

.btn-lined:hover img {
	transform: rotateZ(45deg);
}

.boi-list h4 {
	display: inline-flex;
}

.boi-list h4 a {
	font-size: 26px;
	font-weight: 500;
	margin: 0px 20px;
}

.boi-list {
	margin-top: 50px;
	z-index: 0;
	position: relative;
}

.boi-cta {
	background: #1E4453;
	padding: 40px;
	border-radius: 36px;
	border: 4px solid #EDEDED;
}

.boi-cta-data h3 {
	color: #FFF;
	font-size: 36px;
}

.boi-cta-img {
	position: absolute;
	right: 0;
}

.boi-cta-img img {
	position: relative;
	top: -95px;
	width: 34%;
}

.section-boi-gradent {
	background: linear-gradient(270deg, #183D47 0%, #007594 22.19%, #183D47 100%);
	padding: 80px 0px;
}