@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'Avenir-Next-Bold';
  src: url('AvenirNextLTPro-Bold');
  src: local('AvenirNextLTPro-Bold'), local('Avenir Bold'),
       url('../fonts/AvenirNextLTPro-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Next';
  src: url('AvenirNextLTPro-Regular');
  src: local('AvenirNextLTPro-Regular'), local('AvenirNextLTPro-Regular'),
       url('../fonts/AvenirNextLTPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Galvji';
  src: url('Galvji');
  src: local('Galvji.ttc'), local('Galvji'),
      url('../fonts/Galvji.ttc') format('embedded-opentype'),
      url('../fonts/Galvji.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Galvji Bold';
  src: url('Galvji');
  src: local('galvji-bold.ttf'), local('galvji-bold.ttf'),
      url('../fonts/galvji-bold.ttf') format('embedded-opentype'),
      url('../fonts/galvji-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1280px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
  }
}
@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1150px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1445px;
  }
}
.nav-link{
  font-family: 'Galvji';
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  text-align: left;
}
.nav-link:hover{
  color: #fff;
}
.header-top{
  background: #00173E;
}
@media only screen and (min-width: 992px) and (max-width: 1080px){
  .nav-link {
    font-family: 'Galvji';
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    text-align: left;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1349px){
  .nav-link {
      font-family: 'Galvji';
      font-size: 16px;
      font-weight: bold;
      line-height: 100%;
      color: #fff;
      text-align: left;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border: 1px solid rgba(0, 23, 62, 0.24);
  padding: 0px 20px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 23, 62, 0) 0%,rgba(0, 23, 62, 0.24) 100%);
  width: 320px;
  margin-left: -4rem;
}
.dropdown-menu-cus{
    left:-5rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 16px 0px;
  clear: both;
  color: #00173E;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid rgba(150, 150, 150, 1);
  font-family: 'Avenir-Next-Bold';
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.btn-white{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 0px;
  height: 61px;
  padding: 16px 24px;
}
/* --------------------------------------home--------------------------------------- */
.home_banner_top {
  padding: 22rem 0;
  height: 1037px;
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .home_banner_top {
    padding: 26rem 0;
    height: 1146px;
  }
}
.home_content h1{
  font-family: 'Avenir-Next-Bold';
  font-size: 64px;
  line-height: 88px;
  font-weight: 700;
  letter-spacing: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 24px; 
}
.home_content p{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #DFDFDF;
  width: 100%;
  max-width: 889px;
  margin: auto;
  margin-bottom: 32px;
}
.non-fungible {
  width: 100%;
  max-width: 570px;
  float: right;
  margin-right: 43px;
  position: relative;
}
.non-fungible  h6 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: #971034;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.non-fungible  h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.non-fungible  p {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 40px;
}
.non-fungible  ::before {
  content: '';
  background: rgba(151, 16, 52, 1);
  height: 5px;
  width: 200px;
  position: absolute;
  top: 13rem;
  left: 0px;
}
.non-fungible::after {
  content: '';
  background: #00173E;
  height: 5px;
  width: 200px;
  position: absolute;
  bottom: 2rem;
  right: 0px;
}

.we_do_all_content h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  max-width: 654px;
  margin: auto;
  margin-bottom: 24px;
}
.we_do_all_content .btn_border_black{
  background: transparent;
}
.we_do_all_content p{
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #252525;
  text-align: center;
  width: 100%;
  max-width: 654px;
  margin: auto;
  margin-bottom: 24px;
}
.our_bespoke_title h2{
  font-family: 'Inter';
  font-style: italic;
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00AFFF;
  text-transform: uppercase;
  letter-spacing: 9px;
}

.our_bespoke_title h1{
  font-family: 'Inter';
  font-size: 64px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 20px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 97px;
}
.seriv_card .card{
  width: 100%;
  max-width: 339px;
  background: transparent;
  border: 0px;
  margin-bottom: 100px;
}
.seriv_card .card .btn_border_black {
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #00173E;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 0px;
  height: 61px;
  padding: 13px 24px;
  border: 3px solid #00173E;
  width: 239px;
}

.servies_right .seriv_card .card{
  width: 100%;
  max-width: 339px;
  background: transparent;
  border: 0px;
  float: right;
}
.seriv_card h4{
  font-family: 'Avenir-Next-Bold';
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00173E;
  margin-bottom: 8px;

}
.seriv_card  p {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  margin-bottom: 24px;
}
.center_img {
  background: url(../img/Centre-Image.png)no-repeat;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 448px;
  height: 805px;
  top: 0;
  transform: translate(-115.5%,27%);
  z-index: 2;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1080px){
  .our_bespoke{
    padding: 3rem 0;
  }
  .our_bespoke_title h1 {
    font-family: 'Inter';
    font-size: 48px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 12px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
  }
  .our_bespoke_title h2 {
    font-family: 'Inter';
    font-style: italic;
    font-size: 40px;
    line-height: 70px;
    font-weight: 900;
    color: #00AFFF;
    text-transform: uppercase;
    letter-spacing: 9px;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 453px;
    height: 818px;
    top: 0;
    transform: translate(1.5%,-15%);
    z-index: 2;
    right: 0;
  }
  .seriv_card .card {
    width: 100%;
    max-width: 243px;
    background: transparent;
    border: 0px;
    margin-bottom: 40px;
  }
  .servies_right .seriv_card .card {
    width: 100%;
    max-width: 243px;
    background: transparent;
    border: 0px;
    float: right;
  }
  .seriv_card h4 {
    font-family: 'Avenir-Next-Bold';
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00173E;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){
  .our_bespoke{
    padding: 4rem 0;
  }
  .our_bespoke_title h1 {
    font-family: 'Inter';
    font-size: 48px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 12px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
  }
  .our_bespoke_title h2 {
    font-family: 'Inter';
    font-style: italic;
    font-size: 40px;
    line-height: 70px;
    font-weight: 900;
    color: #00AFFF;
    text-transform: uppercase;
    letter-spacing: 9px;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 453px;
    height: 818px;
    top: 0;
    transform: translate(1.5%,-15%);
    z-index: 2;
    right: 0;
  }
  .seriv_card .card {
    width: 100%;
    max-width: 243px;
    background: transparent;
    border: 0px;
    margin-bottom: 60px;
  }
  .servies_right .seriv_card .card {
    width: 100%;
    max-width: 243px;
    background: transparent;
    border: 0px;
    float: right;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1300px){
  .our_bespoke{
    padding: 4rem 0;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 478px;
    height: 833px;
    top: 0;
    transform: translate(10.5%,-17%);
    z-index: 2;
    right: 0;
  }
  .our_bespoke_title h1 {
    font-family: 'Inter';
    font-size: 64px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 12px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
  }
  .seriv_card .card {
    width: 100%;
    max-width: 276px;
    background: transparent;
    border: 0px;
    margin-bottom: 60px;
  }
  .servies_right .seriv_card .card {
    width: 100%;
    max-width: 298px;
    background: transparent;
    border: 0px;
    float: right;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1400px){
  .our_bespoke{
    padding: 6rem 0;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 446px;
    height: 833px;
    top: 0;
    transform: translate(10%,-21%);
    z-index: 2;
    right: 0;
  }
  .our_bespoke_title h1 {
    font-family: 'Inter';
    font-size: 64px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 13px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1500px){
  .our_bespoke{
    padding: 9rem 0;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 448px;
    height: 809px;
    top: 0;
    transform: translate(1.5%,-15%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1600px){
  .our_bespoke{
    padding: 9rem 0;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 528px;
    height: 808px;
    top: 0;
    transform: translate(5.5%,-15%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px){
  .our_bespoke{
    padding: 9rem 0;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 528px;
    height: 808px;
    top: 0;
    transform: translate(5.5%,-15%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .our_bespoke{
    padding: 9rem 0;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 448px;
    height: 805px;
    top: 0;
    transform: translate(-2.5%,-15%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2160px){
  .our_bespoke{
    padding: 14rem 0;
  }
  .center_img {
    background: url(../img/Centre-Image.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 524px;
    height: 836px;
    top: 0;
    transform: translate(5.5%,-15%);
    z-index: 2;
    right: 0;
  }
}
.home_last_get_touch {
  height: 100%;
  min-height: 777px;
  margin-bottom: 64px;
  padding:14rem 0;
  margin-top: 41px;
}
.get_in_touch h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.get_in_touch p {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  margin-bottom: 24px;
}
.home_last_get_touch::after{
  content: '';
  background:url(../img/shadow-img.png) no-repeat;
  background-size: cover;
  background-position:center center;
  position: absolute;
  height: 379px;
  width: 100%;
  left: 0rem;
  top: 11rem;
  z-index: -2;
}
.how_to_improve_non::after{
  content: '';
  background:url(../img/non-graphic.png) no-repeat;
  background-size: cover;
  background-position:center center;
  position: absolute;
  height: 538px;
  width: 729px;
  left: 0rem;
  top: 0rem;
  z-index: 0;
}
@media only screen and (min-width: 1921px) and (max-width: 2160px){
  .home_last_get_touch {
    height: 100%;
    min-height: 879px;
    margin-bottom: 64px;
    padding: 19rem 0;
    margin-top: 41px;
  }
  .home_last_get_touch::after {
    content: '';
    background: url(../img/shadow-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 379px;
    width: 100%;
    left: 0rem;
    top: 16rem;
    z-index: -1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1080px){
  .non-fungible {
    width: 100%;
    max-width: 530px;
    float: right;
    margin-right: 0px;
    position: relative;
  }
  .non-fungible h1 {
    font-family: 'Inter';
    font-size: 36px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .get_in_touch{
    width: 424px;
    max-width: 456px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1152px){
  .non-fungible {
    width: 100%;
    max-width: 530px;
    float: right;
    margin-right: 0px;
    position: relative;
  }
  .non-fungible h1 {
    font-family: 'Inter';
    font-size: 36px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .get_in_touch{
    width: 424px;
    max-width: 456px;
  }
  .non-fungible::after {
    content: '';
    background: #00173E;
    height: 5px;
    width: 160px;
    position: absolute;
    bottom: 3rem;
    right: 0px;
  }
  .non-fungible ::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 160px;
    position: absolute;
    top: 13rem;
    left: 0px;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .non-fungible {
    width: 100%;
    max-width: 530px;
    float: right;
    margin-right: 0px;
    position: relative;
  }
  .non-fungible h1 {
    font-family: 'Inter';
    font-size: 36px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .get_in_touch{
    width: 424px;
    max-width: 456px;
  }
  .non-fungible::after {
    content: '';
    background: #00173E;
    height: 5px;
    width: 160px;
    position: absolute;
    bottom: 2rem;
    right: 0px;
  }
  .non-fungible ::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 160px;
    position: absolute;
    top: 13rem;
    left: 0px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1394px){
  .non-fungible {
    width: 100%;
    max-width: 530px;
    float: right;
    margin-right: 0px;
    position: relative;
  }
  .non-fungible h1 {
    font-family: 'Inter';
    font-size: 36px;
    line-height: 70px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .get_in_touch{
    width: 424px;
    max-width: 456px;
  }
  .non-fungible::after {
    content: '';
    background: #00173E;
    height: 5px;
    width: 160px;
    position: absolute;
    bottom: 3rem;
    right: 0px;
  }
  .non-fungible ::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 160px;
    position: absolute;
    top: 13rem;
    left: 0px;
  }
}
/* -------------------------------------abouts--------------------------------------- */
.about_top {
  height: 750px;
  padding: 16rem 0;
}
.about_content h1 {
  font-family: 'Avenir-Next-Bold';
  font-size: 64px;
  line-height: 88px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 24px;
}
.about_content p {
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #DFDFDF;
  width: 100%;
  max-width: 889px;
  margin: auto;
  margin-bottom: 32px;
}
.what_make_our_content h6 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: #971034;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.what_make_our_content h1 {
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.what_make_our_content p {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 40px;
}
.what_make_our_content{
  width: 100%;
  max-width: 616px;
  float:left;
  margin-right: 43px;
  position: relative;
}
.what_make_our{
}
.what_make_our_content::before {
  content: '';
  background: rgba(151, 16, 52, 1);
  height: 5px;
  width: 175px;
  position: absolute;
  top: 13rem;
  left: 0px;
}
.what_make_our_content::after {
  content: '';
  background: #00173E;
  height: 5px;
  width: 175px;
  position: absolute;
  bottom: 2rem;
  right: 0px;
}
.what_make_our_left{
  background: url(../img/what_more_right.png) no-repeat;
  background-size: cover;
  background-position:center center;
  position: absolute;
  width: 915px;
  height: 625px;
  top: 0;
  transform: translate(-115.5%,33%);
  z-index: 2;
  right: 0;
}
.what_make_our_left {
  background: url(../img/what_more_right.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  width: 737px;
  height: 625px;
  top: 0;
  transform: translate(0.5%,6%);
  z-index: 2;
  right: 0;
}
@media only screen and (min-width: 1080px) and (max-width: 1152px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 600px;
    height: 625px;
    top: 0;
    transform: translate(0.5%,6%);
    z-index: 2;
    right: 0;
  }
  .what_make_our_content {
    width: 100%;
    max-width: 400px;
    float: left;
    margin-right: 10px;
    position: relative;
  }
  .what_make_our_content::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 170px;
    position: absolute;
    top: 18rem;
    left: 0px;
  }
  .what_make_our_content::after {
    content: '';
    background: #00173E;
    height: 5px;
    width: 64px;
    position: absolute;
    bottom: 2rem;
    right: 0px;
  }
}
@media only screen and (min-width: 1153px) and (max-width: 1280px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 600px;
    height: 600px;
    top: 0;
    transform: translate(0.5%,6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1349px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 625px;
    height: 600px;
    top: 0;
    transform: translate(0.5%,6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1440px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 699px;
    height: 625px;
    top: 0;
    transform: translate(9.5%,-6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1500px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 737px;
    height: 625px;
    top: 0;
    transform: translate(0.5%,-6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 1600px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 900px;
    height: 625px;
    top: 0;
    transform: translate(9.5%,-6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 915px;
    height: 625px;
    top: 0;
    transform: translate(19.5%,-6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 915px;
    height: 625px;
    top: 0;
    transform: translate(26.5%,-6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2160px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 915px;
    height: 625px;
    top: 0;
    transform: translate(18.5%,-6%);
    z-index: 2;
    right: 0;
  }
}
@media only screen and (min-width: 2161px) and (max-width: 2880px){
  .what_make_our_left {
    background: url(../img/what_more_right.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 915px;
    height: 625px;
    top: 0;
    transform: translate(20.5%,-6%);
    z-index: 2;
    right: 0;
  }
}
.about_learn_more{
  background-image:linear-gradient(#F6F6F6 0%,rgba(246, 246, 246, 0)  100%);
}
.our_bespoke_slider h2 {
  font-family: 'Inter';
  font-style: italic;
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00AFFF;
  text-transform: uppercase;
  letter-spacing: 9px;
}
.our_bespoke_slider h1 {
  font-family: 'Inter';
  font-size: 64px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 20px;
  text-transform: uppercase;
  width: 100%;
}
.seviesc_card .card{
  border: 3px solid #00173E;
  border-radius: 0px;
  padding: 24px 0;
}
.seviesc_card p {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: center;
  width: 100%;
  max-width: 339px;
  margin: auto;
  height: 102px;
}
.seviesc_card h4{
  font-family: 'Avenir-Next-Bold';
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #00173E;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}

.seviesc_card .btn_border_black {
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #00173E;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 0px;
  height: 61px;
  padding: 13px 24px;
  border: 2px solid #00173E;
  width: 100%;
  max-width: 255px;
  margin: auto;
  margin-top: 24px;
}
.owl-nav{
  text-align: center;
  position: relative;
  width: 300px;
  margin: auto;
}
.owl-next{
  position: absolute;
  right: 5rem;
  top: 30px;
}
.owl-prev{
  position: absolute;
  left: 5rem;
  top: 30px;
}
.owl-dots{
  text-align: center;
  margin-top: 25px;
}
.owl-dots .owl-dot {
  height: 7px;
  background: #00173E !important;
  width: 7px;
  margin: 0px 4px;
  border-radius: 20px;
}
button.owl-dot.active {
  width: 32px;
  height: 4px;
  background: #00AFFF !important;
}
.owl-slider{
  margin-top: 64px;
}
.about_slider{
  padding-top: 30px;
  height: 717px;
  margin-top: 20px;
}
.about_slider::before {
    content: '';
    background: url(../img/Graphic-left.png)no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: -1;
    height: 717px;
    width: 688px;
}
.about_slider:after {
    content: '';
    background: url(../img/Graphic_right.png)no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 1rem;
    top: 0rem;
    z-index: -1;
    width: 727px;
    height: 717px;
}
@media only screen and (min-width: 1281px) and (max-width: 1440px){
  .about_slider::before {
      content: '';
      background: url(../img/Graphic-left.png)no-repeat;
      background-position: center center;
      background-size: contain;
      position: absolute;
      left: 0rem;
      top: 0rem;
      z-index: -1;
      height: 717px;
      width: 516px;
  }
  .about_slider:after {
      content: '';
      background: url(../img/Graphic_right.png)no-repeat;
      background-position: center center;
      background-size: contain;
      position: absolute;
      right: 1rem;
      top: 0rem;
      z-index: -1;
      width: 584px;
      height: 721px;
  }
}
/* --------------------------------------serviec--------------------------------------- */
.services_top{
  height: 660px;
  padding: 18rem 0;
}

.services_content h1{
  font-family: 'Avenir-Next-Bold';
  font-size: 64px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.how_we_improve h6{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: #971034;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.how_we_improve h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.how_we_improve p{
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 40px;
}
.how_we_improve {
  width: 100%;
  max-width: 523px;
  float: right;
  margin-right: 60px;
  position: relative;
}
.how_we_improve::before {
  content: '';
  background: rgba(151, 16, 52, 1);
  height: 5px;
  width: 150px;
  position: absolute;
  top: 13rem;
  left: 0px;
}

.how_we_improve::after{
  content: '';
  background: #00173E;
  height: 5px;
  width: 150px;
  position: absolute;
  bottom: 2rem;
  right: 0px;
}
.pr_how_to_improve .how_we_improve::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 150px;
    position: absolute;
    top: 18rem;
    left: 0px;
}
.ad_to_improve .how_we_improve::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 150px;
    position: absolute;
    top: 18rem;
    left: 0px;
}
.nft_top_bg .how_we_improve::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 150px;
    position: absolute;
    top: 22rem;
    left: 0px;
}
.nft_top_bg .how_we_improve::after {
    content: '';
    background: #00173E;
    height: 5px;
    width: 150px;
    position: absolute;
    bottom: 3rem;
    right: 0px;
}
.nft_to_improve .how_we_improve::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 150px;
    position: absolute;
    top: 22rem;
    left: 0px;
}
.how_we_growth {
  width: 100%;
  max-width: 639px;
  float: right;
  margin-right: 0px;
  position: relative;
}
.how_we_growth h6{
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  color: #971034;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 19px;
}
.how_we_growth h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
.how_we_growth p{
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: justify;
  margin-bottom: 40px;
  margin-top: 40px;
}
.how_we_growth::before {
  content: '';
  background: rgba(151, 16, 52, 1);
  height: 5px;
  width: 200px;
  position: absolute;
  top: 17.5rem;
  left: 0px;
}
.how_we_growth::after{
  content: '';
  background: #00173E;
  height: 5px;
  width: 200px;
  position: absolute;
  bottom: 2rem;
  right: 0px;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1080px){
  .how_we_growth h1 {
    font-family: 'Inter';
    font-size: 32px;
    line-height: 53px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 60px;
  }
  .how_we_growth::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 200px;
    position: absolute;
    top: 13.5rem;
    left: 0px;
  }
}
@media only screen and (min-device-width: 1153px) and (max-device-width: 1349px){
  .how_we_growth h1 {
    font-family: 'Inter';
    font-size: 32px;
    line-height: 53px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 60px;
  }
  .how_we_growth::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 200px;
    position: absolute;
    top: 13.5rem;
    left: 0px;
  }
}
.btn_border_black{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #00173E;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 0px;
  height: 61px;
  padding: 13px 24px;
  border: 3px solid #00173E;
}
.how_it_works{
  width: 95%;
  max-width: 100%;
  margin: auto;
  padding: 7rem 0;
  overflow:visible;
  margin-bottom: 40px;
}

.how_it_works_content h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  display: flex;
  justify-content: space-between;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 0px solid transparent;
  border-radius: 0px;
  background: #00173E;
  color: #fff;
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  width: 252px;
  max-width: 100%;
  text-align: center;
  height: 45px;
  letter-spacing: 3px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #00173E !important;
  background-color: #fff;
  border-color: #00173E;
  border: 2px solid #00173E;
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
}
.step_desc{
  margin-top: 64px;
}
.step_desc h5{
  font-family: 'Inter';
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #00173E;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.step_desc p{
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: justify;
}
.how_it_works::after{
  content: '';
  background: url(../img/Characters_be.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position:absolute;
  top: -63px;
  right: 7rem;
  height: 678px;
  width: 602px;
  z-index: -1;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1080px){
  .nav-tabs .nav-link {
    width: 174px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: 5px;
    right: -22px;
    height: 486px;
    width: 496px;
    z-index: -1;
}
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 3rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
}
@media only screen and (min-device-width: 1081px) and (max-device-width: 1152px){
  .how_it_works {
      width: 95%;
      max-width: 100%;
      margin: auto;
      padding: 3rem 0;
      overflow: visible;
      margin-bottom: 40px;
  }
  .nav-tabs .nav-link {
    width: 172px;
    
  }
  .how_it_works::after {
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -81px;
    right: -1rem;
    height: 678px;
    width: 602px;
    z-index: -1;
  }
}
@media (min-width: 1280px){
  .nav-tabs .nav-link {
    width: 200px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: -34px;
    right: -22px;
    height: 554px;
    width: 559px;
    z-index: -1;
  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 3rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
}
@media (min-width: 1349px){
  .nav-tabs .nav-link {
    width: 200px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: -59px;
    right: 0px;
    height: 593px;
    width: 555px;
    z-index: -1;

  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 3rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px){
  .nav-tabs .nav-link {
    width: 238px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: -63px;
    right: 0rem;
    height: 625px;
    width: 602px;
    z-index: -1;
  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 4rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
}
@media (min-width: 1500px){
  .nav-tabs .nav-link {
    width: 238px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: -63px;
    right: 0rem;
    height: 625px;
    width: 602px;
    z-index: -1;
  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 5rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px){
  .nav-tabs .nav-link {
    width: 255px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: -63px;
    right: 0rem;
    height: 625px;
    width: 602px;
    z-index: -1;
  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 5rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
}
@media (min-width: 1800px){
  .nav-tabs .nav-link {
    width: 255px;
  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 4rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: -63px;
    right: 4rem;
    height: 606px;
    width: 602px;
    z-index: -1;
  }
}
@media (min-width: 1920px){
  .nav-tabs .nav-link {
    width: 255px;
  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 4rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
  .how_it_works::after{
    content: '';
    background: url(../img/Characters_be.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: -63px;
    right: 7rem;
    height: 606px;
    width: 602px;
    z-index: -1;
  }
}
.our-nft-design_title h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.our_nft_design .nav-pills .nav-link.active{
  color: #fff;
  background-color: #00173E;
  font-family: 'Avenir-Next-Bold';
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.our_nft_design .nav-pills .nav-link{
  color: #fff;
  background-color: #00AFFF;
  font-family: 'Avenir-Next-Bold';
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
  width: 250px;
  max-width: 100%;
  border: 0px;
  border-radius: 0px;
}
.sevies_details h4{
  font-family: 'Avenir-Next-Bold';
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sevies_details h5{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #00AFFF;
  text-align: left;
  margin-bottom: 24px;
}

.sevies_details p{
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #F6F6F6;
  text-align: left;
  margin-bottom: 24px;
}
.btn-blue_border{
  border: 2px solid #00AFFF;
  border-radius: 0px;
  color: #00AFFF;
  text-transform: uppercase;
  padding: 16px 24px;
  height: 61px;
  font-size: 18px;
  font-family: 'Galvji Bold';
  font-weight: 700;
}
.sevies_details{
  padding: 64px 46px;
}
.our_nft_design {
  height: 433px;
  padding: 0px;
  margin-bottom: 40px;
  overflow: unset;
}
.our_nft_design::after{
  content: '';
  background: url(../img/Text_blue_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1388px;
  z-index: -1;
}
.our_nft_design::before{
  content: '';
  background: url(../img/BlockfillL.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 411px;
  z-index: -1;
}
.our_lft_right_img {
  content: '';
  background: url(../img/pngegg-img.png)no-repeat;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 394px;
  height: 538px;
  top: 0;
  transform: translate(-80.3%,-9.5%);
  z-index: 0;
  right: 0;
}
.our_nft_right_img {
  content: '';
  background: url(../img/fight-cartoon.png)no-repeat;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 632px;
  height: 532px;
  top: 0;
  transform: translate(-22.3%,-6.5%);
  z-index: 0;
  right: 0;
}
.our_growth_right_img {
  content: '';
  background: url(../img/our_growth_right_img.png)no-repeat;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 504px;
  height: 517px;
  top: 0;
  transform: translate(-46.3%,-8.5%);
  z-index: 0;
  right: 0;
}
.our_pr_right_img {
  content: '';
  background: url(../img/pr_cartoon.png)no-repeat;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 402px;
  height: 564px;
  top: 0;
  transform: translate(-46.3%,-11.5%);
  z-index: 0;
  right: 0;
}
.our_complete_right_img {
  content: '';
  background: url(../img/funny-cartoon.png)no-repeat;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 402px;
  height: 564px;
  top: 0;
  transform: translate(-46.3%,-11.5%);
  z-index: 0;
  right: 0;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1080px){
  .our_lft_right_img {
    content: '';
    background: url(../img/pngegg-img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 394px;
    height: 538px;
    top: 0;
    transform: translate(-0.3%,-9.5%);
    z-index: 0;
    right: 0;
  }
  .our_growth_right_img {
    content: '';
    background: url(../img/our_growth_right_img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 378px;
    height: 470px;
    top: 0;
    transform: translate(-0.3%,-8.5%);
    z-index: 0;
    right: 0;
  }
  .our_pr_right_img {
    content: '';
    background: url(../img/pr_cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 360px;
    height: 560px;
    top: 0;
    transform: translate(-2.3%,-11.5%);
    z-index: 0;
    right: 0;
  }
  .our_complete_right_img {
    content: '';
    background: url(../img/funny-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 448px;
    height: 516px;
    top: 0;
    transform: translate(-0.3%,-11.5%);
    z-index: 0;
    right: 0;
  }
  .our_nft_right_img {
    content: '';
    background: url(../img/fight-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 376px;
    height: 541px;
    top: 0;
    transform: translate(-1.3%,-12.5%);
    z-index: 0;
    right: 0;
  }
}
@media only screen and (min-device-width: 1081px) and (max-device-width: 1280px){
  .our_lft_right_img {
    content: '';
    background: url(../img/pngegg-img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 394px;
    height: 538px;
    top: 0;
    transform: translate(-26.3%,-9.5%);
    z-index: 0;
    right: 0;
  }
  .our_nft_right_img {
    content: '';
    background: url(../img/fight-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 588px;
    height: 532px;
    top: 0;
    transform: translate(-2.3%,-6.5%);
    z-index: 0;
    right: 0;
  }
  .our_growth_right_img {
    content: '';
    background: url(../img/our_growth_right_img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 504px;
    height: 517px;
    top: 0;
    transform: translate(-7.3%,-8.5%);
    z-index: 0;
    right: 0;
  }
  .our_pr_right_img {
    content: '';
    background: url(../img/pr_cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 374px;
    height: 507px;
    top: 0;
    transform: translate(-6.3%,-7.5%);
    z-index: 0;
    right: 0;
  }
  .our_complete_right_img {
    content: '';
    background: url(../img/funny-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 526px;
    height: 534px;
    top: 0;
    transform: translate(-1.3%,-10.5%);
    z-index: 0;
    right: 0;
  }
}
@media only screen and (min-device-width: 1281px) and (max-device-width: 1349px){
  .our_lft_right_img {
    content: '';
    background: url(../img/pngegg-img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 394px;
    height: 538px;
    top: 0;
    transform: translate(-26.3%,-9.5%);
    z-index: 0;
    right: 0;
  }
  .our_nft_right_img {
    content: '';
    background: url(../img/fight-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 603px;
    height: 541px;
    top: 0;
    transform: translate(-3.3%,-7.5%);
    z-index: 0;
    right: 0;
  }
  .our_growth_right_img {
    content: '';
    background: url(../img/our_growth_right_img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 504px;
    height: 517px;
    top: 0;
    transform: translate(-4.3%,-8.5%);
    z-index: 0;
    right: 0;
  }
  .our_pr_right_img {
    content: '';
    background: url(../img/pr_cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 396px;
    height: 567px;
    top: 0;
    transform: translate(-1.3%,-11.5%);
    z-index: 0;
    right: 0;
  }
  .our_complete_right_img {
    content: '';
    background: url(../img/funny-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 526px;
    height: 534px;
    top: 0;
    transform: translate(-1.3%,-10.5%);
    z-index: 0;
    right: 0;
  }
}
@media only screen and (min-device-width: 1350px) and (max-device-width: 1500px){
  .our_lft_right_img {
    content: '';
    background: url(../img/pngegg-img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 394px;
    height: 538px;
    top: 0;
    transform: translate(-48.3%,-9.5%);
    z-index: 0;
    right: 0;
  }
  .our_nft_right_img {
    content: '';
    background: url(../img/fight-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 628px;
    height: 511px;
    top: 0;
    transform: translate(-7.3%,-5.5%);
    z-index: 0;
    right: 0;
}
.our_growth_right_img {
    content: '';
    background: url(../img/our_growth_right_img.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 504px;
    height: 517px;
    top: 0;
    transform: translate(-10.3%,-8.5%);
    z-index: 0;
    right: 0;
  }
  .our_pr_right_img {
    content: '';
    background: url(../img/pr_cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 402px;
    height: 567px;
    top: 0;
    transform: translate(-5.3%,-11.5%);
    z-index: 0;
    right: 0;
  }
  .our_complete_right_img {
    content: '';
    background: url(../img/funny-cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 496px;
    height: 564px;
    top: 0;
    transform: translate(-11.3%,-11%);
    z-index: 0;
    right: 0;
  }
}
@media only screen and (min-device-width: 1501px) and (max-device-width: 1600px){
  .our_pr_right_img {
    content: '';
    background: url(../img/pr_cartoon.png)no-repeat;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 402px;
    height: 564px;
    top: 0;
    transform: translate(-9.3%,-11.5%);
    z-index: 0;
    right: 0;
  }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1080px){
  .sevies_details {
    padding: 38px 17px;
  }
  .sevies_details {
    padding: 39px 17px;
    max-width: 100%;
    width: 390px;
  }
}

@media only screen and (min-device-width: 1152px) and (max-device-width: 1280px){
  .sevies_details {
    padding: 38px 17px;
    width: 372px;
  }
}
@media only screen and (min-device-width: 1281px) and (max-device-width: 1349px){
  .sevies_details {
    padding: 51px 31px;
    width: 450px;
  }
}
@media only screen and (min-device-width: 1350px) and (max-device-width: 1440px){
  .sevies_details {
    padding: 52px 28px;
  }
}

@media (min-width: 1080px){
  .our_nft_design::after{
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 763px;
    z-index: -1;
  }
  .our_nft_design::before{
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 318px;
    z-index: -1;
  }
}
@media (min-width: 1280px){
  .our_nft_design::after{
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 953px;
    z-index: -1;
  }
  .our_nft_design::before{
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 361px;
    z-index: -1;
  }
}
@media (min-width: 1349px){
  .our_nft_design::after{
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 987px;
    z-index: -1;
  }
  .our_nft_design::before{
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 361px;
    z-index: -1;
  }
}
@media (min-width: 1440px){
  .our_nft_design::after{
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1118px;
    z-index: -1;
  }
  .our_nft_design::before{
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 321px;
    z-index: -1;
  }
}
@media (min-width: 1600px){
  .our_nft_design::after{
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1260px;
    z-index: -1;
  }
  .our_nft_design::before{
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 340px;
    z-index: -1;
  }
}
@media (min-width: 1800px){
  .our_nft_design::after{
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1360px;
    z-index: -1;
  }
  .our_nft_design::before{
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 441px;
    z-index: -1;
  }
}
@media (min-width: 1920px){
  .our_nft_design::after{
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1420px;
    z-index: -1;
  }
  .our_nft_design::before{
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    z-index: -1;
  }
}
@media (min-width: 2160px){
  .our_nft_design::after {
      content: '';
      background: url(../img/Text_blue_bg.png) no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      max-width: 1540px;
      z-index: -1;
  }
  .our_nft_design::before {
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 619px;
    z-index: -1;
  }
}
@media (min-width: 2880px){
  .our_nft_design::after {
      content: '';
      background: url(../img/Text_blue_bg.png) no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      max-width: 1900px;
      z-index: -1;
  }
  .our_nft_design::before {
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 980px;
    z-index: -1;
  }
}
@media only screen and (min-device-width: 1081px) and (max-device-width: 1152px){
  .our_nft_design::before {
    content: '';
    background: url(../img/BlockfillL.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 353px;
    z-index: -1;
  }
  .our_nft_design::after {
    content: '';
    background: url(../img/Text_blue_bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 953px;
    z-index: -1;
  }
}
.take_full_control_content{
  width: 100%;
  max-width: 758px;
}
.take_full_control_content h1{
  font-family: 'Inter';
  font-size: 48px;
  line-height: 70px;
  font-weight: 900;
  color: #00173E;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.take_full_control{
    padding-top: 3rem;
}
.take_full_control_content p {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: justify;
  width: 100%;
  max-width: 609px;
}
.btn-close {
  background: transparent url(../img/x-circle.svg) no-repeat;
}
.add-cart{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #00173E;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 0px;
  height: 86px;
  padding: 14px 20px;
  border: 3px solid #00173E;
  margin-top: 10px;
}
.sevices_modal .modal-title{
  font-family: 'Avenir-Next-Bold';
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: left;
  color: #00173E;
  text-transform: uppercase;
}
.modal_p_left{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  color: #00173E;
  text-decoration: none;
}
.what_p{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  color: #00AFFF;
  text-decoration: none;
  margin-bottom: 16px;
  margin-top: 20px;
}
.ul_left_modal li, .ul_right_modal li{
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #971034;
  text-align: left;
  margin-bottom: 8px;
}
.ul_left_modal ul, .ul_right_modal ul {
  padding-left: 1rem;
}
.modal-content_pading{
  padding: 40px 40px;
}
.custom_modal .form-select{
  border: 1px solid #00173E;
  border-radius: 0px;
  height: 42px;
  margin-bottom: 24px;
  background-image:url(../img/select_from_icon.svg);
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00173E;
}
.custom_modal input.form-select {
    background-image: none;
}
.custom_modal .form-control{
  border: 1px solid #00173E;
  border-radius: 0px;
  height: 40px;
  margin-bottom: 24px;
  background-image:url(../img/select_from_icon.svg);
  background-repeat: no-repeat;
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00173E;
}
.custom_modal #product_total{
  background-image:none;
}
.modal_price_box p{
  background: #00173E;
  height: 45px;
  color: #FBFBF9;
  padding: 8px 15px;
  font-family: 'Galvji Bold';
  font-weight: 700;
  line-height: 29px;
  font-size: 18px;
  margin-bottom: 20px;
}
.set_plan .add-cart {
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #00173E;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 0px;
  height: 86px;
  padding: 27px 20px;
  border: 3px solid #00173E;
  margin-top: 10px;
  width: 100%;
  max-width: 48%;
}
.set_plan .add-cart:hover{
  background: #00173E;
  color: #fff;
}
.btn-white:hover{
 background: transparent;
 border: 2px solid #00173E;
 color: #00173E;
}
.btn-submit:hover{
  background: #00173E;
  color: #fff;
}
.form-select:focus{
  box-shadow: none;
}
.services_from{
  width: 100%;
  max-width: 550px;
  float: right;
}
.services_from .form-control{
  border: 1px solid #00173E;
  border-radius: 0px;
  height: 42px;
  margin-bottom: 16px;
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  background:#F6F6F6;
  color: #00173E;
}
.get_tuoch_form h6{
  font-family: 'Avenir-Next-Bold';
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  color: #00173E;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 4px solid #971034;
  margin-bottom: 16px;
}
.get_tuoch_form{
  padding:0 1rem;
}
.g-recaptcha{
  transform: scale(0.77);
  transform-origin: 0 0;
  margin-left: 14px;
}

.services_from label{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00173E;
  margin-bottom: 8px;
}
.services_from textarea{
  height: 133px !important;
}
.form-control::-webkit-input-placeholder {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00173E;
}
.last_form_img{
  transform: translate(19.7%,15.5%);
}
@media (min-width: 1280px){
  .last_form_img {
    transform: translate(-2.3%,1.5%);
  }
}
@media (min-width: 1349px){
  .last_form_img {
    transform: translate(-2.3%,1.5%);
  }
}
@media (min-width: 1440px){
  .last_form_img {
    transform: translate(-2.3%,1.5%);
  }
}
@media (min-width: 1500px){
  .last_form_img {
    transform: translate(1%,5.5%);
  }
}
@media (min-width: 1600px){
  .last_form_img {
    transform: translate(3%,5.5%);
  }
}
@media (min-width: 1800px){
  .last_form_img {
    transform: translate(3%,5.5%);
  }
}
@media (min-width: 1920px){
  .last_form_img {
    transform: translate(4%,5.5%);
  }  
}
@media (min-width: 2160px){
  .last_form_img {
    transform: translate(5%,5.5%);
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1152px){
  .last_form_img {
    transform: translate(-0.3%,-3.5%);
  }
}
.form-control::-moz-placeholder {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00173E;
}
::-webkit-input-placeholder { /* Edge */
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00173E;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #00173E;

}
.form-checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.form-checkbox input[type="checkbox"] {
  visibility: hidden;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.form-checkbox label:after {
  border: 2px solid #00173E;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 9px;
}
.checkbox-text, .checkbox-text a {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #00173E;
}
.checkbox-text a {
  font-family: 'Avenir-Next';
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(0, 175, 255, 1);
}
.btn-submit{
  border: 2px solid #00173E;
  border-radius: 0px;
  color: #00173E;
  text-transform: uppercase;
  padding: 9px 24px;
  height: 61px;
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  width: 248px !important;
}

.form-checkbox label {
  cursor: pointer;
  height: 16px;
  width: 16px;
  left: 0px;
  position: absolute;
  top: 7px;
  border: 2px solid #00173E;
  box-sizing: border-box;
  border-radius: 2px;
}
.form-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
@media (min-width: 576px){
  .modal-dialog {
      max-width: 659px;
      margin: 1.75rem auto;
  }
}
/* ---------------------------------hover------------------------------------------- */
.btn-blue_border:hover{
  background:  #00AFFF;
  color: #fff;
}
.btn_border_black:hover{
  background: #00173E;
  color: #FFFFFF;
}
/* ---------------------------------------footer------------------------------------------ */
.footer{
  background:#E2EAED;
  padding: 5rem 0 3.5rem;
}
.footer_menu_box{
  position: relative;
}
.footer_menu_box h5{
  font-family: 'Avenir-Next-Bold';
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2px;
  color: #00173E;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 32px;
}
.footer_menu_box p{
  margin-bottom: 24px;
}
.footer_menu_box p a{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: left;
  color:#00AFFF;
  text-decoration: none;
}
.footer_contact_details .add_p{
  font-family: 'Avenir-Next-Bold';
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
  color: #00173E;
  text-transform: capitalize;
  text-align: left;
}
.footer_copy_right p{
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #971034;
  text-align: left;
  margin-top: -19px;
}
.footer_menu_box::after {
  content: '';
  background: #00173E;
  position: absolute;
  height: 3px;
  width: 87%;
  max-width: 100%;
  top: 36px;
}
.footer_menu_box::after {
  content: '';
  background: #00173E;
  position: absolute;
  height: 3px;
  width: 87%;
  max-width: 100%;
  top: 36px;
}
.footer_contact_legals::after {
  content: '';
  background: #00173E;
  position: absolute;
  height: 3px;
  width: 80%;
  max-width: 100%;
  top: 36px;
}
.footer_contact_details::after {
  content: '';
  background: #00173E;
  position: absolute;
  height: 3px;
  width: 100%;
  max-width: 100%;
  top: 36px;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1080px){
  .footer_menu_box h5 {
      font-family: 'Avenir-Next-Bold';
      font-size: 17px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 1px;
      color: #00173E;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 33px;
  }
}
@media only screen and (min-device-width: 1081px) and (max-device-width: 1280px){
  .footer_menu_box h5 {
    font-family: 'Avenir-Next-Bold';
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
    color: #00173E;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 33px;
  }
}
@media only screen and (min-device-width: 1281px) and (max-device-width: 1349px){
  .footer_menu_box h5 {
    font-family: 'Avenir-Next-Bold';
    font-size: 21px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
    color: #00173E;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 32px;
  }
}
/* ---------------------------------------policy------------------------------------------ */
.hambuger-pp{
  background: url(../img/policy_bg.png) no-repeat;
  background-size: cover;
  background-position:center center;
  padding: 12rem 0 4rem;
}
.hambuger-title h2{
  font-family: 'Avenir-Next-Bold';
  font-size: 64px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 20px;
  text-align: center;
  color: #00173E;
  text-transform: uppercase;
}
.privcy-box{
  padding: 20px 12px 0px;
}
.privcy-box p{
  font-family: 'Avenir-Next';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #971034;
  margin-bottom: 24px;
}
/* ---------------------------------------error------------------------------------------ */
.error_bg{
  background: url(../img/error_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 800px;
  margin-top: 0px;
  padding: 22.9rem 0 6rem;
}
.error_content h2{
  font-family: 'Avenir-Next-Bold';
  font-size: 64px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.error_content p{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #DFDFDF;
  margin-bottom: 32px;
  padding: 0px 30px;
}

.error_content .btn{
  font-family: 'Galvji Bold';
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: #fff;
  border-radius: 0px;
  height: 61px;
  padding: 16px 24px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
  .our_lft_right_img {
    display: none;
  }
  .sevies_details {
    padding: 64px 46px;
    width: 486px;
  }
  .how_we_improve {
    width: 100%;
    max-width: 557px;
    float: right;
    margin-right: 0px;
    position: relative;
  }
  .how_we_improve h1 {
    font-family: 'Inter';
    font-size: 33px;
    line-height: 45px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 80px;
  }
  .how_we_improve::before {
    content: '';
    background: rgba(151, 16, 52, 1);
    height: 5px;
    width: 200px;
    position: absolute;
    top: 10rem;
    left: 0px;
  }
  .how_we_improve::after {
    content: '';
    background: #00173E;
    height: 5px;
    width: 146px;
    position: absolute;
    bottom: 3.5rem;
    right: 0px;
  }
  .how_it_works::after {
    display: none;
  }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-radius: 0px;
    background: #00173E;
    color: #fff;
    font-family: 'Galvji Bold';
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    width: 486px;
    max-width: 100%;
    text-align: center;
    height: 45px;
    letter-spacing: 3px;
    margin-bottom: 24px;
  }
  .how_it_works {
    width: 95%;
    max-width: 100%;
    margin: auto;
    padding: 2rem 0;
    overflow: visible;
    margin-bottom: 40px;
  }
  .footer .col-md-3 {
    flex: 0 0 auto;
    width: 47%;
  }
  .services_top {
    height: 560px;
    padding: 12rem 0;
  }

}
@media only screen and (min-device-width: 992px) and (max-device-width: 1079px){
  .nav-link {
      font-family: 'Galvji';
      font-size: 15px;
      font-weight: bold;
      line-height: 100%;
      color: #fff;
      text-align: left;
  }
  .services_content h1 {
      font-family: 'Avenir-Next-Bold';
      font-size: 47px;
      line-height: 100%;
      font-weight: 700;
      letter-spacing: 20px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 24px;
  }
  .footer_menu_box h5 {
      font-family: 'Avenir-Next-Bold';
      font-size: 17px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 2px;
      color: #00173E;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 40px;
  }
  .footer_menu_box p {
      margin-bottom: 10px;
  }
  .footer_menu_box p a {
      font-family: 'Galvji Bold';
      font-size: 14px;
      line-height: 100%;
      font-weight: 700;
      text-align: left;
      color: #00AFFF;
      text-decoration: none;
  }
  .footer_copy_right p {
      font-family: 'Inter';
      font-size: 10px;
      font-weight: 400;
      line-height: 28px;
      color: #971034;
      text-align: left;
      margin-top: -19px;
  }  
  .footer_contact_details .add_p {
      font-family: 'Avenir-Next-Bold';
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0px;
      color: #00173E;
      text-transform: capitalize;
      text-align: left;
  }  
}
@media only screen and (min-device-width: 1080px) and (max-device-width: 1152px){
  .nav-link {
      font-family: 'Galvji';
      font-size: 14px;
      font-weight: bold;
      line-height: 100%;
      color: #fff;
      text-align: left;
  }
  .services_content h1 {
      font-family: 'Avenir-Next-Bold';
      font-size: 47px;
      line-height: 100%;
      font-weight: 700;
      letter-spacing: 20px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 24px;
  }
  .footer_menu_box h5 {
      font-family: 'Avenir-Next-Bold';
      font-size: 17px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 2px;
      color: #00173E;
      text-transform: uppercase;
      text-align: left;
      margin-bottom: 40px;
  }
  .footer_menu_box p {
      margin-bottom: 10px;
  }
  .footer_menu_box p a {
      font-family: 'Galvji Bold';
      font-size: 14px;
      line-height: 100%;
      font-weight: 700;
      text-align: left;
      color: #00AFFF;
      text-decoration: none;
  }
  .footer_copy_right p {
      font-family: 'Inter';
      font-size: 10px;
      font-weight: 400;
      line-height: 28px;
      color: #971034;
      text-align: left;
      margin-top: -19px;
  } 
  .footer_contact_details .add_p {
      font-family: 'Avenir-Next-Bold';
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0px;
      color: #00173E;
      text-transform: capitalize;
      text-align: left;
  } 
  .how_we_improve h1 {
    font-family: 'Inter';
    font-size: 40px;
    line-height: 68px;
    font-weight: 900;
    color: #00173E;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 80px;
  }  
}
@media only screen and (min-device-width: 1080px) and (max-device-width: 1280px){
  .how_we_improve {
    width: 100%;
    max-width: 523px;
    float: right;
    margin-right: 0px;
    position: relative;
  }
  .btn-submit {
    width: 171px !important;
    margin-left: 28px;
  }
}
@media only screen and (min-device-width: 1281px) and (max-device-width: 1349px){
  .how_we_improve {
    width: 100%;
    max-width: 523px;
    float: right;
    margin-right: 0px;
    position: relative;
  }
  .btn-submit{
    width: 182px !important;
    margin-left: 21px;
  }
}

.privcy-box-content h4{
    font-family: 'Avenir-Next-Bold';
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
    color: #00173E;
    text-transform: uppercase;
    text-align: left;

}
.privcy-box-content li{
    font-family: 'Avenir-Next';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #971034;
}
@media only screen and (min-device-width: 1350px) and (max-device-width: 1440px){
    .btn-submit{
        width: 235px !important;
    }
}

.modal_price_box input{
    background: #00173E;
    height: 45px;
    color: #FBFBF9;
    padding: 8px 15px;
    font-family: 'Galvji Bold';
    font-weight: 700;
    line-height: 29px;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0px 13px;
    border:0px;
}
.currency_icon{
    color: #fff;
    position: relative;
    left: 8px;
    font-family: 'Galvji Bold';
    font-weight: 700;
    line-height: 29px;
    font-size: 18px;
}