::-webkit-scrollbar {
  width: 7px;
  border-radius: 50%;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 91, 81);
  border-radius: 100px;
}
:root {
  scrollbar-color: #ff5b51 #d9d9d9 !important;
  scrollbar-width: thin !important;
}
.pricing-tabs
  .tab-content
  .single-pricing
  .price-detail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255);
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1235px;
  }
}
.mainheaderdiv {
  margin-right: -2px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
button,
html,
input,
select,
textarea {
  font-family: Poppins, sans-serif;
}
a {
  color: #ca3c08;
  text-decoration: none;
}
a:visited {
  color: #ac0404;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  color: #ea9629;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 24px;
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}
ul {
  list-style-type: square;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}
caption,
td,
th {
  font-weight: 400;
  text-align: left;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html {
  overflow: hidden;
  overflow-y: auto;
}
body {
  overflow: hidden;
  margin: 0 !important;
  font-size: 17px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Poppins, sans-serif;
  color: #333;
  font-weight: 300;
  letter-spacing: 0.5px;
}
a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
blockquote,
caption,
dd,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
table,
ul {
  margin: 0;
  margin-bottom: 15px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: louis_george_caferegular;
  line-height: 1.3;
  color: #222;
}
.h1,
h1 {
  font-size: 42px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 26px;
}
.h4,
h4 {
  font-size: 22px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 38px;
  }
  .h2,
  h2 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 26px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-weight: 700;
}
.h4,
.h5,
h4,
h5 {
  font-weight: 600;
}
.h6,
h6 {
  font-weight: 500;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:visited {
  color: inherit;
}
button,
input,
select,
textarea {
  background: 0 0;
  border: 1px solid #eee;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #333;
}
button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: 0;
  border-color: #0038e3;
}
input,
select,
textarea {
  width: 100%;
  font-size: 14px;
}
input,
select {
  height: 40px;
  padding: 0 15px;
}
.move-up {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrapper {
  position: relative;
}
.pt--20 {
  padding-top: 20px;
}
.pt--60 {
  padding-top: 60px;
}
.pt--220 {
  padding-top: 220px;
}
@media only screen and (max-width: 575px) {
  .pt_sm--20 {
    padding-top: 20px;
  }
}
.pb--60 {
  padding-bottom: 60px;
}
.pb--80 {
  padding-bottom: 80px;
}
.pb--260 {
  padding-bottom: 260px;
}
.pl--35 {
  padding-left: 35px;
}
.bkseparator--15 {
  height: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bkseparator_lg--15 {
    height: 15px;
  }
}
.mt--10 {
  margin-top: 10px;
}
.mt--20 {
  margin-top: 20px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mb--15 {
  margin-bottom: 15px;
}
.mb--35 {
  margin-bottom: 35px;
}
.mb--45 {
  margin-bottom: 45px;
}
.mr--0 {
  margin-right: 0 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
#scrollUp {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 60px;
  background-color: #fff;
  color: #222;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  z-index: 9811 !important;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.triple-contact-input-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.triple-contact-input {
  background-color: transparent;
  border: 2px dashed #fff;
  padding: 10px 15px;
  border-radius: 0;
  width: 100%;
  outline: 0;
  color: #fff;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 500;
  height: auto;
  float: left;
  max-width: 250px;
  border-right: 0;
}
.triple-contact-input-area input:first-child {
  border-radius: 4px 0 0 4px;
}
.triple-contact-input-area input:last-child {
  border-radius: 0 4px 4px 0;
}
.triple-contact-input::placeholder {
  color: #fff;
}
.triple-contact-submit,
.triple-contact-submit:focus {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 10px 30px;
  outline: 0;
  color: #000;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 500;
  height: auto;
  float: left;
  width: auto;
}
.brook-about-area.bg-shape {
  background-repeat: no-repeat;
  background-position: bottom 20px left 128px;
}
a {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
}
.tab-content > .tab-pane {
  font-size: 17px;
}
.heading {
  color: #222;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.23;
  margin: 0;
}
.heading.text-white {
  color: #fff;
}
.heading.line-height-1-5 {
  line-height: 1.5;
}
h1.heading-h1 {
  font-size: 56px;
}
h1.heading-h3 {
  font-size: 52px;
  font-weight: 700;
  padding: 10px 0;
}
.tab-heading h1.heading-h3,
.tab-heading h3.heading-h3 {
  font-size: 40px;
}
.tab-heading h6.heading-h6 {
  font-size: 20px;
}
h4.heading-h4 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h4.heading-h4 {
    font-size: 18px;
  }
}
h6.heading-h6 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}
.post-meta > div {
  position: relative;
  display: inline-block;
}
.post-meta .post-date {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.58;
  font-size: 11px;
  color: #333;
}
.post-meta .post-category {
  padding-left: 15px;
  margin-left: 7px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.58;
  font-size: 11px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-meta .post-category a {
  color: #333;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.post-meta .post-category::before {
  content: "|";
  position: absolute;
  top: 0;
  left: 2px;
}
.blog-grid-minimal {
  position: relative;
  height: 100%;
  background-color: #fff;
}
.blog-grid-minimal .post-content {
  position: relative;
  z-index: 1;
  padding: 44px 40px 56px;
  min-height: 242px;
}
.blog-grid-minimal .post-content .post-meta .post-category a {
  color: #333;
}
.blog-grid-minimal.minimal-style-2 {
  background-color: transparent;
}
.blog-grid-minimal.minimal-style-2 .post-content {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 5px;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog-grid-minimal.minimal-style-2 .post-content .post-content-inner {
  padding: 20px;
  padding-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
}
.blog-grid-minimal.minimal-style-2 .post-content img {
  margin: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blog-grid-minimal.minimal-style-2 .post-content .post-meta {
  color: #222;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 7px;
}
.blog-grid-minimal.minimal-style-2 .post-content .post-meta .post-category a {
  color: #333;
}
.blog-grid-minimal.minimal-style-2.text-white .post-content .heading {
  color: #fff;
}
.blog-grid-minimal.minimal-style-2.text-white .post-content h4 {
  font-size: 18px;
}
.blog-grid-minimal.minimal-style-2.text-white .post-content p {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 7px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 15px;
}
.blog-grid-minimal.minimal-style-2.text-white .post-content .heading a {
  color: #fff;
}
.blog-grid-minimal.minimal-style-2.text-white .post-content .post-meta {
  color: #fff;
}
.blog-grid-minimal.minimal-style-2.text-white
  .post-content
  .post-meta
  .post-category
  a {
  color: #fff !important;
}
.blog-grid-minimal.minimal-style-2.text-white
  .post-content
  .post-meta
  .post-date {
  color: #fff !important;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a {
  color: #267481;
  text-decoration: none;
}
.page_nav ul.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainmenu-wrapper .page_nav ul.mainmenu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 {
  display: inline-block;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 0;
  padding-right: 5px;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  line-height: 1.18;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  color: #0038e3;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 11px;
  padding-right: 11px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span {
  position: relative;
  overflow: hidden;
}
.mainmenu-wrapper .page_nav ul.mainmenu li.lavel-1 > a span::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.header-default {
  position: relative;
  z-index: 9;
}
.header-default.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #000;
  transition: background 0.3s;
}
.header-default .header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper {
    margin-right: 29px;
    position: relative;
    z-index: 9;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper {
    margin-right: 29px;
  }
}
.header-default .header__wrapper .header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper .header-left {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-left {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-left {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.header-default .header__wrapper .header-left .logo a img {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 180px;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-left .logo a img {
    width: 150px !important;
  }
}
.header-default .header__wrapper .header-flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-default .header__wrapper .header-flex-right.flex-80 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-default .header__wrapper .mainmenu-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-default .header__wrapper .mainmenu-wrapper.have-not-flex {
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
}
.header-default
  .header__wrapper
  .mainmenu-wrapper.have-not-flex
  .page_nav
  ul.mainmenu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-default .header__wrapper .header-right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-default .header__wrapper .header-right.have-not-flex {
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 12%;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .header-default .header__wrapper .header-right {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.header-default .header-right {
  margin: 0 -12px;
}
.header-default .header-right > div {
  margin: 0 12px;
}
.header-default.light-logo--version
  .mainmenu-wrapper
  .page_nav
  ul.mainmenu
  li
  a {
  color: #fff;
}
.manu-hamber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  height: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.manu-hamber.light-version {
  color: #fff;
}
.popup-mobile-manu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  cursor: url(img/icons/light-close.png) 16 16, pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 99999;
}
.popup-mobile-manu .inner {
  background: #000;
  position: relative;
  width: 400px;
  max-width: 80%;
  height: 100%;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: auto;
  padding-top: 85px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  cursor: default;
}
.popup-mobile-manu .inner .mobileheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 30px;
  height: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #252525;
}
.popup-mobile-manu .inner .mobileheader .logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.popup-mobile-manu .inner .mobileheader .logo a img {
  width: 115px;
  height: auto;
  max-width: 100%;
}
.popup-mobile-manu .inner .mobileheader a.mobile-close {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.popup-mobile-manu .inner .mobileheader a.mobile-close::after,
.popup-mobile-manu .inner .mobileheader a.mobile-close::before {
  position: absolute;
  top: 19px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.popup-mobile-manu .inner .mobileheader a.mobile-close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-mobile-manu .inner .mobileheader a.mobile-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.object-custom-menu li {
  position: relative;
  border-top: 1px solid transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.object-custom-menu li:first-child {
  border: 0;
}
.object-custom-menu li > a,
.object-custom-menu li > a:hover,
.object-custom-menu li > a:visited {
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  position: relative;
  color: #fff;
}
.object-custom-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 20px 40px 30px;
}
.revolution-slider-area.slider-bg-1 {
  background-image: url(img/slider/revolution/slider-14.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 100vh;
}
.revolution-slider-area .revolution-slider .inner {
  position: relative;
}
.banner-carousel {
  display: block !important;
  position: relative;
  justify-content: center;
  bottom: -10px;
}
.banner-carousel img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
.topdevimg {
  max-width: 100px !important;
}
.heading-title {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 50px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 3px;
  display: inline-block;
}
.heading-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  background: #fff;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.heading-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 10px;
  background: #fff;
  height: 10px;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}
.revolution-slider-area .inner h1.heading {
  line-height: 1.25;
  font-size: 59px;
  font-weight: 700;
}
.revolution-slider-area .inner h2.heading-h6 {
  font-size: 23px;
  font-weight: 600;
}
.revolution-slider-area .inner .slider-btn .banner-input-field {
  width: 360px;
  border: 2px solid #fff;
  padding: 1em 1.3em 1em 2.5em;
  height: 68px;
  border-radius: 4px;
  color: #fff;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 500;
}
.revolution-slider-area .inner .slider-btn:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  background: url(img/pencil.png) no-repeat center center;
  background-size: contain;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.revolution-slider-area .inner .slider-btn .banner-input-field::placeholder {
  color: #fff;
  font-weight: 500;
}
.revolution-slider-area .inner .slider-btn .banner-input-submit {
  width: auto;
  float: none;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  vertical-align: middle;
  height: 68px;
  padding: 0 45px;
  margin-left: 5px;
  font-weight: 600;
  color: #3f1084;
  transition: all 0.3s;
}
.heading.letter-spacing-1 {
  letter-spacing: 1px;
}
.home-banner-s {
  position: relative;
}
.revolution-slider-area {
  position: relative;
}
.home-banner-s:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  background-size: contain;
  width: 400px;
  height: 480px;
  z-index: 1;
}
.home-banner-s:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  right: -174px;
  background-size: contain;
  width: 400px;
  height: 480px;
}
.home-banner-s2 {
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .banner-carousel {
    bottom: -80px;
  }
  h6.heading-h6 {
    font-size: 25px;
  }
  .home-banner-s:after {
    right: -130px;
  }
}
.home-banner-s2:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  background-size: contain;
  width: 100px;
  height: 100px;
  transform: translateY(-100%);
}
.home-banner-s .revolution-slider:before {
  display: none;
  content: "";
  position: absolute;
  top: 37%;
  right: 11%;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.portfolio-carousel {
  padding-top: 45px;
}
.portfolio-carousel .item img {
  width: 100%;
}
.portfolio-carousel .item a {
  position: relative;
  display: block;
}
.portfolio-carousel .item a:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.portfolio-carousel .item a:after {
  content: "+";
  position: absolute;
  font-size: 70px;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.portfolio-carousel-2 .item a {
  position: relative;
  display: block;
}
.portfolio-carousel-2 .item a:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.portfolio-carousel-2 .item a:after {
  content: "+";
  position: absolute;
  font-size: 70px;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
}
.portfolio-carousel .owl-dots {
  display: none;
}
.portfolio-carousel-2 .owl-dots {
  display: none;
}
.portfolio-carousel-2 .item img {
  width: 100%;
}
.service-tabs {
  --class-item-bg: #fff;
  width: 100%;
}
.service-tabs ul {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 0;
  position: relative;
}
.service-tabs ul:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  background: rgba(0, 0, 0, 0.12);
  transform: translateX(-50%);
  border-radius: 4px;
}
.service-tabs ul li {
  width: 25%;
  text-align: center;
}
.service-tabs ul li .nav-link,
.service-tabs ul li .nav-link:focus,
.service-tabs ul li .nav-link:hover {
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px 15px 15px;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
}
.service-tabs ul li .nav-link:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 0;
  height: calc(100% - 30px);
  transform: translateY(-50%);
  border-left: 1px dashed #fff;
  opacity: 1;
}
.service-tabs ul li:last-child .nav-link:before {
  display: none;
}
.service-tabs ul li .nav-link img {
  width: 60px;
  margin: 0 auto;
}
.tab-name {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
}
.service-tabs ul li .nav-link.active .white-icons {
  display: none;
}
.service-tabs ul li .nav-link.active {
  background: var(--class-item-bg);
  border: 1px solid #fff;
  color: #8317bb;
  border-radius: 4px;
  transform: scale(1.1);
}
.service-tabs ul li .nav-link.active:before {
  opacity: 0;
}
.service-tabs ul li .nav-link:after {
  content: "";
  background: 0 0;
  position: absolute;
  bottom: -26px;
  left: 46%;
  width: 0;
  height: 0;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 0 0 4px 0;
  transition: all 0.3s, background 0.5s;
}
.service-tabs ul li .nav-link.active:after {
  width: 30px;
  height: 30px;
  background: var(--class-item-bg);
}
.service-tabs .tab-content {
  padding-top: 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.service-tabs .tab-content .col-md-6 img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 120%;
}
.pricing-tabs {
  width: 100%;
}
.pricing-tabs ul.nav-tabs {
  display: table;
  margin: 0 auto;
  border: 0;
}
.pricing-tabs ul.nav-tabs li {
  float: left;
}
.pricing-tabs ul.nav-tabs li .nav-link,
.pricing-tabs ul.nav-tabs li .nav-link:focus {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 4px;
  margin: 0 5px;
  transition: all 0.3s;
}
.pricing-tabs ul.nav-tabs li .nav-link.active,
.pricing-tabs ul.nav-tabs li .nav-link:hover {
  background: #fff;
  color: #ff5b51;
  border: 2px solid #fff;
}
.pricing-tabs .tab-content {
  padding-top: 30px;
  width: 100%;
}
.pricing-tabs .tab-content .single-pricing .price-detail {
  height: 320px;
  overflow: auto;
}
.single-pricing {
  width: 100%;
  padding: 25px 25px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.price-header {
  width: 100%;
  position: relative;
}
.price-header h2 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  margin: 0;
  color: #fff;
}
.price-header h1 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.price-detail {
  margin-top: 10px;
}
.price-detail h5 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  margin: 0;
  padding-top: 15px;
  color: #fff;
  padding-bottom: 3px;
  font-weight: 700;
}
.price-detail ul {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.price-detail ul li {
  padding: 0 0 0 25px;
  position: relative;
  font-weight: 400;
  font-size: 15px;
}
.price-detail ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 900;
  font-size: 14px;
}
.price-link {
  padding-top: 30px;
  text-align: center;
}
.price-link a {
  border: 2px solid #fff;
  color: #fff;
  padding: 9px 29px;
  font-size: 15px;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 4px;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.3s;
}
.icon {
  position: absolute;
  left: 0;
  top: 8px;
  color: #04804f;
}
.contact-text {
  position: relative;
  padding-left: 21px;
}
.stats-sec {
  width: 100%;
  padding-top: 30px;
}
p.desc {
  width: 100%;
  max-width: 1085px;
  margin: 0 auto;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-align: justify;
}
.stats-sec ul {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
}
.stats-sec ul:last-child {
  border-bottom: 0;
}
.stats-sec ul li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 30px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.stats-sec ul li:last-child {
  border-right: 0;
}
.stats-sec ul li img {
  width: 70px;
  margin-bottom: 7px;
}
.stats-sec ul li h4 {
  font-size: 36px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.stats-sec ul li h3 {
  font-size: 12px;
  margin: 0;
  color: #fff;
  font-weight: 500;
}
.workflow-sec {
  text-align: center;
  padding-top: 30px;
}
.workflow-sec-container {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.single-workflow {
  width: 200px;
  float: left;
  padding: 0 7px;
}
.workflow-img-2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
  margin: 0 -7px;
  margin-bottom: 40px;
}
.workflow-1 img {
  width: 100%;
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.workflow-2 img {
  width: 100%;
  max-width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.workflow-3 img {
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.workflow-4 img {
  width: 100%;
  max-width: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.workflow-1:before {
  content: "";
  position: absolute;
  width: 184px;
  height: 200px;
  top: -3px;
  left: 10px;
  background: url(img/workprocess/curve-1.png) no-repeat top;
  background-size: contain;
  z-index: 2;
}
.workflow-1:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 200px;
  bottom: -2px;
  left: -6px;
  background: url(img/workprocess/arrows-1.png) no-repeat bottom;
  background-size: contain;
  z-index: 2;
}
.workflow-2:before {
  content: "";
  position: absolute;
  width: 183px;
  height: 200px;
  bottom: -2px;
  left: 3px;
  background: url(img/workprocess/curve-2.png) no-repeat bottom;
  background-size: contain;
  z-index: 2;
}
.workflow-2:after {
  content: "";
  position: absolute;
  width: 176px;
  height: 175px;
  top: -5px;
  left: 67px;
  background: url(img/workprocess/arrows-2.png) no-repeat top;
  background-size: contain;
  z-index: 2;
}
.workflow-3:before {
  content: "";
  position: absolute;
  width: 184px;
  height: 200px;
  top: -3px;
  left: 10px;
  background: url(img/workprocess/curve-1.png) no-repeat top;
  background-size: contain;
  z-index: 2;
}
.workflow-3:after {
  content: "";
  position: absolute;
  width: 176px;
  height: 175px;
  bottom: -4px;
  left: 66px;
  background: url(img/workprocess/arrows-3.png) no-repeat bottom;
  background-size: contain;
  z-index: 2;
}
.workflow-4:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 200px;
  bottom: -2px;
  left: 3px;
  background: url(img/workprocess/curve-3.png) no-repeat bottom;
  background-size: contain;
  z-index: 2;
}
.workflow-4:after {
  content: "";
  position: absolute;
  width: 174px;
  height: 205px;
  top: -3px;
  left: 53px;
  background: url(img/workprocess/arrows-4.png) no-repeat top;
  background-size: contain;
  z-index: 2;
}
.workflow-number {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  font-size: 34px;
  color: #fff;
}
.workflow-1 .workflow-number {
  top: 39px;
  left: -33px;
}
.workflow-2 .workflow-number {
  top: -25px;
  left: 21px;
}
.workflow-3 .workflow-number {
  bottom: -22px;
  left: 17px;
}
.workflow-4 .workflow-number {
  top: -25px;
  left: 21px;
}
.workflow-sec h3 {
  margin-bottom: 5px;
  font-size: 24px;
  clear: both;
}
.border-btn,
.border-btn:visited {
  padding: 10px 15px;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
}
.no-border-btn,
.no-border-btn:hover,
.no-border-btn:visited {
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
.footer-top-2 {
  width: 100%;
  background: #1c1c1c;
  padding: 60px 0 30px 0;
}
.footer-logo-sec img {
  width: 100%;
  max-width: 150px;
}
.footer-top-2 ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}
.footer-top-2 ul li {
  width: 100%;
  color: #787878;
  font-size: 14px;
  font-weight: 500;
}
.footer-top-2 ul li a {
  color: #787878;
  padding: 2px 0;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
}
.footer-top-2 h6 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.footer-bottom-2 {
  padding: 30px;
  width: 100%;
  background: #3d3b3c;
  color: #fff;
  overflow: hidden;
}
.footer-bottom-2 .left-par {
  float: left;
}
.footer-bottom-2 .right-par {
  float: right;
  margin: -20px 0 -30px 0;
}
.footer-bottom-2 .right-par img {
  width: 100%;
  max-width: 367px;
}
.flip-mr-5 {
  transform: scaleX(-1);
  margin-right: 5px;
}
.mlr--7 {
  margin: 0 -7px;
}
.plr-7 {
  padding: 0 7px;
}
.revolution-slider-area .inner .slider-btn {
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.rvbody {
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  background: #701084;
}
.header-default.light-logo--version .header__wrapper .header-left .logo a img {
  display: block;
}
.header-default.light-logo--version .manu-hamber.light-version {
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .single-workflow {
    width: 286px;
    float: left;
    padding: 0 7px;
  }
  .workflow-img {
    width: 286px;
    height: 286px;
  }
  .workflow-img-2 {
    width: 286px;
    height: 286px;
  }
  .workflow-1 img {
    max-width: 120px;
  }
  .workflow-2 img {
    max-width: 130px;
  }
  .workflow-3 img {
    max-width: 130px;
  }
  .workflow-4 img {
    max-width: 130px;
  }
  .workflow-1:before {
    width: 264px;
    height: 200px;
    top: -3px;
    left: 14px;
  }
  .workflow-1:after {
    width: 342px;
    height: 290px;
    bottom: -2px;
    left: -7px;
  }
  .workflow-2:before {
    width: 262px;
    height: 200px;
    bottom: -2px;
    left: 5px;
  }
  .workflow-2:after {
    width: 240px;
    height: 300px;
    top: -13px;
    left: 98px;
  }
  .workflow-3:before {
    width: 264px;
    height: 300px;
    top: -3px;
    left: 14px;
  }
  .workflow-3:after {
    width: 242px;
    height: 300px;
    bottom: -14px;
    left: 97px;
  }
  .workflow-4:before {
    width: 112px;
    height: 200px;
    bottom: 0;
    left: 3px;
  }
  .workflow-4:after {
    width: 174px;
    height: 300px;
    top: -6px;
    left: auto;
    right: -3px;
  }
  .workflow-number {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .workflow-1 .workflow-number {
    top: 66px;
    left: -35px;
  }
  .workflow-2 .workflow-number {
    top: -35px;
    left: 21px;
  }
  .workflow-3 .workflow-number {
    bottom: -36px;
    left: 31px;
  }
  .workflow-4 .workflow-number {
    top: -38px;
    left: 33px;
  }
}
.black-bg-banner-2 {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 30px 30px 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 1380px) {
  h6.heading-h6 {
    font-size: 20px;
  }
  h1.heading-h3 {
    font-size: 50px;
  }
}
.display-on-mob {
  display: none;
}
@media only screen and (max-width: 575px) {
  body {
    font-size: 15px;
  }
  .copyright.copyright--2 .copyright-right {
    width: 244px;
  }
  .testimonial--horizontal--active .swiper-pagination.swiper-pagination-custom {
    width: 245px;
  }
  .porfolio-swip-horizontal .swiper-slide .thumb img {
    height: 404px;
  }
  .header-default .header__wrapper .header-right {
    margin: 0;
  }
  .pad-at-mob-60 {
    padding-top: 60px;
  }
  .header-default .header-right > div {
    margin: 0;
  }
  .revolution-slider-area .inner {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
  }
  .basic-modern-dots {
    bottom: -10px;
  }
  .revolution-slider-area .inner h1.heading {
    font-size: 38px !important;
    padding: 0 10px;
  }
  .revolution-slider-area .inner h2.heading-h6 {
    font-size: 15px;
  }
  .revolution-slider-area .inner h2.heading-h6 br {
    display: none;
  }
  .home-banner-s:before {
    width: 230px;
    height: 410px;
  }
  .home-banner-s:after {
    width: 360px;
    height: 380px;
  }
  .revolution-slider-area p {
    margin: 0;
  }
  .revolution-slider-area .inner .slider-btn:before {
    top: 24px;
    left: 27px;
    width: 20px;
    height: 20px;
  }
  .revolution-slider-area.slider-bg-1 {
    display: flex;
    align-items: center;
  }
  .revolution-slider-area .inner .slider-btn {
    padding: 0 15px;
  }
  .revolution-slider-area .inner .slider-btn form {
    position: relative;
    z-index: 100;
  }
  .service-tabs .tab-content .col-md-6 img {
    margin-top: 45px;
    transform: none;
    top: auto;
    max-width: 100%;
  }
  .revolution-slider-area .inner .slider-btn .banner-input-field,
  .revolution-slider-area .inner .slider-btn .banner-input-submit {
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    border-radius: 4px;
    height: 48px;
  }
  .revolution-slider-area .inner .slider-btn .banner-input-field {
    border: 2px solid #fff;
  }
  h1.heading-h3 {
    font-size: 22px;
  }
  h1.heading-h3 br {
    display: none;
  }
  h6.heading-h6 {
    font-size: 15px;
    text-align: left;
  }
  .single-workflow p {
    text-align: left;
  }
  h6.heading-h6 br {
    display: none;
  }
  .tab-name {
    font-size: 9px;
    line-height: 13px;
  }
  .service-tabs ul li .nav-link,
  .service-tabs ul li .nav-link:focus,
  .service-tabs ul li .nav-link:hover {
    padding: 10px 10px 15px 10px;
  }
  .logo-type-tabs ul.nav-tabs li,
  .portfolio-2-tabs ul.nav-tabs li,
  .pricing-tabs ul.nav-tabs li {
    width: 100%;
    margin-bottom: 7px;
    text-align: center;
  }
  .logo-type-tabs ul.nav-tabs li .nav-link,
  .logo-type-tabs ul.nav-tabs li .nav-link:focus,
  .portfolio-2-tabs ul.nav-tabs li .nav-link,
  .portfolio-2-tabs ul.nav-tabs li .nav-link:focus,
  .pricing-tabs ul.nav-tabs li .nav-link,
  .pricing-tabs ul.nav-tabs li .nav-link:focus,
  .pricing-tabs ul.nav-tabs li .nav-link:hover {
    margin: 0;
  }
  .pricing-tabs .tab-content {
    padding-top: 25px;
  }
  .portfolio-2-tabs ul.nav-tabs {
    padding: 0 15px;
    width: 100%;
  }
  .portfolio-sec ul li {
    width: 50%;
  }
  .pricing-tabs ul.nav-tabs {
    width: 100%;
  }
  .pe-thumbs li {
    width: 33.33% !important;
  }
  .single-pricing {
    margin-bottom: 15px;
  }
  .service-tabs ul li .nav-link.active:after {
    width: 20px;
    height: 20px;
  }
  .service-tabs ul li .nav-link:after {
    bottom: -18px;
  }
  .tab-heading h1.heading-h3 {
    font-size: 22px;
  }
  .tab-heading h6.heading-h6 {
    font-size: 15px;
  }
  .tab-content > .tab-pane {
    font-size: 15px;
  }
  .stats-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .stats-sec ul li {
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .stats-sec ul li:last-child {
    border: 0;
  }
  .stats-sec ul li:nth-child(2) {
    border-right: 0;
  }
  .stats-sec ul li:nth-child(3) {
    border-bottom: 0;
  }
  .stats-sec ul li h4 {
    font-size: 28px;
  }
  .single-workflow {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .single-workflow:last-child {
    margin-bottom: 0;
  }
  .service-tabs ul li .nav-link img {
    width: 35px;
  }
  .logo-branding-img {
    left: 50%;
    right: auto;
    width: 100%;
    position: relative;
    top: 0;
    transform: translateX(-50%);
    height: auto;
  }
  .branding-banner-img-onmobile {
    display: block;
  }
  .logo-branding-banner-img {
    display: none;
  }
  p.desc {
    text-align: left;
  }
  .workflow-img-2 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .footer-top-2 h6 {
    padding-top: 15px;
  }
  .footer-top-2 ul {
    padding: 10px 0 0 0;
  }
  .footer-bottom-2 {
    padding: 15px;
    text-align: center;
  }
  .footer-bottom-2 .right-par {
    padding-top: 15px;
    margin: 0;
  }
  .heart-img {
    width: 30px;
  }
  .black-bg-banner-2 {
    padding: 0 15px 0 15px;
  }
  .revolution-slider-area .inner h2.heading-h6 {
    font-weight: 400;
  }
  .display-on-mob {
    display: block;
  }
  .mb--45 {
    margin-bottom: 25px;
  }
  .heading-title {
    font-size: 12px;
    padding-bottom: 35px;
  }
  .heading-title:before {
    height: 30px;
  }
  .heading-title:after {
    width: 7px;
    height: 7px;
  }
  .workflow-sec h3 {
    font-size: 20px;
  }
  .blog-grid-minimal.minimal-style-2.text-white .post-content h4 {
    font-size: 16px;
  }
  .blog-grid-minimal.minimal-style-2.text-white .post-content p {
    font-size: 13px;
  }
  .post-meta .post-category,
  .post-meta .post-date {
    font-size: 10px;
  }
  .testimonial-details h4 {
    font-size: 22px;
  }
  .testimonial-name-des p.name-t {
    font-size: 16px;
  }
  .testimonial-name-des p.des-t {
    font-size: 12px;
  }
  .footer-top-2 ul li {
    font-size: 13px;
    line-height: 1.5;
  }
  .footer-top-2 ul li a {
    font-size: 13px;
  }
  .footer-bottom-2 {
    font-size: 12px;
  }
  .footer-bottom-2 .left-par {
    width: 100%;
  }
  .footer-bottom-2 .right-par {
    padding-top: 7px;
  }
  .pt--60 {
    padding-top: 40px;
  }
  .pb--60 {
    padding-bottom: 40px;
  }
  .pt--80 {
    padding-top: 60px;
  }
  .pb--80 {
    padding-bottom: 60px;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pb-0 {
    padding-bottom: 0;
  }
}
.socialmediaicon {
  margin-top: 10px;
}
.socialmediaicon a {
  text-decoration: none;
}
