/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "VC Honey";
  src: url(/../fonts/VCHoney-SemiBoldDeck.eot);
  src: local("VC Honey SemiBold Deck"), local("VCHoney-SemiBoldDeck"),
    url(/../fonts/VCHoney-SemiBoldDeck.eot?#iefix) format("embedded-opentype"),
    url(/../fonts/VCHoney-SemiBoldDeck.woff2) format("woff2"),
    url(/../fonts/VCHoney-SemiBoldDeck.woff) format("woff"),
    url(/../fonts/VCHoney-SemiBoldDeck.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  padding-right: 0px !important;
}

section {
  padding: 60px 0px;
}

p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: center;
  color: #4B4B4B;
}

.heading h2 {
  font-family: "VC Honey";
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.heading h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #4B4B4B;
}


button {
  border-radius: 12px;
  background-color: #313743 !important;
  border-color: #313743 !important;
  width: 200px;
  height: 50px;
  color: #fff !important;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

button:hover {
  background-color: transparent !important;
  transition: 0.5s;
  color: #313743 !important;
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.greenbtn {
  background-color: #4FB27C !important;
  border-color: #4FB27C !important;
  padding: 20px, 35px, 20px, 35px;
  margin-top: 25px;
}

.borderbtn {
  border: 1px solid #313743;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  background-color: transparent !important;
  color: #313743 !important;
}

.borderbtn:hover {
  background-color: #313743 !important;
  color: #fff !important;
  transition: 0.5s;
}

/* NAVBAR */
.customnav {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 999;
  /* padding: 15px 0px; */
}

.InnerNavbar .nav-link {
  color: #111111 !important;
}


.customnav.scrolled {
  background-color: #313743;
  color: #fff !important;
}

.customnav.scrolled #afterscrolled{
  display: inline-block !important;
}


.customnav#afterscrolled{
  display: none;
}

.customnav.scrolled .nav-link {
  color: #fff !important;
}

.customnav.scrolled .navbar-brand {
  color: #fff;
}

.customnav.scrolled .nav-link:hover{
  color: #4fb27c !important;
}


.customnav .navbar-brand {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
  text-transform: uppercase;
}

.customnav .nav-link {
  font-size: 16px;
  line-height: 16.8px;
  font-weight: 600;
  color: black;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.customnav .nav-link:hover {
  color: #4B4B4B !important;
}

.customnav .btn-default {
  width: 120px;
  height: 38px;
  background-color: #fff !important;
  color: #4B4B4B !important;
  border-color: #fff !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.InnerNavbar .btn-default {
  background-color: #313743 !important;
  color: #fff !important;
  border-color: #313743 !important;
}

.InnerNavbar .btn-default:hover {
  background-color: transparent !important;
  color: #313743 !important;
  border-color: #313743 !important;
  transition: 0.5s;
}

.scrolled .btn-default {
  background-color: #fff !important;
  color: #313743 !important;
  border-color: #fff !important;
}

.scrolled .btn-default:hover {
  background-color: #fff !important;
  color: #313743 !important;
  border-color: #fff !important;
}


/* MAIN SECTION */

.main-section {
  background-image: url(/assets/Hero-99e863a27f56bf3f7cfd6e203fe2a0cd71631ca239725d0589c0776d751dbe6c.png);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-section .Innertxt {
  width: 80%;
}

.main-section .Innertxt h1 {
  font-family: Inter;
  font-size: 56px;
  font-weight: 700;
  line-height: 67.77px;
  text-align: left;
  color: #313743;
}

.main-section .Innertxt p {
  text-align: left;
}



/* ABOUT US SECTION */
.aboutus {
  background: #FAFAFF;

}

.aboutus .Detail {
  display: flex;
  gap: 15px;
}

.aboutus .Detail h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  margin-top: 2px;
}

.aboutus button {
  margin-top: 60px;
  background-color: transparent !important;
  color: #313743 !important;
}

.aboutus button:hover {
  background-color: #313743 !important;
  color: #fff !important;
}

/* SERVICE SECTION */

.serviceDiv .container {
  padding: 0px 15%;
}

.greyBox {
  background: #F3F3F3;
  box-shadow: 0px 5px 0px 0px #191A23;
  height: 250px;
}


.greyBox .card-body {
  padding: 30px;
}

.greyBox .card-title {
  background: linear-gradient(102.69deg, #191A23 -39.54%, #36C1AD 34.62%, #F1F53C 107.25%);
  margin-bottom: 0px;
  width: fit-content;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 30.31px;
  text-align: left;
  padding: 0px 2px;
  border-radius: 3px;
}

.greyBox .btn {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-top: 15%;
}

.Blackbox {
  background: linear-gradient(102.1deg, #353746 0.91%, #353746 54.73%, #414459 107.44%);
  border: 1px solid #000000;
  box-shadow: 0px 5px 0px 0px #000000;
}


.Blackbox .card-title {
  background: #FFFFFF;
}

.Blackbox .btn {
  color: #FFFFFF;
}

/* TASKWAVE SECTION */

.WorkDiv .container {
  background: #F0FBF8;
  padding: 40px;
  position: relative;
}

.WorkDiv h4 {
  font-family: VC Honey;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
  text-align: left;
  color: #313743;
}

.WorkDiv p {
  text-align: left;

}

.WorkDiv button {
  background: #E4F8F2 !important;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: #313743 !important;
  width: 100%;
  min-height: 65px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: none;
}

.WorkDiv button:hover {
  color: #313743;
}

/* PROCESS SECTION */

.Roadmap_bg {
  background-image: url(/assets/ProcessRoadMap-bb5953d0fa5d513b14e1448d2d226aa369b4b2bb320c590bf14b609d5793787f.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: 800px; */
  padding-top: 20%;
}

.InnerDetaill {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.005em;
  text-align: center;
  padding: 110px;
  position: relative;
  top: -25px;
  left: -35px;
}

/* CLENTS SECTION */

.clientsDiv {
  background-color: #313743;
  position: relative;
}

.clientsDiv .Client-pattern {
  position: absolute;
  top: 0px;
  right: 0px;
}

.clientsDiv .container {
  padding: 0px 8%;
}

.clientsDiv .heading h2 {
  font-family: VC Honey;
  font-size: 40px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -1px;
  text-align: left;
  color: #ffff;
}

.clientsDiv .heading h4 {
  text-align: left;
  color: #C2C2C2;
  margin-bottom: 10%;
  font-size: 24px;
}

.clientsDiv .heading ul {
  margin: 0px;
  padding: 0px;
}

.clientsDiv .heading ul li {
  list-style: none;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  margin-bottom: 25px;
  color: #C2C2C2;
  display: flex;
  align-items: start;
  gap: 15px;
}


.clientsDiv .greenBox {
  background-color: #4FB27C;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0px 5px 0px 0px #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #fff;
}

.clientsDiv .greenBox div {
  margin-top: 100px;
}

.clientsDiv .greenBox div::after {
  content: "";
  background: #0F6407;
  border-radius: 50%;
  position: relative;
  top: 46px;
  height: 18px;
  width: 18px;
  display: flex;
  left: 0px;
  right: 0px;
  margin: auto;
}

.clientsDiv .greenBox div:last-child::after {
  display: none;
}

.clientsDiv .greenBox h4 {
  font-family: Inter;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.57px;
  text-align: center;
  color: #fff;
}

.clientsDiv .greenBox p {
  color: #fff;
}

/* WHY CHOOSE US SECTION */

.WhychooseDiv .Blackbox .d-flex,
.WhychooseDiv .greyBox .d-flex {
  gap: 15px;
}

.WhychooseDiv .Blackbox h5 {
  background: none;
  color: #fff !important;
}

.WhychooseDiv .greyBox h5 {
  background: none;
  color: #313743;
}

.WhychooseDiv .greyBox p {
  color: #4B4B4B;
  margin-top: 30px;
}


.WhychooseDiv .Blackbox p {
  text-align: left;
  color: #C2C2C2;
  margin-top: 30px;
}

/* testimonials Section */

.testimonialsDiv .Bg_Global {
  background-image: url(/assets/testimonials_globe-2d4029f64e27ae0e2f59ecb5280557a6d41aa437f7bde0c1bafa1b0e8201d946.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  min-height: 465.58px;
}

.testimonialsDiv#wrapper {
  position: absolute;
  top: 0px;
  left: 30px;
}

.testimonialsDiv .InnerTxt h4 {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: left;
  color: #4FB27C;
}

.testimonialsDiv .InnerTxt h1 {
  font-family: Inter;
  font-size: 42px;
  font-weight: 600;
  line-height: 50.83px;
  text-align: left;
  color: #000000;
}

.testimonialsDiv .InnerBox {
  padding: 40px;
  width: 484px;
  box-shadow: 0px 15px 40px 0px #0000000D;
  border-radius: 40px;
}

.testimonialsDiv .InnerBox p {
  text-align: left;
}

.testimonialsDiv .InnerBox h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  background: #000000;
  color: #FFFFFF;
  padding: 8px;
  border-radius: 10px 10px 0px 0px;
  width: fit-content;
  margin-bottom: 0px;
  margin-top: 25px;
}

.testimonialsDiv .InnerBox span {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  background: #000000;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  width: fit-content;
}

/* testimonials Section */

.contactDiv .container {
  background-color: #F3F3F3;
  padding: 50px 100px;
  padding-right: 0px;
  border-radius: 4px;
}

.contactDiv label {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #000000;
  margin-bottom: 3px;
}

.contactDiv input,
.contactDiv textarea,
.contactDiv select {
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
  color: #000000;
  height: 45px;
}

.contactDiv button {
  background: #313743;
  border: 1px solid #313743;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  height: 50px;
}

.contactDiv button:hover {
  background: transparent;
  color: #313743;
  border: 1px solid #313743;
  transition: 0.5s;
}

/* .contactDiv .rightImg {
  position: relative;
} */

.contactDiv .rightImg img {
  position: absolute;
  right: 15px;
  height: 400px;
  bottom: 0px;
}

.greycontact {
  background-color: #F3F3F3;
  margin-bottom: 60px;
}

.greycontact .container {
  padding: 0px;
}

/* .greycontact .rightImg img {
  top: 85px;
} */

/* FOOTER SECTION */

footer {
  background-color: #313743;
  padding: 50px;
}

footer .Leftside h1 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 30px;
}

footer .Leftside h4 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #000000;
  background-color: #4FB27C;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 5px;
  margin-bottom: 30px;
}

footer .Leftside p {
  text-align: left;
  color: #FFFFFF;
}

footer .Rightside ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: end;
  gap: 15px;
}

footer .Rightside ul li {
  list-style: none;
}

footer .Rightside ul li a {
  color: #fff;
  padding: 5px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: left;
}

footer .Rightside .InnerBox {
  padding: 45px;
  background-color: #3E4657;
  border-radius: 4px;
  margin-top: 4rem;
  width: 80%;
  position: absolute;
  right: 0px;
}

footer .Rightside .InnerBox input {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  height: 55px;
  border-radius: 8px;
  color: #fff;
  /* width: 347px; */
}

footer .Rightside .InnerBox button {
  background: #4FB27C !important;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  height: 55px;
  color: #000000 !important;
  padding: 12px 25px;
  border-radius: 8px;
  border-color: #4FB27C !important;
  width: 100%;
}

footer .Rightside .InnerBox button:hover {
  background-color: transparent;
  transition: 0.5s;
}

footer .BottomFooter {
  padding-top: 35px;
  border-top: 1px solid #FFFFFF;
  display: flex;
  gap: 25px;
}

footer .BottomFooter p,
footer .BottomFooter a {
  color: #fff;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* ABOUT US SECTION */

/* PATHSECTION */

.path_section {
  background: #191A23;
  color: #fff;
}

.path_section .card {
  background: #F3F3F3;
  box-shadow: 5px 3px 0px 0px #4FB27C;
  padding: 40px 25px;
  min-height: 440px;
}

.path_section .card img {
  width: fit-content;
}

.path_section .card h5 {
  background: linear-gradient(102.69deg, #191A23 -39.54%, #36C1AD 34.62%, #F1F53C 107.25%);
  width: fit-content;
  padding: 5px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  text-align: left;
  color: #000000;
  margin: 30px 0px;
  border-radius: 5px;
}

.path_section .heading h4 {
  color: #C2C2C2;
}

/* What we believe Section */

.believe_section ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}

.believe_section ul li {
  list-style: none;
  text-align: center;
  border: 1px solid #4FB27C;
  border-radius: 60px;
  height: 150px;
  width: 258px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
}

.believe_section ul li h4 {
  font-family: VC Honey;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 6px;
}

/* OUR TEAM */

.Team_section {
  padding-bottom: 100px;
}

.Team_section .thumbnail {
  position: relative;
}

.Team_section .thumbnail .InnerTxt {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 89.5%);
  width: 100%;
  padding: 15px;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  justify-content: space-between;
}

.Team_section .thumbnail .InnerTxt h4 {
  font-family: VC Honey;
  font-size: 24px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: -1px;
  text-align: left;
  color: #fff;
}

.Team_section .thumbnail .InnerTxt p {
  color: #fff;
  margin-bottom: 0px;
}

.thumbnail .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #F3F3F3;
  border-radius: 12px;
  cursor: pointer;
}

.thumbnail:hover .overlay {
  opacity: 1;
}

.thumbnail .text {
  color: white;
  font-size: 20px;
  padding: 25px;
}

.overlay h4 {
  font-family: VC Honey;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;
  color: #313743;
  margin-bottom: 0px;
}

.overlay h6 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
  color: #4FB27C;
}

.overlay p {
  margin-bottom: 0px;
  text-align: start;
  font-size: 14px;
  margin-top: 30px;
}

.overlay img {
  position: absolute;
  bottom: 25px;
}

figure.test {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

figure.test .bg_Img {
  width: 100%;
  height: 100%;
}

figure.test figcaption {
  position: absolute;
  top: 50%;
  left: 22.5%;
  right: 22.5%;
  width: 200px;
  opacity: 0;
  z-index: 1;
  transition: all 0.8s ease-out;
  transition-delay: 0.2s;
}

figure.test:after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 7%;
  left: 10%;
  right: 10%;
  bottom: 7%;
  background: white;
  opacity: 0;
  transition: all 0.8s ease-out;
}

figure.test:hover:after {
  opacity: 0.9;
}

figure.test:hover figcaption {
  transform: translateY(-50%);
  opacity: 1;
}

#rotate {
  perspective: 500px;
}

#rotate:after {
  transform: rotateX(90deg);
  transition: all 0.6s ease-in-out;
}

#rotate:hover:after {
  transform: rotateX(0deg);
}

#rotate figcaption {
  transition: all 0.6s ease-in-out;
  transform: translateY(-50%) rotateX(90deg);
}

#rotate:hover figcaption {
  transform: translateY(-50%) rotateX(0);
}

/*Without :after*/
.frame {
  text-align: center;
  position: relative;
  cursor: pointer;
  perspective: 500px;
}

.frame img {
  width: 100%;
  height: 100%;
}

.frame .details {
  width: 75%;
  height: 80%;
  padding: 5% 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  transform-origin: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.4s ease-in;

}

.frame:hover .details {
  transform: translate(-50%, -50%) rotateY(0deg);
  opacity: 1;
}

/*Effect without Perspective*/

.frame#wth {
  perspective: none;
}

/*What To do*/

.ServicesSection h1 {
  font-family: VC Honey;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  color: #242331;
  margin-left: -40px;
  margin-top: 18px;
}

.ServicesSection h2 {
  content: "01";
  font-family: Inter;
  font-size: 80px;
  font-weight: 600;
  line-height: 88px;
  text-align: left;
  color: #F0F0F0;
}

.ServicesSection .card-title {
  font-family: VC Honey;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;
  color: #313743;
}

.ServicesSection .card-text {
  text-align: start;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
  color: #4B4B4B;
}

/*Contact Us*/

.ContantSection .heading h2 {
  line-height: 50px;
  width: 48%;
}

.ContantSection .ContantDetail h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1px;
  text-align: left;
  color: #313743;
  margin-bottom: 0px;
  margin-top: 20%;
}


/*Responsive CSS*/

.HumburgerPopup .modal-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #111111;
}

.HumburgerPopup .modal-content {
    min-height: 500px;
}

.HumburgerPopup .modal-dialog {
    margin: 1rem;
}

.HumburgerPopup .btn-close {
    background-color: transparent !important;
    opacity: 1;
}

.HumburgerPopup .nav-item {
    padding: 15px 0px;
    border-bottom: 1px solid #EDEDED;
}

.HumburgerPopup .nav-link {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.2px;
    text-align: left;
    color: #313743;
}

.HumburgerPopup .btn {
    background: #4FB27C;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    text-align: center;
    color: #fff;
}

.circle-container {
    padding-top: 50px;
    padding-left: 221px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-container img {
    position: absolute;
    width: 100px; /* Adjust the size as needed */
    height: 100px; /* Adjust the size as needed */
    border-radius: 50%;
    object-fit: cover;
    transition: .3s ease-in-out;
}

.circle-container img:hover{
  transform: scale(1.3);
}

.circle-container img:nth-child(1) {
    transform: rotate(0deg) translateX(150px) rotate(0deg);
    transition: .3s ease-in-out;
}

.circle-container img:nth-child(1):hover{
    transform: rotate(0deg) translateX(150px) rotate(0deg) scale(1.3);

}

.circle-container img:nth-child(2) {
    transform: rotate(90deg) translateX(150px) rotate(-90deg);
    transition: .3s ease-in-out;
}

.circle-container img:nth-child(2):hover{
    transform: rotate(90deg) translateX(150px) rotate(-90deg) scale(1.3);

}

.circle-container img:nth-child(3) {
    transform: rotate(180deg) translateX(150px) rotate(-180deg);
    transition: .3s ease-in-out;
}

.circle-container img:nth-child(3):hover{
    transform: rotate(180deg) translateX(150px) rotate(-180deg) scale(1.3);

}

.circle-container img:nth-child(4) {
    transform: rotate(270deg) translateX(150px) rotate(-270deg);
    transition: .3s ease-in-out;
}

.circle-container img:nth-child(4):hover{
    transform: rotate(270deg) translateX(150px) rotate(-270deg) scale(1.3);

}

@media only screen and (max-width: 575px) {
    section {
        padding: 60px 15px;
    }


    .HumburgerMenu {
        background-color: transparent !important;
        border: none;
        width: auto;
        cursor: pointer;
    }

    .scrolled .HumburgerMenu svg{
        filter: invert(100%) sepia(74%) saturate(2%) hue-rotate(327deg) brightness(107%) contrast(101%);
    }

    .customnav {
        position: inherit;
        border-bottom: 1px solid #E9EFFE;
    }

    .customnav .navbar-toggler {
        width: auto;
    }

    .main-section {
        background-image: none;
        height: auto;
    }

    .main-section .Innertxt {
        width: 100%;
        padding: 75px 0px;
    }

    .main-section .Innertxt h1 {
        font-size: 36px;
        line-height: 48.96px;
    }

    .heading h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .heading h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .aboutus p:nth-child(1) {
        margin-top: 40px;
    }

    .aboutus .Detail div:nth-child(1) {
        width: 150px;
    }

    .aboutus .Detail div:nth-child(2) {
        text-align: start;
    }

    .aboutus div:last-child {
        text-align: center;
    }

    .serviceDiv .container {
        padding: 0px 5%;
    }

    .WorkDiv h4 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .WorkDiv p {
        text-align: center;
    }

    .Roadmap_bg {
        background-size: cover;
        min-height: 198px;
    }

    .InnerDetaill {
        font-size: 12px;
        line-height: 14px;
        padding: 0px;
        top: 13px;
        left: -5px;
    }

    .clientsDiv {
        padding-bottom: 100px;
    }

    .clientsDiv .heading h2 {
        font-size: 24px;
    }

    .clientsDiv .heading h4 {
        font-size: 16px;
    }

    .clientsDiv .heading ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .clientsDiv .greenBox {
        margin-top: 50px;
    }

    .HireDiv img {
        width: 150px;
    }

    .WhychooseDiv .heading {
        text-align: center;
    }

    .WhychooseDiv .greyBox h5 {
        font-size: 20px;
    }

    .WhychooseDiv .greyBox p{
      margin-top: 20px;
    }

    .WhychooseDiv .heading h4 {
        text-align: center !important;
    }

    .testimonialsDiv img {
        left: 221px;
    }

    .testimonialsDiv .InnerTxt h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .testimonialsDiv .InnerTxt h4 {
        font-size: 16px;
    }

    .testimonialsDiv .InnerBox {
        width: 100%;
        padding: 30px;
    }

    .contactDiv {
        padding: 60px 30px;
    }

    .contactDiv .container {
        padding: 30px;
    }

    .contactDiv .rightImg img {
        height: auto;
        position: relative;
        right: -28px;
        top: 25px;
    }

    footer {
        padding: 25px;
    }

    footer .Rightside .InnerBox {
        position: initial;
        padding: 30px;
        width: 100%;
    }

    footer .Rightside .InnerBox input {
        margin-bottom: 25px;
    }

    footer .BottomFooter {
        display: inherit;
    }

    footer .BottomFooter p, footer .BottomFooter a {
        padding-bottom: 25px;
    }

    /* About us */

    .wedo_section .heading {
        padding-top: 50px;
    }

    .path_section .card {
        margin-bottom: 25px;
        min-height: auto;
    }

    .believe_section ul {
        display: grid;
        grid-template-columns: auto auto;
    }

    .believe_section ul li {
        width: auto;
        margin-right: -10px;
        margin-left: -10px;
        height: 96px;
        margin-bottom: 15px;
    }

    .believe_section ul li h4 {
        font-size: 16px;
    }

    .Team_section .thumbnail .InnerTxt h4 {
        font-size: 16px;
        line-height: 10px;
    }

    .Team_section .thumbnail .InnerTxt p {
        font-size: 10px;
        line-height: 10px;
    }

    .Team_section .row .col-6{
      flex: 0 0 auto; 
      width: 100%; 
      margin-top: 10px;
    }

    .greycontact .container {
        padding: 0px;
    }

    .ServicesSection h2 {
        font-size: 50px;
    }

    .ServicesSection h1 {
        margin-left: -25px;
        margin-top: 10px;
        font-size: 25px;
    }

    .ContantSection .heading h2 {
        width: 100%;
        line-height: 40px;
    }

    .ContantSection .ContantDetail h4 {
        margin-top: 10%;
    }

    .testimonialsDiv img {
        left: auto;
    }

    .circle-container{
        padding-left: 0px;
        width: auto;
      }
      .circle-container img:nth-child(1) {
        transform: rotate(0deg) translateX(125px) rotate(0deg);
      }
      .circle-container img:nth-child(2) {
        transform: rotate(90deg) translateX(125px) rotate(-90deg);
      }

      .circle-container img:nth-child(3) {
        transform: rotate(180deg) translateX(125px) rotate(-180deg);
      }
      .circle-container img:nth-child(4) {
        transform: rotate(270deg) translateX(125px) rotate(-270deg);
    }

    .circle-container img:hover{
      transform: scale(1.1);
    }

    .circle-container img:nth-child(1):hover{
      transform: rotate(0deg) translateX(125px) rotate(0deg) scale(1.1);

    }
    .circle-container img:nth-child(2):hover{
      transform: rotate(90deg) translateX(125px) rotate(-90deg) scale(1.1);

    }
    .circle-container img:nth-child(3):hover{
      transform: rotate(180deg) translateX(125px) rotate(-180deg) scale(1.1);

    }
    .circle-container img:nth-child(4):hover{
      transform: rotate(270deg) translateX(125px) rotate(-270deg) scale(1.1);

    }
}

@media (min-width: 767px) and (max-width: 1024px) {}
