html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
figure {
  margin: 0;
  padding: 0;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.grmd {
  font-family: 'Conv_Gotham-Rounded-Medium_0';
}
.grbk {
  font-family: 'Conv_GothamRoundedBook';
}
.grbd {
  font-family: 'Conv_gothamrounded-bold';
}
.gbd {
  font-family: 'Conv_Gotham-Bold';
}
.ltbk {
  font-family: 'Lato-Black';
}
.anmd {
  font-family: 'AndrogyneMedium';
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.no-transition {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.alcenter {
  text-align: center;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.nofloat {
  float: none;
}
a {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
li {
  list-style: none;
}
.block {
  display: block;
}
.in-block {
  display: inline-block;
}
.in-line {
  display: inline;
}
.hide {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.clear {
  clear: both;
}
body {
  background-color: #ffffff;
}
h1 {
  font-family: 'Lato-Black';
  font-size: 60px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
h2 {
  font-family: 'Conv_Gotham-Bold';
  color: #f0ac00;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 30px;
  margin-bottom: 80px;
}
h2:before {
  position: absolute;
  display: block;
  content: '';
  width: 100px;
  height: 2px;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 1441px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  h2:before {
    width: 70px;
    bottom: -10px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    /*.fsize(18px); line-height: 18px;*/
  }
  h2:before {
    width: 60px;
  }
}
.head-wt:before {
  background-color: #666666;
}
.head-wt span {
  color: #264198;
}
.head-nowt:before {
  background-color: #ffffff;
}
.head-nowt span {
  color: #ffffff;
}
h3 {
  font-family: 'Conv_Gotham-Bold';
  color: #666666;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
h3:before {
  position: absolute;
  display: block;
  content: '';
  width: 100px;
  height: 1px;
  background-color: #f0ac00;
  left: 0;
  bottom: -10px;
}
@media screen and (min-width: 1441px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1440px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  h3 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 23px;
  }
  h3:before {
    width: 70px;
    bottom: -7px;
  }
}
@media screen and (max-width: 800px) {
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.head-om,
.head-ox {
  color: #264198;
  text-align: center;
  margin-bottom: 40px;
}
.head-om:before,
.head-ox:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  .head-om,
  .head-ox {
    margin-bottom: 20px;
  }
}
p {
  font-family: 'Conv_GothamRoundedBook';
  color: #666666;
  line-height: 26px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 1441px) {
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
.p-aus {
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  margin-top: 35px;
}
.p-aus:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .p-aus {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .p-aus {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .p-aus {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
}
.p-name {
  font-family: 'Conv_gothamrounded-bold';
}
.p-pos {
  color: #f0ac00;
}
input,
select,
textarea {
  border-radius: 0;
  width: 100%;
  background-color: #666666;
  padding: 10px 20px;
  color: #ffffff;
  /*.uppercase;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-border: 1px solid #f0ac00;
  -webkit-border: 1px solid #f0ac00;
  -o-border: 1px solid #f0ac00;
  -ms-border: 1px solid #f0ac00;
  border: 1px solid #f0ac00;
  font-family: 'Conv_GothamRoundedBook';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  input,
  select,
  textarea {
    font-size: 12px;
  }
}
input,
select {
  height: 50px;
}
@media screen and (max-width: 800px) {
  input,
  select {
    height: 45px;
  }
}
textarea {
  resize: vertical;
  min-height: 155px;
  height: 155px;
  max-height: 220px;
}
@media screen and (min-width: 1441px) {
  section {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1440px) {
  section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1366px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  section {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  section {
    padding: 30px 0;
  }
}
.header-main {
  z-index: 999;
  padding: 0;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main .top_section {
  padding: 10px 0;
  background-color: #f0ac00;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main .top_section .ht_content {
  width: 50%;
  font-family: 'Conv_Gotham-Rounded-Medium_0';
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.header-main .top_section .ht_content a {
  color: #666666;
}
.header-main .top_section .ht_content a:hover {
  color: #000000;
}
.header-main .top_section .ht_mail {
  float: left;
  text-align: left;
}
.header-main .top_section .ht_phone {
  float: right;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .header-main .top_section {
    display: none;
  }
}
.header-main .main_section {
  padding: 15px 0;
}
@media screen and (max-width: 800px) {
  .header-main .main_section {
    padding: 12px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .header-main .main_section {
    padding: 10px 0 10px;
  }
}
.header-main .c_logo {
  width: 100%;
  max-width: 200px;
  float: left;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main .c_logo a {
  display: block;
}
.header-main .c_logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header-main .c_logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 800px) {
  .header-main .c_logo {
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .header-main .c_logo {
    margin: inherit;
    float: left;
    max-width: 170px;
  }
}
.header-main .main-nav {
  float: right;
  padding-top: 35px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main .main-nav li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
}
.header-main .main-nav li:first-child {
  margin-left: 0;
}
.header-main .main-nav li a {
  font-family: 'Conv_Gotham-Bold';
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.header-main .main-nav li a:before {
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 3px;
  width: 0;
  display: block;
  content: '';
  background-color: #f0ac00;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main .main-nav li a:hover:before,
.header-main .main-nav li a.active:before {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .header-main .main-nav li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .header-main .main-nav {
    padding-top: 23px;
  }
  .header-main .main-nav li {
    margin-left: 35px;
  }
  .header-main .main-nav li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .header-main .main-nav li {
    margin-left: 20px;
  }
  .header-main .main-nav li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .header-main .main-nav {
    position: fixed;
    top: 0;
    left: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-main .main-nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-main .main-nav li {
    display: block;
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .header-main .main-nav li:first-child {
    margin-top: 0;
  }
  .header-main .main-nav li a {
    font-size: 24px;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .header-main .main-nav li a {
    font-size: 20px;
  }
}
.header-main .mobile-nav {
  position: fixed;
  top: 28px;
  right: 20px;
  z-index: 11;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: none;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main .mobile-nav div {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #264198;
  opacity: 1;
  left: 0;
  border-radius: 5px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-main .mobile-nav div:nth-child(1) {
  top: 0;
}
.header-main .mobile-nav div:nth-child(2),
.header-main .mobile-nav div:nth-child(3) {
  top: 12px;
}
.header-main .mobile-nav div:nth-child(4) {
  top: 24px;
}
.header-main .mobile-nav:hover div {
  background-color: #f0ac00;
}
.header-main .mobile-nav.open div {
  background-color: #f0ac00;
}
.header-main .mobile-nav.open div:nth-child(1),
.header-main .mobile-nav.open div:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}
.header-main .mobile-nav.open div:nth-child(2) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-main .mobile-nav.open div:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 800px) {
  .header-main .mobile-nav {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header-main .mobile-nav {
    top: 30px;
  }
}
.header-main.open .main-nav {
  left: 0;
}
.header-main.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.75);
}
.header-main.fixed .top_section {
  height: 0;
  padding: 0;
}
.header-main.fixed .top_section .ht_content {
  font-size: 0px;
}
.header-main.fixed .c_logo {
  max-width: 150px;
}
.header-main.fixed .main-nav {
  padding-top: 25px;
}
@media screen and (max-width: 800px) {
  .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.75);
  }
}
.sliders {
  padding: 0;
}
.sliders h1 {
  color: #f0ac00;
  font-size: 60px !important;
  line-height: 55px !important;
  margin-bottom: 30px !important;
}
.sliders .tp-caption {
  background-color: rgba(0, 0, 0, 0.6) !important;
  padding: 30px !important;
  max-width: 700px !important;
  width: 100% !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.sliders .tp-caption p {
  font-family: 'AndrogyneMedium' !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 30px !important;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1440px) {
  .sliders h1 {
    font-size: 50px !important;
    line-height: 45px !important;
    margin-bottom: 20px !important;
  }
  .sliders .tp-caption {
    max-width: 600px !important;
  }
  .sliders .tp-caption p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media screen and (max-width: 1024px) {
  .sliders h1 {
    font-size: 40px !important;
    line-height: 35px !important;
    margin-bottom: 15px !important;
  }
  .sliders .tp-caption {
    margin: 0 !important;
  }
  .sliders .tp-caption p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .sliders h1 {
    font-size: 30px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }
  .sliders h1 br {
    display: none !important;
  }
  .sliders .tp-caption {
    padding: 15px !important;
    max-width: 500px !important;
  }
  .sliders .tp-caption p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media screen and (max-width: 480px) {
  .sliders .tp-caption {
    max-width: 300px !important;
  }
  .sliders .tp-caption p {
    font-size: 15px !important;
    line-height: 20px !important;
  }
}
.our-services {
  background-color: #ffffff;
}
.our-services .os_cat {
  float: left;
  margin: 60px 0 0 40px;
  width: calc(100%/3 - 80px/3);
}
.our-services .os_cat:nth-child(1),
.our-services .os_cat:nth-child(3n+4) {
  margin-left: 0;
}
.our-services .os_cat:nth-child(-n+3) {
  margin-top: 0;
}
.our-services .os_cat img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .our-services .os_cat {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .our-services .os_cat {
    margin: 30px 0 0 30px;
    width: calc(100%/3 - 60px/3);
  }
  .our-services .os_cat img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .our-services .os_cat {
    width: calc(100%/2 - 20px/2);
    margin-left: 20px;
    /*&:nth-child(4){margin-left: 20px;}*/
  }
  .our-services .os_cat:nth-child(odd) {
    margin-left: 0;
    clear: both;
  }
  .our-services .os_cat:nth-child(even) {
    margin-left: 20px;
  }
  .our-services .os_cat:nth-child(3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .our-services .os_cat {
    width: 100%;
    margin-left: 0;
  }
  .our-services .os_cat:nth-child(2) {
    margin-top: 30px;
  }
  .our-services .os_cat:nth-child(odd),
  .our-services .os_cat:nth-child(even) {
    margin-left: 0;
  }
}
.about-us {
  background-image: url(images/About_Us_BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.about-us:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: rgba(17, 17, 17, 0.6);
}
.contact-us {
  background-color: #ffffff;
}
.contact-us .cus_contents {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .contact-us .cus_contents {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-us .cus_contents {
    margin-top: 40px;
  }
}
.contact-us .cus_address {
  margin-top: 0;
}
.contact-us .cus_address .cus_info h3 {
  margin-bottom: 0;
  line-height: 24px;
}
.contact-us .cus_address .cus_info h3:before {
  display: none;
}
.contact-us .cus_info {
  float: left;
  margin-left: 40px;
  width: calc(100%/3 - 80px/3);
  text-align: center;
}
.contact-us .cus_info:first-child {
  margin-left: 0;
}
.contact-us .cus_info h3 {
  text-transform: capitalize;
}
.contact-us .cus_info p span {
  color: #f0ac00;
}
.contact-us .cus_members .cus_info h3,
.contact-us .cus_experts .cus_info h3 {
  margin-bottom: 0;
  line-height: 26px;
}
.contact-us .cus_members .cus_info h3:before,
.contact-us .cus_experts .cus_info h3:before {
  display: none;
}
.contact-us .cus_members .cus_info {
  /*width: calc(100%/2 - 40px/2);*/
  /*width: calc(100%/3 - 80px/3);*/
}
.contact-us .cus_experts .cus_info {
  width: calc(100%/4 - 120px/4);
}
@media screen and (max-width: 800px) {
  .contact-us .cus_address .cus_info,
  .contact-us .cus_experts .cus_info {
    width: calc(100%/2 - 40px/2);
    margin-top: 30px;
  }
  .contact-us .cus_address .cus_info:nth-child(3),
  .contact-us .cus_experts .cus_info:nth-child(3) {
    margin-left: 0;
  }
  .contact-us .cus_address .cus_info:nth-child(-n+2),
  .contact-us .cus_experts .cus_info:nth-child(-n+2) {
    margin-top: 0;
  }
  .contact-us .cus_address .cus_info.cus_add_right,
  .contact-us .cus_experts .cus_info.cus_add_right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact-us .cus_address .cus_info,
  .contact-us .cus_members .cus_info,
  .contact-us .cus_experts .cus_info {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-us .cus_address .cus_info:first-child,
  .contact-us .cus_members .cus_info:first-child,
  .contact-us .cus_experts .cus_info:first-child {
    margin-top: 0;
  }
  .contact-us .cus_address .cus_info:nth-child(2),
  .contact-us .cus_members .cus_info:nth-child(2),
  .contact-us .cus_experts .cus_info:nth-child(2) {
    margin-top: 30px;
  }
  .contact-us .cus_address .cus_info h3:before,
  .contact-us .cus_members .cus_info h3:before,
  .contact-us .cus_experts .cus_info h3:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.rae-form {
  background-image: url(images/rae_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.rae-form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background-color: rgba(17, 17, 17, 0.6);
}
.rae-form .wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.rae-form .wpcf7 .formElement {
  margin-top: 25px;
}
.rae-form .wpcf7 .formElement:first-child {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .rae-form .wpcf7 .formElement {
    margin-top: 20px;
  }
}
.rae-form .wpcf7 select {
  position: relative;
  background-image: url(images/down_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  cursor: pointer;
}
.rae-form .wpcf7 .getPricing {
  text-align: center;
}
.rae-form .wpcf7 .wpcf7-submit {
  width: inherit;
  background-color: #f0ac00;
  font-family: 'Conv_Gotham-Rounded-Medium_0';
  display: inline-block;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.rae-form .wpcf7 .wpcf7-submit:hover {
  background-color: #000000;
  color: #f0ac00;
}
.rae-form .wpcf7 .wpcf7-not-valid-tip {
  color: #f0ac00;
  font-family: 'Conv_GothamRoundedBook';
  font-size: 12px;
  letter-spacing: 0.5px;
  padding-top: 5px;
}
.rae-form .wpcf7 .wpcf7-validation-errors {
  border: 0 none;
  margin: 25px 0 0;
  padding: 0;
  color: #f0ac00;
  font-family: 'Conv_GothamRoundedBook';
  font-size: 14px;
  text-align: center;
}
.footer-main {
  padding: 60px 0 0;
  background-color: #f0ac00;
}
@media screen and (max-width: 1024px) {
  .footer-main {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-main {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer-main .footer_top {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
}
.footer-main .ft_content {
  float: left;
  margin-left: 50px;
  width: calc(100%/3 - 100px/3);
}
.footer-main .ft_content:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .footer-main .ft_content {
    width: 100%;
    margin: 30px 0 0;
  }
  .footer-main .ft_content:first-child {
    margin-top: 0;
  }
}
.footer-main h2 {
  color: #666666;
  margin-bottom: 25px;
  text-align: left;
}
.footer-main img {
  width: 100%;
}
.footer-main .site-map {
  text-align: center;
}
.footer-main .site-map li {
  margin-top: 5px;
}
.footer-main .site-map li:first-child {
  margin-top: 0;
}
.footer-main .site-map a {
  color: #ffffff;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Conv_Gotham-Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.footer-main .site-map a:hover {
  color: #666666;
}
@media screen and (max-width: 1366px) {
  .footer-main .site-map a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 800px) {
  .footer-main .site-map a {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-main .qe_form .formElement {
  margin-top: 5px;
}
.footer-main .qe_form .formElement input {
  height: 35px;
}
.footer-main .qe_form .formElement input,
.footer-main .qe_form .formElement textarea {
  font-size: 12px;
  padding: 5px 20px;
}
.footer-main .qe_form .formElement textarea {
  height: 70px;
  min-height: 70px;
  max-height: 100px;
  resize: vertical;
}
.footer-main .qe_form .submit {
  text-align: right;
}
.footer-main .qe_form .submit .wpcf7-submit {
  display: inline-block;
  width: inherit;
  text-transform: uppercase;
  color: #f0ac00;
  font-family: 'Conv_Gotham-Rounded-Medium_0';
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-main .qe_form .submit .wpcf7-submit:hover {
  background-color: #000000;
}
@media screen and (max-width: 1024px) {
  .footer-main .qe_form .submit {
    text-align: center;
  }
}
.footer-main .qe_form .wpcf7-not-valid-tip {
  color: #ffffff;
  font-family: 'Conv_GothamRoundedBook';
  font-size: 12px;
  letter-spacing: 0.5px;
  padding-top: 5px;
}
.footer-main .qe_form .wpcf7-validation-errors {
  border: 0 none;
  margin: 25px 0 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Conv_GothamRoundedBook';
  font-size: 14px;
  text-align: center;
}
.footer-main .footer_bottom {
  background-color: #666666;
  margin-top: 60px;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .footer-main .footer_bottom {
    margin-top: 40px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .footer-main .footer_bottom {
    margin-top: 30px;
  }
}
.footer-main .developer {
  text-align: right;
}
.footer-main .copyright,
.footer-main .developer {
  width: 50%;
  float: left;
  font-family: 'Conv_gothamrounded-bold';
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.footer-main .copyright span,
.footer-main .developer span {
  text-transform: uppercase;
  color: #f0ac00;
  font-family: 'Conv_Gotham-Bold';
}
@media screen and (max-width: 1024px) {
  .footer-main .copyright,
  .footer-main .developer {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-main .copyright,
  .footer-main .developer {
    font-size: 12px;
    line-height: 18px;
  }
}
