body,
html {
  font-family: "Google Sans";
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #0C0630;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2,
h3,
h4 {
  font-family: "Google Sans";
}
h2 {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #6656E2;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #6656E2;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
.p-0 {
  padding: 0;
}
/* Navigation */
#menu {
  padding: 30px;
  transition: all 0.8s;
  font-family: "Google Sans";
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-size: 24px;
  font-weight: 700;
  color: #0C0630;
  padding: 0;
}
#menu a.navbar-brand .logo-img {
  padding-right: 10px;
  height: 54px;
  border-radius: 100%;
}
#menu .nav-menu-icon {
  width: 32px;
}
#menu .menu-context {
  padding-left: 160px;
}
#menu.navbar-default .navbar-nav > li > a {
  color: #0C0630;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #6656E2;
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: #6656E2 !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
  border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
#bs-example-navbar-collapse-1 {
  border: 0 !important;
}
.btn-custom {
  color: #fff;
  background-color: #6656E2;
  padding: 16px 24px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 37px;
  transition: all 0.4s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  /* background-image: none; */
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  /* background-image: none; */
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
.cursor-pointer {
  cursor: pointer;
}
.section-title {
  margin-bottom: 60px;
}
.section-title h2 {
  position: relative;
  text-align: left;
  color: #0C0630;
  font-size: 62px;
  font-weight: 700;
  margin: 0;
}
.section-title p {
  font-size: 18px;
  color: #626166;
  font-weight: 400;
}

/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  font-family: "Google Sans";
}
.intro h1 {
  color: #0C0630;
  font-size: 72px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.intro p {
  color: #626166;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 34px;
  padding-top: 34px;
}
header .intro-text {
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: left;
}
header .intro-img {
  position: relative;
  padding-top: 180px;
  padding-bottom: 100px;
  text-align: center;
  align-self: center;
}
header .intro-img span {
  position: absolute;
  top: 230;
  right: -50;
  bottom: unset;
  left: unset;
  width: 220;
  color: #0C0630;
  font-size: 20px;
  font-weight: 500;
}
.intro .talk-btn {
  font-size: 18px;
  color: #fff;
  background: #6656E2;
  margin-right:  20px;
  padding: 16px 24px;
}
.intro .talk-btn:hover {
  background: #6372ff;
}
.intro .portfolio-btn {
  font-size: 18;
  color: #6656E2;
  background: #fff;
  border: 1px solid #6656E2;
  padding: 16px 24px;
}
.intro .portfolio-btn:hover {
  background: #efefef;
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* Services Section */
#services {
  padding: 100px 0;
  background: #fff;
  color: #0C0630;
  font-family: "Google Sans";
}

#services .service-img{
  padding-top: 24px;
  padding-bottom: 16px;
}
#services .service-text{
  margin: 0;
  padding: 0;
  padding-bottom: 24px;
}
#services p {
  text-align: left;
  color: #0C0630;
  font-size: 34px;
  font-weight: 700;
}
#services h2 {
  color: #0C0630;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px !important;
  color: #626166 !important;
  font-weight: 400 !important;
}
.section-title .section-dash {
  background: #0C0630;
  width: 33px;
  height: 2px;
  margin-top: 10px;
  margin-right: 25px;
}
.section-title .section-title-description {
  display: flex;
  flex-direction: row;
  padding-top: 80px;
}
#services .section-title h2 {
  width: 350px;
}
#services .section-title p {
  width: 350px;
  margin: 0;
}
#services .service-item {
  background: #FFFBED;
  color: #0C0630;
  margin: 15px;
}
#services i.fa {
  font-size: 42px;
  width: 80px;
  height: 80px;
  padding: 40px 0;
  background: #FFFBED;
  color:#0C0630;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 0;
  color: #0C0630;
}
#services .service-desc {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  color: #0C0630;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
  background: #F6DB7A;
  font-family: "Google Sans";
}

#portfolio .portfolio-inf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#portfolio .project-header-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#portfolio .project-description {
  text-align: left;
  color: #0C0630;
  font-size: 18px;
  font-weight: 400;
}
#portfolio .project-title {
  text-align: left;
  color: #0C0630;
  font-size: 28px;
  font-weight: 700;
  line-height: 114.5%;
} 
#portfolio .project-header-icon {
  display: flex;
  flex-direction: row;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #6656E2;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#portfolio .project-header-icon:hover {
  background-color: #6372ff;
}
#portfolio .portfolio-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#portfolio .portfolio-item {
  margin-bottom: 46px;
}
#portfolio .project-img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#portfolio .portfolio-img {
  margin: 4px -10px 0 -14px;
  padding: 0;
  margin:  0;
  
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #F6DB7A;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  background: #fff;
  border-radius: 18px;
  margin: 10px;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: #fff;
  color: #0C0630;
  font-family: "Google Sans";
}
#contact .user-part {
  margin-right: -30px;
  padding-right: 30px;
}
#contact .form-part {
  margin-left: 30px;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #0C0630;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 62px;
}
#contact form {
  padding-top: 20px;
}
#contact .form-label {
  font-size: 16px;
  font-weight: 400;
  color: #0C0630;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  font-size: 20px;
  background: #6656E2;
  color: #fff;
  width: 100%;
}
#contact .btn-custom:hover {
  background: #6372ff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Google Sans";
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  padding: 28px 0;
  border-top: 1px solid #0C0630;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .contact-inf {
  display: flex;
  flex-direction: row;
}
#contact .contact-inf .inf-icon {
  width: 84px;
  height: 84px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F6DB7A;
  border-radius: 100%;
}
#contact .contact-inf .inf-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
}
#contact .contact-inf .inf-text-label {
  font-size: 17px;
  font-weight: 400;
}
#contact .contact-inf .inf-text-content {
  font-size: 22px;
  font-weight: 500;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #0C0630;
  color: #fff;
  padding: 30px 0;
  font-family: "Google Sans";
}
#footer p {
  color: #fff;
  font-size: 14px;
}
#footer a {
  color: #fff;
}
/* #footer a:hover {
  border-bottom: 2px solid #608dfd;
} */

#footer .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
#footer .footer-logo img {
  margin-right: 10px;
  width: 54px;
  height: 54px;
}
#footer .footer-logo span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#footer .footer-back {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#footer .footer-back img {
  height: 40px;
  padding-bottom: 12px;
}
#footer .footer-back span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
#footer .footer-menu {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#footer .footer-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#footer .footer-menu ul li{
  padding-right: 32px;
  font-size: 18px;
  font-weight: 500;
}
/**
* project details page style
*/
#project-details .part-title {
  color: #0C0630;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
#project-details header .project-header {
  padding-top: 170px;
  padding-bottom: 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#project-details header .project-nav {
  padding-bottom: 60px;
  text-align: left;
}
#project-details header .project-nav .nav-move-text {
  color: #626166;
  font-size: 16px;
  font-weight: 500;
}
#project-details header .project-nav .nav-non-move-text {
  color: #ABAAB2;
  font-size: 16px;
  font-weight: 500;
}
#project-details header .project-header .project-name {
  color: #0C0630;
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
}
#project-details header .project-header .project-subtitle{
  color: #6656E2;
  font-size: 20px;
  font-weight: 500;
  padding: 28px 0;
}
#project-details header .project-header .project-detail-col {
  border-top: 1px solid #0C0630;
  margin: 42px -10px 0 10px;
  display: flex;
  flex-direction: column;
}
#project-details header .project-header .project-detail-header {
  padding: 40px 0 30px 0;
}
#project-details header .project-detail-col p {
  padding-bottom: 16px;
  margin: 0 !important;
  color: #626166;
  font-size: 18px;
  font-weight: 400;
}
#project-details header .project-detail-col p:last-child {
  padding: 0;
}
#project-details header .project-header .project-detail-sub-row {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
}
#project-details header .project-header .project-detail-sub-row:last-child {
  padding-bottom: 0px;
}
#project-details header .project-header .project-detail-sub-content {
  color: #626166;
  font-size: 18px;
  font-weight: 400;
}
#project-details header .project-header .project-detail-sub-title {
  color: #0C0630;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 12px;
}
#project-details #problems {
  background-color: #F6DB7A;
  padding: 90px 0;
}
#project-details .part-info {
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
}
#project-details .part-info-title{
  width: 250px; 
}
#project-details .part-info-content {
  display: flex;
  flex-direction: row;
  flex: 1;
}
#project-details .part-info-content .info-text {
  flex: 1;
  color:  #0C0630;
  font-size: 18px;
  font-weight: 400;
}
#project-details .part-info-content .info-text p{
  color:  #0C0630;
  font-size: 18px;
  font-weight: 400;
}
#project-details .part-info-content .info-text ul{
  list-style-position: outside;
  list-style-type: disc;
  color: #626166;
  padding-left: 20px;
}
#project-details .part-img{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 12px;
}
.line-mark {
  width: 33px;
  height: 2px;
  background-color: #0C0630;
  margin-top: 12px;
  margin-right: 24px;
}
#project-details #research {
  background-color: #FFFFFF;
  padding: 90px 0;
}
#project-details .grey-text{
  color: #626166 !important;
}
.grey-text p {
  color: #626166 !important;
}
#project-details #opportunity {
  background-color: #F6DB7A;
  padding: 90px 0;
}
#project-details #solution {
  background-color: #F6DB7A;
  padding: 90px 0;
}
#project-details #solution.whiteBg{
  background-color: #FFFFFF;
  padding: 90px 0;
}
#project-details #features {
  background-color: #F6DB7A;
  padding: 90px 0;
}
#project-details #features .feature-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#project-details #features .feature-img {
  margin: 4px -10px 0 -14px;
  padding: 0;
  margin:  0;
}
#project-details #features .feature-img img{
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
#project-details #features .feature-inf {
  text-align: center;
  padding-top: 32px;
}
#project-details #contribution {
  background-color: #FFFFFF;
  padding: 90px 0;
}
#project-details #contribution.yellowBg {
  background-color: #F6DB7A;
  padding: 90px 0;
}
#project-details #contribution .part-info {
  padding: 0;
}
#project-details #contribution .image_container.top-space{
  padding-top: 30px;
}
#project-details #design {
  background-color: #F6DB7A;
  padding: 90px 0;
}
#project-details #concluding {
  background-color: #FFFFFF;
  padding: 90px 0;
}
#project-details #concluding .no-padding {
  padding: 0;
}
#project-details #testimonials {
  background-color: #F6DB7A;
  padding: 90px 0;
}
#project-details #testimonials .content {
  display: flex;
  flex-direction: column;
}
#project-details #testimonials .content h2 {
  color: #0C0630;
  font-size: 54px;
  font-weight: 700;
  padding-bottom: 62px;
}
#project-details #testimonials .feedback-container {
  background-color: #fff;
  border-radius: 18px;
  display: flex;
  flex-direction: row;
  padding: 50px 54px;
}
#project-details #testimonials .feedback-container .client-img {
  border-radius: 18px;
  padding-right: 60px;
  padding-bottom: 0;
}
#project-details #testimonials .feedback-container .feedback-content {
  display: flex;
  flex-direction: column;
}
#project-details #testimonials .feedback-content img {
  width: 52px;
  height: 33px;
}
#project-details #testimonials .quotation-start-mark {
  margin-bottom: 48px;
}
#project-details #testimonials .quotation-end-mark {
  display: flex;
  align-self: flex-end;
}
#project-details #testimonials .feedback-content-title {
  color: #0C0630;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 18px;
}
#project-details #testimonials .feedback-content-text {
  color: #626166;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 32px;
}
#project-details #testimonials .feedback-content-client-name {
  color: #0C0630;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px;
}
#project-details #testimonials .feedback-content-client-role {
  color: #6656E2;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 48px;
}
#project-details #portfolio {
  background-color: #FFFBED;
  padding: 90px 0;
}
#project-details #portfolio h2{
  font-size: 52px;
}
#project-details #portfolio .portfolio-inf {
  border-top: 1px solid #0C0630;
  padding-top: 32px;
}
#project-details .image_container {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1200px) {
  #menu .menu-context {
    padding-left: 60px;
  }
  #portfolio .project-title {
    font-size: 24px;
  }
  #portfolio .project-header-icon {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1000px) {
  #menu .menu-context {
    padding-left: 0;
  }
  #menu a.navbar-brand {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #portfolio .project-title {
    font-size: 28px;
  }
  #portfolio .project-header-icon {
    width: 48px;
    height: 48px;
  }
  #contact .user-part {
    margin-right: 0;
    padding-right: 0;
  }
  #contact .form-part {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
  header .intro-img {
    padding-top: 0px;
    padding-bottom: 130px;
    text-align: center;
    align-self: center;
  }
  .btn-start-project {
    width: 100%;
  }
  header .intro-img span {
    position: absolute;
    bottom: 40;
    top:unset;
    right: unset;
    left: 10;
    font-size: 18px;
  }
  #project-details .part-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .line-mark {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }
  
}

@media (max-width: 465px) {
  .intro h1 {
    font-size: 54px;
  }
  .intro p {
    font-size: 16px;
  }
  #services p {
    font-size: 28px;
  }
  .section-title {
    margin-bottom: 28px;
  }
  .section-title h2 {
    font-size: 44px;
  }
  .section-title .section-title-description {
    padding-top: 28px;
  }
  #portfolio .project-title {
    font-size: 26px;
  }
  #portfolio .project-description {
    font-size: 16px;
  }
  .section-title .section-dash {
    width: 25px;
    margin-right: 16px;
  }
  .section-title p {
    font-size: 16px !important;
  }
  #services .service-text {
    font-size: 14px;
  }
  #contact h3 {
    font-size: 44px;
  }
  #contact .contact-inf .inf-icon {
    width: 66px;
    height: 66px;
  }
  #contact .contact-inf .inf-text {
    padding-left: 16px;
  }
  #contact .contact-inf .inf-text-label {
    font-size: 14px;
  }
  #contact .contact-inf .inf-text-content {
    font-size: 18px;
  }
  #contact .btn-custom {
    font-size: 18px;
  }
  #footer .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footer-menu {
    flex-direction: column;
  }
  #footer .footer-menu ul {
    margin-bottom: 28px;
  }
  #footer .footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 48px;
  }
  #footer .footer-back {
    margin-top: 15px;
  }
  #footer .footer-menu ul li:last-child{
    padding-right: 0;
  }
  #portfolio .portfolio-item {
    padding: 0 !important;
  }
  #project-details .image_container {
    display: flex;
    flex-direction: column;
  }
  #project-details #features .feature-item {
    padding: 0;
  }
  #project-details header .project-header .project-name {
  font-size: 44px;
  }
  #project-details header .project-header .project-subtitle{
    font-size: 18px;
    padding: 28px 0;
  }
  #project-details header .project-header .project-detail-col {
    margin: 22px 0 0 0;
  }
  #project-details #testimonials .content h2 {
    font-size: 44px;
    padding-bottom: 46px;
  }
  #project-details #testimonials .feedback-container {
    display: flex;
    flex-direction: column;
    padding: 30px 28px;
  }
  #project-details #testimonials .feedback-container .client-img {
    padding-right: 0;
    padding-bottom: 40px;
  }
  #project-details #testimonials .feedback-content img {
    width: 40px;
    height: 24px;
  }
  #project-details #testimonials .quotation-start-mark {
    margin-bottom: 24px;
  }
  #project-details #testimonials .feedback-content-title {
    font-size: 28px;
  }
  #project-details #testimonials .feedback-content-text {
    font-size: 16px;
  }
  #project-details #testimonials .feedback-content-client-name {
    font-size: 22px;
  }
  #project-details #testimonials .feedback-content-client-role {
    font-size: 15px;
    padding-bottom: 24px;
  }
  #project-details #portfolio h2{
    font-size: 44px;
  }
  #project-details .part-img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 15px 0;
    border-radius: 12px;
  }
}