/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap");
/* JakartaSans */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300&display=swap");
@import url("https://fonts.cdnfonts.com/css/athena");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap");

@font-face {
  font-family: "atenawoff";
  src: url("atena.woff") format("woff");
}

/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Poppins', sans-serif; */

:root {
  --primary: #635ffc;
  --secondary: #000;
}

/* basic typography */
body {
  width: 100%;
  overflow-x: hidden !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 33px !important;
}
.standard-font {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--secondary);
    font-style: normal;
    font-weight: 400;
    line-height: 33px !important;
}

html,  body {
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 500;
}

h1 {
  font-weight: 500;
  font-size: 65px !important;
}

h2 {
  font-weight: 500;
  font-size: 50px;
}

strong {
  font-weight: 700;
}

p {
  color: var(--secondary);
  font-size: 16px;
}

/* basic stylings */

.bg-dark-1 {
  background: #191919;
}

.bg-dark-2 {
  background: #101010;
}

.section-title {
  font-size: 62px;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}

.section-title-center p {
  max-width: 960px;
  margin: 0 auto;
}

.custom-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.75rem;
  max-width: 1820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-pink {
  color: var(--primary);
}

.navbar-brand {
  margin-left: -13px;
}

/* Nav Bar */

.navbar {
  padding-top: 30px;
  background-color: transparent;
  z-index: 99;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--primary) !important;
}

.header {
  margin-top: -84px;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  background-color: #000;
  padding: 10px 0;
  transition: transform 0.3s;
}

/* Home section */
.site-title {
  font-size: 75px;
  margin-top: 30px;
}


.site-title .text-name {
  color: transparent;
  -webkit-text-stroke: 3px var(--primary);
}

p.my-job {
  color: white;
}

.scroll-down-arrow {
  left: 50%;
  bottom: 40px;
}

.animated {
  position: relative;
  animation: fadeInDown 1.5s infinite;
}

@keyframes fadeInDown {
  0% {
    top: -25px;
    opecity: 0;
  }

  100% {
    top: 10px;
    opecity: 1;
  }
}

.li-hero {
  font-family: "Plus Jakarta Sans";
  color: #212529;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none !important;
}

img.logo-hero-image {
  max-width: 40% !important;
  margin-top: 20px;
}

.image-hero {
  transform: translateX(19%);
}

.hero-p {
  max-width: 62%;
}

.custom-padding-hero {
  position: relative;
  padding: 220px 0;
}

.custom-padding-hero::before {
  background-image: url('../images/background-image.jpg');
  content: "";
  background-size: cover;
  position: absolute;
  top: 100px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.45;
}

h1 {
  opacity: 1 !important;
  position: relative;
}

.img-relative-pos {
  position: relative;
}







/* buttons */

.full-button {
  padding: 15px 36px;
  background: #635ffc;
  border-radius: 10px;
  border: 1px solid #635ffc;
  color: #ffffff;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px !important;
}

.full-button:hover {
  padding: 15px 36px;
  background: #544fe3;
  transition-duration: 0.4s;
  border: 1px solid #635ffc;
  color: #ffffff;
}

.background-custom-btn {
  background-color: #03d2ca !important;
  border-color: #03d2ca !important;
  color: #101010 !important;
}

.background-naked-custom {
  border-color: #fff !important;
}

.float-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.float-on-hover:hover,
.float-on-hover:focus,
.float-on-hover:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.naked-button {
  padding: 25px 36px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #635ffc;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 0%;
  margin-left: 15px;
}

/* buttons 1 */
.full-button-1 {
  padding: 25px 36px;
  background: #12adf0;
  border-radius: 10px;
  border: 1px solid #12adf0;
  color: #ffffff;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.full-button-1:hover {
  padding: 25px 36px;
  background: #12adf0;
  transition-duration: 0.4s;
  border: 1px solid #12adf0;
  color: #ffffff;
}

.float-on-hover-1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.float-on-hover-1:hover,
.float-on-hover-1:focus,
.float-on-hover-1:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.naked-button-1 {
  padding: 25px 36px;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #12adf0;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 0%;
  margin-left: 15px;
}

.custom-margin {
  margin-left: 50px;
}

.hero-div {
  padding: 150px 0px !important; 
  margin-top: -80px;
}

/* about section */
.nav-tabs .nav-link {
  color: white !important;
}

.nav-tabs .nav-link.active {
  background: #3e3e3e;
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.nav-tabs .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-tabs {
  border-color: var(--secondary);
}

/* services section */
.single-service-icon i {
  color: var(--primary);
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-service-icon {
  min-width: 72px;
  min-height: 72px;
  background-color: #3c3c3c;
  border-radius: 5px;
}

.single-services p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}

.prt-item img {
  max-width: 100%;
}

.grid-item {
  margin-bottom: 20px;
}

.portfolio-filter button {
  border: 0;
  background-color: transparent;
  color: white;
}

.portfolio-filter button.clicked {
  color: var(--primary);
}

/* Testimonial section */
.tns-nav {
  text-align: center;
  margin-bottom: 25px;
}

.tns-nav button {
  background-color: gray;
  border: none;
  margin: 6px;
  height: 12px;
  width: 5px;
  border-radius: 50%;
}

.tns-nav button:hover {
  background-color: var(--primary);
}

.tns-nav .tns-nav-active {
  background-color: var(--primary);
  position: relative;
  top: -4px;
}

.tns-nav .tns-nav-active::before {
  content: "";
  position: absolute;
  height: 150%;
  width: 150%;
  left: -3px;
  top: -3px;
  border: 1px solid var(--primary);
  border-radius: 50%;
}

.test-thumb {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

/* Contact section */

.btn-submit {
  background-color: var(--primary);
  color: white;
  padding: 10px 22px;
  letter-spacing: 2px;
  border: 2px solid transparent;
}

.btn-submit:hover {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

/* footer */

.nav-social a {
  color: var(--secondary);
}

.nav-social a:hover {
  color: var(--primary);
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float:hover{
	background-color:#25d366;
	color:#FFF;
}

.my-float{
	margin-top:16px;
}

/* back to top */

.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
}

.scroll-to-top i {
  color: var(--primary);
  background-color: #383838;
  padding: 14px 16px;
  border-radius: 7px;
  transition: background-color 0.2s ease;
}

.scroll-to-top i:hover {
  background-color: #696969;
}

/* Responsiveness */

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar {
    background-color: #000;
    padding: 15px 0;
  }

  .naked-custom-mt1 {
    margin-top: 15px !important;
  }

  .display-none-mobile {
    display: none;
  }

  .navbar-brand {
    margin-left: 0px;
  }

  h1 {
    font-size: 35px !important;
    padding-left: 15px;
    padding-right: 15px;

  }

  .hero-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-button {
    display: block;
  }

  .hero-p {
    max-width: 100%;
  }

  .custom-padding-hero {
    padding-top: 0px;
    padding-bottom: 200px;
  }


  .naked-button {
    margin-top: -10px;
  }

  .naked-button-1-mobile {
    margin-left: 0px;
  }

  .image-hero {
    width: 105%;
    margin-top: -120px;
  }

  .box-aua1 {
    margin: 10px;
  }

  .about-image {
   /* display: none;*/
   max-width:100%;
   margin:auto;
  }

  .about-whistle {
    margin-top: -50px;
  }

  .box-4 {
    margin-bottom: 10px;
  }
  

  .header {
    background-position: 62%;
    background-size: cover;
  }

  .section-title {
    font-size: 42px;
    font-weight: 700;
  }

  .nav-tabs {
    justify-content: center;
  }

  .single-test-content.p-5 {
    padding: 2rem 1rem !important;
  }

  .diagonal {
    z-index: 1;
    padding: 1rem !important;
  }

  img.custom-vector {
    top: -7.83%;
  }

  .row-no-gutter {
    --bs-gutter-x: 0!important;
  }

  .custom-vector-4 {
    display: none;
  }

  .box-aua11 {
    margin: 0px;
  }
  
  .custom-vector-3 {
    display: none;
  }

  .custom-mobile-h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .custom-vector-1-mobile {
    top: -1.83% !important;
  }

  .image-hero {
    transform: translateX(0%) !important;
  }
  
  .naked-margin-left {
      display: none !important;
  }

  .hero-div {
    padding: 100px 0px !important; 
    margin-top: -80px;
  }


  
}

@media only screen and (max-width: 992px) {
  .tablet-width {
    min-width: 100% !important;
  }

  .box-aua1-tablet {
    min-width: 100% !important;

  }

  .image-hero {
    display: none;
  }

  .hero-div {
    margin-bottom: -160px !important;
  }

  h1 {
    padding-top: 50px;
  }

  .box-1 {
    margin: 5px;
  }

  .box-1-tablet {
    min-width: 100% !important;
  }

  .footer-logo {
    width: 100%;
  }

  .navbar-brand {
    margin-right: -0px !important;
  }

  a.nav-link {
    line-height: 20px;
  }

  .naked-tablet {
    margin-bottom: 50px !important;
  }

  .header-button {
    width:100%;
    margin-top:5px;
  }
}

.custom-vector-4 {
  transform: translateY(-135px) !important;
  }

.custom-vector-3 {
  transform: translate(-185px, -120%) !important;

}



/* Pentru cine este */

.background-custom {
  position: relative;
  background-color: #5882f8;
  color: #fff;
  text-align: center;
}
.background-custom:before {
  position: absolute;
  content: "";
}
.background-custom.diagonal {
  background: #5882f8;
  background-position: fixed;
}
.diagonal {
  z-index: 1;
  padding: 3em;
}
.diagonal:before {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 100%;
  background: inherit;
  opacity: 100% ±important;
}

.box-1,
.box-2,
.box-3 {
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 10px;
}


.custom-vector {
  position: absolute;
  left: 72.99%;
  right: 18.93%;
  top: 10.17%;
  bottom: 84.38%;
}

/* companiile 50+ */
.custom-width {
  width: 60%;
}

.custom-width-1 {
  width: 40%;
}

.custom-image-size {
  max-width: 100%;
  margin-left: -37px;
  margin-top: 0px;
}

.custom-p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  /* or 26px */
  color: #0a1425;
}

.box-4,
.box-5,
.box-6,
.box-7 {
  background: rgba(92, 100, 251, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* de ce o astfel de aplicatie? */
.custom-container {
  margin-left: 70px;
}

.custom-row {
  margin-right: 20px;
}

.custom-div-position {
  position: relative;
}

.custom-vector-1 {
  position: absolute;
  left: 95%;
  right: 5%;
  top: -20%;
  bottom: 100%;

  width: 9%;
}

/* riscuri */
.custom-container-opposite {
  margin-right: 70px !important;
}

.custom-row-opposite {
  margin-left: 20px;
  max-width: 40% !important;
  padding: 0px 60px 0px 20px;
}

.column-custom-1 {
  max-width: 60% !important;
}

.column-custom-1 > img {
  max-width: 100%;
}

.custom-vector-2 {
  position: absolute;
  left: 95%;
  right: 5%;
  top: 0%;
  bottom: 100%;
  width: 15%;
}

.custom-margin {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* subscribe form */

.custom-padding-2 {
  padding-bottom: 150px;
  padding-top: 120px;
}

.subscribe-area {
  background-image: #5882f8;
}

.pb-50 {
  padding-bottom: 50px;
}
.pt-70 {
  padding-top: 70px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 57px;
  margin-right: 17px;
  padding-left: 35px;
  width: 30%;
  cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
  background: #ffff;
  border: none;
  border-radius: 30px;
  color: #4b5d73;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 46px;
  transition: all 0.3s ease 0s;
}
.subscribe2-wrapper .subscribe-form button i {
  font-size: 18px;
  padding-left: 5px;
}

input::placeholder {
  color: #fff;
}

/* intrebari frecvente */
.padding-custom-size {
  padding-bottom: 100px;
  padding-top: 100px;
  background: rgba(92, 100, 251, 0.1);
}

.accordion-item {
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-button {
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.coolBeans {
  border: 2px solid currentColor;
  border-radius: 3rem;
  color: #ff0;
  font-family: roboto;
  font-size: 4rem;
  font-weight: 100;
  overflow: hidden;
  padding: 1rem 2rem;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}
.coolBeans::after {
  background-color: #ff0;
  border-radius: 3rem;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.coolBeans:hover::after {
  transform: translate(0, 0);
}
.coolBeans:hover {
  border: 2px solid transparent;
  color: #4b0082;
  transform: scale(1.05);
  will-change: transform;
}
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
  font-family: "Plus Jakarta Sans" !important;
}
button.learn-more {
  width: 12rem;
  height: auto;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #635ffc;
  border-radius: 10px;
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 2rem;
  color: #635ffc;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

#container {
  margin-left: 20px;
}

/* avantajele utilizarii aplicatiei */

.box-aua1 {
  background: #635ffc;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 20px;
}

.image-riscuri {
  max-width: 96%;
  margin-top: 70px;
}

.box-aua2 {
  background: #12adf0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 20px;
}

.box-aua4 {
  background: #12adf0;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 30px 10px;
}

.padding-custom-size-2 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.custom-vector-4 {
  position: absolute;
  left: 10%;
  right: 90%;
  top: 70%;
  bottom: 30%;
  width: 95%;
}

.custom-vector-3 {
  position: absolute;
  left: 0%;
  right: 100%;
  top: 0%;
  bottom: 100%;
  width: 95%;
}

.first-col {
  min-width: 400px !important;
}

.highlighted {
  background-color: red;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent !important;
}

.table > :not(caption) > * > * {
  box-shadow: none;
}

.border-custom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small-button {
  font-size: 14px;
}

.small-button:hover {
}

td:nth-child(3),
.highlighted {
  background: rgba(99, 95, 252, 0.1);
}

th:nth-child(3),
.highlighted {
  background: rgba(99, 95, 252, 0.1);
}

/* Client's Logo Carousel */
.custom-background-container {
  background-color: #f9fafc;
}

.custom-svg-align {
  display: block;
  margin: auto;
}

.custom-width-p {
  max-width: 600px;
  display: block;
  margin: auto;
}

.accordion-item {
  margin: 0px 5px 0px 5px !important;
}

/* CTA Zone */

.form-btn {
  width: 348.83px;
  height: 48.45px;

  background: linear-gradient(91.77deg, #5c64fb -8.67%, #03d1cb 112.87%);
  border-radius: 6.45983px;
  color: #fff;
  margin-top: 20px;
}

.custom-form {
  /* White */

  background: #fafafa;
  box-shadow: 0px 19.3795px 40.3739px rgba(0, 0, 0, 0.1);
  border-radius: 12.9197px;
  padding: 25.8393px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-container-form {
  margin-left: 5%;
}

.input-lg {
  padding: 10px;
}

.img-cta {
  margin-left: 150px;
}

.container-cta {
  margin-left: 7%;
}

.custom-image {
  margin-left: 10%;
}

.custom-column {
  margin-top: 20px;
}

/* Footer */

.custom-footer {
  background-color: #635ffc;
}

.no-underline {
  text-decoration: none;
  color: #fff;
  font-weight: 300 !important;
  font-size: 16px;
}

.no-underline:hover {
  text-decoration: none;
  color: turquoise;
}

.copyright-section {
  background: linear-gradient(90.4deg, #5c64fb 49.65%, #03d1cb 218.33%);
}

a.nav-link {
  color: black !important;
  font-weight: 300 !important;
}

li {
  padding-right: 20px;
}

.custom-div-position-1 {
  margin-top: 80px;
  margin-left: -80px;
}

/* Pagina contact */
.contact-area {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .contact {
    margin-bottom: 60px;
  }
}

.contact input {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 60px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact input:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-control::placeholder {
  color: #232434;
  opacity: 1;
}

.btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #7564e5;
  font-family: "poppins", sans-serif;
  cursor: pointer;
  width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #232434;
  color: #fff;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .single_address {
    padding-left: 0px;
  }
}

.single_address i {
  background: #f6f6f6;
  color: #7564e5;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover i {
  background: #7564e5;
  color: #fff;
}

.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
  margin-top: 5px;
}

.section-title h1 {
  font-size: 44px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}
.section-title {
  margin-bottom: 60px;
}
.text-center {
  text-align: center !important;
}

.custom-position {
  width: 100%;
}


.margin-for-image {
  margin-right: -30px !important;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */

[class*="col-"] {
  margin-bottom: 30px;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}

@media (min-width:1025px) {

  .col-cst-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
  }
  
  .col-cst {
    display: table-cell; /* Make elements inside the container behave like table cells */

  }

  .box-aua1 {
    border-radius: 8px 0px 0px 8px;
    padding: 30px 20px;
  }

  .box-aua2 {
    border-radius: 0px 8px 8px 0px;
    padding: 30px 20px;
  }

  .no-margin-class {
    margin-top: 30px !important;
  }

  .custom-position-1 {
    margin-top: 19% !important;
  }

}
