body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.625em;
  position: relative; }
.section-gap {
  padding: 120px 0px; }
  @media (max-width: 991px) {
    .section-gap {
      padding: 50px 0px; } }

      .container.fullwidth {
  width: 100%; }
.container.no-padding {
  padding-left: 0;
  padding-right: 0; }

  .main-title {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .main-title {
      margin-bottom: 40px; } }
  .main-title h1 {
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 40px !important; }
    @media (max-width: 480px) {
      .main-title1 h2 {
        margin-top: 80px;
        font-size: 82px; } }
    @media (max-width: 767px) {
      .main-title1 h2 {
        font-size: 30px; } }
  .main-title p {
    max-width: 630px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px; }
    @media (max-width: 991px) {
      .main-title p {
        margin: 0; } }

.text-center {
  text-align: center; }

  .single-news {
  border: none;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .single-news:hover {
    box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.12); }
    .single-news:hover .card-body {
      border: 1px solid transparent;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .single-news:hover .card-body .card-title a {
        color: #fc6060; }
  .single-news .card-body {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 40px 28px; }
    @media (max-width: 1024px) {
      .single-news .card-body {
        padding: 35px 18px; } }
    @media (max-width: 768px) {
      .single-news .card-body {
        padding: 30px 18px; } }
    .single-news .card-body .card-title {
      font-size: 20px;
      font-weight: 200;
      margin-bottom: 16px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media (max-width: 768px) {
        .single-news .card-body .card-title {
          margin-bottom: 10px; } }
      @media (max-width: 1024px) {
        .single-news .card-body .card-title {
          font-size: 17px; } }
      .single-news .card-body .card-title a {
        color: #222; }
    .single-news .card-body .card-top-img {
      border-radius: 0 !important;
      width: 100%; }
    .single-news .card-body .card-btn {
      position: absolute !important;
      bottom: 58%;
      left: 10%; }
  @media (max-width: 991px) {
    .single-news {
      margin-bottom: 30px; } }

      .our-offer-area {
  background: #222; }
  .our-offer-area .main-title {
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .our-offer-area .main-title {
        margin-top: 50px; } }
    .our-offer-area .main-title h1 {
      color: #fff; }
    .our-offer-area .main-title p {
      font-size: 14px;
      margin-bottom: 40px; }
    .our-offer-area .main-title .offer-btn {
      border: 1px solid #fff; }
      .our-offer-area .main-title .offer-btn:hover {
        background: #fff;
        color: #222222; }
      @media (max-width: 380px) {
        .our-offer-area .main-title .offer-btn {
          margin-bottom: 20px; } }
    .our-offer-area .main-title .quote-btn {
      background: #fff;
      color: #222222;
      border: 1px solid #fff; }
.mr-10 {
  margin-right: 10px; }
.single-circle {
  text-align: center; }
  .single-circle .single-item {
    height: 150px;
    width: 150px;
    margin: 0px auto; }
  .single-circle h4 {
    margin-top: 35px;
    color: #fc6060;
    font-size: 20px;
    font-weight: 100;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single-circle .progressBar,
  .single-circle .progressBar-contentCircle {
    display: table;
    height: 170px;
    position: absolute;
    width: 170px; }
  .single-circle .progressBar-circle,
  .single-circle .progressBar-background {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single-circle .progressBar-background {
    stroke: #222222;
    stroke-width: 3;
    z-index: 0; }
  .single-circle .progressBar-percentage {
    background: #fc6060;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 25px;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single-circle:hover .progressBar-circle {
    stroke:  #fc6060; }
  .single-circle:hover .progressBar-percentage {
    color:  #fc6060;
    background: #fff; }
  .single-circle:hover h4 {
    color:  #fc6060; }

.recent-completed-project .active {
  color: #fc6060; }
.recent-completed-project .filters {
  text-align: center;
  margin-bottom: 30px; }
  .recent-completed-project .filters li {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer; }
    @media (max-width: 991px) {
      .recent-completed-project .filters li {
        margin-right: 20px; } }
    .recent-completed-project .filters li a {
      font-size: 13px;
      color: red; }
    .recent-completed-project .filters li:last-child {
      margin-right: 0px; }
    .recent-completed-project .filters li.active a {
      color: #3face4; }
.recent-completed-project .all {
  margin-bottom: 30px; }

.projects_inner {
  margin-bottom: -30px; }

.projects_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .projects_item:before {
    content: "";
    background: rgba(252,96,96, 0.68);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 300ms ease;
    cursor: pointer; }
  .projects_item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer; }
    .projects_item .icon img {
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .projects_item:hover:before {
    opacity: 1; }
  .projects_item:hover .icon img {
    opacity: 1; }
  .projects_item:hover .projects_text h4 {
    background: linear-gradient(to right, #8490ff 0%, #62bdfc 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.projects_text {
  text-align: center;
  margin-top: 15px; }
  .projects_text h4 {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    cursor: pointer; }
    .projects_text h4 a {
      color: #222; }
      .projects_text h4 a:hover {
        color: #3face4; }
  .projects_text p {
    margin-bottom: 0px;
    font-size: 14px; }

    .primary-btn {
  line-height: 42px;
  padding: 0px 30px;
  border-radius: 5px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative; }
  .primary-btn:focus {
    outline: none; }
  .primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .primary-btn:hover {
    color: #fff; }
    .primary-btn:hover span {
      color: #fff;
      right: 20px; }
  .primary-btn.white {
    border: 1px solid #fff;
    color: #fff; }
    .primary-btn.white span {
      color: #fff; }
    .primary-btn.white:hover {
      background: #fff;
      color: #3face4; }
      .primary-btn.white:hover span {
        color: #3face4; }

::-moz-selection {
  /* Code for Firefox */
  background-color: #3face4;
  color: #fff; }

::selection {
  background-color: #3face4;
  color: #fff; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300; }

body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.625em;
  position: relative; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

select {
  display: block; }

figure {
  margin: 0; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

iframe {
  border: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0; }


.card-panel {
  margin: 0;
  padding: 60px; }

/**
 *  Typography
 *
 **/
.gray-bg {
  background: #f9f9ff; }

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222;
  line-height: 1.2em !important;
  margin: 0;
  font-weight: 200; }

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

td, th {
  border-radius: 0px; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table; }
.clear::after {
  clear: both; }

input:focus {
  outline: none; }

.mr-10 {
  margin-right: 10px; }
.float-left {
  float: left; }

.float-right {
  float: right; }

.text-italic {
  font-style: italic; }

.text-white {
  color: #fff; }

.text-black {
  color: #000; }

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.section-full {
  padding: 100px 0; }

.section-half {
  padding: 75px 0; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-rigth {
  text-align: right; }
