/* @import url("https://fonts.cdnfonts.com/css/avenir"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*@import url("https://fonts.cdnfonts.com/css/mont");*/
/* ============================================================== 
     # Reset Browsers
=================================================================== */
/* @font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Regular.woff2") format("woff2"),
    url("../fonts/Mont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.wrapper {
  height: 100%;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

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

a:hover {
  outline: none;
  text-decoration: none;
  opacity: 1;
}

button {
  outline: medium none;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

b {
  font-weight: 800;
}

strong {
  font-weight: 800;
}

.row {
  --bs-gutter-x: 30px;
}

.zero-space {
  font-size: 0;
  width: 0;
  display: inline-block;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif!important;
}

a,
.btn,
button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
}

dl, ol, ul {
    font-family: "Montserrat", sans-serif;
}

p {
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

/* ============================================================== 
    # Helper CSS
=================================================================== */

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 95%;
    width: 95%;
  }

  .box-layout {
    width: 94%;
    margin: auto;
    border-radius: 30px;
  }
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1199px) {
  .container-fill {
    padding: 0 15px;
    width: 100%;
  }
}

@media only screen and (min-width: 1367px) {
  .container-stage {
    margin-left: calc((100% - 1250px) / 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  
  .row {
    --bs-gutter-x: 1.5rem;
  }

}

.bg-cover {
  background-position: bottom !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */

.banner-area {
  /* background-color: #000; */
  background: #131E29;
  background: linear-gradient(143deg, rgba(19, 30, 41, 1) 55%, rgba(204, 4, 72, 1) 100%);
  padding-top: 80px;
  z-index: 1;
}

.banner-style h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  text-align: center;
}

.banner-style p {
  margin-top: 27px;
  font-size: 22px;
  margin-bottom: 27px;
}

nav.navbar.mobile-sidenav.navbar-sticky.navbar-default.validnavs.navbar-fixed.sticked .container.d-flex.justify-content-between.align-items-center {
    border-bottom: 0px solid #fff;
    padding-bottom: 0px!important;
}

.chat-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.section-heading {
  padding: 38px 0px;
  background: #fff;
}

.chat-button {
    background-color: #ff0055;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 100px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
}

.chat-button img {
    width: 28px;
}

.featured-post-section {
  /* display: none; */
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.usa-today-wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}

.usa-today-wrap h2{
  margin-bottom: 0;
  font-size: 1.65rem;
}

.usa-today-wrap a{
  color: #000;
}

.usa-today-wrap img {
  max-width: 130px;
  opacity: 0.92;
  /* margin-left: 10px; */
}

a.chat-button-white:hover {
    background: #ff0055;
    border-color: #ff0055;
}

.chat-button:hover {
  background-color: #000;
  color: #fff;
}

.chat-button-section {
  margin-top: 20px;
}

.legal-information .service {
    padding: 22px;
    text-align: center;
}

.legal-information h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #000;
}

.legal-information h3 {
  font-size: 36px;
  color: #000;
  text-align: center;
  margin-top: 17px;
}

.legal-information p {
    font-size: 20px;
    color: #000;
    margin-bottom: 17px !important;
    border-radius: 25px;
    line-height: 30px;
}

.prioritize-ethical-section {
    background: #131D28;
}

.prioritize-ethical-section .card.ethical-card h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.prioritize-ethical-section .card.ethical-card {
    background: #DCDDDF;
    border-radius: 30px;
    padding: 100px 40px 100px 40px;
}

.prioritize-ethical .first-paragraph {
    font-size: 18.3px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-bottom: 0px;
    color: #fff;
}

.prioritize-ethical .second-paragraph {
  font-size: 15px;
  padding-top: 41px;
  border-bottom: 2px solid #000;
  padding-bottom: 41px;
  margin-bottom: 0px;
}

.prioritize-ethical h3 {
  font-size: 23.3px;
  padding-top: 34px;
  border-top: 2px solid #000;
  margin-bottom: 0px;
}

.prioritize-ethical {
    padding-left: 50px;
    display: flex;
    align-items: center;
}

.chat-button-white {
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid;
  font-family: 'Montserrat', sans-serif !important;
}

.chat-button-white:hover {
  color: #fff;
}

.help-your-choice-section {
    background: #131E29;
    background: linear-gradient(143deg, rgba(19, 30, 41, 1) 55%, rgba(204, 4, 72, 1) 100%);
}

.help-your-choice-section h2, .help-your-choice-section p, .help-your-choice-section h3, .help-your-choice-section h4 {
    color: #fff;
}

.help-your-choice-section .sub-heading {
  letter-spacing: -0.5px;
}

.help-your-choice-section .card {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    background: transparent;
}


.help-your-choice-section .card p {
    font-size: 15px;
}
  
.who-we-are {
   padding: 60px 0;
}

.who-we-are h2 {
  font-weight: 700;
}

.partner-logo {
    gap: 30px;
}

.who-we-are .team-img {
  border-radius: 10px;
  max-width: 100%;
}

.logos-area {
  overflow: hidden;
}

.logos-area img {
  max-width: 25%;
}

.marquee-container {
  margin-bottom: 35px;
}

.marquee {
  display: flex;
  margin: 15px 0;
  position: relative;
  user-select: none;
}

.track {
  display: flex;
  gap: 15px;
  position: relative;
}

.left {
  animation: marquee-left 80s linear infinite;
}

.right {
  animation: marquee-right 80s linear infinite;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

ul.nav.navbar-nav.navbar-center img {
    width: 25px;
}

.marquee .content a {
    color: #333;
}

.marquee .content {
    background: white;
    color: #333;
    padding: 22px 10px!important;
    border-radius: 17px;
    margin: 0 5px;
    transition: all 0.3s ease;
    width: 220px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.marquee .content:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  /* cursor: pointer; */
}

.marquee:hover .track {
  animation-play-state: paused;
}

nav.navbar ul.nav>li>a {
    font-family: "Montserrat", sans-serif!important;
}

/* ============================================================== 
    # Footer
=================================================================== */

.footer-social li a {
    display: flex;
    margin-bottom: 20px;
    gap: 20px;
    align-items: center;
    font-size: 16.7px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif!important;
    color:#000;
}

.footer-social li a:hover {
    color:#e7004c;
}

footer .last-item img {
  padding-left: 80px;
}

footer .middle-item {
  padding-left: 35px;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
}

/* Footer Bottom */
.footer-bottom {
  border-bottom: 50px solid #131d28;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.footer-bottom h4 {
    font-size: 19.7px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.footer-social ol, .footer-social ul {
    padding-left: 0;
    list-style-type: none;
}

footer .footer-bottom p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.footer-bottom .terms-area {
  margin-top:15px;
}

  nav.navbar.with-bg-color {
    padding-top: 10px !important;
  }

  .navbar.with-bg-color .container.d-flex.justify-content-between.align-items-center {
    border-bottom: 0px solid #fff;
    padding-bottom: 0;
  }
/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader.gif) center no-repeat #fff;
  text-align: center;
}

.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-bottom {
  padding-bottom: 121px;
}
.default-padding-top {
  padding-top: 76px;
}

nav.navbar {
  padding-top: 20px !important;
}

nav.navbar.mobile-sidenav.navbar-sticky.navbar-default.validnavs.navbar-fixed.sticked .navbar-brand>img {
    height: 55px;
}

.navbar-nav i.fa.fa-phone {
  transform: rotate(90deg);
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  color: #2d232e;
  font-size: 19px;
  margin-right: 8px;
}

.navbar i.fa.fa-bars {
  font-size: 30px;
}

nav.navbar.mobile-sidenav.navbar-sticky.navbar-default.validnavs.navbar-fixed.sticked {
    padding-top: 10px !important;
}

.footer-bottom a {
    color: #e7004c;
    text-decoration: underline;
}

.ethical-card p.disclaimer-text {
    background: #131e29;
    color: #fff;
    padding: 0;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
}

footer .last-item {
    padding-left: 35px;
}

.chat-button img {
    margin-right: 10px;
}

header a img {
    margin-right: 15px;
}

.chat-button-white img {
    width: 25px;
    margin-right: 10px;
    transform: translateY(-0.5px);
}

.our-videos-section {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our-videos-page-section {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 40px;
}
/* ============================================================== 
    # Responsive CSS
=================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Banner Two */
  .banner-style h2 {
    font-size: 80px;
    margin-bottom: 30px;
  }

  .banner-area {
    height: auto;
    padding: 0;
  }

  .banner-style .content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .banner-style h2 strong {
    margin-top: 5px;
    display: block;
  }

  .banner-shape-right-bottom {
    width: 20%;
    height: auto !important;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .prioritize-ethical {
    padding-left: 50px;
  }

  nav.navbar {
    padding-top: 0px !important;
  }
  nav.navbar.validnavs.navbar-fixed {
    position: absolute;
    background: transparent;
}

ul.nav.navbar-nav.navbar-center {
    margin-top: 80px;
}
header a img {
    margin-right: 0;
}
  br {
    display: none;
  }
}

@media (min-width: 100px) and (max-width: 570px) {

	.chat-button {
		font-size: 16px;
	}

	.chat-button-white {
		font-size: 16px;
    padding: 10px 25px;
	}

	.banner-area .chat-button {
		font-size: 16px;
	}

  .featured-post-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .usa-today-wrap h2 {
      font-size: 1.1rem;
  }

  .usa-today-wrap img {
    max-width: 100px;
  }

}

@media (min-width: 220px) and (max-width: 767px) {
    a.navbar-brand {
        margin-right: 10px;
    }
    
    footer .middle-item {
        padding-left: 15px;
        border-left: 0px solid #000;
        border-right: 0px solid #000;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .banner-style h2 {
        font-size: 40px;
    }

    .banner-style p {
        font-size: 20px;
        letter-spacing: -.5px;
    }

	br {
		display: none;
	}

	.mb-m-5 {
		margin-bottom: 20px;
	}

	nav.navbar.validnavs.mobile-sidenav
		.navbar-collapse.collapse.collapse-mobile {
		background: #000;
	}

	nav.navbar.validnavs .navbar-collapse.collapse button i {
		color: #fff;
	}

	nav.navbar {
		padding-top: 0px !important;
	}

	.prioritize-ethical {
		padding-left: 15px;
		margin-top: 50px;
	}

	footer .last-item img {
		padding-left: 0;
	}

	.navbar .container.d-flex.justify-content-between.align-items-center {
		padding-bottom: 0;
	}

	.banner-style h2 {
		margin-top: 0px;
	}

	a.navbar-brand {
		position: absolute;
		right: 0%;
		left: auto !important;
		transform: translate(-0%, -50%);
		top: 50%;
	}
	
	.partner-logo {
		flex-wrap: wrap;
    justify-content: center;
	}

  .partner-logo img {
		max-width: 100%;
	}
	
	ul.nav.navbar-nav.navbar-center {
		margin-top: 80px;
	}
	
	header {
		background: #000;
	}
	
	nav.navbar.validnavs .navbar-toggle i {
		font-weight: 300;
		color: #fff;
	}
	
	footer .last-item {
		padding-left: 15px;
	}
	
	.chat-buttons {
		gap: 30px;
	}
	
	.legal-information {
		text-align: center;
	}
	
	.default-padding-bottom {
		padding-bottom: 40px;
	}

  .banner-area {
    padding-top: 150px;
  }

  .askzaf-area {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .marquee .content {
    padding: 11px 11px;
    white-space: nowrap;
    width: unset;
  }

  .track {
    gap: 2px;
  }

  .step-number img {
    max-height: 70px;
  }

  .our-videos {
		justify-content: flex-start!important;
	}

}
