/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
  margin: 0;
  font-family: 'Barlow', sans-serif;
}
.page-center{
  max-width: 1248px;
  margin: 0 auto;
  width: 100%;
  float: none; 
  padding: 0px 20px 0px;
  box-sizing: border-box;
}
.page-center-1040{
  max-width: 1040px;
  margin: 0 auto !important;
  width: 100% !important;
  float: none !important; 
  padding: 0px 20px 0px;
  box-sizing: border-box !important;
}
.page-center-1035{
  max-width: 1035px;
  margin: 0 auto !important;
  width: 100% !important;
  float: none !important; 
  padding: 0px 20px 0px;
  box-sizing: border-box !important;
}
.page-center-1300{
  max-width: 1300px;
  margin: 0 auto !important;
  width: 100% !important;
  float: none !important; 
  padding: 0px 20px 0px;
  box-sizing: border-box !important;
}

h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  font-family: 'Barlow', sans-serif;
}
a, ul li, ol li{
  font-family: 'Barlow', sans-serif;
}
.footer{
justify-content:center;
 
}
.footer-copyrights{
letter-spacing: -0.15px;
color: #7E8A96;
  text-align: right;
  font-weight:400;
  color:#7E8A96;
  font-size:14px;
  line-height:17px;
}

.navbar .hs-menu-wrapper ul {
list-style-type: none;
/*   margin: 0;
  padding: 0; */
display: flex;
align-items: center;
justify-content: center;
}

/* .navbar .hs-menu-wrapper ul li{
float:left;
} */

.navbar .hs-menu-wrapper ul li a{
color: #135188;
text-align: center;
padding:20px;
text-decoration: none;
  font-size:18px;
  font-weight:600;
  line-height:22px;
}

.navbar .hs-menu-wrapper ul li:last-child a{
color:#fff;
background-color:#008ACD;
padding:7px 18px;
border-radius:6px;
}
.footer-container-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
}
.header-text{
color:#008ACD;
  font-size:30px;
  line-height:36px;
  text-align: right;
  font-weight:500;
}
.header-container-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Mobile Menu */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* 2023 Landing Page */

.find-talent-banner-outer {
  background: #0A4599;
}
.marketplace-outer {
  background-color: unset !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -40px;
}
.marketplace-outer .logo-wrapper-outer .logo-wrapper-inner {
  margin-bottom: 0;
  max-width: 120px;
  padding: 0 20px;
  height: 54px;
  align-items: center;
  display: flex;
}
.marketplace-outer .logo-wrapper-outer .logo-wrapper-inner img {
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.marketplace-outer .logo-wrapper-outer .logo-wrapper-inner img:hover {
  filter: grayscale(0%);
}
.marketplace-outer .image-logos {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 1px 5px #0000001a;
  padding: 20px 0;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
      .custom-menu-primary .hs-menu-wrapper {
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.                    
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 1024px){


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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 40px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    box-sizing:border-box;
    background: transparent; /* Background color */
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    color: #000000;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: transparent;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: transparent;
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 26px; /* Icon line width */
    height: 2.5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -7px; /* Position top line */
    height:2.5px !important;
  }
  .mobile-trigger i:after{
    top: 7px; /* Position bottom line */
    height:3.5px !important;
    content: none;
  }
 
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #4A5FAA; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    /*border-left: 1px dotted rgba(255, 255, 255, .20);*/
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

   
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled {
        position: absolute;
        padding-top: 0px;
        margin: 0px 0 0px 0;
        top: 0;
        width: 100%;
        left: 0;
        min-height: 0;
    }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 90px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 10px 0;
    z-index:99999;
    margin: 30px 0px;
    
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .header-logo img.hs-image-widget {
    width: 250px !important;
    height: auto !important;
  }
  .header-inner .row-fluid-wrapper .row-fluid {
    display: block;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 {
    padding: 10px 20px;
    text-align: left;
    display: block;
    border:none !important;
    box-sizing: border-box;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 a {
    font-size: 14px;
    color: #fff !important;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 ul li a {
    font-size: 12px;
    text-align: left;
  }
  .header-menu .hs-menu-wrapper ul li.hs-menu-depth-1 ul li {
    border:none !important;
    padding: 8px 0 5px;
  }
  .custom-menu-primary ul.hs-menu-children-wrapper{
   padding:10px 0;
  }
  .mobile-open .mobile-trigger i:after{
    content:none !important;
  }
  .mobile-trigger i,.mobile-trigger i:before{
    transform: rotate(0deg);
    transition: .8s all;
  }
  .mobile-open .mobile-trigger i{
    transform: rotate(47deg);
    transition: .8s all;
  }
  .mobile-open .mobile-trigger i:before{
    transform: rotate(-96deg);
    transition: .8s all;
    top: 0px;
  }
}
@media (max-width: 930px){
  .header-text {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
/* LOGO WITH TEXT HEADER STARTS */
@media (max-width: 768px){
.footer-logo {
text-align: center;
padding-bottom: 10px;
}
.footer-copyrights {
text-align: center;
}
 .header-flex>.row-number-4>.row-fluid {
  display: block;
}
/* .gigcx-logo {
flex: 0 45%;
}
.header-text {
  flex: 0 50%;
  font-size:16px !important;
  line-height:20px !important;
  } */
  .header-text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
}
}
/* LOGO WITH TEXT HEADER ERNDS */
@media(max-width:767px){
  .footer-container-wrapper{
    padding-top:45px;
  
  }
}
@media(max-width: 480px){
  .header-text {
    font-size: 14px!important;
    line-height: 20px!important;
    text-align: left !important;
    flex: 0 100%;
  }
  .gigcx-logo {
    flex: 0 100%;
}    
}