/*----------------------------------------*/
/*  01. Deafualt CSS
/*----------------------------------------*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Poppins", sans-serif;
  color: #333;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
}

body.no-overflow {
  overflow: hidden;
}

.site-wrapper-reveal {
  background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  color: #05162a;
  font-family: "Poppins", sans-serif;
}

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

h1 {
  font-size: 28px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 26px;
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 992px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 18px;
}

@media only screen and (min-width: 576px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 17px;
}

@media only screen and (min-width: 576px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  h6 {
    font-size: 16px;
  }
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #e1093e;
}

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

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

/*----- Defauld Class -----*/
.container {
  max-width: 1220px;
}

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

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.theme-color {
  color: #e1093e;
}

.theme-color-two {
  color: #1f233c;
}

.theme-color-two-near {
  color: #22284e;
}

.bg-theme-color {
  background: #e1093e;
}

.bg-theme-color-two {
  background: #1f233c;
}

.bg-theme-color-two-near {
  background: #22284e;
}

.content-part {
  font-weight: 300;
}

.content-part.font-weight-regular {
  font-weight: 400;
}

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

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

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

@media only screen and (min-width: 768px) {
  .font-size-24 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .font-size-24 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .font-size-24 {
    font-size: 24px;
  }
}

.bg-img {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .lg-pb-303 {
    padding-bottom: 303px;
  }
}

.border-radius-5 {
  border-radius: 5px !important;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}

.max-width-80per {
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .max-width-80per {
    max-width: 80%;
  }
}

/*---------- Banner Area ----------*/
.banner-area {
  border-top: 8px solid #323756;
  border-bottom: 8px solid #323756;
  position: relative;
  background-color: #20274d;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .banner-area {
    height: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-area {
    height: 300px;
  }
}

@media only screen and (min-width: 1500px) {
  .banner-area {
    height: 407px;
  }
}

.banner-area::before {
  position: absolute;
  background: rgba(31, 35, 60, 0.83);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.banner-area .banner-title {
  font-size: 26px;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  .banner-area .banner-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-area .banner-title {
    font-size: 36px;
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-area .banner-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1500px) {
  .banner-area .banner-title {
    font-size: 50px;
  }
}

/*---------- Breadcrumb Area ---------*/
.breadcrumb-area {
  background: #00041a;
  color: #ffffff;
}

.breadcrumb-area .row div[class*="col-"]:first-child {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-area .row div[class*="col-"]:first-child {
    text-align: left;
  }
}

.breadcrumb-area .breadcrumb-title {
  color: #ffffff;
  font-size: 20px;
  border-bottom: 2px solid #ffffff;
  margin-top: -8px;
}

@media only screen and (min-width: 480px) {
  .breadcrumb-area .breadcrumb-title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .breadcrumb-area .breadcrumb-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 1200px) {
  .breadcrumb-area .breadcrumb-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1500px) {
  .breadcrumb-area .breadcrumb-title {
    font-size: 36px;
  }
}

.breadcrumb-area .right-part .text {
  padding-bottom: 5px;
  margin-bottom: 0%;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-area .right-part .text {
    padding-bottom: 7px;
    font-size: 16px;
  }
}

.breadcrumb-area .right-part .btn {
  height: 40px;
  line-height: 48px;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-area .right-part .btn {
    height: 48px;
    line-height: 48px;
  }
}

.breadcrumb-area .right-part .btn.font-size-18 {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-area .right-part .btn.font-size-18 {
    font-size: 18px;
  }
}

.breadcrumb {
  position: static;
  top: 41px;
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12px;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .breadcrumb {
    padding-top: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0px;
}

.breadcrumb .breadcrumb-item a {
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
}

.breadcrumb .breadcrumb-item a:hover {
  color: #e1093e;
}

.breadcrumb .breadcrumb-item.active a {
  color: #e1093e;
  text-decoration: underline;
  pointer-events: none;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4;
  color: #d4d4d6;
}

/*---------- Banner Bg Shape ----------*/
.bg-left-img {
  position: absolute;
  left: 0;
  top: -27px;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 768px) {
  .bg-left-img {
    display: block;
    top: -28px;
  }
}

@media only screen and (min-width: 1200px) {
  .bg-left-img {
    top: -35px;
  }
}

.bg-left-img.img-posion-two-mb {
  top: -18px;
}

@media only screen and (min-width: 992px) {
  .bg-left-img.img-posion-two-mb {
    top: -21px;
  }
}

@media only screen and (min-width: 1200px) {
  .bg-left-img.img-posion-two-mb {
    top: -29px;
  }
}

@media only screen and (min-width: 1200px) {
  .bg-left-img.img-posion-two-mb {
    top: -35px;
  }
}

.bg-left-img img {
  width: 10%;
}

@media only screen and (min-width: 992px) {
  .bg-left-img img {
    width: 12%;
  }
}

@media only screen and (min-width: 1200px) {
  .bg-left-img img {
    width: 20%;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1750px) {
  .bg-left-img img {
    width: 40%;
  }
}

@media only screen and (min-width: 1750px) {
  .bg-left-img img {
    width: 100%;
  }
}

/*---------- Slick Dots ----------*/
ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 12px;
}

ul.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #fff;
  background: transparent;
  color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

ul.slick-dots li button {
  background: transparent;
  color: transparent;
  border: none;
  background: #fff !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 0;
}

ul.slick-dots li.slick-active button {
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------- Slick Arrow ----------*/
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  left: 0;
  font-size: 14px;
  z-index: 1;
}

.slick-arrow:hover {
  background-color: #e9e9e9;
  color: #e1093e;
}

.slick-arrow.slick-disabled {
  opacity: .5;
}

@media only screen and (min-width: 1300px) {
  .slick-arrow {
    left: -4%;
  }
}

@media only screen and (min-width: 1400px) {
  .slick-arrow {
    left: -6%;
  }
}

@media only screen and (min-width: 1500px) {
  .slick-arrow {
    left: -8%;
  }
}

@media only screen and (min-width: 1600px) {
  .slick-arrow {
    left: -10%;
  }
}

@media only screen and (min-width: 1700px) {
  .slick-arrow {
    left: -12%;
  }
}

.slick-arrow.next {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1300px) {
  .slick-arrow.next {
    right: -4%;
  }
}

@media only screen and (min-width: 1400px) {
  .slick-arrow.next {
    right: -6%;
  }
}

@media only screen and (min-width: 1500px) {
  .slick-arrow.next {
    right: -8%;
  }
}

@media only screen and (min-width: 1600px) {
  .slick-arrow.next {
    right: -10%;
  }
}

@media only screen and (min-width: 1700px) {
  .slick-arrow.next {
    right: -12%;
  }
}

.google-box-slider .slick-arrow {
  left: 0;
}

.google-box-slider .slick-arrow.next {
  right: 0;
  left: auto;
}

.row.account-advisory-slider.slick-initialized.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 50%;
  color: #e1093e;
}

@media only screen and (min-width: 992px) {
  .row.account-advisory-slider.slick-initialized.slick-slider .slick-arrow {
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1200px) {
  .row.account-advisory-slider.slick-initialized.slick-slider .slick-arrow {
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
  }
}

/*===================================
    - forms  
=================================*/
.form-control {
  border-style: solid;
  border-color: #F1F1F1;
  color: #363636;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #767676;
  background: #ffffff;
  padding: 10px 18px;
  height: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control:focus {
  color: #333;
  border-color: #333;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  top: 5px;
  left: 0px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #333;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #e1093e;
  border-color: #e1093e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 3px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*-------- Scroll Top --------*/
.go-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -7.5%;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  color: transparent;
  text-align: center;
  z-index: 3;
  outline: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #434343;
  display: none;
}

.go-to-top.active {
  display: block;
  bottom: 1.25%;
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
}

.go-to-top::before, .go-to-top::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.go-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #434343;
}

.go-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #e1093e;
}

.go-to-top:hover, .go-to-top:focus {
  opacity: 1;
  text-decoration: none;
  height: 40px;
  color: #ffffff;
}

/*---------- Accordion ----------*/
faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-title {
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .faq-accordion .accordion .accordion-content {
    padding-top: 15px;
    padding-bottom: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .faq-accordion .accordion .accordion-content {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}

@media only screen and (min-width: 1500px) {
  .faq-accordion .accordion .accordion-content {
    padding-bottom: 68px;
  }
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  font-size: 16px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  color: #e1093e;
  top: 6px;
}

.accordion-right.faq-accordion .accordion .accordion-title {
  padding-left: 0;
  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;
  color: #ffffff;
  background: #1f233c;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}

@media only screen and (min-width: 992px) {
  .accordion-right.faq-accordion .accordion .accordion-title {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.accordion-right.faq-accordion .accordion .accordion-title i {
  position: static;
  color: #ffffff;
  -webkit-transform: none;
          transform: none;
  font-size: 12px;
  padding-left: 3px;
}

.accordion-right.faq-accordion .accordion .accordion-content {
  padding-left: 0;
  padding-top: 4px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .accordion-right.faq-accordion .accordion .accordion-content {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .accordion-right.faq-accordion .accordion .accordion-content {
    padding-top: 10px;
    padding-bottom: 23px;
  }
}

@media only screen and (min-width: 1200px) {
  .accordion-right.faq-accordion .accordion .accordion-content {
    padding-top: 13px;
    padding-bottom: 26px;
  }
}

@media only screen and (min-width: 1500px) {
  .accordion-right.faq-accordion .accordion .accordion-content {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}

.accordion-right.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform-origin: inherit;
          transform-origin: inherit;
}

.accordion-right.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.accordion-right.faq-accordion .accordion .accordion-title {
  font-size: 16px;
}

.accordion-right.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 12px;
}

/*---------- Error Page CSS ----------*/
.error-page .error-page-inner {
  text-align: center;
  padding: 50px 0 60px;
}

@media only screen and (min-width: 576px) {
  .error-page .error-page-inner {
    padding: 75px 0 85px;
  }
}

@media only screen and (min-width: 768px) {
  .error-page .error-page-inner {
    padding: 100px 0 110px;
  }
}

@media only screen and (min-width: 992px) {
  .error-page .error-page-inner {
    height: calc(100vh - 164px);
  }
}

.error-page .error-page-inner .error-code {
  font-size: 80px;
  position: relative;
  margin-bottom: 26px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .error-page .error-page-inner .error-code {
    font-size: 100px;
  }
}

.error-page .error-page-inner .error-code::after {
  position: absolute;
  content: '';
  background: #eee;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .error-page .error-page-inner .error-code::after {
    width: 600px;
  }
}

.error-page .error-page-inner .error404 {
  margin-bottom: 15px;
}

.error-page .error-page-inner .error-message {
  font-size: 22px;
  margin-bottom: 26px;
}

@media only screen and (min-width: 768px) {
  .error-page .error-page-inner .error-message {
    font-size: 26px;
  }
}

.error-page .error-page-inner form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.error-page .error-page-inner form input[type="search"] {
  border: 1px solid #ddd;
  color: #444444;
  padding: 10px 17px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 19px;
}

.error-page .error-page-inner form button[type="submit"] {
  background: transparent;
  border: medium none;
  color: #666666;
  padding: 11px 16px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  outline: none;
  border-radius: 25px;
  line-height: 1.2;
}

.error-page .error-page-inner .btn {
  color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  outline: none;
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  height: 46px;
}

@media only screen and (min-width: 768px) {
  .error-page .error-page-inner .btn {
    font-size: 16px;
    height: 52px;
  }
}

.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation.pagination .nav-links span, .navigation.pagination .nav-links a {
  display: inline-block;
  padding: 6px;
  border: 1px solid #ddd;
  min-width: 33px;
  text-align: center;
}

.navigation.pagination .nav-links span.current, .navigation.pagination .nav-links a.current {
  background-color: #ddd;
}

/*============================================
=           02. Section Spacing Css          =
=============================================*/
.section-space--ptb_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--ptb_120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space--pt_120 {
  padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_120 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pt_120 {
    padding-top: 60px;
  }
}

.section-space--pb_120 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_120 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pb_120 {
    padding-bottom: 60px;
  }
}

.section-space--ptb_100 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .section-space--ptb_100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-space--ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-space--pt_100 {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_100 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .section-space--pt_100 {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-space--pt_100 {
    padding-top: 100px;
  }
}

.section-space--pb_100 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_100 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .section-space--pb_100 {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .section-space--pb_100 {
    padding-bottom: 100px;
  }
}

.section-space--ptb_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--ptb_90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-space--pt_90 {
  padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_90 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pt_90 {
    padding-top: 40px;
  }
}

.section-space--pb_90 {
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_90 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pb_90 {
    padding-bottom: 40px;
  }
}

.section-space--ptb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--ptb_80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-space--pt_80 {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_80 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pt_80 {
    padding-top: 40px;
  }
}

.section-space--pb_80 {
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_80 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pb_80 {
    padding-bottom: 40px;
  }
}

.section-space--ptb_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_70 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--ptb_70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-space--pt_70 {
  padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_70 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pt_70 {
    padding-top: 30px;
  }
}

.section-space--pb_70 {
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_70 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pb_70 {
    padding-bottom: 30px;
  }
}

.section-space--ptb_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space--pt_60 {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pt_60 {
    padding-top: 60px;
  }
}

.section-space--pb_60 {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pb_60 {
    padding-bottom: 60px;
  }
}

.section-space--pt_40 {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pt_40 {
    padding-top: 30px;
  }
}

.section-space--pb_40 {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--pb_40 {
    padding-bottom: 30px;
  }
}

.section-space--ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-space--pt_30 {
  padding-top: 30px;
}

.section-space--pb_30 {
  padding-bottom: 30px;
}

.section-space--mt_15 {
  margin-top: 15px;
}

.section-space--mt_20 {
  margin-top: 20px;
}

.section-space--mt_30 {
  margin-top: 30px;
}

.section-space--mt_40 {
  margin-top: 40px;
}

.section-space--mt_50 {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_50 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mt_50 {
    margin-top: 30px;
  }
}

.section-space--mt_60 {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_60 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mt_60 {
    margin-top: 30px;
  }
}

.section-space--mt_70 {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_70 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mt_70 {
    margin-top: 30px;
  }
}

.section-space--mt_80 {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_80 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mt_80 {
    margin-top: 30px;
  }
}

.section-space--mt_100 {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_100 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mt_100 {
    margin-top: 60px;
  }
}

.section-space--mt_120 {
  margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mt_120 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mt_120 {
    margin-top: 60px;
  }
}

.section-space--mb_15 {
  margin-bottom: 15px;
}

.section-space--mb_20 {
  margin-bottom: 20px;
}

.section-space--mb_30 {
  margin-bottom: 30px;
}

.section-space--mb_40 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mb_40 {
    margin-bottom: 30px;
  }
}

.section-space--mb_50 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_50 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mb_50 {
    margin-bottom: 30px;
  }
}

.section-space--mb_60 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_60 {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mb_60 {
    margin-bottom: 30px;
  }
}

.section-space--mb_100 {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_100 {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mb_100 {
    margin-bottom: 60px;
  }
}

.section-space--mb_120 {
  margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-space--mb_120 {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-space--mb_120 {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-mt__0 {
    margin-top: 0px;
  }
  .small-mt__10 {
    margin-top: 10px;
  }
  .small-mt__20 {
    margin-top: 20px;
  }
  .small-mt__30 {
    margin-top: 30px;
  }
  .small-mt__40 {
    margin-top: 40px;
  }
  .small-mt__50 {
    margin-top: 50px;
  }
  .small-mt__60 {
    margin-top: 60px;
  }
  .small-mb__30 {
    margin-bottom: 30px;
  }
  .small-mb__40 {
    margin-bottom: 40px;
  }
  .small-mb__50 {
    margin-bottom: 50px;
  }
  .small-mb__60 {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-mt__0 {
    margin-top: 0px;
  }
  .tablet-mt__30 {
    margin-top: 30px;
  }
  .tablet-mt__40 {
    margin-top: 40px;
  }
  .tablet-mt__50 {
    margin-top: 50px;
  }
  .tablet-mt__60 {
    margin-top: 60px;
  }
  .tablet-mb__30 {
    margin-bottom: 30px;
  }
  .tablet-mb__40 {
    margin-bottom: 40px;
  }
  .tablet-mb__50 {
    margin-bottom: 50px;
  }
  .tablet-mb__60 {
    margin-bottom: 60px;
  }
}

/*=====  End of spacing  ======*/
/*----------------------------------------*/
/*  01. Header CSS
/*----------------------------------------*/
.topbar {
  padding: 14px 0;
  border-bottom: 1px solid #d3d3d3;
}

.topbar .list li {
  display: inline-block;
}

.topbar .list li a {
  font-size: 11.5px;
  color: #1b1d38;
  line-height: 1;
}

.topbar .list li a:hover {
  color: #e1093e;
}

.topbar .list li + li a {
  padding-left: 5px;
  position: relative;
}

.topbar .list li + li a::before {
  content: "";
  position: absolute;
  background: #70717c;
  width: 1px;
  height: 100%;
  left: 0px;
}

.search-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .search-num {
    margin-top: 3px;
    font-size: 16px;
  }
}

.search-num .header-search {
  margin-right: 17px;
  color: #6c6c6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-num .header-search:hover {
  color: #e1093e;
}

.search-num .header-search i {
  font-weight: 600;
}

.num-topbar {
  font-size: 15px;
  color: #232b36;
  font-weight: 600;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .num-topbar {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .num-topbar {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .num-topbar {
    font-size: 19px;
  }
}

.num-topbar:hover {
  color: #e1093e;
}

.num-topbar:hover i {
  color: #e1093e;
}

.num-topbar i {
  transform: rotate(-45deg);
  color: #f4a5b8;
  margin-right: 0px;
  font-size: 17px;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header .logo img {
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.header.is-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 2;
  -webkit-animation: fadeInDown .7s;
  animation: fadeInDown .7s;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
}

.header.is-sticky .logo img {
  width: 75%;
}

.header.is-sticky .topbar {
  display: none !important;
}

.header.is-sticky + .hero-banner,
.header.is-sticky + .banner-area,
.header.is-sticky + .error-page {
  margin-top: 164px;
}

.header .ask-an-account.btn {
  font-size: 9px;
  padding: 0 8px;
}

.header .ask-an-account.btn i {
  margin-right: 5px;
}

@media only screen and (min-width: 350px) {
  .header .ask-an-account.btn i {
    margin-right: 8px;
  }
}

@media only screen and (min-width: 450px) {
  .header .ask-an-account.btn i {
    margin-right: 8px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 419px) {
  .header .ask-an-account.btn {
    line-height: 40px;
    padding: 0px 11px !important;
    height: 40px;
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 420px) and (max-width: 449px) {
  .header .ask-an-account.btn {
    padding: 0px 15px !important;
    font-size: 11px !important;
  }
}

@media only screen and (min-width: 450px) and (max-width: 575px) {
  .header .ask-an-account.btn {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 576px) {
  .header .ask-an-account.btn {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    min-width: 200px;
  }
}

/*---------- Menu ----------*/
.menu-hd {
  position: relative;
}

.menu-hd ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-hd ul.menu > li {
  margin-right: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-hd ul.menu > li {
    margin-right: 13px;
  }
}

.menu-hd ul.menu > li > a {
  padding-bottom: 17px;
  line-height: 63px;
  color: #232b36;
}

.menu-hd ul.menu > li.current-menu-item > a, .menu-hd ul.menu > li:hover > a, .menu-hd ul.menu > li.current-menu-parent > a {
  color: #e1093e;
}

.menu-hd ul.menu > li {
  display: inline-block;
}

.menu-hd ul.menu > li.menu-item-has-children {
  position: relative;
}

.menu-hd ul.menu > li.menu-item-has-children.mega-menu {
  position: static;
}

.menu-hd ul.menu > li:last-child {
  margin-right: 0px;
}

.menu-hd ul.menu > li > a {
  position: relative;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-hd ul.menu > li > a {
    font-size: 14px;
  }
}

.menu-hd ul.menu > li.menu-item-has-children > a::after {
  content: "\f078";
  position: absolute;
  bottom: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #e1093e;
  line-height: 1;
}

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

.menu-hd ul.menu > li > ul {
  position: absolute;
  top: 130%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  background-color: #e1093e;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .menu-hd ul.menu > li > ul {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.menu-hd ul.menu > li > ul.align-right-d {
  right: auto;
  left: 0;
}

.menu-hd ul.menu > li > ul > li {
  display: block;
  line-height: 1.5;
}

.menu-hd ul.menu > li > ul > li > a {
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 10px 19px;
  border-bottom: 1px solid #F49B9F;
  color: #ffffff;
}

.menu-hd ul.menu > li > ul > li:hover > a {
  background: #1f233c;
}

.menu-hd ul.menu > li > ul > li.current-menu-item > a {
  background: #8B1919;
}

/*---------- Mega Menu ----------*/
li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu .sub-menu-title {
  padding-left: 30px;
  padding-top: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  text-transform: capitalize;
}

@media only screen and (min-width: 480px) {
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu .sub-menu-title {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) {
  li.menu-item-has-children.mega-menu > ul {
    position: absolute;
    left: -45px !important;
    right: 0px;
    background-color: transparent !important;
    padding-top: 16px;
    z-index: 1;
    border-radius: 5px;
    -webkit-box-shadow: 0 18px 41px -10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 18px 41px -10px rgba(0, 0, 0, 0.3);
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container {
    padding: 50px 28px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff !important;
    position: relative;
    border-radius: 5px;
    border: 1px solid #9496a2;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container::before {
    position: absolute;
    top: -10px;
    left: 178px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #9496a2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu {
    width: 27%;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-1 h5 {
    white-space: pre-wrap;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-1 .btn {
    min-width: 170px;
    border-radius: 5px;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-2 {
    width: 60%;
    padding-left: 30px;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-2 .sub-menu-title {
    border-bottom: 1px solid #e1093e;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 0;
    text-transform: capitalize;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-2 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-2 .list > li:last-child {
    padding-left: 45px;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-2 .list .single-col li a {
    font-weight: 500;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-2 .list .single-col li + li {
    margin-top: 11px;
  }
}

@media only screen and (min-width: 1200px) {
  li.menu-item-has-children.mega-menu > ul {
    left: -30px !important;
    right: -40px;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container {
    padding: 40px 28px 50px;
  }
  li.menu-item-has-children.mega-menu > ul .mega-menu-container .col-menu.col-m-2 {
    padding-left: 50px;
  }
}

/*---------- Menu Mobile ----------*/
header.header.header-mobile {
  padding: 15px 0;
}

/*----------------------------------------*/
/*  01. Humberger CSS
/*----------------------------------------*/
.my_trigger .hamburger {
  padding: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.my_trigger .hamburger {
  padding: 15px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.my_trigger .hamburger-box {
  display: block;
}

.my_trigger .hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.my_trigger .hamburger .hamburger-inner::before, .my_trigger .hamburger .hamburger-inner::after, .my_trigger .hamburger .hamburger-inner {
  background-color: #000;
  width: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.my_trigger .hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .13s;
          transition-duration: .13s;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.my_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  border-radius: 4px;
}

.my_trigger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.my_trigger .hamburger .hamburger-inner::before, .my_trigger .hamburger .hamburger-inner::after, .my_trigger .hamburger .hamburger-inner {
  background-color: #000;
  width: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.my_trigger .hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.my_trigger .hamburger-inner::before {
  top: -8px;
}

.my_trigger .hamburger-inner::before, .my_trigger .hamburger-inner::after {
  content: "";
  display: block;
}

.my_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  border-radius: 4px;
}

.my_trigger .hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.my_trigger .hamburger-inner::after {
  bottom: -10px;
}

.my_trigger .hamburger--collapse-r.active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my_trigger .hamburger--collapse-r.active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my_trigger .hamburger--collapse-r.active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/*----------------------------------------*/
/*  01. Mobile Menu CSS
/*----------------------------------------*/
.mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper-inner {
  z-index: 31;
  overflow-y: scroll;
  height: 100%;
  width: 300px;
  position: fixed;
  right: -420px;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 480px) {
  .mobile-menu-wrapper-inner {
    width: 420px;
  }
}

.mobile-menu-wrapper-inner.active {
  right: 0;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body {
  padding: 0px 20px 50px;
}

@media only screen and (min-width: 480px) {
  .mobile-menu-wrapper-inner .mobile-menu-wrapper-body {
    padding: 0px 40px 100px;
  }
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .mobile-menu-header .widget-language h6 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .mobile-menu-header .widget-language ul li {
  margin-top: 10px;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .mobile-menu-header .widget-language ul li a {
  color: #999;
  opacity: 1;
  height: auto;
  padding: 0;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .mobile-menu-header .widget-language ul li.active a {
  color: #dcb14a;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li {
  position: relative;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li a {
  display: block;
  color: #000000;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 480px) {
  .mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li a {
    padding: 8px 20px;
  }
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li.current-menu-item > a, .mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li:hover > a, .mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li.current-menu-parent > a {
  background-color: #bbb;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li .sub-menu {
  display: none;
  padding: 0;
  background-color: #ddd;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li .sub-menu li a:hover {
  color: #e1093e;
}

@media only screen and (min-width: 480px) {
  .mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li .sub-menu li a {
    padding-left: 40px;
  }
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li .sub-menu li .sub-menu li a {
  padding-left: 60px;
}

@media only screen and (min-width: 480px) {
  .mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li .sub-menu li .sub-menu li a {
    padding-left: 40px;
  }
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul li.active > a {
  color: #e1093e;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul > li.menu-item-has-children > a {
  padding-right: 40px;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul > li.menu-item-has-children .menu-expand {
  position: absolute;
  top: 12px;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  right: 3px;
  top: 0px;
  line-height: 40px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul > li.menu-item-has-children .menu-expand::after {
  content: "\f067";
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.mobile-menu-wrapper-inner .mobile-menu-wrapper-body .offcanvas-navigation ul > li.menu-item-has-children.active > .menu-expand::after {
  content: "\f068";
}

.mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-close-icon {
  padding: 35px 40px;
  font-size: 24px;
}

/*----------------------------------------*/
/*  01. Search Popup CSS
/*----------------------------------------*/
.search-active .search-popup {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-top: 0;
  display: block;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-active .search-popup form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  display: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup.loaded {
  display: block;
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url(../images/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border: none;
}

@media only screen and (min-width: 768px) {
  .search-popup .form-group input[type="search"] {
    line-height: 70px;
    height: 70px;
    padding: 10px 30px;
  }
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  text-align: center;
  font-size: 18px;
  color: #000000;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (min-width: 768px) {
  .search-popup .form-group input[type="submit"],
  .search-popup .form-group button {
    right: 30px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -150px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  text-align: center;
  background-color: #00aeef;
  width: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .search-popup .close-search {
    width: 70px;
    margin-top: -200px;
  }
}

.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
  font-size: 20px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .search-popup .close-search.style-two span {
    font-size: 27px;
  }
}

.search-popup .close-search.style-two span:hover {
  color: red;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .search-popup .close-search span {
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
  }
}

/*----------------------------------------*/
/*  01. Button CSS
/*----------------------------------------*/
.btn {
  color: #fff;
  border-radius: 4px;
  background: #e1093e;
  min-width: 200px;
  height: 46px;
  font-size: 14px;
  padding: 8px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media only screen and (min-width: 768px) {
  .btn {
    height: 56px;
    font-size: 16px;
  }
}

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

@media only screen and (min-width: 992px) {
  .btn {
    padding: 8px 25px;
    min-width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .btn {
    padding: 8px 25px;
    min-width: 220px;
  }
}

@media only screen and (min-width: 1500px) {
  .btn {
    padding: 8px 25px;
    min-width: 239px;
  }
}

.btn:hover, .btn.active {
  color: #fff;
  background: #8B1919;
}

.btn:focus {
  color: #fff;
}

.btn.secondary-btn {
  background-color: #1f233c;
}

.btn.secondary-btn:hover {
  background-color: #30375e;
}

.btn.btn-theme-color-2 {
  background: #272c4b;
}

.btn.btn-theme-color-2:hover {
  background: #1f233c;
}

.btn.ask-an-account {
  font-weight: 600;
  line-height: 40px;
  border-radius: 0;
  padding: 0px 11px;
  height: 40px;
  font-size: 11px;
  min-width: auto;
  letter-spacing: -0.35px;
}

@media only screen and (min-width: 420px) {
  .btn.ask-an-account {
    padding: 0px 15px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) {
  .btn.ask-an-account {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    min-width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .btn.ask-an-account {
    padding: 0px 20px;
  }
}

.btn.ask-an-account i {
  margin-right: 8px;
}

/*---------- Button Area btn ---------*/
.button-area .btn.ask-an-account {
  font-weight: 400;
  font-size: 16px;
}

/*----------------------------------------*/
/*  01. Account Advisory CSS
/*----------------------------------------*/
.accout-and-advisory-group .account-advisory-slider div[class*="col-"] {
  width: 100%;
  max-width: 100%;
}

.accout-and-advisory-group .row {
  margin-left: -9px;
  margin-right: -9px;
}

.accout-and-advisory-group div[class*="col-"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-left: 9px;
  padding-right: 9px;
}

.accout-and-advisory-group .single-group {
  padding: 23px 20px 47px;
  width: 100%;
  color: #fff;
}

.accout-and-advisory-group .single-group.bg-theme-color .img i {
  color: #1f233c;
}

.accout-and-advisory-group .single-group.bg-theme-color-two .img i {
  color: #e1093e;
}

.accout-and-advisory-group .single-group .img i {
  font-size: 70px;
}

.accout-and-advisory-group .single-group img {
  padding: 42px 0 34px;
  max-width: 120px;
  height: auto;
}

.accout-and-advisory-group .single-group h4 {
  border-top: 1px solid #fff;
  padding-top: 7px;
}

.accout-and-advisory-group .single-group h4 a:hover {
  color: #ddd;
}

.accout-and-advisory-group .single-group > p {
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
}

/*----------------------------------------*/
/*  01. Hero Banner CSS
/*----------------------------------------*/
.hero-banner {
  position: relative;
}

.hero-banner .hero-banner-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hero-banner .hero-banner-slider .slick-slide {
  height: inherit !important;
}

.hero-banner .hero-banner-slider .slick-slide > div {
  height: 100%;
}

.hero-banner .hero-banner-slider .container {
  height: 100%;
}

.hero-banner .hero-banner-slider .container .row {
  height: 100%;
}

.hero-banner .hero-banner-slider .container .row .col-lg-8 {
  height: 100%;
}

.hero-banner .hero-banner-slider .container .row .col-lg-8 .content {
  height: 100%;
}

.hero-banner .hero-banner-slider .slick-active .single-item .container .content .sub-title {
  animation: fadeInUp 1s .1s forwards;
  -webkit-animation: fadeInUp 1s .1s forwards;
}

.hero-banner .hero-banner-slider .slick-active .single-item .container .content .title {
  animation: fadeInUp 1s .3s forwards;
  -webkit-animation: fadeInUp 1s .3s forwards;
}

.hero-banner .hero-banner-slider .slick-active .single-item .container .content .slider-btn {
  animation: fadeInUp 1s .5s forwards;
  -webkit-animation: fadeInUp 1s .5s forwards;
}

.hero-banner .hero-banner-slider .single-item {
  border-top: 8px solid #323756;
  position: relative;
}

.hero-banner .hero-banner-slider .single-item::before {
  position: absolute;
  background: rgba(32, 39, 77, 0.65);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.hero-banner .hero-banner-slider .single-item .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-banner .hero-banner-slider .single-item .container {
  position: relative;
  z-index: 1;
}

.hero-banner .hero-banner-slider .single-item .container .content {
  min-height: 460px;
  color: #fff;
  padding: 25px 0 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .content {
    padding: 70px 0 180px;
    min-height: 550px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-banner .hero-banner-slider .single-item .container .content {
    padding: 70px 0 150px;
    min-height: 600px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-banner .hero-banner-slider .single-item .container .content {
    min-height: 675px;
    padding: 150px 0 150px;
  }
}

@media only screen and (min-width: 1340px) {
  .hero-banner .hero-banner-slider .single-item .container .content {
    min-height: 725px;
    padding: 50px 0 150px;
  }
}

.hero-banner .hero-banner-slider .single-item .container .content .sub-title {
  font-size: 16px;
  color: #cbd2fd;
  border-bottom: 2px solid #cbd2fd;
  padding-bottom: 3px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0;
}

@media only screen and (min-width: 480px) {
  .hero-banner .hero-banner-slider .single-item .container .content .sub-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .content .sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-banner .hero-banner-slider .single-item .container .content .sub-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-banner .hero-banner-slider .single-item .container .content .sub-title {
    font-size: 23px;
    margin-bottom: 37px;
  }
}

.hero-banner .hero-banner-slider .single-item .container .content .title {
  margin: 0px 0px 10px;
  line-height: 36px;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0;
}

.hero-banner .hero-banner-slider .single-item .container .content .title strong {
  font-weight: 600;
}

@media only screen and (min-width: 576px) {
  .hero-banner .hero-banner-slider .single-item .container .content .title {
    line-height: 38px;
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .content .title {
    letter-spacing: -1px;
    margin: 0px 0 23px;
    line-height: 46px;
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  .hero-banner .hero-banner-slider .single-item .container .content .title {
    line-height: 50px;
    font-size: 40px;
  }
}

@media only screen and (min-width: 1500px) {
  .hero-banner .hero-banner-slider .single-item .container .content .title {
    line-height: 60px;
    font-size: 50px;
  }
}

.hero-banner .hero-banner-slider .single-item .container .content .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
}

.hero-banner .hero-banner-slider .single-item .container .content .slider-btn .btn {
  margin: 10px 10px 0 0;
  font-size: 14px;
  height: 40px;
  min-width: auto;
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .content .slider-btn .btn {
    height: 56px;
    margin: 15px 20px 0 0;
    font-size: 16px;
    height: 46px;
    min-width: 200px;
  }
}

.hero-banner .hero-banner-slider .single-item .container .content .slider-btn .btn-2 {
  margin-right: 0;
  background: #272c4b;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .content .slider-btn .btn-2 {
    font-size: 20px;
  }
}

.hero-banner .hero-banner-slider .single-item .container .content .slider-btn .btn-2:hover {
  background: #1f233c;
}

.hero-banner .hero-banner-slider .single-item .container .content .slider-btn .btn-2 i {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  color: #98395d;
  margin-right: 7px;
}

.hero-banner .hero-banner-slider .single-item .container .google-box {
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 50px;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-banner .hero-banner-slider .single-item .container .google-box {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .google-box {
    width: auto;
    bottom: 70px;
  }
}

.hero-banner .hero-banner-slider .single-item .container .google-box img {
  margin: 0 auto;
}

.hero-banner .hero-banner-slider .single-item .container .google-box .text {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  margin: 11px 0 2px;
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .google-box .text {
    font-size: 16px;
  }
}

.hero-banner .hero-banner-slider .single-item .container .google-box .name {
  color: #c10c3d;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .hero-banner .hero-banner-slider .single-item .container .google-box .name {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/*  01. Partner CSS
/*----------------------------------------*/
.partner-area div[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.partner-area .partner {
  width: 100%;
  background: #fff;
  padding: 37px 30px 23px;
  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;
  border-radius: 5px;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(55, 55, 55, 0.07);
          box-shadow: 0px 4px 0px 0px rgba(55, 55, 55, 0.07);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0px;
}

@media only screen and (min-width: 576px) {
  .partner-area .partner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.partner-area .partner .img-part,
.partner-area .partner .content-part {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 8px;
  padding-right: 8px;
}

.partner-area .partner .img-part {
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .partner-area .partner .img-part {
    margin-bottom: 0px;
  }
}

.partner-area .partner .content-part {
  text-align: center;
}

.partner-area .partner .content-part .title {
  color: #1f233c;
  margin-bottom: 10px;
  line-height: 1.2;
}

.partner-area .partner .content-part .text {
  font-weight: 300;
  margin-bottom: 21px;
  line-height: 1.2;
}

/*----------------------------------------*/
/*  01. Help Image Section CSS
/*----------------------------------------*/
.titus-help-image-section.trusted-service-page .img-sec-right-border::after {
  display: none;
}

.titus-help-image-section .img-sec-right-border::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 289px;
  background: #e1093e;
  display: none;
}

@media only screen and (min-width: 992px) {
  .titus-help-image-section .img-sec-right-border::after {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .titus-help-image-section .img-sec-right-border::after {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .titus-help-image-section .full-left-part {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .titus-help-image-section .full-left-part {
    max-width: 766px;
  }
  .titus-help-image-section .full-left-part.custom-col-mx-width {
    max-width: 580px;
  }
}

.titus-help-image-section .full-left-part .content-part .help-block .icon-part i {
  font-size: 70px;
  color: #e1093e;
}

@media only screen and (min-width: 768px) {
  .titus-help-image-section .full-left-part .content-part .help-block {
    position: relative;
  }
  .titus-help-image-section .full-left-part .content-part .help-block .icon-part {
    position: absolute;
    left: 0;
    bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1300px) {
  .titus-help-image-section .full-left-part .content-part .help-block .icon-part img {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .titus-help-image-section .full-left-part .content-part .help-block .text-part {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1300px) {
  .titus-help-image-section .full-left-part .content-part .help-block .text-part {
    padding-left: 75px;
  }
}

.titus-help-image-section .help-img-part {
  height: 100%;
  background-size: cover;
  min-height: 350px;
  background-position: top center;
}

@media only screen and (min-width: 576px) {
  .titus-help-image-section .help-img-part {
    min-height: 450px;
  }
}

@media only screen and (min-width: 768px) {
  .titus-help-image-section .help-img-part {
    min-height: 550px;
  }
}

/*----------------------------------------*/
/*  01. Improvement Business CSS
/*----------------------------------------*/
section.improve-business {
  position: relative;
}

section.improve-business::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc( 0% - 19px));
  transform: translateX(calc( 0% - 19px));
  top: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: #e1093e;
  border-top-right-radius: 95% 100%;
  -moz-transform: translateX(calc( 0% - 19px));
  -ms-transform: translateX(calc( 0% - 19px));
  -o-transform: translateX(calc( 0% - 19px));
}

section.improve-business::before {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(calc( 0% + 19px));
  transform: translateX(calc( 0% + 19px));
  top: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: #e1093e;
  border-top-left-radius: 95% 100%;
  z-index: 1;
  -moz-transform: translateX(calc( 0% + 19px));
  -ms-transform: translateX(calc( 0% + 19px));
  -o-transform: translateX(calc( 0% + 19px));
}

section.improve-business .imporve-businnes-inner {
  position: relative;
  height: 18px;
  background-color: #fff;
}

section.improve-business .imporve-businnes-inner::before {
  position: absolute;
  background: #e1093e;
  content: "";
  right: 0;
  width: calc( 50% - 18px);
  top: 0;
  height: 18px;
}

section.improve-business .imporve-businnes-inner::after {
  position: absolute;
  background: #e1093e;
  content: "";
  left: 0;
  width: calc( 50% - 18px);
  top: 0;
  height: 18px;
}

section.improve-business .imporve-business-slider {
  margin: 0 -15px;
  padding: 0 15px;
}

section.improve-business .imporve-business-slider .single-improve-business {
  padding-left: 15px;
  padding-right: 15px;
}

section.improve-business .imporve-business-slider .single-improve-business .icon {
  min-height: 68px;
  text-align: center;
}

section.improve-business .imporve-business-slider .single-improve-business .icon i {
  font-size: 65px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

section.improve-business .imporve-business-slider .single-improve-business .icon img {
  margin: 0 auto;
}

section.improve-business .imporve-business-slider .single-improve-business > h4 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  section.improve-business .imporve-business-slider .single-improve-business > h4 {
    margin-bottom: 17px;
  }
}

@media only screen and (min-width: 1500px) {
  section.improve-business .imporve-business-slider .single-improve-business > h4 {
    margin-bottom: 29px;
  }
}

/*----------------------------------------*/
/*  01. News CSS
/*----------------------------------------*/
.single-news {
  border: 1px solid #eaeaea;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}

.single-news .img-part {
  position: relative;
}

.single-news .img-part a,
.single-news .img-part img {
  width: 100%;
}

.single-news .img-part .news-category {
  position: absolute;
  background: #e1093e;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  bottom: -15px;
  height: 30px;
  line-height: 30px;
  padding: 0px 25px;
  text-transform: capitalize;
  left: 20px;
}

@media only screen and (min-width: 992px) {
  .single-news .img-part .news-category {
    left: 40px;
  }
}

.single-news .img-part .news-category.bg-theme-color-two {
  background-color: #1f233c;
}

.single-news.aboveFooter .img-part img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .single-news.aboveFooter .img-part img {
    height: 285px;
  }
}

.single-news .content-part {
  padding: 33px 15px 15px;
}

@media only screen and (min-width: 1200px) {
  .single-news .content-part {
    padding: 49px 39px 18px;
  }
}

.single-news .content-part .title {
  margin-bottom: 9px;
}

@media only screen and (min-width: 768px) {
  .single-news .content-part .title {
    margin-bottom: 11px;
  }
}

/*----------------------------------------*/
/*  01. Resource CSS
/*----------------------------------------*/
header .section-title h2 {
  color: #00041a;
}

header .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .button-area .btn {
  margin-left: 9px;
  margin-right: 9px;
}

.single-resource.theme-color-two-near-b .img-part {
  width: 100%;
}

.single-resource.theme-color-two-near-b .img-part img {
  width: 100%;
}

.single-resource.theme-color-two-near-b .img-part .text {
  background-color: #22284e;
}

.single-resource.theme-color-two-near-b .img-part .text .tag-name a:hover {
  color: #e1093e;
}

.single-resource .img-part {
  position: relative;
  width: 100%;
}

.single-resource .img-part > a {
  display: block;
  width: 100%;
}

.single-resource .img-part img {
  width: 100%;
}

.single-resource .img-part .text {
  position: absolute;
  background: #e1093e;
  border-radius: 4px;
  padding: 7px;
  padding-left: 16px;
  padding-right: 28px;
  bottom: 22px;
  left: 16px;
  border-radius: 5px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .single-resource .img-part .text {
    font-size: 16px;
    padding: 10px;
    padding-left: 22px;
    padding-right: 37px;
    bottom: 27px;
    left: 21px;
  }
}

.single-resource .img-part .text .date {
  font-weight: 300;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .single-resource .img-part .text .date {
    font-size: 14px;
  }
}

.single-resource .img-part .text .tag-name {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .single-resource .img-part .text .tag-name {
    font-size: 16px;
  }
}

.single-resource .img-part .text .tag-name a:hover {
  text-decoration: underline;
  color: #fff;
}

.single-resource .content-part .title {
  margin-bottom: 14px;
  font-size: 18px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-resource .content-part .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-resource .content-part .title {
    font-size: 23px;
  }
}

@media only screen and (min-width: 992px) {
  .single-resource .content-part .title {
    font-size: 23px;
  }
}

.single-resource .content-part .title a:hover {
  color: #22284e;
}

.simple-sitemap-page {
  list-style: unset;
}

.simple-sitemap-wrap h1, .simple-sitemap-wrap .h1 {
  margin-bottom: 22px;
}

.simple-sitemap-wrap h2, .simple-sitemap-wrap .h2 {
  margin-bottom: 18px;
}

.simple-sitemap-wrap h3, .simple-sitemap-wrap .h3 {
  margin-bottom: 15px;
}

.simple-sitemap-wrap h4, .simple-sitemap-wrap .h4 {
  margin-bottom: 13px;
}

.simple-sitemap-wrap h5, .simple-sitemap-wrap .h5 {
  margin-bottom: 12px;
}

.simple-sitemap-wrap h6, .simple-sitemap-wrap .h6 {
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  01. About team CSS
/*----------------------------------------*/
@media only screen and (min-width: 576px) {
  .meet-our-team .row {
    margin: 0 -4%;
  }
  .meet-our-team .row div[class*="col-"] {
    padding: 0px 4%;
  }
}

.team-member .img-part {
  max-width: 100%;
  width: 100%;
  background: url(../images/about/member-bg-shape-left.png) no-repeat left;
  background-color: #e9e9e9;
  text-align: center;
  padding: 10px 15px 0;
  max-height: 273px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}

.team-member .img-part img {
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member .content-part .linkedin {
  background: #009cd6;
  border-radius: 4px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
}

.accout-and-advisory-group .row.account-advisory-slider .single-group h4 {
  border-top: 0;
}

/*----------------------------------------*/
/*  01. Trusted Service CSS
/*----------------------------------------*/
.help-build-business .help-business-bg {
  min-height: 250px;
  background-position: top center;
}

@media only screen and (min-width: 576px) {
  .help-build-business .help-business-bg {
    min-height: 350px;
  }
}

@media only screen and (min-width: 768px) {
  .help-build-business .help-business-bg {
    min-height: 450px;
  }
}

.help-build-business .help-build-bussiness-content {
  background-color: #e1093e;
  color: #ffffff;
  width: auto;
  margin-left: 0;
  padding: 40px 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .help-build-business .help-build-bussiness-content {
    padding: 50px 60px;
    margin-left: 6%;
    padding: 50px 60px;
    margin-right: 6%;
    margin-top: -7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help-build-business .help-build-bussiness-content {
    margin-left: 7%;
    margin-right: 7%;
    margin-top: -10%;
    padding: 50px 60px;
  }
}

@media only screen and (min-width: 992px) {
  .help-build-business .help-build-bussiness-content {
    margin-left: -27%;
    padding: 50px 60px;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .help-build-business .help-build-bussiness-content {
    margin-left: -30%;
    padding: 60px 80px;
  }
}

@media only screen and (min-width: 1500px) {
  .help-build-business .help-build-bussiness-content {
    margin-left: -33%;
    padding: 65px 98px;
  }
}

.help-build-business .help-build-bussiness-content header {
  position: relative;
}

.help-build-business .help-build-bussiness-content header img,
.help-build-business .help-build-bussiness-content header i {
  color: #ffffff;
  top: 0;
  font-size: 50px;
  position: static;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .help-build-business .help-build-bussiness-content header img,
  .help-build-business .help-build-bussiness-content header i {
    margin-left: 0;
    position: absolute;
    font-size: 70px;
  }
}

.help-build-business .help-build-bussiness-content header h2 {
  padding-left: 0;
  padding-top: 3px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .help-build-business .help-build-bussiness-content header h2 {
    text-align: left;
    padding-left: 86px;
  }
}

.help-build-business .help-build-bussiness-content .inner {
  max-width: 541px;
}

.as_google_review .wp-google-url {
  display: none !important;
}

.as_google_review .wp-google-review {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.as_google_review .wp-google-review .wp-google-left {
  padding-right: 10px;
}

.as_google_review .wp-google-review .wp-google-left img {
  border-radius: 50%;
}

.as_google_review .wp-google-review .wp-google-time {
  font-size: 10px;
}

.as_google_review .wp-google-review .wp-google-feedback {
  font-size: 13px;
}

.as_google_review .wp-google-review .wp-google-feedback .wp-google-stars {
  display: block;
  font-size: 12px;
}

.as_google_review .wp-google-review .wp-google-feedback .wp-google-stars svg {
  width: 12px !important;
  height: 12px !important;
}

.as_google_review .wp-google-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.as_google_review .wp-google-place .wp-google-rating {
  font-size: 16px !important;
  margin-right: 5px !important;
  font-weight: 700 !important;
  color: #E7711B;
}

.as_google_review .wp-gr .wp-google-place .wp-star svg {
  width: 12px !important;
  height: 12px !important;
}

.as_google_review .wp-gr .wp-google-powered {
  font-size: 0px !important;
  line-height: 0px !important;
  height: auto !important;
  margin: 0px !important;
}

.as_google_review .wp-gr .wp-google-powered img {
  max-width: 100px !important;
  height: auto !important;
}

.as_google_review .wp-google-left {
  padding-right: 10px;
}

.as_google_review .wp-google-left img {
  border-radius: 50%;
}

resourcecontent {
  margin: 30px 0px;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  resourcecontent {
    margin: 60px 0px;
  }
}

resourcecontent h1, resourcecontent .h1, resourcecontent h2, resourcecontent .h2, resourcecontent h3, resourcecontent .h3, resourcecontent h4, resourcecontent .h4, resourcecontent h5, resourcecontent .h5, resourcecontent h6, resourcecontent .h6 {
  margin-bottom: 10px !important;
}

resourcecontent .panel-default {
  margin-bottom: 30px;
}

resourcecontent p:not(:last-child), resourcecontent .p:not(:last-child), resourcecontent ul:not(:last-child), resourcecontent ol:not(:last-child) {
  margin-bottom: 15px;
}

resourcecontent div[class^="col-"] {
  margin-bottom: 15px;
  margin-top: 15px;
}

/*----------------------------------------*/
/*  01. Service CSS
/*----------------------------------------*/
.speak-to-an-accountant-form {
  position: relative;
}

.speak-to-an-accountant-form .inner {
  border: 1px solid #9a9cae;
  padding: 15px 15px 20px;
}

.speak-to-an-accountant-form .inner header {
  padding-right: 30px;
}

@media only screen and (min-width: 1250px) {
  .speak-to-an-accountant-form .inner header {
    padding-right: 50px;
  }
}

.speak-to-an-accountant-form .inner header .text {
  border-bottom: 1px solid #e1093e;
}

.speak-to-an-accountant-form .inner .accountant-person {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -5px;
  z-index: 1;
  top: -20px;
}

@media only screen and (min-width: 1250px) {
  .speak-to-an-accountant-form .inner .accountant-person {
    width: 99px;
    height: 99px;
    right: -25px;
    top: -29px;
  }
}

.speak-to-an-accountant-form .inner .accountant-person img {
  border: 3px solid #ffffff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1250px) {
  .speak-to-an-accountant-form .inner .accountant-person img {
    -webkit-box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 0px 0 rgba(0, 0, 0, 0.1);
  }
}

.speak-to-an-accountant-form .inner .accountant-person .activity {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: absolute;
  bottom: 0px;
  left: 8px;
}

@media only screen and (min-width: 1250px) {
  .speak-to-an-accountant-form .inner .accountant-person .activity {
    border: 3px solid #ffffff;
    width: 20px;
    height: 20px;
  }
}

.speak-to-an-accountant-form .inner .contact-form {
  background: transparent;
  padding: 0;
  border: none;
}

.speak-to-an-accountant-form .inner .contact-form .form-control {
  margin-bottom: 17px;
}

.speak-to-an-accountant-form .inner .contact-form .nice-select.form-control {
  line-height: inherit;
}

.speak-to-an-accountant-form .inner .contact-form .nice-select.form-control .list {
  width: 100%;
}

.google-box-slider {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}

.google-box-slider .google-box .google-logo {
  margin-left: auto;
  margin-right: auto;
}

/*---------- Accordion ----------*/
@media only screen and (min-width: 1500px) {
  .assits-business-and-faq .container-fluid {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.assits-business-and-faq .container-fluid .row {
  margin: 0 -3px;
}

.assits-business-and-faq .container-fluid .row div[class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left,
.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right {
  background-color: #f3f3f3;
  width: 100%;
  padding: 35px 25px 50px;
}

@media only screen and (min-width: 480px) {
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left,
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right {
    padding: 45px 30px 47px;
  }
}

@media only screen and (min-width: 768px) {
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left,
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right {
    padding: 50px 35px 70px;
  }
}

@media only screen and (min-width: 992px) {
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left,
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right {
    padding: 55px 40px 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left,
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right {
    padding: 60px 40px 140px;
  }
}

.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left .inner,
.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right .inner {
  width: 562px;
  max-width: 100%;
}

.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left .inner header,
.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right .inner header {
  text-align: center;
}

.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left .inner header i,
.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right .inner header i {
  font-size: 50px;
  color: #e1093e;
}

@media only screen and (min-width: 576px) {
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left .inner header,
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right .inner header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left .inner header .title,
.assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right .inner header .title {
  padding-left: 0;
  margin-top: 16px;
}

@media only screen and (min-width: 576px) {
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-left .inner header .title,
  .assits-business-and-faq .container-fluid .row div[class*="col-"] .col-right .inner header .title {
    padding-left: 12px;
    margin-top: 0;
  }
}

.footer {
  border-top: 2px solid #d0d2d3;
}

.footer h4.widget-title {
  border-bottom: 1px solid #cecece;
  padding-bottom: 6px;
}

.footer .footer-widget {
  font-size: 15px;
}

.footer .copyright {
  font-size: 13px;
}

.footer .copyright b {
  display: inline-block;
}

.footer .copyright-link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .copyright-link > span {
  padding-right: 4px;
}

.footer .copyright-link > span::after {
  content: "/";
  padding-left: 4px;
}

@media only screen and (min-width: 1200px) {
  .col-xl-45c {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    max-width: 36%;
  }
}

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

ul.social li {
  display: inline-block;
}

ul.social li + li {
  margin-left: 7px;
}

ul.social li .facebook {
  background-color: #3b5a9a;
}

ul.social li .twitter {
  background-color: #61bee8;
}

ul.social li .linkedin {
  background-color: #107ab6;
}

ul.social li a {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

ul.social li a:hover {
  background: #e1093e;
}

/*----------------------------------------*/
/*  01. Contact CSS
/*----------------------------------------*/
.contact-info-wrapper {
  margin-top: 0;
}

.contact-info-wrapper div[class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 992px) {
  .contact-info-wrapper {
    margin-top: -220px;
  }
}

.contact-info {
  padding: 50px 20px 20px;
  width: 100%;
  max-width: 377px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info .icon {
  margin-bottom: 26px;
}

.contact-info .icon i {
  font-size: 70px;
  color: #ffffff;
}

.contact-info .title {
  margin-bottom: 4px;
}

.contact-info.bg-theme-color .desc a:hover {
  color: #1f233c !important;
}

.contact-form {
  background-color: #f2f2f2;
  border: 4px solid #ededf0;
  padding: 20px 15px 20px;
}

@media only screen and (min-width: 768px) {
  .contact-form {
    border: 7px solid #ededf0;
    padding: 23px 30px 20px;
  }
}

.contact-form form label {
  margin-bottom: 3px;
}

.contact-form form .form-control {
  border: 1px solid #333;
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
}

.contact-form form textarea.form-control {
  height: 87px;
}

.contact-form form .btn {
  min-width: 100%;
}

.contact-form-desc .num-topbar {
  margin-top: 4px;
}
/*# sourceMappingURL=style.css.map */