/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 90px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #CC0100;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap::after {
    color: #CC0100;
}
.progress-wrap svg.progress-circle path {
    stroke: #CC0100;
}


/* ======= Cursor & Drag style  ======= */
.cursor {
  position: fixed;
  top: -40px;
  left: -40px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor:before {
  content: "";
  width: 75px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  transition: all ease 0.15s;
  transform: scale(0.15);
}
.cursor.light:before {
  transform: scale(1);
  background: transparent;
}
.cursor.drag {
  mix-blend-mode: unset;
}
.cursor.drag:before {
  transform: scale(1);
  background: #CC0100;
  border-color: transparent;
}
.cursor.drag:before {
  content: "\e658";
  font-family: "Themify";
  font-size: 20px;
  color: #fff;
}
.line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ======= Footer style ======= */
.footer {
    background-color: #020D1E;
}
.footer-logo {
    width: 180px;
    margin-bottom: 15px;
}
.footer-logo h2 {
    font-family: 'Syne', sans-serif;
    font-size: 30px;
    font-weight: 800;
    display: flex;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;
    text-transform: uppercase;
}
.footer-logo h2 span {
    color: #CC0100;
}
.footer .widget .widget-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
/* first footer */
.first-footer {
    padding: 90px 0 0 0;
}
/* footer icon */
.icon-footer {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: transparent;
    color: #fff;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #CC0100;
    border-radius: 5px;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #020D1E;
    box-shadow: none;
    border-radius: 0px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 20px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 2px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;

}
.footer-contact-link-wrapper p,
.footer-contact-link-wrapper p a {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    margin-bottom: 0px;
}
/* second footer */
.second-footer {
    border-bottom: 2px solid #CC0100;
}
.second-footer .widget-area .widget {
    padding: 45px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
}
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
}
.footer .usful-links ul li:hover {
    color: #CC0100;
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .usful-links ul li a {
    color: rgba(255,255,255,0.8);
    position: relative;
    padding-left: 15px;
}
.footer .usful-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #CC0100;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
.footer .usful-links ul li a:hover {
    color: #CC0100;
}
/* bottom footer */
.copyright {
    padding-top: 40px;
    padding-bottom: 40px;
}
.copyright p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.copyright p a {
    background: linear-gradient(to bottom, #d3071f 0%, #d3071f 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.copyright p a:hover {
    color: #fff;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: 2px solid #CC0100;
    border-radius: 5px;
}
.social-icons li a {
    display: block;
    text-align: center;
    color: #fff;
}
.footer .social-icons li > a {
    font-size: 18px;
}
.social-icons li a:hover {
    background: transparent;
    color: #fff;
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0 90px 0 20px;
    border: 2px solid #CC0100;
    border-radius: 5px;
}
.widget-newsletter button {
    height: 50px;
    border: none;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    color: #101010;
    outline: none;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 5px;
}
.widget-newsletter input::placeholder {
    color: rgba(255,255,255,0.8);
}
.widget-newsletter button:hover {
    background: #fff;
    color: #101010;
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
    }
}


/* ======= Team style ======= */
section.team {
    position: relative;
    padding-top: 90px;
}
section.team:before {
    top: auto;
    bottom: 0;
    height: 45%;
    background: #fff;
}
section.team:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 55%;
    width: 100%;
    background-image: url('../img/bg-2.jpg');
    background-position: center top;
    background-size: cover;
    z-index: 1;
}
section.team .container {
    position: relative;
    z-index: 2;
}

section.team .container h2{
  color: #fff;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}

section.team .container h2::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #d3071f;
    z-index: -1;
}

.section-title > h2{
  position: relative;
}

.section-title.text-center> h2{
  display: inline-block;
}

.section-title > h2::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -2.5px;
    width: calc(100% + 5px);
    right: 0;
    height: 12px;
    background-color: #d3071f;
    z-index: -1;
}

section.team .item {
    border-radius: 5px;
}
section.team .item section.team-img {
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    border-radius: 5px;
}
section.team .item section.team-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
section.team .item section.team-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
section.team .item .con {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    bottom: 50px;
    z-index: 2;
    background-color: #fff;
    padding: 25px 20px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    width: auto;
}
section.team .item:hover .con {
    background: #CC0100;
}
section.team .item:hover .con h5 {
  transform: translateX(10px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
section.team .item .con .arrow {
    position: relative;
    display: block;
    top: 0px;
    transform: translateY(-66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}
section.team .item:hover .con .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
section.team .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px;
}
section.team .item .con .arrow a:hover {
    background: #fff;
    color: #CC0100;
}
section.team .item .con h5 {
    font-size: 20px;
    color: #101010;
    font-weight: 700;
    line-height: 1.25em;
}
section.team .item .con h5 span {
    font-size: 16px;
    color: #777;
    text-transform: none;
    font-weight: 400;
    font-family: 'Syne', sans-serif;
    letter-spacing: 0;
}
section.team .item:hover .con h5,
section.team .item:hover .con h5 span {
    color: #fff;
}

/* ======= Team-Single style ======= */
section.team-single h6 {
    font-size: 24px;
    color: #fff;
}
/* img */
section.team-single section.team-img img:hover {
    transform: scale(0.99);
}
section.team-single section.team-img {
    position: relative;
}
section.team-single section.team-img .img img {
    position: relative;
    z-index: 2;
}
/* team-single list */
section.team-single .list {
    position: relative;
    display: block;
}
section.team-single .list li {
    position: relative;
    display: flex;
    align-items: center;
}
section.team-single .list li + li {
    margin-top: 10px;
}
section.team-single .list-icon {
    align-items: center;
}
section.team-single .list-icon span {
    font-size: 14px;
    color: #CC0100;
    background-color: transparent;
}
section.team-single .list-text {
    margin-left: 15px;
}
section.team-single .list-text p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}
/* team-single details */
section.team-single .wrapper {
    position: relative;
}
section.team-single .wrapper .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.team-single .wrapper .cont .coll {
    width: auto;
    max-width: auto;
}
.team-single .wrapper .cont .coll h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    white-space: normal;
    margin: 0;
    color: #101010;
    font-family: 'Syne', sans-serif;
    letter-spacing: 0;
}
.team-single .wrapper .cont .coll h5 {
    font-size: 16px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: #101010;
    font-family: 'Syne', sans-serif;
    letter-spacing: 0;
}
/* team-single social */
.team-single .wrapper .cont .coll .social-icon {
    text-align: center;
    margin-bottom: 0px;
}
.team-single .wrapper .cont .coll .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #CC0100;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    border-radius: 5px;
}
.team-single .wrapper .cont .coll .social-icon a:hover {
    border: 2px solid #CC0100;
    background: #CC0100;
    color: #fff;
}
.team-single .wrapper .cont .coll p {
    color: #999;
}
/* team-single link */
.team-single .wrapper p a {
    background: linear-gradient(to bottom, #d3071f 0%, #d3071f 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.team-single .wrapper p a:hover {
    color: #fff;
}
/* team-single tabs */
.team-single .con .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #CC0100;
    ;
}
.team-single .con .simpl-bord .nav-item {
    margin-right: 30px;
}
.team-single .con .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.team-single .con .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-family: 'Syne', sans-serif;
}
.team-single .con .simpl-bord .nav-link.active {
    font-weight: 700;
    color: #CC0100;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
}
.team-single .tab-content p {
    color: #999;
}

/* ======= Contact style ======= */
.contact{
  background-color: #020D1E;
}

.page-template-default.page.page-id-21{
  background-color: #020D1E;
}

.contact p,
.contact p a {
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact p b {
    color: #101010;
    font-weight: 700;
}
.contact h5 {
    color: #fff;
    font-size: 27px;
}
.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    text-decoration: none;
}
.contact .con .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 2px solid #CC0100;
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
}
.contact .con .icon .img {
    border-radius: 0;
    border: 2px solid #CC0100;
}
.contact .con .icon img {
    background: transparent;
    padding: 13px;
}
.contact .con .text {
    color: #999;
    line-height: 1.5em;
}
/* contact form */
.contact .form-box {
    background: #020D1E;
}
/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}
.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}
.opening-hours ul li {
    margin-bottom: 15px;
    font-size: 16px;
}
.opening-hours ul li:last-of-type {
    margin-bottom: 0;
}
.opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #999;
}
.opening-hours ul li .tit {
    padding-right: 10px;
    color: #999;
}
.opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px dashed #1b1b1b;
    position: relative;
    top: -7px;
}

.google-map {
	width: 100%;
    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
    height: calc(100% + 30px);
    overflow: hidden;
}


/* ======= Services Box style ======= */
.services-box {
    position: relative;
    margin-bottom: 60px;
    margin-top: -120px;
}
.services-box .container {
    position: relative;
    z-index: 2;
}
.services-box .item {
    background: #fff;
    padding: 40px 40px 60px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 15px;
}
.services-box .item.active {
    background: #CC0100;
     -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
}
.services-box .item:hover {
    background: #CC0100;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);

    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}
.services-box .item h5 {
    font-size: 24px;
    color: #101010;
}
.services-box .item.active h5 {
    color: #fff
}
.services-box .item:hover h5 {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.services-box .item p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.services-box .item.active p {
    color: #fff;
}
.services-box .item:hover p {
    color: #fff;
}
.services-box .item span {
    font-size: 70px;
    color: #CC0100;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.services-box .item.active span {
    color: #fff;
}
.services-box .item:hover span {
    color: #fff;
}
.services-box .item .numb {
    font-size: 120px;
    position: absolute;
    bottom: -25px;
    right: -10px;
    color: rgba(0,0,0,0.3);
    opacity: .2;
}
.services-box .item.active .numb {
    color: rgba(255,255,255,0.5);
}
.services-box .item:hover .numb {
    color: rgba(255,255,255,0.5);
}

/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 60px;
    margin-top: -120px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    background: #fff;
    padding: 60px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 15px;
}
.contact-box .item.active {
    background: #CC0100;
     -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
}
.contact-box .item:hover {
    background: #CC0100;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.3);

    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}
.contact-box .item h5 {
    font-size: 24px;
    color: #101010;
    margin-bottom: 0px;
}
.contact-box .item.active h5 {
    color: #fff
}
.contact-box .item:hover h5 {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #777;
    font-size: 18px;
    font-weight: 400;
}
.contact-box .item.active p {
    color: #fff;
}
.contact-box .item:hover p {
    color: #fff;
}
.contact-box .item span {
    font-size: 50px;
    color: #CC0100;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #fff;
}
.contact-box .item:hover span {
    color: #fff;
}
.contact-box .item .numb {
    font-size: 120px;
    position: absolute;
    bottom: -25px;
    right: -10px;
    color: rgba(0,0,0,0.3);
    opacity: .2;
}
.contact-box .item.active .numb {
    color: rgba(255,255,255,0.5);
}
.contact-box .item:hover .numb {
    color: rgba(255,255,255,0.5);
}

.google-map iframe{
  width: 100%;
}

.contact-form-style > input{
  background-color: #CC0100;
  color: #fff;
}

/* ======= About style ======= */
.about {
    position: relative;
}
.about-two-img {
  position: relative;
}

.about h1{
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.about h1::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 18px;
    background-color: #d3071f;
    z-index: -1;
}

.about p{
  font-size: 18px;;
}

.about-two-img img{
  width: 100%;
  height: auto;
  position: relative;
}
.about-two-img .img1,
.about-two-img .img2 {
  width: 80%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px rgba(37,46,89, 0.1);
  box-shadow: 0px 0px 50px rgba(37,46,89, 0.1);
  overflow: hidden;
}
.about-two-img .img2 {
    margin-left: 20%;
    margin-top: -30%;
    position: relative;
    padding: 0;
}

/* .about-two-img .img2:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0px;
    background-color: #fff;
} */
.about-two-img .img2 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.about-two-img .img2 .play-button .btn {
    border-radius: 50%;
    background: #d3071f;
    line-height: 98px;
    height: 98px;
    width: 98px;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
    color: #d3071f;
    /* border: 2px solid #d3071f; */
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    display: inline-block;
    display: flex;
justify-content: center;
align-items: center;
}
.about-two-img .img2 .play-button i {
    font-size: 36px;
    color: #fff;
}
.about-two-img .img2 .play-button svg {
  position: absolute;
  left: -1px;
  top: -1px;
}
.about-two-img .img2 .play-button .circle {
  stroke-dasharray: 301.59px 301.59px;
  stroke-dashoffset: 301.59px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  -o-transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
  transition-timing-function: cubic-bezier(0.4, 0.08, 0, 0.97);
}
.about-two-img .img2 .play-button .btn:hover .circle {
  stroke-dashoffset: 0;
}
.about-two-img .award-icon {
    text-align: center;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 80px;
}
.about-two-img .award-icon .star .img {
  width: 70px;
  position: relative;
  margin: 0 auto 0;
}
.about-two-img .award-icon .star .img .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 30px;
    padding-top: 5px;
}
.about-two-img .award-icon h6 {
    font-size: 24px;
    color:#101010;
    margin-bottom: 0;
}
.about-two-img .award-icon p {
    color: #777;
    margin-bottom: 0;
}


/* ======= About-Box style ======= */
.about-box {
  position: relative;
}
.about-box .item {
    background-color: transparent;
    position: relative;
    border-radius: 10px;
    transition: 0.7s;
    border: none;
}
.about-box .item .wrap {
    transition: 0.7s;
    padding: 75px 30px 15px 30px;
}
.about-box .item .wrap .con {
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.about-box .item .wrap .con h4 {
    font-size: 24px;
    color: #fff;
}
.about-box .item .wrap .con p {
  color: #999;
}
.about-box .item .wrap .con .icon-2 a {
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: 0.7s;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.about-box .item:hover {
  background-color: #d3071f;
    border-radius: 10px;
}
.about-box .item:hover .wrap .con {
  color: #fff;
  transform: translateY(-25px);
}
.about-box .item:hover .wrap .con h4,
.about-box .item:hover .wrap .con p {
  color: #fff;
}
.about-box .item:hover .wrap .con .icon-2 a {
  color: #fff;
  opacity: 1;
}

.wpcf7-not-valid-tip{
  font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  background-color: #ffb900;
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background-color: #dc3232; /* Red */
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450; /* Green */
  color: #fff;
  font-size: 12px;
  margin: 0;
}
