:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
}

body{
  overflow-x: hidden;
}
input,
select,
textarea,
button {
  outline: 0;
}
.main-container, .main-container * {
  box-sizing: border-box;
}
.flex-row-d {
  position: relative;
  height: 850px;
}
.top-header {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 181px;
  height: 65px;
  z-index: 300;
}
.iremos {
  flex-shrink: 0;
  position: relative;
  width: 185px;
  height: 55px;
  background: url(../img/white-logo.svg) no-repeat center;
  background-size: cover;
  z-index: 301;
  cursor: pointer;
}


.bg {
  position: absolute;
  width: 100%;
  height: 850px;
  top: 0;
  left: 0;
  z-index: 245;
  overflow: hidden;
  background: url(../img/HeroBanner.png) no-repeat 0 0 transparent;
  background-size: 100% 100%;
}

/* menu styles */
.menu-col{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
}
.menu-col ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 10px;
}

.menu-col ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  padding: 5px 10px;
  z-index: 303;
}

.menu-col ul li a{
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 24px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  white-space: nowrap;
}

.menu-col ul li span{
  flex-shrink: 0;
  position: relative;
  width: 12px;
  height: 12px;
  background: url(../img/icons/menu-arrow.png) no-repeat center;
  background-size: cover;
  z-index: 307;
  overflow: hidden;
}

.filled-dark-button{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 20px;
  position: relative;
  width: 122px;
  z-index: 319;
  margin-left: 95px;
}

.filled-dark-button a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 122px;
  height: 32px;
  padding: 12px 20px 12px 20px;
  background: linear-gradient(94.45deg, #12A1FA 12.38%, #2B3DFF 115.37%);
  z-index: 320;
  border-radius: 50px;
  height: 20px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.mobile-menu-icon{
  display: none;
  width: 25px;
  height: 25px;
  background: url(../img/icons/mobile-menu.png) no-repeat center;
  background-size: cover;
  margin-left: 14px;
  position: relative;
  z-index: 999;
}
.menu-col-item{
  display: flex;
  align-items: center;
}
.menu-actions{
 display: none;
 align-items: center;
 justify-content: space-between;
 height: 28px;
 margin-bottom: 20px;
}

.menu-actions h6{
  font-family: DM Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #4D5461;
}

.menu-actions span{
  width: 25px;
  height: 25px;
  background: url(../img/icons/menu-close-icons.png) no-repeat center;
  background-size: cover;
  margin-left: 14px;
  position: relative;
  z-index: 999;
  cursor: pointer;
}

.banner-animation {
  position: absolute;
  width: 1270px;
  height: 846px;
  top: 100px;
  right: 0;
  z-index: 252;
  overflow: hidden;
  zoom: 0.9;
}
.polygon {
  position: absolute;
  width: 673.964px;
  height: 673.964px;
  top: -7px;
  left: 408.049px;
  background: url(../img/slider/polygon.png)
    no-repeat center;
  background-size: cover;
  z-index: 258;
}
.polygon-d {
  position: absolute;
  width: 673.964px;
  height: 673.964px;
  top: 19.743px;
  left: 497.01px;
  background: url(../img/slider/polygon-d.png)
    no-repeat center;
  background-size: cover;
  z-index: 257;
}
.polygon-e {
  position: absolute;
  width: 592.674px;
  height: 592.674px;
  top: 39.957px;
  left: 363.022px;
  background: url(../img/slider/polygon-e.png)
    no-repeat center;
  background-size: cover;
  z-index: 259;
}
.polygon-f {
  position: absolute;
  width: 643.089px;
  height: 643.089px;
  top: 80.489px;
  left: 204.41px;
  background: url(../img/slider/polygon-f.png)
    no-repeat center;
  background-size: cover;
  z-index: 261;
}
.polygon-10 {
  position: absolute;
  width: 524.251px;
  height: 524.251px;
  top: 102.067px;
  left: 324.024px;
  background: url(../img/slider/polygon-10.png)
    no-repeat center;
  background-size: cover;
  z-index: 260;
}
.polygon-11 {
  position: absolute;
  width: 684.361px;
  height: 684.361px;
  top: 106.218px;
  left: 147px;
  background: url(../img/slider/polygon-11.png)
    no-repeat center;
  background-size: cover;
  z-index: 262;
}
.polygon-12 {
  position: absolute;
  width: 592.674px;
  height: 592.674px;
  top: 120.792px;
  left: 613.934px;
  background: url(../img/slider/polygon-12.png)
    no-repeat center;
  background-size: cover;
  z-index: 256;
}
.polygon-13 {
  position: absolute;
  width: 524.251px;
  height: 524.251px;
  top: 235.171px;
  left: 707.985px;
  background: url(../img/slider/polygon-13.png)
    no-repeat center;
  background-size: cover;
  z-index: 255;
}
.polygon-14 {
  position: absolute;
  width: 643.089px;
  height: 643.089px;
  top: 271.332px;
  left: 679.557px;
  background: url(../img/slider/polygon-14.png)
    no-repeat center;
  background-size: cover;
  z-index: 254;
}
.polygon-15 {
  position: absolute;
  width: 690.836px;
  height: 690.836px;
  top: 348.525px;
  left: 650.25px;
  background: url(../img/slider/polygon-15.png)
    no-repeat center;
  background-size: cover;
  z-index: 253;
}
.wheel {
  position: absolute;
  width: 263px;
  height: 260px;
  top: 503px;
  left: 580px;
  background: url(../img/icons/wheel-circle.png) no-repeat 117px 98px;
  background-size: auto;
  z-index: 281;
  overflow: hidden;
}
.wheel-animation{
  height: 100px;
  width: 100px;
  display: inline-block;
  background: url(../img/icons/circel.png)
  no-repeat center;
  background-size: cover;
  animation: spin-counterclockwise 2s infinite linear;
  position: absolute;
  top: 65px;
  left: 87px;
}
@keyframes spin-counterclockwise {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(-360deg);
  };
}
.focus {
  position: relative;
  width: 41px;
  height: 41px;
  margin: 57px 0 0 200px;
  background: url(../img/icons/circle-icons.png)
    no-repeat center;
  background-size: cover;
  z-index: 292;
}
.audit {
  position: absolute;
  width: 152px;
  height: 41px;
  top: 556px;
  left: 501px;
  z-index: 269;
}
.circle-icons {
  position: absolute;
  width: 41px;
  height: 41px;
  top: 2px;
  left: 111px;
  background: url(../img/icons/circle-icons.png)
    no-repeat center;
  background-size: cover;
  z-index: 274;
}
.tag {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  width: 174px;
  height: 85.37%;
  top: 7.32%;
  left: 50%;
  padding: 9px 25px 9px 15px;
  background: linear-gradient(
    272.42deg,
    rgba(35, 158, 192, 0),
    rgba(58, 105, 154, 0.55)
  );
  transform: translate(-73.56%, 0);
  z-index: 270;
  border-radius: 50px;
}
.frame-17 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 134px;
  z-index: 271;
}
.audit-18 {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../img/icons/slider-audit-icons.png)
    no-repeat center;
  background-size: cover;
  z-index: 272;
  overflow: hidden;
}
.audit-readiness {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 273;
}
.tag-19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  width: 168px;
  height: 4.18%;
  top: 66.67%;
  left: 50%;
  padding: 9px 15px 9px 25px;
  background: linear-gradient(272.42deg, #4e3d7b, rgba(35, 158, 192, 0));
  transform: translate(99.4%, 0);
  z-index: 293;
  border-radius: 50px;
}
.frame-1a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 128px;
  z-index: 294;
}
.cloud-security {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 295;
}
.cloud {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../img/icons/slider-cloud-icons.png)
    no-repeat center;
  background-size: cover;
  z-index: 296;
  overflow: hidden;
}
.audit-1b {
  position: absolute;
  width: 152px;
  height: 41px;
  top: 612px;
  left: 501px;
  z-index: 263;
}
.focus-1c {
  position: absolute;
  width: 41px;
  height: 41px;
  top: 2px;
  left: 111px;
  background: url(./assets/images/16561e27-d283-4e68-9a91-39d6913460b7.png)
    no-repeat center;
  background-size: cover;
  z-index: 268;
}
.tag-1d {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  width: 178px;
  height: 85.37%;
  top: 7.32%;
  left: 50%;
  padding: 9px 25px 9px 15px;
  background: linear-gradient(
    272.42deg,
    rgba(35, 158, 192, 0),
    rgba(58, 105, 154, 0.55)
  );
  transform: translate(-73.03%, 0);
  z-index: 264;
  border-radius: 50px;
}
.frame-1e {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 138px;
  z-index: 265;
}
.frame-1f {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../img/icons/slider-firewalls-icons.png)
    no-repeat center;
  background-size: cover;
  z-index: 266;
  overflow: hidden;
}
.firewall-security {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 267;
}
.compliance {
  position: absolute;
  width: 178px;
  height: 41px;
  top: 612px;
  left: 781px;
  z-index: 275;
}
.focus-20 {
  position: absolute;
  width: 41px;
  height: 41px;
  top: 0;
  left: 0;
  background: url(./assets/images/3ec610bd-490b-487c-86df-2dc0b53ae792.png)
    no-repeat center;
  background-size: cover;
  z-index: 276;
}
.tag-21 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  position: absolute;
  width: 212px;
  height: 85.37%;
  top: 7.32%;
  left: 50%;
  padding: 9px 15px 9px 25px;
  background: linear-gradient(272.42deg, #4e3d7b, rgba(35, 158, 192, 0));
  transform: translate(-29.25%, 0);
  z-index: 277;
  border-radius: 50px;
}
.frame-22 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 172px;
  z-index: 278;
}
.security-assessment {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 279;
}
.compliance-23 {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../img/icons/slider-assessment-icons.png)
    no-repeat center;
  background-size: cover;
  z-index: 280;
  overflow: hidden;
}

.compliance .circle-icons{
  left: 0;
}

.bg-container{
  position: relative;
  width: 1540px;
  margin: 0 auto;
}

.banner-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 47px;
  position: absolute;
  width: 668px;
  top: 255px;
  left: 165px;
  z-index: 283;
}

.banner-content h4{
  position: relative;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 58px;
  font-weight: 500;
  line-height: 73px;
  text-align: left;
}
span.color-text{
  position: relative;
  font-family: DM Sans, var(--default-font-family);
  font-size: 80px;
  font-weight: 500;
  line-height: 85px;
  text-align: left;
  background: linear-gradient(118.23deg, #fd47a8, #4babff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content p{
  position: relative;
  width: 453px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  z-index: 285;
}

.banner-btn-grp{
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 286;
}

a.primary-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 219px;
  padding: 12px 20px 12px 20px;
  background: linear-gradient(95.5deg, #12A1FA 11.8%, #2263FD 50.1%, #E821F2 95.48%);
  z-index: 287;
  border-radius: 50px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
a.secondary-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 300px;
  padding: 12px 20px 12px 20px;
  background: none;
  z-index: 287;
  border-radius: 50px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  border: 1px solid #5187B3;
}

.inner-container{
  width: 1200px;
  margin: 0 auto;
}

.about-us{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 104px;
}

.about-us-left-col{
  width: 69%;
}

.about-us-left-col h6{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.about-us-left-col h1{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 40px;
}

.about-us-left-col h5{
  font-family: DM Sans, var(--default-font-family);
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 20px;
}

.about-us-left-col h5 .color-text{
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
}
.about-us-left-col p{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}

.about-us-left-col a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
  width: 224px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #394050;
  z-index: 207;
  border-radius: 50px;
  box-sizing: content-box;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.about-us-right-col img{
  width: 450px;
  height: auto;
}

.about-details{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  gap: 10px;
  position: relative;
  min-width: 0;
  height: 230px;
  padding: 50px 50px 50px 50px;
  border-bottom: 1px solid #9ea2ae;
  margin: 30px;
}

.about-details-col{
  display: flex;
  align-items: center;
  width: 249px;
}

.about-details-left-col{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 79px;
  height: 79px;
  padding: 5px 5px 5px 5px;
  border: 1px solid #d2d5db;
  border-radius: 5px;
}

.secured-icons{
  width: 48px;
    height: 48px;
    background: url(../img/icons/secured-icons.png) no-repeat center;
    background-size: cover;
}

.experience-icons{
  width: 48px;
  height: 48px;
  background: url(../img/icons/experience-icons.png) no-repeat center;
  background-size: cover;
}
.support-icons{
  width: 48px;
  height: 48px;
  background: url(../img/icons/support-icons.png) no-repeat center;
  background-size: cover;
}

.about-details-right-col{
  margin-left: 20px;
}

.about-details-right-col h5{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 40px;
  font-weight: 600;
    line-height: 48px;
}

.about-details-right-col p{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.service-overview{
  width: 100%;
  height: 1320px;
  background: url(../img/bg-background.png) no-repeat center;
  background-size: cover;
  margin-top: 75px;
}

.services-top-col{
  padding-top: 123px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.services-top-left-col{width: 68%;}

.services-top-left-col h5{
  color: #0cc9f8;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.services-top-left-col h4{
  font-family: DM Sans, var(--default-font-family);
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
}

.services-top-left-col h4 .color-text{
  font-size: 56px
}

.services-top-left-col p{
  color: rgba(255, 255, 255, 0.7);
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 30px;
}

.services-top-left-col a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 204px;
  padding: 12px 20px 12px 20px;
  border-radius: 50px;
  border: 1px solid #877AE7;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.services-top-right-col{
  height: 428px;
  background: url(../img/service-overview-bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -92px;
  width: 64%;
  top: 100px;
}

.service-details{
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.service-details-items{
  position: relative;
  width: 33%;
  height: 320px;
  padding: 20px 20px 20px 20px;
}

.service-details-items h6{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 20px 0;
}

.service-details-items p{
  color: rgba(255, 255, 255, 0.7);
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.audit-icons{
  width: 64px;
  height: 64px;
  background: url(../img/icons/audit-icons.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.network-icons{
  width: 64px;
  height: 64px;
  background: url(../img/icons/network-icons.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.testing-icons{
  width: 64px;
  height: 64px;
  background: url(../img/icons/testing-icons.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.cloud-icons{
  width: 64px;
  height: 64px;
  background: url(../img/icons/cloud-icons.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.assessment-icons{
  width: 64px;
  height: 64px;
  background: url(../img/icons/assessment-icons.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.firewall-icons{
  width: 64px;
  height: 64px;
  background: url(../img/icons/firewall-icons.png) no-repeat center;
  background-size: cover;
  display: inline-block;
}

.digital-security{
  width: 100%;
  height: 1000px;
  background: linear-gradient(137.08deg, #FCF8FF 4.41%, #E0F1F5 31.77%, #E7E5F1 57.25%, #EAE3F5 78.95%, #DDD8FF 98.77%);

}

.digital-security-top-column{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d2d5db;
  padding: 71px 0 30px 0;
}

.digital-security-top-left-column{
  width: 100%;
}

.digital-security-top-left-column h6{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.digital-security-top-left-column h5{
  font-family: DM Sans, var(--default-font-family);
  font-size: 45px;
  font-weight: 500;
  line-height: 70px;
  color: #131927;
}

.digital-security-top-left-column h5 span.color-text{
  font-size: 45px;
}

.digital-security-top-right-column{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  width: 44%;
  display: none;
}

.digital-security-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.digital-security-details-items{
  display: flex;
  align-items: center;
  justify-content: center;
}

.digital-security-details-left-col{
  width: 83px;
  height: 83px;
  padding: 5px 5px 5px 5px;
  border-right: 1px solid #9ea2ae;
  margin-right: 20px;
}

.digital-security-details-right-col h5{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.digital-security-details-right-col p{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.expertise-icons{
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../img/icons/expertise-icons.png) no-repeat center;
  background-size: cover;
}
.tailored-icons{
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../img/icons/tailored-icons.png) no-repeat center;
  background-size: cover;
}
.cuttingEdge-icons{
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../img/icons/cuttingEdge-icons.png) no-repeat center;
  background-size: cover;
}

.digital-security-solution{
  width: 100%;
  height: 477px;
  margin: 95px 0 0 0;
  background: url(../img/blue-bottom-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}

.digital-security-solution-col{
  display: flex;
  align-items: center;
  padding: 40px;
  justify-content: space-between;
}

.digital-security-solution-left-col{
  width: 478px;
}

.digital-security-solution-left-col h4{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 20px;
}

.digital-security-solution-left-col h4 span.color-text{
  font-size: 56px;
}

.digital-security-solution-left-col p{
  color: rgba(255, 255, 255, 0.8);
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.digital-security-solution-right-col{
  display: flex;
  align-items: center;
}

.digital-security-solution-right-col-items {
  padding: 0 5px 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 210px;
}

.digital-security-solution-right-col-items:last-child{
  border-right: none;
}

.digital-security-solution-right-col-items h6{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 10px 0;
}

.digital-security-solution-right-col-items p{
  color: rgba(255, 255, 255, 0.7);
    font-family: DM Sans, var(--default-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.banking-icons{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/icons/banking-icons.png) no-repeat center;
  background-size: cover;
}
.healthcare-icons{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/icons/healthcare-icons.png) no-repeat center;
  background-size: cover;
}
.education-icons{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/icons/education-icons.png) no-repeat center;
  background-size: cover;
}

.testimonial-container{
 background: #fff;
 padding: 90px 0; 
 display: none;
}
.m30{
  margin: 30px 0;
}

.testimonial-container-col{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial-container-left-col{
  width: 410px;
}

.testimonial-container-right-col{
  width: 70%;
}

.testimonial-container-left-col h6{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-container-left-col h4{
  font-family: DM Sans, var(--default-font-family);
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  margin: 20px 0;
}

.testimonial-container-left-col h4 span.color-text{
  font-size: 56px;
}

.testimonial-container-left-col a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 235px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #394050;
  z-index: 62;
  border-radius: 50px;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-box-tile{
  position: relative;
  width: 263px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #d2d5db;
  z-index: 67;
  border-radius: 10px;
  min-height: 370px;
}

.testimonial-box-tile h5{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
}

.testimonial-box-tile p{
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0;
}

.testimonial-user{
  display: flex;
  align-items: center;
}

.testimonial-user-img{
  position: relative;
  width: 45px;
  height: 45px;
  z-index: 73;
  overflow: hidden;
  border-radius: 50px;
}

.testimonial-user-img img{
  width: 100%;
}

.testimonial-user-details{
  margin-left: 20px;
}

.testimonial-user-details h6{
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-user-role{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* footer styles */
.secondary-footer{
  width: 100%;
  /* height: 684px; */
  height: 484px;
  background: url(../img/home-footer-bg.png) no-repeat center;
  background-size: cover;
  z-index: 6;
  overflow: hidden;
}

.secondary-footer-col{
  padding: 100px 0;
}

.secondary-footer-col h6{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.secondary-footer-col-items{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 951px;
  margin: 20px 0;
}

.secondary-footer-col-items h4{
  font-family: DM Sans, var(--default-font-family);
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
}

.secondary-footer-col-items h4 span.color-text{
  font-size: 56px;
}

.secondary-footer-col-items p{
  font-family: DM Sans, var(--default-font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.secondary-footer-btn-grp{
  display: flex;
  align-items: center;
  gap: 20px;
}

.secondary-footer-btn-grp a{
  width: 310px;
  white-space: nowrap;
}

.subscribe-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 72px 50px;
  background: linear-gradient(116.57deg, #704da1, #245295);
  z-index: 48;
  border-radius: 10px;
  display: none;
}

.subscribe-box-left-col{
  width: 600px;
}

.subscribe-box-left-col p{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 600;
}

.subscribe-box-right-col{
  display: flex;
  align-items: center;
}

.subscribe-box-right-col input{
  width: 508px;
  height: 48px;
  padding: 5px 20px 5px 20px;
  background: #ffffff;
  border-radius: 50px;
  box-shadow: none;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: none;

}

.subscribe-box-right-col a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  padding: 12px 20px 12px 20px;
  background: linear-gradient(95.5deg, #12A1FA 11.8%, #2263FD 50.1%, #E821F2 95.48%);
  z-index: 54;
  border-radius: 50px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-left: 20px;
}

.footer{
  width: 100%;
  min-height: 403px;
  background: #000;
  margin-top: -2px;
}

.footer-column{
  display: flex;
  align-items: flex-start;
  padding: 80px 0;
  position:relative;
}

.footer-iremos-column{
  width: 28%;
}

.footer-logo{
  width: 178.993px;
  height: 63px;
  margin: 0 0 0 0px;
  background: url(../img/white-footer-logo.svg) no-repeat center;
  background-size: 100% 100%;
}
.footer-chat-col {
    position: absolute;
    z-index: 9999;
    right: -120px;
    margin-top: 120px;
}
.footer-iremos-column p{
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.copyright{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
      display: inline-block;
    width: 200px;
}

.footer-menu-col{
  width: 16%;
}

.footer-menu-col h6{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}

.footer-menu-col ul{
  margin: 0;
  padding: 0;
}

.footer-menu-col ul li{
  display: block;
  margin-bottom: 20px;
}

.footer-menu-col ul li a{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.7;
}

.footer-contactus-col{
 width: 187px;
}
.footer-contactus-col span{
	color: #ffffff;
    font-family: DM Sans, var(--default-font-family);
    font-size: 13px;
    font-weight: 500;
}
.footer-contactus-col h5{
  color: #ffffff;
    font-family: DM Sans, var(--default-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.footer-contactus-col p{
  color: rgba(255, 255, 255, 0.7);
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 20px 0;
}

.footer-social-col{
 display: flex;
 align-items: center;
 gap: 10px;
}

.footer-social-col a{
  width: 21.896px;
  height: 21.896px;
  margin-right: 10px;
}

.twitter-icons{
  background: url(../img/icons/twitter-icons.png) no-repeat center;
  background-size: 100%;
}

.linkedin-icons{
  background: url(../img/icons/linkedin-icons.png) no-repeat center;
  background-size: 100%;
}
.facebook-icons{
  background: url(../img/icons/facebook-icons.png) no-repeat center;
  background-size: 100%;
}
.insta-icons{
  background: url(../img/icons/insta-icons.png) no-repeat center;
  background-size: 100%;
}

.youtube-icons{
  background: url(../img/icons/youtube-icons.png) no-repeat center;
  background-size: 100%;
}

.chat-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 75px;
  padding: 12px 20px 12px 20px;
  background: linear-gradient(94.45deg, #12A1FA 12.38%, #2B3DFF 115.37%);
  z-index: 34;
  overflow: hidden;
  color: #ffffff;
  font-family: Anek Latin, var(--default-font-family);
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  height: 75px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 100%;
  flex-direction: column;
  box-shadow: 0px 4px 15px #f0eded;
}

.chat-icons span{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/chat-icons.png) no-repeat center;
  background-size: cover;
  margin-right: 0;
}

/* services styles */

.managedservices-bg{
  position: absolute;
  width: 100%;
  height: 707px;
  top: 0;
  left: 0;
  background: url(../img/services/services-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 245;
  overflow: hidden;
}

.services-banner-content{
  margin-top: 36px;
  position: relative;
  z-index: 999;
  width: 969px;
}

.services-banner-content h4{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 80px;
  font-weight: 500;
  line-height: 85px;
}

.services-banner-content h4 span.color-text{
  font-size: 80px;
}

.services-banner-content p{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 30px;
}

.page-wrapper{
  position: relative;
  height: 707px;
}

.col-grid .about-us-left-col{
  width: 57%;
}

.col-grid{
  margin-bottom: 20px;
}

.col-grid .about-us-right-col img{
  width: 487px;
}

.key-features{
  margin: 20px 0;
}

.key-features h6{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.key-features ul{
  padding: 0;
}

.key-features ul li{
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.ellipse{
  position: relative;
  width: 12px;
  height: 12px;
  background: url(../img/icons/elipse.png) no-repeat center;
  background-size: cover;
  z-index: 65;
  border-radius: 50%;
  margin-right: 10px;
}

.key-features ul li p{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
  width: 98%;
}

.grey-pg{
  background: #f8fafb;
  padding: 66px 0;
}

.grey-pg .col-grid{
  margin-top: 0;
}

.col-grid .about-us-left-col a{
  width: 260px;
  font-size: 16px;
}

.col-grid .about-us-left-col h5{
  line-height: 70px;
}

.pentest-bg {
  position: absolute;
  width: 100%;
  height: 707px;
  top: 0;
  left: 0;
  background: url(../img/services/pentest.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 245;
  overflow: hidden;
}

.audit-bg{
  position: absolute;
  width: 100%;
  height: 707px;
  top: 0;
  left: 0;
  background: url(../img/audit/audit-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 245;
  overflow: hidden;
}

.resources-bg{
  position: absolute;
  width: 100%;
  height: 707px;
  top: 0;
  left: 0;
  background: url(../img/resources/resources-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 245;
  overflow: hidden;
}

/* resources styles */

.gradiant-bg{
  background: linear-gradient(327.94deg, rgba(252, 248, 255, 0.5) 10.31%, rgba(224, 241, 245, 0.5) 34.67%, rgba(231, 229, 241, 0.5) 53.48%, rgba(234, 227, 245, 0.5) 74.43%, rgba(255, 255, 255, 0.5) 89.39%);
  min-height: 350px;
  padding: 80px 0;
}

.breadcrumbs ul{
 display: flex;
 align-content: center;
 padding: 0;
}

.breadcrumbs ul li{
  font-family: DM Sans, var(--default-font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color:#6D717F;
}

.breadcrumbs ul li span{
  color: #131927;
}

.resources-header-col{
  margin: 20px 0;
}

.resources-header-col h4{
  font-family: DM Sans, var(--default-font-family);
  font-weight: 500;
  font-size: 56px;
  line-height: 70px;
}

.resources-header-col h4 span.color-text{
  font-size: 56px;
}

.resources-header-col p{
  font-family: DM Sans, var(--default-font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin: 20px 0;
}

.resource-details-col{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}

.resource-details-col-items{
  width: 49%;
  border: 1px solid #D2D5DB;
  min-height: 219px;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  margin-bottom: 25px;
}

.resource-details-col-items h3{
  background: linear-gradient(90deg, #ECDEFF 0%, #EBF6FF 100%);
  border-radius: 30px;
  padding: 5px 10px;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #131927;
  margin-bottom: 10px;
  display: inline-block;
}

.resource-details-col-tiles{
  display: flex;
  align-items: center;
  min-height: 126px;
}

.resource-details-col-left{
  color: #1f1e33;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  width: 450px;
}

.resource-details-col-tiles h4{
  font-family: DM Sans var(--default-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1F1E33;
}

.resource-details-col-tiles p{
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0;
}

.resource-details-col-right{
  width: 180px;
  height: 97px;
  overflow: hidden;
  text-align: right;
}
.resource-details-col-right img{
  width: auto;
  height: 97px;
}

.resource-details-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.resorce-footer-left-col {
  display: flex;
  align-items: center;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.resorce-footer-left-col img{
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right:10px;
}

.resorce-footer-right-col a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 32px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #d2d5db;
  border-radius: 50px;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.resorce-footer-right-col a span{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/arrow.png) no-repeat center;
  background-size: cover;
  margin-left: 7px;
}

.load-more-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}

.load-more-btn button{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #9ea2ae;
  z-index: 245;
  border-radius: 50px;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.tiles-col{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}

.tiles-col-items{
  width: 49%;
  border: 1px solid #D2D5DB;
  min-height: 270px;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  margin-bottom: 25px;
}

.tiles-col-items h4{
  font-family: DM Sans var(--default-font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #1F1E33;
  margin-bottom: 20px;
}

.tiles-col-items h3{
  background: linear-gradient(90deg, #ECDEFF 0%, #EBF6FF 100%);
  border-radius: 30px;
  padding: 5px 10px;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #131927;
  margin-bottom: 10px;
  display: inline-block;
}

.tiles-col-items p{
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 10px 0 20px 0;
}

.tiles-col-items a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 32px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #d2d5db;
  border-radius: 50px;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.tiles-col-items a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icons/arrow.png) no-repeat center;
  background-size: cover;
  margin-left: 7px;
}

.tiles-col-items:nth-child(2){
  min-height: 390px;
}

.whitepapers-container{
  margin-top: 20px;
}

.img-col{
  border-radius: 10px;
  margin-bottom: 10px;
}

.img-col img{
  width: 100%;
}

.whitepapers-container .tiles-col-items h4{
  color: #1f1e33;
  font-family: DM Sans, var(--default-font-family);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.webinars-tiles-col .tiles-col-items{
  width: 32%;
  min-height: 270px;
}

.webinars-tiles-col .tiles-col-items h4{
  font-size: 22px;
  line-height: 28px;
}

.templates-filter-col{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 37px;
}

.filter-left-col{
  color: #1f1e33;
  font-family: DM Sans, var(--default-font-family);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.filter-right-col{
  display: flex;
  align-items: center;
}

.filter-input{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 230px;
  height: 44px;
  padding: 12px 12px 12px 12px;
  background: #ffffff;
  border: 1px solid #9ea2ae;
  z-index: 67;
  border-radius: 5px;
}

.filter-input input{
  width: 92%;
  height: 100%;
  border: none;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.filter-input .search-icons{
 display: inline-block;
 width: 20px;
 height: 20px;
 background: url(../img/icons/search.png) no-repeat center;
 background-size: cover;
}

.filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 108px;
  height: 44px;
  padding: 12px 16px 12px 16px;
  cursor: pointer;
  background: #f3f4f6;
  border: 1px solid #9ea2ae;
  z-index: 71;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 15px;
}
.filter {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(../img/icons/filter-icons.png)
    no-repeat center;
  background-size: cover;
  z-index: 72;
  overflow: hidden;
}
.filter-button .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 52px;
  padding: 0 8px 0 8px;
  z-index: 73;
}
.filter-button-f {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 36px;
  height: 16px;
  color: #131927;
  font-family: Noto Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  z-index: 74;
}

.load-more-btn p{
  display: flex;
  align-items: center;
    width: 640px;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
    background: #fdf5e8;
    border: 1px solid #fbd285;
    z-index: 131;
    border-radius: 50px;
    color: #131927;
    font-family: DM Sans, var(--default-font-family);
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    justify-content: center;
}

.need-help-box{
  text-align: center;
  padding: 30px 50px 30px 50px;
  cursor: pointer;
  background: linear-gradient(116.57deg, #4400a3, #008ac5);
  border-radius: 10px;
  margin-top: 40px;
}

.need-help-box p{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 27px;
  font-weight: 600;
  line-height: 38px;
}

.need-help-box p span{
  color: #ace6f4;
  font-family: DM Sans, var(--default-font-family);
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 10px;
}
.contact-us-banner{
	width:100%;
}
.re-contact-us-form{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.re-contact-us-form-left-col{
	    width: 55%;
}
.re-contact-us-form-right-col{
	width: 45%;
}
.contact-us-banner p{
  margin-bottom: 30px;
    font-size: 45px;
}

.re-contact-us-bg{
	height: 850px;
}
.contact-us-banner h4{
    font-size: 35px;
    line-height: 50px;
}

.contact-us-banner h4 span.color-text{
  font-size: 68px;
  margin-top: 15px;
  display: block;
}

.contact-us-col{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-left-col{
  width: 42%;
}

.contact-left-col h5{
  color: #1f1e33;
  font-family: DM Sans, var(--default-font-family);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
}

.contact-details{
  margin-bottom: 20px;
}

.contact-details p{
  color: #4d5461;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.contact-details h6{
  color: #4d5461;
    font-family: DM Sans, var(--default-font-family);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    display: flex;
    align-items: center;
}

.mobile-icons{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/icons/mobile-icons.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
}
.email-icons{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/icons/email-icons.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
}

.contact-right-col{
  width: 100%;
}
.contact-box{
  position: relative;
  width: 100%;
  padding: 50px 50px 50px 50px;
  background: linear-gradient(139.2deg, #b068cf, #0969a8);
  border-radius: 10px;
}

.contact-box h5{
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
}

.form-input-grp{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-input-grp input,.form-input-grp textarea{
  width: 49%;
  height: 50px;
  padding: 10px 10px 10px 10px;
  background: #ffffff;
  z-index: 84;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: inherit;
  outline: none;
  border: none;
  color: #6d717f;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.form-input-grp input.full-field,.form-input-grp textarea.full-field{
  width: 100%;
}

.form-input-grp textarea{
  min-height: 130px;
  resize: none;
}
.submit-btn{
  display: flex;
  justify-content: flex-end;
}
.submit-btn input{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 212px;
  padding: 12px 20px 12px 20px;
  cursor: pointer;
  background: linear-gradient(95.5deg, #12A1FA 11.8%, #2263FD 50.1%, #E821F2 95.48%);
  border: none;
  z-index: 102;
  border-radius: 50px;
  color: #ffffff;
  font-family: DM Sans, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

/* menu styles */

.sub-menu{
  width: 605px !important;
  margin: 11px 0 0 11px;
  padding: 30px 30px 30px 30px;
  background: #ffffff !important;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background: #333;
  width: 100%;
  z-index: 99;
  top: 50px;
  left: 0;
}

.sub-menu.full-form-width{
  width: 650px !important;
}

.sub-menu.resorce-form-menu{
  width: 540px !important;
}
.top-mega-menu {
  width: 49%;
  height: 40px;
  display: flex;
  align-items: center;
}

.menu-col ul li .top-mega-menu a{
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border-right: 2px solid transparent;
  z-index: 2;
  border-radius: 5px;
  color: #131927;
  font-family: DM Sans, var(--default-font-family);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  height: 100%;
  width: 100%;
}

.menu-col ul li .top-mega-menu a:hover{
  background: linear-gradient(90deg, #ffecfb, #efe9ff);
  border-right: 2px solid #6b4c9c;
}
.menu-col ul li .top-mega-menu a span{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/sub-menu-icons.png) no-repeat center;
  background-size: cover;
  margin-right: 10px;
}

.menu-col ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
/* Style for scroll-top button */
html {
  margin: 0;
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}
.backToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.5s;
  cursor: pointer;
}
.backToTopBtn:not(:hover) {
  background: #e9eef6;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.backToTopBtn:hover {
  background: #e9eef6;
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12);
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.toggled-on .toggle-content {
  display: block;
  padding: 20px 0;
}



.toggled-on .doggle-angle-down {
  display: none; 
}

.toggle-title {
  cursor: pointer;
  position: relative;
  top: 0;
}

.toggle-title i {
  position: absolute;
  left: 0;
  font-size: 2.5em; 
  border: 1px solid #394050;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.toggled-off .toggle-content {
  display: none; 
}
.doggle-angle-up{
  transform: rotate(180deg);
}

.toggle-content p{
  color: #394050;
  font-family: DM Sans, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
}

.toggled-off .doggle-angle-up {
  display: none; 
}

@media screen and (max-width: 1400px) {
  body{
    zoom: 0.9;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1050px) {
  body{
    zoom: 0.8;
  }
}

@media screen and (max-width: 1049px) and (min-width: 900px) {
  body{
    zoom: 0.7;
  }
}