@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap");
body {
    margin: 0;
    font-family: "Rubik", sans-serif;
    box-sizing: border-box;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}


.nn {
    position: fixed;
    z-index: 100;
    width: 100%;
    transition: all 0.5s ease;
}

.new-class {
    margin-top: -46px;
    transition: all 0.5s;
    width: 100%;
    -webkit-animation: mymove2 2s;
    animation: mymove2 2s;
    background-color: #fff;
    box-shadow: 0 -5px 30px rgba(78, 82, 99, 0.3);
}

.bto {
    text-align: center;
    position: relative;
}
.bto a {
    border: 1px solid #de1237;
    padding: 10px 12px;
    background-color: #de1237;
    position: relative;
    text-decoration: none;
    font-size: 16px !important;
    letter-spacing: 1px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff !important;
}
.bto a::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: #1d2b50;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}
.bto a span {
    z-index: 2;
    position: relative;
    transition: all 0.2s ease;
}
.bto a:hover::before {
    width: 100%;
}
.bto a:hover span {
    color: #fff;
    transition-delay: 0.1s;
}

.home-header {
    background: #252525;
    height: 100%;
    color: #fff;
    position: relative;
    top: 54px;
    z-index: 0;
}

.home-header__content {
    height: 100%;
}



@-webkit-keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-style {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 21px;
    width: 100%;
    left: 15%;
}

#services-offer {
    margin: 130px 0 30px;
}
#services-offer .service-offer {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
#services-offer .service-offer .c-1-c {
    background-color: #3b3030;
    transition: all 0.3s ease;
}
#services-offer .service-offer .c-1-c:hover {
    background-color: #de1237;
}
#services-offer .service-offer .c-2-c {
    background-color: #055fdd;
    transition: all 0.3s ease;
}
#services-offer .service-offer .c-2-c:hover {
    background-color: #de1237;
}
#services-offer .service-offer .service-inner {
    width: 48%;
    border-radius: 20px;
    color: #fff;
}
#services-offer .service-offer .service-inner .inner-service {
    align-items: center;
    border-radius: 15px;
    justify-content: center;
    overflow: hidden;
    padding: 30px 30px 30px 130px;
    position: relative;
    z-index: 0;
    gap: 20px;
}
#services-offer .service-offer .service-inner .inner-service img {
    position: absolute;
    top: 20px;
    left: 20px;
}
#services-offer .service-offer .service-inner .inner-service h2 {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
}
#services-offer .service-offer .service-inner .inner-service p {
    margin: 0;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
}
#services-offer .service-offer .service-inner .inner-service::before {
    background: hsla(0deg, 0%, 100%, 0.05);
    border-radius: 50%;
    content: "";
    height: 150px;
    left: -30px;
    position: absolute;
    top: -30px;
    width: 150px;
    z-index: -1;
}

#section-1_2 {
    margin: 80px 0 30px;
    color: rgb(0, 0, 0);
}
#section-1_2::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../image/bg-curve.png);
    background-repeat: no-repeat;
    z-index: -1;
    display: none;
}
#section-1_2::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6901960784);
    display: none;
}
#section-1_2 .section-1_2 {
    padding: 0;
}
#section-1_2 .section-1_2 .section-courses {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .scil-img {
    height: 100%;
    position: relative;
    top: -10px;
    left: -15px;
    transition: all 0.3s ease;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .scil-img img {
    width: 280px;
    height: 304px;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .swtch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    border-top: 1px solid #cac2c2;
    padding-top: 12px;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .col {
    text-align: start;
    margin: 0;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .col a {
    border-radius: 20px;
    padding: 8px 20px;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .col a::before {
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .ccm a {
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: normal;
    font-family: sans-serif;
    color: #de1237;
    transition: all 0.3s ease;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .ccm a:hover {
    color: #1d2b50;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .ccm a:hover .fa {
    transform: translate(5px);
}
#section-1_2 .section-1_2 .section-courses .section-course-inner .ccm a .fa {
    font-size: 12px;
    transition: all 0.3s ease;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner p {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 30px;
    margin: 7px 0;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner h3 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    line-height: 30px;
}
#section-1_2 .section-1_2 .section-courses .section-course-inner h2 {
    font-size: 28px;
    font-family: sans-serif;
    margin: 0;
    font-weight: bold;
}
#section-1_2 .section-1_2 .section-courses .lr-wd {
    width: 70%;
    text-align: center;
    margin: auto;
}
#section-1_2 .section-1_2 .section-courses .sci {
    width: 100%;
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}
#section-1_2 .section-1_2 .section-courses .sci .sml-wd {
    color: #000000;
    display: flex;
    margin-top: 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2901960784);
    position: relative;
    width: 49%;
}
#section-1_2 .section-1_2 .section-courses .sci .sml-wd:hover .scil-img {
    top: 0;
    left: 0;
}
#section-1_2 .section-1_2 .section-courses .sci .sml-wd .scil-text {
    padding: 25px 10px;
    position: relative;
    background-color: #f6fff6;
    z-index: 0;
}
#section-1_2 .section-1_2 .section-courses .sci .sml-wd .scil-text p {
    font-size: 15px;
}
#section-1_2 .section-1_2 .section-courses .sci .sml-wd .scil-text::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    background-image: url(../image/bg-curve.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
    display: none;
}

#service-2 {
    background: linear-gradient(1deg, #1d2b4f 0%, #055fdd 100%);
    height: 320px;
    margin-bottom: 270px;
    margin-top: 80px;
}

.service-2-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 60px;
    gap: 30px;
}
.service-2-inner .service-2-inner-row {
    width: 20%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.31);
    padding: 30px 20px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.service-2-inner .service-2-inner-row:hover {
    color: #fff;
}
.service-2-inner .service-2-inner-row:hover::before {
    visibility: visible;
    opacity: 1;
}
.service-2-inner .service-2-inner-row:hover .shape-1 {
    visibility: visible;
    opacity: 1;
}
.service-2-inner .service-2-inner-row:hover .shape-2 {
    visibility: visible;
    opacity: 1;
}
.service-2-inner .service-2-inner-row::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(148deg, #54d6eb 0%, #055fdd 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
}
.service-2-inner .service-2-inner-row .shape-1 {
    width: 235px;
    height: 235px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -80px;
    right: -80px;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    z-index: -1;
}
.service-2-inner .service-2-inner-row .shape-2 {
    position: absolute;
    bottom: 55px;
    opacity: 0;
    transition: all 0.3s linear;
    visibility: hidden;
    z-index: -1;
    width: 100%;
    left: 0;
}
.service-2-inner .service-2-inner-row .shape-4 h2 {
    font-size: 22px;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}
.service-2-inner .service-2-inner-row .shape-4 p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 25px;
}

.service-2-text {
    position: relative;
    top: 45px;
    color: #fff;
}
.service-2-text h1 {
    font-size: 28px;
    font-family: sans-serif;
    margin: 0;
    font-weight: bold;
}
.service-2-text p {
    width: 70%;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 26px;
    margin: 10px 0;
}

#service-3 {
    position: relative;
    background-color: #0d0d0d;
    margin: 30px 0;
    background-image: url(../image/center.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    margin-top: 30px;
    color: rgb(0, 0, 0);
}
#service-3::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6901960784);
}
#service-3 .service-3 {
    padding-top: 100px;
    padding-bottom: 40px;
}
#service-3 .service-3 .service-3-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#service-3 .service-3 .service-3-inner .service-3-left {
    width: 30%;
    position: relative;
}
#service-3 .service-3 .service-3-inner .service-3-left .rotate {
    position: absolute;
    z-index: -1;
    top: -77px;
    -webkit-animation: rotate-style 50s linear infinite;
    animation: rotate-style 50s linear infinite;
}
#service-3 .service-3 .service-3-inner .service-3-left img {
    width: 100%;
}
#service-3 .service-3 .service-3-right {
    width: 60%;
    color: #fff;
}
#service-3 .service-3 .service-3-right h2 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 21px;
    margin: 0;
    width: 62%;
    line-height: 30px;
}
#service-3 .service-3 .service-3-right .right-service-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#service-3 .service-3 .service-3-right .right-service-3 .servive-3-right-inner {
    width: 42%;
    padding: 10px 25px;
}
#service-3 .service-3 .service-3-right .right-service-3 .servive-3-right-inner .servive-3-right-inner-image {
    border-radius: 50px;
    border: 1px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 17px;
    background-color: #f5e7d4;
}
#service-3 .service-3 .service-3-right .right-service-3 .servive-3-right-inner .servive-3-right-inner-image img {
    width: 45px;
}

.servive-3-right-inner-text h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 10px 0;
}
.servive-3-right-inner-text p {
    line-height: 26px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    font-family: sans-serif;
}

.bk-slider {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0 40px;
    overflow: hidden;
}

.swiper1 {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.service-4-swiper {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    background: white;
    transition: all 0.3s ease;
}
.service-4-swiper.swiper-slide-active {
    transform: scale(1.1);
    z-index: 2;
}

/* ARROWS */
.swiper-button-prev,
.swiper-button-next {
    color: rgb(246, 146, 89);
}

/* PAGINATION */
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    background: linear-gradient(45deg, rgb(222, 18, 55), rgb(233, 59, 74));
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.service-4-swiper-inner .service-4-swiper-inner-img {
    height: 100%;
}
.service-4-swiper-inner .service-4-swiper-inner-img img {
    width: 100%;
    height: 100%;
}
.service-4-swiper-inner h3 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 10px 0;
    padding: 0 10px;
}
.service-4-swiper-inner p {
    line-height: 26px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 10px;
    font-family: sans-serif;
}

.service-4-btn .swiper-button-next {
    right: 10px;
    border: 3px solid rgb(245, 117, 0);
    padding: 2px 6px 1px;
    border-radius: 50%;
    background-color: #362e2e;
    box-shadow: 6px 6px 25px -10px rgba(0, 0, 0, 0.39), inset 8px 6px 10px -10px rgba(0, 0, 0, 0.59);
    transition: all 0.3s ease;
    height: 35px;
}
.service-4-btn .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 16px;
    color: #f57500;
}

.service-4-btn .swiper-button-prev {
    right: 22px;
    border: 3px solid rgb(245, 117, 0);
    padding: 2px 6px 1px;
    border-radius: 50%;
    background-color: #362e2e;
    box-shadow: 6px 6px 25px -10px rgba(0, 0, 0, 0.39), inset 8px 6px 10px -10px rgba(0, 0, 0, 0.59);
    transition: all 0.3s ease;
    height: 35px;
}
.service-4-btn .swiper-button-prev::after {
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 16px;
    color: #f57500;
}

#service-4 {
    margin-top: 30px;
}
#service-4 .service-4-text h1 {
    font-size: 26px;
    font-family: sans-serif;
    margin: 10px 0;
    font-weight: normal;
}

.service-4-swiper-inner {
    position: relative;
}
.service-4-swiper-inner .service-4-swiper-inner-txt {
    position: absolute;
    bottom: 2%;
    background-image: linear-gradient(27deg, black, transparent);
    padding: 0 0 10px 10px;
    color: #fff;
}

.service-5 .service-5-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.service-5 .service-5-inner .service-5-grid {
    width: 32%;
    float: left;
    position: relative;
}
.service-5 .service-5-inner .service-5-grid:hover .service-5-grid-text {
    opacity: 1;
    top: 0;
    transform: scale(1);
}
.service-5 .service-5-inner .service-5-grid .service-5-grid-text {
    transform: scale(0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(245, 117, 0, 0.87);
    transition: all 0.5s;
    opacity: 0;
}
.service-5 .service-5-inner .service-5-grid .service-5-grid-text .service-text-details {
    left: 42%;
    top: 42%;
    position: absolute;
    width: 100%;
}
.service-5 .service-5-inner .service-5-grid .service-5-grid-text .service-text-details a {
    text-decoration: none;
}
.service-5 .service-5-inner .service-5-grid .service-5-grid-text .service-text-details h3 {
    font-size: 44px;
    margin: 0;
    font-weight: normal;
    font-family: sans-serif;
    color: #FFF;
    border-radius: 50%;
    border: 2px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 16px;
    background-color: rgba(222, 18, 55, 0);
}
.service-5 .service-5-inner .service-5-grid .service-5-grid-text .service-text-details p {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 10px 0 0;
    font-family: sans-serif;
    color: #fff;
}
.service-5 .service-5-inner .service-5-grid .service-5-grid-img {
    width: 100%;
    height: 100%;
}
.service-5 .service-5-inner .service-5-grid .service-5-grid-img img {
    width: 100%;
    height: 100%;
}

.service-5-text {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.service-5-text h1 {
    font-size: 26px;
    font-family: sans-serif;
    margin: 10px 0;
    font-weight: normal;
}
.service-5-text p {
    line-height: 26px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 10px;
    font-family: sans-serif;
}

.bton {
    text-align: center;
    margin: 40px;
    position: relative;
}
.bton a {
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    border: 1px solid #de1237;
    padding: 13px 12px;
    background-color: #de1237;
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 20px;
}
.bton a span {
    z-index: 2;
    position: relative;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: normal;
}
.bton a::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: #1d2b50;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
}
.bton a:hover::before {
    width: 100%;
}

.service-6-inner {
    width: 65%;
    position: relative;
    margin-left: auto;
    background: #1d2b50;
    margin-right: auto;
    padding: 30px 50px;
    z-index: 0;
}
.service-6-inner .service-6-inner-col {
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-6-inner .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.service-6-inner .form-row .form-group {
    width: 48.4%;
}
.service-6-inner .form-row .form-group .form-cotrol {
    width: 93%;
    padding: 15px 10px;
    background-color: #fcfdff;
    color: #060606 !important;
    border-radius: 10px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.service-6-inner .form-row .form-group .form-cotrol::-moz-placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}
.service-6-inner .form-row .form-group .form-cotrol:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}
.service-6-inner .form-row .form-group .form-cotrol::placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}
.service-6-inner .form-row .form-group .form-cotrol:focus {
    box-shadow: inset 0 0 5px rgb(0, 0, 0);
}
.service-6-inner .form-row .form-group .form-cotrol:hover {
    box-shadow: inset 0 0 5px rgb(0, 0, 0);
}
.service-6-inner .form-row .form-group .form-cotrol:focus-visible {
    outline: none;
}
.service-6-inner .form-row .form-group label {
    display: block;
    padding-bottom: 6px;
    font-size: 17px;
    font-weight: normal;
    color: #f57500;
}

.as {
    width: 100% !important;
}

.form-group-full {
    width: 100%;
}
.form-group-full label {
    display: block;
    padding-bottom: 6px;
    font-size: 17px;
    font-weight: normal;
    color: #f57500;
}
.form-group-full .form-cotrol {
    width: 97%;
    padding: 15px 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    color: rgb(0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group-full .form-cotrol::-moz-placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}
.form-group-full .form-cotrol:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}
.form-group-full .form-cotrol::placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}
.form-group-full .form-cotrol:focus {
    box-shadow: inset 0 0 5px rgb(0, 0, 0);
}
.form-group-full .form-cotrol:hover {
    box-shadow: inset 0 0 5px rgb(0, 0, 0);
}
.form-group-full .form-cotrol:focus-visible {
    outline: none;
}

#service-6 {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 60px;
}
#service-6 .service-6-image {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
}
#service-6 .service-6-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.service-6-inner-text {
    color: #f57500;
}
.service-6-inner-text p {
    line-height: 26px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 0;
    font-family: sans-serif;
}
.service-6-inner-text h2 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 6px;
    margin: 0;
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid;
}

.con {
    text-align: start;
    margin: 25px 0 0;
    position: relative;
}
.con a {
    padding: 8px 30px;
}

.service-7-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    height: 100%;
}
.service-7-inner .service-7-news {
    width: 31.6%;
    height: 100%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.service-7-inner .service-7-news:hover .service-7-news-img {
    transform: scale(1.05);
}
.service-7-inner .service-7-news:hover .service-7-news-img::before {
    background-color: #de1237;
}
.service-7-inner .service-7-news .service-7-news-img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in;
    position: relative;
}
.service-7-inner .service-7-news .service-7-news-img img {
    width: 100%;
    height: 260px;
}
.service-7-inner .service-7-news .service-7-news-img::before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 20px;
    background-color: rgba(222, 18, 55, 0.4196078431);
    left: 0;
    bottom: 3px;
    z-index: 0;
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 0.4s ease;
}
.service-7-inner .service-7-news .service-7-news-text {
    padding: 30px 30px 20px 20px;
    position: relative;
    background-color: #fff;
    height: 100%;
}
.service-7-inner .service-7-news .service-7-news-text h2 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
}
.service-7-inner .service-7-news .service-7-news-text p {
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: normal;
    font-family: sans-serif;
}
.service-7-inner .service-7-news .service-7-news-text .seervice-7-news-date {
    display: flex;
    gap: 30px;
}
.service-7-inner .service-7-news .service-7-news-text .seervice-7-news-date .dt {
    display: flex;
    gap: 10px;
    color: #000000;
}
.service-7-inner .service-7-news .service-7-news-text .seervice-7-news-date .dt p {
    margin: 0;
}
.service-7-inner .service-7-news .service-7-news-text .seervice-7-news-date .nm {
    display: flex;
    gap: 10px;
    color: #000000;
}
.service-7-inner .service-7-news .service-7-news-text .seervice-7-news-date .nm p {
    margin: 0;
}

.service-7-text {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.service-7-text h1 {
    font-size: 28px;
    font-family: sans-serif;
    margin: 10px 0;
    font-weight: bold;
}
.service-7-text p {
    line-height: 26px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 10px;
    font-family: sans-serif;
}

#service-7 {
    padding: 30px 0 50px;
}

.cold {
    background-color: rgba(189, 186, 186, 0.1019607843);
}

.service-6-inner-col .rotate {
    right: 0px;
    position: absolute;
    z-index: -1;
    top: -218px;
    -webkit-animation: rotate-style 50s linear infinite;
    animation: rotate-style 50s linear infinite;
    display: none;
}
.service-6-inner-col .rotate img {
    opacity: 0.2;
}

.gallery-slider {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery-slider .swiper-wrapper {
    transition-timing-function: linear;
}
.gallery-slider .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-slider .swiper-wrapper .swiper-slide .box {
    width: 90%;
    height: 80%;
    display: flex;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 60px;
    text-decoration: none;
    padding: 5px;
    opacity: 0.3;
}
.gallery-slider .swiper-wrapper .swiper-slide .box:hover, .gallery-slider .swiper-wrapper .swiper-slide .box:focus {
    transform: scale(1.08);
    opacity: 0.8;
}
.gallery-slider .swiper-wrapper .swiper-slide .box .box-inner {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4117647059);
    padding: 6px;
}
.gallery-slider .swiper-wrapper .swiper-slide .box .box-inner img {
    width: 100%;
}

#client {
    margin: 30px 0;
}

#footer {
    background-color: #253041;
    position: relative;
    z-index: 0;
}
#footer::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-image: url(../image/clouds.png);
    background-position: center;
    background-color: black;
    -webkit-animation: move-left 30s linear infinite;
    animation: move-left 30s linear infinite;
    display: none;
}
@-webkit-keyframes move-left {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}
@keyframes move-left {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}
#footer .footer {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 40px 70px;
}
#footer .footer .footer-left {
    width: 30%;
    text-align: center;
}
#footer .footer .footer-left img {
    width: 70%;
    margin-top: 0;
}
#footer .footer .footer-left .social {
    display: flex;
    gap: 25px;
    margin-top: 20px;
    flex-wrap: wrap;
    margin-left: 15%;
}
#footer .footer .footer-left .social .fa {
    font-size: 20px;
}
#footer .footer .footer-left .social .f {
    padding: 10px 10px 8px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .f:hover {
    background-color: blue;
}
#footer .footer .footer-left .social .f:hover .fa {
    color: #fff;
}
#footer .footer .footer-left .social .f .fa {
    color: blue;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .t {
    padding: 10px 10px 8px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .t:hover {
    background-color: #1DA1F2;
}
#footer .footer .footer-left .social .t:hover .fa {
    color: #fff;
}
#footer .footer .footer-left .social .t .fa {
    color: #1DA1F2;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .w {
    padding: 10px 10px 8px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .w:hover {
    background-color: #128C7E;
}
#footer .footer .footer-left .social .w:hover .fa {
    color: #fff;
}
#footer .footer .footer-left .social .w .fa {
    color: #128C7E;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .in {
    padding: 10px 10px 8px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .in:hover {
    background-color: #0A66C2;
}
#footer .footer .footer-left .social .in:hover .fa {
    color: #fff;
}
#footer .footer .footer-left .social .in .fa {
    color: #0A66C2;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .y {
    padding: 10px 10px 8px;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}
#footer .footer .footer-left .social .y:hover {
    background-color: red;
}
#footer .footer .footer-left .social .y:hover .fa {
    color: #fff;
}
#footer .footer .footer-left .social .y .fa {
    color: red;
    transition: all 0.3s ease;
}
#footer .footer .footer-medile {
    width: 32%;
}
#footer .footer .footer-medile .footer-link {
    list-style: none;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .footer .footer-medile .footer-link .b-r {
    width: 1px;
    background-color: cornsilk;
    height: 20px;
}
#footer .footer .footer-medile .footer-link li {
    margin-bottom: 25px;
}
#footer .footer .footer-medile .footer-link li a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
}
#footer .footer .footer-medile .footer-midle-text {
    margin-left: 47px;
}
#footer .footer .footer-medile .footer-midle-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: sans-serif;
}
#footer .footer .footer-right {
    width: 30%;
}
#footer .footer .footer-right .footer-right-text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: sans-serif;
}
#footer .footer .footer-right .footer-right-contact {
    color: #ffffff;
}
#footer .footer .footer-right .footer-right-contact p {
    margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
}
#footer .footer .footer-right .footer-right-contact .fa {
    font-size: 20px;
    margin-top: 5px;
}
#footer .footer .footer-right .footer-right-contact .add {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
#footer .footer .footer-right .footer-right-contact .no {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
#footer .footer .footer-right .footer-right-contact .email {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
#copyright .copyright {
    text-align: center;
    padding: 15px 0;
}
#copyright .copyright p {
    text-align: center;
    margin: 0;
}
#copyright .copyright p a {
    text-decoration: none;
    color: red;
}
#copyright .copyright span {
    display: none;
}
#copyright .copyright span a {
    text-align: center;
    text-decoration: none;
    color: red;
    margin: 0;
}
.about-1 {
    background-image: url(../image/about.jpg);
}
.about-1 .about {
    padding-top: 30px;
}
.about-1 .about .about-text {
    padding-bottom: 10px;
}

.ldl {
    padding-top: 30px;
}
.ldl .about-text {
    padding-bottom: 10px;
}

#about-head {
    padding-top: 95px;
    color: white;
    padding-bottom: 95px;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    top: 88px;
    z-index: 1;
    margin-bottom: 105px;
}
#about-head::after {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(92deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0.21) 100%);
    z-index: -1;
}
#about-head .about-head {
    position: relative;
    top: 60px;
}
#about-head .about-head .about-head-top h1 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
#about-head .about-head .about-hed-bottom {
    display: flex;
    gap: 5px;
}
#about-head .about-head .about-hed-bottom a {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#about-head .about-head .about-hed-bottom span {
    height: 20px;
    width: 1px;
    margin: 2px 7px 0;
    background-color: #fff;
    display: block;
    transform: rotateZ(11deg);
}

#about {
    margin-bottom: 50px;
    margin-top: 120px;
}
#about .about .about-text h1 {
    font-size: 30px;
    font-family: sans-serif;
    margin: 0 0 30px;
    font-weight: bold;
    letter-spacing: 1px;
}
#about .about .about-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
#about .about .about-inner .about-inner-right {
    width: 55%;
}
#about .about .about-inner .about-inner-right h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    line-height: 30px;
}
#about .about .about-inner .about-inner-right h3 {
    margin: 20px 0 10px;
    font-size: 22px;
}
#about .about .about-inner .about-inner-right p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 26px;
    margin: 0;
    letter-spacing: 0.5px;
}



#about .about .about-inner .about-inner-left {
    width: 35%;
}
#about .about .about-inner .about-inner-left .img-1 {
    position: relative;
}
#about .about .about-inner .about-inner-left .img-1 img {
    transition: all 0.3s ease;
    outline: 1px dashed #de1237;
    outline-offset: 15px;
    width: 100%;
}
#about .about .about-inner .about-inner-left .img-2 {
    right: -100px;
    position: absolute;
    top: 160px;
}
#about .about .about-inner .about-inner-left .img-2 img {
    width: 200px;
    transition: all 0.3s ease;
    border: 6px solid #fff;
    outline: 0px dashed #de1237;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

#about-1 {
    margin-bottom: 160px;
    background: linear-gradient(1deg, #1d2b4f 0%, #055fdd 100%);
    margin-top: 40px;
}
#about-1 .about-1-text {
    text-align: center;
    position: relative;
    top: 65px;
}
#about-1 .about-1-text h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 0px 0;
    color: #fff;
}
#about-1 .about-1-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
#about-1 .about-1-left .about-left-inner {
    width: 45%;
    position: relative;
    top: 100px;
    align-self: flex-start;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.49);
}
#about-1 .about-1-left .about-left-inner h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
    line-height: 30px;
}
#about-1 .about-1-left .about-left-inner p {
    font-size: 17px;
    font-family: sans-serif;
    margin: 0;
    letter-spacing: 0px;
    line-height: 25px;
}
#about-1 .about-1-left .about-right-inner {
    width: 47%;
    position: relative;
    top: 100px;
    align-self: flex-start;
    padding: 50px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.49);
}
#about-1 .about-1-left .about-right-inner h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
    line-height: 30px;
}
#about-1 .about-1-left .about-right-inner p {
    font-size: 17px;
    font-family: sans-serif;
    line-height: 22px;
    margin: 0;
    letter-spacing: 0px;
    line-height: 27px;
}

.gallery-1 {
    background-image: url(../image/gallery.jpg);
}

#gllery {
    margin-top: 140px;
    margin-bottom: 50px;
}

.img-gallery-magnific {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.magnific-img img {
    width: 100%;
    height: 100%;
}

.mfp-bottom-bar,
* {
    font-family: "Abel", sans-serif;
}

.magnific-img {
    width: 24.3%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    display: none;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    display: none;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


#contact {
    margin-bottom: 40px;
}
#contact .contact {
    padding-top: 30px;
}
#contact .contact .contact-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact .contact .contact-inner .contact-left {
    width: 50%;
}
#contact .contact .contact-inner .contact-left .contact-left-text h2 {
    font-size: 28px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#contact .contact .contact-inner .contact-left .contact-left-inner {
    position: relative;
}
#contact .contact .contact-inner .contact-left .contact-left-inner .form-row-1 .com {
    margin: 0;
    text-align: start;
    top: 20px;
    position: unset;
}
#contact .contact .contact-inner .contact-left .contact-left-inner .form-row-1 .com a {
    padding: 8px 25px;
    margin-top: 25px;
}
#contact .contact .contact-inner .contact-left .contact-left-inner .form-row-1 .form-group-1 {
    width: 100%;
    float: left;
}
#contact .contact .contact-inner .contact-left .contact-left-inner .form-row-1 .form-group-1 label {
    display: block;
    padding-bottom: 10px;
    margin-top: 15px;
}
#contact .contact .contact-inner .contact-left .contact-left-inner .form-row-1 .form-group-1 label span {
    color: red;
}
#contact .contact .contact-inner .contact-left .contact-left-inner .form-row-1 .form-group-1 .form-control-1 {
    width: 95%;
    display: block;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    background-color: #ffffff;
    color: #333;
    border-radius: 2px;
    background-color: #f7f7f7;
    height: 20px;
    padding: 14px 15px;
    /* border-top: 3px solid #dddddd; */
    outline: none;
    transition: all 100ms ease-out;
}
#contact .contact .contact-inner .contact-right {
    width: 40%;
    margin-top: 60px;
}
#contact .contact .contact-inner .contact-right .contact-right-text h2 {
    font-size: 28px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0;
}
#contact .contact .contact-inner .contact-right .contact-right-inner {
    margin-top: 24px;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le {
    display: flex;
    gap: 20px;
    padding: 23px 21px;
    box-shadow: 0px 0px 7px 0px rgba(127, 127, 127, 0.2), inset 0px 0px 5px 0px rgba(175, 175, 175, 0.16);
    margin: 15px 0;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le .co-ri-fa {
    margin-top: 6px;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le .co-ri-fa .fa {
    font-size: 25px;
    color: #de1237;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le .co-ri-tx h3 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin: 0;
    line-height: 30px;
}
#contact .contact .contact-inner .contact-right .contact-right-inner .co-ri-in-le .co-ri-tx p {
    margin: 0px 0 0 0;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
}

#map {
    margin-bottom: 30px;
}

.service-1 {
    background-image: url(../image/service.jpg);
}

#service-page-2 {
    margin: 60px 0;
}
#service-page-2 .service-page-2 {
    position: relative;
    width: 100%;
}
#service-page-2 .service-page-2 .spg-2-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left {
    width: 33.3%;
    position: absolute;
    right: 58%;
    z-index: 1;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .pdl {
    margin-right: 73px;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .page-left-inner {
    display: table;
    float: right;
    margin-bottom: 95px;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .page-left-inner .pli {
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .page-left-inner .pli:hover {
    color: #de1237;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .page-left-inner .pli:hover .page-left-img {
    background-color: #de1237;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .page-left-inner .pli .page-left-text h2 {
    font-size: 22px;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .page-left-inner .pli .page-left-img {
    border: 7px solid white;
    padding: 20px;
    background: #1d2b50;
    border-radius: 50%;
    transition: all 0.3s ease;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-left .page-left-inner .pli .page-left-img .fa {
    font-size: 30px;
    color: #fff;
}
#service-page-2 .service-page-2 .spg-2-inner .pagr-inner-middle {
    width: 33.3%;
    margin: 0 auto;
    display: table;
    transition: all 0.3s ease;
}
#service-page-2 .service-page-2 .spg-2-inner .pagr-inner-middle img {
    border-radius: 50%;
    border: 6px solid #1d2b50;
    width: 100%;
    transition: all 0.3s ease;
}
#service-page-2 .service-page-2 .spg-2-inner .pagr-inner-middle:hover img {
    transform: scale(1.01);
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right {
    width: 33.3%;
    position: absolute;
    right: 0;
    right: 98px;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .pdp {
    margin-left: 70px;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .page-right-inner {
    margin-bottom: 95px;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .page-right-inner .page-left-img {
    border: 7px solid white;
    padding: 20px;
    background: #1d2b50;
    border-radius: 50%;
    transition: all 0.3s ease;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .page-right-inner .page-left-img .fa {
    font-size: 30px;
    color: #fff;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .page-right-inner .page-left-text h2 {
    font-size: 22px;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .pri {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .pri:hover {
    color: #de1237;
}
#service-page-2 .service-page-2 .spg-2-inner .page-inner-right .pri:hover .page-left-img {
    background-color: #de1237;
}

.lkl {
    margin: 10px 0;
}

#service-page {
    padding-top: 0px;
    position: relative;
    background: linear-gradient(1deg, #1d2b4f 0%, #055fdd 100%);
    height: 300px;
    margin-bottom: 200px;
}

.appointment {
    background-image: url(images/appointment.jpg);
}

.ttp {
    position: relative;
    top: 50px;
}

.indx {
    margin: 40px 0 0;
}




.bot a {
    background-color: #fff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    color: #fff;
    transition: all 0.3s ease;
    padding: 20px 40px 21px 20px;
    line-height: 58px;
}
.bot a:hover::before {
    width: 100%;
}
.bot a:hover span {
    color: #fff;
}
.bot a span {
    z-index: 2;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
}
.bot a::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    background: #1d2b50;
    transition: all 0.3s ease-in-out;
}



#courses-1 {
    margin-bottom: 40px;
}
#courses-1 .courses-1 {
    padding-top: 30px;
}
#courses-1 .courses-1 .courses-1-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left {
    width: 58%;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left .courses-1-inner-display {
    display: none;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left .courses-1-inner-display img {
    width: 100%;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left .swtch {
    display: flex;
    align-items: center;
    gap: 30px;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left .swtch .bton {
    margin: 0;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left .swtch .bton a {
    padding: 9px 20px;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left .ml {
    margin-left: 20px;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left h3 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 30px;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left p {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 27px;
    margin: 7px 0;
}
#courses-1 .courses-1 .courses-1-inner .courses-1-inner-left h4 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 20px;
}

.toggle {
    position: relative;
    width: 42px;
    height: 22px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    display: none;
    top: 0px;
    right: 1rem;
    padding-top: 25px;
    padding-left: 13px;
    z-index: 9;
}


.visible {
    position: absolute;
    background-color: white;
    width: 100%;
    right: 0%;
    height: 100%;
    padding-top: 10px;
    z-index: 0;
    display: grid;
    transition: all 0.15s;
    -webkit-animation: mymove 2s;
    animation: mymove 2s;
    z-index: 2;
    position: fixed;
    color: #fff;
    margin-top: 18px;
}

@-webkit-keyframes mymove {
    0% {
        right: -20rem;
    }
    100% {
        right: 0rem;
    }
    0% {
        right: -20rem;
    }
}

@keyframes mymove {
    0% {
        right: -20rem;
    }
    100% {
        right: 0rem;
    }
    0% {
        right: -20rem;
    }
}




#details .details {
    width: 50%;
}
#details .details .details-inner img {
    width: 80%;
}
#details .details .details-inner .details-txt {
    margin: 20px 0;
}
#details .details .details-inner .details-txt p {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin: 0;
}
#details .details .details-inner .details-txt p span {
    padding-right: 10px;
    color: #de1237;
}
#details .details .details-inner .details-txt h2 {
    margin: 10px 0;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 22px;
}

#success {
    background-color: rgba(0, 0, 0, 0.7215686275);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
}
#success .success {
    width: 250px;
    margin: auto;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem 2rem;
    box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, 0.6392156863);
}
#success .success .success-inner {
    text-align: center;
}
#success .success .success-inner img {
    width: 120px;
}
#success .success .success-inner h2 {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
#success .success .success-inner p {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 20px;
}
#success .success .success-inner .close {
    padding-top: 10px;
}
#success .success .success-inner .close a {
    background-color: #de1237;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    padding: 7px 20px;
    border-radius: 30px;
    letter-spacing: 1px;
    text-decoration: none;
}/*# sourceMappingURL=style.css.map */

.quick_sucInner p {
    width: 200px;
    line-height: 20px;
    margin: auto;
    letter-spacing: 0.5px;
    padding-bottom: 2rem;
}
.inner-success {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    text-align: center;
    padding: 2rem 0 2rem;
}
.quick_sucInner{
    width: 310px;
}
#success {
    background-color: rgba(0, 0, 0, 0.7215686275);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}
#details .details {
    width: 100%;
}
#details .details .details-inner img {
    width: 50%;
}
.quick_sucInnerBtn{
    padding: 8px 22px;
    font-size: 15px;
    border: none;
    background-color: #32a900;
    color: white;
    font-weight: 700;
}






