* {
        font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue",
Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

.contact_link_box{
    padding: 15px !important;
}


.box{
    box-shadow: #5a2a8f 1px 5px 10px 2px !important;
}

.btn1, .aboutReadMore{
	border: 1px solid orange !important;
}

.quote_btn{
    border: white 1px solid !important;
}

.quote_btn,
a,
a:focus,
a:hover {
  text-decoration: none
}

html {
  scroll-behavior: smooth;
}

#search {
    padding-left: 10%;
}

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

body > section.about_section > div.detail-box > p {
    padding-left: 10% !important;
}

.heading_container,
.hero_area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.contact_section button,
body {
  font-family: Poppins;
}

body {
  color: #0c0c0c;
  background-color: #fff;
  overflow-x: hidden;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: orange
}

.layout_padding {
  padding: 90px 0
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.heading_container h2 {
  position: relative;
  font-weight: 700
}

.case_section .box .detail-box a {
  color: #7335b7
}

a:focus,
a:hover {
  color: initial
}

.hero_area {
  position: relative;
  min-height: 40vh;
  display: flex;
  background-color: #7335b7;
  border-radius: 0 0 350px
}

.header_section {
  padding: 15px 0;
  background: #7335b7;
  display: flex;
  width: 100%;
  position: relative
}

.navHeader {
  display: flex;
  justify-content: space-between;
  padding: 0 30px
}

.navbar-title {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  z-index: 30
}

.navbar-title:hover {
  color: #f8842b;
  transition: all .3s;
}

.custom_nav-container {
  padding: 0;
  width: 100%
}

.navbar-nav {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 24px;
  list-style: none;
  gap: 10px
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link,
.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #000;
  background-color: #fff
}

.navbar-toggler {
  outline: 0 !important;
  border: none !important;
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: .3s;
  transition: .3s;
  background: 0 0;
  cursor: pointer;
  z-index: 20;
  display: none
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  border-radius: 5px;
  outline: 0 !important
}

.custom_nav-container .navbar-toggler span::after,
.custom_nav-container .navbar-toggler span::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  outline: 0
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
  outline: 0
}

.quote_btn a {
  color: #fff;
  text-transform: uppercase
}

.quote_btn {
  background-color: #5a2a8f;
  border-radius: 5px;
  border: 1px solid #5a2a8f;
  padding: 5px 10px;
  right: 50px;
  position: absolute
}

.about_section .img-box img,
.case_section .box .img-box img {
  width: 100%;
  max-width: 350px
}

.service_section .serviceDescription {
  max-width: 500px;
  align-self: center;
  padding: 5px 10px
}

.service_section h2 {
  font-size: 2rem
}

.serviceViewMore {
  color: #fff;
  background: #5a2a8f;
  align-self: center;
  padding: 10px 30px;
  border-radius: 5px
}

.serviceViewMore:active,
.serviceViewMore:hover,
.service_section .box:hover {
  color: #fff
}

.detail-box a {
  text-decoration: underline
}

.service_section {
  text-align: center;
  display: flex;
  flex-direction: column
}

.sectionBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4rem;
  margin: 2rem 4rem
}

.sectionBox .box {
  max-width: 350px;
  min-width: 300px;
  margin-top: 25px;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s
}

.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px;
  background-color: #faf8fd;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: .3s;
  transition: .3s
}

.service_section .box .img-box {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
  border-radius: 15px;
  -webkit-transition: .3s;
  transition: .3s
}

.service_section .box .img-box img {
  width: 75px;
  -webkit-transition: .3s;
  transition: .3s
}

.service_section .box .detail-box a {
  color: inherit
}

.service_section .box:hover::before {
  -webkit-transform: scale(5);
  transform: scale(5);
  background-color: #7335b7
}

.service_section .box:hover img {
  -webkit-filter: invert(1);
  filter: invert(1)
}

.about_section {
  background-color: #7335b7;
  color: #fff;
  border-radius: 250px 0;
  height: auto;
  margin-top: 5rem;
}

.about_section .img-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px
}

.about_section h2 {
  padding: 50px 0 0 150px
}

.about_section p {
  padding: 10px 0 0 100px
}

.about_section a {
  margin: 10px 0 0 100px
}

.case_section h2,
.client_section h2,
.contact_section h2 {
  margin-top: 5rem;
  text-align: center
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #441a72;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #441a72;
  margin-top: 15px;
  text-decoration: none
}

.case_section h2 {
  width: 100%
}

.case_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 4rem
}

.case_section .box {
  max-width: 750px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
  text-align: center;
  margin: 0 2rem
}

.case_section .box .img-box,
.contact_section {
  position: relative
}

.contact_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 15px;
  margin: 2rem
}

.contact_section h2 {
  grid-column: span 2;
  margin-bottom: 3rem
}

.case_section .box .detail-box {
  padding: 25px
}

.case_section .box .detail-box p {
  font-size: 15px
}

.client_section .box {
  max-width: 750px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 45px 2rem;
  text-align: center
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  position: relative;
  margin-bottom: -62.5px
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%
}

.client_section .box .client_info .client_name h4 {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase
}

.client_section .box .client_info .client_name p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase
}

.client_section .box .detail-box {
  background-color: #7335b7;
  color: #fff;
  border-radius: 15px;
  padding: 85px 45px 15px
}

.contact_section form {
  margin-top: 45px
}

.contact_section input {
  width: 100%;
  border: 1px solid #a5a5a5;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: 0;
  color: #000
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b
}

.contact_section input.message-box {
  height: 120px
}

.contact_section button {
  display: inline-block;
  padding: 10px 65px;
  background-color: #7335b7;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #7335b7;
  color: #fff;
  margin-top: 10px
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  margin-left: 45px
}

.contact_section .map_container .map,
.contact_section .map_container .map #googleMap {
  height: 100%
}

.footer_container {
  background-color: #7335b7;
  color: #fff;
  border-radius: 350px 0 0;
  padding-top: 100px;
  display: grid
}

.footer_container h3 {
  padding-left: 30px;
  margin-bottom: 1rem
}

.info_detail {
  padding: 10px 20px 10px 50px;
  margin-bottom: 2rem
}

.info_section {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  padding: 2rem 2rem 5rem;
  gap: 2rem 1rem
}

.info_link_box,
.info_links a {
  display: flex;
  flex-direction: column
}

.info_link_box {
  justify-content: center;
  align-items: center;
  width: 100%
}

.info_link_box h3 {
  padding: 0
}

.info_links a {
  color: #fff;
  padding-left: 40px
}

.contact_link_box a,
.info_form {
  flex-direction: column;
  display: flex
}

.info_form h3 {
  text-align: center
}

.info_form input {
  background: 0 0;
  outline: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 5px;
  font-size: large;
  color: #fff;
  margin-bottom: 10px;
  width: 70%;
  align-self: center
}

.info_form button {
  width: 50%;
  align-self: center;
  padding: 10px 0;
  background-color: #441a72;
  color: #fff;
  font-size: large;
  border: none;
  border-radius: 5px
}

.contact_link_box a {
  color: #fff;
  padding-left: 30px
}

.info_contact {
  display: flex;
  flex-direction: column;
  align-items: center
}

.slider,
.slider2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: auto
}

.slides,
.slides2 {
  display: flex;
  transition: transform .5s
}

.slide,
.slide2 {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem
}

.slide img,
.slideText {
  height: auto;
  max-width: 350px
}

h1 {
  font-size: 3rem
}

.slideText a {
  margin-top: 2rem;
  color: #fff;
  background-color: #5a2a8f;
  align-self: self-start;
  padding: 5px 10px;
  border-radius: 5px
}

.slideText {
  align-self: flex-start;
  padding-top: 20px;
  color: #fff;
  font-size: large;
  display: flex;
  flex-direction: column
}

.slide img {
  width: 100%
}

.btn-next,
.btn-next2,
.btn-prev,
.btn-prev2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
  border: none;
  padding: 10px;
  z-index: 1
}

.btn-prev {
  left: 0
}

.btn-next {
  right: 0
}

.btn-prev2 {
  left: 10px
}

.btn-next2 {
  right: 10px
}

@media screen and (max-width:768px) {

  .slide,
  .slide2 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width:1300px) {
  .footer_container {
    border-radius: 250px 0 0
  }
}

@media (max-width:992px) {

  .form_container,
  .map_container {
    grid-column: span 2
  }

  h1 {
    font-size: 2.5rem
  }

  .slide {
    flex-direction: column;
    gap: 0
  }

  .slider {
    margin: 7rem 0
  }

  .slide img {
    max-width: 350px
  }

  .slideText {
    align-self: center;
    padding: 0;
    font-size: medium
  }

  .navbar-toggler {
    display: inline
  }

  .hero_area {
    height: auto
  }

  .navHidden,
  .quote_btn {
    display: none
  }

  .navbar-nav {
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    flex-direction: column;
    z-index: 10;
    background: #441a72;
    top: 0
  }

  .navbar-nav .nav-item {
    display: flex;
    justify-content: center
  }

  .form_container {
    grid-row: 3
  }

  .form_container button {
    margin-bottom: 5rem
  }
}

@media (max-width:768px) {

  .info_detail,
  .info_form {
    grid-column: span 2
  }

  h1 {
    font-size: 2rem
  }

  .slideText {
    max-width: 500px;
    margin: 1rem 4rem
  }

  .about_section img,
  .slide img {
    max-width: 300px
  }

  .case_section .box .img-box img {
    width: 300px
  }

  .hero_area {
    border-radius: 0 0 250px
  }

  .about_section .img-box {
    margin-top: 45px
  }

  .about_section {
    border-radius: 150px 0
  }

  .contact_section .map_container {
    margin-left: 0;
    margin-bottom: 45px;
    height: 375px
  }

  .info_detail {
    padding-right: 10px
  }

  .info_contact {
    grid-row: 2;
    grid-column: 2
  }

  .info_links a {
    padding: 0
  }
}

@media (max-width:576px) {

#navCollapse > li.nav-item.active > a {
    display: none;
}

#navCollapse > li:nth-child(2) > a {
    border: solid 1px white;
}

.slider{
    margin: 2rem 0;
}

  body{
    width: 100% !important;
  }

  .heading_container h2 {
    position: relative;
    font-weight: 700;
    margin-left: 20px
  }

  .slide img {
    max-width: 250px
  }

  .about_section h2 {
    padding: 50px 0 0 50px
  }

  .about_section p {
    padding: 10px 50px
  }

  .about_section a {
    margin: 10px 50px
  }

  .about_section img {
    max-width: 250px !important
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px
  }

.slider{
    margin: 4rem 0;
}

}
