body {
  font-family: "Montserrat", sans-serif;
  color: #110010;
}

.com-pb {
  padding-bottom: 80px;
}

.com-mb {
  margin-bottom: 80px;
}

.header-menu {
  position: absolute;
  z-index: 10;
  top: 0px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #000;
}
.header-menu .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.99);
  margin-left: 20px;
}
.banner-content {
  position: absolute;
  text-align: left;
  color: #fff;
  left: 45%;
  right: 0;
  top: 45%;
  bottom: 0;
  transform: translate(-50%, -30%);
  width: 70%;
}
.banner-content h1,
.banner-content h2 {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.99);
  line-height: 40px;
}
.banner-content h1 span,
.banner-content h2 span {
  display: block;
}
.banner-content p {
  font-weight: 500;
  font-size: 26px;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.99);
}
.banner-content .banner-button {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  cursor: pointer;
  text-decoration: none;
}
.banner-content .banner-button span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.banner-content .banner-button:hover span {
  margin-left: 30px;
  transition: 0.5s;
}

.banner-content-inner {
  position: absolute;
  text-align: left;
  color: #fff;
  left: 50%;
  right: 0;
  top: 45%;
  bottom: 0;
  transform: translate(-50%, -30%);
  width: 70%;
}
.banner-content-inner h2 {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.99);
}

.section-two:before {
  background-image: url(../images/bg-circle.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  z-index: -1;
}

.section-two {
  position: relative;
}
.section-two h2 {
  font-size: 50px;
  color: #110010;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 65px;
  margin-top: 30px;
}
.section-two .listing {
  padding: 30px;
}
.section-two .listing span {
  margin-bottom: 20px;
  display: block;
}
.section-two .listing .h3-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
  line-height: 26px;
}
.section-two .listing p {
  font-size: 15px;
  font-weight: 500;
}

.section-three {
  background: #391258;
  padding: 100px 0;
}
.section-three h2 {
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-three p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 10%;
  line-height: 26px;
  color: #fff;
  margin-bottom: 50px;
}
.section-three .portfolio-style-three-item {
  background: #47166e;
  border: 5px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;
  position: sticky;
  top: 60px;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 15px 60px -10px rgba(109, 117, 143, 0.3294117647);
}
.section-three .portfolio-style-three-item img {
  border-radius: 20px;
}
.section-three .portfolio-style-three-item .content-area {
  margin: 0px 0 0 30px;
}
.section-three .portfolio-style-three-item .content-area h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}
.section-three .portfolio-style-three-item .content-area ul {
  margin: 0;
  padding: 0;
}
.section-three .portfolio-style-three-item .content-area ul li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.section-three .portfolio-style-three-item .content-area ul li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 7px;
}

.section-four h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.section-four p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 10%;
  line-height: 26px;
  margin-bottom: 50px;
}
.section-four .teams-box {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
}
.section-four .teams-box img {
  margin-bottom: 20px;
}
.section-four .teams-box h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
.section-four .teams-box .plus-icon {
  height: 30px;
  width: 30px;
  border: solid 1px #c3c0c3;
  border-radius: 30px;
  text-align: center;
  line-height: 30px;
  color: #c3c0c3;
}
.section-four .teams-box .plus-icon a {
  color: #c3c0c3;
}
.section-four .teams-box .plus-icon:hover {
  border: solid 1px #000;
  color: #000;
  cursor: pointer;
}
.section-four .highlight-text {
  margin-top: 30px;
  border: solid 1px #e9e9e9;
  padding-top: 20px;
}
.section-four .highlight-text h4 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.section-four .highlight-text p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 10% 25px;
  margin-bottom: 0;
}

.section-five {
  background: #f7f7f7;
  padding: 80px 0 100px 0;
}
.section-five h2 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.section-five .slide-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
}
.section-five .slide-box .h4-title {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
.section-five .slide-box p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.section-five .slide-box .view-detail-btn {
  font-weight: 600;
  font-size: 16px;
  color: #110010;
  text-decoration: none;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
.section-five .slide-box .view-detail-btn span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 14px;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.section-five .slide-box .view-detail-btn span .arry1 {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  transform: rotate(-45deg);
}
.section-five .slide-box .view-detail-btn span .arry2 {
  position: absolute;
  bottom: -15px;
  left: -10px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  transform: rotate(-45deg);
}
.section-five .slide-box .view-detail-btn:hover span .arry1 {
  top: -15px;
  left: 15px;
}
.section-five .slide-box .view-detail-btn:hover span .arry2 {
  bottom: -3px;
  left: 0;
}

.adv-section {
  background: url(../images/adv-bg.jpg) no-repeat;
  padding: 100px 0;
  text-align: center;
  background-size: cover;
}
.adv-section h3 {
  font-size: 50px;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 600;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.adv-section p {
  font-size: 24px;
  text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 400;
  width: 60%;
  margin: 0 auto;
}
.adv-section .talktous-button {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  text-decoration: none;
  margin-top: 50px;
  cursor: pointer;
  text-decoration: none;
}
.adv-section .talktous-button span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.adv-section .talktous-button:hover span {
  margin-left: 30px;
  transition: 0.5s;
}

.section-six img {
  margin-bottom: 20px;
}
.section-six h3 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.section-six h4 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  line-height: 36px;
  margin-bottom: 0px;
}
.section-six p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.section-six .view-detail-btn {
  font-weight: 600;
  font-size: 16px;
  color: #110010;
  text-decoration: none;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
.section-six .view-detail-btn span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 14px;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.section-six .view-detail-btn span .arry1 {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  transform: rotate(-45deg);
}
.section-six .view-detail-btn span .arry2 {
  position: absolute;
  bottom: -15px;
  left: -10px;
  transition: 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  font-size: 16px;
  transform: rotate(-45deg);
}
.section-six .view-detail-btn:hover span .arry1 {
  top: -15px;
  left: 15px;
}
.section-six .view-detail-btn:hover span .arry2 {
  bottom: -3px;
  left: 0;
}

.section-seven h3 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.section-seven .testmo-box {
  background-color: #e1e1e1;
  border-radius: 10px;
  padding: 40px 20px;
}
.section-seven .testmo-box p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.section-seven .testmo-box p span {
  display: block;
  font-weight: bold;
  margin-top: 20px;
}

.footer-section .menu-bar {
  background-color: #391258;
  padding: 20px 0;
}
.footer-section .menu-bar .footer-menu-listing {
  margin: 0;
  text-align: center;
  padding: 0;
  width: 100%;
}
.footer-section .menu-bar .footer-menu-listing li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.footer-section .menu-bar .footer-menu-listing li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.footer-section .menu-bar .footer-menu-listing li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.footer-section .menu-bar .footer-menu-listing li a:focus {
  opacity: 0.5;
  transition: 0.5s;
}
.footer-section .copyright {
  background-color: #ded9e2;
  padding: 15px 0;
}
.footer-section .copyright ul {
  margin: 0;
  padding: 0;
}
.footer-section .copyright ul li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
}
.footer-section .copyright ul li a {
  color: #fff;
  font-size: 12px;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  background-color: #391258;
  border-radius: 40px;
  display: inline-block;
}
.footer-section .copyright ul li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.footer-section .copyright ul li a:focus {
  opacity: 0.7;
  transition: 0.5s;
}

.contact-stickey-button {
  background-color: #f79120;
  height: 70px;
  width: 70px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: solid 2px #fff;
  position: absolute;
  right: -5px;
  top: 200px;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  position: fixed;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-stickey-button:hover {
  background-color: #391258;
  transition: 0.5s;
}

.bg-circle-common {
  position: relative;
  width: 100%;
}
.bg-circle-common:before {
  background: url(../images/bg-circle-2.png) no-repeat;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.bg-circle-common:after {
  background: url(../images/bg-circle-3.png) no-repeat;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-size: 20%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.testimonial {
  padding-top: 70px;
  margin: 50px 15px 0;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
}

.testimonial:hover {
  border-color: #e7e3e3;
}

.testimonial .pic {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  position: absolute;
  top: -50px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.7s ease 0s;
}

.testimonial:hover .pic {
  background: #391258;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.testimonial .title {
  font-size: 16px;
  font-weight: 700;
  color: #f79120;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.testimonial .description {
  font-size: 15px;
  color: #999;
  line-height: 25px;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 25px 35px;
  margin: 0;
}

.testimonial .testimonial-content {
  padding: 15px 25px 12px;
  border: 1px solid #f7f7f7;
  border-top: none;
  position: relative;
  text-align: left;
  transition: all 500ms ease 0s;
}

.testimonial:hover .testimonial-content {
  border-color: #1d3033;
}

.testimonial .testimonial-content:after {
  content: "";
  width: 100%;
  height: 0;
  background: #391258;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s ease 0s;
}

.testimonial:hover .testimonial-content:after {
  height: 100%;
}

.testimonial-content .testimonial-profile {
  text-align: center;
}

.testimonial .name {
  font-size: 16px;
  font-weight: 700;
  color: #3d3d3d;
  text-transform: uppercase;
  margin: 0 0 3px;
  transition: all 700ms ease 0s;
}

.testimonial:hover .name {
  color: #fff;
}

.testimonial .post {
  font-size: 14px;
  color: #f79120;
  text-transform: capitalize;
}

.section-form .h5-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 10px;
}
.section-form p {
  width: 100%;
  margin: 0;
}
.section-form .close-btn {
  position: absolute;
  right: 10px;
  top: 9px;
}
.section-form .submit-button {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  text-decoration: none;
  margin-top: 30px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.section-form .submit-button span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.section-form .submit-button:hover span {
  margin-left: 30px;
  transition: 0.5s;
}

.inner-banner {
  position: absolute;
  text-align: left;
  color: #fff;
  top: 70%;
  transform: translate(0, -50%);
}
.inner-banner h3 {
  font-size: 40px;
  text-transform: uppercase;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  padding: 15px 0 0 0;
}
.breadcrumb li {
  margin-right: 10px;
  position: relative;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 500;
}
.breadcrumb li:after {
  position: absolute;
  content: "|";
  right: 0;
  color: #000;
}
.breadcrumb li:last-child::after {
  content: none;
}

.inner-content-area h2,
.inner-content-area h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.inner-content-area p {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
.inner-content-area ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.inner-content-area ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.inner-content-area ul li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}

.pattern-revealed {
  background-color: #f5f5f5;
  padding: 80px 0 0;
}
.pattern-revealed h2,
.pattern-revealed h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.pattern-revealed .title-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.pattern-revealed p {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
.pattern-revealed .pinning-breaks {
  margin: 0;
  padding: 0;
}
.pattern-revealed .pinning-breaks li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 50px;
}
.pattern-revealed .pinning-breaks li div {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  font-size: 50px;
  font-weight: 700;
  color: #f79120;
  line-height: 50px;
}
.pattern-revealed .pinning-breaks li:before {
  background-image: none;
}
.pattern-revealed ul {
  margin: 0;
  padding: 0;
}
.pattern-revealed ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.pattern-revealed ul li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}
.pattern-revealed .smarter {
  margin-bottom: 40px;
}
.pattern-revealed .smarter img {
  margin-bottom: 20px;
}
.pattern-revealed .smarter .title-hd {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.pattern-revealed .smarter p {
  width: 100%;
  margin: 0;
  font-size: 18px;
}

.feature-content img {
  border-radius: 10px;
}
.feature-content .right-content {
  padding-left: 30px;
}
.feature-content .right-content h2,
.feature-content .right-content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.feature-content .right-content p {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
.feature-content .left-content {
  padding-right: 30px;
}
.feature-content .left-content h2,
.feature-content .left-content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.feature-content .left-content p {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
.feature-content .button {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 50px;
}
.feature-content .button span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.feature-content .button:hover span {
  margin-left: 30px;
  transition: 0.5s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.burger-menu {
  color: #fff;
}

.navbar-toggler {
  border-color: #fff !important;
}

.lightbox-cros {
  position: absolute;
  right: 20px;
  top: 8px;
  z-index: 10;
}

.common-button {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  text-decoration: none;
  margin-top: 30px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.common-button span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.common-button:hover span {
  margin-left: 30px;
  transition: 0.5s;
}

.getin-touch {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
}
.getin-touch .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
.getin-touch p {
  margin: 0;
  font-size: 16px;
}
.getin-touch input {
  background-color: transparent;
  outline: 0;
  border: 0;
  border-bottom: solid 1px #545454;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-size: 16px;
}
.getin-touch select {
  background-color: transparent;
  outline: 0;
  border: 0;
  border-bottom: solid 1px #545454;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  font-size: 16px;
  padding: 0;
}
.getin-touch select option {
  padding: 10px !important;
}
.getin-touch select:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-bottom: solid 1px #545454;
}
.getin-touch textarea {
  background-color: transparent;
  outline: 0;
  border: 0;
  border-bottom: solid 1px #545454;
  width: 100%;
  line-height: 50px;
  border-radius: 0;
  font-size: 16px;
  padding: 0;
}
.getin-touch textarea:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-bottom: solid 1px #545454;
}

.contact-box {
  background-color: #391258;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}
.contact-box h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.contact-box p {
  font-size: 18px;
  color: #fff;
  padding: 0 5%;
}
.contact-box p a {
  color: #fff;
  text-decoration: none;
}
.contact-box p a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.the-birth {
  background: rgba(24, 24, 24, 0.5) url(../images/birth-bg.jpg) no-repeat;
  padding: 80px 0;
  background-size: cover;
  position: relative;
  z-index: -2;
}
.the-birth:before {
  background: rgba(24, 24, 24, 0.1);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
.the-birth h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
  z-index: 1;
}
.the-birth p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.the-birth ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.the-birth ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  color: #fff;
}
.the-birth ul li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}
.the-birth .highlight-box {
  background-color: #f4dab7;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.the-birth .highlight-box ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.the-birth .highlight-box ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 0px;
  position: relative;
  padding-left: 0px;
  color: #000;
  display: inline-block;
  padding-right: 10px;
}
.the-birth .highlight-box ul li:before {
  display: none;
}
.the-birth .highlight-box ul li:after {
  content: "|";
  margin-left: 10px;
}
.the-birth .highlight-box ul li:last-child:after {
  content: "";
  margin-left: 0px;
}

.enterprises {
  position: relative;
}
.enterprises:after {
  background: url(../images/bg-circle-3.png) no-repeat;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-size: 15%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.enterprises img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.enterprises h2,
.enterprises h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  z-index: 1;
  margin-left: 20px;
}
.enterprises h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  z-index: 1;
}
.enterprises .h5-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  z-index: 1;
}
.enterprises ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.enterprises ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
}
.enterprises ul li:before {
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  left: 0;
  top: 6px;
  background-size: 9px 15px;
}

.adv-section-2 {
  background: url(../images/adv-bg-2.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: center;
}
.adv-section-2 p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  width: 70%;
  padding-bottom: 10px;
}
.adv-section-2 .talktous-button {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  text-decoration: none;
  margin-top: 0px;
  cursor: pointer;
  text-decoration: none;
}
.adv-section-2 .talktous-button span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.adv-section-2 .talktous-button:hover span {
  margin-left: 30px;
  transition: 0.5s;
}

.adv-section-3 {
  background: url(../images/adv-bg-3.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.adv-section-3 h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  z-index: 1;
  color: #fff;
}
.adv-section-3 p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  width: 90%;
  padding-bottom: 10px;
}
.adv-section-3 .talktous-button {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  text-decoration: none;
  margin-top: 0px;
  cursor: pointer;
  text-decoration: none;
}
.adv-section-3 .talktous-button span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.adv-section-3 .talktous-button:hover span {
  margin-left: 30px;
  transition: 0.5s;
}

.mission img {
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.mission h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  z-index: 1;
}

.common-circle-bg-right {
  position: relative;
}
.common-circle-bg-right:after {
  background: url(../images/bg-circle-3.png) no-repeat;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-size: 15%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.common-circle-bg-left {
  position: relative;
}
.common-circle-bg-left:after {
  background: url(../images/bg-circle-2.png) no-repeat;
  left: 0;
  top: 0;
  background-position: left top;
  background-size: 15%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.modal-title {
  font-size: 24px;
  font-weight: 500;
}

.division {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.division span {
  font-weight: 600;
}

.com-mb-blog {
  margin-bottom: 30px;
} /*# sourceMappingURL=main.css.map */

.talktous-button2 {
  background-color: #f79120;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 0px 0px 0px 30px;
  font-weight: 600;
  height: 50px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

.talktous-button2 span {
  height: 50px;
  width: 50px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 50px;
  border: solid 2px #f79120;
  margin-left: 20px;
  color: #000;
  text-align: center;
  transition: margin-left 0.5s;
}
.talktous-button2:hover span {
  margin-left: 30px;
  transition: 0.5s;
}


.welcomme-text{
  text-align: center;
    margin-bottom: 80px;
}

.welcomme-text h1{
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #110010;
}
.welcomme-text p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0 5%;
    line-height: 26px;
    color: #110010;
}