@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 0.8em;
  line-height: 1.4;
  scroll-behavior: smooth;
}
html *::first-letter {
  text-transform: uppercase;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #565b73;
  line-height: 25px;
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
  color: #0d112b;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0d112b;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #1475e2;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 22px;
  margin-top: -14px;
}
@media (min-width: 576px) {
  h2 {
    line-height: 1.2;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 1.2em;
  margin-top: -10px;
  margin-bottom: 12px;
}

h5 {
  font-size: 1rem;
  margin-top: -10px;
  margin-bottom: 8px;
}

h6 {
  font-size: 18px;
}

p {
  margin-top: -12px;
}
p:last-child {
  margin-bottom: -8px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 27px;
    margin-top: -16px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 1.1em;
    margin-top: -12px;
    margin-bottom: 17px;
  }

  h5 {
    font-size: 1.1em;
    margin-top: -10px;
    margin-bottom: 8px;
  }

  h6 {
    font-size: 20px;
  }
}
a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  padding: 5px 0;
}

select,
input,
textarea,
button {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

input,
button,
select {
  height: 50px;
  color: #565b73;
}

label,
button,
select {
  cursor: pointer;
}

input {
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}
input:focus {
  border: 1px solid #1475e2;
}
input[type="submit"] {
  cursor: pointer;
  background-color: #33abf6;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

.account-wrapper,
.account-wrapper .account-area {
  position: relative;
}

.shape-thumb::before,
.banner-slider .banner-section::after,
.hero-area::before,
.non-m-video-section::before,
.service-pro-item .service-pro-thumb::before,
.video-wrapper::before,
.account-wrapper::before,
.sign-up-form .form-group.checkgroup input::before,
.contact-form .form-group input[type="radio"]::before,
.post-item.video-post .post-thumb::before {
  position: absolute;
  content: "";
}

.footer-social,
.header-top ul,
.header-bottom .header-area,
.choose-item-two .choose-header-area,
.counter-wrapper,
.counter-wrapper .counter-item .counter-header,
.testing-form,
ul.filter,
.overview-item-area,
.overview-play-item,
.feature-section-wrapper,
.feature-item,
.feature-area.style-two,
.benifit-section .benifit-left .benifit-bottom,
.service-form,
.chekgroup .form-group,
.service-pro-area,
.service-pro-item .service-pro-thumb,
.email-topper-area .bullet-list,
.email-tab .tab-menu,
.case-details-content .case-details-mini-area,
.sign-up-form,
.sign-up-form .form-group.checkgroup,
.contact-form .form-group.radio-group,
.contact-form .form-group.radio-group .radio-item,
.post-item.details-post .blog-d-thumb,
.post-item.details-post .meta-post,
.post-item.details-post .meta-post .left,
.details-navigation,
.author,
.comment-item {
  display: flex;
  flex-wrap: wrap;
}

.padding-top {
  padding-top: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px;
  }

  .padding-bottom {
    padding-bottom: 120px;
  }
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

/*Section Header*/
.mb-30-none {
  margin-bottom: -30px !important;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.tab-item {
  display: none;
}
.tab-item:first-child {
  display: block;
}

.tab-menu li {
  cursor: pointer;
}

.bg-ash {
  background-color: #fafafa;
}

.overlay-bg {
  position: relative;
}
.overlay-bg::before {
  width: 100%;
  height: 100%;
  background-color: #05253a;
  opacity: 0.949;
}
.overlay-bg * {
  z-index: 1;
  position: relative;
}

.bb-dashed {
  border-bottom: 1px dashed #dddcff;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.bg-theme-hover:hover,
.bg-theme {
  background: #1475e2;
}
.bg-theme-hover:hover .title,
.bg-theme-hover:hover p,
.bg-theme-hover:hover i,
.bg-theme-hover:hover .cate,
.bg-theme .title,
.bg-theme p,
.bg-theme i,
.bg-theme .cate {
  color: #ffffff !important;
}

.section-header {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 790px;
}
@media (min-width: 576px) {
  .section-header {
    margin-bottom: 50px;
  }
}
.section-header .title {
  text-transform: capitalize;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .animated {
    animation: none;
  }
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 3.4em;
  margin: 0.37em 0;
}

.category {
  font-size: 1.2em;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

footer {
  background: #161c2a;
}

footer * {
  color: #ffffff;
}

.mb-50-none {
  margin-bottom: -50px;
}

.footer-social {
  margin: -5px;
}
.footer-social li {
  padding: 5px;
}
.footer-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  opacity: 0.6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer-social li a:hover {
  opacity: 1;
  border-color: #1475e2;
  background: #1475e2;
}

header .select-bar {
  font-size: 14px;
  margin: 0 20px;
  padding-left: 10px;
  padding-right: 25px;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  header .select-bar {
    margin-right: 0;
  }
}
header .search-bar {
  width: 30px;
  text-align: right;
  height: 30px;
  font-weight: 600;
}
header .search-bar i {
  color: #565b73;
}
header .search-bar:hover i {
  color: #1475e2;
}
header .select-career {
  align-items: center;
}
header .list {
  max-height: 120px;
  overflow-y: scroll !important;
}
header .list::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}
header .list li {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 449px) {
  header .select-career {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    background: #ffffff;
    padding: 10px;
    transform-origin: top;
    z-index: 9;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  header .select-career * {
    margin: 0;
  }
  header .select-career.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media screen and (min-width: 450px) {
  header .select-bar-bar {
    display: none;
  }
}

.header-bottom {
  background: #ffffff;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  position: relative;
}

.header-bottom,
.header-fixed {
  -webkit-box-shadow: 0px 1px 20px 5px rgba(65, 126, 251, 0.6);
  -moz-box-shadow: 0px 1px 20px 5px rgba(65, 126, 251, 0.6);
  box-shadow: 0px 1px 20px 5px rgba(65, 126, 251, 0.6);
}
.header-bottom .header-area {
  padding: 8px 0;
  align-items: center;
}
@media (min-width: 576px) {
  .header-bottom .header-area {
    position: relative;
  }
}
@media (min-width: 992px) {
  .header-bottom .header-area .logo {
    width: 150px;
  }
  .header-bottom .header-area .logo a {
    display: inline-block;
  }
  .header-bottom .header-area .logo a img {
    max-width: 100%;
  }
  .header-bottom .header-area .menu {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-bottom .header-area .menu li {
    position: relative;
  }
  .header-bottom .header-area .menu li a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #565b73;
    padding: 7px;
    margin: auto 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .header-bottom .header-area .menu li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header-bottom .header-area .menu li .submenu {
    position: absolute;
    z-index: 9;
    background: #ffffff;
    -webkit-border-radius: 0 15px 0 15px;
    -moz-border-radius: 0 15px 0 15px;
    border-radius: 0 15px 0 15px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
    padding: 5px;
    min-width: 220px;
    padding: 12px 0;
    border-top: 5px solid #1475e2;
    border-bottom: 5px solid #1475e2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-bottom .header-area .menu li .submenu li {
    padding: 0 10px;
  }
  .header-bottom .header-area .menu li .submenu li a {
    color: #0d112b;
    padding: 0 6px;
    display: flex;
    justify-content: space-between;
  }
  .header-bottom .header-area .menu li .submenu li:hover > a {
    color: #1475e2;
    padding-left: 7px;
  }
  .header-bottom .header-area .menu li .submenu li .submenu {
    top: 0;
    left: 100%;
  }
  .header-bottom .header-area .menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-bottom .header-area .menu .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .header-bottom {
    z-index: 100;
  }
  .header-bottom .header-area {
    justify-content: space-between;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .header-bottom .header-area .logo {
    max-width: 150px;
  }
  .header-bottom .header-area .logo a {
    display: block;
  }
  .header-bottom .header-area .logo a img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-bottom .header-area .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    padding: 0 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    max-height: 350px;
    overflow-y: scroll;
  }
  .header-bottom .header-area .menu > li:first-child > a {
    border-top: 1px solid #e5e5e5;
  }
  .header-bottom .header-area .menu li {
    padding: 0;
  }
  .header-bottom .header-area .menu li a {
    padding: 4px 7px;
    font-size: 16px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    color: #0d112b;
    text-transform: capitalize;
  }
  .header-bottom .header-area .menu li .submenu {
    display: none;
    padding-left: 10px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .header-bottom .header-area .menu li .submenu {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .header-bottom .header-area .menu .menu-item-has-children > a {
    justify-content: space-between;
    align-items: center;
  }
  .header-bottom .header-area .menu .menu-item-has-children > a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 5px;
    width: 31px;
    text-align: center;
    height: 100%;
  }
  .header-bottom .header-area .menu .menu-item-has-children.open > a::after {
    content: "\f068";
    background: #1475e2;
    color: #ffffff;
  }
  .header-bottom .header-area .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.search-form-area {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.search-form-area .search-form {
  width: 100%;
  max-width: 720px;
  position: relative;
  z-index: 99;
  margin: 0 15px;
}
.search-form-area .search-form input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 576px) {
  .search-form-area .search-form input {
    padding-left: 30px;
    height: 60px;
  }
}
.search-form-area .search-form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  font-weight: 600;
  top: 0;
  right: 0;
  width: 50px;
  background: #1475e2;
  border-color: #1475e2;
}
.search-form-area .search-form button i {
  color: #ffffff;
}
@media (min-width: 576px) {
  .search-form-area .search-form button {
    height: 60px;
    width: 60px;
  }
}
.search-form-area.active {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hide-form {
  display: block;
  width: 40px;
  height: 40px;
  background: #1475e2;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/*Header Bar*/
.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
  margin-left: auto;
  margin-right: 30px;
}
.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #0d112b;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

header.style-two {
  position: absolute;
  width: 100%;
  z-index: 99;
}
header.style-two .header-top {
  background: transparent;
}
header.style-two .header-top .header-top-wrapper {
  border-bottom: 1px solid #ffffff40;
  padding: 10px 0;
}
header.style-two .header-bottom {
  background: transparent;
}
@media (min-width: 992px) {
  header.style-two .header-bottom .menu > li > a {
    color: #ffffff;
  }
}
header.style-two .header-bottom .header-area .search-bar i,
header.style-two .header-bottom .select-bar-bar i {
  color: #ffffff;
}
header.style-two .header-bottom .header-area select {
  background: transparent;
  color: #ffffff;
}
header.style-two .header-bottom .header-area select option {
  color: #0d112b;
}
header.style-two .header-bottom .header-bar span {
  background: #ffffff;
}
header.style-two .header-bottom.header-fixed {
  background: #0d112b;
  box-shadow: none;
}
header.style-two .select-bar {
  background: transparent;
  border: none;
}
header.style-two .select-bar span {
  color: #ffffff;
}
header.style-two .select-bar::after {
  border-color: #ffffff;
}
@media screen and (max-width: 449px) {
  header.style-two .select-career {
    background: #0d112b;
    border: none;
  }
}

/*banner-section-one starts here*/
.banner-section {
  /* background-color: #fafafa; */
  /* background: #5533ff; */
  background: #4e4cfd;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  max-height: 90vh;
  height: 80%;
  color: #eee;
}
.banner-section .banner-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}
.banner-section .banner-content span,
.banner-section .banner-content .title,
.banner-section .banner-content p,
.banner-section .banner-content a {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .category {
  display: block;
  /* text-transform: uppercase; */
  color: #1475e2;
  margin-top: -9px;
  font-size: 16px;
}
.banner-section .banner-content .title {
  text-transform: capitalize;
  margin: 0;
  font-weight: 900;
}
@media (min-width: 768px) {
  .banner-section .banner-content .title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
.banner-section .banner-content .video-button-group {
  margin: -5px;
  margin-bottom: -15px;
}
.banner-section .banner-content .video-button-group > * {
  margin: 5px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .banner-section .banner-content .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner-section {
    padding: 0;
  }
  .banner-section .banner-content {
    text-align: center;
  }
  .banner-section .banner-content .title {
    font-size: 16px;
  }
  .banner-section .banner-content .category {
    font-size: 14px;
    margin-top: -10px;
  }
  .banner-section img {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .banner-section .col-md-7 {
    padding-top: 0 !important;
    margin-top: 0;
  }
}
.banner-section .banner-content::before,
.banner-section .banner-content .round-shape::before,
.banner-section .banner-content .round-shape::after {
  position: absolute;
  top: 50%;
  left: 30%;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px dashed #d7e1f8;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner-section .banner-content::before {
  width: 200px;
  height: 200px;
  animation: rotate 20s linear infinite;
}
.banner-section .banner-content .round-shape::before {
  width: 400px;
  height: 400px;
  animation: rev-rotate 24s linear infinite;
}
.banner-section .banner-content .round-shape::after {
  width: 600px;
  height: 600px;
  animation: rotate 30s linear infinite;
}

.shape-thumb {
  /* position: absolute; */
  /* bottom: 0; */
  /* right: 20%; */
  /* -webkit-transform: translateX(50%); */
  /* -ms-transform: translateX(50%); */
  /* transform: translateX(50%); */
  width: 100%;
}
.shape-thumb::before {
  width: 100%;
  /* height: 450px; */
  bottom: 0;
  right: -20%;
  background: #f5f7f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .shape-thumb {
    display: none;
  }
}
.shape-thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
}

i[class*="flaticon"] {
  color: #1475e2;
  line-height: 1;
}
.choose-us-section {
  padding-bottom: 100px;
}

/*choose-section Starts Here*/
.choose-item {
  margin-bottom: 10px;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(83, 80, 255, 0.09);
  height: 200px;
  width: 100%;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  border-style: solid;
  border-width: 0.15px;
  border-color: rgba(5, 5, 5, 0.15);
}
@media screen and (min-width: 380px) and (max-width: 767px) {
  .choose-item {
    padding: 20px 40px;
  }
}
@media (min-width: 768px) {
  .choose-item {
    padding: 25px 35px;
  }
}
@media (min-width: 1200px) {
  .choose-item {
    padding: 20px 40px;
  }
}
.choose-item .choose-thumb {
  font-size: 50px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .choose-item .choose-thumb {
    margin-bottom: 20px;
  }
}
.choose-item .title {
  text-transform: capitalize;
}
.choose-item-two {
  padding: 0;
}
.choose-item-two .choose-header-area .choose-thumb {
  margin: 0;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #1475e2;
  text-align: center;
}
.choose-item-two .choose-header-area .choose-thumb i {
  color: #ffffff;
}
.choose-item-two .choose-header-area .title {
  margin: 0;
  width: calc(100% - 110px);
  padding-left: 20px;
  padding-right: 20px;
  align-self: center;
}
@media screen and (max-width: 400px) {
  .choose-item-two .choose-header-area .choose-thumb {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
  .choose-item-two .choose-header-area .title {
    width: calc(100% - 70px);
  }
}
.choose-item-two .choose-content {
  padding: 30px;
}
.choose-item-two:hover .choose-header-area .choose-thumb {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}
.choose-item:hover .choose-thumb {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}
.choose-item:hover {
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
  animation: ease-in-out 1s;
  -webkit-animation: ease-in-out 1s;
  -moz-animation: ease-in-out 1s;
  /* border-color: #4e4cfd; */
  border-color: #1475e2;
  border-style: solid;
  border-width: 0.15px;
}

/*services-section Starts Here*/
.services-item {
  margin-bottom: 10px;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(83, 80, 255, 0.09);
  /* height: 450px; */
  width: 100%;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  border-style: solid;
  border-width: 0.15px;
  border-color: rgba(5, 5, 5, 0.15);
  font-size: 1.1em;
  font-weight: 400;
}

#services-title,
#services-title2 {
  font-weight: 700 !important;
  /* color: #4e4cfd !important; */
  color: #1475e2 !important;
  font-size: 1.3rem !important;
  text-align: center !important;
}

.services-item ul li {
  list-style-type: disc;
  color: #565b73;
}

.services-item .list-title {
  list-style: none;
  color: #000;
  margin-bottom: 10px;
}
@media screen and (min-width: 380px) and (max-width: 767px) {
  .services-item {
    padding: 20px 40px;
  }
}
@media (min-width: 768px) {
  .services-item {
    padding: 25px 35px;
  }
}
@media (min-width: 1200px) {
  .services-item {
    padding: 20px 40px;
  }
}
.services-item .choose-thumb {
  font-size: 50px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .services-item .choose-thumb {
    margin-bottom: 20px;
  }
}
.services-item .title {
  text-transform: capitalize;
}
.services-item-two {
  padding: 0;
}
.services-item-two .choose-header-area .choose-thumb {
  margin: 0;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background: #1475e2;
  text-align: center;
}
.services-item-two .choose-header-area .choose-thumb i {
  color: #ffffff;
}
.services-item-two .choose-header-area .title {
  margin: 0;
  width: calc(100% - 110px);
  padding-left: 20px;
  padding-right: 20px;
  align-self: center;
}
@media screen and (max-width: 400px) {
  .services-item-two .choose-header-area .choose-thumb {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
  .services-item-two .choose-header-area .title {
    width: calc(100% - 70px);
  }
}
.services-item-two .choose-content {
  padding: 30px;
}
.services-item-two:hover .choose-header-area .choose-thumb {
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
}
.services-item:hover .choose-thumb {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}
.services-item:hover {
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
  animation: ease-in-out 1s;
  -webkit-animation: ease-in-out 1s;
  -moz-animation: ease-in-out 1s;
  /* border-color: #5533ff; */
  /* border-color: #4e4cfd; */
  border-color: #1475e2;
  border-style: solid;
  border-width: 0.15px;
}
/*service-section Starts Here */
.service-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  padding: 20px 20px;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  background: #fefefe;
  height: 220px;
  border-style: solid;
  border-width: 0.15px;
  border-color: rgba(5, 5, 5, 0.15);
}
@media screen and (min-width: 380px) and (max-width: 767px) {
  .service-item {
    padding: 15px 15px;
  }
}
@media (min-width: 768px) {
  .service-item {
    padding: 20px 20px;
  }
}
@media (min-width: 1200px) {
  .service-item {
    padding: 20px 20px;
  }
}
.service-item .service-thumb {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .service-item .service-thumb {
    margin-bottom: 20px;
  }
}
.service-item .service-content .title {
  text-transform: capitalize;
  padding-top: 3px;
  margin-top: 3px;
}
.service-item .service-content p {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .service-item .service-content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .service-item {
    height: 220px;
  }
  .service-item .service-content p {
    margin-top: 15px;
  }
}
.service-item .service-content p:last-child {
  margin-bottom: -8px;
}

.service-item:hover {
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
  animation: ease-in-out 1s;
  -webkit-animation: ease-in-out 1s;
  -moz-animation: ease-in-out 1s;
  /* border-color: #4e4cfd; */
  border-color: #1475e2;
  /* border-color: #5533ff; */
  border-style: solid;
  border-width: 0.15px;
}

/* .service-item:hover .service-thumb img {
  filter: grayscale(1) invert(1) brightness(10);
} */
.service-item:hover .service-thumb {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}
/* .service-item:hover .service-content {
  animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
  -webkit-animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
  -moz-animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
} */

/*Client-section Starts here*/
.client-say-slider {
  overflow: hidden;
}

.client-pagination {
  text-align: center;
  margin-top: 28px;
  margin-bottom: -8px;
}
@media (min-width: 576px) {
  .client-pagination {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .client-pagination {
    margin-top: 48px;
  }
}
.client-say .service-thumb img {
  width: 50%;
  margin: auto;
}
.client-say #nasscomLogo {
  width: 90%;
  margin: auto;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .client-say .service-thumb img {
    width: 100px;
  }
  .client-say #nasscomLogo {
    width: 80%;
  }
  .whyQverify {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .whyQverify h4 {
    margin-top: 2em;
    padding-top: 1em;
  }
}
.client-pagination span {
  margin: 5px;
  width: 10px;
  height: 10px;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #565b73;
  opacity: 1;
}
.client-pagination span.swiper-pagination-bullet-active {
  background: #1475e2;
}

.client-item .client-thumb {
  width: 129px;
  height: 129px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
}
@media (min-width: 576px) {
  .client-item .client-thumb {
    margin-bottom: 30px;
  }
}
.client-item .client-thumb a {
  display: block;
}
.client-item .client-thumb img {
  width: 100%;
}
.client-item .client-content {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.client-item .client-content .title {
  margin-bottom: 0px;
  text-transform: capitalize;
}
.client-item .client-content span {
  display: block;
  margin-bottom: 20px;
  color: #1475e2;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  .client-item .client-content span {
    margin-bottom: 18px;
  }
}
.client-item .client-content blockquote {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: -8px;
}
@media (min-width: 576px) {
  .client-item .client-content blockquote {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: -10px;
  }
}

h4.title {
  text-transform: capitalize;
}

.contact-item {
  /* box-shadow: 0px 0px 19px 1px rgba(83, 80, 255, 0.1); */
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 30px;
  /* background: #ffffff; */
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  /* border-style: solid; */
  /* border-width: 0.15px; */
  /* border-color: rgba(5, 5, 5, 0.15); */
}
.contact-item .contact-thumb {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
}
.contact-item .contact-thumb img {
  max-width: 100%;
}
.contact-item .contact-thumb i {
  font-size: 50px;
}
.contact-item .contact-content .title {
  margin-bottom: 9px;
}
.contact-item .contact-content ul {
  margin-bottom: -9px;
}
.contact-item .contact-content ul li {
  padding: 1px 0;
}
.contact-item .contact-content ul li a {
  color: #565b73;
}
.contact-item .contact-content ul li a:hover {
  color: #1475e2;
}
@media (max-width: 575px) {
  .contact-item {
    padding: 40px 15px;
  }
  .contact-item .contact-thumb {
    margin-bottom: 24px;
  }
  .contact-item .contact-content .title {
    margin-bottom: 4px;
  }
}

.contact-item:hover .contact-thumb {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
}
/* .contact-item:hover {
  border-color: #4e4cfd;
  border-style: solid;
  border-width: 0.15px;
} */

/*maps-section Starts*/
.maps {
  min-height: 350px;
}
@media (min-width: 768px) {
  .maps {
    min-height: 500px;
  }
}

.bg_contain {
  background-size: contain;
}

/*# sourceMappingURL=main.css.map */
.animated {
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
}

.service-thumb {
  height: 50px;
}

.services-card {
  border-radius: 20px;
  margin: 60px auto;
  border: none;
}

.shadow1 {
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
    0 15px 40px rgba(166, 173, 201, 0.2);
}

.shadow2 {
  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
}

.contact-table th {
  font-weight: 700;
  padding: 20px;
  padding-right: 40px;
}

.dropBoxShadow:hover {
  /* animation: fadeIn 1s; */
  /* -webkit-animation: fadeIn 1s; */
  /* -moz-animation: fadeIn 1s; */
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.2),
    0 15px 40px rgba(166, 173, 201, 0.4);
  /* border: rgba(59, 159, 249, 1) 1px solid; */
}

#contactEmail::first-letter {
  text-transform: lowercase;
}

.service-item.is-flipped {
  transform: rotateY(180deg);
}

.service-item .card-back,
.service-item .back {
  display: none;
}
.service-item .card-front,
.service-item .rm {
  display: block;
}

.service-item.is-flipped .card-front,
.service-item.is-flipped .rm {
  display: none;
}

.service-item.is-flipped .card-back {
  display: flex;
}

.service-item.is-flipped .back {
  display: block;
}

.service-item:hover {
  cursor: pointer;
}
.card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  transform: rotateY(180deg);
}

.service-item.is-flipped {
  /* background-color: #4e4cfd; */
  background-color: #1475e2;
  color: #fff;
}

.service-item.is-flipped .back {
  transform: rotateY(180deg);
  animation: fadeIn 1.8s;
  -webkit-animation: fadeIn 1.8s;
  -moz-animation: fadeIn 1.8s;
}

.card-back p {
  text-align: center;
  margin: auto;
  height: 100%;
  width: 90%;
  font-size: 0.9em;
  color: inherit;
  animation: fadeIn 1.8s;
  -webkit-animation: fadeIn 1.8s;
  -moz-animation: fadeIn 1.8s;
}

.card-front {
  animation: fadeIn 1.8s;
  -webkit-animation: fadeIn 1.8s;
  -moz-animation: fadeIn 1.8s;
}

.card-front p {
  width: 90%;
  text-align: center;
  margin: auto;
}

.service-content a {
  color: #565b73;
  font-size: 0.95em;
}
.service-content i {
  color: #565b73;
}

.service-item:hover .service-content i,
.service-item:hover .service-content a {
  /* color: #4e4cfd; */
  color: #1475e2;
}

.service-item h6 {
  font-size: 0.9em;
  font-weight: 400;
  color: #999;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 7%;
  text-align: center;
}

#whyBgv::before {
  display: block;
  content: " ";
  margin-top: -70px;
  height: 70px;
  visibility: hidden;
  pointer-events: none;
}

.whybgvcard {
  padding-left: 0px;
  padding-right: 0px;
}
.whybgvoutercard .row {
  margin-bottom: 20px;
  margin-top: 20px;
}
.whybgvoutercard .title {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}
.whybgvoutercard {
  padding: 30px;
}

.whybgvoutercard .row:hover .choose-thumb {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
}
.whybgvoutercard .choose-thumb img,
.contact-item .contact-thumb img,
.service-thumb img {
  filter: grayscale(0);
  /* margin: auto; */
}
.whybgvoutercard .row:hover .choose-thumb {
  /* background-color: #4e4cfd; */
  background-color: #1475e2;
  border-radius: 50%;
  width: 100%;
  padding: 10px;
}
.whybgvoutercard .row:hover .choose-thumb img {
  filter: grayscale(1) brightness(500%) contrast(200%);
}
/*service-section Starts Here */
.whybgvoutercard {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  transition: all ease 1s;
  background: #fefefe;
  border-style: solid;
  border-width: 0.15px;
  border-color: rgba(5, 5, 5, 0);
}

.whybgvoutercard:hover {
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
  animation: ease-in-out 1s;
  -webkit-animation: ease-in-out 1s;
  -moz-animation: ease-in-out 1s;
  /* border-color: #5533ff; */
  /* border-color: #4e4cfd; */
  border-color: #1475e2;
  border-style: solid;
  border-width: 0.15px;
}

@media (max-width: 767px) {
  .whybgvoutercard {
    margin: auto;
  }
  .whybgvoutercard:hover {
    border: none;
  }
}

.office-info {
  padding-bottom: 100px;
}

.qverifyCheckbox {
  flex-direction: column;
}
.qverifyCheck {
  display: flex;
  flex-direction: row;
}

.qverifyCheck {
  margin: 10px auto;
}

.qverifyCheck img {
  width: 40px;
  margin-right: 20px;
}

.qverifyCheck h4 {
  margin: auto 20px auto 20px;
  text-align: left;
  margin-left: 20px;
  font-weight: 500;
  font-size: 1.2em;
  color: #565b73;
}

.client-say {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-bottom p {
    text-align: center;
  }
  .whybgvoutercard {
    padding: 5px;
  }
  .whybgvoutercard .col-3 {
    max-width: 100%;
    padding: 0;
  }

  #nasscomLogo {
    width: 150px !important;
  }
  .contact-item {
    margin: 20px;
  }
}

.contact-item {
  border-style: solid;
  border-width: 0.15px;
  border-color: rgba(5, 5, 5, 0.2);
}

.leftBoxQverify {
  border-right: 1px solid #565b73;
}

@media screen and (min-width: 767px) {
  .leftBoxBenefits {
    padding-left: 9%;
  }

  .rightBoxBenefits {
    padding-left: 8%;
  }
  .servicesContentBox {
    padding-left: 6%;
    padding-right: 3%;
  }

  .rightPersonalService {
    padding-left: 10% !important;
  }
  .leftPersonalService {
    padding-right: 1% !important;
    padding-left: 8%;
  }
  .proServiceRight {
    padding-left: 7% !important;
    /* width: 80%; */
  }
}
/* @media screen and (min-width: 767px) {
  .leftBoxBenefits {
    padding-left: 9%;
  }

  .rightBoxBenefits {
    padding-left: 8%;
  }
  .servicesContentBox {
    padding-left: 10%;
    padding-right: 3%;
  }

  .rightPersonalService {
    padding-left: 9% !important;
  }
  .leftPersonalService {
    padding-right: 1% !important;
    padding-left: 11%;
  }
  .proServiceRight {
    padding-left: 7% !important;
  }
} */

@media screen and (max-width: 567px) {
  .footer-bottom p {
    text-align: center !important;
  }
}
