footer {
    position: relative;
    padding-top: 100px;
    margin-top: -100px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #191a1c;
}

footer.error {
    padding-top: 0;
    margin-top: 0;
}

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

@media (max-width: 767px) {
    .footer-top {
        padding-top: 80px;
    }
    .servc-two .h2-title{

        font-size: 25px !important;
    }
    .single-who-ami-content .who-ami-videography .videography-content p {
        line-height: 27px;
        text-align: justify;
    }

    .cntr-btn button {

        left: 30% !important;
        top: -12px !important;
    }
    .main-othres{

        text-align: center !important;
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}

.footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer-widget .footer-logo a img {
    width: auto;
}

.footer-widget h4 {
    font-weight: 700;
    font-size: 25px;
    color: #e4e4e4;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget h4 {
        font-size: 24px;
    }
}

.footer-widget p {
    font-weight: 300;
    font-size: 16px;
    color: #e4e4e4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget p {
        font-size: 14px;
    }
}

.social-media-icons {
    list-style: none;
    margin-top: 30px;
}

.social-media-icons li {
    display: inline-block;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .social-media-icons li {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-media-icons li {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-media-icons li {
        padding-right: 5px;
    }
}

.social-media-icons li a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #e4e4e4;
    background: #0f1012;
    -webkit-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-media-icons li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.social-media-icons li a:hover {
    color: #0f1012;
    background-color: #75dab4;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-menu {
    list-style: none;
}

.footer-menu li {
    display: block;
    padding-bottom: 15px;
}

.footer-menu li:last-child {
    padding-bottom: 0;
}

.footer-menu li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #e4e4e4;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu li a {
        font-size: 15px;
    }
}

.footer-menu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    height: 10px;
    width: 10px;
    background-color: #75dab4;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.footer-menu li a:hover {
    /* color: #75dab4; */
    padding-left: 15px;
}

.footer-menu li a:hover:before {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.number,
.office-mail,
.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
}

.number p,
.office-mail p,
.address p {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #e4e4e4;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .number p,
    .office-mail p,
    .address p {
        font-size: 14px;
    }
}

.phone a,
.email a {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
    color: #e4e4e4;
    display: block;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .phone a,
    .email a {
        font-size: 13px;
    }
}

.phone a:hover,
.email a:hover {
    /* color: #75dab4; */
}

.num-icon,
.mail-icon,
.address-icon {
    /* min-width: 40px; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .num-icon,
    .mail-icon,
    .address-icon {
        min-width: 30px;
    }
}

.num-icon i,
.mail-icon i,
.address-icon i {
    color: #75dab4;
    font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .num-icon i,
    .mail-icon i,
    .address-icon i {
        font-size: 20px;
    }
}

.footer-bottom {
    margin-top: 32px;
    padding: 30px 0;
    border-top: 2px solid #292929;
}

@media (max-width: 767px) {
    .footer-bottom {
        margin-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .footer-bottom .copy-txt {
        text-align: center;
    }
}

.footer-bottom .copy-txt span {
    font-size: 14px;
    color: #e4e4e4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-bottom .copy-txt span {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .footer-bottom .copy-txt span {
        font-size: 13px;
    }
}

.footer-bottom .copy-txt span a {
    font-weight: 700;
    color: #e4e4e4;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.footer-bottom .copy-txt span a:hover {
    /* color: #75dab4; */
}

.footer-bottom .footer-bottom-menu {
    list-style: none;
    text-align: right;
}

@media (max-width: 767px) {
    .footer-bottom .footer-bottom-menu {
        margin-top: 30px;
        text-align: center;
    }
}

.footer-bottom .footer-bottom-menu li {
    display: inline-block;
}

.footer-bottom .footer-bottom-menu li a {
    position: relative;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.01em;
    color: #e4e4e4;
    padding: 0 20px;
    line-height: 1;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding: 0;
        padding-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a {
        padding: 0 20px;
    }
}

.footer-bottom .footer-bottom-menu li a:before {
    border-right: 1px solid #fff;
    position: absolute;
    content: "";
    height: 60%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom .footer-bottom-menu li a:before {
        display: block;
    }
}

.footer-bottom .footer-bottom-menu li a:hover {
    color: #75dab4;
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
    display: none;
}

.news-letter-content {
    position: relative;
    padding: 80px 80px;
    border-radius: 10px;
    background-color: #1a191d !important;
    background: url(../images/footer/subscribe-bg.png);
    background: url(../images/banner/downloadbg.png);
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .news-letter-content {
        padding: 50px 20px;
    }
}

.subscribe-cnt span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    color: #ac1630;
}

.subscribe-cnt h3 {
    font-weight: 700;
    font-size: 48px;
    text-transform: math-auto;
    color: #e4e4e4;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .subscribe-cnt h3 {
        font-size: 30px;
    }
}

.subscribe-cnt strong {
    -webkit-text-stroke: 1px #5f5f5f;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 767px) {
    .subscribe-cnt strong {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .subscribe-form {
        margin-top: 15px;
    }
}

.subscribe-form form {
    position: relative;
    right: 43%;
    top: 10px;
}

.subscribe-form form input {
    height: 60px;
    width: 100%;
    background-color: #0f0f11;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    color: #e4e4e4;
}

.subscribe-form form input[type="email"] {
    padding-right: 160px;
}

@media (max-width: 767px) {
    .subscribe-form form input[type="email"] {
        padding: 0 10px;
    }
}

.subscribe-form form input[type="submit"] {
    max-width: 140px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    height: 50px;
    top: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media (max-width: 767px) {
    .subscribe-form form input[type="submit"] {
        position: static;
        margin-top: 15px;
    }
}

.subscribe-form form input[type="submit"]:hover {
    color: black;
    background-color: #fff;
}

footer {
    position: relative;
    padding-top: 100px;
    margin-top: -100px;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-color: #191a1c;
    background: url(../images/banner/FooterBG.png);
}

footer.error {
    padding-top: 0;
    margin-top: 0;
}

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

@media (max-width: 767px) {
    .footer-top {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}

.footer-widget .footer-logo {
    margin-bottom: 30px;
}

.footer-widget .footer-logo a img {
    width: auto;
}

.footer-widget h4 {
    font-weight: 700;
    font-size: 25px;
    color: #e4e4e4;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget h4 {
        font-size: 24px;
    }
}

.footer-widget p {
    font-weight: 300;
    font-size: 16px;
    color: #e4e4e4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget p {
        font-size: 14px;
    }
}

.social-media-icons {
    list-style: none;
    margin-top: 30px;
}

.social-media-icons li {
    display: inline-block;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .social-media-icons li {
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-media-icons li {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-media-icons li {
        padding-right: 5px;
    }
}

.social-media-icons li a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #e4e4e4;
    background: #0f1012;
    -webkit-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-media-icons li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.social-media-icons li a:hover {
    color: #0f1012;
    background-color: #75dab4;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-menu {
    list-style: none;
}

.footer-menu li {
    display: block;
    padding-bottom: 15px;
}

.footer-menu li:last-child {
    padding-bottom: 0;
}

.footer-menu li a {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #e4e4e4;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu li a {
        font-size: 15px;
    }
}

.footer-menu li a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
    height: 10px;
    width: 10px;
    background-color: #75dab4;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.footer-menu li a:hover {
    /* color: #75dab4; */
    padding-left: 15px;
}

.footer-menu li a:hover:before {
    left: 0;
    visibility: visible;
    opacity: 0;
}

.subscribe-newsletter {
    position: relative;
    z-index: 1;
}

.sec-mar-top {
    margin-top: 50px;
}

/* bread */

.breadcrumbs {
    position: relative;
    height: 480px;
    background-image: url(../img/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1;
    /* padding: 80px 0; */
}

@media (max-width: 767px) {
    .breadcrumbs {
        height: 320px;
    }
}

.breadcrumbs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: #17161a; */
    background: url(../images/banner/PrivacypolicyBG.jpg);
    /* background-size: cover; */
    opacity: 0.93;
    z-index: -1;
}

.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 480px;
}

@media (max-width: 767px) {
    .breadcrumb-wrapper {
        height: 320px;
    }
}

.breadcrumb-cnt {
    position: relative;
}

.breadcrumb-cnt h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-cnt h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-cnt h1 {
        font-size: 30px;
    }
}

.breadcrumb-cnt span {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb-cnt span a {
    display: inline-block;
    color: black;
}

.breadcrumb-cnt span i {
    margin: 0 5px;
}

.breadcrumb-cnt .breadcrumb-video {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .breadcrumb-cnt .breadcrumb-video {
        display: none;
    }
}

.breadcrumb-cnt .breadcrumb-video img {
    max-width: 370px;
    max-height: 340px;
    border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161a;
    opacity: 0.7;
    border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video .video-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.breadcrumb-cnt .breadcrumb-video .video-inner a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border: 2px dashed #fff;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.title-wrap {
    max-width: 630px;
    margin: 0 auto;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title.layout2 {
    text-align: left;
}

.sec-title.white h2,
.sec-title.white p {
    color: #fff;
}

.sec-title span {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #75dab4;
    text-transform: capitalize;
    /* border-bottom: 1px solid #75dab4; */
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.sec-title h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .sec-title h2 {
        font-size: 30px;
    }
}

.privacy-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* counter */

.features-area {
    padding: 90px 0;
    background-image: url(../img/feature-bg.png);
    background-size: cover;
    background-position: center center;
    /* background-color: #191a1c; */
    background: url(../images/banner/OurSpecialityBG.jpg);
}

.title-wrap {
    max-width: 630px;
    margin: 0 auto;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title span {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #75dab4;
    text-transform: capitalize;
    /* border-bottom: 1px solid #75dab4; */
    padding-bottom: 2px;
    margin-bottom: 5px;
}

.sec-title.white h2,
.sec-title.white p {
    color: #fff;
}

.sec-title h2 {
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #17161a;
    margin-bottom: 15px;
}

.sec-title.white p {
    color: #fff;
}

.single-feature {
    background-color: #0d0d0f;
    -webkit-box-shadow: inset 0 0 10px rgb(6 6 6 / 15%);
    box-shadow: inset 0 0 10px rgb(6 6 6 / 15%);
    border-radius: 10px;
    padding: 50px 30px;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.single-feature .feature-inner {
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.single-feature .feature-inner .icon {
    margin-bottom: 20px;
}

.single-feature .feature-inner .icon img {
    height: 85px;
}

.single-feature .feature-inner span,
.single-feature .feature-inner sup {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    color: #e4e4e4;
}

.single-feature .feature-inner span,
.single-feature .feature-inner sup {
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    color: #e4e4e4;
}

.single-feature .feature-inner h4 {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #e4e4e4;
    margin-top: 5px;
    margin-bottom: 0;
}

/* counter */

/* FAQ styles */
.faq-container {
    margin: 0 auto;
    max-width: 100%;
}

.faq {
    margin-bottom: 0px;
    border: 1px solid black;
    border-radius: 10px;
    margin-bottom: 20px;
}

.question-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #414141; */
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.7s ease;

    /* width: 50%; */
    margin-left: auto;
    margin-right: auto;

}

.question-container h5 {

    border-bottom: 1px solid black;

}

.question-container:hover {
    /* background-color: #fff; */
}

.question-container:hover .toggle-btn {
    background-color: black;
}

.answer {
    padding: 0px 20px;
    background-color: #ffffff12;
    color: #fff;
    overflow: hidden;
    transition: 0.3s ease, opacity 0.3s ease;
    max-height: 0;
    border-radius: 10px;
}

.toggle-btn {
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease;
}

.toggle-btn p {
    margin: 0;
    font-size: 25px;
    color: #fff;
    transition: transform 0.3s ease, opacity 0.3s 300ms;
}

.toggle-btn p.rotate {
    transform: rotate(45deg);
}

.answer.visible {
    max-height: 200px;
    opacity: 1;
    margin: 0;
    padding: 20px 20px;
}

/* faq */

/* about us */

.sec-mar {
    margin: 120px 0;
}

.why-choose-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: relative;
}

.choose-banner1 {
    min-width: 49%;
    margin-right: 5px;
}

.choose-banner1 img {
    width: 100%;
    border-radius: 5px;
}

.choose-banner2 {
    margin-top: 70px;
    min-width: 49%;
    margin-left: 5px;
}

.choose-banner2 img:first-child {
    margin-bottom: 10px;
}

.choose-banner2 img {
    width: 100%;
    border-radius: 5px;
}

.years {
    background-color: #17161a;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 20px;
}

.years h5 {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #75dab4;
    margin-bottom: 5px;
}

.years span {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.sec-title.layout2 {
    text-align: left;
}

.sec-title {
    text-align: center;
    margin-bottom: 10px;
}

.sec-title span {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize !important;
    /* border-bottom: 1px solid #75dab4 */
    padding-bottom: 2px;
    margin-bottom: 5px;
    font-family: var(--fontFamily);
}

.sec-title h2 {
    font-weight: 700;
    font-size: 48px;
    text-transform: math-auto;
    color: #17161a;
    margin-bottom: 15px;
}

.counter-boxes {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.counter-boxes .count-box {
    min-width: 33.33%;
    margin-right: 10px;
}

.counter-boxes .count-box span {
    font-weight: 700;
    font-size: 35px;
    color: #75dab4;
    display: inline-block;
    margin-bottom: 5px;
}

.counter-boxes .count-box sup {
    top: -10px;
    font-weight: 700;
    font-size: 35px;
    color: #75dab4;
    display: inline-block;
    margin-bottom: 5px;
}

.counter-boxes .count-box h5 {
    font-weight: 500;
    font-size: 18px;
    color: #272727;
    margin: 0;
}

.buttons-group {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buttons-group span {
    background-color: #75dab4;
    border: 1px solid #75dab4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #0f1012;
    padding: 12px 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

/* aboutus */

/* glosary */

.main-services-one {
    background-color: #f4f6fd;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.service-shape-one {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.service-title-one {
    text-align: center;
}

.service-title-one .subtitle {
    justify-content: center;
}

.service-box-one {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
    text-align: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-boxbg-shape-one {
    position: absolute;
    top: -396px;
    right: -400px;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-boxbg-shape-one {
    top: -170px;
    right: -150px;
    transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover {
    background-color: #14113a;
    box-shadow: 0px 30px 60px 0px rgb(20, 17, 58, 0.3);
}

.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon-bg-one.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon-bg-one.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.yes-d-one {
    display: block;
}

.main-services-in-one .service-box-one {
    margin-bottom: 30px;
}

.service-box-one {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    text-align: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.no-d-one {
    display: none;
}

.service-box-content-one {
    margin-top: 30px;
}

.service-box-content-one p {
    margin-bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon-bg-one.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-icon-one::before {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.service-box-one:hover .service-box-content-one .h3-title {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-content-one .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

h3.h3-title {}

.h3-title {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #161616;
    line-height: 35px;
    font-weight: 700;
}

.service-box-one:hover .service-box-content-one p {
    color: #afabe3;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-content-one p {
    margin-bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

/* glosry */

.main-service-two {
    padding-bottom: 120px;
    position: relative;
}

.service-shape1-two {
    position: absolute;
    top: 30px;
    left: 55px;
    z-index: -1;
    -webkit-animation: move2 3s infinite;
    animation: move2 10s infinite;
}

.service-shape2-two {
    position: absolute;
    bottom: 150px;
    right: 20px;
    animation: rotateme 30s infinite alternate;
    -webkit-animation: rotateme 30s infinite alternate;
    -moz-animation: rotateme 30s infinite alternate;
    -o-animation: rotateme 30s infinite alternate;
}

.services-title-two {
    text-align: center;
}

.services-title-two .subtitle {
    justify-content: center;
}

.subtitle {
    display: flex;
    align-items: center;
}

.subtitle-line-two {
    background: rgb(255, 115, 104);
    background: -moz-linear-gradient(0deg,
            rgba(255, 115, 104, 1) 0%,
            rgba(255, 176, 108, 1) 100%);
    background: -webkit-linear-gradient(0deg,
            rgba(255, 115, 104, 1) 0%,
            rgba(255, 176, 108, 1) 100%);
    background: linear-gradient(0deg,
            rgba(255, 115, 104, 1) 0%,
            rgba(255, 176, 108, 1) 100%);
    width: 4px;
    height: 30px;
    border-radius: 2px;
    margin-right: 10px;
}

.h2-subtitle-two {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #9c1327;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

.service-side-two {
    padding: 0 200px;
}

.service-box-two {
    background-color: transparent;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-two {
    margin-right: 20px;
}

.service-box-content-two {
    width: calc(100% - 48px);
}

.service-box-content-two .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.h3-title {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    color: #ffff;
    line-height: 35px;
    font-weight: 700;
}

.service-box-content-two p {
    margin-bottom: 0;
}

.service-box-right-two {
    margin-right: 40px;
    margin-left: -40px;
}

.service-box-two {
    background-color: transparent;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-two {
    margin-right: 20px;
}

.service-img-part2-two {
    position: absolute;
    top: 0;
    left: auto;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.service-img-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-shape1-two {
    position: absolute;
    top: 30px;
    left: 55px;
    z-index: -1;
    -webkit-animation: move2 3s infinite;
    animation: move2 10s infinite;
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(-5px, -5px);
        transform: rotate(-9deg) translate(-5px, -5px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(2px, 2px);
        transform: rotate(9deg) translate(2px, 2px);
    }

    100% {
        -webkit-transform: rotate(1deg) translate(-5px, -5px);
        transform: rotate(-9deg) translate(-5px, -5px);
    }
}

.service-box-two:hover {
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-two {
    background-color: transparent;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-two:hover {
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-two {
    margin-right: 20px;
}

.service-box-two:hover .service-icon-two img {
    animation: hvr-buzz-out 0.75s linear 1;
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.service-img-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-img-part2-two {
    position: absolute;
    top: 0;
    left: auto;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.service-box-left-two {
    margin-left: 40px;
    margin-right: -40px;
}

.service-shape1-two {
    position: absolute;
    top: 30px;
    left: 55px;
    z-index: -1;
    -webkit-animation: move2 3s infinite;
    animation: move2 10s infinite;
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(-5px, -5px);
        transform: rotate(-9deg) translate(-5px, -5px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(2px, 2px);
        transform: rotate(9deg) translate(2px, 2px);
    }

    100% {
        -webkit-transform: rotate(1deg) translate(-5px, -5px);
        transform: rotate(-9deg) translate(-5px, -5px);
    }
}

.service-shape2-two {
    position: absolute;
    bottom: 150px;
    right: 20px;
    animation: rotateme 30s infinite alternate;
    -webkit-animation: rotateme 30s infinite alternate;
    -moz-animation: rotateme 30s infinite alternate;
    -o-animation: rotateme 30s infinite alternate;
}

/*==========Services CSS Start==========*/
.main-services-one {
    background-color: #f4f6fd;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.service-shape-one {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.service-title-one {
    text-align: center;
}

.service-title-one .subtitle {
    justify-content: center;
}

.service-box-one {
    /* background-color: #ffffff; */
    background: url(../images/image\ \(6\).png);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
    text-align: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-boxbg-shape-one {
    position: absolute;
    top: -396px;
    right: -400px;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-boxbg-shape-one {
    top: -170px;
    right: -150px;
    transition: all 0.5s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover {
    background-color: #d52343;
    box-shadow: 0px 30px 60px 0px rgb(20, 17, 58, 0.3);
}

.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/Ellipse.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-icon-one::before {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }

    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.yes-d-one {
    display: block;
}

.no-d-one {
    display: none;
}

.service-box-one:hover .yes-d-one {
    display: none;
}

.service-box-one:hover .no-d-one {
    display: block;
}

.service-box-content-one {
    margin-top: 30px;
}

.service-box-content-one p {
    margin-bottom: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    color: #ffff;
}

.service-box-content-one .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-box-content-one .h3-title {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-one:hover .service-box-content-one p {
    color: #fff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-service-two {
    padding-bottom: 120px;
    position: relative;
}

.services-title-two {
    text-align: center;
}

.services-title-two .subtitle {
    justify-content: center;
}

.service-side-two {
    padding: 0 200px;
}

.service-box-two {
    background-color: transparent;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-two:hover {
    background-color: #C7C5C5;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-two {
    margin-right: 20px;
}

.service-box-two:hover .service-icon-two img {
    animation: hvr-buzz-out 0.75s linear 1;
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.service-box-content-two {
    width: calc(100% - 48px);
}

.service-box-content-two .h3-title {
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-content-two .h3-title:hover {
    color: #9C1327;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-content-two p {
    margin-bottom: 0;
}

.service-box-right-two {
    margin-right: 40px;
    margin-left: -40px;
}

.service-img-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-img-part2-two {
    position: absolute;
    top: 0;
    left: auto;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.service-box-left-two {
    margin-left: 40px;
    margin-right: -40px;
}

.service-shape1-two {
    position: absolute;
    top: 30px;
    left: 55px;
    z-index: -1;
    -webkit-animation: move2 3s infinite;
    animation: move2 10s infinite;
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(-5px, -5px);
        transform: rotate(-9deg) translate(-5px, -5px);
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(2px, 2px);
        transform: rotate(9deg) translate(2px, 2px);
    }

    100% {
        -webkit-transform: rotate(1deg) translate(-5px, -5px);
        transform: rotate(-9deg) translate(-5px, -5px);
    }
}

.service-shape2-two {
    position: absolute;
    bottom: 150px;
    right: 20px;
    animation: rotateme 30s infinite alternate;
    -webkit-animation: rotateme 30s infinite alternate;
    -moz-animation: rotateme 30s infinite alternate;
    -o-animation: rotateme 30s infinite alternate;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*==========Services CSS End==========*/

/* .............................................point table............................... */
.strike__p {
    text-align: center;
    margin: 16px 0;
}

ul.nav>li.active {
    background: #28262a;
}

.li_a.btn {
    color: white;
}

.li_a.btn:hover {
    color: white;
}

ul.nav>li p {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .point_tab_score {
        background-position: 52% 100%;
    }
}

.score1 {
    background-position: 93%;
    background-size: cover;
}

.tr_table {
    font-size: 16px;
}

.tab-score {
    border: 1px solid rgba(204, 163, 84, 0.25);
    border-radius: 0px 5px 5px 10px;
}

@media (max-width: 319px) {
    .fa-ature_txt {
        position: absolute;
        bottom: 5%;
        padding: 23px 78px 23px 23px;
        font-size: 8px !important;
        line-height: 22px;
    }

    .t-f-ont {
        font-size: 9px !important;
    }
}

@media (min-width: 333px) and (max-width: 437px) {
    .mar_btm {
        /* margin-top: 15px; */
    }
}

@media (max-width: 333px) {
    /* .a_3-b {
        margin-top: 15px;
    } */
}

@media (max-width: 340px) {
    .sel_cap {
        text-align: initial;
    }

    tr.t-11.tr_table th {
        font-size: 11px;
    }

    tr td {
        font-size: 10px !important;
    }
}

@media (max-width: 375px) {

    /* .text-white.inMail.color_inp {
        position: relative;
        left: -113%;
        top: -51px;
    }
    .inText.color_inp.in_tex {
        position: absolute;
        left: -31%;
        top: -64px;
    }
    .re_gistr_btn {
        background-size: cover;
        position: relative;
        left: -10%;
        top: -1px;
    } */
    /* .a_3-b1 {
        margin-top: 13px;
    } */
    .team-pic img {
        width: 245px !important;
    }

    .team-desc {
        width: 245px !important;
    }

    .team-pic::after {
        bottom: 74%;
        left: 87%;
        /* border-top: 6px solid #c81c6c; */
        border-right: 6px solid #c81c6c;
        content: "";
        display: block;
        height: 26%;
        width: 0;
        position: absolute;
    }

    .team-desc::after {
        bottom: 53%;
        left: 57%;
        border-top: 6px solid #c81c6c;
        border-right: 3px solid #c81c6c;
        content: "";
        display: block;
        height: 18%;
        width: 32%;
        position: absolute;
    }

    .call_er {
        position: absolute;
        top: 34%;
        left: 0% !important;
    }

    .color_inp {
        height: 22px !important;
        width: 75px;
        background: transparent !important;
        color: #000 !important;
    }
}

@media (max-width: 550px) {
    .hea_point {
        font-size: 27px !important;
    }

    .btn_contac_s {
        font-size: 9px !important;
        padding: 8px 9px !important;
    }

    .side-box {
        /* background: url(../images-event/pm/side1.jpg) center center no-repeat; */
        background-size: 180% 100% !important;
    }

    .ul_3rd_line {
        padding-left: 0 !important;
    }

    .history_left {
        margin-left: 25px;
    }
}

@media screen and (max-width: 375px) {
    .m-c-modal {
        margin-top: 62%;
        width: 88%;
    }
}

@media (max-width: 320px) {
    .hea_point {
        font-size: 23px !important;
    }

    .enter_email {
        font-size: 12px !important;
    }

    .ul_point li {
        /* margin-right: 5px !important; */
    }

    .ul_point li:last-child {
        margin-right: 0 !important;
    }
}

.t-f-ont {
    font-size: 12px;
}

@media (max-width: 425) {
    .ta-b-le1 {
        padding-left: 0px !important;
    }
}

.tab-bor:nth-last-of-type(3) {
    display: block;
}

.tab-bor {
    display: none;
}

.ul_point li a:hover {
    background-color: #b78b36 !important;
    /* transition: 4s; */
}

.ul_point {
    /* background-color: #101113; */
    border: none;
}

.ul_point li {
    /* margin-right: 15px; */
}

.ul_point li:last-child {
    margin-right: 0;
}

.point-header {
    margin-bottom: 65px;
}

.things-to-do {
    margin-top: 24px;
}

.ul-nav {
    margin-top: 30px;
    margin-bottom: 30px;
}

.point_system .section-title {
    margin-top: 65px !important;
}

/* .tab-border {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
} */

.tab-score {
    width: 100%;
}

.banner-png img {
    position: relative;
    background: no-repeat scroll bottom center;
    background-size: cover;
    height: 50%;
    width: 100%;
}

.exp_per {
    font-family: "Train One", cursive;
}

.box-wrapper {
    background: #000;
}

.h-4-t {
    border-bottom: 0px !important;
    /* margin-top: 58px; */
    color: black;
    padding: 0 0 9px 0;
}

.tab-score {
    margin: 0px;
    /* border-collapse: collapse; */
    /* width: 100%;
    border: 2px solid #02c3ef;
    box-shadow: 0 0px 10px 8px #873FF8;
    border-radius: 10px !important;
    border-style: hidden; */
}

.tab-score {
    border-collapse: collapse;
    width: 100%;
}

.tab-score th,
td {
    padding: 10px;
    text-align: left;
    /* border: 1px solid #ccc; */
    border-top: 1px solid #dee2e6;
}

.ac-tive1 {
    background: #c81c6c;
}

.t-11 {
    /* background-color: #ffac85; */
    /* background: linear-gradient(180deg, #74CFD5 0%, #4697AB 100%); */
    background: #9c1327;
}

.t-12 {
    background-color: #873ff8;
}

.point-header {
    color: black;
    text-align: justify;
    word-spacing: 0px;
}

/* .tab-bor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
} */

.r-ow-point {
    /* margin-left: -19px; */
}

.r-ow-point .ul-nav {
    margin-left: auto;
    margin-right: auto;
}

.ul_point {
    border-bottom: 0px;
    gap: 10px;
}

.ul_point li p {
    /* background: #ff8188; */
    /* background: linear-gradient(180deg, #74CFD5 0%, #4697AB 100%); */
    font-size: 1rem;
}

.ul_point li {
    /* background: linear-gradient(180deg, #74CFD5 0%, #4697AB 100%); */
    background: #9c1327;
    border-radius: 9px;
}

/* .ul_point li {
    background-color: #c51e73;
} */

/* .nav-tabs>li.active>a {
    background-color: #470546 !important;
    background: #811a96 !important;
    color: white !important;
} */

.table th {
    /* border: 1px solid #dddddd; */
    /* text-align: left; */
    padding: 10px;
    /* border: 1px solid #607ee0; */
}

.table td {
    padding: 10px;
    font-size: 14px;
    /* border-top-color: rgba(204, 163, 84, 0.25); */
    text-align: center;
}

.table_others th {
    padding: 10px 0;
}

.table_others tr th {
    background: #9c1327
        /* background: linear-gradient(180deg, #74CFD5 0%, #4697AB 100%); */
}

.table_others tr th {
    color: white;
    padding: 10px;
}

.table1 th {
    color: black;
    font-size: 20px;
}

.table1 table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #02c3ef;
    box-shadow: 0 0px 10px 8px #02c3ef;
    border-radius: 10px !important;
    border-style: hidden;
}

.table1 table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table1 table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table_others {
    width: 100%;
    /* margin-left: 30px; */
}

.mommodo-list {
    list-style-type: disc;
}

.table_others {
    border: 1px solid rgb(204 163 84 / 25%);
}

.table_others td {
    border: 1px solid rgb(204 163 84 / 25%);
}

.div_others {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* .table1 th  {
   padding: 20px;
  }
  .table1 td  {
    padding: 20px;
   } */

.table1 tr:nth-child(even) {
    background-color: #205cb6;
}

@media (min-width: 280px) and (max-width: 480px) {

    .table1 table td,
    .table1 table th {
        padding: 0.5rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-size: 12px;
        line-height: 20px;
    }

    .aboutimg {
        margin-top: 20px;
    }
}

.tab-score td {
    border-bottom: 1px solid rgba(204, 163, 84, 0.25);
    border-right: none;
    border-top: none;
    border-left: none;
}

.tab-score th {
    border: none !important;
}

.table.tab-score {
    box-shadow: 0 5px 5px 0 rgb(204 163 84 / 25%);
}

.table tr th {
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.table tr td {
    color: #63261a;
}

.common_content_sec {
    padding: 50px 0 0;
}

@media screen and (max-width: 1199px) {
    .service-box-right-two {
        margin-right: auto;
        margin-left: auto;
    }

    .h3-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.ftr-mns {
    padding-left: 0px;
}

.main-flx-chng {
    display: flex;
}

.cntnt-mnss p {
    text-align: justify;
    color: #ffff;
}

.cntnt-mnss h3 {
    text-align: center;
    margin-bottom: 10px;
}

.mn-flx {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fptext {

    color: #fff;
}

.fan {

    display: initial;
    text-align: center;
}

.font-small {

    color: #ffff;
}

.ul-mrgn {

    margin-top: 20px;
}

.visible {

    color: black;
}

.section-title-ttl p {

    color: #fff;
}

.main-ttl {


    color: #9c1327 !important;
}

.main-ttl {

    color: #9c1327;
}

.thr-ttl {

    text-align: center;
}

.main-spn {

    color: #9c1327 !important;
}

.main-flxss {

    display: flex;
}

.lean-ttl {

    color: #9c1327 !important;
}

.min-wrapr {

    display: flex;
    align-items: center;
    gap: 50px;
}

.privacy-section p {

    text-align: justify;
    margin-bottom: 10px;
}

.main-wdth {

    width: 80px;
}

.service-box-two p {

    text-align: justify;
    /* word-break: break-all; */
}

.ftr-bg {

    /* background: url(../images/FooterBG.jpg); */
    background-attachment: fixed;
}

.vsn-wdth {

    width: 40px;
    height: 40px;
}

.copy-txt-tt {

    text-align: center;
}

.hed-clr {

    color: black !important;
}

.servc-mn h3 {

    color: black;
}

.ctnr-tp {

    margin-top: 50px;
}

.resume-two-area-mn {

    padding-top: 50px;
}

.privacy-section ul li {

    text-align: justify;
}

.cntr-btn {

    position: relative;
}

.cntr-btn button {

    position: absolute;
    left: 84%;
}

@media only screen and (min-width: 1200px) {


    .breadcrumbs {

        padding: 80px 0; 
    }
}

.ftr-bg{

    overflow: hidden;
}

.logo-wdth{

    width: 200px;
}

.logo-wdths{

    width: 200px !important;
}
.free{
    margin-top: -80px !important;
}
button.default-btn:hover {
    background-color: white !important;
    
}
.cat{
    padding-top: 2% !important;
    padding-bottom: 2% !important;
}
.shot{
    height:83% !important;
}
.shote{
    height: 86% !important;
}
div#scrollTop {
    background-color: black !important;
    color: white !important;
}
.down{
    display: flex;
    justify-content: center;
    padding-bottom: 30px !important;
}
.scrolltop-wrap a {
    background-color: black !important;
    color: var(--whiteColor) !important;
}
.testa{
    padding-bottom: 130px !important;
}
.logo-pre {
    /* background: linear-gradient(to bottom, #FFFCE9 0, #FFE1EC 100%); */
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0%);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px
}
.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #202020;
}
.dis h4 {
    font-weight: 600;
    color: white;
    font-size: 20px;
    line-height: 1.7em;
    text-transform: capitalize;
}
.dis marquee {
    font-size: 16px;
    color: white;
    line-height: 1.7em;
}
.get span{
    color: white !important;
}
.herof{
    line-height: 104px;
}
.don button{
    background-color: white !important;
}
.footer-logo {
    margin-bottom: 11px !important;
}
.coc{
    margin-bottom: 12px !important;
}
.sec-title span{
  
    letter-spacing: 0.2em !important;
   
    text-transform: uppercase !important;
    /* font-family: var(--fontFamily); */
    font-family: 'Saira', sans-serif !important;
}
.subttlt-tw{

    font-size: 16px;
}

.servc-two .h2-title{

    font-size: 48px;
}

.error{

    color: black !important;
    padding-top: 10px;
}

.confirm{

    background-color: rgb(111 0 26 / 60%) !important;
}
.sweet-alert .icon.success .placeholder{

    border: 4px solid  rgb(111 0 26 / 60%) !important;
}
.sweet-alert .icon.success .line{

    background-color: #6e001975;
}

.sweet-overlay{

/* background-color: #363232 !important; */
}

.get-in-touch-two-form{

    text-align: left !important;
}

/* .title-two-mn h2{

    text-align: justify;
    word-break: break-all;
} */


.main-btn-cntr{

    display: flex;
    justify-content: center;
}

.sweet-alert h2{

    color: #fff !important;
}

.sweet-alert{

    background: black !important;
}

.email{

    margin-top: 10px;
}

.number{

    margin-top: 10px;
}
.sweet-alert .icon.success::before, .sweet-alert .icon.success::after{

    background-color: black;
}

.sweet-alert .placeholder{
background-color: brown !important;
opacity: .4;

}

.sweet-alert .icon.success .fix{

    background-color: black !important;
}


.main-sss{

    text-align: center !important;
}

.service-box-content-one p{

    text-align: justify;
}