@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i";
@import "https://fonts.googleapis.com/css?family=Raleway:200,300,400,400i,500,600,700,800,900&amp;subset=latin-ext";
/**
 * ----------------------------------------------
 * Font face
 * 
 */
/**
  * ----------------------------------------------
  * Font Sizes
  * ----------------------------------------------
  *
 */
/**
  * ----------------------------------------------
  * COLOR CODES
  * ----------------------------------------------
  *
 */
/**
 * ----------------------------------------------
 * Shadows CODES
 * ----------------------------------------------
 *
 */
/**
  * ----------------------------------------------
  * Loop classes
  * ----------------------------------------------
  *
 */
/**
 * ----------------------------------------------
 * SIMPLE RESET
 * ----------------------------------------------
 */
html {
  font-size: 16px; }
  @media (max-width: 1024px) {
    html {
      font-size: 14px; } }

body {
  background: #ffffff;
  color: #2c2c2c;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.75rem; }
  body[data-aos-easing] {
    overflow-x: hidden; }

img {
  max-width: 100%; }

a,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none; }

a {
  color: #181919; }
  a:hover {
    color: #ff3334; }

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0px;
  font-family: "Raleway", sans-serif;
  color: #181919;
  font-weight: 500; }
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small,
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  strong small {
    font-weight: 500; }

h1,
h2 {
  line-height: 1.25; }

h3,
h4,
h5,
h6 {
  line-height: 1.5; }

h6,
.h6 {
  font-size: 1.125rem; }

.documentation-wrapper {
  padding: 0 2.1rem;
  background: #fcfcfc;
  margin-bottom: 3rem; }
  .documentation-wrapper .card {
    border: none;
    margin-bottom: 1rem; }
  .documentation-wrapper .card-header {
    background-image: #ff3334;
    border: none; }
    .documentation-wrapper .card-header h5 {
      color: #ffffff; }
    .documentation-wrapper .card-header:first-child {
      border-radius: calc(.25rem - 1px); }
  .documentation-wrapper .doc-header {
    padding: 24px 2.1rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fcfcfc; }
  .documentation-wrapper .doc-table-contents {
    overflow: auto;
    position: fixed;
    top: 140px;
    left: calc(2.1rem - 15px);
    right: 0;
    bottom: 0;
    z-index: 1; }
  .documentation-wrapper .doc-content {
    padding-top: 140px; }
  .documentation-wrapper .list-arrow li {
    margin-bottom: 0.75rem; }
    .documentation-wrapper .list-arrow li:before {
      content: '\e606';
      color: #F1635F;
      font-family: "simple-line-icons";
      font-size: 0.7rem; }
    .documentation-wrapper .list-arrow li:last-child {
      margin-bottom: 0; }
  .documentation-wrapper ul {
    padding-left: 20px;
    list-style: none; }
    .documentation-wrapper ul pre {
      margin-bottom: 0.25rem; }

.large-text {
  font-size: 2.75rem;
  font-weight: 400; }

p, figure {
  margin-bottom: 0; }

.f14 {
  font-size: 0.875rem; }

.font-weight-extralight {
  font-weight: 200; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.overflow-hidden {
  overflow: hidden; }

.box-shadow {
  box-shadow: 0 0 60px 10px rgba(220, 220, 220, 0.3); }

.nav-link {
  font-weight: 500;
  letter-spacing: 1px; }

.invalid-feedback {
  font-size: 1rem; }

.white-text {
  color: #ffffff; }
  .white-text h2,
  .white-text h1,
  .white-text h3,
  .white-text h4,
  .white-text h5,
  .white-text h6, .white-text a {
    color: #ffffff; }

.circle-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  padding: 20px;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  align-items: center; }

.cd-words-wrapper {
  width: auto; }

.valign {
  align-items: center;
  justify-content: center;
  display: flex; }

.green {
  color: green; }

.red {
  color: red; }

.rounded-form input {
  border-radius: 50px; }

.rounded-form button {
  border-radius: 100%; }

.list li {
  position: relative;
  margin-bottom: 5px; }

.card.card-accr {
  border-color: #ff3334;
  border-radius: 5px; }
  .card.card-accr .card-header {
    background: #ff3334;
    border-color: #ff3334;
    cursor: pointer;
    border: none; }
    .card.card-accr .card-header * {
      color: #ffffff; }

.card.card-accr-2 {
  border-color: #ff3334;
  border-radius: 5px; }
  .card.card-accr-2 .card-header {
    cursor: pointer;
    background: none;
    border: none; }
    .card.card-accr-2 .card-header h5 {
      color: #ff3334;
      position: relative; }
      .card.card-accr-2 .card-header h5:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        content: '\e604';
        font-family: "simple-line-icons";
        transition: all 0.5s;
        -webkit-transition: all 0.5s; }
    .card.card-accr-2 .card-header h5[aria-expanded="true"]:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
  .card.card-accr-2 .card-body {
    border-top: 1px solid #ff3334; }

/**
* ----------------------------------------------
* Breadcrumb and pagination images
* ----------------------------------------------
*/
.breadcrumb {
  background: none;
  color: #ffffff;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .breadcrumb ul {
    display: flex; }
  .breadcrumb a {
    color: #ffffff; }
  .breadcrumb li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem; }
    .breadcrumb li span {
      margin: 0 10px; }

.pagination ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px; }

.pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000000; }

.pagination li {
  margin-right: 10px; }
  .pagination li:last-child {
    margin-right: 0; }
    .pagination li:last-child .page-link {
      border-radius: 100%; }
  .pagination li:first-child .page-link {
    border-radius: 100%; }
  .pagination li.active .page-link, .pagination li:hover .page-link {
    color: #ffffff;
    background: #ff3334; }
  .pagination li.active:first-child .page-link, .pagination li.active:last-child .page-link, .pagination li:hover:first-child .page-link, .pagination li:hover:last-child .page-link {
    background: none;
    color: #ff3334; }

/**
* ----------------------------------------------
* background images
* ----------------------------------------------
*/
.bg1 {
  background: url("../../images/bg-1.jpg") no-repeat center center/cover; }

.bg2 {
  background: url("../../images/bg-2.jpg") no-repeat center center/cover; }

.bg3 {
  background: url("../../images/bg-3.jpg") no-repeat center center/cover; }

.bg4 {
  background: url("../../images/bg-4.jpg") no-repeat center center/cover; }

.bg5 {
  background: url("../../images/bg-5.jpg") no-repeat center center/cover; }

.portfolio-banner {
  background: url("../../images/banners/portfolio-main.jpg") no-repeat center center/cover; }

.faq-banner {
  background: url("../../images/banners/faq-main.jpg") no-repeat center center/cover; }

.contactus-banner {
  background: url("../../images/banners/contactus-main.jpg") no-repeat center center/cover; }

.career-banner {
  background: url("../../images/banners/career-main.jpg") no-repeat center center/cover; }

.blog-banner {
  background: url("../../images/banners/blog-main.jpg") no-repeat center center/cover; }

.aboutus-banner {
  background: url("../../images/banners/aboutus-main.jpg") no-repeat center center/cover; }

.service-banner {
  background: url("../../images/banners/services-main.jpg") no-repeat center center/cover; }

.team-banner {
  background: url("../../images/banners/team-main.jpg") no-repeat center center/cover; }

.testimonial-banner {
  background: url("../../images/banners/testimonial-main.jpg") no-repeat center center/cover; }

.bg-light-grey {
  background: #f1f2f3; }

.bg-primary {
  background: #ff3334 !important; }

.bg-dark-grey {
  background: rgba(221, 221, 221, 0.6); }

/**
* ----------------------------------------------
* Text  Classes
* ----------------------------------------------
*/
.text-primary {
  color: #ff3334 !important; }

/**
* ----------------------------------------------
* Banner  Classes
* ----------------------------------------------
*/
.fullscreen-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fullscreen {
  min-height: 100vh;
  width: 100%;
  position: relative; }
  .fullscreen .center-col {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-top: 20px; }
    @media (max-width: 1024px) {
      .fullscreen .center-col {
        left: 15px;
        right: 15px; } }
  .fullscreen.static-header {
    min-height: calc(100vh - 72px); }

@media (max-width: 1024px) {
  .banner-slider .home-slide {
    padding-left: 30px; } }

.banner-slider .home-slide > * {
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }

.banner-slider .owl-item.active .home-slide > * {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.banner-slider .owl-item.active .home-slide h2 {
  transition-delay: 0.6s; }

.banner-slider .owl-item.active .home-slide h6 {
  transition-delay: 0.4s; }

.banner-slider .owl-item.active .home-slide p {
  transition-delay: 0.8s; }

.banner-slider .owl-item.active .home-slide .clearfix {
  transition-delay: 0.9s; }

.static-banner {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px; }
  .static-banner .banner-heading {
    text-align: center;
    position: relative;
    z-index: 1; }
    .static-banner .banner-heading h1 {
      color: #ffffff; }

/**
  * ----------------------------------------------
  * Form css
  * ----------------------------------------------
  */
.form-control {
  color: #2c2c2c;
  height: calc(2.9rem + 1px);
  padding: 1rem;
  border-color: #d8dcdf; }
  .form-control:focus {
    box-shadow: none;
    border-color: #ff3334; }

textarea.form-control {
  height: calc(7.8rem + 2px); }

/**
  * ----------------------------------------------
  * Spacing classes
  * ----------------------------------------------
  */
.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mb-15 {
  margin-bottom: 15px; }

.mt-15 {
  margin-top: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.ml-15 {
  margin-left: 15px; }

.mr-15 {
  margin-right: 15px; }

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

.pl-15 {
  padding-left: 15px; }

.pr-15 {
  padding-right: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.pl-30 {
  padding-left: 30px; }

.pr-30 {
  padding-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

/**
  * ----------------------------------------------
  * Opacity classes
  * ----------------------------------------------
  */
.opacity-1 {
  opacity: 0.1 !important; }

.opacity-2 {
  opacity: 0.2 !important; }

.opacity-3 {
  opacity: 0.3 !important; }

.opacity-4 {
  opacity: 0.4 !important; }

.opacity-5 {
  opacity: 0.5 !important; }

.opacity-6 {
  opacity: 0.6 !important; }

.opacity-8 {
  opacity: 0.8 !important; }

.opacity-85 {
  opacity: 0.85 !important; }

/**
  * ----------------------------------------------
  * Overlay background colors
  * ----------------------------------------------
  */
.primary-overlay,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.9; }

.overlay {
  background: black; }

.text-over-color {
  position: relative;
  z-index: 1; }

.primary-overlay {
  background: #ff3334; }

/**
  * ----------------------------------------------
  * scroll top css
  * ----------------------------------------------
  */
.scroll-top-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9;
  width: 50px;
  height: 50px;
  display: none; }
  .scroll-top-btn .scroll-top {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  @media (max-width: 767px) {
    .scroll-top-btn {
      right: 20px; } }

.scroll-top {
  color: #ffffff;
  display: flex;
  align-items: center; }
  .scroll-top .scroll-top-text {
    margin-right: 15px; }
  .scroll-top .scroll-top-icon {
    width: 48px;
    height: 48px;
    background: #ffffff url("../../images/icon-arrow-down-black.svg") no-repeat center center;
    line-height: 48px;
    text-align: center;
    display: block;
    border-radius: 100%;
    background-size: 10px 15px; }
  .scroll-top:hover .scroll-top-text {
    opacity: 0.7; }
  .scroll-top:hover .scroll-top-icon {
    background: #ff3334 url("../../images/icon-arrow-down-white.svg") no-repeat center center;
    background-size: 10px 15px; }

/**
* ----------------------------------------------
* scroll down css
* ----------------------------------------------
*/
.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  width: 25px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  .scroll-down a {
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: 0 5px;
    display: block;
    width: 100%;
    text-align: center; }
  .scroll-down span {
    width: 6px;
    height: 12px;
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    animation: scroll-down 2s ease-in-out infinite; }

@keyframes scroll-down {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(13px); }
  100% {
    transform: translateY(0); } }

/**
  * ----------------------------------------------
  * text and bg colors
  * ----------------------------------------------
  */
.bg-light {
  background: #fcfcfc !important; }

/**
  * ----------------------------------------------
  * Section heading styles
  * ----------------------------------------------
  */
.section-spacer {
  padding: 100px 0; }

.large-heading {
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .large-heading {
      font-size: 2.5rem; } }
  @media (max-width: 767px) {
    .large-heading {
      font-size: 2rem; } }

.extra-large-heading {
  font-size: 4rem;
  font-weight: 300; }
  @media (max-width: 991px) {
    .extra-large-heading {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    .extra-large-heading {
      font-size: 2rem; } }

.section-header {
  margin-bottom: 3rem; }
  .section-header h2 {
    letter-spacing: 2px;
    font-weight: 400; }
  .section-header .subtitle {
    font-style: italic; }
  .section-header.line-heading {
    padding-left: 100px; }
    @media (max-width: 576px) {
      .section-header.line-heading {
        padding-left: 15px; } }
    .section-header.line-heading h2 {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-weight: 600; }
      .section-header.line-heading h2:before {
        left: 0;
        content: "";
        position: absolute;
        left: -100px;
        bottom: 0;
        width: 200px;
        height: 1px;
        margin: 0 auto;
        background: #ff3334; }
  .section-header.top-heading {
    margin-bottom: 4rem;
    text-align: center; }

/**
  * ----------------------------------------------
  * Button types
  * ----------------------------------------------
  */
.load-more-btn {
  margin-top: 2.5rem;
  display: flex;
  flex-grow: 1;
  justify-content: center; }

.more-link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 500;
  color: #ffffff; }
  .more-link:after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: right center 0;
    background: #ffffff; }
  .more-link:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: left center 0; }

.btn-rounded-circle {
  border-radius: 50px !important; }

.btn {
  text-transform: capitalize;
  border-radius: 5px;
  padding: 0.75rem 1.75rem;
  min-width: 80px;
  margin-top: 30px;
  border-radius: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-color: transparent;
  letter-spacing: 1px; }
  .btn:hover {
    border-color: transparent; }
  .btn.mt-15 {
    margin-top: 15px; }

.btn-primary {
  background: #ff3334;
  border-color: #ff3334;
  position: relative; }

.btn-default {
  background-color: #ddd; }

.btn-primary {
  background-size: 200% auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-position: center right;
    background: #ff3334; }

.btn-outline-primary {
  color: #ff3334; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    border-color: #ff3334;
    color: #ffffff;
    background: #ff3334; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-size: 200% auto; }
  .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-position: center right;
    outline: none; }

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff; }

.btn-white {
  background: #ffffff;
  color: #ff3334;
  border-color: #ffffff; }
  .btn-white:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: none; }

/**
* ----------------------------------------------
*  button effect
* ----------------------------------------------
*/
.effect-1 {
  position: relative; }
  .effect-1 span {
    z-index: 1;
    color: #ffffff; }
  .effect-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
  .effect-1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ff3334;
    border-bottom-color: #ff3334;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s; }
  .effect-1:hover {
    background: none;
    border-color: transparent; }
    .effect-1:hover span {
      color: #ff3334; }
    .effect-1:hover:before {
      opacity: 1;
      transform: scale(1);
      -webkit-transform: scale(1); }
    .effect-1:hover:after {
      opacity: 0;
      transform: scale(0);
      -webkit-transform: scale(0); }

.effect-2 {
  color: #ff3334;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: relative; }
  .effect-2 span {
    position: relative;
    z-index: 1; }
  .effect-2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ff3334;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out; }
  .effect-2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ff3334;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5); }
  .effect-2:hover:before {
    opacity: 0;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2); }
  .effect-2:hover:after {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1); }

/**
 * ----------------------------------------------
 * Animation on hover  css
 * ----------------------------------------------
 */
.svg-animation {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .svg-object {
    width: 100%; } }

.svg-object object {
  width: 75px;
  height: 75px;
  display: block; }

.svg-object h6 {
  margin: 20px 0 10px 0; }

/**
  * ----------------------------------------------
  * Social links general css
  * ----------------------------------------------
  */
.social-link {
  display: flex;
  align-items: center; }
  .social-link li {
    margin-right: 10px; }
    .social-link li a {
      display: block; }
    .social-link li:last-child {
      margin-right: 0; }
  .social-link a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%; }
    .social-link a:last-child {
      margin-right: 0; }
    .social-link a.fb {
      color: #3b579d; }
      .social-link a.fb:hover, .social-link a.fb.filled {
        color: #ffffff;
        background: #3b579d; }
    .social-link a.tw {
      color: #1da1f2; }
      .social-link a.tw:hover, .social-link a.tw.filled {
        color: #ffffff;
        background: #1da1f2; }
    .social-link a.dribble {
      color: #ea4c89; }
      .social-link a.dribble:hover, .social-link a.dribble.filled {
        color: #ffffff;
        background: #ea4c89; }
    .social-link a.ln {
      color: #0177b4; }
      .social-link a.ln:hover, .social-link a.ln.filled {
        color: #ffffff;
        background: #0177b4; }
    .social-link a.gplus {
      color: #dc4a38; }
      .social-link a.gplus:hover, .social-link a.gplus.filled {
        color: #ffffff;
        background: #dc4a38; }
  .social-link.social-white a.fb {
    color: #ffffff; }
    .social-link.social-white a.fb:hover {
      color: #3b579d;
      background: #ffffff; }
  .social-link.social-white a.tw {
    color: #ffffff; }
    .social-link.social-white a.tw:hover {
      color: #1da1f2;
      background: #ffffff; }
  .social-link.social-white a.dribble {
    color: #ffffff; }
    .social-link.social-white a.dribble:hover {
      color: #ea4c89;
      background: #ffffff; }
  .social-link.social-white a.ln {
    color: #ffffff; }
    .social-link.social-white a.ln:hover {
      color: #0177b4;
      background: #ffffff; }
  .social-link.social-white a.gplus {
    color: #ffffff; }
    .social-link.social-white a.gplus:hover {
      color: #dc4a38;
      background: #ffffff; }

.center-right-icon {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  .center-right-icon .social-link {
    flex-direction: column;
    justify-content: center; }
    .center-right-icon .social-link a {
      margin-right: 0; }

/**
  * ----------------------------------------------
  * Owl carousel plugin reset css
  * ----------------------------------------------
  */
.owl-carousel .owl-item img {
  width: auto;
  height: auto; }

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 60px; }
  .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 100%;
    background: #ccc;
    position: relative;
    cursor: pointer; }
    .owl-carousel .owl-dots .owl-dot:last-child {
      margin-right: 0; }
    .owl-carousel .owl-dots .owl-dot:after {
      border-radius: 50%;
      content: "";
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0;
      position: absolute;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: hidden;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      width: 100%; }
    .owl-carousel .owl-dots .owl-dot:hover:after, .owl-carousel .owl-dots .owl-dot.active:after {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
      background: #ff3334; }

.owl-carousel .owl-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    display: inline-block;
    background: #ffffff;
    width: 35px;
    height: 35px;
    z-index: 2;
    color: #ff3334; }
    .owl-carousel .owl-nav button.owl-prev i,
    .owl-carousel .owl-nav button.owl-next i {
      font-size: 1rem; }
    .owl-carousel .owl-nav button.owl-prev.disabled,
    .owl-carousel .owl-nav button.owl-next.disabled {
      opacity: 0.6; }
  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 1rem;
    position: absolute;
    top: 0;
    left: 0; }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    right: 0; }

.number-pagination {
  counter-reset: pages;
  bottom: auto;
  top: 20px;
  left: 50px;
  position: absolute;
  transform: translate(0);
  -webkit-transform: translate(0);
  margin-top: 0;
  display: flex;
  flex-direction: column; }
  .number-pagination button {
    border: none; }
  .number-pagination .pagination-bullet {
    position: relative;
    opacity: 0.3;
    margin: 0;
    min-height: 30px;
    width: 50px;
    background: none; }
    .number-pagination .pagination-bullet:focus {
      outline: none; }
    .number-pagination .pagination-bullet:after {
      content: counter(pages, decimal-leading-zero);
      counter-increment: pages;
      position: absolute;
      top: 0;
      right: 16px;
      bottom: 0;
      margin: auto 0;
      line-height: 2rem;
      vertical-align: middle;
      display: flex;
      align-items: center;
      color: #ffffff;
      font-size: 0.75rem;
      transition: all 0.4s;
      -webkit-transition: all 0.4s; }
    .number-pagination .pagination-bullet:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 15px;
      background: #ffffff;
      max-height: 1px;
      margin: auto 0;
      transition: width 0.4s;
      -webkit-transition: width 0.4s; }
    .number-pagination .pagination-bullet:hover, .number-pagination .pagination-bullet.active {
      opacity: 0.9; }
      .number-pagination .pagination-bullet:hover:before, .number-pagination .pagination-bullet.active:before {
        width: 30px; }
      .number-pagination .pagination-bullet:hover:after, .number-pagination .pagination-bullet.active:after {
        right: 0; }
  .number-pagination.center-pos {
    bottom: auto;
    top: 50%;
    left: 50px;
    right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media (max-width: 1024px) {
      .number-pagination.center-pos {
        left: 0; } }

.partner-slider .item {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d8dcdf; }

/**
* ----------------------------------------------
* Nav bar css
* ----------------------------------------------
*/
.navbar {
  width: 100%;
  padding: 0;
  /**
	* ----------------------------------------------
	* Mobile hamburg menu css
	* ----------------------------------------------
	*/ }
  @media (max-width: 991px) {
    .navbar .navbar-header {
      display: flex;
      justify-content: space-between;
      flex-grow: 1; } }
  .navbar .navbar-toggler span {
    display: block;
    width: 23px;
    height: 2px;
    margin-bottom: 6px;
    background: #ffffff;
    -webkit-transform-origin: 4px 0px;
    transform-origin: 4px 0px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .navbar .navbar-toggler span:last-child {
      margin-bottom: 0; }
  .navbar .navbar-toggler:not(.collapsed) span {
    opacity: 1;
    transform: rotate(45deg) translate(5px, 0);
    -webkit-transform: rotate(45deg) translate(5px, 0); }
    .navbar .navbar-toggler:not(.collapsed) span:last-child {
      opacity: 0; }
    .navbar .navbar-toggler:not(.collapsed) span:nth-last-child(2) {
      transform: rotate(-45deg) translate(-3px, 5px);
      -webkit-transform: rotate(-45deg) translate(-3px, 5px); }
  .navbar .navbar-nav li {
    margin-right: 45px; }
    .navbar .navbar-nav li:last-child {
      margin-right: 0; }
    @media (max-width: 991px) {
      .navbar .navbar-nav li {
        margin-right: 0; } }
  .navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    padding: 0.75rem 0;
    text-align: center;
    letter-spacing: 1px; }
    @media (max-width: 991px) {
      .navbar .navbar-nav .nav-link {
        padding: 1.25rem 1rem;
        color: #000000; } }
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
      color: #ffffff; }
      @media (max-width: 991px) {
        .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
          color: #ff3334; } }
  .navbar .navbar-nav:last-child {
    padding-right: 0; }
  @media (max-width: 991px) {
    .navbar .navbar-nav {
      padding: 0;
      width: 100%; } }

.top-nav {
  background: #000000;
  color: #ffffff;
  padding: 10px 0; }
  .top-nav .top-contact-area {
    text-align: right; }
    .top-nav .top-contact-area a {
      color: #ffffff;
      margin-right: 15px; }
      .top-nav .top-contact-area a:last-child {
        margin-right: 0; }

.menu-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .menu-dropdown i {
    font-size: 0.625rem;
    padding-left: 5px; }
  .menu-dropdown .nav-link {
    margin: auto; }
  .menu-dropdown .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 150px;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3;
    -webkit-transition: opacity 0.3;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px); }
    @media (max-width: 991px) {
      .menu-dropdown .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        display: none; } }
    .menu-dropdown .sub-menu .nav-link {
      color: #000000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 10px;
      text-align: left;
      font-size: 0.875rem; }
      .menu-dropdown .sub-menu .nav-link:hover {
        color: #ff3334; }
      @media (max-width: 991px) {
        .menu-dropdown .sub-menu .nav-link {
          padding: 5px 1rem; } }
    .menu-dropdown .sub-menu li {
      margin-right: 0; }
      .menu-dropdown .sub-menu li:hover .sub-menu-level2 {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        opacity: 1;
        visibility: visible;
        z-index: 0; }
        @media (max-width: 991px) {
          .menu-dropdown .sub-menu li:hover .sub-menu-level2 {
            display: block; } }
  .menu-dropdown .menu-dropdown-level2 {
    position: relative; }
  .menu-dropdown .sub-menu-level2 {
    padding: 10px 0;
    position: absolute;
    top: 4px;
    left: calc(100% - 5px);
    z-index: -2;
    background: #ffffff;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    width: 130px; }
    .menu-dropdown .sub-menu-level2 .nav-link {
      padding: 5px 10px;
      font-size: 0.875rem; }
      @media (max-width: 991px) {
        .menu-dropdown .sub-menu-level2 .nav-link {
          padding: 5px 1rem; } }
    @media (max-width: 991px) {
      .menu-dropdown .sub-menu-level2 {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        display: none; } }
  .menu-dropdown:hover .sub-menu {
    z-index: 0;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); }
    @media (max-width: 991px) {
      .menu-dropdown:hover .sub-menu {
        display: block; } }

/**
* ----------------------------------------------
* Header css
* ----------------------------------------------
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 20px 25px;
  line-height: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  /**
	* ----------------------------------------------
	* Fixed navigation css
	* ----------------------------------------------
	*/ }
  .header .menu-dropdown .sub-menu li:hover > a {
    color: #ff3334; }
  @media (max-width: 991px) {
    .header .navbar-nav {
      margin-top: 15px;
      background-color: #ffffff; } }
  @media (min-width: 450px) and (max-width: 767px) and (max-height: 400px) {
    .header .navbar-nav {
      max-height: 250px;
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (orientation: portrait) {
    .header .navbar-nav {
      max-height: 350px;
      overflow-y: auto;
      overflow-x: hidden; } }
  @media (max-width: 767px) {
    .header {
      padding: 15px; } }
  .header .btn {
    padding: 0.5rem 1rem;
    min-width: 120px; }
  .header.fixed-nav {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .header.fixed-nav .navbar .navbar-nav .nav-link {
      color: #000000; }
      .header.fixed-nav .navbar .navbar-nav .nav-link:hover, .header.fixed-nav .navbar .navbar-nav .nav-link.active {
        color: #ff3334; }
    .header.fixed-nav .navbar .navbar-toggler span {
      background-color: rgba(0, 0, 0, 0.7); }
    @media (max-width: 991px) {
      .header.fixed-nav .navbar .navbar-header {
        margin-bottom: 0; } }
  .header.header-social {
    padding: 0;
    background: #ffffff; }
    @media (max-width: 767px) {
      .header.header-social {
        padding: 20px 25px; } }
    .header.header-social .navbar {
      padding: 20px 0; }
      @media (max-width: 767px) {
        .header.header-social .navbar {
          padding: 0; } }
      .header.header-social .navbar .nav-link {
        color: #000000; }
        .header.header-social .navbar .nav-link.active {
          color: #ff3334; }
      .header.header-social .navbar .navbar-toggler span {
        background: #000000; }

/**
* ----------------------------------------------
* Footer css
* ----------------------------------------------
*/
.footer {
  background: #030305;
  padding: 100px 0 30px 0;
  color: #888; }
  .footer .form-control {
    height: calc(2.9rem + 1px);
    padding: 15px 20px; }
  .footer .social-link a {
    color: #888; }
  .footer .footer-logo {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #353537; }
    @media (max-width: 767px) {
      .footer .footer-logo {
        margin-bottom: 0; } }
  .footer .footer-text h6 {
    margin-bottom: 30px;
    color: #ffffff; }
    @media (max-width: 767px) {
      .footer .footer-text h6 {
        margin-bottom: 15px;
        margin-top: 30px; } }
  .footer .nav-link {
    color: #888;
    margin-bottom: 5px;
    padding: 0; }
    .footer .nav-link:hover {
      color: #ff3334; }
  .footer .copyright {
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #353537; }

/**
* ----------------------------------------------
* Progress bars css
* ----------------------------------------------
*/
.progress-bar {
  position: relative;
  width: 150px;
  height: 150px;
  background: none;
  margin: auto; }
  .progress-bar .progress-circle-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .progress-bar .progress-circle, .progress-bar .progress-background {
    fill: none;
    stroke: #ff3334;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    z-index: 10;
    transition: all 1s;
    -webkit-transition: all 1s; }
  .progress-bar .progress-background {
    stroke: #d8dcdf;
    stroke-width: 4;
    z-index: 0; }
  .progress-bar .progress-title {
    color: #000000; }

/**
* ----------------------------------------------
* About us css
* ----------------------------------------------
*/
.about-section .about-text {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .about-section .about-text {
      margin-bottom: 30px; } }

.about-section .about-image {
  position: relative;
  padding-right: 100px;
  padding-bottom: 80px; }
  .about-section .about-image:after {
    content: "";
    width: 48%;
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url("../../images/pattern.png") no-repeat right top; }
  @media (max-width: 767px) {
    .about-section .about-image {
      margin-top: 60px; } }

.counter-box .counter {
  margin-bottom: 15px; }

.feature-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }
  .feature-card h6 {
    padding: 15px 0; }
  .feature-card .icon-img {
    position: relative;
    height: 37px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff3334;
    margin: 18px 0;
    border-left: 1px solid #ff3334;
    border-right: 1px solid #ff3334; }
    .feature-card .icon-img:after, .feature-card .icon-img:before {
      border-left: 1px solid #ff3334;
      border-right: 1px solid #ff3334;
      position: absolute;
      top: 0;
      left: -1px;
      right: 0;
      bottom: 0;
      content: ""; }
    .feature-card .icon-img:before {
      transform: rotate(60deg);
      -webkit-transform: rotate(60deg); }
    .feature-card .icon-img:after {
      transform: rotate(-60deg);
      -webkit-transform: rotate(-60deg); }

.feature-card-2 .feature-body {
  padding: 30px;
  background: #ffffff; }
  .feature-card-2 .feature-body h6 {
    margin: 15px 0; }

.play-img {
  position: relative; }
  .play-img .play-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 15px; }

/**
* ----------------------------------------------
* Services css
* ----------------------------------------------
*/
.services .col-md-6:first-child {
  margin-top: 60px; }
  @media (max-width: 991px) {
    .services .col-md-6:first-child {
      margin-top: 0; } }

.services .col-md-6:last-child {
  margin-top: -60px; }
  @media (max-width: 991px) {
    .services .col-md-6:last-child {
      margin-top: 0; } }

.service {
  background: #f4f4f4;
  padding: 30px; }
  .service h6 {
    margin: 15px 0; }

@media (max-width: 767px) {
  .service-box-2 .svg-object {
    margin-bottom: 15px; } }

.service-box-2 .svg-object object {
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .service-box-2 .svg-object object {
      width: 100px;
      height: 100px; } }

.service-box-3 .service-body {
  padding: 30px;
  border-top: none; }

.service-box-3 h6 {
  margin-bottom: 15px; }

/**
* ----------------------------------------------
* Portfolio css
* ----------------------------------------------
*/
.work-grid-box-1 {
  position: relative;
  display: flex;
  cursor: pointer;
  width: 100%; }
  .work-grid-box-1 img {
    width: 100%;
    border-radius: 20px; }
  .work-grid-box-1 .grid-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 51, 52, 0.8);
    text-align: center;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px; }
    .work-grid-box-1 .grid-content h4 {
      transform: translateX(-15px);
      -webkit-transform: translateX(-15px);
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      opacity: 0;
      color: #ffffff; }
    .work-grid-box-1 .grid-content p {
      transform: translateX(15px);
      -webkit-transform: translateX(15px);
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      opacity: 0;
      color: #ffffff; }
  .work-grid-box-1 .thumb-img {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 1.5rem;
    color: #000000;
    transform: translateX(60px);
    -webkit-transform: translateX(60px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    opacity: 0;
    color: #ffffff; }
  .work-grid-box-1:hover .grid-content {
    opacity: 1; }
    .work-grid-box-1:hover .grid-content h4, .work-grid-box-1:hover .grid-content p {
      transform: translateY(0);
      opacity: 1; }
    .work-grid-box-1:hover .grid-content h4 {
      transition-delay: 0.4s; }
    .work-grid-box-1:hover .grid-content p {
      transition-delay: 0.6s; }
  .work-grid-box-1:hover .thumb-img {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s; }

.work-grid-box-2 {
  position: relative;
  display: block;
  border: 10px solid #ffffff; }
  .work-grid-box-2 .overlay {
    opacity: 0; }
  .work-grid-box-2 .grid-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffff; }
    .work-grid-box-2 .grid-content > * {
      opacity: 0;
      transform: translateY(10px);
      -webkit-transform: translateY(10px);
      transition: all 0.4s;
      -webkit-transition: all 0.4s; }
    .work-grid-box-2 .grid-content h4 {
      color: #ffffff; }
  .work-grid-box-2:hover .overlay {
    opacity: 0.5; }
  .work-grid-box-2:hover .grid-content > * {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  .work-grid-box-2:hover .grid-content h4 {
    transition-delay: 0.3s; }
  .work-grid-box-2:hover .grid-content p {
    transition-delay: 0.4s; }

/**
* ----------------------------------------------
* Contact Us css
* ----------------------------------------------
*/
.contact-info address {
  margin: 0; }

.contact-info .address-info {
  border: 1px solid #d8dcdf;
  padding: 15px;
  display: flex;
  margin-bottom: 15px; }
  .contact-info .address-info i {
    margin-top: 10px;
    margin-right: 15px;
    color: #ff3334; }

.contact-info-2 {
  padding: 30px;
  color: #ffffff; }
  .contact-info-2 address {
    margin-bottom: 0; }
  .contact-info-2 .address-info {
    display: flex;
    margin-bottom: 15px; }
    .contact-info-2 .address-info i {
      margin-right: 10px;
      margin-top: 10px; }
    .contact-info-2 .address-info a {
      color: #ffffff; }

.map {
  height: 400px; }

/**
* ----------------------------------------------
* Testimonials css
* ----------------------------------------------
*/
.author-info small {
  display: block;
  font-size: 0.875rem;
  color: #ff3334; }

.testimonials-slider .author {
  display: flex;
  align-items: center;
  margin-top: 30px; }
  .testimonials-slider .author .image-holder {
    margin-right: 15px; }

.testimonial-highlight .author-text {
  margin-bottom: 15px;
  position: relative;
  padding: 0 30px; }
  .testimonial-highlight .author-text:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 15px;
    height: 15px;
    color: #000000;
    font-family: FontAwesome;
    content: "\f10d"; }
  .testimonial-highlight .author-text:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    content: " ";
    width: 15px;
    height: 15px;
    color: #000000;
    font-family: FontAwesome;
    content: "\f10e"; }

.testimonial-highlight .author-info {
  padding: 0 30px; }

.testimonial-box-2 .author-text {
  padding: 30px 30px 30px 110px;
  background: #ffffff;
  margin-top: -75px;
  margin-left: 80px; }
  @media (max-width: 767px) {
    .testimonial-box-2 .author-text {
      padding-left: 98px; } }
  @media (max-width: 579px) {
    .testimonial-box-2 .author-text {
      margin-top: 0;
      margin-left: 0;
      padding-left: 30px;
      padding-top: 0; } }

@media (max-width: 579px) {
  .testimonial-box-2 .author-info {
    background: #ffffff;
    padding: 15px 0 15px 30px; } }

.testimonial-form textarea.form-control {
  height: calc(8.7rem + 33px); }

.testimonial-box-3 {
  padding: 30px;
  width: calc(100% + 60px);
  margin-left: -60px;
  position: relative;
  z-index: 1;
  background: #ffffff; }
  @media (max-width: 767px) {
    .testimonial-box-3 {
      width: 100%;
      margin-left: 0; } }
  .testimonial-box-3 .author-text {
    margin-bottom: 15px; }
  .testimonial-box-3.right-align {
    margin-right: -60px;
    margin-left: 0; }

/**
* ----------------------------------------------
* FAQ css
* ----------------------------------------------
*/
.faq {
  display: flex;
  margin-bottom: 60px; }
  .faq:last-child {
    margin-bottom: 0; }
  .faq .number {
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 30px;
    max-width: 30px;
    width: 100%;
    height: 30px;
    margin-top: 15px; }
    .faq .number:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      content: '';
      width: 100%;
      height: 100%;
      background: #ff3334;
      transform: rotate(225deg);
      -webkit-transform: rotate(225deg); }
  .faq .faq-body h6 {
    margin-bottom: 8px; }

/**
* ----------------------------------------------
* Team css
* ----------------------------------------------
*/
.team-box .overlay {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s; }

.team-box .team-body {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff; }
  .team-box .team-body > * {
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s; }
  .team-box .team-body h6 {
    color: #ffffff; }
  .team-box .team-body .desig {
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }

.team-box:hover .overlay {
  opacity: 0.5; }

.team-box:hover .team-body > * {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.team-box:hover .team-body .desig {
  transition-delay: 0.3s; }

.team-box:hover .team-body .social-link {
  transition-delay: 0.4s; }

/**
* ----------------------------------------------
* careers css
* ----------------------------------------------
*/
.career-step {
  display: flex; }
  .career-step .icon-image {
    margin-right: 15px; }
  .career-step h6 {
    margin-bottom: 0.5rem; }

.career-list .role-content {
  display: flex; }

.career-list .field {
  min-width: 25%;
  max-width: 25%; }

.career-stats {
  position: relative;
  text-align: center;
  background-attachment: fixed; }
  .career-stats .counter-title {
    opacity: 0.75; }

.job-list .job {
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d8dcdf; }
  .job-list .job:first-child {
    padding-top: 0; }
  .job-list .job:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.job .job-logo {
  width: 20%; }
  @media (max-width: 767px) {
    .job .job-logo {
      width: 30%; } }

.job .job-title {
  width: 30%; }
  @media (max-width: 767px) {
    .job .job-title {
      width: 70%; } }
  .job .job-title .type {
    padding: 0.25rem 0.5rem;
    background: #ff3334;
    color: #ffffff;
    font-size: 0.75rem;
    width: auto;
    line-height: 1;
    display: inline-flex;
    border-radius: 5px;
    margin-bottom: 15px; }

.job .job-city {
  width: 30%; }
  @media (max-width: 767px) {
    .job .job-city {
      width: 50%;
      display: flex;
      align-items: center;
      margin-top: 15px; }
      .job .job-city h6 {
        margin-right: 15px; } }

.job .job-salary {
  width: 20%;
  text-align: right; }
  @media (max-width: 767px) {
    .job .job-salary {
      width: 50%;
      margin-top: 15px; } }

.career-inner .career-header {
  display: flex;
  align-items: center; }
  .career-inner .career-header .job-logo {
    margin-right: 15px;
    padding: 5px;
    border: 1px solid #d8dcdf; }
  .career-inner .career-header .job-designation ul {
    display: flex;
    flex-wrap: wrap; }
  .career-inner .career-header .job-designation li {
    margin-right: 15px;
    display: flex;
    align-items: center; }
    .career-inner .career-header .job-designation li i {
      margin-right: 5px; }
    .career-inner .career-header .job-designation li:last-child {
      margin-right: 0; }

.job-summery, .share-job {
  padding: 30px;
  background: #fcfcfc !important; }
  .job-summery h6, .share-job h6 {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px; }

/**
* ----------------------------------------------
* Blog css
* ----------------------------------------------
*/
.blog {
  margin-bottom: 30px; }
  .blog .blog-header p {
    font-size: 0.875rem; }
  .blog .blog-body {
    padding: 30px;
    background: #f4f4f4; }
    .blog .blog-body h6 {
      margin: 15px 0; }
      .blog .blog-body h6 small {
        display: block;
        font-size: 0.875rem; }
  .blog .blog-meta {
    display: flex; }
    .blog .blog-meta li {
      margin-right: 15px;
      display: flex;
      align-items: center; }
      .blog .blog-meta li:last-child {
        margin-right: 0; }
      .blog .blog-meta li a {
        line-height: 1;
        margin-right: 0.5rem; }

.blog-box-2 .blog-image {
  position: relative; }
  .blog-box-2 .blog-image img {
    width: 100%; }

.blog-box-2 .blog-date {
  background: #ff3334;
  padding: 15px;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100px;
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 1;
  transform: translateY(50%);
  -webkit-transform: translateY(50%); }
  .blog-box-2 .blog-date h3, .blog-box-2 .blog-date h5 {
    color: #ffffff; }

.blog-box-2 .blog-heading {
  margin-bottom: 15px; }

.blog-box-2 .blog-body {
  padding: 85px 30px 30px; }

.blog-box-2 .blog-meta {
  margin-top: 15px;
  display: flex; }
  .blog-box-2 .blog-meta li {
    display: flex;
    align-items: center; }
    .blog-box-2 .blog-meta li:after {
      content: '|';
      padding-left: 10px;
      padding-right: 10px; }
    .blog-box-2 .blog-meta li:last-child:after {
      display: none; }

.navigate-post-container {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8dcdf; }

.nav-post {
  display: flex;
  align-items: center; }
  .nav-post .thumb img {
    border-radius: 100%; }
  .nav-post.prev-post .thumb {
    margin-right: 15px; }
  .nav-post.next-post {
    justify-content: flex-end; }
    .nav-post.next-post .thumb {
      margin-left: 15px; }

.comment-area {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8dcdf; }
  .comment-area .comment {
    display: flex; }
    .comment-area .comment .thumb img {
      border-radius: 100%; }
    .comment-area .comment .comment-body {
      margin-left: 15px; }
    .comment-area .comment .comment-footer {
      margin-top: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
    .comment-area .comment .author {
      display: flex;
      align-items: center; }
      .comment-area .comment .author h6 {
        margin-right: 15px; }
      .comment-area .comment .author p {
        font-size: 0.875rem; }
    .comment-area .comment .reply-btn {
      text-transform: uppercase; }

.reply-form-container {
  margin-top: 40px; }

.blog-details .blog-image {
  position: relative; }
  .blog-details .blog-image img {
    width: 100%; }

.blog-details .blog-date {
  background: #ff3334;
  padding: 15px;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100px;
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 1;
  transform: translateY(50%);
  -webkit-transform: translateY(50%); }
  .blog-details .blog-date h3, .blog-details .blog-date h5 {
    color: #ffffff; }

.blog-details .blog-heading {
  margin-bottom: 5px; }

.blog-details .blog-body {
  padding: 85px 30px 30px; }

.blog-details .blog-meta {
  margin-bottom: 15px;
  display: flex; }
  .blog-details .blog-meta li {
    display: flex;
    align-items: center; }
    .blog-details .blog-meta li:after {
      content: '|';
      padding-left: 10px;
      padding-right: 10px; }
    .blog-details .blog-meta li:last-child:after {
      display: none; }

.blog-details .blog-footer .share-blog {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #d8dcdf;
  margin-bottom: 15px; }

.blog-details .blog-author {
  padding: 40px 0;
  border-bottom: 1px solid #d8dcdf; }
  .blog-details .blog-author .media {
    padding: 30px;
    align-items: center; }
    .blog-details .blog-author .media img {
      border-radius: 100%; }
  .blog-details .blog-author .media-body {
    margin-left: 15px; }

.quote-wrapper {
  padding: 30px;
  background: #fcfcfc; }
  .quote-wrapper .quotes {
    border-left: 5px solid #f4f4f4;
    padding-left: 15px; }

.blog-sidebar .widget {
  padding: 30px;
  background: #fcfcfc; }

.blog-sidebar .input-group {
  border: 1px solid #d8dcdf; }
  .blog-sidebar .input-group .form-control {
    border: none; }
  .blog-sidebar .input-group .btn {
    margin-top: 0;
    padding: 0.75rem 0.5rem;
    background: #ffffff;
    min-width: 50px; }

.blog-sidebar .widget-title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px; }

.widget-category-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #d8dcdf; }
  .widget-category-list li:last-child {
    border-bottom: none; }
  .widget-category-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.widget-post .media {
  display: flex;
  margin-bottom: 15px;
  align-items: center; }
  .widget-post .media .media-body {
    margin-left: 15px;
    width: calc(100% - 80px); }
    .widget-post .media .media-body a {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block; }
    .widget-post .media .media-body span {
      font-size: 0.875rem; }
  .widget-post .media:last-child {
    margin-bottom: 0; }

.widget-insta .insta-feeds {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -7.5px; }
  .widget-insta .insta-feeds li {
    margin-bottom: 15px;
    padding: 0 7.5px;
    width: 33.33%;
    max-width: 33.33%; }

.widget-tags {
  display: flex;
  flex-wrap: wrap; }
  .widget-tags li {
    margin-right: 15px; }
  .widget-tags .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem; }

.subscribe-form {
  position: relative; }
  .subscribe-form form {
    display: flex;
    align-items: stretch; }
  .subscribe-form .subscribe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 50px;
    background: #ff3334;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0; }

/*# sourceMappingURL=../maps/style.css.map */
