@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans: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");
body {
  color: #000000;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none !important;
}

p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  color: rgb(49, 49, 49);
}

p.medium {
  font-weight: 500;
}

.max800 {
  max-width: 800px;
  margin: 0 auto;
}

ul {
  padding-left: 25px;
  margin: 0px;
}
ul li {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.whitebtn {
  background: #fff;
  font-size: 16px;
  color: #000 !important;
  padding: 15px 30px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.whitebtn:hover {
  background: #DC2461;
  color: #fff !important;
}

.pinkbtn {
  background: #DC2461;
  font-size: 16px;
  color: #fff !important;
  padding: 15px 30px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 0px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pinkbtn:hover {
  color: #fff !important;
  background: #000;
}

.header {
  position: absolute;
  z-index: 9;
  width: 100%;
  background-color: white;
}
.header .headerLogo img {
  height: 85px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .headerLogo a {
  display: block;
  background: #fff;
  padding: 20px;
  position: absolute;
  top: 0px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.navSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navList {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 15px 0px;
}
.navList li {
  list-style: none;
  margin: 0px 0px 0px 10px;
}
.navList li a {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #1A3579;
  display: block;
  padding: 5px 15px;
}

.navbarLink.active {
  left: 0;
  min-width: 360px;
}

#dismiss {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0px;
  height: 1px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  margin-bottom: 30px;
}
#dismiss span {
  display: block;
  background: #fff;
  height: 2px;
  width: 38px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
#dismiss span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#dismiss span:last-child {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.sectionpadding {
  padding: 80px 0px;
}

.title {
  font-size: 55px;
  font-weight: 400;
  line-height: initial;
}

.subtitle {
  font-size: 45px;
  font-weight: 400;
  line-height: initial;
  color: #1A3579;
  margin-bottom: 15px;
}

.largefont {
  font-size: 24px;
  line-height: 32px;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.banner .banner-text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .banner-text .title {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.banner .banner-text .whitebtn {
  margin-top: 30px;
}

.contact {
  margin-left: 10px;
}
.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #dc2461;
  padding: 6px 10px;
  border-radius: 5px;
}
.contact a span {
  color: #fff;
}
.contact a span.mb {
  display: none;
}
.contact a i {
  color: #fff;
  font-size: 20px;
  margin-right: 6px;
}

.footer {
  background: #1A3579 !important;
  padding: 40px 0px;
}
.footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-logo {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
}
.footer .footer-logo img {
  height: 70px;
}
.footer .footer-links li {
  list-style: none;
  margin: 0 15px;
}
.footer .footer-links li a {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
.footer .address p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  margin: 0px;
  padding-left: 30px;
  margin-bottom: 5px;
  position: relative;
}
.footer .address p span {
  position: absolute;
  left: 0px;
}
.footer .address a {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.copyright {
  background: #7F9BA7;
  padding: 15px 0px;
}
.copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright p {
  margin: 0px;
  color: #fff;
  font-size: 15px;
}
.copyright .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.copyright .social a {
  margin: 0 8px;
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.copyright .social a i {
  color: #000;
}

.servicesbg {
  position: relative;
}
.servicesbg::before {
  display: block;
  content: "";
  background: url(../images/servicebg.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.whatwedo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  list-style: none;
}
.whatwedo_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
}
.whatwedo_list li .whatwedo1 {
  padding-right: 30px;
}
.whatwedo_list li .whatwedo1 .title span {
  display: block;
  font-size: 20px;
  color: #DC2461;
}
.whatwedo_list li .whatwedo1 p {
  font-size: 16px;
  font-weight: 400;
}
.whatwedo_list li .whatwedo {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  margin: 15px;
  background: #fff;
}
.whatwedo_list li .whatwedo img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whatwedo_list li .whatwedo .content {
  text-align: center;
  padding: 20px;
}
.whatwedo_list li .whatwedo .content .w-title {
  font-weight: bold;
}
.whatwedo_list li .whatwedo .content .pinkbtn {
  padding: 10px 20px;
  min-width: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #DC2461;
  font-size: 14px;
  color: #DC2461 !important;
  background: transparent;
}
.whatwedo_list li .whatwedo .content .pinkbtn:hover {
  background: #DC2461;
  color: #fff !important;
}

.contactbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.13);
  max-width: 1000px;
  margin: 0 auto;
}
.contactbox .leftimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.contactbox .leftimage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.contactbox .rightform {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 40px;
  background: #fff;
}
.contactbox .rightform .col-md-6, .contactbox .rightform .col-md-12 {
  padding: 0 10px;
}

.form-group {
  margin-bottom: 15px;
}

select, .form-control {
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.map iframe {
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 1190px) {
  .header {
    padding-top: 10px;
  }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .container .cartIcon {
    margin-right: 25px;
  }
  .header .logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .header .logo img {
    height: 100px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 992px) {
  .header .headerLogo {
    display: block;
    max-width: 150px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header .headerLogo a {
    display: block;
  }
  .header .headerLogo img {
    height: 60px;
  }
  .header {
    padding: 20px 0px;
    background: transparent;
  }
  .header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .banner .banner-text {
    bottom: 10%;
    top: inherit;
  }
  .title {
    font-size: 45px;
  }
  .navSection {
    width: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contact a {
    color: #fff;
    margin-right: 20px;
  }
  .contact a span {
    color: #fff;
    font-size: 18px;
  }
  .contact a i {
    color: #fff;
    margin-right: 5px;
    font-size: 18px;
  }
  .navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .navList li {
    margin-left: 0;
    padding: 10px 0;
  }
  .navList li a {
    color: #fff;
  }
  .navbarLink {
    background: black;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    width: 100%;
    text-align: center;
    padding-top: 35px;
  }
  .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menuIcon {
    background: transparent;
    position: relative;
    display: inline-block;
    padding: 0px;
    width: 50px;
    height: 30px;
    cursor: pointer;
  }
  .menuIcon span {
    display: block;
    background: #fff;
    height: 3px;
    width: 32px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  .menuIcon span:nth-child(1) {
    top: 0px;
  }
  .menuIcon span:nth-child(2) {
    top: 45%;
  }
  .menuIcon span:nth-child(3) {
    bottom: 0px;
  }
  .whatwedo_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contactbox .leftimage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .contactbox .rightform {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .contact a span {
    font-size: 16px;
  }
  .header {
    padding: 15px 0px;
  }
  .header .contactbtn {
    display: none;
  }
  .headerLogo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sidebarMenu {
    background: transparent;
    color: #fff;
    font-size: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer-links {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 35px 0px;
  }
  .footer .address {
    max-width: 500px;
    margin: 0 auto;
  }
  .footer .address p {
    text-align: left;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  .title {
    font-size: 35px;
    line-height: 40px;
  }
  .subtitle {
    font-size: 32px;
    line-height: 40px;
  }
  .sectionpadding {
    padding: 60px 0px;
  }
  .whatwedo_list li .whatwedo img {
    height: 200px;
  }
  .contactbox {
    position: relative;
  }
  .contactbox .leftimage {
    display: none;
  }
  .contactbox .rightform {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contactbox::before {
    content: "";
    background: url(../images/contact.jpg) no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    opacity: 0.2;
    top: 0;
  }
}
@media screen and (max-width: 567px) {
  .contact a span {
    display: none;
  }
  .contact a span.mb {
    display: block;
    font-size: 14px;
  }
  .title {
    font-size: 30px;
  }
  .copyright .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright .social {
    margin-top: 15px;
  }
  .banner img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .whatwedo_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .whatwedo_list li .whatwedo1 {
    padding: 0px;
    margin-bottom: 30px;
  }
  .whatwedo_list li .whatwedo img {
    height: 250px;
  }
  .contactbox .rightform {
    padding: 40px 25px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-links li {
    margin: 5px 0px !important;
  }
}/*# sourceMappingURL=style.css.map */