@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #141412;
  line-height: 1.5;
  margin: 0;
  font-family: "Inter", sans-serif !important;
}
a {
  color: #3a9ad4;
  text-decoration: none;
}
a:visited {
  color: #ac0404;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  color: #444;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}
h3 {
  font-size: 22px;
  margin: 22px 0;
}
h4 {
  font-size: 20px;
  margin: 25px 0;
}
h5 {
  font-size: 18px;
  margin: 30px 0;
}
h6 {
  font-size: 16px;
  margin: 36px 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p {
  margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}
blockquote blockquote {
  margin-right: 0;
}
blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}
blockquote b,
blockquote strong {
  font-weight: 400;
}
small {
  font-size: smaller;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 20px;
}
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;
}
li > ol,
li > ul {
  margin: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
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;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 386px;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
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;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: 700;
  text-transform: uppercase;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}
::-webkit-input-placeholder {
  color: #7d7b6d;
}
:-moz-placeholder {
  color: #7d7b6d;
}
::-moz-placeholder {
  color: #7d7b6d;
}
:-ms-input-placeholder {
  color: #7d7b6d;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.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,
h1 {
  font-size: 42px;
}
.h2,
h2 {
  font-size: 36px;
}
.h3,
h3 {
  font-size: 30px;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 14px;
}
.h1,
.h2,
h1,
h2 {
  font-weight: 700;
}
.h3,
.h4,
h3,
h4 {
  font-weight: 600;
}
.h5,
.h6,
h5,
h6 {
  font-weight: 500;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a,
button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a:visited,
button:visited {
  color: initial;
}
button:active,
button:focus {
  outline: 0;
}
ol.cr-liststyle-1,
ul.cr-liststyle-1 {
  padding-left: 0;
  list-style: none;
}
ol.cr-liststyle-1 li,
ul.cr-liststyle-1 li {
  line-height: 30px;
}
ol.cr-liststyle-1 li::before,
ul.cr-liststyle-1 li::before {
  content: "\f0f4";
  padding-right: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #47bb8f;
}
input,
select,
textarea {
  background: 0 0;
  border: 1px solid #ddd;
  color: #aaa;
  font-size: 14px;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input:active,
select:active,
textarea:active {
  background-color: inherit;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -moz-transition: color 9999s ease-out, background-color 9999s ease-out;
  -ms-transition: color 9999s ease-out, background-color 9999s ease-out;
  -o-transition: color 9999s ease-out, background-color 9999s ease-out;
  transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
  -moz-transition-delay: 9999s;
  -ms-transition-delay: 9999s;
  -o-transition-delay: 9999s;
  transition-delay: 9999s;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #ddd;
}
label {
  font-weight: 500;
}
input,
select {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  width: 100%;
  padding: 0 20px;
}
input:active,
input:focus,
select:active,
select:focus {
  outline: 0;
}
textarea {
  width: 100%;
  padding: 10px 20px;
}
textarea:active,
textarea:focus {
  outline: 0;
}
blockquote {
  padding: 30px;
  padding-left: 50px;
  border-left: 3px solid #47bb8f;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-left: 30px;
}
blockquote footer {
  text-align: right;
}
.bg-grey blockquote {
  background: #fff;
}
.bg-white blockquote {
  background: #f7f7f7;
}
.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.clearfix:after {
  clear: both;
}
.color-theme {
  color: #47bb8f;
}
.color-light {
  color: #999;
}
.color-dark {
  color: #333;
}
.color-black {
  color: #000;
}
.color-white {
  color: #fff;
}
.bg-theme {
  background: #47bb8f !important;
}
.bg-secondary {
  background: #f6644f !important;
}
.bg-light {
  background: #999 !important;
}
.bg-dark {
  background: #212121 !important;
}
.bg-black {
  background: #000 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-grey {
  background: #f7f7f7 !important;
}
.bg-image-1 {
  background-image: url(images/bg/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-2 {
  background-image: url(images/bg/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-3 {
  background-image: url(images/bg/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-4 {
  background-image: url(images/bg/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-5 {
  background-image: url(images/bg/5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-6 {
  background-image: url(images/bg/6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-7 {
  background-image: url(images/bg/7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-8 {
  background-image: url(images/bg/8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-9 {
  background-image: url(images/bg/9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-10 {
  background-image: url(images/bg/10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-11 {
  background-image: url(images/bg/11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-12 {
  background-image: url(images/bg/12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-13 {
  background-image: url(images/bg/13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-14 {
  background-image: url(images/bg/14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-15 {
  background-image: url(images/bg/15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-16 {
  background-image: url(images/bg/16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-17 {
  background-image: url(images/bg/17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-18 {
  background-image: url(images/bg/18.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-19 {
  background-image: url(images/bg/19.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-image-20 {
  background-image: url(images/bg/20.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-minimal {
  background-image: url(images/bg/minimal-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-pos-top {
  background-position: center top !important;
}
.bg-pos-bottom {
  background-position: center bottom !important;
}
.bg-fixed {
  background-attachment: fixed;
}
.cr-bordered {
  border: 1px solid #ddd;
}
.cr-border-bottom {
  border-bottom: 1px solid #ddd;
}
.cr-border-top {
  border-top: 1px solid #ddd;
}
.cr-border-top-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.cr-border-left {
  border-left: 1px solid #ddd;
}
.cr-border-right {
  border-right: 1px solid #ddd;
}
.cr-border-left-right {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.text-italic {
  font-style: italic;
}
.text-normal {
  font-style: normal;
}
.text-underline {
  font-style: underline;
}
.font-bold {
  font-weight: 700 !important;
}
.font-semi-bold {
  font-weight: 600 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-light {
  font-weight: 300 !important;
}
.fullscreen {
  min-height: 100vh;
  width: 100%;
}
.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.33%;
}
.w-25 {
  width: 25%;
}
.w-10 {
  width: 10%;
}
.h-100 {
  height: 100%;
}
.h-75 {
  height: 75%;
}
.h-50 {
  height: 50%;
}
.h-25 {
  height: 25%;
}
.h-33 {
  height: 33.33%;
}
.h-10 {
  height: 10%;
}
.section-padding-xlg {
  padding: 150px 0;
}
.section-padding-lg {
  padding: 30px 0;
}
.section-padding-md {
  padding: 120px 0;
}
.section-padding-sm {
  padding: 30px 0;
  background: #dae2e5;
}
.section-padding-xs {
  padding: 70px 0;
}
.section-padding-top-xlg {
  padding-top: 150px;
}
.section-padding-top-lg {
  padding-top: 135px;
}
.section-padding-top-md {
  padding-top: 120px;
}
.section-padding-top-sm {
  padding-top: 100px;
}
.section-padding-top-xs {
  padding-top: 70px;
}
.section-padding-bottom-xlg {
  padding-bottom: 150px;
}
.section-padding-bottom-lg {
  padding-bottom: 135px;
}
.section-padding-bottom-md {
  padding-bottom: 120px;
}
.section-padding-bottom-sm {
  padding-bottom: 100px;
}
.section-padding-bottom-xs {
  padding-bottom: 70px;
}
[data-black-overlay],
[data-overlay] {
  position: relative;
}
[data-black-overlay] > *,
[data-black-overlay] > div,
[data-overlay] > *,
[data-overlay] > div {
  position: relative;
  z-index: 2;
}
[data-black-overlay]:before,
[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
[data-overlay]:before {
  background-color: #47bb8f;
}
[data-black-overlay]:before {
  background-color: #338eae;
}
[data-black-overlay="1"]:before,
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-black-overlay="2"]:before,
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-black-overlay="3"]:before,
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-black-overlay="4"]:before,
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-black-overlay="5"]:before,
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-black-overlay="6"]:before,
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-black-overlay="7"]:before,
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-black-overlay="8"]:before,
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-black-overlay="9"]:before,
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-black-overlay="10"]:before,
[data-overlay="10"]:before {
  opacity: 1;
}
#scrollUp {
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  line-height: 44px;
  text-align: center;
  background: #338eae;
  color: #fff;
  font-size: 22px;
  border: 1px solid #338eae;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounceIn 0.8s ease-in-out 1 both;
  -moz-animation: bounceIn 0.8s ease-in-out 1 both;
  -ms-animation: bounceIn 0.8s ease-in-out 1 both;
  -o-animation: bounceIn 0.8s ease-in-out 1 both;
  animation: bounceIn 0.8s ease-in-out 1 both;
  z-index: 998 !important;
}
.body-overlay {
  background: rgba(25, 25, 25, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.body-overlay.is-visible {
  cursor: url(images/icons/close.png), crosshair;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.wrapper {
  margin-left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.wrapper.left-offset-active {
  margin-left: 375px;
}
.cd-words-wrapper b {
  font-weight: inherit;
  text-transform: capitalize;
  word-wrap: normal;
}
.cd-words-wrapper i {
  font-style: inherit;
  text-transform: inherit;
}
.cd-headline.clip span {
  padding: 0;
}
.cd-headline.no-cursor .cd-words-wrapper::after {
  display: none;
}
.typography-text h1,
.typography-text h2,
.typography-text h3,
.typography-text h4,
.typography-text h5,
.typography-text h6 {
  color: #333;
}
.cr-btn,
a.cr-btn,
button.cr-btn {
  display: inline-block;
  height: 50px;
  color: #050505;
  background: #ffffff;
  padding: 11px 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  outline: 0;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.cr-btn span,
a.cr-btn span,
button.cr-btn span {
  position: relative;
  z-index: 2;
}
.cr-btn b,
a.cr-btn b,
button.cr-btn b {
  position: absolute;
  -moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  height: 0;
  width: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.cr-btn:hover,
a.cr-btn:hover,
button.cr-btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}
.cr-btn:active,
a.cr-btn:active,
button.cr-btn:active {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.cr-btn.cr-btn-sm,
a.cr-btn.cr-btn-sm,
button.cr-btn.cr-btn-sm {
  height: 40px;
  font-size: 14px;
  padding: 5px 30px;
}
.cr-btn.cr-btn-lg,
a.cr-btn.cr-btn-lg,
button.cr-btn.cr-btn-lg {
  height: 56px;
  font-size: 18px;
  padding: 12px 35px;
}
.cr-btn.cr-btn-white,
a.cr-btn.cr-btn-white,
button.cr-btn.cr-btn-white {
  color: #47bb8f;
  background: #fff;
}
.cr-btn.cr-btn-white b,
a.cr-btn.cr-btn-white b,
button.cr-btn.cr-btn-white b {
  background: #47bb8f;
}
.cr-btn.cr-btn-white:hover,
a.cr-btn.cr-btn-white:hover,
button.cr-btn.cr-btn-white:hover {
  color: #fff;
}
.cr-btn.cr-btn-dark,
a.cr-btn.cr-btn-dark,
button.cr-btn.cr-btn-dark {
  color: #fff;
  background: #333;
}
.cr-btn.cr-btn-dark b,
a.cr-btn.cr-btn-dark b,
button.cr-btn.cr-btn-dark b {
  background: rgab(255, 255, 255, 0.1);
}
.cr-btn.cr-btn-minimal,
a.cr-btn.cr-btn-minimal,
button.cr-btn.cr-btn-minimal {
  color: #333;
  background: #fff;
}
.cr-btn.cr-btn-minimal b,
a.cr-btn.cr-btn-minimal b,
button.cr-btn.cr-btn-minimal b {
  background: #333;
}
.cr-btn.cr-btn-minimal:hover,
a.cr-btn.cr-btn-minimal:hover,
button.cr-btn.cr-btn-minimal:hover {
  color: #fff;
}
.cr-btn.cr-btn-transparent,
a.cr-btn.cr-btn-transparent,
button.cr-btn.cr-btn-transparent {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s ease-in-out 0s,
    border-color 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
}
.cr-btn.cr-btn-transparent b,
a.cr-btn.cr-btn-transparent b,
button.cr-btn.cr-btn-transparent b {
  background: #47bb8f;
}
.cr-btn.cr-btn-transparent:hover,
a.cr-btn.cr-btn-transparent:hover,
button.cr-btn.cr-btn-transparent:hover {
  border-color: #47bb8f;
}
.cr-btn.cr-btn-round,
a.cr-btn.cr-btn-round,
button.cr-btn.cr-btn-round {
  border-radius: 100px;
  overflow: hidden;
}
.bg-theme .cr-btn.cr-btn-white b,
.bg-theme a.cr-btn.cr-btn-white b,
.bg-theme button.cr-btn.cr-btn-white b {
  display: none;
}
.bg-theme .cr-btn.cr-btn-white:hover,
.bg-theme a.cr-btn.cr-btn-white:hover,
.bg-theme button.cr-btn.cr-btn-white:hover {
  color: #47bb8f;
}
.bg-dark-light .cr-btn.cr-btn-white,
.bg-dark-light a.cr-btn.cr-btn-white,
.bg-dark-light button.cr-btn.cr-btn-white {
  color: #000;
}
.bg-dark-light .cr-btn.cr-btn-white b,
.bg-dark-light a.cr-btn.cr-btn-white b,
.bg-dark-light button.cr-btn.cr-btn-white b {
  display: none;
}
.bg-dark-light .cr-btn.cr-btn-white:hover,
.bg-dark-light a.cr-btn.cr-btn-white:hover,
.bg-dark-light button.cr-btn.cr-btn-white:hover {
  color: #000;
}
.cr-readmore,
a.cr-readmore,
button.cr-readmore {
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.cr-readmore:hover,
a.cr-readmore:hover,
button.cr-readmore:hover {
  color: #47bb8f;
}
.cr-readmore2 {
  color: #555;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500;
}
.cr-readmore2:after {
  content: "\eb55";
  padding-left: 2px;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.cr-readmore2:hover {
  color: #47bb8f;
}
.cr-readmore2:hover:after {
  padding-left: 7px;
}
.buttons-showcase .container {
  margin-top: -3rem;
}
.section-title h6 {
  color: #47bb8f;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section-title h2 {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5 {
  color: #333;
}
.section-title p {
  color: #5f6466;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  text-transform: none;
}
.section-title.text-center {
  padding-left: 30px;
  padding-right: 30px;
}
.section-title.text-right {
  padding-right: 0;
  padding-left: 30px;
}
.section-title.minimal-color h6 {
  color: #555;
}
.section-title-2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-top: -7px;
}
.section-title-2 h2,
.section-title-2 h3,
.section-title-2 h4,
.section-title-2 h5,
.section-title-2 h6 {
  letter-spacing: 0.5px;
  color: #333;
}
.section-title-showcase .section-title {
  margin-bottom: 0;
}
h1.small-title,
h2.small-title,
h3.small-title,
h4.small-title,
h5.small-title,
h6.small-title {
  margin-bottom: 30px;
  color: #333;
}
.cr-progress-bar {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.cr-progress-bar .progress {
  background: #f1f1f1;
  border-radius: 0;
  height: 3px;
  overflow: visible;
  position: relative;
  border-radius: 3px;
}
.cr-progress-bar .progress span {
  position: absolute;
  right: 0;
  top: -35px;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease 1s;
  -moz-transition: all 0.4s ease 1s;
  -ms-transition: all 0.4s ease 1s;
  -o-transition: all 0.4s ease 1s;
  transition: all 0.4s ease 1s;
}
.cr-progress-bar .progress-bar {
  background: #47bb8f;
  border-radius: 3px;
}
.cr-progress-bar h6 {
  margin-bottom: 12px;
  font-size: 16px;
  text-transform: capitalize;
  color: #555;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cr-progress-bar.minimal-color .progress-bar {
  background: #555;
}
.cr-pricebox-gallery {
  margin-top: -30px;
}
.cr-pricebox {
  margin-top: 30px;
  padding: 60px 50px;
  padding-right: 100px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.cr-pricebox:before {
  content: "";
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #47bb8f;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
  transition: all 0.5s cubic-bezier(1, 0.03, 0.15, 0.99) 0s;
}
.cr-pricebox > * {
  position: relative;
}
.cr-pricebox h6 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.cr-pricebox h4 {
  color: #555;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cr-pricebox ul {
  padding-left: 0;
  list-style: none;
  color: #777;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.cr-pricebox ul li {
  padding: 3px 0;
}
.cr-pricebox a.cr-btn {
  margin-top: 10px;
}
.cr-pricebox a.cr-btn b {
  display: none;
}
.cr-pricebox a.cr-btn:hover {
  color: #47bb8f;
}
.cr-pricebox.is-active,
.cr-pricebox:hover {
  -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
}
.cr-pricebox.is-active:before,
.cr-pricebox:hover:before {
  height: 100%;
}
.cr-pricebox.is-active h4,
.cr-pricebox.is-active h6,
.cr-pricebox.is-active ul,
.cr-pricebox:hover h4,
.cr-pricebox:hover h6,
.cr-pricebox:hover ul {
  color: #fff;
}
.cr-pricebox.is-active a.cr-btn,
.cr-pricebox:hover a.cr-btn {
  background: #fff;
  color: #47bb8f;
}
.cr-pricebox.is-active a.cr-btn:hover,
.cr-pricebox:hover a.cr-btn:hover {
  color: #47bb8f;
}
.cr-pricebox-style-2 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.cr-pricebox-style-2:before {
  height: 100%;
}
.cr-pricebox-style-2 h4,
.cr-pricebox-style-2 h6,
.cr-pricebox-style-2 ul {
  color: #fff;
}
.cr-pricebox-style-2 a.cr-btn {
  background: #ffff;
  color: #47bb8f;
}
.cr-pricebox-style-2 a.cr-btn:hover {
  color: #fff;
}
.cr-pricebox-style-2.is-active,
.cr-pricebox-style-2:hover {
  -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.2);
}
.cr-pricebox-style-2.is-active:before,
.cr-pricebox-style-2:hover:before {
  height: 3px;
}
.cr-pricebox-style-2.is-active h6,
.cr-pricebox-style-2:hover h6 {
  color: #555;
}
.cr-pricebox-style-2.is-active h4,
.cr-pricebox-style-2:hover h4 {
  color: #555;
}
.cr-pricebox-style-2.is-active ul,
.cr-pricebox-style-2:hover ul {
  color: #777;
}
.cr-pricebox-style-2.is-active a.cr-btn,
.cr-pricebox-style-2:hover a.cr-btn {
  background: #47bb8f;
  color: #fff;
}
.cr-pricebox-style-2.is-active a.cr-btn:hover,
.cr-pricebox-style-2:hover a.cr-btn:hover {
  color: #fff;
}
.cr-pricebox-style-3 {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cr-pricebox-style-3 a.cr-btn {
  border-radius: 100px;
  background: 0 0;
  color: #555;
  border: 1px solid #ddd;
}
.cr-pricebox-style-3 a.cr-btn:hover {
  color: #555;
}
.cr-pricebox-style-3 h6 {
  font-weight: 700;
}
.cr-pricebox-style-3 h2 {
  padding-left: 22px;
  font-size: 24px;
  color: #333;
  font-weight: 400;
  position: relative;
}
.cr-pricebox-style-3 h2 span.cr-pricebox-price {
  font-size: 72px;
}
.cr-pricebox-style-3 h2 span.dollor-sign {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 36px;
}
.cr-pricebox-style-3::before {
  display: none;
}
.cr-pricebox-style-3.is-active,
.cr-pricebox-style-3:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cr-pricebox-style-3.is-active h6,
.cr-pricebox-style-3:hover h6 {
  color: #555;
}
.cr-pricebox-style-3.is-active ul,
.cr-pricebox-style-3:hover ul {
  color: #777;
}
.cr-pricebox-style-3:hover a.cr-btn:hover {
  background: #555;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.cr-pricebox-style-3:hover a.cr-btn:hover:hover {
  color: #fff;
}
.cr-pricebox-style-3.is-active a.cr-btn,
.cr-pricebox-style-3:hover a.cr-btn {
  background: #555;
  color: #fff;
}
.cr-pricebox-style-3.is-active a.cr-btn:hover,
.cr-pricebox-style-3:hover a.cr-btn:hover {
  color: #fff;
}
.bg-grey .cr-pricebox-style-3 {
  background: #fff;
}
.bg-white .cr-pricebox-style-3 {
  background: #f7f7f7;
}
.callto-action {
  padding: 50px 0;
  overflow: hidden;
}
.callto-action-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  margin-top: -30px;
}
.callto-action-inner h1,
.callto-action-inner h2,
.callto-action-inner h3,
.callto-action-inner h4,
.callto-action-inner h5,
.callto-action-inner h6,
.callto-action-inner p {
  margin-top: 30px;
  margin-bottom: 0;
  padding-right: 50px;
}
.callto-action-inner .cr-btn {
  margin-top: 30px;
}
.bg-grey .callto-action-inner h1,
.bg-grey .callto-action-inner h2,
.bg-grey .callto-action-inner h3,
.bg-grey .callto-action-inner h4,
.bg-grey .callto-action-inner h5,
.bg-grey .callto-action-inner h6,
.bg-grey .callto-action-inner p {
  color: #555;
}
.bg-theme .callto-action-inner .cr-btn:hover {
  color: #47bb8f;
}
.cr-slider-navigation-1 {
  position: relative;
}
.cr-slider-navigation-1 .cr-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 60px;
  width: 60px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 16px 0;
  top: 50%;
  margin-top: -25px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.cr-slider-navigation-1 .cr-slider-nav:hover {
  background: #47bb8f;
}
.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
  left: 5%;
  right: auto;
  -webkit-transform: translate(-100px);
  -moz-transform: translate(-100px);
  -ms-transform: translate(-100px);
  -o-transform: translate(-100px);
  transform: translate(-100px);
}
.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
  right: 5%;
  left: auto;
  -webkit-transform: translate(100px);
  -moz-transform: translate(100px);
  -ms-transform: translate(100px);
  -o-transform: translate(100px);
  transform: translate(100px);
}
.cr-slider-navigation-1:hover .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
.cr-slider-navigation-1:hover .cr-slider-nav.cr-slider-nav-left {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.cr-slider-navigation-1:hover .cr-slider-nav.cr-slider-nav-right {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.cr-slider-navigation-1.squre-navigation .cr-slider-nav {
  border-radius: 0;
}
.cr-slider-navigation-2 {
  position: relative;
}
.cr-slider-navigation-2 .cr-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 60px;
  width: 30px;
  display: inline-block;
  background: #ededed;
  color: #555;
  text-align: center;
  font-size: 26px;
  padding: 16px 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.cr-slider-navigation-2 .cr-slider-nav:hover {
  background: #47bb8f;
  color: #fff;
}
.cr-slider-navigation-2 .cr-slider-nav.cr-slider-nav-left {
  left: 0;
  right: auto;
  -webkit-transform: translate(-30px);
  -moz-transform: translate(-30px);
  -ms-transform: translate(-30px);
  -o-transform: translate(-30px);
  transform: translate(-30px);
}
.cr-slider-navigation-2 .cr-slider-nav.cr-slider-nav-right {
  right: 0;
  left: auto;
  -webkit-transform: translate(30px);
  -moz-transform: translate(30px);
  -ms-transform: translate(30px);
  -o-transform: translate(30px);
  transform: translate(30px);
}
.cr-slider-navigation-2:hover .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
.cr-slider-navigation-2:hover .cr-slider-nav.cr-slider-nav-left {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.cr-slider-navigation-2:hover .cr-slider-nav.cr-slider-nav-right {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.cr-slider-navigation-3 {
  position: relative;
}
.cr-slider-navigation-3 .cr-slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  height: 50px;
  width: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 11px 0;
  top: 50%;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.cr-slider-navigation-3 .cr-slider-nav:hover {
  background: #47bb8f;
  color: #fff;
}
.cr-slider-navigation-3 .cr-slider-nav.cr-slider-nav-left {
  left: 0;
  right: auto;
}
.cr-slider-navigation-3 .cr-slider-nav.cr-slider-nav-right {
  right: 0;
  left: auto;
}
.cr-slider-navigation-3:hover .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
.cr-slider-navigation-4 {
  position: relative;
}
.cr-slider-navigation-4 .cr-slider-nav {
  position: absolute;
  z-index: 3;
  height: 50px;
  width: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 11px 0;
  bottom: calc(100% + 5px);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  cursor: pointer;
}
.cr-slider-navigation-4 .cr-slider-nav:hover {
  color: #47bb8f;
}
.cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-left {
  right: 70px;
}
.cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-right {
  right: 15px;
}
.cr-slider-dots-1 {
  position: relative;
}
.cr-slider-dots-1.slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.cr-slider-dots-1 ul.slick-dots {
  font-size: 0;
  bottom: -20px;
}
.cr-slider-dots-1 ul.slick-dots li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: auto;
  width: auto;
  line-height: 15px;
}
.cr-slider-dots-1 ul.slick-dots li:first-child {
  margin-left: 0;
}
.cr-slider-dots-1 ul.slick-dots li:last-child {
  margin-right: 0;
}
.cr-slider-dots-1 ul.slick-dots li button {
  height: 10px;
  width: 10px;
  content: "";
  background: #c9c9c9;
  opacity: 1;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
}
.cr-slider-dots-1 ul.slick-dots li button::before {
  display: none;
}
.cr-slider-dots-1 ul.slick-dots li.slick-active button,
.cr-slider-dots-1 ul.slick-dots li:hover button {
  background: #47bb8f;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.social-icons ul li {
  display: inline-block;
  padding: 0 6px;
}
.social-icons ul li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
  color: #555;
}
.social-icons ul li:hover a {
  color: #47bb8f;
}
.social-icons.social-icons-large ul li {
  padding: 0 10px;
}
.social-icons.social-icons-large ul li a {
  font-size: 30px;
}
.social-icons.social-icons-large ul li:first-child {
  padding-left: 0;
}
.social-icons.social-icons-large ul li:last-child {
  padding-right: 0;
}
.social-icons.social-icons-colorized ul li.facebook a {
  color: #3b5998;
}
.social-icons.social-icons-colorized ul li.facebook:hover a {
  background: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
.social-icons.social-icons-colorized ul li.twitter a {
  color: #00acee;
}
.social-icons.social-icons-colorized ul li.twitter:hover a {
  background: #00acee;
  color: #fff;
  border-color: #00acee;
}
.social-icons.social-icons-colorized ul li.google-plus a {
  color: #dd4b39;
}
.social-icons.social-icons-colorized ul li.google-plus:hover a {
  background: #dd4b39;
  color: #fff;
  border-color: #dd4b39;
}
.social-icons.social-icons-colorized ul li.pinterest a {
  color: #c8232c;
}
.social-icons.social-icons-colorized ul li.pinterest:hover a {
  background: #c8232c;
  color: #fff;
  border-color: #c8232c;
}
.social-icons.social-icons-colorized ul li.linkedin a {
  color: #0e76a8;
}
.social-icons.social-icons-colorized ul li.linkedin:hover a {
  background: #0e76a8;
  color: #fff;
  border-color: #0e76a8;
}
.social-icons.social-icons-colorized ul li.flickr a {
  color: #ff0084;
}
.social-icons.social-icons-colorized ul li.flickr:hover a {
  background: #ff0084;
  color: #fff;
  border-color: #ff0084;
}
.social-icons.social-icons-colorized ul li.dribbble a {
  color: #ea4c89;
}
.social-icons.social-icons-colorized ul li.dribbble:hover a {
  background: #ea4c89;
  color: #fff;
  border-color: #ea4c89;
}
.social-icons.social-icons-colorized ul li.google a {
  color: #dd4b39;
}
.social-icons.social-icons-colorized ul li.google:hover a {
  background: #dd4b39;
  color: #fff;
  border-color: #dd4b39;
}
.social-icons.social-icons-colorized ul li.skype a {
  color: #00aff0;
}
.social-icons.social-icons-colorized ul li.skype:hover a {
  background: #00aff0;
  color: #fff;
  border-color: #00aff0;
}
.social-icons.social-icons-colorized ul li.youtube a {
  color: #c4302b;
}
.social-icons.social-icons-colorized ul li.youtube:hover a {
  background: #c4302b;
  color: #fff;
  border-color: #c4302b;
}
.social-icons.social-icons-colorized ul li.vimeo a {
  color: #00adef;
}
.social-icons.social-icons-colorized ul li.vimeo:hover a {
  background: #00adef;
  color: #fff;
  border-color: #00adef;
}
.social-icons.social-icons-colorized ul li.yahoo a {
  color: #720e9e;
}
.social-icons.social-icons-colorized ul li.yahoo:hover a {
  background: #720e9e;
  color: #fff;
  border-color: #720e9e;
}
.social-icons.social-icons-colorized ul li.paypal a {
  color: #00588b;
}
.social-icons.social-icons-colorized ul li.paypal:hover a {
  background: #00588b;
  color: #fff;
  border-color: #00588b;
}
.social-icons.social-icons-colorized ul li.delicious a {
  color: #205cc0;
}
.social-icons.social-icons-colorized ul li.delicious:hover a {
  background: #205cc0;
  color: #fff;
  border-color: #205cc0;
}
.social-icons.social-icons-colorized ul li.flattr a {
  color: #f67c1a;
}
.social-icons.social-icons-colorized ul li.flattr:hover a {
  background: #f67c1a;
  color: #fff;
  border-color: #f67c1a;
}
.social-icons.social-icons-colorized ul li.android a {
  color: #a4c639;
}
.social-icons.social-icons-colorized ul li.android:hover a {
  background: #a4c639;
  color: #fff;
  border-color: #a4c639;
}
.social-icons.social-icons-colorized ul li.tumblr a {
  color: #34526f;
}
.social-icons.social-icons-colorized ul li.tumblr:hover a {
  background: #34526f;
  color: #fff;
  border-color: #34526f;
}
.social-icons.social-icons-colorized ul li.wikipedia a {
  color: #333;
}
.social-icons.social-icons-colorized ul li.wikipedia:hover a {
  background: #333;
  color: #fff;
  border-color: #333;
}
.social-icons.social-icons-colorized ul li.stumbleupon a {
  color: #f74425;
}
.social-icons.social-icons-colorized ul li.stumbleupon:hover a {
  background: #f74425;
  color: #fff;
  border-color: #f74425;
}
.social-icons.social-icons-colorized ul li.foursquare a {
  color: #25a0ca;
}
.social-icons.social-icons-colorized ul li.foursquare:hover a {
  background: #25a0ca;
  color: #fff;
  border-color: #25a0ca;
}
.social-icons.social-icons-colorized ul li.digg a {
  color: #191919;
}
.social-icons.social-icons-colorized ul li.digg:hover a {
  background: #191919;
  color: #fff;
  border-color: #191919;
}
.social-icons.social-icons-colorized ul li.spotify a {
  color: #81b71a;
}
.social-icons.social-icons-colorized ul li.spotify:hover a {
  background: #81b71a;
  color: #fff;
  border-color: #81b71a;
}
.social-icons.social-icons-colorized ul li.reddit a {
  color: #c6c6c6;
}
.social-icons.social-icons-colorized ul li.reddit:hover a {
  background: #c6c6c6;
  color: #fff;
  border-color: #c6c6c6;
}
.social-icons.social-icons-colorized ul li.cc a {
  color: #688527;
}
.social-icons.social-icons-colorized ul li.cc:hover a {
  background: #688527;
  color: #fff;
  border-color: #688527;
}
.social-icons.social-icons-colorized ul li.vk a {
  color: #2b587a;
}
.social-icons.social-icons-colorized ul li.vk:hover a {
  background: #2b587a;
  color: #fff;
  border-color: #2b587a;
}
.social-icons.social-icons-colorized ul li.rss a {
  color: #ee802f;
}
.social-icons.social-icons-colorized ul li.rss:hover a {
  background: #ee802f;
  color: #fff;
  border-color: #ee802f;
}
.social-icons.social-icons-colorized ul li.podcast a {
  color: #e4b21b;
}
.social-icons.social-icons-colorized ul li.podcast:hover a {
  background: #e4b21b;
  color: #fff;
  border-color: #e4b21b;
}
.social-icons.social-icons-colorized ul li.dropbox a {
  color: #3d9ae8;
}
.social-icons.social-icons-colorized ul li.dropbox:hover a {
  background: #3d9ae8;
  color: #fff;
  border-color: #3d9ae8;
}
.social-icons.social-icons-colorized ul li.github a {
  color: #171515;
}
.social-icons.social-icons-colorized ul li.github:hover a {
  background: #171515;
  color: #fff;
  border-color: #171515;
}
.social-icons.social-icons-colorized ul li.soundcloud a {
  color: #f70;
}
.social-icons.social-icons-colorized ul li.soundcloud:hover a {
  background: #f70;
  color: #fff;
  border-color: #f70;
}
.social-icons.social-icons-colorized ul li.wordpress a {
  color: #1e8cbe;
}
.social-icons.social-icons-colorized ul li.wordpress:hover a {
  background: #1e8cbe;
  color: #fff;
  border-color: #1e8cbe;
}
.social-icons.social-icons-colorized ul li.yelp a {
  color: #c41200;
}
.social-icons.social-icons-colorized ul li.yelp:hover a {
  background: #c41200;
  color: #fff;
  border-color: #c41200;
}
.social-icons.social-icons-colorized ul li.scribd a {
  color: #666;
}
.social-icons.social-icons-colorized ul li.scribd:hover a {
  background: #666;
  color: #fff;
  border-color: #666;
}
.social-icons.social-icons-colorized ul li.cc-stripe a {
  color: #008cdd;
}
.social-icons.social-icons-colorized ul li.cc-stripe:hover a {
  background: #008cdd;
  color: #fff;
  border-color: #008cdd;
}
.social-icons.social-icons-colorized ul li.drupal a {
  color: #27537a;
}
.social-icons.social-icons-colorized ul li.drupal:hover a {
  background: #27537a;
  color: #fff;
  border-color: #27537a;
}
.social-icons.social-icons-colorized ul li.get-pocket a {
  color: #ee4056;
}
.social-icons.social-icons-colorized ul li.get-pocket:hover a {
  background: #ee4056;
  color: #fff;
  border-color: #ee4056;
}
.social-icons.social-icons-colorized ul li.bitbucket a {
  color: #0e4984;
}
.social-icons.social-icons-colorized ul li.bitbucket:hover a {
  background: #0e4984;
  color: #fff;
  border-color: #0e4984;
}
.social-icons.social-icons-colorized ul li.stack-overflow a {
  color: #ef8236;
}
.social-icons.social-icons-colorized ul li.stack-overflow:hover a {
  background: #ef8236;
  color: #fff;
  border-color: #ef8236;
}
.social-icons.social-icons-colorized ul li.hacker-news a {
  color: #f60;
}
.social-icons.social-icons-colorized ul li.hacker-news:hover a {
  background: #f60;
  color: #fff;
  border-color: #f60;
}
.social-icons.social-icons-colorized ul li.xing a {
  color: #126567;
}
.social-icons.social-icons-colorized ul li.xing:hover a {
  background: #126567;
  color: #fff;
  border-color: #126567;
}
.social-icons.social-icons-colorized ul li.instagram a {
  color: #3f729b;
}
.social-icons.social-icons-colorized ul li.instagram:hover a {
  background: #3f729b;
  color: #fff;
  border-color: #3f729b;
}
.social-icons.social-icons-colorized ul li.quora a {
  color: #a82400;
}
.social-icons.social-icons-colorized ul li.quora:hover a {
  background: #a82400;
  color: #fff;
  border-color: #a82400;
}
.social-icons.social-icons-colorized ul li.openid a {
  color: #e16309;
}
.social-icons.social-icons-colorized ul li.openid:hover a {
  background: #e16309;
  color: #fff;
  border-color: #e16309;
}
.social-icons.social-icons-colorized ul li.steam a {
  color: #111;
}
.social-icons.social-icons-colorized ul li.steam:hover a {
  background: #111;
  color: #fff;
  border-color: #111;
}
.social-icons.social-icons-colorized ul li.amazon a {
  color: #e47911;
}
.social-icons.social-icons-colorized ul li.amazon:hover a {
  background: #e47911;
  color: #fff;
  border-color: #e47911;
}
.social-icons.social-icons-rounded ul li a {
  height: 30px;
  width: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
}
.breadcrumb-area {
  background: url(images/bg/breadcrumb-bg.jpg) no-repeat scroll center center;
  background-image: url(images/bg/breadcrumb-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.cr-breadcrumb {
  padding: 8px 0;
  color: #fff;
}
.cr-breadcrumb.text-center {
  padding: auto 50px;
}
.cr-breadcrumb h1 {
  font-size: 44px;
  letter-spacing: 1px;
  line-height: 57px;
  font-weight: 500;
}
.cr-breadcrumb p {
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.cr-breadcrumb ul {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 0;
}
.cr-breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
}
.cr-breadcrumb ul li::after {
  content: "/";
  padding: 0 5px;
}
.cr-breadcrumb ul li:last-child::after {
  display: none;
}
.cr-breadcrumb ul li a {
  color: #fff;
}
.cr-breadcrumb ul li a:hover {
  color: #47bb8f;
}
.accordion-wrap {
  margin-top: -20px;
}
.accordion {
  margin-top: 20px;
}
.accordion-title {
  background: #47bb8f;
  color: #fff;
  padding: 18px 30px;
  cursor: pointer;
  position: relative;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.accordion-title:not(.collapsed) {
  background: #f6f6f6;
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  color: #555;
}
.accordion-title:active,
.accordion-title:focus {
  outline: 0;
}
.accordion-title h5 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.accordion-body {
  padding: 25px;
  padding-bottom: 10px;
}
.accordion-style-2 .accordion-title {
  border-radius: 0;
  padding-right: 50px;
}
.accordion-style-2 .accordion-title:after {
  content: "\ed19";
  position: absolute;
  top: 50%;
  text-align: center;
  right: 0;
  width: 50px;
  background: 0 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-style-2 .accordion-title:not(.collapsed):after {
  content: "\ed5c";
}
.bg-grey .accordion .accordion-title:not(.collapsed) {
  background: #fff;
}
.faq-wrapper {
  margin-top: 20px;
}
.faq-wrapper .accordion-wrap {
  margin-top: 20px;
}
.cr-pagination {
  margin-top: 70px;
}
.cr-pagination ul {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
}
.cr-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  margin-top: 10px;
}
.cr-pagination ul li:first-child {
  margin-left: 0;
}
.cr-pagination ul li:last-child {
  margin-right: 0;
}
.cr-pagination ul li a {
  border: 1px solid #ddd;
  padding: 4px 15px;
  color: #777;
  display: inline-block;
  vertical-align: middle;
}
.cr-pagination ul li a:hover {
  background: #47bb8f;
  color: #fff;
  border-color: #47bb8f;
}

.header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header nav.menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.header nav.menu ul li {
  display: inline-block;
  padding: 0 22px;
}
.header nav.menu ul li:first-child {
  padding-left: 0;
}
.header nav.menu ul li:last-child {
  padding-right: 0;
}
.header nav.menu ul li a {
  color: #1d1d1d;
  font-size: 14px;
  letter-spacing: 0.75px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0;
  display: inline-block;
}
.header nav.menu ul li:hover > a {
  color: #47bb8f;
}
.header.transparent-header nav.menu ul li a {
  color: #fff;
}
.header.transparent-header nav.menu ul li:hover > a {
  color: #47bb8f;
}
.header .logo a {
  display: inline-block;
}
.header .header-top-area {
  padding: 5px 0;
}
.header .header-iconline ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 0;
}
.header .header-iconline ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 13px;
  line-height: 24px;
  color: #555;
}
.header .header-iconline ul li:first-child {
  padding-left: 0;
}
.header .header-iconline ul li:last-child {
  padding-right: 0;
}
.header .header-iconline ul li i {
  color: #444;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-iconline ul li a {
    display: flex;
    vertical-align: middle;
    color: #444;
    font-weight: 600;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.header-bottom-area nav.navbar a {
    color: #fff;
    font-weight: 700;
    display: block;
}

.sticky-header:not(.header-sidemenu).is-sticky .header-bottom-area {
    background: #000;
}

.header-bottom-area a.navbar-brand img {
    width: 165px;
}

.header .header-iconline ul li a.loginFromOpenBtn {
    background: transparent;
    font-size: 14px;
    padding: 6px 10px;
    line-height: 14px;
    border-radius: 25px;
    color: maroon;
    border: 1px solid maroon;
}

.header .header-iconline ul li a.loginFromOpenBtn i {
    color: maroon;
}

.header .social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header .social-icons ul li {
  display: inline-block;
}
.header .social-icons ul li a {
  display: inline-block;
}
.header .social-icons ul li:hover a {
  color: #47bb8f;
}
.header .trigger-menu-icon {
  width: 35px;
  display: inline-block;
  background: 0 0;
  border: none;
  outline: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.header .trigger-menu-icon span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 8px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.header .trigger-menu-icon.is-active span {
  visibility: hidden;
  opacity: 0;
}
.header .trigger-menu-icon.is-active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  opacity: 1;
  margin-bottom: -9px;
}
.header .trigger-menu-icon.is-active span:last-child {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -8px;
}
.transparent-header {
  position: absolute;
  background: 0 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.sticky-header:not(.header-sidemenu).is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -moz-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -ms-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -o-animation: slideInDown 0.7s ease-in-out 0s 1 both;
  animation: slideInDown 0.7s ease-in-out 0s 1 both;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.sticky-header:not(.header-sidemenu).is-sticky nav.menu > ul > li > a {
  padding: 23px 0;
}
.header-style-2 {
  padding: 20px 0;
}
.header-style-2 nav.menu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 60px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -moz-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -ms-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -o-transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  transition: all 0.8s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  visibility: hidden;
  opacity: 0;
}
.header-style-2 nav.menu ul li {
  display: inline-block;
  padding: 0 28px;
}
.header-style-2 nav.menu ul li:first-child {
  padding-left: 0;
}
.header-style-2 nav.menu ul li:last-child {
  padding-right: 0;
}
.header-style-2 nav.menu ul li a {
  padding: 20px 0;
  color: #fff;
}
.header-style-2.color-theme nav.menu ul li:hover a {
  color: #47bb8f;
}
.header-style-2 .slide-menu-wrapper {
  display: inline-block;
  position: relative;
}
.header-style-2 .slide-menu-inner {
  position: absolute;
  right: 100%;
  top: 50%;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.header-style-2 .slide-menu-inner.is-visible ul {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.header-style-2.transparent-header {
  padding-top: 40px;
}
.header-style-2.is-sticky {
  padding: 18px 0;
}
.header-style-3 nav.menu ul li a {
  padding: 15px 0;
}
.header-style-3.is-sticky .header-top-area {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  border: none;
}
.header-minimal-1 {
  border-bottom: 1px solid #ddd;
}
.header-minimal-1 nav.menu ul li {
  padding: 0 30px;
}
.header-minimal-1 nav.menu ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #555;
  padding: 38px 0;
}
.header-minimal-1 nav.menu ul li:hover a {
  color: #333;
}
.header-minimal-1 nav.menu ul li.cr-dropdown .cr-megamenu-wrap,
.header-minimal-1 nav.menu ul li.cr-megamenu .cr-megamenu-wrap,
.header-minimal-1 nav.menu ul li.cr-sub-dropdown .cr-megamenu-wrap {
  text-align: left;
}
.header-minimal-1 nav.menu ul li.cr-dropdown .cr-megamenu-single h6,
.header-minimal-1 nav.menu ul li.cr-megamenu .cr-megamenu-single h6,
.header-minimal-1 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single h6 {
  color: #fff;
}
.header-minimal-1
  nav.menu
  ul
  li.cr-dropdown
  .cr-megamenu-single
  ul
  li
  a::before,
.header-minimal-1
  nav.menu
  ul
  li.cr-megamenu
  .cr-megamenu-single
  ul
  li
  a::before,
.header-minimal-1
  nav.menu
  ul
  li.cr-sub-dropdown
  .cr-megamenu-single
  ul
  li
  a::before {
  display: none;
}
.header-minimal-1 nav.menu ul li.cr-dropdown .cr-megamenu-single ul li:hover a,
.header-minimal-1 nav.menu ul li.cr-megamenu .cr-megamenu-single ul li:hover a,
.header-minimal-1
  nav.menu
  ul
  li.cr-sub-dropdown
  .cr-megamenu-single
  ul
  li:hover
  a {
  color: #fff;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul,
.header-minimal-1 nav.menu ul li.cr-megamenu > ul,
.header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul {
  text-align: left;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul > li > a,
.header-minimal-1 nav.menu ul li.cr-megamenu > ul > li > a,
.header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul > li > a {
  color: #aaa;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul > li > a::before,
.header-minimal-1 nav.menu ul li.cr-megamenu > ul > li > a::before,
.header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul > li > a::before {
  display: none;
}
.header-minimal-1 nav.menu ul li.cr-dropdown > ul > li:hover > a,
.header-minimal-1 nav.menu ul li.cr-megamenu > ul > li:hover > a,
.header-minimal-1 nav.menu ul li.cr-sub-dropdown > ul > li:hover > a {
  color: #fff;
}
.header-minimal-2 nav.menu ul li a {
  color: #aaa;
  position: relative;
  padding: 22px 0;
  font-weight: 400;
}
.header-minimal-2 nav.menu ul li a:before {
  content: "";
  left: 0;
  bottom: 50%;
  margin-bottom: -11px;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease-in-out 0s;
  -moz-transition: transform 0.4s ease-in-out 0s;
  -ms-transition: transform 0.4s ease-in-out 0s;
  -o-transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.header-minimal-2 nav.menu ul li:hover a {
  color: #fff;
}
.header-minimal-2 nav.menu ul li:hover a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header-minimal-2 nav.menu ul li.cr-dropdown .cr-megamenu-wrap,
.header-minimal-2 nav.menu ul li.cr-megamenu .cr-megamenu-wrap,
.header-minimal-2 nav.menu ul li.cr-sub-dropdown .cr-megamenu-wrap {
  text-align: left;
}
.header-minimal-2 nav.menu ul li.cr-dropdown .cr-megamenu-single h6,
.header-minimal-2 nav.menu ul li.cr-megamenu .cr-megamenu-single h6,
.header-minimal-2 nav.menu ul li.cr-sub-dropdown .cr-megamenu-single h6 {
  color: #fff;
}
.header-minimal-2
  nav.menu
  ul
  li.cr-dropdown
  .cr-megamenu-single
  ul
  li
  a::before,
.header-minimal-2
  nav.menu
  ul
  li.cr-megamenu
  .cr-megamenu-single
  ul
  li
  a::before,
.header-minimal-2
  nav.menu
  ul
  li.cr-sub-dropdown
  .cr-megamenu-single
  ul
  li
  a::before {
  display: none;
}
.header-minimal-2 nav.menu ul li.cr-dropdown .cr-megamenu-single ul li:hover a,
.header-minimal-2 nav.menu ul li.cr-megamenu .cr-megamenu-single ul li:hover a,
.header-minimal-2
  nav.menu
  ul
  li.cr-sub-dropdown
  .cr-megamenu-single
  ul
  li:hover
  a {
  color: #fff;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul,
.header-minimal-2 nav.menu ul li.cr-megamenu > ul,
.header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul {
  text-align: left;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul > li > a,
.header-minimal-2 nav.menu ul li.cr-megamenu > ul > li > a,
.header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul > li > a {
  color: #aaa;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul > li > a::before,
.header-minimal-2 nav.menu ul li.cr-megamenu > ul > li > a::before,
.header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul > li > a::before {
  display: none;
}
.header-minimal-2 nav.menu ul li.cr-dropdown > ul > li:hover > a,
.header-minimal-2 nav.menu ul li.cr-megamenu > ul > li:hover > a,
.header-minimal-2 nav.menu ul li.cr-sub-dropdown > ul > li:hover > a {
  color: #fff;
}
.header-minimal-2.transparent-header {
  padding-top: 50px;
}
.header-minimal-2.transparent-header nav.menu > ul > li:hover > a {
  color: #fff;
}
.header-minimal-2.is-sticky {
  padding-top: 0;
}
.header-minimal-3 {
  padding: 30px 0;
}
.header-minimal-3 .trigger-menu-icon span {
  background: #555;
}
.header-minimal-3.is-sticky {
  padding: 20px 0;
}
.header-sidemenu {
  width: 375px;
  height: 100vh;
  z-index: 13;
  position: fixed;
  background-image: url(images/others/sidemenu-bg-image.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.header-sidemenu.transparent-header {
  background-image: inherit;
}
.header-sidemenu::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  opacity: 0.7;
}
.header-sidemenu .header-sidemenu-inner {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  margin: auto;
}
.header-sidemenu .header-sidemenu-inner-inside {
  padding: 50px 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header-sidemenu .header-sidemenu-inner-inside > * {
  width: 100%;
}
.header-sidemenu .header-sidemenu-inner-inside .cr-btn {
  width: auto;
}
.header-sidemenu .header-sidemenu-inner-inside::-ms-scrollbar {
  display: none;
}
.header-sidemenu .header-sidemenu-inner-inside::-webkit-scrollbar {
  display: none;
}
.header-sidemenu nav.menu {
  margin-top: 75px;
  width: 100%;
}
.header-sidemenu nav.menu ul li {
  display: block;
  padding: 0;
  padding: 8px 0;
}
.header-sidemenu nav.menu ul li:first-child {
  padding-top: 0;
}
.header-sidemenu nav.menu ul li:first-child a {
  padding-top: 0;
}
.header-sidemenu nav.menu ul li:last-child {
  padding-bottom: 0;
}
.header-sidemenu nav.menu ul li:last-child a {
  padding-bottom: 0;
}
.header-sidemenu nav.menu ul li a {
  display: block;
  padding: 12px 0;
  color: #fff;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  width: 100%;
  background: 0 0;
  padding: 30px 0;
  z-index: 1;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul li a {
  color: #d8d8d8;
  padding: 12px 0;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul li.cr-sub-dropdown ul {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 1;
}
.header-sidemenu nav.menu ul li.cr-dropdown ul li.cr-sub-dropdown > a:after {
  content: "\eb73";
  display: inline-block;
  float: none;
  margin-right: 0;
}
.header-sidemenu .cr-btn,
.header-sidemenu a.cr-btn,
.header-sidemenu button.cr-btn {
  margin-top: 70px;
}
.header-sidemenu .address {
  margin-top: 70px;
}
.header-sidemenu .address span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.header-sidemenu .address span a {
  color: #fff;
}
.header-sidemenu .address span a:hover {
  color: #47bb8f;
}
.header-sidemenu .social-icons {
  margin-top: 70px;
}
.header-sidemenu .social-icons ul li a {
  color: #fff;
}
.header-sidemenu button.header-sidemenu-trigger {
  position: absolute;
  left: 100%;
  width: 45px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 24px;
  padding: 8px 0;
  border-radius: 0 20.5px 20.5px 0;
  display: block;
  top: 8%;
  border: none;
  outline: 0;
  color: #fff;
}
.header-sidemenu button.header-sidemenu-trigger i {
  margin-left: -3px;
}
.header-sidemenu-triggered {
  position: absolute;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.header-sidemenu-triggered.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header-sidemenu.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
}
.header-sidemenu.header-sidemenu-minimal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  background: #fff;
  z-index: 99991;
}
.header-sidemenu.header-sidemenu-minimal .header-sidemenu-inner {
  background: #fff;
}
.header-sidemenu.header-sidemenu-minimal.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.header-sidemenu.header-sidemenu-minimal nav.menu {
  margin: auto;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li {
  padding: 0;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li > a {
  color: #777;
  letter-spacing: 1px;
  padding: 15px 0;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li > a::after {
  line-height: auto;
  vertical-align: top;
}
.header-sidemenu.header-sidemenu-minimal nav.menu > ul > li:hover > a {
  color: #333;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul {
  padding: 80px 0;
}
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-dropdown
  .cr-megamenu-wrap,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-megamenu
  .cr-megamenu-wrap,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-sub-dropdown
  .cr-megamenu-wrap {
  text-align: center;
}
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-dropdown
  .cr-megamenu-single
  h6,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-megamenu
  .cr-megamenu-single
  h6,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-sub-dropdown
  .cr-megamenu-single
  h6 {
  color: #777;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown > ul,
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu > ul,
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-sub-dropdown > ul {
  text-align: center;
  padding: 0;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown > ul li a,
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu > ul li a,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-sub-dropdown
  > ul
  li
  a {
  color: #999;
}
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-dropdown
  > ul
  li:hover
  > a,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-megamenu
  > ul
  li:hover
  > a,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-sub-dropdown
  > ul
  li:hover
  > a {
  color: #333;
}
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-dropdown ul li ul,
.header-sidemenu.header-sidemenu-minimal nav.menu ul li.cr-megamenu ul li ul,
.header-sidemenu.header-sidemenu-minimal
  nav.menu
  ul
  li.cr-sub-dropdown
  ul
  li
  ul {
  z-index: 1;
}
.mobile-menu-wrapper {
  background: #333;
  width: 100%;
  display: none;
}
.is-sticky .mobile-menu-wrapper {
  width: 100%;
}
.is-sticky .mobile-menu-wrapper .mobile-menu a.cr-btn {
  display: none;
}
.header nav.menu li.cr-dropdown {
  position: relative;
}
.header nav.menu li.cr-dropdown > a::after {
  content: "\eb73";
  padding-left: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.header nav.menu li.cr-dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background: #252525;
  padding: 20px 25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: -9;
}
.header nav.menu li.cr-dropdown ul li {
  padding: 0;
  display: block;
  position: relative;
}
.header nav.menu li.cr-dropdown ul li a {
  display: block;
  padding: 6px 0;
  color: #aaa;
  text-transform: capitalize;
  font-weight: 400;
  margin-left: 20px;
}
.header nav.menu li.cr-dropdown ul li:hover > a {
  color: #47bb8f;
  padding-left: 0;
}
.header nav.menu li.cr-dropdown ul li.cr-sub-dropdown > a:after {
  content: "\eb79";
  float: right;
  margin-right: -15px;
}
.header nav.menu li.cr-dropdown ul li.cr-sub-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header nav.menu li.cr-dropdown ul li ul {
  visibility: hidden;
  opacity: 0;
  left: calc(100% + 26px);
  top: -20px;
  z-index: -999;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header nav.menu li.cr-dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 99;
}
.header nav.menu li.cr-dropdown.last-element ul {
  right: 0;
  left: auto;
}
.header nav.menu li.cr-dropdown.last-element ul li ul {
  right: calc(100% + 26px);
  left: auto;
}
.header nav.menu li.cr-megamenu {
  position: inherit;
}
.header nav.menu .cr-megamenu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #252525;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.header nav.menu .cr-megamenu-single {
  padding: 40px 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -moz-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  border-right: 1px solid #353535;
}
.header nav.menu .cr-megamenu-single:last-child {
  border-right: 0;
}
.header nav.menu .cr-megamenu-single > h6 {
  color: #47bb8f;
  font-size: 14px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header nav.menu .cr-megamenu-single > h6:after {
  content: "";
  height: 1px;
  background: #353535;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}
.header nav.menu .cr-megamenu-single ul li {
  padding: 0;
  display: block;
  position: relative;
}
.header nav.menu .cr-megamenu-single ul li a {
  display: block;
  padding: 6px 0;
  color: #aaa;
  text-transform: capitalize;
  font-weight: 400;
}
.header nav.menu li.cr-megamenu > a::after {
  content: "\eb73";
  padding-left: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}
.header nav.menu li.cr-megamenu:hover .cr-megamenu-wrap {
  visibility: visible;
  opacity: 1;
  z-index: 98;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header.megamenu-fullwidth div[class^="col-"] {
  position: inherit !important;
}
.header.megamenu-container .header-inner {
  position: relative;
}
.header-style-2 nav.menu .cr-megamenu-wrap {
  left: auto;
  right: -36px;
  width: 152%;
}
.single-banner {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-banner:active,
.single-banner:focus {
  outline: 0;
}

.single-banner-content h3 {
    font-size: 120px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -2px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 25px;
    /* border-bottom: 1px solid #444; */
    margin-bottom: 25px;
}

.company-info-details {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.company-info-details .company-details-video .single-box{
    background: #2f2f2fb8;
    padding: 40px;
    height: auto;
}

.company-info-details .company-details-video .single-box h5 {
      font-size: 35px;
      font-weight: 300;
      line-height: 45px;
      color: #fff;
      margin-bottom: 40px;
}

.company-info-details .company-details-video .single-box a i {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 50px;
}

.company-info-details .company-details-video .single-box a {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items:center;
  color: #ddd;
}

.company-info-details .company-details-video .single-box a:hover {
  color: #fff;
}

.company-info-details .company-details-video .single-box a i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.company-info-details .company-about {
    padding-left: 250px;
}

.company-info-details .company-about .about-us h4 {
    font-size: 40px;
    line-height: normal;
    color: #fff;
    font-weight: 300;
}

.company-info-details .company-about .about-us p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
}


















.single-banner-content h1 {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
.single-banner-content h1.font-extra-large {
  font-size: 140px;
}
.single-banner-content h2 {
  font-size: 72px;
}
.single-banner-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 28px;
}
.single-banner-content a.cr-btn {
  margin-top: 20px;
}
.single-banner-content .button-group {
  margin-top: 30px;
}
.single-banner-content .button-group a.cr-btn,
.single-banner-content .button-group button.cr-btn {
  margin-left: 10px;
  margin-right: 10px;
}
.single-banner-content .button-group a.cr-btn:first-child,
.single-banner-content .button-group button.cr-btn:first-child {
  margin-left: 0;
}
.single-banner-content .button-group a.cr-btn:last-child,
.single-banner-content .button-group button.cr-btn:last-child {
  margin-right: 0;
}
.single-banner-content.text-center .button-group a.cr-btn:first-child {
  margin-left: 10px;
}
.single-banner-content.text-center .button-group a.cr-btn:last-child {
  margin-right: 10px;
}
.single-banner:not(.fullscreen) .single-banner-content {
  padding: 200px 0;
}
.animated-slider-content .single-banner .single-banner-content > * {
  visibility: hidden;
  opacity: 0;
}
.animated-slider-content
  .single-banner.slick-active
  .single-banner-content
  > * {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}
.animated-slider-content .single-banner.slick-active .single-banner-content h3 {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}
.animated-slider-content .single-banner.slick-active .single-banner-content h1 {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
}
.animated-slider-content .single-banner.slick-active .single-banner-content p {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
}
.animated-slider-content
  .single-banner.slick-active
  .single-banner-content
  a.cr-btn {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
}
.animated-slider-content-2 .single-banner .single-banner-content > * {
  visibility: hidden;
  opacity: 0;
}
.animated-slider-content-2
  .single-banner.slick-active
  .single-banner-content
  > * {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
}
.animated-slider-content-2
  .single-banner.slick-active
  .single-banner-content
  h3 {
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
}
.animated-slider-content-2
  .single-banner.slick-active
  .single-banner-content
  h1 {
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
}
.animated-slider-content-2
  .single-banner.slick-active
  .single-banner-content
  p {
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
}
.animated-slider-content-2
  .single-banner.slick-active
  .single-banner-content
  a.cr-btn {
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
}
.banner-area .single-banner {
  position: relative;
  z-index: 3;
}
.banner-layers {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.single-banner-content h3 span {
    color: maroon;
}

.banner-layers img {
  width: auto;
}
.banner-layers .banner-layer-1 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  -moz-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  -ms-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  -o-animation: rotateIn 1.3s ease-in-out 0s 1 both;
  animation: rotateIn 1.3s ease-in-out 0s 1 both;
}
.banner-layers .banner-layer-2 {
  position: absolute;
  left: 40%;
  top: 17%;
  -webkit-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  -moz-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  -ms-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  -o-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
  animation: fadeInDown 1s ease-in-out 0.6s 1 both;
}
.banner-layers .banner-layer-3 {
  position: absolute;
  right: 5%;
  top: 7%;
  -webkit-animation: fadeInRight 1s ease-in-out 1s 1 both;
  -moz-animation: fadeInRight 1s ease-in-out 1s 1 both;
  -ms-animation: fadeInRight 1s ease-in-out 1s 1 both;
  -o-animation: fadeInRight 1s ease-in-out 1s 1 both;
  animation: fadeInRight 1s ease-in-out 1s 1 both;
}
.banner-layers .banner-layer-4 {
  position: absolute;
  left: 10%;
  bottom: 9%;
  -webkit-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  -moz-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  -ms-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  -o-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
  animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
}
.banner-layers .banner-layer-5 {
  position: absolute;
  left: 18%;
  bottom: 9%;
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
}
.banner-layers .banner-layer-6 {
  position: absolute;
  right: 30%;
  bottom: 18%;
  -webkit-animation: fadeInUp 1s ease-in-out 1s 1 both;
  -moz-animation: fadeInUp 1s ease-in-out 1s 1 both;
  -ms-animation: fadeInUp 1s ease-in-out 1s 1 both;
  -o-animation: fadeInUp 1s ease-in-out 1s 1 both;
  animation: fadeInUp 1s ease-in-out 1s 1 both;
}
.banner-layers .banner-layer-7 {
  position: absolute;
  right: 5%;
  bottom: 7%;
  -webkit-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  -moz-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  -ms-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  -o-animation: rotateIn 1s ease-in-out 2.3s 1 both;
  animation: rotateIn 1s ease-in-out 2.3s 1 both;
}
.single-banner.banner-container {
  min-height: 550px;
}
.single-banner.banner-container .single-banner-content {
  padding: 100px 0;
  padding-left: 50px;
  color: #333;
}
.banner-area {
  position: relative;
}
.banner-area .particles-js {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.banner-animate-background {
  position: relative;
  overflow: hidden;
}
.banner-animate-background .animate-background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  -webkit-animation: zoomInOut 20s ease-in-out infinite;
  -moz-animation: zoomInOut 20s ease-in-out infinite;
  -ms-animation: zoomInOut 20s ease-in-out infinite;
  -o-animation: zoomInOut 20s ease-in-out infinite;
  animation: zoomInOut 20s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.services-grid {
  margin-top: -30px;
}
.service {
  margin-top: 30px;
  padding: 30px;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.service-icon {
  display: inline-block;
  vertical-align: middle;
  height: 64px;
  width: 64px;
  position: relative;
  overflow: hidden;
}
.service-icon span {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  font-size: 48px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #47bb8f;
}
.service-icon span i {
  color: #47bb8f;
}
.service-icon span img {
  max-height: 100%;
  max-width: 100%;
}
.service-icon span:first-child {
  top: 50%;
}
.service-icon span:last-child {
  top: 150%;
}
.service-content {
  padding-top: 20px;
}
.service-content h2,
.service-content h3,
.service-content h4,
.service-content h5,
.service-content h6 {
  font-weight: 700;
  color: #333;
}
.service-content h2 a,
.service-content h3 a,
.service-content h4 a,
.service-content h5 a,
.service-content h6 a {
  color: #333;
}
.service-content h2 a:hover,
.service-content h3 a:hover,
.service-content h4 a:hover,
.service-content h5 a:hover,
.service-content h6 a:hover {
  color: #47bb8f;
}
.service-content p {
  margin-bottom: 0;
}
.service-content a.cr-readmore2:hover,
.service-content a.cr-readmore:hover {
  color: #47bb8f;
}
.service-image {
  overflow: hidden;
}
.service-image img {
  width: 100%;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.service:hover .service-icon span:first-child {
  top: -50%;
}
.service:hover .service-icon span:last-child {
  top: 50%;
}
.service:hover .service-image img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.service-style-2 {
  -webkit-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  -o-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  padding: 50px 30px 45px 30px;
}
.service-style-2:hover {
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
}
.bg-white .service-style-2 {
  background: #f7f7f7;
}
.bg-grey .service-style-2 {
  background: #fff;
}
.service-style-3 {
  padding: 0;
}
.service-style-3 .service-content {
  padding-right: 50px;
  padding-bottom: 10px;
}
.service-style-4 {
  padding: 0;
  -webkit-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  -ms-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  -o-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  box-shadow: 0 1px 3px rgba(85, 85, 85, 0.25);
  background: #fff;
}
.service-style-4 .service-content {
  padding: 35px 30px;
}
.service-style-4:hover {
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
}
.service-style-5 {
  padding: 0;
}
.service-style-5 .service-content {
  padding-right: 50px;
}
.service-style-5 .cr-readmore2 {
  margin-top: 15px;
}
.service-slider-active {
  margin-left: -15px;
  margin-right: -15px;
}
.service-slider-active .slick-list {
  padding: 0 !important;
}
.service-slider-active div[class^="col-"]:active,
.service-slider-active div[class^="col-"]:focus {
  outline: 0;
}
.service-slider-active div[class^="col-"].slick-center .service {
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
}
.service-slider-active
  div[class^="col-"].slick-center
  .service.service-style-5 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.service-slider-active .service {
  margin-bottom: 30px;
}
.service-slider-active .service:active,
.service-slider-active .service:focus {
  outline: 0;
}
.service-slider-active .service.slick-center {
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
}
.about-content h6 {
  color: #47bb8f;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.about-content h2 {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  padding-right: 80px;
  margin-bottom: 30px;
}
.about-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #444;
  text-align: justify;
  margin: 0px;
}

section#about_section_area .about-content .about-us h4 {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}

section#about_section_area .about-content .about-us h4 span {
    color: maroon;
}







.about-content .cr-btn,
.about-content a.cr-btn,
.about-content button.cr-btn {
  margin-top: 25px;
}
.about-content ul {
  text-align: left;
  margin-top: 25px;
}
.about-content.about-content-2 {
  padding: 70px 0;
}
.about-content.about-content-2 h2 {
  padding-right: 290px;
}
.about-content.about-content-2 p {
  padding-right: 205px;
}
.about-content.about-content-2 ul li {
  margin-bottom: 10px;
}
.about-content.about-content-2 ul li:last-child {
  margin-bottom: 0;
}
.about-thumb-3 {
  text-align: center;
}
.about-content.about-content-2 h2 {
  padding-right: 0;
}
.about-content.about-content-2 p {
  padding-right: 0;
}
.about-content-3 {
  min-height: 590px;
  padding-top: 150px;
  position: relative;
  z-index: 2;
}
.about-thumb-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}
.about-thumb-2 img {
  width: auto;
}
.about-content-4 {
  padding-right: 65px;
}
.about-content-4 h3 {
  font-size: 36px;
}
.about-content-4 h1,
.about-content-4 h2,
.about-content-4 h3,
.about-content-4 h4,
.about-content-4 h5,
.about-content-4 h6 {
  color: #333;
  margin-bottom: 30px;
}
.about-content-4 p {
  margin-bottom: 20px;
  color: #777;
}
.pg-about-content {
  padding-right: 35px;
}
.pg-about-content h2 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
}
.pg-about-content .signature-title {
  margin-top: 40px;
}
.pg-about-content .signature-title h5 {
  font-size: 18px;
  line-height: 36px;
  color: #555;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 5px;
}
.pg-about-content .signature-title h6 {
  font-size: 13px;
  color: #777;
}
.pg-about-thumb {
  text-align: center;
}
.features-area-content {
  padding: 60px 0;
}
.features-area-content h2 {
  color: #333;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 30px;
}
.features-area-content p {
  margin-bottom: 25px;
}
.features-area-content ul {
  margin-bottom: 0;
}
.features-area-content ul li {
  margin-bottom: 8px;
}
.features-area-content ul li:last-child {
  margin-bottom: 0;
}
.feature-area-image {
  padding-top: 60px;
  padding-bottom: 60px;
}
.portfolio-wrap {
  overflow: hidden;
}
.portfolio-filters {
  text-align: center;
  margin-bottom: 40px;
}
.portfolio-filters button {
  display: inline-block;
  background: 0 0;
  border: none;
  outline: 0;
  padding: 5px 18px;
  color: #555;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #00baf7;
}
.portfolio-filters button.is-checked,
.portfolio-filters button:hover {
  color: #47bb8f;
}
.portfolio-filters.portfolio-filters-minimal button {
  padding: 5px 30px;
}
.portfolio-filters.portfolio-filters-minimal button:first-child {
  padding-left: 0;
}
.portfolio-filters.portfolio-filters-minimal button:last-child {
  padding-right: 0;
}
.portfolio {
  position: relative;
  margin-left: 15px;
  margin-bottom: 15px;
}
.portfoilo-thumb {
  overflow: hidden;
}
.portfoilo-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-content {
  position: absolute;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  left: 15px;
  top: 15px;
  background: rgba(71, 187, 143, 0);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.portfolio-content > * {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.portfolio-content h6 {
  font-size: 16px;
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
  text-transform: uppercase;
}
.portfolio-content h3 {
  color: #fff;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 50ms;
}
.portfolio-content a {
  color: #fff;
}
.portfolio-content a:hover {
  color: #f1f1f1;
}
.portfolio-content a.portfolio-zoom-trigger {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  padding: 8px 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  visibility: hidden;
  opacity: 0;
}
.portfolio-content a.portfolio-zoom-trigger:hover {
  opacity: #f1f1f1;
}
.portfolio-content-inner {
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio:hover .portfoilo-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio:hover .portfolio-content {
  background: rgba(71, 187, 143, 0.9);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio:hover .portfolio-content > * {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content h3 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content a.portfolio-zoom-trigger {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.portfolio:hover .portfolio-content-inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.portfolio-load-more-button .load-more-toggle {
  margin-top: 50px;
}
.portfolios-style-1 {
  margin-left: -15px;
}
.portfolios-style-2 {
  margin-left: -15px;
}
.portfolios-style-2 .portfolio {
  margin-left: 10px;
  margin-bottom: 10px;
}
.portfolios-style-2 .portfolio-content {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolios-style-3 {
  margin-left: 0;
}
.portfolios-style-3 .portfolio {
  margin-left: 0;
  margin-bottom: 0;
}
.portfolios-style-3 .portfolio-content {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolios-style-4 {
  margin-left: -15px;
}
.portfolios-style-4 .portfolio-content {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolios-slider-active.cr-slider-navigation-2 .cr-slider-nav {
  margin-top: -40px;
}
.portfolios-slider-active .portfolio-single {
  padding-left: 0;
  padding-right: 0;
}
.portfolios-slider-active .portfolio-single:active,
.portfolios-slider-active .portfolio-single:focus {
  outline: 0;
}
.portfolios-slider-active .slick-list {
  padding: 0 !important;
  margin-left: -15px;
}
.portfolio-filters-minimal {
  margin-top: 80px;
  text-align: left;
}
.portfolio-filters-minimal button {
  font-weight: 700;
  color: #777;
  text-transform: capitalize;
  font-weight: 0.5px;
  font-size: 18px;
  line-height: 30px;
}
.portfolio-filters-minimal button.is-checked,
.portfolio-filters-minimal button:hover {
  color: #333;
}
.portfolios-minimal .portfolio {
  margin: 0;
  position: relative;
}
.portfolios-minimal .portfolio::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.portfolios-minimal .portfolio > * {
  z-index: 2;
}
.portfolios-minimal .portfolio:hover::before {
  visibility: visible;
  opacity: 1;
}
.portfolios-minimal-2 .portfolio {
  margin: 0;
  margin-bottom: 30px;
}
.portfolios-minimal-2 .portfoilo-thumb {
  position: relative;
}
.portfolios-minimal-2 .portfoilo-thumb::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolios-minimal-2 .portfolio-content {
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  border: 1px solid #e7e7e7;
  border-top: none;
}
.portfolios-minimal-2 .portfolio-content > * {
  visibility: visible;
  opacity: 1;
}
.portfolios-minimal-2 .portfolio-content .portfolio-content-inner {
  background: #fff;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  padding: 25px 20px;
}
.portfolios-minimal-2 .portfolio-content .portfolio-content-inner h5 {
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.portfolios-minimal-2 .portfolio-content .portfolio-content-inner h5 a {
  color: #333;
}
.portfolios-minimal-2 .portfolio-content .portfolio-content-inner h5 a:hover {
  color: #555;
}
.portfolios-minimal-2 .portfolio-content .portfolio-content-inner h6 {
  color: #555;
  font-size: 14px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
}
.portfolios-minimal-2 .portfolio:hover .portfolio-content-inner {
  background: #fff;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}
.portfolios-minimal-2 .portfolio:hover .portfoilo-thumb::before {
  opacity: 1;
  visibility: visible;
}
.portfolio-area-headings {
  padding: 50px 0;
}
.portfolio-area-headings h1 {
  font-size: 48px;
  color: #333;
  font-weight: 400;
}
.portfolio-area-headings p {
  font-size: 18px;
  font-weight: 400;
  color: #555;
}
.portfolios-minimal-3 .portfolio {
  margin-bottom: 30px;
}
.portfolios-minimal-3 .portfolio-content {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolios-minimal-3 .portfolio:hover .portfolio-content {
  background: rgba(0, 0, 0, 0.5);
}
.portfolios-minimal-4 {
  margin-top: -30px;
}
.portfolios-minimal-4 .portfolio {
  margin: 0;
  margin-top: 30px;
}
.mission-area {
  position: relative;
}
.mission-area-thumb {
  position: absolute;
  right: 0;
  top: 50%;
  max-height: 98%;
  height: 95%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mission-area-thumb img {
  height: 100%;
}
.mission-area-content {
  z-index: 1;
  position: relative;
}
.mission-area-content h6 {
  color: #47bb8f;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.mission-area-content h2 {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  padding-right: 130px;
}
.mission-area-content p {
  font-size: 16px;
  line-height: 30px;
  color: #777;
  margin-bottom: 30px;
}
.mission-area-content ul {
  margin-bottom: 15px;
}
.mission-area-content ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mission-area-content .cr-btn {
  margin-top: 30px;
}
.video-area {
  padding-top: 230px;
  padding-bottom: 340px;
}
.video-area-inner {
  color: #fff;
}
.video-area-inner h1 {
  margin-top: 60px;
}
a.video-popup-trigger {
  display: inline-block;
  color: #fff;
}
a.video-popup-trigger i {
  line-height: 1;
  height: auto;
  font-size: 100px;
}
.video-box-showcase {
  margin-top: -50px;
}
.videobox-wrap {
  margin-top: 80px;
}
.videobox-wrap h4 {
  color: #333;
  font-weight: 700;
  margin-bottom: 34px;
}
.video-box {
  position: relative;
}
.video-box:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  visibility: hidden;
  opacity: 0;
}
.video-box .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 60px;
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.video-box .play-button i {
  line-height: initial;
}
.video-box .play-button:hover {
  color: #47bb8f;
}
.video-box:hover::before {
  visibility: visible;
  opacity: 1;
}
.counter-area {
  padding: 30px 0;
  margin: 0;
}
.counter-area.half-translate {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.counter-area-inner {
  margin: 0 auto;
  width: calc(100% - 500px);
  color: #fff;
  padding: 40px 0;
}
.counter-area-inner [class^="col-"] .counter {
  position: relative;
}
.counter-area-inner [class^="col-"] .counter:after {
  content: "";
  right: 0;
  top: 50%;
  height: 50px;
  width: 1px;
  background: #ddd;
  position: absolute;
  margin-top: -25px;
}
.counter-area-inner [class^="col-"]:last-child .counter:after {
  display: none;
}
.counter-style-2 {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.counter-style-2 .counter {
  padding-top: 10px;
  padding-bottom: 10px;
}
.counter-style-2 .counter h1 {
  color: #333;
}
.counter-style-2 .counter h6 {
  color: #47bb8f;
  font-weight: 700;
}
.counter-content h1 {
  margin-bottom: 0;
}
.counter-content h4 {
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: 400;
}
.counter {
  padding: 30px;
}
.testimonial_section_item .testimonial_contant h5 span {
  font-size: 15px;
}
.counter h1 {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.counter h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 18px;
}
.counter-inner-style-2 {
  padding-top: 40px;
}
.counter-inner-style-2 .counter-inner-content {
  padding-right: 65px;
}
.counter-inner-style-2 .counter-inner-content h2,
.counter-inner-style-2 .counter-inner-content h3,
.counter-inner-style-2 .counter-inner-content h4,
.counter-inner-style-2 .counter-inner-content h5,
.counter-inner-style-2 .counter-inner-content h6 {
  color: #333;
}
.counter-inner-style-2 .counter {
  padding-left: 0;
  padding-right: 0;
}
.counter-inner-style-2 .counter h1,
.counter-inner-style-2 .counter h2,
.counter-inner-style-2 .counter h3 {
  color: #333;
}
.counter-inner-style-2 .counter h4,
.counter-inner-style-2 .counter h5,
.counter-inner-style-2 .counter h6 {
  color: #777;
}
.counter-area-showcase section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.skills-area-content {
  padding: 60px 0;
}
.skills-area-content > h6 {
  color: #47bb8f;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.skills-area-content > h2 {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  padding-right: 130px;
}
.skills-area-content > p {
  font-size: 16px;
  line-height: 30px;
  color: #777;
}
.skills-area-content a.cr-btn {
  margin-top: 50px;
}
.skills-area-content.p-0 {
  padding: 0;
}
.skills-area-content.skill-area-content-2 {
  padding-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
}
.skills-area-content.skill-area-content-2 h2 {
  padding-right: 50px;
}
.skills-area-progress {
  margin-top: -30px;
}
.brand-logo-carousel-activation {
  overflow: hidden;
}
.brand-logo {
  text-align: center;
  padding: 15px 15px;
}
.brand-logo a {
  display: inline-block;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.brand-logo a:hover {
  -webkit-filter: grayscale(0.7);
  -moz-filter: grayscale(0.7);
  -o-filter: grayscale(0.7);
  -ms-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
.brand-logo:active,
.brand-logo:focus {
  outline: 0;
}
.blog-grid {
  margin-top: -30px;
}
.blog {
  margin-top: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  position: relative;
}

.blog .blog-content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    height: 100%;
    width: 100%;
    background: #0000008c;
    display: flex;
    flex-direction: column;
    justify-content: end;
}



.blog-thumb {
  overflow: hidden;
}
.blog-thumb a {
  display: block;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
  text-align: center;
}
.blog-thumb a img {
  max-width: 100%;
}
.blog-content {
  padding: 25px;
}
.blog-content .blog-meta {
  margin-bottom: 7px;
}
.blog-content .blog-meta span {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding-right: 25px;
  font-weight: 500;
}
.blog-content .blog-meta span:last-child {
  padding-right: 0;
}
.blog-content .blog-meta a {
  color: #fff;
}
.blog-content .blog-meta a:hover {
  color: #fff;
}
.blog-content h5 {
  font-weight: 400;
  color: #fff;
  margin: 18px 0;
  font-size: 23px;
  line-height: 32px;
}
.blog-content h5 a {
  color: #fff;
}
.blog-content h5 a:hover {
  color: #fff;
}
.blog-content p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}

.blog .blog-content a.cr-readmore {
    color: #fff;
}

section#blogs-area {
  padding-bottom: 100px;
}

.blog-content p:first-letter {
  text-transform: capitalize;
}
.blog:hover .blog-thumb a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-style-2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.blog-style-2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #47bb8f;
  -webkit-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
}
.blog-style-2:hover::after {
  width: 100%;
}
.blog-style-2 .blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-video .blog-thumb a::after {
  content: "\f103";
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  z-index: 2;
  position: absolute;
  line-height: 70px;
  font-size: 70px;
  margin-top: -35px;
  margin-left: -35px;
  color: #fff;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.blog-video:hover .blog-thumb a::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.blog-horaizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.blog-horaizontal .blog-thumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}
.blog-horaizontal .blog-thumb a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
}
.blog-horaizontal .blog-thumb a::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.blog-horaizontal .blog-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  padding: 0;
  padding-left: 30px;
  margin-top: -7px;
}
.blog-horaizontal .blog-content h6 {
  font-size: 14px;
  line-height: 30px;
  color: #b7b7b7;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-horaizontal .blog-content p {
  font-size: 16px;
  line-height: 30px;
  color: #777;
}
.blog-horaizontal .blog-meta {
  text-transform: uppercase;
}
.blog-horaizontal .blog-meta span {
  padding-right: 5px;
}
.blog-horaizontal .blog-meta span:after {
  content: "-";
  padding-left: 5px;
}
.blog-horaizontal .blog-meta span:last-child:after {
  display: none;
}
.blog-horaizontal:hover .blog-thumb a::before {
  visibility: visible;
  opacity: 1;
}
.small-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.small-blog .small-blog-thumb {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.small-blog .small-blog-thumb::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.small-blog .small-blog-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.small-blog .small-blog-content h6 {
  color: #646464;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: -5px;
}
.small-blog .small-blog-content h6 a {
  color: #646464;
}
.small-blog .small-blog-content h6 a:hover {
  color: #47bb8f;
}
.small-blog .small-blog-meta span {
  display: inline-block;
  color: #232323;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.small-blog:hover .small-blog-thumb::before {
  opacity: 1;
  visibility: visible;
}
.team-wrap {
  margin: 20px 0;
}
.team-thumb {
  overflow: hidden;
  text-align: center;
}
.team-thumb a {
  position: relative;
  display: block;
}
.team-thumb a::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  z-index: 1;
}
.team-thumb a img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
}
.team-content {
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  padding: 23px 0;
}
.single-team.text-center .team-content {
  padding-left: 20px;
  padding-right: 20px;
}
.team-conetnt-info {
  opacity: 1;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.team-conetnt-info h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #555;
  margin-bottom: 0;
  text-transform: capitalize;
}
.team-conetnt-info h5 a {
  color: #555;
}
.team-conetnt-info h5 a:hover {
  color: #47bb8f;
}
.team-conetnt-info h6 {
  font-size: 12px;
  color: #777;
  line-height: 16px;
  margin-bottom: 0;
}
.team-social-icons {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #47bb8f;
  -webkit-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.4s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.team-social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
  display: block;
  width: 100%;
}
.team-social-icons ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding: 0 8px;
}
.team-social-icons ul li:first-child {
  padding-left: 0;
}
.team-social-icons ul li:last-child {
  padding-right: 0;
}
.team-social-icons ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #47bb8f;
  border-radius: 100%;
}
.team-social-icons ul li a:hover {
  color: #888;
}
.single-team:hover .team-conetnt-info {
  opacity: 0;
}
.single-team:hover .team-thumb a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.single-team:hover .team-thumb a::before {
  opacity: 0.4;
}
.single-team:hover .team-social-icons {
  left: 0;
}
.bg-white .team-social-icons {
  background: #fff;
}
.bg-grey .team-social-icons {
  background: #f7f7f7;
}
.single-team-style-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #47bb8f;
  -webkit-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 9;
}
.single-team-style-2 .team-content {
  background: #fff;
  z-index: 9;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
}
.single-team-style-2 .team-content-info {
  opacity: 1;
}
.single-team-style-2 .team-social-icons {
  padding-top: 0;
  left: 0;
  position: relative;
  border-bottom: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.3s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
}
.single-team-style-2 .team-social-icons ul li a {
  color: #555;
}
.single-team-style-2 .team-social-icons ul li a:hover {
  color: #47bb8f;
}
.single-team-style-2:hover .team-content {
  margin-top: -45px;
}
.single-team-style-2:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.single-team-style-2:hover .team-conetnt-info {
  opacity: 1;
}
.single-team-style-2:hover .team-social-icons {
  padding-top: 15px;
  height: 45px;
  opacity: 1;
  visibility: visible;
}
.bg-grey .single-team-style-2 .team-content {
  background: #f7f7f7;
}
.single-team-style-3 {
  position: relative;
}
.single-team-style-3 .team-thumb a::before {
  display: none;
}
.single-team-style-3 .team-content {
  position: absolute;
  left: 20px;
  top: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  background: rgba(71, 187, 143, 0.8);
  border-bottom: none;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0s;
}
.single-team-style-3 .team-conetnt-info {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.15s;
  -moz-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.15s;
  -ms-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.15s;
  -o-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.15s;
  transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.15s;
}
.single-team-style-3 .team-conetnt-info a,
.single-team-style-3 .team-conetnt-info h5,
.single-team-style-3 .team-conetnt-info h6 {
  color: #fff;
}
.single-team-style-3 .team-conetnt-info a:hover {
  color: #fafafa;
}
.single-team-style-3 .team-social-icons {
  margin-bottom: 10px;
  position: relative;
  left: 0;
  background: 0 0;
  border-bottom: none;
  height: auto;
  width: auto;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.1s;
  -moz-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.1s;
  -ms-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.1s;
  -o-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.1s;
  transition: all 0.5s cubic-bezier(0.63, 0.01, 0.36, 0.99) 0.1s;
}
.single-team-style-3 .team-social-icons ul li a {
  color: #fff;
}
.single-team-style-3 .team-social-icons ul li a:hover {
  color: #fafafa;
}
.single-team-style-3:hover .team-content {
  visibility: visible;
  opacity: 1;
}
.single-team-style-3:hover .team-conetnt-info,
.single-team-style-3:hover .team-social-icons {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.testimonial-wrap.sidemenu-wrapper-testimonial-slider-active,
.testimonial-wrap.testimonial-slider-active {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial-wrap.sidemenu-wrapper-testimonial-slider-active .slick-list,
.testimonial-wrap.testimonial-slider-active .slick-list {
  padding: 0 !important;
}
.testimonial-wrap.sidemenu-wrapper-testimonial-slider-active .testimonial,
.testimonial-wrap.testimonial-slider-active .testimonial {
  margin-top: 30px;
  margin-bottom: 50px;
}
.testimonial-wrap .testimonial.slick-center {
  -webkit-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.2);
}
.testimonial {
  background: #fff;
  border-radius: 10px;
  display: block;
  padding: 70px 25px;
  margin: 0 15px;
  -webkit-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.2);
  -ms-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.2);
  -o-box-shadow: 0 1px 3px rgba(85, 85, 85, 0.2);
  box-shadow: 0 1px 3px rgba(85, 85, 85, 0.2);
  cursor: ew-resize;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial:active,
.testimonial:focus {
  outline: 0;
}
.testimonial-thumb {
  height: 85px;
  width: 85px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.testimonial-thumb img {
  width: 100%;
}
.testimonial-content {
  line-height: 26px;
  font-size: 14px;
  color: #777;
  min-height: 182px;
}
.testimonial-content p {
  margin-bottom: 0;
}
.testimonial-author {
  margin-top: 24px;
}
.testimonial-author h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #555;
  margin-bottom: 0;
}
.testimonial-author p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 26px;
  color: #777;
  font-weight: 400;
}
.testimonial-wrap.slick-slider.slick-dotted {
  margin-bottom: 20px;
}
.testimonial-wrap.testimonial-style-2 .testimonial {
  background: 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-top: 75px;
  padding-bottom: 50px;
}
.testimonial-wrap.testimonial-style-2 .testimonial.slick-center {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.testimonial-wrap.testimonial-style-2 .testimonial-thumb {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonial-wrap.testimonial-style-2 .testimonial-author h6 {
  font-size: 16px;
  color: #333;
}
.testimonial-wrap.testimonial-style-3 .testimonial {
  background: 0 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  -moz-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  -ms-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  -o-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  position: relative;
  margin-top: 75px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  background: #fff;
}
.testimonial-wrap.testimonial-style-3 .testimonial.slick-center {
  -webkit-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  -moz-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  -ms-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  -o-box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
  box-shadow: 0 3px 10px rgba(119, 119, 119, 0.25);
}
.testimonial-wrap.testimonial-style-3 .testimonial-content {
  font-size: 16px;
  line-height: 26px;
  color: #555;
}
.testimonial-wrap.testimonial-style-3 .testimonial-thumb {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.testimonial-wrap.testimonial-style-3 .testimonial-author h6 {
  font-size: 16px;
  color: #555;
}
.testimonial-wrap.testimonial-style-3 .testimonial-author p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.testimonial-wrap.testimonial-style-4 .testimonial {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  background: 0 0;
}
.testimonial-wrap.testimonial-style-4 .testimonial-content {
  font-size: 24px;
  line-height: 36px;
  color: #777;
}
.testimonial-wrap.testimonial-style-4 .testimonial-author h6 {
  color: #333;
  font-size: 18px;
}
.testimonial-wrap.testimonial-style-4 .testimonial-author p {
  font-size: 13px;
}
.testimonial-wrap.testimonial-style-4.sidemenu-wrapper-testimonial-slider-active
  .testimonial,
.testimonial-wrap.testimonial-style-4.testimonial-slider-active .testimonial {
  margin-bottom: 30px;
}
.testimonial-wrap.testimonial-style-5.slick-dotted {
  margin-bottom: 0;
}
.testimonial-wrap.testimonial-style-5 .testimonial {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 0;
  margin-bottom: 0;
  background: 0 0;
}
.testimonial-wrap.testimonial-style-5 .testimonial-content {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.testimonial-wrap.testimonial-style-5 .testimonial-author h6 {
  color: #fff;
  font-size: 18px;
}
.testimonial-wrap.testimonial-style-5 .testimonial-author p {
  font-size: 13px;
  color: #fff;
}
.testimonial-wrap.testimonial-style-5.sidemenu-wrapper-testimonial-slider-active
  .testimonial,
.testimonial-wrap.testimonial-style-5.testimonial-slider-active .testimonial {
  margin-bottom: 0;
}
.testimonial-wrap.testimonial-style-5.sidemenu-wrapper-testimonial-slider-active
  ul.slick-dots,
.testimonial-wrap.testimonial-style-5.testimonial-slider-active ul.slick-dots {
  bottom: 105px;
}
.testimonial-wrap.testimonial-style-5.sidemenu-wrapper-testimonial-slider-active
  ul.slick-dots
  li
  button,
.testimonial-wrap.testimonial-style-5.testimonial-slider-active
  ul.slick-dots
  li
  button {
  background: 0 0;
  border: 1px solid #fff;
  padding: 4px;
}
.testimonial-wrap.testimonial-style-5.sidemenu-wrapper-testimonial-slider-active
  ul.slick-dots
  li.slick-active
  button,
.testimonial-wrap.testimonial-style-5.sidemenu-wrapper-testimonial-slider-active
  ul.slick-dots
  li:hover
  button,
.testimonial-wrap.testimonial-style-5.testimonial-slider-active
  ul.slick-dots
  li.slick-active
  button,
.testimonial-wrap.testimonial-style-5.testimonial-slider-active
  ul.slick-dots
  li:hover
  button {
  background: #47bb8f;
  border-color: #47bb8f;
}
.testimonial-wrap.testimonial-style-6.sidemenu-wrapper-testimonial-slider-active,
.testimonial-wrap.testimonial-style-6.testimonial-slider-active {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 70px;
}
.testimonial-wrap.testimonial-style-6 .testimonial {
  position: relative;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 0;
  background: #f7f7f7;
}
.testimonial-wrap.testimonial-style-6 .testimonial-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px 90px;
}
.testimonial-wrap.testimonial-style-6 .testimonial-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #777;
}
.testimonial-wrap.testimonial-style-6 .testimonial-content-inner:before {
  content: url(images/icons/icon-quote-left.png);
  display: inline-block;
  margin-bottom: 50px;
}
.testimonial-wrap.testimonial-style-6 .testimonial-content-author {
  margin-top: 42px;
}
.testimonial-wrap.testimonial-style-6 .testimonial-content-author h6 {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-bottom: 0;
}
.testimonial-wrap.testimonial-style-6 .testimonial-content-author p {
  display: block;
  color: #777;
  font-size: 13px;
  line-height: 24px;
}
.testimonial-wrap.testimonial-style-6 .testimonial-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.testimonial-wrap.testimonial-style-6 .testimonial-image img {
  width: 100%;
}
.bg-white
  .testimonial-wrap.testimonial-style-6
  .testimonial:nth-child(even)
  .testimonial-content {
  background: #ededed;
}
.bg-white
  .testimonial-wrap.testimonial-style-6
  .testimonial:nth-child(odd)
  .testimonial-content {
  background: #f1f1f1;
}
.bg-grey
  .testimonial-wrap.testimonial-style-6
  .testimonial:nth-child(even)
  .testimonial-content {
  background: #fff;
}
.bg-grey
  .testimonial-wrap.testimonial-style-6
  .testimonial:nth-child(odd)
  .testimonial-content {
  background: #f1f1f1;
}
.testimonial-wrap.testimonial-style-6 .testimonial-content {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.testimonial-wrap.testimonial-style-6 .testimonial-image {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.testimonial-wrap.testimonial-style-6 .testimonial:active,
.testimonial-wrap.testimonial-style-6 .testimonial:focus {
  outline: 0;
}
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-active
  .testimonial-content,
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-current
  .testimonial-content {
  -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
}
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-active
  .testimonial-content
  .testimonial-content-inner:before,
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-current
  .testimonial-content
  .testimonial-content-inner:before {
  -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation-delay: 0.6s;
}
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-active
  .testimonial-content
  h6,
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-active
  .testimonial-content
  p,
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-current
  .testimonial-content
  h6,
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-current
  .testimonial-content
  p {
  -webkit-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInDown 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation-delay: 0.6s;
}
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-active
  .testimonial-image,
.testimonial-wrap.testimonial-style-6
  .testimonial.slick-current
  .testimonial-image {
  -webkit-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -moz-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -ms-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  -o-animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
  animation: fadeInUp 1s cubic-bezier(0, 0, 0.2, 1) 1 both;
}
.sidemenu-wrapper-header {
  background: url(images/others/sidemenu-bg-image.jpg) no-repeat scroll top
    center;
  background-size: cover;
  position: relative;
}
.sidemenu-wrapper-body {
  margin-left: 375px;
  width: calc(100% - 375px);
}
.pg-portfolio-images img {
  width: 100%;
}
.pg-portfolio-images img:active,
.pg-portfolio-images img:focus {
  outline: 0;
}
.pg-portfolio-details {
  margin-top: 70px;
}
.pg-portfolio-details h4 {
  color: #333;
}
.pg-portfolio-single-info {
  margin-top: 45px;
}
.pg-portfolio-single-info h5 {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.pg-portfolio-single-info h5::after {
  content: "";
  width: 100%;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.pg-portfolio-single-info p {
  color: #777;
  font-size: 16px;
  margin-bottom: 0;
}
.pg-portfolio-single-info ul {
  display: inline-block;
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.pg-portfolio-single-info ul li {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #777;
}
.pg-portfolio-single-info ul li::after {
  content: "/";
  padding: 0 5px;
}
.pg-portfolio-single-info ul li:last-child::after {
  display: none;
}
.pg-portfolio-single-info ul li a {
  color: #777;
}
.pg-portfolio-single-info ul li a:hover {
  color: #47bb8f;
}
.pg-related-portfolio-wrap {
  margin-top: 60px;
}
.pg-related-portfolio-wrap h4 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.pg-related-portfolios .portfolio:active,
.pg-related-portfolios .portfolio:focus {
  outline: 0;
}
.pg-related-portfolios {
  margin-left: -15px;
  margin-right: -15px;
}
.pg-related-portfolios .portfolio {
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}
.pg-blog-list {
  margin-top: -80px;
}
.pg-blog {
  margin-top: 80px;
}
.pg-blog-thumb {
  overflow: hidden;
}
.pg-blog-thumb img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pg-blog-thumb a {
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
}
.pg-blog-thumb a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}
.pg-blog-thumb iframe {
  width: 100%;
  border: none;
}
.pg-blog-content {
  -webkit-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.1);
  -ms-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.1);
  -o-box-shadow: 0 10px 20px rgba(85, 85, 85, 0.1);
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.1);
  padding: 40px 70px;
}
.pg-blog-content h2,
.pg-blog-content h3,
.pg-blog-content h4,
.pg-blog-content h5,
.pg-blog-content h6 {
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
}
.pg-blog-content h2 a,
.pg-blog-content h3 a,
.pg-blog-content h4 a,
.pg-blog-content h5 a,
.pg-blog-content h6 a {
  color: #333;
}
.pg-blog-content h2 a:hover,
.pg-blog-content h3 a:hover,
.pg-blog-content h4 a:hover,
.pg-blog-content h5 a:hover,
.pg-blog-content h6 a:hover {
  color: #47bb8f;
}
.pg-blog-content ul.blog-meta {
  margin-top: 5px;
  padding-left: 0;
  margin-bottom: 0;
}
.pg-blog-content ul.blog-meta li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  color: #555;
}
.pg-blog-content ul.blog-meta li::after {
  content: "/";
  padding: 0 8px;
}
.pg-blog-content ul.blog-meta li:last-child::after {
  display: none;
}
.pg-blog-content ul.blog-meta li a {
  color: #555;
}
.pg-blog-content ul.blog-meta li a:hover {
  color: #47bb8f;
}
.pg-blog-content p {
  margin-bottom: 0;
  margin-top: 15px;
  color: #555;
}
.pg-blog:hover .pg-blog-thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.pg-blog:hover .pg-blog-thumb a::before {
  visibility: visible;
  opacity: 1;
}
.pg-blog-video .pg-blog-thumb a::after {
  content: "\f103";
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  z-index: 2;
  position: absolute;
  line-height: 70px;
  font-size: 70px;
  margin-top: -35px;
  margin-left: -35px;
  color: #fff;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.pg-blog-video:hover .pg-blog-thumb a::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.pg-blog-soundcloud iframe {
  min-height: 520px;
  vertical-align: middle;
}
.pg-blog-gallery .pg-blog-thumb a::before {
  display: none;
}
.pg-blog-gallery.hover .cr-slider-navigation-3 .cr-slider-nav {
  visibility: visible;
  opacity: 1;
}
.pg-blog-extra {
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
}
.blog-grid {
  margin-bottom: 70px;
}
.blog-details-thumb {
  margin-bottom: 50px;
}
.blog-details-video {
  margin-bottom: 50px;
}
h2.blog-details-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}
.blog-details-meta {
  padding-left: 0;
}
.blog-details-meta li {
  font-size: 13px;
  font-weight: 500;
  color: #a8a8a8;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
.blog-details-meta li:after {
  content: "-";
  padding: 0 10px;
}
.blog-details-meta li:last-child:after {
  display: none;
}
.blog-details-meta li a {
  color: #a8a8a8;
}
.blog-details-meta li a:hover {
  color: #47bb8f;
}
.blog-details-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-details-content p {
  margin-bottom: 30px;
}
.blog-details-content blockquote {
  margin-bottom: 30px;
}
.blog-details-content ol {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: decimal-leading-zero;
  list-style-position: inside;
}
.blog-details-content ol li {
  margin-bottom: 10px;
}
.blog-details-content img {
  margin-bottom: 20px;
}
.blog-details-block {
  margin-top: 70px;
}
.blog-details-authorbox {
  padding: 40px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.blog-details-authoriamge {
  height: 95px;
  width: 95px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 25px;
}
.blog-details-authoriamge img {
  width: 100%;
}
.blog-details-authordes {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.blog-details-authordes h6 {
  line-height: 28px;
  font-size: 16px;
  color: #5f5f5f;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-details-authordes p {
  margin-bottom: 0;
}
.blog-details-social {
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 20px;
}
.blog-details-social h6 {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  margin-right: 10px;
  margin-bottom: 0;
}
.blog-details-social-icons {
  margin-right: 30px;
}
.blog-details-social-icons,
.blog-details-tags {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.blog-details-tags ul {
  margin-bottom: 0;
  padding-left: 0;
}
.blog-details-tags ul li {
  display: inline-block;
  font-size: 16px;
  color: grey;
  font-weight: 300;
}
.blog-details-tags ul li:after {
  content: ",";
}
.blog-details-tags ul li:last-child:after {
  display: none;
}
.blog-details-tags ul li a {
  color: grey;
  display: inline-block;
}
.blog-details-tags ul li a:hover {
  color: #47bb8f;
}
.blog-details-block.commentbox form {
  margin-top: -10px;
}
.blog-details-block.commentbox form .single-input {
  margin-top: 30px;
}
.blog-details-block.commentbox form .single-input button {
  margin-top: 10px;
}
.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.comment:first-child {
  margin-top: 0;
}
.comment.reply {
  margin-left: 150px;
}
.comment__content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.comment__content a.reply {
  font-size: 14px;
  color: #47bb8f;
  font-weight: 600;
  text-transform: uppercase;
}
.comment__content a.reply:hover {
  color: #333;
}
.comment__content__top {
  margin-right: 30px;
  margin-bottom: 10px;
}
.comment__content__top h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #5f5f5f;
  text-transform: uppercase;
}
.comment__content__top span {
  font-size: 14px;
  line-height: 20px;
  color: #a2a2a2;
  font-weight: 400;
  text-transform: uppercase;
}
.comment__content__bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.commentbox .single-input {
  margin-top: 50px;
}
.commentbox .single-input input,
.commentbox .single-input select,
.commentbox .single-input textarea {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.commentbox .single-input input:active,
.commentbox .single-input input:focus,
.commentbox .single-input select:active,
.commentbox .single-input select:focus,
.commentbox .single-input textarea:active,
.commentbox .single-input textarea:focus {
  border-color: #47bb8f;
}
.blog-details-thumb .slick-slide:active,
.blog-details-thumb .slick-slide:focus {
  outline: 0;
}
.team-details-thumb img {
  width: 100%;
}
.team-details > p:first-of-type {
  margin-top: 25px;
}
.team-details h1,
.team-details h2,
.team-details h3,
.team-details h4,
.team-details h5,
.team-details h6 {
  color: #555;
  font-weight: 700;
}
.team-details-title h4 {
  color: #333;
}
.team-details-title h4 {
  line-height: 36px;
  margin-bottom: 8px;
}
.team-details-title p {
  color: #777;
  margin-bottom: 0;
}
.team-details-social {
  margin-top: 30px;
}
.team-details-social h5 {
  margin-bottom: 23px;
}
.team-details-progress {
  margin-top: 30px;
}
.pg-contact-form form {
  margin-left: -6px;
  margin-right: -6px;
}
.pg-contact-form .single-input {
  margin-top: 6px;
}
.pg-contact-form input,
.pg-contact-form select,
.pg-contact-form textarea {
  color: #5d5a5a;
  font-size: 16px;
  background: #fff;
}
.pg-contact-form input:-moz-placeholder,
.pg-contact-form select:-moz-placeholder,
.pg-contact-form textarea:-moz-placeholder {
  color: #aaa;
}
.pg-contact-form input::-moz-placeholder,
.pg-contact-form select::-moz-placeholder,
.pg-contact-form textarea::-moz-placeholder {
  color: #aaa;
}
.pg-contact-form input:-ms-input-placeholder,
.pg-contact-form select:-ms-input-placeholder,
.pg-contact-form textarea:-ms-input-placeholder {
  color: #aaa;
}
.pg-contact-form input::-webkit-input-placeholder,
.pg-contact-form select::-webkit-input-placeholder,
.pg-contact-form textarea::-webkit-input-placeholder {
  color: #aaa;
}
.pg-contact-form input:active,
.pg-contact-form input:focus,
.pg-contact-form select:active,
.pg-contact-form select:focus,
.pg-contact-form textarea:active,
.pg-contact-form textarea:focus {
  border-color: #47bb8f;
}
.pg-contact-form button {
  overflow: hidden;
  z-index: 3;
  padding: 0 109px;
  text-transform: uppercase;
}
.pg-contact-form.pg-contact-form-2 form {
  margin-left: -15px;
  margin-right: -15px;
}
.pg-contact-form.pg-contact-form-2 .single-input {
  margin-left: 15px;
  margin-right: 15px;
}
.pg-contact-form.pg-contact-form-2 .single-input input,
.pg-contact-form.pg-contact-form-2 .single-input select,
.pg-contact-form.pg-contact-form-2 .single-input textarea {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  padding: 0;
}
.pg-contact-form.pg-contact-form-2 .single-input input:active,
.pg-contact-form.pg-contact-form-2 .single-input input:focus,
.pg-contact-form.pg-contact-form-2 .single-input select:active,
.pg-contact-form.pg-contact-form-2 .single-input select:focus,
.pg-contact-form.pg-contact-form-2 .single-input textarea:active,
.pg-contact-form.pg-contact-form-2 .single-input textarea:focus {
  border-color: #47bb8f;
}
.pg-contact-form.pg-contact-form-2 .single-input button {
  border-radius: 0;
}
.pg-contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pg-contact-details ul li:last-child {
  margin-bottom: 0;
}
.pg-contact-details .single-quick-contact {
  padding-bottom: 20px;
}
.pg-contact-details .single-quick-contact i {
  font-size: 30px;
  line-height: 30px;
  color: #47bb8f;
  display: inline-block;
  margin-bottom: 30px;
}
.pg-contact-details .single-quick-contact h5 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
}
.pg-contact-details .single-quick-contact p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #777;
  margin-bottom: 0;
}
.pg-contact-details .single-quick-contact p a {
  color: #777;
}
.pg-contact-details .single-quick-contact p a::after {
  content: "/";
  padding: 0 3px;
}
.pg-contact-details .single-quick-contact p a:last-child::after {
  display: none;
}
.pg-contact-details .single-quick-contact p a:hover {
  color: #47bb8f;
}
.contact-map {
  margin-top: 30px;
}
.contact-google-map {
  height: 450px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.pg-contact-form-map-wrapper .pg-contact-form .small-title {
  padding-right: 150px;
}
.pg-contact-form-map-wrapper .pg-contact-map-wrapper .small-title {
  padding-right: 190px;
}
.pg-contact-form-map-wrapper .pg-contact-map-wrapper .contact-map {
  margin-top: 60px;
}
.pg-contact-form-map-wrapper .pg-contact-map-wrapper .contact-google-map {
  height: 350px;
  border-radius: 0;
}
.pg-contact-map-fullscreen .contact-google-map {
  border-radius: 0;
  border: none;
}
.cr-contact-message-modal {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  background: rgba(25, 25, 25, 0.95);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 1;
  z-index: -9;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  padding: 30px;
  padding-right: 60px;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
.cr-contact-message-modal .form-messege {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.3;
}
.cr-contact-message-modal .form-messege.error {
  color: #f6644f;
}
.cr-contact-message-modal .form-messege.success {
  color: #47bb8f;
}
.cr-contact-message-modal.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.cr-contact-message-modal button {
  position: absolute;
  right: 25px;
  top: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: 0 0;
  color: #fff;
  outline: 0;
  border: none;
  font-size: 20px;
}
.widgets:not(.footer-widgets) {
  margin-top: -50px;
}
.widgets:not(.footer-widgets).widgets-leftside {
  padding-right: 20px;
}
.widgets:not(.footer-widgets).widgets-rightside {
  padding-left: 20px;
}
.widgets:not(.footer-widgets) .single-widget {
  margin-top: 50px;
}
.widgets:not(.footer-widgets) .single-widget h5.widget-title {
  font-weight: 700;
  color: #fff;
  background: #47bb8f;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
}
.widgets:not(.footer-widgets) .about-widget {
  background: #fafafa;
}
.widgets:not(.footer-widgets) .about-widget .about-widget-person-image {
  height: 110px;
  width: 110px;
  text-align: center;
  line-height: 110px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widgets:not(.footer-widgets) .about-widget .about-widget-content {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
.widgets:not(.footer-widgets) .about-widget .about-widget-content h6 {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 7px;
}
.widgets:not(.footer-widgets) .about-widget .about-widget-content p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.widgets:not(.footer-widgets) .about-widget .social-icons ul li a {
  color: #555;
}
.widgets:not(.footer-widgets) .about-widget .social-icons ul li a:hover {
  color: #47bb8f;
}
.widgets:not(.footer-widgets) .search-widget form {
  border: 1px solid #f1f1f1;
  position: relative;
}
.widgets:not(.footer-widgets) .search-widget form input {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 14px;
  color: #a6a6a6;
}
.widgets:not(.footer-widgets)
  .search-widget
  form
  input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.widgets:not(.footer-widgets) .search-widget form input:-ms-input-placeholder {
  color: #a6a6a6;
}
.widgets:not(.footer-widgets) .search-widget form input:-moz-placeholder {
  color: #a6a6a6;
}
.widgets:not(.footer-widgets) .search-widget form input::-moz-placeholder {
  color: #a6a6a6;
}
.widgets:not(.footer-widgets) .search-widget form button {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 52px;
  margin-top: -25px;
  background: 0 0;
  border: none;
  padding: 0;
  color: #a6a6a6;
}
.widgets:not(.footer-widgets) .search-widget form button:hover {
  color: #777;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-thumb {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.widgets:not(.footer-widgets)
  .widget-recent-post
  .widget-recent-post-thumb::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-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;
}
.widgets:not(.footer-widgets) .widget-recent-post .widget-recent-post-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.widgets:not(.footer-widgets)
  .widget-recent-post
  .widget-recent-post-content
  h6 {
  color: #646464;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: -5px;
}
.widgets:not(.footer-widgets)
  .widget-recent-post
  .widget-recent-post-content
  h6
  a {
  color: #646464;
}
.widgets:not(.footer-widgets)
  .widget-recent-post
  .widget-recent-post-content
  h6
  a:hover {
  color: #47bb8f;
}
.widgets:not(.footer-widgets)
  .widget-recent-post
  .widget-recent-post-meta
  span {
  display: inline-block;
  color: #232323;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.widgets:not(.footer-widgets) .widget-recent-post ul {
  padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-recent-post ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.widgets:not(.footer-widgets) .widget-recent-post ul li:last-child {
  margin-bottom: 0;
}
.widgets:not(.footer-widgets)
  .widget-recent-post
  ul
  li:hover
  .widget-recent-post-thumb::before {
  opacity: 1;
  visibility: visible;
}
.widgets:not(.footer-widgets) .widget-newsletter form {
  position: relative;
}
.widgets:not(.footer-widgets) .widget-newsletter form input {
  border: 1px solid #e4e4e4;
  font-size: 14px;
  color: #aaa;
  padding-right: 55px;
}
.widgets:not(.footer-widgets)
  .widget-newsletter
  form
  input::-webkit-input-placeholder {
  color: #aaa;
}
.widgets:not(.footer-widgets)
  .widget-newsletter
  form
  input:-ms-input-placeholder {
  color: #aaa;
}
.widgets:not(.footer-widgets) .widget-newsletter form input:-moz-placeholder {
  color: #aaa;
}
.widgets:not(.footer-widgets) .widget-newsletter form input::-moz-placeholder {
  color: #aaa;
}
.widgets:not(.footer-widgets) .widget-newsletter form button {
  position: absolute;
  background: #47bb8f;
  color: #fff;
  height: 40px;
  right: 5px;
  top: 5px;
  width: 40px;
  border: none;
  outline: 0;
  font-size: 20px;
}
.widgets:not(.footer-widgets) .widget-social ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widgets:not(.footer-widgets) .widget-social ul li {
  display: block;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-top: 1px;
  text-align: center;
}
.widgets:not(.footer-widgets) .widget-social ul li a {
  display: block;
  background: #f9f9f9;
  padding: 20px 0;
  border-right: 1px solid #e4e4e4;
}
.widgets:not(.footer-widgets) .widget-social ul li:nth-child(4n) a {
  border-right: none;
}
.widgets:not(.footer-widgets) .widget-categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li {
  line-height: 26px;
  font-weight: 400;
  color: #646464;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 11px;
  font-size: 16px;
}
.widgets:not(.footer-widgets) .widget-categories ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li:last-child {
  padding-bottom: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a {
  position: relative;
  color: #646464;
  display: block;
  padding-left: 30px;
}
.widgets:not(.footer-widgets) .widget-categories ul li a:before {
  content: url(images/icons/widget-dot.png);
  padding-right: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
.widgets:not(.footer-widgets) .widget-categories ul li a:hover {
  color: #47bb8f;
}
.widgets:not(.footer-widgets) .widget-categories ul li span {
  float: right;
}
.widgets:not(.footer-widgets) .widget-instagram > ul {
  margin-left: -2px;
  margin-top: -2px;
  margin-right: -2px;
  margin-bottom: -2px;
  padding-left: 0;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li {
  display: inline-block;
  height: 118px;
  width: 118px;
  overflow: hidden;
  padding: 2px;
  vertical-align: middle;
  position: relative;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li a {
  display: block;
  position: relative;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li a:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(25, 25, 25, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li ul.likes-comments {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li ul.likes-comments li {
  display: inline-block;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0 5px;
  color: #fff;
}
.widgets:not(.footer-widgets)
  .widget-instagram
  > ul
  > li
  ul.likes-comments
  li
  span {
  padding-left: 3px;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li:hover a {
  z-index: 1;
}
.widgets:not(.footer-widgets) .widget-instagram > ul > li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.widgets:not(.footer-widgets)
  .widget-instagram
  > ul
  > li:hover
  ul.likes-comments {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.pg-service-title {
  color: #333;
  margin-bottom: 60px;
}
.pg-service-thumbs img {
  width: 100%;
}
.pg-service-thumbs .slick-slide:active,
.pg-service-thumbs .slick-slide:focus {
  outline: 0;
}
.pg-service-details .small-title {
  margin-bottom: 20px;
}
.pg-service-description .small-title {
  margin-bottom: 20px;
}
.pg-service-description ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pg-service-description ul li {
  font-weight: 500;
  color: #555;
  font-size: 14px;
  text-transform: uppercase;
}
.pg-service-description ul li span {
  float: right;
  font-weight: 400;
  text-transform: initial;
}
.pg-service-description ul li a {
  color: #555;
}
.pg-service-description ul li a:hover {
  color: #47bb8f;
}
.related-services {
  margin-top: 100px;
}
.wrapper.wrapper-boxed-layout {
  margin: 0 100px;
  width: calc(100% - 200px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
}
.wrapper.wrapper-boxed-layout .transparent-header {
  width: calc(100% - 200px);
  left: 100px;
}
.wrapper.wrapper-boxed-layout .counter-area-inner {
  width: 100%;
}
.footer-widgets {
  margin-top: -30px;
}
.footer-widgets .footer-widget-title {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 25px;
  padding: 13px 0;
  margin-bottom: 10px;
}
.footer-widgets .single-widget {
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.footer-widgets .single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-widgets .single-widget ul li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 200;
  color: #fff;
}
.footer-widgets .single-widget ul li a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
}
.footer-widgets .single-widget ul li a:hover {
  color: #fff;
}
.footer-widgets .single-widget.footer-widget-about {
  padding-right: 30px;
}
.footer-widgets .single-widget.footer-widget-about p {
  margin-top: 25px;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-widgets .single-widget.widget-newsletter {
  padding-right: 30px;
}
.footer-widgets .single-widget.widget-newsletter input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.footer-widgets .single-widget.widget-newsletter input::placeholder {
  color: #777;
}
.footer-widgets .single-widget.widget-newsletter input::-moz-placeholder {
  color: #777;
}
.footer-widgets .single-widget.widget-newsletter input:active,
.footer-widgets .single-widget.widget-newsletter input:focus {
  outline: 0;
}
.footer-widgets .single-widget.widget-newsletter input:focus {
  border-color: #47bb8f;
}
.footer-widgets .single-widget.widget-newsletter button {
  margin-top: 20px;
}
.footer-widgets .single-widget.widget-quick-links {
  padding-left: 0;
}
.footer-widgets .single-widget.widget-latest-blog ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.footer-widgets .single-widget.widget-latest-blog ul li:last-child {
  margin-bottom: 0;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-thumb {
  padding-right: 20px;
  display: inline-block;
}
.footer-widgets .single-widget.widget-latest-blog .widget-latest-blog-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
}
.footer-widgets
  .single-widget.widget-latest-blog
  .widget-latest-blog-content
  h6 {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.footer-widgets
  .single-widget.widget-latest-blog
  .widget-latest-blog-content
  h6
  a {
  color: #fff;
  font-weight: 300;
}
.footer-widgets
  .single-widget.widget-latest-blog
  .widget-latest-blog-content
  h6
  a:hover {
  color: #47bb8f;
}
.footer-widgets
  .single-widget.widget-latest-blog
  .widget-latest-blog-meta
  span {
  display: inline-block;
  padding-right: 12px;
  color: #777;
  font-size: 13px;
  line-height: 20px;
}
.footer-widgets
  .single-widget.widget-latest-blog
  .widget-latest-blog-meta
  span:last-child {
  padding-right: 0;
}
.footer-widgets .single-widget.widget-quick-contact ul li {
  margin-bottom: 20px;
}
.footer-widgets .single-widget.widget-quick-contact ul li span {
  font-size: 18px;
  color: #fff !important;
  letter-spacing: 0.5px;
  font-weight: 300;
  display: block;
}
.footer-widgets .single-widget.widget-quick-contact ul li p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #fff !important;
  letter-spacing: 0.5px;
}
.footer-bottom-area {
  padding: 3px 0;
}
.footer-social {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.footer-social li {
  display: inline-block;
  padding-right: 45px;
}
.footer-social li:last-child {
  padding-right: 0;
}
.footer-social li a {
  display: inline-block;
  color: #777;
  font-size: 14px;
  line-height: 24px;
}
.footer-social li a:hover {
  color: #fff;
}
p.footer-copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin: 0 18px;
}
p.footer-copyright a {
  color: #777;
  font-weight: 500;
}
p.footer-copyright a:hover {
  color: #47bb8f;
}
.container-fluid {
  width: 100%;
  padding: 0 65px;
}
.header nav.menu li.cr-dropdown ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 10px;
  width: 10px;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}
.header nav.menu li.cr-dropdown ul li:hover:before {
  margin-left: 5px;
  transition: all 0.3s linear;
  background: #c82d2b;
}
.main_slider_seciton .slider_img_box .slider_img img {
  height: 100%;
}

.service_section_box {
    height: 100%;
    background-color: #FFF;
    margin: 10px 10px 10px 10px;
    padding: 30px 30px 20px 30px;
    transition: background 0.3s;
    border-radius: 0;
    box-shadow: 0px 25px 50px 0 rgba(83, 83, 97, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service_section_box a.explore i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #444;
    text-align: center;
    border-radius: 30px;
    color: #fff;
}

.service_section_box a.explore {
    color: #444;
    display: flex;
    gap: 10px;
}

.service_section_box .service_containt {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



.g-3 {
    gap: 20px 0;
}

.service_section_box .service_icon {
  text-align: left;
  margin: 20px 0;
}

.service_section_box .service_icon .fa {
    font-size: 50px;
    color: #d3d3d3 !important;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
}

.service_section_box .service_icon i.fa.fa-globe {
    background: #393939;
}

.service_section_box .service_icon i.fa.fa-code {
    background: #393939;
}

.service_section_box .service_icon i.fa.fa-shopping-cart {
    background: #393939;
}

.service_section_box .service_icon i.fa.fa-mobile {
    background: #393939;
}

.service_section_box .service_icon i.fa.fa-bar-chart-o {
    background: #393939;
}

.service_section_box .service_icon i.fa.fa-search-plus {
    background: #393939;
}

.service_section_box .service_icon i.fa.fa-server {
    background: #393939;
}

.service_section_box .service_icon i.fa.fa-edit {
    background: #393939;
}

section#about_section_area .about-content {
    display: flex;
    justify-content: center;
    height: 100%;
}

section#about_section_area .about-content .about-us{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 15px;
    height: 100%;
}


.section_header h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #444;
  font-weight: 500;
}
.service_section_box .service_containt .section_contant p {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  font-weight: 300;
  color: #444;
  text-align: justify;
}
.service_hover_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  border-radius: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #338eaec9 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.service_hover_content a.btn {
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 4px 20px;
  border-radius: 0;
  color: #333;
}
.service_hover_content:hover {
  opacity: 1;
  transition: all 0.3s linear;
  background-position: left bottom;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s linear;
}

.team_seciton_box .team_section_items {
  position: relative;
  overflow: hidden;
}
.team_seciton_box .team_overlay_items {
  position: absolute;
  left: 0;
  top: 0;
  background: #444b0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.team_seciton_box .social_icon_team {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  background: #ddd;
  text-align: center;
  padding: 0;
  margin: 0;
}
.team_seciton_box .team_overlay_items .social_icon_team .fa {
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #ddd;
}
.team_seciton_box .team_section_items {
  position: relative;
  overflow: hidden;
}
.team_seciton_box .team_men_info h5 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
  color: #333;
}
.team_seciton_box .team_men_info .team_designation p {
  margin: 0;
  color: #135167;
  font-size: 16px;
  text-transform: capitalize;
}
.team_seciton_box .team_section_items:hover .team_overlay_items {
  opacity: 1;
  overflow: hidden;
  transition: all 0.3s linear;
}
.team_seciton_box .team_men_info {
  text-align: center;
  padding: 8px 0;
}
.brand_logo_item_box {
    height: 160px;
    background-color: #FFF;
    margin: 20px 8px;
    padding: 20px;
    transition: background 0.3s;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.brand_logos_item .brand_logo_item_box img {
    width: 120px !important;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial_section_item .testimonial_img img {
    width: 100px !important;
    height: 100px;
    border-radius: 10px;
    background: #fff;
}

.testimonial_section_box .testimonial_section_item .company-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: start;
}


.testimonial_section_box .testimonial_section_item .company-info p {
  margin: 0px;
}

.testimonial_section_item .testimonial_img {
  margin: 20px 0;
}
.testimonial_section_item .testimonial_contant {
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
}
.brand_logos_item .owl-dots button.owl-dot.active span {
  width: 35px;
  background: #444;
  transition: all 0.3s linear;
}
.brand_logos_item .owl-dots {
  margin: 0 !important;
}
section.team-area_section {
  background: #f1f1f1;
  padding: 30px 0;
}
section.team-area_section
  .team_seciton_box
  .owl-dots
  button.owl-dot.active
  span {
  width: 35px;
  background: #2c7d9b;
  transition: all 0.3s linear;
}
section.team-area_section .team_seciton_box .owl-dots {
  margin: 0 !important;
}
section.testimonial-area_section .testimonial_section_box .owl-dots {
  margin: 0 !important;
}
section.testimonial-area_section
  .testimonial_section_box
  .owl-dots
  button.owl-dot.active
  span {
  width: 35px;
  background: #2c7d9b;
  transition: all 0.3s linear;
}

section.testimonial-area_section {
      margin: 0;
      padding: 100px 0;
      background: #f2f2f2;
}






div#brand-logo-area {
  padding: 100px 0;
  margin: 0;
  background-image: url("/legenda12.gif");
}
.contact_waise_service_items .contact_waise_service_items_box {
    padding: 5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_waise_service_items .contact_waise_service_items_box h4 {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}

section.main_contact_section .contact_about_seciton h4 {
  font-weight: 600;
  font-size: 25px;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
section.main_contact_section .contact_about_seciton h5 {
  font-weight: 400;
  font-size: 20px;
  color: #333;
}
section.main_contact_section .contact_discription p {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
}
.contact_waise_service .section_title h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact_form_seciton .pg-contact-form h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin: 0;
}

section.contact-service {
    padding: 100px 0;
    background: rgba(160, 177, 185, 0.25);
}



section.main_contact_section .contact_form_seciton {
  padding: 20px 0;
}
section.main_contact_section .contact_waise_service {
  padding-bottom: 20px;
}
section.container_map_and_address_section {
  padding: 100px 0;
  background: rgba(196, 204, 207, 0.2);
}
.contact_map_section .section-title h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    text-align: left;
}
.contact_address_section .pg-contact-details h3 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
}
.contact_map_and_address .section_title h3 {
  font-size: 24px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
section.container_map_and_address_section .small-title.text-center {
  padding-bottom: 30px;
}
section#about_section_area {
  padding: 30px 0;
}
.software_feature_box_home i.fa {
  font-size: 30px;
  margin: 7px 13px 0 0;
  color: #333;
}
.software_feature_box_home .media-body h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  color: #444;
  margin: 0;
  line-height: 45px;
}
.software_feature_box_home .card-body {
  padding: 0;
}
.software_feature_box_home {
    height: 100%;
    background-color: #FFF;
    margin: 10px 10px 10px 10px;
    padding: 30px;
    transition: background 0.3s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 7px 60px 0 rgb(200 203 208 / .1450980392156863);
}
.software_feature_box_home .card {
  background: #fff;
  border: 0;
}
.software_feature_box_home .card-body p {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  color: #444;
}
section.testimonial-area_section .section-title h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
section.testimonial-area_section .section-title h4 {
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    color: #444;
}

.testimonial-title-content {
    display: flex;
    height: 100%;
    justify-content: left;
    align-items: center;
    background: white;
    padding: 60px 115px 60px 40px;
    box-shadow: 0 25px 50px rgba(83, 83, 97, 0.1);
}

.testimonial-title-content .section-title {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 40px;
}


section.testimonial-area_section .reviews {
    display: flex;
    gap: 10px;
    align-items: center;
}

section.testimonial-area_section .reviews ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    justify-content: start;
}

section.testimonial-area_section .reviews ul li {
  list-style: none;
}

section.testimonial-area_section a.explore i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #444;
    text-align: center;
    border-radius: 30px;
    color: #fff;
}

section.testimonial-area_section a.explore {
    color: #444;
    display: flex;
    gap: 10px;
}

section.testimonial-area_section .testimonial_section_box {
    padding-left: 200px;
}



.portfolio_header_contant {
  padding: 65px 0 100px 0;
}
.portfolio_header_contant .section_title h2 {
  color: #fff;
  text-transform: capitalize;
}

.portfolio_header_contant .section_contant select.form-select {
    height: 50px !important;
    font-size: 18px;
    color: #444;
    font-weight: 200;
    background-color: #FFF;
    margin: 9px 0;
    transition: background 0.3s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 7px 60px 0 rgb(200 203 208 / .1450980392156863);
}

.portfolio_section_items {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.portfolio_section_box .portfolio_section_contant {
    margin: 20px 0;
}


section.portfolio_section_area {
  padding: 30px 0;
}
section.portfolio_section_area .portfolio_section_box {
  margin: 15px 0;
  position: relative;
  height: 513px !important;
}
.portfolio_section_box .portfolio_section_contant h4 {
  color: #444;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 10px;
}
.portfolio_section_box .portfolio_section_contant .work_list ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #5f6466;
}

.portfolio_next_step_btn {
  text-align: center;
  padding: 10px 0;
}
.portfolio_next_step_btn a.btn {
  font-size: 18px;
  text-transform: capitalize;
  padding: 8px 80px;
  background: 0 0;
  border: 2px solid #00ade69c;
  border-radius: 0;
  color: #333;
}
section.subcategory_section_area {
  padding: 100px 0;
  background: rgba(160, 177, 185, 0.25);
}
section.subcategory_section_area .subcategory_box {
  background: #fff;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    box-shadow: 0 25px 50px rgba(83, 83, 97, 0.1);
}

section.subcategory_section_area .subcategory_box a {
    padding: 5px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


section.subcategory_section_area .subcategory_box .subcategory_icon .fa {
  font-size: 30px;
  margin: 15px 0;
  color: #444;
}
section.subcategory_section_area .subcategory_box .subcategory_title h4 {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    color: #444;
}

section.subcategory_section_area .section_title {
  padding-bottom: 25px;
}

section.subcategory_section_area .section_title h4 {
  font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px;
    color: #212121;
    text-transform: uppercase;
}
.order_now_section {
  background: #212121;
}
.order_now_section .section_title h4 {
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
}
.order_now_section .section_title {
  padding: 30px 0;
}
.order_now_section .order_now_btn {
  background: #212121;
  padding: 30px;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 500;
  color: #444;
  cursor: pointer;
}
.contact_map_and_address .contact_map_section .section-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact_address_section .contact_information a {
  display: block;
  margin: 5px 0;
  color: #333;
}
.order_now_section .order_now_btn a {
  color: #fff;
}

section.Ready_software_area_section .service-title-box {
    display: flex;
    justify-content: end;
    height: 100%;
}

section.Ready_software_area_section .service-title-box .service-box {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

section.Ready_software_area_section .service-title-box .service-box h4 {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}

section.Ready_software_area_section .service-title-box .service-box h4 span {
    color: maroon;
}

section.Ready_software_area_section .Ready_software_section_box {
    height: 100%;
    background-color: #00000014;
    margin: 10px 10px 10px 10px;
    padding: 30px 30px 20px 30px;
    transition: background 0.3s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 7px 60px 0 rgb(200 203 208 / .1450980392156863);
}



.Ready_software_section_box .Ready_software_icon .fa {
  font-size: 35px;
  margin-right: 8px;
  color: #362d2d;
}
.Ready_software_icon {
  min-height: 75px;
  margin-bottom: 10px;
}
.Ready_software_containt p {
  color: #444;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
  min-height: 100px;
}
.Ready_software_section_box .Ready_software_icon h4 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  line-height: 28px;
  margin: 0;
}

.Ready_software_hover_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  border-radius: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #338eae 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.Ready_software_hover_content a.btn {
  background: #ddd;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 0;
  position: absolute;
  color: #333;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.Ready_software_area_section {
    padding: 15px 0 0 0;
    margin: 50px 0;
    background: url(/legenda11.gif);
}
section.Ready_software_area_section .section-title {
  padding-bottom: 25px;
}
section.Ready_software_area_section .section-title h4 {
      font-size: 40px;
      font-weight: 400;
      line-height: 40px;
      margin: 0 0 10px;
      color: #212121;
      text-transform: uppercase;
}

.Ready_software_section_box .Ready_software_icon .media {
    flex-direction: column;
    gap: 25px;
}


.Ready_software_section_box:hover .Ready_software_hover_content {
  opacity: 1;
  transition: all 0.3s linear;
  background-position: left bottom;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s linear;
}
.portfolio_section_box .portfolio_section_contant .work_list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.protfolio_details_section {
    padding: 100px 0;
    background: #212121;
}

.protfolio_details_section .portfolio_overview h4 {
  color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    line-height: -0.2px;
    margin-bottom: 40px;
}

.protfolio_details_section .portfolio_overview p {
      font-size: 18px;
    font-weight: 400;
    line-height: -0.2px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-bottom: 20px;
}

.protfolio_details_section .specification_status ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.protfolio_details_section .specification_status ul li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
    font-size: 18px;
}

.protfolio_details_section .specification_status ul li strong {
    font-size: 20px;
}

.protfolio_details_section .protfolio_img {
    padding-top: 50px;
}

.protfolio_details_section .protfolio_img img {
    width: 100%;
}



.portfolio_overview_discription .section_title h2 {
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
}
.portfolio_overview_discription .portfolio_overview h4 {
  font-weight: 600;
  text-transform: capitalize;
  color: #333;
}
.portfolio_overview_discription .portfolio_overview p {
  font-size: 16px;
  text-transform: capitalize;
  color: #333;
}
.specification_status ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.core_feature_overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.core_feature_overview ul li {
  margin-bottom: 12px;
  background: #fff;
  padding: 12px 20px;
  font-size: 18px;
  color: #333;
  box-shadow: 0 2px 17px -1px rgb(0 0 0 / 8%);
}
.core_feture_section {
  padding: 30px 0;
  background: #f1f1f1;
}
.related_project_section {
  background: #f1f1f1;
  padding-top: 30px;
}
.project_gallary {
  padding: 100px 0;
}
.specification_status ul li .title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  margin-right: 10px;
  color: #333;
}
.specification_status ul li span.information {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
}
.specification_status .section_title h4 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.core_feture_section .section_title h4 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 5px;
}
.related_project_section .seciton_title h4 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
}

.project_gallary .seciton_title {
  padding-bottom: 25px;
}

.project_gallary .seciton_title h4 {
  font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px;
    color: #212121;
    text-transform: uppercase;
}
.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  background: #444 !important;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 26px !important;
  color: #fff !important;
  margin: 0;
  opacity: 0.5;
}
.owl-theme .owl-nav button.owl-next:hover {
  opacity: 1;
  transition: all 0.3s linear;
}
.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  background: #444 !important;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 26px !important;
  color: #fff !important;
  margin: 0;
  opacity: 0.5;
}
.owl-theme .owl-nav button.owl-prev:hover {
  opacity: 1;
  transition: all 0.3s linear;
}
section.portfolio_section_area_home
  .portfolio:hover
  .portfolio_section_items_overlay {
  opacity: 1;
  overflow: hidden;
  transition: all 0.3s linear;
}

.footer_contact_section .footer_contact_item a {
  display: block;
  color: #444;
}

.footer_contact_section .footer_contact_item a span.title {
  margin-right: 10px;
}

footer#footer .footer_top_seciton {
    padding-bottom: 50px;
}






.software_feature_section_home {
  background: #fff;
  padding: 30px 0;
}
.software_feature_section_home .section-title {
  text-align: center;
  margin: 0;
}
.software_feature_section_home .section-title h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    padding-bottom: 25px;
}

.software_feature_section_home .section-title h4 span {
  color: maroon;
}

.testimonial_background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.testimonial_section_item .testimonial_contant p {
  color: #444;
  font-size: 18px;
  text-transform: none;
  font-weight: 300;
  line-height: 25px;
  text-align: justify;
}
.portfolio_section_box {
  margin: 15px 0;
  height: 100%;
}

.portfolio_section_box .portfolio-img {
  position: relative;
}

section.portfolio_section_area_home .portfolio_header_contant .section_title h2 {
      font-size: 30px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
    color: #444;
}
section.portfolio_section_area_home
  .portfolio_section_box:hover
  .portfolio_section_items_overlay {
  opacity: 1;
  overflow: hidden;
  background-position: left bottom;
  color: #fff;
  transition: all 0.3s linear;
  border-radius: 15px;
}
section.portfolio_section_area_home .portfolio_section_items {
  height: 100%;
  border-radius: 15px;
}

.portfolio_section_box .portfolio-img img {
    border-radius: 15px;
}

section.portfolio_section_area_home .portfolio_header_contant {
    padding: 0;
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}

section.portfolio_section_area_home .portfolio_header_contant .section_title {
    margin: 0;
}

.about_our_company {
  padding: 100px 0;
}

.about_our_company .about_company_img {
    text-align: right;
}

.about_our_company .about_company_img img {
    max-width: 100%;
    border-radius: 10px;
}


.our_live_project_seciton {
  padding: 100px 0;
  background: rgba(160, 177, 185, 0.2);
}
.footer-widgets .single-widget.widget-quick-contact ul li p a {
  color: #fff !important;
}
.footer-widgets .single-widget.footer-widget-about .social_link a .fa {
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  border: 2px solid #f1f1f1;
}
.footer-widgets .single-widget.footer-widget-about .social_link a:hover .fa {
  transition: all 0.3s linear;
  background: #444;
  color: #fff;
}
.footer-widgets .single-widget.footer-widget-about .social_link {
  margin-top: 10px;
}
.footer_contact_section .section_title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.software_feature_box_home img {
  width: 55px;
  margin-right: 15px;
}
.software_feature_box_home .media {
  margin-bottom: 10px;
}
.section_title h4 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.seciton_title h4 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-transform: none;
}
.portfolio_section_box:hover .portfolio_section_items_overlay {
  opacity: 1;
  overflow: hidden;
  background-position: left bottom;
  color: #fff;
  transition: all 0.3s linear;
}
.bank_informaion_section {
  padding: 30px 0;
}
section.payment_procedure {
  padding: 30px 0;
}
section.payment_procedure ul li span {
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
section.payment_procedure ul {
  margin: 0;
}
.accordion-title {
  background: #444;
}
.accordion-title span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f68c26;
  font-weight: 700;
  padding: 15px 24px;
}
#cr-accordion {
  margin-top: 5px;
}
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0;
}
#accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 3px solid #444;
  text-decoration: none;
  background: #005a77c7;
  color: #fff;
}
#accordion .panel-heading a.collapsed:focus,
#accordion .panel-heading a.collapsed:hover {
  background-color: #444;
  color: #fff;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:focus::before,
#accordion .panel-heading a.collapsed:hover::before {
  color: #fff;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0;
}
#accordion .panel-heading a:not(.collapsed) {
  color: #fff;
  background-color: #387e95;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle::before {
  font-family: FontAwesome;
  content: "\f00d";
  float: left;
  color: #fff;
  font-weight: lighter;
  transform: rotate(0);
  margin-right: 20px;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #fff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
  margin-right: 20px;
}
div#accordion div#panelBodyOne p {
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
}
.contact_waise_service_items input[type="radio"] {
  display: none;
}
.contact_waise_service_items label {
  background-color: #fff;
  display: block;
  width: 100%;
}
.contact_waise_service_items label {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 25px 50px rgba(83, 83, 97, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  margin: 15px 0;
  padding: 20px;
  height: 100%;
}
.contact_waise_service_items label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  color: #fff !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.contact_waise_service_items label.checked {
  color: #fff !important;
}
.contact_waise_service_items label.checked:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.contact_waise_service_items label.checked .service_title h4 {
  color: #fff;
}
.header-bottom-area .navbar ul li a {
  color: #333;
  text-transform: capitalize;
  font-weight: 400;
}
.header-bottom-area nav.navbar {
  margin: 0;
  padding: 0;
}
.header-bottom-area nav.navbar ul.dropdown-menu {
    width: 350px;
    margin: 0 !important;
    border: 0;
    padding: 24px 28px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.header-bottom-area nav.navbar ul.dropdown-menu li a img {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.header-bottom-area nav.navbar ul.dropdown-menu li a {
  padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    white-space: normal;
}
.header-bottom-area nav.navbar ul.dropdown-menu li {
  margin-bottom: 0px;
  padding: 6px 10px;
}
.header-bottom-area nav.navbar ul.dropdown-menu li:hover a {
  color: #333 !important;
  transition: all 0.2s linear;
}
.header-bottom-area nav.navbar ul.submenu.dropdown-menu {
  top: 0;
  border: 0;
    padding: 24px 28px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.header-bottom-area nav.navbar ul.submenu.dropdown-menu li {
  margin: 0 !important;
}
.header-bottom-area nav.navbar ul.dropdown-menu .submenu_title p {
  padding-bottom: 6px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
  margin: 5px;
  border-bottom: 2px solid #e6e6e6 !important;
}
.header-bottom-area nav.navbar ul.dropdown-menu .submenu_title {
  text-align: left;
}
.header-bottom-area nav.navbar ul.dropdown-menu li a:hover {
  background: 0 0;
}
.cr-breadcrumb ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}
.cr-breadcrumb ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
.cr-breadcrumb ul.breadcrumb li + li:before {
  padding: 8px;
  color: #fff;
  content: "" !important;
}
.cr-breadcrumb ul.breadcrumb li a {
  color: #fff;
  text-decoration: underline;
}
.cr-breadcrumb ul.breadcrumb li a:hover {
  color: #20c8ff;
  text-decoration: underline;
}
section.subcategory_section_area .subcategory_box .subcategory_title {
  height: 50px;
}
div#mrks_package_content .pkg-pricing-title {
  padding-bottom: 25px;
}
.software_details_development_techlology {
  background: #212121 !important;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.software_details_development_techlology ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.software_details_development_techlology ul li {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
    font-size: 18px;
}

.software_details_development_techlology ul li strong {
    font-size: 20px;
}


section.software_module_seciton .software-modules {
    transform: translateY(-10%);
}

.software_details_development_techlology .section_title h4 {
  color: #fff;
}
.software_details_development_techlology ul li span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.software_details_development_techlology ul li .fa {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.software_details_development_techlology ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.software_detsils_discription p {
  color: #444;
  font-size: 16px;
  text-align: justify;
}
.software_details_development_techlology ul li .title {
  font-size: 18px;
  margin-right: 10px;
}
section.software_details_page_seciton {
  padding: 100px 0;
}
section.software_module_seciton .seciton_title h4 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  color: #fff;
}
section.software_module_seciton ul {
    padding: 0;
    list-style: none;
    height: 100%;
    background: #fff;
    padding: 50px;
}
section.software_module_seciton ul li span {
    font-size: 16px;
    letter-spacing: 0;
    color: #444;
    text-align: left;
}

section.software_module_seciton ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #e4e4e4;
}

section.software_module_seciton ul li svg {
    width: 22px;
}

section.software_module_seciton ul li .fa {
  font-size: 20px;
  color: #bbd2da;
  margin-right: 10px;
}

section.software_gallary_section .section_title {
  padding-bottom: 25px;
}

section.software_gallary_section .section_title h4 {
      font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
section.software_gallary_section {
  padding: 100px 0;
}
.software_module_seciton_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
}
.software_module_overlay {
  width: 100%;
  background: #338eae !important;
  height: 100%;
  padding: 20px;
}
.client-logo-area_section .section-title h4 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
}
section.payment_procedure .procedure_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.payment_procedure .procedure_list ul li .fa {
  font-size: 18px;
  text-transform: capitalize;
  color: #2f84a3;
  margin-right: 10px;
}
section.payment_procedure .procedure_list ul li span {
  font-size: 16px;
  text-transform: capitalize;
  color: #444;
}
.client-logo-area_section .client_logo_box {
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.client-logo-area_section .client_logo_box:hover img {
  filter: grayscale(0);
  transition: all 0.3s linear;
}
.client-logo-area_section .client-logo-area_section {
  padding: 30px 0;
}
.client-logo-area_section {
  padding: 30px 0;
}
.software_box_img img {
  border-radius: 15px;
}
div#mrks_package_content {
  padding-bottom: 30px;
}
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 49.25%;
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.client-logo-area_section .client_logo_box img {
  filter: grayscale(100%);
}
section.payment_procedure .single_payment {
  border: 1px solid #efefef;
  padding: 20px;
}

.our_live_project_seciton .section_title {
  padding-bottom: 25px;
}

.our_live_project_seciton .section_title h4 {
  font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px;
    color: #212121;
    text-transform: uppercase;
}
section.services-area_section .section-title h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}
section.team-area_section .section-title h2 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.counter-area .section-title h2 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
div#brand-logo-area .section-title h2 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.brand_logo_item_box img {
  filter: grayscale(100%);
}
.brand_logos_item .brand_logo_item_box:hover img {
  filter: grayscale(0);
}
.software_technology_section_home .technology_logo {
      height: 160px;
    background-color: #FFF;
    margin: 20px 8px;
    padding: 20px;
    transition: background 0.3s;
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.software_technology_section_home .technology_logo img {
    width: 120px !important;
    max-width: 100%;
    margin: 0 auto;
}

section.technology {
    padding: 100px 0;
    background: url(/legenda13.gif);
}






section.accordion-area .section_title h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
}
.order_now_section .order_now_btn span {
      line-height: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
section#about_section_area .about-content h3 {
  font-weight: 600;
  font-size: 25px;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.services_area_section_img .service-title-box .service-box {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
}

.services_area_section_img .service-title-box {
    display: flex;
    justify-content: end;
    height: 100%;
}

.services_area_section_img .service-title-box .service-box h4 {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}

.services_area_section_img .service-title-box .service-box h4 span {
    color: maroon;
}

.counter-area .our-achievement {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.counter-area .counter {
    height: 100%;
    background-color: #FFF;
    margin: 10px 10px 10px 10px;
    padding: 30px;
    transition: background 0.3s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 7px 60px 0 rgb(200 203 208 / .1450980392156863);
}

.counter-area .counter h1 {
    color: maroon;
}

.counter-area .counter h6 {
    font-size: 20px;
    color: #444;
}





section.team-area_section .section-title h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 25px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.counter-area .section-title h4 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
}
div#brand-logo-area h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 5px;
  color: #212121;
  text-transform: uppercase;
}

section.technology .section-title {
  padding-bottom: 25px
}

section.technology .section-title h4 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 0 10px;
  color: #212121;
  text-transform: uppercase;
}

section#blogs-area .section-title {
  padding-bottom: 25px
}

section#blogs-area .section-title h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 10px;
  color: #212121;
  text-transform: uppercase;
}

.contact_address_section {
  padding-top: 30px;
}
.contact_form_seciton .pg-contact-form h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.header-bottom-area nav.navbar li.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
section#about_section_area .section_title h4 {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
}
.portfolio-load-more-button .cr-btn {
  padding: 0 50px;
  line-height: 50px;
}
.portfolio_bg_overaly {
  background-image: linear-gradient(
    rgb(0 0 0 / 25%),
    rgb(0 0 0 / 85%)
  ) !important;
  width: 100%;
  height: 100%;
}
section.portfolio_section_area a.load-more {
  margin: 0 auto;
  background: #444;
  color: #2585a4;
  padding: 10px 25px;
  border: 1px solid #4fcaf2;
  background: linear-gradient(to right, #46a3c7 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.portfolio_bg_overlay {
  background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 85%));
  width: 100%;
  height: 100%;
}
section.accordion-area button {
  border: 0;
  background: #116c8a;
  padding: 15px 0;
  width: 100%;
  text-align: left;
  color: #fff;
}
section.accordion-area button span.faq_title {
  background: #444;
  padding: 15px;
  margin-right: 10px;
}
section.accordion-area .faq_contant {
  background: #fff;
  padding: 15px;
}
.search_engine_section {
  padding-bottom: 30px;
}
section.accordion-area button span.faq_arrow {
  float: right;
  margin: 0 15px;
}
.core_feature_overview ul li {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #444 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.core_feature_overview ul li:hover {
  background-position: left bottom;
  color: #fff;
  transition: all 0.3s linear;
}
.core_feature_overview ul li .fa {
  margin-right: 10px;
  color: #d42929;
}
main.header_mobile_btn {
  position: absolute;
  right: 0;
  top: 146px;
  overflow: hidden;
}
.icon_box {
  width: 68px;
  height: 40px;
  background-color: transparent;
  border: none;
}
.header_mobile_icone.container-lignes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  pointer-events: none;
}
.header_mobile_icone .ligne {
  position: absolute;
  width: 54px;
  height: 6px;
  background-color: #006080;
  border-radius: 5px;
  pointer-events: none;
}
.header_mobile_icone .ligne:nth-child(1) {
  top: 0;
}
.header_mobile_icone .ligne:nth-child(2) {
  top: 15px;
}
.header_mobile_icone .ligne:nth-child(3) {
  top: 30px;
}
.header_mobile_icone .ligne:nth-child(1),
.header_mobile_icone .ligne:nth-child(3) {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out, top 0.3s 0.3s ease-in-out;
}
.header_mobile_icone .ligne:nth-child(2) {
  transition: opacity 0.3s 0.3s ease-in-out;
}
.header_mobile_icone.active .ligne:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
  transition: top 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.header_mobile_icone.active .ligne:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.header_mobile_icone.active .ligne:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
  transition: top 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.carrer_card_items .address_location ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carrer_card_items .address_location ul li {
  margin: 7px 0;
}
.single_careear-card .careear_title h4 {
  margin: 0;
  color: #333;
  font-size: 22px;
  margin-bottom: 5px;
}
.single_careear-card .date_line_section {
  margin-top: 96px;
}
.single_careear-card .company_logo {
  text-align: right;
}
section.careear_section_area {
  padding: 100px 0;
}
.carrer_card_items .address_location ul li a {
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
}
.carrer_card_items .address_location ul li a .fa {
  margin-right: 10px;
}
.single_careear-card {
  padding: 20px;
  border: 1px solid #ececec;
  margin: 15px 0;
  box-shadow: 0 4px 8px 0 rgb(162 162 162 / 20%), 0 0 0 0 rgb(195 195 195 / 19%);
  border-radius: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #338eae 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.single_careear-card:hover {
  opacity: 1;
  background-position: left bottom;
  color: #fff;
  border-radius: 0;
  transition: all 0.3s linear;
}

section.careear_section_area .section_title {
  padding-bottom: 25px;
}

section.careear_section_area .section_title h4 {
      font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px;
    color: #212121;
    text-transform: uppercase;
}
.header-bottom-area nav.navbar ul.dropdown-menu li:hover {
  background: #444;
  color: #fff;
  transition: all 0.3s linear;
}
.single_footer_contant_section {
  height: 100%;
    background-color: #FFF;
    padding: 30px 30px 20px 30px;
    transition: background 0.3s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 7px 60px 0 rgb(200 203 208 / .1450980392156863);
}
.services_area_section_img {

}

.testimonial_area_bg_overlay {
  background: #8e8e8ee0;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.owl-dots button.owl-dot.active span {
  width: 35px;
  background: #2c7d9b;
  transition: all 0.3s linear;
}
.header-bottom-area nav.navbar ul.dropdown-menu li:hover > a.dropdown-item {
  color: #fff !important;
  transition: all 0.3s linear;
}
.header-bottom-area nav.navbar ul.navbar-nav > li > a {
  color: #fff !important;
  padding: 22px 0;
}
.header-bottom-area nav.navbar ul.navbar-nav > li:hover a {
  color: #444;
  transition: all 0.3s linear;
}
.mobile_menu_header .mobile-menu-wrapper .navbar_brand {
  background: #fff;
  padding: 10px;
}
.is-sticky .mobile-menu-wrapper main.header_mobile_btn {
  top: 14px;
}
.breadcrumb_bg_overlay {
  background: #000000a1;
  width: 100%;
  height: 100%;
}
.footer_top_area_bg_img {
  background: #212121;
}

.footer_url_link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_url_link ul li {
  display: inline-block;
}
.footer_url_link ul li a {
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 300;
}
.team_men_img img {
  filter: grayscale(100%);
}
section.portfolio_section_area .portfolio_section_box .portfolio_section_items {
  height: 513px !important;
}
label {
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
select {
  z-index: 3;
  float: left;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  height: 0 !important;
  margin: 0;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 384px;
  padding: 0 104px 0 25px;
  font-weight: 100;
  color: #6e7c83;
  line-height: 50px;
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.custom-select-trigger:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
  box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
.custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #c7d1d6;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #c7d1d6;
  border-right: 1px solid #c7d1d6;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
  box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
  z-index: 99;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font: 13px/1.5 Roboto, sans-serif;
  font-weight: 600;
  color: #333;
  line-height: 47px;
  cursor: pointer;
  transition: all 50ms ease-in-out;
  border-bottom: 1px solid #f1f1f1;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-option.selection,
.custom-option:hover {
  color: #fff;
  background-color: #444;
}

section.portfolio_section_area_home .custom-select-trigger {
  border: 1px solid #ddd;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.portfolio_header_contant .custom-select-trigger {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.project_gallary_box .project_img img {
  height: 390px;
}
.related_project_section .related_project_box .portfolio_section_items {
  height: 377px;
}
.software_technology_section_home .technology_logo p {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  display: none;
  margin: 5px 0;
}

.contact_information span.icon .fa {
  margin-right: 8px;
}

.service_section_box .service_containt .section_header h4 {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 28px;
  text-align: left;
  margin-top: 20px;
  text-transform: uppercase;
  max-width: 50%;
}

.team_secition_item_box .team_men_img img {
  height: auto;
}

.header-bottom-area nav.navbar ul.dropdown-menu li a .fa {
  margin-right: 5px;
}
.header-bottom-area nav.navbar ul.dropdown-menu li:hover a .fa {
  opacity: 1;
}
.testimonial_section_item .testimonial_contant h5 {
  color: #fff;
}
.header-bottom-area .dropdown-toggle::after {
  display: inline-block;
  font-family: FontAwesome;
  width: 0;
  height: 0;
  vertical-align: 0.255em;
  content: "\f107";
  border-top: 0.3em solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
  position: absolute;
  top: 16px;
}

.header-bottom-area .navbar-nav {
  gap: 45px;
}

.header-bottom-area .navbar-nav > li {
  font-size: 18px !important;
}

.single-widget.widget-recent-post ul li a img {
    max-width: 100px;
}

.slide-mobile {
  display: none !important;
}
.footer_menu_section .footer_menu_items .btn img {
  width: 40px;
  border-radius: 50%;
  position: relative;
  margin-top: -20px;
}
.footer_menu_section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #212121;
  z-index: 999;
  display: none;
}
.footer_menu_section .footer_menu_items {
  text-align: center;
  padding: 10px 0;
}
.footer_menu_section .footer_menu_items .btn {
  width: 19%;
  border: 0;
  outline: 0;
}
.footer_menu_section .footer_menu_items .btn .fa {
  font-size: 22px;
  color: #fff;
}
section.portfolio_section_area_home label {
  width: 100%;
  float: left;
  margin-left: 25px;
  margin-bottom: 10px;
}
section.portfolio_section_area_home .center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.portfolio_section_area_home select {
  z-index: 3;
  float: left;
}
section.portfolio_section_area_home .custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
  cursor: pointer;
}
section.portfolio_section_area_home .custom-select-wrapper select {
  display: none;
}
section.portfolio_section_area_home .custom-select {
  position: relative;
  display: block;
  font: 13px/1.5 Roboto, sans-serif;
  height: 50px;
}
section.portfolio_section_area_home .custom-select-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 104px 0 25px;
  font-weight: 100;
  color: #6e7c83;
  line-height: 36px;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}
section.portfolio_section_area_home .custom-select-trigger:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
  box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
section.portfolio_section_area_home .custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 35px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #c7d1d6;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
section.portfolio_section_area_home .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #c7d1d6;
  border-right: 1px solid #c7d1d6;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
section.portfolio_section_area_home
  .custom-select.opened
  .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
section.portfolio_section_area_home .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}
section.portfolio_section_area_home .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  pointer-events: all;
  background: #fff !important;
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
  box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
section.portfolio_section_area_home .option-hover:before {
  background: #f9f9f9;
}
section.portfolio_section_area_home .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font: 13px/1.5 Roboto, sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  line-height: 47px;
  cursor: pointer;
  transition: all 50ms ease-in-out;
}
section.portfolio_section_area_home .custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
section.portfolio_section_area_home .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-option.selection,
section.portfolio_section_area_home .custom-option:hover {
  color: #fff;
  background-color: #49e2bb;
}
.main_portfolio_section label {
  width: 100%;
  float: left;
  margin-left: 25px;
  margin-bottom: 10px;
}
.main_portfolio_section .center {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_portfolio_section select {
  z-index: 3;
  float: left;
}
.main_portfolio_section .custom-select-wrapper {
  position: relative;
  display: block;
  user-select: none;
  cursor: pointer;
}
.main_portfolio_section .custom-select-wrapper select {
  display: none;
}
.main_portfolio_section .custom-select {
  position: relative;
  display: block;
  font: 13px/1.5 Roboto, sans-serif;
  height: 50px;
}
.main_portfolio_section .custom-select-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 104px 0 25px;
  font-weight: 100;
  color: #6e7c83;
  line-height: 36px;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-transform: capitalize;
}
.main_portfolio_section .custom-select-trigger:hover {
  -webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
  box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
.main_portfolio_section .custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 35px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #c7d1d6;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.main_portfolio_section .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #c7d1d6;
  border-right: 1px solid #c7d1d6;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.main_portfolio_section .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.main_portfolio_section .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
}
.main_portfolio_section .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  pointer-events: all;
  background: #fff !important;
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
  box-shadow: 0 10px 50px 0 rgba(43, 111, 246, 0.1);
}
.main_portfolio_section .option-hover:before {
  background: #f9f9f9;
}
.main_portfolio_section .custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font: 13px/1.5 Roboto, sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  line-height: 47px;
  cursor: pointer;
  transition: all 50ms ease-in-out;
}
.main_portfolio_section .custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.main_portfolio_section .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-option.selection,
.main_portfolio_section .custom-option:hover {
  color: #fff;
  background-color: #49e2bb;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.team_men_img img:hover {
  filter: grayscale(0);
  transition: all 0.3s linear;
}
.mobile_menu_header .mobile-menu-wrapper {
  padding: 15px 10px;
  background: #fff;
}
.mobile_menu_header main .first {
  right: 6px;
  position: absolute;
  border: 0;
  background: 0 0;
  color: #fff;
  font-size: 30px;
  top: 24px;
}
.login-form-new-inner label {
  margin-bottom: 5px !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #333;
}
.login-form-new-inner input[type="text"] {
  padding: 10px !important;
  height: 40px !important;
}
.login-form-new-inner input {
  height: 40px;
  border: 1px solid #59b1cf;
  padding: 10px !important;
}
.login-form-new-inner .form-input {
  margin-bottom: 5px;
}
.login-form-new-inner button.singup_submit_btn {
  margin-top: 50px;
  padding: 10px 20px;
  border: 0;
  background: #ddd;
  color: #fff;
  color: #1e6b85;
  border: 1px solid #2dc4f8;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #459dbb 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.login-form-new-inner button.login_submit_btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: 0;
  background: #ddd;
  color: #1e6b85;
  border: 1px solid #2dc4f8;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #459dbb 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.login-form-new-inner p {
  margin: 0;
  padding-top: 10px;
}
.login-form-new-inner button.login_submit_btn:hover {
  background-position: left bottom;
  color: #fff;
  transition: all 0.3s linear;
}
.login-form-new-inner button.singup_submit_btn:hover {
  background-position: left bottom;
  color: #fff;
  transition: all 0.3s linear;
}
.service_section_box .service_containt .section_contant .btn {
  background: #3a9ad4;
  padding: 4px 8px;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  width: 129px;
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translate(-50%, 10px);
}

.testimonial_section_item p {
  color: #444;
}
.testimonial_section_item h4 {
    color: #444;
    margin: 0;
    font-size: 20px;
}

section.testimonial-area_section .testimonial_section_box .testimonial_section_item {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.portfolio-load-more-button .btn {
    padding: 12px 35px;
    transition: all 0.5s ease-out;
    color: maroon;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid maroon;
    font-weight: 700;
}
.portfolio-load-more-button .btn:hover {
  background-color: maroon;
  color: #fff;
  transition: all 0.3s linear;
}
.about-content .btn {
    padding: 12px 35px;
    transition: all 0.5s ease-out;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid maroon;
    font-weight: 700;
    background: maroon;
}

.portfolio-load-more-button {
    text-align: center;
    margin-top: 25px;
}

section#about_section_area .video_section {
    background-color: #FFF;
    margin: 10px 10px 10px 10px;
    padding: 30px 30px 20px 30px;
    transition: background 0.3s;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 7px 60px 0 rgb(200 203 208 / .1450980392156863);
}

section#about_section_area .video_section iframe {
    border: 0;
    border-radius: 15px;
}






.about-content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  text-align: justify;
  margin: 0px;
}
.single-banner-content .btn {
  padding: 12px 35px;
    transition: all 0.5s ease-out;
    color: maroon;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid maroon;
    font-weight: 700;
}
.single-banner-content .btn:hover {
      background: maroon;
    color: #fff;
    transition: all 0.3s linear;
}

.single-banner-content .btn-groups {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.main_slider_seciton .slider_img_box {
    background: radial-gradient(circle, rgb(0 0 0) 0%, rgb(4 4 4) 100%);
    padding-bottom: 80px;
}

section.portfolio_section_area a.load-more:hover {
  background-position: left bottom;
  color: #fff;
  transition: all 0.3s linear;
}

.pg-contact-form .single-input .btn {
      padding: 12px 35px;
    transition: all 0.5s ease-out;
    color: #212121;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #212121;
    font-weight: 700;
    background: #fff;
}
.pg-contact-form .single-input .btn:hover {
  background-color: #212121;
    color: #fff;
    transition: all 0.3s linear;
}
.pg-contact-form .single-input .btn:active {
  border: 0;
  outline: 0;
}
.pg-contact-form .small-title h3.contact-form-title {
      font-size: 30px;
    font-weight: 900;
    line-height: normal;
    margin: 0;
    padding-bottom: 25px;
    text-align: center;
}
.job_summary_section {
  background: #338eae;
  padding: 10px;
  color: #fff;
}
section.carrear_details_area {
  background: rgb(255 255 255);
  padding: 20px 0;
}
.carrear_details_containt h5 {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #333;
}
.carrear_details_containt ul {
  padding-left: 30px;
  list-style: lower-roman;
}
.application_footer {
  text-align: center;
  padding: 20px 0;
}
.apply_btn {
  text-align: center;
  background: #fff;
  margin: 0 30%;
  padding: 30px;
}
.job_summary_section .summary_contant ul {
  list-style: square;
  padding-left: 30px;
}
section.carrear_details_area .section_title h4 {
  margin: 0;
}
.apply_btn a.btn {
  background: #2685a4;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
}
.apply_btn p {
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  font-weight: 500;
}
.application_footer h4 {
  font-size: 22px;
  color: #333;
  margin: 0;
}
.application_footer h4 {
  font-size: 22px;
  color: #333;
  margin: 0;
}
.application_footer p {
  margin: 0;
  font-size: 16px;
  color: #333;
}
.carrear_details_containt ul li {
  color: #333;
}
.contact_form_seciton .single-input {
  margin: 10px;
}

.header .header-iconline ul li .btn {
  background: maroon;
    font-size: 14px;
    padding: 6px 10px;
    line-height: 14px;
    border-radius: 25px;
    color: #fff;
}


.contact_map_and_address .map-info {
    display: flex;
    align-items: start;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin-left: 50px;
        gap: 20px;
}

.contact_map_and_address .map-info .contact_information {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact_map_and_address .map-info .contact_information a {
  color: #444;
}

section.main_contact_section {
    padding: 100px 0;
}

section.main_contact_section h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}










.header .header-iconline ul li .btn i {
    color: #fff;
}

.mobile_slider {
  display: none;
}
.mobile_slider .contant {
  text-align: left;
  padding: 62px 10px;
  color: #fff;
}
.main_slider_seciton .slider_img_box .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.pkg-pricing-title h3 {
  margin: 0;
}
section.team-area .pkg-pricing-title h3 {
  margin: 0 !important;
}

.Ready_software_section_box .Ready_software-items a.btn {
    padding: 12px 35px;
    transition: all 0.5s ease-out;
    color: #212121;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #212121;
    font-weight: 700;
}

.Ready_software_section_box .Ready_software-items a.btn:hover {
  background: #212121;
  color: #fff;
}

.about_img_section img {
  width: 100%;
}
.single_careear-card:hover .carrer_card_items h4 {
  color: #fff;
}
.single_careear-card:hover .carrer_card_items p {
  color: #fff;
}
.single_careear-card:hover .carrer_card_items .address_location ul li a {
  color: #fff;
}
.header-bottom-area nav.navbar ul.sub-menu-items:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
  position: absolute;
  top: -13px;
  left: 24px;
}
div#stores a label {
  padding: 5px 10px !important;
  margin-left: 10px;
  color: #2d768f;
  cursor: pointer;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}
li.has-submenu .submenu a label {
  padding-left: 20px !important;
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
  margin-bottom: 5px;
}
.mobile_menu_header {
  display: none;
}
.mobile_menu_header a.navbar_brand_mobile img {
  padding: 11px 5px;
}
.about_page_background_img {
  background-image: url(https://cdn.wallpapersafari.com/21/60/Qdhbm1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.about_page_background_color {
  background: #8e8e8ee0;
  padding: 20px 0;
}

section.mission-vission {
    background: rgba(160, 177, 185, 0.25);
    padding: 100px 0;
    height: 100%;
}

section.mission-vission .about-mission {
    height: 100%;
    padding: 0 50px;
}

section.mission-vission h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px;
    color: #212121;
    text-transform: uppercase;
}

.header-bottom-area nav.navbar ul.dropdown-menu li a:focus {
  background: 0 0;
}
.zeynep {
  background-color: #fff;
  color: #404143;
  width: 295px;
}
.zeynep ul {
  list-style-type: none;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}
.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 150ms;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}
.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}
.zeynep ul > li.has-submenu > a {
  background-image: url(../images/submenu-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}
.zeynep ul > li.has-submenu > a:hover {
  background-image: url(../images/submenu-arrow-active.svg);
}
.zeynep .submenu {
  background-color: #fff;
  left: 295px;
}
.zeynep .submenu-header {
  background-image: url(../images/menu-back.svg);
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}
.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 20px;
  text-decoration: none;
}
.zeynep .submenu-header > a:before {
  background-image: url(../images/submenu-arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}
.zeynep .submenu > label {
  color: #e77691;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 19px;
  opacity: 0.5;
  padding-left: 40px;
  width: 100%;
}
body {
  left: 0;
}
.zeynep-opened body {
  overflow: hidden;
}
.zeynep {
  right: auto;
  left: 0;
} /*!
*/
.zeynep {
  bottom: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  height: 100vh !important;
  top: 0;
  transform: translateX(-100%);
  z-index: 1011;
}
.zeynep .submenu:not(.no-transition),
.zeynep:not(.no-transition) {
  transition: all 250ms;
}
.zeynep-overlay {
  background-color: rgba(0, 0, 0, 0.42);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
}
.zeynep-opened .zeynep-overlay {
  display: block;
}
.zeynep.opened {
  pointer-events: auto;
  transform: translateX(0);
}
.zeynep.submenu-opened {
  overflow: hidden;
}
#btn_career_apply {
  color: #fff;
  background-color: #338eae;
  border-color: #338eae;
}
.zeynep .submenu {
  bottom: 0;
  min-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}
.job_summary_section h4 {
  color: #fff;
  line-height: 43px;
  margin-bottom: 13px !important;
  border-bottom: 1px solid #2a7a96;
}
.zeynep .submenu.opened {
  left: 0;
  pointer-events: auto;
}
.zeynep .submenu.opened:not(.current) {
  overflow: hidden;
}


.breadcrumb-option {
    background: radial-gradient(circle, rgb(34 35 38) 0%, rgb(4 4 4) 100%);
}

.breadcrumb-option .breadcrumb-images {
  padding-top: 250px;
}

section.services-area.about-us {
    padding: 100px 0;
}

section.services-area.page-management {
    padding: 100px 0;
}

section.services-area_section {
    /* background: rgba(160, 177, 185, 0.25); */
    padding: 100px 0;
    background-image: url("/legenda12.jpg");

  /* Set a specific height */
    min-height: 500px;

  /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.services-area_section .section-title h4 {
  font-size: 40px;
  font-weight: 4000;
  line-height: 40px;
  margin: 0 0 10px;
  color: #212121;
  text-transform: uppercase;
}

section.services-area_section .section-title {
    margin-bottom: 25px;
}

div#brand-logo-area .section-title {
    margin-bottom: 25px;
}


section.portfolio_section_area_home {
  padding: 100px 0 !important;
  background: rgba(160, 177, 185, 0.2);
}

section.portfolio_section_area_home .section-title {
    margin-bottom: 25px;
}

section.portfolio_section_area_home .section-title h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 10px;
    color: #212121;
    text-transform: uppercase;
}



.portfolio_section_items_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  padding: 20px;
  opacity: 0;
  border-radius: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #212121 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.portfolio_section_items_overlay .company_title h4 {
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;=
    margin: 0;
    font-size: 20px;
}

.portfolio_section_items_overlay .company_discription p {
font-size: 16px;
color: #fff;
text-align: justify;
}

.portfolio_section_items_overlay .more_btn .btn {
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 18px;
  padding: 4px 20px;
  text-transform: capitalize;
  color: #fff;
}

.portfolio_section_items_overlay .more_btn .btn:hover {
  background: #fff;
  transition: all .3s linear;
  color: #333;
}

section.portfolio_section_area .portfolio_section_box:hover .portfolio_section_items_overlay {
  opacity: 1;
  overflow: hidden;
  background-position: left bottom;
  color: #fff;
  transition: all .3s linear;
  border-radius: 15px !important;
}


.portfolio_section_items_overlay .company_status {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.portfolio_section_items_overlay .company-short-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.portfolio_section_items_overlay a.explore i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    color: #444;
}

.portfolio_section_items_overlay a.explore {
    color: #fff;
    display: flex;
    gap: 10px;
}

.main_slider_seciton video {
    position: absolute;
    width: 63%;
    right: 0;
    top: 74px;
    mix-blend-mode: color-dodge;
    z-index: 5;
}

header.header .header-bottom-area {
    background: transparent;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #444;
}

.main_slider_seciton .single-banner-content {
    padding-top: 100px;
    position: relative;
    z-index: 9;
}

section.services-area.about-us .about_img_section {
    background: #444;
    padding: 40px;
    margin-left: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.services-area.about-us a {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    color: #ddd;
}

section.services-area.about-us a i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

section.blogs-area {
    background:url(/legenda20.gif) !important;
}

section.services-area.about-us .about_img_section h4 {
    color: #fff;
}

.explore {
  transform: translate3d(0, 6rem, 0);
  opacity: 0;
  visibility: none;
  transition-property: opacity, transform visibility;
}

.service_section_box:hover .explore {
  transform: translate3d(0, 0, 0);
  transition-duration: .3s;
  opacity: 1;
  visibility: 1;
}

.Ready_software_section_box .Ready_software-items a.btn i {
  transform: translate3d(2rem, 0, 0);
  opacity: 0;
  visibility: none;
  transition-property: opacity, transform visibility;
}

.Ready_software_section_box:hover .Ready_software-items a.btn i {
  transform: translate3d(0, 0, 0);
  transition-duration: .3s;
  opacity: 1;
  visibility: 1;
}

.service_section_box {
  transform: scale(1);
  overflow: hidden;
  transition-property: transform;
}

.service_section_box:hover {
  transform: scale(1.02);
  transition-duration: .3s;
}

section.Ready_software_area_section .Ready_software_section_box {
  transform: scale(1);
  overflow: hidden;
  transition-property: transform;
}

section.Ready_software_area_section .Ready_software_section_box:hover {
  transform: scale(1.02);
  transition-duration: .3s;
}

.software_details_page_seciton .tab-pane {
  display: none;
  border-top: none;
}

.software_details_page_seciton .tab-pane.active {
  display: block;
}

section.software_details_page_seciton .tabs {
    border: 0px;
}

section.software_details_page_seciton .tabs .tab-header {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

section.software_details_page_seciton .tabs .tab-header button {
    border: 0;
    background: transparent;
    font-size: 30px;
    font-weight: 700;
    color: #919191;
    line-height: normal;
    outline: none;
}

section.software_details_page_seciton .tabs .tab-header button.active {
  color: #444;
}

section.software_details_page_seciton .service ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 30px;
}

section.software_details_page_seciton .service ul li {
  list-style: none;
  text-align: center;
}

section.software_details_page_seciton .service ul li .images {
    background: #212121;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0px 25px 50px 0 rgb(224 224 224 / 10%);
}

section.software_details_page_seciton .service ul li a {
  color: #444;
}

section.software_details_page_seciton .service ul li a p {
  margin: 0px;
}



.payment-package table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    }
    .payment-package thead {
      background: #f1f4f6;
    }
    .payment-package th,
    .payment-package td {
      padding: 1rem;
      border: 1px solid #e5e7eb;
    }
    .payment-package th {
      text-align: center;
      font-weight: 600;
      font-size: 1rem;
    }
    /* plan headers */
    .payment-package .plan-basic {
      color: #26a56b;
    }
    .payment-package .plan-standard {
      color: #2bb4ad;
    }
    .payment-package .plan-advance {
      color: #ff4d4d;
    }
    /* check / cross styling */
    .payment-package .check {
      font-size: 1.2rem;
      color: #2bb4ad;
    }
    .payment-package .check-basic {
      color: #26a56b;
    }
    .payment-package .check-advance {
      color: #ff4d4d;
    }
    .payment-package .cross {
      font-size: 1.2rem;
      color: #ccd1d4;
    }
    /* mobile */
    @media (max-width: 768px) {
      .payment-package thead {
        position: absolute;
        left: -9999px;
        top: -9999px;
      }
      .payment-package tr {
        display: block;
        margin-bottom: 1.25rem;
        border: 1px solid #e5e7eb;
        border-radius: 6px;
        overflow: hidden;
      }
      .payment-package td {
        display: block;
        text-align: right;
        border: none;
        border-bottom: 1px solid #e5e7eb;
        padding: 0.75rem 1rem;
        position: relative;
      }
      .payment-package td:last-child {
        border-bottom: none;
      }
      .payment-package td[data-label]:before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
      }
    }
    
    
    .portfolio_section_box:hover .more_btn .explore {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    /* position: relative; */
}