* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  /* Code for Firefox */
  color: black;
  background: #8fc741;
}

::selection {
  color: black;
  background: #8fc741;
}

body {
  font-family: "Gilroy";
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: white;
}

/* Navbar start */

.nav-main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0px 1px 10px #9e9e9ea8;
}

.nav-main .navbar {
  position: relative;
  padding: 20px 0;
}

.nav-main .navbar .navbar-brand {
  padding: 0 0 0 70px;
}

.nav-main .navbar .navbar-brand img {
  width: 92%;
  /* height: 78px; */
  flex-shrink: 0;
}

.icon-btn-arrow {
  padding-right: 5px;
  font-size: 1.375rem;
}

.nav-main .navbar ul {
  margin: auto;
}

.nav-main .navbar ul .nav-item {
  padding: 8px;
}

.nav-main .navbar .nav-link {
  color: #2376bc;
  text-align: center;
}

.nav-main .navbar .nav-link:hover {
  color: #2376bc;
}

.navbar-light .navbar-nav .nav-link {
  color: #2376bc;
}

.dropdown-toggle::after {
  color: black;
}

.nav-main .navbar ul li {
  font-size: 1.25rem;
  font-weight: bold;
}

/* Navbar ends */

/* Hero start */

.hero {
  padding-top: 115px;
}

.hero-text {
  padding: 150px 0 250px 0;
}

.hero-text h4 {
  padding-bottom: 24px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.hero-text p {
  font-weight: 500;
  padding-top: 15px;
}

.hero-bg {
  position: relative;
  background: url(../images/company/home/vector2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 968px;
  height: 598px;
}

/* .hero-bottom img {
  height: 30px;
  width: 928px;
} */

.hero-pc {
  position: absolute;
  bottom: -86px;
  left: 280px;
}

.hero-pc img {
  width: 87%;
  /* height: auto; */
  flex-shrink: 0;
}

/* .hero-pc video {
  width: 85%;
  height: 80%;
  flex-shrink: 0;
} */

.hero-obj {
  position: absolute;
  bottom: 25px;
  /* right: 100px; */
  left: 100px;
}

/* Hero end */

/* Portfolio Start */

.portfolio {
  padding: 0 0 100px 0;
}

/* .portfolio-info {
  padding-top: 70px;
} */

/* .portfolio-btn a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.portfolio-btn a:before {
  background: #eee;
  content: "";
  height: 51px;
  position: absolute;
  right: -19px;
  top: -12px;
  transition: all 0.2s ease-out;
  width: 33px;
  z-index: -1;
}

.portfolio-btn a:hover {
  color: #2376bc;
  text-decoration: none;
}

.portfolio-btn a:hover:before {
  transition: all 0.2s ease-out;
  width: 100%;
} */



.portfolio-text h2 {
  padding-top: 40px;
}

.portfolio-text p {
  padding-top: 12px;
  font-weight: 400;
}

.portfolio-images {
  padding-top: 30px;
  display: inline-flex;
  gap: 30px;
}

.portfolio-images img {
  width: 96%;
  /* height: 346px; */
  flex-shrink: 0;
  box-shadow: 4px 11px 49px 0px rgba(145, 182, 212, 0.6);
  border-radius: 5%;
}

.trophy-img img {
  width: 90%;
  /* height: 670px; */
  flex-shrink: 0;
}

.portfolio-stat {
  padding-top: 50px;
}

/* .explore-more-box {
  background: #d6f2fe;
  border-radius: 18px;
  padding: 20px 24px;
  width: auto;
  height: 234px;
} */

.explore-more-box h3 {
  padding-bottom: 5px;
  color: #000;
  font-size: 1.75rem;
  font-weight: bold;
}

.explore-more-box .dribble-icon {
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  display: flex;
  /* justify-content: space-around; */
  flex-grow: 1 !important;
}

.explore-more-box .behance-img {
  padding-right: 10px;
  width: 34px;
}

.explore-more-box .dribble-icon .implement-btn {
  text-decoration: none;
  color: #000;
  font-size: 1.20rem;
  font-weight: bold;
}

.explore-more-box .dribble-icon .implement-btn i {
  font-size: 1.5rem;
  padding-right: 10px;
}

.abc {
  display: inline-flex;
  gap: 120px;
}

.explore-more-box .implement-btn {
  background: #6AD4CE;
  ;
  border-radius: 12px;
  display: flex;
  padding: 15px 10px;
  align-items: center;
  height: auto;
  margin-bottom: 20px;
  opacity: 1;
  position: relative;
  /* width: 300px; */
  height: 56px;
  cursor: pointer;
}

.explore-more-box .ib {
  background: #F97080;
}

.explore-more-box .implement-btn:hover:before {
  left: -5px;
  top: -5px;
  transition: 0.3s ease-in-out;
}

.explore-more-box .implement-btn:before {
  /* border: 1px dashed rgba(0, 0, 0, 0.3); */
  background: #D9D9D9;
  z-index: -1;
  border-radius: 10px;
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  top: 6px;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.explore-more-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

/* .explore-more-right .portfolio-stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
} */

.explore-more-right .portfolio-stats .stats {
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  opacity: 1;
  padding-bottom: 10px;
  text-align: center;
  cursor: default;
}

.explore-more-right .portfolio-stats .stats .span-class {
  color: #2376bc;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 58px;
}

.explore-more-right .portfolio-stats .stats .span-class i {
  font-size: 0;
  transition: all 0.3s ease-in;
}

.explore-more-right .portfolio-stats .stats .span-class:hover i {
  font-size: 30px;
}

/* .explore-more-right .home-platform-boxes ul {
  padding-top: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
} */

/* .explore-more-right .home-platform-boxes {
  padding-top: 30px;
}

.explore-more-right .home-platform-boxes .plate-text {
  background: #d6f2fe;
  border-radius: 16px;
  height: 98px;
}

.explore-more-right .home-platform-boxes .plate-2 {
  background: #ffe8db;
}

.explore-more-right .home-platform-boxes .plate-3 {
  background: #baffe6;
}

.explore-more-right .home-platform-boxes .plate-4 {
  background: #ffcaca;
}

.explore-more-right .home-platform-boxes .plate-text {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding: 15px 15px 15px 10px;
  position: relative;
}

.explore-more-right .home-platform-boxes .plate-text img {
  width: 50px;
  height: 50px;
}

.explore-more-right .home-platform-boxes .plate-text .count {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin-right: 15px;
}

.explore-more-right .home-platform-boxes .plate-text .count img {
  width: 100px;
} */

/* Portfolio End */

/* Service Start */

.why-ctl-service {
  padding-bottom: 100px;
}

.why-ctl-service .inner .title-part {
  /* width: 600px; */
  position: sticky;
  top: 130px;
  padding: 0;
}

.why-ctl-service .why-list {
  padding: 0 0 0 0px;
  position: relative;
  margin: -10px 0 0;
}

.why-ctl-service .title-part h2 {
  padding-bottom: 30px;
}

.why-ctl-service .content b {
  color: #2376bc;
  font-size: 1.3rem;
  line-height: 150%;
}

.why-ctl-service .content p {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 400;
}

.why-ctl-service .why-list ul {
  list-style: none;
  margin: 0;
  padding: 90px 0 0 0;
}

.why-ctl-service .why-list ul li {
  margin: 0 0 20px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 0 30px 0;
}

.why-ctl-service .why-list .icon-square i {
  font-size: 2rem;
}

.why-ctl-service .why-list ul li .why-span {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

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

.title-part .btn-wrap {
  padding: 20px 0;
}

.btn-wrap .theme-btn {
  width: 240px;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
}

/* Service End */

/* What we can offer */

.service-offer {
  height: auto;
  background: linear-gradient(180deg, #E6F7FF -1.36%, rgba(217, 217, 217, 0.00) 57.21%);
  background-size: cover;
  padding: 100px 0;
}

.service-offer h2 {
  padding-bottom: 60px;
}

.service-item {
  padding: 20px 0;
}

.right-to-left,
.left-to-right {
  position: relative;
  left: 230px;
}


.hover-animation {
  position: relative;
  display: flex;
  justify-content: center;
}

.hover-animation .image-front {
  z-index: 1;
  height: 100%;
  width: auto;
}

.hover-animation .popup-image-back {
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 44%;
  left: 44%;
  transition: all 0.3s ease-in-out;
}

.hover-animation .popup-image-front {
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 44%;
  left: 44%;
  transition: all 0.3s ease-in-out;
}

.hover-animation .popup-image-back img,
.hover-animation .popup-image-front img {
  width: 100%;
  height: 100%;
}

.hover-animation:hover .popup-image-back {
  width: 13.375rem;
  height: 19.875rem;
  bottom: 47%;
  left: 53%;
}

.hover-animation:hover .popup-image-front {
  width: 13.375rem;
  height: 19.875rem;
  bottom: 20%;
  left: 65%;
}

/* For right side images */

.hover-animation .popup-image-right-back {
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 44%;
  left: 44%;
  transition: all 0.3s ease-in-out;
}

.hover-animation .popup-image-right-front {
  position: absolute;
  width: 0%;
  height: 0%;
  bottom: 44%;
  left: 44%;
  transition: all 0.3s ease-in-out;
}

.hover-animation .popup-image-right-back img,
.hover-animation .popup-image-right-front img {
  width: 100%;
  height: 100%;
}

.hover-animation:hover .popup-image-right-back {
  width: 13.375rem;
  height: 19.875rem;
  bottom: 47%;
  left: 8%;
}

.hover-animation:hover .popup-image-right-front {
  width: 13.375rem;
  height: 19.875rem;
  bottom: 20%;
  left: -6%;
}


/* @-webkit-keyframes grow {
  0% {
 -webkit-transform: scale( 0 );-moz-transform: scale( 0 );-o-transform: scale( 0 );-ms-transform: scale( 0 );transform: scale( 0 );
   }
   
   100% {
   -webkit-transform: scale( 1 );-moz-transform: scale( 1 );-o-transform: scale( 1 );-ms-transform: scale( 1 );transform: scale( 1 );
   }
 } */



/* .left .bg-img {
  position: relative;
  width: 1100px;
}

.left .top-img-left {
  width: 763px;
  position: absolute;
  left: 320px;
} */

.offers .title {
  color: #2376bc;
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 20px;
}

.offers .short-description {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.service-links ul {
  list-style: none;
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
}

.service-links ul li {
  padding: 10px 0px 10px 10px;
  width: 50%;
  height: 45px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  /* justify-content: center; */
}

.service-links ul li:hover {
  border: 1px dashed #2376BC;
  background: #EBF3F7;
  box-shadow: 0px 0px 10.1px 0px rgba(0, 0, 0, 0.21);
  cursor: default;
}



.service-links1 ul li:hover {

  border: 1px dashed #2376BC;
  background: #EBF3F7;
  box-shadow: 0px 0px 10.1px 0px rgba(0, 0, 0, 0.21);
  cursor: default;
}



.service-links ul li i {
  font-size: 1.5rem;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.service-links ul div {
  /* text-decoration: underline;
  text-decoration-color: #2376bc;
  text-underline-offset: 10px; */
  color: #000;
  vertical-align: middle;
}

.right .theme-btn,
.left .theme-btn {
  font-size: 1rem;
  font-weight: 600;
}

/* .right .bg-img {
  position: relative;
  right: -20px !important;
  width: 1100px;
} */

/* .right .top-img-right {
 
  position: absolute;
} */

.service-links1 ul {
  list-style: none;
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
}

.service-links1 ul li {
  padding: 10px 0px 10px 10px;
  width: 30%;
  height: 45px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.service-links1 ul i {
  font-size: 1.7rem;
  /* padding: 0 10px; */
  display: inline-block;
  vertical-align: middle;
}

.service-links1 ul div {
  /* text-decoration: underline;
  text-decoration-color: #2376bc;
  text-underline-offset: 10px; */
  color: #000;
  vertical-align: middle;
}

/* What we can offer */

/* Project Management */

.project_management_sec .project_management_title {
  padding: 100px 0 70px 0;
}

.project_management_sec .project_management_title p {
  font-weight: 400;
  padding-top: 15px;
}

.project_management_sec .project-card-content {
  text-align: center;
  padding-top: 60px;
}

.project_management_sec .project-card-content h4 {
  border-radius: 10px;
  /* background: #6AD4CE; */
  padding: 4px 10px;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: bold;
}

.project_management_sec .project-card-content p {
  font-weight: 500;
  padding-top: 10px;
}

.project_management_sec .project-main {
  max-width: 195px;
}

.project-arrow {
  position: relative;
  top: 30px;
  left: 25px;
}

.project_management_sec .project_card .circle {
  z-index: 1;
  background: radial-gradient(92.31% 92.31% at 50.3% 11.48%, #FFF 0%, #FAFAFA 32%, #ECECED 70%, #DBDCDD 100%);
  border-radius: 50%;
  display: flex;
  /* padding: 15px 10px; */
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 20px;
  opacity: 1;
  position: absolute;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin-left: 50px;
  box-shadow: 4px 30px 40px 0px rgba(91, 91, 92, 0.6);
}

.arrow-down {
  width: 194px;
  height: 106px;
  /* background-color: #6AD4CE; */
  position: relative;
  top: 50px;
  z-index: 0;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.arrow-1 {
  background-color: #6AD4CE;
}

.arrow-2 {
  background-color: #F97080;
}

.arrow-3 {
  background-color: #FFAF87;
}

.arrow-4 {
  background-color: #968BFF;
}

.arrow-5 {
  background-color: #6AD4CE;
}

.arrow-6 {
  background-color: #F97080;
}

.project_management_sec .project_card .circle .card-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 40px; */
}

.project_management_sec .project_card .circle .card-icon i {
  font-size: 2rem;
}

.project_management_sec .project_card p {
  text-align: center;
  font-weight: 400;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}

.grid-item {
  flex: inherit;
}

/* Project Management */

/* Industries Slider */

.industries {
  padding: 30px 0 100px 0;
}

/* .ball {
  position: absolute;
  left: 80px;
  width: 151px;
  height: 151px;
  flex-shrink: 0;
} */

.slider {
  padding: 0 0 0 150px;
}

.slider-bg {
  width: 100%;
  height: 784px;
  flex-shrink: 0;
  border-radius: 66px;
  background: rgba(248, 248, 248, 0.1);
  box-shadow: -83.46667px 83.46667px 83.46667px 0px rgba(255, 255, 255, 0.1) inset,
    83.46667px -83.46667px 83.46667px 0px rgba(188, 188, 188, 0.1) inset;
  backdrop-filter: blur(83.46666717529297px);
}

.slider-heading {
  display: flex;
  align-items: center;
  padding: 70px 0 0 150px;
}

.slider .cat-cards {
  padding: 60px 0 0 0px;
}

.slider .card {
  width: 443px;
  height: 473px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid var(--Primary, #2376bc);
  background: linear-gradient(139deg, #c0e9fb 3.75%, #d6f2fe 98.69%);
  box-shadow: 4px 11px 49px 0px rgba(161, 176, 189, 0.6);
}

.slider .card h3 {
  padding: 30px;
  color: #000;
  font-size: 1.75rem;
  font-weight: 600;
}

.slider .card ul {
  list-style: none;
  /* padding-left: 60px; */
  background-repeat: no-repeat;
  line-height: 30px;
  position: absolute;
  z-index: 1;
}

.slider .card ul li {
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 7px 0;
}

.slider .card .card-body1 {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.slick-list {
  overflow: visible !important;
}

.paginator-center ul {
  list-style: none;
  display: inline-flex;
  gap: 15px;
  padding-left: 100px;
}

.paginator-center ul li i {
  color: #2376bc;
  -webkit-text-stroke: #2376bc;
  font-size: 1.5rem;
  border: 1px solid #2376bc;
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
}

/* Industries Slider */

/* Testimonial */

.ctl-testimonials-sec {
  /* background: url(../images/company/home/our-clients-bg.webp); */
  background: linear-gradient(138deg, #C0E9FB 0.16%, #D6F2FE 70.97%);
  height: auto;
}

.ctl-testimonials-sec .testimonial-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 10px 0;
}

.ctl-testimonials-sec .testimonial-slider {
  padding: 50px 0 100px 0;
  min-height: 450px;
}

.ctl-testimonials-sec .efficiently-btn {
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 68px;
  background: #6AD4CE;
  margin: 0 0 20px 0;
}

.carousel-item:nth-child(2) .efficiently-btn {
  background-color: #F97080;
  /* Example color */
}

.carousel-item:nth-child(3) .efficiently-btn {
  background-color: #968BFF;
  /* Example color */
}

.carousel-item:nth-child(4) .efficiently-btn {
  background-color: #FFAF87;
  /* Example color */
}

.ctl-testimonials-sec .efficiently-btn span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.ctl-testimonials-sec .carousel-item p {
  font-size: 1.125rem;
  font-weight: 400;
}

.ctl-testimonials-sec .media-body h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}

.ctl-testimonials-sec .avtar {
  height: 100%;
  /* width: 90px; */
  margin-right: 15px;
}

.ctl-testimonials-sec .media-body h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.carousel-indicators {
  display: none;
}

.carousel-control-prev {
  right: 75px;
  left: unset;
  top: unset;
}

.carousel-control-next {
  top: unset;
}

.carousel-item {
  min-height: 400px;
}

.reviews {
  position: relative;
  padding-bottom: 50px;
  max-width: 526px;
  height: fit-content;
  width: 100%;
  text-align: center;
}

.three-dots {
  display: inline-flex;
  gap: 10px;
  position: absolute;
  top: 14px;
  right: 26px;
}

.three-dots .dot-one,
.three-dots .dot-two,
.three-dots .dot-three {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 1px -1px 1px 0px rgba(0, 0, 0, 0.55) inset;
  filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.38));
}

.three-dots .dot-one {
  background: #84F1FA;
}

.three-dots .dot-two {
  background: #F1BB22;
}

.three-dots .dot-three {
  background: #FF3C5F;
}

.review-box {
  padding: 100px 60px;
  border-radius: 43px;
  border: 2px solid #2376BC;
  /* background: rgba(255, 255, 255, 0.10); */
  box-shadow: -32.867px 32.867px 32.867px 0px rgba(255, 255, 255, 0.10) inset, 32.867px -32.867px 32.867px 0px rgba(194, 194, 194, 0.10) inset;
  backdrop-filter: blur(32.86666488647461px);
  position: relative;
  z-index: 1;

}

.reviews .review-box .fiverr-box {
  padding: 20px 0;
  display: inline-flex;
  gap: 100px;
}

.reviews .review-box .fiverr-box .app-details i {
  font-size: 4rem;
}

.review-box .review-head {
  position: absolute;
  top: 15px;
}

.review-box .ratings {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.review-box h6 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 5px;
}

.ctl-testimonials-sec .ball {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #2376BC;
  box-shadow: 9px -13px 6px 0px rgba(0, 0, 0, 0.24) inset;
  position: absolute;
  right: 0;
  bottom: 25px;
  z-index: 0;
}


.client_review .review_lb {
  background: #fff no-repeat padding-box;
  border-radius: 20px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.051);
  margin-bottom: 16px;
  min-height: 360px;
  padding: 30px 30px 60px;
  position: relative;
}

.client_review .review_lb .media-body h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
}

.client_review .review_lb .avtar {
  height: 90px;
  width: 90px;
  margin-right: 15px;
}

.client_review .review_lb .media-body h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.client_review p {
  padding-top: 20px;
  font-size: 1.125rem;
  font-weight: 400;
}

/* Testimonial */

/* Contact */

.contact-text {
  margin-bottom: -165px;
}

.contact-us .contact-text p {
  font-weight: 400;
}

.contact-form-main {
  padding: 100px 25px 0 25px;
  border-radius: 49px;
  border: 3px solid var(--Gradiant-1, #56ccf2);
  background: #d6f2fe;
  flex-shrink: 0;
  position: relative;
  bottom: -188px;
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form-main .contact-btn {
  padding: 70px 0;
}

.contact-form-main .contact-btn .theme-btn {
  margin-right: 0;
}

.contact-form-main .contact-form .form-item input {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #2376bc;
  background: #d6f2fe;
  box-shadow: 4px 2px 22px 0px rgba(145, 182, 212, 0.15);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

::placeholder {
  color: #000 !important;
}

.contact-form-main .contact-form .form-item select {
  padding: 21px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Safari and older versions of Chrome/Opera */
  border: 1px solid #2376bc;
  background: #d6f2fe;
  box-shadow: 4px 2px 22px 0px rgba(145, 182, 212, 0.15);
  -webkit-box-shadow: 4px 2px 22px 0px rgba(145, 182, 212, 0.15);
  /* Safari and older versions of Chrome/Opera */
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

.contact-form-main .contact-form .form-item select option {
  font-size: 1rem;
  background: #d6f2fe !important;
  font-weight: 500;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.iti {
  position: relative;
  display: block !important;
}

.contact-form-main .contact-form .form-item textarea {
  height: auto;
  padding: 20px;
  border: 1px solid #2376bc;
  border-radius: 5px;
  background: #d6f2fe;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000 !important;
  font-weight: 500;
  font-size: 1rem;
}

.contact-us-other {
  height: 45px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.contact-us-other:before {
  content: "";
  height: 1px;
  background-color: #2376bc;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  position: absolute;
}

.contact-us-other span {
  margin: 0 auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 20px;
  color: #000;
  border: 1px solid #2376bc;
  background: #d6f2fe;
  border-radius: 99em;
  padding: 12px 20px;
  display: inline-table;
  z-index: 1;
  position: relative;
}

.contact-details {
  padding: 30px 0 70px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-info {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.contact-info i {
  font-size: 1.5rem;
  color: #2376bc;
}

.contact-detail {
  display: flex;
  flex-direction: column;
}

.contact-detail span {
  color: #282828;
  font-size: 0.875rem;
  font-weight: 400;
}

.contact-detail a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: 600;
}

.form-control:focus {
  background-color: #000;
  border-color: #2e0077 !important;
  outline: 0;
}

label.error {
  color: red;
  font-weight: 600;
}

input.valid.success-alert,
textarea.valid.success-alert {
  border: 2px solid #4caf50;
}

input.error,
textarea.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}

.captcha-error {
  color: red;
}

.form-messege.success {
  color: green;
  text-transform: uppercase;
  font-style: italic;
}

.form-messege.error {
  color: red;
  text-transform: capitalize;
  font-style: italic;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
}

.iti__country-list {
  background: #d5eefc !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  max-height: 66px;
}


/* Contact */

/* Footer start */

.footer {
  height: auto;
  width: 100vw;
  background: #e6f7ff;
  padding: 240px 0 70px 0;
}

.hire-page-footer .footer {
  padding-top: 100px;
}

.footer-logo img {
  width: 18%;
  /* height: 67px; */
  margin-bottom: 30px;
}

.footer-info p {
  font-size: 1.25rem;
  font-weight: 500;
}

.footer-info .social-links {
  display: inline-flex;
  gap: 25px;
}

.footer-info .social-links a {
  text-decoration: none;
  color: #2376bc;
}

.footer-info .social-links i {
  font-size: 1.625rem;
}

.country h4 {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
}

.country p {
  padding-top: 30px;
  font-size: 1.125rem;
  font-weight: 400;
}

hr {
  margin: 0;
}

.copyright {
  background: #e6f7ff;
  padding: 52px 0;
}

.copyright-text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

.copyright-text a {
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.1s ease-in;
}

.copyright-text a:hover {
  color: #2376BC;
}

.copyright {
  position: relative;
}

.copyright::after {
  background: #2376bc;
  border-radius: 15px 15px 0 0;
  bottom: 0;
  content: "";
  height: 12px;
  /* left: 250px; */
  position: absolute;
  width: 100%;
}

.country img {
  width: 35px;
  height: 40px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Footer end */