/*
 Theme Name: Connect Partners
 Theme URI: http://brilliantbluetest.com/dev/wp/connect_partners
 Description: Custom theme for Connect Partners.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Lato:wght@300;400;700&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;
	margin-bottom: 20px;
}

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(40, 42, 116, 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 #185DAA; }

th {
  font-family: "EB Garamond", 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: 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; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "EB Garamond", serif;
  color:#185DAA;
  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: #185DAA; 
	font-weight:700;
}

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-fluid {
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px; }

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

.pb {
  padding-bottom: 60px !important; }

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

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

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

/* ======= Page ======== */
.section .title {
  margin-bottom: 40px; }
  .section .title hr {
    border: none;
    height: 4px;
    width: 60px;
    margin: 20px 0;
    background-color: #636466; }
    .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: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #185DAA;
  font-family: "EB Garamond", serif; }
  .section .title h1 span, .section .title h2 span, .section .title h3 span {
    color: #185DAA; }

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

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

.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: #185DAA;
  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; }

/*========== Buttons Form ===========*/
.btn {
  padding: 15px 40px;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
  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: 3px;
  border-color: transparent; }

/* .btn:hover {
    box-shadow: 0 15px 20px $bg;
    transform: translateY(3px);
} */
.default-btn {
  background-color: transparent;
  color: #185DAA;
  border-width: 2px;
  border-color: #185DAA; }

.default-btn:hover {
  background-color: #185DAA;
  color: #ffffff; }

.primary-btn {
  background: #185DAA;
  color: #ffffff;
  border-color: #185DAA; }

.primary-btn:hover {
  background-color: #636466;
  background: #636466;
  color: #ffffff;
  border-color: #636466; }

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

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

.white-btn {
  background-color: #ffffff;
  color: #185DAA;
  border-color: #ffffff; }

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

.white-btn.trs {
  padding: 11px 36px;
  background-color: transparent;
  color: #ffffff;
  border-width: 2px;
  border-color: #ffffff; }

.white-btn.trs:hover {
  background: #185DAA;
  color: #ffffff;
  border-color: #185DAA; }

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

.form-group .form-control {
  background-color: transparent;
  border: none;
  border: 2px solid #e5e5e5;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #636466;
  padding: 10px 15px;
  width: 100%;
  position: relative;
  font-weight: 500; }

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

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

.form-group label {
  display: block;
  font-family: "EB Garamond", 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: #185DAA; }

.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: "EB Garamond", serif; }

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

.btn-wrapper label.custom_file {
  cursor: pointer; }

.btn-wrapper .custom_upload_input {
  display: none; }

.submit-btn {
  cursor: pointer;
  padding: 10px 35px;
  text-align: center;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  width: 180px;
  text-transform: uppercase;
  border-color: #185DAA;
  color: #ffffff; }
  .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; }

/* ============== 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;
  padding: 10px 0; }

.header .top-wrap {
  width: 100%;
  display: flex;
  align-items: start;
  position: relative; }

.header .top-wrap .left-wrap {
  width: 400px;
  padding: 0; }

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

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

.header .top-wrap .tagline {
  float: left;
  width: auto;
  margin-left: 5%;
  margin-top: 3%; }
  .header .top-wrap .tagline p {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    color: #185DAA;
    margin-bottom: 0; }

.phone-number a {
   color: #231f20;
  font-weight: 500;
  font-size: 20px;
  font-family: "EB Garamond", serif; }
  .phone-number a span {
    font-weight: 600; }

.phone-number a svg {
  margin-left: 10px;
  font-size: 28px;
  background: transparent;
  padding: 5px;
  color: #185DAA;
  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: right;
  width: 100%;
  margin-top: 20px; }

.nav ul#menu {
  margin: 0;
  position: relative;
  text-align: right;
  display: inline-block; }

.nav #menu > li {
  position: relative;
  z-index: 6666;
  display: inline-block;
  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: #636466;
  padding: 8px 15px 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Lato", sans-serif; }

.nav #menu > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 50px;
  border-bottom: 2px solid transparent; }

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

.nav #menu > li.current-menu-item > a,
.nav #menu > li > a.active,
.nav #menu > li.current-menu-parent > a {
  font-weight: 400;
  /* 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: #185DAA; }

.nav #menu > li > ul {
  width: 100%;
  min-width: 207px;
  display: none;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 54px;
  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: rgba(99, 100, 102, 0.9); }

/* .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: #185DAA;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  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 #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: #185DAA;
  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 #185DAA;
  background-color: #185DAA;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  height: 36px;
  margin-top: 0;
  position: absolute;
  top: 15px;
  right: 0;
  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 ================= */
/* ========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; }

.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-color: rgba(124, 121, 121, 0.5);
  background-blend-mode: normal; }

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

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

.slider-content .content h1 {
  font-size: 75px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  /* animation:fadeOutDown 0.90s both; */ }

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

.slider-content .content p {
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 700;
  font-family: "EB Garamond", serif;
  margin: 0 0 20px;
  /* animation:fadeOutUp 0.90s both; */ }

.slider-content .content .links {
  margin-top: 40px; }
  .slider-content .content .links a.btn {
    margin-right: 20px;
    /* animation:fadeOutDown 0.90s both; */ }
    .slider-content .content .links a.btn:last-child {
      margin-right: 0; }

/* 
#home-slider .item.slick-active .slider-content .content h1{
  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:fadeInUp 0.90s both 0.90s;
} */
.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; }

#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: #185DAA; }

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

.hero-wrapper .content {
  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: "EB Garamond", serif;
  color: #ffffff; }

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

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

.hero-wrapper .content h6 {
  font-size: 31px;
  line-height: 54px;
  font-weight: 400; }

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

.section.blog-door {
  padding: 60px 0;
  background: #f1f2f2; }
.section.blog-door .title h1,
.section.blog-door .title h2,
.section.blog-door .title h3
{
color:#231f20;
}
.blog-door .flex-cont {
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  justify-content: space-between;
  width: 100%; }
  .blog-door .flex-cont > div {
    width: 50%; }
  .blog-door .flex-cont .cont-blog {
    display: block;
    width: 100%;
    position: relative; }
    .blog-door .flex-cont .cont-blog:hover > .cont::before {
      background: linear-gradient(0deg, rgba(24, 93, 170, 1), rgba(255, 255, 255, 0.1));
      opacity: 1; }
    .blog-door .flex-cont .cont-blog > .cont {
      display: block;
      height: 100%;
      position: relative; }
      .blog-door .flex-cont .cont-blog > .cont::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0.1));
        background-blend-mode: multiply;
        opacity: 0.5;
        z-index: 1;
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .blog-door .flex-cont .cont-blog .cont-blog-text {
      position: absolute;
      z-index: 2;
      bottom: 40px;
      left: 30px;
      right: 30px; }
      .blog-door .flex-cont .cont-blog .cont-blog-text h2, .blog-door .flex-cont .cont-blog .cont-blog-text h3, .blog-door .flex-cont .cont-blog .cont-blog-text h4, .blog-door .flex-cont .cont-blog .cont-blog-text h5, .blog-door .flex-cont .cont-blog .cont-blog-text h6, .blog-door .flex-cont .cont-blog .cont-blog-text p, .blog-door .flex-cont .cont-blog .cont-blog-text a {
        color: #ffffff; }
  .blog-door .flex-cont .left-wrap {
    padding-right: 15px; }
    .blog-door .flex-cont .left-wrap .cont-blog .cont-blog-text {
      width: 60%; }
      .blog-door .flex-cont .left-wrap .cont-blog .cont-blog-text h3 {
        font-size: 40px;
        line-height: 40px;
        font-family: "EB Garamond", serif; }
    .blog-door .flex-cont .left-wrap .cont-blog .img {
      height: 30.7em; }
  .blog-door .flex-cont .right-wrap .cont-blog {
    margin-bottom: 15px; }
    .blog-door .flex-cont .right-wrap .cont-blog:last-child {
      margin-bottom: 0; }
    .blog-door .flex-cont .right-wrap .cont-blog h4 {
      font-size: 27px;
      line-height: 27px;
      font-family: "EB Garamond", serif; }
    .blog-door .flex-cont .right-wrap .cont-blog .img {
      height: 15em; }
    .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text {
      display: flex;
      flex-flow: row wrap;
      width: 100%;
      align-items: center; }
      .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text .text {
        width: 60%; }
        .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text .text p {
          margin-bottom: 0; }
      .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text .btn-wrap {
        width: 40%; }

.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: 75px; }
  .blog-content .row .cont-blog .cont-blog-text h5 {
    font-size: 27px;
    line-height: 37px;
    color: #636466;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    margin: 20px 0; }
  .blog-content .row .cont-blog .cont-blog-text p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300; }

.blog-content .row .cont-blog .btn {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 206px;
  margin: 0 auto;
  text-align: center; }

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

.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: 60px 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 #185DAA; }

.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: #185DAA;
  font-weight: 500;
  letter-spacing: 1px; }

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

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

.addtoany_content {
  display: inline-block; }

.single-post .section.inner-page {
  padding: 60px 0; }

.section.inner-page {
  padding: 60px 0;
  /*row*/ }
  .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 */
/* ====== Expertise Page ====== */
.section.learn-work {
  padding: 100px 0;
  overflow: hidden;
  width: 100%; }

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

.learn-work .left-wrap {
  width: 415px; }

.learn-work .right-wrap {
  width: 650px; }

.learn-work .left-wrap .title {
  margin-bottom: 0; }
  .learn-work .left-wrap .title h2 {
    margin-bottom: 0; }
  .learn-work .left-wrap .title hr {
    margin: 0; }

.section.learn-work p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400; }

.expertise-wrap {
  padding: 60px 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 .row {
  display: flex;
  flex-flow: row wrap; }

.expertise-wrap .slick-prev {
  left: -50px; }

.expertise-wrap .slick-next {
  right: -50px; }

.expertise-wrap .expertise {
  margin: 0 0.5% 0;
  padding: 40px 45px 130px;
  position: relative;
  border-radius: 15px;
  background-color: #185DAA;
  display: block;
  box-shadow: 0 0 10px #e5e5e5; }
  .expertise-wrap .expertise:hover img {
    transform: scale(1.3);
    transition: all .3s ease-in-out; }
  .expertise-wrap .expertise img {
    margin: 0 auto; }

.expertise-wrap .expertise::nth-child(4n+1) {
  margin-right: 0; }

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

.expertise-wrap .expertise h4 {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 40px;
  font-family: "EB Garamond", serif; }

.expertise-wrap .expertise p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff; }

.expertise-wrap .expertise span.btn {
  position: absolute;
  bottom: 60px;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 205px; }

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

/* ======= gallery-wrapper ======== */
.gallery-wrapper.bgImage .title h1, .gallery-wrapper.bgImage .title h2, .gallery-wrapper.bgImage .title h3 {
  color: #ffffff; }

.gallery-wrapper.bgImage .gallery-grid .grid .content .title hr {
  margin: 0 auto 20px; }

.gallery-wrapper.bgImage .gallery-grid .grid .content h4,
.gallery-wrapper.bgImage .gallery-grid .grid .content p {
  color: #ffffff; }

.gallery-wrapper.bgImage .gallery-grid .grid .content h2 {
  margin-bottom: 0; }

.gallery-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 60px 0; }

.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 .gallery-grid figure .profile-img {
  overflow: hidden;
  position: relative; }

.gallery-grid.team .gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 300px;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer; }

.gallery-grid.team .gallery-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8; }

.gallery-grid.team .gallery-grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-grid.team .gallery-grid figure figcaption::before,
.gallery-grid.team .gallery-grid figure figcaption::after {
  pointer-events: none; }

.gallery-grid.team .gallery-grid figure figcaption,
.gallery-grid.team .gallery-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery-grid.team .gallery-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.gallery-grid.team .gallery-grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.gallery-grid.team .gallery-grid figure h2 span {
  font-weight: 800; }

.gallery-grid.team .gallery-grid figure h2,
.gallery-grid.team .gallery-grid figure p {
  margin: 0; }

.gallery-grid.team .gallery-grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

.gallery-grid.team figure.effect-steve {
  z-index: auto;
  overflow: visible; }

.gallery-grid.team figure.effect-steve:before,
.gallery-grid.team figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s; }

.gallery-grid.team figure span.team_name {
  margin-top: 20px;
  display: block; }

.gallery-grid.team figure.effect-steve:before {
  opacity: 0; }

.gallery-grid.team figure.effect-steve figcaption {
  z-index: 1; }

.gallery-grid.team figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0); }

.gallery-grid.team figure.effect-steve h2,
.gallery-grid.team figure.effect-steve p {
  color: #185DAA; }

.gallery-grid.team figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em; }

.gallery-grid.team figure.effect-steve .portfolio-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden; }

.gallery-grid.team figure.effect-steve .portfolio-text h4 {
  color: #2e4e87;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 18px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.gallery-grid.team figure.effect-steve:hover .portfolio-text {
  opacity: 1; }

.gallery-grid.team figure.effect-steve:hover .portfolio-text {
  color: #fff;
  background: rgba(40, 42, 116, 0.1); }

.gallery-grid.team figure.effect-steve .portfolio-text {
  background-color: transparent; }

.gallery-grid.team figure.effect-steve .portfolio-text a.btn {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  text-align: center; }

.gallery-grid.team figure.effect-steve .portfolio-text span.btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  margin: 0 auto;
  text-align: center; }

.gallery-grid.team figure.effect-steve h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

.gallery-grid.team figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1); }

.gallery-grid.team figure.effect-steve:hover:before {
  opacity: 1; }

.gallery-grid.team figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px); }

.gallery-grid.team figure.effect-steve:hover h2:before {
  opacity: 0; }

.gallery-grid.team figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.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(0);
  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: #185DAA;
      margin-bottom: 0; }
    .gallery-grid.team .portfolio-text .team_name h5 {
      color: #231f20;
      margin-bottom: 0; }
  .gallery-grid.team .portfolio-text span.btn {
    padding: 5px 10px;
    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(40, 42, 116, 0.5); }

.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(40, 42, 116, 0.5);
  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: "EB Garamond", 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: #185DAA;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px;
  cursor: pointer;
  color: white;
  border: 1px solid #185DAA;
  transition: background 150ms;
  margin-bottom: 20px; }

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

/* ===================================== */
/* =========== Contact Page ============ */
/* ===================================== */
.section.form {
  padding: 0;
  background-color: #f2f3f3; }

.section.form .overlay {
  padding: 100px 0 60px;
  background-color: rgba(209, 211, 212, 0.85); }

.section.form .overlay {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  align-items: start;
  justify-content: space-between; }
  .section.form .overlay .form {
    width: 100%; }
    .section.form .overlay .form .title {
      margin-bottom: 20px; }
    .section.form .overlay .form .title h2, .section.form .overlay .form .title h3 {
      font-size: 33px;
      line-height: 33px;
      color: #231f20;
      margin-bottom: 0; }
    .section.form .overlay .form .title p {
      font-size: 26px;
      line-height: 26px;
      font-weight: 400;
      font-family: "EB Garamond", serif;
      color: #231f20;
      margin-bottom: 0; }

.section.form .overlay .row {
  display: flex;
  width: 100%;
  flex-flow: wrap; }

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

.section.form .overlay .row .left .form {
  width: 100%;
  padding: 20px 20px 0 20px;
  -webkit-box-shadow: 0px 5px 15px #a2a2a2;
  -moz-box-shadow: 0px 5px 15px #a2a2a2;
  box-shadow: 0px 5px 15px #a2a2a2; }

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

.section.form .overlay .form {
  width: 60%;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 80px;
  -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 .section-title h2,
.section.form .section-title h3 {
  color: #636466; }

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

.contact-wrapper {
  padding: 0; }
  .contact-wrapper .overlay {
    background-color: #ffffff !important; }

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

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

.section.partners {
  padding: 80px 0 40px; }

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

.partners .fc-icon {
  display: block;
  padding: 0; }
  .partners .fc-icon img {
    width: auto;
    margin: 0 auto; }

.partners .slick-slider .slick-track {
  display: flex;
  align-items: center; }

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

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

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

/* ===== client Stories ===== */
.section.client-stories {
  padding: 60px 0; }
  .section.client-stories.blc {
    padding: 0; }
  .section.client-stories .overlay {
    padding: 100px 0;
    background-color: rgba(99, 100, 102, 0.9); }
    .section.client-stories .overlay .title h2, .section.client-stories .overlay .title h3 {
      color: #ffffff; }

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

.client-stories .story-panel.grid-3 .grid {
  width: 32%;
  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; }
  .client-stories .story-panel.grid-3 .grid.cv {
    margin-bottom: 20px; }
    .client-stories .story-panel.grid-3 .grid.cv:nth-child(3n+2) {
      margin-bottom: 20px; }
    .client-stories .story-panel.grid-3 .grid.cv .content {
      padding: 20px 20px; }
    .client-stories .story-panel.grid-3 .grid.cv:hover {
      transition: 0.3s ease-in-out;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

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

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

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

.client-stories .story-panel.grid-3 .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 0; }

.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 h2 {
  font-size: 27px;
  line-height: 37px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "EB Garamond", serif; }

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

.client-stories .story-panel .content p,
.client-stories .story-panel .content ul li,
.client-stories .story-panel .content ol li
 {
  font-size: 19px;
  color: #636466;
  line-height: 29px;
  font-weight: 300; }

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

.section.custom-steel {
  position: relative; }

.custom-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .custom-row > div {
    width: 50%;
    overflow: hidden; }
    .custom-row > div .links {
      position: relative;
      bottom: -30px; }
  .custom-row > .left-wrap {
    padding-top: 30px; }
  .custom-row.left .left-wrap {
    order: 2; }
    .custom-row.left .left-wrap .content {
      float: left; }
  .custom-row.left .right-wrap {
    order: 1; }
    .custom-row.left .right-wrap button.slick-next.slick-arrow {
      left: auto;
      height: 74px;
      width: 72px;
      right: 12%; }
    .custom-row.left .right-wrap .rimage {
      position: relative; }
      .custom-row.left .right-wrap .rimage:after {
        content: none; }
      .custom-row.left .right-wrap .rimage:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 0 solid transparent;
        border-bottom: 527px solid transparent;
        border-right: 11.5em solid #ffffff; }
  .custom-row .left-wrap .content {
    max-width: 600px;
    float: right; }
    .custom-row .left-wrap .content p {
      font-size: 18px;
      line-height: 25px; }
  .custom-row .right-wrap button.slick-prev.slick-arrow {
    display: none !important; }
  .custom-row .right-wrap button.slick-next.slick-arrow {
    left: 12%;
    top: 45%;
    height: 74px;
    width: 72px; }
  .custom-row .right-wrap .rimage {
    position: relative; }
    .custom-row .right-wrap .rimage:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top: 0 solid transparent;
      border-bottom: 527px solid transparent;
      border-left: 11.5em solid #ffffff; }

.section.about-wrap .inner-page {
  padding: 60px 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 {
  padding: 100px 0;
  background-color:rgba(24, 93, 170, 0.5); }

.about-steel .title h2, .about-steel .title h3, .about-steel .title h4 {
  color: #ffffff; }

.about-steel p {
  color: #ffffff; }

.about-steel .row {
  display: flex;
  flex-flow: row;
  align-items: center; }
  .about-steel .row > div {
    width: 50%; }
  .about-steel .row .div-wrap .title h3 {
    font-size: 60px;
    line-height: 60px; }

.section.selector-wrap {
  padding: 60px 0; }
  .section.selector-wrap .title {
    margin-bottom: 40px; }
    .section.selector-wrap .title h1,
    .section.selector-wrap .title h2,
    .section.selector-wrap .title h3{
      color:#231f20;
    }
    .section.selector-wrap .title .content {
      width: 940px; }

.selector-wrap .row-block {
  display: flex;
  flex-flow: row;
  margin: 0 auto;
  width: 100%; }

.selector-wrap .row-block .selector {
  width: 30.6%;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 55px; }
  .selector-wrap .row-block .selector:last-child {
    margin-right: 0; }

.selector-wrap .row-block .selector .image {
  overflow: hidden; }
  .selector-wrap .row-block .selector .image img {
    width: 100%; }

.selector-wrap .row-block .selector .text {
  padding: 20px 0; }

.selector .text h3 {
  font-family: "EB Garamond", serif;
  color: #231f20;
  font-size: 33px;
  line-height: 33px;
  font-weight: 400; }
  .selector .text h3 span {
    display: block;
    color: #185DAA; }

.selector .text p {
  font-size: 18px;
  line-height: 26px;
  color: #636466;
  font-weight: 400;
  margin-bottom: 0; }

.selector .text span.btn,.selector .text a.btn {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: block;
  width: 200px;
  padding: 10px 20px; }

.selector-wrap .row-block .selector:hover .image {
  position: relative;
  transition: all .9s ease-in-out; }

.selector-wrap .row-block .selector:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1); }

/* ============== Context ================== */
.section.context {
  padding: 100px 0;
  background-color: #ffffff; }
  .section.context .title {
    margin-bottom: 0; }
  .section.context .text {
    width: 700px;
    margin: 0 auto; }
    .section.context .text p {
      font-size: 19px;
      line-height: 25px;
      font-weight: 300;
      color: #636466; }

/* ============== Context ================== */
.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: 31%;
  background-color: #f5f5f5;
  margin: 0 1% 20px;
  padding: 105px 0;
  position: relative;
  transition: .3s all ease-in-out; }

.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:after {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 15px;
  background-color: #636466;
  content: '';
  margin: 0 auto;
  z-index: 2; }

.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.8);
  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(40, 42, 116, 0.7); }

.skill-wrap .row.capability .skill .text {
  position: relative;
  z-index: 3; }

.skill-wrap .row.capability .skill span.count {
  color: #ffffff;
  background-color: #185DAA;
  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; }

.nav-links {
  background-color: #185DAA; }

.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.current-menu-item a {
      font-weight: 700; }
    .nav-links .footer-nav
ul li:hover {
      border-color: #185DAA;
      box-shadow: 0 15px 20px #185DAA;
      transform: translateY(3px); }
    .nav-links .footer-nav
ul li a {
      font-family: "Lato", sans-serif;
      display: block;
      padding: 30px 15px;
      font-size: 17px;
      line-height: 28px;
      color: #ffffff;
      font-weight: 400; }

.social-media {
  width: 100%; 
	text-align: center;
    margin-top: 20px;
}
  .social-media ul {
    padding: 0;
    margin: 0; }
    .social-media ul li {
      padding-left: 0;
      margin-right: 10px;
      display: inline-block;
      vertical-align: top; }
      .social-media ul li:before {
        content: none; }
      .social-media ul li .svg-inline--fa {
        width: 2em;
        /* border: 1px solid $primary; */ }
      .social-media ul li:last-child {
        margin-right: 0; }
      .social-media ul li a svg {
        background-color: transparent;
        width: 30px;
        height: 40px;
        padding: 5px 0;
        /* font-size: 10px; */
        text-align: center;
        color: #185DAA;
        -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: $white; */
          color: #185DAA;
          /* border-color: $primary; */ }

.footer .footer-top {
  padding: 60px 0 50px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  vertical-align: middle; }
  .footer .footer-top > div {
    width: 22%; }
	.footer .footer-top .col.contact {
		justify-content: end;
		display: inline-grid;
	}
  .footer .footer-top .col.nav {
    width: 32%; }
  .footer .footer-top .contact .address p, .footer .footer-top .contact .address a, .footer .footer-top .contact .phone-number p  {
    font-weight: 400;
	  font-family: "Lato", sans-serif;
    color: #636466;
	font-size:17px;}
.footer .footer-top .contact .phone-number a{
	 color: #231f20;
  font-weight: 600;
  font-size: 20px;
  font-family: "EB Garamond", serif; }
  .footer .footer-top .contact span.row {
    display: flex;
    flex-flow: row wrap; }
    .footer .footer-top .contact span.row span.img {
      width: 20px;
      margin-right: 10px; }
      .footer .footer-top .contact span.row span.img svg {
        color: #185DAA; }
  .footer .footer-top .nav-links {
    background-color: transparent; }
    .footer .footer-top .nav-links .footer-nav ul {
      display: block; }
      .footer .footer-top .nav-links .footer-nav ul li a {
        font-size: 14px;
        padding: 5px 0;
        color: #636466;
        text-transform: uppercase;
        transition: .3s all ease-in-out; }
        .footer .footer-top .nav-links .footer-nav ul li a:hover {
          transition: .3s all ease-in-out;
          padding: 5px 10px; }

.footer-bottom .copyright {
  padding: 40px 0;
  background-color: #ffffff; }

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

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

.footer-bottom .flinks {
    display: flex;
    gap: 35px;
    justify-content: center;
    margin-top: 15px;
}

.footer-bottom .flinks a {
	font-size: 16px;
	line-height: 26px;
	color: #939598;
  	font-weight: 600;
}

/* ========= Responsive ========== */
@media screen and (max-width: 1230px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 1%; }
  .container-fluid {
    max-width: 100%;
    padding: 0 1%;
    width: 100%; }
  .selector .text p {
    padding: 10px 1% 0; }
  .about-wrap .content-right .text-wrap > div {
    width: 100%; }
  .about-wrap .content-left .text-wrap > div {
    padding: 100px 7% 25px 0;
    width: 90%; }
  .nav-links .footer-nav ul li a {
    padding: 20px 26px; } }

@media screen and (max-width: 1100px) {
  .slider-content .content h1 {
    font-size: 70px;
    line-height: 70px; }
  .nav #menu > li > a {
    padding: 15px 10px; }
  .nav-links .footer-nav ul li a {
    padding: 20px 22px; }
  .gallery-grid .grid .content {
    padding: 40px 25px 0px 25px; } }

@media screen and (max-width: 1024px) {
  .nav #menu > li > a {
    font-size: 14px; }
  .about-wrap .content-right .text-wrap > div {
    padding: 50px 0 25px 30px; }
  .about-wrap .content-left .text-wrap > div {
    padding: 50px 7% 25px 0; }
  .expertise-wrap .expertise {
    margin: 0 0.5% 0; }
  .expertise-wrap .slick-prev {
    left: 0; }
  .expertise-wrap .slick-next {
    right: 0; }
  .gallery-grid.team .portfolio-text {
    padding: 2.5rem 1em; }
  .blog-wrapper .post-img {
    width: 100%;
    float: none;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    max-height: 100%; }
  .blog-wrapper .post-info {
    width: 100%;
    float: none;
    padding: 10px;
    margin-right: 0;
    display: inline-block; }
  .custom-row {
    display: block;
    flex-flow: unset; }
  .custom-row > div {
    width: 100%; }
  .custom-row .left-wrap .content {
    max-width: 100%;
    float: none;
    padding: 20px 0; }
  .custom-row .right-wrap .rimage {
    background: none !important; }
  .custom-row .right-wrap .rimage:after {
    border-bottom: 32em solid transparent;
    border-left: 12.5em solid #ffffff; }
  .custom-row .right-wrap button.slick-next.slick-arrow {
    left: 20%; }
  /*==============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=================================*/
  .nav-links .footer-nav ul li a {
    padding: 20px 20px; }
  .gallery-grid .grid .content {
    padding: 40px 20px 0px 20px; } }

@media screen and (max-width: 990px) {
  .nav #menu > li > a {
    padding: 15px 5px; }
  .slider-content .content h1,
  .section.hero .content h1 {
    font-size: 50px;
    line-height: 52px; }
  .slider-content .content h6 {
    font-size: 30px;
    line-height: 40px; }
  .about-steel .row .div-wrap .title h3 {
    font-size: 50px;
    line-height: 50px; }
  .about-steel .row .div-wrap .title h3 {
    font-size: 50px;
    line-height: 50px; }
  .footer-top .right-wrap .contact p,
  .footer-top .right-wrap .contact a {
    font-size: 14px; }
  .nav-links .footer-nav ul li a {
    padding: 20px 13px; }
  .section.form .overlay .form {
    width: 70%; }
  .gallery-grid .grid .content {
    padding: 40px 10px 0px 10px; }
  .gallery-grid .grid .content h4 {
    font-size: 18px; } }

@media screen and (max-width: 880px) {
  .nav #menu > li > a {
    padding: 15px 2px;
    font-size: 12px; }
  .header .top-wrap .left-wrap {
    width: 300px;
    padding: 0; }
  .header .top-wrap .left-wrap .logo {
    width: 300px; }
  .section.selector-wrap .title .content {
    width: 100%; }
  .selector-wrap .row-block {
    display: block;
    flex-flow: unset;
    margin: 0 auto;
    width: 100%;
    padding: 0 1%; }
  .selector-wrap .row-block .selector {
    width: 300px;
    margin: 0 auto 20px;
    display: block; }
  .selector-wrap .row-block .selector:last-child {
    margin: 0 auto; }
  .expertise-wrap .row .expertise span.btn {
    padding: 5px 15px; }
  .gallery-grid.team .portfolio-text {
    padding: 1.5rem 0.5em; }
  .footer-top .right-wrap .contact {
    padding-left: 1%; }
  .nav-links .footer-nav ul li a {
    padding: 20px 6px; }
  .section.form .overlay .form {
    width: 80%; }
  .gallery-grid .grid .content h4 {
    font-size: 16px; }
  .gallery-grid .grid .content p {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .mobile-view {
    display: block; }
  .visible-xs {
    display: block; }
  .visible-lg {
    display: none; }
  .cbp-spmenu {
    background: #185DAA; }
  .section .title {
    margin-bottom: 20px; }
  .section .title h1, .section .title h2, .section .title h3 {
    font-size: 26px;
    line-height: 35px; }
  .header {
    padding: 0; }
  .header .top-wrap {
    padding: 10px 0;
    align-items: start; }
  .header .top-wrap .left-wrap {
    float: none;
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center; }
    .header .top-wrap .left-wrap .logo {
      padding: 0; }
  .header .top-wrap .tagline {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
    padding: 10px 0; }
  .header .top-wrap .right-wrap .phone-number {
    position: relative;
    right: auto;
    top: 0;
    transform: translateY(0); }
  .menu-btn {
    top: 55px; }
  /*  ======================    */
  .hero-wrapper .content {
    padding: 40px 0; }
  .hero-wrapper .content h1 {
    font-size: 40px;
    line-height: 40px; }
  .section.about-steel .overlay {
    padding: 40px 0; }
  .about-steel .row {
    display: block;
    flex-flow: unset; }
  .about-steel .row .div-wrap {
    width: 100%; }
  .about-steel .row > div {
    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: auto; }
    .client-stories .story-panel .image img {
      width: 100%; }
  .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 20px; }
  .skill-wrap .row.capability .skill:first-child {
    margin: 0 auto 20px; }
  .skill-wrap .row.capability .skill:last-child {
    margin: 0 auto; }
  .expertise-wrap {
    padding: 20px 0; }
    .expertise-wrap .row {
      display: block;
      flex-flow: unset;
      margin: 0 auto;
      width: 300px; }
    .expertise-wrap .slick-prev {
      left: -25px; }
    .expertise-wrap .slick-next {
      right: -25px; }
    .expertise-wrap .expertise {
      width: 300px;
      margin: 0 auto 20px;
      display: block; }
  .section.partners {
    padding: 20px 0; }
  .section.selector-wrap {
    padding: 20px 0; }
  .section.selector-wrap .title {
    margin-bottom: 20px; }
  .selector-wrap .content {
    display: block;
    flex-flow: unset;
    margin: 0 auto; }
  .selector-wrap .content .selector {
    display: block;
    width: 300px;
    margin: 0 auto 20px; }
  .section.context .text {
    width: 100%;
    margin: 0 auto; }
  .section.context .layer {
    padding: 20px 0; }
  .section.context .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px; }
  /*  ======================    */
  .pb {
    padding-bottom: 20px !important; }
  /*====About-Wrap Left Right Content===*/
  .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: 10px 5px; }
  .about-wrap .content-right .img-wrap, .about-wrap .content-right .text-wrap {
    float: none;
    text-align: center;
    background-image: none !important;
    height: auto; }
  .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;
    text-align: center;
    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 .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%; }
  .about-wrap .text-wrap > div h3, .fullwidthcont h3 {
    margin-bottom: 0; }
  /*====About-Wrap Left Right Content===*/
  .blog-door .flex-cont,
  .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text {
    display: block;
    flex-flow: unset; }
  .blog-door .flex-cont .left-wrap {
    padding-right: 0; }
  .blog-door .flex-cont > div,
  .blog-door .flex-cont .left-wrap .cont-blog .cont-blog-text,
  .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text .text,
  .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text .btn-wrap {
    width: 100%; }
  .blog-door .flex-cont .left-wrap .cont-blog .img, .blog-door .flex-cont .right-wrap .cont-blog .img {
    height: 20em; }
  .blog-door .flex-cont .cont-blog .cont-blog-text {
    left: 5px;
    right: 5px; }
  .blog-door .flex-cont .right-wrap .cont-blog {
    margin-bottom: 0; }
  .blog-door .flex-cont .right-wrap .cont-blog .cont-blog-text .text p {
    margin-bottom: 15px; }
  .section.blog-door {
    padding: 20px 0; }
  .blog-content .row {
    display: block;
    flex-flow: unset; }
  .blog-content .row .cont-blog {
    width: 300px;
    margin-right: 0;
    position: relative;
    margin: 0 auto 20px; }
  .blog-content .row .cont-blog:last-child {
    margin: 0 auto; }
  .section.instagram {
    padding: 20px 0 0; }
  .instagram .row {
    display: block;
    flex-flow: unset;
    width: 100%; }
  .instagram .row > div {
    width: 300px;
    margin: 0 auto; }
  .section.client-stories .overlay {
    padding: 20px 0; }
  .section.form .overlay .row-form {
    display: block;
    flex-flow: unset; }
  .section.form .overlay .row-form .left,
  .section.form .overlay .row-form .right {
    width: 90%;
    text-align: center;
    margin: 0 auto; }
  .section.form .overlay .row-form .left .social-media {
    padding: 20px 0; }
  .section.form .overlay .row-form .left .col.contact span.row {
    display: block;
    flex-flow: unset; }
  .section.form .overlay .row-form .left .col.contact .address, .section.form .overlay .row-form .left .col.contact .phone-number {
    width: 300px;
    margin: 0 auto;
    text-align: center; }
  .gallery-wrapper .title h1 {
    font-size: 30px;
    line-height: 40px; }
  .gallery-grid .mix {
    margin: 0 auto 10px; }
  .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: 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: #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: #185DAA;
    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 {
    color: #000; }
  .slicknav_parent.slicknav_open > ul {
    background-color: #FFF; }
  .slicknav_parent.slicknav_open > ul li a {
    color: #ffffff; }
  .slicknav_parent.slicknav_open > ul li a:hover {
    background-color: #03060b;
    color: #FFF; }
  .nav {
    display: none; }
  .nav.mobile {
    display: block; }
  .menu-btn {
    top: 30px;
    bottom: 0;
    z-index: 2;
    right: 0; }
  li.btn.primary-btn > a {
    color: #ffffff;
    padding: 0; }
  .lines::before {
    border-bottom: 13px double #ffffff;
    border-top: 4px solid #ffffff; }
  .slicknav_nav .slicknav_row .svg-inline--fa.fa-sort-down {
    display: none; }
  .cbp-spmenu-right {
    right: -270px; }
  .cbp-spmenu {
    background: #303030; }
  .cbp-spmenu-vertical {
    width: 270px;
    z-index: 999999; }
  .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_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;
    background-color: #303030;
    /* &:last-child{
            border-top: none;
        } */ }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    float: right;
    margin: 0px 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; }
  /* Button Lines */
  .slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5; }
  .slicknav_nav {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background-color: #2b2b2b;
    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 li a {
    padding-left: 20px;
    font-size: 16px; }
  .slicknav_nav a {
    padding: 10px 9px;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    border: 1px solid transparent;
    font-size: 16px;
    letter-spacing: 1px; }
  .slicknav_nav a > a {
    padding: 0; }
  .slicknav_nav li a:hover,
  .slicknav_nav li.active a {
    color: #fff;
    background-color: #185DAA; }
  .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; }
  /*=========== Form ===============*/
  .section.form .overlay .row > div {
    width: 100%; }
  .section.form .overlay .row .right {
    padding-left: 0; }
  .section.form .overlay {
    padding: 20px 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 ===============*/
  .section .title .content {
    width: 100%;
    margin: 0 auto; }
  .nav-links .footer-nav ul li a {
    padding: 10px 6px; }
  .footer .footer-top {
    padding: 20px 0;
    display: block;
    flex-flow: unset; }
  .footer .footer-top > div,
  .footer .footer-top .col.nav {
    width: 100%;
    display: block;
    text-align: center; }
  .footer .footer-top .col.contact {
    width: 200px !important;
	      display: block;
    margin: 0 auto; }
  .footer-bottom .copyright {
    padding: 20px 0; } }

@media screen and (max-width: 600px) {
  .header .top-wrap {
    display: block; }
  .header .top-wrap .left-wrap .logo {
    margin: 0 auto; }
  .header .top-wrap .right-wrap {
    width: 100%;
    text-align: center; }
  .menu-btn {
    top: 0; }
  .section.form .overlay .row-form .left {
    width: 100%; }
  .section.form .overlay .row-form .right .form .title h2 {
    font-size: 22px;
    line-height: 32px; }
  .section.form .overlay .row-form .right .form .title p {
    font-size: 14px;
    line-height: 20px; }
  .form-wrapper {
    padding: 0 0; }
  .slider-content {
    top: 20%; }
    .slider-content .content h1 {
      font-size: 35px;
      line-height: 40px; }
    .slider-content .content h6 {
      font-size: 16px;
      line-height: 26px; }
  .slider-content .content p {
    font-size: 16px;
    line-height: 22px; }
  .slider-content .content .links a.btn {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 20px;
    font-size: 10px; } }
