/* hero */
.hero {
    display: flex;
    margin-top: 51px;
}
.container-second{
    padding: 0;
}
.testimonials {
    margin-top: 103px;
    margin-bottom: 0;
}
.blog {
    margin-top: 200px;
    margin-bottom: 250px;
}
.blog > .blog-body > .swiper-blog {
    margin-top: 64px;
}
.col-5 {
    flex: 0 0 auto;
    width: 42.666667%;
}
.right-hero > h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
    text-align: right;
    margin-top: 0;
}

.right-hero > div {
    line-height: 63px;
}

.right-hero > div > p:nth-child(1) {
    font-style: normal;
    font-weight: 400;
    font-size: 47px;
    text-align: right;
}

.right-hero > div > p:nth-child(2) {
    text-align: right;
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 74px;
    text-align: right;
    color: #000723;
}

.right-hero > div > p > span {
    color: #0f3fff;
}

.right-hero > p {
    margin-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.right-hero > .hero-btns {
    margin-top: 12px;
    display: flex;
}

.right-hero > .hero-btns a {
    margin-right: 16px;
    width: 196px;
}
.right-hero > .hero-btns input {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding-right: 24px;
    font-family: yekanbakh;
    text-align: right;

    width: 305px;
    height: 70px;
    border: 1px solid #dddddd;
    border-radius: 20px;
}

.right-hero > div > div {
    display: flex;
}

.right-hero > div > div > h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 93px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    color: #0f3fff;
}
.right-hero > div > div > h1 > span {
    color: #000723;
}
.left-hero{
    display: flex;
    justify-content: end;
}
.left-hero img {
    filter: drop-shadow(0px 57px 105.3px #00000012);
    height: 360px;
}


/* services */
.services {
    margin-top: 43px;
}
.services h2 {
    text-align: center;
    margin-left: 18px;
}
.services h2 span {
    color: #3e65ff;
}
.services .services-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .services-header > span {
    font-size: 20px;
    color: #656565;
}
.services .services-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
}
.services .services-body > .services-body-row > div,.services .swiper-services .swiper-slide {
    background: transparent;
    border-radius: 20px;
    padding: 0 24px;
    margin-top: 30px;
    position: relative;
    transition: all ease 0.3s;
    cursor: pointer;
    padding-bottom: 24px;
    text-align:center;
}

.services .services-body > .services-body-row > div:first-child {
    margin-right: 0;
}

.services .services-body > .services-body-row > div > img,.services .swiper-services .swiper-slide img {
    width: 45%;
    height: auto;
    margin-top: 0;
    filter: grayscale(1);
}

.services .services-body > .services-body-row > div > h3,.services .swiper-services .swiper-slide h3 {
    font-weight: 800 !important;
    font-size: 20px ;
    margin-top: 18px;
}

.services .services-body > .services-body-row > div > p,.services .swiper-services .swiper-slide p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    line-height: 180%;
    text-align: center;
}

.services .services-body > .services-body-row > div > a,.services .swiper-services .swiper-slide a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #0f3fff;
    margin-top: 12px;
    display: inline-flex;
}
.services .services-body > .services-body-row > div > a > svg,.services .swiper-services .swiper-slide a > svg {
    margin-right: 8px;
}

.services .services-body-footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.services .services-body > .services-body-row > div > span,.services .swiper-services .swiper-slide span {
    position: absolute;
    width: 53px;
    height: 53px;
    left: 24px;
    top: 28px;
    background: #ffffff;
    /* Neutral/Neutral-1 */

    border: 1px solid #dddddd;
    border-radius: 20px;
    opacity: 1;
    transform: translateY(30%);
    transition: transform 0.5s, opacity 0.5s;
}

.services .services-body > .services-body-row > div > span:hover,.services .swiper-services .swiper-slide span:hover {
    box-shadow: none;
    transition: all ease 0.3s;
}

.services .services-body > .services-body-row > div > span > a > img,.services .swiper-services .swiper-slide span a > img {
    margin: 14px 14px;
}

.services .services-body > .services-body-row > div:hover,.services .swiper-services .swiper-slide-active {
    transition: all ease 0.3s;
    cursor: pointer;

    background: #ffffff;
    box-shadow: 0px 67.3486px 105.309px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.services .services-body > .services-body-row > div:hover > img,.services .swiper-services .swiper-slide-active img {
    filter: grayscale(0);
}

.services .active {
    transition: all ease 0.3s;
    cursor: pointer;

    background: #ffffff;
    box-shadow: 0px 67.3486px 105.309px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.services .active > img {
    filter: grayscale(0) !important;
}

.services .services-body > .services-body-row > div:hover > span {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
}
.services
.services-body
> .services-body-row
> div
> span
> a
> img:nth-child(1) {
    display: none;
}

/* types */
.types {
    margin-top: 42px;
}

.types .types-header {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.types .types-header p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
    line-height:27.9px;
    width:50%;
}

.types .types-header > h2 {
    width: 30%;
    font-weight: 900;
    font-size: 32px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.types .types-header > h2 > span {
    color: #0f3fff;
}

.types .types-body {
    display: flex;
    flex-direction: column;
    position: relative;
}
.types .types-body > span {
    position: absolute;
    width: 796px;
    height: 152px;
    left: 258px;
    top: 55px;
    z-index: -9;

    background: linear-gradient(182.1deg, #dcdcdc -75.21%, #ffffff 106.31%);
    border-radius: 30px;
}
.types .types-body > .types-body-row {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.types .types-body .types-body-row-item {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 0px 117px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 32%;
    margin-left: 27px;
    height: 101px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.types .types-body .types-body-row-item svg {
    margin-right: 24px;
}
.types .types-body .types-body-row-item div {
    margin-right: 24px;
}
.types .types-body .types-body-row-item div > h3 {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 22px;
    line-height: 37px;
    text-align: right;
}
.types .types-body .types-body-row-item div > span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #656565;
}

.types .types-footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.types .types-footer > .btn-primary {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.types .types-footer > .btn-primary > svg {
    margin-right: 8px;
}

/* divider */
.divider {
    background: black;
    height: auto;
    margin-top: 37px;
    padding-top: 60px;
    padding-bottom: 20px;

}

/* container */

.tags {
    display: flex;
    flex-direction: column;
}

.tags ul {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    gap:24px;
}
.tags ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 101px;
    background: #232323;
    border-radius: 20px;
    cursor: pointer;
}

.tags ul > li:hover {
    background: #0034b8;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    transition: all ease 0.3s;
}
.tags ul > li:hover > span:nth-child(1) {
    color: #ddd;
}
.tags ul > li > span:nth-child(1) {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #818181;
}
.tags ul > li > span:nth-child(2) {
    font-weight: 800;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    margin-top: 4px;
}

/* process */
.process {
    position: relative;
    margin-top: 0px;
}

.process > .process-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process > .process-header > h2 {
    font-weight: 800;
    font-size: 32px;
    line-height: 74px;
    text-align: center;
    color: white;
}

.process > .process-header > h2 > span {
    color: #3e65ff;
}

.process > .process-header > p {
    font-weight: 700;
    width: 53%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fafbff;
    margin-top: 8px;
}

.process > .process-body {
    width: 100%;
    height: auto;
    margin-top: 79px;
}
.process > .process-body > img {
    width: 100%;
    margin: 0 auto;
}

/* resume */
.resumes {
    margin-top: 103px;
}
.resumes h2 {
    text-align: center;
    margin-left: 18px;
    color: white;
    line-height: 49.6px;
}
.resumes h2 span {
    color: #3e65ff;
}
.resumes .resumes-header p {
    color: #fff;
    margin-top: 8px;
    font-size: 18px;
    line-height: 27.9px;
    font-weight: 700;
}
.resumes .resumes-header {
    text-align:center;
}

.resumes .resumes-header > span {
    font-size: 20px;
    color: #656565;
}
.resumes .resumes-body {
    position: relative;
}
.resumes .resumes-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
}
.resumes .resumes-body > .resumes-body-row {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.resumes .resumes-body > .resumes-body-row > div {
    border-radius: 20px;
    margin-right: 0;
    width: 303px;
    height: 480px;
    padding-bottom: 0;
    margin-top: 10px;
    position: static;
    transition: all ease 0.3s;
    cursor: pointer;
}
.resumes .resumes-body > .resumes-body-row .resumes_body_bx {
    position:relative;
}
.resumes .swiper,
swiper-container {
    position: static;
}
.resumes .swiper,
swiper-wrapper {
    position: static;
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-next {
    border-radius: 20px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    top: 41%;
    left: -2%;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    color: #595959;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
    box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-prev {
    border-radius: 20px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    color: #595959;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
    top: 41%;
    right: -2%;
    box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.resumes > .resumes-body > .swiper-resume > .swiper-button-prev:hover {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    color: white;
    transition: all ease 0.3s;
}

.resumes > .resumes-body > .swiper-resume > .swiper-button-next:hover {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    color: white;
    transition: all ease 0.3s;
}

.resumes .swiper-rtl .swiper-button-next:after {
    font-size: 23px;
    margin-right: 6px;
    color: white;
}
.resumes .swiper-rtl .swiper-button-prev:after {
    font-size: 23px;
    margin-left: 6px;
}

.resumes .resumes-body > .resumes-body-row > div:first-child > div {
    margin-right: 0;
}

.resumes .resumes-body > .resumes-body-row > div > div > img,.resumes .resumes-body > .resumes-body-row .resumes_body_bx img {
    margin-top: 32px;
    max-width: 100%;
    height: auto;
}

.resumes .resumes-body > .resumes-body-row > div > div > h3,.resumes .resumes-body > .resumes-body-row .resumes_body_bx h3 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 16px;
    text-align: right;
    color: #a9a9a9;
}

.resumes .resumes-body > .resumes-body-row > div > div > p,.resumes .resumes-body > .resumes-body-row .resumes_body_bx p {
    font-weight: 800;
    font-size: 22px;
    text-align: right;
    margin-top: 8px;
    color: white;
}

.resumes .resumes-body > .resumes-body-row > div > div > span,.resumes .resumes-body > .resumes-body-row .resumes_body_bx > span {
    position: absolute;
    width: 80%;
    height: 53px;
    left: 10%;
    top: 47%;
    background: #ffffff;
    /* Neutral/Neutral-1 */

    border: 1px solid #dddddd;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(10%);
}
.resumes .resumes-body > .resumes-body-row > div > div:hover > span,.resumes .resumes-body > .resumes-body-row .resumes_body_bx:hover > span {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s;
}

.resumes .resumes-body > .resumes-body-row > div > div:hover > div,.resumes .resumes-body > .resumes-body-row .resumes_body_bx:hover > div {
    background: #ababab57;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6%;
    right: 0%;
    opacity: 0;
    /* backdrop-filter: blur(2px); */
    border-radius: 19px;
    opacity: 0.4;
    opacity: 1;
    background-color: black;
    opacity: 0.7;
}
.resumes .btn-primary {
    margin: 0 auto;
    display: block;
    margin-top: 22px;
    background: #232323;
    box-shadow: none;
}

.resumes
.resumes-body
> .resumes-body-row
> div:hover
> div
> span
> a
> img:nth-child(1) {
    display: none;
}
.resumes
.resumes-body
> .resumes-body-row
> div:hover
> div
> span
> a
> img:nth-child(2) {
    display: block;
}

.resumes .resumes-body > .resumes-body-row > div > div > span:hover,.resumes .resumes-body > .resumes-body-row .resumes_body_bx span:hover {
    box-shadow: none;
    transition: all ease 0.3s;
}

.resumes .resumes-body > .resumes-body-row > div > div > span > a > img,.resumes .resumes-body > .resumes-body-row .resumes_body_bx span > a > img {
    margin: 14px 14px 14px 0;
    display: none;
}

.resumes .resumes-body > .resumes-body-row > div:hover > div {
    transition: all ease 0.3s;
    cursor: pointer;
}
.resumes .resumes-body > .resumes-body-row > div > div > span > a,.resumes .resumes-body > .resumes-body-row .resumes_body_bx span a {
    color: white;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.resumes .resumes-body > .resumes-body-row > div:hover > div > span,.resumes .resumes-body > .resumes-body-row .resumes_body_bx > span {
    padding: 0 20px;
    border: none;
    left: 10%;
    backdrop-filter: blur(1px);
    border-radius: 20px;
    top: 39.5%;
    color: white;
    width: 80%;
    height: 63px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.resumes
.resumes-body
> .resumes-body-row
> div
> div
> span
> a
> img:nth-child(1) {
    display: block;
}

/* contact us */
.contact {
    margin-top: 0;
    padding-top: 0;
    border-radius: 30px;
    position: relative;
    height: 450px;
    padding-top: 100px;
    margin-top: 0;
}

.contact h2 {
    text-align: center;
    margin-left: 18px;
}

.contact h2 span {
    color: #3e65ff;
}

.contact > .contact-header {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 13%;
}

.contact > .contact-header > span {
    font-size: 20px;
    color: #656565;
}

.contact > .contact-header > img {
    display: none;
}

.contact > .contact-body {
    height: 100%;
    width: 100%;
}
.contact > .contact-body > p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    width: 651px;
    line-height: 28px;
    margin-right: 50.7%;
}

.contact > .contact-body > .contact-body-content {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    flex-direction: row;
    box-shadow: 0px 61px 66px -24px #00115733;
    border-radius: 32px;
    height: 100%;
}
.company_sec_6 {
    padding: 0px 0;
}
.contact > .contact-body > .contact-body-content > .contact-body-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 50%;
    padding-right: 70px;
}

.contact
> .contact-body
> .contact-body-content
> .contact-body-right
> span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin-top: 32px;
    text-align: right;
    color: #0f3fff;
    width: 90%;
}

.contact > .contact-body > .contact-body-content > .contact-body-right > h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 50px;
    text-align: right;
    color: #000000;
    margin-top: 8px;
}

.contact > .contact-body > .contact-body-content > .contact-body-left {
    position: relative;
}

.contact > .contact-body > .contact-body-content > .contact-body-left > img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 30px;
    top:0;
}
.contact form > div {
    position: relative;
    width: 544px;
}

.contact form label {
    position: absolute;
    opacity: 0.6;
    left: 1rem;
    pointer-events: none;
    transition: all 0.22s;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: 32px;
    width: 25%;
    color: #8f8f8f;
    font-size: 14px;
}
.contact form {
    margin-top: 12px;
}

.contact form input {
    margin: 0.8rem 0;
    font-size: 1.125rem;
    border: 1px solid #dddddd;
    border-radius: 20px;
    z-index: 99;
    height: 65px;
    width: 619px;
    font-family: yekanbakh;
    padding-right: 32px;
    width: 73.7%;
}

.contact form input:focus {
    outline: 0;
}

.contact form input:focus + label,
.contact form input:valid + label {
    top: 0;
    transform: translateY(0);
    right: 50px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 20px;
    background: white;
    right: 78px;
    top: 5px;
    width: 19%;
    text-align: center;
    color: #0c0c0c;
}

.contact form input:focus,
.contact form input:valid {
    border: 2px solid #0c34d3;
}

.contact form input:focus + label {
    top: 0;
    transform: translateY(0);
    right: 50px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 20px;
    background: white;
    right: 78px;
    top: 5px;
    width: 19%;
    text-align: center;
    color: #0c0c0c;
}
.contact form input:focus + label,
.contact form input:valid + label {
    top: 0;
    transform: translateY(0);
    right: 50px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 20px;
    background: white;
    right: 78px;
    top: 5px;
    width: 23%;
    text-align: center;
    color: #0c0c0c;
}

.contact form input:focus + .cover,
.contact form input:hover + .cover,
.contact form input:valid + .cover {
    opacity: 1;
}

.contact form label.contact-phone {
    width: 15% !important;
}

.contact .select-type {
    margin-top: 14px;
}

.contact .select-type > ul {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.contact .select-type > ul > li {
    width: 390px;
    height: 76px;
    background: #ffffff;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 75px;
}

.contact .select-type > ul > li.active {
    border: 3px solid #0c34d3;
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 99;
}

.contact .select-type > ul > li:nth-child(2) {
    margin-right: 16px;
}

.contact .btn-primary {
    width: 80%;
    margin-top: 0;
}
.only_mob {
    display:none !important;
}
.swiper-services {
    padding: 5rem;
}
.swiper-services .swiper-button-next, .swiper-services .swiper-button-prev {
    top:15%;
    color: #000;
}
.swiper-button-next-serv,.swiper-button-prev-serv {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-services .swiper-button-next-serv, .swiper-services .swiper-button-prev-serv {
    top: 15%;
    color: #000;
}
.swiper-button-next-serv, .swiper-rtl .swiper-button-prev-serv {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto;
}
.swiper-button-prev-serv, .swiper-rtl .swiper-button-next-serv {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto;
}

.faq {
    margin-top: 261px;
}

.map{
    margin-top: 132px;
}
#resume{
    margin-top: 0px;
    padding-top: 30px;
}
.list-price-tag{
    display: flex;
    justify-content: center;
    background: white;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
    padding: 15px;
    align-items: center;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.list-price-tag li{
    margin-right: 10px;
    /*border-left: 1px solid #00000040;*/
    padding-left: 10px;
    font-weight: 500;
    cursor: pointer;
}
.list-price-tag li:nth-last-child(1){
    border: none;
}
.list-price-tag li.active{
    color: #3e65ff;
    font-weight: 800;
    padding: 10px 15px;
    box-shadow: none;
    border: 1px solid rgba(62, 101, 255, 0.34);
    border-radius: 20px;
}

.process-body-footer{
    justify-content: center;
    display: flex;
    margin-top: 61px;
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-prev{
    display: none;
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-next{
    display: none;
}
.faq{
    margin-top: 110px;
}

.services {
    margin-top: 43px;
    overflow: hidden;
}
/* hero */
.hero {
    display: flex;
    margin-top: 51px;
}
.container-second{
    padding: 0;
}
.testimonials {
    margin-top: 103px;
    margin-bottom: 0;
}
.blog {
    margin-top: 200px;
    margin-bottom: 250px;
}
.blog > .blog-body > .swiper-blog {
    margin-top: 64px;
}
.col-5 {
    flex: 0 0 auto;
    width: 42.666667%;
}
.right-hero > h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 37px;
    text-align: right;
    margin-top: 0;
}

.right-hero > div {
    line-height: 63px;
}

.right-hero > div > p:nth-child(1) {
    font-style: normal;
    font-weight: 400;
    font-size: 47px;
    text-align: right;
}

.right-hero > div > p:nth-child(2) {
    text-align: right;
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 74px;
    text-align: right;
    color: #000723;
}

.right-hero > div > p > span {
    color: #0f3fff;
}

.right-hero > p {
    margin-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.right-hero > .hero-btns {
    margin-top: 12px;
    display: flex;
}

.right-hero > .hero-btns a {
    margin-right: 16px;
    width: 196px;
}
.right-hero > .hero-btns input {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding-right: 24px;
    font-family: yekanbakh;
    text-align: right;

    width: 305px;
    height: 70px;
    border: 1px solid #dddddd;
    border-radius: 20px;
}

.right-hero > div > div {
    display: flex;
}

.right-hero > div > div > h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 56px;
    line-height: 93px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    color: #0f3fff;
}
.right-hero > div > div > h1 > span {
    color: #000723;
}
.left-hero{
    display: flex;
    justify-content: end;
}
.left-hero img {
    filter: drop-shadow(0px 57px 105.3px #00000012);
    height: 360px;
}


/* services */
.services {
    margin-top: 43px;
}
.services h2 {
    text-align: center;
    margin-left: 18px;
}
.services h2 span {
    color: #3e65ff;
}
.services .services-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .services-header > span {
    font-size: 20px;
    color: #656565;
}
.services .services-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
}
.services .services-body > .services-body-row > div,.services .swiper-services .swiper-slide {
    background: transparent;
    border-radius: 20px;
    padding: 0 24px;
    margin-top: 30px;
    position: relative;
    transition: all ease 0.3s;
    cursor: pointer;
    padding-bottom: 24px;
    text-align:center;
}

.services .services-body > .services-body-row > div:first-child {
    margin-right: 0;
}

.services .services-body > .services-body-row > div > img,.services .swiper-services .swiper-slide img {
    width: 45%;
    height: auto;
    margin-top: 0;
    filter: grayscale(1);
}

.services .services-body > .services-body-row > div > h3,.services .swiper-services .swiper-slide h3 {
    font-weight: 800;
    font-size: 20px;
    margin-top: 18px;
}

.services .services-body > .services-body-row > div > p,.services .swiper-services .swiper-slide p {
    font-weight: 400;
    font-size: 14px;
    margin-top: 8px;
    line-height: 180%;
    text-align: center;
}

.services .services-body > .services-body-row > div > a,.services .swiper-services .swiper-slide a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: right;
    color: #0f3fff;
    margin-top: 12px;
    display: inline-flex;
}
.services .services-body > .services-body-row > div > a > svg,.services .swiper-services .swiper-slide a > svg {
    margin-right: 8px;
}

.services .services-body-footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.services .services-body > .services-body-row > div > span,.services .swiper-services .swiper-slide span {
    position: absolute;
    width: 53px;
    height: 53px;
    left: 24px;
    top: 28px;
    background: #ffffff;
    /* Neutral/Neutral-1 */

    border: 1px solid #dddddd;
    border-radius: 20px;
    opacity: 1;
    transform: translateY(30%);
    transition: transform 0.5s, opacity 0.5s;
}

.services .services-body > .services-body-row > div > span:hover,.services .swiper-services .swiper-slide span:hover {
    box-shadow: none;
    transition: all ease 0.3s;
}

.services .services-body > .services-body-row > div > span > a > img,.services .swiper-services .swiper-slide span a > img {
    margin: 14px 14px;
}

.services .services-body > .services-body-row > div:hover,.services .swiper-services .swiper-slide-active {
    transition: all ease 0.3s;
    cursor: pointer;

    background: #ffffff;
    box-shadow: 0px 67.3486px 105.309px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.services .services-body > .services-body-row > div:hover > img,.services .swiper-services .swiper-slide-active img {
    filter: grayscale(0);
}

.services .active {
    transition: all ease 0.3s;
    cursor: pointer;

    background: #ffffff;
    box-shadow: 0px 67.3486px 105.309px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}
.services .active > img {
    filter: grayscale(0) !important;
}

.services .services-body > .services-body-row > div:hover > span {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s;
}
.services
.services-body
> .services-body-row
> div
> span
> a
> img:nth-child(1) {
    display: none;
}

/* types */
.types {
    margin-top: 42px;
}

.types .types-header {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.types .types-header p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    text-align: center;
    line-height:27.9px;
    width:50%;
}

.types .types-header > h2 {
    width: 30%;
    font-weight: 900;
    font-size: 32px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.types .types-header > h2 > span {
    color: #0f3fff;
}

.types .types-body {
    display: flex;
    flex-direction: column;
    position: relative;
}
.types .types-body > span {
    position: absolute;
    width: 796px;
    height: 152px;
    left: 258px;
    top: 55px;
    z-index: -9;

    background: linear-gradient(182.1deg, #dcdcdc -75.21%, #ffffff 106.31%);
    border-radius: 30px;
}
.types .types-body > .types-body-row {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
.types .types-body .types-body-row-item {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 0px 117px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 32%;
    margin-left: 27px;
    height: 101px;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.types .types-body .types-body-row-item svg {
    margin-right: 24px;
}
.types .types-body .types-body-row-item div {
    margin-right: 24px;
}
.types .types-body .types-body-row-item div > h3 {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 22px;
    line-height: 37px;
    text-align: right;
}
.types .types-body .types-body-row-item div > span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #656565;
}

.types .types-footer {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.types .types-footer > .btn-primary {
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.types .types-footer > .btn-primary > svg {
    margin-right: 8px;
}

/* divider */
.divider {
    background: black;
    height: auto;
    margin-top: 37px;
    padding-top: 60px;
    padding-bottom: 20px;

}

/* container */

.tags {
    display: flex;
    flex-direction: column;
}

.tags ul {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    gap:24px;
}
.tags ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    height: 101px;
    background: #232323;
    border-radius: 20px;
    cursor: pointer;
}

.tags ul > li:hover {
    background: #0034b8;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    transition: all ease 0.3s;
}
.tags ul > li:hover > span:nth-child(1) {
    color: #ddd;
}
.tags ul > li > span:nth-child(1) {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #818181;
}
.tags ul > li > span:nth-child(2) {
    font-weight: 800;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    margin-top: 4px;
}

/* process */
.process {
    position: relative;
    margin-top: 0px;
}

.process > .process-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process > .process-header > h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 74px;
    text-align: center;
    color: white;
}

.process > .process-header > h2 > span {
    color: #3e65ff;
}

.process > .process-header > p {
    font-weight: 700;
    width: 53%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fafbff;
    margin-top: 8px;
}

.process > .process-body {
    width: 100%;
    height: auto;
    margin-top: 79px;
}
.process > .process-body > img {
    width: 100%;
    margin: 0 auto;
}

/* resume */
.resumes {
    margin-top: 103px;
}
.resumes h2 {
    text-align: center;
    margin-left: 18px;
    color: white;
    line-height: 49.6px;
}
.resumes h2 span {
    color: #3e65ff;
}
.resumes .resumes-header p {
    color: #fff;
    margin-top: 8px;
    font-size: 18px;
    line-height: 27.9px;
    font-weight: 700;
}
.resumes .resumes-header {
    text-align:center;
}

.resumes .resumes-header > span {
    font-size: 20px;
    color: #656565;
}
.resumes .resumes-body {
    position: relative;
}
.resumes .resumes-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
}
.resumes .resumes-body > .resumes-body-row {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.resumes .resumes-body > .resumes-body-row > div {
    border-radius: 20px;
    margin-right: 0;
    width: 303px;
    height: 480px;
    padding-bottom: 0;
    margin-top: 10px;
    position: static;
    transition: all ease 0.3s;
    cursor: pointer;
}
.resumes .resumes-body > .resumes-body-row .resumes_body_bx {
    position:relative;
}
.resumes .swiper,
swiper-container {
    position: static;
}
.resumes .swiper,
swiper-wrapper {
    position: static;
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-next {
    border-radius: 20px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    top: 41%;
    left: -2%;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    color: #595959;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
    box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-prev {
    border-radius: 20px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    color: #595959;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
    top: 41%;
    right: -2%;
    box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.resumes > .resumes-body > .swiper-resume > .swiper-button-prev:hover {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    color: white;
    transition: all ease 0.3s;
}

.resumes > .resumes-body > .swiper-resume > .swiper-button-next:hover {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    color: white;
    transition: all ease 0.3s;
}

.resumes .swiper-rtl .swiper-button-next:after {
    font-size: 23px;
    margin-right: 6px;
    color: white;
}
.resumes .swiper-rtl .swiper-button-prev:after {
    font-size: 23px;
    margin-left: 6px;
}

.resumes .resumes-body > .resumes-body-row > div:first-child > div {
    margin-right: 0;
}

.resumes .resumes-body > .resumes-body-row > div > div > img,.resumes .resumes-body > .resumes-body-row .resumes_body_bx img {
    margin-top: 32px;
    max-width: 100%;
    height: auto;
}

.resumes .resumes-body > .resumes-body-row > div > div > h3,.resumes .resumes-body > .resumes-body-row .resumes_body_bx h3 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 16px;
    text-align: right;
    color: #a9a9a9;
}

.resumes .resumes-body > .resumes-body-row > div > div > p,.resumes .resumes-body > .resumes-body-row .resumes_body_bx p {
    font-weight: 800;
    font-size: 22px;
    text-align: right;
    margin-top: 8px;
    color: white;
}

.resumes .resumes-body > .resumes-body-row > div > div > span,.resumes .resumes-body > .resumes-body-row .resumes_body_bx > span {
    position: absolute;
    width: 80%;
    height: 53px;
    left: 10%;
    top: 47%;
    background: #ffffff;
    /* Neutral/Neutral-1 */

    border: 1px solid #dddddd;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(10%);
}
.resumes .resumes-body > .resumes-body-row > div > div:hover > span,.resumes .resumes-body > .resumes-body-row .resumes_body_bx:hover > span {
    background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s;
}

.resumes .resumes-body > .resumes-body-row > div > div:hover > div,.resumes .resumes-body > .resumes-body-row .resumes_body_bx:hover > div {
    background: #ababab57;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6%;
    right: 0%;
    opacity: 0;
    /* backdrop-filter: blur(2px); */
    border-radius: 19px;
    opacity: 0.4;
    opacity: 1;
    background-color: black;
    opacity: 0.7;
}
.resumes .btn-primary {
    margin: 0 auto;
    display: block;
    margin-top: 22px;
    background: #232323;
    box-shadow: none;
}

.resumes
.resumes-body
> .resumes-body-row
> div:hover
> div
> span
> a
> img:nth-child(1) {
    display: none;
}
.resumes
.resumes-body
> .resumes-body-row
> div:hover
> div
> span
> a
> img:nth-child(2) {
    display: block;
}

.resumes .resumes-body > .resumes-body-row > div > div > span:hover,.resumes .resumes-body > .resumes-body-row .resumes_body_bx span:hover {
    box-shadow: none;
    transition: all ease 0.3s;
}

.resumes .resumes-body > .resumes-body-row > div > div > span > a > img,.resumes .resumes-body > .resumes-body-row .resumes_body_bx span > a > img {
    margin: 14px 14px 14px 0;
    display: none;
}

.resumes .resumes-body > .resumes-body-row > div:hover > div {
    transition: all ease 0.3s;
    cursor: pointer;
}
.resumes .resumes-body > .resumes-body-row > div > div > span > a,.resumes .resumes-body > .resumes-body-row .resumes_body_bx span a {
    color: white;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.resumes .resumes-body > .resumes-body-row > div:hover > div > span,.resumes .resumes-body > .resumes-body-row .resumes_body_bx > span {
    padding: 0 20px;
    border: none;
    left: 10%;
    backdrop-filter: blur(1px);
    border-radius: 20px;
    top: 39.5%;
    color: white;
    width: 80%;
    height: 63px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.resumes
.resumes-body
> .resumes-body-row
> div
> div
> span
> a
> img:nth-child(1) {
    display: block;
}

/* contact us */
.contact {
    margin-top: 0;
    padding-top: 0;
    border-radius: 30px;
    position: relative;
    height: 450px;
    padding-top: 100px;
    margin-top: 0;
}

.contact h2 {
    text-align: center;
    margin-left: 18px;
}

.contact h2 span {
    color: #3e65ff;
}

.contact > .contact-header {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 13%;
}

.contact > .contact-header > span {
    font-size: 20px;
    color: #656565;
}

.contact > .contact-header > img {
    display: none;
}

.contact > .contact-body {
    height: 100%;
    width: 100%;
}
.contact > .contact-body > p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    width: 651px;
    line-height: 28px;
    margin-right: 50.7%;
}

.contact > .contact-body > .contact-body-content {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    flex-direction: row;
    box-shadow: 0px 61px 66px -24px #00115733;
    border-radius: 32px;
    height: 100%;
}
.company_sec_6 {
    padding: 0px 0;
}
.contact > .contact-body > .contact-body-content > .contact-body-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 50%;
    padding-right: 70px;
}

.contact
> .contact-body
> .contact-body-content
> .contact-body-right
> span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin-top: 32px;
    text-align: right;
    color: #0f3fff;
    width: 90%;
}

.contact > .contact-body > .contact-body-content > .contact-body-right > h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 50px;
    text-align: right;
    color: #000000;
    margin-top: 8px;
}

.contact > .contact-body > .contact-body-content > .contact-body-left {
    position: relative;
}

.contact > .contact-body > .contact-body-content > .contact-body-left > img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 30px;
    top:0;
}
.contact form > div {
    position: relative;
    width: 544px;
}

.contact form label {
    position: absolute;
    opacity: 0.6;
    left: 1rem;
    pointer-events: none;
    transition: all 0.22s;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: 32px;
    width: 25%;
    color: #8f8f8f;
    font-size: 14px;
}
.contact form {
    margin-top: 12px;
}

.contact form input {
    margin: 0.8rem 0;
    font-size: 1.125rem;
    border: 1px solid #dddddd;
    border-radius: 20px;
    z-index: 99;
    height: 65px;
    width: 619px;
    font-family: yekanbakh;
    padding-right: 32px;
    width: 73.7%;
}

.contact form input:focus {
    outline: 0;
}

.contact form input:focus + label,
.contact form input:valid + label {
    top: 0;
    transform: translateY(0);
    right: 50px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 20px;
    background: white;
    right: 78px;
    top: 5px;
    width: 19%;
    text-align: center;
    color: #0c0c0c;
}

.contact form input:focus,
.contact form input:valid {
    border: 2px solid #0c34d3;
}

.contact form input:focus + label {
    top: 0;
    transform: translateY(0);
    right: 50px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 20px;
    background: white;
    right: 78px;
    top: 5px;
    width: 19%;
    text-align: center;
    color: #0c0c0c;
}
.contact form input:focus + label,
.contact form input:valid + label {
    top: 0;
    transform: translateY(0);
    right: 50px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    height: 20px;
    background: white;
    right: 78px;
    top: 5px;
    width: 23%;
    text-align: center;
    color: #0c0c0c;
}

.contact form input:focus + .cover,
.contact form input:hover + .cover,
.contact form input:valid + .cover {
    opacity: 1;
}

.contact form label.contact-phone {
    width: 15% !important;
}

.contact .select-type {
    margin-top: 14px;
}

.contact .select-type > ul {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.contact .select-type > ul > li {
    width: 390px;
    height: 76px;
    background: #ffffff;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 75px;
}

.contact .select-type > ul > li.active {
    border: 3px solid #0c34d3;
    box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    z-index: 99;
}

.contact .select-type > ul > li:nth-child(2) {
    margin-right: 16px;
}

.contact .btn-primary {
    width: 80%;
    margin-top: 0;
}
.only_mob {
    display:none !important;
}
.swiper-services {
    padding: 5rem;
}
.swiper-services .swiper-button-next, .swiper-services .swiper-button-prev {
    top:15%;
    color: #000;
}
.swiper-button-next-serv,.swiper-button-prev-serv {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-services .swiper-button-next-serv, .swiper-services .swiper-button-prev-serv {
    top: 15%;
    color: #000;
}
.swiper-button-next-serv, .swiper-rtl .swiper-button-prev-serv {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto;
}
.swiper-button-prev-serv, .swiper-rtl .swiper-button-next-serv {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto;
}

.faq {
    margin-top: 261px;
}

.map{
    margin-top: 132px;
}
#resume{
    margin-top: 0px;
    padding-top: 30px;
}
.list-price-tag{
    display: flex;
    justify-content: center;
    background: white;
    width: auto;
    margin: 0 auto;
    border-radius: 20px;
    padding: 15px;
    align-items: center;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.list-price-tag li{
    margin-right: 10px;
    /*border-left: 1px solid #00000040;*/
    padding-left: 10px;
    font-weight: 500;
    cursor: pointer;
}
.list-price-tag li:nth-last-child(1){
    border: none;
}
.list-price-tag li.active{
    color: #3e65ff;
    font-weight: 800;
    padding: 10px 15px;
    box-shadow: none;
    border: 1px solid rgba(62, 101, 255, 0.34);
    border-radius: 20px;
}

.process-body-footer{
    justify-content: center;
    display: flex;
    margin-top: 61px;
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-prev{
    display: none;
}
.resumes > .resumes-body > .swiper-resume > .swiper-button-next{
    display: none;
}
.faq{
    margin-top: 110px;
}

.services {
    margin-top: 43px;
    overflow: hidden;
}







@media (max-width: 1400px) {
    .col-5 {
        width:44%;
    }
    .hero .container > .row {
        align-items:center;
    }
    .types .types-header p {
        width:60%;
    }
    .types .types-body .types-body-row-item{
        cursor: pointer !important;
    }
}
@media (max-width:1200px) {
    .right-hero > div > div > h1,.right-hero > div > div > span {
        font-size: 48px;
    }

    .right-hero > div > p:nth-child(2) {
        font-size: 37px;
    }
    .right-hero > .hero-btns {
        width: 100%;
    }
    .right-hero > .hero-btns form {
        display: flex;
        width: 100%;
    }
    .right-hero > .hero-btns input {
        width: 65%;
    }
    .right-hero > .hero-btns a {
        width: 35%;
        font-size: 14px;
    }

    .types .types-header > h2 {
        width:auto;
    }
    .types .types-body .types-body-row-item div > h3 {
        font-size:16px !important;
    }
    .services .services-body > .services-body-row > div > h3 {
        font-size:18px;
    }
    .contact > .contact-body > .contact-body-content {
        padding: 2rem;
    }
    .contact > .contact-body > .contact-body-content > .contact-body-left {
        display:none;
    }
    .contact > .contact-body > .contact-body-content > .contact-body-right {
        width: 100%;
        padding:0;
        text-align: center;
    }
    .contact > .contact-body > .contact-body-content > .contact-body-right > span {
        text-align:center;
        width:100%;
    }
    .contact > .contact-body > .contact-body-content > .contact-body-right > h3 {
        text-align:center;
    }
    .contact form input {
        width:100%;
    }
    .contact .btn-primary {
        width:100%;
    }
    .resumes .resumes-body > .resumes-body-row > div {
        height:auto;
        padding: 0 14px;
    }
}
@media (max-width:992px) {

    /*      hero section        */
    .right-hero > div > div > h1, .right-hero > div > div > span {
        font-size: 33px;
        line-height: 60px;
    }
    .right-hero > div > p:nth-child(2) {
        font-size: 27px;
        line-height: 44px;
    }
    .right-hero > .hero-btns a {
        width: 40%;
        margin-left: 0;
        margin-right: 0px;
        font-size: 16px;
        height: 70px;
        line-height: 67px;
        margin-right: 10px;
    }

    .right-hero > .hero-btns input {
        width: 65%;
    }

    .right-hero > p{
        font-size: 16px !important;
        line-height: 200% !important;
        text-align: right;
        line-height: 180% !important;
    }

    .left-hero img {
        height: auto;
        width: 530px;
        margin-bottom: 0px;
        filter: none;
        margin-top: 0px;
    }

    /*      end hero section        */
    .services .services-body > .services-body-row > .col-3 {
        width: 50%;
    }

    .types .types-body .types-body-row-item {
        margin-left: 10px;
        height: 80px;
    }
    .types .types-body .types-body-row-item svg,.types .types-body .types-body-row-item div {
        margin-right: 10px;
    }
    .types .types-body .types-body-row-item div > h3 {
        font-size: 14px !important;
    }
    .tags ul > li > span:nth-child(2) {
        font-size: 18px;
    }
    .types .types-body > span,.types .types-header p {
        width:100%;
    }

}
@media (max-width:768px) {
    * {
        box-sizing: border-box;
    }
    .container-second{
        padding: 0;
    }

    .blog {
        margin-bottom: 0;
    }
    .types .types-body > .types-body-row {

        gap: 16px;
    }
    .types .types-body .types-body-row-item {
        margin-left: 0;
        width:100%;
        height: 79px;
    }
    .types .types-body .types-body-row-item svg, .types .types-body .types-body-row-item div {
        margin-right: 20px;
    }
    .types .types-body .types-body-row-item div > h3 {
        font-size: 16px !important;
    }

    .types .types-body .types-body-row-item div > span{
        font-size: 14px;
    }
    .process > .process-header > p {
        font-size: 14px;
        width:100%;
        font-weight: 600;
        line-height: 200%;
    }
    .process > .process-header > h2,.resumes h2 {
        font-size:24px;
    }
    .resumes .resumes-header {
        flex-direction: column;
        gap: 2rem;
    }
    .contact {
        margin-top:0;
        border-radius:0;
        margin: 0 -1.5rem;
        width: 108% !important;
        padding: 0 !important;
    }
    .divider {
        height:auto;
        margin-top: 60px;
        padding-top: 10px;
    }
    .only_mob {
        display:block !important;
    }
    .only_desk {
        display:none !important;
    }
    .resumes .resumes-body > .resumes-body-row > div {
        width:100%;
    }
    #resume  {
        margin-top: 0 !important;
    }
    .resume > .resume-body > .resume-body-row{
        margin-top: 0 !important;
    }
    .types .types-header > h2 {
        font-size: 24px;
        line-height: 30.2px;
    }
    .types .types-body > span {
        left: 0;
    }
    .right-hero{
        width: 97%;
        margin: 0 auto;
    }

    /*      end hero */
    .right-hero > div > div > h1 {
        font-size: 32px;
        line-height: 49.6px;
        display: inline;
    }
    .right-hero > div > p:nth-child(2) {
        font-size: 20px;
        line-height: normal;
    }
    /*      hero section        */
    .hero{
        margin-top: 46px;
    }

    .hero .row{
        flex-direction: row;
    }
    .hero .col-5 {
        width:55%;
    }

    .hero .col-6 {
        width:45%;
    }
    .right-hero > p {
        font-size: 14px !important;
        line-height: 200% !important;
        text-align: right;
        line-height: 180% !important;
    }
    .right-hero > div > div > h1 {
        font-size: 25px;

    }
    .left-hero{
        display: flex;
        justify-content: center;
    }
    .left-hero img{
        height: auto;
        width: 430px;
        margin-bottom: 14px;
        filter: none;
        margin-top: 0px;
    }

    .right-hero > .hero-btns a{
        font-size: 14px;
    }
    /*      end hero        */


    .tags ul > li > span:nth-child(2) {
        font-size: 14px;
    }
    .tags ul {
        gap:10px;
    }
    .resumes .resumes-body > .resumes-body-row > div {
        height:auto;
    }
    .resumes .resumes-body > .resumes-body-row .resumes_body_bx:hover > div {
        top:0;
        border-radius:0;
    }
    .services-body-row {
        display:none;
    }
    .services-body {
        width: 90%;
        margin: 0 auto;
    }
    .swiper-services.swiper {
        overflow: inherit;
    }
    .swiper-services {
        padding-top: 5rem !important;
    }
    .services .swiper-services .swiper-slide a {
        padding-bottom:24px;
    }
    .types .types-header p,.services .services-body > p {
        font-size: 14px;
        font-weight:600;
        line-height:21.7px;
    }
    .services .services-body > p {
        font-weight:600;
        font-size: 14px;
    }
    .services {
        margin-top:52px;
    }
    .services h2 {
        font-size: 24px;
        margin-left: 0;
    }
    .resumes .resumes-header p {
        font-size: 14px;
        font-weight:600;
        line-height:21.7px;
        margin-top: 0;
    }
    .process {
        margin-top:32px;
    }
    .resumes {
        margin-top:32px;
    }
    .swiper-services {
        padding: 2rem;
    }
    .news{
        margin-top: 32px !important;
    }
    .blog {
        margin-top: 90px;
        margin-bottom: 50px;
    }
    .services .swiper-services .swiper-slide h3{
        font-size: 18px;
    }
    .types{
        margin-top: 48px;
    }

    .testimonials-footer{
        width: 90%;
        justify-content: space-between;
    }
    .testimonials-footer .btn-secondery{
        margin-right: 20px;
    }

}
@media (max-width:576px) {
    .hero .row .col-5{
        width: 98%;
        margin: 0 auto;

    }
    .hero .row .col-7{
        width: 98%;
        margin: 0 auto;
    }
    .types {
        margin-top: 64px;
    }
    .hero{
        margin-top: 10px;
    }

    .testimonials{
        margin-top: 64px;
    }
    .testimonials-footer{
        margin-top: 31px !important;
        margin-bottom: 35px;
    }

    .bx_prices_comp .prices_h_comp .prices_num_comp p{
        font-size: 22px;
    }
    .contact form div{
        width: 100%;
    }
    .contact > .contact-body > .contact-body-content > .contact-body-right > span {
        font-size: 14px;
    }

    .contact form input{
        height: 52px;
        margin: 0;
        margin: 0 auto;
        margin-top: 13px;
        width: 79% !important;
        border-radius: 16px;
        padding-right: 29px;
    }
    .contact .btn-primary {
        width: 90% !important;
        margin-bottom: 24px;
    }

    .error-text{
        width: 100%;
        display: inline-block;
        text-align: right;
        font-size: 14px;
    }

    ::placeholder {
        font-size: 14px !important;
    }
    .contact > .contact-body > .contact-body-content > .contact-body-right > h3 {
        font-weight: 800 !important;
        font-size: 16px;
        line-height: 23px;

        margin-top: 8px;
    }

    .resumes .resumes-body > .resumes-body-row > div > div > p, .resumes .resumes-body > .resumes-body-row .resumes_body_bx p{
        font-size: 18px;
        margin-top: 10px;
    }
    .services .services-body-footer {

        margin-top: 0;
    }
    .right-hero > .hero-btns form {
        flex-wrap: wrap;
        gap: 12px;
    }
    .process > .process-header > h2{
        line-height: 43px;
    }
    .right-hero > .hero-btns input {
        width: 100%;
        height: 61px;
    }
    .right-hero > .hero-btns a {
        width: 100%;
        font-size: 18px;
        width: 100%;
        font-size: 16px;
        margin-right: 0;
        border-radius: 16px;
        height: 61px;
    }
    .right-hero > p {
        font-size: 14px !important;
        line-height: 200% !important;
        text-align: right;
        line-height: 180% !important;
    }

    .left-hero img{
        width: 90%;
        height: auto;
        margin-top: 10px;
    }

    .hero .row{
        flex-direction: column-reverse;
    }
    .hero .row .col-6{
        width: 100%;
    }
    .hero .row .col-5{
        width: 96%;
        padding: 0 !important;
    }
    .right-hero > p{
        display: none ;
    }
    .services .services-body > .services-body-row > .col-3 {
        width: 100%;
    }
    .services .services-body > .services-body-row > div > h3 {
        font-size: 24px;
    }
    .types .types-body .types-body-row-item {
        width:95%;
    }
    .tags ul {
        flex-wrap: wrap;
    }
    .tags ul > li {
        width: 100%;
        background: none;
    }
    .contact > .contact-body > .contact-body-content {
        padding: 0;
        box-shadow: none;
    }
    .contact > .contact-body > .contact-body-content > .contact-body-right {
        width: 100%;
    }
    .contact > .contact-body {
        width: 100% !important;
    }
    .contact form label {
        position: absolute;
        opacity: 0.6;
        left: 1rem;
        pointer-events: none;
        transition: all 0.22s;
        top: 56%;
        transform: translateY(-50%);
        display: block;
        right: 32px;
        width: 25%;
        color: #8f8f8f;
        font-size: 14px;
    }
    .contact form label.contact-phone {
        width: 20% !important;
    }
    .process > .process-header {
        padding: 0;
    }
    .tags ul > li > span:nth-child(2) {
        font-size: 16px;
    }
    .process > .process-body {
        padding:0 10px;
        margin-top: 42px;
    }
    .contact {
        height: auto;
        width: 98% !important;
        padding-bottom: 43px;
        margin-top: 0px !important;
        margin: 0 auto;
    }
    .resumes-body .btn-primary {
        width: 95%;
    }
    .process > .process-header > p {
        width:100%;
        margin-top: 0;
    }
    .faq{
        margin-top: 32px !important;
    }


    .bx_prices_comp .prices_fth_list li{
        font-size: 14px;
    }

    .container-second *, .container-second, ::after, ::before {
        box-sizing: border-box;
    }
    .container-second *, .container-second, ::after, ::before {
        box-sizing: border-box;
    }
    .sec_6_comp_h {
        margin: 0;
        margin-bottom: 10px;
    }
    .container-dark{
        width: 90%;
    }


    .contact-body{
        margin-top: 32px !important;
        width: 94%;
        margin: 0 auto;
        padding: 0 !important;
    }

    .process-body-footer{
        margin-top: 15px;
    }
    footer > .footer-main > div {

        width: 100% !important;
    }
    .services .services-body > .services-body-row > div > p, .services .swiper-services .swiper-slide p {
        font-weight: 400;
        font-size: 14px;
        margin-top: 8px;
        line-height: 200%;
    }
    .services .swiper-services .swiper-slide h3 {
        font-size: 16px;
    }
    .types .types-header p, .services .services-body > p {
        width: 94%;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }
    .divider {
        height: auto;
        margin-top: 45px;
        padding-top: 10px;
    }
    .process {
        margin-top: 12px;
    }
    .process-body-footer a.btn-primary{
        width: 100%;
        margin-top: 10px;
        background: #f1f1f1;
        color: black;
        height: 50px;
        line-height: 49px;
        margin-bottom: 20px;
        box-shadow: none;
    }
    .nav_gads{
        margin: 65px 0 !important;
    }
    #resume{
        margin-top: 44px !important;
    }
    .company_sec_6{
        margin-top: 104px;
    }
    .news {
        margin-top: 54px !important;
    }

    .faq{
        margin-top: 124px !important;
    }
    .map{
        margin: 90px 0 !important;
        margin-top: 10px !important;
        margin-bottom: 120px !important;
    }
    .testimonials{
        margin-top: 94px !important;
    }

    .types .types-body > .types-body-row {
        flex-wrap: wrap !important;
        gap: 16px;
    }

    .types .types-header > h2{
        font-size: 20px !important;
        line-height: 31px;
    }
}
