html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
}

.grid::after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer, .grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0px;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
  font-family: "Anek Bangla", sans-serif;
}

html, body {
  font-family: "Anek Bangla", sans-serif;
  font-weight: 400;
  background-color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: rgb(175, 175, 175);
}

img {
  width: 100%;
  overflow: hidden;
}

html, body {
  background: rgb(255, 255, 255);
  font-family: Poppins, sans-serif;
}

::selection {
  background: rgb(254, 102, 78);
  color: rgb(255, 255, 255) !important;
}

@media (max-width: 991px) {
  html, body {
      overflow-x: hidden;
  }

  .mobile-top-fix {
      margin-top: 30px;
      margin-bottom: 0px;
  }

  .mobile-bottom-fix {
      margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
      margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: rgb(254, 102, 78);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-heading h4 {
  color: rgb(42, 42, 42);
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h4 em {
  font-style: normal;
  color: rgb(254, 102, 78);
}

.section-heading .line-dec {
  width: 100px;
  height: 3px;
  background-color: rgb(254, 102, 78);
}

.border-first-button a {
  border-radius: 0px;
  transition: 0.5s;
  background: rgb(0, 0, 0);
  font-size: 20px;
  display: inline-block !important;
  padding: 10px 40px !important;
  color: rgb(255, 255, 255) !important;
  border: 1px solid rgb(2, 3, 16) !important;
  font-weight: 500 !important;
}

.border-first-button a:hover {
  background-color: rgb(254, 102, 78);
  color: rgb(255, 255, 255) !important;
}

.pre-header {
  background-color: rgb(239, 239, 239);
  height: 60px;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: rgb(175, 175, 175);
  font-size: 14px;
  transition: 0.3s;
}

.pre-header ul.info li a:hover {
  color: rgb(254, 102, 78);
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: rgb(175, 175, 175);
  color: rgb(255, 255, 255);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}

.pre-header ul.social-media li a:hover {
  background-color: rgb(254, 102, 78);
}

.background-header {
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: rgb(255, 255, 255) !important;
  height: 80px !important;
  position: fixed !important;
}

.background-header .logo, .background-header .main-nav .nav li a {
  color: rgb(255, 255, 255);
}

.background-header .main-nav .nav li:hover a {
  color: rgb(254, 102, 78);
}

.background-header .nav li a.active {
  position: relative;
  color: rgb(255, 255, 255);
}

.background-header .nav li a.active::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(254, 102, 78);
  content: "";
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active::after {
  background-color: transparent;
}

.header-area {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  transition: 0.5s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  transition: 0.3s;
}

.header-area .main-nav .logo {
  line-height: 60px;
  float: left;
  transition: 0.3s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 14px;
  margin-right: 0px;
  background-color: transparent;
  transition: 0.3s;
  position: relative;
  z-index: 99999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 0px;
  background: rgb(255, 108, 0);
  border-radius: 15px;
}

.header-area .main-nav .nav li:last-child a, .background-header .main-nav .nav li:last-child a {
  font-weight: 400;
  background: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  padding: 0px 20px !important;
  color: rgb(255, 255, 255) !important;
}

.header-area .main-nav .nav li:last-child a:hover, .background-header .main-nav .nav li:last-child a:hover {
  background: white;
  border: 1px solid rgb(251, 101, 77);
  color: rgb(251, 101, 77) !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: rgb(42, 42, 42);
  text-transform: capitalize;
  transition: 0.3s;
  height: 40px;
  line-height: 40px;
  border: rgba(133, 133, 133, 0.18);
}

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
  color: rgb(254, 102, 78) !important;
}

.background-header .main-nav .nav li:hover a, .background-header .main-nav .nav li a.active {
  color: rgb(254, 102, 78) !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu::after {
  font-family: FontAwesome;
  content: "ï„‡";
  font-size: 12px;
  color: rgb(42, 42, 42);
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu::after {
  color: rgb(42, 42, 42);
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 28px 0px;
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(2em);
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease-in-out, visibility linear 0.3s, z-index linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: rgb(247, 247, 247);
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  transition: 0.3s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid rgb(238, 238, 238);
  color: rgb(42, 42, 42) !important;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: rgb(255, 255, 255);
  padding-left: 25px;
  color: rgb(254, 102, 78) !important;
}

.header-area .main-nav .nav li.submenu ul li a:hover::before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 20px;
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
  transition: 0.4s;
  background-color: rgb(42, 42, 42);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0px;
}

.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
  background-color: rgb(42, 42, 42);
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
  transition: 0.4s;
  background-color: rgb(42, 42, 42);
  display: block;
  position: absolute;
  height: 2px;
  left: 0px;
  width: 75%;
}

.background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
  background-color: rgb(42, 42, 42);
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span::before {
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span::after {
  transform-origin: 33% 0px;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span::before, .header-area .main-nav .menu-trigger.active span::after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span::before {
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: rgb(42, 42, 42);
}

.background-header .main-nav .menu-trigger.active span::before {
  background-color: rgb(42, 42, 42);
}

.header-area .main-nav .menu-trigger.active span::after {
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: rgb(42, 42, 42);
}

.background-header .main-nav .menu-trigger.active span::after {
  background-color: rgb(42, 42, 42);
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: rgb(254, 102, 78);
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
      padding-left: 12px;
      padding-right: 12px;
  }

  .header-area .main-nav::before {
      display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child, .background-header .main-nav .nav li:last-child {
      display: none;
  }

  .header-area .main-nav .nav li:nth-child(6), .background-header .main-nav .nav li:nth-child(6) {
      padding-right: 0px;
  }

  .background-header .nav li a.active::after {
      display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child {
      display: none;
  }

  .background-header .main-nav .nav {
      margin-top: 80px !important;
  }

  .header-area .main-nav .logo {
      color: rgb(30, 30, 30);
      line-height: 40px;
  }

  .header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
      color: rgb(254, 102, 78) !important;
      opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
      width: 100%;
  }

  .header-area {
      background-color: rgb(255, 255, 255);
      padding: 0px 15px;
      height: 80px;
      text-align: center;
      box-shadow: rgba(112, 112, 112, 0.03) 0px 5px 8px;
  }

  .header-area .container {
      padding: 0px;
  }

  .header-area .logo {
      margin-top: 20px;
  }

  .header-area .menu-trigger {
      display: block !important;
  }

  .header-area .main-nav {
      overflow: hidden;
  }

  .header-area .main-nav .nav {
      float: none;
      width: 100%;
      display: none;
      transition: all;
      margin-left: 0px;
  }

  .background-header .nav {
      margin-top: 80px;
  }

  .header-area .main-nav .nav li:first-child {
      border-top: 1px solid rgb(238, 238, 238);
  }

  .header-area.header-sticky .nav {
      margin-top: 100px;
  }

  .header-area .main-nav .nav li {
      width: 100%;
      background: rgb(255, 255, 255);
      border-bottom: 1px solid rgb(231, 231, 231);
      padding-left: 0px !important;
      padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
      height: 50px !important;
      line-height: 50px !important;
      padding: 0px !important;
      border: none !important;
      background: rgb(247, 247, 247) !important;
      color: rgb(25, 26, 32) !important;
  }

  .header-area .main-nav .nav li a:hover {
      background: rgb(238, 238, 238) !important;
      color: rgb(254, 102, 78) !important;
  }

  .header-area .main-nav .nav li.submenu ul {
      position: relative;
      visibility: inherit;
      opacity: 1;
      z-index: 1;
      transform: translateY(0%);
      transition-delay: 0s, 0s, 0.3s;
      top: 0px;
      width: 100%;
      box-shadow: none;
      height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
      font-size: 12px;
      font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover::before {
      width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
      height: auto !important;
  }

  .header-area .main-nav .nav li.submenu::after {
      color: rgb(59, 86, 110);
      right: 25px;
      font-size: 14px;
      top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
      height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
      display: flex !important;
  }
}

.js-preloader {
  position: fixed;
  inset: 0px;
  background-color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: opacity 0.25s;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: rgb(255, 255, 255);
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: rgb(254, 102, 78);
  border-radius: 50%;
  transform: translateX(0px);
  animation: 2.8s ease 0s infinite normal none running dot;
}

.preloader-inner .dots {
  transform: translateX(0px);
  margin-top: 12px;
  margin-left: 31px;
  animation: 2.8s ease 0s infinite normal none running dots;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: rgb(254, 102, 78);
  border-radius: 50%;
}

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0px 50px;
  position: relative;
  overflow: hidden;
}

.main-banner::after {
  content: "";
  background-image: url("../images/slider-left-dec.jpg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner::before {
  content: "";
  background-image: url("../images/slider-right-dec.jpg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(254, 102, 78);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  color: rgb(42, 42, 42);
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 626px;
}

#about {
  padding-top: 30px;
}

.about-left-image img {
  margin-right: 45px;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: rgb(245, 245, 245);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0px auto;
  box-shadow: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  left: 0px;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.progress .progress-left {
  left: 0px;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0px;
  border-color: rgb(253, 106, 84);
}

.first-skill-item .progress .progress-bar {
  border-color: rgb(254, 102, 78);
}

.second-skill-item .progress .progress-bar {
  border-color: rgb(114, 106, 227);
}

.third-skill-item .progress .progress-bar {
  border-color: rgb(245, 139, 86);
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0px;
  transform-origin: left center;
}

.progress .progress-right {
  right: 0px;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0px;
  transform-origin: right center;
}

.progress .progress-value {
  color: rgb(42, 42, 42);
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}

.progress .progress-value div {
  margin-top: 10px;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: rgb(175, 175, 175);
  font-weight: 300;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-1;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-2;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-3;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-4;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: auto ease 0s 0 normal none running none;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s 1 normal forwards running loading-1;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s 1 normal forwards running loading-2;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s 1 normal forwards running loading-3;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s 1 normal forwards running loading-4;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: 1.5s linear 0s 1 normal forwards running loading-5;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s 1 normal forwards running loading-5;
}

@keyframes loading-1 {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(180deg);
  }
}

.progress {
  margin-bottom: 1em;
}

.services {
  padding-top: 130px;
  position: relative;
}

.services::after {
  content: "";
  background-image: url("../images/services-left-dec.jpg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services::before {
  content: "";
  background-image: url("../images/services-right-dec.jpg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0px auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.services .naccs .menu div h4 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: rgb(42, 42, 42);
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: rgb(255, 255, 255);
}

.services .naccs .menu div.active {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}

.services ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 100% !important;
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 56px 20px;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: rgb(42, 42, 42);
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: rgb(141, 153, 175);
  color: rgb(255, 255, 255);
}

.services .nacc .thumb .main-white-button a i {
  background-color: rgb(255, 255, 255);
  color: rgb(141, 153, 175);
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(254, 102, 78) !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.free-quote {
  background-color: rgb(0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 0px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6, .free-quote .section-heading h4 {
  color: rgb(255, 255, 255);
}

.free-quote .section-heading .line-dec {
  margin: 0px auto;
  background-color: rgb(255, 255, 255);
}

.free-quote form {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: rgb(175, 175, 175);
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid rgb(238, 238, 238);
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: rgb(254, 102, 78);
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.embed_Videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.reals_video, .videos {
  margin-bottom: 20px;
}

.video {
  margin-right: 10px;
}

.video_frame {
  border-radius: 15px;
  max-width: 100%;
}

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio::before {
  content: "";
  background-image: url("../images/portfolio-right-dec.jpg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio::after {
  content: "";
  background-image: url("../images/portfolio-left-dec.jpg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 20px;
}

.our-portfolio .container-fluid {
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 15px;
  box-shadow: rgba(120, 120, 120, 0.13) 0px 0px 7px;
  margin: 10px;
  padding: 0px 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.down-content span {
  margin-bottom: 10px;
}

.portfolio-item:hover .down-content h4, .portfolio-item:hover .down-content span {
  color: rgb(254, 102, 78);
}

.down-content .old_price {
  font-size: 16px;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding: 18px 9px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.image-item .thumb {
  height: 100%;
}

.image-item .thumb img {
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: rgb(42, 42, 42);
  margin-bottom: 8px;
  transition: 0.3s;
}

.portfolio-item .down-content span {
  transition: 0.3s;
}

.our-portfolio .owl-nav {
  position: absolute;
  top: -125px;
  right: 3%;
  max-width: 1320px;
  display: inline-block !important;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: rgb(238, 238, 238);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(254, 102, 78);
}

.blog::before {
  content: "";
  background-image: url("../images/blog-left-dec.jpg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 80px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0px auto;
}

.campaign-item {
  box-shadow: rgba(195, 192, 217, 0.41) 0px 0px 10px;
  border-radius: 25px;
}

.campaign-product-price {
  color: rgb(254, 102, 78);
  font-size: 28px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 13px;
}

.product-price {
  color: rgb(254, 102, 78);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 13px;
}

.show-up {
  position: relative;
  z-index: 99;
}

.campaign-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.campaign-item .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
}

.campaign-item .down-content span.category {
  font-size: 16px;
  color: rgb(3, 2, 22);
  padding: 5px 12px;
  background-color: rgb(240, 237, 255);
  border-radius: 5px;
  display: inline-block;
  margin-right: 20px;
}

.campaign-item .down-content span.category:hover {
  color: rgb(243, 255, 249);
  background-color: rgb(32, 194, 105);
}

.campaign-item .down-content span.date {
  font-size: 15px;
  color: rgb(175, 175, 175);
  text-align: right;
  float: right;
  margin-top: 4px;
}

.campaign-item .down-content h4 {
  font-size: 26px;
  font-weight: 700;
  color: rgb(42, 42, 42);
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 38px;
}

.campaign-item .down-content p {
  margin-bottom: 24px;
}

.campaign-item .down-content span.author {
  font-size: 15px;
  color: rgb(42, 42, 42);
}

.campaign-item .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.campaign-item .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.old_price {
  font-weight: 600;
  font-size: 18px;
}

.post-item {
  margin-bottom: 22px;
  background: white;
  padding: 10px;
  box-shadow: rgba(195, 192, 217, 0.41) 0px 0px 10px;
  border-radius: 15px;
  min-height: 180px;
  max-height: 180px;
  transition: 0.3s;
}

.post-item:hover {
  transform: scale(1.05);
}

.item_selected {
  border: 3px solid rgb(32, 194, 105);
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 10px;
  background: rgba(223, 223, 223, 0.24);
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding: 10px;
}

.post-item .right-content span.category {
  font-size: 14px;
  color: rgb(6, 1, 14);
  padding: 4px 10px;
  background-color: rgba(234, 230, 255, 0.533);
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
}

.post-item .right-content span.category:hover {
  font-size: 14px;
  color: rgb(241, 232, 255);
  padding: 4px 10px;
  background-color: rgb(32, 194, 105);
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: rgb(175, 175, 175);
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(42, 42, 42);
  margin-top: 5px;
  line-height: 30px;
}

span.category {
  cursor: pointer;
}

.category:hover {
  cursor: pointer;
  color: rgb(244, 237, 255);
  background-color: rgb(32, 194, 105);
}

span.active {
  font-size: 16px;
  color: rgb(244, 237, 255);
  padding: 5px 12px;
  background-color: rgb(32, 194, 105);
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.fill-form .section-heading h4, .checkout-right-content .section-heading h4 {
  text-align: left;
  font-size: 25px;
  margin-bottom: -1px;
}

.fill-form .section-heading p, .checkout-right-content .section-heading p {
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 12px;
}

.fill-form .section-heading .line-dec, .checkout-right-content .section-heading .line-dec {
  float: left;
}

.checkout {
  padding-top: 130px;
}

.checkout .section-heading .line-dec {
  margin: 0px auto;
}

.checkout .section-heading {
  text-align: center;
  margin-bottom: 20px;
}

.checkout-right-content {
  padding: 40px 20px;
}

.table-responsive {
  margin-top: 5rem;
}

span.checkout-data {
  margin-right: 26px;
  font-size: 18px;
}

form#cart_checkout::before {
  background-image: url("../images/contact-top-right-v2.png");
  position: absolute;
  right: 0px;
  top: 0px;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#cart_checkout::after {
  background-image: url("../images/contact-bottom-right-v2.png");
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}

form#cart_checkout {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 23px;
  margin-bottom: 100px;
}

form#cart_checkout #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 40px 10px 40px 40px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0px auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: rgb(42, 42, 42);
  transition: 0.3s;
}

.fill-form .icon:hover a {
  color: rgb(254, 102, 78);
}

form#cart_checkout input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid rgb(161, 161, 161);
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: rgb(42, 42, 42);
  appearance: none;
  padding: 0px 20px;
  margin-top: 30px;
}

form#cart_checkout input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

form#cart_checkout input::placeholder {
  color: rgb(170, 170, 170);
}

form#cart_checkout textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100px;
  min-height: 46px;
  height: 80px;
  background-color: transparent;
  border: 1px solid rgb(161, 161, 161);
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: rgb(42, 42, 42);
  padding: 15px 20px;
  margin-top: 30px;
}

form#cart_checkout .select_input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid rgb(161, 161, 161);
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: rgb(42, 42, 42);
  padding: 0px 20px;
  margin-top: 30px;
  appearance: none;
}

form#cart_checkout textarea::placeholder {
  color: rgb(170, 170, 170);
}

form#cart_checkout button {
  display: inline-block;
  background-color: rgb(14, 16, 26);
  font-size: 15px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  letter-spacing: 0.25px;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s;
  outline: none;
}

form#cart_checkout button:hover {
  border: 2px solid rgb(14, 16, 26);
  font-weight: 600;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(14, 16, 26) !important;
}

footer {
  background: black;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 10px;
}

footer p {
  text-align: center;
  margin: 6px 0px;
  color: rgb(255, 255, 255);
}

footer p a {
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
      font-size: 24px;
  }

  .header-area .main-nav .logo h4 img {
      max-width: 25px;
      margin-left: 0px;
  }

  .header-area .main-nav .nav li:last-child {
      padding-left: 20px;
  }
}

@media (max-width: 992px) {
  form#cart_checkout {
      overflow: hidden;
  }

  .header-area .main-nav .logo h4 {
      font-size: 20px;
  }

  .main-banner .left-content {
      margin-right: 0px;
  }

  .main-banner {
      text-align: center;
      padding: 226px 0px 30px;
  }

  .main-banner::before {
      display: none;
  }

  .main-banner .right-image {
      margin: 30px auto 0px;
      text-align: center;
  }

  .features-item {
      margin-bottom: 45px;
  }

  .last-features-item, .last-skill-item {
      margin-bottom: 0px !important;
  }

  .skill-item {
      margin-bottom: 30px;
  }

  .about-left-image img {
      margin-right: 0px;
      margin-bottom: 45px;
  }

  .services .naccs .menu div {
      font-size: 15px;
      font-weight: 500;
  }

  .service-item {
      text-align: center;
  }

  .service-item .icon {
      margin-top: 0px;
      margin-bottom: 30px;
  }

  .about-us .left-image {
      margin-right: 30px;
      margin-left: 30px;
      margin-bottom: 45px;
  }

  .campaign-items {
      margin-left: 0px;
      margin-top: 30px;
  }

  .post-item {
      margin-bottom: 70px;
  }

  .our-portfolio .owl-nav {
      display: none !important;
  }

  .contact-info {
      margin-top: 60px;
  }

  form#cart_checkout {
      padding: 10px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
      font-size: 30px;
  }

  .header-area .main-nav .logo h4 img {
      max-width: 30px;
      margin-left: 5px;
  }

  .main-banner .info-stat {
      margin-bottom: 15px;
  }

  .service-item {
      text-align: center;
      padding: 30px;
  }

  .service-item .icon {
      float: none;
      margin-right: 0px;
      margin-bottom: 15px;
  }

  .service-item .right-content {
      display: inline-block;
  }

  .services .naccs .menu div .thumb {
      padding: 5px;
  }

  .services .icon img {
      margin: 0px;
  }

  .services ul.nacc li.active {
      padding: 45px;
  }

  .services .naccs .menu div {
      font-size: 0px;
  }

  .services ul.nacc li .right-image img {
      float: none;
  }

  .our-portfolio .section-heading, .about-us .section-heading, .about-us .about-item, .about-us p, .about-us .main-green-button {
      text-align: center;
  }

  .our-portfolio .section-heading .line-dec {
      margin: 0px auto;
  }

  .our-services .section-heading {
      margin-left: 15px;
      margin-right: 15px;
  }

  .free-quote form input {
      margin-left: 0px;
      padding: 0px 30px;
  }

  .free-quote form button {
      margin-left: 0px;
      border-bottom-left-radius: 40px;
      border-top-right-radius: 0px;
  }

  .campaign-items {
      margin-left: 0px;
      margin-top: 30px;
  }

  .post-item {
      margin-bottom: 30px;
  }

  .post-item .thumb img {
      max-width: 140px;
  }

  .post-item .right-content p {
      display: none;
  }

  .about-us .about-item {
      margin-top: 15px;
  }

  form#cart_checkout {
      padding: 10px;
  }

  .fill-form {
      padding: 40px 10px;
  }
}

.table {
  vertical-align: middle;
  background: rgba(237, 237, 239, 0.36);
}

@media (max-width: 767px) {
  .main-banner .left-content h2 {
      font-weight: 600;
      font-size: 29px;
  }

  .main-banner {
      text-align: center;
      padding: 130px 0px 30px;
  }

  .main-banner .left-content p {
      margin-right: 0px;
  }

  .right-image .video_frame {
      border-radius: 5px;
      max-width: 100%;
      max-height: 219px;
  }

  .reals_video, .videos {
      margin-bottom: 0px;
  }
  .available {
    float: right !important;
    background: rgb(0, 199, 0);
    color: white;
    padding: 10px;
    border: 1px solid lightgreen;
  }
  .embed_Videos {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }

  .reals_video .embed_Videos .video_frame {
      height: 300px;
      width: 200px;
  }

  .post-item .right-content span.date {
      font-size: 14px;
      float: left;
  }

  .post-item .right-content h4 {
      font-size: 15px;
      font-weight: 600;
      line-height: 22px;
  }

  .table {
      vertical-align: middle;
  }

  span.checkout-data {
      margin-right: 16px;
      font-size: 16px;
  }

  .our-portfolio, .checkout {
      padding-top: 40px;
  }

  .blog .section-heading {
      margin-bottom: 40px;
  }

  .blog {
      padding-top: 40px;
  }
}

.table tr:last-child {
  margin-right: 20px;
}

.review-img {
  height: 60px;
  width: 60px;
  margin-right: 15px;
}

.review-item .thumb img {
  overflow: hidden;
  object-fit: cover;
  border-radius: 50px;
  position: absolute;
  top: -1px;
  left: 180px;
  border: 1px solid rgb(238, 238, 238);
  background: white;
}

.review-item {
  position: relative;
  border: 1px solid rgb(238, 238, 238);
  margin: 5px;
  padding: 10px;
  border-radius: 0px 30px;
}

.review-name {
  margin-top: 10px;
  font-size: 10px;
  margin-left: 10px;
}

.review-address {
  font-size: 12px;
}

.review-text {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
}
i.fa.fa-phone {
  font-size: 20px;
}

i.fa.fa-envelope {
  font-size: 18px;
}

i.fa.fa-map-marker {
  font-size: 23px;
  margin-right: 5px;
}