@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 100;
    -webkit-transform: translateY(-20px);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@font-face {
  font-family: 'SketchRockwell-Bold';
  src: url("../fonts/SketchRockwell-Bold.eot");
  src: url("../fonts/SketchRockwell-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SketchRockwell-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SketchRockwell';
  src: url("../fonts/SketchRockwell.svg#SketchRockwell") format("svg"), url("../fonts/SketchRockwell.ttf") format("truetype"), url("../fonts/SketchRockwell.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.special-feautures {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dashed #ccc;
}

.boxed-list {
  padding: 15px;
  margin-bottom: 15px;
  height: 100%;
  background: #f5f5f5;
}

.boxed-list h4 {
  font-size: 18px;
  margin-bottom: 15px;
  min-height: 50px;
  color: #b57c32;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.boxed-list li {
  font-size: 14px;
  margin-bottom: 5px;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 16px;
}

body header {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  width: 100%;
  z-index: 99999999;
  background: #fff;
}

body header.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
}

body header .top-bar {
  background: #343434;
  color: #fff;
  font-size: 0.75rem;
}

body header .top-bar .top-menu ul li {
  margin-left: 0px;
  margin-right: 20px;
}

body header .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body header .top-bar ul li a {
  color: #fff;
}

body header .top-bar ul li a i {
  margin-right: 8px;
}

body header .top-bar .social-items ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body header .top-bar .social-items ul li {
  margin-left: 20px;
  margin-right: 0;
}

body header .navbar {
  min-height: 70px;
}

body header .navbar .dropdown a {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

body header .navbar a {
  color: #404040;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95rem;
  border: 0;
}

body header .navbar a.active {
  color: #d17a34;
}

body header .navbar a:hover {
  color: #d17a34;
}

body header .navbar .search i {
  cursor: pointer;
  color: #cccccc;
}

body header + section {
  padding-top: 100px;
}

body .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  background: #fff;
  -webkit-box-shadow: 1px 8px 11px -1px #ccc;
  box-shadow: 1px 8px 11px -1px #ccc;
  border: 0;
  border-radius: 0;
  padding: 0;
}

body .dropdown:hover .dropdown-menu a {
  color: #4d4d4d;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

body .dropdown:hover .dropdown-menu a:last-child {
  border-bottom: 0;
}

body .dropdown:hover .dropdown-menu a:hover {
  color: #d17a34;
}

body .man {
  background: url(../images/man-img.png);
  width: 500px;
  height: 500px;
  background-size: cover;
  margin: 0 auto;
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

body .man:before {
  content: '';
  background: url(../images/it-support.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  position: absolute;
  height: 125px;
  bottom: 20px;
  left: 20%;
  -webkit-animation: fadeInDown 5s infinite;
  animation: fadeInDown 5s infinite;
}

body .man h1 {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'SketchRockwell-Bold';
  text-transform: uppercase;
  font-size: 4rem;
  color: #d17a34;
}

body .pos-rel {
  position: relative;
}

body .pos-rel .bubble-1:before {
  content: '';
  background: url(../images/question-group.png);
  background-size: 85%;
  background-repeat: no-repeat;
  width: 200px;
  position: absolute;
  height: 330px;
  top: -1%;
  right: -72%;
}

body .pos-rel .bubble-1, body .pos-rel .bubble-2, body .pos-rel .bubble-3, body .pos-rel .bubble-4 {
  position: absolute;
  right: 15%;
  top: 5%;
  z-index: 999;
  background: url(../images/bubble-1.png);
  width: 285px;
  height: 214px;
  background-size: cover;
  padding: 50px 20px;
  padding-left: 45px;
  -webkit-animation: fadeInDown 5s infinite;
  animation: fadeInDown 5s infinite;
}

body .pos-rel .bubble-1:after, body .pos-rel .bubble-2:after, body .pos-rel .bubble-3:after, body .pos-rel .bubble-4:after {
  content: '';
  background: url(../images/bubble-start.png);
  position: absolute;
  top: 32%;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -22%;
}

body .pos-rel .bubble-2 {
  top: auto;
  bottom: 15px;
  background: url(../images/bubble-2.png);
  height: 235px;
  background-size: cover;
  padding-top: 70px;
  right: 5%;
}

body .pos-rel .bubble-2:after {
  background: url(../images/bubble_step-2_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 16%;
}

body .pos-rel .bubble-2:before {
  content: '';
  background: url(../images/doller-stock.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 261px;
  position: absolute;
  height: 294px;
  top: -46%;
  left: -42%;
}

body .pos-rel .bubble-3 {
  right: auto;
  left: 15%;
  background: url(../images/bubble-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 70px;
  top: 15%;
}

body .pos-rel .bubble-3:after {
  background: url(../images/bubble-step3.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -15%;
  left: auto;
  width: 100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(72deg);
  z-index: 99;
  margin-top: -7px;
}

body .pos-rel .bubble-3:before {
  content: '';
  background: url(../images/cash-group.png);
  background-size: 85%;
  background-repeat: no-repeat;
  width: 650px;
  position: absolute;
  height: 180px;
  top: -168px;
  right: -170%;
}

body .pos-rel .bubble-3 h3 {
  font-size: 2.2rem;
}

body .pos-rel .bubble-4 {
  right: auto;
  left: 12%;
  bottom: 30px;
  top: auto;
  background: url(../images/bubble-3.png);
  background-repeat: no-repeat;
}

body .pos-rel .bubble-4:after {
  background: url(../images/bubble-step3.png);
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -17%;
  top: 10%;
  left: auto;
}

body .pos-rel .bubble-4:before {
  content: '';
  background: url(../images/bs.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  position: absolute;
  height: 300px;
  top: -120%;
  left: -59%;
}

body .pos-rel .bubbles {
  text-transform: uppercase;
}

body .pos-rel .bubbles h3 {
  color: #d17a34;
}

body .help-bar {
  background: #d17a34;
  margin-top: 50px;
}

body .help-bar .menu-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .help-bar .ad-area {
  position: relative;
  top: -15px;
}

body .help-bar .right-links {
  margin-left: auto;
}

body .help-bar .right-links a {
  -moz-box-shadow: inset 0px 3px 21px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0px 3px 21px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 3px 21px 0px rgba(0, 0, 0, 0.35);
  display: inline-block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/chat-bot.png);
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: 10px center;
  font-size: 1.5rem;
  margin-left: 30px;
}

body .help-bar .right-links a:hover {
  text-decoration: none;
}

body .description-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

body .description-area .few-words {
  color: #999999;
}

body .description-area h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #d17a34;
}

body .description-area h2 span {
  color: #333333;
  font-weight: 500;
  padding-right: 10px;
}

body .description-area p {
  color: gray;
  font-weight: normal;
  font-size: 0.82rem;
}

body .logo-sets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
}

body .logo-sets .logo-item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
  border: 1px solid #ccc;
  text-align: center;
  height: 100%;
}

body .logo-sets .logo-item img {
  max-width: 200px;
  max-height: 100px;
}

body .logo-sets .logo-item p {
  margin: 0;
}

body .page-banner {
  background: url(../images/about-banner.jpg);
  background-size: cover;
}

body .page-banner.contact-banner {
  background: url(../images/contact-bg.png);
}

body .page-banner .inner-head-option {
  padding-top: 120px;
  display: inline-block;
  text-align: center;
}

body .page-banner .inner-head-option label {
  position: relative;
}

body .page-banner .inner-head-option label:after {
  position: absolute;
  content: '';
  height: 1px;
  background: #e6e6e6;
  width: 60px;
  top: 10px;
  margin-left: 10px;
}

body .page-banner .inner-head-option label:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #e6e6e6;
  width: 50px;
  top: 10px;
  margin-left: 10px;
  left: -74px;
}

body .page-banner .inner-head-option h2 {
  padding: 0;
  font-weight: 600;
  color: #d17a34;
}

body .page-banner h2 {
  color: #fff;
}

body .abt-head {
  color: #d17a34;
  font-size: 1.4em;
  padding-bottom: inherit;
  margin-bottom: 20px;
}

body .inner-strip {
  padding: 15px;
}

body .inner-strip h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}

body .team-wrap h2 {
  position: relative;
}

body .team-wrap h2 img {
  display: block;
  text-align: center;
  margin: auto;
}

body .team-wrap .team-box {
  -webkit-box-shadow: 10.903px 7.08px 26.88px 5.12px rgba(125, 125, 125, 0.28);
  box-shadow: 10.903px 7.08px 26.88px 5.12px rgba(125, 125, 125, 0.28);
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body .team-wrap .team-box .photo-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

body .team-wrap .team-box .photo-wrapper img {
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-box-shadow: 10.903px 7.08px 26.88px 5.12px rgba(125, 125, 125, 0.28);
  box-shadow: 10.903px 7.08px 26.88px 5.12px rgba(125, 125, 125, 0.28);
  width: 150px;
  height: 150px;
}

body .team-wrap .team-box h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
}

body .team-wrap .team-box h3 {
  font-weight: 500;
  font-size: 1.4em;
}

body .team-wrap .team-box a {
  color: #d17a34;
}

body .team-wrap .pd-l-50 {
  padding-left: 50px;
}

body .team-wrap .pd-r-50 {
  padding-right: 50px;
}

body .map-bg {
  position: relative;
}

body .map-bg .contact-details {
  position: absolute;
  top: 0;
  padding: 30px;
  z-index: 9999;
  background: #fff;
  margin-top: -55px;
}

body .map-bg .contact-details h2 {
  color: #d17a34;
  font-weight: 600;
  margin-bottom: 20px;
}

body .map-bg .contact-details h3 {
  font-size: 1.5em;
}

body .map-bg .contact-details ul {
  list-style: none;
  padding: 0;
}

body .map-bg .contact-details ul li {
  margin-bottom: 10px;
}

body .map-bg .contact-details ul li span {
  margin-right: 10px;
}

body .contact-strip {
  background: #d17a34;
  padding: 30px 15px;
}

body .contact-strip .align-right {
  margin-left: auto;
  text-align: right;
  color: #fff;
}

body .contact-strip .align-right h3 {
  margin-bottom: 0;
}

body .inner-descriptions h6 {
  font-size: 0.9rem;
  font-weight: normal;
  color: #666666;
}

body .inner-descriptions h6 i {
  margin-left: 5px;
  margin-right: 5px;
  color: #d17a34;
}

body .inner-descriptions .list-special {
  list-style: none;
  margin-top: 10px;
  padding: 20px;
  border: 2px dashed #ccc;
}

body .inner-descriptions .list-special.service-box {
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .inner-descriptions .list-special.service-box li {
  padding-left: 30px;
  position: relative;
  background: #f1f1f1;
  display: inline-block;
  min-height: 50px;
  width: 46%;
  margin: 15px;
  padding: 15px;
  padding-left: 60px;
}

body .inner-descriptions .list-special.service-box li i {
  left: 20px;
}

body .inner-descriptions .list-special li {
  padding-left: 30px;
  position: relative;
}

body .inner-descriptions .list-special li i {
  color: #666666;
  margin-right: 10px;
  position: absolute;
  left: 0;
  margin-top: 3px;
}

body .option-box {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 2px 9px 11px 4px rgba(204, 204, 204, 0.36);
  box-shadow: 2px 9px 11px 4px rgba(204, 204, 204, 0.36);
  margin-bottom: 20px;
  border: 1px solid #f7f7f7;
}

body .option-box h3 {
  font-size: 1.2rem;
  color: #af7c45;
}

body .option-box p {
  color: #666666;
}

body .option-box ul {
  list-style: none;
  padding: 0;
  position: relative;
  padding-left: 30px;
}

body .option-box ul i {
  position: absolute;
  left: 0;
  color: #FF9800;
}

body footer {
  background: #1a1a1a;
}

body footer .navbar {
  padding-left: 0;
}

body footer .navbar a {
  color: #666666;
}

body footer .navbar a:first-child {
  padding-left: 0;
}

body footer .navbar a.active {
  color: #d17a34;
}

body footer .company-info {
  padding: .5rem 1rem;
  height: 100%;
  color: #666666;
}

body footer .company-info p {
  margin: 0;
  font-size: 0.82rem;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  body .map-bg .contact-details {
    margin-top: 0;
    position: relative;
  }
  body .logo-sets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  body .logo-sets .logo-item {
    height: auto;
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex-positive: 100%;
    flex-grow: 100%;
    margin-bottom: 10px;
  }
  body header .top-bar .social-items ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body header .navbar img {
    max-width: 50px;
  }
  body header .navbar button.navbar-toggler {
    border: 1px solid rgba(152, 152, 152, 0.38);
  }
  body header .navbar button.navbar-toggler .navbar-toggler-icon {
    background: url(../images/menu-button.svg);
    background-size: 30px;
  }
  body .man {
    background: url(../images/man-img.png);
    width: 200px;
    height: 400px;
    background-size: cover;
    margin: 0;
    margin-top: 10px;
    padding-bottom: 100px;
    background-position: center center;
    float: left;
    position: absolute;
  }
  body .man:before {
    display: none;
  }
  body .man h1 {
    font-size: 2.3rem;
  }
  body .pos-rel .bubble-1 {
    right: auto;
    left: 28%;
    top: -60px;
  }
  body .pos-rel .bubble-1:after, body .pos-rel .bubble-1:before {
    display: none;
  }
  body .pos-rel .bubble-1, body .pos-rel .bubble-2, body .pos-rel .bubble-3, body .pos-rel .bubble-4 {
    position: relative;
    background: none;
    height: auto;
    right: auto;
    margin-left: 0;
    padding-left: 0;
    left: auto;
    right: auto;
    float: right;
    padding-bottom: 0;
    top: 0;
    padding-top: 20px;
    padding-right: 0;
    width: 100%;
    padding-left: 50%;
    left: 0 !important;
  }
  body .pos-rel .bubble-1:after, body .pos-rel .bubble-1:before, body .pos-rel .bubble-2:after, body .pos-rel .bubble-2:before, body .pos-rel .bubble-3:after, body .pos-rel .bubble-3:before, body .pos-rel .bubble-4:after, body .pos-rel .bubble-4:before {
    display: none;
  }
  body .pos-rel .bubble-1 h3, body .pos-rel .bubble-2 h3, body .pos-rel .bubble-3 h3, body .pos-rel .bubble-4 h3 {
    font-size: 1.2em;
  }
  body .pos-rel .bubble-3 {
    left: 28%;
  }
  body .pos-rel .bubble-3:after, body .pos-rel .bubble-3:before {
    display: none;
  }
  body .pos-rel .bubble-4 {
    right: auto;
    left: 28%;
    bottom: auto;
    top: auto;
  }
  body .pos-rel .bubble-4:after, body .pos-rel .bubble-4:before {
    display: none;
  }
  body .help-bar {
    margin-top: 165px;
  }
  body .help-bar.inner-strip {
    margin-top: 0px;
  }
  body .help-bar .menu-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body .help-bar .menu-area .right-links a {
    font-size: 1rem;
    text-align: center;
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  body .page-banner h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .inner-descriptions .list-special.service-box li {
    width: 100%;
    margin: 1px 0px;
  }
  body footer .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body footer .navbar a {
    padding-left: 0;
  }
  body footer .company-info {
    padding-left: 0;
  }
  body footer .company-info p {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .pag-clients {
    min-height: 300px;
  }
  header {
    z-index: 9999999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.fixed-header {
    position: fixed;
    width: 100%;
    background: #fff;
  }
  header.fixed-header .navbar-brand {
    width: 100px;
    height: 100px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header.fixed-header .navbar-brand:after {
    content: '';
    opacity: 0;
    margin-top: 10px;
  }
  header.fixed-header .navbar-brand img {
    max-width: 70px;
  }
  header.fixed-header + section {
    padding-top: 70px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.fixed-header + .page-banner {
    margin-top: 70px;
  }
  header .navbar-brand {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .navbar-brand.main:after {
    content: 'Your partner In Business Solutions';
    position: absolute;
    left: 0;
    background: #d48240;
    padding: 5px 10px;
    margin-top: 105px;
    margin-left: -25px;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: normal;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .navbar-brand img {
    max-width: 100px;
    margin-top: -10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .page-banner h2 {
    padding-left: 180px;
    min-height: 150px;
    padding-top: 30px;
  }
  body .inner-descriptions .list-special.service-box li {
    float: left;
    margin-right: auto;
    margin-left: 30px;
  }
  body #mission, body #vision, body #motto {
    padding-top: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  body .active#mission, body .active#vision, body .active#motto {
    padding-top: 170px;
  }
  body .logo-sets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  body header .navbar .navbar-nav a.nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
