

.about-icon{
    display:block;
    width:92px;
    height: 92px;
    position: relative;
    background: #fafafa;
    border-radius:12px;
    z-index: 3;
    margin:1px auto;
}

.about-icon:before{
    width:93px;
    height: 93px;
    content:'';
    z-index: 1;
    position: absolute;
    background:#fafafa;
    border: 1px solid #686868;
    border-radius:12px;
    top:-1px;
    left:-1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.about-icon:after{
    width:20px;
    height: 20px;
    content:'';
    z-index: 2;
    position: absolute;
    background:#fafafa;
    border-right: 1px solid #686868;
    border-bottom:1px solid #686868;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top:89%;
    left:39%;
}

.about-icon i{
    font-size:34px;
    color:#464646;
    z-index: 4;
    position: relative;
    line-height: 95px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.Service_points li{font-size: 14px; color:#000}
.fonts-about{font-size: 14px; color:#000;}
/* About Box Hover Styles */

.about-box:hover .about-icon:before{
    background:#252525;
}

.about-box:hover .about-icon:after{
    background:#252525;
}

.about-box:hover .about-icon i{
    color:#fff;
}

.about-box .about-head{
    margin:30px auto 10px;
    font-size:16px;
}

.about-box .about-text{
    font-size:14px;
    color:#000;
}

.fa-Architecture {
    background: url(../images/ARCHITECTURE_Logo_hover.png) no-repeat center center;
    height: 92px;
    width: 92px;
    float: left;
}
.fa-Interior{
    background: url(../images/INTERIOR_Logo_hover.png) no-repeat center center;
    height: 92px;
    width: 92px;
    float: left;
}
.about-box:hover .fa-Architecture {
    background: url(../images/ARCHITECTURE_Logo.png) no-repeat center center;
}

.about-box:hover .fa-Interior {
    background: url(../images/INTERIOR_Logo.png) no-repeat center center;
}


/* Service Boxes */

.service-box{
    text-align: center;
    margin:50px auto 0;
    cursor: context-menu;
}

.service-box .service-icon{
    display:block;
    width:70px;
    height: 70px;
    position: relative;
    background: transparent;
    border-radius:12px;
    border:1px solid #cbcbcb;
    z-index: 3;
    margin:0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box .service-icon i{
    font-size:26px;
    color:white;
    z-index: 4;
    position: relative;
    line-height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.service-box:hover .service-icon{
    background:#000;
}

.service-box:hover .service-icon i{
    color:#323332;
}

.service-box .service-header{
  color:#000;
    margin-top:15px;
    font-size: 14px;
    letter-spacing: 1px;
}
@media screen and (max-width: 800px){
    .service-box{
   width: 50%;
}
}
.fontsize{font-size: 15px; color:#000; font-weight:600;}


/* Portfolio Filter */

.filter-menu{
    text-align: center;
    margin:15px auto 30px;
}
.fullwidth {
    width: 100%;
    max-width: 100%;
}
.filter-menu ul li{
    display: inline-block;
    margin:0 5px;
}

.filter-menu ul li a{
    padding:7px 16px;
    text-transform: uppercase;
    background: transparent;
    color:#000;
    font-size:14px;
    font-weight:600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.filter-menu ul li a.selected{
    background:#060606;
    color:white;
}


#filters {
    padding: 0;
    list-style: none;
  }
  #filters li {
     display: inline-block;
    margin-right: 0px;
  }
  #filters li span {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
  }
  #filters li span:hover, #filters li span:focus, #filters li span.active {
    color: #000 !important;
  }
  
  #portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 25%;
    display: block;
    float: left;
  }
  @media screen and (max-width: 995px) {
    #portfoliolist .portfolio {
      width: 33.33% !important;
    }
    
  }
  @media screen and (max-width: 766px) {
  #filters li {
   
    margin-right: -10px;
  }
  }
  @media screen and (max-width: 693px) {
  #filters li {
   
    margin-right: -20px;
  }
  }
  @media screen and (max-width: 624px) {
  #filters li {
   
    margin-right: -20px;
    
  }
  .filter-menu ul li a {
      padding: 6px 16px;
      font-size: 14px;
  }
  }
  @media screen and (max-width: 493px) {
  
  .filter-menu ul li a {
      font-size: 8px;
  }
  }
  @media screen and (max-width: 448px) {
  
  .filter-menu ul li a {
      font-size: 14px;
      
  }
  #filters li {
   
    margin-right: 0px;
    
  }
  .filter-menu ul li a.selected {
     padding:7px !important;
     margin: 5px !important;
  }
  }
  @media screen and (max-width: 768px) {
    #portfoliolist .portfolio {
      width: 50% !important;
    }
    
  }
  @media screen and (max-width: 390px) {
    #portfoliolist .portfolio {
      width: 100% !important;
    }
  }
  
  .portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
  }
  
  .portfolio {
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
  }
  
  .portfolio img {
    max-width: 100%;
    z-index: -1;
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    object-fit: cover;
  }
  
  .portfolio .label {
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: -110px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .portfolio .label-bg {
    background: #0000007a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
  }
  .portfolio .label-text a {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .portfolio .label-text a:hover {
    color: #fff !important;
    text-decoration: none !important;
  }
  
  .portfolio .text-category {
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: normal;
      font-weight:600;
  }
  
  .portfolio:hover .label {
    bottom: 0;
  }
  
  .portfolio:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  
.ServiceExtraMenu
{
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    background-color: #b7b7b7;
    float: left;
    width: 130px;
    list-style: none;
    font-size: 14px;
  
}

.ServiceExtraMenu li
{
    width: 130px !important;
    padding: 0px 0 !important;
    text-align: left;
    display: block !important;
    margin: 0 -50px !important;
    cursor: pointer;
}

.ServiceExtraMenu li a
{
    width: 130px !important;
    float: left;
    text-align: left;
}



.ServiceDropdown:hover .ServiceExtraMenu
{
    display: block;
}

.project_itemContent
{
    max-width: 1100px;
    margin: 0 auto !important;
}

.ServiceDropdown a
{
    cursor: pointer;
}


.effect-3 {
    position: relative;
    margin-bottom: 30px;
     margin-top: 40px;
    overflow: hidden;
  }
  
  .effect-3 .effect-img {
    font-size: 0;
    overflow: hidden;
  }
  
  .effect-3 .effect-img img {
    width: 100%;
   
    transition: .3s;
  }
  
  .effect-3:hover .effect-img img {
    transform: scale(1.2);
  }
  
  .effect-3 .effect-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
    transform: scale(0);
    opacity: 0;
  }
  
  .effect-3:hover .effect-text {
    transform: scale(1);
    opacity: 1;
  }
  
  .effect-3 .effect-text h2 {
    height: 22px;
    color: #ffffff;
    font-size: 16px;
    margin: 0;
  }
  
  .effect-3 .effect-text p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  
  .effect-3 .effect-btn .btn {
    display: inline-block;
    height: 35px;
    padding: 7px 15px;
    color: #333333;
    background: #ffffff;
    text-decoration: none;
  }
  .px-0{
      padding-left:0px;
      padding-right:0px;
  }
  @media only screen and (max-width: 600px){
      .effect-3 .effect-text{
          transform:scale(1);
          opacity:1;
      }
  }
  @media screen and (min-width: 0px){
    .img1{width: 390px;height: 290px !important;object-fit: cover;}
    
    }  


    .work-image{
        width: 100%;
position: relative;
height: auto;
margin: 0;
padding: 0;
background: black;
}

.work-image a{
    display:block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.work-image a img{
    width:100%;
    height: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-image a span.positive{
    display: block;
width: 150px;
height: 43px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -73px;
text-align: center;
/* background: url(../images/positive.png); */
opacity: 0;
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
color: white;
transition: all 0.3s;
}

.work-image:hover a span.positive{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
@media screen and (max-width: 784px){.work-image a span.positive{
    display: block;
width: 150px;
height: 43px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -73px;
text-align: center;
/* background: url(../images/positive.png); */
opacity: 0;
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
transform: scale(0.1);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
color: white;
transition: all 0.3s;
}

.work-image:hover a span.positive{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}}


.work-image:hover a img{
    opacity: 0.3;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* Portfolio Work Bottom */

.work-bottom{
    padding:16px;
    border:1px solid #252525;
}

.work-bottom p.work-name{
    color:#9a9a9a;
    font-size:15px;
}

.work-bottom p.work-name{
    color:#9a9a9a;
    font-size:15px;
}

.work-bottom p.work-category{
    color:#9a9a9a;
    font-size:13px;
}

.work-bottom a.work-link{
    display: block;
    width: 60px;
    height:73px;
    position: absolute;
    bottom:0;
    right: 0;
    background:transparent;
    /*border-left:1px solid #eaeaea;*/
    border:1px solid #252525;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-bottom a.work-link-passive{
    display: block;
    width: 60px;
    height:71px;
    position: absolute;
    bottom:0;
    right: 0;
    background:transparent;
    border-left:1px solid #eaeaea;
    opacity: 0.3;
    cursor: default;
}

.work-bottom a span.arrow{
    display: block;
    position: relative;
    width: 12px;
    height: 17px;
    top:50%;
    margin:0 auto;
    background:url(../images/work-arrow.png) center center no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.work-bottom a.work-link:hover{
    background:#313131;
}

.work-bottom a.work-link:hover span.arrow{
    background:url(../images/work-arrow-hover.png) center center no-repeat;
}

/* isotope styles */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Expander Item Styles */

.item-expander {
    position:relative;
    padding:20px 0 50px;
    display: none;
    margin:35px auto;
    text-align: center;
    background:#fcfcfc;
}

#item-expander{
    position: relative;
    padding:10px 0;
    width:100%;
    max-width:1170px;
    margin:0 auto;
    overflow: hidden;
}


/* Expander Item Controls */

.project-controls{
    position: relative;
    width:100%;
    height: auto;
    top:15px;
    max-width: 1170px;
    margin:10px auto;
}

.expander-inner{
    position: relative;
    top:0;
}

.cls-btn{
    width:100%;
    padding: 0;
    margin: 20px auto 0;
    display: block;
    height: auto;
}

.item-expander .cls-btn .close {
    position:relative;
    display: inline-block;
    color:#8b8b8b;
    top:0;
    margin:0 auto;
    width:auto;
    height:auto;
    font-size:45px;
    font-weight:100;
    text-align:center;
    cursor: pointer;
    float:none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.expander-close:hover {
    color:#3a3a3a;
    cursor:pointer;
}


/* Expander Project */

.project{
    position: relative;
    text-align: left;
}

.project ul.project-slides li.slide img{
    width: 100%;
}

/* Flex Slider Direction */

.project ul.flex-direction-nav{
    display: block;
    opacity: 1;
}

.project ul.flex-direction-nav li a{
    opacity: 1;
    width:31px;
    height: 52px;
    top:50%;
    background:#1d1d1d center center no-repeat;
    opacity: 0.8;
    margin-top:-26px;
}

.project ul.flex-direction-nav li a.flex-prev{
    left:0;
    background-image:url(../images/arrow-left.png);
}

.project ul.flex-direction-nav li a.flex-next{
    background-image:url(../images/arrow-right.png);
    right:0;
    left:auto;
}

.project ul.flex-direction-nav li a:hover{
    opacity: 1;
}

/* Flex Slider Control */

ol.flex-control-nav{
    bottom:15px;
    position: absolute;
    z-index: 2;
}

/* Project Header and Description styles */

.project-header{
    text-align: left;
    font-size:25px;
    margin:0 0 10px;
    padding:30px 0 0;
}

.project-desc{
    text-align: left;
    font-size:13px;
}

.project-detail{
    text-align: left;
    padding:10px 0;
    border-bottom:1px solid #ebebeb;
    font-size:13px;
    margin:0;
}


/* Site Socials and Address */

#site-socials .socials{
    width:100%;
    padding: 15px 10px;
    background:url(../images/bottom-strip.png) center bottom no-repeat;
}

#site-socials .socials a.social{
    font-size:18px;
    color:#ffffff;
    margin:15px auto;
    width:40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#site-socials .socials a.social:hover{
    background:#ffffff;
    color:rgb(0, 0, 0);
}

.ServiceText p:before {
    content: "\25cf \00a0";
    color: #3498db;
}
.ServiceText p {
    margin: 10px 0;
    line-height: 20px;
    text-align: justify;
    float: left;
    padding-left: 15px;
    text-indent: -15px;
    letter-spacing: 1px;
}
#site-socials .top-button {
    
    bottom: 0%;
    position: absolute;
    width: 40px;
    left: 50%;
    height: 40px;
    background: #000000;
    color: #d1d1d1;
    font-size: 20px;
    line-height: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.top-button-arrow{
    display:block;
    text-align:center;
    line-height:2;
}
.font-justify p{
    font-size:14px;
    color:#000;
    text-align: justify;
}
a:focus, a:hover {
    text-decoration: none !important;
}

#portfolio {
   
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

#fh5co-portfolio-section, #fh5co-intro-section, #fh5co-services-section, #fh5co-contact-section, #fh5co-team-section {
    padding-bottom: 5em;
}
.list-remove{
    list-style: none;
    display: initial;
}


#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    z-index:1;
    overflow-y:auto;
  }
  #overlay .holder {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 10%;
  }
  #overlay .holder img {
    width: 100%;
    max-width: 1000px;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
  }
  
  #overlay .holder .nav {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
  }
  #overlay .holder .nav a {
    color: white;
    opacity: 0.3;
    -webkit-user-select: none;
    cursor: pointer;
  }
  #overlay .holder .nav a:hover {
    opacity: 1;
  }
  #overlay .holder .nav #next, #overlay .holder .nav #prev {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    font-size: 40px;
  }
  #overlay .holder .nav #next span, #overlay .holder .nav #prev span {
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    position: relative;
  }
  #overlay .holder .nav #next {
    right: 0;
    text-align: right;
  }
  #overlay .holder .nav #prev {
    left: 0;
    text-align: left;
  }
  #overlay .holder .nav #close {
    right: 10px;
    top: 0;
    font-size: 30px;
    opacity: 0.6;
    z-index: 1000000;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
  }
  #overlay .holder .nav #close:hover {
    opacity: 1;
  }
  .set-margin-header{
      font-size: 28px;
      padding-top:35px
  }
  .company-name{
      font-size:25px !important;
  }
  .condiment{color:#000;}
  .typographic_logo .logo img {
    width: 600px;
  }
  #home .v2 {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4;
    text-align: center;
 }
#home .v2 .typographic_logo {
    height: auto;
    width: 100%;
    margin: 0 auto;
    top: 50%;
   position:absolute;
    padding: 0 25px;
    color: #d6d6d6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.v2 .home-arrow:hover {
    color: white;
}

.v2 .home-arrow {
    margin: 0 auto;
    left: 50%;
    bottom: 12%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.home-arrow span {
    display: block;
    margin: 60px -10px;
    color:#fff;
}
.scroll-container{
  width: 30px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 15px;
  position: relative;
}

.scroller{
  width: 16px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 34px;
  animation: scroller 1500ms ease-out infinite;
}

@keyframes scroller{
  0%{
    bottom: 34px;
  }
  5%{
    top: 4px;
  }
  32%{    
    bottom: 4px;
  }
  66%{
    top: 34px;
    bottom: 4px;
  }
  100%{
    top: 4px;
    bottom: 34px;
  }
}
.overflow-hide{
    overflow:hidden;
}
.hidden-text{
    z-index: -26;
    font-size: 100px;
    margin: 30px 0px 30px -30px;
}
@media screen and (max-width: 991px){
    .testimony-wrap{
        margin:0px;
    }
    .typographic_logo .logo img {
    width: 80%;
}
.scroll-container {
    width: 15px;
    height: 29px;
    border: 1px solid #fff;
}.scroller {
    width: 7px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 3px;
    bottom: 0px;
    animation: scroller 1500ms ease-out infinite;
}
.home-arrow span {
    display: block;
        margin: 24px -14px;
    font-size: 11px;
}
}

.font-colors{color:#000; text-align:justify; font-size:14px;}
.img-size{width:50% !important;}




.testimony-wrap {
    margin:0px 10px;
  background: #fff;
  display: block;
  position: relative;
  padding: 30px;
  border: 1px solid #edeff1; }
  .testimony-wrap .user-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto; }
    .testimony-wrap .user-img .quote {
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 40px;
      height: 40px;
      background: #000000;
      border-radius: 50%; }
      .testimony-wrap .user-img .quote i {
        color: #fff;
        line-height:3;
      }
  .testimony-wrap .text{
      color: #000; font-size:14px;
  }
  .testimony-wrap .name {
      font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #000000;
   }
  .testimony-wrap .position {
    font-size: 14px;
    color: #000000; }
.mb-5 {
  
    margin-bottom: 3rem !important;
}
.img,
.blog-img,
.hero-wrap,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media screen and (max-width: 991px){
    .testimony-wrap{
        margin:0px;
    }
   
}

#why-you{
    background-color:#fff;
}
#why-you .split-color {
    background-color: #000000;
}

#client-review{
    background-color:#fff;
}
#client-review .split-color {
    background-color: #000000;
}



