/* Project name: Service Now */
/* Develope by: Ajay Gorecha */
/* Developer Web https://ajaygorecha.com/ */
/* variables */
/* Primary Color */
/* Secoundry color */
/* Black color */
/* White color */
/* Custome colors */
/* Fonts */
/* Bootstrap Import */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
*, *, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

*:focus, *:focus, *:after:focus, *:before:focus {
  outline: none !important;
}

::-moz-selection {
  background-color: #3279AE;
  color: #ffffff;
}

::selection {
  background-color: #3279AE;
  color: #ffffff;
}

html, body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #656565;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

div, header, nav, footer, section, aside, article {
  display: block;
}

a {
  color: #3279AE;
  text-decoration: none;
  -webkit-transition: all 0.05s ease-in !important;
  transition: all 0.05s ease-in !important;
}

a:hover {
  text-decoration: none;
  color: #3A3F51;
}

input:focus, select:focus, textarea:focus {
  outline: none !important;
}

p {
  font-size: 16px;
}

@media (max-width: 576px) {
  p {
    font-size: 14px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  width: 100%;
}

button:focus, a:focus {
  outline: none !important;
}

/* Components */
.btn {
  min-width: 170px;
  background-color: #3A3F51;
  color: #ffffff;
  border-radius: 24px;
  min-height: 50px;
  padding: 12px;
  -webkit-box-shadow: 0px 8px 24px rgba(58, 63, 81, 0.3);
          box-shadow: 0px 8px 24px rgba(58, 63, 81, 0.3);
  border: 1px solid #3A3F51;
}

.btn:hover {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Main CSS */
header {
  background-color: #ffffff;
  z-index: 1096;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding: 0;
}

header .navbar-brand img {
  max-width: 180px;
}

header .nav-item {
  margin: 0 30px;
  padding: 20px 5px;
  border-bottom: 3px solid transparent;
}

header .nav-item a:not(.btn) {
  color: #111013;
}

header .active {
  border-bottom: 3px solid #111013;
}

header .active a {
  font-weight: bold;
}

.hero-wrapper {
  padding: 100px;
}

@media (max-width: 576px) {
  .hero-wrapper {
    padding: 50px 0;
  }
  .hero-wrapper .hero-content {
    text-align: center;
    margin-bottom: 50px;
  }
  .hero-wrapper .hero-content h1, .hero-wrapper .hero-content h2, .hero-wrapper .hero-content h3, .hero-wrapper .hero-content h4, .hero-wrapper .hero-content h5, .hero-wrapper .hero-content h6 {
    font-size: 28px !important;
    font-weight: bold !important;
  }
  .hero-wrapper .hero-content p {
    font-size: 14px !important;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .hero-wrapper {
    padding: 50px 0;
  }
  .hero-wrapper .hero-content {
    text-align: center;
    margin-bottom: 50px;
  }
  .hero-wrapper .hero-content h1, .hero-wrapper .hero-content h2, .hero-wrapper .hero-content h3, .hero-wrapper .hero-content h4, .hero-wrapper .hero-content h5, .hero-wrapper .hero-content h6 {
    font-weight: bold !important;
  }
}

.hero-wrapper .hero-content h1, .hero-wrapper .hero-content h2, .hero-wrapper .hero-content h3, .hero-wrapper .hero-content h4, .hero-wrapper .hero-content h5, .hero-wrapper .hero-content h6 {
  font-size: 60px;
  font-weight: 400;
  color: #3279AE;
}

.hero-wrapper .hero-content h1 span, .hero-wrapper .hero-content h2 span, .hero-wrapper .hero-content h3 span, .hero-wrapper .hero-content h4 span, .hero-wrapper .hero-content h5 span, .hero-wrapper .hero-content h6 span {
  font-weight: 700;
  color: #3A3F51;
}

.hero-wrapper .hero-content p {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.rebust-wrapper {
  padding: 40px 0;
  /* border: solid 2px; */
}

.rebust-wrapper::before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  background-color: #F1F3F6;
  content: '';
  width: 100%;
  /* border: solid 1px; */
}

@media (max-width: 992px) and (min-width: 576px) {
  .rebust-wrapper {
    background-color: #F1F3F6;
  }
}

@media (max-width: 576px) {
  .rebust-wrapper {
    background-color: #F1F3F6;
  }
  .rebust-wrapper .rebust-content {
    margin-top: 20px;
    padding-left: 50px;
  }
  .rebust-wrapper .rebust-content h1, .rebust-wrapper .rebust-content h2, .rebust-wrapper .rebust-content h3, .rebust-wrapper .rebust-content h4, .rebust-wrapper .rebust-content h5, .rebust-wrapper .rebust-content h6 {
    white-space: pre-wrap !important;
    font-size: 28px !important;
  }
}

.rebust-wrapper .rebust-content h1, .rebust-wrapper .rebust-content h2, .rebust-wrapper .rebust-content h3, .rebust-wrapper .rebust-content h4, .rebust-wrapper .rebust-content h5, .rebust-wrapper .rebust-content h6 {
  font-size: 42px;
  font-weight: 700;
  color: #3A3F51;
  margin-bottom: 20px;
}

.rebust-wrapper .rebust-content ul {
  padding-left: 40px;
}

.rebust-wrapper .rebust-content ul li {
  padding-left: 10px;
  margin: 15px 0;
}

.rebust-wrapper .rebust-content ul li::before {
  position: absolute;
  top: 10px;
  width: 5px;
  height: 5px;
  left: -10px;
  border-radius: 24px;
  background-color: #3A3F51;
  content: '';
}

.flexible-wrapper.inner {
  background-color: #F1F3F6 !important;
}

.flexible-wrapper.inner .flexible-content {
  background-color: transparent;
}

.flexible-wrapper.inner .flexible-content * {
  color: #656565;
}

.flexible-wrapper.inner .flexible-content li:before {
  background-color: #656565;
}

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

@media (max-width: 576px) {
  .feature-wrapper {
    background-color: #F1F3F6;
    padding-top: 0;
  }
  .feature-wrapper .feature-title {
    text-align: center;
  }
  .feature-wrapper .feature-title h1, .feature-wrapper .feature-title h2, .feature-wrapper .feature-title h3, .feature-wrapper .feature-title h4, .feature-wrapper .feature-title h5, .feature-wrapper .feature-title h6 {
    white-space: pre-wrap !important;
    font-size: 28px !important;
  }
}

.feature-wrapper .feature-title {
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
  padding-top: 80px;
}

.feature-wrapper .feature-title::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 260px;
  background-color: #F1F3F6;
  content: '';
}

.feature-wrapper .feature-title h1, .feature-wrapper .feature-title h2, .feature-wrapper .feature-title h3, .feature-wrapper .feature-title h4, .feature-wrapper .feature-title h5, .feature-wrapper .feature-title h6 {
  font-size: 42px;
  font-weight: 700;
  color: #3A3F51;
  margin-bottom: 20px;
}

.feature-wrapper .feature-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.feature-wrapper .feature-box img {
  max-width: 270px;
  width: 100%;
}

.feature-wrapper .feature-box h1, .feature-wrapper .feature-box h2, .feature-wrapper .feature-box h3, .feature-wrapper .feature-box h4, .feature-wrapper .feature-box h5, .feature-wrapper .feature-box h6 {
  font-size: 32px;
  font-weight: 700;
  color: #3A3F51;
  margin-bottom: 20px;
}

.flexible-wrapper {
  padding: 100px 0;
  margin: 100px 0;
  background-color: #3279AE;
}

@media (max-width: 992px) and (min-width: 576px) {
  .flexible-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .flexible-wrapper::before {
    display: none;
  }
  .flexible-wrapper .flexible-content h1, .flexible-wrapper .flexible-content h2, .flexible-wrapper .flexible-content h3, .flexible-wrapper .flexible-content h4, .flexible-wrapper .flexible-content h5, .flexible-wrapper .flexible-content h6 {
    font-size: 28px !important;
  }
}

.flexible-wrapper .flex-items {
  position: absolute;
  max-width: calc( 40% - 30px);
  top: 30px;
  left: 10%;
}

.flexible-wrapper .flexible-content {
  padding-left: 30px;
  background-color: #3279AE;
}

.flexible-wrapper .flexible-content h1, .flexible-wrapper .flexible-content h2, .flexible-wrapper .flexible-content h3, .flexible-wrapper .flexible-content h4, .flexible-wrapper .flexible-content h5, .flexible-wrapper .flexible-content h6 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.flexible-wrapper .flexible-content ul {
  padding-left: 10px;
}

.flexible-wrapper .flexible-content ul li {
  padding-left: 10px;
  margin: 15px 0;
  color: #ffffff;
  margin-bottom: 30px;
}

.flexible-wrapper .flexible-content ul li::before {
  position: absolute;
  top: 10px;
  width: 5px;
  height: 5px;
  left: -10px;
  border-radius: 24px;
  background-color: #ffffff;
  content: '';
}

.flexible-wrapper .flexible-img {
  z-index: 2;
}

.tools-wrapper {
  padding: 150px 0;
}

@media (max-width: 576px) {
  .tools-wrapper {
    padding-top: 0;
    background-color: #F1F3F6;
  }
  .tools-wrapper .tools-content h1, .tools-wrapper .tools-content h2, .tools-wrapper .tools-content h3, .tools-wrapper .tools-content h4, .tools-wrapper .tools-content h5, .tools-wrapper .tools-content h6 {
    font-size: 28px !important;
  }
  .tools-wrapper .tools-box {
    margin-bottom: 30px;
  }
}

.tools-wrapper .tools-content::before {
  position: absolute;
  left: -100px;
  width: calc( 100% + 200px);
  height: calc( 100% + 300px);
  content: '';
  background-color: #F1F3F6;
  top: -50px;
}

.tools-wrapper .tools-content {
  padding: 50px 0;
}

.tools-wrapper .tools-content h1, .tools-wrapper .tools-content h2, .tools-wrapper .tools-content h3, .tools-wrapper .tools-content h4, .tools-wrapper .tools-content h5, .tools-wrapper .tools-content h6 {
  font-size: 42px;
  font-weight: 700;
  color: #3A3F51;
  margin-bottom: 20px;
}

.tools-wrapper .tools-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}

.tools-wrapper .tools-box img {
  max-width: 155px;
  margin-bottom: 30px;
}

.tools-wrapper .tools-box h1, .tools-wrapper .tools-box h2, .tools-wrapper .tools-box h3, .tools-wrapper .tools-box h4, .tools-wrapper .tools-box h5, .tools-wrapper .tools-box h6 {
  font-size: 24px;
  color: #3A3F51;
  font-weight: 600;
}

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

@media (max-width: 576px) {
  .signup-wrapper .signup-content {
    padding: 20px !important;
  }
  .signup-wrapper .signup-content h1, .signup-wrapper .signup-content h2, .signup-wrapper .signup-content h3, .signup-wrapper .signup-content h4, .signup-wrapper .signup-content h5, .signup-wrapper .signup-content h6 {
    font-size: 28px !important;
  }
}

.signup-wrapper .signup-content {
  background-color: #3A3F51;
  border-radius: 8px;
  padding: 50px;
}

.signup-wrapper .signup-content h1, .signup-wrapper .signup-content h2, .signup-wrapper .signup-content h3, .signup-wrapper .signup-content h4, .signup-wrapper .signup-content h5, .signup-wrapper .signup-content h6 {
  color: #ffffff;
  font-size: 42px;
}

.signup-wrapper .signup-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

.signup-wrapper .signup-content .btn {
  background-color: #3279AE;
}

.signup-wrapper .signup-content .btn:hover {
  color: #ffffff;
  border-color: #ffffff;
}

footer {
  background-color: #3A3F51;
  padding-top: 50px;
}

@media (max-width: 992px) and (min-width: 576px) {
  footer .contacts-wrapper {
    padding-left: 15px !important;
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  footer .product-wrapper, footer .contacts-wrapper {
    padding-left: 15px !important;
    margin-bottom: 30px;
  }
  footer .product-wrapper a, footer .contacts-wrapper a {
    font-size: 12px;
  }
  footer .social-wrapper {
    padding-top: 20px !important;
  }
  footer .logo-wrapper {
    margin-bottom: 30px;
  }
  footer .logo-content img {
    max-width: 170px !important;
  }
}

footer .container {
  padding-bottom: 50px;
}

footer .logo-wrapper {
  border-right: 1px solid #ffffff;
}

footer .logo-content img {
  max-width: 270px;
}

footer .social-wrapper {
  padding-top: 50px;
}

footer .social-wrapper ul {
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .social-wrapper i {
  color: #ffffff;
  font-size: 24px;
}

footer .product-wrapper {
  padding-left: 50px;
  border-right: 1px solid #ffffff;
}

footer .product-wrapper h1, footer .product-wrapper h2, footer .product-wrapper h3, footer .product-wrapper h4, footer .product-wrapper h5, footer .product-wrapper h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

footer .product-wrapper li {
  margin-bottom: 5px;
  margin-top: 5px;
}

footer .product-wrapper li a {
  color: #ffffff;
}

footer .contacts-wrapper {
  padding-left: 50px;
}

footer .contacts-wrapper h1, footer .contacts-wrapper h2, footer .contacts-wrapper h3, footer .contacts-wrapper h4, footer .contacts-wrapper h5, footer .contacts-wrapper h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

footer .contacts-wrapper li {
  margin-bottom: 15px;
}

footer .contacts-wrapper li a, footer .contacts-wrapper li i {
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .contacts-wrapper li i {
  display: inline-block;
  margin-right: 10px;
}

footer .credit-wrapper {
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
}

footer .credit-wrapper p {
  margin-bottom: 0;
}

.subpage-wrapper {
  text-align: center;
  padding: 30px;
}

@media (max-width: 576px) {
  .subpage-wrapper h1, .subpage-wrapper h2, .subpage-wrapper h3, .subpage-wrapper h4, .subpage-wrapper h5, .subpage-wrapper h6 {
    font-size: 32px !important;
  }
}

.subpage-wrapper h1, .subpage-wrapper h2, .subpage-wrapper h3, .subpage-wrapper h4, .subpage-wrapper h5, .subpage-wrapper h6 {
  font-size: 80px;
  color: #3A3F51;
  opacity: .1;
}

.input.icon-input {
  padding-top: 15px;
  padding-bottom: 15px;
}

.input.icon-input select, .input.icon-input input {
  width: 100%;
  padding: 10px;
  display: inline-block;
  height: auto !important;
  border-radius: 24px !important;
  border: none !important;
  background-color: transparent;
}

.input.icon-input textarea {
  border-radius: 8px;
  width: calc( 100% + 2px);
  border: 1px solid #CFCFCF;
  padding: 5px;
  margin-left: -1px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}

.input.icon-input label {
  font-size: 16px;
  font-weight: 600;
  color: #3A3F51;
}

.input.icon-input .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CFCFCF;
  border-radius: 24px;
}

.input.icon-input .icon-box i {
  width: 50px;
  height: 50px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #3279AE;
  color: #ffffff;
  border-radius: 24px;
  font-size: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.map-wrapper {
  padding: 50px 0;
}

@media (max-width: 576px) {
  .map-wrapper {
    padding: 0;
  }
  .map-wrapper .contact-form {
    text-align: center;
  }
  .map-wrapper iframe {
    position: relative !important;
    top: auto !important;
    height: 400px;
    margin-bottom: -7px;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  .map-wrapper {
    padding: 0;
  }
  .map-wrapper .contact-form {
    text-align: center;
  }
  .map-wrapper iframe {
    position: relative !important;
    top: auto !important;
    height: 400px !important;
    margin-bottom: -7px;
  }
}

.map-wrapper iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.map-wrapper .contact-form {
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 2;
}

.map-wrapper .contact-form h1, .map-wrapper .contact-form h2, .map-wrapper .contact-form h3, .map-wrapper .contact-form h4, .map-wrapper .contact-form h5, .map-wrapper .contact-form h6 {
  font-size: 42px;
  color: #3A3F51;
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #CFCFCF;
}

.map-wrapper .contact-form form {
  padding: 30px;
}

.info-wrapper {
  text-align: center;
  padding: 100px 0;
  background-color: #F1F3F6;
}

@media (max-width: 576px) {
  .info-wrapper .box {
    margin-bottom: 20px;
  }
}

.info-wrapper .info-content {
  margin-bottom: 30px;
}

.info-wrapper .info-content h1, .info-wrapper .info-content h2, .info-wrapper .info-content h3, .info-wrapper .info-content h4, .info-wrapper .info-content h5, .info-wrapper .info-content h6 {
  font-size: 42px;
  color: #3A3F51;
}

.info-wrapper .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 10px;
}

.info-wrapper .box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.info-wrapper .box:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.info-wrapper .box img {
  max-width: 160px;
}

.info-wrapper .box a {
  color: #3A3F51;
  font-size: 24px;
  font-weight: bold;
}

.info-wrapper .box p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .blog-wrapper .blog-box .thumb img {
    min-height: 300px !important;
    max-height: 300px !important;
  }
}

.blog-wrapper .blog-box {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog-wrapper .blog-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.blog-wrapper .blog-box .thumb {
  overflow: hidden;
}

.blog-wrapper .blog-box .thumb img {
  min-height: 520px;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-wrapper .blog-box .date {
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #3A3F51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  border-radius: 0 50px 50px 0;
}

.blog-wrapper .blog-box .date i, .blog-wrapper .blog-box .date span {
  color: #ffffff;
}

.blog-wrapper .blog-box .blog-content {
  padding: 20px;
}

.blog-wrapper .blog-box .blog-content h1, .blog-wrapper .blog-box .blog-content h2, .blog-wrapper .blog-box .blog-content h3, .blog-wrapper .blog-box .blog-content h4, .blog-wrapper .blog-box .blog-content h5, .blog-wrapper .blog-box .blog-content h6 {
  font-size: 24px;
  color: #3A3F51;
}

.blog-wrapper .blog-box .blog-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogdetails-wrapper {
  background-color: #F1F3F6;
  padding: 100px 0;
}

.blogdetails-wrapper .main-sidebar {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.blogdetails-wrapper .main-sidebar h1, .blogdetails-wrapper .main-sidebar h2, .blogdetails-wrapper .main-sidebar h3, .blogdetails-wrapper .main-sidebar h4, .blogdetails-wrapper .main-sidebar h5, .blogdetails-wrapper .main-sidebar h6 {
  font-size: 24px;
  color: #3A3F51;
  padding: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #CFCFCF;
}

.blogdetails-wrapper .sidebar-content {
  padding: 20px;
}

.blogdetails-wrapper .sidebar-content ul > li {
  margin-bottom: 10px;
}

.blogdetails-wrapper .sidebar-content ul > li a {
  color: #3A3F51;
}

.blogdetails-wrapper .sidebar-content li > ul {
  padding-left: 20px;
  border-left: 3px solid #3279AE;
}

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

.preloader svg {
  overflow: visible;
}

.preloader #ptext {
  -webkit-animation: tag 2s ease-in infinite;
          animation: tag 2s ease-in infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes tag {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes tag {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.contactlist-wrapper {
  padding: 100px 0;
  background-color: #F1F3F6;
  min-height: 50vh;
}

.contactlist-wrapper table {
  display: block;
  width: 100%;
}

.client-wrapper {
  padding: 100px 0;
  background-color: #F1F3F6;
}

.client-wrapper .clients-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client-wrapper .clients-items img {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin: 15px 0;
}

.about-widget {
  padding: 100px 0;
  background-color: #F1F3F6;
}

.about-widget .btn {
  padding: 5px 15px !important;
  border-radius: 50px !important;
}

.about-widget .btn i {
  vertical-align: middle;
  font-size: 24px;
}

.vision-wraper {
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 576px) {
  .should-be-mobile.rebust-wrapper {
    text-align: center;
  }
  .should-be-mobile.rebust-wrapper ul {
    text-align: left;
  }
  .should-be-mobile.rebust-wrapper img {
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .should-be-mobile.flexible-wrapper {
    text-align: center;
    padding: 50px 0;
  }
  .should-be-mobile.flexible-wrapper .flex-items {
    position: relative !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    left: 0;
    top: 0;
  }
  .should-be-mobile.flexible-wrapper .flex-items img {
    max-width: 95%;
  }
  .should-be-mobile.flexible-wrapper ul {
    text-align: left;
  }
  .should-be-mobile.flexible-wrapper img {
    max-width: 50%;
  }
}


/* Dropdown Button */
.dropbtn {
  /* background-color: #3498DB; */
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/*# sourceMappingURL=style.css.map */