/* New CSS */
html {
  height: 100%;
}

body {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 160%;
  margin: 0px;
  padding: 0px;
  background: #fff;
}

body > .topbar {
  position: relative !important;
  height: 72px;
  /* min-width: 1029px; */
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}

body > .topbar .topbar-inner {
  background: none;
  background: #515151; /* Old browsers */

  background: -moz-linear-gradient(top, #515151 0%, #333333 100%); /* FF3.6+ */

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #515151),
    color-stop(100%, #333333)
  ); /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(
    top,
    #515151 0%,
    #333333 100%
  ); /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(
    top,
    #515151 0%,
    #333333 100%
  ); /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #515151 0%, #333333 100%); /* IE10+ */

  background: linear-gradient(to bottom, #515151 0%, #333333 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

body > .topbar .topbar-inner > .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

#ws-topbar .brand.logo {
  width: 150px;
  height: 52px;
  padding: 10px 21px;
  /*background-image: url(../../../../config/images/logo.png);*/
  background-repeat: no-repeat;
  background-position: center center;
}

#ws-topbar .nav > li a {
  white-space: nowrap;
  color: #eee;
  font-size: 13px;
}

#ws-topbar .icon {
  margin-bottom: 2px;
}

#ws-topbar .nav > li .dropdown-menu {
  max-width: none;
}

#ws-topbar .nav > li > .dropdown-menu {
  top: 72px;
  text-align: left;
  right: 18px;
}
#ws-topbar .whapps > li > .dropdown-menu {
  height: 600px;
  top: 72px;
  text-align: left;
  right: -39px;
}

#ws-topbar .nav > li .category > .dropdown-menu {
  top: -6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#ws-topbar .links {
  margin: 0px;
}

#ws-topbar .links > .link {
  height: 72px;
}

#ws-topbar .links > .link > a {
  line-height: 51px;
}

.container-fluid.page {
  padding-left: 0px;
  padding-right: 0px;
  height: 100%;
  min-width: 1265px;
}

#ws-content {
  padding-top: 0px;
  height: auto;
  /*position: absolute;*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 630px;
  background: #fff;
}

.main_content {
  margin: 0 auto 0 auto;
  /* width: 800px; */
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 160px;
  padding-right: 8px;
}

.inline_content.main_content .row {
  margin-left: 0;
}

.container-fluid > .sidebar.list_panel {
  width: 192px;

  position: absolute;
  height: auto;
  top: 0;
  box-shadow: none !important;
}
#resource-listpanel {
  left: 164px;
}

.container-fluid > .content {
  margin-left: 212px;
}

.background {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #ffffff;
  /*    background-color: #6E7377;*/
}

.footer_wrapper {
  position: fixed;
  bottom: 2px;
  text-align: right;
  right: 0;
}

.footer_wrapper .powered_by a {
  margin-right: 5px;
  text-shadow: 1px 1px 3px #333;
  font-size: 11px;
  text-decoration: none;
  color: #bfbfbf;
}

.footer_wrapper .powered_by a:hover {
  color: #ffffff;
}

.footer_wrapper .tag_version {
  font-size: 10px;
  color: #bfbfbf;
}

#loading {
  font-size: large;
  color: #ebebeb;
  padding: 2em;

  background-color: #999999;
  border: 1px;
  border-radius: 1em;
  box-shadow: 3px 3px 3px #333333;

  position: absolute;
  top: 43%;
  left: 43%;
  z-index: 30000;
  opacity: 0.8;
  display: none;
}

#loading .graphic {
  float: left;
}

#loading .text {
  float: left;
  line-height: 32px;
  margin-left: 10px;
}

#span_ajax_loader {
  margin-left: 1em;
  vertical-align: middle;
}

/**** Tooltip ****/
.tooltip {
  background-image: url("../images/help_icon2.png");
  background-position: 0 0;
  display: block;
  float: left;
  height: 14px;
  margin-top: 3px;
  margin-right: 6px;
  text-indent: -9999px;
  width: 14px;
}

.tooltip-wrapper {
  display: inline-block;
  float: left;
  margin-left: -16px;
}

.tooltip-wrapper:hover .tooltip {
  background-position: 0 -14px;
}

/* Help Boxes */
.help_box {
  border: 1px solid #363636;
  font-style: italic;
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 10px;
  text-align: center;
  box-shadow: 1px 1px 1px #333333;
  background: #00b2ff;
  color: #fff;
  border-radius: 10px 10px 10px 10px;
}

/* fancy_button */
.fancy_button {
  color: #dfdfdf !important;
  border: solid 1px #333333;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  box-shadow: 1px 1px 2px #555555;
  margin-left: 5px;
  height: 18px;
  line-height: 18px;
}

.fancy_button:hover,
.fancy_button:focus {
  cursor: default;
  color: #dfdfdf !important;
  background: #333333 !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#333333),
    to(#000000)
  ) !important;
  background: -moz-linear-gradient(top, #333333, #000000) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000') !important;
  box-shadow: 0px 0px 0px #555555;
  text-decoration: none;
}

.fancy_button:active {
  color: #dfdfdf !important;
  position: relative;
  top: 1px;
}

button.fancy_button {
  height: 27px;
  line-height: none;
}

/* block display  */
.fancy_button.block {
  display: block;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
  width: 81px;
}

/* BLUE */
.fancy_button.blue {
  background: #05addc;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05addc),
    to(#036884)
  ) !important;
  background: -moz-linear-gradient(top, #05addc, #036884) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05addc', endColorstr='#036884') !important;
}

.fancy_button.blue:hover,
.fancy_button.blue:focus {
  background: #048ab0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05addc),
    to(#0783a6)
  ) !important;
  background: -moz-linear-gradient(top, #05addc, #0783a6) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05addc', endColorstr='#0783a6') !important;
}

/* GREEN */
.fancy_button.green {
  background: #2eb82e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2eb82e),
    to(#1f7a1f)
  ) !important;
  background: -moz-linear-gradient(top, #2eb82e, #1f7a1f) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EB82E', endColorstr='#1f7a1f') !important;
}

.fancy_button.green:hover,
.fancy_button.green:focus {
  background: #2eb82e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2eb82e),
    to(#1e941e)
  ) !important;
  background: -moz-linear-gradient(top, #2eb82e, #1e941e) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2eb82e', endColorstr='#1e941e') !important;
}

/* RED */
.fancy_button.red {
  background: #e60000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e60000),
    to(#8a0000)
  ) !important;
  background: -moz-linear-gradient(top, #e60000, #8a0000) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60000', endColorstr='#8a0000') !important;
}

.fancy_button.red:hover,
.fancy_button.red:focus {
  background: #e60000 !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e60000),
    to(#a80000)
  ) !important;
  background: -moz-linear-gradient(top, #e60000, #a80000) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e60000', endColorstr='#a80000') !important;
}

/* GENERIC ALERT CSS */
.alert_buttons_wrapper {
  text-align: center;
  padding: 15px;
}

.alert_text_wrapper {
  max-width: 600px;
  padding: 15px;
  margin: 15px 15px 0;
  max-height: 200px;
  overflow-y: auto;
  text-align: center;
}

.alert_img {
  height: 50px;
  padding-top: 15px;
}

.alert_buttons_wrapper .alert_button {
  display: block;
  width: 81px;
  margin: auto;
}
/* ERROR */
.alert_text_wrapper.error_alert {
  border: 1px dashed red;
  background: #f2aaaa;
}

.alert_img.error_alert {
  background: url("../images/error.png") no-repeat center center;
}

/* WARNING */
.alert_text_wrapper.warning_alert {
  border: 1px dashed #dea704;
  background: #ffda61;
}

.alert_img.warning_alert {
  background: url("../images/warning.png") no-repeat center center;
}

/* INFO */
.alert_text_wrapper.info_alert {
  border: 1px dashed #05addc;
  background: #a0d5eb;
}

.alert_img.info_alert {
  background: url("../images/info.png") no-repeat center center;
}

/* CONFIRM */
.alert_img.confirm_alert {
  background: url("../images/confirm.png") no-repeat center center;
}

.alert_buttons_wrapper .confirm_button {
  margin: 0 40px;
}

/* Not supported browser template */
#not_supported_browsers_div {
  background-color: #6c6c6c;
  border: 1px solid #363636;
  display: inline-block;
  margin-top: 50px;
  text-align: center;
  width: 600px;
}

#not_supported_browsers_div a {
  color: #05addc;
  height: 32px;
  line-height: 32px;
  text-decoration: underline;
}

#not_supported_browsers_div a:hover {
  color: #eeeeee;
}

#not_supported_browsers_div .list_browsers {
  display: block;
  padding-bottom: 30px;
  padding-top: 10px;
}

#not_supported_browsers_div ul {
  list-style-type: none;
}

#not_supported_browsers_div .li_text {
  display: inline-block;
  text-align: left;
}

#not_supported_browsers_div .li_text > a {
  margin-left: 40px;
}

#not_supported_browsers_div .safari-icon {
  background: url("../images/icon_safari.png") no-repeat;
}

#not_supported_browsers_div .firefox-icon {
  background: url("../images/icon_firefox.png") no-repeat;
}

#not_supported_browsers_div .chrome-icon {
  background: url("../images/icon_chrome.png") no-repeat;
}

#not_supported_browsers_div .opera-icon {
  background: url("../images/icon_opera.png") no-repeat;
}
/* karthika coding */
/*HEADER*/
#header_wrapper {
  height: 105px;
  min-width: 1265px;
  width: 100%;
  background-color: #fff;
  /*	background:url(../images/head_background.png) repeat-x; */
}
#header {
  /*	width: 99%;*/
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  /*    position: fixed;
    top: 40px;
    left: 20px;
    float: left;
    z-index: 30105;*/
  padding-left: 15px;
  padding-right: 15px;
}
.welcome_hide_logo {
  height: 105px;
  width: 300px;
  background-color: #fff;
  top: 0px;
  left: 0px;
  position: fixed;
}
.welcome_logo {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 30px;
  left: 5px;
  float: left;
  background-color: #fff;
  z-index: 30105;
}
.logo a {
  height: 50px;
  width: 320px;
  background-size: cover;
}
.logo {
  /*	background: url(../images/logo.png) no-repeat;*/
  background: url(../images/wirecloud-logo.svg) no-repeat;
  height: 50px;
  width: 320px;
  position: absolute;
}
.contact_links {
  width: 304px;
  float: right;
}
.contact_links ul,
.contact_links ul li {
  display: inline-block;
  position: relative;
  right: 0px;
  width: 308px;
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.contact_links ul li.phone {
  background: url(../images/phone.png) no-repeat;
  height: 34px;
  width: 170px;
}
.contact_links ul li.phone a {
  height: 34px;
  width: 170px;
}
.contact_links ul li.live_chat {
  background: url(../images/live_chat.png) no-repeat;
  height: 34px;
  width: 133px;
}
.contact_links ul li.live_chat a {
  height: 34px;
  width: 133px;
}

/* Close header */
#footer_wrapper {
  /*	margin-top: 30px;*/
  border-top: 30px solid #366ba5;
  background: #366ba5;
  clear: both;
  width: 100%;
  overflow: auto;
}

#footer {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background: #366ba5;
  overflow: auto;
}

#footer ul li ul li {
  text-decoration: none;
  list-style: none;
  display: block;
}

#footer ul li ul li a {
  font-size: 14px;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  height: 28px;
  font: "Open Sans", "sans-serif";
}

#footer ul li ul li.top_head_footer a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0.4em;
  display: inline-block;
}

#footer ul li ul li.top_head_footer {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: bold;
  font: "Open Sans", "sans-serif";
  color: #fff;
  margin-bottom: 0.4em;
  display: inline-block;
}

#footer ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

#footer ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 0px;
}

.top_head_footer {
  padding-bottom: 8px;
}
li {
  font-family: Arial, Helvetica, sans-serif;
}

.nivoSlider {
  position: relative;
  background: url(images/loading.gif) no-repeat 50% 50%;
  width: 980px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.nivo-caption {
  display: none !important;
}
.nivoSlider a {
  border: 0;
  display: block;
}
.nivo-prevNav {
  background: url(images/prev_slide.png);
  width: 61px;
  height: 61px;
  color: transparent;
}
.nivo-nextNav {
  background: url(images/next_slide.png);
  width: 61px;
  height: 61px;
  color: transparent;
}
.nivo-controlNav {
  color: transparent;
}

.login_input_wide {
  width: 250px;
}

#nav_wrapper {
  height: 110px;
  background-color: #fff;
  z-index: 30104;
  width: 100%;
  position: fixed;
  top: 0;
  /*	background: #00B2FF;*/
}
#nav {
  background-color: #fff;
  width: auto;
  height: 39px;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
/*
#nav label, #hamburger {
    display: none;
    background-color: #ccc;
    padding: 20px;
}
.hb {
    width: 10px;
    height: 10px;
    position: fixed;
    top: 0;
    float: right;
    background-color: #000;
}

@media screen and (max-width: 1200px){
  #nav label {
    display: inline-block;
    color: #555;
    background: #fff;
    font-style: normal;
    font-size: 1.2em;
  }

  #nav ul li {
    display: block;
  }
  #nav ul li {
    border-top: 1px solid #333;
  }

  #nav ul {
    display: none;
  }
  #nav input:checked ~ #sub_nav>ul {
    display: block;
  }
}
*/

.main_nav {
  width: auto;
  float: right;
  position: fixed;
  right: 10px;
  top: 45px;
}
.main_nav > ul {
  display: inline-block;
  padding: 0px;
  margin: 0px;
}
.main_nav > ul > li {
  background: #fff;
}

.main_nav > ul > li,
ul.sf-menu > li > a {
  display: inline-block;
  padding: 5px;
  margin: 0px;
  height: 39px;
  /* font-family: Arial, Helvetica, sans-serif; */
  font: "Open Sans", "sans-serif";
  font-weight: 600;
  color: #000;
  /*	text-shadow: 1px 1px #000;*/
  font-size: 1.001em;
  /* font-size: 1px; */
  text-align: center; /*	background: #009DFF;*/
}

.main_nav > ul > li > a.test-button {
  background-color: #71bb00;
  color: #fff;
  border-radius: 5px;
  font-size: 0.85em;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.22);
  /*  font-size: 15px;
  margin: 0 15px 0 !important;
  padding: 7px 12px;*/
}

.main_nav > ul > li > a.test-button:hover {
  background-color: #71bb00;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.22);
  /*  font-size: 15px;
  margin: 0 15px 0 !important;
  padding: 7px 12px;*/
}

.main_nav a:hover {
  color: #000;
}
/*.main_nav ul li {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 15px;
	text-align: center;
	padding: 10px 25px;
	background: #009DFF;
}*/

/*.main_nav>ul>li, ul.sf-menu>li>a {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-size: 17px;
	text-align: center;
}*/
ul.sf-menu > li > a {
  padding: 0px;
  margin: 0px;
  border: 0px;
  padding: 0px 12px;
  vertical-align: middle;
  line-height: 39px;
  background-color: transparent;
}

ul.sf-menu > li:hover,
ul.sf-menu > li > a:hover {
  background-color: #fff;
  color: #000;
  /*	background-color: #00549B;*/
}
.sub_nav {
  float: right;
  top: 5px;
  right: 10px;
  position: fixed;
  width: auto;
}
.sub_nav ul {
  margin: 0px;
  padding: 0px;
}
.sub_nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0px 0px 0px 0px;
  font-size: 0.85em;
  /*	font-weight: bold;*/
  float: right;
  color: #555;
}
.sub_nav a {
  text-decoration: none;
  color: #555;
}
.sub_nav a:hover {
  color: #000;
}

/*close navigation*/

.right_content_bottom {
  width: 295px;
  float: right;
  height: 230px;
  margin-left: 30px;
}
.image_right_bottom {
  background: url(../images/image_right_bottom.png);
  width: 294px;
  height: 113px;
}
.text_bottom_right span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}
.text_bottom_right {
  background: #f7f7f7;
  width: 289px;
  height: 90px;
  padding: 5px 0px 0px 5px;
  margin-top: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.text_bottom_right h2 {
  color: #000000;
  font-weight: lighter;
  text-shadow: 0px 0px;
}

.text_padding h1 {
  background: url(../images/grad_grey.gif) repeat-x #9c9c9c;
  font-size: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 8px 15px;
  display: block;
  color: #ff0;
}

.text_padding h2 {
  font-weight: bolder;
  font-size: 16px;
  display: block;
  /* background: #fff; */
  background: #00b2ff;
  padding: 7px 15px;
}

.text_padding h2 {
  font-size: 16px;
  display: block;
  /* background: #fff; */
  background: #00b2ff;
  padding: 7px 15px;
}

.text_padding h2,
.text_padding h2 a {
  color: #0f7ed9;
}
.text_padding p {
  background: #f7f7f7;
  padding: 10px;
  margin: 10px 0 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 100%;
  margin-bottom: 0.3em;
  letter-spacing: -0.0125em;
  color: #666;
}
/*close content_boxes */
.sf-menu a.sf-with-ul {
  min-width: 1px;
  padding-right: 2em;
}

ul#mainmenu > li > ul > li {
  text-align: left;
  color: #fff;
  font-size: 12px;
  text-shadow: none;
  font-weight: normal;
}

#content_welcome_page h2,
#content_welcome_page h1 {
  /*background: #059fff;*/
  background: #fff;
  font-size: 24px;
  /*	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);*/
  padding: 7px 10px 10px;
  display: block;
  color: #0f7ed9;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#content_welcome_page {
  /*margin: 15px auto auto !important;*/
}

#content_welcome_page .right_div {
  width: 620px;
  padding-top: 0px;
  float: left;
  height: 370px;
}

.portal-view h1,
.portal-view h2,
.portal-view h3 {
  color: #fff;
  text-shadow: none;
}

#ws-topbar .nav > li .category > .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  border: none;

  float: none;
  margin: 0;
}
.dropdown-menu .category > a {
  visibility: hidden;
}

.topbar div > ul,
.nav {
  margin: 0;
  padding: 0;
}

/*inline popup window resize */
.inline_popup .main_content {
  padding: 0px;
}

.entry-title-sa {
  display: none;
}

.lead {
  margin-bottom: 0;
  position: relative;
  font-size: 13.5px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: block;
  color: #8d8d8d;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.leadtext:hover {
  text-decoration: none;
}
.tel-link {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 1em;
  content: "\f095";
  font-weight: 400;
  vertical-align: middle;
  margin-right: 7px;
}
/**/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.block-content-inner {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .block-content-inner {
    margin-left: 8.33333333%;
    width: 83.33333333%;
    float: left;
  }
}
.block-content-inner img {
  max-width: 100%;
  height: auto !important;
}
.footer-info {
  margin: 0 0 20px 0;
  float: right;
}
.footer-info:last-of-type {
  margin-bottom: 50px;
}
.footer-info h5 {
  font-size: 1.8em;
  letter-spacing: -0.045em;
}
.footer-info a {
  color: #fff;
  text-decoration: none;
}
.footer-info a:hover,
.footer-info a:active,
.footer-info a:focus {
  color: inherit;
  opacity: 0.8;
}
.footer-info p {
  font-size: 1.15em;
  margin: 0 0 25px 0px;
}
.footer-info .btn-primary {
  margin: 0 0 10px 0px;
  background: #fff;
  color: #333333;
  font-weight: bold;
  padding: 0.6em 1.3em;
  font-size: 1em;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
}
.footer-info .btn-primary:active,
.footer-info .btn-primary:focus,
.footer-info .btn-primary:hover {
  background: #eee;
  color: #000;
}
.lower_footer {
  color: #fff;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.sctwrapper * {
  box-sizing: border-box;
}

/*Background Color Animation*/

@keyframes colorAnimate {
  0% {
    background: rgb(46, 46, 46);
  }
  25% {
    background: rgb(41, 90, 131);
  }
  50% {
    background: rgb(20, 100, 153);
  }
  75% {
    background: rgb(62, 46, 100);
  }
  100% {
    background: rgb(46, 46, 46);
  }
}

@-webkit-keyframes colorAnimate /* Safari and Chrome - necessary duplicate */ {
  0% {
    background: rgb(46, 46, 46);
  }
  25% {
    background: rgb(41, 90, 131);
  }
  50% {
    background: rgb(20, 100, 153);
  }
  75% {
    background: rgb(62, 46, 100);
  }
  100% {
    background: rgb(46, 46, 46);
  }
}

html,
body {
  font-size: 100%;
}

html,
body,
.sctwrapper,
.sct {
  height: 100%;
  margin: 0;
}
.sctwrapper > * {
  font-family: "Cabin", sans-serif !important;
}
a {
  text-decoration: none;
  color: rgb(22, 185, 185);
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #2d2d2d;
}

input:active,
input:focus,
input:visited,
input:hover {
  outline: none;
}

.sctwrapper input[type="text"],
.sctwrapper input[type="email"],
.sctwrapper input[type="number"],
.sctwrapper input[type="password"] {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.8rem 1.6rem;
  background: #fff;
  border: 1px solid rgb(212, 212, 212);
  font-family: sans-serif;
  font-weight: 600;
  color: rgb(78, 78, 78);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 1rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.sctwrapper input[type="submit"], .sctwrapper button.wclogin {
  display: block;
  width: 100%;
  margin: 1.5rem 0;
  padding: 1.2rem;
  background: rgb(30, 108, 172);
  border: 1px solid rgb(212, 212, 212);
  font-family: sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(247, 247, 247);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 1rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.sctwrapper button.wclogin:active,
.sctwrapper button.wclogin:focus,
.sctwrapper button.wclogin:hover,
.sctwrapper input[type="submit"]:active,
.sctwrapper input[type="submit"]:focus,
.sctwrapper input[type="submit"]:visited,
.sctwrapper input[type="submit"]:hover {
  background: rgb(34, 156, 255);
}

.sctwrapper button.wclogin,
.sctwrapper input[type="submit"] {
  cursor: pointer;
}

.text-center {
  text-align: center;
}

.sctwrapper form > h3 {
  text-align: center;
}

.forgot-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sctwrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "centerLeft centerRight";
}

.login_form > form {
  width: 400px;
  margin: 0 3rem;
}

@media(max-width: 768px) {
  .sctwrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(20%, 80vmax);
    grid-template-areas:
      "centerLeft"
      "centerRight";
  }

  .login_form > form {
    width: 100%;
    margin: 0 3rem;
  }

  .brand {
    background-size: cover;
    background-position: top;
  }
}
.sct {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand {
  grid-area: centerLeft;
  background-color: #71d4d4;

  animation-iteration-count: infinite;
  -webkit-iteration-count: infinite;
  background-image: url("../../../../img/cloud\ telefonanlage\ neu\ .jpg");
  background-size: cover;
  background-position: center;
}

.brand > h3 {
  padding: 0.75rem;
  font-weight: 800;
  outline: 3px solid #fff;
  color: #fff;
}

.login_form {
  grid-area: centerRight;
}



/*Checkbox*/

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: rgb(30, 108, 172);
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.forgot-remember label {
  width: auto;
}

.wc_logo {
  display: block;
  margin: 0px 0px 20px 0px;
  background-image: url(../../../../img/wirecloud-logo.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 218px;
  height: 30px;
  width: 100%;
}

.signup {
  font-size: 16px;
}

/** Footer styles **/

#footer_wrapper {
  margin-top: 30px;
  border-top: none;
  background: #ffffff;
  clear: both;
  width: 100%;
  overflow: auto;
}

.elementor-location-header::before,
.elementor-location-footer::before {
  content: "";
  display: table;
  clear: both;
}

.elementor-263 .elementor-element.elementor-element-5a6db7b0 {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #14161838;
  padding: 2em 1em 1em 1em;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}
.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}
.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}
.elementor *,
.elementor ::after,
.elementor ::before {
  box-sizing: border-box;
}

elementor-263
  .elementor-element.elementor-element-6722ee9b
  > .elementor-element-populated {
  padding: 1em 1em 1em 1em;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.elementor-263 .elementor-element.elementor-element-a5ba69a {
  padding: 1em 0em 1em 0em;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}
.elementor-section {
  position: relative;
}

elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 768px) {
  .elementor-263 .elementor-element.elementor-element-5a1bbab7 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 20%;
  }
}
.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}
.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}

/* .elementor-263
  .elementor-element.elementor-element-5a1bbab7
  > .elementor-element-populated {
  padding: 1em 1em 1em 1em;
} */
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.elementor-263 .elementor-element.elementor-element-674e08a7 {
  text-align: left;
}
.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}
.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}

.elementor-263
  .elementor-element.elementor-element-674e08a7
  .elementor-heading-title {
  font-size: 18px;
}
.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item::after {
  right: 0;
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item::after {
  left: 0;
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item::after {
  right: 0;
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item::after {
  left: 0;
}
.elementor-widget .elementor-icon-list-item::after {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.elementor-element.elementor-element-697f4848 .elementor-icon-list-item > a {
  font-size: 16px;
}
.elementor-widget.elementor-list-item-link-full_width a {
  width: 100%;
}
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  align-items: var(--icon-vertical-align, center);
  display: flex;
  font-size: inherit;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item::after {
  right: 0;
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item::after {
  left: 0;
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item::after {
  right: 0;
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item::after {
  left: 0;
}
.elementor-widget .elementor-icon-list-item::after {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.elementor-widget .elementor-icon-list-item::after {
  bottom: 0;
  position: absolute;
  width: 100%;
}

:root {
  --e-global-color-text: #6f7176;
}
.elementor-263
  .elementor-element.elementor-element-697f4848
  .elementor-icon-list-text {
  color: var(--e-global-color-text);
  transition: color 0.3s;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}

.elementor-263
  .elementor-element.elementor-element-22f623f6
  .elementor-heading-title {
  font-size: 18px;
}

.elementor-263
  .elementor-element.elementor-element-2b7edb9f
  .elementor-heading-title {
  font-size: 18px;
}

.elementor-263
  .elementor-element.elementor-element-697f4848
  .elementor-icon-list-text {
  color: var(--e-global-color-text);
  transition: color 0.3s;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}
.elementor-263
  .elementor-element.elementor-element-15c3531
  .elementor-icon-list-text {
  color: var(--e-global-color-text);
  transition: color 0.3s;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}

.elementor-263
  .elementor-element.elementor-element-48cda61e
  .elementor-icon-list-text {
  color: #425466;
  transition: color 0.3s;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}

.elementor-widget-social-icons .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content, center);
  justify-items: var(--justify-content, center);
}
.elementor-widget-social-icons .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content, center);
  justify-items: var(--justify-content, center);
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap);
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}

.elementor-263 .elementor-element.elementor-element-299f9316 .elementor-icon {
  border-radius: 7px 7px 7px 7px;
}
.elementor-social-icon:last-child {
  margin: 0;
}
.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
}
.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  line-height: var(--icon-size, 25px);
}
.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  cursor: pointer;
  text-align: center;
}
.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  cursor: pointer;
  text-align: center;
}
.elementor-icon {
  color: #69727d;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}

.elementor-social-icon-youtube {
  background-color: #cd201f;
}

.elementor-social-icon-twitter {
  background-color: #1da1f2;
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
  background-color: #3b5998;
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
  background-color: #0077b5;
}

.elementor-icon i::before,
.elementor-icon svg::before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}

.elementor-social-icon svg {
  fill: var(--e-social-icon-icon-color);
}
.elementor-social-icon svg {
  fill: var(--e-social-icon-icon-color);
}
.elementor-icon i,
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

elementor-263 .elementor-element.elementor-element-e7bb572 {
  text-align: center;
}

.elementor-263
  .elementor-element.elementor-element-e7bb572
  .elementor-heading-title {
  font-size: 16px;
  color: #6f7176;
}

.elementor-heading-title a {
  color: #6f7176;
}
.elementor-263
  .elementor-element.elementor-element-9f7c1b1
  > .elementor-element-populated {
  padding: 1em 1em 1em 1em;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.elementor-263
  .elementor-element.elementor-element-e7bb572
  .elementor-heading-title {
  font-size: 16px;
  color: #6f7176;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .elementor-263 .elementor-element.elementor-element-51822eaa {
    width: 40%;
  }
}

.elementor-263 .elementor-element.elementor-element-41adc074 p {
  font-size: 16px;
}

.elementor-263
  .elementor-element.elementor-element-18b509b
  .elementor-heading-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  color: #152966;
}
.elementor-263
  .elementor-element.elementor-element-48cda61e
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(10px / 2);
}
@media (min-width: 768px) {
  .elementor-263 .elementor-element.elementor-element-5a1bbab7 {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}

.elementor-263
  .elementor-element.elementor-element-6722ee9b
  > .elementor-element-populated {
  padding: 1em 1em 1em 1em;
}

.elementor-263 .elementor-element.elementor-element-e7bb572 {
  text-align: center;
}

.elementor-263
  .elementor-element.elementor-element-9f7c1b1
  > .elementor-element-populated {
  padding: 1em 1em 1em 1em;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.elementor-263 .elementor-element.elementor-element-a5ba69a {
  padding: 1em 0em 1em 0em;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}
c
  .elementor-263
  .elementor-element.elementor-element-5a6db7b0
  > .elementor-background-overlay {
  opacity: 0.5;
}
.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute;
}

.elementor-263 .elementor-element.elementor-element-e7bb572 {
  text-align: center;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-section {
  position: relative;
}

.elementor-263 .elementor-element.elementor-element-eda80c4 {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #14161838;
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}

.elementor-kit-382 {
  --e-global-color-primary: #07153f;
  --e-global-color-secondary: #444751;
  --e-global-color-text: #6f7176;
  --e-global-color-accent: #3e5ce7;
  --e-global-color-4446ddd: #324ecf;
  --e-global-color-923595f: #f4f7fc;
  --e-global-typography-primary-font-family: "Cabin";
  --e-global-typography-secondary-font-family: "Cabin";
  --e-global-typography-text-font-family: "Cabin";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 1.2em;
  --e-global-typography-text-letter-spacing: 1px;
  --e-global-typography-accent-font-family: "Cabin";
  --e-global-typography-2b396c8-font-size: 0.74em;
  --e-global-typography-2b396c8-font-weight: 400;
  --e-global-typography-2b396c8-text-transform: uppercase;
  --e-global-typography-2b396c8-line-height: 1em;
  --e-global-typography-2b396c8-letter-spacing: 1.4px;
  --e-global-typography-883cea9-font-size: 2.3em;
  --e-global-typography-883cea9-font-weight: 600;
  --e-global-typography-883cea9-line-height: 1.3em;
  font-family: "Cabin", Sans-serif;
  font-size: 1.1em;
  line-height: 1.8em;
}

/*! elementor - v3.27.0 - 20-01-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(
    :has(.elementor-widget-container)
  ),
.elementor-widget-social-icons.elementor-grid-mobile-0
  .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(
    :has(.elementor-widget-container)
  ),
.elementor-widget-social-icons.elementor-grid-tablet-0
  .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(
    :has(.elementor-widget-container)
  ) {
  font-size: 0;
  line-height: 1;
}
.elementor-widget-social-icons:not(.elementor-grid-0):not(
    .elementor-grid-tablet-0
  ):not(.elementor-grid-mobile-0)
  .elementor-grid {
  display: inline-grid;
}
.elementor-widget-social-icons .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 5px);
  grid-row-gap: var(--grid-row-gap, 5px);
  grid-template-columns: var(--grid-template-columns);
  justify-content: var(--justify-content, center);
  justify-items: var(--justify-content, center);
}
.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}
.elementor-social-icon {
  --e-social-icon-icon-color: #fff;
  align-items: center;
  background-color: #69727d;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
.elementor-social-icon i {
  color: var(--e-social-icon-icon-color);
}
.elementor-social-icon svg {
  fill: var(--e-social-icon-icon-color);
}

.elementor-social-icon:hover {
  color: #fff;
  opacity: 0.9;
}
.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
  background-color: #3b5998;
}
.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
  background-color: #0077b5;
}
.elementor-social-icon-twitter {
  background-color: #1da1f2;
}
.elementor-social-icon-x-twitter {
  background-color: #000;
}
.elementor-social-icon-youtube {
  background-color: #cd201f;
}

.elementor-263 .elementor-element.elementor-element-299f9316 .elementor-icon {
  border-radius: 7px 7px 7px 7px;
}

.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}

.elementor-263 .elementor-element.elementor-element-299f9316 .elementor-icon {
  border-radius: 7px 7px 7px 7px;
}
.elementor-social-icon:hover {
  color: #fff;
  opacity: 0.9;
}

.elementor-icon.elementor-social-icon {
  font-size: var(--icon-size, 25px);
  height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
  line-height: var(--icon-size, 25px);
  width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.elementor-263 .elementor-element.elementor-element-299f9316 {
  --grid-template-columns: repeat(0, auto);
  --icon-size: 18px;
  --grid-column-gap: 16px;
  --grid-row-gap: 0px;
}

.elementor-icon i::before,
.elementor-icon svg::before {
  left: 50%;

  position: absolute;

  transform: translateX(-50%);
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}

/* .elementor-263 .elementor-element.elementor-element-48cda61e > .elementor-widget-container {
  margin: 0em 0em 0em -1.2em;
}

.elementor-263 .elementor-element.elementor-element-697f4848 > .elementor-widget-container {
  margin: 0em 0em 0em -1.2em;
}

.elementor-263 .elementor-element.elementor-element-15c3531 > .elementor-widget-container {
  margin: 0em 0em 0em -1.2em;
} */

.elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-inline-start: 5px;
}

.elementor-263
  .elementor-element.elementor-element-48cda61e
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(10px / 2);
}
.elementor-263
  .elementor-element.elementor-element-48cda61e
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(10px / 2);
}
.elementor {
  font-family: Cabin, Arial;
}

.elementor p {
  line-height: 1.8em !important;
}
.elementor-263 .elementor-element.elementor-element-4c85069a {
  padding: 1em 0em 1em 0em;
}

.elementor-263
  .elementor-element.elementor-element-697f4848
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(10px / 2);
}

.elementor-263
  .elementor-element.elementor-element-697f4848
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(10px / 2);
}

.elementor-263
  .elementor-element.elementor-element-15c3531
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(10px / 2);
}

.elementor-263
  .elementor-element.elementor-element-15c3531
  .elementor-icon-list-items:not(.elementor-inline-items)
  .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(10px / 2);
}

.elementor-263
  .elementor-element.elementor-element-49bb4bc4
  > .elementor-element-populated {
  padding: 1em 1em 1em 1em;
}

.elementor-element-41adc074 p {
  margin-top: 0px !important;
}

.elementor li {
  font-family: Cabin !important;
  line-height: 1.8em;
}
