@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --clr-1: #2E4B9B;
  --clr-2: #0F0049;
  --clr-3: #FF3A61;
}

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

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #000000;
  background-color: #ffffff;
}

.clr-1 {
  color: var(--clr-1);
}

.clr-2 {
  color: var(--clr-2);
}

.clr-3 {
  color: var(--clr-3);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul li {
  list-style: none;
}

.btn.btn-outline-light:hover,
.btn.btn-light:hover {
  color: var(--bs-white);
  border-color: #010066;
  background-color: var(--clr-3);
}

.btn-theme {
  color: var(--bs-white);
  background-color: var(--clr-1);
}

.btn-theme:hover {
  color: var(--bs-white);
  background-color: var(--clr-3);
}

.btn-outline-clr-1 {
  color: var(--clr-1);
  border-color: var(--clr-1);
}

.btn-outline-clr-1:hover {
  color: var(--bs-white);
  background-color: var(--clr-1);
}

.btn-clr-3 {
  color: var(--bs-white);
  background-color: var(--clr-3);
}

.btn-clr-3:hover {
  color: var(--bs-white);
  background-color: var(--clr-1);
}

/*Header*/

.address {
  margin: 10px;
  font-size: 20px;

}

.topbg {
  background: #010066;
  color: aliceblue;
}

.topcon {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
}

.cnumber {
  margin: 10px;
}

.mail {
  margin: 10px;
}

.mail a {
  margin: 10px;
  color: #ffffff;

}

nav.navbar.navbar-expand-lg.back {
  background: #ffffff;
}

nav.navbar {
  /*position: absolute;*/
  top: 0;
  width: 100%;
  z-index: 2;
}

.navbar-brand {
  max-width: 180px;
}

.navbar-nav a.nav-link {
  color: #45458B;
  /*color: var(--bs-white);*/
  margin: .5rem .8rem;
  transition: .5s;
}

.navbar-nav a.nav-link:hover,
.navbar-nav a.nav-link.active {
  color: var(--clr-3);
}


a.btn.btn-light.rounded-pill.d-none.d-md-block.aos-init.aos-animate.demo_class {
  background: #010066;
  color: aliceblue;
  font-size: 20px;
}

a.btn.btn-light.rounded-pill.d-none.d-md-block.aos-init.aos-animate.demo_class:hover {
  color: var(--bs-white);
  background-color: #ff3a61;
}

/* home-banner */

a.call_us {
    color: #ffffff;
}

.banner {
  background-image: url(../img/banner-bg.png);
  overflow: hidden;
  background-size: cover;
}

.offer1 a {
  width: 350px;
}

.offer2 a {
  width: 350px;
}

.offer3 a {
  width: 350px;
}

/* ===COUNTER=== */

.counter-box {
  text-align: center;
}

.counter-num {
  font-size: 50px;
  background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-text {
  font-size: 20px;

}


/* why choose us */
.why-choose-box {
  transition: .5s;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--bs-white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.why-choose-box:hover {
  color: #fff;
  background-color: var(--clr-1);
}

.why-choose-box h4 {
  font-size: 18px;
}

.why-choose-box p {
  transition: 1s;
  color: #A8A8A8;
}

.why-choose-box:hover p {
  color: var(--bs-white);
}

.why-choose-box .icon {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: .75rem;
}

.why-choose-box .icon-1 {
  transition: 1s;
  background-image: url(../img/Interactive-designs.svg);
}

.why-choose-box:hover .icon-1 {
  background-image: url(../img/Interactive-designs-1.svg);
}

.why-choose-box .icon-2 {
  transition: 1s;
  background-image: url(../img/Decisions.svg);
}

.why-choose-box:hover .icon-2 {
  background-image: url(../img/Decisions-1.svg);
}

.why-choose-box .icon-3 {
  transition: 1s;
  background-image: url(../img/Flexibility-to-collaborate.svg);
}

.why-choose-box:hover .icon-3 {
  background-image: url(../img/Flexibility-to-collaborate-1.svg);
}

.why-choose-box:hover .icon-2 {
  background-image: url(../img/Decisions-1.svg);
}

.why-choose-box .icon-4 {
  transition: 1s;
  background-image: url(../img/Opportunities-to-Scale.svg);
}

.why-choose-box:hover .icon-4 {
  background-image: url(../img/Opportunities-to-Scale-1.svg);
}


/* news letter */
.bring-your-ideas .input-group {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: .5rem .5rem .5rem 1rem;
  border-radius: .5rem;
  display: inline-block;
  border-radius: 40px;
}

.bring-your-ideas input {
  width: 70%;
  outline: none;
  border: none;
}

.bring-your-ideas button {
  border-radius: 30px !important;
  width: 150px;
}


/* News & Updates */
.news-box {
  border-radius: 1rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.news-badge {
  border-radius: 30px;
  font-size: 12px;
  padding: .255rem .75rem;
  position: absolute;
  left: 30px;
  top: -15px;
  z-index: 1;
}

.news-badge.type-1 {
  color: #005870;
  background-color: #E1F9FF;
}

.news-badge.type-2 {
  color: #7C5900;
  background-color: #FFF4D8;
}

.news-badge.type-3 {
  color: #96006D;
  background-color: #FFEEFA;
}

.news-thumb {
  height: 180px;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

.news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-body {
  padding: 1.5rem;
  color: rgb(0 0 0 / 60%);
}

.news-body h5 {
  color: var(--clr-2);
  font-size: 16px;
  font-weight: 500;
}

.news-body a {
  color: var(--clr-3);
}

/* footer */
footer {
  color: #ffffff;
  background-color: var(--clr-2);
}

footer h5 {
  margin-bottom: 1rem;
}

footer a {
  color: #fff;
}

.footer-links li a {
  color: #fff;
  padding: .355rem 0;
  display: block;
  font-weight: 300;
}

.copyrights {
  background-color: #030f1c;
}

ul.social-links a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  color: var(--clr-1);
  border: 2px solid;
  border-radius: 50px;
  text-align: center;
  transition: .5s;
}

ul.social-links a:hover {
  color: #fff;
  border-color: var(--clr-1);
  background-color: var(--clr-1);
}

.address_con h4 {
    /* line-height
Determines the block-progression dimension of the text content area of an inline box.
Learn more

Don't show
: 30px; */
    padding: 10px;
}



/*contact form*/

.contact_bg
{
    border: 1px solid #c9bdbd;
    border-radius: 20px;
}

.bg-primary {
background: #010066 !important;
}

.info-wrap h3 {
    color: #fff;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}



.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem;
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.contact-description {
  color: rgb(107 114 128);
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

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

.form-label {
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #010066;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0.375rem;
}




/* footer */
.footer {
  background-color: #011C2A;
}

.footer .list-group-item {
  background: none;
  border: none;
  padding: 10px 0;
  font-size: 13px;
}

.footer .list-group-item a {
  color: var(--bs-white);
}

.footer .list-group-item a:hover {
  color: var(--clr-3);
  transition: .3s;
}

.footer .list-group-item a i {
  padding-right: 15px;
}

.footer h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.footer .footer-bottom p {
  color: var(--bs-white);
}

.social-icon {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  flex-direction: row;
}

.social-icon a {
  color: var(--bs-white);
  border: 1px solid #fff;
  padding: 7px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.social-icon a i {
  font-size: 12px;
}

.social-icon li a:hover {
  background-color: var(--clr-3);
  color: var(--bs-white);
  border-color: var(--clr-3);
}

.footer-bottom {
  border-top: 1px solid rgb(0 0 0 / 20%);
  padding: 1rem;
  margin-top: 2rem;
}