/*
-----------------------------
HEADER STYLES
-----------------------------
*/
.header__logo {
    position: relative;
    z-index: 2;
  }
  
  .header__search {
    position: relative;
  }
  
  .header__nav {
    position: relative;
  }

  .header__area-6 {
    position: unset;
  }
  header {
    margin-bottom: -1px;
    z-index: 100;
  }
  .admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}
.header__logo {
    transition: 0.3s;
  }
  
  .header-area.sticky {
    transition: 0.3s;
  }
  .header-area.sticky .main-menu li a {
    padding: 15px 20px;
    font-size: 14px !important;
  }
  .header-area.sticky .main-menu ul.dp-menu li a {
    padding: 10px 0;
  }
  .header-area.sticky .wc-btn-primary {
    padding: 15px 30px;
  }
  .header-area.sticky .header-area__inner {
    height: 60px !important;
  }
  .header-area.sticky .header__logo img {
    max-width: 120px;
  }
  .header-area__inner {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 767px) {
    .header-area__inner {
      margin-left: 10px;
      margin-right: 10px;
    }
  }
  .header-area__inner .wc-btn-primary {
    border-radius: 50px;
    padding: 16px 30px;
    background-color: var(--primary);
    height: 50px;
  }
  @media only screen and (max-width: 767px) {
    .header-area__inner .wc-btn-primary {
      padding: 16px 25px;
    }
  }
  .header-area__inner .main-menu li a {
    font-weight: 600;
    font-size: 16px;
  }
  
  .header-right {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  .header__navicon {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .header-area.style-4 {
    top: 5px;
  }

  .pos-abs {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.3s;
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.open-offcanvas {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
  









/*
--------------------------------
FOOTER STYLES
--------------------------------
*/
.footer-area {
    padding-top: 100px;
    background-color: #001F3F;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 20px;
    border-radius: 20px 20px 0 0;
  }
  @media only screen and (max-width: 1199px) {
    .footer-area {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 991px) {
    .footer-area {
      padding-top: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer-area {
      margin: 0 0;
      border-radius: 0;
      background-color: rgba(0, 31, 63, 0.9490196078);
    }
  }
  .footer-area .wc-btn-primary {
    padding: 21px 30px;
  }
  .footer-area .footer-inner {
    display: flex;
    gap: 170px;
  }
  .footer-area .section-heading {
    max-width: 370px;
  }
  .footer-area .footer-menu {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 60px 80px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 1199px) {
    .footer-area .footer-menu {
      gap: 50px 60px;
    }
  }
  @media only screen and (max-width: 991px) {
    .footer-area .footer-menu {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 767px) {
    .footer-area .footer-menu {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
  .footer-area .footer-menu > *:first-child {
    width: 525px;
    min-width: 525px;
    grid-row: span 2;
    position: relative;
    margin-inline-end: 20px;
    padding-inline-end: 20px;
  }
  @media only screen and (max-width: 1919px) {
    .footer-area .footer-menu > *:first-child {
      width: 400px;
      min-width: 400px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .footer-area .footer-menu > *:first-child {
      width: 250px;
      min-width: 250px;
    }
  }
  @media only screen and (max-width: 991px) {
    .footer-area .footer-menu > *:first-child {
      width: unset;
      align-self: center;
      grid-row: unset;
    }
  }
  .footer-area .footer-menu > *:first-child::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: -100px;
    height: 200%;
    width: 1px;
    background-color: #234151;
    z-index: -2;
  }
  @media only screen and (max-width: 991px) {
    .footer-area .footer-menu > *:first-child::after {
      display: none;
    }
  }
  .footer-area .footer-menu > *:first-child::before {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    top: -100px;
    height: 200%;
    width: 200%;
    background-color: rgba(255, 255, 255, 0.02);
    z-index: -2;
  }
  @media only screen and (max-width: 991px) {
    .footer-area .footer-menu > *:first-child::before {
      display: none;
    }
  }
  .footer-area .footer-menu > *:first-child .scroll-up-btn {
    position: absolute;
    bottom: 0;
    right: -20px;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    border-radius: 22.5px;
    border: 1px solid #234151;
    background: #001F3F;
    padding: 26px 13px;
  }
  @media only screen and (max-width: 991px) {
    .footer-area .footer-menu > *:first-child .scroll-up-btn {
      display: none;
    }
  }
  .dir-rtl .footer-area .footer-menu > *:first-child .scroll-up-btn {
    left: -20px;
    right: auto;
  }
  .footer-area .footer-menu > *:first-child .scroll-up-btn span {
    display: inline-block;
    transform: rotate(-180deg);
  }
  .footer-area .footer-menu > *:first-child .scroll-up-btn i {
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 991px) {
    .footer-area .footer-menu .logo-wrapper {
      grid-column: span 2;
      text-align: center;
    }
  }
  @media (max-width: 575px) {
    .footer-area .footer-menu .logo-wrapper {
      grid-column: auto;
    }
  }
  .footer-area .left-content {
    width: 100%;
    flex-grow: 1;
    max-width: 130px;
  }
  
  .widget-item .widget-title {
    font-size: 24px;
    color: var(--white);
  }
  .widget-item .section-title-wrapper .section-title {
    font-size: 45px;
    color: var(--white);
  }
  @media only screen and (max-width: 1199px) {
    .widget-item .section-title-wrapper .section-title {
      font-size: 35px;
    }
  }
  .widget-item .section-title-wrapper .text {
    font-size: 18px;
    line-height: 24px;
    max-width: 370px;
    color: #9FAEB6;
  }
  @media only screen and (max-width: 1199px) {
    .widget-item .section-title-wrapper .text {
      font-size: 16px;
    }
  }
  .widget-item .section-title-wrapper .cf_text {
    margin-top: 28px;
  }
  .widget-item .btn-wrapper {
    margin-top: 34px;
  }
  .widget-item .header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .widget-item .header {
      flex-wrap: wrap;
      gap: 10px;
    }
  }
  .widget-item .header .widget-title {
    max-width: 145px;
  }
  @media only screen and (max-width: 1199px) {
    .widget-item .header .widget-title {
      max-width: 100%;
    }
  }
  .widget-item .header .text {
    max-width: 160px;
    font-size: 14px;
    color: #9FAEB6;
    line-height: 1.2;
  }
  .widget-item .subscribe-form {
    background-color: rgba(18, 18, 18, 0.05);
    margin-top: 20px;
  }
  .widget-item .subscribe-form input {
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
  }
  .widget-item .subscribe-form input::-moz-placeholder {
    color: #9FAEB6;
    font-size: 14px;
    font-weight: 400;
  }
  .widget-item .subscribe-form input::placeholder {
    color: #9FAEB6;
    font-size: 14px;
    font-weight: 400;
  }
  .widget-item.subscribe-form-item {
    width: 330px;
  }
  @media only screen and (max-width: 1919px) {
    .widget-item.subscribe-form-item {
      width: 230px;
    }
  }
  @media only screen and (max-width: 991px) {
    .widget-item.subscribe-form-item {
      width: auto;
    }
  }
  .widget-item ul {
    padding-top: 25px;
  }
  @media (max-width: 575px) {
    .widget-item ul {
      padding-top: 15px;
    }
  }
  .widget-item ul li {
    color: #9FAEB6;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.62;
  }
  .widget-item ul li a:hover {
    color: var(--white);
  }
  .widget-item ul li.mail {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
  }
  .widget-item .social-icons {
    margin-top: 16px;
    padding-top: 0;
  }
  .widget-item .copyright-title {
    color: var(--white);
    font-size: 16px;
  }
  .widget-item .copyright-title a {
    font-weight: 600;
  }
  
  .footer-copy-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline-start: 625px;
    border-top: 1px solid #234151;
    padding: 22px 0;
    margin-top: 94px;
    gap: 10px;
  }
  @media only screen and (max-width: 1919px) {
    .footer-copy-wrapper {
      margin-inline-start: 500px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .footer-copy-wrapper {
      margin-top: 74px;
      margin-inline-start: 330px;
    }
  }
  @media only screen and (max-width: 991px) {
    .footer-copy-wrapper {
      margin-inline-start: 0;
      margin-top: 54px;
    }
  }
  @media (max-width: 575px) {
    .footer-copy-wrapper {
      flex-direction: column;
    }
  }
  .footer-copy-wrapper .social-icons {
    margin-top: 0;
  }
  .footer-copy-wrapper .copy-text {
    color: #9FAEB6;
    font-size: 16px;
    font-weight: 600;
  }
  .footer-copy-wrapper .copy-text a {
    color: var(--white);
  }
  
  .section-wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: 300%;
  }
  
  .section-item {
    width: 100%;
  }
  
  .pagenation-count {
    font-size: 30px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
  }
  .pagenation-count::before {
    width: 28px;
    height: 3px;
    background-color: #FE5B2C;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .pagenation-count span {
    font-size: 16px;
    position: absolute;
    top: 0;
    font-weight: 300;
  }
  
  .header-area.sticky {
    position: fixed !important;
    background-color: var(--white);
    top: 0;
  }
  
  .banner-area {
    padding-top: 90px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .wc-btn-primary {
    border-radius: 50px;
    border: 1px solid transparent;
    height: 60px;
    padding: 21px 30px;
}

.wc-btn-primary {
    padding: 21px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--white);
    background-color: #001F3F;
    border: 1px solid #001F3F;
    text-transform: capitalize;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    gap: 30px;
    white-space: nowrap;
}
.wc-btn-play {
    border-radius: 50px;
    background-color: #001F3F;
    border: 1px solid transparent;
    height: 60px;
    width: 60px;
}
/* .wc-btn-play {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid currentColor;
    color: #001F3F;
    border-radius: 50%;
    transition: all 0.5s;
    font-size: 16px;
} */
  @media only screen and (max-width: 767px) {
    .banner-area {
      margin: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-area .btn-wrapper {
      margin-left: 23px;
    }
  }
  .banner-area .wc-btn-primary {
    background-color: var(--action-color);
    border-radius: 50px;
    padding: 17px 36px;
    text-transform: unset;
    font-size: 18px;
    border: 1px solid transparent;
    height: 70px;
    font-weight: 400;
  }
  @media only screen and (max-width: 767px) {
    .banner-area .wc-btn-primary {
      height: 50px;
      padding: 17px 25px;
    }
  }
  .banner-area .wc-btn-play {
    background-color: var(--action-color);
    border: 1px solid transparent;
    height: 70px;
    width: 70px;
  }
  .banner-area .wc-btn-play i {
    font-size: 14px;
  }
  @media only screen and (max-width: 767px) {
    .banner-area .wc-btn-play {
      height: 50px;
      width: 50px;
    }
  }
  
  .banner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  @media (max-width: 1600px) {
    .banner-wrapper {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-wrapper {
      grid-template-columns: 1fr;
    }
  }
  
  .banner-content {
    background-color: #001F3F;
    padding-top: 110px;
    padding-bottom: 140px;
    padding-inline-start: 140px;
    border-radius: 40px;
    position: relative;
  }
  @media (max-width: 1600px) {
    .banner-content {
      padding-inline-start: 60px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-content {
      padding-top: 100px;
      padding-bottom: 65px;
      padding-inline-start: 58px;
      border-radius: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-content {
      padding-inline-start: 15px;
      padding-inline-end: 15px;
      padding-bottom: 50px;
      border-radius: 0;
      padding-top: 50px;
    }
  }
  .banner-content .shape-1 {
    position: absolute;
    top: -48px;
    left: -45px;
  }
  @media only screen and (max-width: 767px) {
    .banner-content .shape-1 {
      display: none;
    }
  }
  .banner-content .shape-x-icon {
    position: absolute;
    bottom: 60px;
    right: 60px;
  }
  @media only screen and (max-width: 991px) {
    .banner-content .shape-x-icon {
      right: 0;
      bottom: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-content .shape-x-icon {
      max-width: 210px;
    }
  }
  .banner-content .subtitle-wrapper {
    position: relative;
    padding-bottom: 23px;
  }
  .banner-content .subtitle {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #4C6279;
    text-transform: uppercase;
    color: var(--white);
    padding-bottom: 9px;
    font-family: var(--font_primary);
  }
  .banner-content .title-wrapper {
    padding-bottom: 10px;
    max-width: 506px;
  }
  @media only screen and (max-width: 991px) {
    .banner-content .title-wrapper {
      padding-bottom: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-content .title-wrapper {
      max-width: 100%;
    }
  }
  .banner-content .title {
    font-size: 80px;
    color: var(--white);
  }
  @media (max-width: 1600px) {
    .banner-content .title {
      font-size: 50px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-content .title {
      font-size: 45px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-content .title {
      font-size: 40px;
    }
  }
  .banner-content .cf_text {
    padding-bottom: 42px;
    max-width: 400px;
  }
  .banner-content .text {
    color: var(--white);
  }
  
  .banner-shape-img {
    -webkit-mask-image: url("../imgs/shape/img-r-1.webp");
    mask-image: url("../imgs/shape/img-r-1.webp");
    -webkit-mask-position: top left;
    mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  @media only screen and (max-width: 1199px) {
    .banner-shape-img img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-shape-img img {
      height: 300px;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-shape-img {
      mask-image: unset;
      -webkit-mask-image: unset;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-shape-img {
      margin-inline-start: 15px;
      margin-inline-end: 15px;
    }
  }
  
  .banner-content-item {
    padding: 80px 60px;
    background-color: #D8E7EF;
    border-radius: 40px;
    max-width: 300px;
    position: relative;
  }
  @media only screen and (max-width: 1199px) {
    .banner-content-item {
      border-radius: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-content-item {
      width: 240px;
      padding: 50px 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-content-item {
      width: 100%;
      max-width: 100%;
      padding: 25px 20px;
      border-radius: 0;
    }
  }
  .banner-content-item .shape-2 {
    position: absolute;
    right: 60px;
    bottom: 80px;
  }
  @media only screen and (max-width: 767px) {
    .banner-content-item .shape-2 {
      bottom: 18px;
    }
  }
  .banner-content-item .title {
    font-size: 50px;
    max-width: 109px;
    position: relative;
    padding-bottom: 3px;
  }
  @media only screen and (max-width: 767px) {
    .banner-content-item .title {
      font-size: 40px;
    }
  }
  .banner-content-item .title span {
    position: absolute;
    font-size: 30px;
  }
  .banner-content-item .text-wrapper {
    max-width: 153px;
    padding-bottom: 70px;
    margin-top: -3px;
  }
  @media only screen and (max-width: 767px) {
    .banner-content-item .text-wrapper {
      padding-bottom: 0;
    }
  }
  .banner-content-item .text {
    font-size: 16px;
    font-weight: 600;
    color: #001F3F;
    line-height: 1;
  }
  .banner-content-item .case-thumb {
    padding-top: 23px;
  }
  .banner-content-item .case-thumb img {
    border-radius: 50px;
    margin-left: -25px;
    border: 3px solid var(--white);
    max-width: 55px;
  }
  @media only screen and (max-width: 1919px) {
    .banner-content-item .case-thumb img {
      max-width: 40px;
    }
  }
  .banner-content-item .case-thumb img:first-child {
    margin-left: 0;
  }
  
  .banner-thumb-bottom {
    display: grid;
    grid-template-columns: 2fr 274px;
    gap: 20px;
    align-items: self-start;
    padding-top: 20px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-thumb-bottom {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-thumb-bottom {
      grid-template-columns: 1fr;
    }
  }
  
  .banner-thumb-left {
    display: grid;
    grid-template-columns: 300px 300px;
    gap: 20px;
    position: relative;
  }
  @media only screen and (max-width: 991px) {
    .banner-thumb-left {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-thumb-left {
      grid-template-columns: 1fr 1fr;
      margin-inline-start: 15px;
      margin-inline-end: 15px;
    }
  }
  .banner-thumb-left::before {
    position: absolute;
    content: "";
    left: 49%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 80px;
    background-image: url("../imgs/shape/img-r-2.webp");
    height: 40px;
    width: 20px;
    background-repeat: no-repeat;
  }
  @media (max-width: 1600px) {
    .banner-thumb-left::before {
      left: 50%;
    }
  }
  @media only screen and (max-width: 1199px) {
    .banner-thumb-left::before {
      transform: translateX(-50%);
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-thumb-left::before {
      display: none;
    }
  }
  
  .banner-thumb-right {
    margin-top: -130px;
    position: relative;
    max-width: 275px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-thumb-right {
      max-width: 277px;
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-thumb-right {
      max-width: 215px;
      margin-left: auto;
      margin-top: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-thumb-right {
      max-width: 100%;
      margin-left: unset;
      margin-top: 0;
    }
  }
  .banner-thumb-right img {
    border-radius: 40px;
  }
  @media only screen and (max-width: 1199px) {
    .banner-thumb-right img {
      border-radius: 0;
    }
  }
  @media only screen and (max-width: 991px) {
    .banner-thumb-right img {
      height: 250px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-thumb-right img {
      width: 100%;
      border-radius: 0;
      height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
      margin-inline-start: 15px;
      margin-inline-end: 15px;
    }
  }
  .banner-thumb-right .wc-btn-play {
    background-color: transparent;
    border-color: var(--white);
    height: 80px;
    width: 80px;
  }
  @media only screen and (max-width: 991px) {
    .banner-thumb-right .wc-btn-play {
      height: 60px;
      width: 60px;
    }
  }
  @media only screen and (max-width: 767px) {
    .banner-thumb-right .wc-btn-play {
      height: 50px;
      width: 50px;
    }
  }
  .banner-thumb-right .btn-wrapper {
    margin-left: 0;
  }/*# sourceMappingURL=master-it.css.map */