/* Menu */
@import url('https://fonts.googleapis.com/css2?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');


body{    
    font-family: Roboto, sans-serif !important;
    padding: 0;
    margin: 0; 
}


.glamenu-logo{
    display: none;
   width: 55%;
}
.logo.head{
    width: 60%;
}
.ip-menu-wrapper{
    box-shadow: 0px 3px 5px #ccc;
    padding: 10px 0px;
    
}
.ip-menu-content{
    max-width: 1280px;
    margin: 0 auto;
}
/* Flex css */
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
    position: relative;
    left: 50px;
}
.add-mrgn-right-gla .flex-grow-1{
    left: auto !important;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
/* Flex ends */

.ip-navbar{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ip-navbar li{
   display: inline-block;
}
.ip-navbar li a{
    color: #000;   
    padding: 19px 24px;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    -webkit-text-stroke: 0.01px rgb(69, 69, 69);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    -webkit-font-smoothing: antialiased;
}
.ip-navbar li a:hover{
   background: #F3E4D2;
}
.ip-navbar li a.active{
    background: #F3E4D2;
}
.ip-navbar .ip-menu-line .ip-menu-line-sm{
    border-left: 2px solid #000;
}
.ip-navbar .ip-menu-btn .ip-menu-free-btn{
    font-size: 14px;
    color: #fff;   
    padding: 11px 0 !important;
    text-decoration: none;
    display: inline-block;
    background: #242424;
    border-radius: 100px;
    width: 175px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 1px solid rgb(36, 36, 36);
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s;
    letter-spacing: 0.2px;
}
.ip-menu-outline-org{
    margin-right: 7px;
}
.ip-menu-outline-org .login{
    width: 93px !important;
}
.ip-menu-outline-org .ip-menu-outline-btn{
    font-size: 14px;
    color: #ff7624;   
    padding: 11px 0 !important;
    text-decoration: none;
    display: inline-block;
    background: #fef4ea;
    border-radius: 100px;
    width: 140px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border: 1px solid #ff7624;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s, color 0.3s ease 0s;
    letter-spacing: 0.2px;
}
.ip-menu-outline-org .ip-menu-outline-btn:hover{
    background-color: #ffebd8;
    border: 1px solid #ff7624;
}
.ip-navbar .ip-menu-btn .ip-menu-free-btn:hover{   
    color: #e25e12;    
}

.ip-sub-menu-box{
    width: 690px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    padding: 25px;
    position: absolute;
    box-shadow: 0 0 20px #ccc;
    padding-left: 55px;
}
.ip-sm-title{
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    padding-bottom: 15px;
}
.ip-sm-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ip-sm-list li{
    
}
.ip-sm-list li a{
    text-decoration: none;
    display: inline-block;
    margin: 6px 0 6px; 
    width: 230px; 
    padding: 7px; 
    border-radius: 5px;
}
.ip-sm-list li a:hover{
    background: #F3E4D2;
}
.ip-sm-list li a.active{
    background: #F3E4D2;
}
.ip-early-access{
    font-size: 7px;
    font-weight: 700;
    line-height: 12px;
    color: rgb(0, 168, 28);
    border: 0.64px solid rgb(0, 168, 28);
    background-color: rgb(220, 252, 231);
    position: absolute;
    right: -60px;
    top: -3px;
    border-radius: 50px;
}
.ip-sm-list li a .ip-sm-list-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    display: block;
} 
.ip-sm-list li a .ip-sm-list-desc{
    font-size: 11.5px;
    font-weight: 400;
    line-height: 16px;
    color: #646464;
    display: block;
} 
.ip-flex-wrap{
    display: flex;
    gap: 10px;
    margin-bottom: 0 !important;
}
.ip-flex-content-txt{
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    color: rgb(0, 0, 0);
    position: relative;
    cursor: pointer;
}
.ip-flex-content-txt:hover{
    color: rgb(255, 118, 36);
}
.mt-20{
    margin-top: 20px;
}
/* resource css */
.ip-sm-list.resource{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ip-sm-list.resource li{
    
}
.ip-sm-list.resource li a{
    text-decoration: none;
    display: inline-block;
    margin: 10px 0 10px; 
    width: 274px; 
    padding: 7px; 
    border-radius: 5px;
}
.ip-sm-list.resource li a:hover{
    background: #F3E4D2;
    width: 274px;
    padding: 7px; 
}
.ip-sm-list.resource li a.active{
    background: #F3E4D2;
    padding: 7px; 
}
.ip-sm-list.resource li a .ip-sm-list-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    display: block;
} 
.ip-sm-list.resource li a .ip-sm-list-desc{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #646464;
    display: block;
} 

/* resource css end */



.ip-sub-menu-box.ip-plateform{
    left: 195px !important;
    top: 77px;
    z-index: 100;
}
.ip-sub-menu-box.ip-plateform .ip-arrow{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    margin: -41px 0px 0px 305px;
}

.ip-sub-menu-box.ip-solution{
    left: 100px;
    top: 77px;
    z-index: 100;
}
.ip-sub-menu-box.ip-solution .ip-arrow{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    margin: -41px 0px 0px 245px;
}

.ip-sub-menu-box.ip-resources .ip-arrow{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    margin: -41px 0px 0px 255px;
}
.ip-et-box{
    background: #F2F8FE;
    padding: 25px;
}
.ip-ep-title{
    margin: 0px 0px 20px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: rgb(81, 81, 81);
}
.ip-et-box img{
    cursor: pointer;
    margin-top: -3px;
    margin-left: -15px;
    width: 329px;
}
.gp-70{
    gap:70px;
}
.ip-et-box {
    width: 325px;
    margin-bottom: 20px;
}
.ip-ep-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #646464;
    display: block;
    margin-bottom: 10px;
}
.ip-ep-link a{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #4B59DD;
    display: block;
    text-decoration: underline;
}
.ip-ep-link a:hover{
    text-decoration: none;
}
.gla-heading{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.gla-desc{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #646464;
    display: block;
    width: 200px;
}
.gla-img{
    margin: 0 15px 0 0;
}

.ip-sm-list.ip-gla-list li{    
    display: inline-block;
    margin-right: 50px;
}
.ip-sub-menu-box.ip-resources {
    left: 412px !important;
    top: 77px;
    width: 815px;
    padding: 25px 15px !important;
    z-index: 100;
}
.ip-sub-menu-box.ip-solution {
    left: 140px !Important;
    top: 77px;
    width: 794px;
}

.mob-hiden{
    display: none;
}
.rdt-menu-e.rdt-menu-1-e{
		display : none;
		}
.logo.menu{
    display: none;
}

.ip-menu-wrapper.mobile{
    display: none;
}

.gl-body-content{    
    min-height: 500px;
} 


/* footer star */
.gla-footer-wrapper{
    
    height: auto;
    padding-top: 55px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 34px;
}
.gl-footer-wrapper{
    background-color: #555C67;
}
.gl-footer-content{
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 0 25px;
}
.gl-footer-box{
    margin-right: 50px;
    width: 165px;
}
.gl-footer-box h3{
    color: #F9F9F9;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-style: normal;
    border-bottom: 0.5px solid #a5a5a5;
    padding-bottom: 12px;
}
.gl-footer-box ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.gl-footer-box ul li{
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}
.gl-footer-box ul li a{
    color: #ECECEC;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.8px;
    font-style: normal;
}
.gl-footer-box ul li a:hover{
    color: #fff;
   
}
.gl-footer-main-box{

}
.solution-box{
    width: 190px;
}
.team-box{
    width: 185px;
}
.company-box{
    width: 110px;
}
.resource-box{
    width: auto !important;
    margin-right: 0 !Important;
}
.gla-flex-ul{
    display: flex;
}
.gl-sl-heading{
    color: #ECECEC;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
}
.gl-sl-heading.gl-by-team{
    margin-top: 50px;
}
.gl-sl-heading.gl-od{
    margin-top: 50px;
}
.gl-fl-us{
    color: #F9F9F9;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 25px 0 15px 0px;

}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.gl-copy-right{
    color: #F9F9F9;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.gl-footer-icon a{
    display: inline-block;
    margin-right: 30px;
}
.d-grid{
    display: grid;
    grid-template-columns: 0.7fr 1fr 0.7fr;
}
.d-grid-header{
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgb(0, 0, 0);
    position: relative;
    padding: 10px;
    cursor: pointer;
    margin: 15px 0;
}
.d-grid-header1{
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgb(0, 0, 0);
    position: relative;
    padding: 10px;
    text-wrap: nowrap;
    margin: 15px 0;
}
.d-grid-container{
    display: flex;
    gap: 5px;
    margin-left: 10px;
}
.d-grid-header-10{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgb(0, 0, 0);
    position: relative;
    padding: 10px 10px 10px 2px;
    cursor: pointer;
}

.coming-soon-btn{
    position: absolute;
    font-size: 9px;
    top: -4px;
    right: -68px;
    width: 78px;
    height: 25px;
    border: 1px solid rgb(242, 101, 27);
    border-radius: 12px;
    background-color: rgb(255, 246, 243);
    color: rgb(242, 101, 27);
    text-align: center;
    font-weight: 700;
}










/* media query */
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px){

    .ip-menu-content {
        display: none;
}
.ip-menu-wrapper.mobile{
     display: block; 
}
.ip-menu-content.mobile{
    max-width: 1280px;
    margin: 0 auto;
    display: block; 
}
.glamenu-logo {
    display: block;
    width: 45%;
}
.glamenu-logo img {
    width: 75%;
}

.glamenu-logo.mob{
    margin-right: 42px;
}
.glamenu-logo.mob img{
    width: 100%;
    position: relative;
    right: -15px;
    top: 8px;
}

.ip-navbar li {
    display: block;
}
.ip-navbar {
    list-style-type: none;
    padding: 5px;
    margin: 0px;

}
.ip-navbar li a {
    font-size: 12px;
    color: #000; 
    padding: 10px 0px;
    text-decoration: none;
    display: inline-block;
}
.ip-navbar .ip-menu-btn .ip-menu-free-btn {
    font-size: 30px;
}
.ip-navbar ul li{
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.ip-navbar li a.active {
    background: none;
}
.menu-plus{
    float: right;
}
.menu-plus img{
    width: 242%;
    position: relative;
    right: 20px;
    top: 15px;
}
.bg-list{
    background: #e5d9d9;
}

.mob-hiden{
    /* display: block; */
}
.ip-menu-wrapper {
    box-shadow: 0px 3px 5px #ccc;
    padding: 0px 0px;

}

.accordion.menu {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #e3d7d7;
  }
  
  .active, .accordion.menu:hover {
    background-color: #FF7624; 
  }
  
  .panel.menu {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .ip-navbar li a:hover {
    background: #F3E4D2;
    padding: 10px 10px;
}
.ip-navbar li a{
    padding: 5px 0px;
}
.plus-icon{
    float: right;
}
.logo menu{
    display: block;
}
.logo.menu{
    display: block;
}
.logo.menu{
    width: 55%;

}


.gl-footer-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 50px;
}
.gl-footer-box {
    margin-right: 0px;
    width: 100%;
    
}
.gl-footer-main-box .d-flex.flex-row{
    flex-direction: column-reverse!important;
}
.gl-footer-main-box {
    width: 76%;
    margin: 0 auto;
}
.gl-sl-heading.gl-od {
    margin-top: 15px;
}
.gl-sl-heading.gl-by-team {
    margin-top: 15px;
}
.gl-fl-us{
    text-align: left;
    width: 76%;
    margin: 0 auto;
    padding: 25px 0 15px 0px;
}
.gl-ft-icon-box{
/*
    position: relative;
    left: 115px;
*/
    width: 76%;
    margin: 0 auto;
    padding: 15px 0;
}
.gl-copy-right{
    position: absolute;
    margin: 65px 0 0 48px;
}
.ip-menu-wrapper.mobile {
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #fff;
}
.gl-body-content {
    min-height: 100px;
    margin-top: 60px;
    padding: 25px;
}
	.mob-hiden{
		display : none !important;
	}
	.rdt-menu-e.rdt-menu-1-e{
		display : none;
		}


}

@media screen and (max-width: 1280px){

    .ip-sub-menu-box.ip-solution{
        left: 60px;
    }
    .ip-sub-menu-box.ip-plateform {
        left: 117px !important;
    }
    .ip-sub-menu-box.ip-resources{
        left: 325px !important;
    }
    .gl-footer-box {
        width: 134px;
    }
    .content-center{
        display: flex;
        justify-content: center;
    }

}

@media screen and (min-width: 1400px){
    

    .ip-sub-menu-box.ip-solution {
        left: 220px !important;
    }
    .ip-sub-menu-box.ip-plateform {
        left: 280px !important;
    }
    .ip-sub-menu-box.ip-resources{
        left: 490px !important;
    }
}
@media (min-width: 1524px) and (max-width: 1920px){
		.rdt-menu-e.rdt-menu-1-e{
		display : none !important;
		}
    .ip-sub-menu-box.ip-solution {
        left: 315px !important;
    }
     .ip-sub-menu-box.ip-plateform {
        left: 370px !important;
    }
    .ip-sub-menu-box.ip-resources {
        left: 575px !important;
    }

}







.rdt-menu-e {
    position: absolute;
	z-index:1000
  }
  .rdt-menu-1-e{
    width: 100%;
  }

  .rdt-menu-1-e label{
    padding-bottom: 24px !important;
  }
  
  .rdt-menu-e ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:none;
    background: #ff5700;
    /* width: 415px; */
  }
  .rdt-men-e ul li{
    border-top: 1px solid rgba(255, 255, 255, 0.075);
  }
  .add-icon{
    float: right;
  }
  .rdt-menu-fix-e{
    padding: 15px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .rdt-fix-1-e{
    padding: 15px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .rdt-p-e{
    padding: 15px 20px;
  }
  
  .rdt-menu-e,
  .rdt-menu-e a {
    color: #fff;
    text-decoration: none;
  }
  
  .rdt-menu-e a {
    display: block;
    white-space: nowrap;
  }
  
  .rdt-menu-dropdown-e,
  .rdt-menu-e input[type=checkbox] {
    display: none;
  }
  
  .rdt-menu-e label:hover {
    cursor: pointer;
  }

  .rdt-menu-e > label {
    padding-top: 0;
  }

  .menu-scroll-e{
    overflow-y: auto;
    height: 275px;
  }
  
  /* narrow styles */
  @media screen and (max-width: 1024px) {
   /*   .rdt-menu-e > ul,
  .rdt-menu-righticon {
      display: none;
    }
	*/
  
    input[type=checkbox]:checked + ul {
      display: block;
      -webkit-animation: grow 0.5s ease-in-out;
              animation: grow 0.5s ease-in-out;
    }
  }
  /* large styles */
  @media screen and (min-width: 1025px) {
    .rdt-menu-e > label,
  input[type=checkbox] {
      display: none;
    }
  
    .rdt-menu-e a {
      padding: 15px 20px;
    }
  
    .rdt-menu-e > ul > li {
      display: inline-block;
    }
  
    .rdt-menu-hasdropdown-e {
      position: relative;
    }
    .rdt-menu-hasdropdown-e:hover > ul {
      display: block;
      -webkit-animation: grow 0.5s ease-in-out;
              animation: grow 0.5s ease-in-out;
    }
  
    .rdt-menu-hasdropdown-e > ul {
      position: absolute;
      top: 100%;
      left: 0;
      background: #035e8d;
    }
  
    .rdt-menu-hasflyout-e > ul {
      left: 100%;
      top: 0;
    }
  
    .rdt-menu-hasflyout-e .rdt-menu-downicon-e {
      display: none;
    }
  }
  /* look and feel only, not needed for core rdt-menu*/
  @-webkit-keyframes grow {
    0% {
      display: none;
      opacity: 0;
    }
    50% {
      display: block;
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes grow {
    0% {
      display: none;
      opacity: 0;
    }
    50% {
      display: block;
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  html {
    font-size: 100%;
  }
  
  body {
    font-family: "Lato";
    line-height: 1.5;
  }
  
  .rdt-menu-dropdown-e a {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  /* narrow  */
  @media screen and (max-width: 1024px) {
    .rdt-menu-e > label {
      background: rgb(253 253 253 / 0%);
      display: block;
      padding: 15px 20px;
      text-align: right;
    }
  
    .rdt-menu-e a {
      padding: 15px 20px;
    }
  
    .rdt-menu-e > ul i {
      float: right;
      padding: 5px 10px;
      background: #b1b1b1;
    }
  
    .rdt-menu-dropdown-e a {
      /* background: #f3f3f3; */
      background-color: rgba(0, 0, 0, 0.1);
    }
  
    .rdt-menu-dropdown-e a:hover {
      background: #eeeeee;
    }
    
    .rdt-menu-hasflyout-e > ul a {
      background: #023d5b;
    }
  }
  @media screen and (min-width: 1025px) {
    .rdt-menu-e {
      max-width: 1024px;
      margin: 0 auto;
    }
  }

  #sl-style-1::-webkit-scrollbar-track
  {
    border-radius: 10px;
    background-color: #ff5700;
  }
  
  #sl-style-1::-webkit-scrollbar
  {
    width: 8px;
  }
  
  #sl-style-1::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 0%);
      background-color: #efefef;
  }