@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.rotating, .teamSection .wrapperImg .amin_1::before, .teamSection .wrapperImg::before, .teamSection .wrapperImg::after {
  -webkit-animation: rotate 22.8s linear infinite;
          animation: rotate 22.8s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Using SCSS variables to store breakpoints */
/* Using SCSS variables to store breakpoints @media Queary */
@media (min-width: 1600px) {
  .container {
    max-width: 1700px !important;
  }
}

/*------------------------
Preloader Styles
------------------------*/
.loader-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--body-background);
}

#logoo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: fill 0.4s ease forwards 2.2s;
          animation: fill 0.4s ease forwards 2.2s;
}

#logoo path:nth-child(1) {
  stroke-dasharray: 476.22265625;
  stroke-dashoffset: 476.22265625;
  -webkit-animation: line-anim 1.5s ease forwards;
          animation: line-anim 1.5s ease forwards;
}

#logoo path:nth-child(2) {
  stroke-dasharray: 228.9600067138672;
  stroke-dashoffset: 228.9600067138672;
  -webkit-animation: line-anim 1.5s ease forwards 0.2s;
          animation: line-anim 1.5s ease forwards 0.2s;
}

#logoo path:nth-child(3) {
  stroke-dasharray: 339.4351806640625;
  stroke-dashoffset: 339.4351806640625;
  -webkit-animation: line-anim 1.5s ease forwards 0.4s;
          animation: line-anim 1.5s ease forwards 0.4s;
}

#logoo path:nth-child(4) {
  stroke-dasharray: 476.2228698730469;
  stroke-dashoffset: 476.2228698730469;
  -webkit-animation: line-anim 1.5s ease forwards 0.6s;
          animation: line-anim 1.5s ease forwards 0.6s;
}

#logoo path:nth-child(5) {
  stroke-dasharray: 209.3731689453125;
  stroke-dashoffset: 209.3731689453125;
  -webkit-animation: line-anim 1.5s ease forwards 0.8s;
          animation: line-anim 1.5s ease forwards 0.8s;
}

#logoo path:nth-child(6) {
  stroke-dasharray: 420.82159423828125;
  stroke-dashoffset: 420.82159423828125;
  -webkit-animation: line-anim 1.5s ease forwards 1s;
          animation: line-anim 1.5s ease forwards 1s;
}

#logoo path:nth-child(7) {
  stroke-dasharray: 339.3348388671875;
  stroke-dashoffset: 339.3348388671875;
  -webkit-animation: line-anim 1.5s ease forwards 1.2s;
          animation: line-anim 1.5s ease forwards 1.2s;
}

#logoo path:nth-child(8) {
  stroke-dasharray: 474.4249267578125;
  stroke-dashoffset: 474.4249267578125;
  -webkit-animation: line-anim 1.5s ease forwards 1.4s;
          animation: line-anim 1.5s ease forwards 1.4s;
}

#logoo path:nth-child(9) {
  stroke-dasharray: 323.5027770996094;
  stroke-dashoffset: 323.5027770996094;
  -webkit-animation: line-anim 1.5s ease forwards 1.6s;
          animation: line-anim 1.5s ease forwards 1.6s;
}

@-webkit-keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: #22212b;
  }
}

@keyframes fill {
  from {
    fill: transparent;
  }
  to {
    fill: #22212b;
  }
}

/*--------------------------- Color variations ----------------------*/
/*--------------------------- Material Icons ----------------------*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.material-icons {
  color: #26a6dc;
}

/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #26a6dc;
  color: #fff;
}

::selection {
  background-color: #26a6dc;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px gray;
          box-shadow: inset 0 0 5px gray;
  border-radius: 15px 0 0 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #26a6dc;
  border-radius: 15px 0 0 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #26a6dc;
}

body {
  color: var(--description-content);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  position: relative;
  background: var(--body-background);
}

@media (min-width: 1600px) {
  body {
    font-size: 20px;
  }
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

.cursor {
  cursor: pointer;
}

/**
 *  Typography
 *
 **/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.gray-bg {
  background: #f9f9ff;
}

.primary-color {
  color: #26a6dc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #26a6dc;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #26a6dc;
}

h1,
.h1 {
  font-size: 36px;
}

@media (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 58px;
  }
}

h2,
.h2 {
  font-size: 30px;
}

@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
  color: #26a6dc;
}

td,
th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fz-48 {
  font-size: 48px !important;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

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

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

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

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-90 {
  padding-left: 90px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-italic {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.section-full {
  padding: 100px 0;
}

.section-half {
  padding: 75px 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-rigth {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #222;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.section-bg {
  background: #f9fafc;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.text-align-last {
  text-align-last: center;
}

html {
  --body-background: #f1f3f7;
  --menu-color: #111111;
  --bcb-card-light: rgba(255, 255, 255, 1);
  --bcb-card-dark: rgba(0, 0, 0, 0.2);
  --toggle-btn: #22212b;
  --toggle-shdo-one: #ffffff;
  --toggle-shdo-two: #d1d9e6;
  --heading-color: #111111;
  --description-content: #111111;
  --usp-content: #5c616f;
  --footer-background: #22212b;
  --fb-color: #ffffff;
  --foot-card-light: #474653ba;
  --foot-card-dark: #000000bd;
  --contact-footer: #828b8f;
}

html #about-light {
  display: block;
}

html[data-theme='dark'] {
  --body-background: #22212b;
  --menu-color: #ffffff;
  --bcb-card-light: #474653ba;
  --bcb-card-dark: #000000bd;
  --toggle-btn: #f1f3f7;
  --toggle-shdo-one: #474653ba;
  --toggle-shdo-two: #000000bd;
  --heading-color: #ffffff;
  --description-content: #868686;
  --usp-content: #5c616f;
  --footer-background: #f1f3f7;
  --fb-color: #22212b;
  --foot-card-light: rgba(255, 255, 255, 1);
  --foot-card-dark: rgba(0, 0, 0, 0.1);
  --contact-footer: #828b8f;
}

html[data-theme='dark'] #about-light {
  display: none;
}

html[data-theme='dark'] #about-dark {
  display: block;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #26a6dc;
}

h1 {
  font-size: 36px;
}

@media (min-width: 1600px) {
  h1 {
    font-size: 58px;
  }
}

h2 {
  font-size: 30px;
}

@media (min-width: 1600px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 24px;
}

@media (min-width: 1600px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #111111;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #26a6dc;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #26a6dc;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #26a6dc;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #26a6dc;
  border: 1px solid #26a6dc;
  background: #fff;
}

.genric-btn.primary-border {
  color: #26a6dc;
  border: 1px solid #26a6dc;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #26a6dc;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #26a6dc;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #26a6dc;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #26a6dc;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #26a6dc;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #26a6dc;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #26a6dc;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #26a6dc;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #26a6dc;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #111111;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #26a6dc;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #111111;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #26a6dc;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #111111;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #26a6dc;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #26a6dc;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #26a6dc;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #26a6dc;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #26a6dc;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #26a6dc;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #26a6dc;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {
  font-size: 12px;
  padding: 8px;
  background-color: #222222;
}

.header-top a {
  color: #fff;
}

.header-top ul li {
  display: inline-block;
  margin-right: 30px;
}

.header-top .header-top-left i {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover i {
  color: #26a6dc;
}

.header-top .header-top-right {
  text-align: right;
}

.header-top .header-top-right a {
  margin-right: 10px;
}

.header-top .lnr {
  display: none;
}

@media (max-width: 588px) {
  .header-top .lnr {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }
  .header-top .text {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}

.top-head-btn {
  background: #26a6dc;
  padding: 9px 26px;
}

.main-menu {
  padding: 15px 18px;
}

#header {
  background: transparent;
  padding: 0px 0px 0px 0px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
}

@media (max-width: 767.98px) {
  #header {
    background: var(--body-background);
    -webkit-box-shadow: 0px 0px 11px -4px var(--toggle-shdo-two);
            box-shadow: 0px 0px 11px -4px var(--toggle-shdo-two);
  }
}

#header.header-scrolled {
  background: var(--body-background);
  -webkit-box-shadow: 0px 0px 11px -4px var(--toggle-shdo-two);
          box-shadow: 0px 0px 11px -4px var(--toggle-shdo-two);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 673px) {
  #logo {
    margin-left: 20px;
  }
}

#header #logo {
  width: 168px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #26a6dc;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f078";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: small;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
  -webkit-transform: translateX(28px);
          transform: translateX(28px);
}

/* Nav Menu Styling */
.nav-menu a {
  position: relative;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: var(--menu-color);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
  -webkit-transition: all 0.08s;
  transition: all 0.08s;
}

@media (min-width: 1600px) {
  .nav-menu a {
    font-size: 18px;
    margin-right: 15px;
  }
}

.nav-menu li:hover > a:before,
.nav-menu > .menu-active > a:before {
  color: #26a6dc !important;
}

.nav-nenu li a:hover {
  color: #26a6dc !important;
}

.menu-active {
  color: #26a6dc !important;
}

.nav-menu li > a:hover,
.nav-menu > a.menu-active:hover {
  -webkit-transition: height 0.7s ease-in;
  transition: height 0.7s ease-in;
  color: #26a6dc !important;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 22px 0 0 0;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: var(--body-background);
}

.nav-menu ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: var(--menu-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #26a6dc;
}

.nav-menu ul ul {
  margin: 0px;
  margin-left: 30px;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 15px;
  z-index: 999;
  top: 22px;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  #mobile-nav-toggle {
    top: 22px;
  }
}

#mobile-nav-toggle i {
  color: #26a6dc;
  font-weight: 800;
}

#mobile-nav-toggle .lnr-cross {
  color: #26a6dc;
}

@media (max-width: 960px) {
  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding: 52px 15px 36px 15px;
  z-index: 998;
  background: var(--body-background);
  top: -120%;
  right: 0;
  width: 290px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0 0 0 25px !important;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: var(--menu-color);
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 8px 22px 8px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 500;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #26a6dc;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #26a6dc;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  top: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*toggle*/
.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #394a56;
}

@media (max-width: 767.98px) {
  .label {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}

.toggle {
  isolation: isolate;
  position: relative;
  height: 30px;
  width: 60px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: -8px -4px 8px 0px var(--toggle-shdo-one), 8px 4px 12px 0px var(--toggle-shdo-two), 4px 4px 4px 0px var(--toggle-shdo-two) inset, -4px -4px 4px 0px var(--toggle-shdo-one) inset;
          box-shadow: -8px -4px 8px 0px var(--toggle-shdo-one), 8px 4px 12px 0px var(--toggle-shdo-two), 4px 4px 4px 0px var(--toggle-shdo-two) inset, -4px -4px 4px 0px var(--toggle-shdo-one) inset;
}

.toggle-state {
  display: none;
}

.indicator {
  height: 100%;
  width: 200%;
  background-color: var(--toggle-btn);
  border-radius: 15px;
  -webkit-transform: translate3d(-75%, 0, 0);
          transform: translate3d(-75%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35), -webkit-transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  -webkit-box-shadow: -8px -4px 8px 0px var(--toggle-shdo-one), 8px 4px 12px 0px var(--toggle-shdo-two);
          box-shadow: -8px -4px 8px 0px var(--toggle-shdo-one), 8px 4px 12px 0px var(--toggle-shdo-two);
}

.toggle-state:checked ~ .indicator {
  -webkit-transform: translate3d(25%, 0, 0);
          transform: translate3d(25%, 0, 0);
}

@media (min-width: 1600px) {
  header #nav-menu-container {
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
}

.section-gap {
  padding: 100px 0;
}

.section-gap .section-sub {
  padding: 40px 0 20px;
}

@media (min-width: 1600px) {
  .section-gap {
    padding: 120px 0;
  }
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  margin-bottom: 20px;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .section-title p br {
    display: none;
  }
}

@media (min-width: 1600px) {
  .section-title p {
    font-size: 20px;
  }
}

.alert-msg {
  color: #008000;
}

.p1-gradient-bg, .primary-btn {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#1491c5), color-stop(#1197cc), color-stop(#0d9cd2), color-stop(#08a2d9), to(#01a8df));
  background-image: linear-gradient(to right top, #1491c5, #1197cc, #0d9cd2, #08a2d9, #01a8df);
}

.p1-gradient-color {
  background: -ms-linear-gradient(0deg, #828fff 0%, #d496ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary-btn {
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 6px;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

.primary-btn:focus {
  outline: none;
}

.primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.primary-btn:hover {
  background: transparent;
  color: #26a6dc;
  border-color: #26a6dc;
}

.primary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}

.primary-btn.white span {
  color: #fff;
}

.primary-btn.white:hover {
  background: #fff;
  color: #26a6dc;
}

.primary-btn.white:hover span {
  color: #26a6dc;
}

.img-center .rotateme {
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 40s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 40s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 40s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

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

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

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

input:-internal-autofill-selected {
  background: #008000;
}

input:-internal-autofill-selected:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 0;
  border: 0px solid #ced4da;
}

.bcb-card, .nav-menu li:hover > a:before,
.nav-menu > .menu-active > a:before, .nav-nenu li a:hover, .menu-active, .nav-menu li > a:hover,
.nav-menu > a.menu-active:hover, .nav-menu ul, #mobile-nav, .primary-btn, .common-carousel .item .owl-wapper, .common-carousel .owl-nav button, .scroll-top .top-btn, .social_media .fb-link a, .banner-section .owl-dots .owl-dot, .about-section .usp-wapper .usp-card, .services-section .nav-owl-carousel .owl-nav, .services-section .content-owl-carousel .owl-content, .services-section .content-owl-carousel .owl-content .owl-wapper .btn, .services-section .content-owl-carousel .owl-content .owl-wapper .btn p span,
.services-section .content-owl-carousel .owl-content .owl-wapper .btn a span, .portfolio-section .pot-wapper, .testimonial-section .owl-wapper .profile-img img, .blog-section .blog-sub-section .owl-wapper .blog-img, .blog-section .blog-sub-section .owl-wapper .btn .primary-btn, .inner-blog-section .owl-wapper, .blog-inner-page .content, .portfolio-section .portfolio-nav li, .contact-section .wapper, .contact-section .wapper .icon {
  -webkit-box-shadow: -2px -2px 8px var(--bcb-card-light), 5px 5px 8px var(--bcb-card-dark);
          box-shadow: -2px -2px 8px var(--bcb-card-light), 5px 5px 8px var(--bcb-card-dark);
  border-radius: 15px 15px;
}

.bcb-card-inset, .scroll-top .top-btn:hover, .social_media .fb-link a:hover, .services-section .nav-owl-carousel .current .owl-nav, .blog-section .blog-sub-section .owl-wapper .btn:hover .primary-btn, .blog-inner-page .content .blogimg, .portfolio-section .portfolio-nav li.active, input,
select,
option, .contact_form .input-group .input-group-prepend .input-group-text, .contact_form .form-control:focus {
  -webkit-box-shadow: inset -2px -2px 8px var(--bcb-card-light), inset 5px 5px 8px var(--bcb-card-dark);
          box-shadow: inset -2px -2px 8px var(--bcb-card-light), inset 5px 5px 8px var(--bcb-card-dark);
  border-radius: 15px 15px;
}

.foot-card, .footer-section .footer-top .footer-wapper .social_media .fb-link a {
  -webkit-box-shadow: -2px -2px 8px var(--foot-card-light), 5px 5px 8px var(--foot-card-dark);
          box-shadow: -2px -2px 8px var(--foot-card-light), 5px 5px 8px var(--foot-card-dark);
  border-radius: 15px 15px;
}

.foot-card-inset, .footer-section .footer-top .footer-wapper .social_media .fb-link a:hover {
  -webkit-box-shadow: inset -2px -2px 8px var(--foot-card-light), inset 5px 5px 8px var(--foot-card-dark);
          box-shadow: inset -2px -2px 8px var(--foot-card-light), inset 5px 5px 8px var(--foot-card-dark);
}

.material-icons-shadow {
  -webkit-filter: drop-shadow(3px 3px 2px var(--bcb-card-light)) drop-shadow(-3px -3px 2px var(--bcb-card-dark));
          filter: drop-shadow(3px 3px 2px var(--bcb-card-light)) drop-shadow(-3px -3px 2px var(--bcb-card-dark));
}

:focus {
  outline: none !important;
}

.heading {
  margin-bottom: 30px;
}

.heading .sub-title {
  color: #26a6dc;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1.5px;
}

@media (min-width: 1600px) {
  .heading .sub-title {
    font-size: 26px;
  }
}

.heading .main-heading {
  color: var(--heading-color);
  font-weight: 700;
}

.description {
  margin-bottom: 30px;
}

.description p {
  color: var(--description-content);
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 1600px) {
  .description p {
    font-size: 20px;
  }
}

.page-heading h1,
.page-heading h2 {
  color: var(--heading-color);
  font-weight: 700;
}

.page-heading h1 span,
.page-heading h2 span {
  color: #26a6dc;
}

.inner-page {
  padding: 0 0 90px;
}

ul {
  margin-bottom: 15px;
}

.wapper-img {
  padding: 30px 40px;
  margin: auto;
}

.common-carousel .item {
  padding: 15px 10px;
}

@media (min-width: 1600px) {
  .common-carousel .item {
    padding: 15px 30px;
  }
}

.common-carousel .item .owl-wapper {
  padding: 30px 20px;
  text-align: center;
}

.common-carousel .owl-nav button {
  text-align: center;
  margin: 15px 8px 0;
}

.common-carousel .owl-nav button span {
  font-size: 30px;
  padding: 3px 24px !important;
  color: var(--heading-color);
}

.btn-section a {
  margin-right: 30px;
}

@media (min-width: 1500px) {
  .btn-section a {
    margin-right: 30px;
  }
}

.btn-section .primary-btn {
  border-radius: 8px;
}

@media (min-width: 1500px) {
  .btn-section .primary-btn {
    font-size: 25px;
    line-height: 60px;
  }
}

.btn-section span.primary-btn {
  position: relative;
  width: 52px;
  height: 52px;
  background: var(--body-background);
  -webkit-box-shadow: -2px -2px 8px var(--bcb-card-light), 5px 5px 8px var(--bcb-card-dark);
          box-shadow: -2px -2px 8px var(--bcb-card-light), 5px 5px 8px var(--bcb-card-dark);
  border: 1px solid var(--body-background);
  border-radius: 100%;
  line-height: 0;
  text-align: center;
  margin: auto;
  padding: 0;
  position: absolute;
  box-shadow: -2px -2px 8px var(--bcb-card-light), 5px 5px 8px var(--bcb-card-dark);
  /* box-shadow: inset -2px -2px 8px var(--bcb-card-light), inset 5px 5px 8px var(--bcb-card-dark); */
  /* background-color: white; */
  top: 0;
  bottom: 0;
}

.btn-section span.primary-btn .material-icons {
  margin: auto;
  text-align: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /* box-shadow: -2px -2px 8px var(--bcb-card-light), 5px 5px 8px var(--bcb-card-dark); */
  /* box-shadow: inset -2px -2px 8px var(--bcb-card-light), inset 5px 5px 8px var(--bcb-card-dark); */
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /* align-items: center; */
  /* align-content: space-between; */
  margin: 11px auto;
  color: #ff6100;
  text-shadow: 0px 0px 18px #ff6100;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media (min-width: 1500px) {
  .btn-section span.primary-btn {
    width: 70px;
    height: 70px;
  }
  .btn-section span.primary-btn .material-icons {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    font-size: 36px;
  }
}

/*Dots Background*/
.dot-background, .banner-section {
  background: url(../../../assets/main/dot-background.svg);
  background-repeat: no-repeat;
  background-size: 340px;
}

/*Dots Background End*/
/*Top button*/
.top-btn {
  opacity: 0;
  right: -160px;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

.scroll-top .top-btn {
  position: fixed;
  z-index: 9999;
  opacity: 1;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--body-background);
  cursor: pointer;
}

.scroll-top .top-btn .icon {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.scroll-top .top-btn .icon span {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  /* transform: translate(0px, 50%); */
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translate(0px, 18%);
          transform: translate(0px, 18%);
}

.scroll-top .top-btn .icon span img {
  width: 22px;
  -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scroll-top .top-btn:hover {
  border-radius: 100%;
}

/*Top button end*/
.animation-up-down, .banner-section .banner-img, .about-section .about-img {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.social_media .fb-link a {
  color: var(--heading-color);
  width: 44px;
  height: 44px;
  margin: auto;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social_media .fb-link a .fa {
  width: 100%;
  font-size: 24px;
}

@-webkit-keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.banner-section {
  background-position: 80% 80%;
}

@media (max-width: 767.98px) {
  .banner-section {
    background-position: 100% 40%;
    padding: 120px 0 30px;
  }
}

.banner-section .item {
  padding: 0;
}

.banner-section .owl-nav {
  position: absolute;
  bottom: 90px;
  margin: auto;
  right: 0;
  left: 0;
  text-align: center;
}

.banner-section .owl-dots {
  position: absolute;
  height: 110px;
  /* bottom: 0; */
  margin: auto;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(25px);
  transform: translateX(25px) !important;
  right: 0;
}

.banner-section .owl-dots .owl-dot {
  background: var(--body-background);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-bottom: 6px;
}

.banner-section .owl-dots .owl-dot.active {
  background: #26a6dc;
}

@media (min-width: 1500px) {
  .banner-section .owl-dots {
    -webkit-transform: translateX(98px);
            transform: translateX(98px);
  }
}

@media (max-width: 991.98px) {
  .banner-section .owl-dots {
    -webkit-transform: translateY(-285%);
            transform: translateY(-285%);
  }
}

@media (max-width: 767.98px) {
  .banner-section .owl-dots {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transform: translateY(-285%);
            transform: translateY(-285%);
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-wapper {
    padding: 40px 0 30px;
  }
}

.banner-section .banner-wapper .sub-tittle {
  color: #ff6100;
}

@media (min-width: 1500px) {
  .banner-section .banner-wapper .sub-tittle {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.banner-section .banner-wapper .main-heading {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--heading-color);
}

.banner-section .banner-wapper .main-heading span {
  color: #26a6dc;
}

@media (min-width: 1600px) {
  .banner-section .banner-wapper .main-heading {
    font-size: 80px;
  }
}

@media (max-width: 767.98px) {
  .banner-section .banner-wapper .main-heading {
    font-size: 38px;
  }
}

.banner-section .banner-wapper .description {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .banner-section .banner-wapper .description {
    margin-bottom: 50px;
  }
  .banner-section .banner-wapper .description p {
    font-size: 20px;
    letter-spacing: 1.1px;
  }
}

@media (min-width: 1600px) {
  .banner-section .container {
    max-width: 1360px;
  }
}

.about-section {
  padding-top: 0;
}

.about-section .about-img {
  margin: auto;
}

.about-section .about-img img {
  display: none;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

@media (min-width: 1600px) {
  .about-section .about-img {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  .about-section .wapper {
    padding: 30px 0 40px;
  }
}

.about-section .content .description {
  overflow-y: hidden;
  max-height: 11.43em;
  padding: 15px 15px 15px 0;
}

.about-section .content .description:hover {
  overflow-y: scroll;
}

.about-section .usp-wapper .usp-card {
  border-radius: 35px;
  cursor: pointer;
  padding: 2px 4px;
  margin-bottom: 20px;
}

.about-section .usp-wapper .usp-card .usp-title {
  margin: 10px 0;
  text-align: center;
}

.about-section .usp-wapper .usp-card .usp-title p {
  color: var(--usp-content);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 4px;
  margin-right: 12px;
}

@media (min-width: 1600px) {
  .about-section .usp-wapper .usp-card .usp-title {
    margin: 10px 38px;
  }
  .about-section .usp-wapper .usp-card .usp-title p {
    font-size: 15px;
  }
}

.services-section .nav-owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-section .nav-owl-carousel .item {
  padding: 8px 10px 30px;
  height: 210px;
  width: 180px;
}

@media (min-width: 1600px) {
  .services-section .nav-owl-carousel .item {
    height: 235px;
    width: 280px;
  }
}

.services-section .nav-owl-carousel .owl-nav {
  padding: 12px 15px;
  text-align: center;
}

.services-section .nav-owl-carousel .owl-nav .owl-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 6px;
}

@media (min-width: 1600px) {
  .services-section .nav-owl-carousel .owl-nav .owl-icon {
    width: 112px;
    height: 112px;
  }
}

.services-section .nav-owl-carousel .owl-nav .name h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--heading-color);
}

@media (min-width: 1600px) {
  .services-section .nav-owl-carousel .owl-nav .name h4 {
    font-size: 22px;
  }
}

.services-section .nav-owl-carousel .owl-nav .active-icon {
  display: none;
}

.services-section .nav-owl-carousel .current .owl-nav {
  position: relative;
}

.services-section .nav-owl-carousel .current .owl-nav::after {
  content: "";
  width: 58px;
  height: 58px;
  -webkit-clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  z-index: 999;
  -webkit-box-shadow: inset -2px -2px 8px var(--bcb-card-light), inset 5px 5px 8px var(--bcb-card-dark);
          box-shadow: inset -2px -2px 8px var(--bcb-card-light), inset 5px 5px 8px var(--bcb-card-dark);
  border-radius: 100%;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -29px;
}

.services-section .nav-owl-carousel .current .owl-nav .active-icon {
  display: block;
  height: 32px;
  margin: auto;
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  padding: 3px;
  border-radius: 0;
  z-index: 99;
}

.services-section .nav-owl-carousel .current .owl-nav .active-icon img {
  width: 26px;
  z-index: 99;
  margin: auto;
  border-radius: 0;
}

.services-section .content-owl-carousel .item {
  padding: 8px;
}

.services-section .content-owl-carousel .owl-content {
  padding: 30px 20px;
}

.services-section .content-owl-carousel .owl-content .owl-wapper {
  cursor: pointer;
}

.services-section .content-owl-carousel .owl-content .owl-wapper h3 {
  color: var(--heading-color);
  margin-bottom: 15px;
}

.services-section .content-owl-carousel .owl-content .owl-wapper .description {
  overflow-y: hidden;
  max-height: 7.43em;
  min-height: 7.43em;
  padding: 15px 15px 15px 0;
}

.services-section .content-owl-carousel .owl-content .owl-wapper .description:hover {
  overflow-y: scroll;
}

.services-section .content-owl-carousel .owl-content .owl-wapper .btn {
  width: 92%;
  padding: 0;
  background: transparent;
  border-radius: 50px;
  padding: 4px 4px;
  margin-bottom: 15px;
}

.services-section .content-owl-carousel .owl-content .owl-wapper .btn p,
.services-section .content-owl-carousel .owl-content .owl-wapper .btn a {
  margin-bottom: 0;
  padding: 0px 3px;
  border-radius: 100%;
  color: var(--heading-color);
}

.services-section .content-owl-carousel .owl-content .owl-wapper .btn p span,
.services-section .content-owl-carousel .owl-content .owl-wapper .btn a span {
  background: #26a6dc;
  margin-bottom: 0;
  padding: 4px 8px;
  margin-right: 15px;
}

.services-section .content-owl-carousel .owl-content .owl-wapper .btn p span i,
.services-section .content-owl-carousel .owl-content .owl-wapper .btn a span i {
  line-height: 36px;
  color: #fff;
}

.services-section .content-owl-carousel .owl-content .owl-wapper .btn.text-center {
  border: 3px solid var(--body-background);
}

.services-section .content-owl-carousel .owl-content .owl-wapper .btn.text-center a {
  margin: auto;
  color: #fff;
}

.services-section .content-owl-carousel .owl-content .owl-wapper .btn.text-center a span {
  padding: 6px 10px;
  margin-left: 20px;
  margin-right: 0px;
  background: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.website-designing-btn .btn p span {
  background: #96c861 !important;
}

.website-designing-btn .btn.text-center {
  background: #96c861 !important;
}

.app-development-btn .btn p span {
  background: #f58e49 !important;
}

.app-development-btn .btn.text-center {
  background: #f58e49 !important;
}

.digital-marketing-btn .btn p span {
  background: #26a6dc !important;
}

.digital-marketing-btn .btn.text-center {
  background: #26a6dc !important;
}

.graphic-designing-btn .btn p span {
  background: #30a0d4 !important;
}

.graphic-designing-btn .btn.text-center {
  background: #30a0d4 !important;
}

.digital-marketing-btn .btn p span {
  background: #ffcc10 !important;
}

.digital-marketing-btn .btn.text-center {
  background: #ffcc10 !important;
}

.business-software-btn .btn p span {
  background: #e7552e !important;
}

.business-software-btn .btn.text-center {
  background: #e7552e !important;
}

.animated-video-btn .btn p span {
  background: #cd3d9a !important;
}

.animated-video-btn .btn.text-center {
  background: #cd3d9a !important;
}

.services-btn-design .primary-btn {
  font-size: 16px;
  line-height: 48px;
}

.portfolio-section .pot-wapper {
  cursor: pointer;
  padding: 12px 12px;
  margin-bottom: 30px;
}

.portfolio-section .pot-wapper img {
  border-radius: 5px 5px;
}

.testimonial-section .testi-head {
  padding-left: 5.6%;
}

@media (max-width: 1500px) {
  .testimonial-section .testi-head {
    padding-left: 8.5%;
  }
}

.testimonial-section .owl-wapper .profile-img img {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 100%;
}

.testimonial-section .owl-wapper .content .heading {
  margin: 15px 0;
}

.testimonial-section .owl-wapper .content .heading h3 {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 1600px) {
  .testimonial-section .owl-wapper .content .heading h3 {
    font-size: 28px;
  }
}

.testimonial-section .owl-wapper .content .heading p {
  color: #26a6dc;
  font-weight: 400;
  font-size: 16px;
}

.testimonial-section .owl-wapper .content .description {
  min-height: 7.2em;
  max-height: 7.2em;
  overflow-y: hidden;
  padding: 6px 4px;
}

.testimonial-section .owl-wapper .content .description p {
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 1600px) {
  .testimonial-section .owl-wapper .content .description p {
    font-size: 18px;
  }
}

.testimonial-section .owl-wapper .content .description:hover {
  overflow-y: scroll;
}

@media (min-width: 1600px) {
  .testimonial-section .owl-wapper .content .description {
    min-height: 8.2em;
    max-height: 8.2em;
  }
}

.blog-section .blog-sub-section .owl-wapper {
  padding: 8px 8px;
  margin: 0 15px;
}

.blog-section .blog-sub-section .owl-wapper .blog-img {
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.blog-section .blog-sub-section .owl-wapper .blog-content {
  margin: 22px 0;
}

.blog-section .blog-sub-section .owl-wapper .blog-content .heading {
  margin-bottom: 8px;
}

.blog-section .blog-sub-section .owl-wapper .blog-content .heading h3 {
  color: var(--heading-color);
  max-height: 3.2rem;
  min-height: 3.2rem;
  overflow: hidden;
  font-size: 20px;
}

@media (min-width: 1600px) {
  .blog-section .blog-sub-section .owl-wapper .blog-content .heading h3 {
    font-size: 28px;
    max-height: 4.2rem;
    min-height: 4.2rem;
  }
}

.blog-section .blog-sub-section .owl-wapper .blog-content .description {
  max-height: 5.2em;
  min-height: 5.2em;
  overflow-y: hidden;
  padding: 6px 4px;
  margin-bottom: 10px;
}

.blog-section .blog-sub-section .owl-wapper .blog-content .description p {
  font-size: 14px;
  font-weight: 400;
}

.blog-section .blog-sub-section .owl-wapper .blog-content .description:hover {
  overflow-y: scroll;
}

@media (min-width: 1600px) {
  .blog-section .blog-sub-section .owl-wapper .blog-content .description p {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .blog-section .blog-sub-section .owl-wapper .blog-content {
    margin: 40px 0;
  }
  .blog-section .blog-sub-section .owl-wapper .blog-content .heading {
    margin-bottom: 15px;
  }
}

.blog-section .blog-sub-section .owl-wapper .btn .primary-btn {
  border: 0;
  background: transparent;
  color: #26a6dc;
  -webkit-transition: ease-in-out 0.8s all;
  transition: ease-in-out 0.8s all;
}

.aboutUsPage .description {
  text-align: justify;
  text-align-last: center;
}

.teamSection .wapper .content .userName {
  font-size: 62px;
  margin-bottom: 8px;
}

.teamSection .wapper .content .desg {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
}

.teamSection .wapper .socialMedia {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.teamSection .wrapperImg {
  max-width: 420px;
  position: relative;
  width: 100%;
  margin: auto;
}

.teamSection .wrapperImg img {
  padding: 15px;
  border: 2px solid #26a6dc;
  border-radius: 50% 50%;
}

.teamSection .wrapperImg span {
  position: relative;
}

.teamSection .wrapperImg span::before, .teamSection .wrapperImg span::after {
  content: "•";
  position: absolute;
  font-size: 270px;
  color: #26a6dc;
}

.teamSection .wrapperImg .amin_1 {
  width: 600px;
  height: 600px;
}

.teamSection .wrapperImg .amin_1::before {
  border-radius: 100%;
  height: 90px;
  width: 90px;
  margin: auto;
  top: unset;
  right: -10%;
  z-index: -1;
  left: 322px;
}

.teamSection .wrapperImg .amin_1::after {
  display: none;
}

.teamSection .wrapperImg .amin_2 {
  display: none;
}

.teamSection .wrapperImg::before, .teamSection .wrapperImg::after {
  content: "";
  position: absolute;
}

.teamSection .wrapperImg::before {
  background-image: url(../../../../assets/main/dot-background.svg);
  -webkit-clip-path: circle(14.8% at 50% 50%);
          clip-path: circle(14.8% at 50% 50%);
  border-radius: 100%;
  height: 320px;
  width: 320px;
  margin: auto;
  top: -25%;
  right: -10%;
  z-index: -1;
}

.teamSection .wrapperImg::after {
  background-image: url(../../../../assets/main/dot-background.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 320px;
  width: 320px;
  margin: auto;
  bottom: -25%;
  z-index: -1;
  left: -10%;
}

.teamSection .teamLead img {
  width: 220px;
  height: 220px;
}

.teamSection .teamLead .userName {
  font-size: 32px !important;
}

.teamSection .teamLead .desg {
  font-size: 22px !important;
}

.inner-blog-section {
  margin: auto;
  text-align: center;
}

.inner-blog-section .item {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .inner-blog-section .item {
    padding: 20px 40px;
  }
}

.inner-blog-section .owl-wapper {
  overflow: hidden;
  margin: 0 !important;
}

.inner-blog-section .owl-wapper img {
  width: 100%;
  height: 100%;
}

.blog-inner-page .content {
  padding: 15px 40px;
  margin-bottom: 30px;
}

.blog-inner-page .content .blogimg {
  margin: auto;
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}

.blog-inner-page .content .blogimg img {
  border-radius: 15px;
}

.blog-inner-page .content .blogimg:nth-child(1) {
  position: relative;
  top: -70px;
}

.blog-inner-page .content h4 span {
  font-weight: 500;
}

.blog-inner-page .content .description span {
  color: #26a6dc;
}

.portfolio-section .portfolio-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 58px;
  z-index: 99;
  background: var(--body-background);
  padding: 40px 0 20px;
}

.portfolio-section .portfolio-nav li {
  width: 140px;
  margin: auto;
  cursor: pointer;
  padding: 8px 12px;
  text-transform: capitalize;
  color: var(--heading-color);
  background-color: var(--body-background);
}

.portfolio-section .portfolio-nav li a {
  color: #26a6dc;
}

@media (min-width: 1600px) {
  .portfolio-section .portfolio-nav li {
    width: 210px;
  }
}

@media (max-width: 767.98px) {
  .portfolio-section .portfolio-nav {
    display: none;
  }
}

.portfolio-section .portfolio-carousel-section {
  padding: 90px 0;
}

.portfolio-section .portfolio-carousel-section .common-carousel {
  text-align: center;
}

.portfolio-section .portfolio-carousel-section .common-carousel .owl-wapper {
  padding: 8px 8px;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio {
  cursor: pointer;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio .portImage {
  height: 440px;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio .portImage .all_portfolio_img {
  width: 100%;
  height: 100%;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-transition: ease-in-out 4s;
  transition: ease-in-out 4s;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio .contentWapper .porTitle {
  text-align: left;
  padding: 8px 15px;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio .contentWapper .porTitle a {
  font-size: 18px;
  color: #26a6dc;
  font-weight: 400;
  text-transform: capitalize;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio .contentWapper .portDev {
  text-align: start;
  padding: 0 15px;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio .contentWapper .portDev span {
  border: 1px solid #26a6dc;
  font-size: 10px;
  padding: 2px 6px;
  margin: 0 3px 2px;
  border-radius: 4px 4px;
}

.portfolio-section .portfolio-carousel-section .common-carousel .common_portfolio:hover .all_portfolio_img {
  background-position: bottom center !important;
}

@media (min-width: 1600px) {
  .portfolio-section .portfolio-carousel-section .common-carousel .item {
    padding: 15px 60px;
  }
  .portfolio-section .portfolio-carousel-section .common-carousel .item .common_portfolio .portImage {
    height: 550px;
  }
}

::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--contact-footer);
}

:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--contact-footer);
}

::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--contact-footer);
}

::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: var(--contact-footer);
}

input,
select,
option {
  padding: 8px 15px !important;
}

select {
  height: unset !important;
}

select option:hover {
  color: #facd43 !important;
}

input:-internal-autofill-selected,
select,
option {
  background-color: var(--body-background) !important;
  color: unset !important;
}

option {
  border: 0px !important;
}

.contact_form .input-group {
  margin-bottom: 15px;
}

.contact_form .input-group .input-group-prepend .input-group-text {
  cursor: pointer;
  background-color: var(--body-background);
  border: 2px solid #26a6dc;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: 0px;
}

.contact_form label {
  width: 100%;
}

.contact_form .form-control {
  border: 0px;
  background-color: var(--body-background);
}

.contact_form .form-control:focus {
  border-color: unset;
  border: 0px;
  border-radius: 0.25rem;
}

.contact-section .wapper {
  text-align: center;
  padding: 30px 40px;
  padding: 28px 8px;
  margin-bottom: 30px;
}

.contact-section .wapper .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #26a6dc;
}

.contact-section .wapper .icon img {
  width: 48px;
}

.contact-section .wapper .content h3 {
  color: var(--heading-color);
  margin-bottom: 18px;
}

.contact-section .wapper .content p {
  margin-bottom: 3px;
}

.contact-section .wapper .content p a {
  color: var(--usp-content);
}

@media (max-width: 767.98px) {
  .footer-contact .heading {
    padding-top: 30px;
  }
}

.footer-contact .footer-section-content .footer-wapper .contct-area {
  margin-bottom: 20px;
}

.footer-contact .footer-section-content .footer-wapper .contct-area .icons {
  margin-right: 20px;
}

.footer-contact .footer-section-content .footer-wapper .contct-area .icons img {
  width: 32px;
}

.footer-contact .footer-section-content .footer-wapper .contct-area .content h4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--contact-footer);
}

.footer-contact .footer-section-content .footer-wapper .contct-area .content p a {
  font-size: 22px;
  font-weight: 600;
  color: var(--heading-color);
}

.footer-contact .footer-section-content .footer-wapper .foot-list .icons {
  margin-right: 20px;
}

.footer-contact .footer-section-content .footer-wapper .foot-list .icons .fa {
  font-size: 18px;
  color: #26a6dc;
}

.footer-contact .footer-section-content .footer-wapper .foot-list .content p {
  color: var(--usp-content);
}

.footer-section {
  background: var(--footer-background);
  border-radius: 110px 110px 0 0;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .footer-section {
    border-radius: 48px 48px 0 0;
    padding-top: 42px;
  }
}

.footer-section .footer-top {
  padding-bottom: 15px;
}

.footer-section .footer-top .footer-wapper .footer-header {
  margin-bottom: 25px;
}

.footer-section .footer-top .footer-wapper .footer-header h3 {
  color: var(--fb-color);
}

.footer-section .footer-top .footer-wapper .footer-img {
  width: 148px;
  margin-bottom: 30px;
}

.footer-section .footer-top .footer-wapper .content .description p {
  color: var(--usp-content);
}

.footer-section .footer-top .footer-wapper .content h4 {
  color: var(--fb-color);
  margin-bottom: 6px;
}

.footer-section .footer-top .footer-wapper .content p a {
  color: var(--usp-content);
}

.footer-section .footer-top .footer-wapper .content p a:hover {
  color: var(--fb-color);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin-left: 8px;
}

.footer-section .footer-top .footer-wapper .social_media .fb-link a {
  color: var(--fb-color);
  width: 40px;
  height: 40px;
}

.footer-section .footer-top .footer-wapper .foot-nav li {
  padding: 4px 0;
}

.footer-section .footer-top .footer-wapper .foot-nav li a {
  color: var(--usp-content);
}

.footer-section .footer-top .footer-wapper .foot-nav li:hover a {
  color: var(--fb-color);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  margin-left: 8px;
}

.footer-section .footer-bottom {
  border-top: 2px solid var(--fb-color);
}

.footer-section .footer-bottom .common-fb .description {
  margin: 10px 0;
}

.footer-section .footer-bottom .common-fb .description p {
  margin: 0 15px 0 0;
  color: var(--fb-color);
  font-size: 13px;
  font-weight: 300;
}

.footer-section .footer-bottom .common-fb .description p span a {
  color: var(--fb-color);
  font-size: 13px;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  .footer-section .footer-bottom .common-fb .copyright {
    text-align: left;
  }
}

.blog_nav {
  max-height: 11.2em;
  min-height: 12.2em;
  overflow-y: hidden;
}

.blog_nav .text-truncate a {
  padding: 0 8px 0 0;
}

.blog_nav:hover {
  overflow-y: scroll;
}
/*# sourceMappingURL=main.css.map */