/* ==============================================
                Table of Content
 ============================================== 
 
01. Banner Css Section Css
02. Features Section Css
03. Services Section Css
04. About Section Css
05. Fun-fact Section Css
06. Pricing Section Css
07. Offer Section Css
08. Footprint Section Css
09. Testimonials Section Css
10. Blog Section Css
11. Brand Section Css
12. Footer-contact Section Css
13. Header 
14. Banner Two Section Css
15. About Two Section Css
16. Services Two Section Css
17. Fun-fact Two Section Css
19. Testimonial Two Section Css
20. Blog Two Section Css
21. Team Section Css
22. Counter Section Css
23. Faq Section Css
24. Cta Section Css
25. Services-details Section Css
26. Package Section Css
27. Blog-post Section Css
28. Blog-details Section Css
29. Contact Section Css
30. Account Section Css
31. Error Section Css
*/
.bg-light {
  background-color: #fffcf4 !important;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #505050;
  background: #ffffff;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #ffb200;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffb200;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.inspiration-area .single-inspiration a,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
  color: #031550;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 15px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

img {
  max-width: 100%;
  object-fit: cover;
}

input,
textarea,
.form-control {
  border-radius: 5px;
  padding: 11px 15px;
  border: 1px solid #ebebeb;
}

input:focus,
textarea:focus,
.form-control:focus {
  outline: 0 none;
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.15);
}

::placeholder {
  color: #767676;
  opacity: 1;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.text-reset:hover {
  color: #ffb200 !important;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-intro {
  /* max-width: 555px;
  margin: 0 auto 55px;
  text-align: center; */
}

.section-intro p {
  font-weight: 500;
}

.section-intro.intro-full {
  max-width: 100%;
}

.section-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header.style-two {
  text-align: left;
}

.section-header.style-two .title {
  margin: 0;
}

.section-header .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #ffb200;
  margin-bottom: 6px;
}

.section-header .title {
  max-width: 29ch;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
}

.section-header .para {
  margin-top: 20px;
  max-width: 495px;
}

.bg--primary {
  background-color: #7367F0;
}

.bg--secondary {
  background-color: #868E96;
}

.bg--success {
  background-color: #28C76F;
}

.bg--danger {
  background-color: #EA5455;
}

.bg--warning {
  background-color: #FF9F43;
}

.bg--info {
  background-color: #1E9FF2;
}

.text--base {
  color: #ffb200;
}

.text--primary {
  color: #7367F0;
}

.text--secondary {
  color: #868E96;
}

.text--success {
  color: #28C76F;
}

.text--danger {
  color: #EA5455;
}

.text--warning {
  color: #FF9F43;
}

.text--info {
  color: #1E9FF2;
}

.my-100 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-100 {
  margin-top: 60px;
}

.mb-100 {
  margin-bottom: 60px;
}

.my-50 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-50 {
  margin-top: 30px;
}

.mb-50 {
  margin-bottom: 30px;
}

.my-80 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-80 {
  margin-top: 50px;
}

.mb-80 {
  margin-bottom: 50px;
}

.py-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 80px;
}

.pb-100 {
  padding-bottom: 80px;
}

.py-50 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 40px;
}

.pb-50 {
  padding-bottom: 40px;
}

.py-80 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 50px;
}

.pb-80 {
  padding-bottom: 50px;
}

.py-40 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-40 {
  padding-top: 25px;
}

.pb-40 {
  padding-bottom: 25px;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 600;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 1.4;
  word-break: break-word;
}

p,
li,
span {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, p {
  font-family: "Poppins", sans-serif;
  color: #777777;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #141414;
  margin: 0;
  font-weight: 600;
}

p {
  color: #777777;
  font-size: 16px;
  margin: 0;
  font-weight: 300;
  line-height: 1.9;
}

a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

a:hover {
  color: #ffb200;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

::-moz-selection {
  color: #fff;
  background-color: #ce0f0f;
}

::selection {
  color: #fff;
  background-color: #ce0f0f;
}

::-webkit-scrollbar {
  width: 13px;
  height: 13px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffb200;
  border: 0px solid transparent;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:active {
  background-color: #ffb200;
}

::-webkit-scrollbar-track {
  background-color: #141414;
}

button {
  border: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--base {
  background-color: #ffb200;
  color: #fff;
  padding: 13px 30px;
  font-family: "Poppins", sans-serif;
  letter-spacing: .5px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  isolation: isolate;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 1px;
  text-align: center;
}

.btn--base::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f5d9d956;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.btn--base:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 1px;
}

.btn--base.style-two {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn--base.style-two:hover {
  background-color: #ffb200;
  border: 1px solid #f5d9d956;
}

.btn--base i {
  margin-left: 5px;
  font-size: 16px;
}

.btn--base:hover {
  color: #fff;
}

.btn--base:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--base-two {
  color: #D3D3D4;
  font-size: 15px;
  position: relative;
}

.btn--base-two.style-two:hover {
  color: #ffb200;
}

.btn--base-two i {
  font-size: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--base-two i:first-child {
  margin-right: 10px;
}

.btn--base-two i:last-child {
  margin-left: 10px;
}

.btn--base-two:hover {
  color: #fff;
}

.btn--base-two:hover i {
  color: #ffb200;
}

.btn--primary {
  background-color: #7367F0;
  color: #fff;
}

.btn--primary:hover {
  color: #fff;
  background-color: #6457f3;
}

.btn--primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--secondary {
  background-color: #868E96;
  color: #fff;
}

.btn--secondary:hover {
  color: #fff;
  background-color: #636c75;
}

.btn--secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--success {
  background-color: #28C76F;
  color: #fff;
}

.btn--success:hover {
  color: #fff;
  background-color: #13af59;
}

.btn--success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--danger {
  background-color: #EA5455;
  color: #fff;
}

.btn--danger:hover {
  color: #fff;
  background-color: #ad2b2b;
}

.btn--danger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--warning {
  background-color: #FF9F43;
  color: #fff;
}

.btn--warning:hover {
  color: #fff;
  background-color: #d47c29;
}

.btn--warning:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--info {
  background-color: #1E9FF2;
  color: #fff;
}

.btn--info:hover {
  background-color: #0e7bbe;
  color: #fff;
}

.btn--info:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--card {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px 0px #ddddddd5;
  box-shadow: 0px 0px 14px 0px #ddddddd5;
  -webkit-box-shadow: 0px 0px 14px 0px #dddddd96;
  box-shadow: 0px 0px 14px 0px #dddddd96;
  background: #f6f6f6 !important;
  border: transparent;
}

.custom--card:hover {
  -webkit-box-shadow: 0px 0px 24px 0px #d7d7d7bb;
  box-shadow: 0px 0px 24px 0px #d7d7d7bb;
}

.custom--card .card-body {
  text-align: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
}

.custom--card .card-body i {
  font-size: 26px;
  color: rgba(104, 51, 153, 0.788);
}

.custom--card .card-title {
  color: #141414;
  font-size: 25px;
}

.contact-title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.contact--wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 14px 0px #ddddddd5;
  box-shadow: 0px 0px 14px 0px #ddddddd5;
}

.form--label {
  margin-bottom: 10px;
  font-size: 15px;
  color: #141414;
  font-weight: 400;
}

.form--control {
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  outline: none;
  width: 100%;
  border: 1px solid #33333336;
  padding: 0px 15px;
}

.form--control.style-two {
  border-width: 1px;
  border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) #E3E4E8 rgba(255, 255, 0, 0);
  padding: 0;
}

.form--control.style-two:focus {
  border-color: rgba(255, 0, 0, 0) rgba(0, 0, 255, 0) #ffb200 rgba(255, 255, 0, 0);
}

.form--control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ffb200;
}

textarea.form--control {
  min-height: 92px;
  padding: 15px;
}

.input-group--text {
  background: #ffb200;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  position: absolute;
  right: 0;
  border: transparent !important;
  z-index: 5;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.remeber-me input {
  opacity: 0;
  display: none;
}

.remeber-me input:checked ~ label::before {
  background-color: #ffb200;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
}

.remeber-me label {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.remeber-me label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ffb200;
  left: 0;
  border-radius: 3px;
  top: 3px;
}

.custom--modal .modal-content {
  padding: 30px;
  text-align: center;
}

.custom--modal .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
  padding: 0 20px;
}

.custom--modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.custom--modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-icon i {
  font-size: 32px;
  color: red;
  border: 3px solid red;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.pagination {
  margin: 0 -5px;
}

.pagination .page-item {
  padding: 0 5px;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination .page-item .page-link {
  background-color: #e7effa;
  border: none;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777777;
  font-weight: 500;
}

.pagination .page-item .page-link.active {
  background-color: #ffb200;
  color: #fff;
}

.pagination .page-item .page-link:hover {
  background-color: #ffb200;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link i {
  font-size: 14px;
}

.custom--table tr th,
.custom--table tr td {
  position: relative;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

.custom--table tr td:first-child {
  text-align: left;
}

.custom--table.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #0f3c70;
}

.custom--table {
  border-collapse: separate;
  border-spacing: 0 10px;
  border-radius: 5px;
  margin-bottom: 0px;
}

.custom--table [data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 500;
  color: #fff;
  top: 0;
  left: 0;
  padding: 15px;
  display: none;
  font-size: 16px;
  text-align: left;
}

.about-left-thumb {
  height: 100%;
}

.about-left-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-right-thumb {
  position: relative;
  max-height: 490px;
}

.about-right-thumb img:first-child {
  width: 58px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-right-thumb img:nth-child(2) {
  margin-top: 0px;
  z-index: 1;
  position: relative;
  width: 270px !important;
  height: 254px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-right-thumb img:last-child {
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-183px);
  transform: translateY(-183px);
}

/* .about-right-content .para {
  max-width: 370px;
  margin-top: -8px;
} */

.about-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #F2F2F2;
  padding-top: 44px;
  margin-top: 44px;
}

.about-client .about-meta {
  width: 200px;
}

.about-client .about-meta .meta-thumb img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.about-client .about-meta .meta-content {
  padding-left: 25px;
}

.about-client .about-meta .meta-content .name {
  font-size: 25px;
  font-weight: 500;
}

.about-client .about-button {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.home-two-banner {
  background-color: #141414;
  padding: 180px 0 93px;
  position: relative;
  overflow: hidden;
  background-color: #222429;
}

.home-two-banner .banner-right-image {
  -webkit-animation: map 30s linear infinite;
  animation: map 30s linear infinite;
}

.home-two-banner .banner-right-image img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes map {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes map {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.banner-before-after {
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner-before-after span:first-child img {
  position: absolute;
  top: 3%;
  -webkit-animation: shape01 20s linear infinite;
  animation: shape01 20s linear infinite;
  height: 350px;
}

.banner-before-after span:nth-child(2) img {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0.8;
  -webkit-animation: shape02 21s linear infinite;
  animation: shape02 21s linear infinite;
  height: 350px;
  margin-left: -3px;
}

.banner-before-after span:nth-child(3) img {
  right: 0;
  position: absolute;
  -webkit-animation: shape03 20s linear infinite;
  animation: shape03 20s linear infinite;
  top: 0;
}

@-webkit-keyframes shape01 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes shape01 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shape02 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes shape02 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes shape03 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes shape03 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.home-two-about {
  position: relative;
}

.home-two-about .section-header.style-two .title {
  margin-bottom: 32px;
  margin-left: 0;
  color: #031550;
}

.home-two-about .home-two-about-bg img:first-child {
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-two-about .home-two-about-bg img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-left {
  position: relative;
  margin-bottom: 25px;
}

.about-left .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-left strong {
  position: relative;
  z-index: 1;
  display: block;
}

.about-left strong::after {
  text-align: center;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffb200;
  right: 82px;
  bottom: 133px;
  z-index: -1;
  border-radius: 50% 50% 0 0;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}

.about-left strong::before {
  text-align: center;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffb200;
  left: 35%;
  bottom: -1px;
  z-index: -1;
  border-radius: 50% 50% 0 0;
  -webkit-transform: rotate(-66deg);
  transform: rotate(-66deg);
}

.about-left .play-button {
  z-index: 2;
}

.home-two-about-thumb {
  position: relative;
  text-align: center;
}

.home-two-about-thumb span:first-child {
  max-width: 480px;
  border-radius: 50%;
  max-height: 480px;
  position: relative;
  z-index: 1;
}

.home-two-about-thumb span:first-child::before {
  text-align: center;
  position: absolute;
  content: "";
  width: 500px;
  height: 500px;
  background-color: transparent;
  left: -6px;
  top: 0px;
  z-index: -1;
  border-radius: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #af181800 #031550 #11d41100 #ffdab900;
  -webkit-transform: rotate(68deg);
  transform: rotate(68deg);
}

.home-two-about-thumb span:first-child img {
  border-radius: 50%;
}

.home-two-about-thumb span:last-child {
  position: absolute;
  max-width: 250px;
  height: 250px;
  right: 0px;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}

.home-two-about-thumb span:last-child img {
  border-radius: 50%;
}

.home-two-service-item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.home-two-service-item .thumb {
  position: relative;
  z-index: 1;
}

.home-two-service-item .thumb img {
  width: 100%;
}

.home-two-service-item .thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #141414;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.about-button{
	text-align: center !important;
}
.home-two-service-item:hover .contents {
  background-color: #141414;
  bottom: 50px;
}

.home-two-service-item:hover .contents .left .title {
  color: #fff;
}

.home-two-service-item:hover .contents .para {
  color: #fff;
}

.home-two-service-item .contents {
  width: 80%;
  background-color: #fff;
  padding: 30px 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-two-service-item .contents .left .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
/*   padding-left: 42px; */
  margin-bottom: 10px;
}

.home-two-service-item .contents .left span {
  font-size: 35px;
  color: #ffb200;
  margin-top: 10px;
}

.home-two-service-item .contents .left .para {
  font-weight: 400;
}

.home-two-service-item .contents .right-icon {
  font-size: 50px;
  color: #ffb200;
}

.fun-right-bg-img {
  text-align: center;
}

.fun-right-bg-img.bg-img {
  background-size: contain;
}

.fun-right-bg-img img {
  max-width: 100%;
}

/* Media Queries */
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  h3 {
    font-size: 22px;
  }
	
}

@media only screen and (max-width: 1399px) {
  .about-left strong::after {
    right: 57px;
	display:none;
  }
  .about-left strong::before {
    left: 33%;
    bottom: 1px;
	display:none; 
  }
  .home-two-service-item .contents {
    width: 90%;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-right-thumb img:first-child {
    height: 264px;
  }
  .about-right-thumb img:nth-child(2) {
    margin-left: 0;
    width: 100% !important;
    height: auto;
  }
  .about-right-thumb img:last-child {
    display: none;
  }
  /* .about-right-content .para {
    max-width: 100%;
  } */
  .about-right-content .section-header {
    margin-bottom: 15px;
  }
  .about-client {
    padding-top: 25px;
    margin-top: 25px;
  }
  .home-two-banner {
    padding: 150px 0 60px;
  }
  .home-two-about-thumb span:first-child::before {
    left: -22px;
    top: -26px;
  }
  .about-left strong::after {
    left: 27%;
    bottom: 3px;
    -webkit-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
  .about-left strong::before {
    left: 450px;
    top: -146px;
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
  }
  h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .section-header .title {
    max-width: 100%;
  }
  .section-header .para {
    max-width: 100%;
  }
  .my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt-100 {
    margin-top: 100px;
  }
  .mb-100 {
    margin-bottom: 100px;
  }
  .my-50 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mt-80 {
    margin-top: 80px;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-100 {
    padding-top: 100px;
  }
  .pb-100 {
    padding-bottom: 100px;
  }
  .py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-50 {
    padding-top: 50px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 80px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .custom--table tr th,
  .custom--table tr td {
    display: block;
    text-align: right !important;
  }
  .custom--table thead tr th {
    display: none;
  }
  .about-right-thumb img:first-child {
    height: auto;
  }
  .about-left {
    margin-bottom: 0px;
  }
  .about-left strong::after,
  .about-left strong::before {
    display: none;
  }
  .home-two-banner {
    padding: 150px 0;
  }
  .home-two-banner .banner-right-image {
    display: none;
  }
  .home-two-about-thumb span:first-child::before,
  .home-two-about-thumb span:last-child {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
  .section-header {
    margin-bottom: 45px;
  }
  .section-header .title {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  .home-two-banner {
    padding: 130px 0;
  }
  .home-two-about .section-header.style-two .title {
    margin-bottom: 28px;
  }
  .home-two-service-item .contents {
    padding: 20px 20px;
  }
  .home-two-service-item .contents .left .title {
    font-size: 22px;
  }
  .home-two-service-item .contents .left span {
    font-size: 25px;
  }
  .home-two-service-item .contents .left .para {
    font-size: 15px;
  }
  .home-two-service-item .contents .right-icon {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .section-header {
    margin-bottom: 30px;
  }
  .section-header .title {
    font-size: 30px;
  }
  .btn--base {
    padding: 10px 20px;
  }
  .about-right-thumb img:nth-child(2) {
    display: none;
  }
  .about-client {
    padding-top: 30px;
    margin-top: 30px;
  }
  .about-client .about-meta .meta-content {
    padding-left: 15px;
  }
  .home-two-banner {
    padding: 100px 0;
  }
  .banner-before-after {
    display: none;
  }
  .about-left .play-button {
    display: block;
  }
  .home-two-about .section-header.style-two .title {
    margin-bottom: 25px;
  }
  .home-two-service-item .contents {
    padding: 15px 15px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 475px) {
  .about-client .about-meta {
    width: 100%;
  }
  .about-client .about-button {
    width: 100%;
    padding-left: 0px;
    padding-top: 15px;
  }
}