@font-face {
  font-family: 'Raleway';
  src: url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewaySemiBold.eot');
  src: url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewaySemiBold.eot') format('embedded-opentype'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewaySemiBold.woff2') format('woff2'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewaySemiBold.woff') format('woff'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewaySemiBold.ttf') format('truetype'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewaySemiBold.svg') format('svg');
  font-weight: 600;
}


@font-face {
  font-family: 'Raleway';
  src: url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewayRegular.eot');
  src: url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewayRegular.eot') format('embedded-opentype'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewayRegular.woff2') format('woff2'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewayRegular.woff') format('woff'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewayRegular.ttf') format('truetype'),
    url('https://6406677.fs1.hubspotusercontent-na1.net/hubfs/6406677/XPO%20feb%202024/Font/Raleway/RalewayRegular.svg') format('svg');
  font-weight: 400;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



*,*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  outline: none;
  
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type:none;
}

img {
  height: auto;
  max-width:100%;
}

body {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0;
  color: #000000;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 10px;
}

.page-center{
  /*   width:100%; */
  max-width:1230px;
  margin:0 auto;
  padding:0 15px;
}

h1,.h1{
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px; 
  text-transform: uppercase;
}
h2,.h2{
  color: #232323;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  text-transform: capitalize;
}
h3,.h3{
  color: #CB333B;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  text-transform: capitalize;
}
h4,.h4{

}
h5,.h5{

}
h6,.h6{
  color: #CB333B;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}
p{
  color: #232323;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.p-16{
    
 font-size:18px; 
}

a {
  color: #232323;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; 
  text-decoration:none;
}
a:hover,
a:focus {
  opacity:0.8;
  outline: 0;
}

.button, .primary{
  color: #FFF;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background:  #CB333B;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
}
.button:hover, .button:active,
.button:focus {
  background:  #BF1616 .5;
}
.primary:hover, .primary:active,
.primary:focus {
  background:  #BF1616 .5 !important;
}

.d-flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

p.small, p > a{
  font-size:14px;
}

.footer{
  background-color:#F2F2F2;
  padding:24px 20px 20px;
  text-align:center;
}

.footer p{
  margin:0;
  line-height:20px;
  color:#000;
}
.footer p a{
  text-decoration:underline;
}

/* ==============  form  =============  */
input,
textarea,
select{
  border: 1px solid #CCC;
  background:  #FFF;
  width:100%;
  height:40px;
  font-size:16px;
}
label{
  color:  #232323;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; 
}
input.hs-button{
  height:auto;
}
label.hs-error-msg{
  color:#BF1616;
}




@media only screen and (max-width:1199px){

  /* ==============///////////////////////  header  //////////////////////////////////=============  */


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  /* Toggle Button
  ========================================================================== */

  a.mobile-trigger-new {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 23px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: 34px; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 4px;
    /*     background: #000; /* Background color */ */
    background-color:#F2F2F2;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
  }

  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #BF1616;
    border-color: #BF1616 !important;
  }

  a.mobile-trigger-new span{
    display: inline;
  }

  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }

  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
    -moz-transition:background-color 0.2s linear; /* Button color transition effect */
    transition:background-color 0.2s linear; /* Button color transition effect */
    background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }


  /* Toggle Button Icon & Animations
  ========================================================================== */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 20px; /* Icon line width */
    height: 2.5px; /* Icon line height */
    /* Icon color */
    background-color:  #CB333B ;
    display: inline-block;
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /* Child Toggle Button
  ========================================================================== */

  a.child-trigger-new {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 147px;
    right: 0px;
    width: 39px !important;
    min-width: 38px !important;
    height: 40px !important;
    padding: 0 !important;
    border: 2px solid rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
  ========================================================================== */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #BF1616; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  .custom-menu-primary-new .hs-menu-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#F2F2F2;
    position: fixed;
    z-index: 99999;
    padding-top: 70px;
    width: 100%;
    display: none;
  } 

  .hs-menu-children-wrapper{
    background-color:#fff;
  }


  ul.hs-menu-children-wrapper {
    display: unset;
  }
  .hs-menu-children-wrapper a{
    color:000;
  }

  .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    border: none;
    padding: 20px 0;
  }

  .navbar ul li:last-child{
    max-width:230px;
    margin:0 auto;
  }

  .page-header .navigation{
    padding:25px 0;
  }

  /*   .hs-menu-depth-1{
  background-color:#fff;
} */
  .navbar ul{
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .navbar ul li{
    padding:15px 0;
  }
}

/*  ==================================////////////////////////////////  767  /////////////////////////////================  */

@media only screen and (max-width:767px){
  h1,.h1{
    font-size: 32px;
    line-height: 40px; 
  }
  h2,.h2{
    font-size: 24px;
    line-height: 32px; /* 125% */
  }
  h3,.h3{
    font-size: 24px;
    line-height: 32px;
  }
  h4,.h4{

  }
  h5,.h5{

  }
  h6,.h6{
    font-size: 16px;
    line-height: 20px;
  }
  p{
    font-size: 16px;
    line-height: 24px;
  }
}