@import url(
  https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:400,600&display=swap
);

body,
html {
  height: 100%;
}
img {
  user-select: none;
}
::selection {
  background-color: #befb00;
  color: #141414;
}
a,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
@media (min-width: 768px) {
  .pull-md-right {
    float: right !important;
  }
}
@font-face {
  font-family: "Marking Pen";
  src: url(fonts/marking-pen.ttf);
  font-display: fallback;
}
body {
  position: relative;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ddd;
}
body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
  background-color: #befb00;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
.full-screen {
  max-height: 475px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1400px) {
  .full-screen {
    max-height: 620px;
  }
}
@media (max-width: 600px) {
  .full-screen {
    max-height: 400px;
  }
}
.top-bar {
  background-color: #262626;
}

.top-bar .helper-links {
  margin: 0;
  padding: 10px 0;
}

.top-bar .helper-links li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  padding-right: 10px;
  text-decoration: none !important;
  outline: 0;
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
}

.top-bar .helper-links i.fa {
  display: inline-block;
  margin-right: 6px;
  transform: translateY(1px);
}

.top-bar .helper-links li.phone a {
  font-size: 20px;
  color: #befb00;
}

.top-bar .helper-links li a:hover,
.top-bar .helper-links li a:focus{
  opacity: 1;
}

.navbar {
  position: static;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 2px 4px rgba(50, 50, 50, 0.25);
  z-index: 1200;
  transition: all 0.25s ease-in-out;
}
.navbar-default {
  background-color: #323232;
}
.navbar-default .navbar-brand {
  font-family: "Marking Pen", sans-serif;
  font-size: 30px;
  outline: 0;
  text-decoration: none !important;
  color: #fff !important;
  user-select: none;
  height: 70px;
  padding: 10px 12px;
}
.navbar-default .navbar-brand > img {
  width: 140px;
  height: auto;
}
.navbar-default .navbar-brand span {
  color: #befb00;
}
.navbar-default .navbar-nav > li > a {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #eee;
  text-transform: uppercase;
  outline: 0;
  user-select: none;
  transition: all 0.25s ease-in-out;
}

.navbar-default .navbar-nav > li > a.work-with-us {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
  border: 2px solid #befb00;
  background-color: transparent;
  color: #befb00;
}
.navbar-default .navbar-nav > li > a.work-with-us:focus,
.navbar-default .navbar-nav > li > a.work-with-us:hover {
  background-color: #befb00;
  color: #323232;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #befb00;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #befb00;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .top-bar .helper-links {
    float: right;
  }

  .navbar-default .navbar-nav > li > a {
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
  }
  .navbar-default .navbar-nav > li:not(:last-child) > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #befb00;
    height: 5px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .navbar-default .navbar-nav > li.active > a:before,
  .navbar-default .navbar-nav > li > a:focus:before,
  .navbar-default .navbar-nav > li > a:hover:before {
    right: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .navbar-default .navbar-brand {
    padding: 15px 10px;
  }
  .navbar-default .navbar-brand > img {
    width: 120px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 25px 7.5px;
  }
  .navbar-default .navbar-nav > li > a.work-with-us {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
    padding: 23.5px 10px;
  }
  .navbar-default .navbar-collapse {
    background-color: #363636;
    border-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
    height: 3px;
    border-radius: 3px;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  .navbar-default .navbar-nav > li > a.work-with-us {
    margin: 5px 5px 15px 10px;
  }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #befb00;
  background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #454545;
  top: 85%;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.navbar-nav .dropdown-menu > li > a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #befb00;
}

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:focus,
.navbar-nav .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #befb00;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px 10px 25px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #befb00;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #befb00;
  }
}

.carousel .overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.35));
}
.carousel-control {
  opacity: 1;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-repeat: repeat-x;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1000;
  bottom: initial;
  display: inline-block;
  color: #fff;
}
.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
  padding-right: 2px;
  left: 0;
}
.carousel-control .fa-angle-right,
.carousel-control .icon-next {
  padding-left: 2px;
  right: 0;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 40px;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  background: rgba(69, 69, 69, 0.75);
  text-align: center;
  font-size: 32px;
  transition: all 0.25s ease-in-out;
}
.carousel-control .fa-angle-left:hover,
.carousel-control .fa-angle-right:hover {
  background-color: #ff6a00;
  text-shadow: none;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 1px 2px rgba(255, 106, 0, 0.3);
}
.carousel-caption {
  position: absolute;
  width: 100%;
  right: initial;
  top: 40%;
  left: 50%;
  z-index: 10;
  text-align: center;
  text-shadow: none;
  transform: translate(-50%, -40%);
}
.carousel-caption h3 {
  display: inline-block;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  padding: 15px 20px;
  margin-top: 0;
  margin-bottom: 10px;
  user-select: none;
  cursor: pointer;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.carousel-caption .slider-action {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  display: inline-block;
  background-color: #ff6a00;
  color: #FFF;
  border: 2px solid #ff6a00;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 40px;
  user-select: none;
  text-decoration: none !important;
  outline: 0;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.carousel-caption .slider-action:focus,
.carousel-caption .slider-action:hover {
  opacity: 1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background-color: #afafaf;
  border: 2px solid #afafaf;
}
.carousel-indicators li.active {
  margin: 0 3px;
  background-color: #ff6a00;
  border-color: #ff6a00;
}
@media (max-width: 767px) {
  .carousel-caption {
    width: 90%;
  }
  .carousel-caption h3 {
    font-size: 24px;
    box-shadow: none;
  }
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section .section-title {
  position: relative;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #232623;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px #befb00;
}

.section .underline {
  margin-bottom: 30px;
}

.section .underline:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #232623;
}

.section .section-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  color: #666;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 15px;
}
.section .section-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #404040;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section .section-link {
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #ff6a00;
  border: 2px solid #ff6a00;
  border-radius: 40px;
  padding: 10px 20px;
  text-decoration: none !important;
  outline: 0;
  user-select: none;
  transition: all 0.25s ease-in-out;
}
.section-link:active {
  transform: translateY(4px);
}
.section-link:focus,
.section-link:hover {
  background-color: #ff6a00;
  color: #fff;
  box-shadow: 0 2px 3px rgba(255, 10, 0, 0.15);
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group .control-label {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #323232;
}
.form-group .required {
  font-family: Arial, sans-serif;
  font-size: 14px;
  transform: translate(2px, -3px);
  display: inline-block;
  color: #d80000;
}
.form-group .form-control {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #404040;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  outline: 0;
  height: 45px;
  line-height: 45px;
  box-shadow: none;
  transition: all 0.25s ease-in-out;
}
.form-group textarea.form-control {
  height: auto;
  line-height: 1.5;
}
.form-group .form-control:focus {
  color: #333;
  border-color: #888;
}
.form-group .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.form-group .form-control-feedback {
  line-height: 45px;
}
.form-group .btn-submit {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  background-color: #f60;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 4px;
  padding: 12px 24px;
  user-select: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.form-group .btn-submit:active {
  transform: translateY(4px);
}
.form-group .btn-submit:focus,
.form-group .btn-submit:hover {
  background-color: #f60;
  box-shadow: 0 3px 6px rgba(255, 102, 0, 0.2);
}
.skills-section {
  background-color: #fcfcfc;
}
.skill-box {
  border: 5px solid #e0e0e0;
  padding: 30px;
}
.skill-box .progress-label {
  font-family: Poppins, sans-serif;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.skill-box .progress {
  height: 15px;
  margin-bottom: 25px;
}
.skill-box .progress .progress-bar {
  background-color: #f60;
  transition: all 1.5s ease-in-out;
}
.skill-box .skill-content {
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  line-height: 1.4;
}
.service-section {
  background-color: #fcfcfc;
}

.service-section .service-boxx {
  height: 275px;
}

@media (max-width: 519px) {
  .service-section .service-boxx {
    height: auto;
  }
}
.testimonial-section {
  background-color: #fafafa;
}
.testimonial-section .section-title {
  color: #232323;
}
.testimonial-box {
  text-align: center;
}
.client-name {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  color: #323232;
  margin-bottom: 5px;
}
.client-company {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #606060;
  margin-top: 0;
  margin-bottom: 40px;
}
.testimonial-box p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #404040;
  line-height: 1.6;
}
.testimonial-box .client-company:after {
  font-family: FontAwesome;
  font-size: 22px;
  content: "\f10e";
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -10px;
  z-index: 100;
  color: #f60;
}
.testimonial-section .owl-theme .owl-nav [class*="owl-"] {
  display: inline-block;
  background-color: transparent;
  font-size: 26px;
  color: #ddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}
.testimonial-section .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  color: #f60;
}
.testimonial-section .owl-carousel .owl-nav .owl-next,
.testimonial-section .owl-carousel .owl-nav .owl-prev {
  font-family: fontAwesome;
}
.testimonial-section .owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  padding-right: 5px;
}
.testimonial-section .owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
  padding-left: 5px;
}
.testimonial-section .owl-theme .owl-dots {
  display: none;
}
.contact-section {
  background-color: #fdfdfd;
}
.contact-section .section-title {
  color: #363636;
}
.contact-section .contact-list li span {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #363636;
  margin-bottom: 5px;
  padding-right: 10px;
}
.contact-section .contact-list li a {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #505050;
  padding-right: 10px;
  margin-bottom: 20px;
  text-decoration: none !important;
  outline: 0;
  transition: all 0.3s ease-in-out;
}
.contact-section .contact-list li a:focus,
.contact-section .contact-list li a:hover {
  color: #f60;
}
.contact-section .contact-box {
  max-width: 475px;
  padding: 30px;
  margin-left: auto;
  background-color: #fff;
  border: 3px solid #efefef;
}
@media (max-width: 767px) {
  .contact-section .contact-box {
    max-width: 100%;
  }
}
.footer {
  background-color: #263238;
  padding-top: 40px;
}
.footer .footer-brand {
  font-family: "Marking Pen", sans-serif;
  font-size: 32px;
  display: block;
  color: #fff;
  text-decoration: none !important;
  outline: 0;
  user-select: none;
  margin-bottom: 15px;
}
.footer .footer-brand span {
  color: #befb00;
}

.footer .form-group {
  position: relative;
  margin-bottom: 30px;
}
.footer .form-control {
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  padding-left: 20px;
  outline: 0;
  border: 1px solid #ddd;
}
.footer .form-control:focus {
  border-color: #f60;
}
.footer .btn-subscribe {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #f60;
  position: absolute;
  right: -2px;
  top: 0;
  border: 0;
  outline: 0;
  border-radius: 2px 40px 40px 2px;
  height: 50px;
  padding: 0 25px;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.footer .btn-subscribe:focus,
.footer .btn-subscribe:hover {
  background-color: #ff2600;
}
.footer .social-bar {
  margin-bottom: 25px;
}
.footer .social-bar li a {
  font-size: 18px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: 0;
  text-decoration: none;
  background-color: #555;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: all 0.25s ease-in-out;
}
@keyframes hover-ripplein {
  100% {
    transform: translateX(0);
  }
}
.footer .social-bar li a:focus,
.footer .social-bar li a:hover {
  transform: translateY(-2px);
}
.footer .social-bar li.facebook a {
  background-color: #3b5998;
}
.footer .social-bar li.pinterest a {
  background-color: #bd081c;
}
.footer .social-bar li.twitter a {
  background-color: #1da1f2;
}
.footer .social-bar li.instagram a {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.footer .social-bar li.linkedin a {
  background-color: #0077b5;
}
.footer .copyright {
  background-color: #1e282c;
  padding: 15px 0;
  margin-top: 20px;
}
.footer .copright-text {
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
}
.footer .copright-text a {
  text-decoration: none !important;
  outline: 0;
  transition: all 0.3s ease-in-out;
}
.footer .copright-text a:focus,
.footer .copright-text a:hover {
  color: #befb00;
}

.footer-tagline{
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

.footer-heading{
  font-family: 'Poppins',sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-links li a{
  display: block;
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 12px;
  transition: all 0.25s ease-in-out;
}

.footer-links li a:hover,
.footer-links li a:focus{
  color: #befb00;
}

.subscribe-text{
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.8);  
}

.slider-box {
  width: 320px;
  position: fixed;
  bottom: 0;
  right: 25px;
  z-index: 1200;
}
.slider-box .slider-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 320px;
  height: auto;
  transform: translateY(100%);
  opacity: 0;
  backface-visibility: hidden;
  border-bottom: 5px solid #afafaf;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.slider-box.open .slider-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.slider-up {
  position: fixed;
  bottom: 0;
  right: 60px;
  z-index: 2000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: #ff6a00;
  color: #fff !important;
  text-decoration: none;
  outline: 0;
  display: block;
  width: 175px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  border-radius: 5px 5px 0 0;
  user-select: none;
  cursor: pointer;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
.slider-up.open {
  opacity: 1;
  transform: translateY(0);
}
.slider-up:focus,
.slider-up:hover {
  background-color: #ff2600;
}
.slider-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.slider-close:after,
.slider-close:before {
  position: absolute;
  left: 15px;
  top: 5px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #ddd;
  transition: all 0.3s ease-in-out;
}
.slider-close:before {
  transform: rotate(45deg);
}
.slider-close:after {
  transform: rotate(-45deg);
}
.slider-wrapper .w-title {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  background-color: #424642;
  color: #fff;
  margin: 0;
  padding: 20px;
  user-select: none;
}
.slider-wrapper .w-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.slider-wrapper .content {
  padding: 0 20px 20px;
}
.slider-wrapper .btn-submit {
  display: inline-block;
  background-color: #f60;
  color: #fff;
  padding: 10px 20px;
}
.slider-wrapper .slider-send:focus,
.slider-wrapper .slider-send:hover {
  background-color: #ff3c00;
  box-shadow: 0 2px 2px rgba(255, 102, 0, 0.15);
}
@media (max-width: 767px) {
  .footer-heading {
    margin-top: 30px;
  }
  .slider-up {
    width: 150px;
    height: 50px;
    line-height: 50px;
    right: 10px;
    font-size: 12px;
  }
  .slider-box .slider-wrapper {
    width: 275px;
    right: 0;
  }
}
.modal-backdrop {
  z-index: 3000;
}
.modal-backdrop.in {
  opacity: 0.6;
}
.modal {
  top: 20px;
  z-index: 3200;
  padding: 0 !important;
}
.modal .modal-body {
  padding: 20px;
}
.modal .modal-content {
  border-radius: 2px;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
}

.work-modal .modal-header {
  position: relative;
  padding: 20px 20px 0 20px;
  border-bottom: 0;
}

.work-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  outline: none !important;
  transition: all 0.25s ease-in-out;
}

.work-modal .close:hover,
.work-modal .close:focus {
  color: #d8000c;
  opacity: 0.8;
}

.work-modal .modal-title {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #323232;
  margin-top: 0;
  margin-bottom: 0px;
}

.work-modal .modal-body {
  padding: 20px 20px 5px;
}

.work-modal.slideUp {
  transform: translateY(-250px);
  transform-origin: center top;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.work-modal.slideUp.in {
  opacity: 1;
  transform: translateY(0);
}
.about-top-section {
  background-color: #f7f7f7;
}
.about-box {
  margin-bottom: 30px;
}
.about-box .box-title {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #555;
  padding-left: 50px;
  margin-top: 0;
  margin-bottom: 10px;
}
.about-box .box-title:before {
  position: absolute;
  font-family: FontAwesome;
  font-size: 32px;
  top: 0;
  left: 0;
  color: #555;
}
.about-box .one:before {
  content: "\f087";
}
.about-box .two:before {
  content: "\f005";
}
.about-box .three:before {
  content: "\f004";
}
.about-box .four:before {
  content: "\f233";
}
.about-box .box-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  text-align: justify;
  padding-left: 50px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .about-box .box-content {
    height: 75px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-box .box-content {
    height: 120px;
  }
}
.service-top-section {
  background-color: #f7f7f7;
}
.service-boxx {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin: 15px 0;
  height: 350px;
  border: 1px solid rgba(240, 240, 240, 0.25);
  box-shadow: 0 2px 4px rgba(50, 50, 50, 0.15);
}
.service-boxx .img-responsive {
  width: 100px;
  margin: 10px auto;
}
.service-boxx .service-caption {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #323232;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-boxx .service-caption a{
  color: #323232;
  text-decoration: none !important;
  outline: 0;
  transition: all 0.25s ease-in-out;
}

  .service-boxx .service-caption a:hover,
  .service-boxx .service-caption a:focus{
    color: #ff6a00;
  }

.service-boxx .service-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  max-height: 80px;
}
.service-boxx .read-more {
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #232323;
  text-align: center;
  transform: translateX(-50%);
  text-transform: uppercase;
  text-decoration: none !important;
  outline: 0;
  transition: all 0.25s ease-in-out;
}
.service-boxx .read-more:focus,
.service-boxx .read-more:hover {
  color: #ff6a00;
}
@media (max-width: 767px) {
  .service-boxx .img-responsive {
    width: 80px;
  }
}
.about-section {
  background-color: #f8f8f8;
}

.portfolio-section{
  background-color: #f7f7f7;
}

.portfolio-section .section-title{
  margin-bottom: 30px;
}

.card {
  position: relative;
  background-color: transparent;
  padding: 15px;
  margin: 15px 0;
}

.card .img-responsive {
  max-width: 120px;
  margin: auto;
  margin-top: 10px;
}

.card .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.card .card-content {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  text-align: justify;
  color: #404040;
}

.portfolio-top-section {
  background-color: #f7f7f7;
}
.portfolio-top-section .section-subtitle {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #666;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
}
.portfolio-top-section .section-subtitle:before {
  position: absolute;
  left: -30px;
  top: -12px;
  font-family: FontAwesome;
  content: "\f10d";
  color: #888;
}
.project-box {
  position: relative;
  border: 5px solid #fff;
  border-radius: 2px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.project-box:hover .image-overlay {
  top: 0;
}
.image-overlay {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  background: rgba(255, 102, 0, 0.8);
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
.image-overlay h3 {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 25px;
}
.image-overlay h3:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  margin-left: -20px;
  background-color: #fff;
}
.image-overlay h5 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #fff;
  user-select: none;
  margin-bottom: 15px;
}
.image-overlay a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  outline: 0;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.image-overlay a i {
  display: inline-block;
  margin-right: 6px;
}
.contact-top-section {
  background-color: #f7f7f7;
}
.contact-overlay .row {
  margin-left: 0;
  margin-right: 0;
}
.contact-left {
  float: left;
  width: 35%;
  padding-right: 30px;
  margin-bottom: 30px;
}
.contact-top-section .section-title {
  margin-top: 0;
}
.contact-top-section .section-subtitle {
  font-size: 16px;
}
.contact-left .contact-info li a {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #404040;
  text-decoration: none !important;
  outline: 0;
  margin-bottom: 10px;
}
.contact-left .contact-info li a i.fa {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #606060;
  transform: translateY(2px);
}
.contact-right {
  float: left;
  width: 65%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(100, 100, 100, 0.1);
}
@media (max-width: 767px) {
  .card .img-responsive{
    margin: 15px 0;
  }
  
  .contact-left {
    width: 100%;
  }
  .contact-right {
    width: 100%;
  }
}
.alert {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  border: 0;
  border-radius: 2px;
  margin-bottom: 15px;
  padding-right: 25px;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.alert-success {
  background-color: #22b24c;
}
.alert-danger {
  background-color: #eb6864;
}
.alert-popup {
  border: 1px solid transparent;
  max-width: 300px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.alert .close {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #000;
  text-shadow: none;
  transition: all 0.3s ease-in-out;
}
.alert.hidden {
  display: none;
}
.alert.visualhidden {
  opacity: 0;
}
.alert-success.alert-popup {
  position: absolute;
  width: 100%;
  top: -115px;
  left: 0;
  margin: 0;
}
.alert-danger.alert-popup {
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  top: -75px;
}
.alert-popup:after {
  position: absolute;
  content: "";
  left: 15px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
}
.alert-success.alert-popup:after {
  border-color: #00a752 transparent transparent;
}
.alert-danger.alert-popup:after {
  border-color: #d83c3d transparent transparent;
}
.alert-success.alert-popup {
  background: linear-gradient(#00a551, #00a752);
  border-color: #00a752;
}
.alert-danger.alert-popup {
  background: linear-gradient(#eb4344, #d83c3d);
  border-color: #d83c3d;
}
.modal .modal-body .modal-close {
  position: absolute;
  right: 25px;
  top: 15px;
  width: 15px;
  height: 15px;
  opacity: 1;
  outline: 0;
  z-index: 3200;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.modal .modal-body .modal-close:after,
.modal .modal-body .modal-close:before {
  position: absolute;
  left: 15px;
  content: " ";
  outline: 0;
  height: 16px;
  width: 2px;
  background-color: #999;
  transition: all 0.25s ease-in-out;
}
.modal .modal-body .modal-close:hover:after,
.modal .modal-body .modal-close:hover:before {
  background-color: #d8000c;
}
.modal .modal-body .modal-close:before {
  transform: rotate(45deg);
}
.modal .modal-body .modal-close:after {
  transform: rotate(-45deg);
}
.modal-service .modal-body {
  padding: 25px;
  border-top: 4px solid #ff6a00;
}
.modal-service .modal-title {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  color: #232323;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
}
.modal-service .modal-title:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 50px;
  height: 3px;
  background-color: #f60;
  margin-left: -25px;
}
.modal-service .modal-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 1.5;
}
.modal-service .modal-text .highlight {
  color: #f60;
}
.modal-service .btn {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  border: 2px solid transparent;
  color: #666;
  outline: 0;
  text-decoration: none !important;
  padding: 8px 16px;
  margin-top: 15px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.modal-service .btn.outline {
  border-color: #ff6a00;
  color: #ff6a00;
}
.modal-service .btn.outline:focus,
.modal-service .btn.outline:hover {
  background-color: #ff6a00;
  color: #fff;
}
.footer .help-block {
  position: relative;
  background-color: #d8000c;
  color: #fff;
  border-radius: 2px;
  margin-top: 6px;
  padding: 3px 6px;
  margin-left: 25px;
}
.footer .form-control-feedback {
  display: none !important;
  opacity: 0;
}
.footer .help-block:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #d8000c;
}

.page-cover {
  position: relative;
  height: 225px;
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.page-cover > .overlay{
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0.7));
}

@media (max-width:767px){
  .page-cover {
      padding: 0;
      height: 150px;
  }
}

.page-cover-title{
  position: absolute;
  width: 100%;
  top: 50%;
  font-family: 'Poppins',sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  margin:0;
  margin-top: -18px;
  text-shadow: 0 2px 4px rgba(10, 10, 10, 0.5);
}

.service-page-section .section-title {
  margin: 0;
  margin-bottom: 30px;
}

.section-plain-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.light-background {
  background-color: #FCFCFC;
}

.ultra-light-background {
  background-color: #F7F7F7;
}

.list-services li a {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #303030;
  display: block;
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px 20px 20px 60px;
  margin-bottom: 30px;
  text-decoration: none !important;
  box-shadow: 0 2px 4px rgba(50, 50, 50, 0.15);
}

.list-services li a:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-image: url('https://mizzletech.s3.ap-south-1.amazonaws.com/images/icons/tick.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #F3F3F3;
}

.cta-section .cta-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.request-pricing {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  border: 0;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  padding: 12px 24px;
  background-color: #f60;
  text-decoration: none !important;
  outline: 0;
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
}

.request-pricing:hover,
.request-pricing:focus{
  opacity: 1;
  color: #FFF;
  box-shadow: 0 2px 4px rgba(50, 50, 50, 0.25);
}

.logo-sm{
  max-width: 128px;
}

.pnf-section{
  padding-top: 75px;
}