*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: 0px;
}

.width_100 {
  width: 100%;
  display: block;
  word-wrap: break-word;
}

.long_line {
  position: relative;
  width: 100%;
  border: 1px solid #dedede;
  border-width: 0px 0px 1px 0;
  border-color: #dedede;
  margin: 0 auto 1px auto;
  text-align: center;
}

/* structural styles -----------------------------*/
.header {
  /*background-image: url('../images/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
  /*-moz-box-shadow: 0px 2px 9px #888;
	-webkit-box-shadow: 0px 2px 9px #888;
	box-shadow: 0px 2px 9px #888;
	max-height: 420px;*/
  width: 100%;
  height: auto;
  position: relative;
}

.header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.section {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}

.section:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}

.footer:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.common_webina_class {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  clear: both;
}

.my_gen_wrap_left_dtl {
  /*background:red;*/
  float: left;
  position: relative;
}

.my_gen_wrap_left {
  /*background:red;*/
  float: left;
  position: relative;
}

.my_gen_wrap_right {
  float: right;
  position: relative;
}

.my_gen_wrap_right_for_mid_gal {
  /*background:black !important;*/
  float: left;
  position: relative;
}

.my_gen_wrap {
  position: relative;
}

.center_div {
  margin: 0 auto;
  position: relative;
}

.each_img_hold {
  background: #fff;
  border: 1px solid #f3e9db;
  /*max-width: 376px;*/
  padding: 10px;
  height: auto;
  float: left;
  margin: 6px;
  padding: 8px;
  position: relative;
}

/* webinamedia.com gallery structure ----------------------------------------------------------------- */
.webina_gallery_container_fluid {
  height: auto;
  overflow: hidden;
}

.gallery_right {
  width: 324px;
  float: right;
}

.gallery_left {
  width: auto;
  float: none;
  overflow: hidden;
}

.padding_18 {
  padding: 18px;
  z-index: 108;
}

@media only screen and (max-width: 780px) and (min-width: 481px) {
  .padding_18 {
    padding: 18px;
    margin-left: -9px;
  }
}

@media screen and (max-width: 480px) {
  .padding_18 {
    padding: 18px;
    margin-left: -9px;
  }
}

.shadow_grey {
  background: white;
  width: 100%;
  height: 100%;
  padding: 8px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 15px 3px #dddddd;
  box-shadow: 0 0 15px 3px #dddddd;
  -ms-box-shadow: 0 0 15px 3px #dddddd;
  -o-box-shadow: 0 0 15px 3px #dddddd;
  float: left;
  display: block;
  position: relative;
}

/* webinamedia.com gallery structure ----------------------------------------------------------------- */
.my_gen_if_no_width_block {
  display: block;
  float: left;
  clear: both;
}

/*  Gallery each repeat This works fine with centering and margin with height and without but to be more precice I write the below  */
.my_gen_inline_block {
  display: inline-block;
  clear: both;
}

.gen_class_hold_for_this {
  width: 100%;
  clear: both !important;
  height: auto;
  display: block;
}

/*  Gallery each repeat This works fine with centering and margin with height and without but to be more precice I write the below  */
.fluid_wraper {
  width: 100%;
  margin: 0px auto;
}

.fluid_wraper > div {
  margin: 0 0 0px 0;
  min-width: 500px;
  width: 100%;
}

.fluid_table {
  display: table;
}

.fluid_table .col {
  display: inline-block;
  width: 32%;
}

/*flex various size panels*/
.flex-grid-thirds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-grid-thirds .col_flex {
  /*  width: 32%;*/
  max-width: 295px;
  margin: 15px;
}

.col_flex {
  /*  background: #f7bcb2;*/
  /*  padding: 20px;*/
}

@media only screen and (max-width: 997px) and (min-width: 964px) {
  .flex-grid-thirds {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 44% !important;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 963px) and (min-width: 930px) {
  .flex-grid-thirds {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 43% !important;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 929px) and (min-width: 896px) {
  .flex-grid-thirds {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 43% !important;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 895px) and (min-width: 862px) {
  .flex-grid-thirds {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 42% !important;
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 861px) {
  .flex-grid-thirds {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .col_flex {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 10px 0;
  }
}

/*flex various size panels*/
.shadow_red {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 15px 3px #ae3432;
  box-shadow: 0 0 15px 3px #ae3432;
  -ms-box-shadow: 0 0 15px 3px #ae3432;
  -o-box-shadow: 0 0 15px 3px #ae3432;
}

hr.hrline {
  border: none;
  color: #cecece;
  background-color: #cecece;
  height: 1px;
}

.margin_top_12px {
  margin-top: 12px;
}

.div_each_row {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  float: left;
}

/*center----------------------------------------------*/
.container {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.content_cen {
  display: table-cell;
  vertical-align: middle;
}

.hold_implement {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.other_container {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}

#content {
  background: #fff;
  border: 1px solid #c4c6ca;
  margin: 0 auto;
  padding: 25px 0px 78px 0px !important;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 40%;
  max-width: 360px;
  z-index: 100;
}

/*Center-----------------------------------------------*/
/* If img small stay same if big scale to fit div and resize */
.one {
  border: 1px solid red;
  background: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.one_wid {
  width: 300px;
  height: 300px;
}

.one img {
  display: inline;
  max-width: 100%;
}

/* If img small stay same if big scale to fit div and resize */
/* If img small stretch to fit div if big fit to div size */
.two {
  border: 1px solid red;
  background: white;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.two_wid {
  width: 300px;
  height: 300px;
}

.two img {
  /* display:inline;
  max-width: 100%; */
  width: 300px;
  height: 300px;
}

/* If img small stretch to fit div if big fit to div size */
.all_caps {
  text-transform: uppercase !important;
}

.txt_algn_left {
  text-align: left !important;
}

.txt_algn_right {
  text-align: right !important;
}

.txt_algn_center {
  text-align: center !important;
}

.txt_algn_justify {
  text-align: justify;
}

.pace .pace-progress {
  background: #413bf7;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;
  /* Original */
  /* -webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s; */
  /*  ---------------------------------------------------*/
  -webkit-box-shadow: #413bf7 1px 0 3px 0px;
          box-shadow: #413bf7 1px 0 3px 0px;
  border-radius: 50%;
  -webkit-transition: width 500ms ease-out, opacity 400ms linear;
  transition: width 500ms ease-out, opacity 400ms linear;
  /*  ---------------------------------------------------*/
}

.pace-inactive {
  display: none;
}

/* Old Broswer code*/
#old_ie_browser_webina_msg {
  font: 38px/1 "Hammer Thin";
  /*font-family:Tahoma, Geneva, sans-serif;
  font-size: 34px; */
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 43px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
  text-transform: uppercase;
  background: black;
  border-bottom: 1px solid red;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  -moz-opacity: 0.93;
  opacity: 0.93;
  filter: alpha(opacity=93);
}

/* Old Broswer code*/
/*Form submit message*/
.show_error {
  border: 1px solid #920219;
  background: #000;
  width: 28%;
  padding: 10px;
  top: 31px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 21px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.show_error a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.show_error a:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.show_error a:active {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.show_error a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fe7801;
  text-decoration: none;
}

.ux_insert {
  border: 1px solid #920219;
  background: #000;
  width: 28%;
  padding: 10px;
  top: 31px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  position: fixed;
  z-index: 9999;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 21px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.ux_insert .show_error a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.ux_insert .show_error a:visited {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.ux_insert .show_error a:active {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.ux_insert .show_error a:hover {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-align: center;
  line-height: 31px;
  color: #fe7801;
  text-decoration: none;
}

/*Form submit message*/
/*phone low res*/
@media only screen and (max-width: 359px) and (min-width: 1px) {
  #phone_low_res {
    background: #000;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
    position: fixed;
    z-index: 9999;
  }
  #phone_low_res:after {
    background-image: url(../images/low_res.jpg);
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    content: "Your phone supports a very low Resolution - please upgrade your phone to view this site.";
    position: absolute;
    opacity: initial;
    padding: 41px;
    z-index: 999999;
  }
}

.file_not_found {
  overflow-x: hidden !important;
  background: url(../images/low_res.jpg) center top;
  background-repeat: repeat;
  background-color: #fff;
  /* background-repeat: no-repeat; */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #565656;
  font-size: 14px;
  width: 100%;
}

.black {
  color: #6c6c6c !important;
  text-transform: capitalize;
}

/* structural styles -----------------------------*/
[class*="col-"] {
  float: left;
  padding-right: 20px;
  /* column-space */
}

.grid {
  width: 100%;
  max-width: 1423px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  /* padding-top: 20px; */
  padding-top: 5px;
  padding-left: 20px;
  /* padding-left: 20px; */
  /* grid-space to left */
  padding-right: 20px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
  padding-bottom: 10px;
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3,
.col-8-12 {
  width: 66.66%;
}

.col-1-2,
.col-6-12 {
  width: 50%;
}

.col-1-3,
.col-4-12 {
  width: 33.33%;
}

.col-1-4,
.col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6,
.col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3,
.push-8-12 {
  margin-left: 66.66%;
}

.push-1-2,
.push-6-12 {
  margin-left: 50%;
}

.push-1-3,
.push-4-12 {
  margin-left: 33.33%;
}

.push-1-4,
.push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6,
.push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

/* structural styles -----------------------------*/
/*Original*/
@media handheld, only screen and (max-width: 767px) {
  /*@media only screen and (max-width: 989px) and (min-width: 768px){*/
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*="col-"] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
  }
  /* Mobile Layout */
  [class*="mobile-col-"] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0px;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}

/* My Custom Range-----------------------------------------*/
/* @media only screen and (max-width: 989px) and (min-width: 768px){ */
@media only screen and (max-width: 915px) and (min-width: 768px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*="col-"] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
  }
  /* Mobile Layout */
  [class*="mobile-col-"] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0px;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}

/* My Custom Range-----------------------------------------*/
/* My Custom Range-----------------------------------------*/
@media only screen and (max-width: 537px) and (min-width: 481px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*="col-"] {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
  }
  /* Mobile Layout */
  [class*="mobile-col-"] {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0px;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3,
  .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2,
  .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3,
  .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4,
  .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6,
  .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}

/* My Custom Range-----------------------------------------*/
/*My font styles -------------------------------*/
@font-face {
  font-family: "avantgardebq-extralight";
  src: url("avantgardebq-extralight.otf");
}

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: "open-sans-regular";
  src: url("open-sans.regular.ttf");
}

@font-face {
  font-family: "Nirmala";
  src: url("Nirmala.ttf");
}

@font-face {
  font-family: "SegoeUI";
  src: url("SEGOEUI.TTF");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(google_fonts.woff2) format("woff2");
}

@font-face {
  font-family: "Argo_Flats";
  src: url("Argo_Flats.ttf");
}

@font-face {
  font-family: "vagroundedlightssi-bold";
  src: url("vagroundedlightssi-bold.ttf");
}

@font-face {
  font-family: "Raleway-Regular";
  font-weight: 700;
  src: url("Raleway-Regular.ttf");
}

@font-face {
  font-family: "Hammer Thin";
  font-weight: 700;
  src: url("Hammer Thin.ttf");
}

@font-face {
  font-family: "Bradley-Hand-ITC";
  font-weight: 700;
  src: url("Bradley-Hand-ITC.ttf");
}

a {
  text-decoration: none;
  color: inherit;
}

.style_logo_font {
  font-family: "SegoeUI";
  font-size: 15px;
}

.common_link {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a:visited {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a:active {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.common_link a:hover {
  font-family: "open-sans-regular";
  color: #e93e21;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/*font aws colours and size -------------------------------------------*/
.font_size18_colour_purple {
  font-size: 18px !important;
  color: #ffa4c0 !important;
}

.font_size18_colour_red {
  /*background: black;*/
  font-size: 18px !important;
  color: #002633 !important;
}

.font_size18_colour_grey {
  /*background: black;*/
  font-size: 14px !important;
  color: #b1b1b1 !important;
}

.most_header_icon_size {
  /*border: 1px solid red;*/
  width: 18px !important;
  height: 18px !important;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 5px;
}

/*Social media icons */
.social_font_size {
  width: 50px !important;
  height: 50px !important;
  top: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding: 5px;
  font-size: 35px !important;
  color: #000;
}

/*Social media icons */
/*inner page big  */
.inner_page_font_size {
  width: 118px !important;
  height: 118px !important;
  top: -1px;
  left: 3px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding: 5px;
  font-size: 83px !important;
  color: #fff;
}

/*inner page big  */
/*font aws colours and size -------------------------------------------*/
p {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none !important;
  outline: 0;
}

p a {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none !important;
  outline: 0;
}

p a:visited {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none;
  outline: 0;
}

p a:active {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none;
  outline: 0;
}

p a:hover {
  font-family: "open-sans-regular";
  color: #fe7801;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: underline;
  outline: 0;
}

.text_align_center {
  text-align: center;
}

.align_text_left {
  text-align: left;
}

.align_text_right {
  text-align: right;
}

.text_transform {
  text-transform: uppercase;
}

h1 {
  font: 64px/1 "SegoeUI" !important;
  letter-spacing: -5px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font: 49px/1 "SegoeUI" !important;
  letter-spacing: -3px;
  text-rendering: optimizelegibility;
  font-weight: normal;
  line-height: 31px;
  color: #002633;
  text-decoration: none;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

h3 {
  font: 19px/1 "SegoeUI" !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
}

h4 {
  font: 34px/1 "SegoeUI" !important;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #002633;
  text-decoration: none;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
}

.header_bg {
  background: #000;
}

.dtl_header {
  font: 48px/1 "open-sans-regular";
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #002633;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.font_sub_header_all_caps {
  font-family: "open-sans-regular";
  font-size: 13px;
  line-height: 20px;
  color: #002633;
  text-transform: uppercase;
}

.font_geo_all_caps {
  font-family: "open-sans-regular";
  font-size: 13px;
  line-height: 24px;
  color: #002633;
  text-transform: uppercase;
}

/*.mandatory{
	font-family: "SegoeUI";
	font-size: 13px;
	line-height: 20px;
	color:$red_font;
	text-transform: uppercase;
}*/
.font_footer_slogan {
  font-family: "open-sans-regular";
  line-height: 20px;
  color: #002633;
  font-weight: bold;
  text-transform: uppercase;
}

.top_banner_font {
  font: 18px/1 "Raleway-Regular";
  letter-spacing: -1px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.header_small_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  color: #002633;
}

.white_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  color: #fff;
}

.yellow_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  font-weight: bold;
  color: #e79400;
}

.green_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  font-weight: bold;
  color: #d63365;
}

.purple_font {
  font-family: "open-sans-regular";
  font-size: 14px;
  line-height: 23px !important;
  font-weight: bold;
  color: #d63365;
}

.logo_slogan {
  font-family: "open-sans-regular";
  line-height: 23px !important;
  color: #002633;
  text-transform: uppercase;
}

/*Below here is the stuff to adopt*/
/*My styles spaces -------------------------------*/
.colour_the_long_line {
  background: #dedede;
}

.green_for_font {
  color: #a0ba00;
}

.dark_black_font {
  color: #002633 !important;
}

.white_for_font {
  color: #fff !important;
}

.black_font {
  color: #000 !important;
}

.red_font {
  color: #ff0000;
}

.purple_font {
  color: #d93378;
}

.yellow_for_font {
  color: #ff9600;
}

.gray_for_font {
  color: #002633;
}

.yellow {
  background: #ffae00;
}

.green {
  background: #749901;
}

.red_bg {
  background: #d93378;
}

.orange_bg {
  background: #d63465;
}

.black_bg {
  background: #000;
}

.width98 {
  width: 98%;
}

.space_bottom_230 {
  padding-bottom: 230px;
}

.space_bottom_padding15 {
  padding-bottom: 15px;
}

.space_top1 {
  padding-top: 1px;
}

.margin_btm_15 {
  margin-bottom: 15px;
}

.space_top6 {
  padding-top: 6px;
}

.space_top-56 {
  margin-top: -56px;
}

.space_top19 {
  padding-top: 19px;
}

.space_top28 {
  padding-top: 28px;
}

.space_top28_home_contact {
  padding-top: 28px;
}

.space_top36 {
  padding-top: 36px;
}

.space_btm36 {
  padding-bottom: 36px;
}

.space_top58 {
  padding-top: 58px;
}

.space_top85 {
  padding-top: 85px;
}

.space_top115 {
  padding-top: 115px;
}

.space_btm6 {
  padding-bottom: 6px;
}

.space_btm46 {
  padding-bottom: 46px;
}

.space_btm56 {
  padding-bottom: 56px;
}

.space_bottom35 {
  padding-bottom: 35px;
}

.space_bottom51 {
  padding-bottom: 51px;
}

.space_bottom64 {
  padding-bottom: 64px;
}

.space_btm103 {
  padding-bottom: 103px;
}

.space_btm125 {
  padding-bottom: 125px;
}

.space_btm145 {
  padding-bottom: 145px;
}

.space_btm195 {
  padding-bottom: 195px;
}

.space_top17 {
  padding-top: 17px;
}

.space_top27 {
  padding-top: 27px;
}

.space_top21 {
  padding-top: 21px;
}

.space_top131 {
  padding-top: 131px;
}

.space_top148 {
  padding-top: 148px;
}

.space_top182 {
  padding-top: 182px;
}

.my_space_left28 {
  padding-top: 35px;
  top: 2px;
}

.most_top_haader {
  height: 35px;
}

.height_18 {
  height: 18px;
}

.banner_text_list {
  top: -6px;
  left: 8px;
  position: relative;
}

.margin_left_8 {
  margin-left: 8px;
}

.banner_text_list_icon_size {
  /* border: 1px solid red; */
  width: 18px !important;
  height: 18px !important;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  /* padding: 5px; */
}

.most_top_pos_text {
  top: -10px;
  left: 8px;
  position: relative;
}

.most_top_match_to_logo {
  margin-left: 113px;
  margin-top: 2px;
}

@media only screen and (max-width: 652px) and (min-width: 583px) {
  .most_top_match_to_logo {
    margin-left: 16px !important;
    margin-top: 2px;
  }
}

@media screen and (max-width: 582px) {
  .most_top_match_to_logo {
    display: none;
  }
}

.most_top_match_to_right {
  margin-right: 61px;
  margin-top: 0px;
}

.margin_left_left_icon {
  margin-left: 13px;
}

@media only screen and (max-width: 1262px) and (min-width: 583px) {
  .most_top_match_to_right {
    margin-right: 35px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 582px) and (min-width: 360px) {
  .most_top_match_to_right {
    text-align: center;
    float: left;
    width: 100%;
    margin-right: 0px;
  }
}

.top_logo_font {
  font: 18px/1 "Raleway-Regular";
  letter-spacing: -1px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  color: #fff;
  text-shadow: 1px 2px 5px #969696;
  text-decoration: none;
}

.logo_thought_pos {
  margin-left: 13px;
  margin-top: 33px;
}

@media screen and (max-width: 565px) {
  .logo_thought_pos {
    display: none;
  }
}

.min_height_devi {
  min-height: 134px;
}

.width100 {
  width: 100%;
  text-align: center;
}

.width_158 {
  max-width: 158px;
  float: inherit;
  text-align: center;
}

.padding10 {
  padding: 10px;
}

@media screen and (max-width: 915px) {
  .get_top_for_mob {
    margin-top: 60px;
  }
}

.about_space_top85 {
  padding-top: 85px;
}

.about_space_top58 {
  padding-top: 58px;
}

.news_arrow_left_padding {
  padding-left: 26px;
}

.lft_news {
  margin-top: -10px;
}

.desktop_adjust_home_stanza {
  margin-top: 56px;
}

.icon_space {
  padding: 2px;
}

.margin_left_inner_elucidation {
  margin-left: 48px;
}

.padding_top30 {
  padding-top: 30px;
}

.max_wid_315 {
  max-width: 315px;
  width: 100%;
  padding: 18px;
  margin: 25px;
}

.index_abt_write_up {
  max-width: 507px;
  width: 80%;
  min-height: 151px;
  margin: 20px;
  position: relative;
  z-index: 101;
}

/*My styles spaces -------------------------------*/
/* Structure-----------------*/
body {
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "open-sans-regular";
  font-size: 14px;
}

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  border: 0px;
}

.shadow {
  -webkit-box-shadow: 1px 6px 17px rgba(0, 165, 190, 0.9) !important;
          box-shadow: 1px 6px 17px rgba(0, 165, 190, 0.9) !important;
}

.shadow2 {
  -webkit-box-shadow: 10px 13px 8px rgba(192, 232, 242, 0.7) !important;
          box-shadow: 10px 13px 8px rgba(192, 232, 242, 0.7) !important;
}

.shadow3 {
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.shadow4 {
  -webkit-box-shadow: 1px 6px 18px rgba(72, 6, 14, 0.7) !important;
          box-shadow: 1px 6px 18px rgba(72, 6, 14, 0.7) !important;
}

.inner_shadow {
  -webkit-box-shadow: inset 0px 0px 19px #dedede;
          box-shadow: inset 0px 0px 19px #dedede;
}

.text_shdow {
  text-shadow: 3px 3px 5px rgba(176, 184, 215, 0.7) !important;
}

.common_border {
  border: 1px solid #d7d7d7 !important;
}

.text_uppercase {
  text-transform: uppercase !important;
}

svg {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 151px;
}

.rotate2 {
  /*leaning left <- */
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.rotate4 {
  /*upside down*/
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate6 {
  /*leaning right -> */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate12 {
  /*horizontal flip*/
  /*left-right mirror*/
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.rotate14 {
  /*horizontal flip*/
  /*left-right mirror*/
  -webkit-transform: rotate(90deg) scale(-1, 1);
  transform: rotate(90deg) scale(-1, 1);
}

.bg_svg_purple {
  -webkit-filter: invert(28%) sepia(91%) saturate(1495%) hue-rotate(315deg) brightness(88%) contrast(92%);
          filter: invert(28%) sepia(91%) saturate(1495%) hue-rotate(315deg) brightness(88%) contrast(92%);
}

.bg_svg_yellow {
  -webkit-filter: invert(59%) sepia(97%) saturate(524%) hue-rotate(358deg) brightness(99%) contrast(106%);
          filter: invert(59%) sepia(97%) saturate(524%) hue-rotate(358deg) brightness(99%) contrast(106%);
}

.bg_svg_black {
  -webkit-filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(62deg) brightness(109%) contrast(114%);
          filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(62deg) brightness(109%) contrast(114%);
}

.bg_svg_gray {
  -webkit-filter: invert(22%) sepia(1%) saturate(0%) hue-rotate(16deg) brightness(99%) contrast(88%);
          filter: invert(22%) sepia(1%) saturate(0%) hue-rotate(16deg) brightness(99%) contrast(88%);
}

.bg_svg_black {
  -webkit-filter: invert(0%) sepia(98%) saturate(1%) hue-rotate(238deg) brightness(91%) contrast(100%);
          filter: invert(0%) sepia(98%) saturate(1%) hue-rotate(238deg) brightness(91%) contrast(100%);
}

.white_btn {
  border-radius: 50px;
  padding: 10px 31px 10px 12px;
  vertical-align: middle;
  display: table-cell;
  background: #d6286b;
  font-family: "open-sans-regular";
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.white_btn:hover {
  background: black;
}

.btn_circle {
  border-radius: 50px;
  background: #fff;
  padding: 10px;
  font-family: tahoma;
  font-size: 15px;
  color: #d6286b;
}

.black_btn {
  border-radius: 50px;
  padding: 10px 31px 10px 12px;
  vertical-align: middle;
  display: table-cell;
  background: #fff;
  font-family: "open-sans-regular";
  color: #d6286b;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 10px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.black_btn:hover {
  background: #000;
}

.black_btn_circle {
  border-radius: 50px;
  background: #000;
  padding: 10px;
  font-family: tahoma;
  font-size: 15px;
  color: #d6286b;
}

.btn_circle {
  border-radius: 50px;
  background: #fff;
  padding: 10px;
  font-family: tahoma;
  font-size: 15px;
  color: #d6286b;
}

.small_btn_size {
  min-width: 158px;
}

.purple_circle {
  border: 2px solid #fff;
  border-radius: 50px;
  background: #d6286b;
  padding: 13px;
  font-family: tahoma;
  font-size: 15px;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 4px;
}

.globe_plus_text {
  font-family: "open-sans-regular";
  font-size: 12px;
  text-transform: uppercase;
  color: #1d1d1d;
  text-align: right;
}

/* Preloader -------------------------------------------------*/
/*Preloader my*/
#webina_prewrapper {
  /*    background:url('../images/background_logi.jpg') center top;*/
  background: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /*    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto ;
    position: fixed;    */
  /*      height: 50vh;*/
  height: 100vh;
  background-color: #fff;
  font-weight: 900;
  position: relative;
  z-index: 9999;
  /*    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color : #000;
    font-size : 14px;*/
}

.webina_lets_turn {
  border: 2px solid #fff;
  border-radius: 100px;
  background: black;
  width: 78px;
  height: 78px;
  padding: 13px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-box-shadow: 0 0 21px #838383;
  box-shadow: 0 0 21px #838383;
  background: #d6286b;
  z-index: 9999;
  position: absolute;
}

.webina_dots_wrap {
  position: relative;
  width: 66px;
  height: 66px;
  margin: auto;
}

.webina_dots_wrap .webina_each_dots_wrap {
  position: absolute;
  width: 51px;
  height: 51px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 5.7425s infinite;
  -o-animation: orbit 5.7425s infinite;
  -ms-animation: orbit 5.7425s infinite;
  -webkit-animation: orbit 5.7425s infinite;
  -moz-animation: orbit 5.7425s infinite;
}

.webina_dots_wrap .webina_each_dots_wrap .webina_dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: white;
  left: 0px;
  top: 0px;
  border-radius: 8px;
}

.webina_dots_wrap #webina_sphere_1 {
  animation-delay: 1.256s;
  -o-animation-delay: 1.256s;
  -ms-animation-delay: 1.256s;
  -webkit-animation-delay: 1.256s;
  -moz-animation-delay: 1.256s;
}

.webina_dots_wrap #webina_sphere_2 {
  animation-delay: 0.243s;
  -o-animation-delay: 0.243s;
  -ms-animation-delay: 0.243s;
  -webkit-animation-delay: 0.243s;
  -moz-animation-delay: 0.243s;
}

.webina_dots_wrap #webina_sphere_3 {
  animation-delay: 0.5065s;
  -o-animation-delay: 0.5065s;
  -ms-animation-delay: 0.5065s;
  -webkit-animation-delay: 0.5065s;
  -moz-animation-delay: 0.5065s;
}

.webina_dots_wrap #webina_sphere_4 {
  animation-delay: 0.7495s;
  -o-animation-delay: 0.7495s;
  -ms-animation-delay: 0.7495s;
  -webkit-animation-delay: 0.7495s;
  -moz-animation-delay: 0.7495s;
}

.webina_dots_wrap #webina_sphere_5 {
  animation-delay: 1.003s;
  -o-animation-delay: 1.003s;
  -ms-animation-delay: 1.003s;
  -webkit-animation-delay: 1.003s;
  -moz-animation-delay: 1.003s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
            transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
            transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
            transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

/*Preloader my*/
/* Preloader -------------------------------------------------*/
/* Navigation BOF-----------------------------------------------*/
.wrapper_menu {
  position: relative;
  width: 100%;
  margin: -9px auto;
  z-index: 9999;
}

#main {
  padding: 0px 0;
}

#nav-trigger {
  display: none;
  text-align: right;
}

#nav-trigger span {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #002633;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0px;
  cursor: pointer;
  text-transform: uppercase;
}

#nav-trigger span:after {
  display: inline-block;
  margin-left: 10px;
  width: 31px;
  height: 24px;
  font-family: "FontAwesome";
  content: "\f0c9";
  font-size: 21px;
  color: #002633;
}

#nav-trigger span.open:after {
  background-image: url("../images/resmenu.png");
  background-repeat: no-repeat;
}

nav {
  margin-bottom: 30px;
}

nav#nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

nav#nav-main li {
  display: inline-block;
  /*border-right: solid 1px #950025;*/
  padding: 0 5px;
}

nav#nav-main li:last-child {
  border-right: none;
}

nav#nav-main a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #002633;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 10px 10px;
  text-transform: uppercase;
}

nav#nav-main a:hover {
  background-color: #c21781;
  color: #fff !important;
}

.round {
  border-radius: 38px;
  color: #002633 !important;
}

nav#nav-mobile {
  position: relative;
  display: none;
}

nav#nav-mobile ul {
  width: 100%;
  display: none;
  list-style-type: none;
  margin-top: 10px;
  position: fixed;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: #fff;
  z-index: 9999999;
}

nav#nav-mobile li {
  display: inline-block;
  padding: 4px 0;
  margin: 0 5px;
  width: 46%;
  left: -28px !important;
  position: relative;
  border-bottom: 1px solid #dedede;
}

nav#nav-mobile li:last-child {
  border-bottom: none;
}

nav#nav-mobile a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #002633;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 13px 23px;
}

nav#nav-mobile a:hover {
  background-color: #99005f;
  font-family: "open-sans-regular";
  font-size: 13px;
  color: #fff !important;
  text-decoration: none;
}

/* Sections--------------------------------- */
section h1 {
  margin-bottom: 10px;
}

section p {
  margin-bottom: 30px;
}

section p:last-child {
  margin-bottom: 0;
}

/* Media Queries------------------------------- */
@media all and (max-width: 856px) {
  #nav-trigger {
    display: block;
  }
  nav#nav-main {
    display: none;
  }
  nav#nav-mobile {
    display: block;
  }
  .round {
    display: none;
  }
}

/* Navigation BOF-----------------------------------------------*/
/*Navigation ul li footer--------------------------*/
.footer_navigation_panel {
  width: 99%;
  float: left;
  top: -3px;
  position: relative;
}

#a_product_of_webina_footer {
  width: 98%;
  height: auto;
  /*margin:0 auto;*/
  float: left;
  top: 10px;
  position: relative;
}

#a_product_of_webina_footer li {
  list-style: none inside url("../images/arrow_red.png");
  margin-left: -39px;
  line-height: 41px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #282828;
}

.links_thus_footer a {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus_footer a:visited {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus_footer a:active {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus_footer a:hover {
  font-family: "open-sans-regular";
  color: #d93378;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/* ========= footer styles*/
.space_bottom51 {
  padding-bottom: 41px;
}

.long_line_footer {
  position: relative;
  width: 100%;
  border: 1px solid #3b3b3b;
  border-width: 0px 0px 1px 0;
  border-color: #3b3b3b;
  margin: 0 auto 1px auto;
  text-align: center;
}

.space_top5 {
  padding-top: 5px;
}

.footer_each_box {
  border: 1px solid #282828;
  float: left;
  padding: 9px 18px 9px 18px;
  margin: 0px 8px 8px 0px;
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.footer_each_box a:visited {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.footer_each_box a:active {
  font-family: "open-sans-regular";
  color: #b1b1b1;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.footer_each_box a:hover {
  font-family: "open-sans-regular";
  color: #e93e21;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.get_in_touch_block {
  border-bottom: 1px solid #282828;
  float: left;
  padding: 10px 0px 1px 0px;
  position: relative;
}

.space_top30 {
  padding-top: 30px;
}

.space_top15 {
  padding-top: 15px;
}

.footer_address {
  color: #b1b1b1;
  padding-left: 14px;
  margin-top: 3px;
}

.footer_quote_font {
  font: 14px/1 "open-sans-regular" !important;
  font-weight: normal;
  line-height: 21px !important;
  color: #b1b1b1;
  text-decoration: none;
}

.footer_btm_quote {
  background-image: url(../images/footer_bottom_quote.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 44px;
  height: 30px;
  right: 0px;
  bottom: 0px;
  position: relative;
  z-index: 1;
  float: right;
}

.footer_small_font {
  font-family: "open-sans-regular";
  color: #565656;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  margin-right: 18px;
  line-height: 46px !important;
}

.pos_copyright_txt {
  font-family: "open-sans-regular";
  color: #565656;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 56px !important;
  margin-left: 16px;
}

.copyright_company_text {
  font-family: "open-sans-regular";
  color: #d6286b;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.margin_right_footer_logo {
  margin-right: 0.8%;
  margin-top: 7px;
}

.quick_links {
  padding-right: 51px;
  max-width: 228px;
  width: 100%;
  min-height: 300px;
}

.core_services {
  padding-right: 51px;
  max-width: 598px;
  width: 100%;
  min-height: 300px;
}

.get_in_touch {
  padding-right: 51px;
  max-width: 230px;
  width: 100%;
  min-height: 300px;
}

.quote_footer {
  max-width: 263px;
  width: 100%;
  min-height: 300px;
}

@media only screen and (max-width: 1405px) and (min-width: 1280px) {
  .quick_links {
    max-width: 258px;
    min-height: 289px;
  }
  .core_services {
    max-width: 628px;
    min-height: 289px;
  }
  .get_in_touch {
    max-width: 258px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 1139px) {
  .quick_links {
    padding-right: 41px;
    max-width: 258px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 41px;
    max-width: 468px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 41px;
    max-width: 258px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}

@media only screen and (max-width: 1138px) and (min-width: 1024px) {
  .quick_links {
    padding-right: 41px;
    max-width: 228px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 41px;
    max-width: 455px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 41px;
    max-width: 228px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 968px) {
  .quick_links {
    padding-right: 31px;
    max-width: 208px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 31px;
    max-width: 455px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 208px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 558px;
    min-height: 216px;
  }
}

@media only screen and (max-width: 967px) and (min-width: 768px) {
  .quick_links {
    padding-right: 31px;
    max-width: 245px;
    min-height: 289px;
  }
  .core_services {
    padding-right: 31px;
    max-width: 455px;
    min-height: 289px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 245px;
    min-height: 289px;
  }
  .quote_footer {
    max-width: 455px;
    min-height: 289px;
    top: -5px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) and (min-width: 640px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    padding-right: 31px;
    max-width: 235px;
    min-height: 385px;
  }
  .core_services {
    padding-right: 1px;
    max-width: 308px;
    min-height: 385px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 235px;
    min-height: 296px;
  }
  .quote_footer {
    max-width: 308px;
    min-height: 315px;
    position: relative;
  }
}

@media only screen and (max-width: 639px) and (min-width: 580px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    padding-right: 31px;
    max-width: 195px;
    min-height: 393px;
  }
  .core_services {
    padding-right: 1px;
    max-width: 308px;
    min-height: 393px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 195px;
    min-height: 295px;
  }
  .quote_footer {
    max-width: 308px;
    min-height: 265px;
    position: relative;
  }
}

@media only screen and (max-width: 579px) and (min-width: 480px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    padding-right: 31px;
    max-width: 195px;
    min-height: 534px;
  }
  .core_services {
    padding-right: 1px;
    max-width: 218px;
    min-height: 534px;
  }
  .get_in_touch {
    padding-right: 31px;
    max-width: 195px;
    min-height: 300px;
  }
  .quote_footer {
    max-width: 218px;
    min-height: 300px;
    position: relative;
  }
  .margin_right_footer_logo {
    float: left;
    position: relative;
    margin: 4px auto;
  }
}

@media only screen and (max-width: 479px) and (min-width: 403px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    width: 100% !important;
    min-height: 256px;
    max-width: none;
    padding-right: 0px !important;
  }
  .core_services {
    width: 100% !important;
    min-height: 306px;
    max-width: none;
    padding-right: 0px !important;
  }
  .get_in_touch {
    width: 100% !important;
    min-height: 263px;
    max-width: none;
    padding-right: 0px !important;
  }
  .quote_footer {
    width: 100% !important;
    min-height: 258px;
    max-width: none;
    padding-right: 0px !important;
  }
  .margin_right_footer_logo {
    float: left;
    position: relative;
    margin: 4px auto;
  }
}

@media only screen and (max-width: 403px) and (min-width: 360px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    width: 100% !important;
    min-height: 289px;
    max-width: none;
    padding-right: 0px !important;
  }
  .core_services {
    width: 100% !important;
    min-height: 289px;
    max-width: none;
    padding-right: 0px !important;
  }
  .get_in_touch {
    width: 100% !important;
    min-height: 235px;
    max-width: none;
    padding-right: 0px !important;
  }
  .quote_footer {
    width: 100% !important;
    min-height: 258px;
    max-width: none;
    padding-right: 0px !important;
  }
  .margin_right_footer_logo {
    float: none;
    position: relative;
    text-align: center;
    width: 100%;
    top: 16px;
  }
}

@media only screen and (max-width: 403px) and (min-width: 396px) {
  .pos_copyright_txt {
    line-height: 0px !important;
    top: 13px;
    position: relative;
  }
}

@media screen and (max-width: 395px) {
  .pos_copyright_txt {
    line-height: 0px !important;
    top: 2px;
    position: relative;
  }
}

@media only screen and (max-width: 359px) and (min-width: 320px) {
  .footer_each_box {
    padding: 9px 7px 9px 9px;
    margin: 0px 6px 6px 0px;
  }
  .quick_links {
    width: 100% !important;
    min-height: 256px;
    max-width: none;
    padding-right: 0px !important;
  }
  .core_services {
    width: 100% !important;
    min-height: 386px;
    max-width: none;
    padding-right: 0px !important;
  }
  .get_in_touch {
    width: 100% !important;
    min-height: 263px;
    max-width: none;
    padding-right: 0px !important;
  }
  .quote_footer {
    width: 100% !important;
    min-height: 258px;
    max-width: none;
    padding-right: 0px !important;
  }
  .margin_right_footer_logo {
    float: left;
    position: relative;
    margin: 4px auto;
  }
}

/* ========= footer styles*/
/*Navigation ul li footer--------------------------*/
/*Navigation inner right ------------------------*/
#a_product_of_webina {
  width: 98%;
  height: auto;
  /*margin:0 auto;*/
  float: left;
  top: 0px;
  position: relative;
  padding: 5px;
}

#a_product_of_webina li {
  border-bottom: 1px dotted #f3e9db;
  list-style: none inside url("../images/arrow_red.png");
  margin-left: -37px;
  line-height: 32px;
  text-align: left;
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a:visited {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a:active {
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.links_thus a:hover {
  font-family: "open-sans-regular";
  color: #fe7801;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/*Navigation inner right ------------------------*/
/*hightlight dots when scroll*/
.webiNavDot {
  position: fixed;
  top: 140px;
  right: 8px;
  width: 50px;
  z-index: 9998;
  list-style-type: none;
}

.webiNavDot ul {
  position: relative;
  padding: 0px;
  padding-left: 38px;
}

.webiNavDot ul li {
  position: relative;
  padding-bottom: 8px;
  padding-left: 35%;
  color: #718785;
}

.webiNavDot a {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  border-radius: 50%;
  border: 1px solid;
  border-color: #718785;
  background: #fff;
  text-decoration: none;
}

.webiNavDot a:hover {
  border-radius: 50%;
  background-color: #d7e0e9;
  text-decoration: none;
}

.webiNavDot a.active {
  border-radius: 50%;
  background-color: #d93378;
  text-decoration: none;
  border: 2px solid #fff;
}

.label {
  position: relative;
  top: -58%;
  left: -328%;
  width: 100%;
  text-align: right;
  font-size: 1em;
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
  text-decoration: none !important;
  outline: 0;
  display: none;
}

/*hightlight dots when scroll*/
/*count_when_scroll*/
.each_time_inline_block {
  /*    max-width: 338px;
    width:100%;    
    padding: 18px;
    margin: 25px;
    display: inline-block;
    clear: both; */
  max-width: 338px;
  padding: 18px;
  margin: 25px;
  display: inline-block;
  clear: both;
}

.margin_bottom_each_time_inline_block {
  margin-bottom: 15px;
}

@font-face {
  font-family: Hammer Thin;
  font-weight: normal;
  src: url("Hammer_Thin.ttf");
}

.counter {
  font: 95pt/1 "Hammer Thin";
  color: #002633;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}

.lift_font_each_time_inline_block {
  margin-top: -13px;
}

/*count_when_scroll*/
/*Contact form */
.inputFile {
  width: 100%;
  border: solid 1px #f3e9db;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  padding: 10px;
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
}

.txtarea_submit_form {
  border: 1px solid #ced4da;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #fff;
  width: 100%;
  height: 118px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
  resize: none;
}

.combo_submit_form {
  border: 1px solid #ced4da;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #fff;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
}

.input_submit_form {
  border: 1px solid #ced4da;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #fff;
  width: 100%;
  height: 43px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #002633;
  font-size: 13px;
}

.input_innerform {
  border: solid 1px #9fc034;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #5d7a01;
  width: 100%;
  height: 33px;
  padding-left: 10px;
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 13px;
}

.combo {
  border: solid 1px #9fc034;
  /*	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #5d7a01;
  /*	width:189px;
	height:19px;
*/
  padding-left: 10px;
  width: 100%;
  height: 33px;
  /*	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius:0px;*/
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 13px;
}

.txt_area {
  border: solid 1px #9fc034;
  /* 	background:url(../images/elements/home_drop_shadow.gif);
	background-repeat:no-repeat;*/
  background-color: #5d7a01;
  padding-top: 10px;
  padding-left: 10px;
  width: 100%;
  height: 83px;
  resize: none;
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 13px;
}

.msg_font_red {
  color: #ff0000;
  font-family: "open-sans-regular";
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 13px;
}

.explain_webina_btn {
  background-image: url(../images/submit.png);
  background-repeat: no-repeat;
  background-color: transparent;
  font-family: "open-sans-regular";
  color: #fff;
  font-size: 0px;
  width: 55px;
  height: 55px;
  border: none;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  position: absolute;
}

.width_contact_40 {
  width: 40%;
  padding: 0px 10px 0px 0px;
}

.width_contact_60 {
  width: 60%;
}

.padding_13px {
  padding: 13px;
}

.white_background {
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1118px) {
  .width_contact_40 {
    width: 100%;
    padding: 0px 10px 0px 0px;
  }
  .width_contact_60 {
    width: 100%;
  }
  .padding_13px {
    padding: 25px 0px 0px 0px;
  }
}

.contact_circle {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin: 10px;
  -webkit-box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
          box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
}

.contact_us_icon_left {
  width: 85px;
  float: left;
  margin: 0px 28px 0px 0px;
}

.contact_us_icon_right {
  padding: 21px 2px 0px 0px;
  float: none;
  width: auto;
  overflow: hidden;
  line-height: none !important;
}

/*Contact form */
.triangle_homepage {
  background: #d93378;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 12px 35px;
  display: inline-block;
  -webkit-transform: skew(-32deg);
          transform: skew(-32deg);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -53%;
  z-index: 1;
}

.no_skew {
  -webkit-transform: skew(32deg, 0deg);
  transform: skew(32deg, 0deg);
}

#city2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(../images/my_sky2.png) 0 130px repeat-x;
}

.slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 548px;
  margin-top: 100px;
  margin-left: 47px;
  z-index: 106;
  padding-bottom: 68px;
}

@media only screen and (max-width: 1257px) and (min-width: 828px) {
  .slider_wrapper {
    width: 78%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 47px;
  }
  .triangle_homepage {
    left: -24%;
  }
  .webi_cloud_wrapper {
    max-width: 453px !important;
    top: 35% !important;
    right: 5% !important;
  }
  .we_are_webina_media {
    display: none;
  }
}

@media only screen and (max-width: 827px) and (min-width: 640px) {
  .slider_wrapper {
    width: 81%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 47px;
  }
  .triangle_homepage {
    left: -24%;
  }
  .webi_cloud_wrapper {
    max-width: 353px !important;
    top: 44% !important;
    right: 5% !important;
  }
  .we_are_webina_media {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .slider_wrapper {
    width: 81%;
    max-width: 100%;
    margin-top: 40px;
    margin-left: 47px;
  }
  .triangle_homepage {
    left: -44% !important;
    width: 153%;
  }
  .webi_cloud_wrapper {
    max-width: 453px !important;
    top: 59% !important;
    right: 5% !important;
  }
  .tree {
    left: -170px !important;
  }
}

.table_cell {
  vertical-align: middle;
  display: table-cell;
}

/*Cloud Animation*/
.webi_cloud_wrapper {
  width: 100%;
  max-width: 593px;
  height: auto;
  top: 12%;
  right: 5%;
  position: absolute;
}

.inner_cloud_wrapper {
  width: 100%;
  max-width: 351px;
  height: auto;
  top: -80px;
  right: -10px;
  bottom: 0px;
  position: absolute;
  display: table;
  z-index: 3;
}

@media only screen and (max-width: 1257px) and (min-width: 857px) {
  .inner_cloud_wrapper {
    top: -151px;
  }
}

@media only screen and (max-width: 856px) and (min-width: 768px) {
  .inner_cloud_wrapper {
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .inner_cloud_wrapper {
    display: none;
  }
}

.inner_we_are_webina_media {
  width: 221px;
  height: 56px;
  position: absolute;
  left: -141px;
  bottom: 58px;
  z-index: 4;
}

.cloud_wrapper {
  width: 100%;
  max-width: 593px;
  height: auto;
  top: 0px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  display: table;
  z-index: 3;
}

.we_are_webina_media {
  width: 221px;
  height: 56px;
  position: absolute;
  left: -91px;
  bottom: 128px;
  z-index: 4;
}

.cloud_wrapper_anima {
  -webkit-animation: cloud_wrapper_hovering 7s infinite ease-in-out;
  animation: cloud_wrapper_hovering 7s infinite ease-in-out;
}

@-webkit-keyframes cloud_wrapper_hovering {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes cloud_wrapper_hovering {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  .cloud_wrapper {
    z-index: 0;
  }
}

/*-----------------------------------------------*/
.blue_baloon {
  width: 100%;
  max-width: 106px;
  height: auto;
  top: 28px;
  left: 4%;
  position: absolute;
  z-index: 4;
}

.webina_dev {
  -webkit-animation: blue_baloon_hovering 7s infinite ease-in-out;
  animation: blue_baloon_hovering 7s infinite ease-in-out;
}

@-webkit-keyframes blue_baloon_hovering {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 93px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes blue_baloon_hovering {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 93px);
            transform: translate(0, 93px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-----------------------------------------------------*/
.red_baloon_big {
  width: 100%;
  max-width: 117px;
  height: auto;
  right: 30%;
  position: absolute;
  z-index: 1;
  top: -41px;
}

.red_baloon_anima {
  -webkit-animation: red_baloon_big_hovering 10s infinite ease-out;
  animation: red_baloon_big_hovering 10s infinite ease-out;
}

@-webkit-keyframes red_baloon_big_hovering {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 73px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes red_baloon_big_hovering {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 73px);
            transform: translate(0, 73px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*-------------------------------------------------------*/
.red_baloon_small {
  width: 100%;
  max-width: 53px;
  height: auto;
  right: 19%;
  position: absolute;
  z-index: 2;
  top: 113px;
}

.red_baloon_small_inner {
  width: 100%;
  max-width: 53px;
  height: auto;
  right: 58%;
  position: absolute;
  z-index: 2;
  top: 43px;
}

.red_baloon_small_anima {
  -webkit-animation: red_baloon_small_hovering 9s infinite ease-in;
  animation: red_baloon_small_hovering 9s infinite ease-in;
}

@-webkit-keyframes red_baloon_small_hovering {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes red_baloon_small_hovering {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/*Cloud Animation*/
.webina_geo_code_header_btom {
  width: 100%;
  height: 151px;
  bottom: 14px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1279px) and (min-width: 481px) {
  .webina_geo_code_header_btom {
    bottom: 0px;
  }
}

.webina_geo_code_tech_top {
  width: 100%;
  height: 182px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.webina_geo_code_testi_top {
  width: 100%;
  height: 152px;
  top: -7px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.webina_geo_code_testi_btm {
  width: 100%;
  height: 156px;
  bottom: 0px;
  left: 0px;
  position: relative;
  z-index: 1;
}

.webina_geo_code_world_wide_top {
  width: 100%;
  height: 152px;
  top: 1px;
  left: 0px;
  position: relative;
  z-index: 1;
}

.webina_geo_code_social_top {
  width: 100%;
  height: 151px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.webina_geo_code_social_btm {
  width: 100%;
  height: 156px;
  bottom: -7px;
  left: 0px;
  position: absolute;
  z-index: 1;
}

.webina_inner_geo_header_btm {
  background-image: url(../images/inner_geo_header_btm.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 180px;
  bottom: 73px;
  left: 0px;
  position: relative;
  z-index: 1;
}

/*stles -----------------------------------------*/
.hdr_bgimg {
  background: url(../images/banner_home.jpg) no-repeat center center fixed;
  background-size: cover;
  display: block;
  width: 100%;
  height: 995px;
  min-height: 996px !important;
  position: relative;
  overflow: hidden;
}

.hdr_bgimg_inner {
  background: #d93378;
  display: block;
  width: 100%;
  height: 413px;
  min-height: 413px !important;
  position: relative;
}

.most_top_pos_bar_rpt {
  /*    background: $dark_black_font;*/
  width: 100%;
  height: 35px;
  z-index: 1;
  position: relative;
  /*    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);*/
  background: white;
}

.logo_bar_rpt {
  background: white;
  /*     background: $dark_black_font;
   border-top:1px solid #4a4a4a;
    border-bottom:1px solid #4a4a4a;*/
  width: 100%;
  height: 99px;
  position: relative;
  border-bottom: 1px solid white;
  /*    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);*/
  z-index: 99999999;
}

.about_bg {
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
  background-size: cover;
  background-size: 100% 969px;
  padding-bottom: 190px;
}

@media only screen and (max-width: 1462px) and (min-width: 1386px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 66px;
  }
}

@media only screen and (max-width: 1385px) and (min-width: 1280px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 96px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 691px) {
  .about_bg {
    background-size: 100% 800px;
    padding-bottom: 86px;
  }
}

@media only screen and (max-width: 690px) and (min-width: 586px) {
  .about_bg {
    background-size: 100% 840px;
    padding-bottom: 146px;
  }
}

@media only screen and (max-width: 585px) and (min-width: 480px) {
  .about_bg {
    background-size: 100% 840px;
    padding-bottom: 128px;
  }
  .about_space_top85 {
    padding-top: 49px;
  }
}

@media only screen and (max-width: 479px) and (min-width: 402px) {
  .about_bg {
    background-size: 100% 1080px;
    padding-bottom: 118px;
  }
  .about_space_top85 {
    padding-top: 49px;
  }
}

@media only screen and (max-width: 401px) and (min-width: 357px) {
  .about_bg {
    background-size: 100% 1080px;
    padding-bottom: 188px;
  }
  .about_space_top85 {
    padding-top: 29px;
  }
  .about_space_top58 {
    padding-top: 8px;
  }
}

@media screen and (max-width: 356px) {
  .about_bg {
    background-size: 100% 1080px;
    padding-bottom: 128px;
  }
  .about_space_top85 {
    padding-top: 29px;
  }
  .about_space_top58 {
    padding-top: 8px;
  }
  h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 19px;
  }
}

.testi_bg {
  background-image: url(../images/testimo_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top 144px;
  /*        background-attachment: fixed;*/
  background-size: cover;
}

.world_wide_bg {
  background-image: url(../images/world_wide.jpg);
  background-repeat: no-repeat;
  background-position: center center fixed;
  background-size: cover;
  /*        background-size: 100% 778px;*/
  /*        padding-bottom: 478px;*/
}

/*stles -----------------------------------------*/
.m_link {
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 41%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 783;
}

.img_ovr_effect {
  display: inline-block;
  clear: both;
}

.not_bootstrap_write_ur_own_framework_webina {
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.not_bootstrap_write_ur_own_framework_webina a {
  color: #333333;
  text-decoration: none;
  display: block;
}

.not_bootstrap_write_ur_own_framework_webina::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: white;
  background-color: rgba(255, 255, 255, 0.25);
}

.not_bootstrap_write_ur_own_framework_webina:hover::before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

input[data-readonly] {
  pointer-events: none;
}

/*Below here is the stuff to adopt*/
/*Anima*/
.arr_wra {
  width: 53px;
  /*height:53px;*/
  height: 53px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.pulse {
  width: 53px;
  height: 53px;
  z-index: 10;
  position: absolute;
  text-align: center;
  font-size: 35px !important;
  color: #ff80b5;
  margin: 10px 11px;
}

.webina_dot_animation {
  /*  border: 4px solid #a1ce09;*/
  border: 4px solid #fff;
  /*  background: transparent;*/
  height: 85px;
  width: 85px;
  top: -17px;
  left: -16px;
  border-radius: 85px;
  -ms-border-radius: 85px;
  /* IE 9 */
  -o-border-radius: 85px;
  /* Opera */
  -webkit-border-radius: 85px;
  /* Safari and Chrome */
  -moz-border-radius: 85px;
  /* Firefox */
  animation: pulse 3s ease-out;
  -ms-animation: pulse 3s ease-out;
  /* IE9 */
  -o-animation: pulse 3s ease-out;
  /* Opera */
  -webkit-animation: pulse 3s ease-out;
  /* Safari and Chrome */
  -moz-animation: pulse 3s ease-out;
  /* Firefox */
  animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  /* IE 9 */
  -o-animation-iteration-count: infinite;
  /* Opera */
  -webkit-animation-iteration-count: infinite;
  /* Safari and Chrome */
  -moz-animation-iteration-count: infinite;
  /* Firefox */
  /*opacity: 0;*/
  position: absolute;
  z-index: 1;
}

@-webkit-keyframes pulse {
  /* IE 9 */
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  /* IE 9 */
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes "pulse" {
  /* Safari and Chrome */
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/*Anima*/
/*progress bar*/
.progress_tech_container {
  width: 100%;
  /*  max-width: 700px;*/
  height: auto;
  margin: 0 auto;
  position: relative;
}

/*.top_space{
  top: 30px;
}*/
.barfiller {
  /* width: 100%; */
  width: 99%;
  height: 30px;
  background: #fcfcfc;
  border: 1px solid #bebebe;
  position: relative;
  margin-bottom: 28px;
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  /* background: #333; */
  background: #d7e0e9;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  /* margin-top: -30px;
  padding: 2px 4px; */
  margin-top: -41px;
  padding: 10px 11px;
  font-size: 11px;
  color: #fff;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #d63465;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  /* left: 9px; */
  left: 15px;
  top: 100%;
  z-index: 9;
}

/* my bar styles ------------------------------------*/
.technology_progress_width {
  /* background: red; */
  /*  max-width: 639px;*/
  width: 100%;
}

.each_block {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}

.techno_left_block {
  background: #515151;
  width: 130px;
  height: 29px;
  padding: 10px;
  float: left;
  clear: both;
  text-align: left;
  color: #fff;
  font-family: "open-sans-regular";
  font-size: 13px;
  line-height: 12px;
  position: absolute;
  z-index: 100;
}

.techno_right_block {
  width: 100%;
  /*    max-width: 530px;*/
  /*  width: 100%;
  min-width: 530px;*/
  /*  display: table-cell;*/
  clear: both;
}

/*Progress bar*/
/*home custom circle*/
.shadow {
  -webkit-box-shadow: 0 0 18px #c8c8c8;
  -o-box-shadow: 0 0 18px #c8c8c8;
  -ms-box-shadow: 0 0 18px #c8c8c8;
  box-shadow: 0 0 18px #c8c8c8;
}

.services_circle {
  display: inline-block;
  text-align: center;
  background: #d93378;
  width: 138px;
  height: 138px;
  border-radius: 100px;
  margin: 10px;
  -webkit-box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
          box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
}

.services_circle:hover {
  -webkit-box-shadow: 1px 5px 10px rgba(255, 120, 181, 0.3) !important;
          box-shadow: 1px 5px 10px rgba(255, 120, 181, 0.3) !important;
}

.services_circle_image {
  background: #d93378;
  border-radius: 100px;
  width: 128px;
  height: 128px;
  margin: 5px 1px 1px 5px;
  text-align: center;
  display: table;
  vertical-align: middle;
}

.lan_circle {
  display: inline-block;
  text-align: center;
  background: #d93378;
  width: 138px;
  height: 138px;
  border-radius: 100px;
  margin: 10px;
  -webkit-box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
          box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.3) !important;
}

.lan_circle:hover {
  -webkit-box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.7) !important;
          box-shadow: 1px 5px 10px rgba(41, 0, 17, 0.7) !important;
}

.lan_inner_circle_image {
  background: #fff;
  border-radius: 100px;
  width: 128px;
  height: 128px;
  margin: 5px 1px 1px 5px;
  text-align: center;
  display: table;
  vertical-align: middle;
}

.lan_inner_circle:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*home custom circle*/
/*owl carausel +++++++++++++++++++++*/
/* my styles */
.wrapper_testi_from_buttons {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.testimonial_left {
  width: 155px;
  float: left;
}

.testimonial_right {
  float: none;
  width: auto;
  overflow: hidden;
}

.padding_left_testi {
  padding-left: 35px;
}

.testimo_desig_color {
  background: #575757;
  padding: 10px;
  font-family: "open-sans-regular";
  font-size: 23px;
}

.top_testi {
  line-height: 41px !important;
}

.testi_gallery_img {
  border: none !important;
  border: 1px solid #dadada;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 155px;
  height: 153px;
}

.testi_gallery_img img {
  display: inline;
  max-width: 155px;
  max-height: 153px;
}

/* force fit to Height since the imge is too height and since used max-width above 100 */
/*            .gallery > a img {	
    max-height: 200px;
}*/
/* force fit to Height since the imge is too height and since used max-width above 100 */
/*            .gallery img{
    height: 200px !important;
}*/
@media screen and (max-width: 599px) {
  .wrapper_testi_from_buttons {
    width: 100%;
  }
  .testimonial_left {
    margin: 0 auto;
    position: relative;
    text-align: center;
    float: none;
  }
  .testimonial_right {
    width: 100%;
  }
  .atmob_mar_test {
    margin-top: 30px;
  }
  .owl-buttons {
    top: 9% !important;
  }
}

/* my styles */
#owl_header_slider .owl-pagination {
  position: absolute !important;
  text-align: center;
  margin: 10px auto;
  width: 100%;
}

/* Owl Carausel ---------------------------*/
.owl-demo .item {
  /*background: #3fbf79;*/
  padding: 0px 0px;
  /* margin: 10px; */
  color: #fff;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.customNavigation {
  text-align: center;
}

.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

/* ovewrite*/
.owl-buttons {
  position: absolute !important;
  top: 21%;
  width: 100%;
}

.owl-prev {
  float: left;
  left: 0px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 3px solid #fff !important;
  width: 55px;
  height: 55px;
  border-radius: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  display: table-cell !important;
  opacity: 1 !important;
  padding: 5px 2px 0px 0px !important;
  -webkit-box-shadow: 0 0 15px 3px #e6e6e6;
  box-shadow: 0 0 15px 3px #e6e6e6;
  -ms-box-shadow: 0 0 15px 3px #e6e6e6;
  -o-box-shadow: 0 0 15px 3px #e6e6e6;
  background: white !important;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eaeaea)) !important;
  background: linear-gradient(to bottom, white 0%, #eaeaea 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ) !important;
  font-family: "open-sans-regular";
  font-size: 38px !important;
  line-height: 36px !important;
  font-weight: bold;
  color: #5e5b5c !important;
  position: relative;
  z-index: 101;
}

.owl-next {
  float: right;
  right: 0px;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 3px solid #fff !important;
  width: 55px;
  height: 55px;
  border-radius: 100px !important;
  text-align: center !important;
  vertical-align: middle !important;
  display: table-cell !important;
  opacity: 1 !important;
  padding: 5px 2px 0px 0px !important;
  -webkit-box-shadow: 0 0 15px 3px #e6e6e6;
  box-shadow: 0 0 15px 3px #e6e6e6;
  -ms-box-shadow: 0 0 15px 3px #e6e6e6;
  -o-box-shadow: 0 0 15px 3px #e6e6e6;
  background: white !important;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eaeaea)) !important;
  background: linear-gradient(to bottom, white 0%, #eaeaea 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ) !important;
  font-family: "open-sans-regular";
  font-size: 38px !important;
  line-height: 36px !important;
  font-weight: bold;
  color: #5e5b5c !important;
  position: relative;
  z-index: 101;
}

/* ovewrite*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  /* zoom: 1; */
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 3px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #ff80b5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-example .item {
  padding: 30px 0px;
  margin: 10px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

#owl-example .item img {
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: none;
}

/*#owl-example .item h3{
        font-size: 28px;
        font-weight: 300;
        margin: 25px 0 0;
}

#owl-example .item h4{
        margin: 5px 0 0;
        font-size: 18px;
}

.item h1{
        margin: inherit;
}

h1 {
  line-height: 66px;
  margin: 44px 0;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h2 {
  font-size: 32px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h3 {
  font-size: 24px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h4 {
  font-size: 20px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h5 {
  font-size: 16px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}

h6 {
  font-size: 13.6px;
  text-rendering: optimizelegibility;
  line-height: 22px;  
}	*/
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-family: "open-sans-regular";
  color: #414141;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #36cefe;
  *background-color: #f3f3f3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  border: 0px solid #cccccc;
  *border: 0;
  border-radius: 3px;
  *margin-left: 0.3em;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #3fbf79;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  line-height: 22px;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 20px;
  border-radius: 3px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 13.6px;
  border-radius: 2px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 12px;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

/*img {
  max-width: 100%;
  width: auto\9;  
  height: auto;  
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}*/
/*Genral Stuff--------------------------------*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 100;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  /*    cursor:url(grabbing.png) 8 8, move;*/
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Owl Carausel ---------------------------*/
/* owl carausel ++++++++++++++++++++++++++++++*/
.our_news_left {
  width: 53px;
  float: left;
}

.news_arrow_right_padding {
  float: none;
  width: auto;
  overflow: hidden;
}

@media screen and (max-width: 1091px) {
  .get_down_contact_home {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 45px;
  }
  .space_top28_home_contact {
    padding-top: 0px;
  }
}

.social_circle {
  display: inline-block;
  text-align: center;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin: 10px;
  -webkit-box-shadow: 0 0 18px #ac0235;
  box-shadow: 0 0 18px #ac0235;
}

.white_line_repeat {
  background: #fff;
  width: 100%;
  height: 64px;
  position: relative;
}

.max_695 {
  max-width: 695px;
  width: 100%;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 1215px) {
  .max_695 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
}

.inner_left_quote {
  width: 69px;
  height: 47px;
  top: 12px;
  left: 0px;
  position: absolute;
  z-index: 3;
}

.inner_right_quote {
  width: 69px;
  height: 47px;
  bottom: 0px;
  right: 0px;
  float: right;
  margin-top: 46px;
  position: relative;
  z-index: 3;
}

/*Inner page left right panel*/
.space_btm103_elucidation {
  padding-bottom: 103px;
}

@media only screen and (max-width: 768px) and (min-width: 703px) {
  .gallery_right {
    width: 268px;
  }
}

@media only screen and (max-width: 702px) and (min-width: 360px) {
  .gallery_right {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
  }
  .gallery_left {
    width: 100%;
    float: left;
    margin: 63px auto;
    position: relative;
    height: auto;
  }
  .margin_left_inner_elucidation {
    margin-left: 0px;
  }
  .space_btm103_elucidation {
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 359px) {
  .gallery_right {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
  }
  .gallery_left {
    width: 100%;
    float: left;
    margin: 63px auto;
    position: relative;
    height: auto;
  }
  .margin_left_inner_elucidation {
    margin-left: 0px;
  }
  .space_btm103_elucidation {
    padding-bottom: 3px;
  }
}

/*Inner page left right panel */
/*inner page title */
.inner_title {
  position: relative;
  float: left;
  left: 8%;
  margin: 103px auto;
  text-align: left;
  z-index: 999;
}

@media only screen and (max-width: 927px) and (min-width: 768px) {
  .inner_title {
    right: 83px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 598px) {
  .inner_title {
    right: 83px;
  }
}

@media only screen and (max-width: 597px) and (min-width: 480px) {
  .inner_title {
    right: 53px;
  }
}

@media only screen and (max-width: 479px) and (min-width: 360px) {
  .inner_title {
    right: 53px;
  }
}

@media only screen and (max-width: 359px) and (min-width: 320px) {
  .inner_title {
    top: 86px;
    right: 53px;
  }
}

/*inner page title */
.tree {
  background-image: url("../images/webina_media_tree.png");
  background-repeat: no-repeat;
  width: 341px;
  height: 1064px;
  position: absolute;
  left: 0px;
  z-index: 100;
}

.home_tree {
  top: -530px;
}

.inner_tree {
  background-image: url("../images/webina_media_inner_tree.png");
  background-repeat: no-repeat;
  width: 341px;
  height: 1064px;
  position: absolute;
  top: -324px;
  left: 0px;
  z-index: 100;
}

@media screen and (max-width: 856px) {
  .inner_tree {
    top: 116px;
  }
}

.lft_up {
  position: relative;
  z-index: 109;
}

.home_full_width_tree {
  margin-top: -14px;
}

@media only screen and (max-width: 1700px) and (min-width: 1280px) {
  .home_tree {
    top: -360px;
  }
}

@media only screen and (max-width: 911px) and (min-width: 481px) {
  .home_tree {
    top: -470px;
  }
}

@media screen and (max-width: 480px) {
  .home_tree {
    top: -360px;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 481px) {
  .home_full_width_tree {
    width: 90%;
    height: 1064px;
    left: 0px;
    position: absolute;
  }
  .what_we_think_position {
    margin-top: 0px;
    position: relative;
    z-index: 999;
  }
  .position_mob_what_we {
    padding-top: 134px;
  }
  #newscontent {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .position_mob_what_we {
    padding-top: 175px;
  }
}

.webina_thoght_inner {
  max-width: 283px;
  width: 100%;
  height: auto;
  top: 200px;
  position: absolute;
  z-index: 101;
  right: 340px;
}

@media screen and (max-width: 768px) {
  .webina_thoght {
    max-width: 283px;
    width: 100%;
    height: auto;
    right: 1%;
    left: inherit;
    bottom: -110px;
    position: absolute;
    z-index: 101;
  }
  .webina_thoght_inner {
    right: 31px !important;
  }
}

/*@media screen and (max-width:895px) {
    .webina_thoght, .webina_thoght_inner{
        display: none;
    }
}*/
/* Code Bigest Tabs--------------------------------------------------*/
/* @media only screen and (max-width: 989px) and (min-width: 768px){  */
/* Code--------------------------------------------------*/
/* Code--------------------------------------------------*/
/*@media only screen and (max-width: 989px) and (min-width: 768px){*/
/* Code--------------------------------------------------*/
/* Code--------------------------------------------------*/
/* Code--------------------------------------------------*/
/* Queries --------------------------------------------------------------------------------------*/
/* Code--------------------------------------------------*/
@media screen and (max-width: 480px) {
  h1 {
    font-size: 51px !important;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
  }
  h2 {
    font-size: 29px !important;
    line-height: 30px;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
  }
  .techno_left_block {
    width: 123px;
  }
  .lft_top_mob {
    margin-top: -5px;
  }
  .home_full_width_tree {
    width: 90%;
    height: 1064px;
    left: 0px;
    position: absolute;
  }
  .what_we_think_position {
    margin-top: 0px;
    position: relative;
    z-index: 999;
  }
  .webina_geo_code_header_btom {
    bottom: 0px;
  }
}

/*  Code-------------------------------------------------- */
.submit__generated {
  display: inline-block;
}

.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.submit__generated.valid:after, .submit__generated.unvalid:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}

.submit__generated.valid:after {
  content: "\f00c";
  color: #2ecc71;
}

.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
  content: "\f00d";
  color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}

.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #d93378;
  color: #d93378;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}

i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

span.submit__error {
  color: #e74c3c;
  position: absolute;
  margin-top: -5px;
  margin-left: 100px;
}

span.submit__error--empty {
  color: #e74c3c;
  position: absolute;
  margin-top: 0px;
  top: -1px;
  position: relative;
  margin-left: 20px;
}

.are_you_human {
  margin-bottom: 13px;
}

.submit {
  display: block;
  margin: 50px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42a0dd;
  background-clip: padding-box;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 0 #2c81ba;
          box-shadow: 0 4px 0 #2c81ba;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.submit:hover {
  background-color: #3498db;
}

.submit:active, .submit.enter-press, .submit.overlay {
  margin: 55px 0 46px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.submit__overlay {
  height: 50px;
  width: 110px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: -90px;
  margin-left: -5px;
}

.low-opa {
  opacity: 0.4;
}

.fadeOut {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fadeIn {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

.form-fields,
.form-success {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.form-success {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-top: 20px;
}

.alert-success {
  color: #fff;
  background-color: #d93378;
  border-color: #badbcc;
  color: #fff;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: red;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */

canvas{
  display:block;
  vertical-align:bottom;
}

.inner_p_container{
    width: 100%;
    height: 100vh;
    display: block;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    position: absolute;
}
/* ---- stats.js ---- */

.count-particles{
  display: none;  
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  position: absolute;
/*  background-color: #b61924;*/
/*  background-image: url('../images/bg_for_particles.jpg');*/
/*  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;*/
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=4.7.0');
    src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
    text-rendering: optimizeLegibility;
}

.fa {
    display: table-cell;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}
.fa-won:before,
.fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  /*display: inline-block;*/
  /*Ishfaak Change*/
  display: table-cell;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
