/*--------------------------------------------------
Website by Websolute
--------------------------------------------------*/
/*--------------------------------------------------
Base
--------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:300,400,600,700|Source+Sans+Pro:300,400,600,700&display=swap");
body {
  font-family: "Open Sans";
  font-weight: 400;
  color: #000000; 
  font-size: 17px;}

b, strong {
  font-family: "Open Sans"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans"; 
  color: #ee3733;}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.container {
  max-width: 1140px;
  width: 100%; }

a, a:hover, button, button:hover, .btnborder, .btntop {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.button {
  display: inline-block;
  min-width: 225px;
  padding: 20px 0;
  border: 2px solid #3c88e7;
  text-align: center;
  font: 600 14px/1 "Open Sans";
  background: #3c88e7;
  color: #ffffff;
  margin: 0 24px 0 0;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .button-w {
    background: none;
    border-color: #ffffff;
    margin: 0; }
  .button.small {
    padding: 14px 0;
    font-size: 12px;
    min-width: 145px; }
  .button:hover {
    background: transparent;
    color: #3c88e7;
    border-color: #3c88e7; }


.case-study {
  padding: 30px 0;
  text-align: center; }
  .case-study h2 {
    font: 600 36px/1 "Source Sans Pro";
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #ee3733; }
  .case-study p {
    font: 400 14px/25px "Source Sans Pro";
    margin-bottom: 0; }
  .case-study--sliders {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 45px 30px 45px 5px;
    margin-top: -13px; }
  .case-study--left {
    float: left;
    width: 60%;
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 0px 60px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .case-study--left__textslider {
      margin: 0 !important; }
      .case-study--left__textslider__image {
        height: 50px;
        width: 50px;
        background: #ee3733;
        color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 40px;
        margin: 14px auto 17px }
        .case-study--left__textslider__image i {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .case-study--left__textslider h4 {
        font: 500 18px "Open Sans";
        position: relative;
        text-transform: uppercase;
        color: #ee3733;
        margin: 0 0 9px; }
        .case-study--left__textslider h4:after {
          content: "";
          background: #6a6a6a;
          width: 10%;
          height: 1px;
          position: absolute;
          bottom: 0px;
          left: 45%; }
      .case-study--left__textslider p {
        margin-bottom: 50px; }
      .case-study--left__textslider .button {
        margin-bottom: 50px; }
    .case-study--left__dots ul {
      position: initial; }
      .case-study--left__dots ul li {
        margin: 0 2px; }
        .case-study--left__dots ul li button {
          width: 15px;
          height: 15px;
          border-radius: 20px; }
          .case-study--left__dots ul li button:before {
            display: none; }
        .case-study--left__dots ul li.slick-active button {
          background: #3c88e7; }
  .case-study--right {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    z-index: 0; }
    .case-study--right__imageslider img {
      -o-object-position: center;
      object-position: center;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; }
	  
.keep-touch {
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .keep-touch h2 {
    font: 600 36px/1 "Open Sans";
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #ee3733; }
  .keep-touch p {
    font: 400 21px/25px "Open Sans";
    margin-bottom: 0; }
  .keep-touch--white {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(173, 173, 173, 0.2);
    box-shadow: 0 2px 5px rgba(173, 173, 173, 0.2);
    padding: 55px;
    text-align: left;
    height: 100%;
    border-radius: 4px; }
    .keep-touch--white h4 {
      font: 700 24px/1 "Open Sans";
      margin: 0 0 10px;
      color: #ee3733; }
    .keep-touch--white p {
      font: 400 18px "Open Sans";
      margin: 0 0 20px; }
      .keep-touch--white p:last-child {
        margin-bottom: 0; }
      .keep-touch--white p a {
        color: #999999; }
    .keep-touch--white input[type="text"], .keep-touch--white textarea {
      width: 100%;
      display: block;
      border: 0;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 15px;
      font: 700 14px "Open Sans";
      outline: none;
      height: 50px;
      color: #999999; }
    .keep-touch--white textarea {
      min-height: 130px; }
    .keep-touch--white input[type="submit"] {
      cursor: pointer;
      margin-top: 30px; }
footer {
  text-align: center;
  background-color: #282b2f;
  padding: 10px 0px;
}

footer .primary-button {
  margin-bottom: 30px;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer ul li {
  display: inline-block;
  margin: 0px 4px;
}

footer ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background-color: red;
  color: #282b2f;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 17px;
}

footer ul li a:hover {
  color: #282b2f;
  background-color: red;
}

footer p {
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

footer em {
  color: #ff8e43;
  font-weight: 600;
  font-style: normal;
}