@font-face {
    font-family: 'Pill Gothic 300mg Rg';
    src: url('PillGothic300mg-Regular.eot');
    src: url('PillGothic300mg-Regular.eot?#iefix') format('embedded-opentype'),
        url('PillGothic300mg-Regular.woff2') format('woff2'),
        url('PillGothic300mg-Regular.woff') format('woff'),
        url('PillGothic300mg-Regular.ttf') format('truetype'),
        url('PillGothic300mg-Regular.svg#PillGothic300mg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.content-mission.services-intro {
    background-color: #fff;
}

.header-common .header-title {
    color: #fff;
    font-size: 90px;
    font-family: 'Open Sans', sans-serif;

}

.header-common .header-bottom {
    height: 387px;
}

.header-common .video-container {
    height: 480px;
}


.services-inner .service {
    position: relative;
}

.services-inner .service {
    display: flex;
    height: 100vh;
    align-items: center;
}

.services-inner .service .service-thumb {
    width: 50%;
    height: 100%;
}

.services-inner .service .services-detail {
    width: 50%;
}

.services-inner .service .extended-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}
.social-con .social-con-item {
	background: linear-gradient(to right, #5A09FA, #9829EA);
	padding: 15px 28px 12px;
	border-radius: 7px;
	text-transform: uppercase;
	font-style: italic;
}

.services-inner .service:nth-child(2n) {
    flex-direction: row-reverse;
}
.product-slider {
	max-width: 700px;
	margin: 0 auto;
}

.services-inner .service:nth-child(2n+1) {
    background-color: #161616;
    color: #fff;
}

.main-slider-area.services-inner .service {
    background-color: #161616;
    color: #fff;
}

.block-parent.section-latest-news .latest-news-wrap .latest-news-s .n-thumb {
  min-height: 170px;
}
.block-parent.section-latest-news .latest-news-wrap .latest-news-s h4 {
  font-weight: 600;
  line-height: 22px;
  font-size: 17px;
  min-height: 45px;
  margin-bottom: 8px;
}
.block-parent.section-latest-news .latest-news-wrap .latest-news-s p {
  font-size: 16px;
  line-height: normal;
}

.serv-d-inner {
    padding-left: 70px;
    max-width: 600px;
}

.services-detail h2 {
    font-size: 64px;
    color: #ffd100;
    margin-bottom: 70px;
}

.services-detail p {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 75px;
    line-height: 42px;
}

.rm-btn {
    display: inline-block;
    background: linear-gradient(to right, #5A09FA, #9829EA);
    margin-top: 12px;
    padding: 26px 25px 26px;
    border-radius: 5px;
    border: 0;
    transition: all .2s ease;
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    font-style: italic;
}

.services-detail .rm-btn {
    margin-left: 0;
}

.content-mission.services-augments {
    background-color: #fff;
}

.content-mission.services-augments h2 {
    text-align: center;
    font-size: 64px;
    color: #ffd100;
    margin-bottom: 52px;
}

.get-in-touch-area {
    background-color: #f4f3ef;
    padding: 100px 0 30px;
}

.get-in-touch {
    padding: 0 20px;
}

.get-in-touch h2 {
    text-align: center;
    font-size: 64px;
    color: #161616;
    margin-bottom: 27px;
}

.get-in-touch p {
    text-align: center;
    font-size: 32px;
    color: #161616;
    margin-bottom: 60px;
}

.get-in-touch-form {
    max-width: 995px;
    margin: 0 auto;
}

.get-in-touch-form input {
    width: 100%;
    height: 90px;
    background-color: #fff;
    font-size: 32px;
    padding: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    max-width: 100%;
}

.get-in-touch-form textarea {
    width: 100%;
    height: 300px;
    background-color: #fff;
    font-size: 32px;
    padding: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.get-in-touch-form p {
    text-align: left;
}

.get-in-touch-form input::placeholder {
    color: #161616;
    opacity: 1;
    /* Firefox */
}

.get-in-touch-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161616;
}

.get-in-touch-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #161616;
}

.get-in-touch-form textarea::placeholder {
    color: #161616;
    opacity: 1;
    /* Firefox */
}

.get-in-touch-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161616;
}

.get-in-touch-form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #161616;
}

.form-wrap-inner label input::placeholder {
    color: #161616;
    opacity: 1;
    /* Firefox */
}

.form-wrap-inner label input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161616;
}

.form-wrap-inner label input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #161616;
}

.form-wrap-inner label input::placeholder {
    color: #161616;
    opacity: 1;
    /* Firefox */
}

.form-wrap-inner label input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161616;
}

.form-wrap-inner label input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #161616;
}


.form-wrap-inner label textarea::placeholder {
    color: #161616;
    opacity: 1;
    /* Firefox */
}

.form-wrap-inner label textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161616;
}

.form-wrap-inner label textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #161616;
}

.form-wrap-inner label textarea::placeholder {
    color: #161616;
    opacity: 1;
    /* Firefox */
}

.form-wrap-inner label textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #161616;
}

.form-wrap-inner label textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #161616;
}

.get-in-touch-form .name .text-fn,
.get-in-touch-form .name .text-ln {
    width: 47.8%;
}

.get-in-touch-form .name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap.email {
    margin-bottom: 20px;
    display: block;
}

.wpcf7-form-control-wrap.textarea {
    margin-bottom: 40px;
    display: block;
}

.get-in-touch-form input[type="submit"] {
    background: linear-gradient(to right, #5A09FA, #9829EA);
    padding: 26px 25px 26px;
    border-radius: 5px;
    border: 0;
    transition: all .2s ease;
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    max-width: 245px;
    margin: 0 auto;
    display: block;
    height: 82px;
    text-transform: uppercase;
    font-style: italic;
}

.services-inner .service .extended-text.extended-visible {
    opacity: 1;
    visibility: visible;
    display: flex;
    background-color: #161616;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.services-inner .service .extended-text.extended-visible p {
    max-width: 1205px;
}

.services-inner .service:nth-child(2n) .extended p {
    color: #fff;
}

.swiper-container.mySwiper .swiperwrappercustom {
    transform: translate3d(275px, 0px, 0px) !important;
}

.slide-thumb {
    position: relative;
}

.play-ico {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 65px;
}

.slide-thumb a {
    display: flex;
    align-items: center;
}

.single-slide {
    background-color: #fff;
    box-shadow: 0 5px 23px #ddd;
}

.swiper-container-horizontal > .swiper-scrollbar {
    display: none;
}

.swiper-wrapper {
    padding: 100px 0 125px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 21px;
    top: auto;
    width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 6px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-progressbar {
    background: #f4f3ef;
    position: absolute;
}

.slide-detail {
    padding: 70px 70px 80px 70px;
    text-align: center;
}

.slide-detail h4 {
    font-size: 41px;
    color: #161616;
    line-height: normal;
    margin-bottom: 20px;
    min-height: 100px;
}

.slide-detail p {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
}

.slide-detail .play-video {
    display: inline-block;
    background: linear-gradient(to right, #5A09FA, #9829EA);
    margin-top: 12px;
    padding: 26px 25px 26px;
    border-radius: 5px;
    border: 0;
    transition: all .2s ease;
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    text-transform: uppercase;
    font-style: italic;
}

.services-slide .swiper-button-next {
    left: 65px;
    bottom: 0;
    top: auto;
    font-size: 24px !important;
    width: 55px;
    background: linear-gradient(to right, #5A09FA, #9829EA);
    color: #fff;
    display: block;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    padding-top: 16px;
}

.services-slide .swiper-button-prev {
    left: 0;
    bottom: 0;
    top: auto;
    font-size: 24px !important;
    width: 55px;
    background: linear-gradient(to right, #5A09FA, #9829EA);
    color: #fff;
    display: block;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    padding-top: 16px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: inherit;
}

.services-slide {
    padding: 80px 0 40px;
}

.cta-yellow-bar {
    padding: 60px 0;
    background-image: url(../images/Yellowbar.png);
    background-size: cover;
    background-position: center;
}

.cta-yb .btn-group {
    text-align: center;
}

.cta-yb .btn-group a {
    display: inline-block;
    background: linear-gradient(to right, #5A09FA, #9829EA);
    margin-top: 12px;
    padding: 26px 25px 26px;
    border-radius: 5px;
    border: 0;
    transition: all .2s ease;
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    text-transform: uppercase;
    font-style: italic;
}

.content-mission.services-augments {
    padding-top: 100px;
}

.cta-yb .btn-group a {
    margin: 0 15px;
}

.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

/* modal */
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

.slide-detail {
    padding: 20px 15px 30px;
}

.slide-detail h4 {
    font-size: 22px;
    margin-bottom: 0px;
    min-height: 40px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}

.slide-detail p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
}

.slide-detail .play-video {
    padding: 15px 20px 15px;
    font-size: 16px;
}

.services-slide .swiper-button-prev {
    left: 250px;
}

.services-slide .swiper-button-next {
    left: 310px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 57% !important;
}

.partners-slider .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
    top: 5px;
}

.partners-slider .owl-nav .owl-next {
    position: absolute;
    right: -50px;
    top: 5px;
}

.slide-thumb > a > .wp-post-image {
    max-height: 400px;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

/*modal css*/
.modal__overlay {
    z-index: 9;
}

.modal__container {
    padding: 20px 20px 0;
    max-width: 600px;
}

.single-slide a {
    cursor: pointer;
}

.services-inner .service .service-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services-slide .swiper-container.mySwiper {
    overflow: visible;
}

.services-slide {
    /* width: calc(100% - (50% - (1240px/2) + 60px));
 margin-left: calc(50% - (1240px/2) + 30px);*/
}

.content-mission.services-augments {
    overflow: hidden;
}

.services-slide .swiper-button-prev.sbp {
    top: 0;
}

.services-slide .swiper-button-next.sbn {
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.sp,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 0 !important;
    bottom: auto !important;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 21px !important;
    top: auto !important;
}

.modal__header .modal__close {
    cursor: pointer;
}

.modal__header {
    position: absolute;
    right: 10px;
    top: 18px;
    cursor: pointer;
}

.modal__content {
    margin-top: 10px;
    margin-bottom: 12px;
}

.modal__header {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px !important;
}


.modal__header img.pop-close {
    max-width: 19px;
    cursor: pointer;
}

.modal-header {
    padding: 0;
    border-bottom: 0px solid;
}

.modal-dialog {
    width: 590px;
    margin: 50px auto;
}

.modal-header .close {
    position: absolute;
    right: -12px;
    top: -12px;
    border: 1px solid #000;
    opacity: 1;
    background-color: #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}

.modal-header {
    padding: 0;
    border-bottom: 0px solid;
}

/* new customization css */
.content-about {
    padding: 95px 0 92px;
}

.content-mission {
    padding: 78px 0 70px;
}

.about-video .video-preview {
    max-width: 475px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
}

.about-video {
    margin: 40px auto 0;
}

.about-video {
    background-size: 592px;
    background-position: right center;
}

.services-wrap {
    padding-left: 0;
    padding-right: 0;
}

.review {
    padding: 0 0;
}

.footer {
    padding: 65px 0;
}

.footer-content,
.review,
.content-services,
.content-about,
.location-wrap,
.form-wrap-inner,
.header-wrap,
.content-partners {
    max-width: 1200px;
}

.partners-logo {
    filter: grayscale(100%);
}

.partners-logo:hover {
    filter: grayscale(0);
}

.block-parent .content-services {
    max-width: 990px;
}

.content-partners {
    margin: 48px auto 78px;
}

.header-wrap {
    padding: 22px 0;
}

.location-wrap {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 60px auto 0;
    text-align: center;
}

.location-title {
    padding-top: 0;
}

.location-wrap .location-top {
    width: 50%;
}

.location-wrap .location-bottom {
    width: 50%;
    padding: 0;
}

.location-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 80px 0;
}

.form-wrap {
    background-color: #EEEEEE;
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    width: 100%;
}

.form-wrap-inner {
    margin: 0 auto;
}

.form-wrap-inner label span.label {
    display: none;
}

.form-wrap-inner label input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    padding: 20px 30px 15px;
    font-size: 22px;
    width: 100%;
    font-weight: 400;
    max-width: 100%;
}

.form-wrap-inner label .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.form-wrap-inner .wpcf7-form {
    margin: 0 auto;
}

.form-wrap-inner .form-row {
    margin-bottom: 15px;
}

.form-wrap-inner label:first-child {
    margin-right: 15px;
}

.form-wrap-inner label textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    height: 220px;
}

.form-wrap-inner input[type="submit"] {
    background: linear-gradient(to right, #5A09FA, #9829EA);
    padding: 20px 25px 17px;
    border-radius: 5px;
    border: 0;
    transition: all .2s ease;
    color: white;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    max-width: 245px;
    margin: 0 auto;
    display: block;
    height: 65px;
    text-transform: uppercase;
    width: 175px;
    font-style: italic;
}

.services-item .services-img {
    max-width: 80px;
}

.services-item .services-text {
    font-size: 22px;
    line-height: 28px;
    color: #3d3d3d;
}

.content-services .h2 {
    font-size: 48px;
}

.content-mission h2 {
    font-size: 48px;
    color: #161616;
}

.content-mission .mission-text.text {
    font-size: 24px;
    max-width: 890px;
    line-height: 46px;
    color: #161616;
}

.about-info .h2.about-header {
    font-size: 48px;
}

.about-info .about-text {
    line-height: 45px;
    font-size: 24px;
    margin-bottom: 40px;
    color: #000000;
}

.about-button {
    min-width: 265px;
    padding: 20px 25px 20px;
    font-size: 22px;
    font-weight: 400;
}

.header-content .title-sub {
    font-size: 72px;
}

.header-content .header-title {
    font-size: 48px;
}

.news-info .white-text {
    font-size: 48px;
}

.title-wrap .yellow-text {
    font-size: 48px;
}

.news-content .news-button {
    padding: 20px 25px 20px;
    font-size: 22px;
    font-weight: 400;
    max-width: 170px;
}

.content-review .review {
    max-width: 990px;
}

.review-text {
    font-size: 14.97px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #161616;
}

.review-content {
    min-height: 295px;
}

.content-review {
    padding-top: 215px;
    padding-bottom: 0;
}

.title-review {
    padding-top: 75px;
}

.footer-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.footer-button {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
}

.header-content .header-title {
    margin-bottom: 25px;
}

ul#menu-top li a {
    font-size: 16px;
}

.footer-center {
    align-self: auto;
    margin-top: 5px;
}

.menu-footer li a {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.review-author {
    opacity: 1;
    color: #757575;
    font-size: 11.98px;
}

.review-title-wrap .h2.title-review {
    font-size: 48px;
}

.content-review .review {
    position: relative;
    top: -45px;
}

.review-header .review-img {
    max-width: 177px;
    height: auto;
}

.review-header {
    height: 120px;
    padding: 40px;
}

.review-content {
    height: auto;
    padding-top: 35px;
    background: white;
    margin-top: 105px;
    border-radius: 0 0 16px 16px;
    padding-bottom: 20px;
}

.site-c.modal-wrapper {
    height: auto;
}

.site-c.modal-wrapper .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.site-c.modal-wrapper .modal-text {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 0;
    margin-right: 8px;
}

.header-naw ul lu a {
    font-size: 16px;
}

.partners-slider {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.content-partners {
    padding: 0 140px;
}

.about-info {
    padding-left: 15%;
}

.serv-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.serv-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-footer li a:hover {
    color: #fff;
    text-decoration: none;
}

.home-news-img {
    min-height: 800px;
}

/* Blog css */
.archive .page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.archive .page-wrapper .news-gallery .gallery-item .gallery-item-container img {
    width: 100%;
}

.archive .page-wrapper .main-content {
    padding: 50px 0;
}

.archive .page-wrapper .main-content .page-title {
    margin-bottom: 26px;
    font-size: 40px;
}

.archive .page-wrapper .news-gallery {
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 0 -20px;
}

.archive .page-wrapper .news-gallery > .gallery-item {
    padding: 20px;
}

.archive .page-wrapper .news-gallery .gallery-item .gallery-item-container {
    display: block;
    width: auto;
    background-color: #f9f9f9;
    min-height: 580px;
    box-shadow: 0px 1px 8px #eee;
}

.single-post .page-wrapper {
    max-width: 1200px;
    padding: 50px 0;
    display: block;
}

.single-post .page-wrapper .main-content.news-content-single {
    padding: 0;
    display: block;
    max-width: 100%;
}

.single-post .page-wrapper .main-content.news-content-single .news-image-wrap {
    text-align: left;
    margin: 0 auto 30px;
}

.single-post .page-wrapper .main-content.news-content-single .news-title-wrap {
    margin-bottom: 25px;
}

.single-post .page-wrapper .main-content.news-content-single .news-title-wrap .news-title {
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.single-post .page-wrapper .main-content.news-content-single .news-title-wrap span {
    color: #777;
}

.single-post .page-wrapper .main-content.news-content-single .news-image-wrap img {
    width: 70%;
    height: auto !important;
}

.news-text {
    margin-bottom: 25px;
}

.partners-logo {
    margin: 0;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

.post-title a {
    color: #000;
}

.rm-button.button {
    font-size: 18px;
    font-weight: 400;
    padding: 14px 20px;
    border-radius: 4px;
    margin-top: 15px;
    text-transform: uppercase;
}

.rm-button.button:hover {
    color: #fff;
    text-decoration: none;
}

.brdcmb {
    background-color: #F3D031;
    padding: 25px 0;
}

.brdcmb .page-title {
    margin-bottom: 0;
    font-size: 30px;
}

.single-post .brdcmb .page-wrapper {
    padding: 0;
}

.news-img-wrap {
    background: #000;
}

.news-info .white-text {
    display: block;
    margin-bottom: 20px;
}

.go-back a {
    background: linear-gradient(to right, #5A09FA, #9829EA);
    display: block;
    padding: 9px 20px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-style: italic;
    line-height: normal;
}

.go-back a:hover {
    color: #fff;
}

.go-back {
    position: relative;
    top: -4px;
    left: 5px;
}

.news-text {
    max-width: 70%;
}

.footer-heart {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.footer-heart img {
    display: inline-block;
    max-width: 20px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.footer-center .footer-heart,
.footer-center .footer-mail {
    position: relative;
}

.footer-center .footer-heart {
    left: -2px;
}

.footer-center .footer-mail {
    left: -6px;
}

.footer-center .footer-mail {
    left: -6px;
    margin-top: 8px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.footer-mail img {
    max-width: 32px;
    position: relative;
    top: 10px;
}

.footer-mail a:hover {
    color: #fff;
}

.tweets-wrap-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.tweets .ctf-tweets {
    display: flex;
    justify-content: space-between;
}

#ctf .ctf-item {
    border-top: 0px solid #ddd;
    border-top: 0px solid rgba(0, 0, 0, .1);
}

.tweets #ctf .ctf-tweets .ctf-item {
    width: 30%;
    position: relative;
    padding-top: 42px;
}

.tweets .ctf-tweets .ctf-item .ctf-corner-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 27px;
}

.tweets .ctf-tweets .ctf-item .ctf-tweet-content {
    text-align: center;
}

.ctf-tweet-actions {
    display: flex;
    width: 100%;
    justify-content: center;
}

.ctf-tweet-text a {
    color: #999;
}

.content-mission.tweets-wrap .h2.mission-header {
    margin-bottom: 20px;
}

.tweets-wrap-inner > p a {
    color: #000;
    border-bottom: 3px solid #fbce00;
    display: inline-block;
    text-transform: uppercase;
}

.tweets {
    margin-top: 65px;
}

.header-title a {
    color: #ffd100;
    text-decoration: underline;
}

.tweets-wrap-inner > p a:hover {
    text-decoration: none;
}

.tweets-wrap-inner p {
    text-align: center;
}

.header-top {
    background: rgba(255, 255, 255, 1);
}

.menu-item a {
    color: #000;
}

.services-slide {
    position: relative;
}

.services-slide .swiper-button-prev.sbp {
    top: 60px;
}

.services-slide .swiper-button-next.sbn {
    top: 60px;
}

.swiper-horizontal > .swiper-scrollbar {
    bottom: 85px;
}

.user-meta-tab .umt-thumb img {
    border-radius: 100%;
    max-width: 70px;
}

.user-meta-tab .umt-thumb {
    margin-right: 20px;
}

.user-meta-tab {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    justify-content: space-between;
}

.umt-left {
    width: 50%;
    display: flex;
    align-items: center;
}

.umt-right {
    width: 50%;
    text-align: right;
}

.related-posts {
    margin-top: 60px;
}

.rp-inner {
    display: flex;
    justify-content: space-around;
    margin: 0 -20px;
}

.rp-inner .single-rp {
    margin: 0 20px;
}

.single-rp-img {
    min-height: 201px;
    border: 1px solid #f9f9f9;
}

.rp-inner .single-rp-img img {
    height: auto;
    width: 100%;
}

.other-press-text h4 {
    margin-top: 10px;
}

.other-press-text h4 a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.news-content-single-inner {
    max-width: 745px;
    margin: 0 auto;
}

.news-image-wrap img {
    width: 100% !important;
    max-width: 100%;
}

.news-content-single-inner .news-text {
    width: 100%;
    max-width: 100%;
}

.single-post .page-wrapper .main-content.news-content-single .news-title-wrap .news-title {
    line-height: initial;
}

.news-content-single-inner p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.75);
}

.review .owl-next {
    position: absolute;
    right: -35px;
    top: 37%;
}

.review .owl-prev {
    position: absolute;
    left: -35px;
    top: 37%;
}

.header-bottom .header-content {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 60px;
}

.page.our-services .content-mission.services-intro,
.page.our-services .services-area,
.page.our-services .get-in-touch-area {
    max-width: 1200px;
    margin: 0 auto;
}

.cases-description-wrap .cases-description {
    background-color: #eee;
    max-width: 1200px;
}

.cases-description-wrap {
    background: transparent;
}

.cases-wrap .cases-list {
    width: 100%;
}

.cases-wrap {
    max-width: 1200px;
}

.sk-cs-intro-area .sk-cs-intro-inner.sk-cs-container {
    background-color: #eeeeee;
    padding: 50px 15px;
}

.sk-cs-intro-area {
    background-color: #eeeeee;
    padding: 0;
}

.rs-web-form-wrap {
    position: relative;
}

.rs-web-form-wrap::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #161616;
    z-index: -1;
}

.rs-web-form-wrap .rs-web-form-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.rs-web-form-wrap .rs-web-form-inner .rs-web-form,
.rs-web-form-wrap .rs-web-form-inner .rs-web-detail {
    width: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
}

.rs-web-form-wrap .rs-web-form-inner .rs-web-detail {
    padding-left: 50px;
    padding-right: 50px;
}

.rs-web-form-wrap .rs-web-form-inner .rs-web-form {
    padding-right: 50px;
}

.rs-wd-i-header h2 {
    font-size: 62px;
    font-weight: bold;
    margin-bottom: 55px;
}

.rs-wd-i-header h6 {
    font-size: 22px;
    margin-bottom: 38px;
}

.rs-wd-blocks .rs-wd-s-block h4 {
    font-weight: 600;
    font-size: 20px;
}

.rs-wd-blocks .rs-wd-s-block {
    float: left;
    width: 46%;
    margin-right: 4%;
    margin-bottom: 25px;
    min-height: 130px;
}

.rs-wd-blocks {
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rs-top-logo img {
    max-width: 402px;
    margin-bottom: 0;
}

.nf-form-fields-required {
    display: none;
}

.rs-w-form {
    padding-top: 30px;
}

.rs-w-form input[type="text"],
.rs-w-form select,
.rs-w-form textarea,
.rs-w-form input[type="email"],
.rs-w-form input[type="tel"] {
    border: 1px solid #ddd !important;
    padding: 10px 15px;
    height: auto !important;
    color: #000 !important;
    width: 100% !important;
    max-width: 100%;
}

#nf-label-field-17 {
    visibility: visible;
    color: #fff;
    position: relative;
    height: auto;
    display: block;
    margin: 0;
    width: 100%;
}

#nf-field-17-wrap .nf-field-label {
    visibility: visible;
    height: auto;
    margin-bottom: 20px !important;
}

#nf-field-17-wrap ul li label {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

#nf-field-15 {
    height: 200px !important;
}

#nf-field-4 {
    background-color: #EAB62D;
    color: #000;
    text-transform: uppercase;
    padding: 12px 35px 9px !important;
    height: auto;
    border-radius: 20px;
}

#nf-field-7,
#nf-field-8 {
    font-size: 14px !important;
    font-weight: 300;
    padding: 12px 11px !important;
}

.nf-response-msg p {
    color: #fff;
}

.rs-wd-i-header h2 {
    margin-bottom: 15px;
}

.rs-wd-i-header p {
    margin-bottom: 55px;
}

.nf-error.field-wrap .nf-field-element::after {
    display: none;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.rs-w-form input[type="text"],
.rs-w-form select,
.rs-w-form textarea,
.rs-w-form input[type="email"],
.rs-w-form input[type="tel"] {
    border: 1px solid #fff !important;
    padding: 5px 15px;
    background: #fff !important;
}

#nf-form-1-cont label {
    font-size: 12px;
    padding: 10px 15px 0;
    display: block;
    width: 100%;
    font-weight: 400;
}

#nf-form-1-cont .nf-field-label {
    margin-bottom: 0;
}

#nf-field-5-container > .nf-field,
#nf-field-6-container > .nf-field,
#nf-field-7-container > .nf-field,
#nf-field-8-container > .nf-field,
#nf-field-10-container > .nf-field,
#nf-field-12-container > .nf-field,
#nf-field-15-container > .nf-field {
    background-color: #fff;
    overflow: hidden;
}

#nf-label-field-17 {
    padding-left: 0 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.nf-error-wrap.nf-error {
    padding-top: 5px;
}

.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.services-inner .service .service-thumb {
    background-size: contain;
}

body .page .content-mission,
.page .content-review {
    max-width: 100%;
}

.services-inner .service {
    height: 600px;
}

body .title-wrap {
    margin-left: 0;
}

body .news-button {
    margin-left: 0;
}

.serv-d-inner {
    padding-right: 30px;
}

.white-text {
    font-size: 55px;
    margin-bottom: 20px;
    display: block;
}

.title-wrap .yellow-text {
    font-size: 42px;
}

.button {
    padding: 22px 15px 18px;
    font-size: 22px;
}

.news-button {
    max-width: 222px;
}

#nf-field-17-wrap ul li label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 9px 20px 0;
}

.content-review {
    position: relative;
}

.content-review::after {
    position: absolute;
    content: "";
    left: 0;
    top: 26%;
    height: 433px;
    background-color: #f4f3ef;
    width: 100%;
}

.review-content {
    min-height: 322px;
}

.page.our-services .services-inner .service .service-thumb {
    background-size: cover;
}

.page.our-services .services-inner .service {
    height: 100vh;
}

#nf-field-7-container::after,
#nf-field-8-container::after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 16px;
    bottom: 18px;
    height: 50px;
    line-height: 50px;
    z-index: 5;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
    background: #fff;
}

.nf-form-content .list-select-wrap > div div::after {
    display: none;
}

body #ninja_forms_required_items,
body .nf-field-container {
    margin-bottom: 15px;
}

.nf-error-msg.nf-error-required-error {
    color: #fff;
    font-size: 12px;
}

.checkbox-wrap .nf-field-element label::after,
.checkbox-wrap .nf-field-label label::after,
.listcheckbox-wrap .nf-field-element label::after,
.listcheckbox-wrap .nf-field-label label::after {
    background: #fff !important;
    border-color: #fff !important;
}

.checkbox-wrap .nf-field-element label::after,
.checkbox-wrap .nf-field-label label::after,
.listcheckbox-wrap .nf-field-element label::after,
.listcheckbox-wrap .nf-field-label label::after {
    width: 30px !important;
    height: 30px !important;
    border-radius: 3px;
}

.nf-form-content .listcheckbox-wrap li,
.nf-form-content .listradio-wrap li {
    margin-bottom: 12px !important;
}

body .listcheckbox-container .nf-field-element label::before {
    top: 8px;
    left: -24px;
    bottom: auto;
}

.rs-top-logo {
    margin-left: 5px;
    margin-bottom: 0;
}

.page.our-services .rm-btn {
    padding: 22px 25px 18px;
    font-size: 22px;
}

.page.our-services .services-detail p {
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 34px;
}

.page.our-services .services-detail h2 {
    font-size: 48px;
    margin-bottom: 45px;
}

.page.our-services .services-inner .service {
    height: 600px;
}

.rs-w-form h3 {
    color: #fff;
    margin-top: 55px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}

.rs-wd-blocks-tit h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.rs-wd-blocks .rs-wd-s-block h4 {
    font-weight: 600;
    font-size: 19px;
    min-height: 39px;
}

.nf-pass.field-wrap .nf-field-element::after {
    display: none;
}

.footer-blocks {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 100px;
}

.services-slide {
    margin-left: 15%;
    margin-right: -15%;
}

.sk-cs-intro-area h2 {
    padding-left: 105px;
}

.sk-cs-intro-inner.sk-cs-container img {
    position: absolute;
    top: 45px;
    border-radius: 100%;
    max-width: 105px;
}

.sk-cs-intro-inner.sk-cs-container {
    position: relative;
}

.footer-center .footer-mail {
    margin-top: -19px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}

.rs-web-detail-inner {
    margin-top: 137px;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.review-wrap {
    height: 575px;
}

.review-thumb-wrap .review-author {
    margin-bottom: 13px;
}

.review-thumb {
    padding-left: 32px;
}

.review-thumb img {
    max-width: 100px;
}

.content-review::after {
    height: 497px;
}

.menu-item_footer a:focus::before,
.menu-item_footer a:hover::before {
    top: auto !important;
    display: block !important;
    bottom: 0px;
}

.menu-item a:focus::before,
.menu-item a:active::before,
.menu-item a:hover::before,
.current-menu-item a::before {
    bottom: 0;
    top: auto !important;
}

.header-bottom.hb-thumb {
	height: 275px;
}

.view-case {
    background: linear-gradient(to right, #5A09FA, #9829EA);
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin: 8px 21px 0;
    display: inline-block;
    text-transform: uppercase;
}

.services-slide {
    margin-left: 0;
    margin-right: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.sk-services-wrap {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
}

.sk-services-wrap .single-slide {
    margin-bottom: 30px;
}

#loadMore {
    background: linear-gradient(to right, #5A09FA, #9829EA);
    color: #fff;
    padding: 15px 20px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    width: 188px;
    border-radius: 6px;
    margin: 0 auto;
    display: block;
}

.archive.category.category-news.category-4 .video-container {
    height: 380px;
}

.page-template-services h1.header-title {
    font-size: 72px;
    font-weight: 800;
    line-height: 72px;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 120px;
    left: 10px;
    padding-left: 45px !important;
}

.wpcf7-response-output::after {
    position: absolute;
    content: "✓";
    left: 0;
    top: -3px;
    color: #73CB36;
    border: 3px solid #73CB36;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
}

.wpcf7-form {
    position: relative;
}

.get-in-touch-form input[type="submit"] {
    margin: 65px auto 0;
}

.form-wrap-inner input[type="submit"] {
    margin: 65px auto 0;
}

.sk-cs-results-left ul li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 7px;
    display: block;
}

.sk-cs-results-left ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.header-top {
    background: rgba(0, 0, 0, 1);
}

header.header .header-top {
    background: #000;
}

.tweets-wrap-inner.casr-wrp {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 40px;
}

.tweets-wrap-inner.casr-wrp .cases-l {}

.tweets-wrap-inner.casr-wrp .cases-l p {
    font-size: 20px;
    line-height: normal;
}

.tweets-wrap-inner.casr-wrp .cases-r {}

.tweets-wrap-inner.casr-wrp .cases-r img {
    height: auto !important;
}

.main-content {}

.main-content .sk-news-cat-wrap {
    display: flex;
}

.main-content .sk-news-cat-wrap .sk-news-cat-wrap-l {
    width: 20%;
    margin-right: 3%;
}

.main-content .sk-news-cat-wrap .sk-news-cat-wrap-r {
    width: 77%;
}

.sk-news-cat-wrap-r {}

.archive .page-wrapper .sk-news-cat-wrap-r .news-gallery {
    display: block;
}

.sk-news-cat-wrap-r .gallery-item-container {
    display: flex !important;
    min-height: auto !important;
    margin-bottom: 20px;
}

.sk-news-cat-wrap-r .gallery-item-container > a {
    width: 40%;
    margin-right: 3%;
    display: block;
}

.sk-news-cat-wrap-r .gallery-item-container .gallery-item-info {
    width: 57%;
}

.sk-news-cat-wrap-l {
    margin-top: 20px;
}

.sk-news-cat-wrap-l .sk-cats-w {
    margin-bottom: 30px;
}

.sk-news-cat-wrap-l .sk-cats-w h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.sk-news-cat-wrap-l .sk-cats-w ul {
    padding-left: 12px;
}

.sk-news-cat-wrap-l .sk-cats-w ul li a {
    color: #000;
    font-size: 17px;
}

.sk-news-cat-wrap-l .sk-cats-w ul li {
    display: block;
    margin-bottom: 15px;
}
.archive.category .video-container, .archive.category.category-news.category-4 .video-container {
	height: 275px;
	top: 105px;
}
.archive.category .post-meta p {
	font-size: 15px;
	font-style: italic;
}
.archive.category .post-meta {
	margin-bottom: 18px;
}
.archive.category .post-title {
	margin-bottom: 8px;
}
.page-template-services .header-common .header-bottom {
	height: 375px;
}
.archive .cat-list ul {
	display: block;
}
.archive .cat-list ul li {
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 7px;
}
.archive .cat-list ul li a {
	margin: 0;
}
.cat-headline h3 {
	max-width: 1200px;
	margin: 0 auto 20px;
}
.cat-headline {
	margin-top: 0 !important;
	background-color: #f4f3ef;
	padding: 90px 0;
	text-align: center;
	margin-bottom: 40px;
}
.block-parent.section-latest-news .about-button.button {
	margin: 50px auto 0;
	display: block;
	max-width: 160px;
	padding: 15px 20px;
	font-size: 18px;
	min-width: auto;
	text-transform: uppercase;
	font-style: italic;
}
.archive.category .video-container {
	height: 385px;
}
.archive.category.category-news.category-4 .video-container {
	height: 270px;
}
.form-wrap-inner label {
	width: 100%;
}
.header-naw ul.menu li.mobile-only a {
	display: none;
}
/*
.header-naw ul.menu li ul.sub-menu {
	display: grid;
	grid-template-columns: auto auto auto auto;
}
*/
/* Responsive css start */
@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .services-detail h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .services-detail p {
        font-size: 26px;
        margin-bottom: 45px;
        line-height: 35px;
    }

    .rm-btn {
        padding: 22px 25px 19px;
        font-size: 24px;
    }
}

@media only screen and (min-width: 1024) and (max-width: 1660px) {

    .swiper-container-horizontal > .swiper-pagination-progressbar,
    .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 47%;
        left: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rs-wd-i-header h2 {
        font-size: 50px;
    }

    .rs-wd-blocks .rs-wd-s-block {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
.main-slider-area.services-inner.new-serv.new-serv2 {
	grid-template-columns: auto;
}
.latest-news-wrap {
	grid-template-columns: auto;
}
.block-parent.section-latest-contact .latest-news-wrap {
	grid-template-columns: auto;
}
    .sk-cs-intro-inner.sk-cs-container img {
        position: relative;
        top: 0;
        border-radius: 100%;
        max-width: 105px;
        margin: 0 auto 25px;
        left: 0;
        right: 0;
        display: block;
    }

    .header-bottom .header-content .header-title {
        font-size: 30px;
        font-weight: 800;
        line-height: normal;
    }

    .sk-cs-intro-area h2 {
        padding-left: 0;
    }

    .white-text {
        font-size: 35px;
    }

    .title-wrap .yellow-text {
        font-size: 25px;
    }

    .news-button {
        width: 165px;
        margin: 0 auto !important;
    }

    .button {
        padding: 17px 10px 13px;
        font-size: 18px;
    }

    .slick-active {
        opacity: 1 !important;
        filter: brightness(1) !important;
        left: 0 !important;
        position: absolute !important;
    }

    .tweets .ctf-tweets {
        display: block;
        justify-content: space-between;
    }

    .single-post .page-wrapper .main-content.news-content-single .news-image-wrap img {
        width: 100%;
        height: auto !important;
    }

    .about-info {
        padding-left: 0;
    }

    .main-slider.slick-initialized.slick-slider {
        height: 675px;
    }

    .location-wrap {
        display: block;
    }

    .location-wrap .location-top {
        width: 100%;
        margin-bottom: 50px;
    }

    .location-wrap .location-bottom {
        width: 100%;
        padding: 0 15px;
    }

    .location-wrap .location-bottom iframe {
        height: 300px;
    }

    .form-wrap-inner .wpcf7-form {
        margin: 0 auto;
        padding: 0 15px;
    }

    .form-wrap-inner label input {
        border: 1px solid #ddd;
        padding: 15px 20px 12px;
        font-size: 18px;
    }

    .form-wrap-inner label textarea {
        padding: 15px 20px;
        font-size: 18px;
        height: 175px;
    }

    .social-item img {
        height: auto;
    }

    .twitter {
        margin-right: 15px;
    }

    .social {
        padding-left: 10px;
    }

    .social-item img {
        height: auto;
    }

    .video-container {
        height: 630px;
    }

    .services-slide {
        width: calc(100% - 30px);
        margin-left: 15px;
    }



    .header-common .header-title {
        font-size: 45px;
    }

    .services-inner .service {
        display: block;
        height: auto;
    }

    .services-inner .service .service-thumb {
        width: 100%;
        height: 325px;
    }

    .services-inner .service .services-detail {
        width: 100%;
    }

    .serv-d-inner {
        padding: 60px 20px;
        max-width: 100%;
        text-align: center;
    }

    .services-detail h2 {
        font-size: 26px;
        max-width: 260px;
        margin: 0 auto 30px;
        line-height: 34px;
    }

    .services-detail p {
        font-size: 17px;
        margin: 0 auto 20px;
        line-height: 29px;
        max-width: 300px;
    }

    .rm-btn,
    .slide-detail .play-video,
    .get-in-touch-form input[type="submit"] {
        padding: 15px 45px 12px;
        font-size: 16px;
    }

    .content-mission.services-augments h2 {
        font-size: 30px;
        margin: 0 auto 27px;
        max-width: 280px;
    }

    .swiper-container.mySwiper .swiperwrappercustom {
        transform: initial !important;
    }

    .get-in-touch h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .get-in-touch-form .name {
        display: block;
    }

    .cta-yb .btn-group a {
        margin: 15px 0;
    }

    /*    .swiper-slide {
        width: 100% !important;
        padding: 0 20px !important;
    }*/

    .slide-detail {
        padding: 40px 20px 40px 20px;
    }

    .slide-detail h4 {
        font-size: 24px;
        margin-bottom: 15px;
        min-height: auto;
    }

    .slide-detail p {
        font-size: 17px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .swiper-container-horizontal > .swiper-pagination-progressbar,
    .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 60%;
        left: 70px;
        bottom: 42px;
    }

    .services-slide .swiper-button-prev {
        left: 0;
    }

    .services-slide .swiper-button-next {
        left: 60px;
    }

    .single-slide {
        width: 288px;
    }

    .swiper-container-horizontal > .swiper-pagination-progressbar.sp,
    .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        display: none;
    }

    .services-slide .swiper-button-prev.sbp,
    .services-slide .swiper-button-next.sbn {
        display: none;
    }

    .swiper-wrapper {
        padding: 0px 0 125px;
    }

    .services-slide {
        padding: 40px 0 0;
    }

    .header-common .header-bottom {
        height: 220px;
    }

    .header-common .video-container {
        height: 340px;
    }

    .services-slide .swiper-button-prev {
        bottom: 25px;
        font-size: 16px !important;
        width: 40px;
        height: 40px;
        padding-top: 13px;
    }

    .services-slide .swiper-button-next {
        left: 48px;
        bottom: 25px;
        font-size: 16px !important;
        width: 40px;
        height: 40px;
        padding-top: 13px;
    }

    .header-common .video-container {
        height: 295px;
    }

    .content-mission {
        padding: 50px 0 70px;
    }

    .get-in-touch p {
        font-size: 17px;
    }

    .get-in-touch-form input {
        height: 48px;
        font-size: 18px;
        padding: 3px 20px 0;
    }

    .get-in-touch-form .name {
        margin-bottom: 12px;
    }

    .get-in-touch-form .name .text-fn {
        margin-bottom: 10px;
        display: block;
    }

    .get-in-touch-form .name .text-fn,
    .get-in-touch-form .name .text-ln {
        width: 100%;
    }

    .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.email {
        margin-bottom: 3px;
    }

    .get-in-touch-form textarea {
        width: 100%;
        height: 145px;
        font-size: 18px;
        padding: 20px;
    }

    .cta-yb .btn-group a {
        font-size: 16px;
        display: block;
        max-width: 240px;
        margin: 0 auto 20px;
        padding: 19px 45px 15px;
    }

    .rm-btn,
    .slide-detail .play-video,
    .get-in-touch-form input[type="submit"] {
        height: 45px;
    }

    .services-slide .swiper-button-prev {
        bottom: auto;
        top: 43%;
        left: -13px;
    }

    .services-slide .swiper-button-next {
        bottom: auto;
        top: 43%;
        left: auto;
        right: -13px;
    }

    .swiper-container-horizontal > .swiper-pagination-progressbar,
    .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 80%;
        left: 0;
        bottom: 70px;
    }

    .content-mission.services-augments {
        padding-bottom: 0;
    }

    .swiper-wrapper {
        padding: 0px 30px 125px;
    }

    .slide-detail {
        padding: 20px 20px 30px 20px;
    }

    .slide-detail p {
        margin-bottom: 10px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 17px !important;
    }

    .swiper-container-horizontal > .swiper-pagination-progressbar,
    .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        bottom: 70px !important;
        top: auto !important;
    }

    .header-content .header-title {
        font-size: 32px;
    }

    .header-content .title-sub {
        font-size: 32px;
    }

    .news-content .news-button {
        padding: 15px 15px 15px;
        width: 180px;
        font-size: 20px;
    }

    .about-video .video-preview {
        max-width: 230px;
        right: 40px;
        top: 25px;
    }

    .about-video {
        margin: 20px auto 0;
    }

    .about-info .h2.about-header,
    .content-mission h2,
    .content-services .h2,
    .review-title-wrap .h2.title-review,
    .news-info .white-text,
    .title-wrap .yellow-text {
        font-size: 32px;
    }

    .about-info .about-text,
    .content-mission .mission-text.text {
        line-height: 32px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about-button {
        min-width: 180px;
        padding: 15px 25px 15px;
        font-size: 18px;
    }

    .services-item .services-img {
        max-width: 60px;
    }

    .services-item .services-text {
        font-size: 20px;
    }

    .content-services {
        margin: 50px auto 0;
    }

    .slick-track {
        width: 100% !important;
    }

    .slick-track {
        width: 100% !important;
    }

    .footer-content {
        padding: 0 15px;
    }

    .content-review .review {
        padding: 0 15px;
    }

    .about-video {
        background-size: contain;
        background-position: center;
    }

    .social-item img {
        width: 18px;
    }

    .header-right .mobile-menu-btn {
        max-width: 22px;
        height: auto;
    }

    .header-wrap {
        padding: 22px 15px;
    }

    .social {
        margin-top: 4px;
    }

    .header-right {
        margin-top: 0;
    }

    .header-naw #menu-top {
        text-align: left;
        padding: 100px 25px 0;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .site-c.modal-wrapper .modal-text {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        line-height: normal;
    }

    .site-c.modal-wrapper .modal-content {
        display: block;
    }

    .about-video .video-preview {
        max-width: 100%;
        top: 60px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .about-info {
        padding-top: 160px;
    }

    .content-about {
        padding-bottom: 60px;
    }

    .about-video img.video-preview {
        max-width: 230px;
        right: 40px;
        top: 25px;
        left: auto;
    }

    .modal-dialog {
        width: 100%;
        margin: 50px auto;
    }

    .modal-body {
        padding: 10px;
    }

    .modal-header .close {
        right: -4px;
        top: -15px;
    }

    .video-container {
        height: 592px;
    }

    .content-services {
        padding: 0 20px;
    }

    .services-item {
        justify-content: center;
        flex-direction: column;
    }

    .services-item .services-img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .services-item .services-text {
        text-align: center;
    }

    .page-wrapper .main-content.news-content-single {
        padding: 0 15px !important;
    }

    .single-post .page-wrapper .main-content.news-content-single .news-title-wrap .news-title {
        line-height: 32px;
    }

    .content-partners {
        padding: 0 30px !important;
        width: 100%;
    }

    .partners-slider .owl-nav .owl-prev {
        left: -30px;
        top: 10px;
    }

    .partners-slider .owl-nav .owl-next {
        right: -30px;
        top: 10px;
    }

    .partners-logo {
        margin: 0;
        padding: 0 20px;
    }

    .partners-slider {
        height: 75px;
    }

    .gallery-item {
        width: 100%;
        padding: 0 15px !important;
    }

    .archive .page-wrapper .news-gallery {
        grid-template-columns: auto;
    }

    .archive .page-wrapper .news-gallery .gallery-item .gallery-item-container {
        min-height: auto;
    }

    .home-news-img {
        min-height: auto;
    }

    .brdcmb {
        margin-top: 18px;
    }

    .brdcmb .page-title {
        text-align: left;
        padding: 0 15px;
    }

    .main-slider.slick-initialized.slick-slider {
        height: auto;
    }

    .news-text {
        max-width: 100%;
    }

    .tweets .ctf-tweets .ctf-item {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .content-mission.tweets-wrap .tweets-wrap-inner {
        padding: 0 20px;
    }

    .footer-center {
        position: static;
        padding: 30px 0 20px;
    }

    .header-top {
        background-color: #fff;
        position: relative;
    }

    .header-top::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .header-naw #menu-top {
        padding: 0 25px 0;
    }

    .menu.active .menu-item a {
        color: #fff;
    }

    .header-naw .active#menu-top {
        padding: 100px 25px 0;
    }

    .owl-item.active {
        height: auto;
        max-height: inherit;
    }

    .rp-inner {
        display: block;
    }

    .rp-inner .single-rp {
        margin: 0 20px 20px 20px;
    }

    .user-meta-tab {
        display: block;
    }

    .umt-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .umt-right {
        width: 100%;
        text-align: left;
    }

    .single-post .page-wrapper .main-content.news-content-single .news-title-wrap .news-title {
        font-size: 24px;
    }

    .other-press-text {
        line-height: normal;
    }

    .news-content-single-inner p {
        font-size: 18px;
        line-height: 30px;
    }

    .single-rp-img {
        min-height: auto;
    }

    .rs-web-form-wrap .rs-web-form-inner {
        display: block;
    }

    .rs-web-form-wrap::after {
        display: none;
    }

    .rs-web-form-wrap .rs-web-form-inner .rs-web-form {
        padding-right: 15px;
        background-color: #0B0631;
        padding-left: 15px;
    }

    .rs-web-form-wrap .rs-web-form-inner .rs-web-detail {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rs-web-form-wrap .rs-web-form-inner .rs-web-form,
    .rs-web-form-wrap .rs-web-form-inner .rs-web-detail {
        width: 100%;
    }

    .rs-wd-i-header h2 {
        font-size: 50px;
    }

    .rs-wd-blocks .rs-wd-s-block {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .rs-top-logo img {
        max-width: 180px;
    }

    .wpcf7-response-output {
        bottom: 70px;
        font-size: 14px;
    }

    .wpcf7-response-output::after {
        top: 2px;
        border: 2px solid #73CB36;
        width: 25px;
        height: 25px;
        line-height: 22px;
    }
    .archive.category .video-container, .archive.category.category-news.category-4 .video-container {
	height: 298px;
	top: 78px;
}
.header-common .header-bottom {
	height: auto;
}
.header-content .title-sub {
	font-size: 30px;
	line-height: normal;
}
.sidr ul li.sidr-class-menu-item-has-children i {
	position: absolute;
	right: 25px;
	top: 16px;
	cursor: pointer;
}
.sidr ul li.sidr-class-menu-item-has-children {
	position: relative;
}

#sidr-main {
	border-top: 3px solid #ffd100;
}
.sidr {
	box-shadow: 0 0 0px 0px #222 inset;
}
.header-naw ul.menu li.mobile-only a {
	display: block;
}
}

@media only screen and (min-width: 375px) and (max-width: 389px) {
    .single-slide {
        width: 285px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 479px) {
    .single-slide {
        width: 300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-slide {
        width: 391px;
    }
}

/*===============================

Template Name: 
Author: 
Author URI: 
Version: 1.0
    
=================================*/
.sk-cs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.sk-cs-banner-area {
    padding: 85px 0;
    background-image: url(../images/sk-cs-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 8px solid #EBB631;
}

.sk-cs-banner-left,
.sk-cs-banner-right {
    width: 50%;
}

.sk-cs-banner-inner {
    display: flex;
    align-items: center;
}

.sk-cs-banner-left h1 {
    font-size: 54px;
    color: #fff;
    font-weight: 800;
}

.sk-cs-banner-left p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

/*
.sk-cs-intro-area {
    background-color: #eeeeee;
    padding: 50px 0;
}
*/

.sk-cs-intro-area h2 {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
}

.sk-cs-brief-area {
    padding: 50px 0;
}

.sk-cs-brief-inner .sk-cs-brief-left {
    width: 40%;
}

.sk-cs-brief-inner .sk-cs-brief-right {
    width: 60%;
}

.sk-cs-brief-inner.sk-cs-container {
    max-width: 950px;
}

.sk-cs-brief-inner {
    display: flex;
    align-items: center;
}

.sk-cs-brief-right h2 {
    font-size: 40px;
    color: #4a4a4a;
    margin-bottom: 35px;
    font-weight: 700;
}

.sk-cs-brief-right p {
    font-size: 16px;
    color: #4a4a4a;
}

.sk-cs-brief-right .line {
    border-top: 1px solid #ec7139;
    width: 170px;
    margin-bottom: 40px;
}

.sk-cs-banner-right {
    text-align: center;
}

.sk-cs-results-area {
    background-color: #ec7138;
    position: relative;
}

.sk-cs-results-area::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #333333;
}

.sk-cs-results-inner {
    display: flex;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

.sk-cs-results-left {
    width: 50%;
    padding-right: 80px;
}

.sk-cs-results-right {
    width: 50%;
    padding-left: 80px;
}

.sk-cs-results-inner {
    color: #fff;
}

.sk-cs-results-left h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.sk-cs-results-inner .line {
    border-top: 1px solid #fff;
    width: 170px;
    margin-bottom: 40px;
}

.sk-cs-results-right h2 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}

.sk-cs-results-left p {
    font-weight: 300;
    font-size: 16px;
}

ul.results-counted {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
}

.results-counted li {
    width: 50%;
    font-size: 24px;
    color: #ec7138;
    font-weight: 700;
}

.results-counted li span {
    font-size: 64px;
    display: block;
    line-height: normal;
    color: #fff;
}

.sk-cs-three-mob-area {
    padding: 50px 0;
    background-color: #eeeeee;
}

.sk-cs-three-mob-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.sk-cs-three-mob-inner.sk-cs-container {
    max-width: 950px;
}

.sk-cs-contact-mob-area {
    padding: 70px 0;
}

.sk-cs-contact-mob-inner {
    text-align: center;
}

.sk-cs-contact-mob-inner a {
    display: inline-block;
    background: linear-gradient(to right, #5A09FA, #9829EA);
    color: #ffff;
    text-decoration: none;
    width: 232px;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    font-weight: 600;
    margin: 0 8px;
    border-radius: 7px;
    text-transform: uppercase;
    font-style: italic;
}

.header-bottom.hb-thumb.hb-common .header-content {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.header-bottom.hb-thumb.hb-common .header-title {
    color: #fff;
    text-align: center;
    font-size: 72px;
    font-weight: 800;
}

.sk-cs-results-inner.sk-cs-container {
    padding: 80px 15px;
}

.services-slide .swiper-button-next {
    bottom: 100px;
}

.services-slide .swiper-button-next {
    left: auto;
    right: 400px;
}

.services-slide .swiper-button-prev {
    bottom: 100px;
}

.serv-d-inner .title-wrap {
    margin-bottom: 25px;
}

.services-detail .serv-d-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page .content-mission,
.main-slider-area.services-inner,
.content-review {
    max-width: 1200px;
    margin: 0 auto;
}

.title-wrap {
    margin-left: 65px;
}

.news-button {
    margin-left: 65px;
}

#nf-form-1-cont .nf-form-content .list-select-wrap > div div::after {
    content: "\f107";
}

.single-post .video-container {
    height: 380px;
}
.header-right .social .social-item {
	font-size: 32px;
}
.header-bottom {
	height: 576px;
}
.product-banner {
    height: 375px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
}
.product-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    content: "";
}
.product-banner-detail {
    z-index: 2;
}
.product-banner-detail h1 {
    font-size: 72px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    color: #fff;
}
.content-mission.prod-s-wrap .partners-logo {
    filter: grayscale(0);
}
.content-slide-headline {
    margin-bottom: 40px;
}

.content-slide-headline h2 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}
.content-slide-headline h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}

.content-mission.prod-s-wrap .content-slide {
    padding-bottom: 120px;
}
    .site_logo_inn {
	max-width: 275px;
}
    .sk-cs-banner-area {
	border-top: 0px solid #EBB631;
}
.content-partners h2.text-center {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 65px;
    color: rgb(51, 51, 51);
    padding-top: 30px;
}
.main-slider-area.services-inner.new-serv {
    display: grid;
    grid-template-columns: auto auto;
}
.main-slider-area.services-inner.new-serv .service-thumb {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 25px;
}
.latest-news-wrap {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
}
.latest-news-wrap .n-thumb {
    height: 300px;
}
.latest-news-wrap .n-thumb img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 100%;
}
.block-parent.section-latest-contact .n-thumb a.news-button.button {
    position: absolute;
    bottom: 25px;
    right: 24px;
    text-transform: uppercase;
}
.block-parent.section-latest-contact .n-thumb {
    position: relative;
    height: auto;
}
.block-parent.section-latest-contact .n-thumb a.news-button.button {
    position: absolute;
    bottom: 25px;
    right: 24px;
}
.new .review-wrap {
    max-width: 650px;
    height: auto;
    margin: 0 auto;
}
.new .review-wrap .review-content {
    min-height: auto;
    background: transparent;
    text-align: center;
}
.review.owl-carousel.owl-theme.owl-loaded.owl-drag {
    max-width: 700px;
    margin: 0 auto;
}
.new .review .owl-prev, .new .review .owl-next {
    top: 56%;
}
.block-parent.section-latest-news .content-partners {
    padding: 0 0;
}
.block-parent.section-integrations .partners-logo {
    filter: grayscale(0);
}
.review-author {
    opacity: 1;
    color: #000;
}
.review-thumb-wrap {
    margin-top: 22px;
}
.review-thumb-wrap .review-thumb {
    padding-left: 0;
    padding-top: 15px;
}
.review-thumb-wrap .review-thumb img {
    margin: 0 auto;
    padding: 0;
}
.block-parent.section-latest-contact {
    padding-top: 30px;
}
.block-parent.section-latest-contact .latest-news-wrap {
    grid-template-columns: auto auto;
}
.content-mission.prod-s-wrap .partners-logo {
    filter: grayscale(0);
}
.content-slide-headline {
    margin-bottom: 40px;
}

.content-slide-headline h2 {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}
.content-slide-headline h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}

.content-mission.prod-s-wrap .content-slide {
    padding-bottom: 120px;
}
.what-our-client-say {
    background-color: #f4f3ef;
    padding: 110px 0;
}

.what-our-client-say .what-our-client-say-header {
    margin-bottom: 60px;
}

.what-our-client-say .what-our-client-say-header h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
}

div#carouselExampleAutoplaying1 {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.what-our-client-say-content .review-text {
    font-size: 24px;
    color: #161616;
    line-height: 46px;
    margin-bottom: 30px;
}

.what-our-client-say-content .review-author {
    font-size: 16px;
    margin-bottom: 20px;
    color: #161616;
}

.what-our-client-say-content .review-thumb {
    padding: 0;
}
.block-parent.section-latest-news .latest-news-wrap .n-thumb {
    height: auto;
}
div#carouselExampleAutoplaying1 {}

div#carouselExampleAutoplaying1 button.carousel-control-prev {
    left: -70px;
}

div#carouselExampleAutoplaying1 button.carousel-control-next {
    right: -70px;
}
.content-slide.v1 {
    max-width: 100%;
}
.services-inner .service {
    display: flex;
    height: 100vh;
    align-items: center;
}

.main-slider-area.services-inner .service {
    background-color: #161616;
    color: #fff;
}

body {
    overflow-x: hidden;
}

.site_logo_inn {
    margin-top: -9px;
}

body header.header .header-top {
    background: #293035;
    border-top: 3px solid #ffd100;
}

.header-wrap .site_logo {
    display: flex;
    align-items: center;
}

.site_logo_inn {
    margin-right: 25px;
}


.header-naw ul.menu li a {
    color: #fff;
    font-family: 'Pill Gothic 300mg Rg';
}

.header-naw ul.menu li ul.sub-menu {
    position: absolute;
    background: #5CA2F4;
    top: 110px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
}

.header-naw ul.menu li:hover ul.sub-menu {
    top: 101px;
    visibility: visible;
    opacity: 1;
}

.header-naw ul.menu li ul.sub-menu:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 100%;
    background: #5CA2F4;
    width: 200%;
    z-index: -1;
}

.header-naw ul.menu li ul.sub-menu::after {
    position: absolute;
    background: #5CA2F4;
    content: "";
    left: 100%;
    height: 100%;
    width: 200%;
}

.header-naw ul.menu li ul.sub-menu li.menu-item {
    margin-right: 0;
}

.header-naw ul.menu li ul.sub-menu li.menu-item a {
    display: block;
    padding: 20px 20px;
    line-height: 22px;
}

body header.header .header-top .header-wrap {
    padding: 0;
}

.header-naw>ul>li>a {
    display: block;
    padding: 43px 0px;
}
.header-naw ul.menu li ul.sub-menu li.menu-item a {
	color: #000;
}
.header-naw ul.menu li ul.sub-menu::after {
	background: #fafafa;
}
.header-naw ul.menu li ul.sub-menu::before {
    background: #fafafa;
}
.header-naw ul.menu li ul.sub-menu {
    background: #fafafa;
}
.main-slider-area.services-inner.new-serv.new-serv2 {
	grid-template-columns: 50% 50%;
}

.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 {
  flex-direction: column;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 35px;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail a.news-button.button {
  margin: 0 auto;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail p {
  font-size: 26px;
  margin-bottom: 25px;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail h4 {
  font-weight: 700;
  font-size: 28px;
}
.main-slider-area.services-inner.new-serv.new-serv2 {
	grid-template-columns: auto auto;
	gap: 30px;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 {
	display: block;
	min-height: auto;
}
.service-thumb.type-2 .thumb {
	height: 400px;
	width: 100%;
	background-size: cover;
	margin: 0 auto;
}
.content-detail h3, .content-detail h4 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 25px;
	clear: both;
	display: block;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail {
	display: block;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail p {
	line-height: normal;
}
.service-thumb.type-2 .thumb {
	margin-bottom: 30px;
}

.content-pa-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}

.content-pa-nav ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 7px;
}
.content-pa-nav ul li a {
  color: #000;
  border: 1px solid #000;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
}
.content-about.prod-header {
	padding-bottom: 50px;
	padding-top: 50px;
}
.content-pa-nav ul li.mycurrent a {
	background-color: #293035;
	color: #fff;
}
.content-mission.prod-s-wrap .content-slide {
	max-width: 1200px;
}
.product-banner {
	max-width: 1200px;
	margin: 0 auto;
	line-height: normal;
}

.cat-headline {
  margin-top: 50px;
}
.cat-headline h3 {
  font-size: 28px;
  line-height: normal;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .slick-active {
        opacity: 1 !important;
        filter: brightness(1) !important;
        left: 0 !important;
        position: absolute !important;
    }

    .header-top::after {
        display: none;
    }

    body header.header .header-top {
        padding: 22px 15px;
    }

    .header-naw>ul>li>a {
        padding: 0px 0px;
    }

    .header-naw ul.menu li ul.sub-menu {
        position: relative;
        display: block;
        top: 0 !important;
        visibility: visible;
        opacity: 1;
    }

    .header-naw ul li {
        position: relative;
    }

    .header-naw ul.menu li ul.sub-menu li {
        display: block;
    }

    .header-naw ul.menu li ul.sub-menu::after,
    .header-naw ul.menu li ul.sub-menu::before {
        display: none;
    }

    .header-naw ul.menu li ul.sub-menu li.menu-item a {
        padding: 10px 18px;
    }
    .product-banner-detail h1 {
	font-size: 48px;
	line-height: normal;
}
.product-banner {
	width: 100%;
	padding: 0 20px;
}
#primary {
	padding: 0 20px;
}
.main-slider-area.services-inner.new-serv .service-thumb {
	min-height: 380px;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail {
	padding: 0 15px;
}
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px;
    }

    .sk-cs-intro-area h2 br {
        display: none;
    }

    .sk-cs-intro-area h2 {
        font-size: 28px;
    }

    .sk-cs-banner-left h1 {
        font-size: 50px;
    }

    .sk-cs-brief-right h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .sk-cs-brief-right .line {
        width: 150px;
        margin-bottom: 25px;
    }

    .sk-cs-results-inner.sk-cs-container {
        padding: 60px 15px;
    }

    .sk-cs-results-left h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .sk-cs-results-right h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .results-counted li span {
        font-size: 44px;
    }

    .sk-cs-results-inner .line {
        width: 170px;
        margin-bottom: 25px;
    }

    .sk-cs-results-left {
        padding-right: 30px;
    }

    .sk-cs-results-right {
        padding-left: 30px;
    }

    .results-counted li {
        font-size: 18px;
    }

    .sk-cs-three-mob-area ul li img {
        max-width: 220px;
    }

    .sk-cs-contact-mob-inner a {
        width: 200px;
        height: 65px;
        line-height: 65px;
        font-size: 22px;
    }

    .sk-cs-contact-mob-area {
        padding: 50px 0;
    }



}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .container {
        width: 320px;
    }

    .sk-services-wrap {
        display: grid;
        grid-template-columns: auto;
        column-gap: 0;
    }

    #loadMore {
        margin: 0 auto 20px;
    }

    .sk-cs-contact-mob-inner a {
        margin: 5px 8px;
    }

    .sk-cs-banner-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .sk-cs-banner-left,
    .sk-cs-banner-right {
        width: 100%;
        text-align: center;
    }

    .sk-cs-banner-left h1 {
        font-size: 46px;
    }

    .sk-cs-banner-left p {
        font-size: 18px;
    }

    .sk-cs-banner-right img {
        margin-bottom: 30px;
        max-width: 200px;
    }

    .sk-cs-intro-area h2 {
        font-size: 28px;
    }

    .sk-cs-brief-inner {
        display: block;
    }

    .sk-cs-brief-inner .sk-cs-brief-left {
        width: 100%;
        text-align: center;
    }

    .sk-cs-brief-inner .sk-cs-brief-left img {
        margin-bottom: 30px;
        max-width: 200px;
    }

    .sk-cs-brief-inner .sk-cs-brief-right {
        width: 100%;
    }

    .sk-cs-brief-right h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .sk-cs-brief-right .line {
        width: 145px;
        margin-bottom: 30px;
    }

    .sk-cs-results-inner {
        display: block;
    }

    .sk-cs-results-inner.sk-cs-container {
        padding: 50px 0;
    }

    .sk-cs-results-area::before {
        display: none;
    }

    .sk-cs-results-left {
        width: 100%;
        padding-right: 0;
    }

    .sk-cs-results-left h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .sk-cs-results-inner .line {
        width: 150px;
        margin-bottom: 30px;
    }

    .sk-cs-results-right {
        width: 100%;
        padding-left: 0;
    }

    .sk-cs-results-right {
        background-color: #333;
        padding: 40px 15px;
    }

    .sk-cs-results-area {
        background-color: transparent;
    }

    .sk-cs-results-left {
        background-color: #ec7138;
        padding: 40px 15px;
    }

    .sk-cs-results-right h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    ul.results-counted {
        margin: 0 0 20px;
        display: block;
    }

    .results-counted li {
        width: 100%;
        font-size: 22px;
    }

    .results-counted li span {
        font-size: 55px;
    }

    .sk-cs-three-mob-area ul {
        display: block;
    }

    .sk-cs-three-mob-area ul li {
        text-align: center;
        margin-bottom: 25px;
    }

    .sk-cs-three-mob-area ul li img {
        max-width: 200px;
    }

    .sk-cs-contact-mob-inner a {
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    .sk-cs-contact-mob-area {
        padding: 40px 0;
    }

    .sk-cs-results-inner.sk-cs-container {
        padding: 0;
    }

    .sk-cs-banner-left p br {
        display: none;
    }

    .sk-cs-intro-area h2 br {
        display: none;
    }

    .services-slide .swiper-button-next {
        left: auto;
        right: -13px;
    }

    .rs-web-form-wrap .rs-web-form-inner .rs-web-form,
    .rs-web-form-wrap .rs-web-form-inner .rs-web-detail {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page.our-services .services-inner .service {
        display: block;
        height: auto;
    }

    .page.our-services .services-detail h2 {
        font-size: 26px;
        max-width: 260px;
        margin: 0 auto 30px;
        line-height: 34px;
    }

    .page.our-services .services-detail p {
        font-size: 17px;
        margin: 0 auto 20px;
        line-height: 29px;
        max-width: 300px;
    }

    .page.our-services .rm-btn {
        padding: 16px 25px 13px;
        font-size: 16px;
        height: auto;
    }

    .single-slide {
        margin: 0 auto;
    }

    .wpcf7-response-output {
        bottom: 100px;
        font-size: 14px;
    }

    .page-template-services .wpcf7-response-output {
        bottom: 80px;
        font-size: 14px;
    }

    .header-bottom.hb-thumb {
        height: 308px;
    }

    .header-bottom.hb-thumb.hb-common .header-content {
        height: 100%;
        line-height: normal;
        padding: 40px 0;
        display: flex;
    }

    .header-bottom.hb-thumb.hb-common .header-content .header-title {
        font-size: 38px;
        padding: 0 20px;
    }

    .main-content .sk-news-cat-wrap {
        display: block;
        padding: 0 20px;
    }

    .main-content .sk-news-cat-wrap .sk-news-cat-wrap-l {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .main-content .sk-news-cat-wrap .sk-news-cat-wrap-r {
        width: 100%;
    }

    .sk-news-cat-wrap-r .gallery-item-container {
        display: block !important;
    }

    .sk-news-cat-wrap-r .gallery-item-container > a {
        width: 100%;
        margin-right: 0;
        display: block;
    }

    .sk-news-cat-wrap-r .gallery-item-container .gallery-item-info {
        width: 100%;
    }

    .sk-news-cat-wrap-r .gallery-item-container {
        margin-bottom: 35px;
    }
    .sk-cs-three-mob-inner.sk-cs-container .partners-slider .item img {
	max-width: 300px;
	margin: 0 auto;
}
.sk-cs-three-mob-inner.sk-cs-container .partners-slider {
	height: auto;
}
.sk-cs-three-mob-inner.sk-cs-container .partners-slider .owl-nav .owl-prev {
	left: -15px;
	top: 10px;
}
.partners-slider .owl-nav .owl-next {
	right: -15px;
	top: 10px;
}
.main-slider-area.services-inner.new-serv.new-serv2 {
	grid-template-columns: auto;
}
.latest-news-wrap {
	grid-template-columns: auto;
}
.block-parent.section-latest-contact .latest-news-wrap {
	grid-template-columns: auto;
}
.what-our-client-say {
	max-height: 920px;
}
.content-partners h2.text-center {
	font-size: 32px;
	padding-top: 0;
}
.what-our-client-say .what-our-client-say-header h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}
.what-our-client-say .what-our-client-say-header {
	margin-bottom: 35px;
	padding: 0 20px;
}
.what-our-client-say-content .review-text {
	font-size: 18px;
	line-height: 29px;
	text-align: left;
}
.what-our-client-say-content .review-author {
	text-align: left;
}
.what-our-client-say-content .review-thumb {
	padding: 0 20px;
	text-align: left;
}
.what-our-client-say {
	max-height: 550px;
	padding: 70px 0;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail h4 {
	font-size: 22px;
	text-align: left;
}
.main-slider-area.services-inner.new-serv.new-serv2 .service-thumb.type-2 .detail p {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
}
.detail .news-button.button {
	margin: 0 auto !important;
	font-size: 18px;
	padding: 12px 10px 13px;
	text-transform: uppercase;
	font-style: italic;
}
.header-bottom .header-content .header-title {
	font-size: 25px;
	font-weight: normal;
}
.header-v2 .header-content .title-sub {
	font-size: 40px;
	line-height: 52px;
}
.block-parent.section-latest-contact .n-thumb a.news-button.button {
	font-style: italic;
}
div#carouselExampleAutoplaying1 button.carousel-control-prev {
	left: -34px;
	right: 0;
	margin: 0 auto;
}
div#carouselExampleAutoplaying1 button.carousel-control-next {
	right: -34px;
	left: 0;
	margin: 0 auto;
}
div#carouselExampleAutoplaying1 button.carousel-control-next, div#carouselExampleAutoplaying1 button.carousel-control-prev {
	bottom: 75px;
}
.content-partners {
	margin: 10px auto 78px;
}
.header-v2 .head-btns-group .button {
	margin-top: 15px;
}
.head-btns-group {
	margin-top: -20px;
}
.social-con .social-con-item {
	display: none;
}
.page .block-parent {
	flex-direction: column;
	padding-top: 50px;
}
.block-parent .content-services {
	padding-top: 0;
	margin-top: 0;
}
}