.thumb-img {
    position: relative;
    z-index: 1;
}
.thumb-img img {
    border-radius: 50%;
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.thumb-img .video a {
    position: absolute;
    bottom: 40px;
    top: auto;
    right: 40px;
    left: auto;
}
.video-play-button {
    color: #f71735;
    font-size: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f71735 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f71735 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #fff;
}
.aboutz-us2 h1 span {
    color: #f71735;
}
.aboutz-us2 h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 42px;
}
.aboutz-us2 ul {
    overflow: hidden;
    margin-top: 15px;
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.aboutz-us2 ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    padding-left: 15px;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-weight: 500;
}
.aboutz-us2 ul li::last-child {
    margin-bottom: 0;
}
.aboutz-us2 ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f042";
    font-family: "fontawesome";
    color: #f71735;
}
.top-bar-area {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    overflow: hidden;
    color: #fff;
    background: #1c1c1c none repeat scroll 0 0;
}
.top-bar-area ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.top-bar-area .info.box li {
    display: inline-block;
    text-align: left;
    float: left;
    margin-right: 20px;
}
.top-bar-area .info.box li i {
    margin-right: 5px;
    font-weight: 500;
}
.top-bar-area .link a {
    display: inline-block;
    text-transform: capitalize;
}
.top-bar-area .link.text-right a {
    margin-left: 20px;
}
.header-style-minimal.trans-header .sb-header {
    position: absolute;
    width: 100%;
}
.header-style-minimal.trans-header .sb-header {
    background-color: transparent;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    box-shadow: none;
    margin: 0;
    padding-top: 10px;
}
.header-style-minimal .sb-header {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    margin: 0;
}
.header-style-minimal.trans-header .sb-header .sb-menu > ul > li > a {
    color: #fff;
}
.header-style-minimal .sb-header .sb-menu > ul > li > a {
    font-weight: 600;
    text-transform: uppercase;
}
.header-style-minimal .sb-header .sb-menu .quote-btn a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    top: -6px;
    padding: 0 20px;
    height: inherit;
    line-height: 50px;
    background: #f71735;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
}
.banner-wrapper {
    position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-wrapper {
        overflow: hidden;
    }
}
.banner-wrapper .carousel-btn-block .carousel-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 30px;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    transition: all 0.4s ease;
    background-position: center center;
    background-size: 100% 100%;
    background-blend-mode: overlay;
    background: transparent;
}
@media (max-width: 1366px) {
    .banner-wrapper .carousel-btn-block .carousel-btn {
        -webkit-transform: translateY(-50%) scale(0.75);
        transform: translateY(-50%) scale(0.75);
    }
}
.banner-wrapper .carousel-btn-block .carousel-btn i {
    line-height: 51px;
}
.banner-wrapper .carousel-btn-block .carousel-btn:hover {
    color: #fff;
    background: #f71735;
}
.banner-wrapper .carousel-btn-block .carousel-btn i {
    display: block;
    vertical-align: middle;
}
.banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: 3%;
}
@media (max-width: 1366px) {
    .banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
        left: 1%;
    }
}
.banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    right: 3%;
}
@media (max-width: 1366px) {
    .banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
        right: 1%;
    }
}
.banner-wrapper .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    text-align: left;
}
.banner-wrapper .owl-dots .owl-dot {
    position: relative;
    z-index: 991;
}
.banner-wrapper .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 0.2;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.banner-wrapper .owl-dots .owl-dot + .owl-dot {
    margin-left: 7px;
}
.banner-wrapper .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: transparent;
}
.banner-wrapper .owl-carousel .owl-item img {
    width: auto;
}
[class*="banner-carousel"] .owl-nav {
    display: none;
}
[class*="banner-carousel"] .owl-dots {
    display: none;
}
[class*="banner-carousel"].no-dots .owl-dots {
    display: none !important;
}
.banner-one .container {
    position: relative;
    padding-top: 192px;
    padding-bottom: 130px;
}
.banner-one__slide {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner-one__light-color {
    color: #fff;
}
.banner-one__tag-line {
    font-family: "Playfair Display", sans-serif;
    font-size: 22px;
    font-style: italic;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.banner-one__tag-line + .banner-one__title {
    margin-top: 10px;
}
.banner-one__title {
    font-size: 45px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    margin-bottom: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.banner-one__title-highlight {
    line-height: 0.85em;
    font-size: 1.22em;
}
.banner-one__text {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.banner-one__btn {
    padding: 15px 41px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.banner-one__person {
    position: absolute;
    bottom: 0;
    right: 0;
}
.banner-one__person-ver-center {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-one .active .banner-one__tag-line {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.banner-one .active .banner-one__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.banner-one .active .banner-one__text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-one .active .banner-one__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.banner-one__home-two .container {
    padding-top: 289px;
    padding-bottom: 289px;
}
@media (min-width: 1440px) {
    .banner-one__home-two .container {
        left: 220px;
    }
}
.banner-one__home-two .banner-one__slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-one__home-three .container {
    padding-top: 259px;
    padding-bottom: 259px;
}
@media (min-width: 1441px) {
    .banner-one__home-three .container {
        -webkit-transform: translateX(15%);
        transform: translateX(15%);
    }
}
.banner-one__home-three .banner-one__slide {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-one__home-four .container {
    padding-top: 149px;
    padding-bottom: 149px;
}
.banner-one__home-four .banner-one__tag-line {
    color: #0d234c;
}
.banner-one__home-four .banner-one__title {
    color: #1a3871;
}
.banner-one__home-four .banner-one__text {
    color: #242424;
}
.banner-one__home-four .banner-one__btn {
    background-color: #38aac1;
}
.banner-one__home-four .banner-one__btn:hover {
    background-color: #1a3871;
}
.banner-one__home-four .banner-one__title-highlight {
    color: #eb4343;
}
.banner-one__home-five .container {
    padding-top: 310px;
    padding-bottom: 187px;
}
.banner-one__home-five .banner-one__person {
    -webkit-transform: translateX(100px) scale(0, 1);
    transform: translateX(100px) scale(0, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    -webkit-transform-style: inherit;
    transform-style: inherit;
}
.banner-one__home-five .banner-one__person-ver-center {
    -webkit-transform: translateX(100px) translateY(-50%) scale(0);
    transform: translateX(100px) translateY(-50%) scale(0);
    -webkit-transform-style: inherit;
    transform-style: inherit;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 2s linear;
    transition: -webkit-transform 2s linear;
    transition: transform 2s linear;
    transition: transform 2s linear, -webkit-transform 2s linear;
}
@media (min-width: 1200px) {
    .banner-one__home-five .banner-one__content {
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
    }
}
.banner-one__home-five .banner-one__title {
    margin-top: 0;
}
.banner-one__home-five .banner-one__title-highlight-bg {
    background-color: #09a0ba;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.banner-one__home-five .banner-one__btn {
    background-color: #fff;
    color: #181e44;
}
.banner-one__home-five .banner-one__btn:hover {
    background-color: #eb4343;
    color: #fff;
}
.banner-one__home-five .active .banner-one__title-highlight-bg {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.banner-one__home-five .active .banner-one__person {
    -webkit-transform: translateX(50px) scale(1, 1);
    transform: translateX(50px) scale(1, 1);
}
.banner-one__home-five .active .banner-one__person-ver-center {
    -webkit-transform: translateX(50px) translateY(-50%) scale(1);
    transform: translateX(50px) translateY(-50%) scale(1);
}
.banner-one__slide::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    z-index: -1;
}
.heading-minimal {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 1;
}
.heading-minimal .sub-title {
    color: #f71735;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}
.heading-minimal .head-title {
    padding-top: 0;
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 20px;
}
.heading-minimal .head-title::after {
    position: absolute;
    content: attr(data-title);
    color: rgba(210, 210, 210, 0.3);
    font-weight: 900;
    font-size: 90px;
    text-transform: uppercase;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.heading-minimal .bottom-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    margin-left: -25px;
}
.heading-minimal.text-left .bottom-dots {
    left: 0;
    margin-left: 0;
}
.bottom-dots .dot.line-dot {
    border-right: 40px solid #f71735;
}
.bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #f71735;
    margin-right: 3px;
}
.gallery-section {
    position: relative;
}
.gallery-section .filters {
    position: relative;
    margin-bottom: 55px;
}
.gallery-section .filters .filter-tabs {
    position: relative;
    text-align: center;
    padding-left: 0;
}
.gallery-section .filters li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    font-weight: 700;
    color: #272727;
    z-index: 1;
    cursor: pointer;
    padding: 12px 22px 9px;
    text-transform: capitalize;
    border: 1px solid #dedede;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.gallery-section .filters li .total-post {
    position: absolute;
    right: 6px;
    top: -6px;
    width: 20px;
    height: 20px;
    color: #fff;
    opacity: 0;
    font-size: 10px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #322f2f;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.gallery-section .filters li.active .total-post,
.gallery-section .filters li:hover .total-post {
    opacity: 1;
}
.gallery-section .filters li.active,
.gallery-section .filters li:hover {
    color: #fff;
    border-color: #f71735;
    background-color: #f71735;
}
.gallery-block {
    position: relative;
    margin-bottom: 30px;
}
.gallery-block .inner-box {
    position: relative;
}
.gallery-block .inner-box .image {
    position: relative;
    overflow: hidden;
}
.gallery-block .inner-box .image img {
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.gallery-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.gallery-block .inner-box .image .overlay-box {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.gallery-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px 30px 30px;
}
.gallery-block .inner-box .image .overlay-box .content .category {
    position: relative;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
}
.gallery-block .inner-box .image .overlay-box .content h3 {
    position: relative;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
}
.gallery-block .inner-box .image .overlay-box .content h3 a {
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-block .inner-box .image .overlay-box .content h3 a:hover {
    color: #f71735;
}
.gallery-block .inner-box .image .overlay-box .content .read-more {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 2px;
    text-transform: capitalize;
}
.gallery-block .inner-box .image .overlay-box .options {
    position: absolute;
    right: 30px;
    top: 30px;
}
.gallery-block .inner-box .image .overlay-box .plus-icon {
    position: relative;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
    background-color: #f71735;
    border: 1px solid #f71735;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-block .inner-box .image .overlay-box .plus-icon:before {
    position: absolute;
    content: "";
    right: -5px;
    top: -5px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.gallery-block .inner-box .image .overlay-box .plus-icon:after {
    position: absolute;
    content: "";
    left: -5px;
    bottom: -5px;
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.gallery-block .inner-box .image .overlay-box .plus-icon:hover {
    color: #fff;
    border-color: #fff;
    background-color: #322f2f;
}
.gallery-block .inner-box:hover .image .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.gallery-block .inner-box:hover .image img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
}
.gallery-block.style-two .inner-box .image .overlay-box {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.dc-workholder .dc-sectionhead .dc-description p {
    margin: 0;
}
.dc-workdetails-holder {
    padding-top: 0;
    margin-top: -120px;
    position: relative;
}
.dc-workdetails-holder:after {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    content: "";
    height: 1px;
    position: absolute;
    background-size: 15px 40%;
    background-image: linear-gradient(to right, transparent 50%, #ddd 50%);
}
.dc-workdetails {
    float: left;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}
.dc-workdetails-bordertwo,
.dc-workdetails-border {
    position: relative;
}
.dc-workdetails-border:after,
.dc-workdetails-bordertwo:before {
    position: absolute;
    top: 0;
    top: 20px;
    content: "";
    left: -127px;
    width: 235px;
    height: 148px;
    background: url(../images/line-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.dc-workdetails-bordertwo:before {
    background: url(../images/line-02.png);
    left: -138px;
}
.dc-workdetail {
    float: left;
    width: auto;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 100%;
    background: url(../images/border-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.dc-workdetail figure {
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.3);
    box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.3);
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.dc-workdetail figure img {
    margin: 0 auto;
    display: block;
}
.dc-workdetails .dc-title span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    line-height: 20px;
}
.dc-workdetails .dc-title h3 {
    margin: 0;
    font-size: 26px;
    line-height: 30px;
}
.dc-workdetails .dc-title h3 a {
    display: inline-block;
    vertical-align: middle;
}
.team-socials a {
    width: 32px;
    display: inline-block;
    margin: 0 3px;
    line-height: 30px;
    color: #f71735;
    border: 1px solid #f71735;
}
.team-socials a:hover {
    background: #f71735;
    color: #fff;
}
.our-experts:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.our-experties {
    position: relative;
}
.our-experties .inner-box .video-play-button {
    left: 0%;
}
.padding-top-90 {
    padding-top: 90px;
}
.our-experties h2 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 56px;
}
.our-experties h2 span {
    color: #f71735;
}
.flex.vcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-video .info {
    position: relative;
    padding-right: 40px;
}
.our-experties .right-column {
    background-size: cover;
    height: 30rem;
    width: 100%;
    position: relative;
    right: 0;
    background: transparent;
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.our-experties .right-column img {
    height: 100%;
}
.our-experties .our-experties-desc {
    margin-top: 30px;
}
.info .sub_title {
    color: #f71735;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}
.new-abt-sec.our-experties h2 span {
    color: inherit;
}
.experties-avatar h3 {
    padding-top: 3px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
}
.experties-avatar span {
    display: block;
    margin-top: -3px;
}
.experties-avatar {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.experties-avatar .u-img img {
    border-radius: 50%;
    margin-right: 18px;
    margin-bottom: 10px;
    float: left;
    width: 60px;
    height: 60px;
}
.experties-avatar .u-img {
    display: inline-block;
}
.my-sign {
    float: left;
}
.my-sign img {
    width: 150px;
    margin-right: 10px;
}
.about-section {
    background: #6382f7;
    padding: 0;
}
.about_item_tb {
    display: table;
    height: 100%;
    width: 566px;
}
.about_item_tbcell {
    display: table-cell;
    vertical-align: middle;
}
.our-experties .inner-box {
    position: relative;
}
.our-experties .inner-box .inner-content {
    position: absolute;
    left: 0;
    top: 40px;
    background: #2296f9;
    max-width: 250px;
    padding: 53px 30px 35px 40px;
    z-index: 1;
    display: none;
}
.our-experties .inner-box .inner-content i {
    position: relative;
    display: block;
    font-size: 60px;
    color: #fff;
    margin-bottom: 33px;
}
.our-experties .inner-box .inner-content h2 {
    position: relative;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    font-weight: 700;
}
.our-experties .inner-box .image-box.image-one {
    position: relative;
    margin: 0 20px 0 130px;
    box-shadow: 0 11px 29px 0 rgba(0, 0, 0, 0.3);
}
.our-experties .inner-box img {
    width: 100%;
}
.our-experties .inner-box .image-box.image-two {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    position: absolute;
    bottom: -36px;
    z-index: 1;
    box-shadow: 0 11px 29px 0 rgba(0, 0, 0, 0.3);
}
.our-experties figure {
    margin: 0;
}
.our-experties .inner-box .image-box.image-two::before {
    position: absolute;
    content: "";
    background: #2296f9;
    width: 100%;
    height: 100%;
    left: -20px;
    top: -20px;
    z-index: -1;
    display: none;
}
.menu-our-services-container,
.widget .fieldset {
    margin-top: 35px;
}
.background-img {
    position: relative;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.hero-section-trans {
    padding-top: 190px;
    position: relative;
}
.hero-section-trans .hero-content-left h1 {
    margin-bottom: 27px;
    font-size: 60px;
    line-height: 1.2em;
}
.hero-section-trans .lead {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    margin: 20px 0;
}
.bottom-img {
    position: relative;
    width: 100%;
    bottom: -6px;
}
.bottom-img img {
    width: 100%;
}
.background-img::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 1, 0.65);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.inner-column {
    position: relative;
    padding: 30px 35px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
}
.inner-column .btn-theme {
    text-transform: capitalize;
}
.inner-column h2 {
    position: relative;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.inner-column .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.banner-form {
    position: relative;
    z-index: 1;
}
.banner-form .form-group {
    position: relative;
    margin-bottom: 22px;
}
.inner-column label {
    color: #001733;
    font-weight: 600;
}
.client-section-hero ul li.list-inline-item {
    margin-right: 20px;
}
.about-grid-margin {
    margin-bottom: 6.25rem;
}
.about-grid-margin .about-grid-img {
    position: relative;
}
.about-grid-margin .about-grid-img img {
    -webkit-box-shadow: 0 11px 29px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 11px 29px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    width: 100%;
}
.about-grid-margin .about-grid-img .about-grid-count {
    font-size: 200px;
    color: #f1f1f1;
    font-weight: 700;
    position: absolute;
    top: -140px;
    left: -86px;
    z-index: -1;
}
.about-grid-margin .about-grid-img .about-grid-count.on-right {
    left: inherit;
    right: -86px;
}
.about-grid-margin .about-grid {
    position: relative;
}
.about-grid-content h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 36px;
}
.about-grid-content span {
    color: #f71735;
}
.about-grid-content .subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #001733;
}
.about-grid-content p {
    margin-bottom: 20px;
}
.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
.service-fancy {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.service-fancy .part-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.service-fancy:hover .part-img img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-fancy:hover .part-img img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
}
.service-fancy:hover .part-img .content-on-img h4 {
    color: #f71735;
}
.service-fancy .part-img img {
    width: 100%;
}
.service-fancy .part-img .content-on-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 30px 33px;
}
.service-fancy .part-img .content-on-img h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.client-section-hero p {
    font-size: 18px;
    font-weight: 700;
}
.our-experties .inner-box::before {
    content: "";
    background: url(../images/dots.png) center center/cover no-repeat local;
    width: 380px;
    height: 480px;
    position: absolute;
    right: -100px;
    top: -40px;
    display: none;
}
.testimonial-section-fancy {
    padding: 100px 0 0;
}
.testimonial-section-fancy .img-holder {
    position: relative;
}
.testimonial-section-fancy .img-holder::before {
    font-family: icomoon;
    content: "\e670 ";
    font-size: 400px;
    font-size: 17rem;
    color: #eeece9;
    position: absolute;
    right: -50px;
    top: 0;
}
.testimonial-section-fancy .img-holder img {
    position: relative;
    z-index: 2;
}
.testimonial-section-fancy p {
    font-size: 24px;
    margin: 0 0 1em;
}
.testimonial-section-fancy h4 {
    font-size: 18px;
}
.testimonial-section-fancy h4 + span {
    font-size: 16px;
    color: #f71735;
}
.testimonial-section-fancy .my-testimonials.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}
.testimonial-section-fancy .my-testimonials.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #f71735;
}
.testimonial-section-fancy {
    position: relative;
}
.testimonial-section-fancy .my-testimonials.owl-theme .owl-next,
.testimonial-section-fancy .my-testimonials.owl-theme .owl-prev {
    width: 30px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background-color: #f71735;
    color: #fff;
}
.testimonial-section-fancy .my-testimonials.owl-theme .owl-prev {
    left: 10px;
}
.testimonial-section-fancy .my-testimonials.owl-theme .owl-next {
    right: -45px;
}
.fun-fact {
    background: url(../images/slider/1.jpg) center center/cover no-repeat fixed;
    padding: 100px 0;
    position: relative;
}
.fun-fact::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.fun-fact .fun-grid {
    position: relative;
    padding-left: 114px;
    text-align: left;
}
.fun-fact .fun-grid-icon {
    background-color: #f71735;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -12px;
}
.fun-fact h3 {
    font-size: 48px;
    color: #fff;
    margin: 0;
    line-height: 50px;
}
.fun-fact span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.fun-fact.fun-2 {
    padding: 100px 0;
}
.fun-fact.fun-2 .fun-grid {
    position: relative;
    padding-left: 0;
    text-align: center;
}
.fun-fact.fun-2 .fun-grid-icon {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    left: inherit;
    width: auto;
    hyphens: auto;
    top: inherit;
    background-color: transparent;
}
.service-box-latest {
    position: relative;
    padding: 100px 0 50px;
    background-color: #fff;
}
.our-service-location .map-location {
    width: 100%;
    height: 586px;
}
.service-box-latest-grid {
    position: relative;
    margin-bottom: 50px;
    display: block;
}
.service-box-latest-grid .image {
    position: relative;
    display: block;
    overflow: hidden;
}
.service-box-latest-grid .image a {
    position: relative;
    display: block;
}
.service-box-latest-grid .image a img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.service-box-latest-grid .image a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #df6512;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}
.service-box-latest-grid .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-box-latest-grid:hover .image img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
}
.service-box-latest-grid .lower-content {
    position: relative;
    padding-top: 25px;
}
.service-box-latest-grid .lower-content h3 {
    position: relative;
    font-size: 18px;
    margin-bottom: 10px;
}
.service-box-latest-grid .lower-content h3 a {
    position: relative;
    color: #001733;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: capitalize;
}
.service-box-latest-grid .lower-content h3 a:hover {
    color: #f71735;
}
.service-box-latest-grid .text {
    margin-bottom: 40px;
}
.service-box-latest-grid .lower-content .text {
    position: relative;
    margin-bottom: 15px;
}
.service-box-latest-grid .text p {
    margin-bottom: 25px;
}
.service-box-latest-grid .lower-content .read-more {
    font-weight: 700;
    color: #f71735;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-box-latest-grid .lower-content .read-more:hover {
    color: #f71735;
}
.sidebar-heading {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-heading .sub_title {
    color: #f71735;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}
.sidebar-heading h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 42px;
}
.sidebar-heading h2 span {
    color: #f71735;
}
.mt-200 {
    margin-top: -200px !important;
}
.hero-paddingz.with-trans-header {
    padding: 190px 0 190px;
    background: url(../images/drone1.jpg) no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}
.hero-paddingz.with-trans-header::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero-paddingz.with-trans-header h1,
.hero-paddingz.with-trans-header .hero-content-area .tagline,
.hero-paddingz.with-trans-header .tagline-sort {
    color: #fff;
}
.iconbox-style1 .apply-admission {
    position: relative;
    position: absolute;
    z-index: 9999;
    top: -140px;
}
.apply-admission-wrap.type2 {
    background-color: #232323;
    box-shadow: #f71735 0 -11px 0 0;
    border-radius: 10px;
    padding: 45px 20px 45px;
}
.apply-admission-wrap.type2::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.17);
}
.apply-admission-wrap .title span {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}
.apply-admission-wrap .caption {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin-top: 41px;
    letter-spacing: -0.3px;
}
.apply-admission-wrap .apply-sent {
    padding-top: 17px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.services-row {
    position: relative;
    margin-top: 70px;
}
.clients-bg-white.with-tracking {
    padding: 50px 0 50px;
}
.team-type-2 {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    margin-bottom: 30px;
}
.team-type-2 .avatar {
    text-align: center;
}
.team-type-2 .avatar img {
    width: 100%;
}
.team-info {
    padding: 25px 15px 25px;
    position: relative;
    text-align: center;
    background-color: #f4f7fb;
    border-bottom: 3px solid #f71735;
}
.parallex .team-type-2 .team-name {
    color: #fff;
}
.team-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.team-type-2 .socials {
    position: absolute;
    margin: 0;
    list-style: none;
    bottom: 90%;
    left: 0;
    right: 0;
    background: rgba(247, 23, 53, 0.8);
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.team-type-2:hover .socials {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
}
.team-type-2 .socials li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.team-type-2 .socials li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.team-type-2 .socials li a:hover {
    color: #f71735;
    background: #fff;
}
.faqs-on-home {
    position: relative;
}
.faqs-on-home .outer-container {
    position: relative;
}
.faqs-on-home .img-box-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.faqs-on-home .img-box-area .image {
    width: 100%;
    display: none;
}
.faqs-on-home .img-box-area .image img {
    display: block;
    width: 100%;
}
.faqs-on-home .img-box-area .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.faqs-on-home .img-box-area .overlay-link:hover {
    background: rgba(0, 0, 0, 0.3);
}
.faqs-on-home .img-box-area .overlay-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 100px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}
.faqs-on-home .container-column {
    color: #fff;
    float: right;
    padding: 78px 50px 74px 50px;
    position: relative;
    width: 50%;
    word-wrap: break-word;
}
.faqs-on-home .container-column .inner-box {
    position: relative;
    padding: 250px 100px;
    text-align: center;
}
.faqs-on-home .container-column h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}
.faqs-on-home .container-column h2 {
    position: relative;
    font-size: 42px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 35px;
}
.faqs-on-home .container-column h2 strong {
    color: #f71735;
    font-weight: 700;
}
.faqs-on-home .container-column .content-box {
    position: relative;
    padding: 90px 30px 100px;
    max-width: 600px;
    margin: 0 auto;
}
.faqs-on-home .container-column .sec-title h2 {
    color: #fff;
    padding-bottom: 10px;
}
.faqs-on-home .container-column .sec-title h2:after {
    border-color: #fff;
}
.faqs-on-home .container-column .story-caption {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.faqs-on-home .container-column .text {
    position: relative;
    margin-bottom: 30px;
    text-align: justify;
}
.services-content {
    position: relative;
}
.accordion-box {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 24px;
    padding: 11px 50px;
    overflow: hidden;
    color: #1c1c1c;
    border-radius: 2px;
    transition: all 500ms ease;
}
.accordion-box .block .icon-outer {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #001733;
    transition: all 500ms ease;
}
.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
}
.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer {
    background: #001733;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    font-size: 13px;
    padding: 25px 20px 15px;
}
.accordion-box .block .content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}
.accordion-box .acc-btn h3 {
    color: #fff;
    font-size: 18px;
}
.accordion-box .block .acc-btn.active h3 {
    color: #fff;
}
.text-color li .title {
    color: #1c1c1c;
}
.testimonial-block-one {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-block-one .inner-box {
    position: relative;
    text-align: center;
}
.testimonial-block-one .inner-box .upper-box {
    position: relative;
    padding: 35px 20px 70px;
    background-color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 15px;
    border: 1px solid #f4f4f4;
    box-shadow: 0 8px 11px 4px rgba(158, 158, 158, 0.1);
    -webkit-box-shadow: 0 8px 11px 4px rgba(158, 158, 158, 0.1);
}
.testimonial-block-one .inner-box .upper-box .content {
    position: relative;
}
.testimonial-block-one .inner-box .upper-box .content .text {
    position: relative;
    font-size: 16px;
}
.testimonial-block-one .inner-box .upper-box .quote-icon {
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #f71735;
    font-size: 24px;
}
.testimonial-block-one .inner-box .lower-box {
    position: relative;
    margin-top: 30px;
}
.testimonial-block-one .inner-box .lower-box .image-box {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: -70px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.testimonial-block-one .inner-box .lower-box .image-box img {
    border-radius: 50%;
}
.testimonial-block-one .inner-box .lower-box h3 {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.testimonial-block-one .inner-box .lower-box .location {
    position: relative;
    color: #fff;
    font-size: 16px;
}
.black-bg {
    background-color: #2296f9;
    background-image: url(../images/logistics.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.black-bg::before {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.black-bg-2 {
    background-color: #2296f9;
    background-image: url(../images/faqs.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}
.black-bg .heading-minimal .sub-title,
.black-bg .heading-minimal .head-title {
    color: #fff;
}
.black-bg .bottom-dots .dot.line-dot {
    border-right: 40px solid #fff;
}
.black-bg .bottom-dots .dot {
    border-right: 3px solid #fff;
}
.my-services-new {
    z-index: 1;
    position: relative;
    height: 660px;
    width: 100%;
}
.my-services-new .feature-block {
    text-align: left;
}
.new-bread.trans-bread {
    min-height: 55vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    padding: 0;
    position: relative;
}
.about-us-box-grid {
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    border-style: none;
    box-shadow: rgba(158, 158, 158, 0.1) 0 8px 11px 4px;
    transition: all 0.4s ease-in-out 0s;
    padding: 50px 42px;
}
.about-us-box-grid .about-us-box-grid-icon {
    padding: 0;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.about-us-box-grid .about-us-box-grid-title {
    font-size: 18px;
    line-height: 1.5em;
    color: rgb(0, 23, 51);
    margin-bottom: 15px;
}
.about-us-box-grid p {
    color: #4e4e4e;
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
}
.about-us-box-grid .about-us-box-grid-content {
    padding-top: 15px;
}
.about-us-box-grid:hover {
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.about-us-box-grid:hover h3 {
    color: #f71735;
}
.clients-grid-new:hover {
    filter: none;
}
.clients-grid-new {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 10px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.hero-paddingz.with-trans-header .pt-3 span.mr-3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-form {
    box-shadow: 0 0 30px 0 rgba(109, 109, 109, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 40px 40px 40px;
}
.en-progress-bar {
    margin: 20px 0;
}
.en-progress-bar h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
}
.en-progress-bar .progress {
    height: 2px;
    background: #eceff8;
    overflow: visible;
    align-items: center;
    position: relative;
}
.en-progress-bar .progress .progress-bar {
    height: 4px;
    background-color: #2296f9;
    border-radius: 30px;
    position: relative;
}
.en-progress-bar .progress-parcent {
    position: absolute;
    right: 0;
    top: -33px;
    color: #f71735;
    font-size: 16px;
    font-weight: 700;
}
.skills-team::before {
    position: absolute;
    content: "";
    left: -85px;
    top: 160px;
    width: 387px;
    height: 255px;
    z-index: -1;
    display: inline-block;
    background: url(../images/dots.png) center top no-repeat;
}
.about-skills .section-title h6 {
    color: #f71735;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}
.about-skills .section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.faqs-on-home.type-2 .container-column h3 {
    color: #f71735;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}
.faqs-on-home.type-2 .container-column h2 {
    position: relative;
    color: #001733;
}
.faqs-on-home.type-2 ul.choose-list {
    padding: 0;
}
.faqs-on-home.type-2 .container-column {
    color: #4e4e4e;
}
.faqs-on-home.type-2 .container-column.req-a-call::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.faqs-on-home.type-2 .container-column.req-a-call {
    background: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: scroll;
    background-size: cover;
    z-index: 1;
    position: relative;
}
.faqs-on-home.type-2 .container-column.req-a-call h2 {
    color: #fff;
}
.faqs-on-home.type-2 .container-column.req-a-call {
    padding: 78px 75px 74px 75px;
}
.recent-ads .recent-ads-list {
    border-bottom: 1px solid hsla(0, 0%, 40%, 0.11);
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.recent-ads .recent-ads-list:last-child {
    border-bottom: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}
.recent-ads .recent-ads-container {
    display: table;
    width: 100%;
}
.recent-ads .recent-ads-container .recent-ads-list-location li {
    margin-top: 0;
    padding-top: 0;
}
.recent-ads .recent-ads-list-image {
    display: table-cell;
    width: 96px;
}
.recent-ads .recent-ads-list-image-inner {
    background-color: rgba(0, 0, 0, 0.12);
    display: block;
    height: 60px;
    margin: 0 16px 0 0;
    position: relative;
    width: 100px;
}
.recent-ads .recent-ads-list-image img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
    width: 100px;
    height: 75px;
}
.recent-ads .recent-ads-list-content {
    display: table-cell;
    vertical-align: top;
}
.recent-ads .recent-ads-list-content h3 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 21px;
}
.recent-ads .recent-ads-list-title a {
    font-size: 14px;
    text-transform: capitalize;
}
.recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    color: #4e4e4e;
}
.footer-area {
    background-color: #f7f9fb;
    background-image: url(../images/dots-new.png);
    background-size: cover;
    position: relative;
}
.dark::before {
    background: rgba(25, 25, 25, 1) none repeat scroll 0 0 !important;
}
.footer-area p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.footer-area .footer-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-area .footer-content {
    padding: 90px 0 50px;
    position: relative;
    z-index: 1;
}
.footer-widget .logo {
    margin-bottom: 30px;
}
.footer-content .column h2 {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .column h2 a:hover {
    cursor: pointer !important;
}
.footer-area .footer-content a {
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.footer-content .links-widget li {
    margin-bottom: 15px;
    position: relative;
    line-height: 23px;
}
.footer-content .links-widget li:last-child {
    margin: 0;
}
.footer-content .links-widget li a {
    font-weight: 700;
    color: #001733;
    display: block;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    text-transform: capitalize;
}
.footer-content .links-widget li a:hover,
.footer-content .news-widget .news-post a:hover {
    color: #f71735;
}
.footer-area .social-links a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 32px;
}
.footer-area .social-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #fff;
}
.footer-area .contact-info {
    margin-bottom: 20px;
    position: relative;
}
.footer-area .contact-info li {
    margin: 0 0 15px;
    position: relative;
    line-height: 23px;
    font-size: 15px;
    color: #545050;
}
.footer-area .contact-info li span {
    font-weight: 700;
    color: #001733;
}
.footer-content .links-widget li a:hover {
    color: #f71735 !important;
}
.footer-area .contact-info li:hover {
    color: #f71735;
}
.footer-area .contact-info li .icon {
    font-size: 18px;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
}
.social-links-two {
    position: relative;
}
.social-links-two a {
    color: #131e4a;
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    transition: all 500ms ease 0s;
    o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
}
.blog-news-section .social-links-two a {
    background: #545454 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.social-links-two.alt a {
    border: 1px solid #ccc;
    color: #cccccc !important;
    font-size: 12px;
}
.social-links-two a:hover span {
    color: #f71735;
}
.footer-content .news-widget .news-post {
    margin-bottom: 40px;
    padding: 0 0 0 80px;
    position: relative;
    line-height: 23px;
}
.footer-content .news-widget .news-post a {
    position: relative;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #001733;
    font-size: 15px;
}
.footer-content .news-widget .news-post .time {
    color: #545050;
    font-size: 15px;
    position: relative;
}
.footer-content .news-widget .news-post .image-thumb {
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
.footer-content .news-widget .news-post .image-thumb img {
    display: block;
    width: 65px;
}
.footer-copyright {
    color: #545050;
    font-size: 15px;
    position: relative;
    text-align: center;
}
.footer-copyright .copyright {
    font-size: 15px;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #e8e8e8;
}
.footer-copyright .copyright a {
    font-weight: 700;
    color: #001733;
}
.recent-ads {
    padding-top: 10px;
}
.our-contact-us2 .heading-minimal {
    margin-bottom: 20px;
}
.our-contact-us2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.our-contact-us2 .footer-address h6 {
    font-size: 16px;
    text-transform: capitalize;
}
.our-contact-us2 h5 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.our-contact-us2 span a {
    color: #f71735;
}
.testimonials-item {
    z-index: 0;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px#ebebeb;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease;
    transition: box-shadow 0.3s ease, transform 0.3s ease, z-index 0s 0.3s ease, -webkit-transform 0.3s ease;
    padding: 3rem;
}
.testimonials-item:hover {
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 4px;
    -webkit-transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease;
    transition: box-shadow 0.1s ease, transform 0.1s ease, z-index 0s 0.1s ease, -webkit-transform 0.3s ease;
}
.client-info {
    position: relative;
    padding-left: 110px;
    margin-bottom: 40px;
}
.client-info .img {
    position: absolute;
    left: 0;
    top: 0;
}
.client-info .img img {
    border-radius: 50%;
}
.client-info .client-title {
    display: inline-block;
    margin-top: 14px;
}
.client-info .client-title h4 {
    font-size: 18px;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.client-info .client-title span {
    display: inline-block;
}
.testimonials-item p {
    margin-bottom: 0;
}
.testimonials-item i {
    position: absolute;
    right: 28px;
    bottom: 38px;
    font-size: 98px;
    color: #f71735;
    -webkit-transition: 0.4s;
    z-index: -1;
    transition: 0.4s;
    opacity: 0.05;
}
.team-thumb {
    position: relative;
    transition: all 0.5s;
}
.team-thumb:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
}
.team-thumb:hover::before {
    opacity: 0.8;
}
.team-thumb:hover .team-social {
    opacity: 1;
}
.team-item {
    position: relative;
    margin-bottom: 30px;
}
.team-social {
    position: absolute;
    box-shadow: rgba(158, 158, 158, 0.1) 0 8px 11px 4px;
    padding: 15px 40px;
    border-radius: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    opacity: 0;
    width: auto;
    display: flex;
    transition: all 0.5s;
}
.team-item--style .team-social {
    top: 100%;
    box-shadow: none;
    box-shadow: rgba(158, 158, 158, 0.1) 0 8px 11px 4px;
}
.team-social li {
    display: inline-block;
}
.team-social li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    background-color: #f71735;
    border: 1px solid #f71735;
    border-top-color: rgb(247, 23, 53);
    border-right-color: rgb(247, 23, 53);
    border-bottom-color: rgb(247, 23, 53);
    border-left-color: rgb(247, 23, 53);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-social li a::before {
    position: absolute;
    content: "";
    right: -5px;
    top: -5px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.team-social li a::after {
    position: absolute;
    content: "";
    left: -5px;
    bottom: -5px;
    width: 14px;
    height: 14px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.team-social li:last-child a {
    margin-right: 0;
}
.team-content {
    padding: 20px 10px 0;
}
.team-content .team-icon {
    margin-top: -30px;
}
.team-content .team-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    border: 1px solid transparent;
    font-size: 28px;
    transition: all 0.3s;
    background-color: #fff;
    transition: all 0.3s;
    z-index: 9;
    position: relative;
}
.team-content .title {
    transition: all 0.3s;
}
.team-item:hover .team-icon i {
    color: #fff;
}
.team-details-section {
    position: relative;
    overflow: hidden;
}
.team-details-element-one {
    position: absolute;
}
.team-details-element-two {
    position: absolute;
}
.team-details-content {
    padding-top: 290px;
    padding-bottom: 120px;
}
.team-details-content .sub-title {
    font-style: italic;
}
.team-details-content p {
    margin-top: 20px;
}
.team-details-content .team-details-mail {
    color: var(--main-color);
    text-decoration: underline;
}
.team-details-social {
    margin-top: 30px;
    margin-bottom: 30px;
}
.team-details-social li {
    display: inline-block;
}
.team-details-social li a {
    border: 1px solid var(--main-color);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    padding-left: 0 !important;
    color: var(--main-color);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-details-social li a:hover {
    color: #fff !important;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}
.team-details-social li + li {
    margin-left: 10px;
}
.read-more {
    font-weight: 700;
    color: #f71735;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.icon-ser::after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 60px;
    height: 60px;
    background: rgba(247, 23, 53, 0.2);
    border-radius: 30% 70% 50% 50% / 30% 41% 59% 70%;
}
.trans-bread .bread {
    width: 70%;
    margin: 0 auto;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.footer-widget .logo img {
    width: 170px;
}
.footer-widget .logo {
    margin-bottom: 10px !important;
}
/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty * {
    box-sizing: border-box;
}
.pretty input:not([type="checkbox"]):not([type="radio"]) {
    display: none;
}
.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1;
}
.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
}
.pretty .state label:after,
.pretty .state label:before {
    content: "";
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent;
}
.pretty .state label:before {
    border-color: #bdc3c7;
}
.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
    display: none;
}
@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7);
    }
    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
    }
    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes jelly {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    40% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    50% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }
    65% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    75% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
    }
}
@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
    }
}
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7;
    }
    100% {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7;
    }
    100% {
        box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
    }
}
.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pretty.p-default .state label:after {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.pretty.p-default input:checked ~ .state label:after {
    background-color: #f71735 !important;
}
.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
    border-width: calc(1em / 7);
}
.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(0.4) !important;
    -ms-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
}
.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}
.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.pretty.p-icon input:checked ~ .state .icon {
    opacity: 1;
}
.pretty.p-icon input:checked ~ .state label:before {
    border-color: #5a656b;
}
.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0;
}
.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.pretty.p-svg input:checked ~ .state .svg {
    opacity: 1;
}
.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.pretty.p-image input:checked ~ .state img {
    opacity: 1;
}
.pretty.p-switch input {
    min-width: 2em;
}
.pretty.p-switch .state {
    position: relative;
}
.pretty.p-switch .state:before {
    content: "";
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    transition: all 0.5s ease;
}
.pretty.p-switch .state label {
    text-indent: 2.5em;
}
.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
    transition: all 0.5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important;
}
.pretty.p-switch input:checked ~ .state:before {
    border-color: #5a656b;
}
.pretty.p-switch input:checked ~ .state label:before {
    opacity: 0;
}
.pretty.p-switch input:checked ~ .state label:after {
    background-color: #5a656b !important;
    left: 1em;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important;
}
.pretty.p-switch.p-fill input:checked ~ .state label:before {
    opacity: 0;
}
.pretty.p-switch.p-fill input:checked ~ .state label:after {
    background-color: #fff !important;
    left: 1em;
}
.pretty.p-switch.p-slim .state:before {
    height: 0.1em;
    background: #bdc3c7 !important;
    top: calc(50% - 0.1em);
}
.pretty.p-switch.p-slim input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important;
}
.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
    display: none;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover {
    display: block;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
    display: block;
}
.pretty.p-has-focus input:focus ~ .state label:before {
    box-shadow: 0 0 3px 0 #bdc3c7;
}
.pretty.p-has-indeterminate input[type="checkbox"]:indeterminate ~ .state:not(.p-is-indeterminate) {
    display: none;
}
.pretty.p-has-indeterminate input[type="checkbox"]:indeterminate ~ .state.p-is-indeterminate {
    display: block;
}
.pretty.p-has-indeterminate input[type="checkbox"]:indeterminate ~ .state.p-is-indeterminate .icon {
    display: block;
    opacity: 1;
}
.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none;
}
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img,
.pretty.p-toggle .state.p-off {
    opacity: 1;
    display: inherit;
}
.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7;
}
.pretty.p-toggle input:checked ~ .state.p-on {
    opacity: 1;
    display: inherit;
}
.pretty.p-toggle input:checked ~ .state.p-off {
    opacity: 0;
    display: none;
}
.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
    content: none;
}
.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
    border-radius: 100%;
}
.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden;
}
.pretty.p-round.p-icon .state .icon:before {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
    border-radius: 20%;
}
.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
    transition: all 0.5s ease;
}
.pretty.p-smooth input:checked + .state label:after {
    transition: all 0.3s ease;
}
.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
    -webkit-animation: zoom 0.2s ease;
    animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-default input:checked + .state label:after {
    -webkit-animation: zoom 0.2s ease;
    animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-plain input:checked + .state label:before {
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s ease;
}
.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:after,
.pretty.p-tada:not(.p-default) input:checked + .state label:before {
    -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    border-color: transparent;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    border-color: transparent;
}
.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}
.pretty input[disabled] {
    cursor: not-allowed;
    display: none;
}
.pretty input[disabled] ~ * {
    opacity: 0.5;
}
.pretty.p-locked input {
    display: none;
    cursor: not-allowed;
}
.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important;
}
.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff;
}
.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca;
}
.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent;
}
.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #428bca !important;
}
.pretty.p-switch input:checked ~ .state.p-primary:before {
    border-color: #428bca;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
    background-color: #428bca !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important;
}
.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important;
}
.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff;
}
.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de;
}
.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent;
}
.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
    background-color: #5bc0de !important;
}
.pretty.p-switch input:checked ~ .state.p-info:before {
    border-color: #5bc0de;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
    background-color: #5bc0de !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important;
}
.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important;
}
.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff;
}
.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c;
}
.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent;
}
.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
    background-color: #5cb85c !important;
}
.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: #5cb85c;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
    background-color: #5cb85c !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important;
}
.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important;
}
.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff;
}
.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e;
}
.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent;
}
.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
    background-color: #f0ad4e !important;
}
.pretty.p-switch input:checked ~ .state.p-warning:before {
    border-color: #f0ad4e;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
    background-color: #f0ad4e !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important;
}
.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important;
}
.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff;
}
.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f;
}
.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent;
}
.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
    background-color: #d9534f !important;
}
.pretty.p-switch input:checked ~ .state.p-danger:before {
    border-color: #d9534f;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
    background-color: #d9534f !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important;
}
.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important;
}
.pretty.p-bigger label {
    text-indent: 1.7em;
}
@media print {
    .pretty .state .icon,
    .pretty .state label:after,
    .pretty .state label:before,
    .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.form-header h3 {
    font-size: 20px !important;
}
.form-already span a {
    color: #f71735;
    margin-left: 10px;
}
.custom-modal .modal-body {
    padding: 1rem;
}
.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin-top: 5px;
}
.hero-paddingz.main-hero h1 {
    margin-bottom: 27px;
    font-size: 50px;
    line-height: 1.2em;
}
.header-style-two .header-upper .logo img {
    max-width: 100%;
    height: auto;
    width: 190px;
}
.hero-paddingz.main-hero .learn_more i {
    box-shadow: 0 0 0 9px rgba(247, 23, 53, 0.16);
}
.parallex-small .col-md-8 .parallex-text h4 {
    font-size: 28px;
}
.parallex-small .col-md-4 .parallex-button {
    text-align: right;
    margin-top: 0;
}
.parallex-small .col-md-8 .parallex-text h4 {
    font-size: 28px;
}

.aboutz-us .sonu-services .service-box img {
    margin-bottom: 15px;
    width: 64px;
}
.new-serv-5 {
    position: relative;
    margin-bottom: 20px;
}
.new-serv-5 .new-serv-5-image {
    display: block;
}
.new-serv-5 .icon-attachment {
    color: #fff;
}
.new-serv-5 .details {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 10px 25px 10px;
    border: 1px solid #eee;
}
.new-serv-5 .details h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.new-serv-5 .details p {
    color: #4e4e4e;
}

.new-serv-5 .details .intents [class*="icon-"] {
    font-size: 14px;
}
.new-serv-5 .details .intents .count {
    line-height: 14px;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 5px;
}
.new-serv-5 .details .intents .icon-star {
    color: #fc6e51;
}
.new-serv-5 .actions {
    height: 20px;
}
.new-serv-5 .actions [class*="icon-"] {
    font-size: 18px;
    font-weight: normal;
}
.new-serv-5 .actions .btn-round {
    position: relative;
    border-radius: 50%;
    padding: 10px 0;
    width: 38px;
    height: 38px;
    top: -19px;
    text-align: center;
}
.new-serv-5.new-serv-5-blog .details {
    padding: 10px 20px;
    text-align: left;
}
.new-serv-5.new-serv-5-blog .details h2 {
    font-size: 1.375em;
    font-weight: 300;
}
.new-serv-5.new-serv-5-blog .details strong {
    color: #888888;
}
.new-serv-5.new-serv-5-product .details {
    text-align: left;
    padding: 0 20px 20px;
}
.new-serv-5.new-serv-5-product .product-actions {
    margin: 20px 0 0;
}
.new-serv-5.new-serv-5-product .download-count {
    margin: 0 20px;
}
.anvoy-footer.footer-one {
    background: #09152b;
}
.header-style-minimal.header-solid .sb-header .sb-menu.submenu-top-border > ul > li > a {
    color: #232323;
}
.top-bar-area .link.text-right a i {
    margin-right: 5px;
}
.header-style-minimal .sb-header .sb-menu.submenu-top-border > ul > li.quote-btn a {
    color: #fff !important;
}
.new-serv-5 .icon-ser::after {
    top: 12px;
    left: 140px;
}

.new-serv-5 .icon-ser {
    margin-bottom: 15px;
}
.section-padding.my-services {
    height: 610px;
    min-height: 610px;
    max-height: 610px;
}
.section-padding.my-services .services-slider .owl-theme .owl-nav {
    margin-top: 0;
}

.elegent-service .heading-minimal .head-title {
    color: #fff !important;
}
.main-header .sb-header .sb-menu > ul > li:first-child > a {
    padding-left: 0;
}

.main-header .sb-header .sb-menu > ul > li:first-child > a li > a {
    padding-left: 15px;
}
.card .skin-minimal ul {
    list-style: none;
}
.card .skin-minimal ul li {
    display: inline;
}
.card .skin-minimal .icheckbox_square {
    margin-right: 10px;
}
.card .form-group .fa-calendar {
    position: absolute;
    top: 52px;
    right: 32px;
}
.parsley-custom-error-message {
    color: red;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f71735 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_home:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f71735 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
