@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;600;700&family=Open+Sans&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  color: #1a2940;
  font-family: "Josefin Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1a2940;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ff4757;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
  margin-top: -7px;
}

h3 {
  font-size: 28px;
  margin-top: -6px;
}

h4 {
  font-size: 24px;
  margin-top: -5px;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
}

h6 {
  font-size: 18px;
  margin-top: -3px;
}

p {
  margin-top: -8px;
}

p:last-child {
  margin-bottom: -7px !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 76px;
    line-height: 86px;
    margin-top: -16px;
  }

  h2 {
    font-size: 54px;
    line-height: 64px;
    margin-top: -7px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -4px;
  }

  h4 {
    font-size: 30px;
    margin-top: -5px;
  }

  h5 {
    font-size: 24px;
    margin-top: -4px;
  }

  h6 {
    font-size: 22px;
    margin-top: -3px;
  }
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

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

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg_fixed {
  background-attachment: fixed;
}

.top__center {
  background-position: top center;
}

.bg--overlay::after,
.bg--overlay-2::after,
.base--overlay::after,
.banner__slide__item::before,
.faq__item .right-icon::before,
.faq__item .right-icon::after,
.team__item .team__thumb::after,
.team__details::before {
  position: absolute;
  content: "";
}

.social-icons,
.footer__wrapper,
.header-wrapper,
.menu,
.header--contact,
.header-top .header__top__area,
.counter__wrapper,
.how__wrapper,
.social__icons,
.contact__item,
.meta__date,
.post__share,
.widget.widget__tags ul,
.widget__post,
.post__tag,
.button-area {
  display: flex;
  flex-wrap: wrap;
}

.team__item .team__thumb a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

  .mw-lg-100 {
    max-width: 100%;
  }
}

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

.mb-40-none {
  margin-bottom: -40px !important;
}

label,
button,
input[type="submit"] {
  cursor: pointer;
}

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

body *::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #ff4757;
}

body *::-webkit-scrollbar-button {
  background-color: #ff4757;
}

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

*::selection {
  background-color: #ff4757;
  color: #fff;
}

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(25, 42, 86, 0.7);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

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

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

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

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

.social-icons {
  justify-content: center;
  margin: -3px;
}

.social-icons li {
  padding: 3px;
}

.social-icons li a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff4757;
  color: #fff;
  transition: 0.2s;
}
.social-icons li a i:hover {
  transform: scale(1.05);
}
.social-icons li a i[class*="facebook"] {
  background: #3b5998;
}

.social-icons li a i[class*="whatsapp"] {
  background: #25d366;
}

.social-icons li a i[class*="twitter"] {
  background: #55acee;
}

.social-icons li a i[class*="linkedin"] {
  background: #007bb5;
}

.social-icons li a i[class*="instagram"] {
  background: #e4405f;
}

.social-icons li a i[class*="google"] {
  background: #dd4b39;
}

.social-icons li a i[class*="youtube"] {
  background: #cd201f;
}

.social-icons li a i[class*="camera"] {
  background: #e4405f;
}

.social-icons li a i[class*="pinterest"] {
  background: #007bb5;
}

.social-icons li a i[class*="tumblr"] {
  background: #34465d;
}

.social-icons li a i[class*="behance"] {
  background: #1769ff;
}

.social-icons li a i[class*="skype"] {
  background: #2fb7df;
}

.social-icons li a i[class*="vimeo"] {
  background: #1ab7ea;
}

.section__header {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section__header {
    margin-bottom: 50px;
  }
}

.section__header p {
  margin-top: 0;
}

.section__header__center {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section__header.text--white .section__title {
  color: #fff;
}

.section__cate {
  color: #ff4757;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}

.section__cate::before,
.section__cate::after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ff4757;
  vertical-align: middle;
}

.section__cate::after {
  margin-left: 20px;
}

.section__cate::before {
  margin-right: 20px;
}

@media (max-width: 575px) {
  .section__cate {
    font-size: 14px;
  }
}

.section__cate.bg--white::before {
  background: #fff;
}

.section__title {
  margin-bottom: 12px;
}

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

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

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

a i {
  text-decoration: none !important;
}

.bg--overlay,
.bg--overlay-2 {
  position: relative;
}

.bg--overlay::after,
.bg--overlay-2::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
}

.bg--overlay > *,
.bg--overlay-2 > * {
  position: relative;
  z-index: 1;
}

.bg--overlay-2::after {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), black);
}

.base--overlay {
  position: relative;
}

.base--overlay::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a2940;
  opacity: 0.9;
}

.base--overlay > * {
  position: relative;
  z-index: 1;
}

[class*="line--limit"] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line--limit-1 {
  -webkit-line-clamp: 1;
}

.line--limit-2 {
  -webkit-line-clamp: 2;
}

.line--limit-3 {
  -webkit-line-clamp: 3;
}

.line--limit-4 {
  -webkit-line-clamp: 4;
}

.line--limit-5 {
  -webkit-line-clamp: 5;
}

.ratings i {
  color: #e9ba17;
}

.badge {
  font-family: "Josefin Sans", sans-serif;
}

[class*="badge--"] {
  padding: 7px 15px 5px;
  font-weight: 500;
}

.bg--body {
  background-color: #fff !important;
}

.bg--section {
  background-color: #f5f7fd !important;
}

.btn--base,
.badge--base,
.bg--base {
  background-color: #ff4757 !important;
}

.btn--primary,
.badge--primary,
.bg--primary {
  background-color: #7367f0 !important;
}

.btn--secondary .badge--secondary .bg--secondary {
  background-color: #868e96 !important;
}

.btn--success,
.badge--success,
.bg--success {
  background-color: #28c76f !important;
}

.btn--danger,
.badge--danger,
.bg--danger {
  background-color: #ea5455 !important;
}

.btn--warning,
.badge--warning,
.bg--warning {
  background-color: #f99f0b !important;
}

.btn--info,
.badge--info,
.bg--info {
  background-color: #1e9ff2 !important;
}

.btn--dark,
.badge--dark,
.bg--dark {
  background-color: #192a56 !important;
}

.btn--white,
.badge--white,
.bg--white {
  background-color: #fff !important;
}

[class*="btn--"] {
  color: #fff;
  font-weight: 500;
}

[class*="btn--"]:hover {
  color: #fff;
}

.btn--warning,
.badge--warning,
.btn--white,
.badge--white {
  color: #1a2940;
}

.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
  color: #1a2940;
}

.btn--black,
.badge--black,
.bg--black {
  background-color: #000 !important;
}

.btn--title,
.badge--title,
.bg--title {
  background-color: #1a2940 !important;
}

.btn--1,
.badge--1,
.bg--1 {
  background-color: #004976 !important;
}

.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #f99f0b !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #192a56 !important;
}

.text--white {
  color: #fff !important;
}

.text--white p,
.text--white ul li,
.text--white ul li a,
.text--white span {
  color: #ddd;
}

.text--black {
  color: #000 !important;
}

.text--body {
  color: #555555 !important;
}

.text--base {
  color: #ff4757 !important;
}

.text--title {
  color: #1a2940 !important;
}

.text--star {
  color: #e9ba17 !important;
}

.text--1 {
  color: #004976 !important;
}

.bg--transparent {
  background-color: transparent !important;
}

.bg--none {
  background: none !important;
}

.bg--section .service__item,
.bg--section .feature__item,
.bg--section .about-thumb::before,
.bg--section .about-thumb::after,
.bg--section .offer__icon,
.bg--section .faq__item,
.bg--section .how__wrapper .how__item .how__thumb,
.bg--section .team__item .team__thumb,
.bg--section .post__item,
.bg--section .form--control,
.bg--section .hire-form-wrapper {
  background: #fff;
}

.bg--section .form--date {
  background: #fff !important;
}

.bg--section .meta__date {
  background: #f5f7fd;
}

.bg--body .service__item,
.bg--body .feature__item,
.bg--body .about-thumb::before,
.bg--body .about-thumb::after,
.bg--body .offer__icon,
.bg--body .faq__item,
.bg--body .how__wrapper .how__item .how__thumb,
.bg--body .team__item .team__thumb,
.bg--body .post__item,
.bg--body .form--control,
.bg--body .hire-form-wrapper {
  background: #f5f7fd;
}

.bg--body .form--date {
  background: #f5f7fd !important;
}

.bg--body .meta__date {
  background: #fff;
}

/*Footer Section*/
.newsletter__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter__wrapper .section__header {
  width: 500px;
  margin: 0;
}

.newsletter__wrapper .subscribe__form {
  width: 100%;
  max-width: 420px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .newsletter__wrapper .section__header {
    width: 340px;
  }

  .newsletter__wrapper .subscribe__form {
    width: 320px;
  }
}

@media (max-width: 767px) {
  .newsletter__wrapper .section__header {
    width: 100%;
    margin-bottom: 40px;
  }

  .newsletter__wrapper .subscribe__form {
    width: 100%;
  }
}

.subscribe__form {
  display: flex;
}

.subscribe__form .form-control {
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.subscribe__form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.subscribe__form .form-control::placeholder {
  color: #fff;
}

.subscribe__form .cmn--btn {
  padding: 0;
  height: 60px;
  width: 60px;
  justify-content: center;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

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

.widget__title {
  color: #fff;
  font-size: 22px;
}

.widget__links li {
  padding: 0;
}

.widget__links li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Josefin Sans", sans-serif;
  color: #ddd;
  font-size: 14px;
  padding: 4px 0;
}

.widget__links li a::before {
  content: "\f101";
  font-family: "Line Awesome Free";
  font-weight: 600;
  margin-right: 5px;
  color: #ff4757;
}

.widget__links li a:hover {
  color: #ff4757;
}

.footer__wrapper {
  justify-content: space-between;
  margin: 0 -12px -40px;
  color: rgba(255, 255, 255, 0.8);
}

.footer__wrapper .footer__widget {
  padding: 0 12px 40px;
  width: 100%;
  max-width: 280px;
}

.footer__wrapper .footer__widget.widget__about {
  max-width: 420px;
}

@media (max-width: 1199px) {
  .footer__wrapper .footer__widget {
    max-width: 200px;
  }

  .footer__wrapper .footer__widget.widget__about {
    max-width: 320px;
  }
}

@media (max-width: 991px) {
  .footer__wrapper .footer__widget {
    max-width: 240px;
  }

  .footer__wrapper .footer__widget.widget__about {
    max-width: 100%;
  }
}

.footer__wrapper .footer__widget .logo {
  height: 45px;
  margin-bottom: 30px;
}

.footer__wrapper .footer__widget .logo a {
  display: inline-block;
  height: inherit;
}

.footer__wrapper .footer__widget .logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-wrapper {
  margin: 0 -5px;
}

.footer-bottom-wrapper .copyright {
  padding: 5px;
  max-width: 600px;
}

.footer-bottom-wrapper .social-icons {
  margin: 0;
  font-size: 18px;
}

.footer-bottom-wrapper .social-icons li a i {
  height: 35px;
  width: 35px;
  line-height: 35px;
}

@media (max-width: 575px) {
  .footer-bottom-wrapper {
    text-align: center;
  }

  .footer-bottom-wrapper .social-icons,
  .footer-bottom-wrapper .copyright {
    width: 100%;
    justify-content: center;
  }
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.header-wrapper .logo {
  width: 200px;
  max-height: 80px;
}

.header-wrapper .logo a {
  display: block;
}

.header-wrapper .logo img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 450px) {
  .header-wrapper .logo {
    width: 160px;
  }

  .header-wrapper .right-area .cmn-btn {
    font-size: 12px;
    line-height: 32px;
    padding: 0 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }

  .header-wrapper .right-area .select-bar .current {
    font-size: 12px;
  }

  .header-wrapper .header-bar {
    margin-right: 0;
  }
}

header {
  z-index: 999;
}

.menu {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

.menu li {
  padding: 0;
}

.menu li a {
  padding: 5px 15px;
  font-weight: 500;
  color: #fff;
}

.menu li a.cmn--btn {
  padding: 8px 25px 6px;
}

.menu li a.cmn--btn:hover {
  border-color: #ff4757;
  color: #ff4757;
  background: transparent;
}

@media (min-width: 992px) {
  .menu li .submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #f5f7fd;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .menu li .submenu li a {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid rgba(26, 41, 64, 0.09);
    font-weight: 400;
    color: #1a2940;
  }

  .menu li .submenu li .submenu {
    left: 100%;
    top: 10px;
  }

  .menu li .submenu li:hover > .submenu {
    top: 0;
  }

  .menu li .submenu li:hover > a {
    background: #ff4757;
    color: #fff;
    padding-left: 22px;
  }

  .menu li:hover > .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: #f5f7fd;
    overflow: auto;
    max-height: calc(100vh - 100px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    display: block;
  }

  .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .menu li {
    padding: 0;
    border-bottom: 1px solid transparent;
  }

  .menu li.open ul li:last-child {
    border-color: rgba(26, 41, 64, 0.1);
  }

  .menu li a {
    display: flex;
    color: #1a2940;
    justify-content: space-between;
    border-bottom: 1px solid rgba(26, 41, 64, 0.1);
    padding: 5px 20px;
    font-size: 16px;
  }

  .menu li a.cmn--btn {
    padding: 10px 25px 8px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 5px;
  }

  .menu li a.cmn--btn:hover {
    border-color: #ff4757;
    color: #ff4757;
    background: transparent;
  }

  .menu li:last-child > a {
    border: none;
  }

  .menu li .submenu {
    padding-left: 20px;
    display: none;
  }

  .menu li .submenu li a {
    font-size: 14px;
  }

  .menu li .cmn-btn {
    border: 1px solid rgba(26, 41, 64, 0.09) !important;
    font-size: 14px;
    line-height: 40px;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .menu {
    margin-left: auto;
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-section .header-bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-section .header-bottom.active {
  background: #1a2940;
  top: 0;
  position: fixed;
  animation: fadeInDown 1s;
  -webkit-animation: fadeInDown 1s;
  -moz-animation: fadeInDown 1s;
}

.dark-logo {
  display: none;
}

.menu-item-has-children {
  position: relative;
  z-index: 999 !important;
}

.menu-item-has-children > a {
  align-items: center;
}

.menu-item-has-children > a::after {
  content: "\f107";
  font-weight: 600;
  font-family: "Line Awesome Free";
  margin-left: 5px;
}

@media (min-width: 992px) {
  .menu-item-has-children.open .submenu {
    display: block !important;
  }

  .menu-item-has-children .submenu {
    display: block !important;
  }
}

.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
}

@media (min-width: 576px) {
  .header-bar {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .header-bar {
    display: none;
  }
}

.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  left: 0;
}

.header-bar span:first-child {
  top: 0;
}

.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.header-bar span:last-child {
  bottom: 0;
}

.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 767px) {
  .header-bar {
    margin-left: 0;
  }
}

.select-bar {
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.select-bar select {
  height: 35px;
  border: none;
  background: transparent !important;
  padding: 0 7px;
  font-size: 14px;
  color: #fff;
}

.select-bar select option {
  color: #192a56;
}

.select-bar select:focus {
  outline: none;
}

@media (max-width: 575px) {
  .select-bar {
    margin: 0 10px;
    height: 35px !important;
  }

  .select-bar select {
    height: 35px;
  }
}

@media (max-width: 991px) {
  .select-bar {
    margin-left: auto;
  }
}

.header--contact li {
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header--contact li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header--contact li a {
  font-size: 14px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.header--contact li a i {
  margin-right: 7px;
  color: #ff4757;
}

.header-top {
  background: rgba(255, 255, 255, 0.1);
}

.header-top .header__top__area {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575px) {
  .header-top .header__top__area * > {
    flex-grow: 1;
  }

  .header-top .header__top__area .header--contact {
    justify-content: center;
    padding-top: 10px;
  }

  .header-top .header__top__area .header--contact li {
    border: none;
  }

  .header-top .header__top__area .header--contact li a {
    padding: 0 10px 10px;
  }
}

/*Banner Section*/
.banner__slide__item {
  position: relative;
  padding: 120px 0 0;
  overflow: hidden;
}

.banner__slide__item::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1a2940;
}

@media (max-width: 991px) {
  .banner__slide__item {
    padding: 250px 0 0;
  }
}

.banner__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.banner__wrapper .banner-thumb {
  width: calc(100% - 600px);
}

.banner__wrapper .banner-thumb img {
  max-width: 700px;
}

.banner__wrapper .banner__content {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 1199px) {
  .banner__wrapper .banner-thumb {
    width: calc(100% - 550px);
  }

  .banner__wrapper .banner-thumb img {
    max-width: 620px;
  }

  .banner__wrapper .banner__content {
    width: 100%;
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .banner__wrapper {
    flex-wrap: wrap;
  }

  .banner__wrapper .banner-thumb {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
  }

  .banner__wrapper .banner-thumb img {
    max-width: 100%;
  }

  .banner__wrapper .banner__content {
    width: 100%;
    max-width: 600px;
    margin-bottom: 35px;
  }
}

.banner__content-cate {
  margin-bottom: 20px;
}

.banner__content-title {
  font-size: 50px;
  line-height: 60px;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner__content-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.banner__content.text--white .banner__content-title {
  color: #fff;
}

@media (max-width: 991px) {
  .banner__content {
    text-align: center;
    margin: 0 auto;
  }

  .banner__content .buttons-area {
    justify-content: center;
  }
}

.buttons-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -13px;
}

.buttons-area a {
  margin: 13px;
}

/*Hero Section*/
.hero-section {
  padding: 240px 0 85px;
}

@media screen and (max-width: 430px) {
  .hero-section {
    padding: 260px 0 85px;
  }
}

.mt--120 {
  margin-top: -120px;
  padding-top: 0 !important;
}

.feature__item {
  display: flex;
  background: #f5f7fd;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(26, 41, 64, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.feature__item-icon {
  color: #ff4757;
  font-size: 50px;
  line-height: 1;
}

.feature__item-content {
  padding-left: 20px;
}

.feature__item-title {
  margin: 0;
  margin-bottom: 15px;
}

.feature__item p {
  font-size: 14px;
}

.feature__item a {
  font-size: 14px;
  color: #1a2940;
  position: relative;
}

.feature__item-bottom-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  font-size: 50px;
  color: rgba(26, 41, 64, 0.23);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.feature__item:hover .feature__item-bottom-icon {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

@media screen and (max-width: 450px) {
  .feature__item {
    padding: 25px 20px;
  }

  .feature__item-icon {
    font-size: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .feature__item {
    padding: 25px 20px;
  }

  .feature__item-icon {
    font-size: 40px;
  }
}

/*About Section Starts Here*/
.about-thumb {
  position: relative;
  padding: 30px;
  height: 100%;
}

.about-thumb::before,
.about-thumb::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f5f7fd;
}

.about-thumb::before {
  top: 0;
  left: 0;
}

.about-thumb::after {
  bottom: 0;
  right: 0;
}

.about-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 575px) {
  .about-thumb {
    padding: 20px;
  }
}

.about-content .counter__area {
  border-top: 1px solid #e5e5e5;
  margin-top: 35px;
  padding-top: 35px;
}

@media (min-width: 768px) {
  .about-content .section__header {
    margin-bottom: 30px;
  }

  .about-content .counter__area {
    padding-top: 45px;
    margin-top: 45px;
  }
}

.about-content .buttons-area {
  margin: -7px;
}

.about-content .buttons-area a {
  margin: 7px;
}

.counter__wrapper {
  margin: 0 -10px -25px;
}

.counter__wrapper .counter__item {
  width: calc(100% / 3);
  padding: 0 10px 25px;
}

@media (max-width: 767px) {
  .counter__wrapper .counter__item {
    width: unset;
  }
}

.counter__item {
  display: flex;
  align-items: center;
}

.counter__item-icon {
  font-size: 60px;
  line-height: 1;
  color: rgba(255, 71, 87, 0.8);
}

.counter__item-icon i {
  display: block;
}

.counter__item-title {
  font-size: 32px;
  margin: 0;
  padding-top: 5px;
  margin-bottom: -5px;
  line-height: 1;
  display: flex;
}

.counter__item .info {
  font-size: 14px;
}

.counter__item-content {
  padding-left: 10px;
}

/*Service SectionS Starts Here*/
.service__item {
  background: #f5f7fd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service__item-thumb {
  height: 250px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}

@media (max-width: 575px) {
  .service__item-thumb {
    height: 300px;
  }
}

.service__item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.service__item-thumb-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ff4757;
  font-size: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  right: 30px;
  bottom: -30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.service__item-content {
  padding-top: 45px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.service__item-content .content {
  padding: 20px;
  font-size: 14px;
}

.service__item-content .content a {
  color: #ff4757;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  display: inline-flex;
  align-items: center;
}

.service__item-content .content a i {
  font-size: 20px;
  margin-left: 5px;
  color: #ff4757;
}

.service__item-title {
  padding: 0 20px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.service__item:hover .service__item-thumb-icon {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

/*Offer Section*/
.offer__item {
  display: flex;
  align-items: flex-start;
  max-width: 520px;
}

.offer__item:hover .offer__icon {
  color: #fff;
  background: #ff4757;
  border-color: #ff4757;
}

.offer__icon {
  font-size: 30px;
  line-height: 1;
  color: #ff4757;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fd;
  width: 80px;
  height: 80px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.offer__content {
  padding-left: 30px;
  width: calc(100% - 80px);
}

.offer__title {
  margin-bottom: 15px;
}

.offer-thumb {
  max-width: 560px;
}

.offer-thumb img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .offer-thumb {
    max-width: 450px;
  }
}

/*Faqs Section Starts Here*/
.faqs-thumb {
  height: 300px;
}

.faqs-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 576px) {
  .faqs-thumb {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .faqs-thumb {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .faqs-thumb {
    height: 600px;
  }
}

.faq__item {
  background: #f5f7fd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.faq__item .faq__title {
  padding: 13px 20px 10px;
  cursor: pointer;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.faq__item .faq__title .title {
  font-size: 20px;
  margin: 0;
  padding-right: 25px;
}

.faq__item .right-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.faq__item .right-icon::before,
.faq__item .right-icon::after {
  background: #1a2940;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.faq__item .right-icon::before {
  width: 20px;
  height: 2px;
}

.faq__item .right-icon::after {
  height: 20px;
  width: 2px;
}

.faq__item .faq__content {
  display: none;
  padding: 30px 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.faq__item.active .faq__content {
  display: block;
}

.faq__item.open .faq__title {
  background: #ff4757;
}

.faq__item.open .faq__title .title {
  color: #fff;
}

.faq__item.open .right-icon::after {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

/*How Section Starts Here*/
.how__wrapper {
  max-width: 948px;
  margin: 0 auto -45px;
  justify-content: space-between;
  counter-reset: how-count;
}

@media (max-width: 991px) {
  .how__wrapper {
    margin-left: -11px;
    margin-right: -11px;
  }
}

.how__wrapper .how__item {
  width: calc(100% / 3);
  margin: 0 auto;
  padding: 0 12px 45px;
  position: relative;
  text-align: center;
}

.how__wrapper .how__item .how__thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  background: #f5f7fd;
  color: #ff4757;
  border: 1px solid #e5e5e5;
  position: relative;
}

.how__wrapper .how__item .how__thumb::before {
  counter-increment: how-count;
  content: "0" counter(how-count);
  position: absolute;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background: #ff4757;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.how__wrapper .how__item .how__slide {
  position: absolute;
  top: 43px;
  left: 125px;
  width: calc(100% - 115px);
  height: 1px;
  background-image: linear-gradient(
    90deg,
    #ff4757,
    #ff4757 40%,
    transparent 40%,
    transparent 100%
  );
  background-size: 12px 1px;
  z-index: -1;
  transition: all 0.7s;
  animation: shapes 5s linear infinite;
}

.how__wrapper .how__item .how__slide::before {
  content: "\f061";
  font-family: "Line Awesome Free";
  color: #ff4757;
  font-weight: 600;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  transition: all 0.7s;
}

@media (max-width: 991px) {
  .how__wrapper .how__item .how__slide {
    display: none;
  }
}

.how__wrapper .how__item .how__content .how__title {
  font-size: 22px;
  margin-bottom: 10px;
}

.how__wrapper .how__item:nth-of-type(3n + 3) .how__slide {
  display: none;
}

@media (max-width: 991px) {
  .how__wrapper .how__item {
    width: 100%;
  }
}

@-webkit-keyframes shapes {
  0% {
    width: 0%;
    opacity: 1;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes shapes {
  0% {
    width: 0%;
    opacity: 1;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes shapes {
  0% {
    width: 0%;
    opacity: 1;
  }

  100% {
    width: 100%;
  }
}

@keyframes shapes {
  0% {
    width: 0%;
    opacity: 1;
  }

  100% {
    width: 100%;
  }
}

/*Clients Section*/
.client__item {
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.client__item .client__header {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 20px;
}

.client__item .client__header .thumb {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-bottom: -30px;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

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

.client__item .client__header .name__area {
  margin-left: auto;
  max-width: calc(100% - 120px);
  padding-top: 25px;
}

.client__item .client__header .name__area .designation {
  font-size: 14px;
}

.client__item .client__content {
  padding: 0 30px 30px;
}

@media (max-width: 575px) {
  .client__item .client__header {
    padding: 0 20px;
  }

  .client__item .client__content {
    padding: 0 20px 30px;
  }
}

@media screen and (max-width: 410px) {
  .client__item .client__header {
    padding: 0 20px;
  }

  .client__item .client__header .name__area {
    width: 100%;
    max-width: 100%;
  }

  .client__item .client__header .thumb {
    margin-bottom: -40px;
  }

  .client__item .client__content {
    padding: 0 20px 30px;
  }
}

.owl-dots {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
  margin-top: 25px;
  justify-content: center;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ff4757;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.owl-dots .owl-dot.active {
  background: #ff4757;
}

.owl-dots .owl-dot span {
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff4757;
}

/*Team Section Starts Here*/
.team__item .team__thumb {
  position: relative;
  width: calc(100% - 30px);
  background: #f5f7fd;
}

.team__item .team__thumb::after {
  background: #ff4757;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.team__item .team__thumb a {
  display: block;
  text-align: center;
  color: #555555;
  font-weight: 500;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  font-size: 50px;
}

.team__item .team__thumb a i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.team__item .team__thumb img {
  width: 100%;
}

.team__item:hover .team__thumb::after {
  opacity: 0.8;
  visibility: visible;
}

.team__item:hover .team__thumb a {
  opacity: 1;
  visibility: visible;
}

.team__item .team__content {
  width: calc(100% - 40px);
  margin-top: -100px;
  padding: 30px 30px 21px 30px;
  margin-left: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
}

.team__item .team__content .title {
  font-size: 22px;
}

.team__item .team__content .info {
  display: block;
  margin-bottom: 10px;
}

.team__item .team__content .total {
  margin-bottom: -5px;
}

.lightbox-wrapper {
  background: #fff;
}

/*Team Details*/
.team__details {
  position: relative;
}

.team__details::before {
  border: 1px solid #e5e5e5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 160px;
  background: #f5f7fd;
  -webkit-border-radius: 10px 10px 5px 5px;
  -moz-border-radius: 10px 10px 5px 5px;
  border-radius: 10px 10px 5px 5px;
  z-index: -1;
}

.team__details-thumb {
  position: relative;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  margin: 0 30px 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(26, 41, 64, 0.1);
}

.team__details-thumb img {
  max-width: 100%;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}

.team__details-thumb .badge {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg) translate(-23%, -7%);
  -ms-transform: rotate(-45deg) translate(-23%, -7%);
  transform: rotate(-45deg) translate(-23%, -7%);
}

@media (max-width: 575px) {
  .team__details-thumb {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.team__details-content {
  text-align: center;
  padding: 0 30px 30px;
}

@media (max-width: 575px) {
  .team__details-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.social__icons {
  justify-content: center;
}

.social__icons li {
  padding: 5px;
}

.social__icons li a {
  padding: 5px;
  color: #1a2940;
}

.social__icons li a:hover {
  color: #ff4757;
}

.social__icons li a i[class*="facebook"] {
  color: #3b5998;
}

.social__icons li a i[class*="twitter"] {
  color: #55acee;
}

.social__icons li a i[class*="instagram"] {
  color: #e4405f;
}

.social__icons li a i[class*="linkedin"] {
  color: #007bb5;
}

.social__icons li a i[class*="youtube"] {
  color: #cd201f;
}

.social__icons li a i[class*="pinterest"] {
  color: #007bb5;
}

.social__icons li a i[class*="whatsapp"] {
  color: #25d366;
}

.social__icons li a i[class*="skype"] {
  color: #2fb7df;
}

.details__widget {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  margin-top: 30px;
  background: #f5f7fd;
  border: 1px solid #e5e5e5;
}

.details__widget .team__item .team__thumb {
  background: #fff;
}

@media (max-width: 575px) {
  .details__widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ratings {
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

.ratings i {
  font-size: 20px;
}

.team__details__content .team-header {
  margin-bottom: 40px;
}

.team__details__content-title {
  margin: 0;
  padding-left: 25px;
  border-left: 3px solid #ff4757;
  margin-bottom: 20px;
}

.personal__informaiton {
  max-width: 300px;
  margin: 0 auto;
}

.personal__informaiton li {
  display: flex;
  justify-content: space-between;
}

.personal__informaiton li .p-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #1a2940;
}

.personal__informaiton li a {
  color: #1a2940;
  font-size: 14px;
}

.info__item:not(:last-child) {
  margin-bottom: 45px;
}

.info__item-title {
  margin-bottom: 10px;
}

.info__item p:not(:last-child) {
  margin-bottom: 20px;
}

.info__item-box {
  padding: 10px;
  width: 100%;
  max-width: 200px;
}

.info__item-box .inner {
  height: 100%;
  box-shadow: 0 0 5px rgba(25, 42, 86, 0.1);
  padding: 25px 15px;
  text-align: center;
}

.info__item-box .inner i {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  color: #ff4757;
}

.info__item-box-title {
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .info__item-box {
    width: 170px;
    max-width: unset;
    flex-grow: 1;
  }
}

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

.info-list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-list-area ul li {
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
}

.info-list-area ul li::before {
  content: "\f101";
  font-family: "Line Awesome Free";
  font-weight: 700;
  position: absolute;
  left: 0;
  color: #ff4757;
}

@media (min-width: 576px) {
  .info-list-area ul {
    width: calc(50% - 15px);
  }
}

.form--label {
  display: block;
  text-transform: capitalize;
  font-family: "Josefin Sans", sans-serif;
  color: #1a2940;
  margin-bottom: 5px;
}

.form--control {
  height: 50px;
  background: #f5f7fd;
  box-shadow: none !important;
  outline: none;
  border-radius: 3px !important;
  padding: 0px 20px !important;
}
.form--control[type="file"] {
  line-height: 50px;
  position: relative;
  padding-left: 10px !important;
}

textarea.form--control {
  padding: 20px;
  height: 200px;
}

.sticky {
  position: sticky;
  top: 100px;
}

.contact__item {
  height: 100%;
  padding: 32px 30px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f5f7fd;
  align-items: center;
  word-break: break-word;
}

.contact__item .contact__icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 24px;
  color: #ff4757;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contact__item .contact__body {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.contact__item .contact__body .contact__title {
  margin: 0;
  margin-bottom: 12px;
}

.contact__item .contact__body a {
  color: #ff4757;
}

.contact__item .contact__info li {
  padding: 0;
}

.contact__item .contact__info li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .contact__item {
    padding: 20px 15px;
  }

  .contact__item .contact__body .contact__title {
    margin-bottom: 4px;
  }
}

.account--form--wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  height: 100%;
}

.account--form--header {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.account--form--header .title {
  margin: 0;
}

.account--form--body {
  padding: 30px;
}

@media (max-width: 575px) {
  .account--form--body {
    padding: 20px 15px;
  }
}

.hire-form-wrapper {
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.hire-form-wrapper .subtitle {
  margin: 0;
  margin-bottom: 8px;
}

@media (max-width: 575px) {
  .hire-form-wrapper {
    padding: 30px 15px;
  }
}

.form--date {
  height: 50px;
  background: #f5f7fd !important;
}

.form--date:focus {
  box-shadow: none;
}

.preloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.loader-inner {
  height: 24px;
  margin: 70px auto;
  position: relative;
}

.loader-inner .loader-dots {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff4757;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.loader-inner .loader-dots:first-child {
  margin-left: -52px;
}

.loader-inner .loader-dots:last-child {
  margin-left: 28px;
}

.loader-inner .loader-dots:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.loader-inner .loader-dots:nth-child(1) {
  -webkit-animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-1 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(1):before {
  -webkit-animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-2 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2) {
  -webkit-animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-3 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(2):before {
  -webkit-animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-4 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3) {
  -webkit-animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-5 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.loader-inner .loader-dots:nth-child(3):before {
  -webkit-animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  animation: loading-6 2.1s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

@-webkit-keyframes loading-1 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-1 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading-2 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes loading-2 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes loading-3 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-3 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading-4 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes loading-4 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes loading-5 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loading-5 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loading-6 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes loading-6 {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*Blog Section Starts Here*/
.post__item {
  background: #f5f7fd;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.post__item .post__thumb {
  overflow: hidden;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  height: 270px;
}

.post__item .post__thumb a {
  display: block;
  height: inherit;
}

.post__item .post__thumb .category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 7px 15px 4px;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  background: #ff4757;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.post__item .post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.post__item .post__content {
  padding: 30px;
}

.post__item .post__content .post__title {
  margin-bottom: 20px;
}

.post__item .post__content .post__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}

.meta__date {
  border-left: 5px solid #ff4757;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  justify-content: space-between;
  padding: 5px;
  background: #fff;
}

.meta__date .meta__item {
  font-size: 14px;
  padding: 5px;
  display: flex;
  align-items: center;
}

.meta__date .meta__item i {
  font-size: 20px;
  color: #ff4757;
  margin-right: 6px;
}

.post__item:hover .post__thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post__item .post__read {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 25px;
  color: #ff4757;
}

@media (max-width: 991px) {
  .post__item .post__content {
    padding: 25px 15px 20px;
  }
}

.post__share {
  margin: -3px;
}

.post__share li {
  padding: 3px;
}

.post__share li a {
  text-decoration: none;
}

.post__share li a i {
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  background: #ff4757;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
  background: #3b5998;
}

.post__share li a i[class*="twitter"] {
  background: #55acee;
}

.post__share li a i[class*="instagram"] {
  background: #e4405f;
}

.post__share li a i[class*="skype"] {
  background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
  background: #007bb5;
}

.post__share li a i[class*="youtube"] {
  background: #cd201f;
}

.post__share li a i[class*="behance"] {
  background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
  background: #34465d;
}

.post__share li a i[class*="pinterest"] {
  background: #007bb5;
}

.post__share li a i[class*="navy"] {
  background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
  background: #db3776;
}

.post__share li a i[class*="vimeo"] {
  background: #1ab7ea;
}

/*Blog Section Starts Here*/
.read--more {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*Sidebar*/
.blog-sidebar {
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 400px) {
  .blog-sidebar {
    padding: 30px 20px;
  }
}

.widget__title {
  margin-bottom: 10px;
}

.widget:not(:last-child) {
  margin-bottom: 40px;
}

.widget.widget__category ul li {
  padding: 0;
}

.widget.widget__category ul li a {
  text-decoration: none;
  color: #1a2940;
  padding: 10px 0;
  border-bottom: 1px solid rgba(26, 41, 64, 0.2);
  display: block;
}

.widget.widget__category ul li a:hover {
  padding-left: 10px;
}

.widget.widget__post__area ul li {
  padding: 10px 0;
}

.widget.widget__tags ul {
  margin: -5px;
}

.widget.widget__tags ul li {
  padding: 5px;
}

.widget.widget__tags ul li a {
  padding: 8px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  text-decoration: none;
  color: #1a2940;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget.widget__tags ul li a:hover,
.widget.widget__tags ul li a.active {
  background: #ff4757;
  color: #fff;
}

.widget__post {
  text-decoration: none;
}

.widget__post .widget__post__thumb {
  width: 80px;
  height: 80px;
}

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

.widget__post .widget__post__content {
  width: calc(100% - 80px);
  padding-left: 15px;
}

.widget__post .widget__post__content .widget__post__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 5px;
}

.widget__post .widget__post__content span {
  font-size: 14px;
  color: #ff4757;
}

/*Blog Single*/
.post__details .post__header {
  margin-bottom: 40px;
}

.post__details .post__header .post__title {
  margin-bottom: 25px;
}

.post__details p {
  margin-bottom: 30px;
}

.post__details .post__thumb {
  height: 420px;
  margin-bottom: 30px;
}

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

.post__details .post__quote {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .post__details .post__thumb {
    height: unset;
  }
}

.post__quote {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Josefin Sans", sans-serif;
  color: #1a2940;
  font-style: italic;
  text-align: center;
  padding: 0 30px;
  border-left: 3px solid #ff4757;
}

@media (max-width: 575px) {
  .post__quote {
    padding: 0 15px;
    font-size: 20px;
  }
}

.post__tag,
.post__share {
  margin: -5px;
}

.post__tag li,
.post__share li {
  padding: 5px;
}

.post__share__title {
  margin-bottom: 10px;
}

.post__tag li a {
  font-size: 14px;
  padding: 5px 15px;
  background: #f5f7fd;
  color: #1a2940;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.post__tag li a:hover,
.post__tag li a.active {
  background: #ff4757;
  color: #fff;
}

.post__share li a {
  text-decoration: none;
}

.post__share li a i {
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  color: #fff;
  background: #ff4757;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.post__share li a i[class*="facebook"] {
  background: #3b5998;
}

.post__share li a i[class*="twitter"] {
  background: #55acee;
}

.post__share li a i[class*="instagram"] {
  background: #e4405f;
}

.post__share li a i[class*="skype"] {
  background: #2fb7df;
}

.post__share li a i[class*="linkedin"] {
  background: #007bb5;
}

.post__share li a i[class*="youtube"] {
  background: #cd201f;
}

.post__share li a i[class*="behance"] {
  background: #1769ff;
}

.post__share li a i[class*="tumblr"] {
  background: #34465d;
}

.post__share li a i[class*="pinterest"] {
  background: #007bb5;
}

.post__share li a i[class*="navy"] {
  background: #d8e0f3;
}

.post__share li a i[class*="futbol"] {
  background: #db3776;
}

.post__share li a i[class*="vimeo"] {
  background: #1ab7ea;
}

.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  display: block;
  text-align: center;
  background: #ff4757;
}

.scrollToTop:hover {
  color: #fff;
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

.video-button {
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 71, 87, 0.73);
  line-height: 55px;
  text-align: center;
}

.video-button img {
  width: 100%;
}

.video-button i {
  font-size: 24px;
  color: #fff;
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background: #ff4757;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

.cmn--btn {
  color: #fff;
  line-height: 24px;
  padding: 12px 35px 9px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #ff4757;
  border: 2px solid transparent;
  font-size: 16px;
  text-transform: capitalize;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  font-family: "Josefin Sans", sans-serif;
}

.cmn--btn:hover {
  color: #fff;
  border-color: #ff4757;
  text-decoration: underline;
}

.cmn--btn.btn--sm {
  padding: 8px 20px 6px;
  font-size: 14px;
}

.cmn--btn.btn--md {
  padding: 10px 25px;
}

.cmn--btn.btn--lg {
  padding: 15px 35px 11px;
}

.cmn--btn.btn--block {
  text-align: center;
  display: block;
}

.cmn--btn i:last-child {
  margin-left: 5px;
}

.cmn--btn i:first-child {
  margin-right: 5px;
}

.cmn--btn.btn--white {
  color: #004976;
  border: none;
}

.cmn--btn.btn--outline {
  color: #1a2940;
  background: #fff;
  border-color: #1a2940;
}

.cmn--btn.btn--outline:hover {
  color: #fff;
  border-color: #ff4757;
  background-color: #ff4757;
}

button.cmn--btn {
  border-radius: 5px;
}

.button-area {
  align-items: center;
  margin: -5px;
}

.button-area a {
  margin: 5px;
}

.button-area .video-button {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

.menu > li:last-child .submenu {
  left: unset;
  right: 0;
}

.pagination {
  margin: -3px;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 71, 87, 0.2);
  color: #1a2940;
  padding: 0;
  display: block;
  margin: 0;
  border: 1px solid rgba(26, 41, 64, 0.2);
}

.pagination .page-item a span,
.pagination .page-item span span {
  border: none;
  line-height: 34px;
}

.pagination .page-item a.active,
.pagination .page-item a:hover,
.pagination .page-item span.active,
.pagination .page-item span:hover {
  background: #ff4757;
  color: #fff;
  border: 1px solid rgba(26, 41, 64, 0.2);
}

.pagination .page-item a.active span,
.pagination .page-item a:hover span,
.pagination .page-item span.active span,
.pagination .page-item span:hover span {
  border: none;
}

.pagination .page-item.disabled span {
  background: rgba(255, 71, 87, 0.3);
  border: none;
  color: #1a2940;
}

.pagination .page-item.active .page-link {
  background: #ff4757 !important;
  color: #fff;
}

a {
  text-decoration: none;
}

.alert--danger {
  color: #fff;
  background-color: #ff4757;
  border-color: #ff4757;
  border-radius: 24px;
}
.filter-label {
  display: block;
  color: #1a2940;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.filter-select-item {
  height: 50px;
}

.filter-select-item .select-bar {
  height: 50px !important;
  width: 100%;
  padding: 0 20px;
  background: #f5f7fd;
  outline: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}
.filter-select-item .select-bar:focus {
  border: 1px solid #86b7fe;
}

.language-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  width: max-content;
  background-color: transparent;
  box-shadow: unset !important;
  border: 0;
  outline: 0;
}

.language_flag {
  flex-shrink: 0;
  display: flex;
}

.language_flag img {
  width: 20px;
  height: 18px;
  object-fit: cover;
  border-radius: 5px;
}

.language-wrapper.show .collapse-icon {
  transform: rotate(180deg);
}

.collapse-icon {
  font-size: 14px;
  display: flex;
  transition: all linear 0.2s;
  color: #fff;
}

.language_text_select {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

p.language_text {
  font-size: 13px;
  font-weight: 600;
}

.language-content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.language_text {
  color: black;
}

.language-list {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  cursor: pointer;
}

.language .dropdown-menu {
  position: absolute;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  display: unset;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  min-width: 120px;
  padding: 5px 0 !important;
  border-radius: 8px;
  border: 1px solid rgb(0 0 0 / 3%);
  left: -10px !important;
}

.language .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 575px) {
  .header-top-right {
    flex: 1;
  }
}

.deposit-form {
  background: #1a29401a;
  border-radius: 10px;
}

.form-group {
  margin-bottom: 16px;
}
