body {
    position: relative;
    padding: 0;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    margin: 0 auto;
}
.container{
    width: 100%;
    max-width: 1300px;
}
.container-fluid {
    width: 100%;
    padding: 0 40px;
}
a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
    color: #814882;
}
b, strong {
    font-weight: 700;
}

img {
	max-width:100%;
	height: auto;
}
ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}

h1{
    font-family: "Roboto", sans-serif;
    font-size: 52px;
    line-height:56px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
h2{
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
h3{
    font-family: "Roboto", sans-serif;
    font-size:26px;
    line-height:36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
h4{
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 45.84px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
h5{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 34.38px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
h6{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 24.2px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
p{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height:26px;
    font-weight: 400;
    color: #4c4c4c;
    margin-bottom: 24px;
}

.header-wrap {
    width: 100%;
    top: 0px;
    left: 0px;
    animation-duration: .5s;
    position: absolute;
    background: rgba(0,0,0,0);
    z-index: 4;
    padding: 0;
}
.header-wrap.sticky {
    position: fixed;
    width: 100%;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-fill-mode: both;
    top: 0px;
    box-shadow: 0px 0px 25px rgba(0,0,0,.1);
    z-index: 5;
    background: #fff;
    animation: translateHeader 0.8s;
  }
.header-wrap::before {
    position:absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 234px;
    background: #000;
    background: -moz-linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    pointer-events: none;
    z-index: 0;
}
@keyframes translateHeader {
    0% {
      opacity:0;
      -webkit-transform:translateY(-100%);
      transform:translateY(-100%)
    }
    100% {
      opacity:1;
      -webkit-transform:translateY(0);
      transform:translateY(0)
    }
  }
.header-wrap .container-fluid {
    padding: 0 40px;
    max-width: 100%;
}
.header-wrap .logo-wrap {
    background: #814882;
    width: 160px;
    position: relative;
    z-index: 10;
}
.header-wrap .logo-wrap a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.header-wrap .logo-wrap svg {
    width: 120px;
    fill: #fff;
}
.header-wrap .outer-menu  p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.header-wrap .outer-menu  .topmenu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: relative;
    z-index: 10;
}
.header-wrap .outer-menu  .topmenu  .callnow {
    margin-left: 25px;
}
.header-wrap .outer-menu  .topmenu  .callnow button {
    display: flex;
    align-items: center;
    fill: #fff;
    color: #fff;
    background: none;
    outline: none;
    box-shadow: none;
    border: none;
}
.header-wrap .outer-menu  .topmenu  .callnow button::after {
    display: none;
}
.header-wrap .outer-menu  .topmenu  .callnow .header-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background: #814882;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-wrap .outer-menu  .topmenu  .callnow .header-icon svg {
    width: 11px;
}
.header-wrap .outer-menu {
    width:calc(100% - 200px);
}
.header-inner {
    position: relative;
    z-index: 1;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-wrap .outer-menu .mainmenu {
    width: 100%;
    top: 0px;
    z-index: 5;
    height: 100vh;
}
.header-wrap.sticky .outer-menu .topmenu {
    display: none;
  }


@media only screen and (min-width: 992px) {
    .header-wrap .outer-menu .mainmenu  {
        height:auto;
        max-height: none;
        top: 0px;
        position: relative;
        display: block;
        opacity: 1;
        overflow: visible;
    }
}
@media only screen and (min-width: 1200px) {
    .header-wrap .outer-menu {
        width:calc(100% - 160px);
    }
}
.header-wrap .outer-menu .mainmenu ul {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.header-wrap .outer-menu .mainmenu ul li a {
    font-size: 15px;
    padding: 20px 10px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    transition: all .3s;
    text-transform: uppercase;
    display: block;
}
.header-wrap .outer-menu .mainmenu ul li:hover a,
.header-wrap .outer-menu .mainmenu ul li.active a {
    color: #f1f1f1;
}
.header-wrap .outer-menu .mainmenu ul li.dropdown a {
    padding-right: 40px;
} 
.header-wrap .outer-menu .mainmenu ul li.dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    top: 19px;
    right:20px;
    color: #fff;
  }
  .header-wrap .outer-menu .mainmenu ul li.dropdown:hover::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.header-wrap .outer-menu .mainmenu ul li .submenu {
    position: absolute;
    background: #fff;
    left: 0;
    min-width: 225px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(13px);
    height: auto !important;
    padding: 0;
    z-index: 1050;
    display: block;
}
.header-wrap .outer-menu .mainmenu ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-wrap .outer-menu .mainmenu ul li .location-listing {
    min-width: 600px;
    padding: 20px;
    left: inherit;
    right: 0;
    top: 100%;
    position: absolute;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(13px);
    height: auto !important;
    transition: all 0.5s ease;
}
.header-wrap .outer-menu .mainmenu ul li:hover .location-listing {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-wrap .outer-menu .mainmenu ul li .location-listing .item {
    width: 25%;
    float: left;
    display: block;
}
.header-wrap .outer-menu .mainmenu ul li .location-listing .item .head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #555;
    text-transform: uppercase;
    padding: 0;
    background: none;
  }
  .header-wrap .outer-menu .mainmenu ul li .location-listing .item ul {
    display: block;
    padding-left: 0;
  }
  .header-wrap .outer-menu .mainmenu ul li .location-listing .item ul li a {
    font-weight: 400;
    color: #000;
    padding: 6px 0;
    font-size: 13px;
  }
.header-wrap .outer-menu .mainmenu ul li .submenu li:not(:last-of-type) {
    border-bottom: 1px solid #e3e3e3;
}
.header-wrap .outer-menu .mainmenu ul li .submenu li a {
    font-size: 14px;
    padding: 15px 20px;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    transition: all .3s;
    display: block;
}
.header-wrap .outer-menu .mainmenu ul li .submenu li a:hover {
    background-color:#814882;
    color: #fff;
}
.header-wrap .outer-menu .mainmenu ul li.dropdown:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #814882;
    opacity: 0;
    transition: .4s all;
}
.header-wrap .outer-menu .mainmenu ul li.dropdown:hover::before{
    opacity: 1;
}
.header-wrap .outer-menu .mainmenu ul li.hovermenubtn {
    position: relative;
    padding: 20px;
}
.header-wrap .outer-menu .mainmenu ul li.hovermenubtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    width: 40px;
    height: 100%;
    height: 100%;
    font-size: 0;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
}
.header-wrap .outer-menu .mainmenu ul li.hovermenubtn a span {
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.header-wrap .outer-menu .mainmenu ul li.hovermenubtn a span~span {
    margin-top: 6px;
}
.header-wrap .outer-menu .mainmenu ul li.hovermenubtn .submenu {
    right: 20px;
    left: auto;
}
.header-wrap .outer-menu .mainmenu ul li.hovermenubtn .submenu li a {
    width: 100%;
}
.header-wrap.sticky .outer-menu  .mainmenu ul li a,
.header-wrap.sticky .outer-menu .mainmenu ul li.dropdown::after  {
    color:#000;
}
.header-wrap.sticky .outer-menu .mainmenu ul li.hovermenubtn a span {
    background-color: #000;
}
.header-wrap.sticky::before {
    display: none;
}
#HeaderMenu {
    display: none;
    color: #fff;
    font-size: 12px;
}
.close-mobile-menu {
  display: none;
}

/* banner  */

.banner .carousel-indicators button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    opacity: 1;
    border: none;
}

.banner .carousel-indicators button:not(:last-of-type) {
    margin-right: 22px;
}

.banner .carousel-indicators button[aria-current=true] {
    background: #814882;
}
.banner.carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .carousel-inner .carousel-item .caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transform: translate(0px,-45%);
}
.banner .carousel-inner .carousel-item .caption h1 {
    font-size: 29px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.banner .carousel-inner .carousel-item .caption h1 span {
    font-weight: 300;
    width: 100%;
}

/* features */

.features {
    padding: 40px 0 14px;
}
.features h2 {
    text-align: center;
    padding: 0 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0 auto 35px;
}
.features ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    justify-content: center;
    padding: 0 110px;
}
.features ul li {
    padding: 0 14px;
    width: 16.6666666667%;
    transition: all .3s;
}
.features-item {
    width: 134px;
    height: 134px;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: center;
    border-radius: 50%;
    transition: all .3s;
    padding: 8px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-item h6 {
    font-weight: 500;
    color: #814882;
    margin-bottom: 4px;
    font-size: 17px;
    display: block;
    line-height: 22px;
}
.features-item p {
    color: #000;
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    line-height: 16px;
}
.features ul li:hover .features-item,
.features ul li.active .features-item {
    background: #814882;
    transition: all .3s;
}
.features ul li:hover .features-item h6,
.features ul li:hover .features-item p,
.features ul li.active .features-item h6,
.features ul li.active .features-item p  {
    color: #fff;
}

/*  PackageOff */

.packageOff {
    padding: 35px 0 40px;
    position: relative;
}
.main-title h2 {
    text-align: center;
    padding: 0 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0 auto 0;
    display: table;
    background-color: #fff;
}
.main-title h2 span {
    color: #814882;
}
.main-title {
    position: relative;
    margin: 0 auto 45px;
    text-align: center;
}
.main-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: rgba(112,112,112,.2);
    z-index: 0;
}
.package-box {
    display: block;
    text-align: center;
    background: #fff;
    position: relative;
    margin: 0 6px;
    margin-bottom: 30px;
}
.package-box:hover .package-image::after {
    opacity: .7;
    -webkit-animation: shine .95s;
    animation: shine .95s;
}
.package-box .package-image {
    width: 100%;
    height: 258px;
    position: relative;
    overflow: hidden;
}
.package-box .package-image::after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    opacity: 0;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.package-box .package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.package-box .package-image .packageoff-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255,255,255,.65);
    color: #000;
    min-width: 265px;
    min-height: 110px;
    padding: 18px 13px 10px;
    width: fit-content;
    width: -moz-fit-content;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-box .package-image .packageoff-text h3 small {
    font-size:26px;
    display: block;
    line-height: 32px;
    font-weight: 400;
}
.package-box .package-image .packageoff-text h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    margin: 0;
    text-align: center;
}
.offer-wrap .package-box .package-image .packageoff-text h3 {
  color: #b7000c;
}
.offer-wrap .package-box .package-image .packageoff-text h3 small {
  color: #000;
}
.offer-wrap {
  padding: 60px 0 85px;
}
.price-box {
    padding:25px 15px 35px;
}
.price-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 225px;
    background: none;
    box-shadow: 0 3px 25px rgba(0,0,0,.1);
    pointer-events: none;
}
.price-box h5 {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 15px;
    color: #4c4c4c;
    text-transform: uppercase;
    align-items: baseline;
}
.price-box h5 del,
.price-box h5 span {
    font-size: 22px;
    margin: 0 15px;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
}
.price-box h5 span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #d80f0f;
  transform: rotate(10deg) translateY(-50%);
}
.price-box h5 strong {
    font-size: 25px;
    color: #814882;
    font-weight: 600;
    text-transform: capitalize;
}
.price-box p {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    line-height: 24px;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}
/* mob */

.FlxSectionMob {
    display: none;
}

/* what-we-do */

.what-we-do {
    padding: 45px 0 30px;
}
.what-we-do  .main-title {
    position: relative;
    margin: 0 auto 70px;
}
.what-we-do .grid-wrap,
.customer-support .grid-wrap,
.see-you-soon .grid-wrap {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}
.what-we-do .grid-left,
.customer-support .grid-left,
.see-you-soon .grid-left {
    width: 70%;
    padding: 3px;
}
.what-we-do .grid-right,
.customer-support .grid-right,
.see-you-soon .grid-right {
    width: 30%;
    padding: 3px;
    margin-left: -3px;
}
.customer-support .grid-left {
  width: 62%;
}
.customer-support .grid-right {
  width: 38%;
}
.what-we-do .grid-left .grid:first-of-type,
.customer-support .grid-left .grid.full-width,
.see-you-soon .grid-left .grid:first-of-type {
    width: 100%;
}
.what-we-do .grid-left .grid:first-of-type,
.see-you-soon .grid-left .grid:first-of-type { 
  padding-bottom: 6px;
}
.what-we-do .grid-left .grid,
.customer-support .grid-left .grid,
.see-you-soon .grid-left .grid  {
    width: 50%;
    padding:0 3px;
    float: left;
}
.customer-support .grid-left .grid-inner-left,
.customer-support .grid-left .grid-inner-right {
  width: 50%;
  float: left;
  height: 67%;
}
.customer-support .grid-left .grid-inner-left .grid,
.customer-support .grid-left .grid-inner-right .grid {
  width: 100%;
}
.grid-image {
    height: 320px;
    position: relative;
    overflow: hidden;
}
.customer-support  .grid-image,
.customer-support .grid-left .grid-inner-left .grid { 
  height: 50%;
}
.customer-support .grid-left .grid.full-width { 
  height: 33%;
}
.customer-support .grid-left .grid-inner-right .grid,
.customer-support .grid-left .grid-inner-right .grid .grid-image,
.customer-support .grid-left .grid-inner-left .grid .grid-image {
  height: 100%;
}
.what-we-do .grid-right .grid-image,
.what-we-do .grid-right .grid,
.customer-support .grid-left .grid.full-width  .grid-image,
.see-you-soon .grid-right .grid-image,
.see-you-soon .grid-right .grid { 
    height: 100%;
}
.customer-support .grid-right .grid:first-of-type {
  height: 66%;
}
.customer-support .grid-right .grid:last-of-type {
  height: 34%;
  padding-top: 6px;
  padding-bottom: 3px;
}
.customer-support .grid-right .grid .grid-image {
  height: 100%;
}
.what-we-do .grid-image img,
.customer-support .grid-image img,
.see-you-soon .grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.what-we-do .grid-image h2,
.customer-support .grid-image h2 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    transform-origin: center;
    transform: translate(-50%,-50%);
}
.customer-support .grid-image h2 {
  font-size: 58px;
}
.what-we-do .grid:hover .grid-image,
.customer-support .grid:hover .grid-image {
    background: #fff;
}
.what-we-do .grid:hover .grid-image img,
.customer-support .grid:hover .grid-image img,
.see-you-soon .grid:hover .grid-image img {
    opacity: .2;
    transition: all .5s;
    transform: scale(1.1);
}
.what-we-do .grid:hover .grid-image h2,
.customer-support .grid:hover .grid-image h2  {
    transition: all .5s;
    color: #814882;
}
.popup-btn,
.submit-btn  {
    border-radius: 8px;
    font-size: 13px;
    height: 45px;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin:35px auto 0;
    outline: none;
    box-shadow: none;
    color: #fff;
    transition: all .3s;
    border: 1px solid #814882;
    background-color: #814882;
    font-weight: 500;
    width: fit-content;
}
.popup-btn::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #814882;
    background: #996c9a;
    transform: scaleX(0);
    transition: transform .6s ease;
    left: 0;
    transform-origin: right;
}
.popup-btn:hover,
.submit-btn:hover {
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    background-color: #814882;
}
.popup-btn:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
.popup-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
}
.jobPopup .modal-dialog .modal-content {
    border-radius: 10px;
    border: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}
.jobPopup .modal-dialog .modal-content .modal-header {
    padding: 24px 0 18px;
    margin: 0 40px;
}
.jobPopup .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.jobPopup .modal-dialog .modal-content .modal-header .btn-close {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 0;
    opacity: 1;
}
.jobPopup .modal-dialog .modal-content .modal-body {
    padding: 25px 40px 40px;
    position: relative;
    flex: 1 1 auto;
}
.jobPopup .modal-dialog .modal-content .modal-body form>*:not(:last-of-type) {
    margin-bottom: 10px;
}
.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"],
.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"],
.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"] {
    height: 50px;
    padding: 10px 20px;
    width: 100%;
    font-size: 15px;
    border: 1px solid #707070;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    background: #fff;
    transition: all .3s;
    color: #263948;
}
.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"]::placeholder,
.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"]::placeholder,
.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"]::placeholder{
    color: #263948;
    opacity: 1;
}
.submit-btn {
    margin-top: 12px;
    height: 45px;
    font-size: 15px;
    width: 100%;
}

/* Projects */

.projects {
    padding: 30px 0 45px;
}
.projects div {
    text-align: center;
    position: relative;
}
.projects .projects-icon {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    margin: auto;
    transition: all .3s;
    position: relative;
    width:100px;
    height: 100px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.projects .slick-slide:hover .projects-icon,
.projects .slick-slide.active .projects-icon {
    background: #814882;
}
.projects p {
    font-weight: 300;
    color: #000;
    font-size: 15px;
    line-height: 22px;
}
.projects .progress {
    height: 28px;
    position: absolute;
    z-index: -1;
    left: calc(100% - 125px);
    width: calc(100% - 75px);
    top: 36.5px;
    background: none;
}
.projects .progress::before {
    content: "";
    position: absolute;
    top: 50%;
    background: #000;
    transform: translateY(-50%);
    z-index: 0;
    width: 100%;
    left: 0;
    height: 1px;
}
.projects .progress .line {
    height: 1px;
    background: #814882;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.projects .progress .Arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    width: 18px;
    height:18px;
    right: 4px;
}
.projects .slick-slide  {
    padding: 0 14px;
    text-align: center;
}
.projects .projects-icon img {
    transition: all .3px;
    filter: none;
    max-width:50px;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
.projects .slick-slide.active .projects-icon  img,
.projects .slick-slide:hover .projects-icon  img {
    filter: invert(1) brightness(22);
}
.projects .slick-slide.active .progress .Arrow {
    border-color: #814882;
    transition-delay: 3s;
  }

/* fix section */

.flxsection {
    background: #f8f8f8;
} 
.flxsection .flx {
    display: flex;
    flex-wrap: wrap;
}
.flxsection .flx:nth-child(even) {
    flex-direction: row-reverse;
}
.flxsection  .flx .fix-left,
.flxsection  .flx .fix-right {
    width: 50%;    
}
.flxsection .fix-left {
    padding: 25px 0;
    padding-right: 45px;
}
.flxsection .flx:nth-child(even) .fix-left {
    justify-content: flex-start;
    padding-left: 45px;
    padding-right: 0;
}
.flxsection .flx h2 {
    text-transform: uppercase;
    line-height: normal;
}
.flxsection .flx p {
    margin: 0;
    color: #4c4c4c;
    text-align: justify;
}
.flxsection .flx p a {
    text-decoration: underline;
}
.flxsection .flx:nth-child(even) .fix-left .scroll-text {
    max-height: 130px;
    overflow-y: auto;
    padding-right: 12px;
}
.flxsection .flx:nth-child(even) .fix-left .popup-btn {
    margin: 0;
    margin-top: 55px;
}

 /* Testimonials */

 .testimonials {
    padding: 90px 0 100px;
 }
 .testimonials h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 35px;
 }
 .testimonials h2 span {
    color: #814882;
 }
 .testimonial-image {
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
    background-color: #fff;   
    border: 7px solid #fff;
    border-radius: 50%;
    position: relative;
    width: 174px;
    height: 174px;
    overflow: hidden;
 }
 .testimonial-image img {
    transition: .5s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials .testimonial-item:hover .testimonial-image img {
    transform: scale(1.08);
}
.testimonial-image-outer {
    border-radius: 50%;
    position: relative;
    width: 174px;
    height: 174px;
    margin: auto;
    margin-bottom: 20px;
}
.testimonial-image-outer::before {
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: 20px;
    border-radius: 50%;
    background-color: #814882;
    z-index: 3;
    background-image: url("../images/quote.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-item h6 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #814882;
    text-align: center;
}
.testimonial-item p {
    font-size: 15px;
    color: #4c4c4c;
    text-align: center;
    max-width: 232px;
    margin: 0 auto;
}
.testimonials .slick-dots {    
    margin-top: 50px;
    text-align: center;
}
.testimonials .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.testimonials .slick-dots li:last-child {
    margin-right: 0;
}
.testimonials .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dbdbdb;
    font-size: 0;
    border: none;
    box-shadow: none;
    outline: none;
}
.testimonials .slick-dots li.slick-active button {
    background-color: #814882;
}

/* video */

.video {
    position: relative;
}
.video .video-box {
    height: 650px;
}
.video .video-box iframe {
    width: 100%;
    height: 100% !important;
}

/* factory */

.factory {
    background-color: #f8f8f8;
    padding: 105px 0 120px;
}
.factory h2 {
    font-size: 33px;
    margin-bottom: 30px;
    line-height: normal;
}
.factory p {
    margin-bottom: 6px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    display: none;
}
.factory .factory-left .text-box p:first-of-type {
    display: -webkit-box;
}

.read-btn {
    font-size: 15px;
   color: #814882;
   transition: .4s all;
   border: none;
   box-shadow: none;
   outline: none;
   background: none;
   padding: 0;
}
.read-btn:hover {
    letter-spacing: 1px;
}
.factory .factory-right {
    padding-left: 42px;
}
.factory .factory-right .image-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
  }
  .factory .factory-right .image-listing > * {
    padding: 10px;
    width: 50%;
  }
  .factory .factory-right .image-listing .image-box {
    display: flex;
    overflow: hidden;
  }
  .factory .factory-right .image-listing .image-box img {
    transition: .5s all;
    object-position: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory .factory-right .image-listing .image-box:hover img {
    transform: scale(1.08);
}
  .factory .factory-left .text-box {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      line-clamp: 6;
      -webkit-box-orient: vertical;
      margin-bottom: 10px;
    }
    .factory .factory-left .popup-btn {
        margin: 35px 0 0 0;
    }

    /* blog */
    
    .blog {
        padding: 75px 0 90px;
      } 
    .blog h2 {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .blog-item  {
        margin-right: 35px;
    }
    .blog-btn {
        font-size: 16px;
        min-width: 148px;
        height: 45px;
        border: 2px solid #bbb;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        float: right;
        position: relative;
      }
      .blog-btn::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #814882;
        background: #996c9a;
        transform: scaleX(0);
        transition: transform .6s ease;
        left: 0;
        transform-origin: right;
      }
      .blog-btn:hover span {
        color: #814882;
    }
    .blog-btn:hover {
        border-color: #814882;
    }
    .blog-btn:hover::before {
        transform-origin: left;
        transform: scaleX(1);
    }
    .blog-btn span {
        position: relative;
        z-index: 1;
        color: #000;
    }
    .blog-box .image-box {
        height: 255px;
        overflow: hidden;
      }
      .blog-box .image-box img {
        transition: .6s all;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .blog-box:hover .image-box img {
        transform: scale(1.08);
    }
    .blog-box .content-box h5 {
        padding: 0;
        font-size:20px;        
        color: #1c1c1c;     
        font-weight: normal;
        line-height: normal;  
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 24px 0 18px; 
    }
    .blog-box .content-box .date {
        font-size: 16px;
        color: #814882;
        padding-top: 15px;
        border-top: 1px solid #e6e6e6;
    }

    /* footer */

    footer {
        background-color: #ececec;
        padding: 65px 0 0;
    }
    footer .phonelinks {
        padding-right: 25px;
    }
    footer h5 {
        font-size: 20px;
        margin-bottom: 24px;
        color: #4c4c4c;
        font-weight: 300;
        text-transform: uppercase;
    }
    footer h5 span {
        font-size: 16px;
        color: rgba(76,76,76,.5);
        display: block;
    }
    footer h6  {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 500;
  color: #4c4c4c;
  text-transform: uppercase;
    }
    footer ul li:not(:last-of-type) {
        margin-bottom: 10px;
      }
    footer ul li a {
        font-size: 15px;
        color: #4c4c4c;
        width: 100%;
        display: flex;
      }
    footer .numbers-listing ul li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 15px;
        color: #4c4c4c;
  width: 100%;
    }
    footer .numbers-listing ul li a > :first-child {
        width: calc(100% - 135px);
        padding-right: 15px;
      }
      footer .numbers-listing ul li a > :last-child {
        width: 135px;
      }
      footer .numbers-listing ul {
        margin-bottom: 20px;
      }
      footer .numbers-listing ul li a:hover,
      footer ul li a:hover {
        color: #814882;
      }
      footer .footer-bottom {
        padding: 20px 0;
        background-color: #4c4c4c;
        margin-top: 50px;
      }
      footer .footer-bottom .logo-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
      }
      footer .footer-bottom .logo-footer .logo {
        width: 115px;
      }
      footer .footer-bottom .logo-footer p {
        width: calc(100% - 115px);
        padding-left: 12px;
        margin-bottom: 0;
        color: #fff;
      }
      footer .footer-bottom .logo-footer .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      footer .footer-bottom .social ul {
        justify-content: flex-end;
        display: flex;
        flex-wrap: wrap;
      }
      footer .footer-bottom .social ul li {
        padding: 0 6px;
        margin-bottom: 0;
      }
      footer .footer-bottom .social ul li a {
        width: 34px;
        height: 34px;
        display: flex;
        text-decoration: none;
        transition: all .3s;
      }
      footer .footer-bottom .social ul li a svg {
        display: inline-block;
        position: relative;
        width: 100%;
        vertical-align: middle;
        overflow: hidden;
      }
      .zsiq_theme1.zsiq_floatmain {
        width: 60px;
        max-height: 60px;
        right: 10px !important;
        bottom: 20px !important;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
        transform-origin: center center 0px;
        position: fixed;
        animation: 0.3s ease 0s 1 normal none running zoomIn;
        z-index: 2147483647 !important;
        opacity: 1;
        visibility: visible !important;
        display: none !important; 
      }
      .fixed-right {
        top: 55%;
        position: fixed;
        z-index: 99;
        right: 0;
        transform: translateY(-50%);
        border-radius: 8px;
        transition: .2s all;
      }
      .fixed-right::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(154,109,155,.8);
        backdrop-filter: blur(30px);
        z-index: -1;
        border-radius: 8px;
        transition: .5s all;
      }
      .fixed-right ul {
        padding: 10px 6px;
        position: relative;
      }
      .fixed-right ul li:nth-child(1) {
        display: none;
      }
      .fixed-right ul > li:not(:last-of-type) {
        margin-bottom: 20px;
      }
      .fixed-right ul li a .icon {       
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 10px;
      }
      .fixed-right ul > :nth-child(3) .icon {
        background-color: #fff;
      }
      .fixed-right ul li a span {
        font-size: 10px;
        display: block;
        margin: auto;
        color: #fff;
      }
    .estimate-btn  {        
        padding: 14px 20px;
        bottom: -64px;
        font-size: 15px;
        min-width: 165px;
        background-color: #814882;
        color: #fff !important;
        font-weight: 700;
        position: absolute;
        z-index: 99;
        right: 0;
        border-radius: 8px;
        overflow: hidden;
        text-align: center;
          display: block;
    }

    /*  inner banner */

    .inner-banner  {
      height: auto;
      position: relative;
    }
    .inner-banner .inner-banner-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .mobile-img {
      display: none;
    } 
    .banner-content {
      position: absolute;
      top: 70%;
      left: 40px;
      transform: translate(0, -50%);
    }
    .banner-content h1 {
      color: #fff;
    }
    .banner-content strong {
      border-bottom: 2px solid #fff;
      font-weight: 500;
    }
    .banner-content span {
      display: block;
      font-weight: 300;
    }

    /* About */ 

    .company-details {
      padding: 60px 0 94px;
      position: relative;
    } 
    .company-details h1 {
      margin-bottom: 12px;
      font-weight: 300;
      color: #4c4c4c;
      font-size: 34px;
      line-height: 38px;
      text-align: center;
    }
    .company-details h1 strong {
      font-weight: bold;
    }
    .company-details h6 {
      font-weight: 500;
      color: #814882;
      font-size: 24px;
      margin-bottom: 26px;
      line-height: 38px;
      text-align: center;
    }
    .company-details p {
        text-align: justify;
        color: #4c4c4c;
        margin-bottom: 0;
    }

    .interior {
      padding: 48px 0 54px;
      background-color: #f8f8f8;
    }
    .interior-image {
      padding-right: 24px;
      width: 100%;
      height: 100%;
    }
    .interior-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .interior-details{
      padding-left: 22px;
    }
    .interior-details h2 {
      margin-bottom: 22px;
      font-weight: 400;
    }
    .interior-details .info-box {
      height: 230px;
      overflow-y: auto;
      padding-right: 15px;
      margin-bottom: 30px;
    }
    .interior-details .popup-btn {
      margin: 0;
    }

    .implementation {
      padding: 68px 0 64px;
      position: relative;
    }
    .implementation h2 {
      font-size: 34px;
      line-height: 38px;
      color: #4c4c4c;
      font-weight: 400;
      margin-bottom: 56px;
      text-align: center;
    }
    .implementation .ThumbSplide {
      padding-top: 96px;
      position: relative;
      max-width: 1330px;
      margin: auto;
      position: relative;
    }
    .implementation .ThumbSplide .splide__track::before {
      position: absolute;
      content: "";
      top: -96px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #e2e2e2;
      opacity: 1;
    }   
    .implementation .ThumbSplide::before {
      position:absolute;
      content:"";
      top:0;
      left: 0;
      width: 10%;
      background-color: #fff;
        height:1px;
      opacity:1;
      z-index:2;
    }
    .implementation .ThumbSplide::after {
      position:absolute;
      content:"";
      top:0;
      right: 0;
    width: 10%;
    height: 1px;
    background-color: #fff;
      opacity:1;
      z-index:2;
    }
    .implementation .ThumbSplide .splide__arrows {
      display:none;
    }
    .implementation .ThumbSplide .splide__track {
      position:relative;
      overflow:visible;
    }    
    .implementation .ThumbSplide .splide__track .splide__list .splide__slide {
      display:flex;
      justify-content:center;
      border:0;
      padding:0 7px;
    }
    .implementation .ThumbSplide .splide__track .splide__list .splide__slide.is-active {
      border:0;
    }
    .implementation .ThumbSplide .splide__track .splide__list .splide__slide.is-active .round-box {
      background-color:#814882;
    }
    .implementation .ThumbSplide .splide__track .splide__list .splide__slide.is-active .round-box::before {
      background-color:#814882;
    }
    .implementation .ThumbSplide .splide__track .splide__list .splide__slide.is-active .round-box::after {
      opacity:1;
    }
    .implementation .ThumbSplide .splide__track .splide__list .splide__slide.is-active .round-box span {
      color:#fff;
    }
    .implementation .MainSplide {
      background-color:#fff;      
      padding: 42px 50px;
      border-radius:10px;
      max-width:455px;
      box-shadow:0 3px 30px 0 rgba(0,0,0,.1);
      margin:auto;
      margin-top: 56px;
      overflow:hidden;
    }
    .implementation .MainSplide .splide__arrows {
      display:none;
    }
    .implementation .MainSplide .splide__track {
      overflow:visible;
    }
    .implementation .MainSplide .splide__track .splide__list .splide__slide {
      display:flex;
      justify-content:center;
      opacity:0;
      transition:.4s all;
    }
    .implementation .MainSplide .splide__track .splide__list .splide__slide.is-active {
      opacity:1;
    }
    .implementation .round-box {
      width:185px;
      height:185px;
      border-radius:50%;
      border:1px solid #e2e2e2;
      display:flex;
      justify-content:center;
      align-items:center;
      position:relative;
      transition:.4s all;
      padding:10px;
      text-align:center;
    }
    .implementation .round-box::before {
      position:absolute;
      content:"";
      width:1px;
      top:-96px;
      height:96px;
      left:50%;
      transform:translate(-50%,0);
      background-color:#e2e2e2;
    }
    .implementation .round-box::after {
      position:absolute;
      content:"";
      transform:translate(-50%,0);
      width:26px;
      height:24px;
      bottom:-24px;
      left:50%;
      background-image:url("https://cdn-dliin.nitrocdn.com/iFaxlHcVqyWZWghwsjNiQOatlfNsVALG/assets/images/optimized/rev-d8566e9/dlifeinteriors.com/wp-content/themes/d-life/assets/images/dwnarrw.svg");
      background-repeat:no-repeat;
      background-size:contain;
      opacity:0;
    }
    .implementation .round-box span {
      font-size:18px;
      color:#4c4c4c;
    }
    .implementation .square-box .info-box p {
      font-size:16px;
      line-height:24px;
      color:#4c4c4c;
      text-align:justify;
    }
    .implementation .infoBox {
      margin-top:64px;
    }
    
    

    .factories {
      padding: 70px 0 90px;
      position: relative;
      background-color: #f8f8f8;
    }
    .factories h2 {
      font-size: 37px;
      line-height: 38px;
      text-align: center;
      font-weight: 400;
      margin-bottom: 35px;
    }
    .factories p {
      text-align: justify;
      margin: 0;
    }
    .factory-discount {
      position: relative;
      padding: 68px 0 80px;
    }
    .factory-discount  .factory-discount-left {
      width: 395px;
    }
    .factory-discount  .factory-discount-left .img-box {
      width: 100%;
      height: 506px;
      background-color: #fff;
      padding: 60px 65px;
      box-shadow: 0 3px 30px 0 rgba(0,0,0,.08);
    }
    .factory-discount  .factory-discount-left .img-box img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .factory-discount  .factory-discount-right {
      max-width: 640px;
      text-align: right;
      margin-left: auto;
    }
    .factory-discount  .factory-discount-right .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .factory-discount .popup-btn {
      margin-top: 90px;
    }

    .branch-location {
      padding: 80px 0 72px;
      background-color: #f8f8f8;
    }
    .branch-location .col-md-6:first-child {
      order: 1;
    }
    .branch-location .branch-location-content {
      padding-right: 40px;
    }
    .branch-location .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .branch-location .image-box {
      height: 390px;
    }
    .branch-location .branch-location-content {
      font-weight: 400;
      margin-bottom: 30px;
      font-size: 34px;
    line-height: 38px;
    }
    .branch-location .branch-location-content .popup-btn {
      margin: 0;
    }
    .customer-support {
      position: relative;
      padding: 80px 0;
    }
    .customer-support h2 {
      font-size: 34px;
      list-style: 38px;
      text-align: center;
      color: #000;
      font-weight: 400;
      margin-bottom: 30px;
    }
    .customer-support p,
    .custom-listing-left p,
    .inner-listing-left p {
      text-align: justify;
    }
    .custom-listing {
      padding: 70px 0 50px;
      position: relative;
      background-color: #f8f8f8;
    }
    .white-bg {
      background-color: #fff;
    }
    .custom-listing-left {
      padding-right: 10px;
    }
    .custom-listing-left h2 {
      font-size: 30px;
      margin-bottom: 30px;
      font-weight: 700;
      color: #000;
    }
    .custom-listing-right {
      padding-left: 10px;
      margin: -2px;
      display: flex;
      flex-wrap: wrap;
    }
    .custom-listing-right >* {
      width: 50%;
      padding: 4px;
    }
    .custom-listing-right .image-box {
      position: relative;
      width:100%;
      height: 290px;
      overflow: hidden;
    }
    .custom-listing-right .image-box::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 20%;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(transparent,#000);
      opacity: .8;
      z-index: 1;
    }
    .custom-listing-right .image-box img {
      transition: .6s all;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .custom-listing-right .image-box:hover img {
      transform: scale(1.08);
    }
    .view-btn {
      font-size: 17px;
      color: #fff;
      background-color: #814882;
      width: 120px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      transition: all .3s;
    }
    .view-btn::before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background: #814882;
      background: #996c9a;
      transform: scaleX(0);
      transition: transform .6s ease;
      left: 0;
      transform-origin: right;
    }
    .view-btn:hover::before {
      transform-origin: left;
      transform: scaleX(1);
    }
    .view-btn span {
      position: relative;
      z-index: 1;
      color: #fff;
    }
    .interior-listing {
      padding: 95px 0 90px;
      background-color: #f8f8f8;
    }
    .interior-listing-left,
    .inner-listing-left {
      padding-right: 20px;
      height: 100%;
    }
    .interior-listing-left img,
    .inner-listing-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .interior-listing-right,
    .inner-listing-right {
      padding-left: 20px;
      height: 100%;
    }
    .interior-listing-right .popup-btn,
    .inner-listing-left .popup-btn {
      margin: 0;
    }
    .interior-listing-right h2,
    .inner-listing-left h2 {
      font-size: 32px;
      margin-bottom: 28px;
      font-weight: normal;
      line-height: 33.6px;
    }
    .interior-listing-right ul {
      margin-bottom: 36px;
    }
    .interior-listing-right ul li:not(:last-of-type) {
      margin-bottom: 10px;
    }
    .interior-listing-right ul li {
      font-size: 18px;
      line-height: 30px;
      color: #4c4c4c;
      position: relative;
      padding-left: 20px;
    }
    .interior-listing-right ul li::before {
      position: absolute;
      content: "";
      width: 7px;
      height: 7px;
      top: 8px;
      left: 0;
      background-color: #814882;
      border-radius: 50%;
    }
    .inner-section {
      position: relative;
      padding: 90px 0 100px;
    }

    /* Gallery */

    .gallery-wrap {
      padding: 65px 0 85px;
    }
    .gallery-wrap .main-title h2 {
      font-size: 34px;
      line-height: 38px;
    }
    .gallery-wrap .project-box {
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      box-shadow: 0 3px 25px 0 rgba(0,0,0,.1);
    }
    .project-image {
      width: 100%;
      overflow: hidden;
      height: auto;
      position: relative;
      height: 403px;
    }
    .paly-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform:translate(-50%, -50%);
      width: 82px;
      height: 82px; 
    }
    .project-image img {
      transition: .6s all;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .gallery-wrap .project-box:hover .project-image img {
      transform: scale(1.08);
    }
    .project-content {
      padding: 35px 30px 42px;
    }
    .project-content h2 {
      text-align: center;
      font-size: 32px;
      line-height: 38px;
    }
    .project-content h2 strong {
      display: block;
    }
    .project-content p {
      text-align: justify;
    }
    .project-content .view-btn {
      margin: 0 auto;
    }

    .gallery-item {
      padding: 8px;
    } 
    .gallery-item .img-zoom {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .gallery-item  .gallery-box {
      position: relative;
    }
    .gallery-item  .gallery-box::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.5);
      opacity: 0;
      transition: .6s all;
      z-index: 1;
    }
    .gallery-item  .gallery-box:hover::before {
      opacity: 1;
    }
    .gallery-item  .gallery-box .gallery-img {
      display: flex;
      position: relative;
      width: 100%;
      height: 270px;
    }
    .gallery-item  .gallery-box .gallery-img img {
      transition: .6s all;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .gallery-item  .gallery-box  .gallery-detail {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 45px;
      height: 45px;
      z-index: 2;
      opacity: 0;
      transition: .6s all;
      color: #fff;
      font-size: 30px;
    }
    .gallery-item  .gallery-box:hover  .gallery-detail {
      opacity: 1;
    }
    .gallery-listing {
      position: relative;
      padding-bottom: 80px;
    }

    /* offers */

    .offer-details {
      padding: 75px 58px 75px;
      background-color: #f8f0e7;
      position: relative;
    }
    .offer-row {
      column-count: 2;
      text-align: start;
    }
    .offer-row > :not(:last-of-type) {
      margin-bottom: 35px;
    }
    .offer-details h3 {
      font-size: 22px;
      margin-bottom: 8px;
      font-weight: 500;
      line-height: 33.6px;
      color: #000;
    }
    .offer-details p,
    .offer-details ul li {
      font-size: 17px;
      color: #000;
      font-weight: 400;
    }
    .offer-details .subCnt {
      margin-top: 30px;
      padding-left: 15px;
    }
    .offer-details .subCnt h4 {
      font-size: 18px;
      line-height: normal;
      font-weight: 400;
      color: #000;
       margin-bottom: 10px;
    }
    .offer-details .subCnt p {
      font-size: 16px;
      line-height: normal;
      font-weight: 400;
      color: #000;
       margin-bottom: 0;
    }
    .offer-details .btn-wrap {
      padding-top: 95px;
      justify-content: center;
      display: flex;
      flex-wrap: wrap;
    }
    .offer-details .btn-wrap > * {
      padding: 10px;
    }
    .int-btn {
      height: 58px;
      width: fit-content;
      border: 1px solid #814882;
      font-size: 16px;
      color: #000;
      background-color: #fff;
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      transition: all .3s;
     }
     .int-btn::before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      background: #814882;
      background: #996c9a;
      transform: scaleX(0);
      transition: transform .6s ease;
      left: 0;
      transform-origin: right;
    }
    .int-btn span {
      position: relative;
      z-index: 1;
      padding-right: 20px;
    }
    .int-btn img {
      width: 22px;
      height: 22px;
      object-fit: contain;
    }
    .int-btn:hover::before {
      transform-origin: left;
      transform: scaleX(1);
    }
    .int-btn:hover span {
      color: #fff;
    }
    .int-btn:hover:hover img {
      filter: brightness(10);
    }
    .offer-item .package-box .package-image {
      height: 330px;
    }
    .offer-item .package-box .package-image .packageoff-text {
      display: block;
      min-width: 600px;
    }
    .offer-item .package-box .package-image .packageoff-text .price-box {
      padding: 0;
    }
.inner-features {
  padding: 0 0 85px 0;
}
.inner-features p {
  text-align: justify;
}
.inner-features .features-list {
  padding-top: 50px;
}

/*  Contact */

.location-section {
  padding-top: 0;
  position: relative;
}
.location-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 75px;
  left: 0;
  background-color: #f8f8f8;
  z-index: -1;
}
.location-section .btn-wrap {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.location-section .btn-wrap > * {
  width: 20%;
  padding: 0 14px;
}
.location-section .btn-wrap .accordion-button[aria-expanded="true"] {
  pointer-events: none;
  color: #814882;
}
.location-section .btn-wrap .accordion-button {
  font-size: 24px;
  font-weight: 700;
  color: rgba(76,76,76,.5);
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  transition: .4s all;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
}
.location-section .btn-wrap .accordion-button::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #814882;
  opacity: 0;
  transition: .4s all;
}
.location-section .btn-wrap .accordion-button[aria-expanded="true"]::before {
  opacity: 1;
}
.location-section .accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.location-section .accordion  .accordion-item .accordion-collapse .accordion-body {
  padding: 35px 0 80px;
}
.location-section .accordion .accordion-item .accordion-collapse {
  transition: none;
  position: relative;
}
.location-section::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: -100%;
  width: 1000%;
  height: 1px;
  background-color: #e2e2e2;
  z-index: 2;
}
.location-section .accordion .accordion-item .accordion-collapse .accordion-body .adressListing {
  margin: -12px;
  display: flex;
  flex-wrap: wrap;
}
.location-section  .accordion .accordion-item .accordion-collapse .accordion-body .adressListing > * {
  width: 33.3333333333%;
  padding: 10px 10px;
}
.location-section .accordion .accordion-item .accordion-collapse .accordion-body .adressListing h4 {
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: 500;
  color: #292929;
  line-height: 28.8px;
}
.location-section .accordion .accordion-item .accordion-collapse .accordion-body .adressListing p {
  margin-bottom: 0;
}
.location-section .accordion .accordion-item .accordion-collapse .accordion-body .adressListing .adrsBx {
  background-color: #fff;
  padding: 36px 40px 25px;
}

.location-section .accordion .accordion-item .accordion-collapse .accordion-body .adressListing .adrsBx .infoBx {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.location-section .accordion .accordion-item .accordion-header {
  display: none;
}
.location-section .accordion .accordion-item .accordion-collapse .accordion-body .adressListing .adrsBx .locMap a {
  font-size: 17px;
  font-weight: 500;
  align-items: center;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
}
.location-section  .accordion .accordion-item .accordion-collapse .accordion-body .adressListing .adrsBx .locMap a svg {
  width: 18px;
  height: 18px;
  fill: #814882;
  transition: .4s all;
}
.location-section .accordion .accordion-item .accordion-collapse .accordion-body .adressListing .adrsBx .locMap a span {
  padding-left: 20px;
  color: #814882;
  transition: .4s all;
}
.see-you-soon {
  position: relative;
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 110px;
}
.see-you-soon h2,
.faq h2,
.job h2 {
  margin-bottom: 38px;
  font-size: 34px;
    line-height: 38px;
    color: #000;
  font-weight: 400;
  text-align: center;
}
.see-you-soon .grid-left .grid:first-of-type .grid-image {
  height: 70%;
}
.see-you-soon .grid-image {
  height: 30%;
}

/* faq */
.faq {
  padding: 75px 0 60px;
  position: relative;
}
.faq h2 {
  text-align: left;
  font-weight: bold;
}
.faq .accordion .accordion-item {
  border: 1px solid #d6d6d6;
  border-radius: 0;
}
.faq .accordion > :not(:last-of-type) {
  margin-bottom: 12px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  padding: 19px 70px 19px 25px;
  position: relative;
  line-height: 22px;
  display: flex;
  align-items: start;
  color: #000;
  background-color: #f5f4f5;
  cursor: pointer;
}
.faq .accordion-header {
  margin-bottom: 0 !important;
}
.faq .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
  background-color: rgba(0,0,0,0);
  box-shadow: none;
  font-size: 19px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button .num {
  padding-right: 22px;
  color: #814882;
  font-weight: 500;
}
.faq .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"]::after {
  content: "-";
  transform: rotate(0) translate(0,-50%);
  font-size: 45px;
    width: 25px;
    height: 25px;
    right: 45px;
    position: absolute;
    font-weight: 100;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "+";
  font-size: 45px;
  width: 25px;
  height: 25px;
  right: 45px;
  background-image: none;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  content: "+";
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq .accordion .accordion-item .accordion-body {
  padding: 10px 25px 20px;
}
.faq .accordion .accordion-item .accordion-body p {
  margin-bottom: 0;
}

/* careers */

.job {
  padding: 68px 0 95px;
  position: relative;
}
.job h2 {
  text-align: left;
}
.job .job-listing {
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
.job .job-listing > * {
  width: 50%;
  padding: 8px;
}
.job .job-listing .vacancy-box {
  padding: 40px 36px 46px 42px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.16);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.job .job-listing .vacancy-box .vacancy-left {
  width: calc(100% - 130px);
  padding-right: 20px;
}
.job .job-listing .vacancy-box .vacancy-left h4 {
  font-size: 19px;
  margin-bottom: 22px;
  font-weight: 500;
  color: #000;
}
.job .job-listing .vacancy-box .vacancy-left ul li:not(:last-of-type) {
  margin-bottom: 19px;
}
.job .job-listing .vacancy-box .vacancy-left ul li {
  font-size: 16px;
  line-height: 26px;
  color: #4c4c4c;
}
.job .job-listing .vacancy-box .vacancy-right {
  width: 130px;
  display: flex;
  align-items: center;
}
.job .job-listing .vacancy-box .vacancy-right .popup-btn {
  font-size: 17px;
  font-weight: 400;
  height: 38px;
  padding: 0 16px;
}

 /* refer a friend */
 body.white-header .header-wrap {
  background-color: #fff;
}
body.white-header .header-wrap::before {
  display: none;
}
 .refer-friend-wrap { 
  position: relative;
  padding-top: 141px;  
  overflow: hidden;
}
.refer-friend {
  padding: 65px 0;
  background-color: #f8f8f8;
}
.refer-friend .refer-box {
  box-shadow: 0px 0px 10px 0px rgba(50,50,50,.15);
  background-color: #fff;
  max-width: 1110px;
  margin: auto;
}
.refer-friend .refer-box .banner-top {
  background: linear-gradient(0deg,#e6e7f4 0%,#f7f7fd 100%);
}
.refer-friend .refer-box .banner-top .banner-text-wrap {
  max-width: 860px;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.refer-friend .refer-box .banner-top .banner-text-wrap .banner-text {
  padding: 20px 15px;
  width: 195px;
  height: 265px;
  background-color: #fff;
  transform: rotate(-8deg);
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.refer-friend .refer-box .banner-top .banner-text-wrap .banner-text h2 { 
  font-size: 26px;
  line-height: 50px;
  color: #de697a;
  font-weight: 300;
  margin-bottom: 0;
}
.refer-friend .refer-box .banner-top .banner-text-wrap .banner-text h2 strong {
  font-size: 42px;
  font-weight: 500;
}
.refer-friend .refer-box .banner-top .banner-text-wrap .banner-image {
  width: calc(100% - 195px);
  padding-left: 95px;
}
.refer-friend .refer-box .banner-top .banner-text-wrap .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.refer-content {
  padding: 30px 20px;
}
.refer-content h2 {
  margin-bottom: 35px;
  width: 100%;
  position: relative;
  text-align: center;
}
.refer-content h2 span {
  color: #814882;
}
.refer-content .refer-content-list > * {
  width: 100%;
  padding: 7.5px;
}
.refer-content .refer-content-list > :nth-child(1) .steps-box {
  background-color: #fff2df;
}
.refer-content .refer-content-list > :nth-child(2) .steps-box {
  background-color: #ffe8e8;
}
.refer-content .refer-content-list > :nth-child(3) .steps-box {
  background-color: #e4fff3;
}
.refer-content .refer-content-list .steps-box {
  padding: 20px 50px;
  max-width: 660px;
  margin: auto;
  box-shadow: 0px 2px 3px 0px rgba(50,50,50,.25);
}
.refer-content .refer-content-list .steps-box p {
  font-weight: 300;
  color: #474545;
  margin-bottom: 0;
}
.refer-content .popup-btn {
    padding: 12px 40px;
}

/** Blog */

.blog {
  padding: 50px 0 80px;
  background-color: #f8f8f8;
}
.blog .blog-left {
  background-color: #fff;
  padding: 40px 29px 95px 36px;
  height: 100%;
}
.blog .blog-left h3 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.blog-listing {
  display: flex;
  flex-wrap: wrap;
}
.blog-listing .item {
  padding: 5.5px;
  width: 33.3333333333%;
  height: 203px;
  position: relative;
}
.blog-listing .item .blog-box {
  width: 100%;  
  height: 192px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.blog-listing .item .blog-box .blog-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-listing .item .blog-content {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-content:end;
  position:absolute;
  z-index:2;
  padding:14px 18px;
  top: auto;
  left: 0;
  bottom: 0;
}
.blog-listing .item .blog-content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent,#000);
  opacity: .8;
  z-index: -1;
}
.blog-listing .item .blog-content h4 {
  font-size:16px;
  line-height:18px;
  color:#fff;
  margin-bottom:6px; 
}
.blog-listing .item .blog-content p.date {
  font-size:13px;
  line-height:20px;
  font-weight:500;
  color:#c579c6;
  margin: 0;
}
.blog-listing .item .blog-content .read {
  font-size:12px;
  line-height:20px;
  font-weight:500;
  color:#fff;
  transition:.4s all;
  display: block;
  margin-left: auto;
}
.blog-listing .item .blog-content .read:hover {
  cursor:pointer;
  color:#c579c6;
}
.blog-listing .item .blog-box:hover .blog-image img {
  transform:scale(1.06);
}
.blog-listing .item  .blog-card {
  display:flex;
  flex-wrap:wrap;
}
.blog-listing .item  .blog-card .blog-left-image {
  width: 115px;
  display:flex;
  overflow: hidden;
  height: 183px;
}
.blog-listing .item  .blog-card .blog-left-image  img {
  transition: .6s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-listing .item  .blog-card .blog-right-content {
  width: calc(100% - 115px);
  padding-left: 14px;
  padding-right: 6px;
}
.blog-listing .item  .blog-card .blog-right-content h4 {
  font-size:17px;
  line-height:22px;
  color:#000;
  margin-bottom:6px; 
}
.blog-listing .item  .blog-card .blog-right-content p.date {
  font-size: 14px;
  margin-bottom: 14px;
  color: #4c4c4c;
}
.blog-listing .item  .blog-card .blog-right-content p {
  font-size: 14px;
  line-height: 20px;
  color: #4c4c4c;
  margin-bottom:12px;
}
.blog-listing.two-columns > * {
  width: 50%;
  padding: 16px 6px;
}
.blog-listing.two-columns .item {
  height: 215px;
}
.blog-listing .item  .blog-card .blog-right-content .view-btn {
  background-color: #814882;
  min-width: 86px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  width: 86px;
  border: none;
  box-shadow: none;
  outline: none;
}
.blogPage #BlogSec .blogCard:hover .blog-left-image  img {
  transform: scale(1.08);
}

/* blog post */ 

.blog-post h1 {
  font-size: 27px;
  line-height: 38.4px;
  margin-bottom: 14px;
  font-weight: 400;
  color: #232323;
  padding: 0;
}
.blog-post h2 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  padding: 10px 0 20px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.blog-post .date {
  font-size: 18px;
  font-weight: 400;
  color: #814882;
  margin-bottom: 35px;
}
.blog-post img {
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}
.blog-post p {
  margin-bottom: 40px;
}
.blog-post p a {
  color: #814882;
  display: inline;
  text-decoration: underline;
  text-underline-position: under;
}

/*  sidebar */

.blog .sticky-sidebar {
  position: sticky;
  height: 100%;
  top: 85px;
}
.blog-right .search-box {
  background-color:#fff;
  padding: 30px 26px 44px 28px;
  margin-bottom: 24px;
}
.blog-right .search-box h3,
.blog-right .category-box h3,
.blog-right .popular-post-box h3,
.blog-right .recent-post-box h3,
.blog-right .offer-pack-box h3   {
  font-size: 22px;
  line-height: 20px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 0;
}
.blog-right .search-box form {
  margin-top:12px;
}
.blog-right .search-box form .form-group {
  position:relative;
}
.blog-right .search-box form .form-group .form-control {
  border:1px solid #707070;
  border-radius:0;
  height:48px;
  font-size:14px;
  padding:10px 20px;
}
.blog-right .search-box form .form-group .search {
  position:absolute;
  content:"";
  top:0;
  right:0;
  width:50px;
  height:100%;
  padding:0;
  background-color:rgba(0,0,0,0);
  display:flex;
  justify-content:center;
  align-items:center;
  opacity:1;
  border: none;
  box-shadow: none;
  outline: none;
}
.blog-right .search-box form .form-group .search svg {
  width:18px;
  height:18px;
  fill:#b1b1b1;
  transition:.4s all;
}
.blog-right .search-box form .form-group .search:hover svg {
  fill:#814882;
}
.blog-right .category-box {
  background-color:#fff;
  padding: 32px 34px 44px 27px;
  margin-bottom:18px;
}
.blog-right .category-box ul {
  margin-top:18px;
}
.blog-right .category-box ul li:not(:last-of-type) {
  border-bottom:1px solid #e2e2e2;
}
.blog-right .category-box ul li a {
  font-size:16px;
  padding:13px 0 15px;
  display:flex;
  font-weight:400;
  color:#4c4c4c;
  transition:.4s all;
}
.blog-right .category-box ul li a:hover {
  color:#814882;
}
.blog-right .popular-post-box {
  padding: 32px 25px 44px 24px;
    margin-bottom: 25px;
  background-color:#fff;
}
.blog-right .popular-post-box h3 {
  margin-bottom:16px;
}
.blog-right .popular-post-box .popular-listing {
  margin:-11px 0;
  display:flex;
  flex-wrap:wrap;
}
.blog-right .popular-post-box .popular-listing>* {
  width:100%;
  padding:11px 0;
}
.blog-right .popular-post-box .popular-listing .item {
  display: flex;
  flex-wrap:wrap;
}
.blog-right .popular-post-box  .popular-listing .popular-left-image {
  width: 140px;
  height: 100%;
  overflow: hidden;
}
.blog-right .popular-post-box  .popular-listing .popular-left-image img {
  transition: .6s all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-right .popular-post-box .popular-listing .popular-right-content {
    width: calc(100% - 140px);
    padding-left: 18px;
    padding-right: 0;
    padding-top: inherit;
}
.blog-right .popular-post-box .popular-listing  .popular-right-content h4 {
  font-size:15px;
  line-height:21px;
  margin-bottom:12px;
  font-weight:400;
}
.blog-right .popular-post-box .popular-listing  .popular-right-content .date {
  font-size:14px;
  color:#4c4c4c;
  margin-bottom:15px;
}
.blog-right .popular-post-box .popular-listing  .popular-right-content .view-btn{
  background-color: #814882;
  min-width: 86px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  width: 86px;
}
.blog-right .recent-post-box {
  background-color:#fff;
  padding: 34px 40px 44px 30px;
  margin-bottom:22px;
}
.blog-right .recent-post-box ul {
  margin-top:25px;
}
.blog-right .recent-post-box ul li {
  padding-left:20px;
  color:#000;
  position:relative;
}
.blog-right .recent-post-box ul li:not(:last-of-type) {
  margin-bottom:8px;
}
.blog-right .recent-post-box  ul li::before {
  position:absolute;
  content:"";
  top:11px;
  left:0;
  width:7px;
  height:7px;
  background-color:#814882;
  border-radius:50%;
}
.blog-right .recent-post-box  ul li a {
  color:#000;
  font-size:14px;
  line-height:26px;
}
.blog-right .recent-post-box ul li a:hover {
  color:#814882;
}
.blog-right .offer-pack-box {
  background-color:#fff;
  padding:22px 18px 36px;
}
.blog-right .offer-pack-box h3 {
  text-align: center;
  margin-bottom: 16px;
}
.blog-right .offer-pack-box .packageoff-text {
  min-height: 85px;
  min-width: 220px;
}
.blog-right .offer-pack-box .package-box .package-image .packageoff-text h3 small{
  font-size: 18px;
  line-height:20px;
}
.blog-right .offer-pack-box .package-box .package-image .packageoff-text h3 {
  font-size: 24px;
  line-height:30px;
}
.blog-right .offer-pack-box .package-box .package-image {
  height: 220px;
}
.blog-right .offer-pack-box .price-box h5 {
  font-size: 12px;
}
.blog-right .offer-pack-box .price-box h5 span {
  font-size: 20px;
}
.blog-right .offer-pack-box .price-box h5 strong {
  font-size: 22px;
}
.blog-right .offer-pack-box .price-box p {
  font-size: 13px;
}
.blog-left .load-btn {
  font-size: 18px;
  min-width: 165px;
  height: 43px; 
  background-color: #f5eaf5;
  border-color:#f5eaf5;
  border-radius: 0;
  width: fit-content;
  color: #814882;
  margin: auto;
  margin-top: 75px;
}
.blog-left .load-btn span {
  padding-right: 25px;
  color: #814882;
}
.blog-left .load-btn:hover span {
  color: #fff;
}
.blog-left .load-btn:hover svg {
  fill: #fff;
}
.blog-left .load-btn svg {
  width: 13px;
  height: 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
  fill: #814882;
}
 /* Media query  */


  @media only screen and (max-width:1300px){
    .header-wrap .container-fluid {
        padding: 0 30px;
    }
    .flxsection .flx p {
        font-size: 15px;
    }
    .flxsection .flx:nth-child(2n) .fix-left .popup-btn {
        margin-top: 34px;
      }
      .blog-item {
        margin-right: 30px;
      }
  }
  @media only screen and (max-width:1200px){
    .header-wrap .logo-wrap svg {
        width: 110px;
    }
    .header-wrap .logo-wrap {
        width: 130px;
    }
    .header-wrap .outer-menu {
        width: calc(100% - 130px);
    }
    .header-wrap .outer-menu .mainmenu ul li a {
        font-size: 13px;
        padding: 18px 7px;
    }
    .header-wrap .outer-menu .mainmenu ul li.dropdown::after {
        top: 16px;
    }
    .features ul {
        padding: 0 60px;
    }
    .package-box .package-image .packageoff-text h3 small { 
        font-size: 23px;
    }
    .package-box .package-image .packageoff-text h3 {
        font-size: 30px;
    }
    .what-we-do .grid-image h2 {
        font-size: 70px;
    }
    .flxsection .fix-left {
        padding: 20px 0;
        padding-right: 15px;
      }
      h1 {
        font-size: 48px;
        line-height: 54px;
      }
      h2 {
        font-size: 26px;
      }
      .flxsection .flx p {
        font-size: 14px;
        line-height: 24px;
      }
      .flxsection .flx:nth-child(2n) .fix-left .scroll-text {
        max-height: 115px;
      }
      .flxsection .flx:nth-child(2n) .fix-left .popup-btn {
        margin-top: 26px;
      }
      .factory h2,
      .customer-support h2,
      .interior-listing-right h2, 
      .inner-listing-left h2,
      .gallery-wrap .main-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
      }
      .factory .factory-left .popup-btn {
        margin: 25px 0 0 0;
      }
      .factory .factory-right {
        padding-left: 30px;
      }
      .blog-box .content-box h5 {
        font-size: 18px;
      }
      footer h6 {
        font-size: 14px;
      }
      footer .numbers-listing ul li a,
      footer ul li a {
        font-size: 14px;
      }
      .what-we-do {
        padding: 10px 0 30px;
      }
      .what-we-do .main-title {
        margin: 0 auto 50px;
      }
      .testimonials,
      .factory {
        padding: 80px 0;
      }
      .blog,
      .interior-listing,
      .inner-section {
        padding: 70px 0;
      }
      .video .video-box {
        height: 600px;
      }
      .blog h2,
      .testimonials h2 {
        font-size: 36px;
      }
      .offer-wrap,
      .customer-support {
        padding: 60px 0;
      }
      .offer-details {
        padding: 60px 40px; 
      }
      .inner-features {
        padding-bottom: 60px;
      }
      .customer-support .grid-image h2 {
        font-size: 50px;
      }
      .gallery-listing {
        padding-bottom:70px;
      }
      .interior-details {
        padding-left:15px;
      }
      .interior-image {
        padding-right: 15px;
      }
      .branch-location .branch-location-content {
        padding-right:30px;
      }
      .factories h2 {
        font-size: 34px;
        line-height: 38px;
      }
      .branch-location .image-box {
        height: 360px;
      }
 }
 @media only screen and (max-width:1100px){
    .header-wrap .container-fluid {
        padding: 0 15px;
    }
    .header-wrap .outer-menu p {
        font-size: 13px;
    }
    .header-wrap .outer-menu .topmenu .callnow {
        margin-left: 16px;
    }
    .header-wrap .outer-menu .topmenu .callnow button {
        font-size: 14px;
    }
    .header-wrap .outer-menu .mainmenu ul li a {
        font-size: 13px;
        padding: 10px 7px;
      }
      .header-wrap .outer-menu .mainmenu ul li.dropdown a {
        padding-right: 35px;
      }
      .header-wrap .outer-menu .mainmenu ul li.dropdown::after {
        top: 9px;
        right: 15px;
      }
      .features ul {
        padding: 0 0;
      }
      .package-box .package-image {
        height: 225px;
      }
      .price-box {
        padding: 18px 15px 25px;
      }
      .price-box h5 {
        font-size: 14px;
      }
      .price-box h5 del,
      .price-box h5 span  {
        font-size: 18px;
        margin: 0 10px;
      }
      .price-box h5 strong {
        font-size: 22px;
      }
      .price-box p {
        font-size: 12px;
        line-height: 22px;
      }
      .what-we-do {
        padding: 0 0 30px;
      }
      .what-we-do .main-title {
        margin: 0 auto 40px;
      }
      .grid-image {
        height: 290px;
      }
      .what-we-do .grid-image h2 {
        font-size: 60px;
      }
      .projects {
        padding: 30px 0 30px;
      }
      .projects .progress {
        left: calc(100% - 90px);
      }
      .projects p {
        font-size: 13px;
        line-height: 20px;
      }
      h1 {
        font-size: 40px;
        line-height: 44px;
      }
      h2 {
        font-size: 22px;
      }
      .flxsection .flx:nth-child(2n) .fix-left {
        padding-left: 15px;
      }
      .testimonials,
      .factory,
      .blog,
      .interior-listing,
      .inner-section {
        padding: 60px 0;
      }
      .factory h2,
      .customer-support h2,
      .interior-listing-right h2, 
      .inner-listing-left h2,
      .custom-listing-left h2 {
        font-size: 25px;
        margin-bottom: 15px;
      }
      .factory .factory-right {
        padding-left: 0;
      }
      .blog-item {
        margin-right: 20px;
      }
      footer {
        padding-top: 40px;
      }
      footer h5 {
        font-size: 18px;
        margin-bottom: 20px;
      }
      footer h5 span {
        font-size: 14px;
    }
    footer .numbers-listing ul li a, footer ul li a {
        font-size: 12px;
      }
      footer .numbers-listing ul li a > :first-child {
        padding-right: 10px;
      }
      footer .footer-bottom {
        padding: 15px 0;
        margin-top: 30px;
      }
      .video .video-box {
        height: 550px;
      }
      .blog h2,
      .testimonials h2,
      .project-content h2 {
        font-size: 30px;
      }
      .inner-features .features-list {
        padding-top: 30px;
      }
      .offer-details {
        padding: 60px 20px;
      }
      .offer-details p, .offer-details ul li {
        font-size: 16px;
      }
      .offer-details .btn-wrap {
        padding-top: 65px;
      }
      .int-btn {
        padding: 0 25px;
      }
      .inner-features {
        padding-bottom: 50px;
      }
      .main-title {
        margin-bottom: 35px;
      }
      .banner-content {
        left: 30px;
      }
      .interior-listing-right ul li {
        font-size: 17px;
        line-height: 28px; 
      }
      .project-image {
        height: 354px;
      }
      .project-content {
        padding: 25px 20px 32px;
      }
      .custom-listing-left {
        padding-right: 0;
      }
      .custom-listing {
        padding: 50px 0;
      }
      .custom-listing-right {
        padding-left: 0;
      }
      .branch-location .branch-location-content {
        padding-right: 15px;
      }
      .implementation .ThumbSplide {
        padding-top: 86px;
      }
    }
    @media only screen and (max-width:991px){
        #HeaderMenu { 
            display: block;
            background: none;
            border: none;
            box-shadow: none;
            position: absolute;
            right: 15px;
            height: 30px;
            border-radius: 0;
            width: 30px;
            padding: 0;
            fill: #fff;
            top: 12px;
        }
        .header-wrap.sticky #HeaderMenu {
          fill: #814882;
        }
        .header-wrap .outer-menu .topmenu,
        .header-wrap .outer-menu .mainmenu ul li.dropdown::before {
            display: none;
        }
        .header-wrap .outer-menu .mainmenu {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            visibility: hidden;
            opacity: 0;
            background-color: rgba(0,0,0,.6);
            z-index: 1000;
            padding: 0;
            transition: 0.4s ease;
          }
          .header-wrap .outer-menu .mainmenu.menu-opened {
            opacity: 1;
            visibility: visible;
          }
          .header-wrap .outer-menu .mainmenu.menu-opened ul {
            opacity: 1;
            transform: translateX(0);
            display: block;
            padding-left: 0;
          }
          .header-wrap .outer-menu .mainmenu ul {
            opacity: 0;
            width: 240px;
            height: 100%;
            overflow-y: auto;
            padding: 50px 0 20px;
            background-color: #fff;
            transform: translateX(-100%);
            transition: 0.3s ease;
            transition-delay: 0s;
            transition-delay: 0.4s;
            margin: 0;
          }
          .header-wrap .outer-menu .mainmenu.menu-opened .close-mobile-menu {
            opacity: 1;
            transform: scale(1);
          }
          .outer-menu .close-mobile-menu {
            position: absolute;
            top: 30px;
            right: 30px;
            z-index: 1100;
            width: 35px;
            height: 35px;
            line-height: 33px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #fff;
            color: #fff;
            cursor: pointer;
            opacity: 0;
            transform: scale(.8);
            transition: all 0.4s ease;
            transition-delay: 0s;
            transition-delay: 0.5s;
            background-color: transparent;
            box-shadow: none;
            display: block;
          }
          .header-wrap .outer-menu .mainmenu ul li a {
            color: #222;
            line-height: 24px;
            font-size: 14px;
            padding-left: 15px;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown::after { 
            color: #222;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown:hover > .submenu,
          .header-wrap .outer-menu .mainmenu ul li:hover .location-listing {
            display: none;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown .submenu,
          .header-wrap .outer-menu .mainmenu ul li.dropdown .location-listing {
            transform:none !important;
            position: static;
            float: none;
            display: none;
            padding: 0;
            box-shadow: none;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown .location-listing {
            min-width: 100%;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown.open .submenu,
          .header-wrap .outer-menu .mainmenu ul li.dropdown.open .location-listing {
            visibility: visible;
            opacity: 1;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown.open .location-listing {
            display: block;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown::after {
            top: 10px;
          }
          .header-wrap .outer-menu .mainmenu ul li:hover a, 
          .header-wrap .outer-menu .mainmenu ul li.active a {
            color: #814882;
          }
          .header-wrap .outer-menu .mainmenu ul li .submenu li a,
          .header-wrap .outer-menu .mainmenu ul li.dropdown .location-listing li a {
            font-size: 12px;
            padding: 8px 28px
          }
          .header-wrap .outer-menu .mainmenu ul li .submenu li:not(:last-of-type) {
            border-bottom:none
          }
          .header-wrap .outer-menu .mainmenu ul li .submenu li a:hover {
            background: none;
            color: #814882;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown:hover::after {
            -webkit-transform: none;
            transform: none;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown.open::after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
          }
          .header-wrap .outer-menu .mainmenu ul li .location-listing .item {
            width: 100%;
            float: none;
            display: block;
          }
          .header-wrap .outer-menu .mainmenu ul li .location-listing .item .head {
            font-size: 14px;
            font-weight: 600;
            padding-left: 30px;
          }
          .header-wrap .outer-menu .mainmenu ul li.dropdown.open .location-listing .item ul {
            display: block;
            padding: 0 0 10px 30px;
          }
          .header-wrap .outer-menu .mainmenu ul li.hovermenubtn .submenu {
            position: static;
            opacity: 1;
            transform: none;
            visibility: visible;
            padding-left: 0;
          }
          .header-wrap .outer-menu .mainmenu ul li.hovermenubtn a {
            display: none;
          }
          .header-wrap .outer-menu .mainmenu ul li.hovermenubtn .submenu,
          .header-wrap .outer-menu .mainmenu ul li.hovermenubtn .submenu li a {
            display: block;
            line-height: 24px;
            font-size: 14px;
            padding-left:8px;
            font-weight: normal;
            color: #222;
          }
          .header-wrap .outer-menu .mainmenu ul li.hovermenubtn{
            padding: 0;
          }
        .features-item {
            width: 120px;
            height: 120px;
        }
        .features-item h6 {
            font-size: 15px;
            line-height: 18px;
        }
        .features-item p {
            line-height: 16px;
            font-size: 12px;
        }
        .what-we-do .grid-left {
            width: 100%;
            padding: 3px;
        }
        .what-we-do .grid-right {
            width: 100%;
            padding: 3px 0;
            margin-left: 0;
          }
        .what-we-do .grid-right .grid-image {
            height: 275px;
        } 
        .projects .progress {
            left: calc(100% - 60px);
        }
        .flxsection .flx .fix-left, .flxsection .flx .fix-right{
           width: 100%;
           padding-right: 0;
        }
        .flxsection .flx:nth-child(2n) .fix-left {
            padding-left: 0;
        }
        .video .video-box {
            height: 500px;
        }
        .factory .col-md-5,
        .factory .col-md-7 {
            width: 100%;
        }
        .blog h2,
        .testimonials h2,
        .project-content h2,
        .custom-listing-left h2 {
            font-size: 28px;
          }
          .factory-right{
            padding-top: 20px;
          }
          footer .col-md-6,
          .footer-bottom .col-md-7,
          .footer-bottom .col-md-5  {
            width: 100%;
          }
          footer .col-md-3,
          footer .col-md-6 .col-md-6 {
            width:50%;
          }
          footer .footer-bottom .logo-footer .logo {
            display: none;
          }
          footer .footer-bottom .logo-footer p {
            width: 100%;
            padding: 0;
            text-align: center;
          }
          footer .footer-bottom .social ul {
            justify-content: center;
            margin-top: 10px;
          }
          .features h2 {
            padding: 0 15px;
        }
        .banner .carousel-indicators button:not(:last-of-type) {
            margin-right: 15px;
          }
         h1 {
          font-size: 36px;
          line-height: 40px;
         }
         .offer-details .btn-wrap > * {
          padding: 5px;
        }
        .int-btn span {
          padding-right: 10px;
        }
        .offer-details p, .offer-details ul li {
          font-size: 14px;
        }
        .offer-details h3 {
          font-size: 19px;
          line-height: 21px;
        }
        .offer-details .subCnt p {
          font-size: 13px;
        }
        .offer-details .btn-wrap {
          padding-top: 40px;
        }
        .int-btn {
          padding: 0 16px;
          font-size: 14px;
        }
        .offer-wrap,
        .customer-support {
          padding: 40px 0;
        }
        .inner-features h2 {
          margin-bottom: 20px;
        }
        .inner-features {
          padding-bottom: 40px;
        }
        .main-title {
          margin-bottom: 25px;
        }
        .testimonials,
      .factory,
      .blog,
      .interior-listing,
      .inner-section,
      .gallery-wrap {
        padding: 50px 0;
      }
      .customer-support .grid-image h2 {
        font-size:42px;
      }
      .interior-listing-right, .inner-listing-right {
        padding-left: 0;
        height: 100%;
        padding-top: 20px;
      }
      .interior-listing-left, .inner-listing-left {
        padding-right: 0;
        height: 100%;
      }
      .interior-listing-right ul li {
        font-size: 16px;
        line-height: 26px; 
      }
      .interior-listing .col-md-6 {
        width: 100%;
      }
      .project-content {
        padding: 25px 15px 32px;
      }
      .gallery-wrap .col-md-4 {
        width: 50%;
      }
      .gallery-wrap .col-md-4:last-child {
        padding-top: 30px;
      }
      .gallery-item {
        width: 33.333%;
      }
      .gallery-item .gallery-box .gallery-img {
        height: 230px;
      }
      .gallery-listing {
        padding-bottom: 60px;
      }
      .custom-listing .col-md-4,
      .custom-listing .col-md-8 {
        width: 100%;
      }
      .custom-listing-left {
        padding-bottom: 30px;
      }
      .interior-details {
        padding-left:0;
        padding-top: 30px;
      }
      .interior-image {
        padding-right: 0;
      }
      .branch-location .branch-location-content {
        padding-right: 0;
      }
      .company-details h6 {
        font-size: 22px;
      }
      .company-details h1,
      .factories h2 {
        font-size: 30px;
        line-height: 34px;
      }
      .company-details {
        padding: 50px 0 60px;
      }
      .interior .col-md-6,
      .factory-discount .col-md-5,
      .factory-discount .col-md-7,
      .branch-location .col-md-6 {
        width: 100%;
      }
      .factories,
      .factory-discount,
      .branch-location {
        padding: 60px 0;
      }
      .factory-discount .factory-discount-left {
        margin: 0 auto;
      }
      .factory-discount .factory-discount-right {
        margin: 40px auto 0;
      }
      .branch-location .image-box {
        height: 340px;
      }
      .company-details h6 {
        font-size:18px;
      }
      .companyPage #ImplementationSec {
        padding:68px 0 64px;
      }
      .implementation h2 {
        margin-bottom: 30px;
      }
      .implementation .ThumbSplide {
        padding-top: 76px;
      }
      .implementation .ThumbSplide::before { 
        left:-100%;
        width:100%;
        height:1px;
        background-color:#e2e2e2;
      }
      .implementation .ThumbSplide::after {
        right:-100%;
        width:100%;
    background-color:#e2e2e2;
      }
    }
    @media only screen and (max-width:767px){
        .features ul li {
            margin: 10px;
            width: 25%;
        }
        .inner-features ul li {
          width: 31%;
        }
        .what-we-do .grid-image h2 {
            font-size: 50px;
        }
        .main-title h2 {
            padding: 0 20px;
        }
        .estimate-btn {
            writing-mode: vertical-lr;
            transform: rotate(180deg);
            top: 130px;
            letter-spacing: 1px;
            background-color: #814882;
            color: #fff;
            font-weight: 600;
            padding: 16px 14px;
            height: 140px;
            min-width: 40px;
        }
        .fixed-right ul li a span {
            display: none;
        }
        .fixed-right {
            top: 100px;
            transform: none;
        }
        p {
            font-size: 14px;
            line-height: 24px;
        }
        .offer-details {
          padding: 40px 15px;
        }
        .offer-row {
          column-count: 1;
          text-align: start;
        }
        .offer-row > :not(:last-of-type) {
          margin-bottom: 20px;
        }
        h1 {
          font-size: 32px;
          line-height: 36px;
         }
         .offer-item .package-box .package-image .packageoff-text {
          min-width: 480px;
        }    
        .testimonials,
      .factory,
      .blog,
      .interior-listing,
      .inner-section,
      .gallery-wrap {
        padding:40px 0;
      }
      .customer-support .grid-left,
      .customer-support .grid-right {
        width: 100%;
      }
      .customer-support .grid-left .grid.full-width,
      .customer-support .grid-left .grid-inner-left, 
      .customer-support .grid-left .grid-inner-right,
      .customer-support .grid-right .grid {
        width: 50%;
        height: 240px;
      }
      .customer-support .grid-image, 
      .customer-support .grid-left .grid-inner-left .grid,
      .customer-support .grid-right .grid:first-of-type,
      .customer-support .grid-right .grid:last-of-type  {
        height: 240px;
      }
      .customer-support .grid-right .grid {
        float: left;
        padding: 3px;
      }
      .customer-support .grid-right .grid:last-of-type,
      .what-we-do .grid-right .grid:last-of-type {
        padding: 3px;
      }
      .what-we-do .grid-right .grid:last-of-type {
        padding-top: 6px;
      }
      .what-we-do .grid-right, .customer-support .grid-right,
      .what-we-do .grid-left, .customer-support .grid-left {
        padding: 0 0;
        margin: 0;
      }
      .banner-content {
        left: 20px;
      }
      .gallery-wrap .col-md-4 {
        width: 100%;
      }
      .gallery-wrap .col-md-4:last-child {
        padding-top: 30px;
      }
      .gallery-wrap .col-md-4:first-child {
        padding-bottom: 30px;
      }
      .col-md-3.gallery-item {
        width:50%;
      }
      .gallery-item .gallery-box .gallery-img {
        height: 230px;
      }
      .gallery-listing {
        padding-bottom:50px;
      }
      .factories, .factory-discount, .branch-location {
        padding: 50px 0;
      }
      .company-details h1,
      .factories h2 {
        font-size: 26px;
        line-height: 30px;
      }
      .branch-location .image-box {
        height: 310px;
      }
      .implementation .ThumbSplide {
        padding-top: 66px;
      }
      .projects .progress {
        left: calc(100% - 85.5px);
        width: calc(100% - 100px);
      }
    }
    @media only screen and (max-width:600px){
    .what-we-do .grid-image h2 {
        font-size: 43px;
      }
      .grid-image,
      .what-we-do .grid-right .grid-image {
        height: 240px;
      }     
      .video .video-box {
        height: 425px;
      }
      .blog-item {
        margin-right: 0;
      }
      .int-btn {
        width: 250px;
      }
      h1 {
        font-size:28px;
        line-height: 34px;
       }
       .offer-item .package-box .package-image .packageoff-text {
        min-width: 100%;
      }
      .offer-details h3 {
        font-size: 17px;
        line-height: 18px;
      }
      .banner-content h1 {
        margin-bottom: 0;
      }
      .offer-wrap,
      .customer-support,
      .gallery-wrap {
        padding: 30px 0;
      }
      .customer-support .grid-left .grid.full-width,
      .customer-support .grid-left .grid-inner-left, 
      .customer-support .grid-left .grid-inner-right,
      .customer-support .grid-right .grid {
        width: 50%;
        height: 200px;
      }
      .customer-support .grid-image, 
      .customer-support .grid-left .grid-inner-left .grid,
      .customer-support .grid-right .grid:first-of-type,
      .customer-support .grid-right .grid:last-of-type  {
        height: 200px;
      }
      .interior-listing-right ul li {
        font-size: 14px;
        line-height: 24px; 
      }
      .gallery-listing {
        padding-bottom: 40px;
      }
      .custom-listing {
        padding: 40px 0;
      }
      .factories, .factory-discount, .branch-location {
        padding:40px 0;
      }
      .branch-location .image-box {
        height: 280px;
      }
      .company-details h6 {
        font-size: 16px;
      }  
      .projects .progress {
        left: calc(100% - 50.5px);
        width: calc(100% - 100px);
      }   
      .fixed-right ul li a .icon {
        width: 30px;
        height: 30px;
      }
      .fixed-right ul {
        padding: 7px 4px;
        position: relative;
      }
      .fixed-right ul > li:not(:last-of-type) {
        margin-bottom: 12px;
      } 
      .fixed-right ul > :nth-child(3) .icon {
        margin-bottom: 0;
      }
      .estimate-btn {
        min-width: 30px;
        padding: 16px 8px;
        top: 110px;
      }
      .fixed-right {
        right: 3px;
      }
    }
    
    @media only screen and (max-width:500px){
        .features ul li {
            margin: 10px;
            padding: 0;
            width: 28%;
        }
        .features-item {
            width: 110px;
            height: 110px;
        }
        .features-item h6 {
            font-size: 14px;
            line-height: 17px;
        }
        .features-item p {
            font-size: 11px;
            line-height: 14px;
        }
        .what-we-do .grid-left .grid,
        .what-we-do .grid-left .grid:first-of-type,
        .what-we-do .grid-right .grid:last-of-type {
            width: 100%; 
            padding: 3px;
        }
        .projects p {
            font-size: 11px;
            line-height: 16px;
        }
        .projects .slick-slide {
            padding: 0 10px;
        }
        h1 {
          font-size:26px;
          line-height: 32px;
         }
        h2 {
            font-size: 20px;
          }
          .blog h2, .testimonials h2,
          .project-content h2 {
            font-size: 24px;
          }
          .video .video-box {
            height: 360px;
          }
          .factory h2,
          .customer-support h2,
          .interior-listing-right h2, .inner-listing-left h2,
          .gallery-wrap .main-title h2,
          .custom-listing-left h2 {
            font-size: 23px;
            margin-bottom: 15px;
          }
          .blog-btn {
            font-size: 14px;
            min-width: 120px;
            height: 36px;
          }
          footer .numbers-listing ul li a, footer ul li a {
            font-size: 10px;
          }
          footer .numbers-listing ul li a > :first-child {
            width: 100%;
          }
          p {
            font-size: 12px;
            line-height: 22px;
        }
        .features h2 {
            padding: 0 15px;
        }
        footer h5 {
            font-size: 18px;
            margin-bottom: 10px;
          }
          .banner .carousel-indicators button:not(:last-of-type) {
            margin-right: 12px;
          }
          .inner-banner .inner-banner-image img.desktop-img {
            display: none;
        }
        .inner-banner .inner-banner-image img.mobile-img {
          display: block;
      }
      .testimonials,
      .factory,
      .blog,
      .interior-listing,
      .inner-section {
        padding:30px 0;
      }
      .customer-support .grid-left .grid.full-width,
      .customer-support .grid-left .grid-inner-left, 
      .customer-support .grid-left .grid-inner-right,
      .customer-support .grid-right .grid {
        width: 50%;
        height: 150px;
      }
      .customer-support .grid-image, 
      .customer-support .grid-left .grid-inner-left .grid,
      .customer-support .grid-right .grid:first-of-type,
      .customer-support .grid-right .grid:last-of-type  {
        height: 150px;
      }
      .customer-support .grid-image h2 {
        font-size: 30px;
      }
      .banner-content {
        left: 12px;
      }
      .col-md-3.gallery-item {
        width:50%;
      }
      .gallery-item .gallery-box .gallery-img {
        height: 180px;
      }
      .gallery-listing {
        padding-bottom: 30px;
      }
      .custom-listing-right .image-box {
        height: 200px;
      }
      .factories, .factory-discount, .branch-location {
        padding: 30px 0;
      }
      .branch-location .image-box {
        height: 260px;
      }
      .factory-discount .factory-discount-left {
        width: 300px;
      }
      .implementation {
        padding:50px 0 52px;
      }
      .projects .progress {
        left: calc(100% - 25.5px);
        width: calc(100% - 100px);
      }  
      .projects .projects-icon {
        width: 85px;
        height: 85px;
      }
    }

    @media only screen and (max-width:400px){
        .features ul li {
            width: 40%;
        }
        .grid-image, .what-we-do .grid-right .grid-image {
            height: 190px;
          }        
          .video .video-box {
            height: 270px;
          }
          .factory h2,
          .customer-support h2,
          .interior-listing-right h2, .inner-listing-left h2,
          .custom-listing-left h2 {
            font-size: 21px;
          }
          .factory .factory-right .image-listing > * {
            padding: 10px;
            width: 100%;
          }
          .price-box h5 {
            font-size: 12px;
          }
          .price-box h5 del,
          .price-box h5 span {
            font-size: 16px
         }
         .price-box h5 strong {
            font-size: 20px;
          }
          footer .col-md-3 {
            width: 100%;
          }
          .uselinks{
            padding-bottom: 20px;
          }
          .customer-support .grid-image h2 {
            font-size: 25px;
          }
          .col-md-3.gallery-item {
            width:100%;
          }
          .gallery-item .gallery-box .gallery-img {
            height: 150px;
          }
          .custom-listing-right .image-box {
            height: 150px;
          }
          .projects .progress {
            left: calc(100% - 22.5px);
            width: calc(100% - 90px);
          }  
        }
     