@keyframes citrix {
  0% {
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -khtml-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    visibility: visible;
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.azen-citrix-accordion {
  margin-bottom: 80px;
}
.azen-citrix-accordion .azen-general {
  margin-bottom: 15px;
}
.azen-citrix-accordion .azen-general:last-child {
  margin-bottom: 0;
}
.azen-citrix-accordion .azen-general .azen-title {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
  text-transform: capitalize;
  font-family: "Poppins";
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  padding: 13px 63px 13px 30px;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid rgba(255, 0, 0, 0.25);
}
.azen-citrix-accordion .azen-general .azen-title .azen-square {
  position: absolute;
  z-index: 1;
  width: 50px;
  background-color: #ff0000;
  top: -1px;
  bottom: -1px;
  right: -1px;
}
.azen-citrix-accordion .azen-general .azen-title .azen-square:after {
  color: rgba(255, 255, 255, 0.7);
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.azen-citrix-accordion .azen-general .azen-content {
  padding: 22px 29px 26px 29px;
  border: 1px solid rgba(255, 0, 0, 0.25);
  border-top: 0;
}
.azen-citrix-accordion .az-active .azen-title .azen-square {
  background-color: rgba(255, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  right: 0;
}
.azen-citrix-accordion .az-active .azen-title .azen-square:after {
  content: "\f068";
  font-family: FontAwesome;
  color: #ffffff;
}
.azen-citrix-accordion[data-light-branded-background="true"] .azen-title,
.azen-citrix-accordion[data-light-branded-background="true"] .azen-wrp-content {
  background-color: #ffffff;
}
.azen-citrix-tabs {
  text-align: center;
  margin-bottom: 40px;
}
.azen-citrix-tabs .azen-general {
  text-align: left;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -khtml-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: flex-start;
  -khtml-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-box-align: flex-start;
  box-align: flex-start;
  -webkit-box-align: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -o-box-align: end;
  box-align: end;
  -ms-flex-align: flex-end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -khtml-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 680px) {
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice {
    display: block;
  }
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item {
  flex-grow: 1;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 1px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.25);
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
  transition: none;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
  padding-right: 0;
  margin-left: -1px;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active:first-child {
  margin-left: 0;
  padding-left: 0;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:first-child {
  padding-left: 5px;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:last-child {
  padding-right: 5px;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:last-child.az-active {
  padding-right: 0;
}
@media (max-width: 680px) {
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item {
    display: block;
    border-left: 1px solid rgba(255, 0, 0, 0.25);
    border-right: 1px solid rgba(255, 0, 0, 0.25);
    padding: 0;
  }
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
    margin-top: -1px;
    margin-left: 0;
  }
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:first-child,
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:last-child {
    padding: 0;
  }
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:first-child {
    border-top: 1px solid rgba(255, 0, 0, 0.25);
    margin-top: 0;
  }
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
  color: black;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font: inherit;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-indent: 0;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
  cursor: auto;
  border-collapse: separate;
  border-spacing: 0px 0px;
  direction: normal;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
  display: block;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  background-color: rgba(255, 0, 0, 0.07000000000000001);
  margin-bottom: 0;
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.4;
  padding: 16px 0 7px;
}
@media (max-width: 680px) {
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
    width: 100%;
    text-align: center;
    padding: 13px 0;
  }
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
  background-color: transparent;
  border: 1px solid rgba(255, 0, 0, 0.25);
  border-bottom: 0;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a {
  line-height: 1.4;
  padding: 14px 0;
  background-color: transparent;
  color: #000000;
}
@media (max-width: 680px) {
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a {
    padding: 13px 0;
  }
}
@media (max-width: 680px) {
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
    border-bottom: 1px solid rgba(255, 0, 0, 0.25);
  }
  .azen-citrix-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active:nth-child(n + 2) {
    border-top: 0;
  }
}
.azen-citrix-tabs .azen-general .az-tabs .azen-variants {
  border: 1px solid rgba(255, 0, 0, 0.25);
  border-top: 0;
}
.azen-citrix-tabs .azen-general .az-tabs .azen-variants .azen-variants-item {
  display: table;
  padding: 30px 30px 34px 26px;
  width: 100%;
  box-sizing: border-box;
}
.azen-citrix-tabs[data-light-branded-background="true"] .azen-choice-item.az-active,
.azen-citrix-tabs[data-light-branded-background="true"] .azen-variants-item {
  background-color: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(26, 0, 0, 0.3);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 100px;
  font-weight: 400;
  color: #ffffff;
  text-transform: inherit;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 75px;
    line-height: 70px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 55px;
    line-height: 50px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  font-style: italic;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 48px;
  line-height: 1;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 25px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  margin-right: 30px;
}
@media (max-width: 995px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2 {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0 67px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  z-index: 100;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  background: none;
  pointer-events: auto;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 58px;
  height: 58px;
  border-radius: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover span:before {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
  top: 44%;
  right: 100%;
  margin-right: 16x;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before {
  left: 48%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
    right: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  top: 44%;
  left: 100%;
  margin-left: 16px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  left: 52%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-1 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    left: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement .azen-general .azen-item .azen-icon {
  margin-bottom: 26px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement .azen-general .azen-item .azen-icon span {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #ff0000;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement .azen-general .azen-item .azen-icon span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement .azen-general .azen-item .azen-title {
  font-family: "Poppins";
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement .azen-general .azen-item .azen-text {
  color: #666666;
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general .azen-item .azen-icon {
  margin-bottom: 22px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general .azen-item .azen-icon span {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  border: 1px solid #ff0000;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general .azen-item .azen-icon span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ff0000;
  font-size: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general .azen-item .azen-title {
  font-family: "Poppins";
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general .azen-item .azen-text {
  color: #666666;
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general .azen-item:hover .azen-icon span {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1 .azen-general .azen-item:hover .azen-icon span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1[data-inverted-styles="true"] .azen-general .azen-item .azen-icon span {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1[data-inverted-styles="true"] .azen-general .azen-item .azen-icon span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1[data-inverted-styles="true"] .azen-general .azen-item:hover .azen-icon span {
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-achivement-1[data-inverted-styles="true"] .azen-general .azen-item:hover .azen-icon span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us {
  background-color: rgba(255, 0, 0, 0.07000000000000001);
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general {
  padding: 98px 0 175px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-left-part {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 150px);
  background-position: right center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-left-part {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-position: center center;
    width: 100%;
    height: 548px;
  }
}
@media (max-width: 590px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-left-part {
    background-size: contain;
    height: 360px;
  }
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-left-part {
    height: 320px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-left-part {
    height: 280px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-left-part {
    height: 240px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-left-part {
    height: 200px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part {
  width: calc(50% + 75px);
  float: right;
}
@media (max-width: 700px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part {
    width: 100%;
    padding-top: 40px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part {
    padding-top: 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-title {
  font-family: "Crimson Text";
  color: #999999;
  font-style: italic;
  font-size: 24px;
  text-transform: inherit;
  margin-bottom: 2px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description {
  font-family: "Poppins";
  text-transform: inherit;
  font-size: 36px;
  color: #000000;
  margin-bottom: 29px;
  line-height: 1.2;
}
@media (max-width: 610px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description span {
  display: inline-block;
  font-weight: 400;
  padding-right: 10px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description span:last-child {
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description span:nth-child(2),
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description span:nth-child(6) {
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-description span:nth-child(2n) {
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-text {
  font-family: "Crimson Text";
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 47px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 0 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general .azen-right-part .azen-button a:hover {
  background-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us .azen-general:after {
  display: table;
  clear: both;
  content: "";
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general {
  position: relative;
  padding: 99px 140px 100px;
  text-align: center;
}
@media (max-width: 640px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general {
    padding: 99px 70px 100px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general {
    padding: 99px 15px 100px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 52px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-image-part a {
  display: block;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-image-part a:before {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-image-part a .azen-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 270px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-image-part a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-image-part a span:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-text-part {
  background-color: #ffffff;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-text-part a {
  display: block;
  padding: 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-text-part a .azen-text-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 7px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item .azen-text-part a .azen-text-description {
  font-family: "Crimson Text";
  font-style: italic;
  color: #666666;
  font-size: 18px;
  font-style: 300;
  text-transform: capitalize;
  line-height: 21px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item:hover .azen-image-part a:before {
  background-color: rgba(255, 0, 0, 0.8);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item:hover .azen-image-part a span {
  background-color: rgba(0, 0, 0, 0.75);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-stage-outer .az-owl-stage .az-owl-item .azen-slider-item:hover .azen-image-part a span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  height: 60px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-prev,
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-next {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  background: none;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 58px;
  height: 58px;
  border-radius: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-prev span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-next span:before {
  content: " ";
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-prev:hover,
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-next:hover {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-next:hover span:before {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-prev {
  top: 0;
  left: -100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-prev span:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #ffffff;
  left: 48%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-next {
  top: 0;
  right: -100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-slider .azen-general .azen-slider-wrapper .az-carousel .az-owl-nav .az-owl-next span:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #ffffff;
  left: 52%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider {
  text-align: center;
  position: relative;
  background-color: transparent;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general {
  position: relative;
  z-index: 12;
  padding: 98px 0 307px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  color: #999999;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 52px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-viewport {
  position: absolute !important;
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-viewport {
    position: relative !important;
    left: auto;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 446px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-viewport {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails {
  position: relative;
  z-index: 10;
  text-align: center;
  cursor: pointer;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails:after {
  clear: both;
  content: "";
  display: table;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider {
  pointer-events: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  margin: 40px 0 80px;
  width: 100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide span {
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide .azen-img {
  -webkit-transform: scale3d(1, 1, 1);
  -khtml-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide .azen-img:before {
  background-color: transparent;
  border-color: #ff0000;
  pointer-events: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide .azen-name,
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider.az-flex-active-slide .azen-location {
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider span {
  display: none;
  position: absolute;
  top: -48px;
  left: 41%;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 0, 0, 0.25);
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider span:before {
  padding-top: 3px;
  content: "\f0da";
  font-family: FontAwesome;
  color: #ff0000;
  font-size: 16px;
  position: absolute;
  left: 59%;
  -webkit-transform: translate(-55%, 0%);
  -khtml-transform: translate(-55%, 0%);
  -moz-transform: translate(-55%, 0%);
  -ms-transform: translate(-55%, 0%);
  transform: translate(-55%, 0%);
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-img {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -khtml-transform: scale3d(0.6, 0.6, 1);
  -moz-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}
@media (max-width: 446px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-img {
    width: 90px;
    height: 90px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-img:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  border: 3px solid transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-img img {
  border-radius: 100%;
  width: 100px;
  box-sizing: border-box;
}
@media (max-width: 446px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-img img {
    width: 90px;
    height: 90px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-name {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  font-family: "Poppins";
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 24px 0 6px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-thumbnails .az-flex-thumbnails .azen-item-slider .azen-location {
  position: absolute;
  white-space: nowrap;
  top: 156px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  font-family: "Crimson Text";
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #666666;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-slides {
  position: relative;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-slides {
    width: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-slides .azen-citrix-slide-wrapper .azen-testimonials {
  position: relative;
  padding: 52px 42px;
  color: #666666;
  font-family: "Crimson Text";
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 850px;
  border: 1px solid rgba(255, 0, 0, 0.25);
  margin-left: auto;
  margin-right: auto;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-slides .azen-citrix-slide-wrapper .azen-testimonials:before {
  position: absolute;
  z-index: 2;
  font-family: FontAwesome;
  content: "\f10e";
  color: #ffffff;
  font-size: 16px;
  left: calc(100% + 17px);
  top: 13px;
}
@media (max-width: 850px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-slides .azen-citrix-slide-wrapper .azen-testimonials:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-slides .azen-citrix-slide-wrapper .azen-testimonials:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #ff0000;
  left: calc(100% + 2px);
  top: -1px;
}
@media (max-width: 850px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-slides .azen-citrix-slide-wrapper .azen-testimonials:after {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider .azen-general .azen-slider .az-flex-direction-nav {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-gray-background="true"]:before {
  background-color: rgba(255, 51, 51, 0.1);
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-gray-background="true"] .azen-testimonials {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-gray-background="true"] .azen-item-slider span {
  background-color: #ffffff;
  border-color: rgba(255, 102, 102, 0.02) !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-gray-background="true"] .az-slides {
  border-color: rgba(255, 102, 102, 0.02) !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"]:before {
  background-color: rgba(255, 0, 0, 0.8) !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-introduction,
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-title,
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-testimonials,
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-name,
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-location {
  color: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-testimonials {
  background-color: rgba(255, 0, 0, 0.8) !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-item-slider span {
  border-color: #ff2424 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-item-slider span:before {
  color: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .azen-item-slider.az-flex-active-slide .azen-img:before {
  border-color: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-testimonials-slider[data-light-branded-background="true"] .az-slides {
  border-color: #ff2424 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-logos {
  padding: 83px 0;
  text-align: center;
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-logos .azen-logos-item {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}
@media (max-width: 630px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-logos .azen-logos-item {
    width: 32%;
  }
}
@media (max-width: 490px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-logos .azen-logos-item {
    width: 49%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-logos .azen-logos-item a img {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0.5;
  margin: 15px;
  max-width: calc(100% - 30px);
}
div.azen.azen1.azen2.azen3 .azen-citrix-logos .azen-logos-item a:hover img {
  opacity: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle {
  margin-bottom: 70px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general {
  counter-reset: section;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper {
  display: table;
  width: 100%;
  padding-bottom: 49px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper:last-child {
  padding-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-circle {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-circle .azen-circle-wrp {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 0, 0, 0.45);
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-circle .azen-circle-wrp .azen-score {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Poppins";
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-circle .azen-circle-wrp .azen-score:before {
  counter-increment: section;
  content: "0" counter(section);
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-text {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-text .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 11px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-text .azen-title:after {
  content: "";
  background-color: #ff0000;
  height: 1px;
  width: 70px;
  margin-top: 11px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper .azen-text .azen-description {
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #666666;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle .azen-general .azen-wrapper:hover .azen-circle .azen-circle-wrp {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 {
  margin-bottom: 70px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general {
  counter-reset: section;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper {
  display: table;
  width: 100%;
  padding-bottom: 49px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper:last-child {
  padding-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-circle {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-circle .azen-circle-wrp {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background-color: transparent;
  border: 1px solid rgba(255, 0, 0, 0.45);
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-circle .azen-circle-wrp .azen-score {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Poppins";
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-circle .azen-circle-wrp .azen-score:before {
  counter-increment: section;
  content: "0" counter(section);
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-text {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-text .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 11px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-text .azen-title:after {
  content: "";
  background-color: #ff0000;
  height: 1px;
  width: 30px;
  margin-top: 11px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper .azen-text .azen-description {
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-paragraph-with-circle-1 .azen-general .azen-wrapper:hover .azen-circle .azen-circle-wrp {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general {
  position: relative;
  z-index: 11;
  text-align: center;
  padding: 278px 0 279px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 72px;
  text-transform: capitalize;
  margin-bottom: 43px;
}
@media (max-width: 730px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title {
    font-size: 62px;
  }
}
@media (max-width: 630px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title {
    font-size: 52px;
  }
}
@media (max-width: 540px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title {
    font-size: 34px;
    margin-bottom: 33px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title {
    font-size: 28px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title .azen-first-word {
  font-weight: 300;
  margin-right: 30px;
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title .azen-first-word {
    margin-right: 15px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-title .azen-second-word {
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  text-transform: inherit;
  color: #ffffff;
  margin-bottom: 49px;
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-introduction {
    margin-bottom: 39px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-introduction {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-button .azen-button-1 {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  margin-right: 30px;
  padding: 0 56px;
}
@media (max-width: 995px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-button .azen-button-1 {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-button .azen-button-1:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-button .azen-button-2 {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0 34px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box .azen-general .azen-button .azen-button-2:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate {
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part {
  margin-bottom: 5px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part a {
  display: block;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part a:before {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  pointer-events: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part a .azen-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 370px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part a span:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part:hover a:before {
  background-color: rgba(255, 0, 0, 0.8);
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part:hover a span {
  background-color: rgba(0, 0, 0, 0.75);
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-image-part:hover a span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-text-part {
  margin-bottom: 5px;
  border: 1px solid rgba(255, 0, 0, 0.25);
  padding: 27px 27px 21px 27px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-text-part .azen-text-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 7px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-text-part .azen-text-profession {
  font-family: "Crimson Text";
  font-style: italic;
  color: #666666;
  font-size: 18px;
  font-style: 300;
  text-transform: capitalize;
  line-height: 21px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-soclogo-part {
  border: 1px solid rgba(255, 0, 0, 0.25);
  padding: 18px 27px 6px 27px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-soclogo-part a {
  display: inline-block;
  margin: 0 7px 9px 7px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-soclogo-part a span {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #bbbbbb;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-soclogo-part a span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #bbbbbb;
  font-size: 14px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-soclogo-part a:hover span {
  background-color: #ff0000;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-teammate .azen-general .azen-wrapper .azen-soclogo-part a:hover span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-circlebar {
  margin-bottom: 60px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-circlebar .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-circlebar .azen-general .azen-circle {
  margin-bottom: 17px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-circlebar .azen-general .azen-circle > div {
  position: relative;
  display: inline-block !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-circlebar .azen-general .azen-circle > div input {
  font-family: "Poppins" !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  top: 50% !important;
  left: 50% !important;
  width: 100px !important;
  height: 100px !important;
  border-radius: 100% !important;
  background-color: #ff0000 !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -khtml-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-circlebar .azen-general .azen-title {
  font-family: "Poppins";
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-circlebar .azen-general .azen-text {
  color: #666666;
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general {
  padding: 99px 0 100px;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 52px;
}
@media (max-width: 360px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-title {
    font-size: 30px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post {
  margin-bottom: 11px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper {
  width: calc(33.3333333333% - 30px);
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 45px;
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper {
    width: calc(50% - 30px);
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 544px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper > a {
  display: block;
  margin-bottom: 29px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper > a .azen-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-post-date {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 18px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-post-title {
  border-bottom: 1px solid #333333;
  padding-bottom: 41px;
  margin-bottom: 15px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-post-title a {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-post-title:hover a {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked,
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .azen-like {
  display: inline-block;
  font-family: "Crimson Text";
  font-weight: 600;
  color: #888888;
  font-size: 16px;
  padding-right: 6px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked span,
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .azen-like span {
  padding-right: 6px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .azen-like span:before {
  font-size: 14px;
  color: #888888;
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked .azen-icon-2,
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .azen-like .azen-icon-2 {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked:hover span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .azen-like:hover span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked.azen-liked .azen-icon-1 {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked.azen-liked .azen-icon-2 {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .az-liked-azen-liked.azen-liked .azen-icon-2:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social .azen-like-text {
  display: inline-block;
  font-weight: 600;
  color: #888888;
  font-size: 16px;
  font-family: "Crimson Text";
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a {
  display: inline-block;
  padding-left: 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a .azen-comments .az-icon {
  padding-right: 6px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a .azen-comments .az-icon:before {
  font-size: 14px;
  color: #888888;
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a .azen-comments .az-comments-count {
  font-family: "Crimson Text";
  font-weight: 600;
  color: #888888;
  font-size: 16px;
  padding-right: 6px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a .azen-comments .azen-comment-text {
  font-family: "Crimson Text";
  font-weight: 600;
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a:hover .azen-comments .az-icon:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a:hover .azen-comments .az-comments-count {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-post .azen-post-wrapper .azen-post-img-wrapper .azen-social a:hover .azen-comments .azen-comment-text {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  border-color: #ffffff;
  color: #ffffff;
  padding: 0 56px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog .azen-general .azen-button a:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] {
  background-color: #ffffff !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-introduction {
  color: #999999;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-title {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-post-date {
  color: #999999 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-post-title {
  border-color: rgba(255, 0, 0, 0.15) !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-post-title a {
  color: #000000 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-post-title a:hover {
  color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-social .azen-like:hover .azen-icon-1:before {
  color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-social .azen-like.azen-liked .azen-icon-2:before {
  color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-social .azen-comments:hover span {
  color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-social .azen-comments:hover span:before {
  color: #ff0000 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-our-blog[data-inverted-styles="true"] .azen-button a {
  border-color: #000000;
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general {
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 80px;
  border: 1px solid rgba(255, 0, 0, 0.25);
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-price {
  position: relative;
  display: block;
  line-height: 90px;
  margin: -1px -1px 0 -1px;
  height: 90px;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-price .azen-level {
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-price .azen-level:before,
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-price .azen-level:after {
  display: inline-block;
  font-family: "Poppins";
  content: "-";
  font-size: 18px;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-price .azen-level:before {
  margin-right: 32px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-price .azen-level:after {
  margin-left: 32px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-numeric {
  margin: -1px -1px 25px -1px;
  background-color: #ff0000;
  padding: 41px 0 40px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-numeric .azen-amount {
  font-family: "Poppins";
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  margin: 0 5px 10px 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-numeric .azen-currency {
  font-family: "Crimson Text";
  font-size: 30px;
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
  vertical-align: top;
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-numeric .azen-period {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-title {
  font-family: "Raleway";
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-transform: inherit;
  margin-bottom: 40px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part > div {
  margin-bottom: 24px;
  padding: 0 39px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part > div .azen-item {
  display: block;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 0, 0, 0.25);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part > div .azen-item:last-child {
  border: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part > div .azen-item .azen-item-title {
  display: block;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part > div .azen-item .azen-item-text {
  display: block;
  color: #666666;
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-button {
  padding: 0 0 60px 0;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ffffff;
  padding: 0 53px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general .azen-wrapper-part .azen-button a:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general:hover .azen-wrapper-part {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general:hover .azen-wrapper-part .azen-item {
  border-color: #ff3333;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general:hover .azen-wrapper-part .azen-item .azen-item-title,
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general:hover .azen-wrapper-part .azen-item .azen-item-text {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general:hover .azen-wrapper-part .azen-button a {
  background-color: #ffffff;
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general:hover .azen-button a:hover {
  background-color: #000000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-pricing-plan .azen-general:not(:hover) {
  border-color: #e5e5e5 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general {
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 99px 0 106px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 52px;
}
@media (max-width: 360px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-title {
    font-size: 30px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part {
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-lines: multiple;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  -o-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -khtml-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-box-align: flex-start;
  box-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-box-align: start;
  -o-box-align: start;
  box-align: start;
  -ms-flex-align: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -khtml-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 768px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp,
  div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp .azen-subscribeform-wrapper,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right .azen-subscribeform-wrapper {
  width: calc(100%/3 - (60px/2));
  padding: 0 15px;
  line-height: 58px;
  position: relative;
  border-collapse: separate;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp .azen-subscribeform-wrapper,
  div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right .azen-subscribeform-wrapper {
    width: 100%;
    padding: 0 0 30px 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"],
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"],
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"],
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"],
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-appearance: none !important;
  -khtml-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  text-align: left;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 0 48px 0 30px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  text-transform: capitalize;
  box-sizing: border-box;
  box-shadow: none;
  background-color: transparent;
  color: #ffffff;
  font-family: "Crimson Text";
  font-weight: 400;
  font-size: 20px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select::placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select::-webkit-input-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select::-moz-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:-moz-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:-ms-input-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus {
  color: #ffffff;
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus:placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus::placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus::-webkit-input-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus::-moz-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus:-moz-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="name"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="name"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp input[name="email"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right input[name="email"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus:-ms-input-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus {
  color: #bbbbbb;
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus:placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus::placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus::-webkit-input-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus::-moz-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus:-moz-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp select:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-right select:focus:-ms-input-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper {
  position: relative;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 18px 48px 28px 29px;
  height: 200px;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid rgba(221, 221, 221, 0.4);
  display: inline-block;
  font-family: "Crimson Text";
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea::placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea::-moz-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:-moz-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:focus {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:focus:placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:focus::placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:focus::-webkit-input-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:focus::-moz-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:focus:-moz-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper textarea:focus:-ms-input-placeholder {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-subscribe-wrapper .azen-subscribeform-wrp-down .azen-subscribeform-wrapper + .azen-subscribeform-wrapper {
  padding-top: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-button {
  display: block;
  text-align: right;
}
@media (max-width: 420px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-button {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-button button {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  background-color: #ff0000;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-button button:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section .azen-general .azen-form-part .azen-subscribeform .azen-button button:hover {
  background-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"]:before {
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] .azen-introduction {
  color: #999999;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] .azen-title {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"],
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"],
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"],
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea {
  color: #000000 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea:placeholder {
  color: #999999 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea::placeholder {
  color: #999999 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea::-webkit-input-placeholder {
  color: #999999 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea::-moz-placeholder {
  color: #999999 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea:-moz-placeholder {
  color: #999999 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea:-ms-input-placeholder {
  color: #999999 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="name"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="email"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] input[name="subject"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-contact-form-section[data-darken-background="false"] textarea:focus {
  border-color: #ff0000 !important;
  color: #666666 !important;
}
div.azen.azen1.azen2.azen3 .azen-citrix-action {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general {
  text-align: center;
  padding: 125px 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-title {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  color: #ffffff;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-title {
    font-size: 50px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-title {
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-title {
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-title {
    font-size: 36px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  border-color: #ffffff;
  color: #ffffff;
  font-weight: 600;
  padding: 0 38px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-action .azen-general .azen-button a:hover {
  color: #000000;
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news {
  margin-bottom: 75px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general {
  text-align: left;
  display: block;
  width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp {
  display: table;
  padding-bottom: 23px;
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp .azen-image {
  display: table-cell;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp .azen-image a {
  display: inline-block;
  padding-right: 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp .azen-image a .azen-bg {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp .azen-info {
  display: table-cell;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp .azen-info .azen-title {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #959595;
  font-size: 18px;
  font-weight: 600;
  margin: -7px 0 10px;
  line-height: 1.7;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp .azen-info .azen-title:hover {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp .azen-info .azen-date {
  font-family: "Crimson Text";
  color: #6f6f6f;
  font-size: 16px;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news .azen-general .azen-wrp:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-latest-news[data-darken-background="true"] .azen-general .azen-wrp .azen-info .azen-title:hover {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general {
  text-align: left;
  margin-bottom: 75px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general a {
  display: block;
  margin-bottom: 29px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general a:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general a .az-icon {
  margin-right: 6px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general a .az-icon:before {
  font-size: 11px;
  color: #959595;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general a .azen-link-text {
  font-family: "Crimson Text";
  color: #959595;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general a:hover .az-icon:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-icon-link .azen-general a:hover .azen-link-text {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-recent-work .azen-general {
  text-align: center;
  margin-bottom: 75px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-recent-work .azen-general a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: calc(33.3333333333% - 6px);
  margin: 0 6px 6px 0;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-recent-work .azen-general a:nth-child(3n) {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-recent-work .azen-general a:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-recent-work .azen-general a img {
  display: block;
  width: 100%;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-recent-work .azen-general a:hover:before {
  background-color: rgba(255, 0, 0, 0.4);
}
div.azen.azen1.azen2.azen3 .azen-citrix-tags-list .azen-general {
  text-align: left;
  margin-bottom: 75px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-tags-list .azen-general .azen-tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-tags-list .azen-general .azen-tag:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-tags-list .azen-general .azen-tag a {
  display: block;
  border: 1px solid rgba(255, 0, 0, 0.1);
  background-color: transparent;
  line-height: 1;
  padding: 10px 15px 6px 15px;
  font-family: "Crimson Text";
  color: #959595;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-tags-list .azen-general .azen-tag:hover a {
  background-color: #ff0000;
  color: #ffffff;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 {
  position: relative;
  z-index: 6;
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general {
  position: relative;
  padding: 28px 0;
  width: 100%;
  display: table;
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general {
    min-height: inherit;
    padding: 30px 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-left-part {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-left-part {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    line-height: 16px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-left-part .azen-text {
  font-family: "Crimson Text";
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #888888;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-left-part .azen-text a {
  margin-left: 5px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-left-part .azen-text a span {
  color: #ff0000;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-left-part .azen-text a:hover span {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-right-part {
  text-align: right;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-right-part {
    text-align: center;
  }
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-right-part {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 27px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-right-part .azen-category a {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Crimson Text";
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #888888;
  margin: 14px 0 14px 42px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-right-part .azen-category a:hover {
  color: #ff0000;
}
@media (max-width: 750px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-under-footer-1 .azen-general .azen-right-part .azen-category a {
    margin: 5px 5px 0 10px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 {
  position: relative;
  height: 100px;
  z-index: 10;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div > div {
  margin: 0 auto;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1[data-over-top="true"] {
  margin-top: -100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1[data-over-bottom="true"] {
  margin-bottom: -100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div {
  box-shadow: 0px 1px 8px 0 rgba(187, 187, 187, 0.5);
  -webkit-font-smoothing: antialiased;
  animation-iteration-count: 1;
  animation-duration: 1s;
  top: 0;
  left: 0;
  right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  min-height: 100px;
  background: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  z-index: 10;
  width: 100%;
}
@media (max-width: 480px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-title {
  -webkit-flex-shrink: 0;
  -khtml-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1081px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-title {
    padding-right: 26px;
  }
}
@media (max-width: 480px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-title {
    padding-right: 21px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -khtml-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-title a .azen-wrp-logo {
  padding-right: 15px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-title a .azen-wrp-logo img {
  display: block;
  max-width: 155px;
  max-height: 60px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-title.azen-active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-mobile-menu-button {
  display: none;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto 0;
  padding: 15px 0 15px 15px;
  width: 17px;
  height: 17px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-mobile-menu-button:hover {
  color: #ff0000;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-mobile-menu-button {
    display: block;
    right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-mobile-menu-button .az-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-menu-checkbox {
  display: none;
  user-select: none;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-menu-checkbox:checked + .azen-nav-menu {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -khtml-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    margin: 0;
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
    background: #ffffff;
    text-align: left;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 8px;
  line-height: 100px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item {
    display: block;
    line-height: 40px;
    text-transform: none;
    margin-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
  line-height: 34px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a .az-icon {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a:hover {
  color: #ff0000;
  border-color: #ff0000;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
    border: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
  display: inline-block;
  position: relative;
  padding: 0 29px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a.azen-active {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
    padding: 0 11px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item > a {
    display: inline-block;
    padding: 6px 0;
    line-height: normal;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-active > a {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
  user-select: none;
}
@media (min-width: 992px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
    display: none;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label {
    display: inline-block;
    margin-left: 5px;
    padding: 0 5px;
    cursor: pointer;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item.azen-menu-item-has-children label:after {
    content: '';
    display: inline-block;
    margin-bottom: 3px;
    border: solid #ff0000;
    border-width: 0 1px 1px 0;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-menu {
    display: block;
    margin-top: 9px;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-menu-checkbox:checked + .azen-sub-mega-menu {
    display: block;
    margin-top: 9px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  top: 100px;
  left: -20px;
  box-shadow: 0px 1px 8px 0 rgba(187, 187, 187, 0.5);
  border-top: 2px solid #ff0000;
  min-width: 260px;
  background: #ffffff;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
    top: 30px;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
    position: static;
    margin: 0;
    box-shadow: none;
    border: none;
    min-width: 0;
    white-space: normal;
    display: none;
    visibility: visible;
    opacity: 1;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
  width: 25%;
  text-align: left;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item {
    display: block;
    width: 100%;
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item a:hover {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-title {
  text-transform: uppercase;
  color: #000000;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-title:after {
  content: "";
  border-bottom: 4px solid #ff0000;
  border-radius: 3px;
  width: 44px;
  margin-top: 18px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category {
  padding: 35px 0 40px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category {
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  line-height: 40px;
  background-color: transparent;
  display: block;
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link {
    margin-bottom: 0;
    line-height: 30px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link > span {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link > span:first-child {
  padding-left: 53px;
  margin-right: 17px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link > span:first-child:before {
  color: #ff0000;
  font-size: 14px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link > span:first-child:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link > span:first-child {
    padding-left: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link .azen-category-item {
  font-family: "Poppins";
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding-left: 0;
  padding-right: 53px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link .azen-category-item {
    padding-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link:hover {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link:hover {
    background-color: transparent;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link:hover .azen-category-item {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-category .azen-sub-menu-link:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu > .azen-menu-item {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu > .azen-menu-item .azen-sub-menu {
  top: 0px;
  left: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
  width: auto;
  min-width: 270px;
  padding: 35px 0 40px;
  text-align: left;
  z-index: 15;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
    left: 20%;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu {
    min-width: inherit;
    padding: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-bottom: 6px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  line-height: 40px;
  background-color: transparent;
  display: block;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a {
    line-height: 30px;
    display: inline-block;
    margin-bottom: 6px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a span {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a span:first-child {
  padding-left: 53px;
  margin-right: 17px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a span:first-child:before {
  color: #ff0000;
  font-size: 14px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a span:first-child:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a span:first-child {
    padding-left: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .azen-category-item {
  font-family: "Crimson Text";
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding-left: 0;
  padding-right: 53px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a .azen-category-item {
    padding-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover {
    background-color: transparent;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item a:hover .azen-category-item {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu {
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item > .azen-sub-menu {
    visibility: visible;
    opacity: 1;
    margin-left: 24px;
    width: auto;
    box-sizing: border-box;
    min-width: inherit;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:hover > .azen-sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-menu-item:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item {
  width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item > .azen-sub-menu-link {
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item > .azen-sub-menu-link .azen-right-icon:before {
  position: absolute;
  font-size: 14px;
  color: #ff0000;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item > .azen-sub-menu-link .azen-right-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item > .azen-sub-menu-link {
    display: inline-block;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item > .azen-sub-menu {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 100%;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item > .azen-sub-menu {
    visibility: visible;
    opacity: 1;
    margin-left: 24px;
    width: auto;
    box-sizing: border-box;
    min-width: inherit;
  }
}
@media (min-width: 992px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item .azen-sub-menu .azen-sub-menu-item .azen-sub-sub-menu-item:hover .azen-sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item:hover .azen-sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-nav-menu > .azen-menu-item:hover .azen-sub-mega-menu {
    visibility: visible;
    opacity: 1;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -khtml-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social {
    margin-right: 38px;
  }
}
@media (max-width: 480px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social {
    margin-right: 41px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social {
    margin-right: 30px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-mobile-button {
  cursor: pointer;
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-mobile-button {
    margin-right: 12px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-mobile-button:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-mobile-button span:before {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #000000;
  font-size: 14px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-mobile-button:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp {
  position: absolute;
  top: 100px;
  right: 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 200px;
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform {
  display: inline-block;
  width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform .azen-searchform-wrapper {
  box-shadow: 0px 1px 8px 0 rgba(187, 187, 187, 0.5);
  border-top: 2px solid #ff0000;
  padding: 35px 40px;
  line-height: 48px;
  background-color: #ffffff;
  position: relative;
  border-collapse: separate;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform .azen-searchform-wrapper {
    border-top: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform .azen-searchform-wrapper .azen-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"] {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-appearance: none !important;
  -khtml-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #ff9999;
  text-transform: capitalize;
  box-sizing: border-box;
  box-shadow: none;
  background-color: #ffffff;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Crimson Text";
  font-weight: 400;
  font-size: 18px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:placeholder {
  color: #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]::placeholder {
  color: #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]::-webkit-input-placeholder {
  color: #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]::-moz-placeholder {
  color: #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:-moz-placeholder {
  color: #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:-ms-input-placeholder {
  color: #4d4d4d;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:focus {
  background-color: #ffffff;
  color: #000000;
  border-color: #ff0000;
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:focus:placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:focus::placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:focus::-webkit-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:focus::-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:focus:-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform input[name="s"]:focus:-ms-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform .azen-submit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-search-form-wrp .azen-searchform .azen-submit input {
  display: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-header-1 > div .azen-inner .azen-social .azen-menu-checkbox:checked + .azen-search-form-wrp {
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: calc(20% - 80px);
  background-color: #ff0000;
  padding: 152px 40px;
}
@media (max-width: 1440px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item {
    width: calc(25% - 80px);
  }
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item {
    width: calc(33.3333333333% - 80px);
  }
}
@media (max-width: 850px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item {
    width: calc(50% - 80px);
  }
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item {
    width: calc(100% - 80px);
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item:nth-child(2n) {
  background-color: #ff0a0a;
}
div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item .azen-score {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 21px;
  line-height: 1.2;
  letter-spacing: 2px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-fun-facts .azen-general .azen-item .azen-title {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 203px 0 192px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-icon {
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-icon a {
  display: block;
  margin: auto;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #ff0000;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-icon a span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-icon a span:before {
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-icon a:hover {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-icon a:hover span:before {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #ffffff;
  text-transform: capitalize;
  text-transform: inherit;
  font-weight: 300;
  margin-bottom: 9px;
  font-size: 36px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title span {
  margin-right: 15px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title span:nth-child(2n) {
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title span:last-child {
  margin-right: 0;
}
@media (max-width: 420px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-title {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-descrption {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  color: #ffffff;
  font-style: italic;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 420px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-descrption {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-video .azen-general .azen-descrption {
    font-size: 18px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features {
  background-color: rgba(255, 0, 0, 0.07000000000000001);
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general {
  position: relative;
  text-align: center;
  padding: 99px 0 77px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-introduction {
  font-family: "Crimson Text";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #888888;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 52px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part,
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part {
    width: 50%;
  }
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part,
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part {
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item {
  margin-bottom: 65px;
  padding-right: 36px;
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item,
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item {
    padding-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-text,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-text {
  display: inline-block;
  text-align: right;
  width: 78%;
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-text,
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-text {
    width: 70%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-text .azen-header,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-text .azen-header {
  font-family: "Poppins";
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-right: 13px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-icon,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-icon {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-icon,
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-icon {
    width: 30%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-icon .azen-icon-bg,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-icon .azen-icon-bg {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  border: 1px solid #ff0000;
  border-radius: 100%;
  margin: auto;
  width: 42px;
  height: 42px;
  background-color: transparent;
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-icon .azen-icon-bg,
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-icon .azen-icon-bg {
    float: right;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-icon .azen-icon-bg span,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-icon .azen-icon-bg span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-icon .azen-icon-bg span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-icon .azen-icon-bg span:before {
  color: #ff0000;
  font-size: 18px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-text,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-text {
  text-align: right;
  color: #666666;
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 20px;
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-text,
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-text {
    text-align: left;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a:hover .azen-part-icon .azen-icon-bg,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a:hover .azen-part-icon .azen-icon-bg {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a:hover .azen-part-icon .azen-icon-bg span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a:hover .azen-part-icon .azen-icon-bg span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-middle-img {
  display: inline-block;
  width: 40%;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-middle-img {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item:last-child {
    margin-bottom: 65px;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-left-part .azen-item a .azen-part-text {
    text-align: left;
  }
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part {
    margin-top: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item {
  padding-left: 36px;
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item {
    padding-left: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-text {
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-text .azen-header {
  padding-left: 13px;
  padding-right: 0;
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-text .azen-header {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-part-icon {
    float: right;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-text {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}
@media (max-width: 670px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item a .azen-text {
    padding-left: 0;
    padding-right: 20px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-core-features .azen-general .azen-content .azen-content-right-part .azen-item:after {
  content: "";
  display: table;
  clear: both;
}
div.azen.azen1.azen2.azen3 .azen-citrix-introduction {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-introduction:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-introduction .azen-general {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 98px 0 104px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-introduction .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 48px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-introduction .azen-general .azen-title {
    font-size: 42px;
  }
}
@media (max-width: 520px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-introduction .azen-general .azen-title {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-introduction .azen-general .azen-title {
    font-size: 36px;
  }
}
@media (max-width: 460px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-introduction .azen-general .azen-title {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-introduction .azen-general .azen-title {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general {
  text-align: center;
  padding: 92px 0 100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-sort {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 1;
  color: #000000;
  display: inline-block;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 28px 20px 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-tabs-wrapper {
  display: inline-block;
  margin-bottom: 84px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 0 18px;
  border-radius: 5px;
  line-height: 38px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button span {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: "Crimson Text";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 1;
  color: #888888;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.65;
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button:hover {
  cursor: pointer;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button:hover span {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-tabs-wrapper .azen-choise-item.azen-button.az-is-checked span {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants {
  text-align: center;
  margin: -15px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item {
  width: 33.3333333333%;
  height: auto;
  display: inline-block;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item {
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item {
  margin: 15px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item a {
  display: block;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item a:before {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item a .azen-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 270px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item a span:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-under-img {
  text-align: center;
  border: 1px solid rgba(255, 0, 0, 0.1);
  border-top: none;
  padding: 24px 27px 25px 27px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-under-img .azen-img-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-under-img .azen-img-title a {
  color: #000000;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-under-img .azen-img-title a:before {
  content: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-under-img .azen-img-title:hover a {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-under-img .azen-text {
  font-family: "Crimson Text";
  font-style: italic;
  color: #666666;
  font-size: 18px;
  font-style: 300;
  text-transform: capitalize;
  line-height: 21px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item .azen-under-img:after {
  display: table;
  content: "";
  clear: both;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item:hover a:before {
  background-color: rgba(255, 0, 0, 0.8);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item:hover a span {
  background-color: rgba(0, 0, 0, 0.75);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item:hover a span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-isotope .azen-general .azen-variants .azen-item .azen-wrapper-item:hover .azen-img-title:hover a {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details {
  margin-bottom: 70px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper {
  display: table;
  width: 100%;
  padding-bottom: 40px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper:last-child {
  padding-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-circle {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-circle .azen-circle-wrp {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 68px;
  background-color: transparent;
  border: 1px solid #ff0000;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-circle .azen-circle-wrp span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-circle .azen-circle-wrp span:before {
  font-size: 24px;
  color: #ff0000;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-text {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-text .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: -5px 0 12px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-text .azen-title:after {
  content: "";
  background-color: rgba(255, 0, 0, 0.15);
  height: 1px;
  width: 70px;
  margin-top: 11px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper .azen-text .azen-description {
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #666666;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper:hover .azen-circle .azen-circle-wrp {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-contact-details .azen-general .azen-wrapper:hover .azen-circle .azen-circle-wrp span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field {
  margin-bottom: 20px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 18px 48px 28px 29px;
  height: 150px;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid rgba(255, 0, 0, 0.15);
  display: block;
  font-family: "Crimson Text";
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea::placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea::-webkit-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea::-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:-ms-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:focus {
  color: #000000;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:focus:placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:focus::placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:focus::-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:focus:-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-field textarea:focus:-ms-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-container {
  margin-bottom: 40px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-container .azen-button {
  display: block;
  text-align: right;
}
@media (max-width: 420px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-form-container .azen-button {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-container .azen-button button {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  padding: 0 40px;
  background-color: #ff0000;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-container .azen-button button:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-form-container .azen-button button:hover {
  background-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field {
  margin-bottom: 20px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"],
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"],
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"] {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  height: 60px;
  width: 100%;
  padding: 0 48px 0 30px;
  border: 1px solid rgba(255, 0, 0, 0.15);
  text-transform: capitalize;
  box-sizing: border-box;
  box-shadow: none;
  background-color: transparent;
  display: inline-block;
  font-family: "Crimson Text";
  font-weight: 400;
  font-size: 20px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]::placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]::-webkit-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]::-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:-moz-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:-ms-input-placeholder {
  color: #888888;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:focus,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:focus {
  color: #000000;
  border-color: #ff0000;
  -webkit-outline: none;
  -khtml-outline: none;
  -moz-outline: none;
  -ms-outline: none;
  outline: none;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:focus:placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:focus:placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:focus::placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:focus::placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:focus::-webkit-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:focus::-webkit-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:focus::-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:focus::-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:focus:-moz-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:focus:-moz-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="name"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="email"]:focus:-ms-input-placeholder,
div.azen.azen1.azen2.azen3 .azen-citrix-input-field input[name="subject"]:focus:-ms-input-placeholder {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 26, 26, 0.35);
  z-index: 1;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-lines: multiple;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -o-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-left-part {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% - 262px);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -khtml-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-position: bottom center;
    width: 100%;
    height: 499px;
  }
}
@media (max-width: 590px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-left-part {
    background-size: contain;
    height: 360px;
  }
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-left-part {
    height: 320px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-left-part {
    height: 280px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-left-part {
    height: 240px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-left-part {
    height: 200px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general {
  position: relative;
  z-index: 2;
  padding: 109px 0 62px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-display: flex;
    -khtml-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -khtml-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part {
  width: calc(50% + 200px);
  float: right;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part {
    width: 100%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 4px;
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-introduction {
    font-size: 22px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-introduction {
    font-size: 18px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-title {
  font-family: "Poppins";
  text-transform: capitalize;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 48px;
  line-height: 1.2;
}
@media (max-width: 610px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-title {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-title {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-title {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part {
  counter-reset: section;
  width: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  padding-right: 20px;
  padding-bottom: 44px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper:nth-child(2n) {
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper:last-child {
  padding-bottom: 0;
}
@media (max-width: 650px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-circle {
  display: table-cell;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-circle .azen-circle-wrp {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background-color: transparent;
  border: 1px solid #ff4d4d;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-circle .azen-circle-wrp .azen-score {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Poppins";
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-circle .azen-circle-wrp .azen-score:before {
  counter-increment: section;
  content: "0" counter(section);
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-text {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 29px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-text .azen-title {
  font-family: "Poppins";
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-text .azen-title:after {
  content: "";
  background-color: #ff0000;
  height: 1px;
  width: 30px;
  margin-top: 15px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper .azen-text .azen-description {
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general .azen-right-part .azen-info-part .azen-wrapper:hover .azen-circle .azen-circle-wrp {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-what-we-do .azen-general:after {
  display: table;
  clear: both;
  content: "";
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(26, 0, 0, 0.3);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
  margin-bottom: 33px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  font-size: 100px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 0.95;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span:first-child {
  white-space: nowrap;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span:nth-child(2) {
  display: block;
  color: #ff0000;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span {
    font-size: 75px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span {
    font-size: 55px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span {
    font-size: 42px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  font-style: italic;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 27px;
  line-height: 1;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 25px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  margin-right: 30px;
}
@media (max-width: 995px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
    margin-bottom: 30px;
    display: block;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2 {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0 67px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  z-index: 100;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  background: none;
  pointer-events: auto;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 58px;
  height: 58px;
  border-radius: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover span:before {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
  top: 44%;
  right: 100%;
  margin-right: 16x;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before {
  left: 48%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
    right: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  top: 44%;
  left: 100%;
  margin-left: 16px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  left: 52%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-2 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    left: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(26, 0, 0, 0.3);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
  white-space: nowrap;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  font-size: 100px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 32px;
  line-height: 0.95;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 75px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    white-space: normal;
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 28px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper {
  margin-bottom: 47px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper {
    text-align: left;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper .azen-text {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  display: table;
  font-style: italic;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper .azen-text:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper .azen-text .az-icon {
  display: table-cell;
  padding-right: 20px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper .azen-text .az-icon:before {
  vertical-align: middle;
  color: #ff0000;
  font-size: 20px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper .azen-text .azen-element-text {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper .azen-text {
    font-size: 25px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text-wrapper .azen-text {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  margin-right: 30px;
}
@media (max-width: 995px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
    margin-bottom: 30px;
    display: block;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2 {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #ff0000;
  padding: 0 67px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2 {
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  z-index: 100;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  background: none;
  pointer-events: auto;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 58px;
  height: 58px;
  border-radius: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover span:before {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
  top: 44%;
  right: 100%;
  margin-right: 16x;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before {
  left: 48%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
    right: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  top: 44%;
  left: 100%;
  margin-left: 16px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  left: 52%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-3 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    left: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(26, 0, 0, 0.3);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 420px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  font-size: 80px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 57px;
  line-height: 0.95;
  letter-spacing: 3px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span:first-child {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  font-weight: 300;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title span:nth-child(2) {
  font-weight: 800;
  white-space: nowrap;
  display: block;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 75px;
  }
}
@media (max-width: 800px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    white-space: normal;
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 28px;
  }
}
@media (max-width: 420px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 24px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  display: table;
  font-style: italic;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 27px;
  line-height: 1;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 25px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  margin-right: 30px;
}
@media (max-width: 995px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button {
    margin-bottom: 30px;
    display: block;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button {
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  z-index: 100;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  background: none;
  pointer-events: auto;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 58px;
  height: 58px;
  border-radius: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover span:before {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
  top: 44%;
  right: 100%;
  margin-right: 16x;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before {
  left: 48%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
    right: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  top: 44%;
  left: 100%;
  margin-left: 16px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  left: 52%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-4 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    left: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general {
  position: relative;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(26, 0, 0, 0.3);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-display: flex;
  -khtml-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -khtml-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-lines: single;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-box-lines: single;
  -o-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -khtml-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -khtml-box-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -khtml-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
  display: table;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp {
    max-width: 800px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 100px;
  font-weight: 400;
  color: #ffffff;
  text-transform: inherit;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 75px;
    line-height: 70px;
  }
}
@media (max-width: 800px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 55px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-title {
    font-size: 26px;
    white-space: normal;
    line-height: 0.95;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  font-style: italic;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 48px;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 25px;
  }
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-text {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  margin-right: 30px;
}
@media (max-width: 995px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1 {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-1:hover {
  background-color: #000000;
  border-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2 {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0 67px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-slides .azen-citrix-slide-wrapper .azen-item .azen-wrapper-content .azen-wrp .azen-button .azen-button-2:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  z-index: 100;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  background: none;
  pointer-events: auto;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: 58px;
  height: 58px;
  border-radius: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev,
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover {
  background-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev:hover span:before,
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next:hover span:before {
  color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
  top: 44%;
  right: 100%;
  margin-right: 16x;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev span:before {
  left: 48%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-prev {
    right: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
  top: 44%;
  left: 100%;
  margin-left: 16px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next span:before {
  left: 52%;
}
@media (max-width: 1400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-slider-5 .azen-general .azen-slider .az-slider .az-flex-direction-nav .az-flex-next {
    left: 90%;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(26, 0, 0, 0.3);
  z-index: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general {
  position: relative;
  z-index: 11;
  text-align: center;
  padding: 281px 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 72px;
  text-transform: capitalize;
  margin-bottom: 29px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title:after {
  display: block;
  margin-right: auto;
  margin-left: auto;
  content: "";
  margin-top: 35px;
  height: 1px;
  width: 70px;
  background-color: #888888;
}
@media (max-width: 730px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title {
    font-size: 62px;
  }
}
@media (max-width: 630px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title {
    font-size: 52px;
  }
}
@media (max-width: 540px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title {
    font-size: 42px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title {
    font-size: 34px;
    margin-bottom: 33px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title {
    font-size: 28px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title .azen-first-word {
  font-weight: 300;
  margin-right: 30px;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title .azen-first-word {
    margin-right: 20px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title .azen-first-word {
    margin-right: 10px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-title .azen-second-word {
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #cccccc;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
  text-transform: inherit;
  color: #ffffff;
  margin-bottom: 22px;
  font-weight: 600;
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-introduction {
    margin-bottom: 39px;
  }
}
@media (max-width: 380px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-introduction {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-button .azen-button-1 {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
  margin-right: 30px;
  padding: 0 55px;
}
@media (max-width: 995px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-button .azen-button-1 {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-button .azen-button-1:hover {
  background-color: #000000;
  border-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-button .azen-button-2 {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0 33px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-promo-box-1 .azen-general .azen-button .azen-button-2:hover {
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio {
  position: relative;
  background-color: transparent;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general {
  position: relative;
  z-index: 2;
  padding: 99px 0 70px;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #999999;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 52px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a {
  display: inline-block;
  width: calc(33.3333333333% - 30px);
  margin: 0 30px 30px 0;
  position: relative;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:nth-child(3n) {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:before {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a {
    width: calc(50% - 30px);
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:nth-child(3n) {
    margin-right: 30px;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 699px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a {
    width: 100%;
    margin-right: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:nth-child(3n) {
    margin-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a .azen-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 270px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a .azen-text-wrapper {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a .azen-text-wrapper .azen-text-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: transparent;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 7px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a .azen-text-wrapper .azen-text-description {
  font-family: "Crimson Text";
  font-style: italic;
  color: transparent;
  font-size: 18px;
  font-style: 300;
  text-transform: capitalize;
  line-height: 21px;
  vertical-align: middle;
  margin-bottom: 27px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a .azen-text-wrapper span {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a .azen-text-wrapper span:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:hover:before {
  background-color: rgba(255, 0, 0, 0.8);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:hover .azen-text-wrapper .azen-text-title,
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:hover .azen-text-wrapper .azen-text-description {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:hover .azen-text-wrapper span {
  border-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio .azen-general .azen-portfolio a:hover .azen-text-wrapper span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio[data-light-branded-background="true"]:before {
  background-color: rgba(255, 51, 51, 0.1);
}
div.azen.azen1.azen2.azen3 .azen-citrix-feature {
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-feature .azen-general {
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-feature .azen-general .azen-item {
  display: inline-block;
  width: auto;
  border: 1px solid rgba(255, 0, 0, 0.15);
  padding: 44px 30px 46px;
  margin: 0 30px 30px 0;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-feature .azen-general .azen-item .azen-title {
  font-family: "Poppins";
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-feature .azen-general .azen-item .azen-text {
  color: #666666;
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
div.azen.azen1.azen2.azen3 .azen-citrix-button {
  text-align: left;
  margin-bottom: 60px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-button .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background-color: #ff0000;
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-button .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-button .azen-button a:hover {
  background-color: #000000;
  border-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general {
  padding: 98px 0 100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 50px);
  padding-right: 50px;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part {
    width: 100%;
    padding-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-title {
  font-family: "Crimson Text";
  color: #999999;
  font-style: italic;
  font-size: 24px;
  text-transform: inherit;
  margin-bottom: 2px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description {
  font-family: "Poppins";
  text-transform: inherit;
  font-size: 36px;
  color: #000000;
  margin-bottom: 29px;
  line-height: 1.2;
}
@media (max-width: 610px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description span {
  display: inline-block;
  font-weight: 400;
  padding-right: 10px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description span:last-child {
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description span:nth-child(2),
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description span:nth-child(6) {
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-description span:nth-child(2n) {
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-text-part {
  margin-bottom: 47px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-text-part .azen-text {
  font-family: "Crimson Text";
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-text-part .azen-text:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 0 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-left-part .azen-button a:hover {
  background-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part {
  display: inline-block;
  width: 50%;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part {
    width: 100%;
    padding-top: 70px;
  }
}
@media (max-width: 644px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part {
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item {
  text-align: center;
  display: inline-block;
  width: 208px;
  border: 1px solid rgba(255, 0, 0, 0.15);
  padding: 44px 30px 46px;
  margin: 0 30px 30px 0;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item:nth-child(2n) {
    margin-right: 30px;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item:last-child {
    margin: 0;
  }
}
@media (max-width: 644px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item:nth-child(2n) {
    margin-right: auto;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item .azen-title {
  font-family: "Poppins";
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-about-us-features .azen-general .azen-right-part .azen-item .azen-text {
  color: #666666;
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us {
  background-color: rgba(255, 0, 0, 0.07000000000000001);
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general {
  padding: 98px 0 100px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part {
  width: 50%;
}
@media (max-width: 700px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part {
    width: 100%;
    padding-bottom: 40px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-title {
  font-family: "Crimson Text";
  color: #999999;
  font-style: italic;
  font-size: 24px;
  text-transform: inherit;
  margin-bottom: 2px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-description {
  font-family: "Poppins";
  text-transform: inherit;
  font-size: 36px;
  color: #000000;
  margin-bottom: 39px;
  line-height: 1.2;
}
@media (max-width: 610px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-description {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-description {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-description {
    font-size: 22px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-description span {
  display: inline-block;
  font-weight: 400;
  padding-right: 14px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-description span:last-child {
  padding-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-description span:nth-child(2n) {
  font-weight: 600;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-text-part {
  margin-bottom: 47px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-text-part .azen-text {
  font-family: "Crimson Text";
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-text-part .azen-text:last-child {
  margin-bottom: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-button a {
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
  font-family: "Poppins";
  padding: 0 46px;
  line-height: 53px;
  color: #ff0000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ff0000;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 0 41px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-left-part .azen-button a:hover {
  background-color: #000000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-right-part {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% - 20px);
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 700px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-right-part {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-position: center center;
    width: 100%;
    height: 548px;
  }
}
@media (max-width: 590px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-right-part {
    background-size: contain;
    height: 360px;
  }
}
@media (max-width: 550px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-right-part {
    height: 320px;
  }
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-right-part {
    height: 280px;
  }
}
@media (max-width: 450px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-right-part {
    height: 240px;
  }
}
@media (max-width: 400px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-why-work-with-us .azen-general .azen-right-part {
    height: 200px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 {
  position: relative;
  background-color: transparent;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general {
  position: relative;
  z-index: 2;
  padding: 99px 0 70px;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-introduction {
  font-family: "Crimson Text";
  color: #888888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 40px;
  color: #999999;
  font-style: italic;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 52px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio {
  margin: 0 -15px;
}
@media (max-width: 699px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 0 30px 30px 0;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 699px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper {
    width: 100%;
    margin-right: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper:last-child {
    margin-bottom: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper a {
  display: block;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper a .azen-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 370px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper a .azen-bg:before {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper a span {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper a span:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper .azen-text-wrapper a {
  display: block;
  background-color: rgba(255, 51, 51, 0.1);
  padding: 24px 25px 26px 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper .azen-text-wrapper a .azen-text-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 7px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper .azen-text-wrapper a .azen-text-description {
  font-family: "Crimson Text";
  font-style: italic;
  color: #666666;
  font-size: 18px;
  font-style: 300;
  text-transform: capitalize;
  line-height: 21px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover a .azen-bg:before {
  background-color: rgba(255, 0, 0, 0.8);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover a span {
  border-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover a span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover .azen-text-wrapper:hover a .azen-text-title {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-1[data-light-branded-background="true"]:before {
  background-color: rgba(255, 51, 51, 0.1);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general {
  text-align: center;
  padding: 100px 0 41px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part {
  margin-bottom: 39px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-big-image {
  padding-bottom: 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-big-image img {
  display: block;
  width: 100%;
  height: 100%;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image {
  display: block;
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img {
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img img {
  display: block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img:nth-child(odd) {
  float: left;
  margin-right: 15px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img:nth-child(even) {
  float: right;
  margin-left: 15px;
}
@media (max-width: 500px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img {
    width: 100%;
    margin-bottom: 30px;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img:nth-child(odd),
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-image-part .azen-little-image .azen-img:last-child {
    margin-bottom: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part {
  vertical-align: top;
  display: inline-block;
  width: calc(75% - 30px);
  padding-right: 30px;
  text-align: left;
}
@media (max-width: 692px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part {
    width: 100%;
    padding-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-title {
  font-family: "Poppins";
  font-size: 36px;
  color: #000000;
  margin-bottom: 29px;
  line-height: 1.2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-text {
  font-family: "Crimson Text";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: #666666;
  margin-bottom: 48px;
}
@media (max-width: 692px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social {
    margin-bottom: 10px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social .azen-social-title {
  vertical-align: top;
  margin-right: 9px;
  display: inline-block;
  font-family: "Poppins";
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social .azen-social-icons {
  display: inline-block;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social .azen-social-icons a {
  display: inline-block;
  margin: 0 8px 9px 7px;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social .azen-social-icons a span {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #bbbbbb;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social .azen-social-icons a span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #bbbbbb;
  font-size: 14px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social .azen-social-icons a:hover span {
  background-color: #ff0000;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-left-info-part .azen-social .azen-social-icons a:hover span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 70px);
  text-align: left;
  padding-left: 70px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 0, 0, 0.15);
}
@media (max-width: 692px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part {
    width: 100%;
    padding-left: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part:before {
    display: none;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part .azen-info {
  margin-bottom: 33px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part .azen-info:last-child {
  margin-bottom: 0;
}
@media (max-width: 692px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part .azen-info {
    display: inline-block;
    margin: 0 35px 17px 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part .azen-info:last-child {
    margin-right: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part .azen-info .azen-info-title {
  font-family: "Poppins";
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 4px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-detailed .azen-general .azen-info-part .azen-right-info-part .azen-info .azen-info-text {
  font-family: "Crimson Text";
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  color: #666666;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 {
  position: relative;
  background-color: transparent;
  z-index: 2;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general {
  position: relative;
  z-index: 2;
  padding: 41px 0 70px;
  text-align: center;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-title {
  text-align: left;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
  color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 41px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio {
  margin: 0 -15px;
}
@media (max-width: 599px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio {
    margin: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper {
  display: inline-block;
  width: calc(33.3333333333% - 30px);
  margin: 0 30px 30px 0;
  vertical-align: top;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper {
    width: calc(50% - 30px);
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:nth-child(2n) {
    margin-right: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:nth-child(3n) {
    margin-right: 30px;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:last-child {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper {
    width: 100%;
    margin-right: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:nth-child(3n) {
    margin-right: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:last-child {
    margin-bottom: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper a {
  display: block;
  position: relative;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper a .azen-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 270px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper a .azen-bg:before {
  display: block;
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper a span {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper a span:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper .azen-text-wrapper {
  border: 1px solid rgba(255, 0, 0, 0.15);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper .azen-text-wrapper a {
  display: block;
  background-color: transparent;
  padding: 23px 25px 25px 25px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper .azen-text-wrapper a .azen-text-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 7px;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper .azen-text-wrapper a .azen-text-description {
  font-family: "Crimson Text";
  font-style: italic;
  color: #666666;
  font-size: 18px;
  font-style: 300;
  text-transform: capitalize;
  line-height: 21px;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover a .azen-bg:before {
  background-color: rgba(255, 0, 0, 0.8);
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover a span {
  border-color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover a span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-portfolio-2 .azen-general .azen-portfolio .azen-portfolio-wrapper:hover .azen-text-wrapper:hover a .azen-text-title {
  color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section {
  background-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu {
  width: 100%;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu {
    line-height: 25px;
    padding: 25px 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part {
  display: inline-block;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part {
    display: block;
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part .azen-data .azen-data-item {
  display: inline-block;
  margin-right: 15px;
  line-height: 50px;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part .azen-data .azen-data-item {
    line-height: inherit;
    margin: 0 7px 15px 7px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part .azen-data .azen-data-item:last-child {
  margin-right: 0;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part .azen-data .azen-data-item span {
  vertical-align: middle;
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #ff4d4d;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part .azen-data .azen-data-item span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ff8080;
  font-size: 14px;
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part .azen-data .azen-data-item:hover span {
  background-color: #ff4d4d;
  border-color: #ff0000;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-left-part .azen-data .azen-data-item:hover span:before {
  color: #ffffff;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-right-part {
  float: right;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-right-part {
    float: none;
    display: block;
    text-align: center;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-right-part .azen-data {
  display: inline-block;
  vertical-align: middle;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-right-part .azen-data .azen-data-item {
  line-height: 50px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #ffb3b3;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-right-part .azen-data .azen-data-item .azen-data-text {
  text-transform: capitalize;
}
div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-right-part .azen-data .azen-data-item .azen-data-hours {
  padding-left: 5px;
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 660px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-upper-menu-section .azen-general .azen-upper-menu .azen-right-part .azen-data .azen-data-item {
    line-height: 25px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs {
  text-align: center;
  margin-bottom: 80px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general {
  text-align: left;
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 5px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:last-child {
  margin-right: 0;
}
@media (max-width: 680px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item {
    display: block;
    margin-right: 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:first-child a {
    border-radius: 8px 8px 0 0;
  }
  div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item:nth-child(n + 2) a {
    border-radius: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
  display: inline-block;
  font-family: "Poppins";
  background-color: #ff0000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 30px 16px 30px;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 680px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item a {
    display: block;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
  background-color: transparent;
  border-top: 3px solid #ff0000;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 680px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active {
    border-top: 0;
    border-radius: 0;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-choice .azen-choice-item.az-active a {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 30px 16px 30px;
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-variants {
  border-radius: 0 8px 8px 8px;
  background-color: #ffffff;
}
@media (max-width: 680px) {
  div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-variants {
    border-radius: 0 0 8px 8px;
  }
}
div.azen.azen1.azen2.azen3 .azen-citrix-mangas-tabs .azen-general .az-tabs .azen-variants .azen-variants-item {
  display: table;
  padding: 33px 40px 42px 40px;
  width: 100%;
  box-sizing: border-box;
}
