@font-face {
  font-family: Poppins;
  font-style: medium;
  font-weight: 500;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins;
  font-style: bold;
  font-weight: 600;
  src: url(../fonts/Poppins-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 15px;
  color: #565872;
  font-family: poppins, Sans-serif;
  line-height: 26px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}

b, strong {
  color: #172541;
}

.cursor-pointer .cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid black;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999999;
}
.cursor-pointer .cursor2 {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: black;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999999;
}

a {
  text-decoration: none;
}

.btn {
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 50px !important;
  border: none;
  color: #ffffff !important;
  text-align: center;
  opacity: 1;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3490196078);
  width: 20px;
  height: 150px;
  left: -45px;
  top: -55px;
  transform: rotate(35deg);
  transition: 0.5s;
}
.btn:hover::before {
  left: 290px;
  top: -10px;
  transition: 0.5s;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn-theme {
  color: #3763eb;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
.btn-theme .fa {
  padding-left: 5px;
  position: absolute;
  top: 50%;
  bottom: inherit;
  transform: translate(0%, -50%);
  right: -20px;
  transition: 0.3s;
}
.btn-theme:hover .fa {
  right: -25px;
  transition: 0.3s;
}
.btn-theme:hover {
  color: #3763eb;
}

.btn-primary {
  background-color: #3763eb;
  padding: 13px 0px;
  width: 250px;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #3763eb !important;
}

.btn-warning {
  background-color: #ffd546;
  color: #222 !important;
  font-weight: 500 !important;
  line-height: 1.78;
  padding: 12px 22px;
  border-radius: 0px !important;
}

.btn-outline-warning {
  background-color: #005eb8 !important;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  color: #fff;
  font-weight: 500 !important;
  line-height: 1.7;
  padding: 12px 30px;
}

.line {
  position: relative;
}
.line::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #f3525a;
  bottom: -10px;
  left: 0;
}

.cross-line {
  position: relative;
  overflow: hidden;
}
.cross-line::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3490196078);
  width: 30px;
  height: 800px;
  left: -100%;
  top: -150%;
  transform: rotate(39deg);
  transition: 0.6s;
}
.cross-line:hover::after {
  left: 125%;
  top: 41%;
  transition: 0.6s;
}

.headingh1 {
  color: #172541;
  font-size: 17px;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.headingh2 {
  color: #172541;
  font-size: 18px;
  font-weight: 600;
  font-family: poppins, Sans-serif;
  line-height: 1.78;
  margin: 2.33em 0 18px;
  letter-spacing: 1px;
}

.headingh3 {
  color: #172541;
  font-size: 24px;
  font-weight: 500;
  font-family: poppins, Sans-serif;
}

.heading-main {
  font-size: 45px;
  color: #172541;
  font-weight: 600;
}

.main-title {
  font-size: 35px;
  color: #172541;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 18px;
}

.sub-heading {
  color: #3763eb;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
}

.section {
  padding: 50px 0px !important;
  overflow-x: hidden;
}

.shapes-1 {
  position: absolute;
  z-index: 1;
  animation: moving-top 3s infinite ease-in-out;
}

.shapes-2 {
  position: absolute;
  z-index: 0;
  animation: 15s linear infinite rotated;
}

.shapes-3 {
  position: absolute;
  z-index: 1;
  animation: moving-left 3s infinite ease-in-out;
}

.shapes-4 {
  position: absolute;
  z-index: 1;
  animation: zooming-in 3s infinite ease-in-out;
}

.circle1 {
  position: absolute;
  margin: auto;
}

.rotate-right {
  width: 19%;
  right: 0;
  left: 15px;
  top: 26%;
  animation: 15s linear infinite rotated;
}

.rotate-left {
  width: 10%;
  bottom: 32%;
  right: 7%;
  left: 0;
  animation: 2s linear infinite rotated-left;
}

.bar-image {
  width: 6%;
  left: 14%;
  right: 0;
  bottom: 34%;
  animation: bar-zoom 2s infinite ease-in-out;
}

.message-move {
  width: 6%;
  left: 10%;
  top: 42%;
  animation: moving-message 2s infinite ease-in-out;
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  40% {
    border-color: #fff;
  }
}
@keyframes banner-img {
  0% {
    margin-top: 0;
    transition: 0.3s;
  }
  50% {
    margin-top: -20px;
    transition: 0.3s;
  }
  100% {
    margin-top: 0;
    transition: 0.3s;
  }
}
@keyframes moving-top {
  0% {
    margin-top: 0;
    transition: 0.5s;
  }
  50% {
    margin-top: -15px;
    transition: 0.5s;
  }
  100% {
    margin-top: 0;
    transition: 0.5s;
  }
}
@keyframes moving-message {
  0% {
    top: 42%;
  }
  50% {
    top: 39%;
  }
  100% {
    top: 42%;
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotated-left {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes moving-left {
  0% {
    right: 16%;
  }
  50% {
    right: 14%;
  }
  100% {
    right: 16%;
  }
}
@keyframes zooming-in {
  0% {
    width: 110px;
  }
  50% {
    width: 125px;
  }
  100% {
    width: 110px;
  }
}
@keyframes bar-zoom {
  0% {
    width: 6%;
  }
  50% {
    width: 7%;
  }
  100% {
    width: 6%;
  }
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
[data-animation] {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
  animation-duration: 3s;
}

.fadeIn {
  animation-name: fadeIn;
}

.whatsapp-img a {
  position: fixed;
  right: -6px;
  bottom: 30px;
  z-index: 999;
  background: #398d46 0% 0% no-repeat padding-box;
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-img a img {
  width: 28px;
}

.bottom-to-top a {
  position: fixed;
  right: -6px;
  bottom: 90px;
  z-index: 999;
  background: #3763eb 0% 0% no-repeat padding-box;
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-to-top a .fa {
  font-size: 25px;
  color: #fff;
}

.sticky-stopper {
  padding-bottom: 70px;
}

.fixed {
  background-color: #fff;
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999999999999;
  box-shadow: 0px 1px 8px rgba(153, 153, 153, 0.6196078431);
  padding: 10px 0px !important;
}

#closesidebar {
  right: -150%;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4862745098);
  z-index: 99999;
}
#closesidebar .side-menu {
  margin-left: auto;
  max-width: 350px;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  z-index: 99999999;
  top: 0;
  right: 0px;
  background-color: #fff;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: scroll;
}
#closesidebar .side-menu .click .fa {
  color: #172541;
}
#closesidebar .side-menu .side-mobile-menu .drop {
  list-style: none;
  margin: 0;
  padding-top: 15px;
  padding-left: 0px;
}
#closesidebar .side-menu .side-mobile-menu .drop li a {
  padding: 8px 0px 8px 15px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 15px;
  color: #172541;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  transition: 0.4s;
}
#closesidebar .side-menu .side-mobile-menu .drop li:hover a {
  transition: 0.4s;
}
#closesidebar .side-menu .side-mobile-menu .drop li:hover .active {
  padding-left: 0px;
}
#closesidebar .side-menu .side-mobile-menu .sidenav {
  position: relative;
  transition: 0.4s;
  list-style: none;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container {
  display: none;
  list-style: none;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item {
  border: none;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-header .accordion-button {
  margin: 0;
  color: #172541;
  font-weight: 500;
  background: none;
  box-shadow: none;
  padding: 8px 0px 8px 15px;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "-" !important;
  position: absolute;
  background-image: inherit;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  bottom: inherit;
  width: 15px;
  height: 15px;
  transition: 0.5s;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-header .collapsed::after {
  content: "+" !important;
  position: absolute;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-body {
  padding-left: 22px !important;
  padding: 0;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-body ul li a {
  position: relative;
  cursor: pointer;
  z-index: 0;
  padding-left: 5px;
  text-transform: capitalize;
  font-size: 15px;
  transition: 0.4s;
  color: #172541;
  padding-bottom: 0;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-body ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #172541;
  border-radius: 50%;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-body ul li:hover a {
  padding-left: 10px;
  transition: 0.4s;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container .accordion .accordion-item .accordion-body ul li:hover a::before {
  background-color: #172541;
  border: 2px solid #172541;
  transition: 0.5s;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-container li {
  margin-top: 8px;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-btn {
  transition: 0.4s;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .dropdown-btn .fa {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 16px;
  transform: rotate(90deg);
  font-weight: 600;
}
#closesidebar .side-menu .side-mobile-menu .sidenav:hover .dropdown-container {
  display: block;
}
#closesidebar .side-menu .side-mobile-menu .sidenav:hover .dropdown-btn .fa {
  transform: rotate(0deg);
  transition: 0.4s;
}
#closesidebar .side-menu .side-mobile-menu .sidenav:hover .dropdown {
  padding-top: 0px;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .active {
  color: #172541;
}
#closesidebar .side-menu .side-mobile-menu .sidenav .active .fa {
  transform: rotate(0deg);
  transition: 0.4s;
}

.for-apple {
  display: flex;
  justify-content: space-between;
}

header {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.062745098);
  position: absolute;
  z-index: 1;
  width: 100%;
}
header .navbar {
  width: 100%;
}
header .navbar .navbar-brand img {
  width: 150px;
}
header .navbar .fa-bars {
  font-size: 18px;
  color: #000;
}
header .navbar .navbar-toggler {
  border: 0;
  width: 50px;
  height: auto;
  padding: 0;
  text-align: start;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  background: none;
}
header .navbar .navbar-toggler:active {
  box-shadow: none;
  outline: none;
  background: none;
}
header .navbar .navbar-nav .nav-item {
  margin: 0px 8px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  text-align: center;
  font: normal normal 500 13px/24px Poppins;
  letter-spacing: 0px;
  color: #172541;
  text-transform: uppercase;
  opacity: 1;
  padding: 15px 0px;
  margin: 0px;
  position: relative;
  display: flex;
  align-items: center;
}
header .navbar .navbar-nav .nav-item .nav-link .fa-caret-right {
  font-size: 16px;
  color: #172541;
}
header .navbar .navbar-nav .nav-item .nav-link:hover .fa-caret-right {
  transform: rotate(90deg);
  color: #172541;
  transition: 0.5s;
}
header .navbar .navbar-nav .nav-item .active {
  color: #c52b37 !important;
  font: normal normal 600 14px/25px Poppins;
}
header .navbar .navbar-nav .nav-item .btn-primary {
  width: 100% !important;
  padding: 8px 35px !important;
}
header .navbar .navbar-nav .nav-item .btn-primary .fa {
  font-size: 18px;
  color: #fff;
}
header .navbar .navbar-nav .nav-item .phone {
  background-color: #172541 !important;
}
header .navbar .navbar-nav .nav-item .whatsapp {
  background-color: #1ad03f !important;
}
header .navbar .navbar-nav .has-submenu {
  transition: 0.3s;
}
header .navbar .navbar-nav .has-submenu .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  list-style: none;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0px;
  background: #fff;
  padding: 15px 0px;
  z-index: 1;
  box-shadow: 0px 20px 15px -20px #888888;
  height: 265px;
  overflow-y: scroll;
}
header .navbar .navbar-nav .has-submenu .sub-menu .headingh1 {
  font: normal normal 500 14px/24px Poppins !important;
  margin-bottom: 18px;
}
header .navbar .navbar-nav .has-submenu .sub-menu ul li {
  padding: 5px 0px;
}
header .navbar .navbar-nav .has-submenu .sub-menu ul li .nav-link {
  font: normal normal normal 13px/20px Poppins;
  letter-spacing: 0px;
  color: #172541;
  text-transform: capitalize;
  margin: 0;
  padding: 0px;
  text-align: left;
  transition: 0.3s;
}
header .navbar .navbar-nav .has-submenu .sub-menu ul li .nav-link:hover {
  color: #3763eb;
  transition: 0.3s;
}
header .navbar .navbar-nav .has-submenu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

footer {
  width: 100%;
  background: #000;
  opacity: 1;
  padding: 70px 0 0px;
  text-align: left;
  font: normal normal normal 18px/28px Poppins;
  letter-spacing: 0px;
  color: #172541;
  opacity: 1;
}
footer marquee p {
  color: #fff;
  padding: 15px 0px;
  line-height: 50px;
}
footer .logo-section p {
  font: normal normal normal 15px/24px Poppins;
  letter-spacing: 0.22px;
  color: #d9d7d7;
  opacity: 1;
}
footer .logo-section img {
  width: 150px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 0px;
  position: relative;
}
footer ul li a {
  text-align: left;
  font: normal normal normal 15px/24px Poppins;
  letter-spacing: 0.22px;
  color: #d9d7d7;
  opacity: 1;
}
footer ul li a:hover {
  color: #d9d7d7;
}
footer .copyright-section {
  margin-top: 50px;
  padding: 8px 0;
}
footer .copyright-section p,
footer .copyright-section a {
  margin-bottom: 0;
  font: normal normal 300 10px/30px Poppins;
  letter-spacing: 1.4px;
  color: #d9d7d7;
  text-transform: uppercase;
  opacity: 1;
}

.banner {
  background-color: #3763eb;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/banner-bg.webp);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.banner canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner .banner-title h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 30px;
}
.banner .banner-title h1 span {
  color: #fff !important;
  overflow: hidden;
  padding: 0 10px;
  animation: blink-caret 0.9s step-end infinite;
}
.banner .banner-title p {
  color: #dbd9d9;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner .banner-title .btn-primary {
  background-color: #191818 !important;
}
.banner .banner-image {
  text-align: end;
}
.banner .banner-image .move-image {
  width: 80%;
  animation: banner-img 3s infinite ease-in-out;
}
.banner .banner-image .shape8 {
  position: absolute;
  right: 10%;
  bottom: 25%;
  width: 120px;
}
.banner .banner-image .shape9 {
  position: absolute;
  right: 33%;
  top: 36%;
  width: 40px;
}
.banner .banner-image .shape10 {
  position: absolute;
  right: 16%;
  top: 22%;
  width: 85px;
}
.banner .banner-image .shape11 {
  position: absolute;
  right: 26%;
  top: 24%;
  width: 85px;
}
.banner .carousel-control-prev {
  display: none;
}
.banner .carousel-control-next {
  display: none;
}

.home1 {
  overflow-x: hidden;
}
.home1 .home1-content {
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}
.home1 .home1-content .nav-pills .nav-item {
  margin: auto;
}
.home1 .home1-content .nav-pills .nav-item .nav-link {
  border-bottom: 4px solid transparent;
  font-weight: 600;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border-radius: 0px;
  transition: 0.3s;
}
.home1 .home1-content .nav-pills .nav-item .nav-link img {
  width: 55px;
  margin: auto;
  margin-bottom: 10px !important;
  filter: grayscale(1);
  transform: rotateY(0deg);
  transition: 0.3s;
}
.home1 .home1-content .nav-pills .nav-item .nav-link .headingh1 {
  display: block;
  font-size: 16px !important;
}
.home1 .home1-content .nav-pills .nav-item .nav-link:hover .headingh1 {
  color: #3763eb;
}
.home1 .home1-content .nav-pills .nav-item .nav-link:hover img {
  filter: grayscale(0);
  transition: 0.3s;
  transform: rotateY(180deg);
}
.home1 .home1-content .nav-pills .nav-item .active {
  background-color: #fff;
  border-bottom: 4px solid #3763eb;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.home1 .home1-content .nav-pills .nav-item .active::after {
  content: "\f0d7";
  position: absolute;
  color: #3763eb;
  font-size: 30px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  font-family: "FontAwesome";
}
.home1 .home1-content .nav-pills .nav-item .active .headingh1 {
  color: #3763eb;
}
.home1 .home1-content .nav-pills .nav-item .active img {
  filter: grayscale(0);
}
.home1 .home1-content .tab-content .tab-pane ul li a {
  color: #565872;
  transition: 0.5s;
  border-bottom: 1px solid #565872;
}
.home1 .home1-content .tab-content .tab-pane ul li a:hover {
  color: #3763eb;
  transition: 0.5s;
  border-bottom: 1px solid #3763eb;
}

.list-content {
  -moz-columns: 2;
       columns: 2;
}
.list-content li {
  list-style: square;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px 10px 0px;
}
.list-content li::marker {
  color: #3763eb;
  font-size: 19px;
}

.our-expertise-mobile .main-title {
  line-height: 24px !important;
  font-size: 18px !important;
}

.home2 {
  padding-top: 50px;
  margin-bottom: 50px;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
.home2 .shape1 {
  left: 1%;
  top: 2%;
}
.home2 .home2-content {
  padding: 30px 10px;
  position: relative;
}
.home2 .home2-content .shape2 {
  width: 20px;
  height: 20px;
  background: #3763eb;
  border-radius: 5px;
  right: 0%;
  top: 14%;
}
.home2 .home2-content ul li {
  font-weight: 400;
}
.home2 .home2-image {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: center;
  transform: translateX(45px) translateY(-30px);
  max-width: 90%;
  margin: auto;
  position: relative;
}

.home3 {
  padding-bottom: 50px;
  overflow: hidden;
}
.home3 .main-title {
  margin-bottom: 5px;
}
.home3 .home3-inner {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.home3 .home3-inner .home3-inner-content {
  padding: 25px 15px;
  position: relative;
  background-color: #3763eb;
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
  min-height: 100%;
  border-radius: 10px;
  z-index: 2;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.home3 .home3-inner .home3-inner-content img {
  margin-bottom: 15px;
  width: 76px;
}
.home3 .home3-inner .home3-inner-content .headingh1 {
  color: #fff;
  margin-bottom: 8px;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
.home3 .home3-inner .home3-inner-content p {
  color: #e9e9e9;
}
.home3 .home3-inner .home3-inner-content::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #172541;
  z-index: -1;
  position: absolute;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
.home3 .home3-inner .home3-inner-content:hover {
  transform: translateY(-20px) scale(1.03);
  border-color: transparent;
}
.home3 .home3-inner .home3-inner-content:hover::before {
  opacity: 1;
  transform: scale(1);
}

.home4 {
  padding: 50px 0px 80px 0px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home4 .shape1 {
  right: 28%;
  top: 7%;
}
.home4 .home4-content .carousel .carousel-indicators {
  display: block;
  margin: 0;
  right: 0;
  left: inherit;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  max-width: 270px;
  padding-top: 30px;
  width: 100%;
  z-index: 1;
}
.home4 .home4-content .carousel .carousel-indicators .btn-image {
  padding: 0px 40px;
}
.home4 .home4-content .carousel .carousel-indicators .btn-image button {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.home4 .home4-content .carousel .carousel-indicators .btn-image button img {
  max-width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.home4 .home4-content .carousel .carousel-indicators .btn-image button:hover img {
  filter: grayscale(0);
}
.home4 .home4-content .carousel .carousel-indicators .btn-image button:hover {
  opacity: 1;
}
.home4 .home4-content .carousel .carousel-indicators .btn-image .active {
  position: relative;
}
.home4 .home4-content .carousel .carousel-indicators .btn-image .active::before {
  content: "";
  position: absolute;
  height: 40px;
  width: 4px;
  background-color: #3763eb;
  left: -43px;
  top: 0;
}
.home4 .home4-content .carousel .carousel-indicators .btn-image .active img {
  filter: grayscale(0);
  opacity: 1;
}
.home4 .home4-content .carousel .carousel-inner {
  background-color: #fafafa;
  height: 485.125px;
  max-width: 850px;
  padding: 40px 40px 40px 30px;
}
.home4 .home4-content .carousel .carousel-inner .carousel-item .icon {
  margin-bottom: 10px;
}
.home4 .home4-content .carousel .carousel-inner .carousel-item .icon .fa {
  font-size: 30px;
  color: #dadfe3;
}
.home4 .home4-content .carousel .carousel-inner .carousel-item p {
  font-size: 18px;
  line-height: 1.78;
  color: #565872;
  font-style: italic;
  margin-bottom: 25px;
}
.home4 .home4-content .carousel .carousel-inner .carousel-item .member-name {
  font-style: normal;
  color: #172541;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  margin-right: 10px;
}
.home4 .home4-content .carousel .carousel-control-next,
.home4 .home4-content .carousel .carousel-control-prev {
  display: none;
}

.customers-des.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.customers-des.owl-theme .owl-prev {
  position: absolute;
  left: 20px !important;
  top: 30px;
  color: #3763eb !important;
  font-size: 24px !important;
}

.customers-des.owl-theme .owl-next {
  position: absolute;
  top: 30px;
  font-size: 24px !important;
  right: 20px !important;
  color: #3763eb !important;
}

.customers-des.owl-theme button {
  width: 24px;
  border: 2px solid #3763eb !important;
  height: 24px;
  line-height: 18px !important;
  padding: 0px !important;
}

.img-logo {
  background: #fff;
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  margin: -2px;
}

.customers-slider .btn-image {
  width: 150px;
  margin: auto;
}

.customers-slider .customers {
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
}

.customers-slider .customers-des {
  padding-top: 15px;
  background-color: #fafafa;
}

.customers-slider .customers-des .des-customer {
  padding: 25px 30px 25px 30px;
  background-color: #fafafa;
}

.customers-slider .customers-des .icon i {
  font-size: 30px;
  color: #dadfe3;
  margin-bottom: 15px;
}

.customers-slider .customers-des p {
  font-size: 16px;
  line-height: 1.78;
  color: #565872;
  font-style: italic;
  margin-bottom: 20px;
}

.customers-slider .customers-des .member-name {
  font-style: normal;
  color: #172541;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  margin-right: 10px;
}

.home5 {
  background-color: #eef0f4;
  position: relative;
  z-index: 0;
  overflow-y: hidden;
}
.home5 .shape3 {
  top: 83%;
  left: 1%;
}
.home5 .shape4 {
  background-color: rgba(55, 99, 235, 0.8901960784);
  width: 30px;
  height: 30px;
  left: 2%;
  top: 0%;
  border-radius: 4px;
}
.home5 .home5-left-content p {
  font-size: 17px;
  line-height: 28px;
}
.home5 .home5-left-content .btn-theme {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
  text-transform: capitalize;
}
.home5 .home5-left-content .btn-theme .fa {
  right: -30px;
}
.home5 .home5-left-content .btn-theme:hover .fa {
  right: -35px;
}
.home5 .home5-main-content .overlay {
  position: relative;
  overflow: hidden;
  padding: 28px 15px;
  border: 1px solid rgba(114, 114, 114, 0.5490196078);
  min-height: 280px;
}
.home5 .home5-main-content .overlay .overlay-visibale .overlay-image {
  margin-bottom: 30px;
  position: relative;
}
.home5 .home5-main-content .overlay .overlay-visibale .overlay-image .invite-image {
  filter: grayscale(1);
}
.home5 .home5-main-content .overlay .overlay-visibale .overlay-image img {
  border-radius: 50%;
  width: 104px;
  height: 104px;
}
.home5 .home5-main-content .overlay .overlay-visibale .overlay-image .circle {
  position: absolute;
  width: 110px;
  height: 110px;
  border: 1px solid #3763eb;
  border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}
.home5 .home5-main-content .overlay .overlay-visibale .overlay-image .circle::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3763eb;
  border-radius: 50%;
  right: 11px;
  top: 9px;
}
.home5 .home5-main-content .overlay .overlay-visibale .overlay-content p {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  color: #172541;
}
.home5 .home5-main-content .overlay .overlay-visibale .overlay-content .sub-name {
  color: #565872;
  font-weight: 400;
  font-size: 14px;
}
.home5 .home5-main-content .overlay:hover .overlay-visibale .overlay-image .circle {
  transform: rotate(150deg);
  transition: 0.5s;
}
.home5 .home5-main-content .overlay .overlay-hidden {
  position: absolute;
  top: 0;
  left: -165%;
  background-color: #fff;
  transition: 0.8s;
  width: 100%;
  height: 100%;
}
.home5 .home5-main-content .overlay .overlay-hidden .overlay-hidden-title {
  color: #172541;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #555;
  padding: 6px 15px;
}
.home5 .home5-main-content .overlay .overlay-hidden .overlay-hidden-sub {
  color: #172541;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
}
.home5 .home5-main-content .overlay .overlay-hidden p {
  font-size: 14px;
  color: #172541;
}
.home5 .home5-main-content .overlay .overlay-hidden .overlay-hidden-content {
  padding: 5px 20px 15px 15px;
}
.home5 .home5-main-content .overlay .overlay-hidden .overlay-hidden-content ul {
  margin: 0;
}
.home5 .home5-main-content .overlay .overlay-hidden .overlay-hidden-content ul li img {
  margin-right: 12px;
}
.home5 .home5-main-content .overlay .overlay-hidden .overlay-hidden-content ul li p {
  margin: 0;
  padding: 0;
}
.home5 .home5-main-content .overlay:hover .overlay-hidden {
  left: 0;
  transition: 0.8s;
}

.home5 .home5-main-content .overlay .invite-people {
  filter: grayscale(1);
}

.home5 .home5-main-content .overlay:hover .invite-people {
  filter: grayscale(0);
}

.border-right-0 {
  border-right: 0px !important;
}

.border-left-0 {
  border-left: 0px !important;
}

.invite-box {
  position: relative;
}

.invite-box:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 80px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.7294117647);
  width: 75%;
  height: 1px;
  z-index: -1;
}

.home6 {
  overflow-y: hidden;
}
.home6 .home6-content {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding: 17px 20px 18px;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}
.home6 .home6-content::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  background-color: #3763eb;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.home6 .home6-content:hover {
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.home6 .home6-content:hover::before {
  width: 100%;
  transition: 0.5s;
}
.home6 .home6-content .home6-image {
  margin-bottom: 25px;
}
.home6 .home6-content .home6-image img {
  width: 120px;
}
.home6 .home6-content .home6-content-inner {
  min-height: 270px;
}
.home6 .home6-content .home6-content-inner .home6-content-title {
  color: #f3525a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.home6 .home6-content .home6-content-inner .headingh2 {
  margin: 0;
  margin-bottom: 7px;
  line-height: 24px;
}
.home6 .home6-content .btn-hide {
  position: relative;
  height: 25px;
  overflow: hidden;
}
.home6 .home6-content .btn-hide::before {
  content: "\f178";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  bottom: 0;
  font-size: 16px;
  background-color: #fff;
  width: 25px;
  text-align: right;
  color: #3763eb;
  z-index: 1;
}
.home6 .home6-content .btn-hide a {
  position: absolute;
  right: -100%;
  bottom: 0;
  color: #3763eb;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.5s;
  margin-right: 20px;
}
.home6 .home6-content:hover .btn-hide a {
  right: 10px;
  transition: 0.5s;
}
.home6 .btn-theme {
  border: 2px solid #3763eb;
  padding: 12px 40px;
}
.home6 .btn-theme .fa {
  right: 15px;
}
.home6 .btn-theme:hover .fa {
  right: 10px;
}
.home6 .btn-theme:hover {
  background-color: #3763eb;
  transition: 0.5s;
  color: #fff;
}

.home7 {
  position: relative;
  z-index: 0;
  overflow: visible;
  padding-bottom: 0;
  background-color: #fff;
  padding: 25px 0px 10px 0px;
}
.home7 .home7-content {
  position: relative;
  max-width: 95%;
  margin: auto;
  padding: 0rem 2rem;
  border-radius: 25px;
}
.home7 .home7-content .main-title {
  font-size: 3rem;
  line-height: 56px;
}
.home7 .home7-content .accordion {
  width: 100%;
}
.home7 .home7-content .accordion .accordion-item {
  border: none;
}
.home7 .home7-content .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #eeeeee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  color: #172541;
}
.home7 .home7-content .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.home7 .home7-content .accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #3763eb;
}
.home7 .home7-content .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "-" !important;
  position: absolute;
  background-image: inherit;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  bottom: inherit;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home7 .home7-content .accordion .accordion-item .accordion-header .collapsed::after {
  content: "+" !important;
  position: absolute;
}
.home7 .home7-content .accordion .accordion-item .accordion-header .headingh2 {
  margin: 0;
  font-size: 18px;
}
.home7 .home7-content .accordion .accordion-item .accordion-body {
  background-color: #eeeeee;
}
.home7 .home7-content .accordion .accordion-item .accordion-body p {
  margin-bottom: 1rem;
  color: #172541;
  font-size: 1rem;
  line-height: 1.75rem;
}
.home7 .home7-content .accordion .accordion-item .accordion-body .accordion-body-title {
  font-size: 16px;
  font-weight: 700;
  color: #3763eb;
}

.home8 {
  position: relative;
  z-index: 0;
  overflow-y: hidden;
}
.home8 .shape5 {
  right: 6%;
  z-index: -1;
}
.home8 .shape6 {
  left: 2%;
  top: 1%;
  z-index: -1;
}
.home8 .shape7 {
  left: 2%;
  bottom: -4%;
}
.home8::before {
  content: "";
  position: absolute;
  background-image: url(../img/home8-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home8 .home8-content .headingh1 {
  margin-bottom: 8px;
}
.home8 .home8-content ul li {
  align-items: baseline;
}
.home8 .home8-content ul li .fa {
  color: #3763eb;
  font-size: 18px;
  margin-right: 10px;
}
.home8 .home8-content ul li .fa-envelope {
  font-size: 16px;
}
.home8 .home8-content ul li a {
  color: #3763eb;
  display: block;
}

form .form-group .form-control {
  padding: 8px 10px 8px 10px;
  border-radius: 0px;
  font-size: 15px;
  color: rgba(86, 88, 114, 0.7607843137);
}
form .form-group .form-control::-moz-placeholder {
  color: rgba(86, 88, 114, 0.7607843137);
}
form .form-group .form-control::placeholder {
  color: rgba(86, 88, 114, 0.7607843137);
}
form .form-group .form-control:focus {
  box-shadow: none;
}
form .form-group label {
  display: block;
  font-size: 14px;
}

.service1 {
  background-image: url(../img/service1-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px 0px 50px 0px;
}
.service1 .main-title {
  color: #fff;
}
.service1 .sub-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
}
.service1 p {
  color: #fff;
  font-style: italic;
}
.service1 ul li {
  margin-right: 15px;
}
.service1 img {
  width: 85%;
}

.service2 {
  overflow-y: hidden;
}
.service2 .sidebar {
  max-width: 240px;
  width: 100%;
  z-index: 0;
}
.service2 .sidebar .service2-sidebar ul {
  list-style: none;
  padding: 0;
}
.service2 .sidebar .service2-sidebar ul li {
  border-left: 2px solid rgba(0, 0, 0, 0.2196078431);
  padding-left: 15px;
  padding-bottom: 7px;
}
.service2 .sidebar .service2-sidebar ul li a {
  font-weight: 500;
  color: #565872;
  font-size: 16px;
  line-height: 30px;
}
.service2 .sidebar .service2-sidebar ul .active {
  border-left: 2px solid #005eb8;
  color: #172541;
}
.service2 .sidebar .service2-sidebar .accordion ul li {
  border: none;
  text-align: left;
  padding: 0;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-header .accordion-button {
  padding: 15px 8px;
  font-size: 15px;
  background-color: #fff;
  color: #172541;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "-" !important;
  position: absolute;
  background-image: inherit;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  bottom: inherit;
  width: 20px;
  height: 20px;
  transition: 0.5s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-header .collapsed::after {
  content: "+" !important;
  position: absolute;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 8px;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  margin: 5px 0px;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
  color: #172541;
  transition: 0.3s;
}
.service2 .sidebar .service2-sidebar .accordion .accordion-item .accordion-collapse .accordion-body ul li a:hover {
  color: #3763eb;
  transition: 0.3s;
}
.service2 .navbar .nav-pills .nav-link {
  padding: 10px 0px;
  font-size: 13px;
  background: none;
  color: #172541;
  border: none;
  border-top: 1px solid #dadfe3 !important;
  border-radius: 0px;
  margin-right: 10px;
  position: relative;
  z-index: 0;
}
.service2 .navbar .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #dadfe3;
  border-radius: 50%;
  left: 0;
  top: -5px;
}
.service2 .navbar .nav-pills .active {
  border-top: 1px solid #3763eb !important;
  z-index: 0;
}
.service2 .navbar .nav-pills .active::before {
  background-color: #3763eb;
}
.service2 .service2-heading img {
  width: 200px;
  height: 120px;
}
.service2 .service-content-compliance ul {
  list-style: square;
  padding-left: 20px;
}
.service2 .service-content-compliance ul li {
  padding: 3px 0px;
}
.service2 .service-content-compliance ul li::marker {
  font-size: 20px;
  color: #005eb8;
}
.service2 .service2-content-models {
  border: 1px solid #dadfe3;
  padding: 20px 15px;
  height: 98%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  position: relative;
}
.service2 .service2-content-models p {
  color: #565872;
  padding-bottom: 25px;
}
.service2 .service2-content-models .btn-service {
  position: absolute;
  bottom: 0;
  right: 10%;
  padding-bottom: 0;
  color: #565872;
  font-size: 16px;
  font-weight: 600;
}
.service2 .service2-content-models img {
  width: 90px;
  margin-bottom: 15px;
}
.service2 .service2-content-models .headingh1 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.service2 .service2-content-models:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.service2 .service2-content-work .step-column {
  padding-bottom: 30px;
  display: flex;
  position: relative;
  z-index: 0;
  transition: 0.5s;
}
.service2 .service2-content-work .step-column .step-number {
  background-color: #fff;
  border: 1px solid #dadfe3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  max-width: 40px;
  width: 100%;
  color: #000;
  transition: 0.5s;
}
.service2 .service2-content-work .step-column .step-content {
  margin-left: 20px;
}
.service2 .service2-content-work .step-column .step-content .headingh1 {
  font-size: 19px !important;
}
.service2 .service2-content-work .step-column .step-content ul {
  list-style: square;
}
.service2 .service2-content-work .step-column .step-content ul li {
  padding: 3px 0px;
}
.service2 .service2-content-work .step-column .step-content ul li::marker {
  font-size: 20px;
  color: #005eb8;
}
.service2 .service2-content-work .step-column .step-line {
  position: absolute;
  background-color: #dadfe3;
  width: 1px;
  height: 100%;
  top: 0;
  left: 20px;
  z-index: -1;
  transition: 0.5s;
}
.service2 .service2-content-work .step-column:hover .step-number {
  border: 1px solid #005eb8;
  color: #005eb8;
  transition: 0.5s;
}
.service2 .service2-content-work .step-column:hover .step-line {
  background-color: #005eb8;
  transition: 0.5s;
}
.service2 .service2-content-infra {
  border: 1px solid #dadfe3;
  padding: 25px 20px;
  height: 92%;
  position: relative;
}
.service2 .service2-content-infra::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #3763eb;
  top: 0;
  left: 0;
}
.service2 .service2-content-infra img {
  width: 120px;
  margin-bottom: 20px;
}
.service2 .service-content-request {
  background-color: #3763eb;
  height: 92%;
  padding: 25px 20px;
  position: relative;
}
.service2 .service-content-request .headingh1 {
  color: #fff;
  margin-bottom: 20px;
}
.service2 .service-content-request p {
  color: #fff;
}
.service2 .service-content-request .request-btn {
  padding: 30px 0px;
}
.service2 .service-content-request .request-btn .btn-primary {
  background-color: #ffd546 !important;
  border-radius: 5px !important;
  color: #222 !important;
  width: 150px;
}
.service2 .service2-content-choose .overview-list {
  padding: 25px 0px;
}
.service2 .service2-content-choose .overview-list li {
  border-left: 2px solid #e1e1e1;
  padding: 0px 12px;
  list-style: none;
}
.service2 .service2-content-choose .overview-list li span {
  font-size: 36px;
  color: #3763eb;
  font-weight: 500;
}
.service2 .service2-content-choose .overview-list li p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
}
.service2 .service2-content-choose ul {
  -moz-columns: 1;
       columns: 1;
}
.service2 .service2-content-choose ul li {
  list-style: square;
  font-size: 16px;
  margin-right: 15px;
}
.service2 .service2-content-choose ul li::marker {
  font-size: 20px;
  color: #3763eb;
}
.service2 .service2-content-outsourcing ul li {
  display: flex;
  margin-bottom: 20px;
}
.service2 .service2-content-outsourcing ul li img {
  width: 50px;
  height: 50px;
  margin-right: 25px;
}
.service2 .service-content-project {
  display: flex;
  margin-bottom: 35px;
}
.service2 .service-content-project .project-inner {
  padding: 0px 20px;
}
.service2 .service-content-project .project-inner a {
  color: #3763eb;
}
.service2 .service2-content-burnett {
  display: flex;
}
.service2 .service2-content-burnett .vedio {
  margin-right: 30px;
}
.service2 .service2-content-select ul {
  list-style: none;
}
.service2 .service2-content-select ul li {
  position: relative;
  margin: 5px 0px;
}
.service2 .service2-content-select ul li::before {
  content: "\f00c";
  position: absolute;
  font-size: 13px;
  border: 1px solid #565872;
  color: #565872;
  font-weight: normal;
  font-family: "FontAwesome";
  left: -30px;
  top: 5px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service2 .service2-content-valuation ul {
  padding: 20px 0px;
}
.service2 .service2-content-valuation ul img {
  margin-bottom: 5px;
  width: 24px;
}
.service2 .service2-content-valuation ul li {
  padding: 15px;
  border: 1px solid #000;
  margin: 0 10px;
  background: #0f2d7a;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.service2 .service2-content-valuation ul li::before {
  content: "";
  position: absolute;
  right: -50%;
  top: 50%;
  width: 50%;
  height: 1px;
  border: 1px dashed #0f2d7a;
  z-index: -1;
}
.service2 .service2-content-valuation ul li:nth-last-child(1)::before {
  display: none;
}
.service2 .service2-content-trigger ul li {
  margin: 8px 0px;
}
.service2 .service2-content-trigger ul li .fa {
  font-size: 24px;
  color: #f03a17;
  margin-right: 10px;
}
.service2 .service-quality .box-qua {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0px;
}
.service2 .service-quality .box-qua img {
  width: 40px;
  margin-right: 10px;
}
.service2 .service-quality .box-qua .headingh1 {
  color: #fff !important;
}
.service2 .service-quality .box-one {
  background-color: #0a84f2;
}
.service2 .service-quality .box-two {
  background-color: #05ced3;
}
.service2 .service-quality .box-three {
  background-color: #01afbd;
}
.service2 .service-quality .box-four {
  background-color: #005eb8;
}
.service2 .service-quality .descrition ul {
  list-style: square;
}
.service2 .service-quality .descrition ul li::marker {
  font-size: 20px;
}
.service2 .service-quality .box-oned ul li::marker {
  color: #0a84f2;
}
.service2 .service-quality .box-twod ul li::marker {
  color: #05ced3;
}
.service2 .service-quality .box-threed ul li::marker {
  color: #01afbd;
}
.service2 .service-quality .box-fourd ul li::marker {
  color: #005eb8;
}
.service2 .heading-bdr {
  line-height: 30px;
}
.service2 .heading-bdr span {
  position: relative;
}
.service2 .heading-bdr span::before {
  content: "";
  position: absolute;
  border-left: 1px dashed #f3525a;
  border-top: 1px dashed #f3525a;
  width: 30px;
  height: 30px;
  left: -35px;
  bottom: -8px;
}
.service2 .heading-bdr span::after {
  content: "";
  position: absolute;
  border-right: 1px dashed #f3525a;
  border-top: 1px dashed #f3525a;
  width: 30px;
  height: 30px;
  right: -35px;
  bottom: -8px;
}
.service2 .box-tringle-right {
  -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
          clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  background: #2d2d2d;
  padding: 30px 0px;
  text-align: center;
  color: #fff;
  margin: 0px 15px;
}
.service2 .box-tringle-right p {
  margin: 0;
  max-width: 75%;
  font-size: 13px;
  line-height: 18px;
}
.service2 .box-tringle-right-left {
  background: #2d2d2d;
  padding: 30px 0px;
  -webkit-clip-path: polygon(70% 20%, 70% 0, 100% 50%, 70% 100%, 70% 75%, 30% 75%, 30% 100%, 0 50%, 30% 0, 30% 20%);
          clip-path: polygon(70% 20%, 70% 0, 100% 50%, 70% 100%, 70% 75%, 30% 75%, 30% 100%, 0 50%, 30% 0, 30% 20%);
  text-align: center;
}
.service2 .box-tringle-right-left p {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}
.service2 .box-rounded-right,
.service2 .box-rounded-left {
  display: flex;
  align-items: center;
}
.service2 .box-rounded-right .boxone,
.service2 .box-rounded-left .boxone {
  background-color: #e41e34;
  color: white;
}
.service2 .box-rounded-right .boxtwo,
.service2 .box-rounded-left .boxtwo {
  width: 90px;
  height: 85px;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.service2 .box-rounded-left .boxone {
  padding: 10px 40px 10px 20px;
}
.service2 .box-rounded-left .boxtwo {
  left: -22px;
}
.service2 .box-rounded-right .boxone {
  padding: 10px 20px 10px 40px;
}
.service2 .box-rounded-right .boxtwo {
  left: 22px;
}
.service2 .help-point {
  text-align: center;
}
.service2 .help-point .help-pointer {
  max-width: 55%;
  margin: auto;
  background: linear-gradient(50deg, #5008d1, rgba(129, 38, 214, 0.9019607843));
  padding: 15px 0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.service2 .help-point .help-pointer p {
  color: #fff;
  font-size: 18px;
}
.service2 .help-point .help-point-box {
  padding: 15px 0px;
  max-width: 80%;
  margin: auto;
  background: linear-gradient(50deg, rgba(129, 38, 214, 0.9019607843), #5008d1);
  box-shadow: 0px 7px 8px #888888;
  border-radius: 15px;
}
.service2 .help-point .help-point-box p {
  color: #fff;
}

.carrer1 {
  padding: 80px 0px 25px 0px;
  height: 85vh;
  display: flex;
  align-items: center;
  background-color: #f4ede4;
}
.carrer1 .btn-primary {
  text-decoration: none;
  width: 250px;
}
.carrer1 a {
  text-decoration: underline;
  color: #172541;
}

.carrer2 .carrer2-content img {
  width: 46px;
  margin-bottom: 8px;
}

.carrer3 .carrer3-content ul {
  margin-top: 40px;
  -moz-columns: 2;
       columns: 2;
}
.carrer3 .carrer3-content ul li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #555;
}
.carrer3 .carrer3-content ul li img {
  width: 20px;
  margin-right: 5px;
}

.carrer5 .carrer5-content {
  padding: 15px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.7803921569);
  height: 90%;
}
.carrer5 .carrer5-content .headingh1 {
  font-size: 18px;
  margin-bottom: 10px;
}

.carrer6 {
  background-color: #f4ede4;
}

.partner1 {
  padding: 80px 0px 25px 0px;
  overflow: hidden;
}
.partner1 .sub-title {
  font-size: 20px;
}

.partner2 {
  background-color: #f7f8fa;
  padding: 30px 0px;
  overflow: hidden;
}

.partner3 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.partner3::before {
  content: "";
  position: absolute;
  background-image: url(../img/partner3-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 120px;
  z-index: -1;
  top: 0;
  left: 0;
}
.partner3 ul li {
  margin: 0px 10px;
}
.partner3 ul li a {
  background-color: rgba(55, 99, 235, 0.4117647059);
  font-size: 14px;
  padding: 8px 10px;
  color: #222;
  border-radius: 50px;
  transition: 0.3s;
}
.partner3 ul li a:hover {
  background-color: #3763eb;
  color: #fff;
  transition: 0.3s;
}
.partner3 .partner3-content .btn-theme {
  margin-right: 40px;
}
.partner3 .partner3-content .btn-primary {
  width: 140px;
}

.partner4 {
  padding-top: 0 !important;
  overflow-y: hidden;
}
.partner4 form {
  margin-top: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 15px 6px rgba(51, 51, 51, 0.14);
  padding: 25px 40px;
}
.partner4 form .form-group .form-control {
  padding: 8px 10px 5px 10px;
  font-size: 15px;
}

.about-title {
  font-size: 45px;
  color: #3e3937;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 50px;
  text-transform: uppercase;
}

.about-sub-title {
  line-height: 27px;
  letter-spacing: 2px;
  font-size: 12px !important;
  color: #a68676 !important;
}

.about1 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #0f0b04;
  display: flex;
  align-items: center;
}
.about1 p {
  letter-spacing: 2px;
  font-size: 16px;
  color: #a68676;
}
.about1 .about-title {
  color: #fff;
}
.about1 .caption {
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(241, 238, 233, 0.5);
  margin-bottom: 0;
  margin-top: 25px;
  text-align: end;
}
.about1 .about1-image .stage {
  position: relative;
  perspective: 800;
  width: 570px;
  height: 570px;
  z-index: 0;
}
.about1 .about1-image .stage .slide-first {
  top: 7%;
  position: absolute;
  width: 360px;
  height: 460px;
  left: 0;
  z-index: 1;
}
.about1 .about1-image .stage .slide-first .box {
  position: absolute;
  width: 180px;
  height: 230px;
}
.about1 .about1-image .stage .slide-first .box .in {
  position: absolute;
  width: 181px;
  height: 232px;
  left: 0;
}
.about1 .about1-image .stage .slide-first .box:nth-child(1) {
  left: 0;
  top: 0;
  animation: clr 1s 2s ease forwards;
}
.about1 .about1-image .stage .slide-first .box:nth-child(2) {
  right: 0;
  top: 0;
  transform-origin: 0 0;
  transform: rotateY(180deg);
  animation: fold 1s 2s ease forwards;
}
.about1 .about1-image .stage .slide-first .box:nth-child(3) {
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: rotateX(180deg);
  transform-origin: 0 0;
  animation: fold2 1s 3s ease forwards;
}
.about1 .about1-image .stage .slide-first .box:nth-child(4) {
  right: 0;
  bottom: 0;
  opacity: 0;
  border-top: none;
  border-left: none;
  transform: rotateX(180deg);
  transform-origin: 0 0;
  animation: fold2 1s 3s ease forwards;
}
.about1 .about1-image .stage .slide-second {
  top: 18%;
  position: absolute;
  width: 360px;
  height: 460px;
  right: 0;
}
.about1 .about1-image .stage .slide-second .box {
  position: absolute;
  width: 180px;
  height: 230px;
}
.about1 .about1-image .stage .slide-second .box .in {
  position: absolute;
  width: 180px;
  height: 233px;
  left: 0;
}
.about1 .about1-image .stage .slide-second .box:nth-child(1) {
  left: 0;
  top: 0;
  animation: clr 1s 1s ease forwards;
}
.about1 .about1-image .stage .slide-second .box:nth-child(2) {
  right: 0;
  top: 0;
  transform-origin: 0 0;
  transform: rotateY(180deg);
  animation: fold 1s 1s ease forwards;
}
.about1 .about1-image .stage .slide-second .box:nth-child(3) {
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: rotateX(180deg);
  transform-origin: 0 0;
  animation: fold2 1s 2s ease forwards;
}
.about1 .about1-image .stage .slide-second .box:nth-child(4) {
  right: 0;
  bottom: 0;
  opacity: 0;
  border-top: none;
  border-left: none;
  transform: rotateX(180deg);
  transform-origin: 0 0;
  animation: fold2 1s 2s ease forwards;
}
@keyframes fold {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes fold2 {
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes show {
  100% {
    opacity: 1;
  }
}

.about2 {
  padding: 70px 0px;
  background-color: #f1eee9;
  position: relative;
}
.about2 .about2-content {
  padding: 50px 0px;
  border: 2px solid #fff;
}
.about2 .about2-content .about-sub-title {
  position: relative;
  margin-top: 35px;
}
.about2 .about2-content .about-sub-title::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background-color: #a68676;
  left: 20%;
  top: 49%;
}
.about2 .about2-content .about-sub-title::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background-color: #a68676;
  right: 20%;
  top: 49%;
}
.about2 .about2-content .line-bottom {
  width: 70%;
  height: 1px;
  margin: auto;
  background-color: #a68676;
}
.about2 .about2-content .about2-content-partner p {
  text-align: justify;
}

.about3 .about3-content .catalog-slider {
  padding: 20px 0px 20px 0px;
}
.about3 .about3-content .catalog-slider .catalog-cover ul {
  white-space: nowrap;
  overflow-x: auto;
  padding-left: 0;
  padding-bottom: 30px;
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}
.about3 .about3-content .catalog-slider .catalog-cover ul::-webkit-scrollbar {
  width: 10px !important;
}
.about3 .about3-content .catalog-slider .catalog-cover ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.about3 .about3-content .catalog-slider .catalog-cover ul::-webkit-scrollbar-thumb {
  background-color: #a68676;
  border-radius: 30px;
}
.about3 .about3-content .catalog-slider .catalog-cover ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 240px;
  height: 100%;
  text-align: center;
}
.about3 .about3-content .catalog-slider .catalog-cover ul li img {
  width: 175px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.about3 .about3-content .catalog-slider .catalog-cover ul li .prof-title {
  font-size: 17px;
  font-weight: 600;
  color: #3e3937;
  margin-bottom: 0;
}
.about3 .about3-content .catalog-slider .catalog-cover ul li .prof-name {
  margin-bottom: 0;
  font-size: 14px;
}
.about3 .about3-dragger {
  position: relative;
  top: -30px;
}
.about3 .about3-dragger .dash-line {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: absolute;
  z-index: -1;
}
.about3 .about3-dragger .dash-line .point {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #a68676;
}

.about4 {
  background-color: #f1eee9;
}
.about4 .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.about4 .owl-carousel .owl-nav button .fa {
  font-size: 24px;
  color: #3e3937;
}
.about4 .owl-carousel .owl-nav button:hover {
  background: transparent;
}

.about5 {
  position: relative;
  padding: 50px 0px 80px 0px;
  z-index: 0;
}
.about5::before {
  content: "";
  position: absolute;
  background-image: url(../img/about5-bg.webp);
  background-repeat: no-repeat;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
.about5 .about5-content {
  background-color: #0f0b04;
  width: 100%;
  max-width: 600px;
  padding: 80px 40px 104px 120px;
  position: relative;
}
.about5 .about5-content::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 34%;
  width: 460px;
  height: 390px;
  border: 2px solid #fff;
  z-index: -1;
}
.about5 .about5-content .about-title {
  color: #fff;
}
.about5 .about5-content a {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #a68676;
  padding-bottom: 14px;
  position: relative;
  transition: 0.5s;
}
.about5 .about5-content a::before {
  content: "";
  position: absolute;
  background-color: #a68676;
  width: 110%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.about5 .about5-content a:hover {
  letter-spacing: 8px;
  transition: 0.5s;
}
.about5 .about5-content a:hover::before {
  width: 70%;
  transition: 0.5s;
}

.our-process1 {
  background-color: #3763eb;
  padding: 110px 0px 20px 0px;
  position: relative;
  z-index: 0;
}
.our-process1::before {
  content: "";
  position: absolute;
  background-image: url(../img/our-process-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 70px;
}
.our-process1 .heading-main {
  color: #fff;
}

.our-process3,
.our-process5 {
  background-color: #f8f8f8;
}

.blog-detail .nav-pills .active {
  border: 2px solid #005eb8;
}
.blog-detail .nav-pills li {
  padding: 10px 15px;
  border-radius: 5px;
  border: 2px solid #e6ecf7;
  margin: 10px 0px;
  transition: 0.3s;
  position: relative;
}
.blog-detail .nav-pills li a {
  color: #333;
  font-size: 15px;
  transition: 0.3s;
  padding: 15px;
}
.blog-detail .nav-pills li a .fa {
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translate(0%, 50%);
}
.blog-detail .nav-pills li:hover {
  border: 2px solid #005eb8;
  transition: 0.3s;
}
.blog-detail .bolg-detail-content img {
  width: 180px;
}

.contact1 {
  overflow-x: hidden;
}
.contact1 .contact-para p {
  font-size: 18px;
  line-height: 36px;
}
.contact1 .contact-content .contact1-address {
  margin-bottom: 40px;
}
.contact1 .contact-content .contact1-address .contact1-icon .fa {
  color: #172541;
  font-size: 22px;
  width: 45px;
  height: 45px;
  border: 1px solid #172541;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: 0.5s;
}
.contact1 .contact-content .contact1-address .contact1-icon .fa-envelope {
  font-size: 18px;
}
.contact1 .contact-content .contact1-address:hover .contact1-icon .fa {
  background-color: #172541;
  color: #fff;
  transition: 0.5s;
}
.contact1 .contact-content .contact1-address .contact1-info a,
.contact1 .contact-content .contact1-address .contact1-info p {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  color: #172541;
}
.contact1 form {
  padding: 40px 40px;
  background-color: #93f9f8;
}
.contact1 form .form-group .form-control {
  padding: 5px 15px 8px 15px;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #172541;
  background-color: #93f9f8;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
}
.contact1 form .form-group .form-control:hover {
  background-color: #51f0ed;
}
.contact1 form .form-group .btn-primary {
  background-color: #000 !important;
}

.contact2 .contact2-content {
  background-color: #11171d;
  padding: 70px 50px;
}
.contact2 .contact2-content .contact2-content-info {
  color: #fff;
}
.contact2 .contact2-content .contact2-content-info .main-title {
  color: #fff;
}
.contact2 .contact2-content .contact2-content-info img {
  width: 230px;
}
.contact2 .contact2-content .contact2-content-info .btn-primary {
  width: 220px;
  margin: 5px 0px;
}

.contact3 {
  background-image: url(../img/contact3-bg.webp);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
}

.contact4 {
  overflow-y: hidden;
}
.contact4 .mahakal {
  position: relative;
  top: 50%;
}
.contact4 .sarafa {
  position: relative;
  top: 20%;
}
.contact4 .owl-theme .owl-nav {
  position: absolute;
  right: 0;
  top: -52px;
}
.contact4 .owl-theme .owl-nav button {
  background: none;
}
.contact4 .owl-theme .owl-nav button .fa {
  font-size: 22px;
  color: #172541;
}
.contact4 .owl-theme .owl-nav button:hover {
  background: none;
}

.modal.show .modal-dialog {
  justify-content: center;
}

.modal-content {
  width: 650px;
}
.modal-content .fa {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.7019607843);
  padding-left: 5px;
  padding-top: 5px;
}

.carreervacancy {
  padding: 110px 0 !important;
}

.carrer7 {
  background-color: #f4ede4;
}

.candidate-box h4 span {
  color: #005eb8;
  margin-right: 10px;
  font-size: 24px;
}

.carrer7:before, .carrer7:after {
  content: "";
  display: block;
  width: 100%;
  height: 132px;
  position: absolute;
  z-index: 1;
  background-image: url(../../assets/img/vacancybg.webp);
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.carrer7.bg-bottom:after {
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
}

.vacancy-box {
  margin-bottom: 35px;
}

.vacancy-box h2 a {
  color: #172541;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-family: poppins, Sans-serif;
}

.vacancy-box .btn-apply:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.vacancy-box .btn-apply {
  color: #3763eb;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}

.vacancy-box:hover h2 a {
  text-decoration: underline;
}

.vacancy-box .btn-apply img {
  transition: 0.5s;
}

.vacancy-box .btn-apply:hover img {
  transform: translateX(6px);
  transition: 0.5s;
}

.work-gallery {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.work-gallery h4 {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  background: #fff;
  margin: 5px 35px;
  border-radius: 4px;
  padding: 15px;
  color: #172541;
  font-size: 20px;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 1.2;
  z-index: 1;
}

.work-gallery:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease;
}

.work-gallery:hover:before {
  opacity: 0.4;
}

.work-gallery img {
  transition: 0.5s;
}

.work-gallery:hover img {
  transform: scale(1.06);
  transition: 0.5s;
}

.candidate-box {
  text-align: center;
  margin-bottom: 40px;
}

.candidate-box img {
  width: 100px;
}

.candidate-box h4 {
  color: #172541;
  font-size: 20px;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 7px;
  margin-top: 15px;
}

.candidate-box h4 span {
  color: #005eb8;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 0px;
}

.candidate-box p {
  color: #005eb8;
}

.subheading {
  font-size: 20px;
  color: #005eb8;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 15px;
}

.h4heading {
  font-size: 24px;
  color: #172541;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px;
}

.minheading {
  font-size: 24px;
  color: #172541;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 5px;
}

.h5heading {
  font-size: 18px;
  color: #172541;
  font-family: poppins, Sans-serif;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

.contact {
  width: 90%;
}

.cicon {
  width: 10%;
}

@media (max-width: 1199px) {
  .container {
    max-width: 93%;
    width: 100%;
  }
  header .navbar .navbar-nav .nav-item {
    margin: 0px 6px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  header .navbar .navbar-nav .nav-item .btn-primary {
    padding: 5px 24px !important;
  }
  .banner::before {
    height: 95%;
  }
  .banner .banner-title h1 {
    font-size: 42px;
  }
  .banner .banner-image .shape8 {
    right: 8%;
    bottom: 25%;
  }
  .home2 .shape1 {
    top: 0;
  }
  .banner .banner-image .shape9 {
    top: 44%;
  }
  .home4 .home4-content .carousel .carousel-inner {
    max-width: 760px;
    padding: 25px 30px 25px 30px;
  }
  .home6 .home6-content .home6-content-inner {
    min-height: 340px;
  }
  .partner1 .partner-title {
    font-size: 40px;
  }
  .partner1 .sub-title {
    font-size: 16px;
  }
  .about-title {
    font-size: 40px;
  }
  .about1 .about1-image .stage {
    width: 400px;
    height: 500px;
    margin: auto;
  }
  .about1 .about1-image .stage .slide-first,
  .about1 .about1-image .stage .slide-second {
    width: 296px;
    height: 398px;
  }
  .about1 .about1-image .stage .slide-first .box,
  .about1 .about1-image .stage .slide-second .box {
    width: 150px;
    height: 200px;
  }
  .about1 .about1-image .stage .slide-first .box .in,
  .about1 .about1-image .stage .slide-second .box .in {
    width: 150px;
    height: 200px;
  }
  .service2 .service2-content-customer .slider-content .owl-carousel .item {
    max-width: 100%;
    padding: 25px;
  }
  .service2 .sidebar {
    max-width: 215px;
  }
  .heading-bdr {
    font-size: 30px;
  }
  .partner3 ul {
    display: block !important;
  }
  .partner3 ul li {
    margin: 0px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contact3 {
    background-image: none !important;
  }
  #headingOne {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .header-ac-icon {
    position: absolute !important;
    right: 0 !important;
    top: 12px !important;
  }
  .headingh3 {
    font-size: 22px;
  }
  .section {
    padding: 40px 0px !important;
  }
  .section.carreervacancy {
    padding: 110px 0 !important;
  }
  .main-title {
    font-size: 32px;
  }
  .sub-title {
    font-size: 17px;
  }
  .list-content li {
    padding: 10px 15px 5px 0px;
    font-size: 16px;
  }
  header .navbar .container-xxl .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
    font-size: 16px;
  }
  header .navbar .container-xxl .navbar-nav .has-submenu .sub-menu {
    min-width: inherit;
    width: 100%;
    top: 0;
    left: 0;
    transition: none;
  }
  header .navbar .container-xxl .navbar-nav .has-submenu:hover .sub-menu {
    position: inherit;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    transition: none;
  }
  header .navbar .navbar-nav {
    padding-top: 10px;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0px;
  }
  .banner::before {
    display: none;
  }
  .banner .banner-image .banner-bg {
    left: 0;
    top: 0;
  }
  .banner .banner-title h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .home1 .home1-content .nav-pills {
    display: block;
    -moz-columns: 3;
         columns: 3;
  }
  .home1 .home1-content .list-content {
    -moz-columns: 1;
         columns: 1;
  }
  .home1 .home1-content .nav-pills .nav-item {
    margin-bottom: 35px;
  }
  .home1 .home1-content .nav-pills .nav-item .nav-link {
    width: 180px;
  }
  .home2 .home2-content .shape2 {
    display: none;
  }
  .home2 .home2-image {
    transform: translateX(0px) translateY(0px);
    max-width: 100%;
  }
  .home3 {
    padding: 0px;
  }
  .home3 .home3-inner .home3-inner-content {
    padding: 25px 30px;
    min-height: 450px;
  }
  .home4 {
    padding: 30px 0px 40px 0px;
  }
  .home4 .home4-content .carousel .carousel-inner {
    max-width: 100%;
    height: inherit;
  }
  .home4 .home4-content .carousel .carousel-indicators {
    display: flex;
    max-width: 100%;
    position: inherit;
    padding-top: 0;
  }
  .home4 .home4-content .carousel .carousel-indicators .btn-image {
    padding: 15px 8px;
  }
  .home4 .home4-content .carousel .carousel-inner .carousel-item p {
    font-size: 16px;
  }
  .home4 .shape1 {
    right: 0;
  }
  .home4 .home4-content .carousel .carousel-indicators .btn-image .active::before {
    display: none;
  }
  .home5 .shape3 {
    display: none;
  }
  .home6 .home6-content .home6-content-inner {
    min-height: 270px;
  }
  .home7 {
    padding: 10px 0px;
  }
  .home7 .home7-content {
    max-width: 100%;
  }
  .home7 .home7-content .main-title {
    font-size: 2.5rem;
    line-height: 45px;
  }
  .home7 .home7-content .accordion .accordion-item .accordion-header .headingh2 {
    font-size: 17px;
    padding: 12px 10px;
  }
  .home7 .home7-content .accordion .accordion-item .accordion-header .accordion-button::after {
    font-size: 24px;
  }
  form .form-group .form-control {
    font-size: 15px;
  }
  .service2 .sidebar {
    position: inherit !important;
    max-width: 100%;
  }
  .service2 .service2-content-customer .slider-content .owl-carousel .item .member-info {
    margin: auto;
  }
  .service2 .service2-content-customer .slider-content .owl-carousel .item .member-article {
    max-width: 100%;
  }
  .service2 .service2-content-customer .slider-content .owl-theme .owl-nav {
    bottom: -14%;
  }
  .partner1 {
    padding: 120px 0px 40px 0px;
  }
  .partner1 .partner1-image {
    background: none;
  }
  .partner2 {
    padding: 15px 0px;
  }
  .about-title {
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 42px;
  }
  .about-sub-title {
    line-height: 24px;
  }
  .about2::before {
    bottom: -24%;
  }
  .about5 .about5-content::before {
    width: 450px;
    height: 320px;
  }
  .about1 .about1-image .stage {
    height: 450px;
    width: 350px;
  }
  .about1 .about1-image .stage .slide-first,
  .about1 .about1-image .stage .slide-second {
    width: 217px;
    height: 317px;
  }
  .about1 .about1-image .stage .slide-first .box,
  .about1 .about1-image .stage .slide-second .box {
    width: 110px;
    height: 160px;
  }
  .about1 .about1-image .stage .slide-first .box .in,
  .about1 .about1-image .stage .slide-second .box .in {
    width: 110px;
    height: 160px;
  }
  .contact4 .mahakal {
    top: 0%;
  }
  .contact4 .sarafa {
    top: 0%;
  }
}
@media (max-width: 767px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
  .main-title {
    margin-top: 10px;
  }
  .carreervacancy {
    padding: 110px 0 !important;
  }
  .heading-main {
    font-size: 34px;
  }
  .headingh3 {
    font-size: 20px;
  }
  .main-title {
    font-size: 28px;
  }
  header .navbar .container-xxl .navbar-brand img {
    width: 120px;
  }
  header .navbar .navbar-brand img {
    width: 120px;
  }
  .banner .banner-title h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .banner .banner-title p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .home1 .home1-content .nav-pills {
    -moz-columns: 2;
         columns: 2;
  }
  .home1 .home1-content .nav-pills .nav-item {
    margin-bottom: 25px;
  }
  .home2 .home2-content .list-content {
    -moz-columns: 1;
         columns: 1;
  }
  .home3 .home3-inner .home3-inner-content {
    min-height: 85%;
  }
  .home4 .shape1 {
    display: none;
  }
  .home6 .home6-content .home6-content-inner {
    min-height: 220px;
  }
  .home7 .accordion-button {
    padding: 12px 45px 12px 10px;
  }
  footer .logo-section img {
    width: 120px;
  }
  footer .footer-title {
    margin-bottom: 10px;
  }
  footer .copyright-section p,
  footer .copyright-section a {
    font: normal normal 300 10px/22px Poppins;
  }
  .service2 .service-content-project {
    display: block;
  }
  .service2 .service-content-request {
    height: 100%;
  }
  .service2 .service2-content-choose .overview-list li {
    margin-bottom: 20px;
  }
  .service2 .service2-content-choose .overview-list li p {
    margin: 0;
  }
  .service2 .service2-content-choose ul {
    -moz-columns: 1;
         columns: 1;
  }
  .service2 .service2-content-choose ul li {
    margin: 5px 0px;
  }
  .service2 .service-content-project .project-image {
    margin-bottom: 10px;
  }
  .service2 .service-content-project .project-inner {
    padding: 0;
  }
  .service2 .service2-content-burnett {
    display: block;
  }
  .service2 .service2-content-customer .slider-content {
    padding-bottom: 30px;
  }
  .service2 .service2-content-customer .slider-content .owl-theme .owl-nav {
    display: none;
  }
  .service2 .service2-content-customer .slider-brand .owl-theme .owl-nav {
    display: block;
    margin-top: 0px;
    position: absolute;
    top: 29%;
    bottom: inherit;
    width: 100%;
  }
  .service2 .service2-content-customer .slider-brand .owl-theme .owl-nav .owl-next,
  .service2 .service2-content-customer .slider-brand .owl-theme .owl-nav .owl-prev {
    position: absolute;
    background-color: #fff;
    padding: 5px !important;
  }
  .service2 .service2-content-customer .slider-brand .owl-theme .owl-nav .owl-next .fa,
  .service2 .service2-content-customer .slider-brand .owl-theme .owl-nav .owl-prev .fa {
    color: #9fadbb;
    font-size: 20px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0%;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0%;
  }
  .carrer5 .carrer5-content {
    border-bottom: none;
    padding: 7px 0;
  }
  .partner1 .partner-title {
    font-size: 35px;
  }
  .about3 .about3-content .catalog-slider {
    padding: 25px 0px 20px 0px;
  }
  .about-title {
    font-size: 35px;
  }
  .about1 {
    padding-bottom: 0;
  }
  .about5 .about5-content {
    z-index: 0;
  }
  .about5 .about5-content::before {
    width: 90%;
    height: 90%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .about3 .about3-dragger {
    top: -23px;
  }
  .about2 .about2-content {
    padding: 50px 10px;
  }
  .service2 .service2-content-valuation ul li {
    margin-bottom: 10px;
  }
  .service2 .service2-content-valuation ul li::before {
    display: none;
  }
  .service2 .help-point .help-pointer {
    max-width: 75%;
  }
  .service2 .help-point .help-point-box {
    max-width: 100%;
    padding: 15px 10px;
  }
  .service2 .heading-bdr span::before {
    display: none;
  }
  .service2 .heading-bdr span::after {
    display: none;
  }
  .service2 .service-quality .box-qua img {
    width: 34px;
  }
  .sq-bdr {
    margin-bottom: 18px;
  }
  .contact2 .contact2-content {
    padding: 50px 20px;
  }
  .carrer1 {
    height: auto;
  }
}
@media (max-width: 766px) {
  .about4 .owl-carousel .owl-item img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about4 .owl-carousel .owl-item img {
    width: auto;
  }
  .section {
    padding: 15px 0px !important;
  }
  .headingh2 {
    margin: 20px 0px 18px 0px;
  }
  .carreervacancy {
    padding: 110px 0 !important;
  }
  .sub-title {
    font-size: 16px;
  }
  .home1 .home1-content .nav-pills .nav-item .nav-link {
    width: 100%;
    border: none;
  }
  .home1 .home1-content .nav-pills .nav-item .nav-link .headingh1 {
    font-size: 16px;
  }
  .home1 .home1-content .nav-pills .nav-item .active {
    border: none;
  }
  .home1 .home1-content .nav-pills .nav-item .active::after {
    display: none;
  }
  .home1 .home1-content .nav-pills .nav-item {
    min-height: 140px;
    margin-bottom: 0;
  }
  .home2 {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .home2 .shape1 {
    display: none;
  }
  .home4 .home4-content .carousel .carousel-inner .carousel-item ul li {
    font-size: 16px;
  }
  .home4 .home4-content .carousel .carousel-indicators .btn-image .active {
    display: flex;
  }
  .home4 .home4-content .carousel .carousel-indicators .btn-image button {
    display: flex;
  }
  .home5 .home5-left-content .btn-theme {
    font-size: 16px;
  }
  .home6 .home6-content .home6-content-inner {
    min-height: 100%;
  }
  .home7 .home7-content .main-title {
    font-size: 2rem;
    line-height: 36px;
  }
  .home7 .home7-content .accordion .accordion-item .accordion-header .headingh2 {
    font-size: 16px;
  }
  .home7 .home7-content .accordion .accordion-item .accordion-header .headingh2 {
    padding: 12px 25px 12px 10px;
  }
  footer {
    padding: 40px 0 0px;
  }
  footer .copyright-section {
    margin-top: 0px;
  }
  .banner {
    height: 80vh;
  }
  .service1 ul li {
    margin: 10px 0px;
  }
  .service2 .service2-content-outsourcing ul li {
    display: block;
  }
  .service2 .service2-content-outsourcing ul li img {
    margin-bottom: 10px;
  }
  .service2 .navbar .nav-pills {
    display: block;
    position: relative;
  }
  .service2 .navbar .nav-pills .nav-link {
    border-top: none !important;
    border-left: 1px solid #dadfe3;
    padding: 0px 0px 15px 15px;
  }
  .service2 .navbar .nav-pills .nav-link::before {
    left: -5px;
    top: 20%;
  }
  .service2 .service2-content-work .step-column {
    display: block;
  }
  .service2 .service2-content-work .step-column .step-number {
    display: none;
  }
  .service2 .service2-content-work .step-column .step-content {
    margin: 0;
  }
  .service2 .service2-content-work .step-column .step-line {
    display: none;
  }
  .carrer3 .carrer3-content ul {
    -moz-columns: 1;
         columns: 1;
  }
  .partner4 form {
    margin-top: 10px;
    padding: 20px;
  }
  .partner4 form .form-group .btn-primary {
    width: 100%;
  }
  .about-title {
    font-size: 32px;
  }
  .about3 .about3-content .catalog-slider .catalog-cover ul li img {
    width: 135px;
  }
  .about5 {
    padding: 40px 0px;
  }
  .about5::before {
    display: none;
  }
  .about5 .about5-content {
    padding: 50px;
  }
  .about-sub-title br {
    display: none;
  }
  .about2 {
    padding: 50px 0px;
  }
  .about2 .about2-content {
    padding: 40px 10px;
  }
  .about2 .about2-content .about-sub-title::before {
    left: 10%;
  }
  .about2 .about2-content .about-sub-title::after {
    right: 10%;
  }
  .about1 .about1-image .stage .slide-second {
    top: 15%;
    position: absolute;
    width: 360px;
    height: 460px;
    right: 15%;
  }
  .about1 .about1-image .stage .slide-first .box .in, .about1 .about1-image .stage .slide-second .box .in {
    width: 83px;
    height: 115px;
  }
  .about1 .about1-image .stage .slide-first .box, .about1 .about1-image .stage .slide-second .box {
    width: 110px;
    height: 160px;
  }
  .about1 .about1-image .stage .slide-first, .about1 .about1-image .stage .slide-second {
    width: 192px;
    height: 274px;
  }
  .about1 .about1-image .stage {
    height: 275px;
    width: auto;
  }
  .home4 .home4-content .carousel .carousel-indicators {
    display: block;
    -moz-column-count: 4;
         column-count: 4;
  }
  .home4 .home4-content .carousel .carousel-indicators .btn-image {
    padding: 4px 5px;
  }
  .home4 .home4-content .carousel .carousel-indicators .btn-image button {
    width: 100%;
    height: auto;
  }
  .invite-box:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 80px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.7294117647);
    width: 75% px;
    height: 1px;
    z-index: -1;
  }
}
@media (max-width: 425px) {
  .cursor-pointer {
    display: none;
  }
  .headingh2 {
    font-size: 16px;
  }
  .invite-box:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 80px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.7294117647);
    width: 75% px;
    height: 1px;
    z-index: -1;
  }
  .main-title {
    line-height: 38px;
  }
  .home1 .home1-content .nav-pills .nav-item {
    min-height: inherit;
  }
  .home1 .home1-content .nav-pills .nav-item .nav-link .headingh1 {
    font-size: 15px;
  }
  .home1 .home1-content .nav-pills .nav-item .nav-link {
    padding: 15px 0px;
  }
  .home7 .home7-content {
    padding: 0px 5px;
  }
  .home7 .home7-content .accordion .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .about-title {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 34px;
  }
  .service2 .service2-content-valuation ul {
    -moz-columns: 1;
         columns: 1;
  }
  .blog-detail .nav-pills li a .fa {
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */