* {
  margin: 0 auto;
  list-style: disc;
  text-decoration: none;
}
/* For Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
  height: 8px; /* Set the height of the scrollbar for horizontal scrolling */
}

::-webkit-scrollbar-thumb {
  background-color: #1a1b40; /* Set the thumb color */
  border-radius: 2px; /* Round the corners of the thumb */
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Set a light background color for the track */
  border-radius: 2px;
}

/* For Firefox */
scrollbar {
  width: 8px;
  height: 8px;
}

scrollbar-thumb {
  background-color: #1a1b40;
  border-radius: 2px;
}

scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 2px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

body {
  text-align: center;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #ff7f6a;
}

a:not([href]):not([tabindex]),
a {
  color: white;
  text-decoration: none;
}

.container {
  max-width: 1280px;
}

.sub-container,
.faq .container {
  max-width: 1000px;
}

h1 {
  color: rgb(64, 75, 72);
  line-height: 85px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 85px;
}

h2 {
  color: #1a1b40;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 38px;
}

h3 {
  color: #1a1b40;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
}

h4 {
  font-size: 21px;
  font-weight: 600;
}

h5 {
  font-size: 25px;
  font-weight: 600;
  color: #227179;
}

h6 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  color: #222546;
  font-family: "Montserrat", sans-serif;
}

.btn {
  padding: 6px 14px;
  color: #fff;
  font-size: 19px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #1a1b40;
  font-weight: 500;
  border: 1px solid #1a1b40;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn:hover {
  color: #1a1b40;
  background-color: transparent;
}



p {
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 19px;
  color: black;
}

hr {
  border: 1px solid #a5d5a7;
  opacity: 1;
}


/******************************* Banner ***********************/

.banner {
  padding: 100px 0 0 0;
  background-position: right;
}

.banner_right {
  border-left: 2px solid #1a1b40;
}

.banner img {
  position: absolute;
  right: 0;
  width: 287px;
  top: -65px;
}

.modal-header,
.modal-footer {
  margin: 0 !important;
}

.form-area .form-inner {
  width: 100%;
}

.form-control {
  display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-secondary{
  background-color: #363636;
  color: #fff;
  border-color: #363636;
}
.form-control:focus {
  color: #475F7B;
  background-color: #FFF;
  border-color: #5A8DEE;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
  width: 100%;
}

.input-group>.intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group>.intl-tel-input.allow-dropdown>.flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}

/******************************* reviews ***********************/

h2::before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  height: 3px;
  background-color: #1a1b40;
  border-radius: 10px;
}

/******************************* usps ***********************/
.usps h2::before {
  width: 6%;
}

.process img {
  width: 30%;
}

/******************************* Projects ***********************/

.synopsis_projects h2::before {
  width: 30%;
}

.synopsis_projects img {
  max-width: 80%;
}

/******************************* about ***********************/

.about .btn {
  background-color: #a5d6a7;
  color: #1a1b40;
  border-color: #1a1b40;
}

.about_mob {
  display: none;
}
.only-mobile {
  display: none;
}
.only-desktop {
  display: block;
}
.modal-content {
  padding: 1rem;
  border-radius: 1rem;
}
.modal-content {
  padding: .5rem;
  border-radius: 1rem;
}
.modal-body{
padding: .5rem;
text-align: left;
}
.modal-header{
padding: .5rem;
}
.form-control{
font-size: 1rem;
}
.col-form-label{
font-size: 1rem;
}
.label-cc{
font-size: .7rem !important;
line-height: 2;
}
@media(max-width:1199px) {
  .full-height-image{
    padding: 230px 0 !important;
  }
}

@media(max-width:991px) {
  h3 {
    font-size: 22px;
  }

  .banner .banner_btn {
    padding-bottom: 0 !important;
  }

  .banner img {
    width: 257px;
  }
  .full-height-image{
    padding: 190px 0 !important;
  }
}

@media(max-width:767px) {
  ::-webkit-scrollbar {
    width: 4px; /* Set the width of the scrollbar */
    height: 4px; /* Set the height of the scrollbar for horizontal scrolling */
  }
  /* For Firefox */
  scrollbar {
    width: 4px;
    height: 4px;
  }
  .synopsis_projects .col-md-6 {
    padding-right: 15px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .banner_right {
    border-top: 2px solid #1a1b40;
    border-left: 2px solid transparent;
    width: auto;
    padding-top: 20px;
    margin-top: 24px;
  }

  .banner .container {
    padding-top: 0 !important;
  }

  .banner img {
    top: 37px;
  }

  .banner {
    padding: 60px 0 0 0;
  }

  .usps .col {
    flex: auto;
  }

  h2 {
    font-size: 28px;
  }

  .synopsis_projects figcaption {
    text-align: center !important;
    margin: 19px 0;
  }

  .about_mob {
    display: block;
  }

  .about_desktop {
    display: none;
  }

  .about span {
    margin: 20px 0;
    display: inline-block;
    text-align: center;
  }

  .about_btn {
    text-align: center;
  }

  .reviews h2 {
    margin-bottom: 1.6rem !important;
  }

  .reviews h2::before {
    width: 24%;
  }

  .credentials img,
  .usps img {
    max-width: 15%;
  }

  .credentials .container {
    padding-top: 1.6rem !important;
  }

  .credentials h2::before {
    width: 31%;
  }

  .usps {
    margin-top: 24px;
  }

  p {
    line-height: 24px;
    font-size: 15px;
  }

  ul li.mb-2 {
    font-size: 15px;
    margin-bottom: 0.2rem !important;
  }

  hr {
    margin-bottom: 0;
  }

  .case_studies p.text-start.my-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.4rem !important;
  }

  .case_studies p.text-start.mt-3.mb-4 {
    margin-bottom: 0.8rem !important;
    margin-top: 0.2rem !important;
  }

  .about span {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }

  .about img {
    max-width: 30%;
  }

  .synopsis_projects img {
    max-width: 60%;
  }
  
.only-mobile {
  display: block;
}
.only-desktop {
  display: none;
}
.accordion-flush .accordion-item .accordion-button{
  color: #1a1b40;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 28px;
}
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  color: #1a1b40;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a1b40'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-180deg);
}
.accordion-header::before{
  content: none;
}
.accordion-body{
  padding: 0;
  cursor: pointer;
}

@media(max-width:479px) {
  h3 {
    font-size: 18px;
    line-height: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .banner img {
    width: 224px;
  }

  .banner .col-md-5.text-center {
    padding-left: 0;
  }

  .name.py-3.text-end {
    padding-top: 0.5rem !important;
    padding-bottom: 0.4rem !important;
  }

  .banner .row {
    margin-left: -83px;
  }

  h3 {
    font-size: 15px;
    line-height: 18px;
  }
}

@media(max-width:375px) {
  h6 {
    font-size: 14px;
  }

  .banner img {
    width: 219px !important;
  }

  .banner .row {
    margin-left: -91px;
  }
}