@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600&family=Open+Sans&display=swap");
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  color: #1B1B1B;
  font-family: "Manrope", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1B1B1B;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #DA291C;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
  margin-top: -9px;
}

h3 {
  font-size: 24px;
  margin-top: -8px;
}

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

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

h6 {
  font-size: 18px;
  margin-top: -6px;
  font-weight: 500;
}

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

@media (min-width: 576px) {
  h1 {
    font-size: 48px;
    font-weight: 600;
  }
  h2 {
    font-size: 40px;
    margin-top: -11px;
    font-weight: 600;
  }
  h3 {
    font-size: 30px;
    margin-top: -9px;
    font-weight: 600;
  }
  h4 {
    font-size: 22px;
    margin-top: -7px;
    font-weight: 600;
  }
  h5 {
    font-size: 20px;
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 73px;
    font-weight: 600;
  }
  h2 {
    font-size: 42px;
    font-weight: 600;
  }
  h3 {
    font-size: 30px;
    margin-top: -9px;
    font-weight: 600;
  }
  h4 {
    font-size: 24px;
    margin-top: -8px;
    font-weight: 600;
  }
  h5 {
    font-size: 22px;
    margin-top: -7px;
  }
}
a {
  display: inline-block;
  -webkit-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;
}

label,
button,
select {
  cursor: pointer;
}

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

.bg_contain {
  background-size: contain;
}

input,
textarea {
  width: 100%;
}

.contact__item, .service-item, .about-list, .widget-body .widget-tags, .banner-wrapper, .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video--btn::after, .video--btn::before, .clients-item .clients-thumb::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

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

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

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

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

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

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

@media (min-width: 992px) {
  .pt-100 {
    padding-top: 110px;
  }
  .pb-100 {
    padding-bottom: 110px;
  }
  .pt-50 {
    padding-top: 60px;
  }
  .pb-50 {
    padding-bottom: 60px;
  }
}
.overlayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.overlayer.active {
  display: block;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.section-title .subtitle {
  margin-bottom: 15px;
}
.section-title .title {
  margin-bottom: 20px;
}
.section-title p:not(:last-child) {
  margin-bottom: 22px;
}
.section-title.text-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.text-center p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.text-white {
  color: #b4d4ff;
}
.section-title.text-white .title {
  color: #fff;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 50px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -5px;
  margin-top: 30px;
}
.pagination li {
  padding: 5px;
}
.pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background: #f3f9ff;
  color: #1B1B1B;
  border: 1px solid #e8eaff;
}
.pagination li a:hover {
  border-color: #DA291C;
}
.pagination li a.active {
  background: #DA291C;
  border-color: #DA291C;
  color: #fff;
}
.pagination li a.disabled {
  background: rgba(218, 41, 28, 0.1);
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
}
.owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 3px;
}
.owl-dots .owl-dot.active {
  border-radius: 50%;
  border: 1px solid #DA291C;
  border-color: #DA291C;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-dots .owl-dot span {
  background: #DA291C;
  width: 5px;
  height: 5px;
  border-radius: 1px;
}

.toTopBtn {
  position: fixed;
  bottom: -60px;
  right: 30px;
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #DA291C;
  background: #DA291C;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  z-index: 3;
}
.toTopBtn.active {
  bottom: 30px;
}

/*Footer*/
.footer-top {
  padding: 90px 0 45px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -12px;
}
.footer-wrapper .footer-logo,
.footer-wrapper .footer-links,
.footer-wrapper .footer-comunity {
  padding: 0 12px 40px;
  width: 100%;
}
.footer-wrapper .title {
  margin-bottom: 15px;
}
.footer-wrapper .footer-links {
  max-width: 250px;
}
.footer-wrapper .footer-links ul li a {
  color: #1B1B1B;
  padding: 3px 0;
}
.footer-wrapper .footer-links ul li a:hover {
  padding-left: 3px;
  color: #DA291C;
}
@media (max-width: 1399px) {
  .footer-wrapper .footer-links {
    max-width: 200px;
  }
}
.footer-wrapper .footer-comunity {
  max-width: 290px;
}
.footer-wrapper .footer-logo {
  max-width: 190px;
}
.footer-wrapper .footer-logo a {
  display: block;
}
.footer-wrapper .footer-logo a img {
  width: 100%;
}
@media (max-width: 991px) {
  .footer-wrapper .footer-logo a {
    max-width: 200px;
  }
}
@media screen and (max-width: 991px) and (min-width: 450px) {
  .footer-wrapper .footer-logo,
  .footer-wrapper .footer-links,
  .footer-wrapper .footer-comunity {
    max-width: 50%;
  }
  .footer-wrapper .footer-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-wrapper .mobile-second-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 449.9px) {
  .footer-wrapper .footer-logo,
  .footer-wrapper .footer-comunity {
    max-width: 100%;
  }
  .footer-wrapper .footer-links {
    max-width: 200px;
  }
}

.footer-input-group {
  position: relative;
}
.footer-input-group .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #e8eaff;
  height: 45px;
  border-radius: 24px !important;
  padding: 0 65px 0 20px;
  background: rgba(27, 27, 27, 0.1);
}
.footer-input-group .form-control:focus {
  border-color: #DA291C;
}
.footer-input-group .input-group-text {
  border-radius: 20px !important;
  height: 37px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 9;
}

footer {
  font-size: 14px;
  line-height: 1.65;
}

.parent-menu {
  position: relative;
  z-index: 999 !important;
}
.parent-menu > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parent-menu > a::after {
  content: "\f107";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: inline-block;
}
@media (max-width: 991px) {
  .parent-menu > a::after {
    margin-left: auto;
  }
}
.parent-menu:hover > a::after, .parent-menu.open > a::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 992px) {
  .parent-menu.open .submenu {
    display: block !important;
  }
  .parent-menu .submenu {
    display: block !important;
  }
}

.nav-toggle {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
}
.nav-toggle span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #1B1B1B;
  left: 0;
}
.nav-toggle span:first-child {
  top: 0;
}
.nav-toggle span:nth-child(2) {
  top: 52%;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}
.nav-toggle span:last-child {
  bottom: 0;
}
.nav-toggle.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.nav-toggle.active span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

.navbar-top {
  position: relative;
  z-index: 999;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .navbar-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -3px;
}
.social-icons li {
  padding: 3px;
}
.social-icons li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #DA291C;
}
.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;
}

.contact-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-bar li a {
  color: #fff;
}
.contact-bar li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-bar li:not(:last-child) a {
  padding: 0 10px;
  font-size: 14px;
}
.contact-bar li:nth-last-child(2) {
  border: none;
}

header {
  z-index: 9999;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.navbar-bottom {
  position: absolute;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  width: 100%;
  z-index: 999;
}
.navbar-bottom.active {
  -webkit-box-shadow: 0 0 5px rgba(218, 41, 28, 0.2);
          box-shadow: 0 0 5px rgba(218, 41, 28, 0.2);
  position: fixed;
  top: 0;
  animation: fadeInDown 0.4s;
  -webkit-animation: fadeInDown 0.4s;
  -moz-animation: fadeInDown 0.4s;
}

.navbar-wrapper {
  padding: 15px 0;
}
.navbar-wrapper .logo {
  max-width: 190px;
}
@media (max-width: 575px) {
  .navbar-wrapper .logo {
    max-width: 130px;
  }
}
.navbar-wrapper .logo a {
  display: block;
}
.navbar-wrapper .logo img {
  width: 100%;
}

.change-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.change-language .language-bar {
  height: 32px;
  padding-left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-left: 15px;
  outline: none;
  background: transparent;
  color: #fff;
}
.change-language .language-bar option {
  color: #1B1B1B;
  background: #f3f9ff;
}
.change-language .language-bar:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 375px) {
  .change-language {
    font-size: 12px;
    font-family: "Manrope", sans-serif;
  }
  .change-language .language-bar {
    margin-left: 5px;
  }
}
.change-language.text--title .language-bar {
  color: #1B1B1B;
  border-color: #e8eaff;
}

/*Nav Menu*/
.navbar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-menu li a:not([class*=btn]) {
    color: #1B1B1B;
    font-family: "Manrope", sans-serif;
    text-transform: capitalize;
    padding: 5px 15px;
    font-weight: 600;
  }
  .nav-menu li .cmn--btn {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .nav-menu li .sub-nav {
    min-width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    border-bottom: 3px solid #DA291C;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0 0 5px rgba(218, 41, 28, 0.3);
            box-shadow: 0 0 5px rgba(218, 41, 28, 0.3);
  }
  .nav-menu li .sub-nav li a {
    padding: 5px 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-menu li .sub-nav li a:hover {
    padding-left: 20px;
    background: #DA291C;
    color: #fff;
  }
  .nav-menu li .sub-nav li:not(:last-child) > a {
    border-bottom: 1px solid #e8eaff;
  }
  .nav-menu li .sub-nav .sub-nav {
    left: 100%;
    top: 0;
  }
  .nav-menu li:not(:hover) .sub-nav {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }
  .nav-menu li:nth-last-of-type(1) .sub-nav, .nav-menu li:nth-last-of-type(2) .sub-nav, .nav-menu li:nth-last-of-type(3) .sub-nav {
    left: unset;
    right: 0;
  }
  .nav-menu li:nth-last-of-type(1) .sub-nav .sub-nav, .nav-menu li:nth-last-of-type(2) .sub-nav .sub-nav, .nav-menu li:nth-last-of-type(3) .sub-nav .sub-nav {
    right: 100%;
  }
}

/*Nav Mobile Menu*/
@media (max-width: 991px) {
  .nav-menu-area {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background: #1B1B1B;
    padding: 30px 20px;
    overflow-y: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .nav-menu-area .menu-close {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 20px;
  }
  .nav-menu-area:not(.active) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .nav-menu-area .nav-menu li a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-menu-area .nav-menu li a.cmn--btn {
    background: #fff;
    color: #DA291C;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 5px 15px;
    margin-top: 15px;
  }
  .nav-menu-area .nav-menu .sub-nav {
    padding-left: 15px;
    display: none;
    font-size: 14px;
  }
}
.remove-scroll header,
.modal-open header {
  visibility: hidden;
  opacity: 0;
}

.banner-section {
  padding: 220px 0 235px;
  overflow: hidden;
  background-position: top center;
}
@media (max-width: 991px) {
  .banner-section {
    padding: 200px 0 200px;
  }
}
@media (max-width: 575px) {
  .banner-section {
    padding: 140px 0 160px;
  }
}
.banner-section .banner-wrapper {
  position: relative;
}

.bg--overlay {
  position: relative;
}
.bg--overlay::before {
  inset: 0;
  position: absolute;
  content: "";
  background: rgba(27, 27, 27, 0.85);
}

.banner-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-wrapper .banner-thumb {
  width: calc(100% - 620px);
}
.banner-wrapper .banner-thumb img {
  max-width: 820px;
}
@media (max-width: 1399px) {
  .banner-wrapper .banner-thumb img {
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .banner-wrapper .banner-thumb img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .banner-wrapper .banner-content {
    max-width: 100%;
    width: 100%;
  }
  .banner-wrapper .banner-content p {
    max-width: 100%;
  }
  .banner-wrapper .banner-thumb {
    width: 100%;
    max-width: 600px;
    margin-top: 35px;
  }
  .banner-wrapper .banner-thumb img {
    max-width: 100%;
  }
}

.banner-content {
  max-width: 820px;
  position: relative;
  z-index: 9;
  text-align: center;
  margin: 0 auto;
}
.banner-content .banner-title {
  color: #fff;
  margin-bottom: 20px;
}
.banner-content p {
  color: #b4d4ff;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.banner-content .btn__grp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .banner-content .banner-title {
    margin-bottom: 30px;
  }
  .banner-content p {
    font-size: 18px;
  }
  .banner-content .btn__grp {
    margin-top: 35px;
  }
}

.lightbox-container {
  z-index: 999;
}

.feature-item {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #e8eaff;
  border-radius: 5px;
  background: #fff;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .feature-item {
    font-size: 14px;
  }
}
.feature-item__icon {
  font-size: 24px;
  color: #DA291C;
  background: rgba(218, 41, 28, 0.1);
  border: 1px solid rgba(218, 41, 28, 0.2);
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 25px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.feature-item__cont-title {
  margin-bottom: 20px;
  color: #DA291C;
}
.feature-item:hover {
  -webkit-box-shadow: 0 0 7px rgba(27, 27, 27, 0.2);
          box-shadow: 0 0 7px rgba(27, 27, 27, 0.2);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.feature-item:hover .feature-item__icon {
  border-color: rgba(218, 41, 28, 0.2) !important;
  background: #DA291C !important;
  color: #fff !important;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 767px) and (min-width: 576px) {
  .feature-item {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .feature-item {
    max-width: 450px;
    margin: 0 auto;
  }
}

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

div[class*=col]:nth-of-type(4n + 2) .feature-item__icon {
  border-color: rgba(27, 27, 27, 0.2) !important;
  background: rgba(27, 27, 27, 0.1) !important;
  color: #1B1B1B !important;
}
div[class*=col]:nth-of-type(4n + 2) .feature-item__cont-title {
  color: #1B1B1B !important;
}
div[class*=col]:nth-of-type(4n + 2) .feature-item:hover .feature-item__icon {
  border-color: rgba(27, 27, 27, 0.2) !important;
  background: #1B1B1B !important;
  color: #fff !important;
}
div[class*=col]:nth-of-type(4n + 3) .feature-item__icon {
  border-color: rgba(27, 27, 27, 0.2) !important;
  background: rgba(27, 27, 27, 0.1) !important;
  color: #1B1B1B !important;
}
div[class*=col]:nth-of-type(4n + 3) .feature-item__cont-title {
  color: #1B1B1B !important;
}
div[class*=col]:nth-of-type(4n + 3) .feature-item:hover .feature-item__icon {
  border-color: rgba(27, 27, 27, 0.2) !important;
  background: #1B1B1B !important;
  color: #fff !important;
}
div[class*=col]:nth-of-type(4n + 4) .feature-item__icon {
  border-color: rgba(27, 27, 27, 0.2);
  background: rgba(27, 27, 27, 0.1);
  color: #1B1B1B;
}
div[class*=col]:nth-of-type(4n + 4) .feature-item__cont-title {
  color: #1B1B1B !important;
}
div[class*=col]:nth-of-type(4n + 4) .feature-item:hover .feature-item__icon {
  border-color: rgba(27, 27, 27, 0.2) !important;
  background: #1B1B1B !important;
  color: #fff !important;
}

.hero-section {
  padding: 180px 0 90px;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-content .hero-title {
  color: #fff;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.breadcrumb li {
  color: #DA291C;
  font-family: "Manrope", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li:not(:last-child)::after {
  content: "-";
  display: inline-block;
  margin: 0 10px;
}
.breadcrumb li a {
  color: #fff;
}

.about__item-title {
  margin-bottom: 10px;
}
.about__item p {
  margin: 0;
}
.about__item p:not(:last-child) {
  margin-bottom: 20px;
}
.about__item ul:not(:last-child) {
  margin-bottom: 20px;
}
.about__item ul li {
  padding-left: 15px;
  position: relative;
}
.about__item ul li:not(:last-child) {
  margin-bottom: 5px;
}
.about__item ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #DA291C;
  position: absolute;
  left: 0;
  top: 10px;
}
.about__item:not(:last-child) {
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .about__item {
    font-size: 15px;
    line-height: 1.65;
  }
}

/*Blog Sidebar*/
.widget {
  border-radius: 7px;
}
.widget:not(:last-child) {
  margin-bottom: 25px;
}
.widget-header {
  padding: 12px 15px;
  background: #DA291C;
  border-radius: 7px 7px 0 0;
}
.widget-body {
  border: 1px solid #e8eaff;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 7px 7px;
}
.widget-body .archive-links li a {
  color: #1B1B1B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}
.widget-body .archive-links li a::before {
  content: "\f101";
  margin-right: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #DA291C;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.widget-body .archive-links li a span:last-child {
  margin-left: auto;
}
.widget-body .archive-links li a:hover {
  padding-left: 2px;
}
.widget-body .archive-links li a:hover::before {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.widget-body .archive-links li:not(:last-child) {
  border-bottom: 1px solid #e8eaff;
}
.widget-body .archive-links li:first-child a {
  padding-top: 0;
}
.widget-body .archive-links li:last-child a {
  padding-bottom: 0;
}
.widget-body .latest-posts li {
  padding: 0;
}
.widget-body .latest-posts li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8eaff;
}
.widget-body .latest-posts li:not(:first-child) {
  padding-top: 10px;
}
.widget-body .latest-posts li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-body .latest-posts li a .img {
  width: 70px;
}
.widget-body .latest-posts li a .img img {
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 4px;
}
.widget-body .latest-posts li a .cont {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.widget-body .latest-posts li a .cont .subtitle {
  margin: 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-body .latest-posts li a .cont .date {
  font-size: 14px;
  color: #DA291C;
}
.widget-body .widget-tags {
  margin: -3px;
}
.widget-body .widget-tags li {
  padding: 3px;
}
.widget-body .widget-tags li a {
  padding: 7px 15px;
  border-radius: 4px;
  background: #f3f9ff;
  border: 1px solid #e8eaff;
  color: #1B1B1B;
  font-size: 14px;
}
.widget-body .widget-tags li a:hover, .widget-body .widget-tags li a.active {
  background: #DA291C;
  border-color: #DA291C;
  color: #fff;
}

/*About*/
.about-list {
  margin: -6px;
}
.about-list li {
  width: 260px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 6px;
}
@media (min-width: 576px) {
  .about-list li {
    width: 50%;
  }
}
.about-list li > span {
  display: block;
  padding: 5px 12px;
  -webkit-box-shadow: 0 0 2px rgba(27, 27, 27, 0.1);
          box-shadow: 0 0 2px rgba(27, 27, 27, 0.1);
  border-radius: 2px;
  border: 1px solid #e8eaff;
  font-size: 14px;
}
.about-list li > span::before {
  font-size: 16px;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #DA291C;
}

@media (min-width: 768px) {
  .about-content .section-title {
    margin-bottom: 35px;
  }
}

.about-thumb {
  position: relative;
}
.about-thumb .thumb {
  margin-right: 70px;
  height: calc(100% - 40px);
  position: relative;
}
.about-thumb .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.about-thumb .thumb::before {
  content: "";
  inset: 100px -40px -40px 100px;
  position: absolute;
  background: #DA291C;
  -webkit-animation: 6s radiusAmine alternate infinite;
          animation: 6s radiusAmine alternate infinite;
}
@media (max-width: 991px) {
  .about-thumb .thumb {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .about-thumb .thumb {
    min-height: 320px;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes radiusAmine {
  0% {
    border-radius: 200px 400px 50px 50px;
  }
  50% {
    border-radius: 200px 400px 400px 50px;
  }
  100% {
    border-radius: 200px 100px 100px 400px;
  }
}

@keyframes radiusAmine {
  0% {
    border-radius: 200px 400px 50px 50px;
  }
  50% {
    border-radius: 200px 400px 400px 50px;
  }
  100% {
    border-radius: 200px 100px 100px 400px;
  }
}
/*Service*/
.service-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e8eaff;
  padding: 20px;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 100%;
}
.service-item__icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 36px;
  color: #DA291C;
  border: 1px solid rgba(218, 41, 28, 0.3);
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.service-item__cont {
  padding-left: 20px;
  width: calc(100% - 90px);
}
.service-item__cont-title {
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-item .service-item__icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .service-item .service-item__cont {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-item .service-item__icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
  .service-item .service-item__cont {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 370px) {
  .service-item {
    padding: 20px 15px;
  }
  .service-item .service-item__icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .service-item .service-item__cont {
    width: calc(100% - 60px);
  }
}
.service-item:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 0 7px rgba(27, 27, 27, 0.2);
          box-shadow: 0 0 7px rgba(27, 27, 27, 0.2);
}
.service-item:hover .service-item__icon {
  background: #DA291C;
  color: #fff;
  border-color: #DA291C;
}
.service-item:hover .service-item__cont-title a,
.service-item:hover .service-item__cont-title {
  color: #DA291C;
}

/*How It Works*/
.how-it-wrapper .how-it-header {
  padding: 25px 20px 30px;
  border-radius: 7px 7px 0 0;
}
.how-it-wrapper .how-it-header p {
  font-size: 18px;
  color: #b4d4ff;
  margin-top: 5px;
}
.how-it-wrapper .how-it-body {
  padding: 40px 30px;
  border: 1px solid #e8eaff;
  border-top: none;
  border-radius: 0 0 7px 7px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .how-it-wrapper .how-it-body {
    padding: 30px 20px;
  }
}

.how-it-area li {
  padding-left: 35px;
  position: relative;
}
.how-it-area li .subtitle {
  margin-bottom: 10px;
  cursor: pointer;
}
.how-it-area li:not(:last-child) {
  padding-bottom: 40px;
}
.how-it-area li:not(.active) .text {
  display: none;
}
.how-it-area li::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #1B1B1B;
  border-radius: 50%;
  left: 0;
  top: 3px;
  background: #fff;
  z-index: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.how-it-area li::after {
  width: 1px;
  height: calc(100% - 6px);
  content: "";
  background: #1B1B1B;
  position: absolute;
  top: 3px;
  left: 7px;
}
.how-it-area li.open::before {
  background: #1B1B1B;
}
@media (max-width: 575px) {
  .how-it-area li {
    padding-left: 30px;
  }
  .how-it-area li:not(:last-child) {
    padding-bottom: 30px;
  }
}

.how-it-img img {
  max-width: 570px;
}
@media (max-width: 991px) {
  .how-it-img {
    max-width: 570px;
    margin: 0 auto;
  }
  .how-it-img img {
    max-width: 100%;
  }
}

/*FAQs*/
.accordion-item:not(:last-child) {
  margin-bottom: 14px;
}
.accordion-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 15px 15px 15px 20px;
  background: #f3f9ff;
  border: 1px solid #e8eaff;
  border-radius: 5px;
}
.accordion-item .accordion-title .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  font-weight: 600;
  max-width: calc(100% - 20px);
}
.accordion-item .accordion-title .icon {
  width: 14px;
  height: 14px;
  border-left: 1px solid #1B1B1B;
  border-bottom: 1px solid #1B1B1B;
  -webkit-transform: translateX(-5px) rotate(-45deg);
  transform: translateX(-5px) rotate(-45deg);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
}
.accordion-item .accordion-content {
  padding: 25px 20px;
  display: none;
  border: 1px solid #e8eaff;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.accordion-item.active .accordion-content {
  display: block;
}
.accordion-item.open .accordion-title {
  border-radius: 5px 5px 0 0;
}
.accordion-item.open .accordion-title .icon {
  -webkit-transform: translateX(-5px) translateY(8px) rotate(135deg);
  transform: translateX(-5px) translateY(8px) rotate(135deg);
}

.faq-img img {
  max-width: 700px;
}
@media (max-width: 991px) {
  .faq-img img {
    max-width: 100%;
  }
}

/*Apps*/
.app__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}
.app__btns a {
  width: calc(50% - 8px);
  max-width: 190px;
  margin: 4px;
  border-radius: 6px;
  overflow: hidden;
}
.app__btns a img {
  width: 100%;
}

.app-img img {
  max-width: 350px;
}
@media (max-width: 991px) {
  .app-img {
    max-width: 300px;
    margin: 0 auto;
  }
  .app-img img {
    max-width: 100%;
  }
}

/*Counter*/
.counter-item {
  position: relative;
  margin-left: 35px;
  padding: 35px 25px 35px 55px;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px rgba(27, 27, 27, 0.1);
          box-shadow: 0 0 5px rgba(27, 27, 27, 0.1);
  z-index: 1;
  border: 1px solid #e8eaff;
}
.counter-item .counter-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(27, 27, 27, 0.3);
          box-shadow: 0 0 4px rgba(27, 27, 27, 0.3);
  position: absolute;
  left: -35px;
  top: calc(50% - 35px);
}
.counter-item .counter-content {
  width: 100%;
}
.counter-item .counter-content .counter-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DA291C;
  margin-bottom: 10px;
}
.counter-item .counter-content .counter-subtitle {
  font-size: 16px;
}

div[class*=col]:nth-of-type(4n + 1) .counter-item .counter-icon {
  background: #DA291C;
}
div[class*=col]:nth-of-type(4n + 2) .counter-item .counter-icon {
  background: #1B1B1B;
}
div[class*=col]:nth-of-type(4n + 3) .counter-item .counter-icon {
  background: #1B1B1B;
}
div[class*=col]:nth-of-type(4n + 4) .counter-item .counter-icon {
  background: #1B1B1B;
}

.bg_fixed {
  background-attachment: fixed;
}

/*Clients*/
.clients-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 30px 0;
}
.clients-item .clients-content {
  width: calc(100% - 420px);
  padding-right: 30px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.clients-item .clients-content blockquote {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
}
.clients-item .clients-content blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 50px;
  display: block;
  color: #DA291C;
}
@media (max-width: 991px) {
  .clients-item .clients-content blockquote {
    font-size: 18px;
  }
}
.clients-item .clients-content .name {
  position: relative;
  margin-top: 15px;
}
.clients-item .clients-content .name::after {
  content: "";
  display: inline-block;
  height: 3px;
  width: 40px;
  background: #DA291C;
}
.clients-item .clients-thumb {
  width: 420px;
  position: relative;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.clients-item .clients-thumb::before {
  width: 100%;
  aspect-ratio: 1.3;
  background: #DA291C;
  border-radius: 50% 15%;
  -webkit-animation: clientsAnime 4s alternate infinite;
          animation: clientsAnime 4s alternate infinite;
}
.clients-item .clients-thumb .thumb {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.clients-item .clients-thumb .thumb img {
  width: 100%;
}
@media (max-width: 991px) {
  .clients-item .clients-content {
    width: calc(100% - 320px);
  }
  .clients-item .clients-thumb {
    width: 320px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .clients-item .clients-content {
    width: calc(100% - 320px);
  }
  .clients-item .clients-thumb {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .clients-item .clients-content {
    width: 100%;
    padding-right: 0;
  }
  .clients-item .clients-thumb {
    width: 320px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 400px) {
  .clients-item {
    padding: 10px 20px 0;
  }
}

.clients-slider {
  max-width: 950px;
  margin: 0 auto;
}

@-webkit-keyframes clientsAnime {
  0% {
    border-radius: 100% 40%;
  }
  50% {
    border-radius: 40% 100%;
  }
  100% {
    border-radius: 100% 40%;
  }
}

@keyframes clientsAnime {
  0% {
    border-radius: 100% 40%;
  }
  50% {
    border-radius: 40% 100%;
  }
  100% {
    border-radius: 100% 40%;
  }
}
.owl-item:not(.active) .clients-item .clients-thumb {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  opacity: 0;
}
.owl-item:not(.active) .clients-item .clients-content {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  opacity: 0;
}

.client-slider-bg {
  border-radius: 10px;
  color: #b4d4ff;
  position: relative;
}
.client-slider-bg .owl-dots {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.clients-slider .owl-item {
  height: 100%;
}

/*CTA Section*/
.ctas-section::before {
  background: rgba(27, 27, 27, 0.9);
}
@media (max-width: 767px) {
  .ctas-section {
    padding: 80px 0 50px;
  }
}

.ctas-content {
  padding: 40px 0;
}

.cta-img {
  position: relative;
}
.cta-img img {
  max-width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cta-img {
    direction: rtl;
  }
  .cta-img img {
    max-width: 440px;
  }
}

.owl-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
}
.owl-trigger > div {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #DA291C;
  font-size: 20px;
  cursor: pointer;
  margin: 4px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.owl-trigger > div.active {
  background: rgba(218, 41, 28, 0.8);
  color: #fff;
}

/*Conact US*/
.contact-wrapper {
  padding: 30px;
  border: 1px solid #e8eaff;
  border-radius: 5px;
}

.form--control {
  height: 48px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form--control:focus {
  border-color: #DA291C;
}
.form--control[type=number]::-webkit-inner-spin-button, .form--control[type=number]::-webkit-outer-spin-button {
  display: none;
}

textarea.form--control {
  height: 132px;
}

select.form--control {
  -webkit-appearance: button;
}

.form-label {
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
  color: #1B1B1B;
}

.contact__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__item-icon {
  width: 66px;
  height: 66px;
  line-height: 64px;
  text-align: center;
  color: #DA291C;
  font-size: 28px;
  border: 2px solid rgba(218, 41, 28, 0.3);
  border-radius: 5px;
}
.contact__item-cont {
  width: calc(100% - 66px);
  padding-left: 20px;
}
.contact__item-cont-title {
  margin: 0;
  margin-bottom: 5px;
}
.contact__item:not(:last-child) {
  margin-bottom: 25px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 300px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
  border-radius: 10px;
}

.account-wrapper {
  max-width: 600px;
  border: 1px solid #e8eaff;
  padding: 50px 30px 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(27, 27, 27, 0.2);
          box-shadow: 0 0 10px rgba(27, 27, 27, 0.2);
  margin: 0 auto;
}

.form-check-input:focus {
  -webkit-box-shadow: 0 0 2px rgba(27, 27, 27, 0.2);
          box-shadow: 0 0 2px rgba(27, 27, 27, 0.2);
}
.form-check-input:checked {
  background: #DA291C;
  border-color: #DA291C;
}
.form-check-input:checked:focus {
  -webkit-box-shadow: 0 0 2px rgba(218, 41, 28, 0.2);
          box-shadow: 0 0 2px rgba(218, 41, 28, 0.2);
}

.form-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.form-switch .form-check-label {
  display: block;
  min-width: 100px;
}
.form-switch .form-check-label:first-child {
  text-align: right;
}
.form-switch .form-check-label:last-child {
  text-align: left;
}
.form-switch .form-check-input {
  margin: 0 10px;
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-repeat: no-repeat;
}

/*Pricing*/
.pricing-checkbox {
  margin-top: 25px;
  font-family: "Manrope", sans-serif;
  color: #1B1B1B;
  text-transform: uppercase;
  font-weight: 600;
}

.plan__item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e8eaff;
  background: #f3f9ff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.plan__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  border-bottom: 1px solid #e8eaff;
  padding-bottom: 20px;
}
.plan__item-header .right {
  text-align: center;
  padding: 15px 15px 10px;
  background: rgba(27, 27, 27, 0.1);
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.plan__item-header .title {
  margin: 0;
}
.plan__item-body ul {
  padding: 25px 0;
}
.plan__item-body ul li {
  padding: 4px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan__item-body ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #DA291C;
  font-size: 14px;
  margin-right: 5px;
}
.plan__item-body ul li .name {
  margin-right: auto;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .plan__item {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .plan__item {
    padding: 20px;
  }
}
.plan__item:hover {
  background: #1B1B1B !important;
  color: #b4d4ff;
}
.plan__item:hover .plan__item-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.plan__item:hover .plan__item-header .right {
  background: rgba(255, 255, 255, 0.1);
}
.plan__item:hover .plan__item-header .right .title {
  color: #DA291C;
}
.plan__item:hover .plan__item-header .title {
  color: #fff;
}

.bg--section .plan__item {
  background: #ffffff;
}

.modal {
  z-index: 99999;
}

.pricing--wrapper div[class*=col]:nth-child(2) .plan__item {
  background: #1B1B1B !important;
  color: #b4d4ff;
}
.pricing--wrapper div[class*=col]:nth-child(2) .plan__item-header {
  border-color: rgba(255, 255, 255, 0.2);
}
.pricing--wrapper div[class*=col]:nth-child(2) .plan__item-header .right {
  background: rgba(255, 255, 255, 0.1);
}
.pricing--wrapper div[class*=col]:nth-child(2) .plan__item-header .right .title {
  color: #DA291C;
}
.pricing--wrapper div[class*=col]:nth-child(2) .plan__item-header .title {
  color: #fff;
}

.loader span {
  position: relative;
  top: 0;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.let1 {
  -webkit-animation: drop 1.5s ease-in-out infinite;
          animation: drop 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.let2 {
  -webkit-animation: drop 1.5s ease-in-out infinite;
          animation: drop 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.let3 {
  -webkit-animation: drop 1.5s ease-in-out infinite;
          animation: drop 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.let4 {
  -webkit-animation: drop 1.5s ease-in-out infinite;
          animation: drop 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.let5 {
  -webkit-animation: drop 1.5s ease-in-out infinite;
          animation: drop 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.let6 {
  -webkit-animation: drop 1.5s ease-in-out infinite;
          animation: drop 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.let7 {
  -webkit-animation: drop 1.5s ease-in-out infinite;
          animation: drop 1.5s ease-in-out infinite;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@-webkit-keyframes drop {
  10% {
    opacity: 0.5;
    top: -3.78em;
  }
  20% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
  80% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 3.78em;
  }
}

@keyframes drop {
  10% {
    opacity: 0.5;
    top: -3.78em;
  }
  20% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
  80% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 3.78em;
  }
}
.loader {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 99999;
}

/*Blog*/
.blog__item-img {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.blog__item-img a {
  display: block;
  height: 250px;
}
.blog__item-img a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.blog__item-img img {
  width: 100%;
}
.blog__item:hover a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item-content {
  padding: 25px;
  border: 1px solid #e8eaff;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background: #f3f9ff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .blog__item-content {
    padding: 25px 18px;
  }
}
.blog__item-content-title a {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__item-content .meta-post {
  margin-bottom: 20px;
}
.blog__item-content .meta-post i {
  color: #DA291C;
}
.blog__item-content .read-more {
  text-decoration: underline;
  text-transform: capitalize;
  color: #DA291C;
  font-size: 18px;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .blog__item-details .blog__item-img img {
    height: 450px;
  }
}

.bg--section .blog__item-content {
  background: #ffffff;
}

.blog__details {
  padding-top: 40px;
}
.blog__details p {
  margin: 0;
}
.blog__details p:not(:last-child) {
  margin-bottom: 20px;
}

.social-icons-dark {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.social-icons-dark li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #DA291C;
  color: #fff;
}
.social-icons-dark li a i[class*=facebook] {
  background: #3b5998;
  border-color: #3b5998;
}
.social-icons-dark li a i[class*=whatsapp] {
  background: #25d366;
  border-color: #25d366;
}
.social-icons-dark li a i[class*=twitter] {
  background: #55acee;
  border-color: #55acee;
}
.social-icons-dark li a i[class*=linkedin] {
  background: #007bb5;
  border-color: #007bb5;
}
.social-icons-dark li a i[class*=instagram] {
  background: #e4405f;
  border-color: #e4405f;
}
.social-icons-dark li a i[class*=google] {
  background: #dd4b39;
  border-color: #dd4b39;
}
.social-icons-dark li a i[class*=youtube] {
  background: #cd201f;
  border-color: #cd201f;
}
.social-icons-dark li a i[class*=camera] {
  background: #e4405f;
  border-color: #e4405f;
}
.social-icons-dark li a i[class*=pinterest] {
  background: #007bb5;
  border-color: #007bb5;
}
.social-icons-dark li a i[class*=tumblr] {
  background: #34465d;
  border-color: #34465d;
}
.social-icons-dark li a i[class*=behance] {
  background: #1769ff;
  border-color: #1769ff;
}
.social-icons-dark li a i[class*=skype] {
  background: #2fb7df;
  border-color: #2fb7df;
}
.social-icons-dark li a i[class*=vimeo] {
  background: #1ab7ea;
  border-color: #1ab7ea;
}

.cmn--btn {
  font-family: "Manrope", sans-serif;
  position: relative;
  color: #fff;
  border-radius: 7px;
  width: auto;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  border: none;
  padding: 10px 25px;
  overflow: hidden;
  background: #DA291C;
  text-decoration: none;
  border: 2px solid rgba(218, 41, 28, 0.2);
  text-align: center;
}
.cmn--btn:hover, .cmn--btn.btn-outline {
  color: #DA291C;
  background: transparent;
  border-color: #DA291C;
}
.cmn--btn.btn-outline:hover {
  background: #DA291C;
  color: #fff;
}

button.cmn--btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
}
button.cmn--btn:hover {
  color: #fff;
  background: #DA291C;
}

.btn.cmn--btn {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.cmn--btn:hover {
  color: #1B1B1B;
  border-color: rgba(27, 27, 27, 0.1);
}

.video--btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  background: #DA291C;
}
.video--btn::after, .video--btn::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #DA291C;
  opacity: 0.4;
}
.video--btn::after {
  -webkit-animation: inside-ripple 2s linear infinite;
          animation: inside-ripple 2s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.video--btn::before {
  -webkit-animation: outside-ripple 2s linear infinite;
          animation: outside-ripple 2s linear infinite;
}
.video--btn i {
  position: relative;
  z-index: 1;
  color: #fff;
}

@-webkit-keyframes inside-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes inside-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes outside-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes outside-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.btn__grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -12px;
}
.btn__grp a {
  margin: 12px;
}
@media (max-width: 575px) {
  .btn__grp {
    margin: -5px;
  }
  .btn__grp a {
    margin: 5px;
  }
}

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

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

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

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

.btn--secondary,
.badge--secondary,
.bg--secondary {
  background-color: #54595F !important;
}

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

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

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

.btn--warning {
  color: #192a56 !important;
}

.btn--info,
.badge--info,
.bg--info {
  background-color: #00b4d8 !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: #1B1B1B;
}
.btn--warning:hover,
.badge--warning:hover,
.btn--white:hover,
.badge--white:hover {
  color: #1B1B1B;
}

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

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

.text--primary {
  color: #3a0ca3 !important;
}

.text--secondary {
  color: #54595F !important;
}

.text--success {
  color: #0ead69 !important;
}

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

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

.text--info {
  color: #00b4d8 !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: #b4d4ff;
}

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

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

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

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

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

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

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

a {
  text-decoration: none;
}