/*-- 1. FONTS --*/
@font-face {
  font-family: 'Khebrat Musamim 2018';
  src: url("../fonts/KhebratMusamim2018.woff2") format("woff2"), url("../fonts/KhebratMusamim2018.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/*-- 2. VARIABLES --*/
/*-- 3. MIXIN --*/
@keyframes ellipseRotate {
  0% {
    stroke-dashoffset: 0;
    stroke-dasharray: 155; }
  100% {
    stroke-dashoffset: 4;
    stroke-dasharray: 3; } }
@keyframes playBtn {
  50% {
    box-shadow: 0 0 0 70px rgba(253, 167, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 167, 0, 0); } }
/*-- 4. MEDIA QUERIES --*/
/*-- 5. RESET --*/
html {
  scroll-behavior: smooth; }

body {
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #7d7d7d;
  scroll-behavior: smooth;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background-color: #ffffff;
  width: 100%; }
  body::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  body::-webkit-scrollbar-thumb {
    background-color: #dcb429;
    outline: 1px solid #dcb429; }

ul {
  margin: 0;
  padding: 0;
  display: block; }

li {
  list-style: none; }

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

h1 {
  font-size: 50px;
  line-height: 70px; }

h2 {
  font-size: 42px;
  line-height: 60px; }

h3 {
  font-size: 36px;
  line-height: 50px; }

h4 {
  font-size: 30px;
  line-height: 45px; }

h5 {
  font-size: 24px;
  line-height: 40px; }

h6 {
  font-size: 18px;
  line-height: 35px; }

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin-bottom: 15px; }

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.is-relative {
  position: relative !important; }

.is-hide {
  overflow: hidden !important; }

video {
  width: 100%;
  height: 100vh;
  object-fit: cover; }

video:-webkit-full-page-media {
  width: 100%; }

.inherit {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
  font-weight: inherit;
  display: inherit; }

.blur-box {
  filter: blur(10px);
  transition-delay: .5s;
  transition-duration: .5s; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.pl-0,
.px-0 {
  padding-left: 0; }

.pr-0,
.px-0 {
  padding-right: 0; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-15 {
  padding-bottom: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #696969; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #696969; }

.select2-container {
  width: 100% !important; }
  .select2-container .select2-dropdown {
    border: 0;
    border-radius: 0;
    background-color: #7d7d7d; }
    .select2-container .select2-dropdown .select2-results .select2-results__option {
      padding: 10px 15px;
      color: rgba(255, 255, 255, 0.7); }
  .select2-container .select2-selection--single {
    height: 100%;
    padding: 15px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(235, 230, 219, 0.3);
    background-color: transparent; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      color: rgba(255, 255, 255, 0.5); }
    .select2-container .select2-selection--single .select2-selection__arrow {
      height: 100%;
      top: 0;
      right: 0px; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000000; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #dcb429;
  color: #ffffff; }

.height-50 {
  width: 100%;
  height: 50px;
  background-color: transparent;
  clear: both; }

.height-100 {
  width: 100%;
  height: 100px;
  background-color: transparent;
  clear: both; }

/* Animation */
/* Button */
.main-wrapper header {
  background-color: #ffffff;
  border-bottom: 1px solid #ebe6db;
  position: relative;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }
  .main-wrapper header.follow {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); }
  .main-wrapper header .enquire-button {
    border: 2px solid #dcb429;
    padding: .5rem 1.5rem !important;
    background-color: #ffffff;
    display: inline; }
    .main-wrapper header .enquire-button:hover {
      background-color: #c29b11;
      color: #ffffff; }
  @media (min-width: 992px) {
    .main-wrapper header {
      position: absolute; } }
.main-wrapper .main-slider {
  height: 100%;
  position: relative; }
  .main-wrapper .main-slider .home-slider .slider-item {
    position: relative;
    background-color: #ffffff;
    height: 100%;
    display: flex; }
    .main-wrapper .main-slider .home-slider .slider-item .image-box-fixed {
      position: absolute;
      right: 0;
      top: 0;
      width: 55%;
      height: 100vh;
      display: none; }
      @media (min-width: 992px) {
        .main-wrapper .main-slider .home-slider .slider-item .image-box-fixed {
          display: block; } }
    .main-wrapper .main-slider .home-slider .slider-item .container {
      margin: auto; }
      .main-wrapper .main-slider .home-slider .slider-item .container .slider-content {
        display: flex;
        align-items: center; }
        .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta h5 {
          font-size: 20px;
          font-weight: 500;
          color: #000000;
          font-family: "Poppins", sans-serif;
          margin-bottom: 15px; }
        .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta h3 {
          font-size: 45px;
          color: #000000;
          font-family: "Khebrat Musamim 2018";
          line-height: 55px;
          margin-bottom: 15px; }
        .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta p {
          color: #000000;
          margin-bottom: 0px; }
        .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button {
          display: flex;
          flex-flow: column; }
          .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a {
            width: 100%;
            max-width: 240px;
            padding: 8px;
            font-size: 0.8rem;
            font-weight: 900;
            color: #dcb429;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            box-shadow: 0 0 0 1px inset rgba(220, 180, 41, 0.5);
            position: relative;
            margin: 10px 0; }
            .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a p {
              margin: 0;
              line-height: 54px;
              box-sizing: border-box;
              z-index: 1;
              left: 0;
              width: 100%;
              position: relative;
              overflow: hidden;
              display: list-item;
              color: #dcb429; }
              .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a p span.base {
                box-sizing: border-box;
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 100%;
                left: 0;
                border: 1px solid #dcb429; }
                .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a p span.base:before {
                  content: "";
                  width: 2px;
                  height: 2px;
                  left: -1px;
                  top: -1px;
                  background: #dcb429;
                  position: absolute;
                  transition: all 0.3s ease;
                  -webkit-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  -ms-transition: all 0.3s ease; }
              .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a p span.bg {
                left: -5%;
                position: absolute;
                background: #dcb429;
                width: 0;
                height: 100%;
                z-index: 3;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transform: skewX(-10deg); }
              .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a p span.text {
                z-index: 4;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0; }
                .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a p span.text:after {
                  content: "";
                  width: 4px;
                  height: 4px;
                  right: 0;
                  bottom: 0;
                  background: #dcb429;
                  position: absolute;
                  transition: all 0.3s ease;
                  -webkit-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  -ms-transition: all 0.3s ease;
                  z-index: 5; }
                .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a p span.text input {
                  background-color: transparent;
                  border: none;
                  color: inherit; }
            .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a:hover {
              color: #ffffff; }
              .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a:hover p {
                color: #ffffff; }
              .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a:hover span.bg {
                width: 110%; }
              .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a:hover span.text::after {
                background-color: #ffffff; }
      .main-wrapper .main-slider .home-slider .slider-item .container .slider-img .image-box {
        overflow: visible;
        padding-left: 65px;
        display: block; }
        .main-wrapper .main-slider .home-slider .slider-item .container .slider-img .image-box .img-full {
          max-width: none;
          width: auto !important; }
        @media (min-width: 992px) {
          .main-wrapper .main-slider .home-slider .slider-item .container .slider-img .image-box {
            display: none; } }
  .main-wrapper .main-slider .home-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%); }
    .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'] {
      width: 60px;
      height: 60px;
      border-radius: 0;
      background: #dcb429;
      border: 1px solid #dcb429;
      position: absolute;
      transition: 400ms;
      -webkit-transition: 400ms;
      -o-transition: 400ms;
      -moz-transition: 400ms;
      -ms-transition: 400ms; }
      .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-prev {
        left: 60px; }
      .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-next {
        right: 60px; }
      .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'] img {
        max-width: 18px;
        width: 100%; }
      .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-']:hover {
        background: #c29b11; }
      @media (max-width: 1599px) {
        .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-prev {
          left: 0px; }
        .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-next {
          right: 0px; } }
      @media (max-width: 1399px) {
        .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'] {
          width: 45px;
          height: 45px; }
          .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'] img {
            max-width: 14px; } }
      @media (max-width: 1279px) {
        .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-prev {
          right: 30px;
          left: auto; }
        .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-next {
          right: 30px;
          top: 60px; } }
      @media (max-width: 991px) {
        .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'] {
          position: relative;
          margin-right: 0px; }
          .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-']:last-child {
            margin-right: 0; }
          .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-prev {
            right: 0;
            left: 0; }
          .main-wrapper .main-slider .home-slider .owl-nav [class*='owl-'].owl-next {
            right: 0;
            left: 0;
            top: auto; } }
    @media (max-width: 991px) {
      .main-wrapper .main-slider .home-slider .owl-nav {
        top: auto;
        bottom: 0px;
        left: 0;
        text-align: center;
        right: 0;
        transform: initial;
        margin: 0px auto; } }
  .main-wrapper .main-slider .home-slider .owl-dots {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    display: none;
    padding: 15px; }
    .main-wrapper .main-slider .home-slider .owl-dots [class*='owl-'] {
      margin-bottom: 30px;
      width: 9px;
      height: 9px;
      background-color: transparent;
      border: 1px solid #000000;
      border-radius: 100%;
      margin: auto;
      margin: 0px 10px; }
      .main-wrapper .main-slider .home-slider .owl-dots [class*='owl-'].active, .main-wrapper .main-slider .home-slider .owl-dots [class*='owl-']:hover {
        background-color: #c29b11;
        border-color: #c29b11; }
  @media (min-width: 992px) {
    .main-wrapper .main-slider {
      height: 100vh; }
      .main-wrapper .main-slider .home-slider .slider-item {
        height: 100vh; }
        .main-wrapper .main-slider .home-slider .slider-item .container .slider-content {
          padding-bottom: 100px; } }
.main-wrapper .mainContent {
  padding: 120px 15px;
  position: relative;
  z-index: 1; }
  @media (max-width: 766px) {
    .main-wrapper .mainContent {
      padding: 50px 0; } }
  .main-wrapper .mainContent.slider-bottom {
    padding: 0;
    border-top: 1px solid #ebe6db;
    border-bottom: 1px solid #ebe6db;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color: #ffffff; }
    .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item {
      padding: 30px;
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      flex-flow: column;
      min-height: 200px;
      position: relative;
      border-right: 1px solid #ebe6db;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
      .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item.border-in {
        border-right: 1px solid #ebe6db; }
      .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .icon-box {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        margin-bottom: 15px; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .icon-box svg {
          width: 50px;
          height: 50px;
          fill: #000000; }
      .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .icon-text {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        margin-bottom: 0px; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .icon-text h5 {
          color: #dcb429;
          font-size: 15px;
          font-weight: 600;
          font-family: "Poppins", sans-serif;
          line-height: normal; }
      .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .more-icon {
        position: absolute;
        bottom: 30px;
        transform: translateY(250%);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .more-icon svg {
          width: 16px;
          height: 16px; }
      .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item:hover {
        background-color: #c29b11; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item:hover h5 {
          color: #ffffff; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item:hover svg {
          fill: #ffffff; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item:hover .icon-text {
          margin-bottom: 30px; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item:hover .more-icon {
          transform: translateY(0); }
    .main-wrapper .mainContent.slider-bottom .slider-bottom-in .owl-dots {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -30px; }
      .main-wrapper .mainContent.slider-bottom .slider-bottom-in .owl-dots [class*='owl-'] {
        margin-bottom: 30px;
        width: 9px;
        height: 9px;
        background-color: #ffffff;
        border: 1px solid #c29b11;
        margin: auto;
        margin: 0px 10px; }
        .main-wrapper .mainContent.slider-bottom .slider-bottom-in .owl-dots [class*='owl-'].active, .main-wrapper .mainContent.slider-bottom .slider-bottom-in .owl-dots [class*='owl-']:hover {
          background-color: #c29b11;
          border-color: #c29b11; }
  .main-wrapper .mainContent.home-why-choose .left-side {
    display: flex;
    align-content: center;
    flex-wrap: wrap; }
    .main-wrapper .mainContent.home-why-choose .left-side .inner-content h5 {
      font-size: 20px;
      font-weight: 500;
      color: #000000;
      font-family: "Poppins", sans-serif;
      margin-bottom: 15px; }
    .main-wrapper .mainContent.home-why-choose .left-side .inner-content h3 {
      font-size: 45px;
      color: #000000;
      font-family: "Khebrat Musamim 2018";
      line-height: 55px;
      margin-bottom: 15px;
      max-width: 400px;
      width: 100%; }
    .main-wrapper .mainContent.home-why-choose .left-side .inner-content p {
      color: #000000;
      margin-bottom: 15px;
      max-width: 350px; }
    .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button {
      display: flex;
      flex-flow: column; }
      .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a {
        width: 100%;
        max-width: 240px;
        padding: 8px;
        font-size: 0.8rem;
        font-weight: 900;
        color: #dcb429;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: 0 0 0 1px inset rgba(220, 180, 41, 0.5);
        position: relative;
        margin: 10px 0; }
        .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a p {
          margin: 0;
          line-height: 54px;
          box-sizing: border-box;
          z-index: 1;
          left: 0;
          width: 100%;
          position: relative;
          overflow: hidden;
          display: list-item;
          color: #dcb429; }
          .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a p span.base {
            box-sizing: border-box;
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            border: 1px solid #dcb429; }
            .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a p span.base:before {
              content: "";
              width: 2px;
              height: 2px;
              left: -1px;
              top: -1px;
              background: #dcb429;
              position: absolute;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease; }
          .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a p span.bg {
            left: -5%;
            position: absolute;
            background: #dcb429;
            width: 0;
            height: 100%;
            z-index: 3;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transform: skewX(-10deg); }
          .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a p span.text {
            z-index: 4;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0; }
            .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a p span.text:after {
              content: "";
              width: 4px;
              height: 4px;
              right: 0;
              bottom: 0;
              background: #dcb429;
              position: absolute;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              z-index: 5; }
            .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a p span.text input {
              background-color: transparent;
              border: none;
              color: inherit; }
        .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a:hover {
          color: #ffffff; }
          .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a:hover p {
            color: #ffffff; }
          .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a:hover span.bg {
            width: 110%; }
          .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a:hover span.text::after {
            background-color: #ffffff; }
  .main-wrapper .mainContent.home-why-choose .right-side {
    position: relative; }
    .main-wrapper .mainContent.home-why-choose .right-side .image-box img {
      width: 100%; }
    .main-wrapper .mainContent.home-why-choose .right-side .content-box {
      padding: 0;
      margin-left: -40px;
      display: flex;
      flex-wrap: wrap;
      align-content: center; }
      .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box {
        display: flex;
        margin-bottom: 30px; }
        .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box:last-child {
          margin-bottom: 0; }
        .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .icon-box {
          width: 50px;
          height: 50px;
          background-color: #dcb429;
          display: flex;
          align-items: center;
          justify-content: center; }
          .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .icon-box svg {
            width: 30px;
            height: 30px;
            fill: #ffffff; }
        .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .text-block {
          padding-left: 30px; }
          .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .text-block h5 {
            font-size: 20px;
            color: #000000;
            margin-bottom: 10px;
            line-height: normal;
            font-weight: 600; }
          .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .text-block p {
            color: #000000;
            max-width: 350px;
            margin-bottom: 0; }
  .main-wrapper .mainContent.home-about {
    padding: 0;
    padding-top: 120px; }
    .main-wrapper .mainContent.home-about .about-image {
      overflow: visible;
      padding-left: 65px; }
      .main-wrapper .mainContent.home-about .about-image .img-full {
        max-width: none;
        width: auto !important; }
    .main-wrapper .mainContent.home-about .about-content {
      display: flex;
      align-content: center;
      flex-wrap: wrap; }
      .main-wrapper .mainContent.home-about .about-content .inner-content {
        padding-left: 50px; }
        .main-wrapper .mainContent.home-about .about-content .inner-content h5 {
          font-size: 20px;
          font-weight: 500;
          color: #000000;
          font-family: "Poppins", sans-serif;
          margin-bottom: 15px; }
        .main-wrapper .mainContent.home-about .about-content .inner-content h3 {
          font-size: 45px;
          color: #000000;
          font-family: "Khebrat Musamim 2018";
          line-height: 55px;
          margin-bottom: 15px; }
        .main-wrapper .mainContent.home-about .about-content .inner-content p {
          color: #000000;
          margin-bottom: 15px; }
        .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button {
          display: flex;
          flex-flow: column; }
          .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a {
            width: 100%;
            max-width: 240px;
            padding: 8px;
            font-size: 0.8rem;
            font-weight: 900;
            color: #dcb429;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            box-shadow: 0 0 0 1px inset rgba(220, 180, 41, 0.5);
            position: relative;
            margin: 10px 0; }
            .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a p {
              margin: 0;
              line-height: 54px;
              box-sizing: border-box;
              z-index: 1;
              left: 0;
              width: 100%;
              position: relative;
              overflow: hidden;
              display: list-item;
              color: #dcb429; }
              .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a p span.base {
                box-sizing: border-box;
                position: absolute;
                z-index: 2;
                width: 100%;
                height: 100%;
                left: 0;
                border: 1px solid #dcb429; }
                .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a p span.base:before {
                  content: "";
                  width: 2px;
                  height: 2px;
                  left: -1px;
                  top: -1px;
                  background: #dcb429;
                  position: absolute;
                  transition: all 0.3s ease;
                  -webkit-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  -ms-transition: all 0.3s ease; }
              .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a p span.bg {
                left: -5%;
                position: absolute;
                background: #dcb429;
                width: 0;
                height: 100%;
                z-index: 3;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transform: skewX(-10deg); }
              .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a p span.text {
                z-index: 4;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0; }
                .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a p span.text:after {
                  content: "";
                  width: 4px;
                  height: 4px;
                  right: 0;
                  bottom: 0;
                  background: #dcb429;
                  position: absolute;
                  transition: all 0.3s ease;
                  -webkit-transition: all 0.3s ease;
                  -o-transition: all 0.3s ease;
                  -moz-transition: all 0.3s ease;
                  -ms-transition: all 0.3s ease;
                  z-index: 5; }
                .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a p span.text input {
                  background-color: transparent;
                  border: none;
                  color: inherit; }
            .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a:hover {
              color: #ffffff; }
              .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a:hover p {
                color: #ffffff; }
              .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a:hover span.bg {
                width: 110%; }
              .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a:hover span.text::after {
                background-color: #ffffff; }
  .main-wrapper .mainContent.home-solutions .solution-content .inner-content h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px; }
  .main-wrapper .mainContent.home-solutions .solution-content .inner-content h3 {
    font-size: 45px;
    color: #000000;
    font-family: "Khebrat Musamim 2018";
    line-height: 55px;
    margin-bottom: 15px; }
  .main-wrapper .mainContent.home-solutions .solution-box .inner-item {
    border: 1px solid #ebe6db;
    padding: 40px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease; }
    .main-wrapper .mainContent.home-solutions .solution-box .inner-item .icon-box {
      padding: 15px;
      background-color: #fdfbf4;
      position: absolute;
      top: -28px;
      left: 30px;
      background: #fdfbf4;
      border-radius: 50px; }
      .main-wrapper .mainContent.home-solutions .solution-box .inner-item .icon-box svg {
        width: 30px;
        height: auto;
        fill: #000000; }
    .main-wrapper .mainContent.home-solutions .solution-box .inner-item h5 {
      font-size: 20px;
      color: #000000;
      font-weight: 600; }
    .main-wrapper .mainContent.home-solutions .solution-box .inner-item p {
      margin-bottom: 0; }
    .main-wrapper .mainContent.home-solutions .solution-box .inner-item:hover {
      border-color: #c29b11;
      background: #dcb429; }
      .main-wrapper .mainContent.home-solutions .solution-box .inner-item:hover p {
        color: #ffffff; }
      .main-wrapper .mainContent.home-solutions .solution-box .inner-item:hover .icon-box {
        background: #000000;
        border: 3px solid #fff; }
        .main-wrapper .mainContent.home-solutions .solution-box .inner-item:hover .icon-box svg {
          fill: #c29b11; }
  .main-wrapper .mainContent.home-solutions .theme-button {
    display: flex;
    flex-flow: column; }
    .main-wrapper .mainContent.home-solutions .theme-button a {
      width: 100%;
      max-width: 240px;
      padding: 8px;
      font-size: 0.8rem;
      font-weight: 900;
      color: #dcb429;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      box-shadow: 0 0 0 1px inset rgba(220, 180, 41, 0.5);
      position: relative;
      margin: 10px 0; }
      .main-wrapper .mainContent.home-solutions .theme-button a p {
        margin: 0;
        line-height: 54px;
        box-sizing: border-box;
        z-index: 1;
        left: 0;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: list-item;
        color: #dcb429; }
        .main-wrapper .mainContent.home-solutions .theme-button a p span.base {
          box-sizing: border-box;
          position: absolute;
          z-index: 2;
          width: 100%;
          height: 100%;
          left: 0;
          border: 1px solid #dcb429; }
          .main-wrapper .mainContent.home-solutions .theme-button a p span.base:before {
            content: "";
            width: 2px;
            height: 2px;
            left: -1px;
            top: -1px;
            background: #dcb429;
            position: absolute;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease; }
        .main-wrapper .mainContent.home-solutions .theme-button a p span.bg {
          left: -5%;
          position: absolute;
          background: #dcb429;
          width: 0;
          height: 100%;
          z-index: 3;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transform: skewX(-10deg); }
        .main-wrapper .mainContent.home-solutions .theme-button a p span.text {
          z-index: 4;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
          .main-wrapper .mainContent.home-solutions .theme-button a p span.text:after {
            content: "";
            width: 4px;
            height: 4px;
            right: 0;
            bottom: 0;
            background: #dcb429;
            position: absolute;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            z-index: 5; }
          .main-wrapper .mainContent.home-solutions .theme-button a p span.text input {
            background-color: transparent;
            border: none;
            color: inherit; }
      .main-wrapper .mainContent.home-solutions .theme-button a:hover {
        color: #ffffff; }
        .main-wrapper .mainContent.home-solutions .theme-button a:hover p {
          color: #ffffff; }
        .main-wrapper .mainContent.home-solutions .theme-button a:hover span.bg {
          width: 110%; }
        .main-wrapper .mainContent.home-solutions .theme-button a:hover span.text::after {
          background-color: #ffffff; }
  .main-wrapper .mainContent.home-clients .title-section {
    text-align: center; }
    .main-wrapper .mainContent.home-clients .title-section h5 {
      font-size: 20px;
      font-weight: 500;
      color: #000000;
      font-family: "Poppins", sans-serif;
      margin-bottom: 15px; }
    .main-wrapper .mainContent.home-clients .title-section h3 {
      font-size: 45px;
      color: #000000;
      font-family: "Khebrat Musamim 2018";
      line-height: 55px;
      margin-bottom: 15px; }
  .main-wrapper .mainContent.home-clients .client-slider-in .client-items img {
    border: 1px solid #ebe6db;
    filter: grayscale(1); }
  .main-wrapper .mainContent.home-clients .client-slider-in .client-items:hover img {
    border-color: #c29b11;
    filter: grayscale(0); }
  .main-wrapper .mainContent.home-futures {
    position: relative;
    z-index: 1; }
    .main-wrapper .mainContent.home-futures::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%;
      z-index: -1; }
    .main-wrapper .mainContent.home-futures .inner-content {
      text-align: center; }
      .main-wrapper .mainContent.home-futures .inner-content h5 {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        margin-bottom: 15px; }
      .main-wrapper .mainContent.home-futures .inner-content h3 {
        font-size: 45px;
        color: #ffffff;
        font-family: "Khebrat Musamim 2018";
        line-height: 55px;
        margin-bottom: 15px;
        max-width: 550px;
        margin: 0 auto; }
      .main-wrapper .mainContent.home-futures .inner-content .subscribe-form {
        max-width: 580px;
        width: 100%;
        margin: 0px auto;
        margin-top: 30px; }
        .main-wrapper .mainContent.home-futures .inner-content .subscribe-form input {
          border: none;
          border-radius: 0px;
          height: 54px;
          padding-left: 30px;
          outline: none; }
          .main-wrapper .mainContent.home-futures .inner-content .subscribe-form input:focus {
            outline: none;
            box-shadow: none; }
        .main-wrapper .mainContent.home-futures .inner-content .subscribe-form .btn-subscribe {
          position: absolute;
          right: 0;
          top: 0; }
          .main-wrapper .mainContent.home-futures .inner-content .subscribe-form .btn-subscribe button {
            background-color: #dcb429;
            border-radius: 0px;
            border: none;
            color: #ffffff;
            font-size: 16px;
            font-weight: normal;
            text-transform: uppercase;
            padding: 10px 30px;
            height: 54px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            position: relative;
            z-index: 1; }
            .main-wrapper .mainContent.home-futures .inner-content .subscribe-form .btn-subscribe button::before {
              position: absolute;
              content: '';
              width: 0px;
              left: 0;
              top: 0;
              background-color: #c29b11;
              height: 100%;
              z-index: -1;
              border-top-right-radius: 30px;
              border-bottom-right-radius: 30px;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease; }
            .main-wrapper .mainContent.home-futures .inner-content .subscribe-form .btn-subscribe button span {
              margin-left: 15px;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease; }
            .main-wrapper .mainContent.home-futures .inner-content .subscribe-form .btn-subscribe button:hover::before {
              width: 100%;
              border-radius: 0; }
  .main-wrapper .mainContent.footer {
    padding: 50px 0 50px; }
    .main-wrapper .mainContent.footer.border-top {
      border-top: 1px solid #ebe6db; }
    .main-wrapper .mainContent.footer .row {
      align-items: center; }
    .main-wrapper .mainContent.footer .footer-logo .inner img {
      max-width: 200px; }
    .main-wrapper .mainContent.footer .footer-menu {
      text-align: right; }
      .main-wrapper .mainContent.footer .footer-menu ul {
        display: block; }
        .main-wrapper .mainContent.footer .footer-menu ul li {
          display: inline-block;
          padding: 15px; }
          .main-wrapper .mainContent.footer .footer-menu ul li a {
            text-transform: uppercase;
            color: #000000; }
          .main-wrapper .mainContent.footer .footer-menu ul li:hover a {
            color: #c29b11; }
    .main-wrapper .mainContent.footer .footer-social ul {
      display: block;
      text-align: right; }
      .main-wrapper .mainContent.footer .footer-social ul li {
        display: inline-block;
        padding: 0px 10px; }
        .main-wrapper .mainContent.footer .footer-social ul li a {
          width: 40px;
          height: 40px;
          border-radius: 0;
          background-color: #ffffff;
          border: 1px solid #dcb429;
          display: flex;
          align-items: center;
          text-align: center; }
          .main-wrapper .mainContent.footer .footer-social ul li a svg {
            fill: #dcb429;
            width: 14px;
            height: 14px;
            margin: 0px auto; }
        .main-wrapper .mainContent.footer .footer-social ul li:hover a {
          background-color: #c29b11;
          border-color: #c29b11; }
          .main-wrapper .mainContent.footer .footer-social ul li:hover a svg {
            fill: #ffffff; }
  .main-wrapper .mainContent.copy-right {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ebe6db; }
    .main-wrapper .mainContent.copy-right p {
      margin-bottom: 0; }
  .main-wrapper .mainContent.breadcrumb-area {
    position: relative;
    z-index: 1; }
    .main-wrapper .mainContent.breadcrumb-area::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: -1; }
    .main-wrapper .mainContent.breadcrumb-area .page-title {
      text-align: center;
      position: relative;
      top: 40px; }
      .main-wrapper .mainContent.breadcrumb-area .page-title h2 {
        color: #ffffff;
        font-family: "Khebrat Musamim 2018"; }
      .main-wrapper .mainContent.breadcrumb-area .page-title .breadcrumb {
        justify-content: center;
        margin-bottom: 0; }
        .main-wrapper .mainContent.breadcrumb-area .page-title .breadcrumb li {
          color: #dcb429; }
          .main-wrapper .mainContent.breadcrumb-area .page-title .breadcrumb li a {
            color: #ffffff; }
  .main-wrapper .mainContent.about-page .row {
    scroll-margin-top: 230px; }
  .main-wrapper .mainContent.about-page .heading-one h3 {
    margin-bottom: 30px;
    font-family: "Khebrat Musamim 2018";
    color: #000000;
    line-height: normal; }
    .main-wrapper .mainContent.about-page .heading-one h3 span {
      color: #dcb429; }
  .main-wrapper .mainContent.about-page .about-section-one p.first-p {
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px; }
    .main-wrapper .mainContent.about-page .about-section-one p.first-p::before {
      content: '';
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 0px;
      width: 2px;
      background-color: #000000; }
  .main-wrapper .mainContent.about-page .about-section-two {
    background-color: #f7f7f7;
    padding: 50px; }
    .main-wrapper .mainContent.about-page .about-section-two p.first-p {
      font-weight: 600;
      color: #000000;
      position: relative;
      padding-left: 30px;
      margin-bottom: 30px; }
      .main-wrapper .mainContent.about-page .about-section-two p.first-p::before {
        content: '';
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 0px;
        width: 2px;
        background-color: #000000; }
    .main-wrapper .mainContent.about-page .about-section-two ul {
      padding-left: 30px; }
      .main-wrapper .mainContent.about-page .about-section-two ul li {
        position: relative;
        padding-bottom: 15px; }
        .main-wrapper .mainContent.about-page .about-section-two ul li::before {
          font-family: 'FontAwesome';
          content: '\f2da';
          left: 0;
          margin: 0 15px 0 -30px;
          color: #dcb429; }
  .main-wrapper .mainContent.about-page .about-section-three {
    padding: 50px;
    background-color: #dcb429; }
    .main-wrapper .mainContent.about-page .about-section-three .heading-one h3 {
      color: #ffffff; }
      .main-wrapper .mainContent.about-page .about-section-three .heading-one h3 span {
        color: #ffffff; }
    .main-wrapper .mainContent.about-page .about-section-three .heading-one p {
      color: #ffffff; }
  .main-wrapper .mainContent.about-page .video-banner {
    position: relative;
    z-index: 2;
    padding-left: 50px; }
    .main-wrapper .mainContent.about-page .video-banner img {
      border-radius: 15px; }
    .main-wrapper .mainContent.about-page .video-banner .video-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      display: inline-flex;
      align-items: center;
      padding-left: 70px;
      height: 60px; }
      .main-wrapper .mainContent.about-page .video-banner .video-btn .video-player {
        background-color: #ffffff !important;
        color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear; }
      .main-wrapper .mainContent.about-page .video-banner .video-btn:hover .video-player {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15); }
  .main-wrapper .mainContent.business-inner {
    background-image: url(../images/background-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat; }
    .main-wrapper .mainContent.business-inner .inner-content.pad-right {
      padding-right: 50px; }
    .main-wrapper .mainContent.business-inner .inner-content h5 {
      font-size: 20px;
      font-weight: 500;
      color: #000000;
      font-family: "Poppins", sans-serif;
      margin-bottom: 15px; }
    .main-wrapper .mainContent.business-inner .inner-content h3 {
      font-size: 45px;
      color: #000000;
      font-family: "Khebrat Musamim 2018";
      line-height: 55px;
      margin-bottom: 15px;
      width: 100%; }
    .main-wrapper .mainContent.business-inner .inner-content p {
      color: #000000;
      margin-bottom: 15px; }
    .main-wrapper .mainContent.business-inner .inner-content .image-box {
      margin-bottom: 30px; }
    .main-wrapper .mainContent.business-inner .inner-content .text-block h4 {
      font-size: 35px;
      color: #c29b11;
      font-family: "Khebrat Musamim 2018";
      line-height: 45px;
      margin-bottom: 15px;
      width: 100%; }
    .main-wrapper .mainContent.business-inner .inner-content .text-block .first-dc {
      border-left: 2px solid #dcb429;
      padding-left: 30px;
      font-weight: 600; }
    .main-wrapper .mainContent.business-inner .inner-content .text-block ul {
      padding-left: 30px; }
      .main-wrapper .mainContent.business-inner .inner-content .text-block ul li {
        position: relative;
        padding-bottom: 15px; }
        .main-wrapper .mainContent.business-inner .inner-content .text-block ul li::before {
          font-family: 'FontAwesome';
          content: '\f2da';
          left: 0;
          margin: 0 15px 0 -30px;
          color: #dcb429; }
    .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item {
      border-radius: 0;
      border: none;
      background-color: transparent; }
      .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item .accordion-header .accordion-button {
        padding: 20px 0;
        color: #dcb429;
        font-weight: 500;
        box-shadow: none;
        outline: none;
        border-bottom: 1px solid #ebe6db;
        background-color: transparent;
        line-height: normal; }
        .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item .accordion-header .accordion-button::after {
          display: none; }
        .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item .accordion-header .accordion-button::before {
          position: absolute;
          content: "+";
          right: 0;
          top: 50%;
          transform: translateY(-50%) rotate(0);
          color: #c29b11;
          font-size: 30px;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease; }
        .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
          background-color: transparent; }
          .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
            transform: translateY(-50%) rotate(45deg); }
      .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 30px 0;
        border-bottom: 1px solid #ebe6db; }
        .main-wrapper .mainContent.business-inner .inner-content .text-block .accordion .accordion-item .accordion-collapse .accordion-body p:last-child {
          margin-bottom: 0; }
    .main-wrapper .mainContent.business-inner .sidebar .widget {
      padding: 30px;
      padding-top: 0;
      position: relative;
      z-index: 1;
      background-color: #f8f8f8; }
      .main-wrapper .mainContent.business-inner .sidebar .widget h4 {
        padding-top: 20px;
        line-height: 57px;
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 15px; }
      .main-wrapper .mainContent.business-inner .sidebar .widget ul {
        display: block; }
        .main-wrapper .mainContent.business-inner .sidebar .widget ul li {
          display: block;
          position: relative;
          margin-bottom: 16px;
          width: 100%;
          height: 50px; }
          .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside {
            display: block;
            padding: 6px 27px 6px 23px;
            background: 0 0;
            border: 1px solid #e3e3e3;
            border-radius: 5px;
            margin-bottom: 30px;
            position: relative; }
            .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside::before {
              content: '';
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: -1;
              opacity: 0;
              filter: alpha(opacity=0);
              -moz-opacity: 0;
              -khtml-opacity: 0;
              -ms-filter: "alpha(opacity=0)";
              visibility: hidden;
              position: absolute;
              background: #c29b11;
              transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out; }
            .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside a {
              color: #000000;
              font-size: 16px;
              line-height: 38px;
              font-weight: 500;
              position: relative;
              width: 100%;
              display: block; }
              .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside a::after {
                content: '\f0da';
                top: 50%;
                line-height: normal;
                transform: translateY(-50%);
                right: 0;
                font-size: 16px;
                position: absolute;
                font-family: fontawesome; }
            .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside:hover::before, .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside.active::before {
              opacity: 1;
              filter: alpha(opacity=1);
              -moz-opacity: 1;
              -khtml-opacity: 1;
              -ms-filter: "alpha(opacity=1)";
              visibility: visible; }
            .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside:hover a, .main-wrapper .mainContent.business-inner .sidebar .widget ul li .block-inside.active a {
              color: #ffffff; }
    .main-wrapper .mainContent.business-inner .solution-box .inner-item {
      border: 1px solid #ebe6db;
      padding: 40px;
      position: relative;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease; }
      .main-wrapper .mainContent.business-inner .solution-box .inner-item .icon-box {
        padding: 15px;
        background-color: #fdfbf4;
        position: absolute;
        top: -28px;
        left: 30px;
        background: #ffffff;
        border-radius: 50px; }
        .main-wrapper .mainContent.business-inner .solution-box .inner-item .icon-box svg {
          width: 30px;
          height: auto;
          fill: #000000; }
      .main-wrapper .mainContent.business-inner .solution-box .inner-item h5 {
        font-size: 20px;
        color: #000000;
        font-weight: 600; }
      .main-wrapper .mainContent.business-inner .solution-box .inner-item p {
        margin-bottom: 0; }
      .main-wrapper .mainContent.business-inner .solution-box .inner-item:hover {
        border-color: #c29b11;
        background: #dcb429; }
        .main-wrapper .mainContent.business-inner .solution-box .inner-item:hover p {
          color: #ffffff; }
        .main-wrapper .mainContent.business-inner .solution-box .inner-item:hover .icon-box {
          background: #000000;
          border: 3px solid #fff; }
          .main-wrapper .mainContent.business-inner .solution-box .inner-item:hover .icon-box svg {
            fill: #c29b11; }
  .main-wrapper .mainContent.contact-inner .left-side .inner-details .address-box {
    margin-bottom: 55px;
    color: #7d7d7d;
    position: relative;
    padding-left: 18px;
    border-left: 1px solid #dcb429;
    text-align: left; }
    .main-wrapper .mainContent.contact-inner .left-side .inner-details .address-box .title {
      margin-bottom: 11px;
      font-size: 20px;
      color: #c29b11;
      text-transform: uppercase; }
    .main-wrapper .mainContent.contact-inner .left-side .inner-details .address-box .content {
      font-size: 16px;
      line-height: 1.7; }
      .main-wrapper .mainContent.contact-inner .left-side .inner-details .address-box .content a:hover {
        color: #c29b11; }
  .main-wrapper .mainContent.contact-inner .right-side .inner-form .contact-title {
    font-size: 20px;
    color: #c29b11;
    margin-bottom: 60px;
    letter-spacing: 2px; }
  .main-wrapper .mainContent.contact-inner .right-side .inner-form .two-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    .main-wrapper .mainContent.contact-inner .right-side .inner-form .two-input .field-gr {
      width: calc(50% - 14px); }
    .main-wrapper .mainContent.contact-inner .right-side .inner-form .two-input input {
      background: 0 0;
      border: 0;
      border-bottom: 1px solid #ebe6db;
      outline: none !important;
      color: #7d7d7d;
      padding: 10px 0px;
      font-size: 17px;
      width: 100%;
      height: 50px; }
      .main-wrapper .mainContent.contact-inner .right-side .inner-form .two-input input:focus {
        border-color: #c29b11; }
  .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-textarea {
    margin-bottom: 50px; }
    .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-textarea textarea {
      font-size: 17px;
      width: 100%;
      height: 125px;
      color: #7d7d7d;
      border: 0;
      border-bottom: 1px solid #ebe6db;
      outline: none !important;
      background: 0 0;
      padding: 10px 0px;
      display: block; }
      .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-textarea textarea:focus {
        border-color: #c29b11; }
  .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button {
    display: flex;
    flex-flow: column; }
    .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a {
      width: 100%;
      max-width: 240px;
      padding: 8px;
      font-size: 0.8rem;
      font-weight: 900;
      color: #dcb429;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      box-shadow: 0 0 0 1px inset rgba(220, 180, 41, 0.5);
      position: relative;
      margin: 10px 0; }
      .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a p {
        margin: 0;
        line-height: 54px;
        box-sizing: border-box;
        z-index: 1;
        left: 0;
        width: 100%;
        position: relative;
        overflow: hidden;
        display: list-item;
        color: #dcb429; }
        .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a p span.base {
          box-sizing: border-box;
          position: absolute;
          z-index: 2;
          width: 100%;
          height: 100%;
          left: 0;
          border: 1px solid #dcb429; }
          .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a p span.base:before {
            content: "";
            width: 2px;
            height: 2px;
            left: -1px;
            top: -1px;
            background: #dcb429;
            position: absolute;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease; }
        .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a p span.bg {
          left: -5%;
          position: absolute;
          background: #dcb429;
          width: 0;
          height: 100%;
          z-index: 3;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transform: skewX(-10deg); }
        .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a p span.text {
          z-index: 4;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
          .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a p span.text:after {
            content: "";
            width: 4px;
            height: 4px;
            right: 0;
            bottom: 0;
            background: #dcb429;
            position: absolute;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            z-index: 5; }
          .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a p span.text input {
            background-color: transparent;
            border: none;
            color: inherit; }
      .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a:hover {
        color: #ffffff; }
        .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a:hover p {
          color: #ffffff; }
        .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a:hover span.bg {
          width: 110%; }
        .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a:hover span.text::after {
          background-color: #ffffff; }
  .main-wrapper .mainContent.contact-inner .google-map iframe {
    width: 100%;
    height: 550px;
    border: 10px solid #f9f9f9; }

.form-popup {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .5s; }
  .form-popup .form-wrapper {
    top: 2em;
    max-width: 700px;
    background: #ffffff;
    padding: 50px;
    padding-top: 50px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .form-popup .form-wrapper .form-title {
      margin-bottom: 15px;
      text-transform: uppercase;
      font-family: "Khebrat Musamim 2018";
      font-size: 35px;
      color: #000000;
      text-align: left;
      line-height: inherit; }
    .form-popup .form-wrapper .close-form {
      border-radius: 0px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      cursor: pointer;
      padding: 10px 15px;
      background-color: #dcb429;
      border: 2px solid #dcb429;
      color: #ffffff;
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 20px;
      transition: .3s; }
    .form-popup .form-wrapper .form-group {
      margin-bottom: 15px; }
      .form-popup .form-wrapper .form-group input {
        height: 50px; }
      .form-popup .form-wrapper .form-group textarea {
        height: 120px; }
      .form-popup .form-wrapper .form-group .form-control {
        border-radius: 0;
        border: 1px solid #ebe6db; }
    .form-popup .form-wrapper .theme-button {
      display: flex;
      flex-flow: column; }
      .form-popup .form-wrapper .theme-button a {
        width: 100%;
        max-width: 240px;
        padding: 8px;
        font-size: 0.8rem;
        font-weight: 900;
        color: #dcb429;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: 0 0 0 1px inset rgba(220, 180, 41, 0.5);
        position: relative;
        margin: 10px 0; }
        .form-popup .form-wrapper .theme-button a p {
          margin: 0;
          line-height: 54px;
          box-sizing: border-box;
          z-index: 1;
          left: 0;
          width: 100%;
          position: relative;
          overflow: hidden;
          display: list-item;
          color: #dcb429; }
          .form-popup .form-wrapper .theme-button a p span.base {
            box-sizing: border-box;
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            border: 1px solid #dcb429; }
            .form-popup .form-wrapper .theme-button a p span.base:before {
              content: "";
              width: 2px;
              height: 2px;
              left: -1px;
              top: -1px;
              background: #dcb429;
              position: absolute;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease; }
          .form-popup .form-wrapper .theme-button a p span.bg {
            left: -5%;
            position: absolute;
            background: #dcb429;
            width: 0;
            height: 100%;
            z-index: 3;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transform: skewX(-10deg); }
          .form-popup .form-wrapper .theme-button a p span.text {
            z-index: 4;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0; }
            .form-popup .form-wrapper .theme-button a p span.text:after {
              content: "";
              width: 4px;
              height: 4px;
              right: 0;
              bottom: 0;
              background: #dcb429;
              position: absolute;
              transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              z-index: 5; }
            .form-popup .form-wrapper .theme-button a p span.text input {
              background-color: transparent;
              border: none;
              color: inherit; }
        .form-popup .form-wrapper .theme-button a:hover {
          color: #ffffff; }
          .form-popup .form-wrapper .theme-button a:hover p {
            color: #ffffff; }
          .form-popup .form-wrapper .theme-button a:hover span.bg {
            width: 110%; }
          .form-popup .form-wrapper .theme-button a:hover span.text::after {
            background-color: #ffffff; }

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #dcb429;
  box-shadow: 0px 0px 0px 5px #dcb429; }
  .progress-wrap::after {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ffffff;
    left: 0;
    top: 0px;
    background-image: url("../images/back-to-top.svg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .progress-wrap svg path {
    fill: none; }
  .progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

/*------ Responsive --------*/
@media (max-width: 1399px) {
  .main-wrapper .mainContent.footer .footer-menu ul li {
    padding: 0 10px; }

  .main-wrapper .mainContent.footer .footer-menu ul li a {
    font-size: 14px; }

  .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta h3,
  .main-wrapper .mainContent.home-why-choose .left-side .inner-content h3,
  .main-wrapper .mainContent.home-about .about-content .inner-content h3,
  .main-wrapper .mainContent.home-solutions .solution-content .inner-content h3,
  .main-wrapper .mainContent.home-clients .title-section h3,
  .main-wrapper .mainContent.home-futures .inner-content h3 {
    font-size: 30px;
    line-height: 40px; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item {
    min-height: 150px; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .icon-box svg {
    width: 40px;
    height: 40px; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .icon-text h5 {
    font-size: 14px;
    font-weight: 500; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .more-icon {
    display: none; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item:hover .icon-text {
    margin-bottom: 0; } }
@media (max-width: 1279px) {
  .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta h3,
  .main-wrapper .mainContent.home-why-choose .left-side .inner-content h3,
  .main-wrapper .mainContent.home-about .about-content .inner-content h3,
  .main-wrapper .mainContent.home-solutions .solution-content .inner-content h3,
  .main-wrapper .mainContent.home-clients .title-section h3,
  .main-wrapper .mainContent.home-futures .inner-content h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 450px; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item {
    min-height: 150px; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .icon-box svg {
    width: 35px;
    height: 35px; }

  .main-wrapper .mainContent.home-why-choose .left-side {
    text-align: center;
    display: block;
    margin-bottom: 30px; }

  .main-wrapper .mainContent.home-why-choose .left-side .inner-content p {
    margin: 0 auto;
    max-width: 450px;
    margin-bottom: 30px; }

  .main-wrapper .mainContent.home-why-choose .left-side .inner-content .theme-button a {
    margin: 0 auto; }

  .main-wrapper .mainContent.home-solutions .solution-box .inner-item h5 {
    font-size: 16px; }

  .main-wrapper .mainContent.footer {
    padding: 50px 0; }

  .main-wrapper .mainContent.footer .footer-logo .inner {
    text-align: center;
    margin-bottom: 30px; }

  .main-wrapper .mainContent.footer .footer-menu {
    margin-bottom: 0px;
    text-align: center; }

  .main-wrapper .mainContent.footer .footer-social ul {
    text-align: center; } }
@media screen and (max-width: 1199px) {
  .main-wrapper header .enquire-button {
    border: none;
    padding: 14px 15px !important;
    background-color: transparent;
    color: #dcb429;
    display: block; } }
@media (max-width: 1023px) {
  .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta {
    padding: 50px 0; }

  .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta .theme-button a {
    text-align: center;
    margin: 0 auto; }

  .main-wrapper .main-slider .home-slider .slider-item .container .slider-img .image-box {
    padding: 0; }

  .main-wrapper .mainContent.home-why-choose {
    border-top: 1px solid #ebe6db; }

  .main-wrapper .mainContent.home-why-choose .left-side .inner-content {
    margin-bottom: 50px; }

  .main-wrapper .mainContent.home-why-choose .right-side .image-box {
    margin-bottom: 50px; }

  .main-wrapper .mainContent.home-why-choose .right-side .content-box {
    margin: 0 auto;
    display: inline-block; }

  .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box {
    text-align: center;
    display: block; }

  .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .text-block {
    padding: 0; }

  .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .icon-box {
    margin: 0 auto;
    margin-bottom: 15px; }

  .main-wrapper .mainContent.home-why-choose .right-side .content-box .item-box .text-block p {
    max-width: 75%;
    margin: 0 auto; }

  .main-wrapper .mainContent.home-about {
    padding: 0;
    padding-top: 80px; }

  .main-wrapper .mainContent.home-about .about-image {
    padding-left: 15px;
    width: 100%; }

  .main-wrapper .mainContent.home-about .about-content {
    width: 100%; }

  .main-wrapper .mainContent.home-about .about-image .img-full {
    max-width: 100%; }

  .main-wrapper .mainContent.home-about .about-content .inner-content {
    text-align: center;
    padding: 50px 0; }

  .main-wrapper .mainContent.home-about .about-content .inner-content .theme-button a {
    margin: 0 auto; }

  .main-wrapper .mainContent.home-solutions .solution-content .inner-content {
    text-align: center; }

  .main-wrapper .mainContent.breadcrumb-area .page-title {
    top: 0; } }
@media (max-width: 991px) {
  .main-wrapper .main-slider .home-slider .slider-item .container .slider-content .meta {
    text-align: center;
    padding: 50px 0; }

  .main-wrapper .main-slider .home-slider .slider-item .container .slider-img .image-box .img-full {
    max-width: 100%; }

  .main-wrapper .mainContent.slider-bottom {
    position: relative; }

  .main-wrapper .mainContent.about-page .video-banner {
    padding-left: 0;
    margin-top: 15px; }

  .main-wrapper .mainContent.business-inner .inner-content.pad-right {
    padding-right: 0px; }

  .main-wrapper .mainContent.breadcrumb-area .page-title h2 {
    font-size: 30px; }

  .main-wrapper .mainContent.business-inner .inner-content .text-block h4 {
    font-size: 30px;
    line-height: 40px; } }
@media (max-width: 766px) {
  .siteMenu-header .logo {
    padding: 15px 15px;
    text-align: left; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item {
    text-align: center; }

  .main-wrapper .mainContent.slider-bottom .slider-bottom-in .slider-item .box-item .more-icon {
    left: 0;
    right: 0; } }
@media (max-width: 768px) {
  .main-wrapper .mainContent.home-why-choose {
    padding: 50px 15px; }

  section.container-fluid.mainContent.home-solutions {
    padding: 50px 15px; }

  section.container-fluid.mainContent.contact-inner .container .left-side {
    width: 100%; }

  .main-wrapper .mainContent.contact-inner .left-side .inner-details .address-box {
    margin-bottom: 30px;
    padding-left: 0;
    border-left: 0;
    text-align: center; }

  section.container-fluid.mainContent.contact-inner .container .right-side {
    width: 100%; }

  section.container-fluid.mainContent.contact-inner .container .right-side .inner-form {
    text-align: center; }

  .main-wrapper .mainContent.contact-inner .right-side .inner-form .contact-title {
    margin-bottom: 40px; }

  .main-wrapper .mainContent.contact-inner .google-map iframe {
    height: 350px; }

  .main-wrapper .mainContent.contact-inner .right-side .inner-form .form-submit .theme-button a {
    margin: 0 auto; }

  section.container-fluid.mainContent.contact-inner {
    padding: 50px 15px; } }

/*# sourceMappingURL=theme-style.css.map */
