
/*============ banner style ==========*/
.banner-section .banner {
  background:#000;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: left;
}

.banner-title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  padding-top: 35px;
  text-transform: uppercase;
  display: none;
}
/*========== banner style end ========*/

/*=========== about style ==========*/
.about-img img {
  width: 100%;
}

.about-title {
  text-align: center;
}
.capital {
  padding: 0 50px 0 50px;
  text-align: center;
}
.capital .abt-text p:first-child:first-letter {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  line-height: 1;
      float: none;
margin: 0px;
}
.capital .abt-text p:last-child{
margin: 0px;
}
.capital p:first-child:first-letter {
  color:#fff;
  /* background: -webkit-linear-gradient(4,39,114,1), rgba(34,97,230,1),rgba(137,215,227,1); */
  /* background: -webkit-linear-gradient(#eee, #333); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  float: left;
  font-size: 5.3em;
  font-weight: 600;
  line-height: 1;
  margin: -5px 5px -10px -5px;
}
.capital p{
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
.capital h3{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-title h2 {
  font-size: 45px;
  font-weight: 700;
  color: #ffc107;
}

.about-title h5 {
  color: #67bc45;
}
/*========= about style end ========*/

/*============ contact style ===========*/
/* .contact-img img {
  width: 100%;
} */

.contact-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 35px;
}
.contact-title p{
  margin-bottom: 0px;
  font-size: 18px;
}
.contact-text p {
  color: #fff;
  font-size: 20px;
}
.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-body-color);
  /* background-color: #dfdfdf; */
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: transparent;
}
/*========== contact style end =========*/

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0em auto;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  font-weight: 500;
  letter-spacing: 1px;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50% ;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #000000 url("https://images.clickfunnels.com/09/a714400d3211e7a0bd7d7140585054/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgb(104 188 69 / 31%), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #f8c940ad;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
.btn-primary{
  background: rgb(4,24,74);
  background: linear-gradient(90deg, rgba(4,24,74,1) 0%, rgba(21,64,137,1) 51%, rgba(13,60,155,1) 100%);
  border: none !important;
}
.career-title h6{
  color: #000;
  font-weight: 600;
  font-size: 30px;
}
.career-title p a{
  color: #000;
  font-size: 20px;
}
.career-title p{
  margin-top: 20px;
}
/*.bg-color:hover{*/
/*  background: rgb(4,24,74);*/
/*  background: linear-gradient(90deg, rgba(4,24,74,1) 0%, rgba(21,64,137,1) 51%, rgba(13,60,155,1) 100%);*/
/*}*/
.bg-color:hover h5 a, .bg-color:hover p{
  /*color: #fff;*/
}
/*.bg-color:hover button{*/
/*  background-color: #fff;*/
/*  color: rgb(4,24,74);*/
/*}*/
.btn.btn-primary {
  background: #66bd44;
  border: 1px solid #000000 !important;;
}


.card.black {
  background: #111;
  /* border: 1px solid #ffffff00; */
  text-align: left;
  padding: 20px;
  /* box-shadow: 2px 2px 30px rgb(239 239 239 / 4%); */
  position: relative;
  top: 40px;
}

.card.black.sathik {
  left: 50px;
}


.founder-name h5 {
  height: auto !important;
  padding: 0px !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 30px;
}
.card p {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
hr.founder-div {
  color: #d8b020;
}

a.linkedin i {
  color: #fff;
  background: #3e7dd2;
  padding: 5px;
}

.founder-social span {
  color: #ffc906;
}


.contact-text h5 {
  font-size: 58px;
  line-height: 69px;
  color: #64bc42;
  font-weight: 500;
}


.contact-text span {
  color: #fec90b;
}


.about-content.mt-5 {
  padding-left: 20vh;
  padding-right: 20vh;
}