@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap");
@font-face {
  font-family: 'Myriad Pro Light';
  src: url("../fonts/MyriadPro-Light.otf");
}

@font-face {
  font-family: 'Myriad Pro Bold';
  src: url("../fonts/MYRIADPRO-BOLD.OTF");
}

* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  outline: medium none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}

li {
  list-style: none !important;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.mean-bar {
  min-height: 0px !important;
}

.meanclose {
  height: 2000px;
  overflow: scroll;
}

.mean-nav img {
  width: 20%;
  margin-top: -65px;
  margin-left: 20px;
}

.mean-wrapper {
  display: none !important;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  text-transform: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}

.mean-container .mean-bar {
  position: fixed !important;
  overflow: scroll;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff5e15;
  background: #ff5e15;
  border: 1px solid #ff5e15;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1065;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #fff;
  border: 1px solid #fff;
}

#return-to-top:hover i {
  color: #ff5e15;
  top: 5px;
}

.custom-md-dlg .custom-md-cnt {
  border: none !important;
  background-color: rgba(255, 255, 255, 0);
}

.custom-md-dlg .custom-md-cnt .custom-md-body {
  padding: 0;
}

.custom-md-dlg .custom-md-cnt .custom-md-body iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 5px;
}

.section-btn {
  color: #ffffff;
  background: #ff5e15;
  padding: 10px 20px;
}

body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

.active > .nav-link {
  color: #ff5e15 !important;
}

.bg-dark {
  background-color: #25221eb0 !important;
}

nav.scroll {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
  background: #000000 !important;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  color: white;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ff5e15;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.dropdown-menu .dropdown-item:hover {
  color: #fff !important;
  background-color: #ff5e15;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.home-nav {
  -webkit-transition: .3s all;
  transition: .3s all;
  overflow: hidden;
}

.home-nav:hover {
  overflow: visible;
}

.home-nav:hover .dropdown-menu {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  top: 100%;
  padding: 0;
  margin: 0;
  font-size: 15px;
  background-color: white;
  border: none;
  border-radius: .25rem;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 25px 15px 19px;
  font-family: "Poppins", sans-serif;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.dropdown-menu .dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.home-nav-caret::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 700;
  border: none;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}

.nav-wrapper .header-top-area {
  background-color: #25221eb0;
  padding: 10px 0;
  border: 1px solid #8b8b8b;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.nav-wrapper .header-top-area .td-table {
  display: table;
  height: 100%;
  width: 100%;
}

.nav-wrapper .header-top-area .td-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.nav-wrapper .header-top-area .td-list-style {
  margin-left: 10px;
  padding: 0;
  list-style: none;
}

.nav-wrapper .header-top-area .td-list-inline li {
  display: inline-block;
}

.nav-wrapper .header-top-area .top-info-item {
  margin-right: 20px;
}

.nav-wrapper .header-top-area .top-info-item a i {
  margin-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.nav-wrapper .header-top-area li a {
  color: #ffffff;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}

.nav-wrapper .header-top-area li a:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #ff5e15;
}

.nav-wrapper .header-top-area .top-social-icon-column {
  text-align: right;
}

.nav-wrapper .header-top-area .td-list-style ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-wrapper .header-top-area .top-social-item {
  margin-right: 22px;
}

.nav-wrapper .header-top-area .header-img {
  margin-right: 10px;
}

.nav-wrapper .header-top-area .over {
  overflow: visible !important;
}

.nav-wrapper .header-top-area .item-one {
  color: #000000;
}

.nav-wrapper .header-top-area .globe {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
  position: relative;
  top: 1px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.nav-wrapper .header-top-area .globe:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #ff5e15;
}

.nav-wrapper .header-top-area .item-icon i {
  font-size: 15px;
}

.nav-wrapper .custom-nav .custom-navbar .custom-nav-item {
  margin: 0 15px;
}

.nav-wrapper .custom-nav .custom-navbar .custom-nav-item .custom-nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  padding: 12px 10px;
}

.nav-wrapper .custom-nav .custom-navbar .custom-nav-item .custom-nav-link:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.nav-wrapper .custom-nav .logo img {
  width: 100%;
}

.header-wrapper {
  background: url("../images/header.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 120px 0px;
  position: relative;
}

.header-wrapper .header-wrap .header-inner {
  margin-top: 150px;
}

.header-wrapper .header-wrap .header-inner .header-description h1 {
  font-size: 39px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
}

.header-wrapper .header-wrap .header-inner .header-description h1::before {
  content: '';
  position: absolute;
  top: 128px;
  left: 0;
  border-bottom: 2px solid #ff5e15;
  width: 106px;
  height: 4px;
}

.header-wrapper .header-wrap .header-inner .header-description p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.688;
  margin-bottom: 30px;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-1 {
  padding: 10px 20px;
  background: #ff5e15;
  border: 1px solid #ff5e15;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-1:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 1px solid #ffffff;
  background: #ffffff;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-1:hover a {
  color: #ff5e15;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-1 a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-2 {
  margin-left: 20px;
  border: 1px solid #ff5e15;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-2:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 1px solid #ffffff;
  background: #ffffff;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-2:hover a {
  color: #ff5e15;
}

.header-wrapper .header-wrap .header-inner .header-description .banner-btn .btn-2 a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.header-wrapper .owl-dots {
  position: absolute;
  right: 0;
  top: 72%;
  -webkit-transform: rotate(89deg);
  transform: rotate(89deg);
}

.header-wrapper .owl-carousel button.owl-dot {
  outline: none !important;
}

.header-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #fff;
}

.header-wrapper .owl-theme .owl-dots .owl-dot.active span,
.header-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
}

.header-wrapper .owl-theme .owl-dots .owl-dot.active span::before,
.header-wrapper .owl-theme .owl-dots .owl-dot:hover span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  top: 2px;
  left: 2px;
  border-radius: 30px;
}

.header-wrapper .banner-bottom {
  position: absolute;
  width: 1105px;
  height: 159px;
  background: url("../images/banner-bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 90%;
}

.header-wrapper .banner-bottom .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px auto 0px 22px;
}

.header-wrapper .banner-bottom .mail .mail-icon {
  border-radius: 5px;
  background-color: #ff5e15;
  width: 42px;
  height: 45px;
}

.header-wrapper .banner-bottom .mail .mail-icon img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7px auto 0px 10px;
}

.header-wrapper .banner-bottom .mail .mail-description {
  margin-left: 10px;
  margin-top: -7px;
}

.header-wrapper .banner-bottom .mail .mail-description h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: bold;
  line-height: 1.833;
}

.header-wrapper .banner-bottom .mail .mail-description p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 1.429;
  font-weight: 500;
}

.provide-wrapper-two {
  display: none;
}

.provide-wrapper {
  padding: 215px 0px 100px 0px;
  background: #f9f9f9;
}

.provide-wrapper .provide-second {
  margin-top: 35px !important;
  margin-bottom: 55px !important;
}

.provide-wrapper .provide-button {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.provide-wrapper .provide-button .provide-btn {
  text-align: center;
  background-color: #ff5e15;
  width: 160px;
  height: 48px;
}

.provide-wrapper .provide-button .provide-btn a {
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins";
  color: white;
  line-height: 1.2;
  position: relative;
  top: 10px;
}

.provide-wrapper .provide-first {
  margin-top: 20px;
}

.provide-wrapper .provide-first .section-header {
  text-align: center;
  margin-top: -42px;
}

.provide-wrapper .provide-first .section-header p {
  font-size: 13px;
  color: #1b1919 !important;
}

.provide-wrapper .provide-first .section-header h2 {
  margin-bottom: 10px;
}

.provide-wrapper .provide-first .content-three {
  position: relative;
}

.provide-wrapper .provide-first .content-three::before {
  content: url("../images/house-2.png") !important;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 18px;
  bottom: -108px !important;
  height: 100%;
}

.provide-wrapper .provide-first .content {
  position: relative;
}

.provide-wrapper .provide-first .content::before {
  content: url("../images/car-2.png") !important;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 18px;
  bottom: -154px !important;
  height: 100%;
}

.provide-wrapper .provide-first .content-two {
  position: relative;
}

.provide-wrapper .provide-first .content-two::before {
  content: url("../images/ship-2.png") !important;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 18px;
  bottom: -108px !important;
  height: 100%;
}

.provide-wrapper .provide-first .content-one {
  position: relative;
}

.provide-wrapper .provide-first .content-one::before {
  content: url("../images/food.png") !important;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 18px;
  bottom: -108px !important;
  height: 100%;
}

.provide-wrapper .provide-first .provide-content {
  border-radius: 15px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
          box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
  padding: 0px 0px 30px 0px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  overflow: hidden;
}

.provide-wrapper .provide-first .provide-content::before {
  content: url("../images/plane-2.png");
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 18px;
  bottom: -105px;
  height: 100%;
}

.provide-wrapper .provide-first .provide-content:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #ff5e15;
}

.provide-wrapper .provide-first .provide-content:hover .provide-image img {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin-top: 20px;
}

.provide-wrapper .provide-first .provide-content:hover h4 {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #ffffff !important;
}

.provide-wrapper .provide-first .provide-content:hover p {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #ffffff !important;
}

.provide-wrapper .provide-first .provide-content .provide-image {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.provide-wrapper .provide-first .provide-content .provide-image img {
  margin-top: 50px;
  margin-left: 18px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.provide-wrapper .provide-first .provide-content .provide-image .round {
  border-radius: 50%;
  background-color: #ffeee5;
  width: 89px;
  height: 89px;
  position: relative;
  top: 25px;
}

.provide-wrapper .provide-first .provide-content .provide-description {
  text-align: center;
  margin-top: 50px;
}

.provide-wrapper .provide-first .provide-content .provide-description h4 {
  font-size: 24px;
  font-family: "Poppins";
  color: #1b1919;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.provide-wrapper .provide-first .provide-content .provide-description p {
  font-size: 16px;
  font-family: "Roboto";
  color: #1b1919;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.section-header p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ff5e15;
  line-height: 1.5;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  font-weight: bold;
  line-height: 1.2;
}

.about-wrapper {
  padding: 100px 0px 50px 0px;
  position: relative;
}

.about-wrapper .shape {
  position: absolute;
  bottom: 42px;
  left: 30px;
}

.about-wrapper .about-wrap .about-inner {
  margin-top: -5px;
}

.about-wrapper .about-wrap .about-inner .section-header p {
  position: relative;
}

.about-wrapper .about-wrap .about-inner .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
}

.about-wrapper .about-wrap .about-inner .section-header h2 {
  margin-bottom: 20px;
}

.about-wrapper .about-wrap .about-inner .about-description p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.688;
  font-weight: 400;
  margin-bottom: 20px;
}

.about-wrapper .about-wrap .about-inner .about-description ul {
  margin-bottom: 10px;
}

.about-wrapper .about-wrap .about-inner .about-description ul li span {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.5;
  font-weight: 400;
  line-height: 35px;
  margin-left: 5px;
  position: relative;
  top: -8px;
}

.about-wrapper .about-wrap .about-inner .about-description img {
  margin-bottom: 20px;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .about-btn {
  background: #ff5e15;
  padding: 10px 25px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  border: 0.5px solid #ff5e15;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .about-btn:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #ffffff;
  border: 0.5px solid #ff5e15;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .about-btn:hover a {
  color: #ff5e15;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .about-btn a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 400;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .play-btn {
  margin-left: 50px;
  background: #ff5e15;
  border: 0.5px solid #ff5e15;
  border-radius: 50%;
  padding: 10px 15px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  cursor: pointer;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .play-btn:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #ffffff;
  border: 0.5px solid #ff5e15;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .play-btn:hover i {
  color: #ff5e15;
}

.about-wrapper .about-wrap .about-inner .about-description .about-box .play-btn a i {
  color: #ffffff;
  margin-left: 2px;
}

.about-wrapper .about-wrap .about-image {
  position: relative;
}

.about-wrapper .about-wrap .about-image .rect {
  position: absolute;
  z-index: -1;
  top: -22px;
  left: -25px;
}

.about-wrapper .about-wrap .about-image .rotate-box {
  width: 300px;
  min-height: 230px;
  position: absolute;
  border-left: 40px solid #ff5e15;
  padding: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: small;
  display: inline-block;
  bottom: 0;
  left: 0;
}

.about-wrapper .about-wrap .about-image .rotate-box span a {
  font-size: 11.725px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.054;
  color: white;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -30px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.service-wrapper {
  padding: 100px 0px 50px 0px;
  background: #f9f9f9;
}

.service-wrapper .service-wrap .section-header {
  text-align: center;
}

.service-wrapper .service-wrap .section-header p {
  position: relative;
}

.service-wrapper .service-wrap .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service-wrapper .service-wrap .section-header h2 {
  margin-bottom: 30px;
}

.service-wrapper .service-wrap .service-inner {
  margin-bottom: 25px;
}

.service-wrapper .service-wrap .service-inner .service-description {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  padding: 0px 0px 30px 0px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.service-wrapper .service-wrap .service-inner .service-description:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #ff5e15;
}

.service-wrapper .service-wrap .service-inner .service-description:hover h4 {
  color: #ffffff;
}

.service-wrapper .service-wrap .service-inner .service-description:hover p {
  color: #ffffff;
}

.service-wrapper .service-wrap .service-inner .service-description h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1b1919;
  line-height: 1.2;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.service-wrapper .service-wrap .service-inner .service-description p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.902);
  line-height: 1.5;
  padding-left: 20px;
}

.choose-wrapper {
  padding: 100px 0px 100px 0px;
}

.choose-wrapper .choose-inner {
  margin-top: 95px;
}

.choose-wrapper .choose-wrap .section-header p {
  position: relative;
}

.choose-wrapper .choose-wrap .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
}

.choose-wrapper .choose-wrap .section-header h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.choose-wrapper .choose-wrap .choose-description p {
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.688;
  font-weight: 400;
  margin-bottom: 20px;
}

.choose-wrapper .choose-wrap .count-content-wrap .count-content {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  padding: 0px 0px 2px 0px;
}

.choose-wrapper .choose-wrap .count-content-wrap .count-content .count-image img {
  margin: 15px auto 15px 15px;
}

.choose-wrapper .choose-wrap .count-content-wrap .count-content h4 {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1b1919;
  line-height: 1.2;
  margin: 15px auto 15px 15px;
}

.choose-wrapper .choose-wrap .count-content-wrap .count-content h3 {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ff5e15;
  line-height: 0.686;
  margin: 15px auto 15px 15px;
}

.choose-wrapper .section-btn {
  margin-top: 25px;
  text-align: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  border: 1px solid #ff5e15;
}

.choose-wrapper .section-btn:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 1px solid #ff5e15;
  background: #ffffff;
}

.choose-wrapper .section-btn:hover a {
  color: #ff5e15;
}

.choose-wrapper .section-btn a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.choose-wrapper .choose-image {
  position: relative;
  left: 20px;
}

.choose-wrapper .choose-image .shape {
  position: absolute;
}

.choose-wrapper .choose-image .shape-2 {
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: -25px;
}

.choose-wrapper h4.world {
  /* position: relative; */
  margin-top: -3px !important;
}

.team-wrapper {
  padding: 100px 0px 50px 0px;
  background: #f9f9f9;
}

.team-wrapper .section-header {
  text-align: center;
}

.team-wrapper .section-header p {
  position: relative;
}

.team-wrapper .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-wrapper .section-header h2 {
  margin-bottom: 30px;
}

.team-wrapper .team-image {
  position: relative;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.team-wrapper .team-image:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.team-wrapper .team-image:hover .shape-top {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  z-index: -1;
}

.team-wrapper .team-image:hover .shape-top-one {
  opacity: 1;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.team-wrapper .team-image .shape-top {
  position: absolute;
  bottom: 35px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.team-wrapper .team-image .shape-top::before {
  position: absolute;
  content: url(../images/shap2.png);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.team-wrapper .team-image .shape-top h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #f9f9f9;
  line-height: 1.2;
  padding-left: 30px;
  padding-top: 25px;
}

.team-wrapper .team-image .shape-top p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #f9f9f9;
  line-height: 1.2;
  padding-left: 30px;
  padding-top: 12px;
}

.team-wrapper .shape-top-one {
  background: #ff5e15b5;
  text-align: center;
  position: absolute;
  padding: 0px 0px 30px 0px;
  top: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.team-wrapper .shape-top-one .box {
  margin: 187px auto 0px 0px;
}

.team-wrapper .shape-top-one ul {
  margin-top: 10px;
}

.team-wrapper .shape-top-one ul li {
  display: inline-block;
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 41px;
  height: 41px;
  text-align: center;
  margin-left: 15px;
}

.team-wrapper .shape-top-one ul li i {
  color: #000000;
  margin-top: 12px;
}

.team-wrapper .shape-top-one p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #f9f9f9;
  line-height: 2.571;
  font-weight: 400;
}

.team-wrapper .shape-top-one h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #f9f9f9;
  line-height: 2.571;
  font-weight: 500;
  margin-bottom: -12px;
}

.blog-wrapper {
  padding: 100px 0px 150px 0px;
  background: #efefef;
}

.blog-wrapper .blog-wrap .section-header {
  text-align: center;
}

.blog-wrapper .blog-wrap .section-header p {
  position: relative;
}

.blog-wrapper .blog-wrap .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-wrapper .blog-wrap .section-header h2 {
  margin-bottom: 30px;
}

.blog-wrapper .blog-wrap .blog-inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  padding: 0px 0px 30px 0px;
}

.blog-wrapper .blog-wrap .blog-inner .blog-image {
  position: relative;
}

.blog-wrapper .blog-wrap .blog-inner .blog-image .date {
  background-color: #ff5e15;
  position: absolute;
  width: 71px;
  height: 71px;
  bottom: -35px;
  text-align: center;
}

.blog-wrapper .blog-wrap .blog-inner .blog-image .date a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #f6f6f6;
  line-height: 1.688;
  font-weight: 400;
  position: relative;
  top: 10px;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description {
  padding-left: 20px;
  margin-top: 70px;
  position: relative;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description .date-one {
  position: absolute;
  top: -57px;
  right: 28px;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description .date-one a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #1e1919;
  line-height: 1.2;
  font-weight: 500;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description .date-one span {
  color: #ff5e15;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1b1919;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description h4::before {
  position: absolute;
  content: '';
  bottom: -17px;
  left: 0;
  border-bottom: 0.5px solid #6e6e6e;
  opacity: 0.2;
  width: 311px;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description p {
  font-size: 15px;
  color: #1b1919;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description .read-btn {
  color: #ff5e15;
  border: 2px solid #ff5e15;
  padding: 10px 22px;
  background: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.blog-wrapper .blog-wrap .blog-inner .blog-description .read-btn:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 2px solid #ffffff;
  background: #ff5e15;
  color: #ffffff;
}

.client-wrapper {
  padding: 100px 0px 100px 0px;
  background: #efefef;
  position: relative;
}

.client-wrapper .shape-1 {
  position: absolute;
  top: 35%;
  left: 5%;
}

.client-wrapper .shape-1 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.client-wrapper .shape-2 {
  position: absolute;
  bottom: 20px;
  left: 2%;
}

.client-wrapper .shape-2 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.client-wrapper .shape-3 {
  position: absolute;
  bottom: 159px;
  right: 109px;
}

.client-wrapper .shape-3 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.client-wrapper .shape-4 {
  position: absolute;
  top: 165px;
  right: 120px;
}

.client-wrapper .shape-4 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.client-wrapper .client-wrap .section-header {
  text-align: center;
}

.client-wrapper .client-wrap .section-header p {
  position: relative;
}

.client-wrapper .client-wrap .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.client-wrapper .client-wrap .section-header h2 {
  margin-bottom: 30px;
}

.client-wrapper .client-wrap .client-image img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: 64px;
  margin: 0 175px;
}

.client-wrapper .client-wrap .client-content-wrap .item .client-inner .item-inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(190, 190, 190, 0.5);
          box-shadow: 0px 0px 18px 0px rgba(190, 190, 190, 0.5);
  width: 479px;
  text-align: center;
  padding: 0px 0px 30px 0px;
}

.client-wrapper .client-wrap .client-content-wrap .item .client-inner .item-inner .client-description {
  padding-top: 80px;
}

.client-wrapper .client-wrap .client-content-wrap .item .client-inner .item-inner .client-description h5 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  color: #1e1919;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
}

.client-wrapper .client-wrap .client-content-wrap .item .client-inner .item-inner .client-description p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1e1919;
  line-height: 1.688;
  font-weight: 500;
  margin-bottom: 20px;
}

.client-wrapper .client-wrap .client-content-wrap .item .client-inner .item-inner .client-description .star {
  margin-bottom: 20px;
}

.client-wrapper .client-wrap .client-content-wrap .item .client-inner .item-inner .client-description .star img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.client-wrapper .client-wrap .client-content-wrap .item .client-inner .item-inner .client-description .question img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.client-wrapper .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 45px;
}

.client-wrapper .owl-carousel button.owl-dot {
  outline: none !important;
}

.client-wrapper .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ff5e15;
}

.client-wrapper .owl-theme .owl-dots .owl-dot.active span,
.client-wrapper .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
}

.client-wrapper .owl-theme .owl-dots .owl-dot.active span::before,
.client-wrapper .owl-theme .owl-dots .owl-dot:hover span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff5e15;
  top: 2px;
  left: 2px;
  border-radius: 30px;
}

.site-footer {
  padding: 100px 0 30px;
  background: #101014;
}

.site-footer .footer-widget-area {
  position: relative;
}

.site-footer .footer-widget-area::before {
  position: absolute;
  top: 90px;
  left: -40px;
  width: 100%;
  height: 100%;
  content: '';
  border-bottom: 1px solid #ff5e15;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.site-footer .footer-widget-area .footer-area .widget-about-description .p-1 {
  font-size: "Poppins", sans-serif;
  font-family: "Poppins";
  color: rgba(255, 255, 255, 0.702);
  line-height: 1.563;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 30px;
}

.site-footer .footer-widget-area .footer-area .widget-about-description .p-2 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-left: -5px;
}

.site-footer .footer-widget-area .footer-area .widget-social-icons li {
  display: inline-block;
}

.site-footer .footer-widget-area .footer-area .widget-social-icons li .follow {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.25;
}

.site-footer .footer-widget-area .footer-area .widget-social-icons li i {
  color: #ffffff;
  padding-left: 9px;
  padding-top: 8px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.site-footer .footer-widget-area .footer-area .widget-social-icons li i:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #ff5e15;
}

.site-footer .footer-widget-area .footer-area-two {
  margin-top: 15px;
}

.site-footer .footer-widget-area .footer-area-two .footer-heading h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px;
}

.site-footer .footer-widget-area .footer-area-two .footer-heading ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 38px;
}

.site-footer .footer-widget-area .footer-list i {
  color: #ff5e15;
}

.site-footer .footer-widget-area .footer-list ul li span {
  margin-left: 10px;
}

.site-footer .footer-widget-area .footer-list ul li .coun {
  margin-left: 20px;
  position: relative;
  top: -12px;
}

.site-footer .footer-bottom-area {
  padding-top: 90px;
}

.site-footer .footer-bottom-area .copyright {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.site-footer .footer-bottom-area .copyright a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.786;
  color: #fff;
}

.site-footer .footer-bottom-area .copyright span {
  color: #ff5e15;
}

.portfolio-wrapper {
  padding: 100px 0px 0px 0px;
  overflow: hidden !important;
  /*gutter*/
  /*portfolio 2 grid*/
  /*portfolio 3 grid*/
  /*portfolio 4 grid*/
  /*portfolio 5 grid*/
  /*portfolio 6 grid*/
  /* ----------------------------------------------------------------
	Isotope Filtering
-----------------------------------------------------------------*/
  /*Isotope CSS3 transitions */
  /*disabling Isotope CSS3 transitions */
  /* disable CSS transitions for containers with infinite scrolling*/
}

.portfolio-wrapper .portfolio .portfolio-item {
  float: left;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.portfolio-wrapper .portfolio .portfolio-item:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 10px solid #fff;
}

.portfolio-wrapper .portfolio-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity: 0;
  background-color: transparent;
}

.portfolio-wrapper .portfolio-hover::before {
  position: absolute;
  content: url("../images/rectan.png");
  top: 144px;
  left: -40px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.portfolio-wrapper .portfolio-item:hover .portfolio-hover,
.portfolio-wrapper .portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-wrapper .portfolio-item:hover .portfolio-hover .action-btn {
  opacity: 1;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.portfolio-wrapper .portfolio-item:hover .portfolio-hover .portfolio-description {
  top: 50%;
  /*margin-bottom: -90px;*/
}

.portfolio-wrapper .portfolio-hover .portfolio-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10%;
  -webkit-transition: all .3s .2s;
  transition: all .3s .2s;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  opacity: 0;
}

.portfolio-wrapper .portfolio-hover .portfolio-description p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  color: white;
  line-height: 1.35;
  font-weight: 500;
  padding-top: 208px;
}

.portfolio-wrapper .section-header {
  text-align: center;
}

.portfolio-wrapper .section-header p {
  position: relative;
}

.portfolio-wrapper .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.portfolio-wrapper .portfolio-box {
  width: 1140px;
  margin: 0 auto;
}

.portfolio-wrapper .portfolio {
  margin: 50px 0 0 0;
}

.portfolio-wrapper .portfolio .portfolio-item .thumb {
  position: relative;
  display: block;
}

.portfolio-wrapper .portfolio .portfolio-item .thumb {
  position: relative;
  display: block;
}

.portfolio-wrapper .portfolio .portfolio-item .thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-wrapper .portfolio.gutter .portfolio-item {
  padding: 0px;
}

.portfolio-wrapper .portfolio.column-2 .portfolio-item {
  width: 49.99%;
}

.portfolio-wrapper .portfolio.column-3 .portfolio-item {
  width: 33.3333333%;
}

.portfolio-wrapper .portfolio.column-4 .portfolio-item {
  width: 24.98%;
}

.portfolio-wrapper .portfolio.column-5 .portfolio-item {
  width: 19.99%;
}

.portfolio-wrapper .portfolio.column-6 .portfolio-item {
  width: 16.666666667%;
}

.portfolio-wrapper .isotope-item {
  z-index: 2;
}

.portfolio-wrapper .isotope-hidden.isotope-item {
  z-index: 1;
  pointer-events: none;
}

.portfolio-wrapper .isotope,
.portfolio-wrapper .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}

.portfolio-wrapper .isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.portfolio-wrapper .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.portfolio-wrapper .isotope.no-transition,
.portfolio-wrapper .isotope.no-transition .isotope-item,
.portfolio-wrapper .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.portfolio-wrapper .isotope.infinite-scrolling {
  -webkit-transition: none;
  transition: none;
}

.contact-wrapper-two {
  display: none;
}

.contact-wrapper {
  padding: 100px 0px;
  background-color: #efefef;
  position: relative;
  z-index: 2;
}

.contact-wrapper .newsletter-wrap {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(190, 190, 190, 0.5);
          box-shadow: 0px 0px 18px 0px rgba(190, 190, 190, 0.5);
  position: absolute;
  bottom: 70px;
  width: 97.5%;
  height: 148px;
}

.contact-wrapper .newsletter-wrap .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-wrapper .newsletter-wrap .news-content .news-title {
  margin-top: 55px;
  margin-left: 35px;
}

.contact-wrapper .newsletter-wrap .news-content .news-title h4 {
  font-size: 22px;
  font-family: "Poppins";
  color: #1e1919;
  font-weight: bold;
  line-height: 1.2;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper ::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(30, 25, 25, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper :-ms-input-placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(30, 25, 25, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper ::-ms-input-placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(30, 25, 25, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper ::placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(30, 25, 25, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper .form-group {
  margin-top: 48px;
  margin-left: 135px;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des {
  position: relative;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des .input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des input {
  margin-bottom: 0;
  color: #ffffff;
  border: 3px solid #ff5e15;
  border-radius: 3px;
  width: 440px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 50px;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des .join-btn {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 152px;
  overflow: hidden;
}

.contact-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des .join-btn span input {
  height: 100%;
  width: 100%;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  font-weight: bold;
  line-height: 1.2;
  background: #ff5e15;
}

.contact-wrapper .orange-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 94%;
  z-index: 0;
  background-color: #ff5e15;
}

.contact-wrapper .video-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("../images/video-img.png");
}

.contact-wrapper .video-content {
  position: absolute;
  right: 50px;
  bottom: -280px;
}

.contact-wrapper .play-video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.contact-wrapper .play-video-wrap .play-btn {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  place-items: center;
  width: 65px;
  height: 65px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}

.contact-wrapper .play-video-wrap .play-btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #F3F3F3;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.contact-wrapper .play-video-wrap .play-btn i {
  z-index: 3;
  font-size: 25px;
  color: #ff5e15;
  margin-left: 6px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.contact-wrapper .contact-wrap {
  padding: 30px 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-header h6 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  line-height: 1.6;
  text-transform: capitalize;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-header h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  line-height: 1.6;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form {
  margin-top: 22px;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control {
  background-color: transparent;
  border-radius: 0;
  padding: 26px 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn {
  margin-right: 12px;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn .custom-form-btn {
  background-color: #ff5e15;
  border: 1px solid #ffffff !important;
  padding: 12px 16px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  line-height: 1.6;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn .custom-form-btn:hover {
  color: #ff5e15;
  background-color: #ffffff;
}

.home-page-2 .nav-wrapper .header-top-area .top-info-item {
  margin-right: 8px;
}

.home-page-2 .nav-wrapper .header-top-area .header-img {
  margin-right: 5px;
}

.home-page-2 img.top-image {
  margin-right: 5px;
}

.home-page-2 .count-content-wrap {
  margin-top: 10px;
  margin-bottom: 25px;
}

.home-page-2 .count-content-wrap .count-content {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  padding: 0px 0px 2px 0px;
  text-align: center;
}

.home-page-2 .count-content-wrap .count-content .count-image img {
  margin: 15px auto 15px 15px;
}

.home-page-2 .count-content-wrap .count-content h4 {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1b1919;
  line-height: 1.2;
  margin: 15px auto 15px 15px;
}

.home-page-2 .count-content-wrap .count-content h3 {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ff5e15;
  line-height: 0.686;
  margin: 15px auto 15px 15px;
}

.home-page-2 .about-wrapper .about-image {
  position: relative;
}

.home-page-2 .about-wrapper .about-image img {
  width: 100%;
}

.home-page-2 .about-wrapper .about-image .round-one {
  position: absolute;
  top: 113px;
  right: 140px;
  width: 25%;
}

.home-page-2 .about-wrapper .about-image .about-last {
  background-color: #ff5e15;
  text-align: center;
  position: absolute;
  width: 150px;
  padding: 0px 0px 30px 0px;
  bottom: 68px;
  left: 71px;
}

.home-page-2 .about-wrapper .about-image .about-last a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins";
  line-height: 1.563;
  font-weight: 400;
  position: relative;
  top: 12px;
}

.home-page-2 .about-wrapper .about-inner {
  margin-top: 22px;
}

.home-page-2 .about-wrapper .about-description p {
  font-size: 14px !important;
  margin-bottom: 12px;
}

.header-wrapper-two {
  background: url("../images/header2.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 100px 0px;
  position: relative;
}

.header-wrapper-two .header-wrap .header-inner {
  margin-top: 150px;
  background-color: #231d1cc2;
  width: 670px;
  padding: 50px 0px 30px 32px;
}

.header-wrapper-two .header-wrap .header-inner .header-description h1 {
  font-size: 39px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
}

.header-wrapper-two .header-wrap .header-inner .header-description h1::before {
  content: '';
  position: absolute;
  top: 128px;
  left: 0;
  border-bottom: 2px solid #ff5e15;
  width: 106px;
  height: 4px;
}

.header-wrapper-two .header-wrap .header-inner .header-description p {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.688;
  margin-bottom: 30px;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-1 {
  padding: 10px 20px;
  background: #ff5e15;
  border: 1px solid #ff5e15;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-1:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: transparent;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-1:hover a {
  color: #ff5e15;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-1 a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-2 {
  margin-left: 20px;
  border: 1px solid #ff5e15;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-2:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: transparent;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-2:hover a {
  color: #ff5e15;
}

.header-wrapper-two .header-wrap .header-inner .header-description .banner-btn .btn-2 a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.header-wrapper-two .owl-dots {
  position: relative;
  top: 52px;
}

.header-wrapper-two .owl-carousel button.owl-dot {
  outline: none !important;
}

.header-wrapper-two .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #ff5e15;
}

.header-wrapper-two .owl-theme .owl-dots .owl-dot.active span,
.header-wrapper-two .owl-theme .owl-dots .owl-dot:hover span {
  position: relative;
}

.header-wrapper-two .owl-theme .owl-dots .owl-dot.active span::before,
.header-wrapper-two .owl-theme .owl-dots .owl-dot:hover span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ff5e15;
  top: 2px;
  left: 2px;
  border-radius: 30px;
}

.provide-wrapper-space {
  padding: 100px 0px 100px 0px;
  background: #f9f9f9;
}

.provide-wrapper-space .provide-wrap .heading .section-header p {
  position: relative;
}

.provide-wrapper-space .provide-wrap .heading .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
}

.provide-wrapper-space .provide-wrap .provide-p {
  margin-top: 65px;
  margin-left: -30px;
}

.provide-wrapper-space .provide-wrap .provide-p p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.714;
  font-weight: 500;
}

.provide-wrapper-space .provide-content-wrap .provide-first {
  margin-top: 30px;
}

.provide-wrapper-space .provide-content-wrap .provide-first .section-header {
  margin-top: -42px;
}

.provide-wrapper-space .provide-content-wrap .provide-first .section-header p {
  font-size: 12px;
  color: #1b1919 !important;
}

.provide-wrapper-space .provide-content-wrap .provide-first .section-header h2 {
  margin-bottom: 10px;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content {
  border-radius: 15px;
  border: 5px solid #ffffff;
  background-color: white;
  -webkit-box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
          box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
  padding: 0px 0px 30px 0px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 5px solid #ff5e15;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content .provide-image {
  padding: 20px;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content .provide-image img {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin-left: 20px;
  margin-top: 15px;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content .provide-image .car {
  margin-top: 25px !important;
  margin-left: 15px !important;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content .provide-image .round {
  border-radius: 50%;
  background-color: #ffeee5;
  width: 89px;
  height: 89px;
  position: relative;
  top: 25px;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content .provide-description {
  margin-top: 50px;
  padding-left: 20px;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content .provide-description h4 {
  font-size: 24px;
  font-family: "Poppins";
  color: #1b1919;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.provide-wrapper-space .provide-content-wrap .provide-first .provide-content .provide-description p {
  font-size: 14px;
  font-family: "Roboto";
  color: #1b1919;
  line-height: 1.5;
  font-weight: 500;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.choose-wrapper-space {
  padding: 100px 0px 100px 0px;
  background: url("../images/choose2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.choose-wrapper-space .choose-box-content {
  margin-bottom: 20px;
}

.choose-wrapper-space .section-btn {
  width: 160px;
  height: 48px;
  padding: 10px 40px;
}

.choose-wrapper-space .section-btn a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.2;
}

.choose-wrapper-space .choose-wrap .choose-inner {
  background-color: white;
  padding: 20px 0px 20px 25px;
}

.choose-wrapper-space .choose-wrap .choose-inner .section-header p {
  position: relative;
}

.choose-wrapper-space .choose-wrap .choose-inner .section-header p::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
}

.choose-wrapper-space .choose-wrap .choose-inner .section-header h2 {
  margin-bottom: 20px;
}

.choose-wrapper-space .choose-wrap .choose-inner .choose-p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.875;
  font-weight: 500;
  margin-bottom: 20px;
}

.choose-wrapper-space .choose-wrap .choose-inner h5 {
  font-size: 20px;
  font-family: "Poppins";
  color: #1b1919;
  font-weight: bold;
  line-height: 1.6;
}

.choose-wrapper-space .choose-wrap .box-inner {
  margin-top: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
          box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
  width: 370px;
  height: 75px;
}

.choose-wrapper-space .choose-wrap .box-inner .box-image img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-left: 12px;
}

.choose-wrapper-space .choose-wrap .box-inner .box-description {
  margin-left: 90px;
  margin-top: -34px;
}

.choose-wrapper-space .choose-wrap .box-inner .box-description .h-1 {
  margin-top: -45px;
}

.service-wrapper-space {
  padding: 100px 0px 100px 0px;
  background: #f6f6f6;
}

.service-wrapper-space .service-wrap .section-header {
  text-align: center;
}

.service-wrapper-space .service-wrap .section-header p {
  position: relative;
}

.service-wrapper-space .service-wrap .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-wrapper-space .service-wrap .section-header h2 {
  margin-bottom: 25px;
}

.service-wrapper-space .service-wrap .service-image {
  width: 370px;
  position: relative;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.service-wrapper-space .service-wrap .service-image:hover::after {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #ff5e15b8;
  content: '';
  position: absolute;
  left: 12px;
  left: 12px;
  top: 11px;
  width: 346px;
  height: 94%;
}

.service-wrapper-space .service-wrap .service-image:hover::before {
  opacity: 0;
}

.service-wrapper-space .service-wrap .service-image::before {
  position: absolute;
  top: 90px;
  left: 0;
  content: url(../images/shadow.png);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: scale(0.928) !important;
          transform: scale(0.928) !important;
  opacity: 1;
}

.service-wrapper-space .service-wrap .service-image .img {
  width: 100%;
  position: relative;
}

.service-wrapper-space .service-wrap .service-image .service-description {
  text-align: center;
  position: absolute;
  bottom: 50px;
  z-index: 5;
}

.service-wrapper-space .service-wrap .service-image .service-description h4 {
  color: #ffffff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.service-wrapper-space .service-wrap .service-image .service-description p {
  color: #ffffff;
  font-size: 17px;
  font-family: "Roboto";
  line-height: 1.5;
}

.team-wrapper-space {
  padding: 100px 0px 100px 0px;
  background: url("../images/team-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.team-wrapper-space .section-header {
  text-align: center;
}

.team-wrapper-space .section-header p {
  position: relative;
}

.team-wrapper-space .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-wrapper-space .section-header h2 {
  margin-bottom: 30px;
  color: #ffffff;
}

.team-wrapper-space .team-image {
  position: relative;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.team-wrapper-space .team-image:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.team-wrapper-space .team-image:hover .shape-top {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  z-index: -1;
}

.team-wrapper-space .team-image:hover .shape-top-one {
  opacity: 1;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.team-wrapper-space .team-image .shape-top {
  position: absolute;
  bottom: 35px;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.team-wrapper-space .team-image .shape-top::before {
  position: absolute;
  content: url(../images/shape2.png);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.team-wrapper-space .team-image .shape-top h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #ff5e15;
  line-height: 1.2;
  padding-left: 30px;
  padding-top: 25px;
}

.team-wrapper-space .team-image .shape-top p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #ff5e15;
  line-height: 1.2;
  padding-left: 30px;
  padding-top: 12px;
}

.team-wrapper-space .shape-top-one {
  background: #ffffffa6;
  text-align: center;
  position: absolute;
  padding: 0px 0px 30px 0px;
  top: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.team-wrapper-space .shape-top-one .box {
  margin: 187px auto 0px 0px;
}

.team-wrapper-space .shape-top-one ul {
  margin-top: 10px;
}

.team-wrapper-space .shape-top-one ul li {
  display: inline-block;
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 41px;
  height: 41px;
  text-align: center;
  margin-left: 15px;
}

.team-wrapper-space .shape-top-one ul li i {
  color: #000000;
  margin-top: 12px;
}

.team-wrapper-space .shape-top-one p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  line-height: 2.571;
  font-weight: 400;
}

.team-wrapper-space .shape-top-one h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  line-height: 2.571;
  font-weight: 500;
  margin-bottom: -12px;
}

.newsletter-wrapper {
  padding: 100px 0px 100px 0px;
  background: url("../images/newsletter.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-wrapper .newsletter-wrap {
  border-radius: 5px;
  background-color: #1b1919;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(190, 190, 190, 0.5);
          box-shadow: 0px 0px 18px 0px rgba(190, 190, 190, 0.5);
  width: 97.5%;
  height: 148px;
}

.newsletter-wrapper .newsletter-wrap .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-wrapper .newsletter-wrap .news-content .news-title {
  margin-top: 60px;
  margin-left: 35px;
}

.newsletter-wrapper .newsletter-wrap .news-content .news-title h4 {
  font-size: 20px;
  font-family: "Poppins";
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper ::-webkit-input-placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper :-ms-input-placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper ::-ms-input-placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper ::placeholder {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  font-weight: bold;
  line-height: 1.2;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper .form-group {
  margin-top: 48px;
  margin-left: 135px;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des {
  position: relative;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des .input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des input {
  margin-bottom: 0;
  color: #ffffff;
  border: 3px solid #ff5e15;
  border-radius: 3px;
  width: 440px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  height: 50px;
  background: transparent;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des .join-btn {
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  width: 152px;
  overflow: hidden;
}

.newsletter-wrapper .newsletter-wrap .news-content .form-wrapper .form-group .form-des .join-btn span input {
  height: 100%;
  width: 100%;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.702);
  font-weight: bold;
  line-height: 1.2;
  background: #ff5e15;
}

.input-group > .form-control:focus {
  z-index: 0;
}

.contact-wrapper {
  padding: 100px 0px;
  background-color: #efefef;
  position: relative;
  z-index: 2;
}

.contact-wrapper .orange-two-box {
  text-align: center;
  background-color: #ff5e15;
  width: 502px;
  height: 451px;
  position: absolute;
  left: 59%;
  top: -57px;
}

.contact-wrapper .orange-two-box .form-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto;
}

.contact-wrapper .orange-two-box .des-btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 16px;
  width: 191px;
  height: 48px;
  margin: 0px auto;
}

.contact-wrapper .orange-two-box .des-btn a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ff5e15;
  font-weight: 500;
  line-height: 1.6;
}

.contact-wrapper .orange-two-box h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 45px;
  margin-bottom: 30px;
}

.contact-wrapper .orange-two-box .description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-wrapper .orange-two-box .description form {
  margin-bottom: 30px;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control {
  background-color: transparent;
  border-radius: 0;
  width: 467px;
  height: 46px;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.7);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .black-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100.3%;
  z-index: 0;
  background-color: #000000;
}

.contact-wrapper .image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url("../images/image-wrap.png");
  background-size: cover;
}

.contact-wrapper .contact-wrap {
  padding: 30px 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-header h6 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ff5e15;
  font-weight: 600;
  line-height: 1.6;
  text-transform: capitalize;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-header h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  line-height: 1.6;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form {
  margin-top: 22px;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control {
  background-color: transparent;
  border-radius: 0;
  padding: 26px 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn {
  margin-right: 12px;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn .custom-form-btn {
  background-color: #ff5e15;
  border: 1px solid #ff5e15;
  padding: 12px 16px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  line-height: 1.6;
}

.contact-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn .custom-form-btn:hover {
  color: #ff5e15;
  background-color: #ffffff;
}

.contact-wrapper-three {
  display: none;
}

.header-wrapper-space {
  background: url("../images/banner3.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.header-wrapper-space .banner-bottom {
  width: 980px;
}

.header-wrapper-space .banner-bottom .banner-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 55px auto;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control {
  background-color: transparent;
  border-radius: 0;
  width: 309px;
  height: 46px;
  border-width: 2px;
  border-color: #ff5e15;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.header-wrapper-space .banner-bottom .banner-des .custom-form-group .custom-form-control:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.header-wrapper-space .banner-bottom .banner-des .des-btn {
  background-color: #ff5e15;
  border: 1px solid #ff5e15;
  padding: 12px 16px;
  width: 191px;
  height: 46px;
  margin: 0px auto 0 25px;
  text-align: center;
}

.header-wrapper-space .banner-bottom .banner-des .des-btn a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.6;
}

.header-wrapper-space .group-1 {
  margin-left: 25px;
}

.home-page-3 .about-wrapper {
  padding: 85px 0px 50px 0px;
  position: relative;
  margin-top: 95px;
}

.home-page-3 .about-wrapper .section-header h2 {
  font-size: 31px;
}

.home-page-3 .about-wrapper .about-image {
  width: 119%;
  margin-top: 32px;
}

.home-page-3 .about-wrapper .m-last {
  background-color: #ff5e15;
  text-align: center;
  position: absolute;
  width: 150px;
  padding: 0px 0px 30px 0px;
  top: 40%;
  left: 40%;
}

.home-page-3 .about-wrapper .m-last a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins";
  line-height: 1.563;
  font-weight: 400;
  position: relative;
  top: 12px;
}

.home-page-3 .content {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 225px;
  height: 100px;
  margin-bottom: 20px;
}

.home-page-3 .content .box-image {
  background-color: #ffeee5;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 40px;
  height: 40px;
  position: relative;
  top: 22px;
  left: 20px;
  text-align: center;
}

.home-page-3 .content .box-image img {
  margin-top: 6px;
}

.home-page-3 .content .box-description {
  margin-top: -22px;
  margin-left: 90px;
}

.home-page-3 .content .box-description h4 {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  color: #ff5e15;
  font-weight: bold;
}

.home-page-3 .content .box-description p {
  font-size: 12px !important;
  font-family: "Poppins";
  color: #1b1919;
  line-height: 1.2;
}

.home-page-3 ul li span {
  font-size: 14px !important;
}

.provide-wrapper-space1 {
  padding: 100px 0px 100px 0px;
  background: #f9f9f9;
}

.provide-wrapper-space1 .section-header {
  text-align: center;
  margin-top: -42px;
  width: 425px;
}

.provide-wrapper-space1 .section-header h2 {
  margin-bottom: 10px;
}

.provide-wrapper-space1 .section-header p {
  font-size: 12px;
  color: #1b1919 !important;
  margin-bottom: 50px;
}

.provide-wrapper-space1 .provide-first {
  margin-bottom: -65px;
  margin-left: -40px;
}

.provide-wrapper-space1 .provide-content .provide-image {
  position: relative;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  width: 435px;
}

.provide-wrapper-space1 .provide-content .provide-image:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.provide-wrapper-space1 .provide-content .provide-image:hover::before {
  opacity: 0;
}

.provide-wrapper-space1 .provide-content .provide-image:hover::after {
  opacity: 0.702;
}

.provide-wrapper-space1 .provide-content .provide-image::before {
  content: url("../images/shadow2.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: -12px;
  left: -13px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 1;
}

.provide-wrapper-space1 .provide-content .provide-image::after {
  position: absolute;
  content: '';
  top: 35px;
  left: 43px;
  width: 351px;
  height: 286px;
  border-radius: 15px;
  background-color: #ff5e15;
  opacity: 0;
}

.provide-wrapper-space1 .provide-content .provide-image .provide-description {
  position: absolute;
  bottom: 78px;
  left: 50%;
  text-align: center;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.provide-wrapper-space1 .provide-content .provide-image .provide-description h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.provide-wrapper-space1 .provide-content .provide-image .provide-description p {
  font-size: 11px;
  font-family: "Roboto";
  color: white;
  line-height: 1.5;
}

.provide-wrapper-space1 .provide-button {
  margin: 70px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.provide-wrapper-space1 .provide-button .provide-btn {
  text-align: center;
  background-color: #ff5e15;
  width: 160px;
  height: 48px;
}

.provide-wrapper-space1 .provide-button .provide-btn a {
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins";
  color: white;
  line-height: 1.2;
  position: relative;
  top: 10px;
}

.choose-wrapper-space2 {
  padding: 100px 0px 100px 0px;
  background: url("../images/space-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.choose-wrapper-space2 .choose-box-content {
  margin-bottom: 20px;
}

.choose-wrapper-space2 .section-btn {
  width: 160px;
  height: 48px;
  padding: 10px 40px;
}

.choose-wrapper-space2 .section-btn a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.2;
}

.choose-wrapper-space2 .choose-wrap .choose-inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  padding: 20px 0px 20px 25px;
}

.choose-wrapper-space2 .choose-wrap .choose-inner .section-header p {
  position: relative;
}

.choose-wrapper-space2 .choose-wrap .choose-inner .section-header p::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
}

.choose-wrapper-space2 .choose-wrap .choose-inner .section-header h2 {
  margin-bottom: 20px;
}

.choose-wrapper-space2 .choose-wrap .choose-inner .choose-p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.875;
  font-weight: 500;
  margin-bottom: 20px;
}

.choose-wrapper-space2 .choose-wrap .choose-inner h5 {
  font-size: 20px;
  font-family: "Poppins";
  color: #1b1919;
  font-weight: bold;
  line-height: 1.6;
}

.choose-wrapper-space2 .choose-wrap .box-inner {
  margin-top: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
          box-shadow: 0px 6px 50px 0px rgba(161, 161, 161, 0.3);
  width: 370px;
  height: 75px;
}

.choose-wrapper-space2 .choose-wrap .box-inner .box-image img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  margin-left: 12px;
}

.choose-wrapper-space2 .choose-wrap .box-inner .box-description {
  margin-left: 90px;
  margin-top: -34px;
}

.choose-wrapper-space2 .choose-wrap .box-inner .box-description .h-1 {
  margin-top: -45px;
}

.space .shape-top::before {
  content: url(../images/shap2.png) !important;
}

.space .shape-top h5 {
  color: #ffffff !important;
}

.space .shape-top p {
  color: #ffffff !important;
}

.space .shape-top-one {
  background: #ff5e15ab !important;
}

.space .shape-top-one p {
  color: #ffffff;
}

.space .shape-top-one h5 {
  color: #ffffff;
}

.blog-wrapper-space {
  padding: 100px 0px 100px 0px;
  background: #efefef;
}

.blog-wrapper-space .blog-wrap .section-header {
  text-align: center;
}

.blog-wrapper-space .blog-wrap .section-header p {
  position: relative;
}

.blog-wrapper-space .blog-wrap .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-wrapper-space .blog-wrap .section-header h2 {
  margin-bottom: 30px;
}

.blog-wrapper-space .blog-wrap .blog-inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  padding: 0px 0px 30px 0px;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-image {
  position: relative;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-image .date {
  background-color: #ff5e15;
  position: absolute;
  width: 71px;
  height: 71px;
  bottom: 0;
  text-align: center;
  right: 0;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-image .date a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #f6f6f6;
  line-height: 1.688;
  font-weight: 400;
  position: relative;
  top: 10px;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description {
  padding-left: 20px;
  margin-top: 70px;
  position: relative;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description .date-one {
  position: absolute;
  top: -57px;
  left: 25px;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description .date-one a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #1e1919;
  line-height: 1.2;
  font-weight: 500;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description .date-one span {
  color: #ff5e15;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1b1919;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
  position: relative;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description h4::before {
  position: absolute;
  content: '';
  bottom: -17px;
  left: 0;
  border-bottom: 0.5px solid #6e6e6e;
  opacity: 0.2;
  width: 311px;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description p {
  font-size: 15px;
  color: #1b1919;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description .read-btn {
  color: #ff5e15;
  border: 2px solid #ff5e15;
  padding: 10px 22px;
  background: #ffffff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.blog-wrapper-space .blog-wrap .blog-inner .blog-description .read-btn:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border: 2px solid #ffffff;
  background: #ff5e15;
  color: #ffffff;
}

.client-space {
  background: url("../images/client-space.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.client-space .section-header h2 {
  color: #ffffff !important;
}

.news-space {
  background: url("../images/news-space.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-space-wrapper {
  padding: 100px 0px 100px 0px;
  background: url("../images/contact-space.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.contact-space-wrapper .orange-two-box {
  text-align: center;
  background-color: #1b1919;
  width: 642px;
  height: 451px;
  position: absolute;
  left: 59%;
  bottom: 0;
}

.contact-space-wrapper .orange-two-box .form-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto;
}

.contact-space-wrapper .orange-two-box .des-btn {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 16px;
  width: 191px;
  height: 48px;
  margin: 0px auto;
}

.contact-space-wrapper .orange-two-box .des-btn a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ff5e15;
  font-weight: 500;
  line-height: 1.6;
}

.contact-space-wrapper .orange-two-box h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 45px;
  margin-bottom: 30px;
}

.contact-space-wrapper .orange-two-box .description {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.contact-space-wrapper .orange-two-box .description form {
  margin-bottom: 30px;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control {
  background-color: transparent;
  border-radius: 0;
  width: 467px;
  height: 46px;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.7);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  color: #ffffff;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .orange-two-box .description .custom-form-group .custom-form-control:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .orange-box {
  position: absolute;
  left: 0;
  top: 60px;
  width: 55%;
  height: 85%;
  z-index: 0;
  background-color: #ff5e15;
}

.contact-space-wrapper .contact-wrap {
  padding: 30px 0;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-header h6 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  line-height: 1.6;
  text-transform: capitalize;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-header h2 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 600;
  line-height: 1.6;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form {
  margin-top: 22px;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control {
  background-color: transparent;
  border-radius: 0;
  padding: 26px 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control::placeholder {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1.6;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .custom-form-group .custom-form-control:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn {
  margin-right: 12px;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn .custom-form-btn {
  background-color: #ff5e15;
  border: 1px solid #ffffff;
  padding: 12px 16px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 500;
  line-height: 1.6;
}

.contact-space-wrapper .contact-wrap .contact-form-wrap .contact-form .form-btn-wrap .form-btn .custom-form-btn:hover {
  color: #ff5e15;
  background-color: #ffffff;
}

.provide-space {
  display: none;
}

.contact-space2-wrapper {
  display: none;
}

.about-banner {
  height: 400px;
  background: url(../images/about-space.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.about-banner .banner-content {
  margin-top: 190px;
  text-align: center;
}

.about-banner .banner-content h2 {
  font-size: 65px;
  font-family: "Montserrat";
  color: white;
  font-weight: bold;
  line-height: 1.2;
}

.about-banner .breadcrumb-container {
  position: relative;
}

.about-banner .breadcrumb-container::before {
  position: absolute;
  content: '>>';
  top: 3px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.about-banner .breadcrumb-container span {
  font-size: 18px;
  font-family: "Nunito";
  color: white;
  line-height: 1.667;
}

.about-banner .breadcrumb-container .ab-1 {
  margin-left: 30px;
}

.about-space .btn-one {
  margin-left: 20px;
}

.about-space .about-btn {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.about-space .about-btn:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}

.about-space .about-btn:hover a {
  color: #ffff !important;
}

.home-page-4 .top-area {
  background: #161414 !important;
}

.home-page-4 .dark {
  background: #1b1919 !important;
}

.home-page-4 .about-wrapper .about-inner {
  margin-top: 0px;
}

.home-page-4 .about-wrapper {
  padding: 85px 0px 100px 0px;
  position: relative;
  margin-top: 35px;
}

.blog .blog-wrapper {
  padding: 100px 0px 100px 0px;
}

.blog .blog-wrapper .blog-wrap .blog-inner {
  margin-top: 20px;
}

.pagin-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto;
}

.pagin-box .pagination .cu-r {
  text-align: center;
  background-color: #ff5e15;
  width: 32px;
  height: 32px;
}

.pagin-box .pagination .cu-r a {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}

.pagin-box .pagination .next-one {
  margin-left: 20px;
}

.pagin-box .pagination .next-one a {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #03182f;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.service-banner {
  background: url("../images/Services-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.team2-banner {
  background: url("../images/team2-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.team .team-wrapper .team-image {
  margin-top: 20px;
}

.work-banner {
  background: url("../images/work-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.work-wrapper {
  padding: 100px 0px 100px 0px;
}

.work-wrapper .work-wrap .section-header {
  text-align: center;
}

.work-wrapper .work-wrap .section-header p {
  position: relative;
}

.work-wrapper .work-wrap .section-header p::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 50%;
  border-bottom: 2px solid #ff5e15;
  width: 92px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.work-wrapper .work-wrap .section-header h2 {
  margin-bottom: 25px;
}

.work-wrapper .work-wrap .work-content .work-image {
  position: relative;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.work-wrapper .work-wrap .work-content .work-image:hover {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.work-wrapper .work-wrap .work-content .work-image:hover::before {
  position: absolute;
  content: url("../images/work-shape.png");
  top: -23px;
  left: -21px;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}

.work-wrapper .work-wrap .work-content .work-image img {
  width: 100%;
}

.message-wrapper {
  padding: 100px 0px 100px 0px;
}

.message-wrapper .message-wrap .message-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.message-wrapper .message-wrap .message-inner .message-box {
  background-color: white;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(211, 211, 211, 0.75);
          box-shadow: 0px 2px 18px 0px rgba(211, 211, 211, 0.75);
  padding: 30px 0px 30px 40px;
  width: 600px;
}

.message-wrapper .message-wrap .message-inner .message-box .box p {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.2;
  margin-bottom: 20px;
}

.message-wrapper input,
.message-wrapper textarea,
.message-wrapper select {
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
  outline: none !important;
}

.message-wrapper .text {
  border-width: 2px;
  border-color: #a7a7a7;
  border-style: solid;
  opacity: 0.502;
  width: 540px;
  height: 96px;
}

.message-wrapper .text::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .text:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .text::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .text::placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .text:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.message-wrapper .text:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .text:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .text:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .text:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .input-one {
  border-width: 2px;
  border-color: #a7a7a7;
  border-style: solid;
  opacity: 0.502;
  width: 245px;
  height: 46px;
}

.message-wrapper .input-one::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .input-one:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .input-one::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .input-one::placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.message-wrapper .input-one:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.message-wrapper .input-one:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .input-one:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .input-one:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .input-one:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.message-wrapper .section-btn {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(220, 220, 220, 0.75);
          box-shadow: 0px 6px 20px 0px rgba(220, 220, 220, 0.75);
  width: 540px;
  text-align: center;
}

.message-wrapper .section-btn a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.6;
}

.address-wrapper {
  padding: 100px 0px 100px 0px;
  background: url("../images/triangle.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.address-wrapper .address-box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 270px;
  height: 170px;
}

.address-wrapper .address-box .address-icon {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 42px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  position: relative;
  top: 15px;
}

.address-wrapper .address-box .address-description {
  text-align: center;
  margin-top: 25px;
}

.address-wrapper .address-box .address-description h4 {
  color: #ff5e15;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.address-wrapper .address-box .address-description p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.429;
}

.single .single-banner {
  background: url("../images/Single-Services.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.single .single-banner .breadcrumb-container {
  position: relative;
}

.single .single-banner .breadcrumb-container::after {
  position: absolute;
  content: '>>';
  top: 3px;
  left: -72px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.single .single-banner .breadcrumb-container::before {
  left: 12px;
}

.single .service-single-section {
  padding: 100px 0px 100px 0px;
  background: #ffffff;
}

.single .service-single-section .providing {
  margin-top: 20px;
}

.single .service-single-section .providing h5 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
}

.single .service-single-section .providing p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.875;
  max-width: 668px;
}

.single .service-single-section .provide-inner {
  margin-top: 20px;
}

.single .service-single-section .provide-inner .descrip {
  margin-top: -22px;
  margin-left: 28px;
}

.single .service-single-section .provide-inner .descrip p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.875;
}

.single .one {
  margin-left: -50px;
}

.single .provide-imge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
}

.single .provide-imge img {
  width: 100%;
}

.single p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1b1919;
  line-height: 1.875;
}

.single .question {
  background-color: white;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(211, 211, 211, 0.75);
          box-shadow: 0px 2px 18px 0px rgba(211, 211, 211, 0.75);
  padding: 30px 0px 30px 40px;
  width: 600px;
  margin-top: 20px;
}

.single .question .box p {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.2;
  margin-bottom: 20px;
}

.single .question input,
.single .question textarea,
.single .question select {
  width: 100%;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
  outline: none !important;
}

.single .question .text {
  border-width: 2px;
  border-color: #a7a7a7;
  border-style: solid;
  opacity: 0.502;
  width: 540px;
  height: 96px;
}

.single .question .text::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .text:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .text::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .text::placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .text:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.single .question .text:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .text:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .text:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .text:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .input-one {
  border-width: 2px;
  border-color: #a7a7a7;
  border-style: solid;
  opacity: 0.502;
  width: 245px;
  height: 46px;
}

.single .question .input-one::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .input-one:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .input-one::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .input-one::placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.single .question .input-one:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.single .question .input-one:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .input-one:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .input-one:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .input-one:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.single .question .section-btn {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(220, 220, 220, 0.75);
          box-shadow: 0px 6px 20px 0px rgba(220, 220, 220, 0.75);
  width: 540px;
  text-align: center;
}

.single .question .section-btn a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.6;
}

.single .service-info .contact-info {
  background-color: #ff5e15;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 100%;
  height: 100px;
  padding-left: 15px;
  padding-top: 35px;
}

.single .service-info .contact-info h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1;
}

.single .number {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 100%;
  padding: 0px 0px 30px 0px;
  margin-top: 15px;
}

.single .number .i-1 i {
  color: #ff5e15;
  position: relative;
  top: 27px;
  left: 15px;
}

.single .number .i-1 img {
  position: relative;
  top: 27px;
  left: 15px;
}

.single .number p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.2;
  margin-left: 60px;
  margin-top: 5px;
}

.single .info {
  margin-top: 20px;
}

.blog-space-banner {
  background: url("../images/single-blog.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-space-banner .breadcrumb-container {
  position: relative;
}

.blog-space-banner .breadcrumb-container::after {
  position: absolute;
  content: '>>';
  top: 3px;
  left: -62px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.blog-space-banner .breadcrumb-container::before {
  left: 24px;
}

.blog-details-wrapper {
  padding: 100px 0px 100px 0px;
}

.blog-details-wrapper .blog-list {
  margin-top: 20px;
}

.blog-details-wrapper .blog-list a {
  margin-left: 10px;
}

.blog-details-wrapper .blog-list a span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: black;
  line-height: 2.286;
  position: relative;
  top: 2px;
  left: 10px;
}

.blog-details-wrapper .blog-list .left-one {
  margin-left: 90px;
}

.blog-details-wrapper .blog-heading {
  margin-left: 10px;
  margin-top: 20px;
}

.blog-details-wrapper .blog-heading h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 15px;
}

.blog-details-wrapper .blog-heading p {
  font-size: 16px;
  font-family: "Roboto";
  color: black;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog-details-wrapper .blog-heading .blog-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.blog-details-wrapper .blog-heading .p-box {
  text-align: center;
  background-color: #ff5e15;
  width: 703px;
  height: 150px;
  position: relative;
  margin-bottom: 15px;
}

.blog-details-wrapper .blog-heading .p-box::before {
  content: url("../images/question-2.png");
  position: absolute;
  top: 0;
  left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.blog-details-wrapper .blog-heading .p-box p {
  color: #ffffff !important;
  padding-top: 35px;
}

.blog-details-wrapper .blog-icon {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 700px;
  padding: 0px 0px 20px 0px;
  position: relative;
  margin-bottom: 20px;
}

.blog-details-wrapper .blog-icon ul li {
  display: inline-block;
  margin-top: 15px;
  margin-left: 22px;
}

.blog-details-wrapper .blog-icon ul li a i {
  color: #ffffff;
}

.blog-details-wrapper .blog-icon ul li a .fa-facebook-f {
  padding-left: 8px;
}

.blog-details-wrapper .blog-icon ul li a .fab.fa-google-plus-g {
  padding-left: 5px;
}

.blog-details-wrapper .blog-icon ul li a .fab.fa-twitter {
  padding-left: 5px;
}

.blog-details-wrapper .blog-icon ul li a .fab.fa-instagram {
  padding-left: 5px;
}

.blog-details-wrapper .blog-icon ul li a .fab.fa-whatsapp {
  padding-left: 5px;
}

.blog-details-wrapper .blog-icon ul .facebook {
  background-color: #3b5897;
  width: 25px;
  height: 26px;
}

.blog-details-wrapper .blog-icon ul .google {
  background-color: #c92027;
  width: 25px;
  height: 26px;
}

.blog-details-wrapper .blog-icon ul .twitter {
  background: #54abec;
  width: 25px;
  height: 26px;
}

.blog-details-wrapper .blog-icon ul .instragram {
  background: linear-gradient(32deg, #fd7c00 0%, #de3c6f 50%, #8a59c8 100%);
  width: 25px;
  height: 26px;
}

.blog-details-wrapper .blog-icon ul .whatsapp {
  background: #2da51f;
  width: 25px;
  height: 26px;
}

.blog-details-wrapper .share {
  position: absolute;
  right: 40px;
  top: 15px;
}

.blog-details-wrapper .share p {
  margin-top: -20px;
  margin-left: 25px;
}

.blog-details-wrapper .comments-section {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 700px;
  padding: 30px 0px 30px 25px;
}

.blog-details-wrapper .comments-section .single-comments-section {
  margin-bottom: 20px;
}

.blog-details-wrapper .comments-section .single-comments-section .single-description {
  margin-top: -40px;
  margin-left: 65px;
}

.blog-details-wrapper .comments-section .single-comments-section .single-description p {
  margin-bottom: 10px;
}

.blog-details-wrapper .comments-section .c-1 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #4e4c4c;
  line-height: 1.429;
  margin-top: 10px;
}

.blog-details-wrapper .comment {
  margin-left: 25px;
}

.blog-details-wrapper hr {
  width: 95%;
}

.blog-details-wrapper .reply-btn {
  border-width: 1px;
  border-color: #ff5e15;
  border-style: solid;
  border-radius: 15px;
  width: 69px;
  height: 31px;
  text-align: center;
}

.blog-details-wrapper .reply-btn a {
  font-size: 14px;
  font-family: "Roboto";
  color: #ff5e15;
  line-height: 1.429;
}

.blog-details-wrapper .comments-form {
  margin-top: 30px;
}

.blog-details-wrapper .comments-form h5 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.2;
  margin-bottom: 10px;
}

.blog-details-wrapper .comments-form p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #4e4c4c;
  line-height: 1.429;
}

.blog-details-wrapper .comments-form input,
.blog-details-wrapper .comments-form textarea,
.blog-details-wrapper .comments-form select {
  width: 100%;
  padding: 15px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
  outline: none !important;
}

.blog-details-wrapper .comments-form .text {
  border-width: 2px;
  border-color: #4e4c4c;
  border-style: solid;
  opacity: 0.502;
  width: 648px;
  height: 96px;
}

.blog-details-wrapper .comments-form .text::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .text:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .text::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .text::placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .text:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.blog-details-wrapper .comments-form .text:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .text:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .text:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .text:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-two {
  border-width: 2px;
  border-color: #4e4c4c;
  border-style: solid;
  opacity: 0.502;
  width: 648px;
  height: 47px;
}

.blog-details-wrapper .comments-form .input-two::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-two:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-two::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-two::placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-two:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.blog-details-wrapper .comments-form .input-two:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-two:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-two:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-two:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-one {
  border-width: 2px;
  border-color: #4e4c4c;
  border-style: solid;
  opacity: 0.502;
  width: 296px;
  height: 46px;
}

.blog-details-wrapper .comments-form .input-one::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-one:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-one::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-one::placeholder {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: rgba(27, 25, 25, 0.702);
  color: rgba(27, 25, 25, 0.702);
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.blog-details-wrapper .comments-form .input-one:focus {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.blog-details-wrapper .comments-form .input-one:focus::-webkit-input-placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-one:focus:-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-one:focus::-ms-input-placeholder {
  transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .input-one:focus::placeholder {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  opacity: 0;
}

.blog-details-wrapper .comments-form .section-btn {
  -webkit-box-shadow: 0px 6px 20px 0px rgba(220, 220, 220, 0.75);
          box-shadow: 0px 6px 20px 0px rgba(220, 220, 220, 0.75);
  width: 648px;
  text-align: center;
}

.blog-details-wrapper .comments-form .section-btn a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
}

.blog-details-wrapper .popular-post .service-info .contact-info {
  background-color: #ff5e15;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 120%;
  height: 100px;
  padding-left: 15px;
  padding-top: 35px;
}

.blog-details-wrapper .popular-post .service-info .contact-info h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1;
  margin-left: 10px;
}

.blog-details-wrapper .popular-post .service-info .number {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 120%;
  padding: 0px 0px 0px 0px;
  margin-top: 15px;
}

.blog-details-wrapper .popular-post .service-info .number .i-1 {
  position: relative;
  top: -14px;
  left: -13px;
}

.blog-details-wrapper .popular-post .service-info .number a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.2;
  margin-left: 92px;
  position: relative;
  top: -100px;
}

.blog-details-wrapper .popular-post .service-info .number h5 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.429;
  margin-top: -90px;
  margin-left: 94px;
}

.blog-details-wrapper .popular-post .service-info .info {
  margin-top: 20px;
}

.blog-details-wrapper .service-info-2 .contact-info {
  background-color: #ff5e15;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 120%;
  height: 100px;
  padding-left: 15px;
  padding-top: 35px;
}

.blog-details-wrapper .service-info-2 .contact-info h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1;
}

.blog-details-wrapper .service-info-2 .number {
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 120%;
  padding: 0px 0px 30px 0px;
  margin-top: 15px;
}

.blog-details-wrapper .service-info-2 .number .i-1 i {
  color: #ff5e15;
}

.blog-details-wrapper .service-info-2 .number .i-1 img {
  position: relative;
  top: 27px;
  left: 15px;
}

.blog-details-wrapper .service-info-2 .number p {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.2;
  margin-left: 60px;
  margin-top: 5px;
}

.blog-details-wrapper .service-info-2 .info {
  margin-top: 20px;
}

.blog-details-wrapper .info {
  background-color: #ff5e15;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  width: 120%;
  height: 100px;
  padding-left: 15px;
  padding-top: 35px;
  margin: 30px 0;
}

.blog-details-wrapper .info h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: white;
  line-height: 1;
}

.blog-details-wrapper .tags {
  background-color: #f9f9f9;
  padding: 10px 30px 20px;
  margin-top: -28px;
  width: 120%;
}

.blog-details-wrapper .tags .cloud {
  display: inline-block;
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
          box-shadow: 0px 0px 16px 0px rgba(144, 144, 144, 0.2);
  padding: 10px 8px;
  margin-bottom: 15px;
}

.blog-details-wrapper .tags .cloud a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #1b1919;
  line-height: 1.429;
}

img.img-fluid.mes-1 {
  margin-left: 9px !important;
  margin-top: 13px !important;
}
/*# sourceMappingURL=style.css.map */