.main {
}
.fa-solid {
  font-size: 1.5rem;
  margin-right: 1rem;
}
div#pb-1 {
  float: right;
}
i.fa-solid.fa-phone {
  margin-top: 3rem;
}
.fa-regular {
  font-size: 2rem;
  margin-right: 1rem;
  margin-top: 3rem;
}
.phone-bar {
}
.email-bar {
  padding-left: 2rem;
}

.page-content {
  background: url('bg131.jpg') rgb(0 0 0 / 0.45);
  background-blend-mode: multiply;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 5rem 2rem 5rem 2rem;
}
.text {
  padding-top: 5rem;
  padding-left: 2rem;
  padding-right: 1rem;
}
.form-control {
  font-size: 14px;
  width: 23rem;
  border-radius: 25px;
  color: #999;
}
.form {
  padding: 4rem 3rem 4rem 3rem;

  background: rgb(255 255 255 / 0.11);

  margin-left: 5rem;
}
input.btn.btn-primary {
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-left: 5rem;
  color: black;
  border-color: black;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  border-radius: 25px;
}
input.btn.btn-primary:hover {
  background-color: black;
  color: white;
  border-color: white;
  border-width: 2px;
}
.our-clients {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.client-header {
  padding-bottom: 1rem;
}
label.form-check-label {
  color: white;
  font-family: 'Muli', sans-serif;
  font-size: 10px;
}
.footer-content {
  background-color: #1b3455;
  color: #fff;
  padding: 3rem 0rem 6rem 0rem;
  border-bottom: 1px solid #323232;
  text-align: justify;
}
.copyright {
  background-color: #004e62c9;
  color: #ffffff;
  padding: 2rem 0rem 2rem 1rem;
}
h2.h2-title {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.p1-title {
  font-family: 'Muli', sans-serif;
  font-size: 17px;
  line-height: 1.65em;
  text-align: justify;
}
.copyright {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
}

.f-row {
  margin-right: 31rem;
}
/* changes */
.footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
}
.footer-row .footer-column {
  width: 45%;
}
/* reponsive web */

@media (max-width: 576px) {
  .main {
    display: none;
  }
}

@media (max-width: 576px) {
  div#pb-1 {
    float: none;
  }
}

@media (max-width: 576px) {
  .form {
    padding: 2rem 1rem 3rem 1rem;
    margin-left: 0rem;

    background: rgb(255 255 255 / 0.11);
  }
}

@media (max-width: 576px) {
  .form-control {
    font-size: 14px;
    width: 13rem;
    border-radius: 25px;
    color: #999;
  }
}

@media (max-width: 576px) {
  div#lg-2 {
    margin-top: -1.5rem;
  }
  .text {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  div#lg-1 {
    margin-top: -1.5rem;
  }
  input.btn.btn-primary {
    padding: 0.5rem 1rem 0.5rem 1rem;
    /*margin-left: 3rem;*/
    margin-left: 1rem;
    color: black;
    border-color: black;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    border-radius: 25px;
  }
  .email-bar {
    padding-left: 1rem;
  }
  h2.h2-title {
    text-align: center;
  }
  .p1-title {
    text-align: justify;
    padding-bottom: 2rem;
  }
  .footer-content {
    background-color: #1b3455;
    color: #fff;
    padding: 3rem 0rem 0rem 0rem;
    border-bottom: 1px solid #323232;
  }
  .form-control {
    font-size: 14px;
    border-radius: 25px;
    color: #999;
  }
  .copyright {
    background-color: #004e62c9;
    color: #ffffff;
    padding: 2rem 0rem 2rem 6rem;
  }
  .form {
    padding: 2rem 1rem 3rem 1rem;
    margin-left: 0rem;

    background: rgb(255 255 255 / 0.11);
  }
  div#pb-1 {
    float: none;
  }
  .main {
    display: none;
  }
}

@media (max-width: 576px) {
  .p1-title {
    text-align: justify;
    padding-bottom: 2rem;
  }
  .p-title {
    text-align: center;
    /*text-align:justify;*/
    padding-bottom: 2rem;
  }
  h2.h2-title {
    text-align: center;
  }
  .email-bar {
    padding-left: 1rem;
  }
  .col-2 {
    display: none;
  }
  .col-3 {
    display: none;
  }
  /* changes */
  .footer-row {
    row-gap: 50px;
  }
  .footer-row .footer-column {
    width: 100%;
    text-align: justify;
  }
}

/*** Footer ***/
.footer {
  color: #ffff;
  /* opacity: 0.3; */
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #999999;
  margin-right: 10px;
}

#bg {
  background-color: rgb(49 0 0);
}
.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.p3 {
  color: #525252;
  font-family: 'Montserrat', Sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.p4 {
  color: #465055;
  font-family: 'Montserrat', Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.fa-solid {
  font-size: 1.5rem;
  /* margin-right: 13rem; */
  margin-left: 100px;
  margin-bottom: 35px;
}

.rounded {
  border-top: 8px solid #bbb;
  border-radius: 5px;
  border-color: #000000;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.copyright {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  background-color: #00334c;
}
@media (max-width: 576px) {
  .copyright {
    /* background-color: #272727; */
    background-color: #00334c;
    color: #ffffff;
    padding: 2rem 0rem 2rem 6rem;
  }
}

.para1 {
  font-size: 12px;
  text-align: center;
  color: white;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}

/*  ..media query.1.new code design start.*/
.text111 {
  font-weight: 400;
  font-family: Hind;
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-style: normal;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .text111 {
    font-size: 28px;
    margin-top: 0rem;
    font-family: Hind;
    font-style: normal;
    color: rgb(255, 255, 255);
  }
}

.text112 {
  font-weight: 500;
  color: white;
  font-family: ui-monospace;
  /* font-size: 3rem; */
  font-size: 32px;
  font-weight: bolder;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .text112 {
    font-size: 20px;
    margin-bottom: 3rem;
  }
}
/*  ..media query.2..*/
.text113 {
  color: white;
  /*font-family:  ui-monospace;*/
  font-family: Hind;
  font-style: normal;
  font-weight: 500;
  font-size: 29px;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .text113 {
    font-weight: 700;
    font-size: 15px;
    font-family: Hind;
    font-style: normal;
  }
}

.p2 {
  color: #5c5c5c;
  font-family: 'Montserrat', Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
  /* margin-left:-4rem; */
}

@media screen and (max-width: 440px) and (min-width: 200px) {
  .p2 {
    text-align: center;
    font-size: 15px;
  }
}
.p21 {
  font-weight: 600;
  line-height: 1em;
  /* margin-left:-4rem; */
  font-size: 42px;
  color: #ee7e40;
  font-family: 'circular';
}

@media screen and (max-width: 440px) and (min-width: 200px) {
  .p21 {
    text-align: center;
    font-size: 24px;
    font-family: 'circular';
  }
}

.p1 {
  color: #5e5f61;
  font-family: 'Montserrat', Sans-serif;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .p1 {
    text-align: center;
    font-size: 22px;
  }
}
.p5 {
  color: #061757;
  font-family: 'Montserrat', Sans-serif;
  font-size: 49px;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .p5 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
  }
}
.p6 {
  color: #e52c48;
  font-family: 'Montserrat', Sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .p6 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
}
.p7 {
  color: #061757;
  font-family: 'Montserrat', Sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .p7 {
    text-align: center;
    font-size: 25px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.p0 {
  color: #e52c48;
  font-family: 'Montserrat', Sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .p0 {
    text-align: center;

    font-size: 18px;
  }
}

.col-lg-1 {
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .col-lg-1 {
    margin-bottom: 26px;
  }
}

.text55 {
  font-family: 'ProximaNova-Regular', Fallback, sans-serif;
  font-weight: 300;
  text-decoration: none;
  /* padding-top: 50px; */
  /* padding-bottom: 55px; */
  padding-left: 8rem;
  padding-right: 8rem;

  color: #5d5a54;
  font-size: 24px;
  line-height: 35px;
  margin: 25px 0;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .text55 {
    color: #5d5a54;
    font-family: 'Montserrat', Sans-serif;
    font-weight: 300;
    /*padding-top: 30px;*/
    /*padding-bottom: 20px;*/
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    text-align: justify;
  }
}
.bg-color {
  background-color: #d1d1d1;
}

.copyright {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .copyright {
    color: #fff;
    font-family: 'Montserrat', Sans-serif;

    font-size: 14px;
    text-align: center;
    margin-left: -75px;
            margin-right: -13px;
    color: #fff;
  }
}

.text99 {
  margin-bottom: 50px;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .text99 {
    font-family: 'Montserrat', Sans-serif;

    text-align: justify;
    font-size: 15px;
  }
}

#text21 {
  border-style: solid;
  border-color: #ca9902;
  padding: 25px 37px;
  border-radius: 20px;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  #text21 {
    margin-top: -50px;
  }
}

#text19 {
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  #text19 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*  ..media query.1.new code design ending.*/

.main {
  margin-left: 52rem;
}

@media screen and (max-width: 440px) and (min-width: 200px) {
  .main {
    display: none;
  }
}

.col-required {
  position: absolute;
  content: '*';
  font-family: 'Proxima Nova Bold';
  top: 0.2em;
  left: -0.1em;
  font-size: 24px;
  color: #f00;
}
#col6 {
  margin-top: 7rem;
  margin-bottom: 4rem;
  background-color: white;
  border-radius: 22px;
}

#col6a {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 30px;
}

.head1 {
  font-size: 30px;
  color: #ee7e40;
  font-family: 'circular';
  line-height: 32px;
  font-weight: 600;
}
@media screen and (max-width: 440px) and (min-width: 200px) {
  .head1 {
       font-size: 20px;
  color: #ee7e40;
  font-family: 'circular';
  line-height: 32px;
  font-weight: 600;
  }
}
.par1 {
  font-size: 20px;
  color: #5d5a54;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 1px;
  padding: 15px 0;
  font-family: 'circular';
}
.par12 {
  font-size: 20px;
  color: #5d5a54;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 1px;
  padding: 15px 0;
  font-family: 'circular';
  text-align: center;
}
#btn1 {
  color: aliceblue;
  width: 310px;
  height: 55px;
  display: inline-block;
  border: #eb743d solid 3px;
  border-radius: 50px;
  font-size: 22px;

  font-family: 'Proxima Nova Bold';
  text-transform: uppercase;
  background-color: #eb743d;
  box-sizing: border-box;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  max-width: 100%;
  margin-bottom: 40px;
}
#center {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eb743d;
  width: 310px;
  height: 55px;
  display: inline-block;
  border: #eb743d solid 3px;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;

  font-family: 'Proxima Nova Bold';
  text-transform: uppercase;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  max-width: 100%;
  margin-bottom: 40px;
}

#spacetop {
  text-align: center;
  margin-top: -12px;
  margin-top: -40px;
  margin-bottom: 4rem;
}

#img21 {
width: 675px;
    margin-top: -47px;
}


 
   @media screen and (max-width: 440px) and (min-width: 200px) {
   #img21 {
    display:none;
  }
} 



#color {
  background-color: #434d54;
}
#color2 {
  background-color: #eb743d;
}
.head2 {
  padding-top: 50px;
  font-size: 30px;
  color: #ffffff;
  font-family: 'circular';
  line-height: 32px;
  font-weight: 500;
}
.head3 {
  padding-top: 5px;
  padding-bottom: 50px;
  font-size: 22px;
  color: #ffffff;
  font-family: 'circular';
  line-height: 32px;
  font-weight: 300;
}
.head22 {
  font-family: 'Proxima Nova Bold';
  text-transform: uppercase;
  color: #fff;
  font-family: 'circular';
  font-size: 2em;
  padding-top: 70px;
}
#center2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 310px;
  height: 55px;
  display: inline-block;
  border: #ffffff solid 4px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
margin-left: -1rem;
  font-family: 'circular';
  text-transform: uppercase;
  background-color: #eb743d;
  box-sizing: border-box;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  max-width: 100%;
  margin-bottom: 75px;
}

/* FORM all styling */
/* GLOBAL */
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0px;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  border: none;
  outline: 0;
  z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
nav,
form {
  padding: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0px;
  border: none;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  outline: 0;
}
a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:focus,
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
select:focus {
  outline: none;
}
button {
  cursor: pointer;
}
ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* FORM */
.form-section {
  /* background-color: #eee; */
}
.form-section .container {
  padding: 50px 0px;
}
.form-section .row {
  justify-content: center;
}
.form-section h2 {
  font-size: 30px;
  font-weight: 300;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  padding: 0px 0px 25px 0px;
}
.form-section label {
  font-size: 16px;
  font-weight: 500;
  color: #3e3b3b;
  line-height: 1.4;
  letter-spacing: 0px;
  font-style: normal;
  font-family: 'Lato', sans-serif;
}
.lbl {
  font-size: 16px;
  font-weight: 500;
  color: #3e3b3b;
  line-height: 1.4;
  letter-spacing: 0px;
  font-style: normal;
  font-family: 'Lato', sans-serif;
}
.form-section input,
.form-section select {
  margin: 0px 0px 10px 0px;
}
.form-section select {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0px;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  display: block;
  border: 1px solid #ced4da;
  width: 100%;
  padding: 9px;
  border-radius: 5px;
}
.form-btn {
  display: flex;
  justify-content: center;
}
.form-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  margin: 15px 0px 0px;
  background-color: #a71930;
  border: none;
  outline: none;
  padding: 18px;
}
#center21 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 310px;
  height: 55px;
  display: inline-block;
  border: #ffffff solid 4px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  font-family: 'circular';
  text-transform: uppercase;
  background-color: #eb743d;
  box-sizing: border-box;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
  max-width: 100%;
  margin-bottom: 75px;
}
