#header p a{
  position: relative;
  text-decoration:none !important;
}

#header:before {
  content: "";
  position: absolute;
  background: transparent;
  box-shadow: rgb(207 207 207 / 50%) 0px 2px 10px 0px;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 0;
}

#header a {
  color: #0F2B6E;
}

#header .content_login .menu_depth_1 > span {
  display: flex;
  align-items: center;
}
#header .content_login .menu_depth_1 > span:after {
  content: none !important;
}

#header > .container,
#header .content_menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header .content_logo {
  display: flex;
  align-items: center;
  z-index: 0;
}

#header ul.menu_children {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#header .menu_depth_1 {
  display: inline-block;
  font-size: 14px;
  font-family: "Quicksand-Regular",sans-serif !important;
  color: #0f2b6e;
  line-height: 20px;
  font-weight: 400;
  /*min-height: 80px;
  height:100%;*/
}

#header .content_img_soft {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

#header .menu_depth_1:before {
  content: "";
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: none;
}

#header .menu_depth_1:hover:before {
  display: block;
}

#header .menu_depth_1:hover > span,
#header ul.menu_children.content_primary_menu .menu_depth_1.child_open > span{
  font-family: "Quicksand-Regular",sans-serif !important;
  line-height:20px;
  cursor:pointer;
}

#header ul.menu_children li.menu_depth_3.item_simple_description {
  margin-bottom: 10px;
}

#header ul.menu_children li.menu_depth_3.item_simple_description:last-of-type {
  margin-bottom: 0px;
}



#header .content_login .menu_depth_1 {
  padding-right: 10px;
  margin-right: 0px;
}
#header .content_login .menu_depth_1 > span {
  padding-right: 0px;
}

#header .menu_depth_1:last-of-type {
  padding:0px;
}

#header .content_login .menu_depth_1:first-of-type > a:after {
  bottom: auto;
  top: 64%;
}
#header .content_login .menu_depth_1 .link_content:hover {
  transition: 0.5s ease-in-out;
  color: red;
}
#header .content_menu .menu_depth_1 >span:hover::after,
#header .menu_depth_1 .link_level_1 > span:hover::after,
{
  width: 100%;
}

#header li.menu_depth_1 > ul.menu_children .container > ul.menu_children {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

#header #menu_resource > ul.menu_children .container > ul.menu_children,
#header #menu_discover > ul.menu_children .container > ul.menu_children{
  justify-content: space-evenly;
}

#header li.menu_depth_2 {
  max-width: 290px;
  padding: 10px 30px;
  margin-bottom: 30px;
}

#header li.menu_depth_3.name_main_entrance a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-family: "Quicksand-Bold",sans-serif;
  margin-bottom:20px;
  max-width:170px;
}

#header li.menu_depth_3.name_main_entrance a:hover:before {
  right: -25px;
}

#header .content_login {
  z-index: 1;
}

#header .content_login .menu_depth_1:first-of-type > a {
  position:relative;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0s;
}

#header .content_login .menu_depth_1:first-of-type {
  height: 80px;
}

#header .content_login .menu_depth_1:last-of-type > span {
  display: flex;
  align-items: center;
  height: 100%;
}

#header .content_login .menu_depth_1:last-of-type > span:after {
  content:none;
}

#header li.menu_depth_3.item_simple {
  margin-bottom: 10px;
  max-width: 175px;
}

#header .content_img_item.highlighted {
  position:relative;
  width: 38px;
  height: 38px;
  box-shadow: rgb(15 43 110 / 0%) 0px 0px 0px 0px;
  transform: initial !important;
}

#header .item_simple a .content_img_item.highlighted:before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: -1;
  border-radius: 10px;
  box-shadow: rgb(15 43 110 / 20%) 0px 2px 4px 0px;
  transform: scale(1);
  transition:all 0.4s;
}

#header .item_simple a:hover .content_img_item.highlighted:before {
  transform: scale(1.05);
  transition:all 0.4s;
}

#header .item_simple a {
  position: relative;
  font-family: "Quicksand-Bold",sans-serif;
  display: flex;
  align-items: center;
}

#header .item_simple a > span {
  position: relative;
  max-width: 125px;
  min-height:40px;
  display:flex;
  align-items:center;
}

#header .menu_depth_1 .link_level_1{
  position: relative;
}
#header .menu_depth_2 .title_col{
  color: #233688;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
#header .menu_depth_2 .title_col:hover{
  transform: scale(1.01);
  transition: 0.2s ease-in-out;
}

{############## TYpe 5 ##############}
#header .content_img_item_type_5{
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
#header .item_simple_type_5 {
  width: 314px;
  margin-bottom: 0px;
  padding: 12px;
  transition: 0.2s ease-in-out;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  position: relative;
  left: -12px
}

#header .item_simple_type_5 > a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#header .item_simple a > div > strong > .no-arrow {
  width: 200px;
}
#header li.menu_depth_2_type_5 {
  width: 380px;
  margin-bottom: 0px;
  border-left: none !important;
  padding: 0px;
}

#header li.menu_depth_2_type_5 .content-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
#header li.menu_depth_2_type_5 .content-text > p {
  padding-top: 5px;
  width: 170px;
  font-size: 14px;
}
#header .item_simple a > .no-arrow:before {
  background: none;
}

{############## finished type 5 ###########}
{############ type 6 ###############}
#header ul.menu_children_type_6 {
  width: 238px !important;
}
#header .item_simple_type_6 {
  width:250px;
  display: flex;
  justify-content: center;
}
{############ finished type 6 ###############}

#header .item_simple a > span:after {
  content: "";
  position: absolute;
  background: transparent;
  left: -55px;
  right: -25px;
  top: -5px;
  bottom: -5px;
  z-index: -2;
  border-radius: 12px;
}

#header .more {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 20px;
}

#header .link_more {
  font-weight: 400;
  text-decoration:none;
  display: block;
}

#header .item_simple_description > a {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 0px 0px;
  grid-auto-rows: minmax(40px,auto);
}

#header .item_simple_description > a .content_img_item {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}

#header .item_simple_description > a > .content_text {
  display: flex;
  align-items: center;
  grid-column: 2 / 5;
  grid-row: 1 / 1;
}

#header .item_simple_description > a > .content_text > span {
  position: relative;
  font-family: "Quicksand-Bold",sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

#header .item_simple_description > a > p {
  font-size:14px;
  margin:0px;
  grid-column: 2 / 5;
  grid-row: 2 / 2;
}

#header .item_simple_description > a:hover > .content_text span:before{
  right: -20px;
}

#header li.menu_depth_2.content_testimonials {
  max-width: 560px !important;
  border: 0px;
  border-radius: 10px;
  padding: 30px;
}

#header ul.testimonials {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#header ul.testimonials li {
  margin: 0px 10px;
}

#header ul.testimonials li:first-of-type {
  margin-left: 0px;
}

#header ul.testimonials li:last-of-type {
  margin-right: 0px;
}

#header li.menu_depth_3.content_cta {
  text-align: center;
}

#header li.menu_depth_2.content_services {
  width: 290px;
  border: 0px !important;
  padding: 0px !important;
}

#header #menu_software .content_img_item {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom:10px;
  background: #fff;
  box-shadow: rgb(15 43 110 / 20%) 0px 2px 4px 0px;
  border-radius: 10px;
  padding: 7px;
}

#header .content_software span,
#header .content_link_software a,
#header li.menu_depth_2.content_services a{
  position: relative;
  display: inline-block;
  font-family: "Quicksand-Bold",sans-serif;
  margin-bottom:5px;
}

#header .content_software p{
  font-size:12px;
}

#header .content_software .ph3 {
  font-size: 20px;
  color: #0f2d7b;
}

#header .content_software a:hover .ph3 {
  color: rgba(255, 108, 74, 1.0);
  transition: all 0.4s;

}

#header .content_software a:hover .content_img_item {
  transform: scale(1.05);
  transition: all 0.4s;
}

#header li.menu_depth_3.content_software {
  position: relative;
  padding-bottom: 10px;
}



#header .content_software a:hover span:before,
#header .content_link_software a:hover:before,
#header li.menu_depth_2.content_services a:hover:before,
#header li.menu_depth_2.content_services a:hover:before {
  right: -20px !important;
}

#header .mobile_trigger {
  display:none;
}

@media screen and (min-width: 1200px) {
  #header .menu_depth_1:hover > ul{
    display: block;
  }

  #header .content_login .menu_depth_1:first-of-type > a:hover:after{
    width: 30px;
  }

  #header ul.menu_children.content_primary_menu {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1199px) and (min-width: 576px){
  #header ul.menu_children.content_primary_menu,
  #header ul.menu_children.content_login {
    max-width: 540px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px){
  #header ul.menu_children.content_primary_menu,
  #header ul.menu_children.content_login {
    max-width: 720px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px){
  #header ul.menu_children.content_primary_menu,
  #header ul.menu_children.content_login {
    max-width: 960px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1199px) {
  #header li.menu_depth_1 > ul.menu_children .container > ul.menu_children {
    flex-wrap: wrap;
  }

  #header ul.menu_children.content_login {
    margin-top: 30px;
  }

  #header {
    position: absolute !important;
    padding: 20px 0px;
  }

  #header .content_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    padding-top:30px;
    padding-bottom: 30px;
    background: #ffffff;
    box-shadow: rgb(207 207 207 / 20%) 0px 10px 10px 0px;
    z-index: 1;
  }

  #header .mobile_trigger {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    width: auto;
    height: 30px;
    font-size: 30px;
    border-width: 1px;
    border-radius: 12px;
    margin-top: 8px;
  }

  #header .mobile_trigger i, 
  #header .mobile_trigger i:before, 
  #header .mobile_trigger i:after {
    width: 30px;
    height: 4px;
    border-radius: 5px;
    background-image: linear-gradient(90deg,#13388F,#0F2B6E);
    display: inline-block;
  }

  #header .mobile_trigger i {
    position: relative;
    top: -17px;
  }

  #header .mobile_trigger i:before,
  #header .mobile_trigger i:after {
    position: absolute;
    content: '';
  }

  #header .mobile_trigger i:before {
    top: -12px;
  }

  #header .mobile_trigger i:after {
    top: 12px;
  }

  .mobile_open #header .mobile_trigger i {
    background-image: linear-gradient(90deg,transparent, transparent); !important;
  }

  .mobile_open #header .mobile_trigger i:before {
    transform: rotate(45deg);
    top: 0;
  }

  .mobile_open #header .mobile_trigger i:after {
    transform: rotate(-45deg);
    top: 0;
  }

  #header .menu_depth_1 {
    display: block;
    height:auto;
  }

  #header ul.menu_children.content_primary_menu .menu_depth_1 {
    position: relative;
    height: auto;
    padding: 0px;
  }

  #header ul.menu_children.content_primary_menu .menu_depth_1:before {
    content: "";
    position: absolute;
    background: #EDF0FA;
    height: 1px;
    left: 0;
    right: 0;
    top: 45px;
  }

  #header ul.menu_children.content_primary_menu .menu_depth_1.child_open:before {
    background: #0F2B6E;
  }

  #header ul.menu_children.content_primary_menu .menu_depth_1:last-of-type {
    padding: 0px;
  }

  #header ul.menu_children.content_primary_menu .menu_depth_1 > span,
  #header ul.menu_children.content_primary_menu .menu_depth_1 > .link_level_1 > span{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 6px;
  }

  #header .content_menu ul.content_primary_menu .menu_depth_1>span:before {
    top:35%;
    right: 0px;
  }

  #header .content_login .menu_depth_1:first-of-type {
    height: auto;
  }

  #header .content_login .menu_depth_1:first-of-type {
    padding: 0;
    text-align: center;
  }

  #header .content_login .menu_depth_1:first-of-type > a {
    display: inline-block;
  }

  #header .content_login .menu_depth_1:first-of-type>a {
    display: inline-block;
    color: #0F2B6E;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    border-radius: 50px;
    border: 1px solid #0F2B6E;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 10px;
  }

  #header .content_login .menu_depth_1:first-of-type > a:hover {
    color:#fff;
    background: #0F2B6E;
  }

  #header .content_login .menu_depth_1:last-of-type {
    text-align:center;
  }

  #header .content_login .menu_depth_1:last-of-type > span {
    display: block;
  }

  #header .content_menu .menu_depth_1 > span:after {
    content: none;
  }

  #header .menu_depth_1 > ul {
    position: relative;
    padding: 0px;
    background: #EDF0FA;
    box-shadow: none;
    top:0px;
    z-index: 9;
  }

  #header ul.menu_children.menu_first_children > .container {
    padding: 15px 30px;
  }

  #header li.menu_depth_2 {
    padding: 15px 0px;
    max-width: 100%;
    width: 360px;
    margin: 0;
  }

  #header li.menu_depth_3.name_main_entrance a,
  #header li.menu_depth_3.item_simple {
    max-width: 100%;
  }

  #header .item_simple a > span {
    max-width: 330px;
  }

  #header #menu_resource>ul.menu_children .container>ul.menu_children, 
  #header #menu_discover>ul.menu_children .container>ul.menu_children {
    justify-content: flex-start;
  }

  #header li.menu_depth_2.content_testimonials {
    max-width: 100% !important;
    width: 100%;
    padding: 30px 0px;
  }

  #header .item_simple_description > a {
    grid-template-columns: repeat(10,1fr);
  }

  #header .item_simple_description > a > .content_text,
  #header .item_simple_description > a > p{
    grid-column: 2 / 11;
  }

  #header li.menu_depth_2.content_services {
    width: 360px;
  }

  #header .content_services ul.menu_children {
    padding: 30px 0px 15px !important;
  }

  #header .target_mobile {
    display: block !important;
    right: 0px;
    height: 20px;
    width: 20px;
    /*background: red;*/
    position: absolute;
    z-index: 999999;
    top: 12px;
    transform: rotate(45deg);
    transition:all 0.4s;
  }

  #header .target_mobile:before, 
  #header .target_mobile:after {
    position: absolute;
    content: ' ';
    right: 9px;
    height: 20px;
    width: 2px;
    background-color: #0e2b6e;
  }
  #header .target_mobile:before {
    transform: rotate(45deg);
  }
  #header .target_mobile:after {
    transform: rotate(-45deg);
  }

  #header .target_mobile.target_open {
    transform: rotate(0deg);
    transition:all 0.4s;
  }
}

@media screen and (max-width: 767px){
  #header ul.testimonials li {
    margin-left: 0px;
  }

  #header ul.testimonials li + li,
  #header ul.testimonials li + li + li {
    display:none;
  }
}

@media screen and (max-width: 575px){
  #header li.menu_depth_3.name_main_entrance a, 
  #header li.menu_depth_3.item_simple {
    max-width: 200px;
  }

  #header ul.menu_children.content_primary_menu .menu_depth_1:before,
  #header ul.menu_children.content_primary_menu .menu_depth_1.child_open:before {
    left: 15px;
    right: 15px;
  }
}
