.no-padding .vc_column-inner {
  padding: 0 !important; }

ul li ul li.menu-item-has-children {
  position: relative; }
  ul li ul li.menu-item-has-children:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 12px;
    left: 6px;
    vertical-align: middle;
    border-top: 4px solid #83DC07;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  ul li ul li.menu-item-has-children ul.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    border-top-left-radius: 0; }

.container.vc_section {
  margin: auto; }

.flex-box {
  display: flex; }

.socials {
  display: flex; }
  .socials a {
    width: 40px;
    height: 40px;
    background: #ff7518;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 50%;
    margin: 0 4px;
    border: 1px solid #fff;
    transition: 0.5s all;
    text-decoration: none;
    color: #fff; }
    .socials a:hover {
      opacity: 0.8;
      background: #83DC07;
      color: #fff;
      border-color: #fff; }

#menu-main li a {
  font-size: 16px; }

.large-text-seperator h4 {
  font-size: 32px !important; }

.vc_section.vc_section-o-content-middle.passer-section {
  padding: 0; }
  .vc_section.vc_section-o-content-middle.passer-section:before {
    display: flex;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */ }
    .vc_section.vc_section-o-content-middle.passer-section:before .wpb_wrapper {
      color: #fff;
      padding: 40px 0; }
  .vc_section.vc_section-o-content-middle.passer-section h1 {
    margin: 0;
    color: #fff; }

.vc_sep_pos_align_center.title-seperator h4 {
  font-size: 20px; }

.grey-bg {
  background: url("../img/main_bg.jpg") repeat; }

section .wpb_content_element {
  margin: 0; }

.welcome-section {
  padding: 10px 0 30px 0; }

section.header-parallax {
  padding: 140px 0 !important;
  color: #fff; }
  section.header-parallax:before {
    display: flex;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */ }
    section.header-parallax:before .wpb_wrapper {
      color: #fff;
      padding: 40px 0; }

.vc_single_image-wrapper img {
  background-color: transparent !important;
  border: none !important; }

@media (max-width: 991px) {
  .contact-form-wrap {
    padding: 0 !important; } }

.vc_wp_custommenu .widgettitle {
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-top: 0; }
.vc_wp_custommenu ul.menu {
  list-style: none;
  padding: 0; }
  .vc_wp_custommenu ul.menu a {
    transition: 0.5s all;
    text-decoration: none;
    color: #ff7518; }
    .vc_wp_custommenu ul.menu a:hover {
      opacity: 0.8;
      background: transparent;
      color: rgba(255, 117, 24, 0.8);
      border-color: rgba(255, 117, 24, 0.8); }

.contact-form-wrapper {
  display: flex;
  flex-flow: column wrap; }
  .contact-form-wrapper .contact-form-wrap {
    flex: 1;
    margin-bottom: 10px; }
    .contact-form-wrapper .contact-form-wrap input, .contact-form-wrapper .contact-form-wrap textarea {
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid #ccc;
      padding: 5px 10px; }
    .contact-form-wrapper .contact-form-wrap input[type="submit"] {
      transition: all .5s; }
      .contact-form-wrapper .contact-form-wrap input[type="submit"]:hover {
        background: #ff7518;
        color: #fff; }

/*scroll top widget*/
.scroll-top {
  height: 52px;
  margin: 0px;
  text-align: center;
  background: transparent;
  border: 2px solid #114168;
  width: 52px;
  display: none;
  border-radius: 5px; }

.scroll-top a {
  color: #114168 !important;
  display: block;
  height: 100%;
  font-size: 22px;
  width: 100%;
  padding-top: 10px; }

#tooper {
  position: fixed;
  height: 45px;
  width: 45px;
  z-index: 999;
  right: 10px;
  bottom: 40px; }

footer .mobile-footer {
  display: none;
  background: #ff7518;
  color: #fff; }
  @media (max-width: 991px) {
    footer .mobile-footer {
      display: block; }
      footer .mobile-footer .mobile-copyright {
        display: block;
        border-top: 1px solid #fff; } }
  footer .mobile-footer a {
    color: #fff; }
    footer .mobile-footer a i {
      font-size: 24px;
      padding: 10px 0; }
footer #inner-footer ul {
  padding: 0; }
  footer #inner-footer ul a {
    transition: 0.5s all;
    text-decoration: none;
    color: #fff; }
    footer #inner-footer ul a:hover {
      opacity: 0.8;
      background: transparent;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.7); }
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ff7518; }
@media (max-width: 991px) {
  footer .copyright {
    display: none; } }
footer .mobile-copyright {
  display: none; }

@media (max-width: 991px) {
  .flex-section .vc_row.wpb_row {
    display: flex;
    flex-direction: row; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container > div {
      margin: 15px 0; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container:nth-child(1) {
      order: 3;
      flex: 1; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container:nth-child(2) {
      order: 1;
      flex: 2; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container:nth-child(3) {
      display: none; } }
@media (max-width: 767px) {
  .flex-section .vc_row.wpb_row {
    display: flex;
    flex-direction: column; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container > div {
      margin: 15px 0; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container:nth-child(1) {
      order: 3; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container:nth-child(2) {
      order: 1; }
    .flex-section .vc_row.wpb_row .wpb_column.vc_column_container:nth-child(3) {
      display: none; } }

/*# sourceMappingURL=main.css.map */
