body {
  font-family: 'Public Sans', sans-serif;
}
.active{
  border-bottom: 3px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #36529F, #F47C55) border-box;
    color:#F47C55 !important;
}
.dropdown-item {
 padding: 10px 30px;
 font-size: 18px;
 font-weight: 600;
 cursor: pointer;
}
.dropdown-item:hover {
 background-color: #f8f9fa;
 cursor: pointer;
}
.dropdown-item:active,
.dropdown-item:focus {
 color: inherit;
 background-color: #f8f9fa;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
 
}
.wwd {
  padding-bottom: 90px !important;
}
.ser_individual p{
 padding-top: 0 !important;
 font-size: 24px !important;
}
.consult-compilance-sec::before{
  top: 0 !important;
  bottom: 0 !important;
}
.hero-section {
  /* background: url('../assets/image/theme-shape.png') no-repeat center center/cover; */
  height: 700px;
  position: relative;
  background-size: 500px;
  transition: all 0.5s ease;
}
.hero-section:hover{
  /* background: url('../assets/image/theme-shape-hover.png') no-repeat center center/cover; */
  height: 700px;
  position: relative;
  background-size: 500px;
  transition: all 0.5s ease;
}
.offset-lg-2 {
  margin-left: 48%;
}
.offset-lg-2 h1{
  font-size: 60px;
  z-index: 9999;
}
.header-area img{
  width: 300px;
}
.top-header-bg {
  background-color: #000;
  padding: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1200;
}
.header-area {
  background-color: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
  transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.header-area .navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  transition: padding 0.3s ease;
}
.header-area .navbar-brand img {
  transition: width 0.3s ease;
}
.header-area .navbar-nav .nav-link {
  transition: font-size 0.3s ease, padding 0.3s ease;
}
.header-area .btn-gradient {
  padding: 13px 24px;
  transition: padding 0.3s ease, font-size 0.3s ease;
}
.header-area.shrink {
  padding-top: 2px;
  padding-bottom: 2px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.header-area.shrink .navbar {
  padding-top: 4px;
  padding-bottom: 8px;
}
.header-area.shrink .navbar-nav .nav-link {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.header-area.shrink .navbar-brand img {
  width: 180px;
}
.header-area.shrink .btn-gradient {
  padding: 10px 18px;
  font-size: 15px;
}
.dropdown-menu {
  z-index: 1050;
}
.hero-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url('../assets/image/layer-banner.png') no-repeat center center / cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.align-items-center h1{
  font-size: 60px;
  text-align: center;
  width: 80%;
  margin: auto;
  
}
.custom-slider-track p{
  color: #000 !important;
}
.services-home li{
  font-size: 24px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.com-text li{
  font-size: 20px;
  padding-bottom: 10px;
}
.services-home h3{
  font-size: 34px;
  font-weight: 600;
}
.services-home li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px; /* adjust alignment */
  width: 25px;
  height: 25px;
  background-image: url('../assets/image/icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.banner-bottom p{
  color: #fff;
  opacity: .8;
  font-size: 20px;
}
.btn_top{
  text-align: center;
}
.align-items-center p{
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
  width: 70%;
  margin: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 600;
}


.btn-gradient {
  background: linear-gradient(90deg, #36529F,  #00B373);
  color: #fff;
  padding: 15px 30px;
  border: none;
  transition: all 0.3s ease;  
  border: 1px solid #00B373;
}

.btn-gradient:hover {
  transition: all 0.3s ease;
  color: #fff;
  border: 1px solid #00B373;
  background: linear-gradient(-90deg, #36529F,  #00B373);
  
}

.accordion {
  margin: auto;
  width: 100%;
}
/* .margin-top-acc {
  background-color: red;
} */
.accordion-item {
  background-color: #EEF2FF;
  
  margin-bottom: -7px;
  overflow: hidden;
  transition: background 0.3s;
  border: none !important;

}
.bg-radius-one {
background-color: #D5E0FE !important
}
.bg-radius-two {
  background-color: #C4D3FF !important
  }
.bg-one {
  background-color: #D5E0FE !important;
}
.bg-two {
  background-color: #C4D3FF !important;
}
.bg-three {
  background-color: #B5C9FF !important;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
 border-top-right-radius: 30px !important;
 border-top-left-radius: 30px !important;
  background: #EEF2FF;
  
  /* padding-top: 40px;
  padding-bottom: 40px; */
  padding-right: 100px;
  padding-left: 100px;
}

/* .accordion-header:hover {
  background-color: #b3c7ff;
} */
.btn-arrow-accordion button{
  border: 2px solid #36529F;
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 50px;
}

.accordion-icon {
  transition: transform 0.3s ease;
}
.accordion-icon img {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.accordion-icon.rotate img {
  transform: rotate(0deg);
}
/* .margin-top-acc {
  margin-top: -50px;
} */
.accordion-content {
  display: none;
  padding-bottom: 10px;
  background: #EEF2FF;
  padding-right: 100px;
  padding-left: 100px;
}

.accordion-content.show {
  display: block;
}

.btn-arrow img{
  width: 13px;
margin-right: 10px;
transition: .3s;
}
.btn-arrow:hover img{
  transform: rotate(45deg);
  transition: .3s;
}
.banner-bottom {
  position: relative;
  padding-top: 200px;
  padding-bottom: 50px;
  margin-top: -70px;
  overflow: hidden;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.banner-bottom::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(../assets/image/home-abt-bg.png) no-repeat center center/cover;
  z-index: -10;
}
.banner-bottom h6{
  color: #fff;
  font-size: 18px;
  opacity: .8;
}
.banner-bottom h4{
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.custom-slider-container {
  width: 95%;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 100px;
}
.custom-slider-track {
  display: flex;
  animation: scroll 15s linear infinite;
}
.custom-slider-track:hover {
  animation-play-state: paused;
}
.custom-box {
  width: 290px;
  height: 290px;
  border-radius: 30px;
  background-color: #ccc;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #111;
  margin-right: 25px;
}
.custom-box P{
  text-align: left !important;
  padding-left: 30px;
  padding-top: 30px;
}
.custom-box h1{
  text-align: right !important;
  padding-bottom: 30px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 50px;
}
.text-box {
  background-color: #B5C9FF;
}
.text-box.orange {
  background-color: #00B373;
}
.text-box.pink {
  background-color: #FCE4DC;
}
.text-box.blue {
  background-color: #EEF2FF;
}

.image-box img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* Infinite slide animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.services-home {
  padding-top: 120px;
  padding-bottom: 120px;
}
.services-home h4{
  font-size: 48px;
  font-weight: 600;
}
.services-home span{
  color: #36529F;
}
.compailing-sec{
  background-color: #EEF2FF;
  padding-top: 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-bottom: 90px;
}
.compailing-sec h3{
  font-weight: 600;
  font-size: 34px;
}
.btn-arrow-mini {
  text-align: right;
 
}
.btn-arrow-mini img{
  width: 15px;
  transition: .3s;
}
.btn-arrow-mini button {
  border: none;
  background-color: #36529F;
  padding: 12px 30px;
  border-radius: 50px;
}
.btn-arrow-mini:hover img{
  transform: rotate(45deg);
  transition: .3s;
}
.com-image img{
  width: 100%;
}
.com-text{
  padding: 70px;
}
.com-image {
  padding-bottom: 45px;
}
.accordion h3{
  font-weight: 600;
  font-size: 34px;
}
.service-int-sec {
  background-color: #D5E0FE;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -70px;
  padding-bottom: 90px;
}
.service-int-sec h2{
  font-weight: 600;
  font-size: 34px;
}
.service-int-sec-two{
  background-color: #C4D3FF;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -70px;
  padding-bottom: 90px;
}
.service-int-sec-two h2{
  font-weight: 600;
  font-size: 34px;
}
.service-int-sec-three {
  background-color: #B5C9FF;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -70px;
  padding-bottom: 90px;
}
.service-int-sec-three h2{
  font-weight: 600;
  font-size: 34px;
}
.btn-arrow-mini-bg-none {
  text-align: right;
}
.btn-arrow-mini-bg-none button{
  border: 2px solid  #36529F;;
  background-color: transparent; 
  padding: 12px 30px;
  border-radius: 50px;
}
.btn-arrow-mini-bg-none img {
  width: 15px;
  transition: .3s;
}
.btn-arrow-mini-bg-none:hover img{
  transform: rotate(-45deg);
  transition: .3s;
}
/* .middle-strip {
  background-image: url(../assets/image/middle-strip.png);
  height: 100vh;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: -70px;
} */
.compliance-section {
  height: 750px;
  background: url('../assets/image/middle-strip.png') center center / cover no-repeat;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  margin-top: -65px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.compliance-section::before {
  content: '';
  position: absolute;
  top: 20px; 
  left: 0; 
  right: 0; 
  bottom: 20px;
  background: rgba(0, 0, 0, 0.2); /* Overlay */
  z-index: 1; /* Above image */
  border-radius: 55px;
}

/* Ensure text/content stays above overlay */
.compliance-section * {
  position: relative;
  z-index: 2;
}

.pad-bottom-60 {
  padding-bottom: 70px;
}

.compliance-section h1 {
  color: #fff;
  font-size: 58px;
  text-align: center;
  z-index: 2;
  font-weight: 600;
  opacity: 1;
  width: 60%;
  /* margin: auto; */
}

.compliance-strip {
  position: absolute;
  bottom: 0;
  width: 93%;
  margin: auto;
  overflow: hidden;
  height: 95px;
  background: linear-gradient(to right, 
  rgba(54, 82, 159, 0.9), 
  rgba(136, 100, 127, 0.7), 
  rgba(0, 179, 115, 0.9)
);
  border-radius: 50px;
  top: 77%;
  padding: 0 40px; /* ⬅️ Add horizontal padding */
  box-sizing: border-box;
}

.compliance-marquee {
  display: flex;
  white-space: nowrap;
  animation: scroll-text 20s linear infinite;
  align-items: center;
  height: 100%;
  min-width: 100%;
}

.compliance-marquee span {
  display: inline-block;
  padding: 0 40px;
  color: white;
  font-size: 18px;

}

.compliance-marquee span::before {
  content: url(../assets/image/arrow-btn.png);
  margin-right: 40px;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.compliance-track {
  display: flex;
}
.padding-lr{
  margin-left: 30px;
  margin-right: 30px;
}
.compliance-wrapper {
  display: flex;
  gap: 30px;
  /* padding: 40px; */
  margin: auto;
  align-items: flex-start;
}

.compliance-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}

.compliance-scroll-section {
  max-height: 610px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 10px;
  scrollbar-width: none; /* Firefox */
}

.compliance-scroll-section::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.compliance-scroll-section::-webkit-scrollbar {
  width: 6px;
}

.compliance-scroll-section::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.4);
  border-radius: 3px;
}

.compliance-card {
  background-color: #EEF2FF;
  padding: 40px;
  padding-right: 60px;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  /* min-height: 210px; */
}

.compliance-card .icon img {
  width: 65px;
  height: 65px;
}

.compliance-card .text h3 {
  font-size: 36px;
  margin: 0 0 8px 0;
  font-weight: 600;
}

.compliance-card .text p {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.middle-scroll-sec {
  padding-top: 120px;
  padding-bottom: 120px;
}
.middle-scroll-sec h1{
  text-align: center;
  font-weight: 600;
  font-size: 54px;
  padding-bottom: 60px;
}
.btn-arrow-mini-bg-none-blog button {
  border: 2px solid #36529F;
  background-color: transparent;
  padding: 12px 30px;
  border-radius: 50px;
}
.btn-arrow-mini-bg-none-blog img{
  transform: rotate(-90deg);
  transition: .3s;
}
.btn-arrow-mini-bg-none-blog:hover img{
  transform: rotate(-45deg);
  transition: .3s;
}
.home-blog{
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #EEF2FF;
}
.inner-blog-img {
  padding: 20px;
  border-radius: 30px;
  background-color: #fff;
}
.inner-blog-img img{
  width: 100%;
  /* padding-bottom: 30px; */
}
.inner-blog-img p{
  padding-top: 35px;
  font-size: 18px;
  margin-bottom: 5px;
  opacity: .8;
}
.inner-blog-img  h3{
  font-weight: 600;
  padding-bottom: 20px;
}
.home-blog h1{
  text-align: center;
  font-weight: 600;
  font-size: 54px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.contact-home {
  background-color: #171717;
  padding: 45px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.contact-bg{
  background-image: url(../assets/image/contact-bg.png);
  background-repeat: no-repeat;
  height: 560px;
  background-size: cover;
  padding-top: 65px;
  padding-left: 60px;
  background-size: 100%;
}
.contact-bg h1{
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
}
.contact-bg p{
  color: #fff;
  opacity: .8;
  padding-right: 80px;
  font-size: 18px;
}
.contact-form {
  padding-right: 50px;
  margin: 0 auto;
  font-family: sans-serif;
  color: white;
}

.form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  font-weight: bold;
  margin-bottom: 6px;
}

input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 8px 4px;
  font-size: 16px;
  color: white;
  outline: none;
}

input::placeholder {
  color: white;
  opacity: 0.6;
}

.message-group {
  margin-top: 30px;
}
.bottom-logo img{
  width: 300px;
}
.footer-sec {
  padding-top: 70px;
}
.contact-no{
  padding-top: 60px;
}
.contact-no h5{
  color: #fff;
}
.contact-no span {
  color: #20B767;
}
.contact-no a{
  text-decoration: none;
  color: #fff;
}
.footer-main-position {
  position: relative;
  padding-top: 20px;
}
.footer-sec h4{
  color: #fff;
  font-size: 18px;
  opacity: .9;
}
.footer-position{
  position: absolute;
  bottom: 13%;
  right: 0;
}
.footer-main-position input{
  border-bottom: 2px solid #818080;
}
.footer-menu {
  padding-top: 60px !important;
}
.pt-1{
  padding-top: 60px !important;
}
.footer-menu p{
  color: #fff;
  opacity: .5;
  margin-bottom: 12px;
}
.footer-menu ul{
  padding-left: 16px;
  
}
.mobile-footer-social {
  display: none;
}
.footer-menu ul li{
  color: #fff;
  opacity: .9;
  padding-bottom: 10px;
}
.social-media{
  padding-top: 70px;
}
.social-media i{
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  border: 1px solid #20B767;
  padding: 11px 13px;
  border-radius: 100px;
}
.social-media i:hover{
  background-color: #20B767;
  color: #fff;
}
.social-media p{
  padding-top: 20px;
  color: #fff;
  opacity: .5;
}
.footer-menu a{
  text-decoration: none;
  color: #fff;
  opacity: .7;
}
.footer-menu a:hover{
  color: #20B767;
  opacity: 1;
}

/* About */
.about-banner{
height:650px;
position: relative;
background-size: 500px;
transition: all 0.5s ease;
}
.about-banner::before {
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/about-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.align-items-center-abt h1{
  padding-left: 3%;
  font-size: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 35%;
  
}
.about-bottom {
  padding-bottom: 120px;
}
.about-bottom p{
  color: #fff;
  padding-top: 30px;
}
.abt-middle {
  padding-top: 90px;
  padding-bottom: 90px;
}
.abt-middle img{
  width: 100%;
  padding: 30px;
}
.middle-pad-all {
  padding: 100px 0 100px 100px;
}
.middle-pad-all p{
  padding-top: 20px;
  opacity: .8;
  font-size: 18px;
}
.abt-middle-next img{
  width: 100%;
  padding: 30px;
}
.abt-middle-next {
  background-color: #EEF2FF;
border-radius: 50px;
  padding-top: 90px;
  padding-bottom: 140px;
}
.abt-compilance-sec {
  background-image: url(../assets/image/abt-middle-strip.png);
  margin-top: 30px;
}
.team-section {
  padding-top: 90px;
}
.team-section h1{
  text-align: center;
}
.member-inner {
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 30px;
  margin-top: 40px;
}
.member-inner img{
  padding: 0;
}
.member-inner h6{
  padding-top: 25px;
  padding-left: 30px;
}
.member-inner p{
  padding-left: 30px;
}

/* Consulting */
.consulting-banner {
  height:650px;
position: relative;
}
.consulting-banner::before {
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/consulting-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.align-items-center-conlt h1{
  padding-left: 3%;
  font-size: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 33%;
  
}
.consult-compilance-sec{
  background-image: url(../assets/image/consulting-strip.png);
  margin-top: 10px;
  border-radius: 50px !important;
  height: 727px;
}
.consult-bottom-area {
  padding-top: 120px;
  padding-bottom: 120px;
 
}
.consult-bottom-area h4{
  font-size: 32px;
  font-weight: 600;
}
.consult-bottom-area h6{
  font-size: 18px;
  opacity: .8;
}
.consult-services h3{
 padding-top: 30px;
}
.min-height-470 {
  min-height: 470px;
}
/* Contact Us */


.contact-banner {
  height:650px;
position: relative;
}
.contact-banner::before{
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/contact-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.align-items-center-contact h1{
  padding-left: 3%;
  font-size: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 33%;
}
.bd-bottom p{
padding-top: 19px;
font-size: 22px;
}
.bd-top {
  border-top: 1px solid #53669c;
}
.bd-bottom {
  border-bottom: 1px solid #53669c;
}
.contact-sec-location h4{
  padding-bottom: 60px !important;
}
.contact-main{
  margin-top: 70px;
}
.contact-sec-location span {
  color: #20B767;
}
.text-align-right {
  text-align: right;
}
.contact-main {
  background-color: transparent;
}

.cloud-banner {
  position: relative;
  min-height: 420px; /* adjust as needed */
  background: url('../assets/image/your-banner.jpg') center center / cover no-repeat;
}

.cloud-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9); /* dark overlay */
  z-index: 1;
}

/* Ensure content stays above overlay */

.main-contact-bg {
  background-color: #EEF2FF;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 160px;
  padding-left: 160px;
  height: auto;
  border-radius: 50px;
}
.main-contact-bg label {
  color: #000;
}
.main-contact-bg h1{
  text-align: center;
  color: #000;
}
.main-contact-bg p{
  text-align: center;
  color: #000;
  opacity: .6;
  padding-top: 0;
  width: 60%;
  margin: auto;
  padding-bottom: 40px;
  padding-right: 0;
}
.pad-right-0 {
  padding-right: 0;
}
.contact-ftr-input {
  border: none; background-color: transparent; border-bottom: 2px solid #818080; border-radius: 0;color: #fff !important;
}
.footer-main-position input::placeholder{
  color: #fff !important;
}

/* blog */

.blog-banner {
  height:650px;
position: relative;
}
.blog-banner::before{
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/blog-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.align-items-center-blog h1{
  padding-left: 3%;
  font-size: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 33%;
}
.blog-sec-img img{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 30px;
}
.blog-sec-text p {
  padding-top: 0px;
  padding-bottom: 25px;
}
.blog-sec-text ul li {
  color: #fff;
  line-height: 28px;
  opacity: .7;
}
.read-more {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.read-more.show {
  max-height: 1000px; /* large enough to contain full content */
  opacity: 1;
  visibility: visible;
}
.blog-sec-text span{
  color: #fff;
  opacity: .6;
}

.blog-sec-text p {
  opacity: .7;
}
/* Resources */

.section-title {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
  padding-top: 40px;
} 

.resource-block {
  background-color: #e5ebfb;
  padding: 60px;
  padding-bottom: 100px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-bottom: -40px;
}
.resource-block-one{
  background-color: #D5E0FE;
  padding: 60px;
  padding-bottom: 100px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-bottom: -40px
}
.resource-block-two{
  background-color: #C4D3FF;
  padding: 60px;
  padding-bottom: 100px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-bottom: -40px;
}
.resource-block-three{
  background-color:#B5C9FF;
  padding: 60px;
  padding-bottom: 100px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-bottom: -40px;
}
.resource-block-four{
  background-color: #97b1fa;
  padding: 60px;
  padding-bottom: 120px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin-bottom: -40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resources-sec {
  padding: 0;
}
.d-flex-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.resources-sec ul li {
  margin-bottom: 12px;
  font-size: 18px;
  text-decoration: none;
  list-style: none;
  opacity: .9;

}
.contact-box a {
  color: #0056b3;
  font-weight: 600;
  text-decoration: underline;
}
.resources-sec h5{
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 32px;
}
.resource-strip {
  margin-top: -60px;
  flex-direction: column;
  height: 713px;
  background-color: #97b1fa;
  border-radius: 60px;
}
.resource-strip h4{
color: #fff;
}
/* .resource-block-inner:hover{
  padding: 0;
  transition: .5s;
} */
.resource-block-inner {
  padding:10px;
  background-color: #fff;
  border-radius: 35px;
  
}
.resource-block-inner img{
  width: 100%;
  border-radius: 30px;

}
.resource-block-main-sec {
  margin-top: -75px;
}
.pad-bm-180 {
  padding-bottom: 180px;
}
.resources-banner {
  height:650px;
position: relative;
}
.resources-banner::before{
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/resources-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.align-items-center-resource h1{
  padding-left: 3%;
  font-size: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 33%;
}


/* data-security */

.data-banner{
  height:650px;
  position: relative;
}
.data-banner::before{
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/data-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.align-items-center-data {
  padding-left: 3%;
  font-size: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 33%;
}

/* Risk-Assesetment */
/* .assessments-card {
  min-height: 240px;
 
} */
.assessments-card .text h3{
  font-size: 26px;
}
.assessments-card .text p{
  padding-bottom: 10px;
}
.risk-banner {
  height:650px;
  position: relative;
}
.risk-banner::before{
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/risk-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}


.cloud-banner {
  height:650px;
  position: relative;
}
.cloud-banner::before{
  content: '';
  position: absolute;
  /* top: -50px; */
  left: 0;
  width: 100%;
  height: 650px;
  background: url('../assets/image/cloud-banner.png') no-repeat center center/cover;
  z-index: -1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

/* ===================================
   Mobile Responsive Design
   =================================== */

/* Tablets and smaller desktops (992px and below) */
@media screen and (max-width: 1023px) and (min-width: 768px) {
 .contact-bg{
  height: 635px;
  background-size: cover;
  padding-top: 50px;
  padding-left: 50px;
  border-radius: 50px;
 }
 .contact-no{
  padding-top: 20px;
 }
 .contact-no h5{
  font-size: 16px;
 }
 .footer-menu ul li{
  font-size: 12px;
 }
 .footer-menu {
  padding-top: 20px !important;
 }
 .footer-sec h4{
  font-size: 16px;
 }
 .footer-main-position{
  padding-top: 0;
 }
 .bottom-logo img{
  width: 220px;
}
  .offset-lg-2 h1 {
    font-size: 48px;
  }
  
  .align-items-center h1 {
    font-size: 48px;
    width: 90%;
  }
  
  .align-items-center p {
    font-size: 18px;
    width: 85%;
  }
  
  .services-home h4 {
    font-size: 38px;
  }
  .services-home li::before{
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .services-home li {
    font-size: 18px;
  }
  .com-image li{
    font-size: 16px;
  }
  .com-text {
    padding: 0;
  }
  
  .accordion-header {
    padding: 20px 15px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .btn-arrow-accordion button
{
  padding: 4px 20px;
}  .accordion-content {
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .middle-scroll-sec{
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .home-blog h1{
    font-size: 40px;
    padding-bottom: 36px;
  }
  .middle-scroll-sec h1{
    padding-bottom: 36px;
    font-size: 40px;
  }
  .compliance-section::before{
    border-radius: 35px;
  }
  .services-home h3,
  .compailing-sec h3,
  .accordion h3,
  .service-int-sec h2,
  .service-int-sec-two h2,
  .service-int-sec-three h2 {
    font-size: 28px;
  }
  
  .align-items-center-resource h1 {
    font-size: 56px;
  }
  .btn-arrow-mini button{
    padding: 6px 20px;
  }
  .compliance-card {
    flex-direction: column;
    padding: 30px;
  }
  .compliance-card .text h3 {
    font-size: 20px;
}
.compliance-wrapper{
  align-items: center;
  justify-content: center;
}
.home-blog {
  padding-top: 36px;
  padding-bottom: 80px;
}
.btn-arrow-mini-bg-none-blog button {
    padding: 4px 20px;
  }
.inner-blog-img {
  margin-bottom: 30px;
}
.compliance-section {
  height: 400px;
  margin-top: 50px;
}
.compliance-section h1{
  font-size: 32px;
  width: 80%;

}
.custom-box{
  width: 220px;
  height: 220px;
}
.services-home{
  padding-top: 80px;
  padding-bottom: 50px;
}
.btn-gradient {
  padding: 8px 20px;
  margin-top: 10px !important;
}
.custom-slider-container{
  padding-top: 60px;
  width: 98%;
}
.banner-bottom {
  padding-top: 135px;
}
.banner-bottom p{
  font-size: 18px;
}
.accordion-item h3{
  font-size: 24px;
}
.compliance-strip{
  height: 55px;
  top: 57%;
}
}

/* Tablets portrait and smaller (768px and below) */
@media (max-width: 767px) {
  .top-header-bg {
    position: relative;
  }
  
  .header-area {
    position: relative;
  }
  
  .header-area img {
    width: 150px;
  }
  .compliance-section h1 {
    font-size: 18px;
    width: 100%
  }
  .compliance-section::before {
    top: 38px;
    bottom: 38px;
    border-radius: 16px;
}
.compliance-strip {
    bottom: 68px;
    width: 94%;
    height: 40px;
    top: 181px;
  }
  .compliance-marquee span {
    font-size: 14px;
  }
  .compliance-marquee span::before {
    display: inline-block;
    transform: scale(0.65);
    transform-origin: center;
    margin-right: 16px;
  }
  .compliance-image img{
    padding-bottom: 20px;
  }
  .compliance-scroll-section {
    padding-right: 0;
  }
  .compliance-wrapper{
    gap: 0;
    flex-direction: column;
  }
  .compliance-card {
    padding-right: 20px;
    flex-direction: column;
  }
  .middle-scroll-sec {
    padding-top: 5px;
    padding-bottom: 90px;
}
  .compliance-section {
    height: 250px;
    margin-top: 10px;
  }
  .home-blog {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .inner-blog-img{
    margin-bottom: 20px;
  }
  .home-blog h1 {
    font-size: 36px;
    padding-bottom: 25px;
  }
  .btn-arrow img{
    width: 12px !important;
  }
  .top-header-bg{
    position: absolute;
  }
  .navbar{
    position: relative;
  }

  .contact-bg{
    background-size: cover;
    height: 200px;
    padding-left: 20px;
    padding-top: 20px;
    border-radius: 25px;
  }
  .contact-bg p {
    padding-right: 0px;
    font-size: 16px;
}
  .contact-home {
    padding: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-top: -30px;
}
.contact-form{
  padding-top: 50px;
  padding-right: 5px;
}
.footer-sec {
    padding-top: 630px;
  }
  .align-items-center
 {
    align-items: flex-start !important;
}
.resource-block-main-sec ul{
  padding-bottom: 30px;
}
.resource-strip{
  border-radius: 20px;
  height: 177px;
  margin-top: 72px;
}
.resource-strip h4{
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 18px;
}
.resource-block-four{
  padding-bottom: 36px;
}
  .mobile-footer-social {
    display: inline-block;
    border-top: 2px solid #818080;
    color: #fff;
    opacity: .5;
    padding-top: 18px;
  }
  .mobile-footer-social p{
    margin-bottom: 0;
  }
  .form-row {
    flex-direction: column;
    gap: 20px;
  }
  .res-pad-top-20 {
    padding-top: 20px !important;
  }
  .contact-no{
    padding-top: 30px;
  }
  .resource-block {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
  }
  .resource-block-one {
    padding-left: 0;
    padding-right: 0;
  }
  .resource-block-two {
    padding-left: 0;
    padding-right: 0;
  }.resource-block-three {
    padding-left: 0;
    padding-right: 0;
  } .resource-block-four {
    padding-left: 0;
    padding-right: 0;
  }
  .social-media{
    padding-top: 30px;
  }
  .footer-sec h4{
    padding-top: 40px;
  }
  .middle-scroll-sec h1 {
    font-size: 36px;
    padding-bottom: 25px;
    padding-top: 35px;
}
  .social-media p{
 display: none;
  }
  .footer-menu{
    padding-top: 30px;
  }
  .hero-section,
  .hero-section:hover {
    height: auto;
    min-height: 500px;
  }
  .services-home ul{
    padding-left: 5px;
    padding-top: 15px;
  }
  .hero-section::before {
    height: auto;
    min-height: 500px;
  }
  
  .offset-lg-2 {
    margin-left: 0;
  }
  .pt-1{
    padding-top: 0 !important;
  }
  .footer-sec ul{
    padding-bottom: 0 !important;
  }
  .offset-lg-2 h1 {
    font-size: 36px;
    text-align: center;
  }
  
  .align-items-center h1 {
    font-size: 36px;
    width: 95%;
  }
  
  .align-items-center p {
    font-size: 16px;
    width: 95%;
  }
  
  .banner-bottom {
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: -30px;
  }
  
  .banner-bottom h4 {
    font-size: 26px;
  }
  
  .banner-bottom p {
    font-size: 16px;
  }
  
  .custom-slider-container {
    padding-top: 50px;
  }
  
  .custom-box {
    width: 250px;
    height: 250px;
  }
  
  .services-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .services-home h4 {
    font-size: 32px;
  }
  
  .services-home h3,
  .compailing-sec h3,
  .accordion h3,
  .service-int-sec h2,
  .service-int-sec-two h2,
  .service-int-sec-three h2 {
    font-size: 24px;
  }
  
  .services-home li {
    font-size: 18px;
  }
  
  .com-text li {
    font-size: 18px;
  }
  
  .com-text {
    padding: 30px 20px;
  }
  
  .accordion-header {
    padding: 15px 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }
  
  .accordion-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .compailing-sec,
  .service-int-sec,
  .service-int-sec-two,
  .service-int-sec-three {
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: -30px;
  }
  
  .resources-banner,
  .data-banner,
  .risk-banner,
  .cloud-banner {
    height: 450px;
  }
  
  .resources-banner::before,
  .data-banner::before,
  .risk-banner::before,
  .cloud-banner::before {
    height: 450px;
  }
  
  .align-items-center-resource h1,
  .align-items-center-data {
    font-size: 42px;
    padding-top: 40%;
  }
  
  .ser_individual p {
    font-size: 20px !important;
  }
  .about-banner::before {
    top: 77px;
    height: 165px;
  }
  .about-banner h1{
    padding-top: 150px;
  }
  .about-banner{
    height: 225px;
  }
  .consulting-banner::before {
    top: 77px;
    height: 165px;
  }
  .consulting-banner h1{
    padding-top: 150px;
  }
  .consulting-banner{
     height: 225px;
  }
  .resources-banner::before {
    top: 77px;
    height: 165px;
  }
  .resources-banner h1{
    padding-top: 150px;
  }
  .resources-banner{
     height: 225px;
  }
  .contact-banner,  
  .blog-banner,
  .resources-banner,
  .data-banner,
  .risk-banner,
  .cloud-banner {
    height: 225px;
  }
  .contact-banner::before,
  .blog-banner::before,
  .resources-banner::before,
  .data-banner::before,
  .risk-banner::before,
  .cloud-banner::before {
     top: 77px;
    height: 165px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .contact-sec-location h4 {
    padding-bottom: 5px !important;
}
.text-align-right p{
  text-align: left;
}
.about-banner h1{
  padding-top: 170px !important;
}
.cloud-banner{
  min-height: 225px !important;
}
.active {
  background: none !important;
}
.contact-page-res h1{
  padding-bottom: 0;
}
.res_m_r_0 {
  margin-right: 0;
  padding-left: 11px;
}
.btn-gradient {
  margin-top: 10px !important;
}
.resource-strip h1{
  padding-top: 15px;
}
.contact-page-res {
  height: auto !important;
  padding-right: 0;
  padding-left: 5px;
  margin-top: 45px;
  padding-bottom: 18px;
}
.mo-res-class {
  padding-top: 10px;
}
.contact-page-res p{
  padding-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .btn-gradient {
    padding: 12px 24px;
  }
}

/* Mobile devices (576px and below) */
@media (max-width: 576px) {
  .header-area {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  .header-area img {
    width: 180px;
  }
  
  .hero-section,
  .hero-section:hover {
    min-height: 400px;
    background-size: 300px;
  }
  
  .hero-section::before {
    min-height: 400px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  .offset-lg-2 h1 {
    font-size: 28px;
  }
  
  .align-items-center h1 {
    font-size: 28px;
    width: 100%;
    padding: 0 15px;
  }
  .abt-middle img{
    padding: 0;
}
.team-section {
    padding-top: 15px;
}
.middle-pad-all {
    padding: 40px 0 0px 0px;
}
.abt-middle-next img {
    padding: 0;
}
  
  .align-items-center p {
    font-size: 14px;
    width: 100%;
    padding: 10px 15px;
  }
  
  .banner-bottom {
    padding-top: 85px;
    padding-bottom: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  
  .banner-bottom h4 {
    font-size: 22px;
  }
  
  .banner-bottom h6 {
    font-size: 16px;
  }
  
  .banner-bottom p {
    font-size: 14px;
  }
  
  .custom-slider-container {
    padding-top: 30px;
    width: 100%;
  }
  
  .custom-box {
    width: 220px;
    height: 220px;
    margin-right: 15px;
    border-radius: 20px;
  }
  
  .custom-box p {
    padding-left: 20px;
    padding-top: 20px;
    font-size: 14px;
  }
  
  .custom-box h1 {
    font-size: 40px;
    padding-bottom: 20px;
    padding-right: 15px;
  }
  
  .services-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .services-home h4 {
    font-size: 26px;
  }
  
  .services-home h3,
  .compailing-sec h3,
  .accordion h3,
  .service-int-sec h2,
  .service-int-sec-two h2,
  .service-int-sec-three h2 {
    font-size: 22px;
  }
  
  .services-home li {
    font-size: 16px;
    padding-left: 30px;
  }
  .pad-0-form {
    padding: 0;
  }
  .services-home li::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
  .btn-arrow-mini img {
    width: 10px;
}
  .com-text li {
    font-size: 16px;
  }
  
  .com-text {
    padding: 20px 15px;
  }
  
  .com-image {
    padding-bottom: 20px;
  }
  
  .accordion-header {
    padding: 12px 8px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }
  
  .accordion-content {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 8px;
  }
  
  .btn-arrow-mini button,
  .btn-arrow-mini-bg-none button,
  .btn-arrow-accordion button {
    padding: 6px 12px;
    font-size: 10px;
  }
  
  .compailing-sec,
  .service-int-sec,
  .service-int-sec-two,
  .service-int-sec-three {
    padding-top: 15px;
    padding-bottom: 40px;
    margin-top: -20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  

  .align-items-center-resource h1,
  .align-items-center-data {
    font-size: 32px;
    padding-top: 50%;
    padding-left: 5%;
  }
  
  .ser_individual p {
    font-size: 18px !important;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 0;
  }
  
  .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
  }
  
  .btn-gradient {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .assessments-card .text h3 {
    font-size: 22px;
  }
  
  .pad-bm-180 {
    padding-bottom: 100px;
  }
  
  .wwd {
    padding-bottom: 40px !important;
  }
  
  .navbar-collapse {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-top: 0;
    padding-top: 0;
  }
  .compliance-card .text h3{
    font-size: 28px;
  }

  
  .navbar-toggler {
    padding: 8px 10px;
  }
}

/* Extra small devices (420px and below) */
@media (max-width: 420px) {
  .header-area img {
    width: 150px;
  }
  .resource-strip {
    height: 194px;
    background-color: transparent;
  }
  .align-items-center h1 {
    font-size: 24px;
    padding-top: 130px
  }
  
  .services-home h4 {
    font-size: 22px;
  }
  
  .custom-box {
    width: 200px;
    height: 200px;
  }
  
  .align-items-center-resource h1,
  .align-items-center-data {
    font-size: 28px;
  }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: portrait) {
  .compliance-section {
        height: 518px;
        margin-top: -65px;
    }
    .compliance-section h1{
      font-size: 40px;
      width: 70%;
    }
    .compliance-strip{
      top: 60%;
    }
    .header-area img {
      width: 200px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }
  .btn-arrow img {
    width: 15px !important;
  }
 
}

/* iPad Pro 12.9" - Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-width: 1366px) 
  and (orientation: landscape) {

  .compliance-section {
        height: 518px;
        margin-top: 50px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }
    
}