:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-main-color: #0077c0;
  --c-blue: #4A3AFF;
  --c-blue-light: #4E4EFE;
  --c-yellow: #FFCF61;
  --c-primary: #4557F6;
  --c-secondary: #425466;
  --c-footer-bg: #0C0445;
}

#home, #team {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.navbar-header {
  margin: 15px 0;
}
.navbar-header .navbar-brand {
  width: 190px !important;
}
.navbar-header .navbar-brand img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .navbar-header .navbar-brand img {
    width: 100%;
  }
}

#portfolio {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (min-width: 768px) {
  #portfolio {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
#portfolio .row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#portfolio .row .col-md-offset-3 {
  width: 100% !important;
  margin: 0 !important;
}
#portfolio .row .col-md-offset-3 .team-top-content {
  width: 100% !important;
  margin: 0 auto !important;
}
@media screen and (min-width: 576px) {
  #portfolio .row .col-md-offset-3 .team-top-content {
    width: 40% !important;
  }
}
@media screen and (min-width: 768px) {
  #portfolio .row .col-md-offset-3 .team-top-content {
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  #portfolio .row .col-md-offset-3 .team-top-content {
    width: 60% !important;
  }
}
#portfolio .row .col-12 {
  width: 100%;
}
@media screen and (min-width: 576px) {
  #portfolio .row .col-12 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #portfolio .row .col-12 {
    width: 33.3333%;
  }
}
@media screen and (min-width: 1400px) {
  #portfolio .row .col-12 {
    width: 25%;
  }
}
#portfolio .content-wrapper {
  display: none;
}
#portfolio .fadeIn .portfolio-image-title {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 34px;
  overflow: hidden;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
#portfolio .fadeIn .portfolio-image-title:hover .hover-title {
  bottom: 0px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
#portfolio .fadeIn .portfolio-image-title a {
  display: block;
}
#portfolio .fadeIn .portfolio-image-title a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: "";
}
#portfolio .fadeIn .portfolio-image-title a img {
  margin-bottom: 0;
  opacity: 1;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#portfolio .fadeIn .portfolio-image-title .hover-title {
  position: absolute;
  top: 0;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  padding: 10px;
}
#portfolio .fadeIn .portfolio-image-title .hover-title h3 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: var(--c-white);
}

.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline {
    padding: 40px;
  }
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper .image-wrapper {
  width: 100%;
  padding-bottom: 30px;
  height: 500px;
}
@media screen and (min-width: 992px) {
  .nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper .image-wrapper {
    width: 50%;
    padding-right: 50px;
    padding-bottom: 0;
  }
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: top center;
     object-position: top center;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper .text-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper .text-wrapper h2 {
    line-height: normal;
  }
}
.nivo-lightbox-overlay .nivo-lightbox-wrap .nivo-lightbox-content .nivo-lightbox-inline .content-wrapper .text-wrapper .link a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nivo-lightbox-overlay .nivo-lightbox-prev, .nivo-lightbox-overlay .nivo-lightbox-next {
    background-size: 22px 22px;
  }
}

.new-testimonail {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.new-testimonail .our-testimonail-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .new-testimonail .our-testimonail-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.new-testimonail .our-testimonail-wrapper .our-testimonail-inner .testSwiper {
  position: relative;
}
.new-testimonail .our-testimonail-wrapper .our-testimonail-inner .testSwiper .swiper-wrapper {
  padding-bottom: 40px;
}
.new-testimonail .our-testimonail-wrapper .our-testimonail-inner .testSwiper .swiper-wrapper .name p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
  color: var(--c-black);
}
.new-testimonail .our-testimonail-wrapper .our-testimonail-inner .testSwiper .swiper-pagination {
  bottom: 0;
  padding-top: 4px;
}
.new-testimonail .our-testimonail-wrapper .our-testimonail-inner .testSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: grey;
  opacity: 1;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.new-testimonail .our-testimonail-wrapper .our-testimonail-inner .testSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: var(--c-main-color);
}
.new-testimonail .our-testimonail-wrapper .our-testimonail-inner .testSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--c-main-color);
}

.navbar-toggle {
  margin-left: auto;
  top: 0px;
  z-index: 15;
  right: 0px;
  width: 30px;
  height: 40px;
  width: 35px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  cursor: pointer;
  margin-top: auto;
  position: relative;
  margin-bottom: auto;
  z-index: 600;
}
.navbar-toggle span {
  top: calc(50% - 2px);
  height: 0;
  left: 4px;
  right: 4px;
  font-size: 0;
  position: absolute;
  border-style: solid;
  border-width: 2px 0;
  -webkit-transition: top 0.3s 0.3s, opacity 0.3s 0.3s, color 0.25s ease-in-out, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, opacity 0.3s 0.3s, color 0.25s ease-in-out, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s, color 0.25s ease-in-out;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s, color 0.25s ease-in-out, -webkit-transform 0.3s 0s;
}
.navbar-toggle span:nth-child(1) {
  width: 35px;
  top: calc(59% - 2px);
}
.navbar-toggle span:nth-child(2) {
  top: calc(50% - 12px);
  width: 35px;
}
.navbar-toggle span:nth-child(3) {
  top: calc(50% + 8px);
  width: 35px;
}

@media screen and (max-width: 359px) {
  .menu-open .navbar-toggle {
    top: -20px;
  }
}
.menu-open .navbar-toggle span {
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  width: 35px;
}
.menu-open .navbar-toggle span:nth-child(1) {
  opacity: 0;
}
.menu-open .navbar-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-open .navbar-toggle span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.counter .counter-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  color: var(--c-white);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .counter .counter-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .counter .counter-wrapper .title {
    padding-bottom: 10px;
  }
}
.counter .counter-wrapper .title h2 {
  color: var(--c-white);
}
.counter .counter-wrapper .counter-items {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .counter .counter-wrapper .counter-items {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.counter .counter-wrapper .counter-items .suffix-wrapper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 576px) {
  .counter .counter-wrapper .counter-items .suffix-wrapper {
    width: 50%;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 768px) {
  .counter .counter-wrapper .counter-items .suffix-wrapper {
    width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  .counter .counter-wrapper .counter-items .suffix-wrapper {
    width: 25%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.counter .counter-wrapper .counter-items .suffix-wrapper .suffix {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 25px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.counter .counter-wrapper .counter-items .suffix-wrapper .suffix::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 6px;
  content: "";
  background: url("border.png");
  background-size: contain;
  background-repeat: repeat;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.counter .counter-wrapper .counter-items .suffix-wrapper .suffix span {
  color: var(--c-main-color);
  display: inline-block;
  padding-right: 10px;
  font-size: 20px;
}
.counter .counter-wrapper .counter-items .suffix-wrapper .suffix h4 {
  margin: 0;
  font-size: 20px !important;
  font-weight: 500;
  padding-bottom: 0 !important;
}
.counter .counter-wrapper .counter-items .suffix-wrapper .count {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .counter .counter-wrapper .counter-items .suffix-wrapper .count {
    font-size: 40px;
  }
}

.contact-wrapper {
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.contact-wrapper .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .contact-wrapper .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contact-wrapper .contact-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contact-wrapper .contact-inner {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.contact-wrapper .contact-inner .map {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contact-wrapper .contact-inner .map {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
  }
}
.contact-wrapper .contact-inner .map > div {
  height: 100%;
  width: 100% !important;
}
.contact-wrapper .contact-inner .map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .contact-wrapper .contact-inner .map iframe {
    height: 100%;
  }
}
.contact-wrapper .contact-inner .form-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-wrapper .contact-inner .form-wrapper {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-wrapper .contact-inner .form-wrapper form .form-control {
  margin-bottom: 0 !important;
}

footer {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
footer h2 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
footer .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer .footer-inner .icon-address-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .icon-address-wrapper {
    margin-right: -25px;
    margin-left: -25px;
    padding-bottom: 60px;
  }
}
footer .footer-inner .icon-address-wrapper .icons-wrapper {
  width: 100%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .icon-address-wrapper .icons-wrapper {
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
  }
}
footer .footer-inner .icon-address-wrapper .address-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .icon-address-wrapper .address-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
}
footer .footer-inner .icon-address-wrapper .address-wrapper .text-wrapper a {
  color: var(--c-white);
}
footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--c-white);
}
footer .copyright p {
  margin-bottom: 0;
}

.bg-grey {
  background-color: #f8f8f8;
}

h2 {
  font-size: 30px !important;
  line-height: normal !important;
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 35px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 40px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    padding-bottom: 30px !important;
    font-size: 45px !important;
  }
}

h3 {
  font-size: 20px !important;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 27px !important;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 30px !important;
  }
}

h4 {
  font-size: 18px !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 24px !important;
    padding-bottom: 16px !important;
  }
}

#intro {
  padding-top: 60px !important;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 992px) {
  #intro {
    padding-top: 90px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1200px) {
  #intro {
    padding-top: 180px !important;
    padding-bottom: 140px !important;
  }
}

#team {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media screen and (min-width: 992px) {
  #team {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  #team {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
#team .row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#team .row .col-md-offset-3 {
  padding-bottom: 0;
}
#team .row .col-md-offset-3 .team-top-content p {
  padding-bottom: 0;
}
#team .row .col-md-4 {
  width: 100%;
}
@media screen and (min-width: 576px) {
  #team .row .col-md-4 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #team .row .col-md-4 {
    width: 33.3333%;
  }
}
#team .row img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav li a {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}

#work .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.navbar-header {
  margin: 15px 0;
  padding-left: 15px;
}
.navbar-header .navbar-brand {
  width: 190px !important;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-brand {
    width: 115px !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar-header .navbar-brand {
    width: 190px !important;
  }
}
.navbar-header .navbar-brand img {
  width: 85%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .navbar-header .navbar-brand img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .navbar-default .navbar-nav li a {
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 13px !important;
  }
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav li a {
    padding-right: 15px !important;
    padding-left: 15px !important;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-nav li a {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.err-msg b {
  background-color: #fff2f4;
  padding: 10px 20px;
  display: block;
  color: #fa4b50;
  border-radius: 4px;
}

.sent-message-wrapper .unsent-message {
  background-color: rgb(244, 85, 85);
  padding: 10px 20px;
  display: block;
  color: var(--c-white);
  border-radius: 4px;
  margin: 0;
  font-weight: 700;
}
.sent-message-wrapper .sent-message {
  color: #270;
  background-color: #DFF2BF;
  padding: 10px 20px;
  display: block;
  color: var(--c-white);
  border-radius: 4px;
  margin: 0;
  font-weight: 700;
}

footer {
  color: var(--c-white);
}
footer h2 {
  color: var(--c-white) !important;
}/*# sourceMappingURL=new.css.map */