/*
 Theme Name: Danrae Group
 Theme URI: http://brilliantbluetest.com/dev/wp/danrae
 Description: Custom theme for Danrae Group.
 Author: BBIM
 Author URI: https://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Montserrat:100,300,300i,400,400i,500,500i,600,600i,700,700i,800");
/*
* === 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;
  color: #434244;
  line-height: 26px;
  font-weight: 400;
  font-size: 18px; }

*, *: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; }

/*
* === COMMON ===
*/
i,
em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

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

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

th {
  font-weight: bold; }

td,
th {
  padding: 10px; }

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

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

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

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

a {
  text-decoration: none;
  color: #264374; }

textarea {
  resize: none; }

button {
  cursor: pointer;
  border: none; }

.visible-xs {
  display: none; }

/*
* - Focus -
*/
button:focus {
  outline: none; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 2px 5px 10px -6px #000000; }

.clearfix:after {
  clear: both; }

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

.clear {
  clear: both; }

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

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

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

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

/*
* - Placeholder -
*/
::-webkit-input-placeholder {
  color: #636466; }

::-moz-placeholder {
  color: #636466; }

:-moz-placeholder {
  color: #636466; }

:-ms-input-placeholder {
  color: #636466; }

/*
* - Wrappers -
*/
.container {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  padding: 0 15px; }

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

.row {
  margin-right: -15px;
  margin-left: -15px; }

.section .title {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%; }

.section .title h2 {
  font-size: 36px;
  color: #264374;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px; }
h3.hr{
position: relative;
}
h3.hr:after {
    content: " ";
    height: 2px;
    width: 180px;
    position: absolute;
    bottom: -8px;
    background: #264374;
    left: 0;
}
/*
* - Form -
*/
.flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}
/*
* - Buttons -
*/
.btn {
  border: 2px solid transparent;
  padding: 16px 35px;
  background-color: #ccc;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  display: inline-block;
  transition: .3s;
  margin-top: 15px; }

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

.default-btn:hover {
  background-color: #231f20;
  color: #fff; }

.secondary-btn {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-color: #ffffff; }

.secondary-btn:hover {
  background-color: #ffffff;
  color: #000000; }

.primary-btn {
  background-color: #264374;
  color: #fff; }

.primary-btn:hover {
  background-color: #231f20;
  color: #fff; }

/*
* - Placeholder -
*/
.left input::-webkit-input-placeholder {
  color: #636466; }

.left input::-moz-placeholder {
  color: #636466; }

.left input:-moz-placeholder {
  color: #636466; }

.left input:-ms-input-placeholder {
  color: #fff; }

.right input::-webkit-input-placeholder {
  color: #fff; }

.right input::-moz-placeholder {
  color: #fff; }

.right input:-moz-placeholder {
  color: #fff; }

.right input:-ms-input-placeholder {
  color: #fff; }

/*
* - Focus -
*/
button:focus {
  outline: none; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 2px 5px 10px -6px #000000; }

.section.form .right input .clearfix {
  clear: both; }

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

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

.form-wrapper {
  width: 100%;
  overflow: hidden; }

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

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

.form-wrapper .form-group .submit {
  padding: 15px 55px; }

.form-wrapper .cs-form span {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

.form-wrapper input[type="text"],
.form-wrapper textarea,
.form-wrapper select {
    background-color: transparent;
    border: 2px solid #a6a8aa;
    font-family: "Lato", sans-serif;
    width: 100%;
    position: relative;
    font-weight: 400;
    color: #000;
    padding: 15px;
}

.form-wrapper textarea {
  height: 150px;
  resize: none;
}

.form-wrapper input[type="submit" i],
.form-wrapper input[type="reset" i] {
    background-color: #264374;
    color: #fff !important;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    display: inline-block;
    transition: .3s;
    margin-top: 15px;
    padding: 15px 55px;
    width: 200px;
}

.form-wrapper *::-webkit-input-placeholder {
  opacity: 1;
  color: #aeacb3; }

.form-wrapper *:-moz-placeholder {
  opacity: 1;
  color: #aeacb3; }

.form-wrapper *::-moz-placeholder {
  opacity: 1;
  color: #aeacb3; }

.form-wrapper *:-ms-input-placeholder {
  opacity: 1;
  color: #aeacb3; }

.form-group .form-control {
  background-color: transparent;
  border: 2px solid #a6a8aa;
  font-family: "Lato", sans-serif;
  width: 100%;
  position: relative;
  font-weight: 400;
  color: #000; }

.form-group .form-control {
  padding: 15px; }

.form-group textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  height: 150px; }

.form-group.captcha-grid {
  position: relative; }

.form-group.captcha-grid > span:first-child {
  position: absolute;
  right: 0;
  top: 10px; }

.form-group.captcha-grid .form-control {
  padding: 15px; }

.form-group *::-webkit-input-placeholder {
  opacity: 1;
  color: #aeacb3; }

.form-group *:-moz-placeholder {
  opacity: 1;
  color: #aeacb3; }

.form-group *::-moz-placeholder {
  opacity: 1;
  color: #aeacb3; }

.form-group *:-ms-input-placeholder {
  opacity: 1;
  color: #aeacb3; }

.grecaptcha-badge {
  bottom: 65px !important;
}

/* ======================================= */
/* ============== Header ================= */
/* ======================================= */
svg:not(:root) {
  overflow: hidden; }

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

.header {
  z-index: 999;
  background-color: #FFF;
  padding: 10px 0; }
  .header .container {
    max-width: 1250px;
  }
  .header .top-wrap {
    width: 100%; }
    .header .top-wrap .left-wrap {
      width: 230px;
      padding: 10px 0;
      float: left; }
    .header .top-wrap .left-wrap .tagline p{
      margin-bottom: 0;
      font-size: 16px;
      color: #000;
      padding-top: 5px;
    }
      .header .top-wrap .left-wrap .logo {
        width: auto;
        -webkit-transition: all 0.2s ease-in 0s;
        -moz-transition: all 0.2s ease-in 0s;
        -o-transition: all 0.2s ease-in 0s;
        transition: all 0.2s ease-in 0s; }
    .header .top-wrap .right-wrap {
      width: 980px;
      text-align: right;
      float: right;
      margin-top: 20px; }
      .header .top-wrap .right-wrap .phone-number {
        margin-bottom: 10px; }

      .footer .phone-number {
        margin-top: 40px;
      }
        .phone-number a {
          color: #264374;
          font-weight: 700;
          font-size: 20px; }
        .phone-number a img {
            margin-right: 10px;
          }

.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;
  widows: 100%; }

.header .bottom-wrap .main-menu {
  background-color: #f1f1f2; }

.nav ul#menu {
  margin: 0;
  position: relative;
  text-align: right;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  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: #546dac;
  padding: 5px 25px 5px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Lato", sans-serif; }

/* .nav #menu > li > a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 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: 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-top-color: $black;
} */
.nav #menu > li > ul {
  width: 100%;
  min-width: 207px;
  display: none;
  background-color: #f1f1f2;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 999;
  padding: 0px 0px; }

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

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

.nav #menu > li > ul > li a {
  display: block;
  color: #264374;
  font-weight: 400;
  font-size: 15px;
  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: #264374;
  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: #434244; }

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

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

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

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

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

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

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

.header
.header .phone-number a {
  color: #264374;
  font-weight: 500; }

.header .phone-number a img {
  vertical-align: top; }

.header .top-wrap .phone-number .phone:first-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  font-weight: 400;
  font-size: 16px; }

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

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

.hero-wrapper .layer {
  background-color: rgba(0, 0, 0, 0.4); }
.hero-wrapper .layer.white {
  background-color: rgba(83, 108, 172, 0.5); }
  .hero-wrapper .layer.white h1{
  color: #546dac; }
  .hero-wrapper .layer.white p{
  color: #546dac; }

.hero-wrapper {
  position: relative; }

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

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

section.hero {
  padding: 0; }

section.hero .content {
  padding: 120px 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4); }

section.hero .content h1,
section.hero .content p {
  color: #fff; }

/*
* - slider -
*/
.mobile-image {
  display: none !important;
}
.slider {
  padding: 0;
  overflow: hidden;
  position: relative; }

.slider img {
  width: 100%; }

#home-slider .slick-slide .item {
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover; }

.slider .overlay {
  /*   background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
  FF3.6-15
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
  Chrome10-25,Safari5.1-6
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 100%);
  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#007db9e8', GradientType=1); */
  /* IE6-9 */
  overflow: hidden;
  width: 100%;
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.4); }

.slider .container {
  position: relative;
  height: 100%; }

.slider .content {
  text-align: center;
  color: #fff;
  transform: translate(-50%, -20%);
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  padding: 0 15px; }

.slider .content > div {
  max-width: 100%;
  float: none; }

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

.slider .content h1 > span.trans {
  display: block;
  padding: 5px 0;
}

.slider .content h1 {
  font-family: "Lato", sans-serif;
  font-size: 84px;
  line-height: 80px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px; }
  .slider .content h1 b,
  .hero-wrapper .content h1 b {
    font-weight: 500;
    display: block; }

.hero-wrapper .content h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

.slider .content p,
.hero-wrapper .content p {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #FFF;
  line-height: 30px; }

.slider .content .links a.btn {
  margin-top: 20px;
  display: inline-block;
  width: auto;
  padding: 20px 35px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px; 
  width: 48%;
  background-color: rgba(38, 67, 116, 0.70);
}

.slider .content .links {
  display: block;
  width: 85%;
  margin: auto;
  margin-top: 5%; }

.slider .content .links a.btn:last-child {
  margin-left: 20px; }

/*
* === HOME PAGE ===
*/
.section a:focus,
.section a:active {
  outline: none; }

.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: #434244;
  top: 12px; }

.section li {
    font-size: 20px;
    line-height: 30px;
    color: #434244;
    font-family: "Lato", sans-serif;
    font-weight: 300;
 }
 
.page-template-project .section.client-stories .overlay {
  padding: 20px 0 40px; }


/*
* - Selector Wrap -
*/
.section.selector-wrap {
    padding-bottom: 60px;
}

.selector-wrap .content {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
	
}

.selector-wrap .content a.selector {
    width: 30.6%;
    margin: 15px;
    position: relative;
    border: 2px solid #000;
    display: inline-block;
    overflow: hidden;
}

.selector-wrap .content .selector .text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
  transition: 0.5s;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  padding: 100px 30px 0;
}

.selector .text h5 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}


.selector .text p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.selector-wrap .content a.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 5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*
* - client-stories -
*/
.section.client-stories {
  position: relative;
  margin-top: 0; }
  .section.client-stories .overlay {
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.8); }


  .client-stories .title h2 {
    font-size: 31px;
    line-height: 41px; }

.client-stories .story-panel .overlay {
  padding: 0; }

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

.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: 15px 0;
}
  .client-stories .story-panel.grid-3 .grid.hv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 12px solid rgba(38, 67, 116, 0.8);
    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; }
  .client-stories .story-panel.grid-3 .grid.hv:hover:after {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  .client-stories .story-panel.grid-3 .grid:nth-child(3n+2) {
    margin: 15px 2%; }
  .client-stories.news .story-panel.grid-3 .grid:nth-child(3n+2) {
    margin: 0 8%;
  }
  .client-stories.news .story-panel.grid-3 .grid {
    width: 28%;
    padding-bottom: 40px;
  }
  .client-stories .story-panel.grid-3 .grid .image.cl {
    -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); }
    .client-stories .story-panel.grid-3 .grid .image.cl img {
      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); }
  .client-stories .story-panel.grid-3 .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); }
    .client-stories .story-panel.grid-3 .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); }

/* .client-stories .story-panel.grid-3.grid-3.articles .grid {
  width: 28%;
  background-color: #ffffff;
  box-sizing: border-box;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: visible;
  background-position: top center; } */
  /* .client-stories .story-panel.grid-3.grid-3.articles .grid:nth-child(3n+2) {
    margin: 0 8%; } */
    .client-stories .story-panel.grid-3.grid-3.articles .grid {
      -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    }
    .client-stories.news .story-panel.grid-3.grid-3.articles .grid {
      box-shadow: none;
    }
  .client-stories .story-panel.grid-3.grid-3.articles .grid h4 > a {
    font-weight: 700; }
  .client-stories .story-panel.grid-3.grid-3.articles .grid a.readmore {
    font-size: 14px;
    position: absolute;
    bottom: 15px; }

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

.client-stories .story-panel .content {
  color: #000000;
  padding: 40px 35px 0px 35px;
  text-align: center;}
  .client-stories .story-panel .content h2 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px; }
  .client-stories .story-panel .content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300; }
  .client-stories .story-panel .content span.btn, .client-stories .story-panel .content a.btn {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    margin: 0 auto; }

    .client-stories.csp .story-panel.grid-3 .grid {
      min-height: 605px;
      margin-bottom: 20px;
    }
    
    .client-stories.csp .story-panel .content {
      color: #000000;
      padding: 20px 20px 20px 20px;
      text-align: left;
    }

    .client-stories.csp .story-panel .content h2 {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 15px;
      font-weight: 700;
      color: #434244;
      font-family: "Lato", sans-serif;
    }
    .client-stories.csp .story-panel .content p {
      margin-bottom: 20px;
      font-weight: 400;
    }

   .client-stories.csp .story-panel .content span.btn {
      left: 20px;
      right: auto;
      bottom: 20px;
   }

   .client-stories .story-panel.articles .content {
    padding: 20px;
   }
  .client-stories.news .story-panel.articles .content {
    padding: 20px 0 0 0;
   }
  .client-stories .story-panel .content .articles {
    text-align: left;
    background-color: #ffffff;
    width: 100%; }
  
  .client-stories.news .story-panel .content .articles h4 {
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
  }

  .client-stories.news .story-panel .content .articles h4 a {
    font-weight: 400 !important;
  }

  .client-stories .story-panel .content .articles .addtoany_content {
      display: none; }


.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 .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(0, 0, 0, 0.2);
}
.gallery-grid .mix img {
    vertical-align: top;
}
.gallery-grid .grid.hv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 12px solid rgba(105, 160, 186, 0.8);
    opacity: .5;
    z-index:-1;
    -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.cl {
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-size: cover;
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  .gallery-grid .grid .image.cl img {
      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 35px 0px 35px;
  text-align: center;}
.gallery-grid .grid .content p a{
  font-weight:700;}
.gallery-grid .grid .content h2 {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700; }
    .gallery-grid .grid .content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300; }
    .gallery-grid .content span.btn, .gallery-grid .content a.btn {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
   	padding-bottom:16px;
   	color:#ffffff;	
    margin: 0 auto; 
    z-index:1;
}

/* 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));
    }
}
.section.gallery-wrapper a {
    text-decoration: none;
    color: #333333;
}

.gallery-wrapper .controls {
    text-align: center;
    margin-bottom: 50px;
}
.gallery-wrapper .control {
    position: relative;
    background-color: #264374;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
    cursor: pointer;
    color: white;
    border: 1px solid #264374;
    transition: background 150ms;
    margin-bottom: 20px;
}
.gallery-wrapper .mixitup-control-active {
    background-color: #000000;
    border-color: #000000;
}
/*
* - Proven Process -
*/
.section.proven-process {
  padding: 100px 0;
  overflow: hidden;
  width: 100%; }

.section.proven-process .content {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.proven-process .left-wrap,
.proven-process .right-wrap {
  width: 50%;
}

.proven-process .right-wrap {
  padding-left: 5%;
}


  .section.proven-process p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
 }

.proven-process a.btn {
  margin-top: 40px; }

/*
* - About Wrap -
*/
.about-wrap {
  padding: 0; }

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

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

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

.about-wrap .row {
  /* margin-bottom: 60px; */
  display: table;
  width: 100%; }
  .about-wrap .row > div {
    display: table-cell;
    vertical-align: middle; }

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

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

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

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

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

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

.about-wrap .text-wrap {
  position: relative;
  width: 50%;
  float: none; }
  .about-wrap .text-wrap p,
  .fullwidthcont p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; }

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

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

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

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

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

.about-wrap .text-wrap > div h3,
.fullwidthcont h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 3px;
  text-transform: uppercase; }

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


.about-wrap .row.pb {
    padding-bottom: 100px;
}
.about-wrap .row.pb:last-child {
    padding-bottom: 0;
}
/*
* - work Wrap -
*/

.section.ow-wrap {
  padding: 60px 0;
  background-color: #264374;
}

.section.ow-wrap .content {
  display: flex;
  flex-flow: row wrap;
}

.section.ow-wrap .content .ow {
  width: 33.333333%;
  text-align: center;
  margin: 20px 0;
}

.section.ow-wrap .ow .icon img {
    background-color: #fff;
    border-radius: 50%;
}

.section.ow-wrap .ow h3{
  font-size: 63px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
}

.section.ow-wrap .ow h3:after {
    content: '';
    height: 2px;
    width: 70px;
    background-color: #fff;
    display: block;
    margin: 10px auto;
}

.section.ow-wrap .ow p{
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}


.section.client-wrap {
  padding-top: 60px;
}

.section.suppliers-wrap {
  padding: 60px 0;
}


/*
* - Clients Wrap -
*/
/* #clients {
    display: flex;
    flex-flow: row wrap;
}
#clients .item {
    flex-grow: 1;
} */

/*
* - Testimonial Wrap -
*/
.section.testimonials {
  padding: 0 0 40px 0; }

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

#testimonial {
  background-image: url(../images/testimonial-bg.jpg); }

#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;
  color: #fff;
  font-family: "Lato", sans-serif; }

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

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

#testimonial .item .content p {
  font-size: 18px; }

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

#testimonial .slick-prev,
#testimonial .slick-next,
.slider-for .slick-prev,
.slider-for .slick-next {
  background-color: #264374;
  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 {
  background-color: #231f20;
  transition: .3s; }

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

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

.section .slick-dots {
  bottom: 15px;
  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: #fff;
  border-radius: 32px;
  width: 0;
  height: 0;
  padding: 6px;
  border: 1px solid #fff; }

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

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

.photos {
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-flow: row; }
  .photos .photo {
    width: 34%;cursor: pointer;
    padding: 20px 10px 0; }
    .photos .photo .col img {
      width: 100%;
      height: auto; }

#partners-logo {
  margin: 60px auto;
  max-width: 900px; }

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

#partners-logo img {
  width: auto;
  margin: 0 auto; }

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

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

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

/* === INNER PAGE ===*/
.page-template-steps .section.inner-page {
  padding: 40px 0 0px 0; }

.section.inner-page {
  padding: 40px 0;
  /*row*/ }
  .section.inner-page hr {
    margin: 10px 0;
    width: 350px; }
  .section.inner-page .content {
    width: 100%; }
  .section.inner-page .title {
    margin-bottom: 20px; }
    .section.inner-page .title hr {
      margin: 10px 0;
      width: 350px; }
  .section.inner-page .fullWidth {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    text-align: left; }
    .section.inner-page .fullWidth h3 {
      font-size: 26px;
      margin-top: 0;
      color: #264374;
      margin-bottom: 10px; }
  .section.inner-page .row {
    margin-bottom: 30px;
    overflow: hidden; }
    .section.inner-page .row > div p {
      /* font-size:18px;line-height: 26px; */
      margin-bottom: 20px; }
    .section.inner-page .row .rightCont h3 {
      margin-top: 0;
      color: #264374;
      margin-bottom: 10px; }
    .section.inner-page .row .leftCont.float-right {
      float: right;
      margin-left: 2%;
      text-align: center; }
    .section.inner-page .row .leftCont.float-left {
      float: left;
      margin-right: 2%;
      text-align: center; }
    .section.inner-page .row .rightCont.float-right {
      float: right;
      margin-left: 2%;
      text-align: left; }
    .section.inner-page .row .rightCont.float-left {
      float: left;
      margin-right: 2%;
      text-align: left; }
    .section.inner-page .row .leftCont.width50,
    .section.inner-page .row .rightCont.width50 {
      width: 48%; }
    .section.inner-page .row .leftCont.width60,
    .section.inner-page .row .rightCont.width60 {
      width: 58%; }
    .section.inner-page .row .leftCont.width40,
    .section.inner-page .row .rightCont.width40 {
      width: 38%; }
    .section.inner-page .row.blockImg h3 {
      margin-top: 0;
      color: #264374;
      margin-bottom: 10px; }
    .section.inner-page .row .imgBlock > div {
      display: inline-block;
      vertical-align: top; }
    .section.inner-page .row .imgBlock.grid2 > div {
      width: 48.7%; }
    .section.inner-page .row .imgBlock.grid3 > div.text h4 {
      font-weight: 700; }
    .section.inner-page .row .imgBlock.grid3 > div.text .img {
      margin-bottom: 20px; }
    .section.inner-page .row .imgBlock.grid2 > div:first-child {
      margin-right: 1%; }
    .section.inner-page .row .imgBlock.grid2 > div:last-child {
      margin-left: 1%; }
    .section.inner-page .row .imgBlock.grid3 > div:nth-of-type(3n+2) {
      margin: 0 1% 40px; }
    .section.inner-page .row .imgBlock.grid3 a > h4 {
      margin: 10px 0;
      font-size: 24px;
      color: #434244;
      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; }
          .section.inner-page .row .imgBlock > div {
            width: 32.3%;
          }

/* innerpage */
.section .left-right-grid {
  overflow: hidden;
  margin-bottom: 30px; }

.section.grid-2 .grid-2-left {
  width: 48%;
  float: left;
  margin-right: 4%; }

.section.grid-2 .grid-2-right {
  width: 48%;
  float: right; }

.section .left-right-grid h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600; }

.section .left-right-grid p {
  margin-top: 30px; }

.section.grid-2 .grid-2-full-width-content {
  margin-bottom: 30px; }

.page-heading h2 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px; }

.section.grid-3 .grid {
  width: 30.3333333%;
  background-color: #fff;
  box-sizing: border-box;
  margin: 20px 1.5% 0 1.5%;
  float: left; }

.section.grid-one-third .grid-left {
  width: 60%;
  float: left; }

.section.grid-one-third .grid-right {
  width: 40%;
  float: right;
  padding-left: 40px; }



.single-post .section.inner-page {
  padding: 40px 0 0 0;
}
/*
* === Expertise Page ===
*/

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

.expertise-wrap .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.expertise-wrap .row.capability {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.expertise-wrap .row.capability .expertise{
  width: 13%;
  background-color: #264374;
  margin: 0 3.5% 0;
  padding-bottom: 30px;
  position: relative;
}
.expertise-wrap .row.capability .expertise:before{
  position: absolute;
  bottom:0;
  height: 5px;
  width: 90%;
  left:0;
  right:0;
  background-color: #546dad;
  content: '';
  margin: 0 auto;
}
.expertise-wrap .row.capability .expertise::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
    color: #264374;
    font-size: 20px;
    right: -35%;
    top: 45%;
    position: absolute;
    font-weight: 900;
}
.expertise-wrap .row.capability .expertise:last-child:after {
  content: none;
}
.expertise-wrap .row.capability .expertise span.count{
    color: #264374;
    background-color: #fff;
    display: block;
    margin: 0 auto 20px;
    width: 25px;
}
.expertise-wrap .row.capability .expertise p{
  display: none;
}
.expertise-wrap .row.capability .expertise h4{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}

.expertise-wrap .expertise {
    width: 24%;
    display: inline-block;
    margin: 0 .5%;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    padding: 0 20px;
}


.expertise-wrap .expertise h4{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #264374;
    margin-top: 20px;
}
.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: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
}

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

/* ============Team Page========= */

.fullwidth-wrap {
    padding-top: 60px;
}

.gallery-wrapper {

    overflow: hidden;

    width: 100%;

    padding: 60px 0;

}

.gallery-grid {

    position: relative;

    clear: both;

    margin: 0 auto;

    list-style: none;

    text-align: center;

}



.gallery-grid .mix,

.gallery-grid .gap {

    display: inline-block;

    vertical-align: top;

}



.gallery-grid .mix {

    margin: 1rem;

    position: relative;

}

.gallery-grid .mix:hover {

    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);

}

.gallery-grid .mix img {

    vertical-align: top;

}



/* 1 Columns */



.gallery-grid .mix,
.gallery-grid .gap {

    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));

}





/* 2 Columns */

@media screen and (min-width: 501px) {

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

    }

}

.section.gallery-wrapper a {
    text-decoration: none;
    color: #333333;
    position: relative;
    padding-bottom: 60px;
}
.section.gallery-wrapper button a{
	color:#ffffff;
}
.gallery-grid figure .profile-img {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

figure.effect-steve:before,
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;
}

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

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

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

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

figure.effect-steve h2,
figure.effect-steve p {
    color: #fff;
}

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

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

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

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

figure.effect-steve:hover .portfolio-text {
    color: #fff;
    background: rgba(38, 67, 116, 0.4);
}

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

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

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

figure.effect-steve .portfolio-text span.btn {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 10px;
    text-align: center;
}

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

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

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

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

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

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

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

.gallery-wrapper .title h2 {
    padding: 10px 0;
    color: #264374;
    font-weight: 400;
}

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

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

.page-template-team .gallery-grid .mix {
  padding-bottom: 0;
}

.page-template-team .gallery-grid {
  display: block;
}

/*
* - Registration Form Wrap -
*/

.registration-form {
  padding-bottom: 60px;
}

.form-wrapper .form {
    width: 60%;
    margin: 20px auto;
    background: #fff;
    padding: 70px;
    -webkit-box-shadow: 0px 0 5px 6px #e2e2e3;
    -moz-box-shadow: 0px 0 5px 6px #e2e2e3;
    box-shadow: 0px 0 5px 6px #e2e2e3;
}

.form-wrapper .reg-form span {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
}

/*
* === RESPONSIVE ===
*/
@media screen and (max-width: 1300px) {
  .header .top-wrap .right-wrap {
    width: 76%;} }

@media screen and (max-width: 1200px) {
  .client-stories .story-panel .content .articles {
    right: -15%; } }

@media screen and (max-width: 1100px) {
  .header .top-wrap .right-wrap {
    width: 73%;
  }
  .container {
    max-width: 100%;
    padding: 0 1%; }

  .slider .content h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .about-wrap .content-right .text-wrap > div {
    width: 100%; }
  .about-wrap .content-left .text-wrap > div {
    padding: 100px 7% 25px 0;
    width: 90%; }
  .client-stories .story-panel .content .articles {
    right: -15%; }
  .selector-wrap .content a.selector {
    margin: 1.3%;
  }
  .selector-wrap .content .selector .text {
    padding: 60px 20px 0;
  }
  .footer .social-media li i,
  .footer .social-media li svg {
    margin-right: 6px; } }

@media screen and (max-width: 1024px) {
  .nav #menu > li > a {
    padding: 5px 20px 5px 0;
  }
  .section .title h2 {
    font-size: 34px; }
  .section.proven-process p {
    font-size: 16px; }
  .about-wrap .content-right .text-wrap > div {
    padding: 50px 0 25px 70px; }
  .about-wrap .content-left .text-wrap > div {
    padding: 50px 7% 25px 0; }
  .selector-wrap .content .selector .text {
    padding: 90px 10px 0;
  } 
  .expertise-wrap .row.capability .expertise {
      width: 15%;
      margin: 0 2.5% 0;
  }
  .expertise-wrap .row.capability .expertise::after {
    right: -25%;
}
  /*==============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 .imgBlock.grid3 > div {
      width: 100%; }
    .section.inner-page .row .imgBlock.grid2 > div {
      width: 100%; }
    .section.inner-page .row .wrap-title {
      margin: 10px 0; }
  /*==============Inner=================================*/ }

@media screen and (max-width: 990px) {
  .header .top-wrap .phone-number .phone:first-child {
    right: 20px;
    top: 30px;
    position: absolute;
}
.header .top-wrap .right-wrap {
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.header .top-wrap .right-wrap .phone-number {
    margin-bottom: 0;
}
  .nav #menu > li > a {
    padding: 0 15px 0 0;
    font-size: 13px; }
    .expertise-wrap .expertise h4 {
      font-size: 14px;
  }
  .client-stories .section-title h2 {
    font-size: 58px; }
  .client-stories .story-panel .content .articles {
    right: 0;
    bottom: 0;
    padding: 25px 15px; }
  .about-wrap .text-wrap > div h3 {
    font-size: 36px; }
  .selector-wrap .content .selector .text {
    padding: 35px 10px 0;
  }
  .section-title h2 {
    font-size: 40px; }
  .section.form .section-title h2,
  .section.form .right .section-title h2 {
    font-size: 34px; }
  .blog-wrapper .post-info {
    width: 65%; }
  .footer-top .widget.footer-logo {
    width: 100%; }
  .footer-top .widget.middle-wrap {
    padding: 0 2% 0 0;
    width: 70%; }
  .footer-top .widget.social-media {
    text-align: right;
    width: 29%; } }

@media screen and (max-width: 880px) {
  .slider .content h1,
  .section.hero .content h1 {
    font-size: 44px;
    line-height: 52px; }
  .client-stories .story-panel .content h2 {
    font-size: 16px; }
  .client-stories .story-panel .content p {
    font-size: 14px; }
  .selector-wrap .content .selector .text {
    padding: 0px 10px 0;
  }
  .expertise-wrap .expertise h4 {
      font-size: 13px;
  }
  .blog-wrapper .post-info {
    width: 100%;
    float: none;
    padding: 10px;
    margin-right: 0; }
  .blog-wrapper .post-img {
    width: 100%;
    float: none;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .mobile-image {
    display: block !important;
  }
  .visible-xs {
    display: block; }
  .visible-lg {
    display: none; }
  .cbp-spmenu {
    background: #264374; }
  .section.proven-process {
    padding: 20px 0; }
    .section.ow-wrap {
      padding: 20px 0;
    }
  .row {
    margin-right: 0;
    margin-left: 0; }
    .expertise-wrap .row.capability {
      display: block;
      flex-flow: unset;
  }
  .expertise-wrap .row.capability .expertise {
      width: 200px;
      margin: 0 auto 50px;
      display: block;
  }
  .expertise-wrap .row.capability .expertise::after {
      right: 0;
      top: auto;
      bottom: -30px;
      left: 0;
      content:'\f078';
  }

  .client-stories .story-panel.grid-3.grid-3.articles .grid {
    width: 100%;
    float: none; }
  .client-stories .story-panel .image {
    background-size: contain; }
  .client-stories .story-panel.grid-3 .grid:nth-child(3n+2),
  .client-stories.news .story-panel.grid-3 .grid:nth-child(3n+2) {
    margin: 15px auto;
  }
  .client-stories .story-panel .image {
    height: 230px;
  }
  .client-stories .story-panel.grid-3 .grid:hover .image.cl img {
    width: auto; }
    .section.client-stories>.overlay {
      padding: 30px 0;
    }
  .client-stories .title {
    margin-bottom: 20px; }
  .client-stories .story-panel .content {
    padding: 15px 25px 0px 25px;
  }
  .header {
    padding: 0;
  }
  .header .top-wrap .left-wrap {
    width: 200px;
  }
  .header .top-wrap .phone-number .phone:first-child {
    right: 75px;
  }

  .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: #264374;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 999;
    text-align: left; }
  .slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden; }
  .slicknav_nav ul {
    background-color: #222222;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 999; }
  .slicknav_nav ul li a {
    padding-left: 20px;
    font-size: 16px; }
  .slicknav_nav .sub-menu a {
    color: #FFF; }
  .slicknav_nav .slicknav_row {
    padding: 6px 9px;
    margin: 0; }
  .slicknav_nav a {
    padding: 6px 9px;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-weight: 400;
    border: 1px solid transparent;
    font-size: 16px;
    letter-spacing: 1px; }
  .slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
    padding: 0 4px 0 0;
    margin: 0; }
  .slicknav_nav .slicknav_row:hover {
    color: #fff; }
  .slicknav_nav li a:hover {
    color: #FFF;
    background-color: #03060b; }
  .slicknav_nav li a:hover a {
    color: #FFF; }
  .slicknav_nav .slicknav_parent > a:hover a, .slicknav_nav .slicknav_parent > a:hover i {
    color: #FFF; }
  .slicknav_nav li:hover a .slicknav_row a {
    color: #000;
    background-color: transparent; }
  .slicknav_nav li:hover .slicknav_arrow {
    color: #FFF; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .sub-menu li:hover a {
    background-color: #F3F6F9;
    color: #000; }
  .slicknav_parent.slicknav_open > ul {
    background-color: #FFF; }
  .slicknav_parent.slicknav_open > ul li a {
    color: #20343D; }
  .slicknav_parent.slicknav_open > ul li a:hover {
    background-color: #03060b;
    color: #FFF; }
  .slicknav_nav .slicknav_parent-link a i.fa fa-sort-down {
    display: none; }
  .about-wrap .content-left .text-wrap > div {
    width: 100%; }
  section.hero .content {
    padding: 80px 0; }
  .slider .content h1 {
    font-size: 27px; }
  .slider .content a.btn {
    padding: 10px 10px;
    margin: 10px 0; }
  #testimonial .item .content {
    width: 100%; }
  #testimonial .slick-prev {
    left: 0; }
  #testimonial .slick-next {
    right: 0; }
  .photos .photo .col img {
    width: 100%;
    height: 5em; }
  .proven-process .left-wrap,
  .proven-process .right-wrap {
    width: 100%; }
  .proven-process .right-wrap {
    padding: 0;
    margin-top: 40px; }
  .section.form .overlay .row > div {
    width: 100%; }
  .section.form .overlay .row .right {
    padding-left: 0; }
  .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: 20px 15px !important; }
  .about-wrap .content-right .img-wrap, .about-wrap .content-right .text-wrap {
    float: none;
    background-image: none !important; }
    .about-wrap .content-right .img-wrap img, .about-wrap .content-right .text-wrap img {
      margin: 0 auto; }
  .about-wrap .content-left .img-wrap, .about-wrap .content-left .text-wrap {
    float: none;
    background-image: none !important; }
    .about-wrap .content-left .img-wrap img, .about-wrap .content-left .text-wrap img {
      margin: 0 auto; }
  .about-wrap .row > div {
    display: block; }
  .about-wrap.process {
    background-image: none;
    padding: 20px 0; }
    .about-wrap .img-wrap {
      height: auto;
  }
  .selector-wrap .content,
  .section.ow-wrap .content {
    flex-flow: column;
    margin: 0;
  }
  .selector-wrap .content a.selector,
  .section.ow-wrap .content .ow {
    width: 100%;
    max-width: 350px;
    margin: 1.3% auto;
  }
  .selector-wrap .content .selector .text {
    padding: 60px 10px 0;
  }
  .fullwidth-wrap {
    padding-top: 30px;
  }
  .section.form .overlay {
    padding: 20px 0; }
  .section.form .left {
    padding: 10px 10px; }
  .section.context .text {
    width: 100%; }
  .testimonials .content {
    width: 100%; }
  .blog-posts .post {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box; }
  .about-wrap .section-title h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px; }
  .about-wrap .row {
    margin-bottom: 20px; }
  .section.form .left,
  .section.form .right {
    width: 100%; }
  .blog-posts {
    padding: 20px 0 0; }
  .section.form .right {
    margin-left: 0; }
  .section.context .layer {
    padding: 20px 0; }
  .section.context .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px; }
    .gallery-grid .mix {
      margin: 1rem;
    }
    .about-wrap .text-wrap p, .fullwidthcont p {
    font-size: 18px;
    line-height: 28px;
  }
  .expertise-wrap .expertise {
    width: 100%;
    margin: 10px auto;
    max-width: 320px;
}
  .form-wrapper .form-group.grid2 > span {
    display: block;
    width: 100%; }
  .form-wrapper .form-group .submit {
    padding: 15px 40px; }
  .footer .social-media {
    margin-top: 20px; }
  .footer-bottom ul li {
    padding: 6px 10px; }
  .footer .address {
    margin-top: 20px; }
  .footer-bottom .copyright p {
    font-size: 12px; }
  .footer .footer-top {
    padding: 20px 0; }
  .footer-top .widget.middle-wrap {
    width: 100%;
    padding: 15px 0; }
  .footer-top .widget.social-media,
  .footer .address,
  .footer .middle-wrap {
    width: 100%;
    text-align: center; }
  .footer .footer-top .widget {
    width: 100%;
    text-align: center; }
    .footer .footer-top .covid-logo {
      text-align: center;
    }
  .footer .news-wrap form {
    max-width: 400px;
    margin: 6px auto 0 auto; }
  .footer .footer-top .widget.form > div {
    float: none;
    width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 600px) {
  .row {
    margin: 0; }
  .slider .content .links a.btn {
    margin-top: 20px;
    display: inline-block;
    width: auto;
    padding: 20px 15px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px; }
  .about-wrap .section-title h1 {
    font-size: 28px;
    line-height: 28px; }
  .about-wrap .content-left .text-wrap > div,
  .about-wrap .content-right .text-wrap > div {
    margin: 0;
    padding: 10px; }
  .client-stories .section-title h2 {
    font-size: 30px; }
  .section.grid-3 .grid {
    width: 100%;
    margin: 20px 0;
    float: none; }
  .proven-process .right-wrap h3,
  .about-wrap .text-wrap > div h3 {
    font-size: 24px; }
  .testimonials .section-title h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .testimonials span {
    width: 90px; }
  .contact-info .info-grid > div {
    width: 100%;
    margin: 0px; }
  .contact-info .grid-text {
    height: 120px;
    padding: 0px; } }

@media screen and (max-width: 560px) {
  .header .top-wrap .phone-number .phone:first-child {
    right: 10px;
    top: 65px;
    position: absolute; }
  .testimonials .section-title h2 {
    font-size: 26px;
    line-height: 30px; } }

@media screen and (max-width: 460px) {
  .header .top-wrap .right-wrap {
    text-align: left;
  }
  .header .top-wrap .phone-number .phone:first-child {
    top: 0;
    position: relative;
    left: 0;
    right: 0;
  }
  }

@media screen and (max-width: 380px) {
  .slider .content h1 {
    font-size: 18px; }
  .section.form .section-title h2,
  .section.form .right .section-title h2 {
    font-size: 24px; }
  .section.form .section-title p {
    font-size: 16px; }
  .slider .content a.btn {
    margin: 15px 10px; } }

/* ===================================== */
/* =========== Contact Page ============ */
/* ===================================== */
/*
* - Form -
*/
.section.form {
  padding: 0; }

.section.form .overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 80px 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;
      box-shadow: 2px 1px 7px #000; }
    .section.form .overlay .row .right {
      padding-left: 20px; }

.section.form .overlay .form {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  padding: 70px;
  -webkit-box-shadow: 0px 0 5px 6px #e2e2e3;
    -moz-box-shadow: 0px 0 5px 6px #e2e2e3;
    box-shadow: 0px 0 5px 6px #e2e2e3; }

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

.section.form .title p {
  font-size: 22px;
  font-weight: 400;
  color: #264374; }

.section.form.cp .section-title p {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  text-transform: none;
  word-spacing: 0px;
  max-width: 870px;
  margin: 0 auto 15px auto;
}

.section.form.cp .section-title h3,
.section.form.cp .section-title h3 a {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
}

.contact-wrapper {
  background-color: #FFF;
  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: 722px;
  width: 100%; }

.page-template-contact .section.form.cp .address p {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}

/*
* === BLOG PAGE ===
*/
.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 #cccccc;
  box-sizing: border-box; }

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

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

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

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

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

.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 #b9b9b9;
  padding: 0px;
  border-bottom: 2px solid #324d5c; }

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

.client-stories .content p {
  /* min-height: 130px; */
  line-height: 24px; }

.leftCont a, .rightCont a,
.row a {
  /*color: #324d5c;*/
  font-weight: bold; }

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

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

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

.steps .top-wrap .steps-h .row {
  width: 100%;
  display: block;
  text-align: center; }

.steps .top-wrap .steps-h .row > div {
  display: inline-block;
  vertical-align: middle; }

.steps .top-wrap .steps-h .row .cols {
  position: relative;
  width: 16.4%;
  margin: 2.1%;
  cursor: pointer; }

.steps .top-wrap .steps-h .row .cols:first-child {
  margin-left: 0; }

.steps .top-wrap .steps-h .row .cols:last-child {
  margin-right: 0; }

.steps .top-wrap .steps-h .row .cols .thumb {
  background-image: url(../images/step1.png);
  width: 170px;
  height: 168px;
  padding-top: 54px; }

.steps .top-wrap .steps-h .row .cols .thumb svg {
  color: #fff;
  font-size: 64px; }

.steps .top-wrap .steps-h .row .cols h6 {
  font-size: 15px;
  font-family: "Lato", sans-serif; }

.steps .top-wrap .steps-h .row .cols hr {
  height: 5px;
  background-color: #d3af37;
  width: 70px;
  margin: 0 auto;
  border: 0;
  z-index: 33; }

.steps .top-wrap .steps-h .row .cols hr:before {
  position: absolute;
  height: 20px;
  width: 15px;
  margin: 0 auto;
  bottom: -10px;
  content: '';
  z-index: -1;
  background-color: #264374;
  left: 0;
  right: 0; }

.stepslist {
  background-color: #f1f2f2;
  /* 
  background-image: url(../images/steps.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; */ }

.stepslist .step_process .section-title h1 {
  font-size: 57px;
  line-height: 67px;
  margin-bottom: 40px;
  color: #63635b; }

.stepslist .step_process .section-title p {
  margin-bottom: 20px; }

.stepslist ul {
  margin-bottom: 0;
  padding-left: 0;
  counter-reset: li; }

.stepslist ul li {
  position: relative;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #99989d; }

.stepslist ul li:last-child {
  border-bottom: none; }

.stepslist ul li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 30px;
  left: 50.4%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 15px;
  color: #ffffff;
  background: #264374;
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-align: center; }

.stepslist .steps_list {
  display: block; }

.stepslist .steps_list li > div {
  display: inline-block;
  vertical-align: top; }

.stepslist .steps_list .col {
  width: 50%; }

.stepslist .steps_list .step-m {
  text-align: center;
  width: 506px;
  height: 346px; }

.stepslist .steps_list .cont {
  width: 49.6%; }

.stepslist .steps_list .cont h2 {
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  padding-left: 60px;
  font-weight: 700; }

.stepslist .steps_list .cont p {
  font-size: 18px;
  line-height: 30px; }

.step_process {
  display: block;
  width: 100%;
  text-align: center; }

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

.section.context {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/testimonial-bg.jpg");
  background-attachment: fixed;
  background-color: #264374; }

.section.context a.btn {
  padding: 20px 60px; }

.section.context .layer {
  padding: 100px 0;
  text-align: center;
  background-color: rgba(109, 110, 113, 0.9); }

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

.section.context .text p {
  font-size: 27px;
  line-height: 37px;
  margin-bottom: 60px;
  color: #ffffff; }

/*
* - Footer -
*/

.nav-links {
  padding: 60px 0;
  background-color: #264374;
}

.nav-links .footer-nav {
  display: flex;
  flex-flow: row wrap;
  max-width: 65%;
  margin: auto;
}

.nav-links .box {
  width: 25%;
  padding-left: 30px;
}

.nav-links ul li a {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.section.logos-wrap {
	padding: 20px 0;
}

.section.logos-wrap .row {
	display: flex;
	flex-flow: row;
	margin: 0;
	align-items:center;
}


.section.logos-wrap .row .logos {
	flex: 1;
	text-align: center;
	padding: 0 5px;
}

.footer .container {
  max-width: 1250px;
}
.footer .footer-top {
  color: #434244;
  padding: 60px 0;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  width: 100%; }
  .footer .footer-top .widget {
    width: 33%; }
  .footer .footer-top .widget.middle-wrap {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
    .footer .footer-top .covid-logo {
      text-align: right;
    }
    .footer .footer-top a.phone_num {
      font-family: "Lato", sans-serif;
      margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  color: #434244;
  display: block;
text-align: center;}
    .footer .footer-top .widget .social-media {
      width: 100%; }
    .footer .footer-top .widget .middle-wrap {
      width: 59%;
      padding: 0 2%; }
    .footer .footer-top .widget .address {
      text-align: center;
      display: block; }
    .footer .footer-top .widget .address p {
      color: #546dac;
		font-size:18px;
    } 

    .footer .footer-top .widget.form h5 {
      font-size: 22px;
      font-weight: 700;
      color: #264374; }
    .footer .footer-top .widget.form .form-wrapper .form-group {
      margin-bottom: 5px; }
    .footer .footer-top .widget.form > div {
      float: right;
      width: 80%; }
      .footer .footer-top .widget.form > div .btn {
        margin-top: 5px; }
    .footer .footer-top .widget .form-wrapper .submit-input {
      float: left; }

.footer .social-media {
  display: block; }
  .footer .social-media li {
    display: inline-block; }

.footer .social-media li i,
.footer .social-media li svg {
  display: inline-block;
  margin-right: 8px;
  padding: 8px;
  height: 2.1em;
  width: 2.1em;
  border: 2px solid #264374;
  border-radius: 25px;
  font-size: 20px; }

.footer .social-media li i:hover,
.footer .social-media li svg:hover {
  color: #fff;
  background-color: #264374;
  transition: .3s; }

.footer-bottom ul {
  text-align: center;
  background-color: #f1f1f2; }

.footer-bottom li {
  display: inline-block;
  padding: 20px 10px;
  font-family: "Lato", sans-serif; }
  .footer-bottom li a {
    color: #434244;
    font-size: 13px;
    text-transform: uppercase; }

.footer-bottom .copyright {
  padding: 20px 0;
  background-color: #f1f1f2; }

.footer-bottom .copyright p {
  font-size: 14px;
  color: #636466;
  line-height: 1.5em;
  margin-bottom: 0; }

.footer .covid-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/*
* === RESPONSIVE ===
*/
@media screen and (max-width: 2000px) {
  .page-template-team .hero-wrapper .content {
    padding: 170px 0;
  }
}
@media screen and (max-width: 1600px) {
  .page-template-team .hero-wrapper .content {
    padding: 130px 0;
  }
}
@media screen and (max-width: 1200px) {
  .client-stories .story-panel .content .articles {
    right: -15%; } }

@media screen and (max-width: 1100px) {
  .container {
    max-width: 100%;
    padding: 0 1%; }
  .about-wrap .content-right .text-wrap > div {
    width: 100%; }
  .about-wrap .content-left .text-wrap > div {
    padding: 100px 7% 25px 0;
    width: 90%; }
  .client-stories .story-panel .content .articles {
    right: -15%; }
  .footer .social-media li i,
  .footer .social-media li svg {
    margin-right: 6px; } }

@media screen and (max-width: 1024px) {
  .section .title h2 {
    font-size: 30px; }
  .section.proven-process p {
    font-size: 16px; }
  .about-wrap .content-right .text-wrap > div {
    padding: 50px 0 25px 70px; }
  .about-wrap .content-left .text-wrap > div {
    padding: 50px 7% 25px 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 .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=================================*/ }

@media screen and (max-width: 990px) {
  .nav #menu > li > a {
    padding: 0 15px 0 0;
    font-size: 13px; }
  .client-stories .section-title h2 {
    font-size: 58px; }
  .client-stories .story-panel .content .articles {
    right: 0;
    bottom: 0;
    padding: 25px 15px; }
  .about-wrap .text-wrap > div h3 {
    font-size: 36px; }
  .section-title h2 {
    font-size: 40px; }
  .section.form .section-title h2,
  .section.form .right .section-title h2 {
    font-size: 34px; }
  .blog-wrapper .post-info {
    width: 65%; }

@media screen and (max-width: 880px) {
  .nav #menu > li > a {
    padding: 0 8px 0 0;
    font-size: 13px; }
  .slider .content h1,
  .section.hero .content h1 {
    font-size: 44px;
    line-height: 52px; }
  .client-stories .story-panel .content h2 {
    font-size: 16px; }
  .client-stories .story-panel .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; }
    .nav-links .footer-nav {
      max-width: 100%;
      } }

@media screen and (max-width: 767px) {
  .mobile-image {
    display: block;
  }
  .visible-xs {
    display: block; }
  .visible-lg {
    display: none; }
  .cbp-spmenu {
    background: #264374; }
  .section .title {
    margin-bottom: 20px;
  }
	.flex {
		display: block;
	}
  #home-slider .item {
    background-image: none !important;
  }
  .slider .overlay{
    height: auto;
    background-color: #264374;
  }
  .slider .content {
    top: 0;
    position: relative;
    transform: translate(0, 0);
    left: 0;
    padding: 20px 0;
  }
    .slider .content .links a.btn {
      margin: 15px auto 0;
      width: 100%;
      max-width: 400px;
      border: 1px solid #fff;
    }

    .slider .content .links a.btn:last-child {
      margin-left: 0px;
    }
  .section.proven-process {
    padding: 20px 0; }
  .row {
    margin-right: 0;
    margin-left: 0; }
  .client-stories .story-panel .overlay {
    text-align: center; }
    .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: 20px auto;
  }
  
  
  .client-stories .story-panel .image {
    background-size: contain; }
  .client-stories .story-panel.grid-3 .grid:hover .image.cl img {
    width: auto; }
  .client-stories .title {
    margin-bottom: 20px; }
  .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: #264374;
    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: #1a67b1; }
  .slicknav_nav li a:hover a {
    color: #FFF; }
  .slicknav_nav .slicknav_parent > a:hover a, .slicknav_nav .slicknav_parent > a:hover i {
    color: #FFF; }
  .slicknav_nav li:hover a .slicknav_row a {
    color: #000;
    background-color: transparent; }
  .slicknav_nav li:hover .slicknav_arrow {
    color: #FFF; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .sub-menu li:hover a {
    background-color: #F3F6F9;
    color: #000; }
  .slicknav_parent.slicknav_open > ul {
    background-color: #FFF; }
  .slicknav_parent.slicknav_open > ul li a {
    color: #20343D; }
  .slicknav_parent.slicknav_open > ul li a:hover {
    background-color: #03060b;
    color: #FFF; }
  .slicknav_nav .slicknav_parent-link a i.fa fa-sort-down {
    display: none; }
    .slider .content {
    top: 50%;
  }
  .slider .content .links {
      margin-top: 0;
    }
  .about-wrap .content-left .text-wrap > div {
    width: 100%; }
      
  .section.proven-process .content {
  display: block;
  flex-flow: unset;
  width: 100%;
}
  section.hero .content {
    padding: 80px 0; }
  .slider .content h1 {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 0; }
    .hero-wrapper .content h1 {
    font-size: 38px;
  }
  .slider .content a.btn {
    padding: 10px 10px;
    margin: 10px 0; }
    .section.inner-page .row .rightCont h2{
      font-size: 30px;
      line-height: 40px;
    }
  .section.selector-wrap {
    padding-bottom: 30px;
  }
  #testimonial .item .content {
    width: 100%; }
  #testimonial .slick-prev {
    left: 0; }
  #testimonial .slick-next {
    right: 0; }
  .photos .photo .col img {
    width: 100%;
    height: 5em; }
  .proven-process .left-wrap,
  .proven-process .right-wrap {
    width: 100%; }
  .proven-process .right-wrap {
    padding: 0;
    margin-top: 40px; }
  .section.form .overlay .row > div {
    width: 100%; }
  .section.form .overlay .row .right {
    padding-left: 0; }
  .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-right .img-wrap, .about-wrap .content-right .text-wrap {
    float: none;
    background-image: none!important; }
    .about-wrap .content-right .img-wrap img, .about-wrap .content-right .text-wrap img {
      margin: 0 auto; }
  .about-wrap .content-left .img-wrap, .about-wrap .content-left .text-wrap {
    float: none;
    background-image: none!important; }
    .about-wrap .content-left .img-wrap img, .about-wrap .content-left .text-wrap img {
      margin: 0 auto; }
  .about-wrap .row > div {
    display: block; }
  .about-wrap.process {
    background-image: none;
    padding: 20px 0; }
    .about-wrap .row.pb {
    padding-bottom: 0;
}
  .section.form .overlay {
    padding: 20px 0; }
  .section.form .left {
    padding: 10px 10px; }
  .section.context .text {
    width: 100%; }
  .testimonials .content {
    width: 100%; }
  .blog-posts .post {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box; }
  .about-wrap .section-title h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px; }
  .about-wrap .row {
    margin-bottom: 20px; }
    .section.testimonials {
    padding: 20px 0;
}
  .section.form .left,
  .section.form .right {
    width: 100%; }
  .blog-posts {
    padding: 20px 0 0; }
  .section.form .right {
    margin-left: 0; }
  .section.context .layer {
    padding: 20px 0; }
  .section.context .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px; }
    .section.form .overlay .form {
    width: 100%;
    padding: 20px;
}

.section.form .section-title p {
  font-size: 22px;
  line-height: 30px;
}
  .form-wrapper .form-group.grid2 > span {
    display: block;
    width: 100%; }
  .form-wrapper .form-group .submit {
    padding: 15px 40px; }
  .footer .social-media,
  .footer .phone-number {
    margin-top: 20px; }
  .footer-bottom ul li {
    padding: 6px 10px; }
  .footer .address {
    margin-top: 20px; }
  .footer-bottom .copyright p {
    font-size: 12px; }
  .footer .footer-top {
    padding: 20px 0; }
  .footer-top .widget.middle-wrap {
    width: 100%;
    padding: 15px 0; }
  .footer-top .widget.social-media,
  .footer .address,
  .footer .middle-wrap {
    width: 100%;
    text-align: center; }
  .footer .footer-top .widget {
    width: 100%;
    text-align: center; }
  .footer .news-wrap form {
    max-width: 400px;
    margin: 6px auto 0 auto; }
  .footer .footer-top .widget.form > div {
    float: none;
    width: 80%;
    margin: 0 auto; }
  .nav-links {
    padding: 20px 0;
  }
  .nav-links .box {
    width: 50%;
    margin: 15px 0;
  }

  .footer .covid-logo {
    justify-content: center;
    } }

@media screen and (max-width: 600px) {
  .row {
    margin: 0; }
  .slider .content .links a.btn {
    margin-top: 15px;
    display: inline-block;
    padding: 20px 15px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px; }
  .about-wrap .section-title h1 {
    font-size: 28px;
    line-height: 28px; }
  .about-wrap .content-left .text-wrap > div,
  .about-wrap .content-right .text-wrap > div {
    margin: 0;
    padding: 10px; }
  .client-stories .section-title h2 {
    font-size: 30px; }
  .section.grid-3 .grid {
    width: 100%;
    margin: 20px 0;
    float: none; }
  .proven-process .right-wrap h3,
  .about-wrap .text-wrap > div h3 {
    font-size: 24px; }
  .testimonials .section-title h2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .testimonials span {
    width: 90px; }
  .contact-info .info-grid > div {
    width: 100%;
    margin: 0px; }
  .contact-info .grid-text {
    height: 120px;
    padding: 0px; } }

@media screen and (max-width: 380px) {
  
  .slider .content h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0; }
    
  .section.form .section-title h2,
  .section.form .right .section-title h2 {
    font-size: 24px; }
  .section.form .section-title p {
    font-size: 16px; }
  .slider .content a.btn {
    margin: 15px 10px; } 
}