@import url("https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  overflow-x: hidden;
}

p,
.paragraph {
  font-weight: 400;
  color: #888888 !important;
}

@media (max-width: 575.98px) {
  p,
  .paragraph {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Noticia Text", serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 1.3;
}

@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h1,
  .h1 {
    font-size: 58px;
    line-height: 70px;
  }
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.2;
}

@media (max-width: 575.98px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 45px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 48px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 56px;
  }
}

h3,
.h3 {
  font-size: 36px;
  line-height: 46px;
}

@media (max-width: 575.98px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  h3,
  .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 575.98px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 18px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 22px;
  }
}

h5,
.h5 {
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 575.98px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  h5, .h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  h5, .h5 {
    font-size: 17px;
    line-height: 24px;
  }
}

h6,
.h6 {
  font-size: 20px;
  line-height: 20px;
}

* {
  margin: 0;
  padding: 0;
}

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

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

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

a,
a:hover,
a:focus {
  text-decoration: none;
}

a {
  -webkit-transition: .4s;
  transition: .4s;
}

a:hover {
  color: #FF5733 !important;
}

.text-primary {
  color: #FF5733 !important;
}

.text-secondery {
  color: #555555 !important;
}

.text-tertiary {
  color: #222222 !important;
}

.bg-primary {
  background-color: #F9F9F9 !important;
}

.radius {
  border-radius: 8px !important;
}

.shadow {
  -webkit-box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0px 15px 55px rgba(0, 0, 0, 0.06) !important;
}

.section-sm {
  margin-top: 90px;
  margin-bottom: 100px;
}

@media (max-width: 575.98px) {
  .section-sm {
    margin-bottom: 70px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-sm {
    margin-bottom: 80px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .section-sm {
    margin-bottom: 90px;
  }
}

.section-md {
  margin-bottom: 120px;
}

@media (max-width: 575.98px) {
  .section-md {
    margin-bottom: 60px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-md {
    margin-bottom: 80px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .section-md {
    margin-bottom: 100px;
  }
}

.section {
  margin-bottom: 160px;
}

@media (max-width: 575.98px) {
  .section {
    margin-bottom: 80px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .section {
    margin-bottom: 100px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .section {
    margin-bottom: 120px;
  }
}

.section-title strong {
  position: relative;
}

.section-title strong svg {
  position: absolute;
  right: 0;
  bottom: -20px;
  max-width: 100%;
}

.backtotop {
  width: 50px;
  height: 50px;
  background: #FF5733;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 0px;
  display: none;
  border: 0;
  text-align: center;
  line-height: 50px;
}

.fixed-manu {
  background-color: #fff;
}

.fixed-manu .navbar-nav .nav-item .nav-link {
  margin: 10px 0 !important;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
  color: black;
  z-index: 999;
}

.navigation .navbar-brand {
  color: #222222;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.navigation .navbar-brand i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #FF5733;
  border: 1px solid #FF5733;
  background-color: transparent;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  font-size: 20px;
}

.navigation .navbar-brand:hover {
  color: #222222 !important;
}

.navigation .navbar-toggler {
  padding: 10px 15px;
  font-size: 24px;
  line-height: 1;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}

.navigation .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation .navbar-nav .nav-item .nav-link {
  margin-top: 35px;
  margin-bottom: 30px;
  color: #222222;
  padding-left: 58px;
  padding-right: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  -webkit-transition: .4s;
  transition: .4s;
}

.navigation .navbar-nav .nav-item .nav-link:hover {
  color: #FF5733;
}

.navigation .navbar-nav .nav-item .active {
  color: #FF5733;
}

@media (max-width: 575.98px) {
  .fixed-manu {
    padding: 5px 0px !important;
    background-color: #F9F9F9;
  }
  .navigation {
    padding: 5px 0px;
    background-color: #F9F9F9;
  }
  .navigation .navbar-nav .nav-item .nav-link {
    color: #222222;
    padding-left: 0px;
    line-height: 0px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: -20px;
    margin: 10px 0 !important;
    text-align: center;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .fixed-manu {
    padding: 5px 0px !important;
    background-color: #F9F9F9;
  }
  .navigation {
    padding: 5px 0px;
    background-color: #F9F9F9;
  }
  .navigation .navbar-nav .nav-item .nav-link {
    color: #222222;
    padding-left: 0px;
    line-height: 0px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: -20px;
    margin: 10px 0 !important;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .fixed-manu {
    padding: 5px 15px !important;
    background-color: #F9F9F9;
  }
  .navigation {
    background-color: #F9F9F9;
    padding: 5px 20px;
  }
  .navigation .navbar-nav .nav-item .nav-link {
    color: #222222;
    padding-left: 0px;
    line-height: 0px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: -20px;
    margin: 20px 0 !important;
    text-align: center;
  }
  .navigation .navbar-toggler i {
    font-size: 28px;
  }
}

.preloder {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
}

.preloder .dots {
  position: relative;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.preloder .dot {
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.preloder .dot1 .dot:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.preloder .dot1 .dot:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.preloder .dot1 .dot:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.preloder .dot1 .dot {
  border-radius: 50%;
  -webkit-animation: topDown2 1.2s linear forwards infinite;
          animation: topDown2 1.2s linear forwards infinite;
}

@-webkit-keyframes topDown2 {
  0%,
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    background-color: orange;
  }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    background-color: red;
  }
}

@keyframes topDown2 {
  0%,
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    background-color: orange;
  }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    background-color: red;
  }
}

.btn {
  padding: 18px 40px;
  border-radius: 50px;
  background-color: #FF5733;
  border: 1px solid #FF5733;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.btn:hover {
  background-color: #fff;
  color: #222222;
  border: 1px solid #FF5733;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(253, 86, 49, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(253, 86, 49, 0.4);
          box-shadow: 0 0.25rem 0.25rem 0.125rem rgba(253, 86, 49, 0.1), 0 0.375rem 0.75rem -0.125rem rgba(253, 86, 49, 0.4);
}

.hero-img {
  display: inline-block;
}

.hero-img img {
  width: 100%;
  border: 5px solid #FCE2DC;
  border-radius: 50%;
}

.shape {
  position: absolute;
}

.shape-1 {
  left: calc(50% - 65px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
  width: 65px;
  height: 65px;
  background-color: transparent;
  border-radius: 50%;
  border: 20px solid #FF5733;
}

.shape-2 {
  left: calc(50% - 96px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -3;
  width: 32.5px;
  height: 32.5px;
  background: transparent;
  border-radius: 50%;
  border: 20px solid #FCE2DC;
}

.shape-3 {
  right: calc(50% - 132px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
  width: 65px;
  height: 65px;
  background-color: transparent;
  border-radius: 50%;
  border: 20px solid #FF5733;
}

.shape-4 {
  right: calc(50% - 138px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -3;
  width: 32.5px;
  height: 32.5px;
  background: transparent;
  border-radius: 50%;
  border: 20px solid #FCE2DC;
}

.has-circle {
  position: relative;
  top: -250px;
}

.has-circle .circle {
  position: absolute;
  pointer-events: none;
}

.has-circle .circle-1 {
  left: -200px;
  top: 60%;
  width: 370px;
  height: 370px;
  border: 1px solid #FF5733;
  border-radius: 50%;
}

.has-circle .circle-2 {
  width: 75px;
  height: 75px;
  border: 1px solid #FF5733;
  border-radius: 50%;
  top: -260px;
  left: 10%;
}

.has-circle .circle-3 {
  width: 38px;
  height: 38px;
  border: 1px solid #FF5733;
  border-radius: 50%;
  left: 19%;
  top: 120px;
}

.has-circle .circle-4 {
  width: 30px;
  height: 30px;
  border: 1px solid #FF5733;
  border-radius: 50%;
  right: 15%;
  top: -260px;
}

.has-circle .circle-5 {
  width: 135px;
  height: 135px;
  border: 1px solid #FF5733;
  border-radius: 50%;
  right: 12%;
  top: 120px;
}

.has-circle .circle-6 {
  width: 280px;
  height: 140px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  border: 1px solid #FF5733;
  border-bottom: 0;
  right: -70px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  top: -250px;
}

.has-circle .circle-7 {
  width: 60px;
  height: 30px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  border: 1px solid #FF5733;
  border-bottom: 0;
  right: -15px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  bottom: -380px;
}

@media (max-width: 575.98px) {
  .has-circle {
    display: none;
  }
  .btn {
    padding: 13px 30px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .hero-area p {
    margin: 0 0 30px 0;
  }
  .has-circle {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .has-circle .circle-1 {
    width: 300px;
    height: 300px;
  }
  .has-circle .circle-3 {
    top: 30px;
  }
  .has-circle .circle-5 {
    right: 8%;
    top: 162px;
  }
  .has-circle .circle-6 {
    width: 200px;
    height: 100px;
    right: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area h1 {
    margin: 0 -50px;
  }
}

.brand-logo {
  text-align: center;
}

.brand-logo .brand-logo-img {
  max-width: 15%;
  margin: 0 30px;
  max-height: 30px;
}

.brand-logo .brand-logo-img:last-child {
  margin-right: 0;
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .brand-logo {
    text-align: center;
  }
}

.has-bg-color {
  position: relative;
  padding: 88px 0;
  overflow-x: hidden;
}

.has-bg-color::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #F9F9F9;
  width: 60%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 575.98px) {
  .has-bg-color {
    text-align: center;
    padding: 0px 0;
  }
  .has-bg-color::after {
    display: none;
  }
  .has-bg-color h2 {
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .has-bg-color {
    text-align: center;
    padding: 0px 0;
  }
  .has-bg-color::after {
    display: none;
  }
  .has-bg-color h2 {
    padding-bottom: 30px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .has-bg-color {
    padding: 20px 0;
  }
  .has-bg-color p {
    font-size: 14px;
    line-height: 24px;
  }
}

.services {
  position: relative;
  padding-bottom: 80px;
  overflow-x: hidden;
}

.services .card-item:nth-child(n+1) .card-icon i {
  color: #0062FF;
}

.services .card-item:nth-child(n+2) .card-icon i {
  color: #FFE974;
}

.services .card-item:nth-child(n+3) .card-icon i {
  color: #FF6F6F;
}

.services .card-item:nth-child(n+1) .card-icon i {
  color: #0062FF;
}

.services .card-item:nth-child(n+2) .card-icon i {
  color: #FFE974;
}

.services .card-item:nth-child(n+3) .card-icon i {
  color: #FF6F6F;
}

.services::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 90%;
  height: 260px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: #F9F9F9;
}

.services .card {
  -webkit-transition: .6s;
  transition: .6s;
}

.services .card:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.services .card .card-icon i {
  font-size: 50px;
}

.services .card .card-body .card-title {
  margin-bottom: 20px;
}

.services .card .card-body .card-link {
  font-size: 16px;
  line-height: 15px;
}

@media (max-width: 575.98px) {
  .services {
    padding-bottom: 0px;
  }
  .services::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .services {
    padding-bottom: 0px;
  }
  .services::after {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .services {
    padding-bottom: 0px;
  }
  .services::after {
    display: none;
  }
}

.experience h2 {
  font-size: 46px;
}

.experience .d-flex :last-child {
  margin-right: 0 !important;
}

@media (max-width: 575.98px) {
  .experience h2 {
    font-size: 28px;
  }
  .experience .block span {
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .experience h2 {
    font-size: 30px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .experience h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .experience h2 {
    font-size: 38px;
  }
  .experience h2 .box {
    padding: 25px 20px;
    margin-right: 10px;
  }
  .experience h2 .box .h2 {
    font-size: 36px;
  }
  .experience h2 .box p {
    font-size: 14px;
  }
}

.testimonial {
  position: relative;
}

.testimonial .bg-primary {
  padding-top: 32px;
  padding-bottom: 80px;
}

.testimonial .testimonial-left-slider .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial .testimonial-left-slider p {
  font-size: 24px;
  line-height: 30px;
}

.testimonial .testimonial-left-slider .prev-arrow {
  position: absolute;
  bottom: -70px;
  left: 11%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EFEFEF;
  text-align: center;
  line-height: 50px;
  color: #AAAAAA;
  font-size: 20px;
  -webkit-transform: 4s !important;
          transform: 4s !important;
}

.testimonial .testimonial-left-slider .prev-arrow:hover {
  background-color: #fff;
  color: #222222;
  cursor: pointer;
}

.testimonial .testimonial-left-slider .next-arrow {
  position: absolute;
  bottom: -70px;
  left: 22%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EFEFEF;
  text-align: center;
  line-height: 50px;
  color: #AAAAAA;
  font-size: 20px;
  -webkit-transform: .4s !important;
          transform: .4s !important;
}

.testimonial .testimonial-left-slider .next-arrow:hover {
  background-color: #fff;
  color: #222222;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .testimonial {
    text-align: center;
  }
  .testimonial .quotation {
    display: none;
  }
  .testimonial .bg-primary {
    background-color: transparent !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .testimonial .testimonial-left-slider p {
    font-size: 14px;
    line-height: 28px;
    margin-left: 0 !important;
  }
  .testimonial .testimonial-right-slider .img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
    height: 200px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .testimonial {
    text-align: center;
  }
  .testimonial .quotation {
    display: none;
  }
  .testimonial .bg-primary {
    background-color: transparent !important;
    padding-top: 25px;
    padding-bottom: 0px;
  }
  .testimonial .testimonial-left-slider p {
    font-size: 14px;
    line-height: 28px;
    margin-left: 0 !important;
  }
  .testimonial .testimonial-right-slider .img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
    height: 300px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .testimonial .bg-primary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial .testimonial-left-slider .quotation {
    width: 40px !important;
    height: 40px !important;
  }
  .testimonial .testimonial-left-slider p {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial .testimonial-left-slider .prev-arrow {
    bottom: -50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .testimonial .testimonial-left-slider .next-arrow {
    left: 30%;
    bottom: -50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.projects {
  overflow-x: hidden;
}

.projects .card {
  position: relative;
}

.projects .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(rgba(196, 196, 196, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 100%;
  padding: 35px !important;
}

.projects .card .card-img-overlay .card-body {
  position: absolute;
  bottom: 0;
  padding-bottom: 35px !important;
}

.projects .card .card-img-overlay .card-body h4 {
  color: #fff;
}

.projects .card .meta-list .list-inline-item {
  position: relative;
}

.projects .card .meta-list .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.projects .card .meta-list .list-inline-item:last-child::after {
  display: none;
}

.projects .card .meta-list .list-inline-item a {
  font-size: 16px;
  line-height: 18px;
}

.projects .card .meta-list .list-inline-item::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0;
  width: 1.8px;
  height: 15px;
  background-color: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media (max-width: 575.98px) {
  .projects .card .card-img-overlay {
    padding: 0px !important;
  }
  .projects .card .card-body {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .projects .card .card-img-overlay {
    padding: 10px !important;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .projects .card .card-img-overlay {
    padding: 0px !important;
  }
  .projects .card .card-img-overlay .card-body {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px !important;
  }
}

footer .footer-bottom a {
  color: #888888 !important;
  -webkit-transition: .4s;
  transition: .4s;
}

p a {
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
}

p a:hover {
  color: #FF5733 !important;
}

.list-inline .list-inline-item:not(:last-child) {
  margin-right: 30px;
}

.list-inline .list-inline-item a {
  color: #222222 !important;
  -webkit-transition: .4s;
  transition: .4s;
}

.list-inline .list-inline-item a:hover {
  color: #FF5733 !important;
}

@media (max-width: 575.98px) {
  .list-inline .list-inline-item:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  footer .footer-hadding {
    margin-bottom: 25px;
  }
  .footer-links {
    margin-bottom: 40px;
  }
  .footer-links .list-inline-item a {
    font-size: 14px;
  }
  .footer-links .list-inline-item:not(:last-child) {
    margin-right: 20px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  footer .footer-hadding {
    margin-bottom: 30px;
  }
  .footer-links {
    margin-bottom: 50px;
  }
  .footer-links .list-inline-item a {
    font-size: 16px;
  }
  .footer-links .list-inline-item:not(:last-child) {
    margin-right: 25px;
  }
}

.about-hero .about-hero-img {
  position: relative;
  padding-bottom: 55px;
}

.about-hero .about-hero-img::after {
  content: "";
  position: absolute;
  left: -55px;
  bottom: 0px;
  background-color: #F9F9F9;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.about-hero .about-hero-img::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  background-color: #F9F9F9;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.about-hero .has-circle .circle-1 {
  top: -450px;
  width: 300px;
  height: 300px;
}

.about-hero .has-circle .circle-2 {
  top: -900px;
  left: 5%;
}

.about-hero .has-circle .circle-3 {
  left: 10%;
  top: -500px;
}

.about-hero .has-circle .circle-4 {
  top: -823px;
}

.about-hero .has-circle .circle-5 {
  width: 111px;
  height: 111px;
  right: 3%;
  top: -370px;
}

.about-hero .has-circle .circle-6 {
  width: 260px;
  height: 130px;
  top: -830px;
}

.about-hero .has-circle .circle-7 {
  top: 550px;
}

@media (max-width: 575.98px) {
  .about-hero .about-hero-img {
    padding-bottom: 0px;
  }
  .about-hero .about-hero-img::after {
    display: none;
  }
  .about-hero .about-hero-img:before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .about-hero .about-hero-img::after {
    display: none;
  }
  .about-hero .about-hero-img::before {
    display: none;
  }
  .about-hero .about-hero-img {
    padding-bottom: 0px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .about-hero .about-hero-img::before {
    display: none;
  }
  .about-hero .about-hero-img::after {
    display: none;
  }
  .about-hero .about-hero-img {
    padding-bottom: 0px;
  }
  .about-hero .has-circle .circle-7 {
    top: 503px;
  }
  .about-hero .has-circle .circle-1 {
    left: -160px;
    top: -272px;
    width: 230px;
    height: 230px;
  }
  .about-hero .has-circle .circle-3 {
    left: 4%;
    top: -580px;
  }
  .about-hero .has-circle .circle-5 {
    top: -226px;
  }
  .about-hero .has-circle .circle-6 {
    width: 200px;
    height: 100px;
    top: -750px;
  }
}

.about-brand-logo .brand-logo-img {
  background-color: #F9F9F9;
  height: 100px;
}

.achivments-bg {
  background-color: #F9F9F9;
  padding: 75px 65px;
}

.achivments-bg .border-bottom:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .achivements {
    text-align: center;
  }
  .achivements .achivments-bg {
    padding: 30px 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .achivements {
    text-align: center;
  }
  .achivements .achivments-bg {
    padding: 50px 35px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .achivements .achivments-bg {
    padding: 60px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .achivements .achivments-bg {
    padding: 55px 44px;
  }
}

.blogpost .blog .blog-date {
  position: relative;
}

.blogpost .blog .blog-date::after {
  position: absolute;
  content: "";
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60px;
  width: 1px;
  background-color: #FF5733;
}

.blogpost .blog:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
  .blogpost {
    text-align: center;
  }
  .blogpost .blog .blog-date::after {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .blogpost {
    text-align: center;
  }
  .blogpost .blog .blog-date::after {
    display: none;
  }
}

.contact {
  padding-top: 205px;
  padding-bottom: 95px;
  position: relative;
}

.contact::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F9F9F9;
  width: calc(50% + 50px);
  height: 100%;
  z-index: -1;
}

.contact .contact-from {
  width: 46%;
  margin-bottom: 40px;
  position: relative;
}

.contact .contact-from:last-child {
  width: 100%;
  margin-bottom: 60px;
}

.contact .contact-from input {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: text;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  bottom: 5px;
}

.contact .contact-from input::-webkit-input-placeholder {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.contact .contact-from input:not(:focus)::-webkit-input-placeholder {
  color: transparent;
}

.contact .contact-from input:focus-visible {
  outline: none;
}

.contact .contact-from input::-webkit-input-placeholder {
  color: #222222;
}

.contact .contact-from input:-ms-input-placeholder {
  color: #222222;
}

.contact .contact-from input::-ms-input-placeholder {
  color: #222222;
}

.contact .contact-from input::placeholder {
  color: #222222;
}

.contact .contact-from label {
  position: absolute;
  top: -15px;
  left: 0px;
  -webkit-transform-origin: 0 -150%;
          transform-origin: 0 -150%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  pointer-events: none;
  font-size: 14px;
}

.contact .contact-from input:focus ~ label,
.contact .contact-from input:valid ~ label {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  font-size: 18px;
}

.contact .contact-us .list-inline-item a i {
  font-size: 20px !important;
}

.contact .btn {
  padding: 12px 30px;
}

@media (max-width: 575.98px) {
  .contact {
    padding-top: 125px;
    padding-bottom: 45px;
  }
  .contact h6 {
    text-align: left !important;
  }
  .contact::after {
    width: 100%;
  }
  .contact form button {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .contact {
    padding-top: 125px;
    padding-bottom: 45px;
  }
  .contact h6 {
    text-align: left !important;
  }
  .contact::after {
    width: 100%;
  }
  .contact form button {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .contact {
    padding-top: 175px;
    padding-bottom: 75px;
  }
  .contact::after {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */