@charset "UTF-8";
@import url('../vendor/animate/animate.min.css');
@import url('../icons/ic-icons/icons.css');
@import url('../vendor/bootstrap/css/bootstrap.min.css');
:root {
  --primary: #2c70b9;
  --secondary: #fccc00;
  --primary-hover: #2180e6;
  --primary-dark: #28588b;
  --rgba-primary-1: rgba(0, 134, 240, 0.1);
  --rgba-primary-2: rgba(0, 134, 240, 0.2);
  --rgba-primary-3: rgba(0, 134, 240, 0.3);
  --rgba-primary-4: rgba(0, 134, 240, 0.4);
  --rgba-primary-5: rgba(0, 134, 240, 0.5);
  --rgba-primary-6: rgba(0, 134, 240, 0.6);
  --rgba-primary-7: rgba(0, 134, 240, 0.7);
  --rgba-primary-8: rgba(0, 134, 240, 0.8);
  --rgba-primary-9: rgba(0, 134, 240, 0.9);
  --font-family-base: Roboto, sans-serif;
  --border-radius-base: 4px;
  --border-radius-sm: 8px;
  --border-radius-lg: 30px;
  --font-family-title: Roboto, sans-serif;
  --title: #051136;
  --special: #0068ff;
  --rgba-special-1: rgba(0, 104, 255, 0.1);
  --rgba-special-2: rgba(0, 104, 255, 0.2);
  --rgba-special-3: rgba(0, 104, 255, 0.3);
  --rgba-special-4: rgba(0, 104, 255, 0.4);
  --rgba-special-5: rgba(0, 104, 255, 0.5);
  --rgba-special-6: rgba(0, 104, 255, 0.6);
  --rgba-special-7: rgba(0, 104, 255, 0.7);
  --rgba-special-8: rgba(0, 104, 255, 0.8);
  --rgba-special-9: rgba(0, 104, 255, 0.9);
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #777777;
  font-size: 15px;
  font-family: var(--font-family-base);
}

h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title);
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-family-base);
  font-weight: 700;
  color: var(--title);
}

h2,
.h2 {
  line-height: 1.4;
}
@media only screen and (max-width: 1400px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6 {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

ul {
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  color: var(--primary-hover);
}

.callmailcolor {
  color: #fff !important;
}

.text-primary {
  color: var(--primary) !important;
}

b {
  font-weight: 500;
}

.text-white h2,
.text-white .h2,
.text-white h3,
.text-white .h3,
.text-white h4,
.text-white .h4,
.text-white h5,
.text-white .h5,
.text-white h6,
.text-white .h6 {
  color: #fff;
}

::selection {
  color: #fff;
  background: var(--primary);
}

.row.sp10,
.sp10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.sp10 [class*='col-'],
.sp10 [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

[class*='flaticon-'] {
  font-family: 'Flaticon';
}

@media only screen and (max-width: 991px) {
  .ic-order-1 {
    order: 1;
    margin-top: 20px;
  }
}
.content-inner {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1400px) {
  .content-inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.content-inner-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1400px) {
  .content-inner-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m-t20 {
  margin-top: 20px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b50 {
  margin-bottom: 50px;
}

.bg-img-fix {
  background-attachment: unset;
  background-size: cover;
}

.sticky-top {
  top: 120px;
}

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section {
  position: relative;
  z-index: 1;
}

.section-head {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .section-head {
    margin-bottom: 30px;
  }
}
.section-head h2,
.section-head .h2,
.section-head h3,
.section-head .h3,
.section-head h4,
.section-head .h4,
.section-head h5,
.section-head .h5,
.section-head h6,
.section-head .h6 {
  font-family: var(--font-family-title);
}
.section-head p {
  font-size: 15px;
  line-height: 1.5;
}
.section-head.text-center p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.row.sp10,
.sp10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.sp10 [class*='col'],
.row.sp10 [class*='col'],
.sp10 [class*='col'],
.sp10 [class*='col'] {
  padding-left: 10px;
  padding-right: 10px;
}

.scale3 {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.form-control {
  height: 60px;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: var(--border-radius-sm);
}
.form-control span {
  margin-top: 0;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::placeholder {
  color: #777777;
}
.form-control:focus,
.form-control:active,
.form-control.active {
  border-color: var(--primary);
}
.form-control.style-1 {
  height: 60px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  transition: all 0.3s ease-in-out;
  background: #e7e7e7;
}
.form-control.style-1:focus,
.form-control.style-1:active,
.form-control.style-1.active {
  border-color: var(--primary);
  background: transparent;
}

textarea.form-control {
  min-height: 120px;
}

textarea {
  height: 120px;
  resize: none;
}

input:-internal-autofill-selected {
  background: white;
  background-image: none;
  color: -internal-light-dark-color(black, white);
}

.ic-form.radius-no .form-control {
  border-radius: 0;
}
.ic-form .form-control {
  border-radius: var(--border-radius-sm);
}
.ic-form.style-1 {
  padding: 50px;
  z-index: 1;
  position: relative;
  border-radius: var(--border-radius-base);
}
.ic-form.style-1 .form-control {
  background: rgba(145, 145, 145, 0.3);
  border: 0;
  color: #051136;
  border-radius: var(--border-radius-sm);
}
.ic-form.style-1 .form-control::-webkit-input-placeholder {
  color: #fff;
}
.ic-form.style-1 .form-control:-ms-input-placeholder {
  color: #fff;
}
.ic-form.style-1 .form-control::placeholder {
  color: #051136;
}
.ic-form.style-1 textarea {
  height: unset;
  min-height: unset;
  padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
  .ic-form.style-1 {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-form.style-1 {
    padding: 25px;
  }
  .ic-form.style-1 .section-head {
    margin-bottom: 20px;
  }
}
.ic-form.style-2 .form-control {
  height: 60px;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  transition: all 0.3s ease-in-out;
  background: #e7e7e7;
}
.ic-form.style-2 .form-control:focus,
.ic-form.style-2 .form-control:active,
.ic-form.style-2 .form-control.active {
  border-color: var(--primary);
  background: transparent;
}
.ic-form.style-3 .input-group {
  margin-bottom: 20px;
}
.ic-form.style-3 textarea {
  height: 120px !important;
  border-radius: var(--border-radius-sm) !important;
  resize: none;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

.btn {
  padding: 18px 30px;
  display: inline-flex;
  border-radius: var(--border-radius-lg);
  font-size: 15px;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 14px 25px;
    font-size: 14px;
  }
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary:hover {
  color: #fff;
}
.btn i {
  font-size: 18px;
  line-height: 1;
}
.btn:after {
  content: '';
  background: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -35%;
  top: -10%;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
}
.btn:hover:after {
  left: 130%;
}

.btn-primary {
  border-color: var(--primary);
  background-color: var(--primary);
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}

.btn-link {
  color: var(--primary);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--primary-hover);
}

.ic-separator {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 8px;
  position: relative;
}
.ic-separator.m-b0 {
  margin-bottom: 0;
}

.ic-separator.style-1 {
  height: 8px;
  display: block;
  width: 82px;
  position: relative;
  margin: 0;
}
.ic-separator.style-1:before,
.ic-separator.style-1:after {
  content: '';
  height: 1px;
  width: 80px;
  position: absolute;
  background: var(--primary);
  left: 0;
}
.ic-separator.style-1:after {
  width: 80%;
  bottom: 0;
}
.ic-separator.style-1:before {
  width: 100%;
  top: 0;
}
.ic-separator.style-2 {
  width: 45px;
  height: 2px;
  background-color: #000;
}

.overlay-black-light,
.overlay-black-middle {
  position: relative;
}
.overlay-black-light:before,
.overlay-black-middle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-black-light .container,
.overlay-black-middle .container {
  position: relative;
  z-index: 1;
}

.overlay-black-light:before,
.overlay-black-middle:before {
  background: #2c70b9;
}

.overlay-black-light:before {
  opacity: 0.3;
}

.overlay-black-middle:before {
  opacity: 0.7;
}

.overlay-shine .ic-media {
  position: relative;
  overflow: hidden;
}
.overlay-shine .ic-media:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.overlay-shine:hover .ic-media:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.pagination-style1 .swiper-pagination {
  position: unset;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pagination-style1 .swiper-pagination {
    margin-top: 10px;
  }
}

nav .pagination .page-item {
  margin: 0 6px;
}

nav .pagination .page-item .page-link {
  height: 45px;
  min-width: 45px;
  line-height: 42px;
  border-radius: 0;
  color: #777777;
  text-align: center;
  border: 0;
  padding: 0;
  transition: all 0.5s;
  border: 1px solid;
  border-color: #777777;
  font-size: 18px;
  padding: 0 10px;
  display: block;
  border-radius: var(--border-radius-sm);
}

nav .pagination .page-item .page-link.active,
nav .pagination .page-item .page-link:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
nav .pagination .page-item .prev,
nav .pagination .page-item .next {
  border-color: transparent;
  font-size: 18px;
}
nav .pagination .page-item:first-child .page-link,
nav .pagination .page-item:last-child .page-link {
  border-radius: var(--border-radius-sm);
}
nav .pagination.text-center {
  justify-content: center;
}

button.scroltop {
  box-shadow: -4px 4px 24px -10px var(--primary);
  background: var(--primary);
  border-color: var(--primary);
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: var(--border-radius-sm);
}
@media only screen and (max-width: 575px) {
  button.scroltop {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@keyframes animationSignal1 {
  0% {
    opacity: 0.8;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes animationSignal1 {
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes animationSignal2 {
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(1.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes animationSignal2 {
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  100% {
    transform: scale(1.9);
    -moz-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
.btn-next,
.btn-prev {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
  color: var(--primary);
  background: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  z-index: 1;
  text-align: center;
  line-height: 60px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: var(--border-radius-sm);
}
@media only screen and (max-width: 767px) {
  .btn-next,
  .btn-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.btn-next:hover,
.btn-prev:hover {
  background: var(--primary);
  color: #fff;
}
.btn-next:after,
.btn-prev:after {
  content: none;
}
.btn-next i,
.btn-prev i {
  font-size: 40px;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .btn-next i,
  .btn-prev i {
    font-size: 24px;
  }
}

.widget {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}
.widget.style-1 .widget-title {
  padding: 0 0 12px;
  margin-bottom: 30px;
}
.widget.style-1 .widget-title:after,
.widget.style-1 .widget-title:before {
  content: '';
  height: 2px;
  border-radius: 10px;
  background-image: var(--gradient);
  background-size: 200%;
  position: absolute;
  bottom: 0;
}
.widget.style-1 .widget-title:before {
  width: 25px;
  left: 0;
  top: auto;
}
.widget.style-1 .widget-title:after {
  width: 55px;
  left: 32px;
}

.widget-title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .widget-title {
    margin-bottom: 20px;
  }
}
.widget-title .title {
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .widget-title .title {
    font-size: 24px;
  }
}

.search-bx form {
  margin-bottom: 10px;
}
.search-bx .form-control {
  padding: 10px 25px 10px 25px;
  height: 60px;
  border-radius: var(--border-radius-sm) 0 0px var(--border-radius-sm);
}
.search-bx button {
  height: 60px;
  font-size: 24px;
  padding: 0;
  border-radius: 0;
  width: 60px;
  box-shadow: none;
  justify-content: center;
  border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) 0;
}
.search-bx.style-1 {
  padding: 30px;
  background-color: var(--primary);
  border-radius: var(--border-radius-base);
}
.search-bx.style-1 .input-group {
  margin-bottom: 0;
}
.search-bx.style-1 .input-group .input-group-btn {
  margin-left: 0 !important;
}
.search-bx.style-1 .form-control {
  border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  color: #fff;
}
.search-bx.style-1 .form-control::-webkit-input-placeholder {
  color: #fff;
}
.search-bx.style-1 .form-control:-ms-input-placeholder {
  color: #fff;
}
.search-bx.style-1 .form-control::placeholder {
  color: #fff;
}
.search-bx.style-1 button {
  border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) 0;
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.search-bx.style-1 button:after {
  content: none;
}
.search-bx.style-1 .title {
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .search-bx.style-1 {
    padding: 20px;
  }
}
.search-bx.style-2 .form-control {
  padding: 10px 25px 10px 25px;
  height: 60px;
}
.search-bx.style-2 button {
  height: 60px;
  font-size: 24px;
  padding: 0;
  width: 60px;
  box-shadow: none;
  justify-content: center;
}

.widget_categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget_categories ul li {
  padding-bottom: 1.125rem;
  margin-bottom: 0.8125rem;
  position: relative;
  padding: 0.5rem 0rem 0.5rem 1.5rem;
  margin-bottom: 0;
  line-height: 1.25rem;
}

.widget_categories ul li a {
  color: inherit;
  text-transform: capitalize;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}

.widget_categories ul li a:before {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  display: block;
  left: -1.5rem;
  top: 0.063rem;
  font-size: 12px;
  font-weight: 900;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.widget_categories ul li a:before {
  color: #fff !important;
}

.widget_categories ul li a:hover {
  color: var(--primary);
}
.widget_categories ul li a:hover {
  color: #fff !important;
}

.widget_categories ul li a:hover:before {
  transform: rotate(45deg);
}

.widget_categories ul li li {
  border-bottom: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.375rem;
}

.widget_categories ul li li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget_categories ul li li:before {
  top: 0.5rem;
  left: 0;
}

.widget_categories ul ul {
  padding-left: 1.125rem;
  margin-top: 0.5rem;
  margin-left: -0.9375rem;
}

.widget_categories li ul {
  margin-bottom: -0.625rem;
}

.widget_categories ul li {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.5rem !important;
  line-height: 1.3 !important;
}

.widget_categories li a {
  float: left;
  text-transform: capitalize;
  text-align: left;
}

.side-bar .widget_categories ul li a:before {
  color: #000 !important;
}

.side-bar .widget_categories ul li a:hover {
  color: #000 !important;
}

.widget_gallery ul {
  padding-left: 0;
  display: table;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.widget_gallery.gallery-grid-2 li {
  width: 50%;
}
.widget_gallery li {
  display: inline-block;
  width: 33.33%;
  float: left;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0.625rem;
}
.widget_gallery li img {
  display: inline-block;
  width: 100%;
  border-radius: var(--border-radius-sm);
}
.widget_gallery li:nth-child(3n-3) {
  margin-right: 0;
}
.widget_gallery li:hover {
  opacity: 0.7;
}
.widget_gallery li a {
  display: inline-block;
}

.recent-posts-entry .widget-post-bx .widget-post {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.recent-posts-entry .widget-post-bx .widget-post .ic-media {
  width: 110px;
  min-width: 110px;
  border-radius: var(--border-radius-sm);
}
.recent-posts-entry .widget-post-bx .widget-post .ic-info {
  padding-left: 20px;
}
.recent-posts-entry .widget-post-bx .widget-post .ic-meta {
  margin-bottom: 0;
}
.recent-posts-entry .widget-post-bx .widget-post .ic-meta ul {
  line-height: 1;
}
.recent-posts-entry .widget-post-bx .widget-post .ic-meta ul li {
  color: var(--primary);
  font-family: var(--font-family-title);
  position: relative;
}
.recent-posts-entry .widget-post-bx .widget-post .title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.lightimg {
  cursor: pointer;
}

.about-media {
  position: relative;
}

.about-media {
  position: relative;
}
.about-media.style-1 {
  height: 100%;
  width: 40vw;
  float: right;
}
.about-media.style-1 .icon-bx {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-media.style-1 .icon-bx img {
  width: 60px;
}
.about-media.style-1 .icon-bx:before,
.about-media.style-1 .icon-bx:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 100%;
  z-index: -1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--primary);
}
.about-media.style-1 .icon-bx:before {
  animation: animationSignal1;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal1;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
}
.about-media.style-1 .icon-bx:after {
  animation: animationSignal2;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation: animationSignal2;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
}
@media only screen and (max-width: 1199px) {
  .about-media.style-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-media.style-1 {
    width: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .about-media.style-1 {
    width: 100%;
    margin: 0 auto;
    height: 400px;
  }
}

.about-media.style-2 {
  margin-bottom: 50px;
}
.about-media.style-2 img {
  border-radius: var(--border-radius-base);
}
.about-media.style-2:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
  border-width: 60px;
  border-style: solid;
  border-color: #fff #fff var(--primary) var(--primary);
}
@media only screen and (max-width: 1400px) {
  .about-media.style-2 {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-media.style-2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-media.style-2 {
    padding-left: 50px;
  }
  .about-media.style-2:after {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-media.style-2 {
    padding-left: 25px;
    margin-bottom: 25px;
  }
  .about-media.style-2:after {
    bottom: -25px;
    border-width: 30px;
  }
}

.about-media.style-3 {
  padding-left: 60px;
}
.about-media.style-3 img {
  border-radius: var(--border-radius-base);
}
@media only screen and (max-width: 575px) {
  .about-media.style-3 {
    padding-left: 40px;
  }
}

.testimonial-pic {
  background: #fff;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #fff;
}
.testimonial-pic.radius {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.testimonial-text {
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.testimonial-text p:last-child {
  margin: 0;
}

.testimonial-detail {
  padding: 5px;
}

.testimonial-name {
  display: block;
}

.testimonial-2 {
  background-color: #fff;
  padding: 35px;
  position: relative;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 20px 20px 70px;
  border-radius: var(--border-radius-base);
}
.testimonial-2 .testimonial-text {
  margin-bottom: 25px;
  font-size: 18px;
  color: #051136;
}
.testimonial-2 .testimonial-pic {
  height: 90px;
  width: 90px;
  position: relative;
  border: 0;
  margin: 12px;
  background: transparent;
}
.testimonial-2 .testimonial-pic:after {
  content: '';
  border: 2px solid var(--primary);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.3);
  border-radius: 50%;
}
.testimonial-2 .testimonial-pic img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.testimonial-2 .testimonial-detail {
  padding: 0;
  margin: 0 0 -100px;
}
.testimonial-2 .testimonial-name {
  margin-bottom: 5px;
  line-height: 1.3;
}
.testimonial-2:after {
  content: '\f10d';
  font-family: Flaticon;
  position: absolute;
  bottom: 70px;
  right: 40px;
  opacity: 0.3;
  font-size: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .testimonial-2 {
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 10px 10px 45px;
  }
  .testimonial-2 .testimonial-pic {
    height: 60px;
    width: 60px;
  }
  .testimonial-2 .testimonial-detail {
    margin: 0 0 -70px;
  }
  .testimonial-2 .testimonial-text {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .testimonial-2:after {
    font-size: 40px;
    bottom: 40px;
    right: 30px;
    line-height: 40px;
  }
}

.section-head.style-1 h2,
.section-head.style-1 .h2 {
  font-size: 4rem;
  line-height: 1.1;
}
.section-head.style-1 h2 span,
.section-head.style-1 .h2 span {
  color: var(--primary);
}
@media only screen and (max-width: 1400px) {
  .section-head.style-1 h2,
  .section-head.style-1 .h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-head.style-1 h2,
  .section-head.style-1 .h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.style-1 h2,
  .section-head.style-1 .h2 {
    font-size: 2rem;
  }
}
.section-head.style-1 h3,
.section-head.style-1 .h3 {
  font-size: 3rem;
  line-height: 1.1;
}
.section-head.style-1 h3 span,
.section-head.style-1 .h3 span {
  color: var(--primary);
}
@media only screen and (max-width: 1400px) {
  .section-head.style-1 h3,
  .section-head.style-1 .h3 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.style-1 h3,
  .section-head.style-1 .h3 {
    font-size: 1.875rem;
  }
}
.section-head.style-1 .sub-title {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 55px;
}
.section-head.style-1 .sub-title:before,
.section-head.style-1 .sub-title:after {
  content: '';
  display: inline-block;
  height: 3px;
  background: var(--primary);
  position: absolute;
}
.section-head.style-1 .sub-title:before {
  width: 12px;
  left: 0;
}
.section-head.style-1 .sub-title:after {
  width: 27px;
  left: 16px;
}
.section-head.style-1 .sub-title.text-white:before,
.section-head.style-1 .sub-title.text-white:after {
  background: #fff;
}
.section-head.style-1.text-white .title {
  color: #fff;
}
.section-head.style-1.text-white p {
  color: #9d9aaa;
}
.section-head.style-1.text-center .sub-title {
  justify-content: center;
}
.section-head.style-1.text-center .sub-title:after {
  content: '';
}

.section-head.style-2 h2,
.section-head.style-2 .h2 {
  font-size: 4rem;
  line-height: 1.1;
}
.section-head.style-2 h2 span,
.section-head.style-2 .h2 span {
  color: var(--primary);
}
@media only screen and (max-width: 1400px) {
  .section-head.style-2 h2,
  .section-head.style-2 .h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-head.style-2 h2,
  .section-head.style-2 .h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.style-2 h2,
  .section-head.style-2 .h2 {
    font-size: 1.875rem;
  }
}
.section-head.style-2 h3,
.section-head.style-2 .h3 {
  font-size: 3rem;
  line-height: 1.1;
}
.section-head.style-2 h3 span,
.section-head.style-2 .h3 span {
  color: var(--primary);
}
@media only screen and (max-width: 1400px) {
  .section-head.style-2 h3,
  .section-head.style-2 .h3 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.style-2 h3,
  .section-head.style-2 .h3 {
    font-size: 1.875rem;
  }
}
.section-head.style-2 .sub-title {
  color: #848484;
}
.section-head.style-2.text-white .title {
  color: #fff;
}
.section-head.style-2.text-white p {
  color: #9d9aaa;
}
.section-head.style-2.text-center .sub-title {
  justify-content: center;
}
.section-head.style-2.text-center .sub-title:after {
  content: '';
}

.section-head.style-3 h2,
.section-head.style-3 .h2 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 3px;
}
.section-head.style-3 h2 span,
.section-head.style-3 .h2 span {
  color: var(--primary);
}
@media only screen and (max-width: 1400px) {
  .section-head.style-3 h2,
  .section-head.style-3 .h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .section-head.style-3 h2,
  .section-head.style-3 .h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.style-3 h2,
  .section-head.style-3 .h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-head.style-3 h2,
  .section-head.style-3 .h2 {
    letter-spacing: 1px;
  }
}
.section-head.style-3 h3,
.section-head.style-3 .h3 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 8px;
}
.section-head.style-3 h3 span,
.section-head.style-3 .h3 span {
  color: var(--primary);
}
@media only screen and (max-width: 1400px) {
  .section-head.style-3 h3,
  .section-head.style-3 .h3 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-head.style-3 h3,
  .section-head.style-3 .h3 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-head.style-3 h3,
  .section-head.style-3 .h3 {
    letter-spacing: 1px;
  }
}
.section-head.style-3 .sub-title {
  color: #848484;
}
.section-head.style-3.text-white .title {
  color: #fff;
}
.section-head.style-3.text-white p {
  color: #9d9aaa;
}
.section-head.style-3.text-center .sub-title {
  justify-content: center;
}
.section-head.style-3.text-center .sub-title:after {
  content: '';
}

.icon-bx-sm {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  min-width: 80px;
  line-height: 80px;
}
.icon-bx-sm.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.icon-bx-sm i {
  font-size: 30px;
  vertical-align: middle;
}
.icon-bx-sm img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: 30px;
}

.icon-bx-wraper {
  position: relative;
}
.icon-bx-wraper p:last-child {
  margin: 0;
}

.icon-bx-wraper.left .icon-bx-sm {
  float: left;
  margin-right: 20px;
}

.icon-content {
  overflow: hidden;
}

[class*='icon-bx-'][class*='bg-'] a,
[class*='icon-bx-'][class*='bg-'] span {
  color: #fff;
}

[class*='icon-bx-'].bg-white a {
  color: inherit;
}

.ic-info {
  position: relative;
}

.ic-media {
  position: relative;
  overflow: hidden;
}
.ic-media img {
  width: 100%;
  height: auto;
}

.icon-bx-wraper.style-1 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.icon-bx-wraper.style-1 .title {
  color: #fff;
}
.icon-bx-wraper.style-1 .title a {
  color: inherit;
}
.icon-bx-wraper.style-1 .sub-title {
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}

.icon-bx-wraper.style-2 {
  margin-bottom: 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .icon-bx-wraper.style-2 {
    padding: 0;
  }
}
.icon-bx-wraper.style-2 .icon-bx {
  font-size: 30px;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  line-height: 60px;
  margin-top: 8px;
  box-shadow: 0 5px 15px 0 var(--rgba-primary-4);
}
.icon-bx-wraper.style-2 .icon-bx i {
  vertical-align: unset;
}
.icon-bx-wraper.style-2:hover .icon-bx {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.icon-bx-wraper.style-3 {
  align-items: center;
  display: flex;
}

.icon-bx-wraper.style-9 .icon-bx {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.icon-bx-wraper.style-9 .icon-bx i {
  font-size: 34px;
}
.icon-bx-wraper.style-9 .icon-bx:after {
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transform: scale(0);
  background-color: var(--primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.icon-bx-wraper.style-9 .list-num {
  background-color: var(--primary);
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.icon-bx-wraper.style-9.active .list-num,
.icon-bx-wraper.style-9:hover .list-num {
  background-color: #fff;
  color: var(--primary);
}
.icon-bx-wraper.style-9.active .icon-bx .icon-cell,
.icon-bx-wraper.style-9:hover .icon-bx .icon-cell {
  color: #fff;
}
.icon-bx-wraper.style-9.active .icon-bx:after,
.icon-bx-wraper.style-9:hover .icon-bx:after {
  transform: scale(1);
}

.icon-bx-wraper.style-10 {
  padding: 30px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: var(--border-radius-base);
}
.icon-bx-wraper.style-10 .icon-bx {
  border: 1px solid;
  border-color: var(--primary);
  margin-right: 25px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: var(--border-radius-sm);
}
.icon-bx-wraper.style-10 p {
  font-size: 18px;
}
.icon-bx-wraper.style-10 i,
.icon-bx-wraper.style-10 p,
.icon-bx-wraper.style-10 .ic-title {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.icon-bx-wraper.style-10.active,
.icon-bx-wraper.style-10:hover {
  background-color: var(--primary);
}
.icon-bx-wraper.style-10.active .ic-title,
.icon-bx-wraper.style-10.active p,
.icon-bx-wraper.style-10.active a,
.icon-bx-wraper.style-10.active i,
.icon-bx-wraper.style-10:hover .ic-title,
.icon-bx-wraper.style-10:hover p,
.icon-bx-wraper.style-10:hover a,
.icon-bx-wraper.style-10:hover i {
  color: #fff;
}
.icon-bx-wraper.style-10.active .icon-bx,
.icon-bx-wraper.style-10:hover .icon-bx {
  border-color: #fff;
}
@media only screen and (max-width: 575px) {
  .icon-bx-wraper.style-10 {
    padding: 20px;
  }
  .icon-bx-wraper.style-10 .icon-bx {
    margin-right: 20px;
  }
  .icon-bx-wraper.style-10 p {
    font-size: 16px;
  }
}

.ic-team {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.ic-team .ic-name a {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.ic-team .ic-content {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  position: relative;
}
.ic-team .ic-media img {
  width: 100%;
}
.ic-team .ic-position {
  display: block;
}

.ic-team.style-1 .ic-content {
  padding: 30px;
}
.ic-team.style-1 .ic-name {
  margin-bottom: 5px;
}
.ic-team.style-1 .ic-name a {
  color: inherit;
}
.ic-team.style-1 .ic-position {
  font-size: 15px;
  font-weight: 400;
}
.ic-team.style-1 .ic-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper .ic-team {
    margin: 0;
  }
}

.ic-team.style-2 .ic-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding-left: 20px;
}
.ic-team.style-2 .ic-content:after {
  content: '';
  height: 100%;
  width: 6px;
  background-color: var(--special);
  position: absolute;
  top: 0;
  left: 0;
}
.ic-team.style-2 .ic-name {
  margin-bottom: 10px;
  color: var(--bs-red);
  text-shadow: rgba(220, 53, 69, 0.5) 0 1px 15px;
}
.ic-team.style-2 .ic-name a {
  color: inherit;
}
.ic-team.style-2 .ic-position {
  font-weight: 400;
  background: var(--special);
  color: #fff;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 15px;
  box-shadow: var(--rgba-special-5) 0 1px 15px;
}
.ic-team.style-2 .ic-position a {
  color: #fff;
}
.ic-team.style-2 .ic-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius-base);
}
@media only screen and (max-width: 1199px) {
  .ic-team.style-2 .ic-content {
    display: block;
  }
}

.ic-team.style-3 .ic-position {
  font-size: 15px;
  font-weight: 500;
}
.ic-team.style-3 .ic-media {
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper .ic-team {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .swiper-wrapper .ic-team {
    margin: 0;
  }
}

.blog-swiper {
  margin: -15px;
  width: auto;
}
.blog-swiper .swiper-slide > div {
  margin: 15px;
  height: 100%;
}

.ic-card {
  position: relative;
}
.ic-card .ic-info {
  position: relative;
  z-index: 1;
}
.ic-card .ic-title {
  margin-bottom: 15px;
  word-break: break-word;
}
@media only screen and (max-width: 575px) {
  .ic-card .ic-info {
    padding: 25px 20px;
  }
}

.ic-meta {
  margin-bottom: 15px;
}
.ic-meta ul {
  margin: 0;
  padding: 0;
}
.ic-meta ul li {
  display: inline-flex;
  color: var(--primary);
  align-items: center;
  margin-right: 20px;
}
.ic-meta ul li a {
  color: inherit;
}
.ic-meta ul li i {
  font-size: 16px;
  margin-right: 10px;
}

.ic-card .ic-media:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
.ic-card:hover .ic-media:before {
  -webkit-animation: zoom-hover 0.75s;
  animation: zoom-hover 0.75s;
}

@-webkit-keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes zoom-hover {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.ic-card.style-1 {
  border-radius: var(--border-radius-base);
  overflow: hidden;
}
.ic-card.style-1 .ic-info {
  padding: 30px;
}
.ic-card.style-1 .btn-link {
  position: relative;
  display: flex;
  align-items: center;
}
.ic-card.style-1 .btn-link i {
  margin-left: 10px;
  font-size: 14px;
}

.ic-card.style-2 .ic-info {
  padding: 0;
}
.ic-card.style-2 .ic-media {
  border-radius: var(--border-radius-base);
}
.ic-card.style-2 .ic-media + .ic-info {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ic-card.style-2 .btn-link {
  position: relative;
  display: flex;
  align-items: center;
}
.ic-card.style-2 .btn-link i {
  margin-right: 10px;
  font-size: 14px;
}
.ic-card.style-2 .ic-meta {
  margin-bottom: 25px;
}
.ic-card.style-2 .ic-meta ul li {
  background: var(--primary);
  font-size: 15px;
  color: #fff;
  padding: 10px 24px;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 5px 15px 0 var(--rgba-primary-3);
  margin-left: 7px;
  margin-right: 7px;
  display: inline-flex;
  align-items: center;
}
.ic-card.style-2 .ic-meta ul li a {
  color: #fff;
}
.ic-card.style-2 .ic-meta ul li i {
  margin-right: 8px;
  font-size: 16px;
}
.ic-card.style-2 .ic-media + .ic-info .ic-meta {
  margin-top: -42px;
}
.ic-card.style-2.text-center .btn-link {
  justify-content: center;
}

.ic-card.style-3 {
  background: #fff;
}
.ic-card.style-3 .ic-media {
  z-index: 1;
}
.ic-card.style-3 .ic-meta {
  margin-bottom: 20px;
}
.ic-card.style-3 .ic-meta ul {
  line-height: 1;
}
.ic-card.style-3 .ic-meta ul li {
  background: var(--primary);
  font-size: 15px;
  position: relative;
  font-weight: 300;
  color: #fff;
  border-radius: var(--border-radius-lg);
  padding: 7px 15px;
  box-shadow: 0 5px 15px 0 var(--rgba-primary-3);
  margin-left: 7px;
  margin-right: 7px;
}
@media only screen and (max-width: 575px) {
  .ic-card.style-3 .ic-meta ul li {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.ic-card.style-3 .ic-meta ul li:first-child {
  margin-left: 0;
}
.ic-card.style-3 .ic-meta ul li:last-child {
  margin-right: 0;
}
.ic-card.style-3 .ic-info {
  position: relative;
  border: 1px solid #cccccc;
  padding: 32px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .ic-card.style-3 .ic-info {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-card.style-3 .ic-info {
    padding: 25px;
  }
}
.ic-card.style-3 .ic-media + .ic-info {
  padding: 32px;
}
@media only screen and (max-width: 1199px) {
  .ic-card.style-3 .ic-media + .ic-info {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-card.style-3 .ic-media + .ic-info {
    padding: 25px;
  }
}
.ic-card.style-3 .btn-link {
  position: relative;
  font-weight: 600;
}
.ic-card.style-3 .btn-link i {
  font-size: 14px;
}

.main-silder-swiper {
  position: relative;
}
.main-silder-swiper .btn-next,
.main-silder-swiper .btn-prev {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.main-silder-swiper .btn-next:hover,
.main-silder-swiper .btn-prev:hover {
  background: var(--primary);
  color: #fff;
}
.main-silder-swiper .btn-next {
  right: 50px;
}
.main-silder-swiper .btn-prev {
  left: 50px;
}
@media only screen and (max-width: 1400px) {
  .main-silder-swiper .btn-next {
    right: -10px;
  }
  .main-silder-swiper .btn-prev {
    left: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .main-silder-swiper .btn-prev {
    top: auto;
    left: auto;
    bottom: 0;
    right: 36px;
  }
  .main-silder-swiper .btn-next {
    right: -10px;
    bottom: 0;
    top: auto;
  }
}

.silder-two .ic-slide-item {
  display: flex;
  align-items: center;
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.silder-two .silder-content {
  width: 70%;
  z-index: 1;
  position: relative;
}
.silder-two .silder-content .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
}
.silder-two .silder-content .title span {
  text-decoration: 7px underline var(--primary);
  text-underline-offset: 5px;
}
@media only screen and (max-width: 1199px) {
  .silder-two .silder-content .title {
    margin-bottom: 15px;
    font-size: 60px;
  }
}
.silder-two .silder-content .sub-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: inherit;
}
.silder-two .silder-content p {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .silder-two .silder-content p {
    font-size: 15px;
  }
}
.silder-two .btn-next,
.silder-two .btn-prev {
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .silder-two .btn-next,
  .silder-two .btn-prev {
    transform: unset;
  }
}
.silder-two .bg-shape-left {
  height: 1000px;
  width: 1000px;
  background-color: var(--rgba-primary-6);
  left: -560px;
  position: absolute;
  transform: rotate(40deg);
  top: -440px;
}
.silder-two .bg-shape-left:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 100px;
  background-color: var(--rgba-primary-4);
}
.silder-two .bg-shape-left:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 200px;
  background-color: var(--rgba-primary-8);
}
@media only screen and (max-width: 1199px) {
  .silder-two .bg-shape-left {
    height: 800px;
    width: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .silder-two .bg-shape-left {
    height: 700px;
    width: 800px;
  }
  .silder-two .bg-shape-left:after {
    right: 50px;
  }
  .silder-two .bg-shape-left:before {
    right: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-two .bg-shape-left {
    width: 700px;
  }
  .silder-two .bg-shape-left:after {
    right: 30px;
  }
  .silder-two .bg-shape-left:before {
    right: 60px;
  }
}
.silder-two .bg-shape-right {
  height: 400px;
  width: 500px;
  background-color: var(--rgba-primary-6);
  transform: rotate(40deg);
  position: absolute;
  right: -320px;
  bottom: -300px;
}
@media only screen and (max-width: 1199px) {
  .silder-two .bg-shape-right {
    height: 350px;
    width: 450px;
    right: -290px;
    bottom: -260px;
  }
}
@media only screen and (max-width: 767px) {
  .silder-two .bg-shape-right {
    width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .silder-two .bg-shape-right {
    height: 250px;
    width: 390px;
  }
}
@media only screen and (max-width: 1400px) {
  .silder-two .ic-slide-item {
    height: 600px;
  }
  .silder-two .silder-content {
    padding: 35px;
  }
  .silder-two .silder-content .sub-title {
    margin-bottom: 15px;
  }
  .silder-two .silder-content .title {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .silder-two .silder-content .title span {
    text-decoration: 3px underline var(--primary);
    text-underline-offset: 3px;
  }
}
@media only screen and (max-width: 991px) {
  .silder-two .silder-content {
    padding: 30px;
  }
  .silder-two .silder-content .title {
    font-size: 42px;
  }
  .silder-two .ic-slide-item {
    padding-top: 80px;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .silder-two .ic-slide-item {
    height: 400px;
  }
  .silder-two .silder-content {
    padding: 15px;
    width: 100%;
  }
  .silder-two .silder-content .title {
    font-size: 36px;
  }
  .silder-two .ic-slide-item {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .silder-two .silder-content {
    padding: 0;
  }
  .silder-two .silder-content .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .silder-two .silder-content .sub-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .silder-two .silder-content p {
    margin-bottom: 20px;
  }
}

.hiw-area-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-single {
  margin-bottom: 3.125rem;
}
.blog-single .ic-post-text {
  padding-bottom: 30px;
}
.blog-single .ic-post-text:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.blog-single .ic-info {
  padding: 30px 0 0;
}
.blog-single .ic-meta {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog-single .ic-meta {
    display: block;
  }
}
.blog-single.style-1 {
  box-shadow: unset;
  border-radius: 0;
  overflow: unset;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .blog-single.style-1 {
    margin-bottom: 40px;
  }
}
.blog-single.style-1 .ic-media {
  margin: 0;
}
.blog-single.style-1 .ic-media + .ic-info {
  text-align: unset;
  border: 0;
  padding: 0;
  margin-top: 0;
  padding: 30px 0 0 0;
}
.blog-single.style-1 .ic-info {
  text-align: unset;
  border: 0;
  padding: 0;
  margin-top: 0;
}
.blog-single.style-1 .ic-info + .ic-media {
  margin-top: 25px;
}
.blog-single.style-1 .ic-meta ul li {
  margin-left: 0;
  margin-right: 10px;
}
.blog-single.style-1 .ic-meta ul li:first-child {
  margin-left: 0;
}

.ic-post-text a {
  text-decoration: underline;
  box-shadow: inset 0 -10px 0 var(--rgba-primary-1);
}

.ic-post-text .widget_categories li a {
  box-shadow: none;
  text-decoration: none;
}

.ic-card.blog-single .ic-post-text > ul {
  list-style: none;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 575px) {
  .ic-card.blog-single .ic-post-text > ul {
    margin-bottom: 1rem;
  }
}

.ic-card.blog-single .ic-post-text > ul,
.ic-card.blog-single .ic-post-text.text > ul {
  padding-left: 1.25rem;
}

.ic-card.blog-single .ic-post-text > ul ul,
.ic-card.blog-single .ic-post-text.text > ul ul {
  padding-left: 1.563rem;
}

.ic-card.blog-single .ic-post-text > ul li,
.ic-card.blog-single .ic-post-text > ul li,
.ic-card.blog-single .ic-post-text.text > ul li {
  padding: 0.5rem 0.5rem;
  position: relative;
  list-style: inherit;
}

.ic-post-text h2,
.ic-post-text .h2 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.ic-post-text h3,
.ic-post-text .h3 {
  margin-bottom: 1rem;
  font-weight: 700;
}

.ic-post-text h4,
.ic-post-text .h4 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.ic-post-text h5,
.ic-post-text .h5 {
  margin-bottom: 0.75rem;
}

.ic-post-text h6,
.ic-post-text .h6 {
  margin-bottom: 0.625rem;
}

.ic-card.blog-single .ic-post-text,
.ic-card.blog-single .ic-post-text ul li,
.ic-card.blog-single
  .ic-card.blog-single
  .ic-post-text
  p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
  font-size: 1rem;
  line-height: 1.7;
}

.ic-card.blog-single .ic-post-text ul li {
  position: relative;
}

.ic-card.blog-single .ic-post-text ul > li:before {
  content: '';
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background: #212529;
  left: -0.938rem;
  position: absolute;
  top: 1.063rem;
  border-radius: 4px;
}

.ic-card.blog-single .ic-post-text ul > li li:before {
  content: none;
}

.ic-card.blog-single .ic-post-text p {
  margin-bottom: 1.65rem;
}

.blog-single.ic-card.sidebar {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.ic-post-text th {
  padding: 0.625rem 0.938rem;
  border: 0.0625rem solid #e4e4e4;
  border-right: 0;
  border-left: 0;
}

@media only screen and (max-width: 61.9375rem) {
  .ic-card.blog-single .ic-post-text,
  .ic-card.blog-single .ic-post-text ul li,
  .ic-card.blog-single .ic-post-text p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .side-bar.sticky-top {
    position: unset;
  }
}

@media only screen and (max-width: 991px) {
  .side-bar .widget:last-child {
    margin-bottom: 0;
  }
}

.map-iframe {
  width: 100%;
}
.map-iframe iframe {
  width: 100%;
  border: 0;
  height: 500px;
}
.map-iframe.style-1 iframe {
  height: 600px;
  margin-bottom: -10px;
  border-radius: var(--border-radius-base);
}

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #efbb20;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;
  height: 90px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .logo-header {
    width: 180px;
    height: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .logo-header {
    width: 180px;
  }
}
.logo-header a {
  display: table-cell;
  vertical-align: middle;
}
.logo-header img {
  height: 60px;
  max-width: 200px;
  object-fit: contain;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .logo-header img {
    max-width: 180px;
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .logo-header img {
    max-width: 180px;
  }
}
.logo-header span {
  font-size: 20px;
  letter-spacing: 20px;
}

.ic-quik-search {
  background: rgba(33, 37, 41, 0.95);
  position: fixed;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  padding: 0px 30px;
  z-index: 999;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
}
.ic-quik-search form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  top: 50%;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 1;
  transform: translateY(-50%);
}
.ic-quik-search .form-control {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 90px;
  border: none;
  background: 0 0;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
.ic-quik-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.ic-quik-search .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.ic-quik-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.ic-quik-search span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
}
.ic-quik-search.On {
  top: 0;
}

.site-header {
  position: relative;
  z-index: 9999;
}
.site-header .main-bar {
  background: #fff;
  width: 100%;
  position: relative;
}
.site-header .container {
  position: relative;
}
.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 90px;
}
.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
}
@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    margin-left: 10px;
  }
}
.site-header .extra-nav #quik-search-btn {
  color: #212529;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  width: 45px;
  height: 45px;
  background: #ebebeb;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: 45px;
}
@media only screen and (max-width: 575px) {
  .site-header .extra-nav .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-header .extra-nav ul li {
  display: inline-block;
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin: 15px 0 15px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-toggler {
    margin: 15px ​0 15px 15px;
  }
}

.navicon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
}
.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: #fff;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 15px;
  width: 30px;
}
.navicon span:nth-child(2) {
  top: 23.5px;
  width: 25px;
}
.navicon span:nth-child(3) {
  top: 33px;
  width: 20px;
}
.navicon.open span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 25px;
  width: 30px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-nav {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    width: 280px;
  }
}
.header-nav .logo-header {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    display: block;
    padding: 25px 20px;
    float: none;
    height: auto;
    width: 100%;
  }
  .header-nav .logo-header img {
    max-width: unset;
    vertical-align: middle;
  }
}
.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
}
.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}
.header-nav .nav > li.has-mega-menu {
  position: inherit;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}
.header-nav .nav > li.sub-menu-down > a:after {
  content: '\f078';
  font-size: 9px;
  margin-left: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li.sub-menu-down > a:after {
    content: '' !important;
  }

  .header-nav .nav > li.sub-menu-down > a span:after {
    content: '\f067';
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 14px;
    margin: 0;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li.sub-menu-down > a:after:before {
    content: '\f054';
  }
}
.header-nav .nav > li > a {
  color: #1e1d23;
  font-size: 15px;
  padding: 37px 10px;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  line-height: 1.1;
}
.header-nav .nav > li > a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1680px) {
  .header-nav .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li > a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
}

.header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header-nav .nav > li .sub-menu > li > a i {
    color: #fff;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px;
    margin: 0;
    background: #aaa;
  }
}

.header-nav .nav > li .sub-menu li {
  position: relative;
}

.header-nav .nav > li .sub-menu li a {
  color: #212529;
  display: block;
  font-size: 14px;
  padding: 8px 25px;
  line-height: 1.3;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 500;
}

.header-nav .nav > li .sub-menu li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--primary);
  left: 20px;
  top: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .sub-menu li a {
    padding: 2px 0 1px 16px;
    display: block;
    line-height: 30px;
    position: relative;
  }

  .header-nav .nav > li .sub-menu li a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    width: auto;
    height: auto;
    background: unset;
    top: 2px;
    color: #262f5a;
    font-size: 12px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}

.header-nav .nav > li .sub-menu li:hover > a {
  color: var(--primary);
  padding: 8px 20px 8px 35px;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .sub-menu li:hover > a {
    padding: 2px 0 1px 16px;
    background: transparent;
  }
}

.header-nav .nav > li .sub-menu li:hover > a:after {
  width: 10px;
}

.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }

  .header-nav .nav > li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: '';
    height: 5px;
    background: #262f5a;
    border-radius: 4px;
    top: 13px;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav .nav > li .sub-menu li > a > i {
    color: inherit;
    display: block;
    float: right;
    font-size: 12px;
    opacity: 1;
    margin-top: 4px;
  }
}
.header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li:hover > .sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}

.header-nav .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav > li.open .open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
@media only screen and (max-width: 1400px) {
  .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu,
  .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu,
  .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav .nav > li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
    display: block;
  }
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s;
}

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: hidden;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
  .mo-left .header-nav.show {
    left: -1px;
    transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    margin: 0;
    width: 280px;
  }
  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 25px 20px;
    width: 100% !important;
  }
  .mo-left .header-nav .logo-header img {
    max-width: unset;
    vertical-align: middle;
  }
  .mo-left .header-nav li.open a {
    position: relative;
  }
  .mo-left .navbar-toggler.open {
    z-index: 99;
  }
  .mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 20px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  }
  .mo-left .navbar-toggler.open span {
    background: #fff;
  }
}
.text-black .nav > li > a {
  color: var(--title);
}
.text-black .navbar-toggler span {
  background: #fff;
}

.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.site-header.style-1 .extra-cell {
  display: flex;
  align-items: center;
}
.site-header.style-1 .extra-cell > a,
.site-header.style-1 .extra-cell > div {
  margin-left: 30px;
}
@media only screen and (max-width: 1680px) {
  .site-header.style-1 .extra-cell > a,
  .site-header.style-1 .extra-cell > div {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header.style-1 .extra-cell {
    display: flex;
  }
}
.site-header.style-1 .header-nav .nav > li {
  font-family: 'Roboto', sans-serif;
}
.site-header.style-1 .header-nav .nav > li > a {
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 991px) {
  .site-header.style-1 .header-nav .nav > li:last-child a:after {
    content: none;
  }
}
.site-header.style-1 .header-nav .nav > li.sub-menu-down > a {
  display: flex;
  align-items: center;
}
.site-header.style-1 .header-nav .nav > li.sub-menu-down > a:after {
  content: '\f067';
  font-size: 9px;
  margin-left: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .site-header.style-1 .header-nav .nav > li.sub-menu-down > a:after {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .nav > li.sub-menu-down > a {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .nav > li.sub-menu-down.open > a:after {
    content: '\f068';
  }
}
.site-header.style-1 .header-nav .nav > li:hover > a,
.site-header.style-1 .header-nav .nav > li.active > a {
  color: var(--primary);
}
.site-header.style-1 .is-fixed .main-bar {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.site-header.style-1 .is-fixed .main-bar .container {
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .site-header.style-1 {
    padding-top: 0;
    position: relative;
  }
}
.site-header.style-2 .header-nav .nav {
  margin-left: 50px;
  padding-left: 30px;
  border-left: 1px solid #eee;
}
.site-header.style-2 .header-nav .nav > li > a {
  font-size: 17px;
  padding: 36px 20px;
}
@media only screen and (max-width: 991px) {
  .site-header.style-2 .header-nav .nav {
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1400px) {
  .site-header.style-2 .header-nav .nav {
    margin-left: 20px;
    padding-left: 20px;
  }
  .site-header.style-2 .header-nav .nav > li > a {
    padding: 36px 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .site-header.style-2 .header-nav .nav > li > a {
    padding: 36px 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-header.style-2 .header-nav .nav > li > a {
    padding: 36px 14px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.style-2 .header-nav .nav {
    margin: 0;
  }
  .site-header.style-2 .header-nav .nav > li > a {
    padding: 10px 0;
    color: #000;
  }
  .site-header.style-2 .header-nav .nav > li > a:before {
    content: none;
  }
}
.site-header.style-3 .header-nav .nav > li:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: #eee;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.site-header.style-3 .header-nav .nav > li:hover > a,
.site-header.style-3 .header-nav .nav > li.active > a {
  color: var(--primary);
}

.ic-bnr-inr {
  background: #f8f8f8;
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .ic-bnr-inr {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr {
    height: 250px;
  }
}
.ic-bnr-inr .container {
  display: table;
  height: 100%;
}
.ic-bnr-inr .ic-bnr-inr-entry {
  height: 450px;
  vertical-align: middle;
  display: table-cell;
}
@media only screen and (max-width: 991px) {
  .ic-bnr-inr .ic-bnr-inr-entry {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .ic-bnr-inr .ic-bnr-inr-entry {
    text-align: center;
  }
  .ic-bnr-inr .ic-bnr-inr-entry .breadcrumb-row {
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr .ic-bnr-inr-entry {
    height: 250px;
  }
}
.ic-bnr-inr p {
  max-width: 600px;
  margin: auto;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .ic-bnr-inr p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.ic-bnr-inr.ic-bnr-inr-md {
  height: 50px;
}
.ic-bnr-inr.ic-bnr-inr-md .ic-bnr-inr-entry {
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .ic-bnr-inr.ic-bnr-inr-md {
    height: 50px;
  }
  .ic-bnr-inr.ic-bnr-inr-md .ic-bnr-inr-entry {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .ic-bnr-inr.ic-bnr-inr-md {
    height: 50px;
  }
  .ic-bnr-inr.ic-bnr-inr-md .ic-bnr-inr-entry {
    height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr.ic-bnr-inr-md {
    height: 50px;
  }
  .ic-bnr-inr.ic-bnr-inr-md .ic-bnr-inr-entry {
    height: 50px;
  }
}

.breadcrumb-row {
  display: inline-table;
}
.breadcrumb-row .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.breadcrumb-row .breadcrumb .breadcrumb-item {
  position: relative;
  margin: 0;
  padding-left: 30px;
  padding-right: 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-row .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-row .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-row .breadcrumb .breadcrumb-item::before {
  content: '\f113';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: 'flaticon';
  font-size: 16px;
  color: #fff;
}
.breadcrumb-row .breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-row .breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}
.breadcrumb-row .breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-row .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
  .breadcrumb-row .breadcrumb .breadcrumb-item::before {
    font-size: 14px;
  }
}

.ic-bnr-inr.style-1 {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .ic-bnr-inr.style-1 .ic-media {
    display: none;
  }
  .ic-bnr-inr.style-1 .ic-bnr-inr-entry {
    padding-top: 0;
  }
}

.ic-bnr-inr.style-2 {
  margin-bottom: 25px;
  overflow: unset;
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr.style-2 {
    margin-bottom: 0;
  }
}
.ic-bnr-inr.style-2 .ic-bnr-inr-entry {
  padding-top: 0;
  text-align: center;
}
.ic-bnr-inr.style-2:after {
  content: '';
  background-image: url(../images/banner/pattern1.png);
  background-size: cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ic-bnr-inr.style-2 .breadcrumb-row {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  display: inline-table;
  padding: 0 15px;
  min-width: fit-content;
}
.ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb {
  margin: 0;
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-width: 0 0 6px;
  border-style: solid;
  border-color: var(--primary);
  border-radius: var(--border-radius-sm);
}
.ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb .breadcrumb-item {
  color: var(--title);
}
.ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb .breadcrumb-item a {
  color: var(--title);
}
.ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb .breadcrumb-item::before {
  color: var(--primary);
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr.style-2 .breadcrumb-row {
    position: unset;
    transform: unset;
    padding: 0;
  }
  .ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb {
    padding: 10px 18px;
    border-width: 0 0 3px;
  }
  .ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb .breadcrumb-item {
    padding-left: 25px;
    padding-right: 10px;
  }
  .ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb .breadcrumb-item::before {
    font-size: 13px;
  }
  .ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
  }
  .ic-bnr-inr.style-2 .breadcrumb-row .breadcrumb .breadcrumb-item:last-child {
    padding-right: 0;
  }
}
.ic-bnr-inr.style-2 .bg-shape-left {
  height: 1000px;
  width: 1000px;
  background-color: var(--rgba-primary-6);
  left: -560px;
  position: absolute;
  transform: rotate(40deg);
  top: -440px;
}
.ic-bnr-inr.style-2 .bg-shape-left:after {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 100px;
  background-color: var(--rgba-primary-4);
}
.ic-bnr-inr.style-2 .bg-shape-left:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 200px;
  background-color: var(--rgba-primary-8);
}
@media only screen and (max-width: 1199px) {
  .ic-bnr-inr.style-2 .bg-shape-left {
    height: 800px;
    width: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .ic-bnr-inr.style-2 .bg-shape-left {
    height: 700px;
    width: 800px;
  }
  .ic-bnr-inr.style-2 .bg-shape-left:after {
    right: 50px;
  }
  .ic-bnr-inr.style-2 .bg-shape-left:before {
    right: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr.style-2 .bg-shape-left {
    width: 700px;
  }
  .ic-bnr-inr.style-2 .bg-shape-left:after {
    right: 30px;
  }
  .ic-bnr-inr.style-2 .bg-shape-left:before {
    right: 60px;
  }
}
.ic-bnr-inr.style-2 .bg-shape-right {
  height: 400px;
  width: 500px;
  background-color: var(--rgba-primary-6);
  transform: rotate(40deg);
  position: absolute;
  right: -320px;
  bottom: -300px;
}
@media only screen and (max-width: 1199px) {
  .ic-bnr-inr.style-2 .bg-shape-right {
    height: 350px;
    width: 450px;
    right: -290px;
    bottom: -260px;
  }
}
@media only screen and (max-width: 767px) {
  .ic-bnr-inr.style-2 .bg-shape-right {
    width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .ic-bnr-inr.style-2 .bg-shape-right {
    height: 250px;
    width: 390px;
  }
}

footer {
  font-size: 15px;
}
footer .widget {
  margin-bottom: 40px;
}
footer .widget_about p {
  margin-bottom: 20px;
  line-height: 24px;
}
footer .footer-top {
  padding: 70px 0 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer-top {
    padding: 50px 0 0;
  }
}

footer .widget_categories ul li {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.widget_getintuch ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 52px;
  min-height: 45px;
}
.widget_getintuch ul li h5,
.widget_getintuch ul li .h5 {
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .widget_getintuch ul li h5,
  .widget_getintuch ul li .h5 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.widget_getintuch ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  background-color: var(--primary);
  display: block;
  color: #fff;
  font-size: 16px;
  border-radius: var(--border-radius-lg);
}

.site-footer .recent-posts-entry .widget-post-bx .widget-post .ic-media {
  width: 80px;
  min-width: 80px;
  border-radius: var(--border-radius-sm);
}
.site-footer .recent-posts-entry .widget-post-bx .widget-post .title {
  font-family: var(--font-family-base);
}
.site-footer .recent-posts-entry .widget-post-bx .widget-post .title a {
  color: #fff;
}
.site-footer .recent-posts-entry .widget-post-bx .widget-post .ic-info {
  padding-left: 15px;
}
.site-footer.style-1 {
  color: #9d9aaa;
  background-color: var(--secondary);
  background-position: center;
  background-size: cover;
}
.site-footer.style-1 .footer-top {
  padding: 120px 0 80px;
}
.site-footer.style-1 .footer-top .text {
  margin: 0 50px 45px;
}
.site-footer.style-1 .widget-title {
  margin-bottom: 25px;
}
.site-footer.style-1 .widget-title .title {
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .site-footer.style-1 .footer-top {
    padding: 100px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer.style-1 .footer-top {
    padding: 70px 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer.style-1 .footer-top {
    padding: 50px 0 10px;
  }
  .site-footer.style-1 .footer-top .text {
    margin: 0 0px 30px;
  }
}

.site-footer.style-2 {
  color: #fff;
  background-color: var(--primary-dark);
  background-position: center;
  background-size: cover;
}
.site-footer.style-2 .footer-top {
  padding: 80px 0 40px;
}
.site-footer.style-2 .footer-top .text {
  margin: 0 50px 45px;
}
.site-footer.style-2 .widget-title {
  margin-bottom: 20px;
}
.site-footer.style-2 .widget-title .title {
  color: #fff;
}
.site-footer.style-2 .widget_about {
  padding-right: 15px;
}
.site-footer.style-2 .widget_categories {
  padding-left: 50px;
}
@media only screen and (max-width: 1199px) {
  .site-footer.style-2 .widget_categories {
    padding-left: 0;
  }
  .site-footer.style-2 .widget_about {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer.style-2 .footer-top {
    padding: 70px 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer.style-2 .footer-top {
    padding: 50px 0 10px;
  }
  .site-footer.style-2 .footer-top .text {
    margin: 0 0px 30px;
  }
}

.site-footer.style-3 {
  background-color: var(--secondary);
}
.site-footer.style-3 .widget-title .title {
  color: #fff;
}
.site-footer.style-3 .footer-top {
  padding: 120px 0 70px;
}
.site-footer.style-3 .footer-top .widget_about p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .site-footer.style-3 .footer-top {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer.style-3 .footer-top .widget_about p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .site-footer.style-3 .footer-top {
    padding: 50px 0 20px;
  }
}

.ic-separator.style-3 {
  width: 60px;
  height: 2px;
  border-radius: 2px;
  margin: 0;
  background: var(--primary);
  display: block;
}

#bg {
  background-attachment: fixed;
  background-size: cover;
}

.theme-rounded {
  --border-radius-base: 18px;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.icon-content p {
  color: #051136;
}

#feedback-form label {
  color: #051136;
  display: none;
}

.ic-team.style-2 .ic-content {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 20px;
  padding: 15px 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.widget.widget_branches .branch-item h6 {
  color: var(--bs-red);
  text-shadow: rgba(220, 53, 69, 0.5) 0 1px 15px;
}

.widget.widget_branches .branch-item a {
  text-shadow: var(--rgba-special-5) 0 1px 15px;
  font-weight: bold;
  color: var(--special);
}

@media screen and (max-width: 1920px) {
  .call-now-button {
    display: flex !important;
    background: var(--special);
  }

  .quick-call-button {
    display: block !important;
  }
}

@media screen and (min-width: px) {
  .call-now-button .call-text {
    display: none !important;
  }
}

@media screen and (max-width: px) {
  .call-now-button .call-text {
    display: none !important;
  }
}

.call-now-button {
  top: 50%;
  left: 3%;
  background: #fff;
  border: 2px solid var(--special);
}

.call-now-button div a .quick-alo-ph-img-circle,
.call-now-button div a .quick-alo-phone-img-circle {
  background-color: var(--special);
}

.call-now-button .call-text {
  color: var(--special);
  font-weight: bold;
}

.zalo-button {
  position: fixed;
  right: 15px;
  bottom: 70px;
  right: 30px;
  bottom: 100px;
  z-index: 9999;
}

.zalo-button img {
  border: 1px solid #005fe6;
  border-radius: 50%;
  box-shadow: 0px 0px 12px 0px #005fe6;
  position: relative;
}

.zalo-animated:before {
  border: 2px solid #1182fccc;
  opacity: 0.5;
  animation: pulse 1.3s infinite;
}

.zalo-animated:after {
  background-color: #1182fccc;
  opacity: 0.5;
  animation: pulse_fill 1.3s infinite;
}

.zalo-animated:before,
.zalo-animated:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

@keyframes pulse {
  0% {
    transform: (0.25);
    opacity: 0;
  }

  100% {
    transform: scale(1.3);
    opacity: 1;
  }
}

@keyframes pulse_fill {
  0% {
    transform: scale(1.4);
  }

  50% {
    transform: scale(1.7);
  }

  100% {
    transform: scale(1.4);
  }
}
