html {
  overflow-x: hidden;
}
.about-me{
  overflow-x: hidden;
}
.start-a-conversation{
  overflow-x: hidden;
}
.green-title {
  color: #000;
}
.tagline {
  text-align: left;
  display: block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
.header-banner-area {
  background: #00ade729;
  position: relative;
  z-index: 2;
}

.header-banner-area .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background: #2e3d44;
}

.header-banner-area .owl-nav > div {
  height: 20px;
  width: 30px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  margin: 0 2px;
}
.header-banner-area .owl-nav > div:hover {
  color: #00ade7;
}
.header-banner-area .owl-nav > div i {
  font-size: 12px;
}
.header-banner-area .owl-nav > div:first-child {
  border-right: 1px solid #657a84;
  padding-right: 4px;
}

.header-area {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit--webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-area.header-main {
  top: 47px;
  -webkit--webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
}

.header-area.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #000;
  transition: all 1s;
}
.banner-comments {
  position: relative;
  z-index: 2;
  padding: 10px;
  padding-left: 50px;
}
.banner-icon {
  position: absolute;
  left: 0;
  background: #00ade7;
  padding: 10px 12px;
  top: 0;
  color: #fff;
}
.banner-social-wrap div {
  display: inline-block;
}

.banner-social li {
  display: inline-block;
}

.banner-social li a {
  color: #000;
  font-size: 13px;
  height: 100%;
  display: block;
  padding: 10px;
}
.banner-social li a:hover {
  color: #00ade7;
}

.banner-social li {
  border-left: 1px solid #435157;
}

a.contact-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: #00ade7;
  padding: 10px 25px 10px 40px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

a.contact-btn i {
  transition: all 0.3s;
  position: absolute;
  left: 7px;
  top: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: -15px;
}

a.contact-btn:hover i {
  left: 10px;
  transition: all 0.3s infinite alternate;
}
a.contact-btn:hover {
  color: #fff;
}

.banner-single-carousel p {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}

/*
==========================
	HEADER AREA CSS
==========================
*/

.search-area div {
  display: inline-block;
}

.search-box {
  position: relative;
  z-index: 2;
}

.search-btn {
  position: absolute;
  left: -30px;
  top: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: -15px;
}

.search-btn i {
  color: #00ade7;
}

.search-box input {
  background: transparent;
  border: none;
  color: #c8c6c6;
  position: relative;
  z-index: 2;
}

.search-box input::placeholder {
  color: #c8c6c6;
  font-size: 18px;
  font-weight: 300;
}
.search-box input:focus::placeholder {
  color: #222;
}

.slide-widgest-wrap {
  position: fixed;
  background: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  right: -100%;
  transition: all 0.5s;
}

.slide-widgest-wrap.active {
  right: 0;
  transition: all 0.5s;
}
.grid-menu:hover {
  cursor: pointer;
}
.grid-menu img {
  filter: invert(1) brightness(100);
}
.slide-widgest-wrap:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  left: 0;
  opacity: 0.7;
  top: 0;
  z-index: -1;
}
.side-widgest {
  position: absolute;
  width: 30%;
  right: -100%;
  top: 0;
  height: 100%;
  padding: 80px 40px 40px 40px;
  background: black;
  transition: all 1s;
}
.side-widgest:hover {
  cursor: pointer;
}
.side-widgest.active {
  right: 0;
  transition: all 1s;
}

.side-content p {
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  font-size: 17px;
}
.side-content .green-title {
  color: #fff;
}
.side-content {
  margin: 40px 0;
}

.side-social li {
  display: inline-block;
}

.side-social li a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  text-align: center;
  border: 1px solid;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-right: 6px;
  border-radius: 4px;
  transition: all 0.3s;
}

.side-close {
  position: absolute;
  right: 5%;
  top: 1.5%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  transition: all 0.3s;
}

.side-social li a:hover,
.side-close:hover {
  background: #00ade7;
  border-color: #00ade7;
  transition: all 0.3s;
}

/*
==========================
	WELCOME AREA CSS
==========================
*/
.welcome-area-wrap {
  position: relative;
  z-index: 2;
}

.welcome__wrap1 {
  position: relative;
  padding-bottom: 50px;

  margin-top: 12px;
}
.welcome__wrap1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
  background-position: 200%;
}

/* KEYFRAMES */
/* @keyframes water-waves {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
} */
.wlc-author-1 img {
  border-radius: 30px;
}

.wlc-author-1 {
  position: relative;
  border-radius: 20px;
}
.wlc-author-1:after {
  background: #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: -29px;
  left: 24px;
  z-index: -1;
  border-radius: 30px;
}
.welcome__wrap2 {
  background: url(../img/bg/Header.png);
  background-size: cover;
  background-position: center;
}

.slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.single-welcome-area {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.wlc-title h1 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
}
.wlc-title h3 {
  color: #000;
}
/* .wlc-title{
        padding-right: 54px;
} */
.wlc-title h1 span {
  color: #00ade7;
}
.wlc-title p {
  font-weight: 400;
  font-size: 18px;
  padding-left: 20px;
  border-left: 3px solid #00ade7;
  line-height: 28px;
  margin: 40px 0;
  /* letter-spacing: 1px; */
  color: #000;
}
/* .wlc-author-1 {
    position: absolute;
    right   : 5%;
    width   : 40%;
    bottom  : 0;
    height  : 90%;
    z-index : -1;
} */

.author-1 img {
  height: 100%;
  width: auto;
}

.single-welcome-area.home_1 {
  margin-top: 160px;
}

.welcome-carousel .owl-dots > div {
  height: 30px;
  width: 30px;
  background: transparent;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  margin: 7px 0;
  border: 1px solid #00ade7;
  transition: all 0.3s;
  overflow: hidden;
}

.welcome-carousel .owl-dots > div:after {
  position: absolute;
  content: "0" counter(wlc-counter);
  counter-increment: wlc-counter;
  height: 100%;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -13px;
  color: #00ade7;
  font-size: 12px;
  transition: all 0.3s;
}
.welcome-carousel .owl-dots > div:hover,
.welcome-carousel .owl-dots > div.active {
  background: #00ade7;
  border-color: #00ade7;
}
.welcome-carousel .owl-dots > div:hover:after,
.welcome-carousel .owl-dots > div.active:after {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

h1.wlc-filltext {
  color: red;
  position: absolute;
  top: 15%;
  font-size: 200px;
  text-transform: uppercase;
  left: 0;
  letter-spacing: 2px;
  z-index: -1;
  -webkit-text-stroke: 1px #141618;
  -webkit-text-fill-color: transparent;
}

/*
==========================
	ABOUT ATRA CSS
==========================
*/
.testimonials-area1 {
  background-color: #00ade717 !important;
}

.about-area1 {
  background-image: url(assets/img/bg/about-bg.png);
  background-position: center;
  background-size: cover;
  background-color: #fff;
}
.about-area .heading {
  padding-right: 25px;
}
a.about-video {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  color: #00ade7;
  font-size: 40px;
}
.about-shape {
  position: relative;
  z-index: 3;
}

.about-shape:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 130%;
  background: url(../img/about/about-bg-shape.png);
  z-index: -1;
  left: -15%;
  background-repeat: no-repeat;
  top: 0%;
}
.about-area-primery .about-shape:after {
  background: url(../img/about/about-bg-shape2.png) no-repeat;
}
.about-shape:before {
  position: absolute;
  content: "";
  height: 300px;
  width: 300px;
  /* background       : url(../img/about/about-shape.svg) no-repeat; */
  background-repeat: no-repeat;
  bottom: -20%;
  left: -15%;
  z-index: -1;
}
.about-area-primery .about-shape:before {
  background: url(../img/about/about-shape2.svg) no-repeat;
}
.leadership-sec .about-shape:before {
  bottom: 59%;
  right: -30%;
  left: auto;
}

.about-area-primery:after {
  position: absolute;
  content: "";
  height: 400px;
  width: 400px;
  right: 0;
  top: 0;
  background: url(../img/bg/about-bg.svg);
  opacity: 0.1;
}

.about-area-primery {
  position: relative;
  z-index: 2;
  background: #f1f1f1;
}

/*
==========================
    SKILL AREA CSS
==========================
*/

.skill-box small {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.skill-box:hover small {
  color: #fff;
}
.skill-box:hover p {
  color: #fff;
}
.skill-box h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00ade7;
  margin: 12px 0;
}

.skill-box p {
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

.skill-box {
  padding: 15px;
  background: #f2f2f2;
  box-shadow: 0px 65px 64.5px #f2f2f200;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.primery-skill {
  position: relative;
  z-index: 2;
}

.primery-skill:after {
  position: absolute;
  content: "";
  height: 500px;
  width: 500px;
  background: url(../img/bg/skill-bg1.svg);
  bottom: -30%;
  z-index: -1;
  background-position: right;
  background-size: contain;
  left: -11%;
  -webkit-animation: spin infinite ease 9s;
  animation: spin infinite ease 9;
  opacity: 0.2;
}

.primery-skill .skill-box small {
  font-size: 14px;
  text-transform: uppercase;
  color: #2d2e2f;
  font-weight: 500;
  z-index: 2;
}

.primery-skill .skill-box h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0b0d0e;
  margin: 12px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.skill-area.primery-skill .row:last-child div.skill-box:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  background: #e9f7ef;
  left: 10px;
  top: 20px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.skill-area.primery-skill {
  overflow: hidden;
}

.skill-area.primery-skill .row:last-child div.skill-box:hover:before {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 0;
}
.primery-skill .skill-box:hover h5 {
  color: #00ade7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.primery-skill .skill-box p {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  z-index: 2;
}

.primery-skill .skill-box {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 65px 64.5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.primery-skill .skill-box:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.skill-box:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #131617;
}
.skill-box.skill-box2:hover {
  background: #fff;
}

.technical-skills {
  background: transparent;
  position: relative;
}

.technical-skills .skills-wrapper {
  margin-top: 40px;
}

.border_separatior {
  border-top: 1px solid #f4f4f4;
}
.technical-skills .skill .chart {
  position: relative;
  display: inline-block;
  min-height: 155px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.technical-skills .skill .chart > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
}
.technical-skills .skill .chart > span span {
  font-size: 48px;
  margin-right: 5px;
}
.technical-skills .skill h5 {
  margin-top: 15px;
  text-transform: uppercase;
  color: #fff;
}

.skill-area.primery-skill.section-padding {
  counter-reset: skill;
}

.skill-area.primery-skill.section-padding .row:last-child div.skill-box {
  position: relative;
  z-index: 2;
}

.skill-area.primery-skill.section-padding .row:last-child div.skill-box:after {
  content: "0" counter(skill);
  counter-increment: skill;
  position: absolute;
  right: 14px;
  bottom: 0;
  font-size: 70px;
  line-height: 80px;
  opacity: 0.2;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.skill-area.primery-skill.section-padding
  .row:last-child
  div.skill-box:hover:after {
  color: #0b0d0e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*
==========================
    SERVICE AREA CSS
==========================
*/

.single-service {
  text-align: center;
  padding: 50px 40px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #c5def457;
}

.circles-wrap {
  position: absolute;
  bottom: -32%;
  left: -5%;
  z-index: -1;
}

span.circle {
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.circles {
  height: 400px;
  width: 400px;
  background: transparent;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

span.circle.circle-1 {
  height: 100px;
  width: 100px;
  background: #13ecff;
  z-index: 5;
  display: inline-block;
  z-index: 5;
}

span.circle.circle-2 {
  height: 200px;
  width: 200px;
  background: #13ecff;
  z-index: 4;
}

span.circle.circle-3 {
  height: 300px;
  width: 300px;
  background: #13ecffba;
  z-index: 3;
}

span.circle.circle-4 {
  height: 400px;
  width: 400px;
  background: #13ecff;
  z-index: 2;
}

.single-service:hover span.circle,
.single-service.active span.circle {
  transform: scale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-area-home .single-service {
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.service-area .circles-wrap {
  position: absolute;
  bottom: -32%;
  left: auto;
  z-index: -1;
  right: -50%;
}
/* .single-service.active, .single-service:hover .service-icon img{
        filter: inherit;
} */

.small-title {
  color: #00ade7;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  /* -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #00ADE7; */
  /* position: absolute; */
  left: 0;
  top: -37px;
  z-index: -1;
  line-height: 40px;

  font-family: "Oswald", sans-serif;
}

.service-text h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
  line-height: 30px;
}

.service-text {
  margin: 30px 0 30px 0px;
}

.service-area .service-text {
  margin: 30px 0 0px 0px;
}

.service-text p {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.service-icon {
  width: 70px;
  margin: 0 auto;
}

.single-service.active,
.single-service:hover {
  background: #056cd329;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-service.active .service-text h4,
.single-service.active .service-text h3,
.single-service:hover .service-text h3,
.single-service.active .service-text h5,
.single-service:hover .service-text h5,
.single-service:hover .service-text h4,
.single-service.active .service-text p,
.single-service:hover .service-text p {
  /* color     : #fff; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-service.active .cbtn.pricing-btn,
.single-service:hover .cbtn.pricing-btn {
  background: #06a950;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-service.active .cbtn.pricing-btn i,
.single-service:hover .cbtn.pricing-btn i {
  color: #06a950;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-service.active .separator,
.single-service:hover .separator {
  border-color: #fff;
}

.service-area.service-primery {
  background: #fff;
}

.service-primery .single-service {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
}

.service-primery .single-service.active,
.service-primery .single-service:hover {
  background: #09c75f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-primery .service-text {
  margin: 40px 0 0 0px;
}

.service-primery {
  position: relative;
  z-index: 2;
}

.service-primery:after {
  position: absolute;
  content: "";
  height: 400px;
  width: 400px;
  right: 0;
  top: 0;
  background: url(../img/bg/service-bg.svg);
}

.pricing2 {
  background: #fafafa;
}

.pricing2 .service-text h3,
.pricing2 .service-text h4 {
  color: #32383a;
}

/*
==========================
    PROJECT AREA CSS
==========================
*/

.da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
}
.da-thumbs li {
  margin: 10px;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 420px;
}

.project-area-primery .da-thumbs .owl-nav {
  position: absolute;
  top: -34%;
  right: 0;
}

.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  height: 100% !important;
  width: 100% !important;
}
.da-thumbs li a {
  overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background: #06a950;
  width: 100%;
  height: 100%;
}
.da-thumbs li a div.custom-hover-object {
  position: absolute;
  background: #06a950;
  width: 100%;
  height: 100%;
}
.da-thumbs li a div {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.da-thumbs li a div.custom-hover-object span {
  color: #fff;
}

.da-thumbs .owl-nav {
  position: absolute;
  top: -33%;
  right: 0;
}

.da-thumbs .owl-nav > div {
  height: 45px;
  width: 45px;
  background: transparent;
  border: 1px solid #06a950;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  color: #06a950;
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s;
}

.da-thumbs .owl-nav > div:hover,
.da-thumbs .owl-nav > div:focus {
  background: #06a950;
  border-color: #06a950;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-area {
  background: url(../img/bg/project-bg.jpg);
  background-size: cover;
  background-position: center;
}

.project-area-primery {
  background: transparent;
}
.project-area-primery {
  position: relative;
  z-index: 2;
}

.project-area-primery:after {
  position: absolute;
  content: "";
  height: 700px;
  width: 700px;
  left: -10%;
  bottom: 0;
  background: url(../img/bg/portfolio-bg.svg);
  z-index: -1;
  background-position: right;
  background-size: contain;
}

/*
==========================
    PRICING AREA CSS
==========================
*/

.pricing-area1 {
  background-image: url(../img/bg/about-bg.png);
  background-position: center;
  background-size: cover;
}
.service-text h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #00ade7;
}

.service-text h5 {
  color: #999999;
  text-transform: capitalize;
  font-size: 18px;
}

.separator {
  border-top: 1px solid #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*
==========================
    COUNTER AREA CSS
==========================
*/
.fact i {
  font-size: 48px;
  margin-bottom: 10px;
  color: #00ade7;
}

.fact h2 {
  color: #00ade7;
}

.fact span {
  color: #32383a;
  font-size: 18px;
}

.fun-facts {
  background: #e6fff2;
}
/*
==========================
    TESTIMONIALS AREA CSS
==========================
*/
.testimonial-text img {
  filter: invert(1) brightness(100);
}
.testimonials .owl-nav {
  position: absolute;
  top: -27%;
  right: 0px;
}

.testimonials .owl-nav > div {
  height: 45px;
  width: 45px;
  background: transparent;
  border: 1px solid #00ade7;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  color: #00ade7;
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonials .owl-nav > div:hover,
.testimonials .owl-nav > div:focus {
  background: #00ade7;
  border-color: #00ade7;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.testimonial-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 28%;
  margin-top: -50px;
}

.testimonial-img img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 20px;
}

.testimonial {
  position: relative;
  z-index: 2;
  padding-left: 130px;
}

.testimonial-text h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0 15px 0;
  color: #000;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.testimonial-text p {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.testimonials-area-primery .testimonial-text h4,
.testimonials-area-primery .testimonial-text p {
  color: #0b0d0e;
}

.testimonials-area1 {
  /* background: url(../img/bg/testimonials-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
  /* background: #00ade708; */
  padding-top: 100px;
}

/*
==========================
    BLOG AREA CSS
==========================
*/

.blog-area .owl-nav {
  position: absolute;
  top: -27%;
  right: 0;
}

.blog-area .owl-nav > div {
  height: 45px;
  width: 45px;
  background: transparent;
  border: 1px solid #00ade7;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  color: #00ade7;
  font-size: 16px;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-area .owl-nav > div:hover,
.blog-area .owl-nav > div:focus {
  background: #00ade7;
  border-color: #00ade7;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-blog-img {
  /* display: flex; */
  align-items: flex-end;
}

span.blog-banner {
  color: #fff;
  background: #131617;
  padding: 10px 25px;
  text-transform: uppercase;
}

.blog-description {
  background: #f5f5f5;
  padding: 30px;
  border: 1px solid #f1f1f1;
  position: relative;
  z-index: 2;
}

.single-blog-img img {
  width: 100% !important;
  object-fit: cover;
  max-height: 100%;
}
a.readmore-btn:hover i {
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.readmore-btn i {
  padding-right: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-description h6 {
  color: #131617;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.artical-box h2 {
    margin-bottom: 15px !important;
}
.artical-box .principle-list {
    margin-bottom: 15px;
}
.blog-description a {
  font-size: 20px;
  text-transform: uppercase;
  color: #131616;
  /* font-weight: 600; */
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Optional, adds dots to the clipped text */
}

.blog-description p {
  color: #131617;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
}
.single-blog {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-blog:hover .blog-description a {
  /* background: #fff; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.single-blog:hover span.blog-banner {
  background: #00ade7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.readmore-btn {
  color: #00ade7;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}

.single-blog:hover .blog-description a {
  color: #00ade7;
}
.artciles-title {
 font-size: 35px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #00ade7;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-align: left;
        font-family: 'Oswald', sans-serif;
}

.resent-blog h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
        font-family: 'Rubik', sans-serif;
}
.content-box span {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    display: block;
    margin-top: 0px;
}
.resent-blog:hover .content-box span{
  color:#00ade7 ;
}
.single-blog-section-description h2:hover{
  color:  #000!important;
}
.resent-blog a {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.artciles-box {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    height: 100%;
}
.image-box {
    width: 100%;
   max-width: 103px;
}
.content-box {
    width: 100%;
    max-width: 226px;
}
.image-box img {
    border-radius: 10px;
    height: 100px;
    min-height: 100px;
    width: 100px;
    min-width: 100px;
    object-fit: cover;
}
/*
==========================
    CTA AREA CSS
==========================
*/

.cta-area1 {
  background-image: url(../img/bg/map.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading.cta-heading h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.cta-form input {
  background: #32383a;
  width: 55% !important;
  padding: 14px 15px;
  border: 1px solid #00ade7;
  border-radius: 5px;
  float: left;
  color: #fff;
}

.cta-form a.subscribe-btn {
  width: 43%;
  float: right;
}
a.subscribe-btn {
  padding: 15px 60px 15px 30px;
  background: #00ade7;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-align: left;
  border: 1px solid transparent;
  font-size: 15px;
}
a.subscribe-btn:hover,
a.subscribe-btn:hover i {
  border-color: #00ade7;
  background: transparent;
  color: #00ade7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.subscribe-btn i {
  background: #fff;
  color: #00ade7;
  height: 35px;
  width: 35px;
  text-align: center !important;
  position: absolute;
  right: 13px;
  line-height: 35px;
  border-radius: 3px;
  top: 50%;
  margin-top: -17.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cta-form {
  width: 80%;
  margin: 0 auto;
}

.cta-primery {
  position: relative;
  z-index: 2;
  background: #fafafa;
}

img.cta-shape {
  position: absolute;
  z-index: -1;
}

.cta-shap1 {
  top: 20%;
  left: 9%;
}

.cta-shap2 {
  right: 12%;
  top: 10%;
}

.cta-shap4 {
  right: 7%;
  top: 48%;
}

.cta-shap3 {
  top: 40%;
  left: 31%;
}

.cta-shap5 {
  top: 80%;
  left: 6%;
}
/*
==========================
    SOCIAL AREA CSS
==========================
*/

.social-area .row > div {
  margin: 0;
  padding: 0;
}

.sinlge-social-hover a {
  display: block;
  padding: 50px 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
}

.sinlge-social-hover {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.sinlge-social-hover:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  background: #00ade7;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

span.single-social-icon i {
  font-size: 32px;
  margin-bottom: 20px;
}

.sinlge-social-hover:hover a {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  color: #fff;
}

.sinlge-social-hover:hover:after {
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*
==========================
    LOGO AREA CSS
==========================
*/
.single-logo-table {
  height: 100px;
  width: 100%;
  text-align: center;
  display: table;
}
.single-logo-table img:hover {
  filter: brightness(1);
  cursor: move;
  opacity: 1;
}

.single-logo-table-cell {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.single-logo-table img {
  filter: brightness(40);
  opacity: 0.3;
  max-height: 100%;
  max-width: 100%;
}

/*
==========================
    FOOTER AREA CSS
==========================
*/
.footer-right img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
}
.footer-area1 {
  background-image: url(../img/bg/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.footer-area .green-title {
  color: #fff;
}
.footer-right h2 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
}
.footer-menu {
  padding-bottom: 50px;
}
.footer-right ul li {
  font-size: 16px;
  line-height: 32px;
  color: #f2f2f2;
  font-weight: bold;
}
.footer-right ul li span {
  font-weight: normal;
}
.footer-right ul li a {
  color: #fff;
}
.footer-right ul li a:hover {
  color: #00ade7;
}
.footer-menu li a {
  line-height: 29px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
}
.footer-menu h2 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
}
/* .footer-menu li a {
    line-height: 33px;
    font-size: 22px;
    text-transform: capitalize;
} */
.footer-area.footer-area1 .footer-menu ul li a:hover {
  color: #00ade7;
}

.quick-link li a:hover {
  color: #00ade7 !important;
}

/* .footer-menu li {
    display: inline-block;
} */

.copyright span {
  color: #00ade7;
}

.copyright {
  text-transform: uppercase;
  color: #f2f2f2;
  font-size: 12px;
  margin-top: 30px;
}
.bottom-text {
  color: #f2f2f2;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  padding-right: 67px;
}
/*
==========================
    COMMON CSS
==========================
*/

/* .site-black{
	background: #0B0D0E;
} */

.heading h2 {
  font-size: 35px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #00ade7;
  font-weight: 500;
  letter-spacing: 0.1px;
}

.heading h2 span {
  color: #00ade7;
}

.heading {
  position: relative;
  z-index: 2;
}

.heading strong.filltext {
  font-size: 70px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #171c1e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.heading p {
  font-weight: 400;
  margin: 16px 0 31px 0;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.primery-heading small {
  font-weight: 500;
  color: #00ade7 !important;
  font-size: 16px;
  text-transform: uppercase;
}

.primery-heading h2 {
  font-size: 30px;
  line-height: 43px;
  text-transform: uppercase;
  color: #0b0d0e;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.primery-heading h2 span {
  color: #00ade7;
}

.primery-heading {
  position: relative;
  z-index: 2;
}

.primery-heading strong.filltext {
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  -webkit-text-fill-color: #f1f1f1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.primery-heading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0b0d0e;
}

.heading small {
  font-weight: 500;
  color: #00ade7 !important;
  font-size: 16px;
  text-transform: uppercase;
}

.primery-info-content {
  padding-left: 30px;
  border-left: 3px solid #00ade7;
  color: #fff;
}

.primery-info-content p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #00ade7;
  margin-bottom: 0;
}

.info-content {
  padding-left: 30px;
  border-left: 3px solid #00ade7;
  color: #fff;
}

.info-content p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

a.up-btn {
  position: fixed;
  bottom: 0;
  right: 4%;
  background: #00ade7;
  color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}

a.up-btn:hover {
  color: #00ade7;
  background: #fff;
  border-color: #00ade7;
  z-index: 999999999;
}

.header-area.sticky a.up-btn {
  visibility: visible;
  opacity: 1;
  bottom: 7%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*PRELOADER CSS*/

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
.preloader {
  background: #000;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circles {
  margin-bottom: -10px;
}

.circle {
  width: 150px;
  margin: 6px 6px 0px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 42px;
  font-size: 48px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.circle strong i {
  font-style: normal;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  padding-left: 2px;
}
.circle span {
  display: block;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 58px;
  color: #ffffff;
  font-family: "Oswald";
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.install {
  display: inline-block;
}

.install a {
  display: block;
  width: auto;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 20px;
  background-color: transparent;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  margin: 5px auto;
  transition: all 0.3s;
}

.install code {
  padding: 6px 12px;
  display: block;
  font: 13px/20px Courier New, Liberation Mono, monospase;
  background-color: transparent;
  border-radius: 4px;
  margin: 5px 0;
  white-space: nowrap;
}

.credits {
  color: #aaa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.credits img {
  margin-left: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

@media (max-height: 600px), (max-width: 480px) {
  .credits {
    position: inherit;
  }
}

p.single-soicial-text {
  margin: 0 !important;
}

/*
====================
    overright
=====================
*/
.owl-carousel .owl-item img {
  object-fit: cover;
  object-position: top;
}

.text-end {
  text-align: right !important;
}

@media (max-width: 767px) {
  .text-end p {
    text-align: left;
    text-transform: uppercase;
    color: #f2f2f2;
    font-size: 12px;
    margin-top: -30px;
  }
}
.skill-area {
  background-color: #4d4d4d14;
  padding-top: 80px 0px;
}

.service-area {
  background-color: #fff;
  padding-top: 100px;
}

.blog-area {
  background-color: #00ade717;
  /* padding-top: 0; */
}

.clarity-sec {
  margin: 0px 0;
}
.leadership-sec {
  background-color: #00ade717;
}

.ser-wrap {
  overflow-y: scroll;
  height: 200px;
}
.ser-wrap::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.ser-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.ser-wrap::-webkit-scrollbar-thumb {
  background: #00ade7;
  border-radius: 10px;
}

/* Handle on hover */
.ser-wrap::-webkit-scrollbar-thumb:hover {
  background: #00ade708;
}

.services-sec {
  padding-top: 50px;
}

.con-btn {
  display: block;
  margin: 0 auto;
}

.conversation-section {
  padding: 50px 0;
}

.section-title {
  font-size: 3rem;
  font-weight: 900;
  color: #0891b2;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  animation: slideDown 0.8s ease-out;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #0891b2, #06b6d4);
  border-radius: 2px;
  animation: expandWidth 1s ease-out 0.3s backwards;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

.card {
  background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
  border-radius: 20px;
  padding: 42px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  animation: fadeInUp 0.6s ease-out backwards;
  box-shadow: 0 10px 30px rgba(8, 145, 178, 0.1);
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.card:nth-child(1) {
  animation-delay: 0.1s;
}
.card:nth-child(2) {
  animation-delay: 0.2s;
}
.card:nth-child(3) {
  animation-delay: 0.3s;
}
.card:nth-child(4) {
  animation-delay: 0.4s;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s;
}

.card:hover::before {
  left: 100%;
}

.card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 50px rgba(8, 145, 178, 0.25);
  background: linear-gradient(135deg, #bfdbfe 0%, #dbeafe 100%);
}

.icon-wrapper {
  /* width: 100px;
            height: 100px;
            margin: 0 auto 30px; */
  position: relative;
  animation: float 3s ease-in-out infinite;
  margin-bottom: 36px;
}
.icon-wrapper img {
  border-radius: 20px;
}
.card:nth-child(2) .icon-wrapper {
  animation-delay: 0.5s;
}
.card:nth-child(3) .icon-wrapper {
  animation-delay: 1s;
}
.card:nth-child(4) .icon-wrapper {
  animation-delay: 1.5s;
}

.icon-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(
    circle,
    rgba(8, 145, 178, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.card:hover .icon-wrapper {
  animation: bounce 0.6s ease-in-out;
}

.icon-wrapper svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 6px rgba(8, 145, 178, 0.2));
}

.card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
  letter-spacing: -0.5px;
  transition: color 0.3s;
}

.card:hover .card-title {
  color: #0891b2;
}

.cta-container {
  text-align: center;
  animation: fadeInUp 0.8s ease-out 0.5s backwards;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 20px 50px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(8, 145, 178, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s;
}

.cta-button:hover::before {
  left: 100%;
}

.cta-button:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 40px rgba(8, 145, 178, 0.4);
  color: #000;
}

.cta-button:active {
  transform: translateY(-2px) scale(1.02);
}

.arrow {
  width: 24px;
  height: 24px;
  transition: transform 0.3s;
}

.cta-button:hover .arrow {
  transform: translateX(5px);
  animation: arrowMove 0.6s ease-in-out infinite;
}

/* Animations */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-7px);
  }
}

@keyframes arrowMove {
  0%,
  100% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }



  .cta-button {
    font-size: 1.1rem;
    padding: 18px 40px;
  }
}

/******about page*****************/
.subpage-banner {
  background-image: url(../img/about-banner.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 200px 0 150px 0;
}
.subpage-banner:after {
  background: rgb(0 0 0 / 60%);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  z-index: -1;
}

.executive-section {
  background: linear-gradient(120deg, #0b2b2e, #003333);
  color: #ffffff;
  overflow: hidden;
}

.executive-badge {
  background-color: #ffcc66;
  color: #003333;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 30px;
  animation: fadeDown 1s ease forwards;
}

.executive-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  animation: fadeLeft 1.2s ease forwards;
}

.executive-title span {
  color: #ffcc66;
}

.executive-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  animation: fadeUp 1.4s ease forwards;
}

.executive-text span {
  color: #ffcc66;
  font-weight: 500;
}

.executive-card {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 16px;
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: fadeRight 1.5s ease forwards;
}

.executive-card h4 {
  color: #ffcc66;
  margin-bottom: 15px;
}

.executive-card ul {
  list-style: none;
  padding: 0;
}

.executive-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
}

.executive-card ul li:last-child {
  border-bottom: none;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .executive-title {
    font-size: 32px;
  }
}

/* Section Base */
.experience-section {
  background-color: #fff;
  padding: 100px 0px;
}

/* Alternate background */
.experience-section:nth-of-type(even) {
  background-color: #00ade717;
  padding: 100px 0px;
}

/* Wrapper */
.experience-wrapper {
  /* max-width: 1200px; */
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* Content */
.experience-content {
  flex: 1.2;
}

.experience-content h2 {
  position: relative;
  font-size: 38px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #00ade7;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-left: 16px;
  text-align: left;
}

.experience-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 75%;
  background-color: #00ade7;
}

.experience-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px;
  font-weight: 400;
  color: #000;
  text-align: left;
}

/* Image Wrapper */
.experience-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Decorative background circle (RESPONSIVE & LARGE) */
.experience-image::before {
  content: "";
  position: absolute;
  width: clamp(360px, 40vw, 460px);
  height: clamp(360px, 40vw, 460px);
  background: radial-gradient(circle at top left, #00ade7, #00ade717);
  border-radius: 50%;
  z-index: 0;
}

/* Circular Image (RESPONSIVE & LARGE) */
.experience-image img {
  width: clamp(280px, 30vw, 360px);
  height: clamp(280px, 30vw, 360px);
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

/* Responsive */
@media (max-width: 992px) {
  /* Stack everything in normal sequence */
  .experience-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  /* Force SAME order for all sections */
  .experience-image {
    order: 2;
  }

  .experience-content {
    order: 1;
  }

  /* Center alignment for mobile */
  .experience-content {
    text-align: center;
  }

  /* Scale visuals for mobile */
  .experience-image::before {
    width: 280px;
    height: 280px;
  }

  .experience-image img {
    width: 240px;
    height: 240px;
  }
  .heading white {
    order: 1;
  }
  .image-wrapper{
    order: 2;
  }
}

.professional-accrediation {
  background: #00ade717;
  padding: 50px 0 100px 0;
}
.professional-accrediation .heading {
  margin-bottom: 37px;
}

.logo-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-wrapper .box {
  width: calc(25% - 4px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
}
.logo-wrapper .box img {
  border-radius: 50px;
  width: 100%;
  max-width: 70px;
}
.box h3 {
  color: #000;
  margin: 20px 0;
}
.box span {
  color: #000;
}
/*************start-A-conversation************/

.project-content {
  display: flex;
  background: #00ade717;
  padding: 50px;
  border-radius: 30px;
  margin: 50px 0;
  gap: 30px;
  justify-content: space-between;
}
.project-content .heading {
  width: 100%;
  max-width: 650px;
}
.project-content .image-wrapper img {
  border-radius: 20px;
  height: 330px;
  object-fit: cover;
}

/*********Blog******************/

.features .single-blog-img img {
    height: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}



.blog-main {
  padding: 100px 0;
}

.blog-main .blog-description {
  padding: 12px;
}
.blog-main .blog-description a {
  font-size: 16px;
  line-height: 25px;
}
.blog-main .single-blog{
    margin-bottom: 35px;
}

/***************Form******************/
.form-container {
    max-width: 900px;
    background: #ffffff;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.form-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: span 2;
}

label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #444;
}

input, select, textarea {
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.3s;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #007bff;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: #007bff;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-group.full-width {
        grid-column: span 1;
    }
}
.forminator-iti-input.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown.forminator-phone
input#forminator-field-phone-1_6969fe73369b2 {
    padding-left: 31px !important;
}
.forminator-input{
	padding: 12px 14px !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    outline: none ;
    transition: border-color 0.3s !important;
}
.forminator-textarea{
		padding: 12px 14px !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    outline: none ;
    transition: border-color 0.3s !important;
}
span.select2-selection__placeholder{
	  font-size: 14px !important;
	    color: #00000085 !important;
}
.select2-selection{
		padding: 2px 14px !important;
    font-size: 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    outline: none;
    transition: border-color 0.3s!important;
	background: transparent !important;
}

.iti__selected-country-primary {
    gap: 52px !important; 
}
button.forminator-button.forminator-button-submit {
    background: #007bff !important;;
    color: #fff !important;;
    padding: 14px !important;;
    font-size: 16px !important;;
    border: none;
    border-radius: 6px !important;;
    cursor: pointer !important;;
    transition: background 0.3s !important;;
    width: 100% !important;
}
.forminator-label {
    font-size: 14px !important;
    margin-bottom: 6px;
    color: #444;
    font-weight: 500 !important;
}
.blog-box li {
    color: #000;
    list-style: disc;
    padding-left: 0;
}
.blog-box ul {
    padding-left: 14px;
	    padding-bottom: 15px;
}