@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/*header section*/
.header_section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}

.header_section .container {
  padding: 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
}

.custom_nav-container .navbar-nav .nav-item .nav-link.last-link {
  padding-right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

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

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

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

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

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

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  position: relative;
  z-index: 2;
  color: #3b3a3a;
  background-color: #4834b7;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
}

.slider_section .detail_box h1 {
  font-weight: bold;
}

.slider_section .detail_box p {
  margin-top: 20px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 45px;
  border: 1px solid #eb4b6b;
  border-radius: 5px;
  background-color: #eb4b6b;
  color: #ffffff;
  margin-top: 35px;
}

.slider_section .detail_box a:hover {
  background-color: transparent;
  color: #eb4b6b;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 8%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_section {
  background-color: #4834b7;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box {
  padding-left: 15px;
}

.about_section .detail-box h2 {
  margin-bottom: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #eb4b6b;
  color: #ffffff;
  border: 1px solid #eb4b6b;
  border-radius: 5px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #eb4b6b;
}

.service_section .heading_container {
  margin-bottom: 45px;
}

.service_section .service_container {
  padding: 15px 45px 45px;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #eb4b6b;
  margin-right: 15px;
}

.service_section .box .img-box img {
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service_section .box .detail-box h5 {
  color: #4834b7;
  font-weight: 600;
  position: relative;
}

.service_section .box .detail-box h6 {
  font-size: 15px;
  color: #444;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  border: 1px solid #e7c357;
  border-radius: 5px;
  background-color: #e7c357;
  color: #000000;
  margin-top: 25px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  color: #e7c357;
}

.skill_section .heading_container {
  margin-bottom: 20px;
}

.skill_section .progress_box {
  margin-top: 25px;
}

.skill_section .progress-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skill_section .progress {
  border-radius: 15px;
  height: 10px;
}

.skill_section .progress-bar {
  background-color: #4834b7;
}

.portfolio_section {
  background-color: #f8f8f8;
}

.portfolio_section .heading_container {
  margin-bottom: 45px;
}

.portfolio_section .img-box img {
  width: 100%;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}

.client_section .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  margin-top: 45px;
  text-align: center;
  min-width: 285px;
}

.client_section .box .img-box {
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #ffffff;
}

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

.client_section .box .detail-box {
  color: #ffffff;
  background-color: #4834b7;
  padding: 90px 20px 35px;
}

.client_section .box .detail-box h5 {
  font-weight: 600;
}

.client_section .swiper-pagination {
  position: unset;
  margin-top: 30px;
}

.client_section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.client_section .carousel-indicators {
  bottom: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-indicators li {
  opacity: 1;
  background-color: #d5d6d7;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #e4c156;
}

/* contact section */
.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .detail-box {
  width: 250px;
}

.contact_section .detail-box p {
  margin-top: 5px;
}

.contact_section .contact-form h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.contact_section .contact-form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_section .contact-form .top_input input {
  width: 48%;
}

.contact_section .contact-form input {
  width: 100%;
  margin: 10px 0;
  height: 45px;
  padding-left: 15px;
  border: none;
  outline: none;
  background-color: #f9f9f9;
}

.contact_section .contact-form input.message_input {
  height: 125px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input:-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::-ms-input-placeholder {
  color: #acabab;
}

.contact_section .contact-form input::placeholder {
  color: #acabab;
}

.contact_section .contact-form .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.contact_section .contact-form .btn-box button {
  display: inline-block;
  padding: 10px 65px;
  background-color: #4834b7;
  color: #ffffff;
  border: 1px solid #4834b7;
  border-radius: 0;
}

.contact_section .contact-form .btn-box button:hover {
  background-color: transparent;
  color: #4834b7;
}

/* end contact section */
.info_section {
  background-color: #4834b7;
  color: #ffffff;
}

.info_section .info_social {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section .info_social .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_social .social_box a {
  color: #ffffff;
  font-size: 18px;
  margin: 0 10px;
}

.info_section .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
  color: #ffffff;
}

.info_section .info_contact .link-box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  min-width: 60px;
  min-height: 60px;
  border-radius: 5px;
  margin-right: 20px;
  color: #000000;
  font-size: 18px;
}

/* footer section*/
.footer_section {
  background-color: #4834b7;
  position: relative;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  margin: 0;
  text-align: center;
  padding: 15px;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */