@font-face {
  font-family: "metropolis",sans-serif;
  src: url(../fonts/Metropolis-Thin.otf); }
.homeherosectionvideo {
  margin-bottom: -7px; }
  .homeherosectionvideo video {
    width: 100%; }

.loaderSection {
  background: #000;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loaderSection .firstElement {
    position: absolute;
    top: 0;
    left: 0; }
  .loaderSection .secodElement {
    position: absolute;
    top: 0;
    right: 0; }
  .loaderSection .thirdElement {
    position: absolute;
    bottom: 0;
    left: 0; }
  .loaderSection .fourthdElement {
    position: absolute;
    bottom: 0;
    right: 0; }
  .loaderSection .midLogoBox {
    text-align: center;
    position: relative; }
    .loaderSection .midLogoBox p {
      color: #fff;
      font-size: 24px;
      font-weight: 400; }
    .loaderSection .midLogoBox figure .logo {
      width: 526px; }
    .loaderSection .midLogoBox .midElementone {
      position: absolute;
      top: -110px;
      left: -90px; }
    .loaderSection .midLogoBox .midElementtwo {
      position: absolute;
      top: -130px;
      right: -30px; }
    .loaderSection .midLogoBox .midElementthree {
      position: absolute;
      bottom: -170px;
      left: -30px; }
    .loaderSection .midLogoBox .midElementfour {
      position: absolute;
      bottom: -160px;
      right: -130px; }

.homeHeroSection {
  background: #000;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  position: relative;
  overflow: hidden; }
  .homeHeroSection .triangel {
    width: 45%;
    margin: 0px auto 0px;
    padding-top: 90px;
    position: relative;
    transform: translateY(200px); }
    .homeHeroSection .triangel img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
    .homeHeroSection .triangel .mout-bg-1 {
      position: absolute;
      top: 20%;
      left: 15%; }
      .homeHeroSection .triangel .mout-bg-1 img {
        transform: translateY(100px); }
    .homeHeroSection .triangel .mout-bg-2 {
      position: absolute;
      top: 25%;
      right: 40%; }
      .homeHeroSection .triangel .mout-bg-2 img {
        transform: translateY(100px); }
    .homeHeroSection .triangel .mout-bg-3 {
      position: absolute;
      top: 65%;
      left: 10%; }
      .homeHeroSection .triangel .mout-bg-3 img {
        transform: translateY(100px); }
    .homeHeroSection .triangel .mout-bg-4 {
      position: absolute;
      top: 61%;
      right: 8%; }
      .homeHeroSection .triangel .mout-bg-4 img {
        transform: translateY(100px); }
  .homeHeroSection .mount-Home {
    position: relative;
    margin-top: -220px; }
    .homeHeroSection .mount-Home img {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
  .homeHeroSection .triangelText {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 45%;
    left: 50%;
    text-align: center; }
    .homeHeroSection .triangelText h3 {
      font-size: 48px;
      letter-spacing: 5px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
    .homeHeroSection .triangelText p {
      color: #fff;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: 500; }
  .homeHeroSection .triangelText1 {
    display: none; }

.triangelAnimation {
  animation: image 3s forwards;
  animation-iteration-count: 1;
  background: #000;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

@keyframes image {
  0% {
    background: #000; }
  50% {
    background: url(../images/trangelanimation-1.png); }
  100% {
    background: url(../images/trangelanimation-2.png); } }
.triangelcolor {
  -webkit-filter: none;
  filter: none;
  background: url(../images/colorTriangle.png); }
  .triangelcolor .triangel img {
    -webkit-filter: none;
    filter: none; }
  .triangelcolor .mount-Home img {
    -webkit-filter: unset;
    filter: unset; }
  .triangelcolor .triangelText1 {
    display: block;
    transform: translate(-50%, -40%);
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    animation: floatBubble1 2s forwards;
    animation-delay: 1s; }
    .triangelcolor .triangelText1 h3 {
      font-size: 48px;
      letter-spacing: 5px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
    .triangelcolor .triangelText1 p {
      color: #fff;
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 500; }
  .triangelcolor .triangelText {
    display: none; }
@keyframes floatBubble1 {
  100% {
    bottom: 50%; } }
.thelegancy {
  display: flex;
  flex-wrap: wrap;
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .thelegancy .left {
    width: 60%;
    text-align: center;
    padding-top: 250px; }
    .thelegancy .left .vertical-line {
      background: #fff;
      height: 2px;
      border-radius: 1px;
      width: 2px;
      margin: 30px auto 0; }
    .thelegancy .left [data-aos="lineExample"].aos-animate {
      animation: thelegancyline 4s forwards; }
@keyframes thelegancyline {
  0% {
    height: 10px; }
  100% {
    height: 200px; } }
  .thelegancy .right {
    width: 40%; }

.cultureSection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 70px 0px 50px;
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .cultureSection .left {
    width: 55%;
    text-align: center; }
  .cultureSection .right {
    width: 45%;
    position: relative; }
  .cultureSection .vertical-line {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    margin: 30px auto 0;
    position: absolute;
    top: 60%;
    right: 45%; }
  .cultureSection [data-aos="lineExampleculture"].aos-animate {
    animation: cultureline 4s forwards; }
@keyframes cultureline {
  0% {
    width: 1%; }
  100% {
    width: 90%; } }
.innovativeSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden; }
  .innovativeSection .bggradiunt {
    width: 300px;
    background: linear-gradient(180deg, #133B4E 0%, #22423C 100%);
    position: absolute;
    top: -25px;
    left: 37%;
    height: 100%;
    transform: rotate(8deg); }
  .innovativeSection .rows {
    display: flex;
    flex-wrap: wrap; }
    .innovativeSection .rows .left {
      width: 45%;
      padding-left: 70px; }
    .innovativeSection .rows .right {
      text-align: center;
      padding-top: 130px;
      padding-left: 50px;
      position: relative;
      width: 55%; }
      .innovativeSection .rows .right .vertical-line {
        background: #fff;
        height: 2px;
        border-radius: 1px;
        margin: 30px auto;
        text-align: right;
        position: absolute;
        right: 40%;
        top: 35%; }
        .innovativeSection .rows .right .vertical-line span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          margin: -14px -11px 8px 0; }
  .innovativeSection [data-aos="lineExampleinnovat"].aos-animate {
    animation: innovatLine 4s forwards; }
@keyframes innovatLine {
  0% {
    width: 1%; }
  100% {
    width: 50%; } }
  .innovativeSection .col12 {
    width: 100%; }
    .innovativeSection .col12 .sofa {
      width: 75%; }
      .innovativeSection .col12 .sofa .sofaImg {
        position: relative;
        margin-top: -30%;
        margin-bottom: -13%;
        z-index: 9; }

.tableLampSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 150px 0 20px; }
  .tableLampSection .kichenimg {
    position: relative; }
    .tableLampSection .kichenimg .figure {
      width: 100%; }
    .tableLampSection .kichenimg .text {
      width: 50%;
      position: absolute;
      left: 5%;
      top: 0; }
      .tableLampSection .kichenimg .text p {
        font-size: 20px;
        color: #fff;
        margin: 30px 0; }
      .tableLampSection .kichenimg .text .vertical-line-left {
        background: #fff;
        height: 2px;
        border-radius: 1px;
        margin-right: auto;
        text-align: left;
        width: 10px; }
        .tableLampSection .kichenimg .text .vertical-line-left span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          margin: -14px 0px 8px -15px; }
      .tableLampSection .kichenimg .text .vertical-line {
        background: #fff;
        height: 2px;
        border-radius: 1px;
        margin-left: auto;
        text-align: right;
        width: 10px; }
        .tableLampSection .kichenimg .text .vertical-line span {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          margin: -14px -9px 8px 0px; }
  .tableLampSection [data-aos="lineExamplkichen"].aos-animate {
    animation: kichenLine 4s forwards; }
@keyframes kichenLine {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
  .tableLampSection [data-aos="lineExamplkichenleft"].aos-animate {
    animation: kichenLine1 4s forwards; }
@keyframes kichenLine1 {
  0% {
    width: 10px; }
  100% {
    width: 100px; } }
.sucessStory {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 0px; }
  .sucessStory .header-img {
    width: 70%;
    margin: 0 auto; }
    .sucessStory .header-img figure {
      width: 100px;
      margin-left: auto; }
  .sucessStory .title {
    text-align: center; }
  .sucessStory .storyMain {
    width: 80%;
    margin: 0 auto; }
    .sucessStory .storyMain .row {
      justify-content: center;
      margin-top: 30px;
      position: relative; }
      .sucessStory .storyMain .row .sucsess-line {
        position: absolute;
        bottom: 19%;
        left: 8%; }
    .sucessStory .storyMain .story-box {
      margin: 30px 0 0;
      border: 1px solid #435A5A;
      border-radius: 10px;
      background: linear-gradient(180deg, #1B4249 0%, #1F3F3B 100%);
      min-height: 116px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sucessStory .storyMain .story-box p {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding: 10px;
        margin-bottom: 0;
        text-transform: uppercase; }
        .sucessStory .storyMain .story-box p span {
          font-size: 40px;
          margin-right: 10px;
          background: -webkit-linear-gradient(#2DA1D6, #79BB79);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
  .sucessStory .sucess-mount {
    margin-top: -230px; }
    .sucessStory .sucess-mount img {
      height: 270px; }
  .sucessStory .vertical-line-left {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    margin-right: auto;
    text-align: left;
    width: 10px; }
    .sucessStory .vertical-line-left span {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: -14px -9px 8px -13px; }
  .sucessStory [data-aos="lineExamplsucess"].aos-animate {
    animation: sucessLine1 4s forwards; }
@keyframes sucessLine1 {
  0% {
    width: 10px; }
  100% {
    width: 70px; } }
.timelessSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 0px; }
  .timelessSection .subtitle {
    text-align: center; }
  .timelessSection .timeSlider .swiper-button-next:after {
    content: ''; }
  .timelessSection .timeSlider .swiper-button-prev:after {
    content: ''; }
  .timelessSection .timeSlider .timeSliderData {
    padding: 20px 30px;
    text-align: left; }
    .timelessSection .timeSlider .timeSliderData figure {
      height: 80vh;
      display: flex;
      align-items: flex-end; }
    .timelessSection .timeSlider .timeSliderData h5 {
      margin-top: 20px;
      color: #fff;
      font-size: 24px; }
    .timelessSection .timeSlider .timeSliderData p {
      color: #fff;
      font-size: 14px;
      min-height: 84px; }
    .timelessSection .timeSlider .timeSliderData .btn {
      background: linear-gradient(90deg, #42A2D4 0%, #72B981 100%);
      border: 1px solid #fff;
      border-radius: 5px;
      color: #fff; }
      .timelessSection .timeSlider .timeSliderData .btn svg {
        margin-right: 2px;
        margin-top: -3px; }
  .timelessSection .timeSlider .bg-1 {
    background: linear-gradient(to bottom, #10303e, #173c42, #1a4447, #1f4b4b, #25534f, #285b58, #2a6461, #2d6c6a, #2c777d, #2d8290, #338da5, #4097b9); }
  .timelessSection .timeSlider .bg-2 {
    background: linear-gradient(to bottom, #10313c, #133641, #133641, #133641, #133641, #133e49, #134751, #135058, #196565, #2a7a6f, #438f75, #61a378); }

.turstSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0 30px;
  position: relative; }
  .turstSection .bgtrap {
    background: linear-gradient(180deg, #204A4F 0%, #2D4F3E 100%);
    height: 157px;
    width: 100%;
    position: absolute;
    top: 59%;
    left: 0; }
  .turstSection .trustCertificationBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 60px; }
    .turstSection .trustCertificationBox .box {
      width: 25%;
      padding: 0 20px; }
  .turstSection .line {
    margin: 70px 90px 0 0; }
  .turstSection .vertical-line {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    margin-left: auto;
    text-align: right;
    width: 10px; }
    .turstSection .vertical-line span {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: -14px -12px 8px 0px; }
  .turstSection [data-aos="lineExampltrust"].aos-animate {
    animation: trustLine 4s forwards; }
@keyframes trustLine {
  0% {
    width: 10px; }
  100% {
    width: 223px; } }
.testimonalSection {
  background: url(../images/common-bg.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 200px 0 50px; }
  .testimonalSection .maintitle {
    text-align: center;
    margin-bottom: 50px; }
  .testimonalSection .testimonal {
    background: linear-gradient(180deg, #1C4955 0%, #2D5040 100%);
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 80px 20px 20px; }
    .testimonalSection .testimonal .testimonalBox {
      width: 70%;
      text-align: center;
      margin-bottom: 40px; }
      .testimonalSection .testimonal .testimonalBox p {
        font-size: 24px;
        color: #fff; }
      .testimonalSection .testimonal .testimonalBox small {
        font-size: 20px;
        color: #fff;
        font-style: italic;
        display: block; }
      .testimonalSection .testimonal .testimonalBox strong {
        font-size: 24px;
        color: #fff;
        display: block; }
  .testimonalSection .swiper-button-next:after {
    content: ''; }
  .testimonalSection .swiper-button-prev:after {
    content: ''; }
  .testimonalSection .swiper-pagination .swiper-pagination-bullet {
    background: #FFFFFF; }
  .testimonalSection .testiline {
    margin-bottom: 30px;
    padding-right: 170px; }
  .testimonalSection .vertical-line {
    background: #fff;
    height: 2px;
    border-radius: 1px;
    margin-left: auto;
    text-align: right;
    width: 10px; }
    .testimonalSection .vertical-line span {
      width: 30px;
      height: 30px;
      display: inline-block;
      border: 2px solid #fff;
      border-radius: 50%;
      margin: -14px -12px 8px 0px; }
  .testimonalSection [data-aos="lineExampltistimonal"].aos-animate {
    animation: testitLine 4s forwards; }
@keyframes testitLine {
  0% {
    width: 10px; }
  100% {
    width: 70px; } }
@media (min-width: 1920px) and (max-width: 2560px) {
  .homeHeroSection .mount-Home .mout-bg-1 {
    top: -50%; }
  .homeHeroSection .mount-Home .mout-bg-2 {
    top: -36%;
    right: 44%; }
  .homeHeroSection .mount-Home .mout-bg-4 {
    top: -1%; }
  .homeHeroSection .triangelText1 {
    animation: floatBubble1 5s forwards;
    animation-delay: 2s; }

  @keyframes floatBubble1 {
    100% {
      bottom: 60%; } } }
@media (min-width: 768px) and (max-width: 991px) {
  .subtitle {
    font-size: 30px; }

  .maintitle {
    font-size: 32px; }

  .loaderSection {
    overflow-x: hidden; }

  .homeHeroSection {
    overflow-x: hidden; }
    .homeHeroSection .triangel {
      width: 100%; }
    .homeHeroSection .triangelText {
      width: 100%; }

  .triangelcolor .triangelText1 {
    transform: translate(-50%, 10%);
    width: 100%; }

  .thelegancy {
    overflow-x: hidden; }
    .thelegancy .left {
      padding-top: 100px; }
  @keyframes thelegancyline {
    0% {
      height: 10px; }
    100% {
      height: 100px; } }
  .cultureSection {
    padding: 100px 0px;
    overflow-x: hidden; }

  .innovativeSection {
    overflow-x: hidden; }
    .innovativeSection .rows .right {
      padding-top: 10px; }
      .innovativeSection .rows .right .subsubtitle {
        font-size: 13px; }
      .innovativeSection .rows .right .subtitle {
        font-size: 18px; }

  .tableLampSection {
    padding: 100px 0 20px;
    overflow-x: hidden; }
    .tableLampSection .kichenimg .text {
      width: 60%; }
      .tableLampSection .kichenimg .text p {
        font-size: 17px; }
    .tableLampSection .kichenimg .figure {
      margin-top: 180px; }

  .sucessStory {
    overflow-x: hidden; }
    .sucessStory .storyMain {
      width: 100%;
      padding: 0 15px; }

  .timelessSection {
    overflow-x: hidden; }
    .timelessSection .timeSlider .timeSliderData figure {
      height: 90vh; }

  .turstSection {
    overflow-x: hidden; }

  .testimonalSection {
    overflow-x: hidden;
    padding: 100px 0 50px; }
    .testimonalSection .testimonal {
      width: 100%; } }
@media (max-width: 767px) {
  .loaderSection {
    overflow-x: hidden; }
    .loaderSection .firstElement {
      width: 100px; }
    .loaderSection .secodElement {
      width: 100px; }
    .loaderSection .thirdElement {
      width: 100px; }
    .loaderSection .fourthdElement {
      width: 100px; }
    .loaderSection .midLogoBox figure .logo {
      width: 70%; }
    .loaderSection .midLogoBox .midElementone {
      left: 30px;
      top: -200px; }
    .loaderSection .midLogoBox .midElementtwo {
      right: 20px;
      top: -200px; }
    .loaderSection .midLogoBox .midElementthree {
      left: 20px; }
    .loaderSection .midLogoBox .midElementfour {
      right: 40px; }

  .homeHeroSection {
    padding-top: 100px;
    overflow-x: hidden; }
    .homeHeroSection .triangel {
      width: 100%; }
      .homeHeroSection .triangel .mout-bg-2 {
        width: 16%; }
      .homeHeroSection .triangel .mout-bg-3 {
        width: 15%; }
      .homeHeroSection .triangel .mout-bg-4 {
        width: 23%; }
    .homeHeroSection .mount-Home {
      margin-top: 0px; }
    .homeHeroSection .triangelText {
      width: 100%;
      top: 53%; }
      .homeHeroSection .triangelText h3 {
        font-size: 22px; }
      .homeHeroSection .triangelText p {
        font-size: 20px; }

  .triangelcolor .triangelText1 {
    width: 100%;
    transform: translate(-50%, 70%);
    bottom: -20px; }
    .triangelcolor .triangelText1 p {
      font-size: 18px; }
    .triangelcolor .triangelText1 h3 {
      font-size: 22px; }

  .thelegancy {
    overflow-x: hidden; }
    .thelegancy .left {
      width: 100%;
      padding-top: 60px; }
      .thelegancy .left .vertical-line {
        display: none; }
    .thelegancy .right {
      width: 100%;
      margin-top: 40px;
      padding: 0 20px; }

  .cultureSection {
    padding: 50px 0px;
    overflow-x: hidden; }
    .cultureSection .left {
      width: 100%; }
    .cultureSection .right {
      width: 100%;
      margin-top: 40px;
      padding: 0 20px; }
      .cultureSection .right img {
        height: 380px; }
      .cultureSection .right .vertical-line {
        display: none; }

  .innovativeSection {
    overflow-x: hidden; }
    .innovativeSection .rows {
      flex-wrap: wrap-reverse; }
      .innovativeSection .rows .left {
        width: 100%;
        padding: 0px 30px;
        margin-top: 30px; }
      .innovativeSection .rows .right {
        width: 100%;
        padding: 0 20px;
        position: unset;
        text-align: left; }
        .innovativeSection .rows .right .horizonatal-line-right {
          margin-right: -20px; }
        .innovativeSection .rows .right .vertical-line {
          display: none; }
    .innovativeSection .col12 {
      width: 100%; }
      .innovativeSection .col12 .sofa .sofaImg {
        margin-top: -60%;
        margin-bottom: -13%;
        z-index: 9; }
        .innovativeSection .col12 .sofa .sofaImg img {
          width: 720px; }
      .innovativeSection .col12 .sofa .rugImg img {
        width: 700px;
        margin-left: -60px;
        margin-top: -40px; }

  .tableLampSection {
    overflow-x: hidden;
    padding: 100px 0 20px; }
    .tableLampSection .kichenimg .text {
      width: 100%;
      position: unset;
      padding: 0 20px; }
      .tableLampSection .kichenimg .text p {
        font-size: 12px; }
    .tableLampSection .kichenimg .figure {
      margin-top: 50px; }
      .tableLampSection .kichenimg .figure img {
        width: 640px;
        margin-left: -230px; }

  .sucessStory {
    padding: 30px 0 0;
    overflow-x: hidden; }
    .sucessStory .title {
      margin-top: 50px; }
    .sucessStory .storyMain {
      width: 100%; }
      .sucessStory .storyMain .row {
        margin-top: 0; }
      .sucessStory .storyMain .story-box {
        margin: 20px 0 0px;
        min-height: 60px; }
        .sucessStory .storyMain .story-box p {
          padding: 10px;
          font-size: 10px;
          text-align: left; }
          .sucessStory .storyMain .story-box p span {
            font-size: 19px; }
      .sucessStory .storyMain .row .sucsess-line {
        position: unset;
        margin-top: 40px; }
    .sucessStory .sucess-mount {
      margin-top: -190px; }
    .sucessStory .vertical-line-left {
      margin: 0 auto; }

  .timelessSection {
    overflow-x: hidden; }
    .timelessSection .timeSlider .timeSliderData figure {
      height: 50vh; }
    .timelessSection .timeSlider .timeSliderData h5 {
      margin-top: 15px;
      min-height: 60px; }
    .timelessSection .timeSlider .timeSliderData p {
      font-size: 10px; }

  .turstSection {
    overflow-x: hidden;
    padding: 50px 0; }
    .turstSection .trustCertificationBox {
      width: 100%;
      padding: 0 10px; }
      .turstSection .trustCertificationBox .box {
        width: 50%;
        padding: 0 10px; }
  @keyframes trustLine {
    0% {
      width: 10px; }
    100% {
      width: 150px; } }
    .turstSection .line {
      margin: 30px 90px 0 0; }

  .testimonalSection {
    overflow-x: hidden;
    padding: 80px 0 50px; }
    .testimonalSection .testiline {
      display: none; }
    .testimonalSection .testimonialSlider {
      padding-bottom: 10px; }
      .testimonalSection .testimonialSlider .swiper-pagination {
        position: inherit;
        bottom: -10px; }
    .testimonalSection .maintitle {
      margin-bottom: 0;
      text-align: left !important;
      letter-spacing: 1px; }
    .testimonalSection .testimonal {
      width: 100%;
      padding: 20px 0px;
      background: unset;
      margin-bottom: 0px; }
      .testimonalSection .testimonal .testimonalBox {
        width: 100%;
        margin-bottom: 0px;
        background: linear-gradient(180deg, #1C4955 0%, #2D5040 100%);
        padding: 20px;
        border-radius: 20px;
        text-align: left;
        height: 240px; }
        .testimonalSection .testimonal .testimonalBox p {
          font-size: 12px; }
        .testimonalSection .testimonal .testimonalBox strong {
          font-size: 12px; }
        .testimonalSection .testimonal .testimonalBox small {
          font-size: 12px; }
    .testimonalSection .swiper-button-next {
      display: none; }
    .testimonalSection .swiper-button-prev {
      display: none; } }

/*# sourceMappingURL=home.css.map */
