@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  background: #f6f6f6;
  font-family: 'Raleway', sans-serif;
}
.container {
  width: 1100px;
  margin: auto;
  float: none;
  margin-top: 30px;
}
h1 {
  color: #000000;
  font-size: 47px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
}
.separator.small {
  background-color: #000000;
  height: 5px;
  position: relative;
  width: 390px;
  display: block;
  margin: 10px auto 20px;
  margin-top: 14px;
  margin-bottom: 10px;
}
.h3area {
  width: 768px;
  margin: auto;
  float: none;
}
h3 {
  text-align: center;
  font-size: 17px;
  line-height: 1.304347826086957em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #303030;
}
.logosarea {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.logosarea .vc_col-sm-4 {
  width: 33.33333333%;
  float: left;
  text-align: center;
}
.logosarea .vc_col-sm-4 span {
  font-weight: 600;
  font-size: 18px;
}
.tablesarea {
  width: 100%;
  float: left;
  margin-top: 30px;
	margin-bottom: 10px;
}
.tablesarea .vc_col-sm-4 {
  width: 33.33333333%;
  float: left;
  text-align: center;
}
.ultraedit {
  width: 100%;
  background: #ededed url("../images/ueborder.png") no-repeat bottom center;
  height: 130px;
  float: left;
}
.subline {
  width: 100%;
  background: #dddddd url("../images/sublimeborder.png") no-repeat bottom center;
  height: 130px;
  float: left;
}
.notepad {
  width: 100%;
  background: #c1c1c1 url("../images/notepadborder.png") no-repeat bottom center;
  height: 130px;
  float: left;
}
.ultraedit-list-area {
  margin-top: 0px;
  background: #ededed;
  float: left;
  width: 94%;
  padding: 40px 0px 10px 6%;
}
.subline-list-area {
  margin-top: 0px;
  background: #dddddd;
  float: left;
  width: 94%;
  padding: 40px 0px 10px 6%;
}
.notepad-list-area {
  margin-top: 0px;
  background: #c1c1c1;
  float: left;
  width: 94%;
  padding: 40px 0px 10px 6%;
}
.q_icon_list {
  margin-bottom: 21px;
  float: left;
  width: 100%;
}
.q_icon_list p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 0px;
  padding: 0 0 0 38px;
  position: relative;
  color: #303030;
  text-align: left;
}
.qode-ili-icon-holder {
  line-height: 27px;
  height: 27px;
  width: 27px;
  text-align: center;
  float: left;
}
.bottom-heading {
  margin: 30px 0px 0px;
  float: left;
  width: 100%;
}
h2 {
  font-size: 24px;
  line-height: 1.384615384615385em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  text-align: center;
}
.bottom-logo-area {
  margin: 0px 0px 60px;
  float: left;
  width: 60%;
  padding: 0px 20%;
}
.bottom-logo {
  width: 50%;
  float: left;
  text-align: center;
}
.bottom-logo a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}
.bottom-logo a:hover {
  color: #1abc9c;
}
.bottom-link {
  font-size: 25px;
  text-decoration: none;
  color: #000;
}
.bottom-link span{font-size: 15px;}


@media only screen and (max-width: 768px) and (min-width: 600px) {
  .container {
    width: 96%;
    padding: 0px 2%;
  }
  .h3area {
    width: 100%;
  }
  h2 {
    font-size: 18px;
  }
  .bottom-logo-area {
    margin: 0px 0px 60px;
    float: left;
    width: 90%;
    padding: 0px 5%;
  }
}
@media only screen and (max-width: 600px) and (min-width: 414px) {
  .container {
    width: 96%;
    padding: 0px 2%;
  }
  h1 {
    color: #000000;
    font-size: 27px;
    line-height: 40px;
  }
  .logosarea img {
    width: 100%;
  }
  .h3area {
    width: 100%;
  }
  h2 {
    font-size: 15px;
    line-height: 26px;
  }
  .bottom-logo-area {
    margin: 0px 0px 60px;
    float: left;
    width: 100%;
    padding: 0px 0%;
  }
  .q_icon_list p {
    font-size: 9px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 0px;
    padding: 0px 0 0 28px;
    position: relative;
    color: #303030;
    text-align: left;
  }
  .bottom-logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
  }
  .bottom-logo img {
    width: 30%;
  }
  .bottom-logo a {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
  }
  .bottom-heading {
    margin: -40px 0px 0px;
  }
}
@media only screen and (max-width: 414px) and (min-width: 300px) {
  .container {
    width: 96%;
    padding: 0px 2%;
  }
  h1 {
    color: #000000;
    font-size: 27px;
    line-height: 40px;
  }
  .logosarea img {
    width: 100%;
  }
  .h3area {
    width: 100%;
  }
  h2 {
    font-size: 15px;
    line-height: 26px;
  }
  .bottom-logo-area {
    margin: 0px 0px 60px;
    float: left;
    width: 100%;
    padding: 0px 0%;
  }
  .qode-ili-icon-holder img {
    width: 55%;
  }
  .q_icon_list p {
    font-size: 9px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 0px;
    padding: 0px 0 0 28px;
    position: relative;
    color: #303030;
    text-align: left;
  }
  .bottom-logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
  }
  .bottom-logo img {
    width: 30%;
  }
  .bottom-logo a {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
  }
  .bottom-heading {
    margin: -40px 0px 0px;
  }
  .ultraedit {
    height: 70px;
  }
  .subline {
    height: 70px;
  }
  .notepad {
    height: 70px;
  }
}