/*
Theme Name: Comwerkz
Description: Comwerkz
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@import url("../hello-elementor/style.css");
/**
 * These are the custom mixins used throughout the application.
 */
/**
 * Ionic mixins
 */

body{
  background: #F5F5F5;
}

header.menu-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  background: #fff !important;
margin-top: 0 !important;
}

header .main-menu{

}
header .main-menu .elementor-nav-menu > li > .elementor-item,
header .main-menu .elementor-nav-menu > li > .elementor-item-active {
    display: flex;
    width: 135px;
    padding: 8px 29px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid transparent; 
    background: #FFF;
    box-sizing: border-box; 
    transition: border-color 0.3s ease; 
}

header .main-menu .elementor-nav-menu > li > .elementor-item:hover,
header .main-menu .elementor-nav-menu > li > .elementor-item-active {
    border-color: #2A3890; 
}
header .main-menu .elementor-nav-menu .sub-menu{
  min-width: 340px !important;
  padding: 0;
  border-radius: 0 0 10px 10px;
}
header .main-menu .elementor-nav-menu .sub-menu > li:nth-child(2n+2){
  background: #E6F0FF !important;
}
header .main-menu .elementor-nav-menu .sub-menu > li{
  padding-right: 30px !important;
}
header .main-menu .elementor-nav-menu .sub-menu > li .sub-menu{
  left: 30px !important;
   border-radius: 0 10px 10px 10px;
   overflow: hidden;
}
header .main-menu .elementor-nav-menu .sub-menu > li:last-child{
  border-radius: 0 0px 10px 10px;
}
header .main-menu .elementor-nav-menu .sub-menu > li.current-menu-item > a{
  font-weight: 700 !important;
}
header .main-menu .elementor-nav-menu .sub-menu li a{
  white-space: unset;
}
header .main-menu .elementor-nav-menu .sub-menu > li:before{
  position: absolute;
  content: '';
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 13px;
  background: url('assets/images/arrow-right.svg') no-repeat center center;
  background-size: 100% 100%;
}
a.elementor-button {
  position: relative;
  padding: 15px 25px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
/*  width: 32px;*/
  position: relative;
  top: 1px;
}
.breadcrumbs {
  color: #656565 ;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

.breadcrumbs span {
	color: #656565;
}
.menu-portfolio ul li{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.menu-portfolio ul li a{
  border-radius: 100px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #2A3890;
}
.menu-portfolio ul li.current-menu-item a,
.menu-portfolio ul li:hover a{
  background: #2A3890;
}
.term-item-port{

}
.accordion .accordion-item {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 10px 25px 51px 0px rgba(0, 43, 107, 0.07);
  padding: 20px 35px 20px;
  margin: 20px 0;
}

.accordion .accordion-item button[aria-expanded='true'] .icon{
  background: url('assets/images/open.svg') no-repeat center center;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
  white-space: unset;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  max-width: 700px;
  display: block;
  line-height: 1.2; 
  padding-bottom: 5px;
}
.accordion button .accordion-title .sub-title{
  color: #2A3890;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  background: url('assets/images/close.svg') no-repeat center center;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  color: #414D60;
}
.accordion .accordion-content p {
  font-size: 16px;
  font-weight: 400;

}
.accordion .accordion-content ul{
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .menu-slide-left .elementor-nav-menu li ul.sub-menu {
    position: unset !important;
    margin: 0 !important;
  }
  .menu-slide-left .elementor-nav-menu--dropdown li a {
    padding: 8px 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .menu-portfolio ul{
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    justify-content: start !important;
    padding-bottom: 2px;
  }
  .accordion .accordion-item {
    padding: 25px;
  }
  .accordion button .icon {
    right: -18px;
  }
}