/*
 Theme Name: Svsr
 Theme URI: https://svsr.com.au/
 Description: Custom theme for Svsr.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au
 License: Everything copyrighted
 Version: 1.1
*/
@import url("//fonts.googleapis.com/css?family=Lato:300,400,400i,700,900|Montserrat:400,500,600|Open+Sans:400,700|Raleway:400,600");
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

hr {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  color: #666666;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px; }

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

ul {
  list-style: none; }

ul li {
  list-style: none; }

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  color: #0C6737;
	font-weight:500;
}

a:focus, a:active {
  outline: none; }

blockquote, q {
  quotes: none; }

form, fieldset {
  border-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px; }

table, tr, td, th {
  border: 1px solid #3c673d; }

th {
  font-weight: bold; }

td, th {
  padding: 10px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

a img {
  outline: none;
  border: none; }

.visible-lg {
  display: block; }

.visible-xs {
  display: none; }

.clearfix {
  clear: both; }

.clearfix:after {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clear {
  clear: both; }

.alignnone {
  margin: 0 auto; }

.aligncenter {
  display: block;
  margin: 0 auto 20px auto; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.alignleft {
  float: left;
  margin: 0 30px 15px 0; }

.float-right {
  float: right; }

.float-left {
  float: left; }

p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  font-weight: 400;
  font-family: inherit; }

p.italic {
  font-style: italic; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

ol {
  padding-left: 20px; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 15px; }

h2 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 15px; }

h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px; }

h4 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px; }

h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px; }

h6 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 15px; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.desktop-view {
  display: block; }

.mobile-view {
  display: none; }

.container {
  width: 1130px;
  margin: 0 auto;
  padding: 0 15px; }

.svsr_button.center {
	text-align: center;
}
.wpcf7-form-control-wrap.radio-375 {
  display: block;
}
/* ======================================= */
/* ============== Header ================= */
/* ======================================= */
svg:not(:root) {
  overflow: hidden; }

svg.icon {
  display: inline-block;
  fill: currentcolor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em; }

.header {
  z-index: 999;
  background-color: #FFF; }
  .header .top-wrap {
    background-color: #FFF;
    display: block; }
  .header .left-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 894px;
    padding: 20px 0; }
    .header .left-wrap > div {
      display: inline-block;
      vertical-align: middle; }
  .header .right-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding: 20px 0; }
  .header .logo {
    width: 200px;
    padding: 15px 0;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s; }
  .header .tagline {
    width: 365px;
    margin-left: 30px; }
    .header .tagline p {
      font-size: 19px;
      color: #0e4458;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 24px;
      font-family: "Lato", sans-serif;
      color: #000000; }
  .header .free-phone {
    width: 210px;
    text-align: right;
    margin: 0 0 0 0; }
    .header .free-phone img {
      vertical-align: middle;
      margin-right: 5px; }
    .header .free-phone a {
      font-weight: 700;
      color: #3c673d;
      font-size: 21px;
      vertical-align: middle;
      font-family: "Lato", sans-serif; }

.header .main-menu {
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  text-align: center;
  display: block;
  width: 100%;
  border-top: 1px solid #000000; }

.header .nav ul li.menu-item-has-children > a:after {
  font-size: 10px;
  color: #3c673d;
  font-weight: 700;
  content: '\2207';
  position: absolute;
  right: 0;}

.header .nav ul.sub-menu li.menu-item-has-children > a:after {
  right: 10px;
}

.nav ul#menu {
  margin: 0;
  position: relative;
  text-align: center; }

.nav ul li a {
  font-weight: 400;
  font-size: 14px;
  /* letter-spacing: 3px; */
  cursor: pointer;
  text-transform: uppercase; }

.nav #menu > li {
  position: relative;
  z-index: 6666;
  margin: 0 15px;
  padding: 7px 10px;
  display: inline-block;
  list-style: none;
  text-align: center; }
  .nav #menu > li:last-child {
    margin-right: 0; }
    .nav #menu > li:last-child a {
      padding-right: 0; }

.nav #menu > li > a {
  color: #272727;
  padding: 8px 0;
  font-weight: 600;
  display: inline-block; }

.nav #menu > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-bottom: 5px solid transparent; }

.nav #menu > li > a:hover,
.nav #menu > li.current-menu-item > a,
.nav #menu > li.current-menu-parent > a {
  color: #3c673d; }

.nav #menu > li.current-menu-item > a,
.nav #menu > li > a.active,
.nav #menu > li.current-menu-parent > a {
  font-weight: 700; }

.nav #menu > li.current-menu-item > a:before,
.nav #menu > li > a:hover:before,
.nav #menu > li > a.active:before,
.nav #menu > li.current-menu-parent > a:before {
  border-bottom-color: #3c673d; }

.nav #menu > li > ul {
  width: 100%;
  min-width: 207px;
  display: none;
  background-color: #03060b;
  position: absolute;
  left: 0;
  top: 57px;
  z-index: 999;
  padding: 0px 0px; }

.nav #menu > li > ul ul {
    display: none;
    position: absolute;
    right: 0;
    left: 100%;
    min-width: 207px;
    background: #03060b;
    top: 0;
}
/* .scroll-to-fixed-fixed .nav #menu > li > ul {
	top:84px;
} */
.nav #menu > li > ul > li {
  float: none;
  margin-left: 0;
  height: auto;
  text-align: left;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in; }

.nav #menu > li > ul > li a {
  display: block;
  color: #ffffff;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  padding: 10px 10px;
  border-bottom: 1px solid #3c673d;
  position: relative; }

.nav #menu > li > ul > li:last-child a {
  border-bottom: none; }

.nav #menu > li > ul > li a:hover, .nav #menu > li.current-menu-parent > ul > li.current-menu-item a {
  background-color: #ffffff;
  text-decoration: none;
  color: #434344; }

.menu-btn {
  border: 2px solid #1f2327;
  background-color: #3c673d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  height: 36px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 1px;
  width: 46px;
  margin-bottom: 0; }

.cbp-af-header.cbp-af-header-shrink .tagLine h1.eng {
  font-size: 17px; }

.cbp-af-header.cbp-af-header-shrink h1 {
  font-size: 22px;
  line-height: 28px; }

#showRightPush.menu-btn {
  float: right; }

.lines:before {
  border-bottom: 13px double #FFF;
  border-top: 4px solid #FFF;
  content: "";
  height: 22px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 31px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s; }

.crossBtn {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 46px;
  text-align: center;
  padding: 13px;
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 9999;
  display: block; }

.crossBtn svg {
  font-size: 20px;
  color: #FFF; }

/* ===================================== */
/* ============= Body Content ========== */
/* ===================================== */
.section a:focus, .section a:active {
  outline: none; }

.section ul li {
  list-style: none;
  font-family: inherit;
  position: relative;
  padding-left: 18px; }

.section ul {
  margin-bottom: 18px;
  padding-left: 18px; }

.section ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  background-color: #000000;
  top: 8px; }

.section li {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  line-height: 26px; }

.section-title {
  overflow: hidden;
  margin-bottom: 10px; }
  .section-title h1,h2.looklikeh1{
    font-size: 21px;
    line-height: 31px;
    font-weight: 400;
    color: #3c673d;
    text-transform: uppercase; }
  .section-title hr {
    border: none;
    height: 1px;
    width: 60%;
    margin: 10px auto 10px;
    display: inline-block;
    background-color: #3c673d; }

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5 {
  margin-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3c673d;
  font-weight: 400;
  font-family: #3c673d; }

.section-title p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  color: #434344;
  font-weight: 400;
  font-family: "Montserrat", sans-serif; }

.bgImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bgImage .layer {
  background-color: rgba(63, 63, 63, 0.78); }


.hero-wrapper {
  position: relative; }

.single-post .section.hero-wrapper.bgImage {
  display: none; }

.single-post .my-page-title h2 {
  text-align: center; }

.single-post .my-page-title hr {
  margin: 10px auto !important;
  text-align: center; }

.hero-wrapper .content {
  padding: 30px 0 0px;
  text-align: center; }
  .hero-wrapper .content a.btn {
    margin-top: 20px; }

.home-hero .content {
  padding: 150px 0; }

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

#home-slider.slick-dotted {
  margin-bottom: 0; }

#home-slider .slick-slide img {
  width: 100%; }

#home-slider img.desktop-view {
  display: block; }

#home-slider img.mobile-view {
  display: none; }

#home-slider .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  /* fallback/image non-cover color */
  background-color: rgba(13, 67, 88, 0);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(330deg, rgba(13, 67, 88, 0.8), rgba(60, 103, 61, 0.5));
  /* Safari 4+, Chrome 1+ */
  background: -webkit-linear-gradient(330deg, 0% 0%, 0% 100%, from(rgba(13, 67, 88, 0.8)), to(rgba(60, 103, 61, 0.5)));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(330deg, rgba(13, 67, 88, 0.8), rgba(60, 103, 61, 0.5));
  /* Opera 11.10+ */
  background: -o-linear-gradient(rgba(13, 67, 88, 0.8), rgba(60, 103, 61, 0.5)); }

.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  z-index: 9999;
  text-align: center; }

.slider-content .content {
  max-width: 100%;
  margin: 0; }

.slider-content .content p,
.hero-wrapper .content p {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px; }

.hero-wrapper .content p  {
	color: #666666;
}

.slider-content .content h1,
.hero-wrapper .content h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 100;
  line-height: 58px;
  text-transform: uppercase; }

.hero-wrapper .content h1 {
  color: #272727;
  font-weight: 700;
  margin-bottom: 0;
}

.slider-content .content h6 {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  width: 700px;
  width: 80%;
  border: 1px solid #ffffff;
  margin: 0 auto 8%;
  padding: 8%;
  position: relative; }
  .slider-content .content h6:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    height: 5px;
    background-color: #fff;
    width: 102.3%; }
  .slider-content .content h6:before {
    position: absolute;
    right: -20px;
    top: 0;
    content: '';
    height: 104%;
    background-color: #fff;
    width: 8px; }

.slick-dots {
  bottom: 40px; }

.slider-content a.btn {
  font-size: 18px;
  width: 280px;
  margin: 0 40px 0 0; }

.section .slick-slider ul li:before {
  top: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.slick-slider .slick-dots li button:before {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  content: ''; }

.slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 50%; }

.slick-prev {
  left: 0;
  z-index: 222; }

.slick-next {
  right: 0; }

#home-slider .slick-dots li button {
  border: 1px solid #3c673d; }

#home-slider .slick-prev {
  left: 45%; }

#home-slider .slick-next {
  right: 45%; }

#home-slider .slick-dots {
  display: block;
  position: absolute;
  text-align: right;
  bottom: 30px;
  top: 40%;
  left: auto;
  right: 21%;
  width: 20px; }
  #home-slider .slick-dots li {
    display: block;
    margin: 10px 0; }

#home-slider .slick-prev, #home-slider .slick-next {
  font-size: 30px;
  line-height: 28px;
  width: auto;
  height: auto;
  color: #FFF;
  top: auto;
  bottom: 87px; }

.slick-prev, .slick-next {
  font-size: 30px;
  line-height: 28px;
  width: auto;
  height: auto;
  color: #FFF;
  top: 50%;
  bottom: auto; }

.slick-prev:before, .slick-next:before {
  content: ''; }

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background-color: transparent;
  border: 1px solid #3c673d; }
  .slick-dots li.slick-active button:after, .slick-dots li:hover button:after {
    top: 2px;
    left: 2px;
    right: 0px;
    bottom: 0;
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    background-color: #ffffff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #FFF;
  outline: none; }

.slick-dots {
  position: relative;
  bottom: auto;
  top: 30px; }
  .slick-dots li.slick-active button {
    padding: 5px;
    width: 12px;
    height: 12px; }
  .slick-dots li button {
    border-radius: 0;
    width: 12px;
    height: 12px;
    padding: 4px;
    border-color: #3c673d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }


.full-widthtext-wrap {
  padding: 40px 0;
}

.section.page {
  padding: 40px 0; }

.lr-wrapper {
  padding: 40px 0;
  overflow: hidden; }
  .lr-wrapper .content {
    margin-bottom: 50px; }
  .lr-wrapper h5 {
    font-weight: 700; }

.lr-wrapper .row {
  margin-bottom: 40px; }
  .lr-wrapper .row:last-child {
    margin-bottom: 0; }

.lr-wrapper .left-wrap h1, .lr-wrapper .right-wrap h1 {
  font-size: 21px;
  line-height: 32px; }

.lr-wrapper .left-wrap p, .lr-wrapper .right-wrap p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px; }

.lr-wrapper .text-wrap {
  position: relative;
  width: 56%; }
  .lr-wrapper .text-wrap > div {
    position: relative; }
    .lr-wrapper .text-wrap > div:before {
      height: 8px;
      width: 200px;
      background-color: #3c673d;
      position: absolute;
      top: 0;
      content: ''; }

.lr-wrapper .img-wrap {
  position: relative;
  padding: 0;
  width: 44%; }

.lr-wrapper .content-left .img-wrap, .lr-wrapper .content-left .text-wrap {
  float: right; }

.lr-wrapper .content-left .img-wrap {
  text-align: right; }

.lr-wrapper .content-left .text-wrap {
  text-align: right; }
  .lr-wrapper .content-left .text-wrap > div {
    padding: 40px 60px 0 0;
    margin-right: -120px;
    background-color: #fff;
    margin-top: 40px; }
    .lr-wrapper .content-left .text-wrap > div:before {
      left: 0; }
    .lr-wrapper .content-left .text-wrap > div a.btn {
      margin-bottom: -25px; }

.lr-wrapper .content-right .img-wrap, .lr-wrapper .content-right .text-wrap {
  float: left; }

.lr-wrapper .content-right .img-wrap {
  text-align: left; }

.lr-wrapper .content-right .text-wrap {
  text-align: left; }
  .lr-wrapper .content-right .text-wrap > div {
    padding: 60px 0 0 60px;
    margin-left: 0px;
    background-color: #fff;
    margin-top: 60px; }
    .lr-wrapper .content-right .text-wrap > div:before {
      right: 0; }
    .lr-wrapper .content-right .text-wrap > div a.btn {
      margin-bottom: -25px; }

/* .lr-wrapper .img-wrap::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	display: block;
	border-top: 120px solid transparent;
	border-bottom: 120px solid #1f2327;
}
.lr-wrapper .content-left .img-wrap::after{
	right: 0;
	border-right: none;
	border-left: 120px solid transparent;
	
}
.lr-wrapper .content-right .img-wrap::after{
	left: 0;
	border-left: none;
	border-right: 120px solid transparent;
} */
/* ===================================== */
/* ============ Contact Form ========== */
/* ==================================== */
.btn {
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s; }
  .btn i {
    margin-left: 10px; }
  .btn img {
    width: auto !important;
    display: inline-block;
    margin-left: 5px;
    filter: invert(100%); }
  .btn:hover img {
    filter: invert(100%); }

.btn:focus, .btn:active, button:focus, button:active {
  outline: none; }

.default-btn {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff; }
  .default-btn.whb {
    padding: 0;
    border-width: 0; }
    .default-btn.whb img {
      filter: blur(0) !important; }
    .default-btn.whb:hover {
      background-color: transparent;
      color: #ffffff; }

.default-btn:hover {
  background-color: #ffffff;
  border-color: #3c673d;
  color: #3c673d; }

.dfprimary-btn {
  padding: 10px 30px 10px 10px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
  color: #3c673d;
  border-color: #3c673d; }

.dfprimary-btn:hover {
  background-color: #3c673d;
  color: #ffffff;
  border-color: #3c673d; }

.primary-btn {
  background-color: transparent;
  color: #3c673d;
  border-color: #3c673d; }
  .primary-btn.dk {
    background-color: #3c673d;
    color: #ffffff;
    border-color: #3c673d; }

.primary-btn:hover {
  background-color: #3c673d;
  color: #ffffff;
  border-color: #3c673d; }
  .primary-btn:hover.dk {
    background-color: transparent;
    color: #3c673d;
    border-color: #3c673d; }

.secondary-btn {
  background-color: #0d4358;
  color: #ffffff;
  border-color: #0d4358; }

.secondary-btn:hover {
  background-color: transparent;
  color: #0d4358;
  border-color: #0d4358; }

.form-wrapper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden; }

.form-wrapper p {
  color: #434344; }

.form-wrapper .dd .ddChild li {
  padding-left: 15px; }

.form-group {
  margin-bottom: 10px;
  position: relative; }

.contact-form p {
  margin-bottom: 0; }

.contact-form div.wpcf7 img.ajax-loader {
  float: right; }

.contact-form div.wpcf7-response-output {
  margin-top: 7px; }

.form-group {
  margin-bottom: 10px;
  position: relative; }
  .form-group .svg-inline--fa {
    background-color: #3c673d;
    color: #ffffff;
    padding: 20px 20px;
    position: absolute;
    top: 0;
    height: 46px;
    width: 40px;
    padding: 12px;
    left: 0; }

.form-group .form-control {
  background-color: transparent;
  border: 1px solid #3c673d;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #434344;
  padding: 14px 20px 14px 50px;
  width: 100%;
  position: relative;
  font-weight: 400; }

.form-control:active,
.form-control:focus {
  border: 1px solid #85a4c5; }

.dd {
  border: 1px solid #e6eaec; }

.dd .ddTitle {
  background-image: none;
  background-color: #FFF;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  border: none;
  color: #000000;
  padding: 0; }

.dd .ddChild ul {
  padding-left: 0; }

.dd .ddChild li:before {
  background-color: transparent; }

.dd .ddChild li .ddlabel {
  color: #000000; }

.dd .divider {
  border-left: none;
  border-right: none;
  right: 24px; }

.dd .ddArrow {
  margin-top: 0;
  top: 20px; }

.borderRadiusTp {
  border-radius: 0; }

.dd .ddTitle .ddTitleText {
  padding: 10px 20px 9px 18px;
  font-size: 18px;
  color: #99989d;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0; }

.ddcommon .ddChild li:before {
  width: auto;
  height: auto; }

.section .ddcommon ul {
  margin: 0;
  padding: 0; }

form .dd .ddArrow {
  width: 20px;
  right: 4px;
  background-image: url("https://svsr.com.au/wp-content/themes/images/ddarrow.png"); }

.dd .ddChild li {
  padding: 5px 20px;
  background-color: #e2d0be;
  border-bottom: 1px solid #FFF; }

.dd .ddChild li.selected {
  background-color: #1f2327;
  color: #FFF; }

.dd .ddChild li.selected .ddlabel {
  color: #FFF; }

.form-group select {
  width: 100%; }

.form-group label {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
  margin-bottom: 4px;
  display: block; }

.form-group > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.form-group > span.captchaimage {
  margin-top: 9px; }
  .form-group > span.captchaimage .form-control {
    border: none;
    padding: 14px 20px 14px 10px;
    border-bottom: 1px solid #99989d; }

.form-group.grid2 > span {
  display: inline-block;
  vertical-align: top;
  width: 48.9%; }

.form-group.grid3 > span {
  width: 32%; }

.form-group.grid4 > span {
  width: 23.5%;
  margin-right: 2%; }

.form-group.grid5 > span {
  width: 21%;
  margin-right: 5px; }

.form-group.grid4 > span:last-child {
  margin-right: 0; }

.form-group.grid3 > span:nth-of-type(2) {
  margin: 0 2%; }

.form-group.grid2 > span:first-child {
  margin-right: 1%; }

.form-group.grid2 > span:last-child {
  margin-left: 1%; }

.form-group.grid5 > span:last-child {
  margin-right: 0; }

.form-group textarea {
  resize: none;
  font-family: "Lato", sans-serif;
  height: 130px; }

.submit-btn {
  cursor: pointer;
  text-align: center;
  padding: 14px 35px;
  text-align: center;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  width: 100%;
  margin: 20px auto 0;
  display: block;
  float: left;
  color: #ffffff; }

.submit-btn:hover {
  background-color: #222222;
  border-color: #222222;
  color: #FFF; }

form .submit-input {
  width: 100%;
  position: relative;
  display: inline-block; }

.submit-input svg {
  position: absolute;
  left: 12px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  top: 16px; }

.form-wrapper form .submit-input {
  float: left; }

.form-wrapper .submit-input svg {
  left: 170px;
  top: 22px; }

.form-wrapper form .submit-btn {
  width: 100%;
  padding: 13px 20px;
  background-color: #3c673d; }
  .form-wrapper form .submit-btn:hover {
    background-color: #000000; }

.form-wrapper .form-group {
  margin-bottom: 20px; }

.contact-form span.wpcf7-not-valid-tip {
  color: #ff5100; }

*::-webkit-input-placeholder {
  color: #adacb2;
  opacity: 1; }

*:-moz-placeholder {
  color: #adacb2;
  opacity: 1; }

*::-moz-placeholder {
  color: #adacb2;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #adacb2;
  opacity: 1; }

div.wpcf7-response-output {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  color: #ff5100;
  padding: 2px; }

span.wpcf7-not-valid-tip {
  font-size: 13px; }

/* ===================================== */
/* ============ Body Section ========== */
/* ==================================== */
.section.hero {
  background-position: center	center;
  background-repeat: no-repeat;
  background-size: cover; }

.hero .layer {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.5); }

.hero .row {
  display: block; }
  .hero .row > div {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle; }
  .hero .row .left-wrap .text-wrap {
    padding: 0 50px; }
    .hero .row .left-wrap .text-wrap h1 {
      color: #ffffff;
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 60px; }
    .hero .row .left-wrap .text-wrap p {
      color: #ffffff;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 30px; }
    .hero .row .left-wrap .text-wrap a.btn {
      display: block;
      width: 90%;
      font-weight: 900;
      margin-bottom: 20px; }
      .hero .row .left-wrap .text-wrap a.btn:last-child {
        margin-bottom: 0; }
      .hero .row .left-wrap .text-wrap a.btn:hover {
        color: #ffffff; }
  .hero .row .right-wrap .play {
    position: relative;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
    background-color: #ffffff; }
    .hero .row .right-wrap .play .image {
      position: absolute;
      content: '';
      top: 38%;
      left: 0;
      right: 0;
      text-align: center; }

.section.process {
  background-position: center	center;
  background-repeat: no-repeat;
  background-size: cover; }

/* .process .layer {
  padding: 150px 0;
  background-color: rgba(0, 0, 0, 0.5); } */

.process .row {
  display: block; }
  .process .row > div {
    display: inline-block;
    vertical-align: middle; }
  .process .row .left-wrap {
    width: 49.5%; }
  .process .row .right-wrap {
    width: 50%; }
    .process .row .right-wrap .section-title {
      margin-bottom: 30px; }
      .process .row .right-wrap .section-title h2 {
        color: #ffffff;
        font-size: 21px;
        line-height: 31px; }
      .process .row .right-wrap .section-title hr {
        background-color: #fff;
        width: 100%;
        margin-top: 20px; }
    .process .row .right-wrap .text-wrap {
      width: 100%;
      float: right; }
      .process .row .right-wrap .text-wrap p {
        color: #ffffff;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px; }

.section.rightimage-wrap {
    padding: 60px 0;
    max-width: 1900px;
    margin: auto;
}  

.rightimage-wrap .wrap-title {
    text-align: center;
    margin-bottom: 40px;
}

.rightimage-wrap .wrap-title h2 {
    color: #3c673d;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.rightimage-wrap .content {
  display: table;
  width: 100%;
}

.rightimage-wrap .lr {
    padding: 0px 70px 0px 0;
    margin-right: 0;
    float: right;
    width: 550px;
}

.rightimage-wrap .left-wrap a.btn {
  margin-top: 20px;
}

.rightimage-wrap .right-wrap {
    height: 27em;
}

.rightimage-wrap .content>div {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.section.social-address {
  padding: 50px 0; }

.social-address .row {
  display: table;
  width: 100%; }
  .social-address .row > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
  .social-address .row .right-wrap .section-title {
    margin-bottom: 30px; }
    .social-address .row .right-wrap .section-title h4 {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 1px;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 0; }
    .social-address .row .right-wrap .section-title hr {
      width: 100%;
      margin-top: 0; }
  .social-address .row .right-wrap .text-wrap {
    width: 100%;
    float: right; }
    .social-address .row .right-wrap .text-wrap > div {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
    .social-address .row .right-wrap .text-wrap p, .social-address .row .right-wrap .text-wrap a {
      color: #000000; }
    .social-address .row .right-wrap .text-wrap svg {
      margin-right: 10px;
      color: #3c673d; }
    .social-address .row .right-wrap .text-wrap p {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 5px; }
    .social-address .row .right-wrap .text-wrap .location {
      border-right: 1px solid #99989d;
      padding-right: 50px; }
      .social-address .row .right-wrap .text-wrap .location address p svg, .social-address .row .right-wrap .text-wrap .location address p span {
        display: inline-block;
        vertical-align: top; }
      .social-address .row .right-wrap .text-wrap .location address p svg {
        width: 7%; }
      .social-address .row .right-wrap .text-wrap .location address p span {
        width: 86.5%; }
    .social-address .row .right-wrap .text-wrap .social-links {
      padding: 0 20px; }
      .social-address .row .right-wrap .text-wrap .social-links svg {
        color: #ffffff; }
        .social-address .row .right-wrap .text-wrap .social-links svg:hover {
          color: #3c673d; }

.section.steps {
  padding: 60px 0; }

.steps .top-wrap h1 {
  font-size: 32px;
  line-height: 42px; }

.steps .top-wrap .content {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 60px; }

.steps .top-wrap .steps-h .row {
  width: 100%;
  display: block;
  text-align: center; }
  .steps .top-wrap .steps-h .row > div {
    display: inline-block;
    vertical-align: middle; }
  .steps .top-wrap .steps-h .row .cols {
    position: relative;
    width: 16.4%;
    margin: 2.1%;
    cursor: pointer; }
    .steps .top-wrap .steps-h .row .cols:first-child {
      margin-left: 0; }
    .steps .top-wrap .steps-h .row .cols:last-child {
      margin-right: 0; }
    .steps .top-wrap .steps-h .row .cols .thumb {
      background-image: url(https://svsr.com.au/wp-content/themes/images/step1.png);
      width: 170px;
      height: 168px;
      padding-top: 54px; }
      .steps .top-wrap .steps-h .row .cols .thumb svg {
        color: #fff;
        font-size: 64px; }
    .steps .top-wrap .steps-h .row .cols h6 {
      font-size: 15px;
      font-family: "Lato", sans-serif; }
    .steps .top-wrap .steps-h .row .cols hr {
      height: 5px;
      background-color: #0d4358;
      width: 70px;
      margin: 0 auto;
      border: 0;
      z-index: 33; }
      .steps .top-wrap .steps-h .row .cols hr:before {
        position: absolute;
        height: 20px;
        width: 15px;
        margin: 0 auto;
        bottom: -10px;
        content: '';
        z-index: -1;
        background-color: #3c673d;
        left: 0;
        right: 0; }

.stepslist {
  /* 
		background-image: url(https://svsr.com.au/wp-content/themes/images/steps.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center; */ }
  .stepslist .overlay {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.5); }
  .stepslist ul {
    margin-bottom: 0;
    padding-left: 0;
    counter-reset: li; }
    .stepslist ul li {
      position: relative;
      padding: 30px 0 30px 0;
      border-bottom: 1px solid #99989d; }
      .stepslist ul li:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        top: 30px;
        left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50px;
        height: 50px;
        padding: 15px;
        color: #000000;
        background: #3c673d;
        font-family: "Montserrat", sans-serif;
        font-size: 21px;
        font-weight: bold;
        text-align: center; }
  .stepslist .steps_list {
    display: block; }
    .stepslist .steps_list li > div {
      display: inline-block;
      vertical-align: top; }
    .stepslist .steps_list .col {
      width: 28%; }
    .stepslist .steps_list .step-m {
      text-align: center;
      width: 250px;
      height: 250px; }
    .stepslist .steps_list .cont {
      width: 71%; }
      .stepslist .steps_list .cont ul li{
        border-bottom:0;
        padding: 0 0 10px 15px;
      }
      .stepslist .steps_list .cont ul li:before{
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        left: 0;
        background-color: #000000;
        top: 8px;
        padding: 0;
      }
      .stepslist .steps_list .cont h2 {
        font-size: 21px;
        line-height: 32px;
        color: #3c673d;
        letter-spacing: 3px; }
      .stepslist .steps_list .cont p {
        font-size: 18px;
        line-height: 24px; }

.step_process {
  display: block;
  width: 100%;
  text-align: center; }
  .step_process .section-title {
    margin-bottom: 60px; }
    .step_process .section-title h2 {
      color: #ffffff;
      font-size: 21px;
      line-height: 31px; }
    .step_process .section-title hr {
      background-color: #ffffff; }

.section.context {
  display: block;
  width: 100%;
  text-align: center; }
  .section.context .layer {
    background-color: rgba(60, 103, 61, 0.9);
    padding: 100px 0; }
  .section.context .text {
    width: 62%;
    margin: 0 auto; }
    .section.context .text h2 {
      color: #ffffff;
      font-size: 21px;
      line-height: 31px;
      font-weight: 400; }

.section.blogsec {
  padding: 60px 0; }
  .section.blogsec ul li:before {
    content: none; }

.blogsec {
  margin-bottom: 20px;
  overflow: hidden; }
  .blogsec .blogleft {
    float: left;
    width: 73%;
    margin-right: 3%; }
    .blogsec .blogleft.full {
      width: 100%;
      margin-right: 0; }
  .blogsec .blogrow {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000000;
    /*blogcontain*/ }
    .blogsec .blogrow .blogcontain {
      position: relative;
      overflow: hidden;
      /*Blogsocial*/
      /*-------blog2-----------*/ }
      .blogsec .blogrow .blogcontain .blogimg {
        width: 29%;
        margin-right: 2%;
        float: left; }
        .blogsec .blogrow .blogcontain .blogimg img {
          border: 1px solid #3c673d; }
        .blogsec .blogrow .blogcontain .blogimg.single {
          width: 100%; }
          .blogsec .blogrow .blogcontain .blogimg.single img {
            width: 100%;
            border: 0; }
      .blogsec .blogrow .blogcontain .blogtext {
        float: left;
        width: 69%; }
        .blogsec .blogrow .blogcontain .blogtext h2 {
          font-size: 36px;
          line-height: 40px; }
        .blogsec .blogrow .blogcontain .blogtext b {
          font-weight: bold;
          margin-bottom: 20px;
          display: block;
          line-height: 22px; }
        .blogsec .blogrow .blogcontain .blogtext p {
          font-size: 16px;
          line-height: 22px; }
        .blogsec .blogrow .blogcontain .blogtext.single {
          padding-top: 20px;
          width: 100%; }
          .blogsec .blogrow .blogcontain .blogtext.single p {
            line-height: 22px; }
      .blogsec .blogrow .blogcontain .blog_social {
        float: right; }
        .blogsec .blogrow .blogcontain .blog_social ul li {
          display: inline-block;
          vertical-align: middle;
          padding: 0;
          margin: 0; }

.section.inner-page {
  padding: 40px 0 0px;
  /*row*/ }
  .section.inner-page hr {
    margin: 10px 0;
    width: 350px; }
  .section.inner-page .content {
    width: 100%; }
  .section.inner-page .title {
    margin-bottom: 20px; }
    .section.inner-page .title hr {
      margin: 10px 0;
      width: 350px; }
  .section.inner-page .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: left; }
    .section.inner-page .fullWidth h3 {
      font-size: 26px;
      margin-top: 0;
      color: #3c673d;
      margin-bottom: 10px; }
  .section.inner-page .row {
    margin-bottom: 30px;
    overflow: hidden; }
    .section.inner-page .row > div p {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 20px; }
    .section.inner-page .row .rightCont h3 {
      margin-top: 0;
      color: #3c673d;
      margin-bottom: 10px; }
    .section.inner-page .row .rightCont h2 {
      font-size: 35px;
      line-height: 45px;
      margin: 0;
      font-weight: 700; }
    .section.inner-page .row .leftCont h2 {
      font-size: 35px;
      line-height: 45px;
      margin: 0;
      font-weight: 700; }
    .section.inner-page .row .leftCont.float-right {
      float: right;
      margin-left: 2%;
      text-align: center; }
    .section.inner-page .row .leftCont.float-left {
      float: left;
      margin-right: 2%;
      text-align: center; }
    .section.inner-page .row .rightCont.float-right {
      float: right;
      margin-left: 2%;
      text-align: left; }
    .section.inner-page .row .rightCont.float-left {
      float: left;
      margin-right: 2%;
      text-align: left; }
    .section.inner-page .row .leftCont.width50,
    .section.inner-page .row .rightCont.width50 {
      width: 48%; }
    .section.inner-page .row .leftCont.width60,
    .section.inner-page .row .rightCont.width60 {
      width: 58%; }
    .section.inner-page .row .leftCont.width40,
    .section.inner-page .row .rightCont.width40 {
      width: 38%; }
    .section.inner-page .row.blockImg h3 {
      margin-top: 0;
      color: #3c673d;
      margin-bottom: 10px; }
    .section.inner-page .row .imgBlock > div {
      display: inline-block;
      vertical-align: top; }
    .section.inner-page .row .imgBlock.grid2 > div {
      width: 48.7%; }
    .section.inner-page .row .imgBlock.grid3 > div {
      width: 32.3%; }
    .section.inner-page .row .imgBlock.grid3 > div.text h4 {
      font-weight: 700; }
    .section.inner-page .row .imgBlock.grid3 > div.text .img {
      margin-bottom: 20px; }
    .section.inner-page .row .imgBlock.grid2 > div:first-child {
      margin-right: 1%; }
    .section.inner-page .row .imgBlock.grid2 > div:last-child {
      margin-left: 1%; }
      .section.inner-page .row .imgBlock.grid3 {
        display: flex;
        flex-flow: row wrap;
      }
    .section.inner-page .row .imgBlock.grid3 > div {
      padding-bottom: 60px;
      position: relative; }

      .section.inner-page .row .imgBlock.grid3 > div h4 {
        margin-top: 15px;
      }
    .section.inner-page .row .imgBlock.grid3 > div a.primary-btn.dk {
      position: absolute;
      left: 0;
      bottom: 20px;
    }
    .section.inner-page .row .imgBlock.grid3 > div:nth-of-type(3n+2) {
      margin: 0 1%; }
    .section.inner-page .row .imgBlock.grid3 a > h4 {
      margin: 10px 0;
      font-size: 24px;
      color: #434344;
      font-weight: 400; }

/* innerpage */
/* ===================================== */
/* =========== Contact Page ============ */
/* ===================================== */
.contact-info {
  overflow: hidden;
  padding: 60px 0;
  background-color: #f4f4f4;
  text-align: center; }
  .contact-info a {
    color: #434344; }
  .contact-info .info-grid > div {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center; }
  .contact-info .grid-box {
    margin: 0 20px; }
    .contact-info .grid-box h6 {
      font-size: 16px;
      color: #3c673d;
      font-weight: 700;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .contact-info .grid-box p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 30px;
      color: #777777;
      font-family: "Montserrat", sans-serif; }
  .contact-info .grid-icon {
    display: inline-block;
    margin-bottom: 50px;
    width: 80px;
    height: 80px;
    padding: 23px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 22px 15px 0px -5px #3c673d;
    -moz-box-shadow: 22px 15px 0px -5px #3c673d;
    box-shadow: 22px 15px 0px -5px #3c673d; }
    .contact-info .grid-icon svg {
      color: #3c673d;
      font-size: 35px; }
  .contact-info .grid-text {
    display: block;
    height: 190px;
    padding: 50px 40px; }

.section.form .free-phone h6 {
    font-weight: 700;
    color: #3c673d;
    font-size: 21px;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
}

.page-template-contact .form h3,
.page-template-contact .form h6 {
  display: none;
}

.call-action-wrap {
  display: block;
  text-align: center;
  padding: 15px 0;
}

.contact-wrapper {
  background-color: #FFF; }

.contact-wrapper .content.page {
  display: block; }
  .contact-wrapper .content.page > div {
    display: block;
    width: 100%; }
  .contact-wrapper .content.page .form-wrap > div {
    float: none;
    margin: 0 auto; }
  .contact-wrapper .content.page .form-wrap, .contact-wrapper .content.page .map-wrap {
    width: 100%; }

.contact-wrapper .form-wrap > div {
  max-width: 680px;
  padding: 80px 0;
  width: 100%;
  float: left; }

.contact-wrapper form {
  margin-top: 30px; }

.map-wrapper #map_canvas {
  min-height: 450px; }

#map_canvas {
  min-height: 1170px;
  width: 100%; }

/*
* - About Wrap -
*/
.about-wrap {
  padding: 0;
  background-image: url(https://svsr.com.au/wp-content/themes/images/about-bg.jpg); }

.about-wrap .section-title h1 {
  font-size: 78px;
  line-height: 78px;
  margin-bottom: 60px;
  color: #ffffff;
  font-weight: 700; }

.about-wrap.process {
  background-image: none;
  padding: 100px 0 60px; }

.about-wrap .overlay {
  /* background-color: rgba(116, 116, 118, 0.9);
    padding: 80px 0; */ }

.about-wrap .row {
  /* margin-bottom: 60px; */
  display: table;
  width: 100%; }

.about-wrap .row > div {
  display: table-cell;
  vertical-align: middle; }

.about-wrap .row:last-child {
  margin-bottom: 0; }

.about-wrap .content-right .img-wrap,
.about-wrap .content-right .text-wrap {
  float: none; }

.about-wrap .content-left .img-wrap .lr,
.about-wrap .content-right .img-wrap .lr {
  display: none; }

.about-wrap .content-left .img-wrap,
.about-wrap .content-left .text-wrap {
  float: none; }

.about-wrap .content-right .text-wrap {
  text-align: left; }

.about-wrap .content-left .text-wrap {
  text-align: left; }

.about-wrap .img-wrap {
  position: relative;
  padding: 0;
  width: 50%;
  float: none;
  height: 27em; }

.about-wrap .text-wrap {
  position: relative;
  width: 50%;
  float: none; }

.about-wrap .text-wrap p,
.fullwidthcont p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }

.about-wrap .content-right .text-wrap > div {
  padding: 25px 0 25px 70px;
  margin-left: 0;
  width: 555px;
  background-color: rgba(255, 255, 255, 0.8);
  /* margin-top: 50px; */ }

.about-wrap .content-left .text-wrap > div {
  padding: 25px 70px 25px 0;
  margin-right: 0;
  float: right;
  width: 520px;
  background-color: rgba(255, 255, 255, 0.8);
  /* margin-top: 60px; */ }

.about-wrap .content-right .text-wrap.process > div,
.about-wrap .content-left .text-wrap.process > div {
  position: relative; }

.about-wrap .content-right .text-wrap.process > div:before {
  position: absolute;
  height: 5px;
  width: 70%;
  top: 0;
  left: 0;
  content: '';
  background-color: #69a0ba; }

.about-wrap .content-left .text-wrap.process > div:before {
  position: absolute;
  height: 5px;
  width: 70%;
  top: 0;
  right: 0;
  content: '';
  background-color: #69a0ba; }

.about-wrap .text-wrap > div h3,
.fullwidthcont h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; }

.about-wrap .text-wrap > div > .btn {
  /* margin-bottom: -25px;*/
  margin-top: 0; }

/* ===================================== */
/* =============== Footer ============== */
/* ===================================== */
.partners {
  padding: 100px 0;
  background-color: #ffffff; }
  .partners h2 {
    font-size: 21px;
    line-height: 31px; }
  .partners #brands {
    width: 100%;
    margin: 40px auto 0; }
    .partners #brands .slick-dots {
      text-align: left; }
    .partners #brands .slick-dots li.slick-active button:after, .partners #brands .slick-dots li:hover button:after {
      background-color: #000000; }
  .partners .slick-prev {
    left: -25px; }
  .partners .slick-next {
    right: -25px; }
  .partners .slick-prev img, .partners .slick-next img {
    filter: invert(100%); }
  .partners .fc-icon {
    display: block; }
    .partners .fc-icon img {
      margin: 0 auto;
       }

.social-links {
  margin-top: 20px; }
  .social-links ul {
    padding: 0;
    margin: 0; }
    .social-links ul li {
      padding-left: 0;
      margin-right: 10px;
      display: inline-block;
      vertical-align: top; }
      .social-links ul li:before {
        content: none; }
      .social-links ul li .svg-inline--fa {
        width: 4em;
        border: 2px solid #fff; }
      .social-links ul li a svg {
        background-color: #3c673d;
        width: 40px;
        height: 40px;
        padding: 12px 0;
        font-size: 10px;
        text-align: center;
        color: #ffffff;
        -webkit-transition: all 0.25s ease-in 0s;
        -moz-transition: all 0.25s ease-in 0s;
        -o-transition: all 0.25s ease-in 0s;
        transition: all 0.25s ease-in 0s; }
        .social-links ul li a svg:hover {
          background-color: #FFF;
          color: #3c673d;
          border-color: #3c673d; }

.section.case {
  background-color: #ffffff;
  padding: 60px 0;
  overflow: hidden; }

.case .section-title {
  margin-bottom: 60px; }

.case .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .case .row > div {
    width: 33%;
    position: relative;
    padding-bottom: 50px;}
    .case .row > div a.btn {
      position: absolute;
      bottom: 0;
    }
  .case .row .cols:nth-of-type(3n+2) {
    border-left: 1px solid #434344;
    border-right: 1px solid #434344; }
    .case .row .cols:nth-of-type(3n+2) .text div {
      margin: 0 auto; }
    .case .row .cols:nth-of-type(3n+2) .text .image {
      width: 100%;
      margin-bottom: 30px; }
  .case .row .cols:first-child .text div {
    /* padding:0 45px 0 0; */ }
  .case .row .cols:last-child .text div {
    /* padding:0 0 0 45px; */
    float: right; }
  .case .row .cols {
    overflow: hidden; }
    .case .row .cols .text > div {
      width: 92%; }
    .case .row .cols .text .image {
      height: 190px;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
    .case .row .cols .text h4 {
      font-size: 20px;
      line-height: 28px;
      color: #3c673d;
      font-weight: 700;
      margin-top: 10px;
      /* min-height: 80px; */ }
    .case .row .cols .text p {
      font-size: 18px;
      line-height: 24px;
      color: #434344; }

.section.form {
  background: url("http://brilliantbluetest.com/dev/wp/svsr/wp-content/uploads/2019/05/download.png") no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section.form .layer {
    /* background-color:transparentize($primary, 0.2); */
    padding: 30px 0 50px; }
.section.form .email-add a{
    font-size: 22px;
    color: #666666;
}
.section.form .email-add svg {
  margin-right: 8px;
  color: #3c673d;
}
.section.form h2 {
  font-size: 21px;
  line-height: 31px;
  margin-bottom: 15px; }

.section.form h3 {
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  color: #99989d;
  margin-top: 20px; }

.section.form .row {
  margin-top: 30px;
  display: flex;
  width: 100%;
  flex-flow: row wrap; }

  .section.form .row > .left,
  .section.form .row > .right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .section.form .row .form {
    margin-right: 20px;
    -webkit-box-shadow: 0px 0 5px 6px #e2e2e3;
    -moz-box-shadow: 0px 0 5px 6px #e2e2e3;
    box-shadow: 0px 0 5px 6px #e2e2e3;
    background-color: #fff;
    padding: 35px; }
    .section.form .row .form .left, .section.form .row .form .right {
      padding: 35px 20px;
      display: inline-block;
      vertical-align: top;
      width: 49.5%; }


/* =============== Capability ============== */ 

.capability-wrap {
    padding: 40px 0;
}

.capability-wrap .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.capability-wrap .capability {
    width: 18.2%;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
}


.footer {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  padding: 0;
  background-color: #ffffff; }
  .footer p {
    font-size: 18px;
    color: #99989d; }
  .footer a:hover {
    color: #3c673d; }
  .footer .top-wrap .fmenu {
    border-top: 1px solid #99989d;
    text-align: center; }
    .footer .top-wrap .fmenu ul li {
      margin: 0;
      position: relative;
      /* letter-spacing: 3px; */
      line-height: 30px;
      display: inline-block;
      margin: 0 15px;
      padding: 20px 8px;
      vertical-align: top; }
      .footer .top-wrap .fmenu ul li.current-menu-item a {
        color: #3c673d; }
      .footer .top-wrap .fmenu ul li a {
        color: #000000;
        text-transform: uppercase;
        padding: 8px 0;
        font-size: 14px;
        font-weight: 700; }
        .footer .top-wrap .fmenu ul li a:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          -webkit-transition: all .3s ease-in-out;
          -moz-transition: all .3s ease-in-out;
          -ms-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          border-bottom: 5px solid transparent; }
    .footer .top-wrap .fmenu ul > li.current-menu-item > a:before,
    .footer .top-wrap .fmenu ul > li > a:hover:before,
    .footer .top-wrap .fmenu ul > li > a.active:before,
    .footer .top-wrap .fmenu ul > li.current-menu-parent > a:before {
      border-bottom-color: #3c673d; }
    .footer .top-wrap .fmenu ul > li > a:hover,
    .footer .top-wrap .fmenu ul > li.current-menu-item > a,
    .footer .top-wrap .fmenu ul > li.current-menu-parent > a {
      color: #3c673d; }
  .footer .top-wrap .content {
    display: block;
    width: 100%; }
  .footer .bottom-wrap {
    padding: 30px 0;
    background-color: #6c6b6c; }
    .footer .bottom-wrap p {
      text-align: center;
      color: #adacb2;
      font-size: 12px;
      margin-bottom: 0; }
      .footer .bottom-wrap p a {
        color: #adacb2; }
    .footer .bottom-wrap .content {
      position: relative; }

/* ===================================== */
/* ============= Media Query =========== */
/* ===================================== */
@media screen and (max-width: 1130px) {
  .container {
    width: 100%;
    padding: 0 2%; }
  .header .left-wrap {
    width: 48%;
    margin-right: 0.6%; }
  .header .right-wrap {
    width: 51%; }
  .header .logo {
    width: 46%; }
  .header .tagline {
    width: 51%;
    padding: 0 0 0 2%;
    margin-left: 2%; }
    .header .tagline p {
      font-size: 16px; }
      .nav #menu > li {
        margin: 0 10px;
      }
  .slider-content .content h6 {
    padding: 4%; }
  .lr-wrapper .text-wrap > div {
    margin-top: 6%; }
  .hero .row .left-wrap .text-wrap {
    padding: 0 5%; }
  .process .row .left-wrap {
    width: 50%; }
  .process .row .right-wrap {
    width: 49.5%;
    padding-left: 5%; }
    .rightimage-wrap .lr {
      width: 90%;
    }
  .about-wrap .content-right .text-wrap > div {
    width: 100%; }
  .about-wrap .content-left .text-wrap > div {
    padding: 100px 7% 25px 0;
    width: 90%; }
  .capability-wrap .capability {
    margin: 0 0.9%;
    } }

@media screen and (max-width: 1024px) {
    .nav ul li a {
    font-size: 12px; }
  .about-wrap .content-right .text-wrap > div {
    padding: 50px 0 25px 70px; }
  .about-wrap .content-left .text-wrap > div {
    padding: 50px 7% 25px 0; }
      .blogsec .blogrow .blogcontain .blogimg {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .blogsec .blogrow .blogcontain .blogtext {
    float: none;
    width: 100%;
  }
  .section.blogsec {
  padding: 20px 0;
}
  /*==============Inner=================================*/
  .section.inner-page .fullwidth {
    margin-bottom: 20px; }
  .section.inner-page .row .leftCont.width50, .section.inner-page .row .rightCont.width50,
  .section.inner-page .row .leftCont.width60, .section.inner-page .row .rightCont.width60,
  .section.inner-page .row .leftCont.width40, .section.inner-page .row .rightCont.width40 {
    width: 100%; }
  .section.inner-page .row .leftCont.float-right, .section.inner-page .row .leftCont.float-left,
  .section.inner-page .row .rightCont.float-right, .section.inner-page .row .rightCont.float-left {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px; }
  .section.inner-page .row .imgBlock.grid2, .section.inner-page .row .imgBlock.grid3 {
    text-align: center; }
  .section.inner-page .row .imgBlock.grid2 > div:first-child {
    margin-right: 0;
    margin-bottom: 20px; }
  .section.inner-page .row .imgBlock.grid2 > div:last-child {
    margin-left: 0; }
  .section.inner-page .row .imgBlock.grid3 > div {
    width: 100%; }
  .section.inner-page .row .imgBlock.grid3 > div:nth-of-type(3n+2) {
    margin: 20px 0; }
  .section.inner-page .row .imgBlock.grid2 > div {
    width: 100%; }
  .section.inner-page .row .wrap-title {
    margin: 10px 0; }
  /*==============Inner=================================*/
  .hero .row .left-wrap .text-wrap {
    padding: 0 2%; }
  .case .row > div {
    width: 33%; } }

@media screen and (max-width: 1000px) {
  .header .tagline p {
    font-size: 16px; }
  .header .main-menu .nav #menu > li {
    margin: 0 1%;
    padding: 7px 7px; }
  .slider-content .content h6 {
    font-size: 20px;
    line-height: 30px; }
  .slider-content a.btn {
    width: 240px; }
  .lr-wrapper {
    padding: 60px 0; }
    .lr-wrapper .left-wrap, .lr-wrapper .right-wrap {
      width: 100%; }
      .lr-wrapper .left-wrap .text-wrap, .lr-wrapper .right-wrap .text-wrap {
        padding-top: 0; }
  .lr-wrapper .left-wrap.img-wrap {
    width: 480px;
    margin: 0 auto 30px auto;
    display: block;
    text-align: center;
    float: none; }
  .lr-wrapper .content-left .text-wrap {
    padding-right: 0;
    text-align: center; }
  .lr-wrapper .content-right .text-wrap {
    padding-left: 0;
    text-align: center; }
  .lr-wrapper .content-right .text-wrap > div {
    padding: 20px 0;
    margin-left: 0;
    margin-top: 0; }
  .lr-wrapper .content-left .text-wrap > div {
    padding: 20px 0;
    margin-right: 0;
    background-color: #fff;
    margin-top: 0; }
  .process .row .right-wrap {
    padding-left: 1%; }
  .case .row .cols .text h4 {
    font-size: 20px;
    line-height: 30px; }
  .case .row .cols .text p {
    font-size: 16px; }
  .social-links ul li {
    margin-right: 5px; }
  .stepslist .steps_list .col {
    width: 35%; }
  .stepslist .steps_list .cont {
    width: 64%; }
  .footer .top-wrap .fmenu ul li {
    margin: 0 0; } }

@media screen and (max-width: 900px) {
  .header .tagline p {
    font-size: 12px;
    line-height: 16px; }
  .header .main-menu .nav #menu > li {
    margin: 0 1px; }
  .form-group.grid5 > span {
    margin-right: 4px; }
  .footer .top-wrap {
    padding: 10px 0; }
  .footer .top-wrap .fmenu ul li {
    padding: 20px 4px; }
  .social-links {
    float: none;
    margin-top: 10px; }
  .stepslist .steps_list .col {
    width: 37%; }
  .stepslist .steps_list .cont {
    width: 62%; }
    .stepslist .steps_list .cont h2 {
      font-size: 28px;
      line-height: 32px; }
    .stepslist .steps_list .cont p {
      font-size: 16px;
      line-height: 26px; }
  .map-wrapper #map_canvas {
    min-height: 300px; }
  .social-address .row > div.left-wrap {
    width: 30%; }
  .about-wrap .text-wrap > div h3 {
    font-size: 36px; } }

@media screen and (max-width: 800px) {
  .header .main-menu .nav #menu > li {
    padding: 7px 5px;
  }
  .header .left-wrap {
    width: 47.2%;
    margin-right: 0; }
  .header .right-wrap {
    width: 51.5%; }
  .nav #menu > li {
    padding: 7px 8px; }
  .lr-wrapper.audio .left-wrap.img-wrap {
    width: 100%; }
  .form-group.grid5 > span {
    width: 19.5%; }
  .stepslist .steps_list .step-m {
    width: 245px;
    height: 243px; }
  .footer .top-wrap .fmenu ul li a {
    font-size: 13px; }
  .footer .fmenu li {
    /*   margin: 0 0 0 32px;  */ } }

@media screen and (max-width: 767px) {
  .visible-lg {
    display: none; }
  .visible-xs {
    display: block; }

  #home-slider .slick-next {
    right: 36%; }
  .cbp-af-header nav {
    display: none; }
  .cbp-spmenu-right {
    right: -270px; }
  .cbp-spmenu-vertical {
    width: 270px; }
  .header .tagline p {
    font-size: 16px;
    line-height: 26px; }
  .header .top-wrap {
    padding-bottom: 0; }
  .header .left-wrap {
    width: 100%;
    margin-right: 0; }
    .header .left-wrap .logo {
      padding: 10px 0;
      width: 210px; }
  .header .right-wrap {
    width: 100%;
    text-align: center; }
  .header .free-phone {
    width: 100%;
    text-align: center; }
    .header .free-phone h6 {
      margin-bottom: 0;
    }
  .case .row .cols:nth-of-type(3n+2) {
    border-left: none;
    border-right: none; }
  .social-address .row .right-wrap .text-wrap .location {
    padding-right: 0; }
  .section-title h1 {
    font-size: 26px;
    line-height: 46px; }
  .case .section-title {
    margin-bottom: 20px; }
  .section.process {
    padding: 20px 0; }
  .process .row .right-wrap {
    width: 100%; }
  .process .layer {
    padding: 20px 0;
    text-align: center; }
  .section.rightimage-wrap {
    padding: 30px 0;
  }
  .rightimage-wrap .content>div {
    width: 100%;
    display: block;
  }  

  .rightimage-wrap .right-wrap {
    background-image: none !important;
    height: 0;
  }

  .rightimage-wrap .lr {
      width: 100%;
      padding: 15px;
      margin-right: 0;
      float: none;
  }
  .rightimage-wrap .lr p {
    margin-top: 15px;
  }
  .section.form h2 {
    font-size: 29px;
    line-height: 39px; }
  .section.form h3 {
    font-size: 12px;
    line-height: 24px; }
  .section.form .row .form {
    margin: 10px auto 0;
    width: 100%; }
  .section.form .row .form .left, .section.form .row .form .right {
    padding: 0 20px;
    display: block;
    width: 100%; }
  .social-address .row > div {
    display: block;
    vertical-align: middle;
    width: 100%; }
  .social-address .row .right-wrap .text-wrap > div {
    display: block;
    vertical-align: middle;
    width: 100%; }
  .process .row .left-wrap {
    width: 100%;
    margin-bottom: 20px; }
  .hero .layer {
    padding: 20px 0; }
  .hero .row > div {
    width: 100%;
    display: block;
    text-align: center; }
  .hero .row .left-wrap .text-wrap a.btn {
    margin: 0 auto 20px; }
  .hero .row .right-wrap {
    margin-top: 20px; }
  .hero-wrapper .content h1 {
    font-size: 32px;
    line-height: 42px; }
  .slider-content .content h6 {
    font-size: 18px;
    margin-bottom: 40px; }
  .menu-btn {
    top: 53px;
    right: 5px; }
  .slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }
  .slicknav_nav {
    clear: both;
    display: block !important; }
  .slicknav_nav ul, .slicknav_nav li {
    border-bottom: 0 none;
    border-top: 1px solid #fff; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    float: right;
    margin: 6px 0 0 0.4em; }
  .slicknav_nav .slicknav_arrow i {
    font-size: 15px; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    display: inline; }
  .slicknav_menu:before, .slicknav_menu:after {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    clear: both; }
  /* IE6/7 support */
  .slicknav_menu {
    width: 100%;
    top: 46px;
    float: right;
    position: relative;
    *zoom: 1; }
  /* 
	    User Default Style
	    Change the following styles to modify the appearance of the menu.
	*/
  .slicknav_menu {
    font-size: 16px; }
  /* Button */
  .slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #323232; }
  /* Button Text */
  .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  /* Button Lines */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5; }
  .slicknav_menu {
    padding: 5px; }
  .slicknav_nav {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #3c673d;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 999;
    text-align: left; }
  .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden; }
  .slicknav_nav ul {
    background-color: #222222;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 999; }
  .slicknav_nav ul li a {
    padding-left: 20px;
    font-size: 16px; }
  .slicknav_nav .sub-menu a {
    color: #FFF; }
  .slicknav_nav .slicknav_row {
    padding: 6px 9px;
    margin: 0; }
  .slicknav_nav a {
    padding: 6px 9px;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    border: 1px solid transparent;
    font-size: 16px;
    letter-spacing: 1px; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0 4px 0 0;
    margin: 0; }
  .slicknav_nav .slicknav_row:hover {
    color: #fff; }
  .slicknav_nav li a:hover {
    color: #FFF;
    background-color: #03060b; }
  .slicknav_nav li a:hover a {
    color: #FFF; }
  .slicknav_nav .slicknav_parent > a:hover a, .slicknav_nav .slicknav_parent > a:hover i {
    color: #FFF; }
  .slicknav_nav li:hover a .slicknav_row a {
    color: #000;
    background-color: transparent; }
  .slicknav_nav li:hover .slicknav_arrow {
    color: #FFF; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .sub-menu li:hover a {
    background-color: #F3F6F9;
    color: #000; }
  .slicknav_parent.slicknav_open > ul {
    background-color: #FFF; }
  .slicknav_parent.slicknav_open > ul li a {
    color: #20343D; }
  .slicknav_parent.slicknav_open > ul li a:hover {
    background-color: #03060b;
    color: #FFF; }
  .partners {
    padding: 40px 0;
  }
  .section.case {
    padding: 20px 0; }
  .partners h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px; }
  .case h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px; }
  .case .row {
    display: block; }
  .case .row > div {
    display: block;
    width: 320px;
    margin: 0 auto 20px; }
  .section.form .layer {
    padding: 20px 0; }
  .section.form h2 {
    font-size: 26px;
    line-height: 36px; }
  .section.form .row .right h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 40px; }
  .section.form .row .left, .section.form .row .right {
    display: block;
    width: 100%; }
  .section-title h1 {
    font-size: 46px;
    line-height: 56px; }
  .stepslist .steps_list li > div {
    display: block;
    width: 100%;
    text-align: center; }
  .stepslist .steps_list .col, .stepslist .steps_list .cont {
    width: 100%;
    margin: 0 auto; }
  .stepslist .steps_list .step-m {
    margin: 0 auto 20px; }
  svg.icon {
    display: none; }
  .header .main-menu {
    width: auto;
    position: relative; }
  .about-wrap .img-wrap,
  .about-wrap .text-wrap {
    width: 100%; }
  .section.about-wrap {
    padding: 0; }
  .about-wrap .img-wrap {
    text-align: center; }
  .about-wrap .content-left .text-wrap {
    text-align: left; }
  .about-wrap .content-left .text-wrap > div,
  .about-wrap .content-right .text-wrap > div {
    margin: 0;
    padding: 30px 10px 30px 10px; }
  .case .row .cols .text > div {
    width: 100%; }
  .about-wrap .content-right .img-wrap, .about-wrap .content-right .text-wrap {
    float: none;
    background-image: none !important; }
  .about-wrap .content-right .img-wrap img, .about-wrap .content-right .text-wrap img {
    margin: 0 auto; }
  .about-wrap .content-left .img-wrap, .about-wrap .content-left .text-wrap {
    float: none;
    background-image: none !important; }
  .about-wrap .content-left .img-wrap img, .about-wrap .content-left .text-wrap img {
    margin: 0 auto; }
  .about-wrap .row > div {
    display: block; }
  .about-wrap.process {
    background-image: none;
    padding: 20px 0; }
  .about-wrap .img-wrap {
    height: auto; }
  .about-wrap .section-title h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px; }
  .about-wrap .row {
    margin-bottom: 20px; }
  .about-wrap .content-left .text-wrap > div {
    width: 100%; }
  .contact-info .info-grid > div {
    width: 49%;
    margin-bottom: 20px; }
  .form-group.grid2 > span {
    width: 100%; }
  .form-group {
    margin-bottom: 20px; }
  .form-group.grid2 > span:first-child {
    margin-right: 0;
    margin-bottom: 20px; }
  .form-group.grid2 > span:last-child {
    margin-left: 0; }
  .form-group.grid3 > span {
    width: 100%; }
  .form-group.grid3 > span:nth-of-type(2) {
    margin: 20px 0; }
  .form-group.grid4 > span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .form-group.grid5 > span {
    width: 100%;
    margin-bottom: 15px; }
  .form-group.grid5 > span:last-child {
    margin-bottom: 0; }
  form .submit-input,
  .form-wrapper form .submit-input {
    width: 100%;
    margin-bottom: 15px; }
  .submit-input i,
  .form-wrapper .submit-input i {
    left: 230px; }
  .submit-btn,
  .form-wrapper form .submit-btn {
    width: 100%; }
  .form-wrapper form .submit-input {
    margin-bottom: 0; }
  .contact-wrapper .form-wrap > div {
    padding: 30px 2%; }
  .section-title.content {
    width: 100%; }
  .slick-prev {
    left: 10px;
    z-index: 222; }
  .slick-next {
    right: 10px;
    z-index: 222; }
  .social-address .row > div.left-wrap {
    width: 100%;
    text-align: center; }
  .social-address .row .right-wrap .text-wrap {
    width: 320px;
    float: none;
    margin: 20px auto 0;
    text-align: center; }
  .social-address .row .right-wrap .text-wrap .location {
    border-right: 0; }
  .footer .top-wrap .fmenu ul li {
    padding: 10px 3px;
    letter-spacing: 1px;
    line-height: 16px; }
  .footer .top-wrap .fmenu ul li a {
    font-size: 10px; }
  .footer {
    padding: 20px 0; }
    .footer .top-wrap .fmenu ul a {
      padding: 0 5px;
      font-size: 12px; }
    .footer .bottom-wrap {
      padding: 10px 0 0; } }

@media screen and (max-width: 610px) {
  .slider-content .content h6 {
    font-size: 15px;
    line-height: 24px;
    padding: 1%; }
  .slider-content a.btn {
    width: 170px;
    font-size: 11px; }
  h1 {
    font-size: 38px;
    line-height: 46px; }
  h2 {
    font-size: 32px;
    line-height: 36px; }
  h3 {
    font-size: 24px;
    line-height: 34px; }
  h4 {
    font-size: 20px;
    line-height: 30px; }
  h5 {
    font-size: 18px;
    line-height: 26px; }
  
  .capability-wrap .row {
    display: flex;
    flex-flow: column;
    margin: 0;
    justify-content: center;
  }

  .capability-wrap .capability {
    margin: 10px auto;
    max-width: 320px;
    width: 100%;
  } }

@media screen and (max-width: 510px) {
  .header .tagline {
    width: 100%;
    margin-left: 0; }
  .case .row > div {
    width: 280px; }
  .slider-content a.btn {
    margin: 0px 0 0 0; }
  .hero-wrapper .content h6 {
    font-size: 16px; }
  .hero-wrapper .content h1 {
    font-size: 40px;
    line-height: 50px; }
  .hero-wrapper .content {
    padding: 30px 0 0 0; }
  .section.inner-page {
    padding: 20px 0;
  }
  .contact-info .info-grid > div {
    width: 100%;
    margin: 20px 0; }
    .partners h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px; }
  .about-wrap .text-wrap > div h3 {
  font-size: 28px;} }