/*
 Theme Name: Matsol
 Theme URI: http://brilliantbluetest.com/dev/wp/matsol
 Description: Custom theme for Matsol.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
/*
* === RESET ===
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

html,
body {
  line-height: 1.3em;
  height: 100%; }

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

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

ul {
  list-style: none; }

ol {
  padding-left: 25px; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

i,
em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

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

table tr td {
  border: 1px solid #e5e5e5; }

table tr:hover {
  background-color: rgba(1, 124, 193, 0.8);
  color: #ffffff; }
  table tr:hover p, table tr:hover span, table tr:hover li {
    color: #ffffff; }

table,
tr,
td,
th {
  font-family: "Lato", sans-serif;
  border: 1px solid #084e9f; }

th {
  font-family: "Lato", sans-serif;
  font-weight: bold; }

td,
th {
  padding: 10px; }

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

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

h3 {
  font-size: 30px;
  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; }

h1,
h2 {
  line-height: 1.2em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  color: #084e9f;
  line-height: 1.3em; }

p {
  font-size: 20px;
  line-height: 30px;
  color: #636466;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 15px; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #289e5c; }

textarea {
  resize: none; }

button {
  cursor: pointer;
  border: none; }

button:focus {
  outline: none; }

.clearfix:after {
  clear: both; }

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

.clear {
  clear: both; }

.visible-xs {
  display: none; }

.visible-lg {
  display: block; }

.inline-block {
  display: inline-block; }

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

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

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

.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; }

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

.container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.container2 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%; }

/* ======= Page ======== */
.section.page {
  padding: 40px 0; }

.section.page .form-wrap {
  padding-top: 30px; }

.section.page .form-wrap .half input {
  width: 50%; }

/* ======= Page ======== */
.count {
  padding: 10px 15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  background-color: #084e9f;
  display: inline-block; }

.section .title {
  margin-bottom: 40px; }
  .section .title hr {
    border: none;
    height: 4px;
    width: 60px;
    margin: 20px 0;
    background-color: #084e9f; }
    .section .title hr.center {
      margin: 20px auto; }

.section .title.or h4,
.section .title.or h2,
.section .title.or p {
  margin-bottom: 0; }

.section .title h1, .section .title h2, .section .title h3 {
  font-size: 30px;
  line-height: 47px;
  font-weight: 400;
  color: #231f20;
  letter-spacing: 5px;
  font-family: "Lato", sans-serif; }
  .section .title h1 span, .section .title h2 span, .section .title h3 span {
    font-weight: 300;
    display: block; }

.section .title.black h1, .section .title.black h2, .section .title.black h3 {
  color: #084e9f; }

.section .title.rb h1, .section .title.rb h2, .section .title.rb h3, .section .title.rb p {
  font-family: "Lato", sans-serif; }

.section .title h4 {
  color: #636466;
  font-size: 30px;
  line-height: 47px;
  font-weight: 500; }

.section .title p {
  font-size: 20px;
  line-height: 30px;
  color: #636466; }

.section .title a.btn {
  margin-top: 20px; }

.section .title .content {
  width: 75%;
  margin: 0 auto; }

.section .title.h {
  margin-bottom: 0; }
  .section .title.h h1, .section .title.h h2, .section .title.h h3 {
    margin-bottom: 0; }

.section ul li {
  list-style: none;
  font-family: "Lato", sans-serif;
  position: relative;
  padding-left: 18px; }

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

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

.section .check ul li:before {
  content: '';
  width: 13px;
  height: 10px;
  position: absolute;
  left: 0;
  background-color: transparent;
  background-repeat: none;
  background-image: url("assets/images/li.png") !important;
  top: 12px; }

.section .check ul li {
  font-size: 18px;
  line-height: 35px; }

.section li {
  font-size: 20px;
  line-height: 30px;
  color: #636466;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

/* $triatery:#00a76d; */
/*========== Buttons Form ===========*/
.btn {
  padding: 10px 30px;
  cursor: pointer;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  letter-spacing: 2px;
  border-color: transparent;
  -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 .3s ease-in 0s; }

.btn:hover {
  box-shadow: 0 15px 20px rgba(1, 124, 193, 0.3);
  transform: translateY(3px); }

.default-btn {
  background-color: transparent;
  color: #289e5c;
  border-color: #289e5c; }

.default-btn:hover {
  background-color: #289e5c;
  color: #ffffff; }

.default-sec-btn {
  background-color: transparent;
  color: #289e5c;
  border-color: #289e5c; }

.default-sec-btn:hover {
  background-color: #289e5c;
  color: #ffffff; }

.primary-btn {
  background-color: #289e5c;
  color: #ffffff;
  border-color: #289e5c; }

.primary-btn:hover {
  background-color: transparent;
  color: #289e5c;
  border-color: #289e5c; }

.secondary-btn {
  background-color: #084e9f;
  color: #ffffff;
  border-color: #084e9f; }

.secondary-btn:hover {
  background-color: transparent;
  color: #084e9f;
  border-color: #084e9f; }

.white-btn {
  background-color: #ffffff;
  color: #289e5c;
  border-color: #ffffff; }

.white-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff; }

.white-btn.trs {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff; }

.white-btn.trs:hover {
  background-color: #ffffff;
  color: #084e9f;
  border-color: #ffffff; }

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

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

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

.form-group {
  margin-bottom: 10px;
  position: relative;
  padding: 0 7px; }
  .form-group:last-child {
    margin-bottom: 0; }

.form-group .form-control {
  background-color: transparent;
  border: none;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #636466;
  padding: 10px 15px;
  width: 100%;
  position: relative;
  font-weight: 500;
  box-shadow: 0 0 12px #d9d9d9; }

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

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

.form-group label {
  display: block;
  font-family: "Lato", sans-serif;
  color: #636466;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 14px; }

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

.form-group > span > svg {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #289e5c; }

.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; }

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

.submit-btn {
  cursor: pointer;
  padding: 10px 35px;
  text-align: center;
  font-size: 17px;
  line-height: 27px;
  font-family: "Lato", sans-serif;
  width: 180px;
  text-transform: uppercase;
  border-color: #289e5c;
  margin-top: 20px; }
  .submit-btn.left {
    float: left;
    color: #ffffff; }

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

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

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

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

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

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

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

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

/* $triatery:#00a76d; */
/* ============== 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: #ffffff; }

.header .top-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0 0;
  justify-content: space-between; }

.header .top-wrap .left-wrap {
  width: 520px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.header .top-wrap .right-wrap {
  width: 158px;
  text-align: right;
  position: relative; }

.header .top-wrap .left-wrap .logo {
  width: 300px;
  padding: 9px 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;
  /* span{
        font-family: $primaryfont;
        font-weight: 700;
        margin-top: 5px;
        display: block;
        font-size: 16px;
        line-height: 20px;
    } */ }

.header .top-wrap .right-wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between; }

.header .top-wrap .tagline {
  width: 205px;

  border-left: 1px solid #000;
  padding: 5px 0 5px 20px;
}
  .header .top-wrap .tagline p {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color: #1d4361;
    margin-bottom: 0; }

.phone-number a {
  color: #636466;
  font-weight: 700;
  font-size: 18px;
  font-family: "Lato", sans-serif; }
  .phone-number a span {
    font-weight: 600; }

.phone-number a svg {
  margin-left: 10px;
  font-size: 28px;
  background: #ffffff;
  padding: 0 5px 5px 5px;
  color: #084e9f;
  vertical-align: middle; }

.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;
  width: 100%; }
  .header .main-menu.scroll-to-fixed-fixed {
    background-color: #289e5c; }
    .header .main-menu.scroll-to-fixed-fixed .nav #menu > li > a {
      color: #ffffff; }

/* .nav{position: relative;}
.nav .menu.scroll-to-fixed-fixed:after {
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    width: 20px;
    right: -20px;
    top: 0;
    background: $primary;
} */
.nav ul#menu {
  margin: 0;
  position: relative;
  text-align: center;
  display: inline-block; }

.nav #menu > li {
  position: relative;
  z-index: 6666;
  display: inline-block;
  text-align: center;
  padding-right: 100px; }
  .nav #menu > li:last-child {
    padding-right: 0; }

.nav #menu > li:first-child a {
  padding-left: 0; }

.nav #menu > li:last-child a {
  padding-right: 0; }

.nav #menu > li > a {
  color: #636466;
  padding: 10px 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  position: relative; }

.nav #menu > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  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: #084e9f;
  /*  background-color: $primary; */ }

.nav #menu > li.current-menu-item > a,
.nav #menu > li > a.active,
.nav #menu > li.current-menu-parent > a {
  font-weight: 600;
  /* background-color: $primary;
  color:$white; */ }

.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: #289e5c; }

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

.nav #menu > li > ul ul {
  display: none;
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  min-width: 207px;
  background: #084e9f; }

/* .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;
  position: relative; }

.nav #menu > li > ul > li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  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;
	background-color: #084e9f;
  border-bottom: 1px solid #000000;
  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:#289e5c;
  text-decoration: none;
  color: #ffffff; }

.nav #menu > li > a.btn.primary-btn {
  color: #ffffff;
  padding: 10px 20px; }

.nav #menu > li > a.btn.primary-btn:hover {
  color: #636466; }

.menu-btn {
  border: 2px solid #289e5c;
  background-color: #289e5c;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  height: 36px;
  margin-top: 0;
  position: absolute;
  top: 60px;
  right: 5px;
  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 #ffffff;
  border-top: 4px solid #ffffff;
  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: #ffffff; }

/* ============== Header ================= */
/* $triatery:#00a76d; */
/* ========slider============= */
.bgImage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

#home-slider {
  background-color: transparent; }
  #home-slider .bgImage .layer {
    background-color: rgba(0, 0, 0, 0.5); }

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

#home-slider .slick-list {
  line-height: 0; }

#home-slider.slick-dotted.slick-slider {
  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 {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

#home-slider .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(96deg, rgba(255, 255, 225, 0) 10%, rgba(0,0,0,0.8) 100%);
}


.slider-content {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 2;
  color: #ffffff;
  width: 50%;
  z-index: 9999; }

.slider-content .content {
  margin: 0;
  position: relative;
  text-align: left; }

.slider-content .content h1 {
  font-size: 58px;
  line-height: 58px;
  color: #ffffff;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  animation: fadeOutUp 0.90s both; }
  .slider-content .content h1 span {
    font-weight: 700;
    animation: fadeOutDown 0.90s both; }

.slider-content .content h6 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  line-height: 57px;
  font-weight: 300; }
  .slider-content .content h6 span {
    font-weight: 700; }

.slider-content .content p {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin: 0 0 20px;
  animation: fadeOutUp 0.90s both; }

.slider-content .content .links {
  margin-top: 40px; }
  .slider-content .content .links a.btn {
    font-size: 16px;
    line-height: 26px;
    margin-right: 20px;
    padding: 15px 45px;
    animation-delay: 1.5s;
    animation: fadeOutUp 0.98s both; }
    .slider-content .content .links a.btn:last-child {
      margin-right: 0; }

#home-slider .item.slick-active .slider-content .content h1 {
  animation: fadeInDown 0.90s both 0.90s; }
  #home-slider .item.slick-active .slider-content .content h1 span {
    animation: fadeInUp 0.90s both 0.90s; }

#home-slider .item.slick-active .slider-content .content p {
  animation: fadeInDown 0.90s both 0.90s; }

#home-slider .item.slick-active .slider-content .content .links a.btn {
  animation: fadeIn 0.98s both 0.98s;
  animation-delay: 1.5s; }

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

.slick-next {
  right: 0; }

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

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

#home-slider .slick-prev,
#home-slider .slick-next {
  font-size: 30px;
  line-height: 28px;
  width: auto;
  height: auto;
  color: #ffffff;
  top: 50%;
  bottom: auto;
  display: none !important; }

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

#home-slider .slick-dots {
  bottom: 40px; }

#home-slider .slick-dots {
  display: block;
  position: absolute;
  bottom: 30px;
  width: 100%; }

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

#home-slider .slick-dots li button {
  font-size: 10px;
  height: 10px;
  width: 10px;
  background-color: #636466;
  border: none;
  border-radius: 50%;
  margin-top: 5px; }

#home-slider .slick-dots li.slick-active button,
#home-slider .slick-dots li:hover button {
  background-color: transparent;
  border: none; }

#home-slider .slick-dots li.slick-active button:after,
#home-slider .slick-dots li:hover button:after {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px !important;
  top: 3px;
  left: 3px;
  right: 0px;
  bottom: 0;
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #289e5c; }

.hero-wrapper {
  position: relative; }
  .hero-wrapper .container {
    max-width: 95%;
    width: 95%;
    padding: 0;
    margin: 0 auto; }
    .hero-wrapper .container .layer {
      padding: 120px 0;
      background-color: rgba(0, 0, 0, 0.5); }

.hero-wrapper .content {
  padding: 100px 0;
  text-align: center; }

.hero-wrapper .content .title {
  margin-bottom: 0; }

.hero-wrapper .content a.btn {
  margin-top: 20px; }

.hero-wrapper .content h1,
.hero-wrapper .content h6,
.hero-wrapper .content p,
.hero-wrapper .content span,
.hero-wrapper .content a {
  font-family: "Lato", sans-serif;
  color: #231f20; }

.hero-wrapper .content a.btn {
  color: #ffffff; }

.hero-wrapper .content h1 {
  font-size: 68px;
  line-height: 68px;
  font-weight: 700;
  text-transform: uppercase; }

.hero-wrapper .content h6 {
  font-size: 34px;
  line-height: 57px;
  font-weight: 300; }

.hero-wrapper .content p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700; }

.about-us-team .title {
  background-color: #939598;
  padding: 20px 0; }
  .about-us-team .title h1, .about-us-team .title h2, .about-us-team .title h3 {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 30px; }

.about-us-team .team-row {
  display: flex;
  align-items: initial;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center; }
  .about-us-team .team-row .team-col {
    display: flex;
    align-items: initial;
    flex-flow: row;
    justify-content: space-around;
    width: 25%;
    height: 415px;
    min-height: 415px;
    /* &:nth-child(odd){.t-icon{background-color: transparentize($quatro, 0.2);}}
            &:nth-child(even){
              
                .t-icon{
                    background-color: transparentize($white, 0.2);
                    .t-text{
                        h4{color:$primary;}
                    }
                }
            } */ }
    .about-us-team .team-row .team-col .t-icon {
      height: 100%;
      width: 100%;
      padding: 0;
      line-height: 200px;
      transition: 0.3s ease-in-out;
      overflow: hidden;
      background: linear-gradient(179deg, rgba(255, 255, 255, 0.1) 0%, rgba(175, 173, 174, 0.2) 60%, rgba(114, 112, 113, 0.2) 80%, rgba(34, 32, 33, 0.9) 100%);
      background-blend-mode: multiply;
      position: relative; }
      .about-us-team .team-row .team-col .t-icon:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 10px;
        background-color: #ffffff;
        left: 0;
        right: 0;
        width: 40%;
        margin: 0 auto; }
      .about-us-team .team-row .team-col .t-icon .t-text {
        text-align: center; }
        .about-us-team .team-row .team-col .t-icon .t-text h4 {
          color: #ffffff;
          font-size: 19px;
          line-height: 22px;
          font-weight: 700;
          transform: translateY(345px);
          transition: 0s ease-in-out; }
          .about-us-team .team-row .team-col .t-icon .t-text h4 span {
            display: block; }
        .about-us-team .team-row .team-col .t-icon .t-text p {
          font-size: 18px;
          color: #ffffff;
          line-height: 30px;
          margin-bottom: 0;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          padding: 0 18%; }
        .about-us-team .team-row .team-col .t-icon .t-text p {
          opacity: 0;
          display: none;
          padding: 0 18%; }
        .about-us-team .team-row .team-col .t-icon .t-text span.btn {
          opacity: 0;
          display: none; }
    .about-us-team .team-row .team-col:hover .t-icon {
      background-color: transparent;
      transition: 0.3s ease-in-out;
      animation-delay: .3s; }
      .about-us-team .team-row .team-col:hover .t-icon a {
        display: block;
        height: 100%; }
      .about-us-team .team-row .team-col:hover .t-icon .t-text {
        padding: 20px;
        height: 100%;
        background-color: rgba(1, 124, 193, 0.5);
        transition: 0.4s ease-in-out; }
        .about-us-team .team-row .team-col:hover .t-icon .t-text h4 {
          color: #ffffff;
          transform: translateY(20px);
          transition: 0s ease-in-out; }
        .about-us-team .team-row .team-col:hover .t-icon .t-text p {
          padding: 0 18%;
          animation: fade-In;
          transform: translateY(20px);
          transition: 0.3s ease-in-out;
          opacity: 1;
          display: block; }
        .about-us-team .team-row .team-col:hover .t-icon .t-text span.btn {
          animation: fade-In;
          transform: translateY(20px);
          transition: 0.3s ease-in-out;
          opacity: 1;
          display: block;
          width: 180px;
          margin: 20px auto 0;
          letter-spacing: 2px; }

/* $triatery:#00a76d; */
/* ========= Testimonials ========= */
.section.testimonials .overlay {
  background-color: rgba(255, 209, 3, 0.5);
  padding: 100px 0; }

.testimonials .content {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.testimonials .content img {
  margin: 0 auto; }

#testimonial {
}

#testimonial ul li:before {
  content: none; }

#testimonial .slick-list::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  /* background-color: rgba(109, 110, 113, 0.85); */ }

#testimonial .item .content {
  width: 74%;
  padding: 0 0;
  font-family: "Lato", sans-serif; }

.testimonials .title h2 {
  color: #ffffff; }

.testimonials span {
  background-color: #289e5c;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  margin-bottom: -80px;
  top: 10px;
  display: inline-block;
  color: #ffffff; }

#testimonial .item .content p {
  font-size: 21px;
  line-height: 31px;
  font-style: italic;
  color: #ffffff; }

#testimonial .item .content cite {
  margin-top: 30px;
  display: inline-block;
  font-size: 20px;
  color: #ffffff; }

#testimonial .slick-prev,
#testimonial .slick-next,
.slider-for .slick-prev,
.slider-for .slick-next {
  background-color: transparent;
  height: auto;
  width: auto;
  -webkit-transition: opacity 0.1s ease-in 0s;
  -moz-transition: opacity 0.1s ease-in 0s;
  -o-transition: opacity 0.1s ease-in 0s;
  transition: opacity 0.1s ease-in 0s;
  z-index: 1; }

#testimonial .slick-prev:hover,
#testimonial .slick-next:hover {
  transition: .3s; }

#testimonial .slick-prev {
  left: 40px; }

#testimonial .slick-next {
  right: 40px; }

/* $triatery:#00a76d; */
.single-post .section.inner-page {
  padding: 40px 0 0 0; }

.page-template-steps .section.inner-page {
  padding: 40px 0 0px 0; }

.section.inner-page {
  padding: 40px 0;
  /*row*/ }
.section.inner-page .title h1 {
    font-size: 40px;
    letter-spacing: 1px;
}
  .section.inner-page a {
    font-weight: 700; }
  .section.inner-page .content {
    width: 100%; }
  .section.inner-page .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: left; }
  .section.inner-page .row {
    margin-bottom: 30px;
    overflow: hidden; }
    .section.inner-page .row .title {
      margin-bottom: 20px; }
      .section.inner-page .row .title hr {
        margin: 10px 0; }
      .section.inner-page .row .title h2 {
        margin: 0; }
    .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.width50 img,
      .section.inner-page .row .rightCont.width50 img {
        width: 100%; }
    .section.inner-page .row .leftCont.width60,
    .section.inner-page .row .rightCont.width60 {
      width: 58%; }
      .section.inner-page .row .leftCont.width60 img,
      .section.inner-page .row .rightCont.width60 img {
        width: 100%; }
    .section.inner-page .row .leftCont.width40,
    .section.inner-page .row .rightCont.width40 {
      width: 38%; }
      .section.inner-page .row .leftCont.width40 img,
      .section.inner-page .row .rightCont.width40 img {
        width: 100%; }
    .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.grid2 > div img {
        width: 100%; }
    .section.inner-page .row .imgBlock.grid3 > div {
      width: 32.3%;
      margin-bottom: 40px; }
    .section.inner-page .row .imgBlock.grid3 > div.text img {
      width: 100%; }
    .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 > div:nth-of-type(2) {
      margin: 0 1% 40px; }
    .section.inner-page .row .imgBlock.grid3 a > h4 {
      margin: 10px 0;
      font-size: 24px;
      color: #000000;
      font-weight: 400; }
    .section.inner-page .row .box-grid {
      display: flex;
      flex-flow: row wrap; }
      .section.inner-page .row .box-grid > div {
        display: inline-block;
        vertical-align: top; }
      .section.inner-page .row .box-grid.grid-3 > div {
        width: 31%;
        position: relative;
        min-height: auto;
        margin: 3% auto; }
        .section.inner-page .row .box-grid.grid-3 > div .img {
          margin-bottom: 10px; }

/* innerpage */
/* $triatery:#00a76d; */
/* ====== Expertise Page ====== */
.section.learn-work {
  padding: 100px 0 50px;
  overflow: hidden;
  width: 100%; }

.section.learn-work .content {
  display: flex;
  flex-flow: row;
  width: 100%;
  align-items: center;
  justify-content: space-between; }

.expertise-wrap {
  padding: 100px 0; }

.expertise-wrap.grader .row.capability {
  align-items: center;
  justify-content: center; }

.expertise-wrap.grader .row.capability .expertise {
  width: 13.4%;
  margin: 0 0.5% 1%;
  padding: 10px 15px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 164px;
  width: 153px; }

.expertise-wrap.grader .row.capability .expertise h4 {
  text-transform: none;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400; }

.expertise-wrap.grader .row.capability .expertise:after {
  content: none; }

.expertise-wrap.grader .row.capability .expertise:before {
  content: none; }

.expertise-wrap .row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -5px; }

.expertise-wrap .row .expertise {
  width: 23.5%;
  margin: 0 2% 0 0;
  padding: 40px 20px 70px;
  position: relative;
  background-color: #f0f0f0; }
  .expertise-wrap .row .expertise.nav {
    padding-bottom: 0;
    background-color: #fff;
    padding: 0 0 40px; }
    .expertise-wrap .row .expertise.nav .expertise-div {
      padding: 40px 20px 70px;
      width: 100% !important;
      background-color: #f0f0f0;
      width: 100% !important; }
      .expertise-wrap .row .expertise.nav .expertise-div img {
        margin: 0 auto; }
      .expertise-wrap .row .expertise.nav .expertise-div span.btn.ar {
        bottom: 0; }

.expertise-wrap .row .expertise:last-child {
  margin-right: 0; }

.expertise-wrap .row .expertise:last-child:after {
  content: none; }

.expertise-wrap .expertise .title hr {
  margin: 10px 0; }

.expertise-wrap .expertise h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #084e9f;
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }

.expertise-wrap .row .expertise p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #2a2a2a;
  font-weight: 500;
  margin-bottom: 20px; }

.expertise-wrap .row .expertise span.btn.ar {
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0; }

.section.expertise-wrap ul {
  margin-bottom: 0;
  padding-left: 0; }

.section.expertise-wrap ul li {
  padding-left: 0;
  font-size: 13px;
  line-height: 35px; }

.section.expertise-wrap ul li:before {
  content: none; }

.section.expertise-wrap ul li:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto; }

.section.expertise-wrap ul li:last-child:after {
  content: none; }

/* $triatery:#00a76d; */
/* ======= gallery-wrapper ======== */
/* .gallery-wrapper.bgImage{
    .title {h1,h2,h3{color:$white;}}
    .gallery-grid .grid .content{
        .title{hr{margin: 0 auto 20px;}}
    }
    .gallery-grid .grid .content h4,
    .gallery-grid .grid .content p{
        color:$white;
    }
    .gallery-grid .grid .content h2{margin-bottom: 0;}
} */
.gallery-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 60px 0 60px; }

.gallery-grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  display: flex;
  flex-flow: row wrap; }

.gallery-grid.team .mix {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding-bottom: 40px; }

.gallery-grid.team figure.effect-steve.grey:hover .profile-img img {
  width: 100%;
  filter: grayscale(0);
  transition: 0.3s all ease-in-out; }

.gallery-grid.team figure.effect-steve.grey .profile-img img {
  filter: grayscale(100%);
  transition: 0.3s all ease-in-out; }

.gallery-grid.team .profile-img img {
  width: 100%; }

.gallery-grid.team .portfolio-text {
  padding: 2.5rem;
  text-align: left; }
  .gallery-grid.team .portfolio-text .team_name {
    margin-bottom: 20px; }
    .gallery-grid.team .portfolio-text .team_name h4 {
      color: #084e9f;
      margin-bottom: 0; }
    .gallery-grid.team .portfolio-text .team_name h5 {
      color: #231f20;
      margin-bottom: 0; }
  .gallery-grid.team .portfolio-text span.btn {
    padding: 10px 15px;
    position: absolute;
    bottom: 20px; }

.gallery-grid .mix,
.gallery-grid .gap {
  display: inline-block;
  vertical-align: top; }

.gallery-grid .mix {
  margin: 1rem;
  position: relative;
  box-sizing: border-box;
  background-size: cover;
  overflow: hidden;
  background-position: top center;
  padding-bottom: 80px; }

.gallery-grid .mix:hover {
  box-shadow: 0 0px 16px rgba(1, 124, 193, 0.3); }

.gallery-grid .mix img {
  vertical-align: top; }

.gallery-grid .grid.hv.fadeInRight {
  animation-duration: 2s;
  animation-name: fadeInRight; }

.gallery-grid .grid.hv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 12px solid rgba(1, 124, 193, 0.3);
  opacity: .5;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 200ms;
  transition: all 200ms; }

.gallery-grid .grid.hv:hover:after {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.gallery-grid .grid .image img {
  width: 100%; }

.gallery-grid .grid .image.cl {
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.gallery-grid .grid .image.cl img {
  width: 100%;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.gallery-grid .grid:hover .image.cl {
  background-image: none !important;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.gallery-grid .grid:hover .image.cl img {
  opacity: 1;
  height: 100%;
  width: 100%;
  -webkit-transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.gallery-grid .grid .content {
  color: #000000;
  padding: 40px 30px 0px 30px;
  text-align: center; }

.gallery-grid .grid .content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #636466;
  font-family: "Lato", sans-serif; }

.gallery-grid .grid .content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400; }

.gallery-grid .content span.btn,
.gallery-grid .content a.btn {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 195px;
  text-align: center;
  margin: 0 auto; }

/* 1 Columns */
.gallery-grid .mix,
.gallery-grid .gap {
  width: calc(100%/1 - (((1 - 1) * 1rem) / 1)); }

/* 2 Columns */
@media screen and (min-width: 401px) {
  .gallery-grid .mix,
  .gallery-grid .gap {
    width: calc(100%/2 - (((2 - 1) * 5rem) / 2)); } }

/* 3 Columns */
@media screen and (min-width: 768px) {
  .gallery-grid .mix,
  .gallery-grid .gap {
    width: calc(100%/3 - (((3 - 1) * 4rem) / 3)); } }

@media screen and (min-width: 768px) {
  .page-template-case_study_new .gallery-grid.case-grid .mix,
  .page-template-case_study_new .gallery-grid.case-grid .gap {
    width: calc(100%/2 - (((2 - 1) * 4rem) / 2)); } }

.section.gallery-wrapper a {
  text-decoration: none;
  color: #636466; }

.gallery-wrapper .controls {
  text-align: center;
  margin-bottom: 50px; }

.gallery-wrapper .control {
  position: relative;
  background-color: #289e5c;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  color: white;
  border: 1px solid #289e5c;
  transition: background 150ms;
  margin-bottom: 20px; }

.gallery-wrapper .mixitup-control-active {
  background-color: #000000;
  border-color: #000000; }

/* $triatery:#00a76d; */
/* ============== Blog Page ================================= */
.section.blog-door {
  padding: 100px 0;
  background-color: #f2f3f3; }

.blog-content .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

.blog-content .row .cont-blog {
  width: 31%;
  margin-right: 3%;
  position: relative; }

.blog-content .row .cont-blog .cont-blog-text {
  padding-bottom: 40px; }
  .blog-content .row .cont-blog .cont-blog-text h5 {
    font-size: 21px;
    line-height: 24px;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding: 0 35px;
    margin: 20px 0; }
  .blog-content .row .cont-blog .cont-blog-text p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400; }

.blog-content .row .cont-blog .btn.default-btn {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  margin: 0 auto; }

.blog-content .row .cont-blog .img {
  min-height: 241px;
  height: 241px; }

.blog-content .row .cont-blog:last-child {
  margin-right: 0; }

.blog-posts {
  padding: 60px 0; }

.blog-posts .post {
  overflow: hidden;
  margin: 0 auto 35px auto;
  width: 750px; }

.blog-posts .post-content {
  width: 100%;
  padding: 40px 20px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box; }

.blog-posts .post-date {
  margin: 10px 0; }

.blog-posts .post-date a {
  color: #000000;
  font-size: 14px;
  font-family: "Lato", sans-serif; }

.blog-posts .post-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000000; }

.blog-posts .post-content a.btn {
  margin-top: 20px; }

.blog-wrapper {
  padding: 70px 0;
  overflow: hidden;
  width: 100%;
  background-color: #ffffff; }

.blog-wrapper .left-wrap {
  float: left;
  width: 70%; }

.blog-wrapper .right-wrap {
  float: right;
  padding-left: 3%;
  width: 30%; }

.blog-wrapper .post-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 0 2px #e5e5e5;
  padding: 0px;
  border-bottom: 2px solid #289e5c; }

.blog-wrapper .post-img {
  width: 270px;
  float: left;
  margin-bottom: 0;
  max-height: 240px; }

.blog-wrapper .post-info {
  width: 70%;
  float: right;
  padding-top: 10px;
  margin-right: 10px; }

.blog-wrapper .container {
  max-width: 1020px; }

.blog-wrapper .post-info h5 a {
  font-size: 28px;
  line-height: 35px;
  color: #289e5c;
  font-weight: 500;
  letter-spacing: 1px; }

.read-more {
  margin: 10px 0;
  display: block; }

.post-info .read-more {
  display: inline-block;
  float: right; }

.addtoany_content {
  display: inline-block; }

/* $triatery:#00a76d; */
/* ===================================== */
/* =========== Contact Page ============ */
/* ===================================== */
.section.form {
  padding: 0; }

.section.form .overlay {
  background-color: rgba(255,255,255,0.8);
  padding: 80px 0; }
.section.form.bgImage {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.section.form .overlay .row {
  display: flex;
  width: 100%;
  flex-flow: wrap; }

.section.form .overlay .row > div {
  width: 100%; }

.section.form .overlay .row .left .form {
  width: 100%;
  padding: 20px 20px 0 20px; }

.section.form .overlay .row .right {
  padding-left: 20px; }

.section.form .overlay .right-wrap .form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 60px 0 0 60px; }

.section.form .contact-row {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: start;
  justify-content: space-between; }
  .section.form .contact-row > div {
    width: 50%; }
  .section.form .contact-row .left-wrap .flogo {
    width: 300px;
    padding: 20px 0;
}
  .section.form .contact-row .left-wrap .flogo .tagline {
    text-align: center;

}
.section.form .contact-row .left-wrap .flogo .tagline p{ font-weight: 700;
    color: #1d4361;}
  .section.form .contact-row .left-wrap .title {
    width: 500px; }
    .section.form .contact-row .left-wrap .title hr {
      height: 10px;
      background-color: #d89c3c;
      width: 150px; }
    .section.form .contact-row .left-wrap .title h2 {
      font-size: 56px;
      line-height: 56px;
      font-family: "Lato", sans-serif;
      font-weight: 400; }
      .section.form .contact-row .left-wrap .title h2 span {
        color: #000000; }
    .section.form .contact-row .left-wrap .title p {
      font-size: 30px;
      line-height: 40px;
      color: #000000; }
  .section.form .contact-row .right-wrap .title {
    margin-bottom: 30px; }
    .section.form .contact-row .right-wrap .title h3 {
      text-transform: uppercase;
      color: #084e9f;
      letter-spacing: 3px; }
  .section.form .contact-row .row-add {
    display: block;
    width: 100%;
    padding: 40px 0; }
    .section.form .contact-row .row-add .col-add {
      margin-bottom: 40px; }
      .section.form .contact-row .row-add .col-add:last-child {
        margin-bottom: 0; }
      .section.form .contact-row .row-add .col-add h4 {
        color: #084e9f; }
      .section.form .contact-row .row-add .col-add .phone {
        display: flex;
        width: 100%;
        flex-flow: row wrap;
        align-items: start;
        justify-content: start; }
        .section.form .contact-row .row-add .col-add .phone a {
          font-weight: 400; }
        .section.form .contact-row .row-add .col-add .phone p {
          margin-bottom: 0; }
		.section.form .contact-row .row-add .col-add .phone a {
          font-size: 20px; }
        .section.form .contact-row .row-add .col-add .phone .icon {
          padding-right: 10px; }
        .section.form .contact-row .row-add .col-add .phone svg {
          color: #084e9f;
          font-size: 18px;
          background: transparent;
          padding: 0 0; }

.section.form .overlay .form {
  margin: 0 auto;
  background: #ffffff;
  padding: 20px 60px;
  -webkit-box-shadow: 0px 5px 15px #a2a2a2;
  -moz-box-shadow: 0px 5px 15px #a2a2a2;
  box-shadow: 0px 5px 15px #a2a2a2; }

.section.form .section-title {
  text-align: center;
  margin-bottom: 50px; }

.section.form .title p {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  color: #878786; }

/* -----footer----- */
.contact-wrapper {
  background-color: #ffffff;
  padding: 0; }

.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: 482px;
  width: 100%; }

/* ===== client Stories ===== */
.section.client-stories {
  position: relative;
  margin-top: 0;
  padding: 60px 0 40px; }

.client-stories .story-panel.grid-2 {
  display: flex;
  flex-flow: row wrap;
  justify-self: space-between; }

.client-stories .story-panel.grid-2 .grid {
  width: 48%;
  margin: 0 1%;
  background-color: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 80px;
  margin-bottom: 10px; }

.client-stories .story-panel.grid-3 {
  display: flex;
  flex-flow: row wrap; }
  .client-stories .story-panel.grid-3.jc {
    justify-content: center; }

.section.client-stories.index .story-panel .grid {
  padding-bottom: 0;
  margin-bottom: 40px; }
  .section.client-stories.index .story-panel .grid .image.cs {
    height: 250px; }

.section.client-stories.index .story-panel .content {
  background-color: #084e9f; }
  .section.client-stories.index .story-panel .content h1, .section.client-stories.index .story-panel .content h2, .section.client-stories.index .story-panel .content h3, .section.client-stories.index .story-panel .content h4 {
    color: #ffffff; }

.client-stories .story-panel.grid-3 .grid {
  width: 32%;
  background-color: #ffffff;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 80px;
  margin-bottom: 10px; }

.client-stories.index .story-panel.grid-4 {
  display: flex;
  flex-flow: row wrap; }
  .client-stories.index .story-panel.grid-4.jc {
    justify-content: center; }
  .client-stories.index .story-panel.grid-4 .grid {
    width: 23%;
    background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-right: 2%; }
    .client-stories.index .story-panel.grid-4 .grid:nth-child(4n+4) {
      margin-right: 0; }
    .client-stories.index .story-panel.grid-4 .grid .image.cs {
      height: 184px; }
    .client-stories.index .story-panel.grid-4 .grid .title {
      margin-bottom: 0; }
      .client-stories.index .story-panel.grid-4 .grid .title h3 {
        margin-bottom: 0; }

.client-stories .story-panel.grid-3 .grid:nth-child(3n+2) {
  margin: 0 2% 10px; }

.client-stories .story-panel .grid .image.cs {
  overflow: hidden; }

.client-stories .story-panel .grid .image.cs img {
  transition: transform 400ms;
  /* Animation */
  width: 100%; }

.client-stories .story-panel .grid:hover .image.cs img {
  transform: scale(1.5);
  overflow: hidden; }

.client-stories .story-panel .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 260px;
  width: 100%;
  overflow: hidden; }

.client-stories .story-panel .content {
  color: #000000;
  padding: 20px 20px; }

.client-stories .story-panel .grid:hover {
  transition: 0.3s ease-in-out;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

.client-stories .story-panel .content .title {
  margin-bottom: 20px; }
  .client-stories .story-panel .content .title hr {
    margin: 10px 0; }

.client-stories .story-panel .content .title h4 {
  font-size: 20px;
  line-height: 30px;
  color: #289e5c;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif; }

.client-stories .story-panel .content ul {
  padding-left: 0; }

.client-stories .story-panel .content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400; }

.client-stories .story-panel .content span.btn,
.client-stories .story-panel .content a.btn {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 180px;
  text-align: center;
  margin: 0 auto; }

/* ===== client Stories ===== */
.section.custom-steel {
  padding: 100px 0 60px;
  position: relative; }

.custom-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .custom-row > div {
    overflow: hidden; }
  .custom-row .left-wrap {
    width: 50%; }
    .custom-row .left-wrap .title {
      margin-bottom: 0; }
      .custom-row .left-wrap .title h1, .custom-row .left-wrap .title h2, .custom-row .left-wrap .title h3 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: normal; }
    .custom-row .left-wrap .content {
      float: right; }
      .custom-row .left-wrap .content h4 {
        margin-bottom: 0; }
      .custom-row .left-wrap .content p {
        font-size: 18px;
        line-height: 22px; }
  .custom-row .right-wrap {
    width: 50%;
    padding: 0 0 40px 0; }
    .custom-row .right-wrap h4 {
      margin-bottom: 0; }
    .custom-row .right-wrap p {
      margin-bottom: 0; }
    .custom-row .right-wrap .rimage {
      position: relative; }
      .custom-row .right-wrap .rimage .image {
        height: 270px;
        width: 270px; }

.section.about-wrap {
  padding: 0 0 60px; }
  .section.about-wrap .inner-page {
    padding: 60px 0 0; }
    .section.about-wrap .inner-page .space {
      padding: 40px 0; }
    .section.about-wrap .inner-page .row {
      margin-bottom: 0; }
      .section.about-wrap .inner-page .row .leftCont.width50, .section.about-wrap .inner-page .row .rightCont.width50 {
        text-align: left; }
        .section.about-wrap .inner-page .row .leftCont.width50 img, .section.about-wrap .inner-page .row .rightCont.width50 img {
          width: auto; }

.section.about-steel .overlay {
 background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, rgba(255,255,255,0.8) 65%) ;
padding: 100px 0;
}
  
  .section.about-steel .overlay.blue {
    background: rgba(1, 124, 193, 0.5);
    background-image: linear-gradient(270deg, rgba(1, 124, 193, 0.5) 20%, rgba(40, 159, 91, 0.5) 65%); }
    .section.about-steel .overlay {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 20%, rgba(255,255,255,0.9) 65%);
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 
              0 6px 20px rgba(0, 0, 0, 0.15);
}
.overlay.blue:after {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -20px;
    box-shadow: inset 0 0 500px rgba(255, 255, 255, .4);
    z-index: -1;
}
.section.about-steel .overlay.blue .div-wrap {
    position: relative;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5), 
              0 6px 20px rgba(0, 0, 0, 0.30);
    border-radius: 16px;
	background-color: rgba(255,255,255,0.5);

}
.section.about-steel .overlay.blue .div-wrap:after {
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -20px;
    border-radius: 16px;
    box-shadow: inset 0 0 500px rgba(255, 255, 255, .5);
    filter: blur(20px);
    z-index: -1;
}

.about-steel .title {
  margin-bottom: 0; }
  .about-steel .title.rb h1, .about-steel .title.rb h2, .about-steel .title.rb h3, .about-steel .title.rb h4, .about-steel .title.rb p {
    font-family: "Lato", sans-serif !important; }
.about-steel .title.bl h2, .about-steel .title.bl h3,
.about-steel .row .div-wrap .lr .title.bl p, .about-steel .title.bl p{color:#231f20;}
  .about-steel .title h2, .about-steel .title h3 {
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400; }
  .about-steel .title h3 {
    font-size: 30px;
    line-height: 34px; }
  .about-steel .title h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px; }
  .about-steel .title p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500; }

.about-steel .fullwidthtxt {
  width: 100%; }

.about-steel .row {
  display: flex;
  flex-flow: row; }
  .about-steel .row.content-left {
    justify-content: flex-start; }
  .about-steel .row.content-right {
    justify-content: flex-end; }
  .about-steel .row .div-wrap {
    width: 540px; }
.about-steel .row .div-wrap.fullwidth {
    width: 100%; }
    .about-steel .row .div-wrap .lr {
      background-color: transparent; }
      .about-steel .row .div-wrap .lr p {
        color: #ffffff; }
      .about-steel .row .div-wrap .lr .feat {
        padding: 10px 0;
        display: flex;
        flex-flow: row wrap;
        width: 60%;
        justify-content: space-between;
        align-items: start; }
        .about-steel .row .div-wrap .lr .feat h6 {
          color: #084e9f;
          padding: 10px 0; }

.section.selector-wrap .overlay {
  padding: 100px 0;
  background-color: rgba(117, 118, 121, 0.9); }

.section.selector-wrap .title {
  margin-bottom: 60px; }
  .section.selector-wrap .title h1, .section.selector-wrap .title h2, .section.selector-wrap .title h3 {
    color: #ffffff; }

.selector-wrap .row-block {
  display: flex;
  flex-flow: row;
  margin: 0 auto;
  width: 100%;
  border-bottom: 5px solid #084e9f;
  margin: 15px; }
  .selector-wrap .row-block .left-wrap {
    width: 40%; }
    .selector-wrap .row-block .left-wrap .image {
      position: relative;
      top: 40%;
      background-color: #289e5c;
      padding: 10px;
      width: auto;
    display: inline-block; }
      .selector-wrap .row-block .left-wrap .image span.caption {
        font-size: 15px;
        color: #ffffff;
        line-height: 17px; }
  .selector-wrap .row-block .right-wrap {
    background-color: #ffffff;
    width: 60%;
    padding: 20px; }
    .selector-wrap .row-block .right-wrap h4 {
      font-size: 19px;
      line-height: 29px;
      color: #231f20;
      font-weight: 700; }
    .selector-wrap .row-block .right-wrap hr {
      background-color: #231f20;
      border: none;
      height: 1px; }
    .selector-wrap .row-block .right-wrap p {
      font-size: 18px;
      line-height: 28px; }

.section.ourcap {
  padding: 100px 0 50px;
  background-color: #f4f4f4; }

.section.ourcap.cap {
  padding: 0;
  background-color: #ffffff; }

.ourcap .row {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  justify-content: center;
  width: 100%; }
  .ourcap .row .cap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 15.5%;
    margin-right: 4%;
    text-align: center;
    padding: 20px 0 0; }
    .ourcap .row .cap.cab {
      display: block;
      flex-flow: unset;
      align-items: center;
      justify-content: space-between;
      width: 19%;
      margin-right: 1%;
      text-align: center;
      padding: 0;
      border-right: 1px solid #289e5c; }
      .ourcap .row .cap.cab .img {
        width: 50px; }
      .ourcap .row .cap.cab .title {
        width: 165px;
        text-align: center;
        padding: 10px 0; }
        .ourcap .row .cap.cab .title h4 {
          font-size: 19px; }
        .ourcap .row .cap.cab .title p {
          font-size: 16px;
          line-height: 26px;
          margin-bottom: 0; }
      .ourcap .row .cap.cab:last-child {
        border-right: none; }
    .ourcap .row .cap:last-child {
      margin-right: 0; }
 .ourcap .row .img {
    width: 100%;
    margin: auto;
    padding: 0 30px 0;
    position: relative;
    z-index: 2;
}
    .ourcap .row .img img {
      width: 100%; }
  .ourcap .row .title {
    width: 100%;
    margin: -65px auto 0;
    background-color: #fff;
    padding: 10px 0 20px;
    position: relative;
    z-index: 1;
}
    .ourcap .row .title h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 70px;
}

.section.partners {
  padding: 50px 0 100px; }

.partners .slick-dots {
  bottom: -60px; }

.partners img {
  width: auto;
  margin: 0 auto; }

.partners .slick-dots li button {
  background-color: transparent;
  border: 1px solid #289e5c; }

.partners .slick-dots li.slick-active button {
  background-color: #289e5c;
  border-color: #289e5c; }

.partners .slick-dots li.slick-active button::before {
  color: transparent; }

.section.context {
  padding: 100px 0; }

.section.context .text {
  width: 78%;
  margin: 0 auto; }
  .section.context .text .title {
    margin-bottom: 0; }

.section.context .text p {
  font-size: 20px;
  line-height: 25px;
  color: #878787; }

.page-template-capability .section.context {
  background-color: #ffffff; }
  .page-template-capability .section.context .text p {
    line-height: 30px;
    color: #636466; }

.skill-wrap {
  padding: 60px 0; }

.skill-wrap .row.capability {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  width: 100%; }

.skill-wrap .row.capability .skill {
  width: 23.5%;
  background-color: #f5f5f5;
  margin-right: 2%;
  padding: 105px 0;
  position: relative;
  transition: .3s all ease-in-out;
  margin-bottom: 96px; }
  .skill-wrap .row.capability .skill:nth-child(4n+4) {
    margin-right: 0; }

.skill-wrap .row.capability .skill:first-child {
  margin-left: 0; }

.skill-wrap .row.capability .skill:last-child {
  margin-right: 0; }

.skill-wrap .row.capability .skill:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: .3s all ease-in-out; }

.skill-wrap .row.capability .skill:hover {
  transition: .3s all ease-in-out; }
  .skill-wrap .row.capability .skill:hover:before {
    background-color: rgba(1, 124, 193, 0.7); }

.skill-wrap .row.capability .skill .text {
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 20px 0;
  bottom: -73px;
  background-color: #084e9f; }

.skill-wrap .row.capability .skill span.count {
  color: #ffffff;
  background-color: #289e5c;
  display: block;
  margin: 0 auto 20px;
  font-weight: 700;
  width: 30px; }

.skill-wrap .row.capability .skill p {
  color: #ffffff;
  margin-bottom: 0; }

.skill-wrap .row.capability .skill h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0; }

.section .slick-dots {
  bottom: -30px;
  z-index: 333; }

.section .slick-dots {
  padding: 0;
  margin: 0; }

.section .slick-dots li {
  width: auto;
  height: auto;
  padding: 0; }

.slick-dots li button {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 32px;
  width: 0;
  height: 0;
  padding: 6px;
  border: 2px solid #084e9f; }

.slick-dots li button::before {
  width: auto;
  height: auto;
  color: transparent; }

.slick-dots li.slick-active button::before {
  color: transparent; }

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-color: #ffffff;
  padding: 6px; }

.section .slick-dots li::before {
  content: '';
  width: auto;
  height: auto;
  background-color: transparent;
  top: auto; }

.nav-links {
  background-color: transparent; }

.nav-links {
  background-color: #084e9f; }
  .nav-links .footer-nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .nav-links .footer-nav ul li {
      transition: .3s all ease-in-out; }
      .nav-links .footer-nav ul li:hover {
        border-color: #289e5c;
        box-shadow: 0 15px 20px rgba(1, 124, 193, 0.3);
        transform: translateY(3px); }
  
      .nav-links .footer-nav ul li a {
        font-family: "Lato", sans-serif;
        display: block;
        padding: 30px 44px;
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase; }

.footer .overlay {
  padding: 0; }

.footer .footer-top {
  padding: 40px 0; }

.footer-top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%; }
  .footer-top .left-wrap {
    width: 550px;
     display: flex;
      align-items: center;
      flex-flow: row wrap;
      justify-content: space-between;
    }
.footer-top .left-wrap .footer-logo{
	width:300px;
}
  .footer-top .right-wrap {
    width: 543px; }
    .footer-top .right-wrap .col.logo {
      display: flex;
      align-items: start;
      flex-flow: row wrap;
      justify-content: flex-end;
      width: 100%; }
    .footer-top .right-wrap p, .footer-top .right-wrap a {
      color: #636466;
      font-family: "Lato", sans-serif;
      font-size: 19px;
      line-height: 27px;
      margin-bottom: 0; }
    .footer-top .right-wrap .contact .address {
      vertical-align: top; }
    .footer-top .right-wrap .contact .phone-number {
      margin-bottom: 30px; }
      .footer-top .right-wrap .contact .phone-number a span {
        font-weight: 700; }
      .footer-top .right-wrap .contact .phone-number a svg {
        margin-left: 0;
        padding: 0;
        font-size: 20px; }
    .footer-top .right-wrap .contact span.row {
      display: flex;
      flex-flow: row wrap; }
      .footer-top .right-wrap .contact span.row span.img {
        margin-right: 10px; }
        .footer-top .right-wrap .contact span.row span.img svg {
          color: #289e5c; }

.social-media {
  width: 100%; }
  .social-media ul {
    padding: 0;
    margin: 0; }
    .social-media ul li {
      padding-left: 0;
      margin-right: 5px;
      display: inline-block;
      vertical-align: top; }
      .social-media ul li:before {
        content: none; }
      .social-media ul li .svg-inline--fa {
        width: 3.1em;
        border: 1px solid transparent; }
      .social-media ul li:last-child {
        margin-right: 0; }
      .social-media ul li a svg {
        background-color: transparent;
        width: 30px;
        height: 30px;
        padding: 2px 0;
        font-size: 10px;
        text-align: center;
        color: #289e5c;
        -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-media ul li a svg:hover {
          background-color: #ffffff;
          color: #084e9f;
          border-color: transparent; }

.footer-bottom .copyright {
  padding: 40px 0;
  border-top: 1px solid #efefef; }

.footer-bottom .copyright p {
  font-size: 15px;
  color: #939598;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 400; }

.footer-bottom .copyright p a {
  color: #636466;
  font-weight: 400; }

/* ========= Responsive ========== */
@media screen and (max-width: 1400px) {
  .slider-content {
    top: 8%; } }

@media screen and (max-width: 1230px) {
  .container {
    max-width: 100%;
    padding: 0 1%; }
  .nav #menu > li {
    padding-right: 80px; }
  .selector-wrap .row-block {
    margin: 15px; }
  .selector-wrap .row-block .right-wrap {
    width: 75%;
    padding: 15px; }
  .selector-wrap .row-block .right-wrap {
    padding-left: 3%; } 
    .footer-top .left-wrap {
	    width: 500px;
		}
    .nav-links .footer-nav
  ul li a {
      padding: 30px 37px;
  }
}

@media screen and (max-width: 1100px) {
  .nav #menu > li {
    padding-right: 68px; }
  .learn-work .left-wrap {
    width: 40%; }
    .learn-work .left-wrap .title h2 {
      font-size: 30px;
      line-height: 47px; }
  .learn-work .right-wrap {
    width: 60%; }
	.slider-content .content h1 {
		font-size: 48px;
		line-height: 48px;		
	}
  .section.custom-steel {
      padding: 40px 0;
      position: relative;
  }
  .custom-row {
    display: block;
    flex-flow: unset; }
  .custom-row > div {
    width: 100%; }
  .custom-row .left-wrap {
    width: 100%;
    padding: 20px 0;
    text-align: center; }
  .custom-row .right-wrap {
    width: 100%;
    text-align: center;
    padding: 0; }
  .nav-links .footer-nav ul li a {
    padding: 20px 30px; }
  .gallery-grid .grid .content {
    padding: 40px 25px 0px 25px; }
  .gallery-grid.team .portfolio-text {
    padding: 1.5rem 15px;
    text-align: left; } 
    .footer-top .left-wrap {
	    width: 400px;
	}
}

@media screen and (max-width: 1024px) {
  .nav #menu > li {
    padding-right: 60px; }
  .slider-content {
    left: 40%;
    width: 60%; }
  .blog-content .row .cont-blog .cont-blog-text h5 {
    padding: 0 0; }
  .ourcap .row .title h4 {
    font-size: 22px;
    line-height: 26px; }
  .ourcap .row .cap {
    width: 18.5%;
    margin-right: 1%;
    padding: 0; }
  /*==============Inner=================================*/
  .section.inner-page .fullwidth {
    margin-bottom: 20px; }
  .section.inner-page .row .imgBlock.grid3 > div:nth-of-type(2) {
    margin: 20px 0; }
  .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 .leftCont.width40 img,
  .section.inner-page .row .rightCont.width40 img,
  .section.inner-page .row .leftCont.width50 img,
  .section.inner-page .row .rightCont.width50 img,
  .section.inner-page .row .imgBlock.grid2 > div img {
    width: auto; }
  .section.inner-page .row .imgBlock.grid3 > div {
    width: 100%; }
  .section.inner-page .row .imgBlock.grid3 > div:nth-of-type(3n+2) {
    margin: 0 0 40px; }
  .section.inner-page .row .imgBlock.grid2 > div {
    width: 100%; }
  .section.inner-page .row .wrap-title {
    margin: 10px 0; }
  /*==============Inner=================================*/
	.about-us-team .team-row .team-col:hover .t-icon .t-text p {
		padding: 0 5%;}
  .gallery-grid .grid .content {
    padding: 40px 20px 0px 20px; } 
    .nav-links .footer-nav ul li a {
        padding: 20px 26px;
    }
	.footer-top .left-wrap {
	    width: 370px;
	}
}

@media screen and (max-width: 990px) {
  .nav #menu > li {
    padding-right: 25px; }
  .section.custom-steel .title {
    margin-bottom: 0; }
    .section.custom-steel .title h1, .section.custom-steel .title h2, .section.custom-steel .title h3 {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 0; }
  .section.context .text {
    width: 100%; }
  .section .title .content {
    width: 100%;
    margin: 0 auto; }
  .about-us-team .team-row .team-col:hover .t-icon .t-text {
    padding: 0 5px; }
  .footer-top .right-wrap .contact p,
  .footer-top .right-wrap .contact a {
    font-size: 14px; }
  .nav-links .footer-nav ul li a {
    padding: 20px 12px; }
  .section.form .contact-row .left-wrap .title {
    width: 100%; }
  .section.form .overlay .right-wrap .form {
    padding: 60px 20px 0 40px; }
  .gallery-grid .grid .content {
    padding: 40px 10px 0px 10px; }
  .gallery-grid .grid .content h4 {
    font-size: 18px; }
  .blog-wrapper .post-info {
    width: 65%; }
  .skill-wrap .row.capability .skill .text {
    bottom: -66px; }
  .skill-wrap .row.capability .skill h4 {
    font-size: 20px; } 
    .footer-top .left-wrap {
	    width: 320px;
	}
}

@media screen and (max-width: 880px) {

  .slider-content {
    left: 30%;
    width: 70%; }
  .slider .content h1,
  .section.hero .content h1 {
    font-size: 44px;
    line-height: 52px; }
  .learn-work .left-wrap .title h2 {
    font-size: 26px;
    line-height: 37px; }
  .expertise-wrap .row .expertise span.btn {
    padding: 5px 15px; }
  .section.form .contact-row .left-wrap .title h2 {
    font-size: 50px; }
  .footer-top .right-wrap .contact {
    padding-left: 1%; }
  .gallery-grid .grid .content h4 {
    font-size: 16px; }
  .gallery-grid .grid .content p {
    font-size: 14px; }
  .blog-wrapper .post-info {
    width: 100%;
    float: none;
    padding: 10px;
    margin-right: 0; }
  .blog-wrapper .post-img {
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
    overflow: hidden; }
  .footer-top .left-wrap {
    width: 207px;
    align-items: center; } 
}

@media screen and (max-width: 767px) {
  .mobile-view {
    display: block; }
  .visible-xs {
    display: block; }
  .visible-lg {
    display: none; }
  .cbp-spmenu {
    background: #084e9f; }
  .section .title {
    margin-bottom: 20px; }
  .header {
    padding: 0; }
  .header .top-wrap {
    padding: 20px 0; }
  .header .top-wrap .left-wrap {
    float: none;
    width: 300px;
    display: block;
    text-align: center; }
    .header .top-wrap .left-wrap .logo {
      padding: 0; }
  .header .top-wrap .right-wrap .phone-number {
    position: relative;
    width: 100%;
    right: auto; }
  .header .main-menu {
    position: relative; }
    .header .main-menu .menu-btn {
      top: auto;
      bottom: 10px; }
  .section.about-wrap .inner-page .space {
    padding: 0; }
  /*=========================*/
  .slider-content {
    left: 0;
    width: 100%; }
    .slider-content .content {
      text-align: center; }
  .hero-wrapper .content {
    padding: 40px 0; }
  .hero-wrapper .content h1 {
    font-size: 40px;
    line-height: 40px; }
  .section.custom-steel {
    padding: 20px 0; }
  .about-us-team .team-row .team-col {
    width: 50%; }
  .section.about-steel .overlay {
    padding: 40px 0; }
  .about-steel .row {
    display: block;
    flex-flow: unset; }
  .about-steel .row .div-wrap {
    width: 100%; }
  .section.learn-work {
    padding: 20px 0; }
    .section.learn-work .left-wrap {
      padding-bottom: 20px;
      text-align: center; }
  .section.learn-work .content {
    display: block;
    flex-flow: unset; }
  .learn-work .left-wrap,
  .learn-work .right-wrap {
    width: 100%; }
  .section.context {
    padding: 20px 0; }
  .gallery-wrapper {
    padding: 20px 0; }
  .gallery-grid {
    width: 300px;
    display: block; }
  .gallery-grid .mix, .gallery-grid .gap {
    width: calc(100%/1 - (((1 - 1) * 5rem) / 1)); }
  .gallery-grid .grid .content {
    padding: 20px 10px 0px 10px; }
  .section.client-stories {
    padding: 20px 0 0; }
  .client-stories .story-panel.grid-3 {
    display: block; }
  .client-stories .story-panel.grid-3 .grid {
    width: 100%;
    float: none;
    max-width: 300px;
    display: block;
    margin: 0 auto 20px; }
  .client-stories .story-panel .image {
    background-size: contain; }
  .client-stories .story-panel.grid-3 .grid:nth-child(3n+2) {
    margin: 15px auto; }
  .client-stories .story-panel .image {
    height: 230px; }
  .client-stories .title {
    margin-bottom: 20px; }
  .skill-wrap .row.capability {
    display: block;
    flex-flow: unset; }
  .skill-wrap .row.capability .skill {
    width: 300px;
    display: block;
    margin: 0 auto 80px; }
  .skill-wrap .row.capability .skill:nth-child(4n+4),
  .skill-wrap .row.capability .skill:first-child,
  .skill-wrap .row.capability .skill:last-child {
    margin: 0 auto 80px; }
  .expertise-wrap .row {
    display: block;
    flex-flow: unset;
    margin: 0; }
  .expertise-wrap .row .expertise {
    width: 300px;
    margin: 0 auto 20px;
    display: block; }
  .expertise-wrap .row .expertise:last-child {
    margin: 0 auto; }
  .section.selector-wrap .title {
    margin-bottom: 20px; }
  .selector-wrap .content {
    display: block;
    flex-flow: unset;
    margin: 0 auto; }
  .selector-wrap .content a.selector {
    display: block;
    width: 300px;
    margin: 0 auto 20px; }
  .section.context .layer {
    padding: 20px 0; }
  .section.context .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px; }
  /*=========================*/
  .gallery-wrapper .title h1 {
    font-size: 30px;
    line-height: 40px; }
  .gallery-grid .mix {
    margin: 0 auto 10px; }
  /* $triatery:#00a76d; */
  .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 #ffffff; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    float: right;
    margin: 0 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: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000000; }
  /* Button Lines */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5; }
  .slicknav_menu {
    padding: 5px; }
  .slicknav_nav {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #084e9f;
    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: #ffffff; }
  .slicknav_nav .slicknav_row {
    padding: 6px 9px;
    margin: 0; }
  .slicknav_nav a {
    padding: 6px 9px;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
    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: #ffffff; }
  .slicknav_nav li a:hover {
    color: #ffffff;
    background-color: #289e5c; }
  .slicknav_nav li a:hover a {
    color: #ffffff; }
  .slicknav_nav .slicknav_parent > a:hover a,
  .slicknav_nav .slicknav_parent > a:hover i {
    color: #ffffff; }
  .slicknav_nav li:hover a .slicknav_row a {
    color: #000000;
    background-color: transparent; }
  .slicknav_nav li:hover .slicknav_arrow {
    color: #ffffff; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .sub-menu li:hover a {
    background-color: #F3F6F9;
    color: #000000; }
  .slicknav_parent.slicknav_open > ul {
    background-color: #ffffff; }
  .slicknav_parent.slicknav_open > ul li a {
    color: #20343D; }
  .slicknav_parent.slicknav_open > ul li a:hover {
    background-color: #03060b;
    color: #ffffff; }
  .slicknav_nav .slicknav_parent-link a i.fa.fa-sort-down {
    display: none; }
  .section.inner-page .title h1 {
    font-size: 34px;
    line-height: 44px; }
  .section.inner-page .title.text-center hr {
    margin: 10px auto 0; }
  .section.inner-page .row .rightCont h2 {
    font-size: 30px;
    line-height: 40px; }
  .skill-wrap {
    padding: 20px 0; }
  .section.about-wrap {
    padding: 0 0 20px; }
  .section.about-wrap .inner-page {
    padding: 20px 0 0; }
  .section.inner-page.index .row .leftCont {
    margin-top: 0; }
  .section.inner-page.index .row .rightCont {
    margin-bottom: 20px; }
  /*=========== Form ===============*/
  .section.form .contact-row {
    display: block;
    width: 100%;
    flex-flow: unset; }
  .section.form .contact-row > div {
    width: 100%; }
  .section.form .overlay .left-wrap {
    width: 100%; }
  .section.form .overlay .row > div {
    width: 100%; }
  .section.form .overlay .row .right {
    padding-left: 0; }
  .section.form .overlay {
    padding: 0; }
  .section.form .left {
    padding: 10px 10px; }
  .section.form .left,
  .section.form .right {
    width: 100%; }
  .section.form .overlay .form {
    width: 95%;
    padding: 20px; }
  .section.form .section-title p {
    font-size: 14px;
    line-height: 26px; }
  /*=========== Form ===============*/
	 /* ===========Form======*/
    .form-group.grid2>span {
        width: 100%;
    }

    .form-group.grid2>div {
        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.grid2>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .form-group.grid2>div: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 {
        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;
    }

    /* ===========Form======*/
  .about-steel .row .div-wrap .lr .feat {
    width: 100%; }
  .ourcap .row {
    display: block;
    width: 100%; }
  .ourcap .row .cap {
    display: block;
    width: 200px;
    margin: 0 auto; }
  .ourcap .row .cap.cab {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
    border-right: none; }
    .ourcap .row .cap.cab .title {
      text-align: center; }
  .ourcap .row .cap:last-child {
    margin: 0 auto; }
  .section.ourcap.cap {
    padding: 20px 0; }
  .section.ourcap {
    padding: 20px 0;
    background-color: #f4f4f4; }
  .section.partners {
    padding: 20px 0; }
 
  .section.selector-wrap .overlay {
    padding: 20px 0; }
  #testimonial .item .content {
    width: 100%; }
  .blog-content .row {
    display: block;
    flex-flow: unset; }
  .blog-content .row .cont-blog {
    width: 300px;
    margin-right: 0;
    margin: 0 auto 20px; }
  .blog-content .row .cont-blog:last-child {
    margin: 0 auto; }
  .section.blog-door {
    padding: 20px 0; }
  .section.form .overlay .right-wrap .form {
    padding: 20px 0; }
  .section.form .contact-row .row-add {
    padding: 40px 20px; }
  .footer-top .right-wrap .col.logo {
    justify-content: center; }
    .section.form.bgImage {
      background-size: cover;
      background-position: center center;
  }
  .footer .overlay {
    padding: 0; }
    .footer .overlay .footer-top {
      padding: 20px 0; }
  .footer-top {
    display: block;
    flex-flow: unset; }
  .footer-top > div {
    width: 100%; }
  .footer-top .left-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display:block;
    flex-flow:unset;
     }
  .footer-top .middle-wrap {
    width: 100%; }
  .footer-top .right-wrap {
    width: 100%;
    display: block;
    text-align: center; }
  .footer-top .right-wrap .contact span.row {
    display: block;
    flex-flow: row wrap; } 
	.footer-top .left-wrap .footer-logo {
		width: 300px;
		margin: 0 auto;
	}
  .social-media.text-right{
    text-align: center
  }
}

@media screen and (max-width: 600px) {
  .header .top-wrap .tagline {
      border-left: none;
      margin: 0 auto;
  }
  .about-us-team .team-row {
    display: block;
    flex-flow: unset; }
  .about-us-team .team-row .team-col {
    display: block;
    flex-flow: unset;
    width: 300px;
    margin: 0 auto; }
  .btn {
    padding: 10px 25px; }
  .header .top-wrap {
    display: block; }
  .header .top-wrap .left-wrap {
    margin: 0 auto;
    width: 100%; }
  .header .top-wrap .left-wrap .logo {
    margin: 0 auto; }
  .header .top-wrap .right-wrap {
    width: 100%;
    text-align: center; }
  .menu-btn {
    top: 125px; }
  .slider-content .content h1 {
    font-size: 35px;
    line-height: 40px; }
  .slider-content .content p {
    font-size: 16px;
    line-height: 22px; }
  .slider-content .content .links a.btn {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 25px;
    font-size: 10px; }
  .section .title h1, .section .title h2, .section .title h3 {
    font-size: 30px;
    line-height: 37px; }
  .selector-wrap .row-block .right-wrap .bottom {
    display: block;
    flex-flow: unset; }
  .selector-wrap .row-block .right-wrap .bottom .selector {
    width: 100%;
    margin-bottom: 10px; }
  .custom-row .right-wrap .rimage:after {
    border-bottom: 0;
    border-left: 0; }
  .custom-row .right-wrap button.slick-next.slick-arrow {
    left: 7%; }
  .custom-row.left .right-wrap .rimage:before {
    left: 38%; }
  .expertise-wrap {
    padding: 20px 0; }
  .section.form .contact-row .left-wrap .title h2 {
    font-size: 40px;
    line-height: 40px; }
  .section.about-wrap .inner-page {
    padding: 0px 0; }
  .footer .footer-top {
    padding: 20px 0; }
  .footer-top .right-wrap .contact {
    padding-left: 0; }
  .footer-top .right-wrap .contact .phone-number {
    transform: translateY(20%); }
  .footer-top .right-wrap > div {
    width: 100%;
    text-align: center; }
  .nav-links .footer-nav ul li a {
    padding: 5px 2px 5px; }
  .footer-top .left-wrap > div {
    width: 100%; }
  .footer-top .left-wrap .tre {
    width: 100%; }
  .footer-top .left-wrap .one {
    width: 100%; }
    .footer-top .left-wrap .one .social-media {
      margin-top: 10px; }
 }
