
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* yekan bakh */
@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 100;
    font-display: swap;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Thin.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Thin.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
    font-display: swap;
  font-weight: 300;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Light.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Light.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
    font-display: swap;
  font-weight: normal;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Regular.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Regular.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: 600;
    font-display: swap;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-SemiBold.woff")
      format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-SemiBold.woff2")
      format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
  font-weight: bold;
    font-display: swap;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Bold.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Bold.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
    font-display: swap;
  font-weight: 800;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBold.woff")
      format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBold.woff2")
      format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
    font-display: swap;
  font-weight: 900;
  src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-Black.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-Black.woff2") format("woff2");
}

@font-face {
  font-family: yekanbakh;
  font-style: normal;
    font-display: swap;
    font-weight: 950;
    src: url("../fonts/yekanbakh/woff/YekanBakhFaNum-ExtraBlack.woff") format("woff"),
    url("../fonts/yekanbakh/woff2/YekanBakhFaNum-ExtraBlack.woff2")
      format("woff2");
}


* {
    direction: rtl;
}

::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: #000000;
}

body {
    font-family: yekanbakh, gilroy, tahoma;
    direction: rtl;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 14px;
    font-weight: 400;
}

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

h2 {
    font-weight: 900;
    font-size: 32px;
}


.footer * {
    box-sizing: unset !important;
}

.map * {
    box-sizing: unset !important;
}

.news * {
    box-sizing: unset !important;
}



.btn-primary {
    display: inline-block;
    width: 171px;
    height: 76px;
    background: radial-gradient(
        210.56% 198.03% at -8.19% -65.79%,
        #5282fd 0%,
        #0034b8 100%
    );
    border-radius: 20px;
    color: white;
    line-height: 76px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    transition: all ease 0.3s;
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
}

.btn-primary:hover {
    transition: all ease 0.3s;
    box-shadow: none;
}

.btn-secondery {
    display: inline-block;
    width: 155px;
    height: 76px;
    background: #f1f1f1;
    border-radius: 20px;
    color: black;
    line-height: 76px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    margin-left: 16px;
    transition: all ease-in 0.2s;
}

/*      animation       */

/*.reveal {*/
/*    position: relative;*/
/*    opacity: 0;*/
/*}*/

/*.reveal.active {*/
/*    opacity: 1;*/
/*}*/

/*.active.fade-bottom {*/
/*    animation: fade-bottom 0.5s ease-in-out;*/
/*}*/

/*.active.fade-bottom-two {*/
/*    animation: fade-bottom 0.6s ease-in-out;*/
/*}*/

/*.active.fade-bottom-three {*/
/*    animation: fade-bottom 0.7s ease-in-out;*/
/*}*/

/*.active.fade-bottom-four {*/
/*    animation: fade-bottom 0.8s ease-in-out;*/
/*}*/

/*.active.fade-bottom-five {*/
/*    animation: fade-bottom 0.9s ease-in-out;*/
/*}*/

/*.active.fade-bottom-six {*/
/*    animation: fade-bottom 1s ease-in-out;*/
/*}*/

/*.active.fade-bottom-seven {*/
/*    animation: fade-bottom 1.1s ease-in-out;*/
/*}*/

/*.active.fade-left {*/
/*    animation: fade-left 0.8s ease-in-out;*/
/*}*/

/*.active.fade-right {*/
/*    animation: fade-right 0.8s ease-in-out;*/
/*}*/

/*@keyframes fade-bottom {*/
/*    0% {*/
/*        transform: translateY(50px);*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        transform: translateY(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*@keyframes fade-left {*/
/*    0% {*/
/*        transform: translateX(-100px);*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        transform: translateX(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/

/*@keyframes fade-right {*/
/*    0% {*/
/*        transform: translateX(100px);*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        transform: translateX(0);*/
/*        opacity: 1;*/
/*    }*/
/*}*/


/*!*      end animation       *!*/


/*      callout modal       */
.call {
    position: fixed;
    left: 24px;
    bottom: 22px;
    width: 55px !important;
    height: 55px !important;
    background-color: #3e65ff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}

.call:hover {
    scale: 1.1;
    transition: all ease-in 0.1s;
}

.call svg {
    fill: white;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.call-section {
    display: none;
    width: 100%;
    background: #2222225e;
    height: 100% !important;
    position: fixed;
    z-index: 99999;
    top: 100px;
}

.call-modal {
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 20%);
    background: white;
    display: flex;
    z-index: 9999;
    width: 27%;
    border-radius: 18px;
    height: auto;
    background: white;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 49.68283px 144.823px 0px rgba(0, 0, 0, 0.07);
    padding-top: 24px;
    padding-bottom: 32px;
}

.call-modal .close-call {
    border-radius: 110px;
    padding: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.call-modal .close-call svg {
    margin-top: 5px;
    fill: #2f2f2f;
}

.call-modal p {
    margin-top: 24px;
}

.call-modal h3 {
    font-weight: 900;
    font-size: 24px;
    margin-top: 24px;
}

.call-modal img {
    width: 90px;
    height: 90px;
}

.call-modal ul {
    width: 90%;
}

.call-modal li {
    margin-top: 16px;
    text-align: center;
}

.call-modal li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #adadad2e;
    font-weight: 700;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.call-modal li a:hover {
    background: #f1f1f1;
}

.call-modal > a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.call-modal .text-phone {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.call-modal .text-phone svg {
    margin-bottom: -7px;
}

.call-modal .text-phone a {
    text-align: center;
    margin-top: 12px;
    font-weight: 800;
    font-size: 18px;

    display: inline-block;
    width: 50%;
}

.call-modal ul li a svg {
    margin-left: 24px;
    margin-right: 24px;
}

.call {
    bottom: 19px;
}

.call:hover {
    scale: 1.1;
    transition: all ease-in 0.1s;
}

.call .close-call {
    box-sizing: unset !important;
}

.call:hover {
    scale: 1.1;
    transition: all ease-in 0.1s;
}

.call svg {
    fill: white;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.call-section {
    display: none;
    width: 100%;
    background: #2222225e;
    height: 800px;
    position: fixed;
    z-index: 99999999;
    top: 0;
}

.call-modal {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 20%);
    background: white;
    display: flex;
    z-index: 9999;
    width: 27%;
    border-radius: 18px;
    height: auto;
    background: white;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 49.68283px 144.823px 0px rgba(0, 0, 0, 0.07);
    padding-top: 24px;
    padding-bottom: 32px;
}

.call-modal .close-call {
    border-radius: 100%;
    border: 1px solid #dddddd;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 29px;
    box-sizing: content-box;
}

.call-modal .close-call svg {
    margin-top: 5px;
    fill: #2f2f2f;
}

.call-modal p {
    margin-top: 24px;
}

.call-modal h3 {
    font-weight: 900;
    font-size: 24px;
    margin-top: 24px;
}

.call-modal img {
    width: 90px;
    height: 90px;
}

.call-modal ul {
    width: 90%;
}

.call-modal li {
    margin-top: 16px;
    text-align: center;
}

.call-modal li a {
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #adadad2e;
    font-weight: 700;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.call-modal li a:hover {
    background: #f1f1f1;
}

.call-modal>a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.call-modal .text-phone {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.call-modal .text-phone svg {
    margin-bottom: -7px;
}

.call-modal .text-phone a {
    text-align: center;
    margin-top: 12px;
    font-weight: 800;
    font-size: 18px;

    display: inline-block;
    width: 50%;
}

.call-modal ul li a svg {
    margin-left: 24px;
    margin-right: 24px;
}


/*      end callout modal       */


/*      navbar       */
nav {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    position: sticky;
    top: 0;
    background: white;
    z-index: 9999;
    width: 1320px;
    padding-bottom: 10px;
    padding-top: 13px;
    border-radius: 0;
}

nav ul {
    display: flex;
    align-items: center;
    z-index: 9;
}

nav > ul > li {
    margin-right: 50px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

nav > div > button {
    display: none;
}

nav > div.nav-list {
    display: none;
}

nav > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav > ul > li > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 39px 86px 0px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    background: #fff;
    width: 345px;
    position: absolute;
    padding: 18px 0;
    right: -20px;
    top: 40px;
    display: none;
    z-index: 9999;
}

nav > ul > li > ul li {
    width: 92%;
    height: 41px;
    margin: 10px auto;

}

nav > ul > li > ul li a {
    display: flex;
    flex-direction: row;
    justify-content: start;
    text-align: center;
    align-items: center;
    width: 92%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

nav > ul > li > ul li a:hover {
    background: #f3f6ff;
    transition: all linear 0.3s;
}

nav ul li svg {
    margin-right: 5px;

}
nav ul li svg:nth-child(2) {
    position: absolute;
    left: 30px;
}

nav > ul > li > a:hover {
    color: #0f3fff;
    transition: all ease .3s;
}

nav > ul > li > a.active {
    color: #000;
}

nav > ul > li > a.active-menu {
    color: #0f3fff;
}

nav > ul > li:nth-child(1) {
    margin-right: 0;
}

nav > ul > li:first-child > a > img {
    width: auto;
    height: 57.65px;
    display: block !important;
}

nav > ul > li > a > img {
    display: none !important;
}

nav > div > a > img {
    display: none;
}

.nav-list-body {
    display: none;
}

.sub-menu-mobile {
    display: none;
}
/*      end navbar      */

/*      faq     */
.faq {
    margin-top: 72px;
    padding: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
}

.faq > .faq-right {
    width: 38%;
}
.faq .header{
    font-weight: 900;
    font-size: 32px;
    margin-top: 12px;
}
.faq .header span{
color: #0f3fff;
}
.faq > .faq-right > img {
    width: 179px;
    height: 179px;
}

.faq > .faq-right > div {
    display: flex;
    font-weight: 900;
    font-size: 32px;
    align-items: center;
    margin-top: 32px;
}

.faq > .faq-right > div > h2 > span {
    color: #3e65ff;
}

.faq > .faq-right > p {
    font-weight: 700;
    font-size: 18px;
    margin-top: 32px;
    line-height: 32px;
}

.faq > .faq-right > a {
    margin-top: 32px;
}

.faq > .faq-right > div > span {
    font-weight: 400;
    font-size: 20px;
    color: #656565;
    margin-right: 8px;
}

.faq > .faq-left {
    width: 60%;
    margin-right: 0px;
}

.faq .accordion {
    cursor: pointer;
    width: 100%;
    transition: all ease 0.4s;
    background: #f7f7f7;
    border-radius: 20px;
    text-align: right;
    margin-top: 8px;
    border: none;
    font-family: yekanbakh;
    font-weight: 700;
    font-size: 20px !important;
    height: 86px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .accordion span {
    width: 54px;
    height: 54px;
    background: white;
    text-align: center;
    font-size: 36px;
    border-radius: 20px;
    line-height: 50px;
    font-weight: 400;
}

.faq .panel {
    padding: 0 0;
    display: none;
    background-color: white;
    margin-bottom: 24px;
}

.faq .panel p {
    color: #000;
    line-height: 32px;
    padding: 24px 24px;
    border-radius: 0 0 20px 20px;
    margin-top: -16px;
    font-weight: 500;
    text-align: justify;
    background: #f7f7f7;
}
/*      end faq     */

/* testimonials */
.testimonials {
    margin-top: 130px;
    margin-bottom: 72px;
}
.testimonials-header .header{
    font-weight: 900;
    font-size: 32px;
}
.testimonials-header span{
    color: #3e65ff;
    margin-left: 10px;
}
.testimonials-footer {
    display: flex;
    justify-content: space-between;
    width: 28%;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
    bottom: 41px;
}

.testimonials-footer > .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-footer > .btn-primary > svg {
    margin-right: 6px;
}

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

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

.testimonials .testimonials-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.testimonials .testimonials-body {
    height: 551px;
}

.testimonials .swiper {
    width: 100%;
    height: 100%;
}

.testimonials-swiper .swiper-wrapper {
    padding-top: 58px;
    display: flex;
    justify-content: space-between;
}

.testimonials-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 300px !important;
    border: 1px solid #dddddd;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: all ease 0.3s;
}

.testimonials-swiper .swiper-slide:nth-child(1) {
    height: 310px;
    margin-right: 0;
}

.testimonials-swiper .swiper-slide:nth-child(2) {
    height: 340px;
}

.testimonials-swiper .swiper-slide:nth-child(3) {
    height: 260px;
    border: 2px solid #0929a7;
}

.testimonials-swiper .swiper-slide:nth-child(4) {
    height: 420px;
    background: #f4f4f4;
    border: none;
}

.testimonials-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 200px;
    height: 56px;
    left: 50px;
    top: -28px;
    background: #ffffff;
    box-shadow: 0px 29px 48px rgba(0, 0, 0, 8%);
    border-radius: 61px;
}

.testimonials-swiper .swiper-slide p {
    height: 220px;
    width: 86%;
    text-align: justify;
    line-height: 32px;
    height: auto;
    position: absolute;
    top: 61px;
    font-weight: 700;
}

.testimonials-swiper .swiper-slide > div {
    display: flex;
    justify-content: space-between;
    width: 86%;
    position: absolute;
    bottom: 31px;
    font-size: 14px !important;

}

.testimonials-swiper .swiper-slide > div > span {
    font-weight: 400;
}

.testimonials-swiper .swiper-slide > div > h3 {
    font-weight: 800;
    font-size: 14px;
}

.testimonials-swiper .swiper-slide.active {
    background: radial-gradient(
        209.19% 157.84% at 14.84% -45.1%,
        #2260ff 0%,
        #001342 100%
    ),
    #f4f4f4;
    box-shadow: 0px 57px 82px rgba(0, 25, 125, 0.16);
    color: white;
}

/*      end testimonials     */

/*      pricing     */
.company_sec_6 {
    padding: 100px 0;
    margin-top: 0px !important;
}

.bx_prices_comp {
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 24px;
}

.bx_prices_comp .prices_h_comp {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.bx_prices_comp .prices_h_comp > span {
    color: #3e65ff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

.bx_prices_comp .prices_h_comp .prices_num_comp p {
    font-size: 36px;
    font-weight: 900;
    line-height: 55.8px;
}

.bx_prices_comp .prices_h_comp .prices_num_comp span {
    font-weight: 300;
    font-size: 14px;
}

.bx_prices_comp .prices_h_comp .prices_num_comp {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bx_prices_comp .prices_h_comp > p {
    font-weight: 300;
    line-height: 22px;
}

.bx_prices_comp .prices_fth_list li.inactive {
    color: #a9a9a9;
}

.bx_prices_comp .prices_fth_list li {
    font-weight: 600;
    line-height: 25px;
    padding-right: 32px;
    margin-bottom: 12px;
    position: relative;
    font-size: 14px;
}

.bx_prices_comp .prices_fth_list li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background: url(../img/company/check.svg) no-repeat;
}

.bx_prices_comp .prices_fth_list li.inactive:before {
    background: url(../img/company/uncheck.svg) no-repeat;
}

.sec_6_comp_h {
    text-align: center;
    margin-bottom: 34px;
}

.sec_6_comp_h span {
    font-size: 20px;
    color: #393939;
    margin-bottom: 4px;
    display: block;
    line-height: 23px;
}

.sec_6_comp_h h2 {
    line-height: 50px;
}

.custom_plan_comp {
    padding: 18px 300px 18px 32px;
    background: url(../img/company/custom_p_bg.png),
    linear-gradient(249.72deg, #00030b -0.22%, #002791 73.37%);
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 20px;
    box-shadow: 0px 61px 66px -24px #00115733;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.custom_plan_comp h4 {
    font-size: 24px;
    font-weight: 800;
    line-height: 37px;
    margin-bottom: 7px;
}

.custom_plan_comp p {
    font-weight: 300;
    line-height: 22px;
}

.only_mob {
    display: none !important;
}

.btn_more_plan {
    background: #f7f7f7;
    border: none;
    display: flex;
    width: 100%;
    border-radius: 45px;
    height: 31px;
    margin-top: 13px;
    align-items: center;
    justify-content: center;
}

.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;
    background: white;
    width: 30% !important;
    box-shadow: 0 1px 40px 1px #e8e8e8;
    padding: 11px 13px !important;
    border-radius: 28px !important;
    margin-top: 14px !important;
    justify-content: space-between !important;
}
.list-price-tag li{
    margin-right: 10px;
    /*border-left: 1px solid #00000040;*/
    padding-left: 10px;
    font-weight: 600 !important;
    cursor: pointer;

}
.list-price-tag li:nth-last-child(1){
    border: none;
}
.list-price-tag li.active{
    color: #fff !important;
    background: #375fff;
    font-weight: 700;
    padding: 12px 15px;
    box-shadow: none;
    border: 1px solid rgba(62, 101, 255, 0.34);
    border-radius: 22px !important;
}
.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;
}
/*      end pricing     */


/*      contact us       */
.contact {
    padding-top: 107px;
}

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

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

.contact > .contact-header {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 24px;
}

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

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

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

.contact > .contact-body > .contact-body-content {
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
}

.contact > .contact-body > .contact-body-content > .contact-body-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 651px;
}

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

.contact > .contact-body > .contact-body-content > .contact-body-left > img {
    width: auto;
    height: 719px;
    position: absolute;
    left: -38px;
    top: -100px;
}

.contact form > div {
    position: relative;
}

.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 input {
    width: 100%;
    margin: 0.8rem 0;
    font-size: 1.125rem;
    border: 1px solid #dddddd;
    border-radius: 20px;
    z-index: 99;
    height: 76px;
    width: 95%;
    font-family: yekanbakh;
    padding-right: 32px;
    box-sizing: unset;
}

.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: 19%;
    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: 13% !important;
}

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

.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: 100%;
    margin-top: 32px;
}

/*      map      */
.map {
    margin-top: 100px;
}
.map-body-right .header{
    font-weight: 900 !important;
    font-size: 42px !important;
    margin-top: 12px;
}
.map > .map-body > .map-body-content > .map-body-right > p {
    font-size: 16px;
    font-weight: 600;
    width: 651px;
    line-height: 28px;
    margin-top: 12px;
}

.map > .map-body > .map-body-content > .map-body-right > h2 {
    text-align: right;
    margin-left: 18px;
    margin-top: 12px;
    font-size: 48px;
}

.map > .map-body > .map-body-content > .map-body-right > span {
    font-size: 20px;
    color: #656565;
    margin-top: 35px;
}

.map > .map-body > .map-body-content > .map-body-right > div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 648px;
    margin-top: 56px;
}

.map
> .map-body
> .map-body-content
> .map-body-right
> div
> div:nth-child(1) {
    width: 180px;
}

.map > .map-body > .map-body-content > .map-body-right > div > div > h3 {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-bottom: 12px;
}

.map
> .map-body
> .map-body-content
> .map-body-right
> div
> div
> span:nth-child(1) {
    font-weight: 700;
    font-size: 24px;
}

.map h4{
    margin-bottom: 12px;
}

.map
> .map-body
> .map-body-content
> .map-body-right
> div
> div
> span:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 200%;
}

.map .map-body-right-phone {
    font-weight: 700;
    font-size: 24px !important;
}

.map
> .map-body
> .map-body-content
> .map-body-right
> div
> div:nth-child(2) {
    margin-right: 17px;
    width: 400px;
}

.map > .map-body > .map-body-content {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.map > .map-body > .map-body-content > .map-body-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: auto;
}

.map > .map-body > .map-body-content > .map-body-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 590px;
    position: relative;
}

.map > .map-body > .map-body-content > .map-body-left > img {
    width: 590px;
    height: 319px;
    border-radius: 33px;
}

.map > .map-body > .map-body-content > .map-body-left > div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 16px 24px;

    position: absolute;
    width: 401px;
    height: 33px;
    right: 74px;
    top: 292px;

    background: #ffffff;
    box-shadow: 0px 29px 44px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.map > .map-body > .map-body-content > .map-body-left > div > a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: flex;
}

.map > .map-body > .map-body-content > .map-body-left > div > a > svg {
    margin-left: 10px;
}

.map > .map-body > .map-body-content > .map-body-left > div > span {
    font-size: 29px;
    color: #dddddd;
    font-weight: 100;
    margin-top: 5px;
}

/*      end map     */

/*      resume      */
.resume {
    padding-top: 107px;
}

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

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

.resume > .resume-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
}

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

.resume .resume-body > p {
    text-align: center;
    margin-top: 12px;
    font-weight: 700;
}

.resume > .resume-body > .resume-body-row {
    display: flex;
    position: relative;
    margin-top: 32px !important;
}

.resume > .resume-body > .resume-body-row > div:nth-child(even) {
    margin-right: 24px;
    position: relative;
}

.resume > .resume-body > .resume-body-row > div > span {
    font-weight: 700;
    font-size: 18px;
    color: #8b8b8b;
    margin-top: 16px;
    display: inline-block;
}

.resume > .resume-body > .resume-body-row > div > .resume-title {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    color: #000000;
    margin-top: 14px;
}

.resume > .resume-body > .resume-body-row > div > a {
    margin-top: 22px;
    font-size: 16px;
}

.resume > .resume-body > .resume-body-row > div > .resume-body-row-picture {
    position: relative;
}

.resume
> .resume-body
> .resume-body-row
> div
> .resume-body-row-picture
> img {
    width: 100%;
    height: auto;
    border-radius: 21px;
}

.resume
> .resume-body
> .resume-body-row
> div
> .resume-body-row-picture
> ul {
    display: flex;
    justify-content: start;
    position: absolute;
    width: 95%;
    height: 41px;
    top: 276px;
    right: 16px;
    background: white;
    box-shadow: 0px 18px 55px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    align-items: center;
}

.resume
> .resume-body
> .resume-body-row
> div
> .resume-body-row-picture
> ul
> li {
    font-weight: 700;
    font-size: 16px;
    margin-right: 20px;
}

.resume
> .resume-body
> .resume-body-row
> div
> .resume-body-row-picture
> ul
> li
> span {
    color: #9f9f9f;
}

.resume > .resume-body > .resume-body-tag > ul {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.resume > .resume-body > .resume-body-tag > ul > li {
    font-weight: 700;
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 32px;
    background: #f3f3f3;
    border-radius: 20px;
    text-align: center;
    padding: 8px 24px;
    margin-right: 16px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.resume > .resume-body > .resume-body-tag > ul > li.active {
    background: radial-gradient(
        210.56% 198.03% at -8.19% -65.79%,
        #5282fd 0%,
        #0034b8 100%
    );
    box-shadow: 0px 16px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    color: white;
}

.resume > .resume-body > .resume-body-tag > ul > li.active:hover {
    box-shadow: none;
    transition: all ease 0.3s;
}

.resume > .resume-body > .resume-body-tag > ul > li > span {
    color: #9f9f9f;
}

/*      end resume      */


/*      newslatter      */
.news {
    margin-top: 110px;
    position: relative;
}

.news > img:nth-child(1) {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -9;
}

.news > img:nth-child(2) {
    display: none;
}

.news > div {
    display: flex;
    align-items: center;
    height: 136px;
}

.news > div > .news-header {
    font-family: yekanbakh;
    font-weight: 900;
    font-size: 32px;
    color: white;
    margin-right: 40px;
}

.news > div > span {
    font-family: yekanbakh;
    font-weight: 700;
    font-size: 18px;
    color: white;
    margin-right: 16px;
}

.news > div > form {
    margin-right: 16px;
    margin-right: 0;
    position: relative;
    display: flex;
    width: 420px;
    display: block;
    height: 98px;
    right: 11%;
}

.news > div > form > input {
    font-family: yekanbakh;
    color: #8f8f8f;
    border-radius: 20px;
    width: 380px;
    background: #fff;
    height: 98px;
    position: absolute;
    border: none;
    bottom: 0;
    font-weight: 600;
    font-size: 14px;
    padding-right: 38px;
}

.news > div > form > button {
    width: 121px;
    height: 76px;
    font-family: yekanbakh;
    background: radial-gradient(
        210.56% 198.03% at -8.19% -65.79%,
        #5282fd 0%,
        #0034b8 100%
    );
    box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    left: 3%;
    margin-top: 10px;
    cursor: pointer;
    z-index: 9;
    position: absolute;
}

/*      end newslatter      */

/*      footer      */
footer {
    margin-top: 50px !important;
    display: flex;
    flex-direction: column;
}

footer > .footer-main {
    display: flex;
    justify-content: space-between;
}

footer > .footer-main > div:nth-child(2) div{
    display: flex;
    flex-direction: column;
}

footer > .footer-main > div:nth-child(2) h3{
    font-size: 24px;
    font-weight: 800;
}

footer > .footer-main >  div:nth-child(2) img {
    width: 100%;
    height: auto;
    margin-top: 0px;
}

footer > .footer-main > ul > li:nth-child(1) {
    font-weight: 800;
    font-size: 24px;
}

footer > .footer-main > ul > li > a {
    font-weight: 500;
    font-size: 18px;
    margin-top: 16px;
    color: #2f2f2f;
}

footer > .footer-main > div {
    width: 40%;
}

footer > .footer-main > div:nth-child(2) {
    width: 9%;
}

footer > .footer-main > div > ul > li:nth-child(1) {
    margin-right: 0;
}

footer > .footer-main > .footer-first-child > ul > li {
    margin-top: 24px;
}

footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
    margin-top: 0;
}

footer > .footer-main > .footer-first-child > ul {
    width: 50%;
}

footer > .footer-main > .footer-first-child > ul > li > a {
    font-weight: 500;
    font-size: 18px;
    margin-top: 16px;
    color: #2f2f2f;
}

footer > .footer-main > .footer-first-child {
    display: flex;
    flex-direction: row;
}

footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
    font-weight: 800;
    font-size: 24px;
}

footer > .footer-main > .footer-last-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}

footer > .footer-main > .footer-last-section > a > img {
    width: 200px;
    height: 70px;
}

footer > .footer-main > .footer-last-section > p {
    line-height: 21px;
}

footer > .footer-main > .footer-last-section > ul {
    display: flex;
    justify-content: space-around;
}

footer > .footer-main > .footer-last-section > ul > li:nth-child(1) {
    margin-right: 0;
}

footer > .footer-main > .footer-last-section > ul > li {
    margin-right: 12px;
}

footer > .footer-main > ul > ul {
    flex-direction: column;
    margin-top: 24px;
    width: 222px;
}

footer > .footer-main > ul > ul > li > a > img {
    width: 113px;
    height: 113px;
}

footer > .footer-copyright {
    display: flex;
    margin-top: 70px;
    margin-bottom: 30px;
    justify-content: space-between;
}

footer > .footer-copyright > ul {
    display: flex;
    width: 200px;
    justify-content: space-between;
}

/*      end footer      */


/*      blog        */

.container-blog *{
    box-sizing: border-box;
}

.container-blog {
    width: 1280px;
    margin: 0 auto;
}

.back-blog {
    background-color: #0a0a0a;
    width: 100%;
    height: 24rem;
    margin-bottom: -24rem;
    margin-top: 6rem;
}
.blog-header-title .header{
    font-weight: 900 !important;
    font-size: 32px !important;
    margin-top: 12px;
}
.blog {
    max-width: 96%;
    margin-left: 0rem !important;
    padding-left: 0rem !important;
    position: relative;
    margin-top: 3rem !important;
    margin-bottom: 6rem !important;
}

.blog-first-div {
    width: 90%;
}

.blog > .swiper-blog {
    margin-top: 2rem;
    position: unset;
    padding-left: 11rem;
}

.blog > .blog-header {
    margin-top: 28px;
    margin-right: 0rem !important;
}

.blog > .blog-header > .blog-header-title {
    color: white;
    display: flex;
    align-items: center;
}

.blog > .blog-header > p {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 180%;
}

.blog > .blog-header > .blog-header-title > span {
    font-weight: 400;
    font-size: 20px;
    margin-right: 10px;
    color: #9b9b9b;
}

.blog > .blog-header > ul {
    display: flex;
}

.blog > .blog-header > ul > li {
    font-weight: 700;
    font-size: 16px;
    width: auto;
    height: 40px;
    line-height: 32px;
    background: #232323;
    border-radius: 20px;
    text-align: center;
    padding: 4px 24px;
    margin-right: 16px;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 16px;
    color: #fff;
}

.blog > .blog-header > ul > li {
    color: white !important;
}

.blog > .blog-header > ul > li a {
    color: white !important;
}

.blog > .blog-header > ul > li > span {
    color: #9f9f9f;
}

.blog > .blog-header > ul > li:nth-child(1) {
    margin-right: 0;
}

.blog > .blog-header > ul > li.active {
    background: radial-gradient(
        210.56% 198.03% at -8.19% -65.79%,
        #5282fd 0%,
        #0034b8 100%
    );
    box-shadow: 0px 16px 50px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    color: white;
}

.blog .swiper-navbar-footer {
    position: absolute;
    left: 50px;
    display: block;
    width: 164px;
    top:0;
    height: 88px;
}

.blog .swiper-button-next {
    border-radius: 117px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    bottom: 0px;
    font-size: 14px;
    text-align: center;
    margin-left: 4px;
    color: white;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
    background: #232323;
    border-radius: 20px;
    color: #fff;
    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);
}

.blog .swiper-button-prev {
    border-radius: 117px;
    width: 64px;
    height: 64px;
    font-size: 33px;
    margin-bottom: 0px;
    bottom: 0px;
    font-size: 14px;
    text-align: center;
    margin-left: 4px;
    color: #595959;
    margin-top: -33px;
    position: absolute;
    background: white;
    z-index: 9;
    background: #232323;
    border-radius: 20px;
    color: white;
}

.blog .swiper-button-next:hover {
    box-shadow: none;
    transition: all ease 0.3s;
}

.blog > .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: 50px;
    color: white;
    transition: all ease 0.3s;
}

.blog .swiper-button-next:after {
    font-size: 18px;
    margin-right: 6px;
}

.blog .swiper-button-prev:after {
    font-size: 18px;
    margin-left: 6px;
}

.blog .blog-body-mobile {
    display: none;
}

.blog > .swiper-blog > .swiper-wrapper > .swiper-slide > .blog-first-div > h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 180%;
}

.blog > .swiper-blog > .swiper-wrapper > .swiper-slide > .blog-first-div > p {
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #000000;
    line-height: 21px;
    margin-top: 0px;
    line-height: 180%;
}

.blog
> .swiper-blog
> .swiper-wrapper
> .swiper-slide
> .blog-first-div
> a
> img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.blog
> .swiper-blog
> .swiper-wrapper
> .swiper-slide
> .blog-first-div
> a:nth-last-child(1) {
    position: absolute;
    color: white;
    top: 10px;
    right: 14px;
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(24px);
    border-radius: 21px;
    width: auto;
    line-height: 35px;
    text-align: center;
    border: 1px solid;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
}

.blog > .swiper-blog > .swiper-wrapper > .swiper-slide > .blog-first-div > div {
    height: 43px;
    display: flex;
    justify-content: space-between;
    color: black;
    align-items: center;
}

.blog
> .swiper-blog
> .swiper-wrapper
> .swiper-slide
> .blog-first-div
> div
> span {
    font-weight: 300;
    font-size: 14px;
}

.blog
> .swiper-blog
> .swiper-wrapper
> .swiper-slide
> .blog-first-div
> div
> div
> span:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
}

.blog
> .swiper-blog
> .swiper-wrapper
> .swiper-slide
> .blog-first-div
> div
> div
> span:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
}

/*      end blog        */

/*      quick access        */
.list_nav_gads {
    text-align: center;
    display: flex;
    justify-content: center;
}

.list_nav_gads ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0;
    border-radius: 44px;
    flex-wrap: wrap;
}

.list_nav_gads ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 21.7px;
    padding: 8px 16px;
    display: block;
    border-radius: 33px;
    transition: all 0.3s;
    margin-left: 5px;
    display: inline-block;
    width: 193px;
    height: 58px;
    margin-left: 31px;
    border-radius: 20px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    border: none;
    transition: all ease 0.3s;
    background: white !important;
    color: black !important;
    border: 2px solid #ebebeb !important;
}

.list_nav_gads ul li a.active,.list_nav_gads ul li a:hover {
    background: #fff;
}

.list_nav_gads ul li:last-child a {
    margin-left: 0;
}

.nav_gads {
    margin: 60px 0;
}

.list_nav_gads ul li:hover a {
    background: radial-gradient(210.56% 198.03% at -8.19% -65.79%, #5282fd 0%, #0034b8 100%) !important;
    color: white !important;
}

/*      end quick access        */


/*      process webdesign       */

.company_sec_5 {
    background: #030304;
    padding: 64px 0;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
}

.company_sec_5 .sec_5_comp_h {
    text-align: center;
    margin-bottom: 64px;
    position: relative;

}

.company_sec_5 .row {
    position: relative;
}

.company_sec_5 .sec_5_comp_h h2 {
    line-height: 50px;
}

.company_sec_5 .sec_5_comp_h span {
    color: #8B8B8B;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 4px;
    display: block;
}

.bx_sec_5_comp {
    text-align: center;
    z-index: 9;
    position: relative;
}

.bx_sec_5_comp h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 31px;
    margin-bottom: 4px;
    margin-top: 32px;
}

.bx_sec_5_comp p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.company_sec_5 .container>.row {
    position: relative;
}

.company_sec_5 .container-second>.row:before {
    content: '';
    height: 3px;
    width: 80%;
    top: calc(25% - 1.5px);
    right: 10%;
    background: url(../../frontAssets/img/company/line.svg);
    position: absolute;
    z-index: 9;
}

/*      end process webdesign       */


/*      more content        */
.desc_cat {
    padding: 0px 0;
    padding-bottom: 90px;
}

.desc_cat h2 {
    line-height: 57px;
    margin-bottom: 16px;
}

.desc_cat p {
    line-height: 28.8px;
    font-size: 16px;
    font-weight: 400;
}

.desc_cat .desc_text {
    height: 116px;
    overflow: hidden;
    position: relative;
}
.desc_cat .desc_text p {
    margin-bottom: 10px;
}
.desc_cat .btn {
    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 */;
    display: inline-block;
    padding: 24px 32px;
    color: #fff;
    box-shadow: 0px 37px 50px 0px rgba(0, 51, 255, 0.18);
    border-radius: 20px;
    margin-top: -70px;
    position: relative;
    cursor: pointer;
}

.desc_cat .desc_text:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.desc_text.expanded {
    height: auto;
}
.desc_text.expanded+.text-center .btn_more {
    margin: 25px 0 0;
}
.desc_text.expanded:before {
    display: none;
}

/*      end more content        */

/* contact-web us */
.contact-web {
    margin-top: 0;
    padding-top: 0;
    border-radius: 30px;
    position: relative;
    height: 450px;
    padding-top: 100px;
    margin-bottom: 150px;
    margin-top: 0;
    box-sizing: unset;
}
.contact-web-body-right .header{
    font-weight: 900;
    font-size: 32px;
    margin-top: 12px;
}

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

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

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

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

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

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

.contact-web > .contact-web-body > .contact-web-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%;
}

.contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 50%;
    padding-right: 70px;
}

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

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

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

.contact-web 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: auto;
    color: #8f8f8f;
    font-size: 14px;
}
.contact-web form {
    margin-top: 12px;
}

.contact-web 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%;
    box-sizing: unset !important;
}

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

.contact-web form input:focus + label,
.contact-web 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-web form input:focus,
.contact-web form input:valid {
    border: 2px solid #0c34d3;
}

.contact-web 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-web form input:focus + label,
.contact-web 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-web form input:focus + .cover,
.contact-web form input:hover + .cover,
.contact-web form input:valid + .cover {
    opacity: 1;
}

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

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

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

.contact-web .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-web .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-web .select-type > ul > li:nth-child(2) {
    margin-right: 16px;
}

.contact-web .btn-primary {
    width: 80%;
    margin-top: 0;
}


.comment_page {
    padding: 110px 0;
}

.form_comment h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 22px;
}

.form_comment form .input {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.form_comment form .input input {
    width: calc(50% - 8px);
}

.form_comment form input,.form_comment form textarea {
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 20px;
    font-size: 14px;
    padding: 16px;
    font-family: yekanbakh, gilroy, tahoma;
}

.form_comment form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_comment form button {
    border-radius: 20px;
    background: radial-gradient(210.56% 198.03% at -8.19% -65.79%, #5282FD 0%, #0034B8 100%);
    box-shadow: 0px 37px 50px 0px rgba(0, 51, 255, 0.18);
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: yekanbakh, gilroy, tahoma;
    padding: 16px;
}

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

.list_comment_page .h_l_c_page span {
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.list_comment_page .h_l_c_page p {
    color: rgba(15, 63, 255, 1);
    font-size: 32px;
    font-weight: 900;
}

.list_comment_page .h_l_c_page .filter_comment {
    background: none;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 16px;
    gap: 32px;
    font-size: 16px;
    font-weight: 600;
    font-family: yekanbakh, gilroy, tahoma;
}

.list_box_comment .box_comment {
    background: rgba(247, 247, 247, 1);
    border-radius: 20px;
    padding: 32px;
}
.list_box_comment .box_comment .txt_comment p {
    font-size: 16px;
    line-height: 26px;
}
.list_box_comment {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 37px;
}

.list_box_comment .box_comment .h_box_comm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.box_comment .h_box_comm>div {
    display: flex;
}

.box_comment .h_box_comm>div:first-child {
    gap: 18px;
    width: 100%;
    display: flex
;
    justify-content: space-between;
}

.box_comment .h_box_comm>div:first-child p {
    font-size: 20px;
    font-weight: 700;
}

.box_comment .h_box_comm>div:first-child span {
    color: rgba(117, 117, 117, 1);
    font-size: 18px;
    font-weight: 700;
}

.box_comment .like_dis_comm {
    display: flex;
    align-items: center;
    gap: 24px;
}

.box_comment .like_dis_comm div {
    display: flex;
    align-items: center;
    gap: 4px;
    direction: ltr;
    font-size: 18px;
    font-weight: 700;
}
.box_comment .like_dis_comm.mob {
    display: none;
}
.list_box_comment .box_comment>.box_comment {
    box-shadow: 0px 17px 94px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    margin-top: 16px;
}

.list_comment_page .more_comment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
}

.list_comment_page .more_comment button {
    background: radial-gradient(135.94% 135.94% at 100% 100%, #0028C7 0%, #B5CAFF 100%);
    box-shadow: 0px 11px 21px 0px rgba(62, 101, 255, 0.35);
    border-radius: 28px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    padding: 5px 16px;
    font-family: yekanbakh, gilroy, tahoma;
}



.contcre_sec_2 {
    margin: 40px 0;
}
ul.menu_contcre {
    background: #EAEAEA;
    border-radius: 44px;
    display: inline-flex;
    justify-content: space-around;
    padding: 4px;
}

ul.menu_contcre li a {
    padding: 8px 16px;
    display: block;
    border-radius: 33px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 21.7px;
    margin-left: 5px;
}
ul.menu_contcre li:last-child a {
    margin-left: 0;
}

ul.menu_contcre li a:hover, ul.menu_contcre li a.active {
    background: #fff;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.samandehi2{
    margin-top: 0 !important;
    width: 104px !important;
    height: auto !important;

}
.enamad2{
    margin-top: 0 !important;
    width: 104px !important;
    height: auto !important;
    display: block !important;
}

@media (min-width: 1000px) {
    .container {
        width: 1280px;
        margin: 0 auto;
    }

}
@media (max-width: 1280px) {


    .container-blog {
        width: 95% !important;
    }
}
@media (max-width: 1440px) {
    .container-blog {
        width: 95% !important;
    }
}
@media (max-width: 1500px) {
    .container-blog {
        width: 92% !important;
    }
}
@media (max-width: 1800px) {
    .container-blog {
        width: 88% !important;
    }
}

@media (max-width: 2000px) {
    .container-blog {
        width: 82% !important;
    }
}

@media (max-width: 2355px) {
    .container-blog {
        width: 77% !important;
    }
}

@media (max-width: 2755px) {
    .container-blog {
        width: 100% !important;
    }
}

@media (max-width: 900px) {
    .container-blog {
        margin-bottom: 20px !important;
    }
}


@media only screen and (max-width: 370px) {
    .success-input {
        line-height: 77px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 480px) {
    *{
        touch-action: pan-y !important;
    }
    footer > .footer-main > .footer-first-child {
        width: 88% !important;
    }
}



@media only screen and (max-width: 2755px) {
    .container-blog {
        width: 96%;
    }

}
@media only screen and (max-width: 1400px) {
    .bx_prices_comp {
        padding: 24px 12px;
    }
    .blog
    > .swiper-blog
    > .swiper-wrapper
    > .swiper-slide
    > .blog-first-div
    > h3 {
        font-size: 0.8rem;
    }

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

    .contact-web > .contact-web-body > .contact-web-body-content {
        padding: 2rem;
    }
    .contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-left {
        display:none;
    }
    .contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-right {
        width: 100%;
        padding:0;
        text-align: center;
    }
    .contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-right > span {
        text-align:center;
        width:100%;
    }
    .contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-right > h3 {
        text-align:center;
    }
    .contact-web form input {
        width:100%;

    }
    .contact-web .btn-primary {
        width:100%;
    }
    /* navbar styles */
    nav {
        display: flex;
        justify-content: space-between;
        margin-top: 32px !important;

    }

    nav ul {
        display: flex;
        align-items: center;
        z-index: 9;
    }

    nav > ul > li {
        margin-right: 50px;
        font-size: 18px;
        font-weight: 700;
        position: relative;
    }

    nav > ul > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav > ul > li > ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        box-shadow: 0px 39px 86px 0px rgba(0, 0, 0, 0.1);
        border-radius: 22px;
        background: #fff;
        width: 345px;
        position: absolute;
        padding: 18px 0;
        right: -20px;
        top: 40px;
        display: none;
    }

    nav > ul > li > ul li {
        width: 92%;
        height: 41px;
        margin: 0 auto;
    }

    nav > ul > li > ul li a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        align-items: center;
        width: 92%;
        height: 100%;
        margin: 0 auto;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 700;
    }

    nav > ul > li > ul li a:hover {
        background: #f3f6ff;
        transition: all linear 0.3s;
    }

    nav ul li svg {
        margin-right: 5px;
    }

    nav > ul > li > a.active {
        color: #000;
    }

    nav > ul > li > a.active-menu {
        color: #0f3fff;
    }

    nav > ul > li:nth-child(1) {
        margin-right: 0;
    }

    nav > ul > li:first-child > a > img {
        width: auto;
        height: 57.65px;
        display: block !important;
    }

    nav > ul > li > a > img {
        display: none !important;
    }

    nav > div > a > img {
        display: none;
    }

    /* faq */
    .faq {
        margin-top: -300px;
        padding: 0;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
    }

    .faq > .faq-right {
        width: 38%;
    }

    .faq > .faq-right > img {
        width: 179px;
        height: 179px;
    }

    .faq > .faq-right > div {
        display: flex;
        font-weight: 900;
        font-size: 32px;
        align-items: center;
        margin-top: 32px;
    }

    .faq > .faq-right > div > h2 > span {
        color: #3e65ff;
    }

    .faq > .faq-right > p {
        font-weight: 700;
        font-size: 18px;
        margin-top: 32px;
        line-height: 32px;
    }

    .faq > .faq-right > a {
        margin-top: 32px;
    }

    .faq > .faq-right > div > span {
        font-weight: 400;
        font-size: 20px;
        color: #656565;
        margin-right: 8px;
    }

    .faq > .faq-left {
        width: 58%;
        margin-right: 10px;
    }

    .faq h2 {
        font-size: 24px;
    }

    .faq .accordion {
        cursor: pointer;
        width: 100%;
        transition: all ease 0.4s;
        background: #f7f7f7;
        border-radius: 20px;
        text-align: right;
        margin-top: 8px;
        border: none;
        font-family: yekanbakh;
        font-weight: 700;
        font-size: 20px !important;
        height: 86px;
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq .accordion span {
        width: 54px;
        height: 54px;
        background: white;
        text-align: center;
        font-size: 36px;
        border-radius: 20px;
        line-height: 50px;
        font-weight: 400;
    }

    .faq .panel {
        padding: 0 0;
        display: none;
        background-color: white;
        margin-bottom: 24px;
    }

    .faq .panel p {
        color: #000;
        line-height: 32px;
        padding: 24px 24px;
        border-radius: 20px;
        margin-top: 15px;
        font-weight: 500;
        text-align: justify;
        background: #f7f7f7;
    }

    /* contact us */
    .contact {
        margin-top: 106px;
        width: 91%;
        margin: 0 auto;
    }

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

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

    .contact > .contact-header {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-top: 24px;
    }

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

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

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

    .contact > .contact-body > .contact-body-content {
        display: flex;
        margin-top: 32px;
        justify-content: space-between;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 651px;
    }

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

    .contact
    > .contact-body
    > .contact-body-content
    > .contact-body-left
    > img {
        width: auto;
        height: 590px;
        position: absolute;
        left: -126px;
        top: 21px;
    }

    .contact form > div {
        position: relative;
    }

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

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

    .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: 19%;
        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: 13% !important;
    }

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

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

    .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: 90%;
        margin-top: 32px;
    }


    /* map */
    .map {
        margin-top: 230px;
    }

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

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        text-align: right;
        margin-left: 18px;
        margin-top: 12px;
        font-size: 48px;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        font-size: 20px;
        color: #656565;
        margin-top: 35px;
    }

    .map > .map-body > .map-body-content > .map-body-right > div {
        display: flex;
        flex-direction: row;
        justify-content: start;
        width: 648px;
        margin-top: 56px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1) {
        width: 26%;
    }

    .map > .map-body > .map-body-content > .map-body-right > div > div > h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div
    > span:nth-child(1) {
        font-weight: 600;
        font-size: 16px;
        width: 91% !important;
        display: inline-block;
        line-height: 28px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2)
    > span {
        font-weight: 700;
        font-size: 16px;
        width: 55% !important;
        display: inline-block;
        line-height: 28px;
    }

    .map .map-body-right-phone a {
        font-weight: 700;
        font-size: 18px;
        width: 71% !important;
        display: inline-block;
        line-height: 32px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2) {
        margin-right: 17px;
    }

    .map > .map-body > .map-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .map > .map-body > .map-body-content > .map-body-right {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 35%;
    }

    .map > .map-body > .map-body-content > .map-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        position: relative;
    }

    .map > .map-body > .map-body-content > .map-body-left > img {
        width: 100%;
        height: 300px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 16px 24px;

        position: absolute;
        width: 401px;
        height: 33px;
        right: 51px;
        top: 272px;

        background: #ffffff;
        box-shadow: 0px 29px 44px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a > svg {
        margin-left: 10px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > span {
        font-size: 29px;
        color: #dddddd;
        font-weight: 100;
        margin-top: 5px;
    }

    /* news */
    .news {
        margin-top: 110px;
        position: relative;
    }

    .news > img:nth-child(1) {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -9;
    }

    .news > img:nth-child(2) {
        display: none;
    }

    .news > div {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .news > div > h3 {
        font-family: yekanbakh;
        font-weight: 900;
        font-size: 27px;
        color: white;
        margin-right: 10px;
    }

    .news > div > span {
        font-family: yekanbakh;
        font-weight: 600;
        font-size: 16px;
        color: white;
        margin-right: 6px;
    }

    .news > div > form {
        margin-right: 0;
        position: relative;
        display: flex;
        width: 29%;
        display: block;
        height: 98px;
        margin-right: 0;
    }

    .news > div > form > input {
        font-family: yekanbakh;
        color: #8f8f8f;
        border-radius: 20px;
        width: 276px;
        height: 81px;
        position: absolute;
        border: none;
        bottom: 6px;
        right: 15px;
        font-weight: 600;
        font-size: 14px;
        padding-right: 38px;
    }

    .news > div > form > button {
        width: 121px;
        height: 76px;
        font-family: yekanbakh;
        background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        border: none;
        font-weight: 700;
        font-size: 18px;
        margin-right: 72%;
        margin-top: 0;
        cursor: pointer;
        z-index: 9;
        position: relative;
        margin-top: 12px;
    }

    /* footer */
    footer {
        margin-top: 50px !important;
        display: flex;
        flex-direction: column;
    }

    footer > .footer-main {
        display: flex;
        justify-content: space-between;
    }

    footer > .footer-main > ul > li:nth-child(1) {
        font-weight: 800;
        font-size: 24px;
    }

    footer > .footer-main > ul > li > a {
        font-weight: 500;
        font-size: 18px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > div {
        width: 533px;
    }

    footer > .footer-main > div > ul > li:nth-child(1) {
        margin-right: 0;
    }

    footer > .footer-main > .footer-first-child > ul > li {
        margin-top: 24px;
    }

    footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
        margin-top: 0;
    }

    footer > .footer-main > .footer-first-child > ul {
        width: 50%;
    }

    footer > .footer-main > .footer-first-child > ul > li > a {
        font-weight: 500;
        font-size: 18px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > .footer-first-child {
        display: flex;
        flex-direction: row;
    }

    footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
        font-weight: 800;
        font-size: 24px;
    }

    footer > .footer-main > .footer-last-section {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }

    footer > .footer-main > .footer-last-section > img {
        width: 200px;
        height: 70px;
    }

    footer > .footer-main > .footer-last-section > p {
        line-height: 21px;
    }

    footer > .footer-main > .footer-last-section > ul {
        display: flex;
        justify-content: space-around;
    }

    footer > .footer-main > .footer-last-section > ul > li:nth-child(1) {
        margin-right: 0;
    }

    footer > .footer-main > .footer-last-section > ul > li {
        margin-right: 12px;
    }

    footer > .footer-main > ul > ul {
        flex-direction: column;
        margin-top: 24px;
        width: 222px;
    }

    footer > .footer-main > ul > ul > li > a > img {
        width: 113px;
        height: 113px;
    }

    footer > .footer-copyright {
        display: flex;
        margin-top: 70px;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    footer > .footer-copyright > ul {
        display: flex;
        width: 200px;
        justify-content: space-between;
    }
    .blog > .blog-header > ul {
        display: none !important;
    }
    .blog .swiper-navbar-footer {
        top: 0;
    }
    .back-blog {
        height: 18rem;
        margin-bottom: -21rem;
        margin-top: 56px;
    }

}

@media only screen and (max-width: 1024px) {
    /* navbar styles */
    nav {
        display: flex;
        justify-content: space-between;
        margin-top: 32px !important;
    }

    nav ul {
        display: flex;
        align-items: center;
        z-index: 9;
    }

    nav > ul > li {
        margin-right: 50px;
        font-size: 18px;
        font-weight: 700;
        position: relative;
    }

    nav > ul > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav > ul > li > ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        box-shadow: 0px 39px 86px 0px rgba(0, 0, 0, 0.1);
        border-radius: 22px;
        background: #fff;
        width: 345px;
        position: absolute;
        padding: 18px 0;
        right: -20px;
        top: 40px;
        display: none;
    }

    nav > ul > li > ul li {
        width: 92%;
        height: 41px;
        margin: 0 auto;
    }

    nav > ul > li > ul li a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
        align-items: center;
        width: 92%;
        height: 100%;
        margin: 0 auto;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 700;
    }

    nav > ul > li > ul li a:hover {
        background: #f3f6ff;
        transition: all linear 0.3s;
    }

    nav ul li svg {
        margin-left: 5px;
    }

    nav > ul > li > a.active {
        color: #000;
    }

    nav > ul > li > a.active-menu {
        color: #0f3fff;
    }

    nav > ul > li:nth-child(1) {
        margin-right: 0;
    }

    nav > ul > li:first-child > a > img {
        width: auto;
        height: 57.65px;
        display: block !important;
    }

    nav > ul > li > a > img {
        display: none !important;
    }

    nav > div > a > img {
        display: none;
    }

    /* faq */
    .faq {
        margin-top: -300px;
        padding: 0;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
    }

    .faq > .faq-right {
        width: 38%;
    }

    .faq > .faq-right > img {
        width: 179px;
        height: 179px;
    }

    .faq > .faq-right > div {
        display: flex;
        font-weight: 900;
        font-size: 32px;
        align-items: center;
        margin-top: 32px;
    }

    .faq > .faq-right > div > h2 > span {
        color: #3e65ff;
    }

    .faq > .faq-right > p {
        font-weight: 700;
        font-size: 18px;
        margin-top: 32px;
        line-height: 32px;
    }

    .faq > .faq-right > a {
        margin-top: 32px;
    }

    .faq > .faq-right > div > span {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        margin-right: 8px;
    }

    .faq > .faq-left {
        width: 58%;
        margin-right: 10px;
    }

    .faq .accordion {
        cursor: pointer;
        width: 100%;
        transition: all ease 0.4s;
        background: #f7f7f7;
        border-radius: 20px;
        text-align: right;
        margin-top: 8px;
        border: none;
        font-family: yekanbakh;
        font-weight: 700;
        font-size: 20px !important;
        height: 86px;
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq .accordion span {
        width: 54px;
        height: 54px;
        background: white;
        text-align: center;
        font-size: 36px;
        border-radius: 20px;
        line-height: 50px;
        font-weight: 400;
    }

    .faq .panel {
        padding: 0 0;
        display: none;
        background-color: white;
        margin-bottom: 24px;
    }

    .faq .panel p {
        color: #000;
        line-height: 32px;
        padding: 24px 24px;
        border-radius: 20px;
        margin-top: 15px;
        font-weight: 500;
        text-align: justify;
        background: #f7f7f7;
    }

    /* contact us */
    .contact {
        margin-top: 106px;
        width: 91%;
        margin: 0 auto;
        margin-top: 72px;
    }

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

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

    .contact > .contact-header {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-top: 24px;
    }

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

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

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

    .contact > .contact-body > .contact-body-content {
        display: flex;
        margin-top: 32px;
        justify-content: space-between;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 651px;
    }

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

    .contact
    > .contact-body
    > .contact-body-content
    > .contact-body-left
    > img {
        width: auto;
        height: 590px;
        position: absolute;
        left: -126px;
        top: 21px;
    }

    .contact form > div {
        position: relative;
    }

    .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: 84%;
        color: #8f8f8f;
        font-size: 14px;
    }

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

    .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: 19%;
        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: 13% !important;
    }

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

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

    .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: 90%;
        margin-top: 32px;
    }


    /* map */
    .map {
        margin-top: 230px;
    }

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

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        text-align: right;
        margin-left: 18px;
        margin-top: 12px;
        font-size: 48px;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        font-size: 14px;
        color: #656565;
        margin-top: 35px;
    }

    .map > .map-body > .map-body-content > .map-body-right > div {
        display: flex;
        flex-direction: row;
        justify-content: start;
        width: 648px;
        margin-top: 56px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1) {
        width: 26%;
    }

    .map > .map-body > .map-body-content > .map-body-right > div > div > h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div
    > span:nth-child(1) {
        font-weight: 600;
        font-size: 16px;
        width: 91% !important;
        display: inline-block;
        line-height: 28px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2)
    > span {
        font-weight: 700;
        font-size: 16px;
        width: 55% !important;
        display: inline-block;
        line-height: 28px;
    }

    .map .map-body-right-phone a {
        font-weight: 700;
        font-size: 18px;
        width: 71% !important;
        display: inline-block;
        line-height: 32px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2) {
        margin-right: 17px;
    }

    .map > .map-body > .map-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .map > .map-body > .map-body-content > .map-body-right {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 35%;
    }

    .map > .map-body > .map-body-content > .map-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 55%;
        position: relative;
    }

    .map > .map-body > .map-body-content > .map-body-left > img {
        width: 100%;
        height: 300px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 16px 24px;

        position: absolute;
        width: 401px;
        height: 33px;
        right: 51px;
        top: 272px;

        background: #ffffff;
        box-shadow: 0px 29px 44px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a > svg {
        margin-left: 10px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > span {
        font-size: 29px;
        color: #dddddd;
        font-weight: 100;
        margin-top: 5px;
    }

    /* news */
    .news {
        margin-top: 110px;
        position: relative;
    }

    .news > img:nth-child(1) {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -9;
    }

    .news > img:nth-child(2) {
        display: none;
    }

    .news > div {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .news > div > h3 {
        font-family: yekanbakh;
        font-weight: 900;
        font-size: 27px;
        color: white;
        margin-right: 10px;
    }

    .news > div > span {
        font-family: yekanbakh;
        font-weight: 600;
        font-size: 16px;
        color: white;
        margin-right: 6px;
    }

    .news > div > form {
        margin-right: 0;
        position: relative;
        display: flex;
        width: 29%;
        display: block;
        height: 98px;
        margin-right: 0;
    }

    .news > div > form > input {
        font-family: yekanbakh;
        color: #8f8f8f;
        border-radius: 20px;
        width: 258px;
        height: 81px;
        position: absolute;
        border: none;
        bottom: 6px;
        right: 15px;
        font-weight: 600;
        font-size: 14px;
        padding-right: 38px;
    }

    .news > div > form > button {
        width: 121px;
        height: 76px;
        font-family: yekanbakh;
        background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        border: none;
        font-weight: 700;
        font-size: 18px;
        margin-right: 66%;
        margin-top: 0;
        cursor: pointer;
        z-index: 9;
        position: relative;
        margin-top: 12px;
    }

    /* footer */
    footer {
        margin-top: 50px !important;
        display: flex;
        flex-direction: column;
    }

    footer > .footer-main {
        display: flex;
        justify-content: space-between;
    }

    footer > .footer-main > ul > li:nth-child(1) {
        font-weight: 800;
        font-size: 24px;
    }

    footer > .footer-main > ul > li > a {
        font-weight: 500;
        font-size: 18px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > div {
        width: 533px;
    }

    footer > .footer-main > div > ul > li:nth-child(1) {
        margin-right: 0;
    }

    footer > .footer-main > .footer-first-child > ul > li {
        margin-top: 24px;
    }

    footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
        margin-top: 0;
    }

    footer > .footer-main > .footer-first-child > ul {
        width: 50%;
    }

    footer > .footer-main > .footer-first-child > ul > li > a {
        font-weight: 500;
        font-size: 18px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > .footer-first-child {
        display: flex;
        flex-direction: row;
    }

    footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
        font-weight: 800;
        font-size: 24px;
    }

    footer > .footer-main > .footer-last-section {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }

    footer > .footer-main > .footer-last-section > img {
        width: 200px;
        height: 70px;
    }

    footer > .footer-main > .footer-last-section > p {
        line-height: 21px;
    }

    footer > .footer-main > .footer-last-section > ul {
        display: flex;
        justify-content: space-around;
    }

    footer > .footer-main > .footer-last-section > ul > li:nth-child(1) {
        margin-right: 0;
    }

    footer > .footer-main > .footer-last-section > ul > li {
        margin-right: 12px;
    }

    footer > .footer-main > ul > ul {
        flex-direction: column;
        margin-top: 24px;
        width: 222px;
    }

    footer > .footer-main > ul > ul > li > a > img {
        width: 113px;
        height: 113px;
    }

    footer > .footer-copyright {
        display: flex;
        margin-top: 70px;
        margin-bottom: 30px;
        justify-content: space-between;
    }

    footer > .footer-copyright > ul {
        display: flex;
        width: 200px;
        justify-content: space-between;
    }

}
@media only screen and (max-width: 992px) {

    /*      navbar      */
    nav{
        width: 100% ;
        flex-direction: column;
    }

    nav ul{
        display: flex;
        justify-content: space-around;
        width: 94%;
        margin: 0 auto;
    }

    nav > ul > li{
        margin-right: 0;
    }

    nav > div{
        margin-top: 10px;
        justify-content: center;
    }
    /*      end navbar      */

    /*      faq      */
    .faq {
        width: 94%;
        /* margin-top: -456px; */
        padding: 0;
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-right: 0;
        margin-top: 105px;
        margin: 0 auto;
        width: 100% !important;
        margin: 0 auto !important;
        display: flex !important;
    }

    .faq > .faq-right {
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 94%;
        margin: 0 auto;

    }

    .faq > .faq-right > img {
        width: 179px;
        height: 179px;
    }

    .faq > .faq-right > div {
        display: flex;
        font-weight: 900;
        font-size: 32px;
        align-items: center;
        margin-top: 32px;
        flex-direction: column-reverse;
    }

    .faq > .faq-right > div > h2 > span {
        color: #3e65ff;
    }

    .faq > .faq-right > p {
        margin-top: 32px;
        line-height: 32px;
        font-size: 18px;
        font-weight: 600;
    }

    .faq > .faq-right > a {
        margin-top: 32px;
        display: none;
    }

    .faq > .faq-right > div > span {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .faq > .faq-left {
        width: 93%;
        margin-top: 32px;
        margin-right: 0;
        margin: 0 auto;
        margin-top: 30px;
    }

    .faq .accordion {
        cursor: pointer;
        width: 100%;
        transition: all ease 0.4s;
        background: #f7f7f7;
        border-radius: 20px;
        text-align: right;
        margin-top: 8px;
        border: none;
        font-family: yekanbakh;
        font-weight: 600;
        height: 86px;
        line-height: 29px;
        margin-bottom: 10px;
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px !important;
        color: #000;
    }

    .faq .accordion span {
        width: auto;
        height: 38px;
        padding: 0px 8px;
        background: white;
        text-align: center;
        font-size: 36px;
        border-radius: 12px;
        line-height: 36px;
        font-weight: 400;
        line-height: 34px;
    }

    .faq .panel {
        padding: 0 0;
        display: none;
        background-color: white;
        margin-bottom: 24px;
    }

    .faq .panel p {
        color: #000;
        line-height: 32px;
        padding: 24px 24px;
        border-radius: 20px;
        margin-top: 15px;
        font-weight: 500;
        text-align: justify;
        background: #f7f7f7;
    }

    /*      end faq     */

    /*      contact us      */
    .contact {
        margin-top: 72px;
        width: 100%;
    }

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

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

    .contact > .contact-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .contact > .contact-header > img {
        width: 102px;
        height: 102px;
        margin-bottom: 26px;
        display: block;
    }

    .contact > .contact-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
    }

    .contact > .contact-body {
        width: 94% !important;
        padding: 0 24px;
    }

    .contact > .contact-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        line-height: 27px;
        padding: 0 24px;
        width: 88%;
    }

    .contact > .contact-body > .contact-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;
        position: relative;
    }

    .contact
    > .contact-body
    > .contact-body-content
    > .contact-body-left
    > img {
        width: auto;
        height: 719px;
        position: absolute;
        left: -526px;
        display: none;
    }

    .contact form > div {
        position: relative;
    }

    .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;
        color: #8f8f8f;
        font-size: 14px;
    }

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

    .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:hover,
    .contact form input:valid {
        border: 2px solid #0c34d3;
    }

    .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: 28%;
        text-align: center;
        color: #0c0c0c;
    }

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

    .contact form label.name-family {
        width: 120px !important;
    }

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

    .contact .select-type {
        margin-top: 32px;
        font-size: 16px;
    }

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

    .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: 14px;
        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;
    }

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

    .contact .btn-primary {
        width: 100%;
        margin-top: 32px;
    }

    .contact {
        margin-top: 72px;
        width: 100% !important;
    }

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

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

    .contact > .contact-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .contact > .contact-header > img {
        width: 102px;
        height: 102px;
        margin-bottom: 26px;
        display: block;
    }

    .contact > .contact-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
    }

    .contact > .contact-body {
        width: 94% !important;
        padding: 0 24px;
    }

    .contact > .contact-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        line-height: 27px;
        padding: 0 24px;
        width: 88%;
    }

    .contact > .contact-body > .contact-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;
        position: relative;
    }

    .contact
    > .contact-body
    > .contact-body-content
    > .contact-body-left
    > img {
        width: auto;
        height: 719px;
        position: absolute;
        left: -526px;
        display: none;
    }

    .contact form > div {
        position: relative;
    }

    .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;
        color: #8f8f8f;
        font-size: 14px;
    }

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

    .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:hover,
    .contact form input:valid {
        border: 2px solid #0c34d3;
    }

    .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: 28%;
        text-align: center;
        color: #0c0c0c;
    }

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

    .contact form label.name-family {
        width: 120px !important;
    }

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

    .contact .select-type {
        margin-top: 32px;
        font-size: 16px;
    }

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

    .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: 14px;
        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;
    }

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

    .contact .btn-primary {
        width: 100%;
        margin-top: 32px;
    }

    /*      end contact     */

    /* map */
    .map {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .map > .map-body > .map-body-content {
        margin-top: 130px;
        display: flex;
        flex-direction: column;
    }

    .map > .map-body > .map-body-content > .map-body-right > p {
        font-size: 14px;
        font-weight: 600;
        width: 91%;
        line-height: 28px;
        margin-top: 12px;
    }

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        text-align: right;
        margin-top: 12px;
        font-size: 48px;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        font-size: 14px;
        color: #656565;
        margin-top: 35px;
    }

    .map > .map-body > .map-body-content > .map-body-right > div {
        display: flex;
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
        justify-content: start;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1) {
        width: 159px;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2) {
        width: 80%;
        margin-right: 0;
    }

    .map > .map-body > .map-body-content > .map-body-right > div > div > h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1)
    > span {
        font-weight: 700;
        font-size: 24px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2)
    > span {
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        width: 97% !important;
        display: block;
        margin-right: 0;
    }

    .map > .map-body > .map-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .map > .map-body > .map-body-content > .map-body-right {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 94%;
        padding-right: 0;
        margin: 0 auto;
    }

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        width: 100%;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        width: 100%;
    }

    .map > .map-body > .map-body-content > .map-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 94%;
        position: relative;
        padding-right: 0;
        margin: 0 auto;
    }

    .map > .map-body > .map-body-content > .map-body-left > img {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 16px 17px;
        position: absolute;
        width: 71%;
        height: 21px;
        right: 13%;
        top: 350px;
        background: #ffffff;
        box-shadow: 0px 29px 44px rgba(0, 0, 0, 0.05);
        border-radius: 22px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > span {
        font-size: 29px;
        color: #dddddd;
        font-weight: 100;
        margin-top: 5px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a > svg {
        margin-left: 10px;
    }



    /*      end map     */


    /*      news        */
    .news {
        margin-top: 120px;
        position: relative;
        width: 100%;
        margin-top: 107px !important;
        width: 100% !important;
    }

    .news > img:nth-child(1) {
        display: none;
    }

    .news > img:nth-child(2) {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -9;
        height: 241px;
    }

    .news > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .news > div > h3 {
        font-family: yekanbakh;
        font-weight: 900;
        font-size: 32px;
        color: white;
        text-align: right;
        width: 94%;
        margin: 0 auto;
        margin-top: 26px;
    }

    .news > div > span {
        font-family: yekanbakh;
        font-weight: 600;
        font-size: 14px;
        color: white;
        line-height: 22px;
        width: 94%;
        margin: 0 auto;
        margin-top: 16px;
    }

    .news > div > form {
        position: relative;
        height: 98px;
        margin-top: 17px;
        justify-content: center;
        display: flex;
        width: 100%;
        margin: 0 auto;
        margin-top: 16px;
        margin: 0 auto;
        display: flex;
        margin-right: 0;
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px !important;

    }

    .news > div > form > input {

        font-family: yekanbakh;
        color: #000;
        background: #fff;
        border-radius: 20px;
        width: 91%;
        margin-right: 0px;
        height: 95px;
        position: absolute;
        border: none;
        font-weight: 600;
        font-size: 14px;
        padding-right: 38px;
    }

    .news > div > form > button {
        width: 121px;
        height: 76px;
        font-family: yekanbakh;
        background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        border: none;
        font-weight: 700;
        font-size: 18px;
        margin-right: 67%;
        cursor: pointer;
        z-index: 9;
        position: relative;
        position: absolute;
        top: 5px;
        left: 4%;
        margin: 0;
    }

    /*      end newslatter      */


    /*      footer      */
    footer {
        width: 100%;
        margin-top: 92px !important;
    }

    footer > .footer-main {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    footer > .footer-main > ul > li:nth-child(1) {
        font-weight: 800;
        font-size: 18px;
    }

    footer > .footer-main > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
        width: 100%;
    }

    footer > .footer-main > div:nth-child(2) div{
        flex-direction: row;
    }

    footer > .footer-main > div:nth-child(2) img{
        width: 100px;
        margin-left: 20px;
    }

    footer > .footer-main > ul > li {
        margin-top: 22px;
        display: inline-block;
        width: 33%;
    }

    footer > .footer-main > ul > li > a {
        font-weight: 500;
        font-size: 18px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > div {
        padding: 0 24px;
        width: 88%;
        text-align: justify;
    }


    footer > .footer-main > div > p {
        line-height: 21px;
        margin-top: 22px;
    }

    footer > .footer-main > div > ul {
        display: flex;
        justify-content: space-around;
    }

    footer > div > ul > ul {
        flex-direction: row !important;
        margin-top: 24px;
        display: flex;
    }

    footer > div > ul > ul > li:nth-child(2) {
        margin-right: 24px;
    }

    footer > div > ul > ul > li > a > img {
        width: 113px;
        height: 113px;
    }

    footer > .footer-main > div > ul > li:nth-child(1) {
        margin-right: 0;
    }

    footer > .footer-main > div > ul {
        margin-top: 22px;
    }

    footer > .footer-main > ul {
        padding: 0 24px;
    }

    footer > .footer-main > .footer-last-section {
        padding: 0;
        width: 93%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        margin-bottom: 20px !important;
        margin: 0 auto;
    }

    footer > .footer-main > .footer-last-section > .logo-footer {
        width: auto;
        height: 81px;
    }

    footer > .footer-main > .footer-last-section > ul > li {
        margin-right: 6px;
    }

    footer > .footer-main > .footer-first-child {
        padding: 0 24px;
        display: flex;
        flex-direction: row;
        justify-self: start;
        width: 100%;
    }

    footer > .footer-main > .footer-first-child > ul {
        display: flex;
        flex-direction: column;
    }

    footer > .footer-main > .footer-first-child > ul:nth-child(2) {
        margin-right: 35px !important;
    }

    footer > .footer-main > .footer-first-child > ul > li {
        font-weight: 500;
        font-size: 16px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
        margin-right: 0;
        font-weight: 800;
        font-size: 18px;
        margin-top: 16px;
    }

    footer > .footer-copyright {
        display: flex;
        margin-top: 50px;
        justify-content: start;
        margin-bottom: 20px;
        flex-direction: column-reverse;
        padding: 0 24px;
    }

    footer > .footer-copyright > ul {
        display: flex;
        width: 100%;
        justify-content: start !important;
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 13px;
    }

    footer > .footer-copyright > ul > li:nth-child(2) {
        margin-right: 10px;
    }

    footer > .footer-copyright > ul > li:nth-child(3) {
        margin-right: 10px;
    }

    footer > .footer-copyright > span {
        color: #757575;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
    }
    /*      end footer      */


    /*      blog        */
    .blog{
        margin-bottom: 70px !important;
    }

    .blog > .swiper-blog {
        padding-left: 3rem;
    }
    .bx_prices_comp .prices_h_comp .prices_num_comp p {
        font-size: 28px;
        line-height: 50px;
    }
    .blog > .swiper-blog {
        padding-left: 28rem;
    }
    .blog > .blog-header{
        margin-top: 71px;
    }

    .blog .swiper-navbar-footer{
        left: 17px;
        top: -15px !important;
    }
    /*      end blog        */


    /*    quick access      */
    .nav_gads {
        margin: 22px 0 !important;
    }

    .list_nav_gads ul {
        display: flex;
        align-items: center;
        justify-content: center !important;
        background: #fff;
        padding: 0px;
        border-radius: 44px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list_nav_gads ul li{
        margin-left: 10px;
    }

    .list_nav_gads ul li a {
        font-weight: 600;
        font-size: 14px;
        line-height: 21.7px;
        padding: 8px 16px;
        display: block;
        border-radius: 33px;
        transition: all 0.3s;
        margin-left: 5px;
        display: inline-block;
        width: 193px;
        height: 64px;
        margin-left: 0;
        border-radius: 26px;
        color: white;
        line-height: 44px;
        font-weight: 700;
        text-align: center;
        margin-left: 0 !important;
        margin-bottom: 20px;
        margin-right: 5px;
        font-size: 18px;
        border: none;
        transition: all ease 0.3s;
        background: white !important;
        color: black !important;
        border: 2px solid #ebebeb !important;
    }




    /*     end quick access     */


    /*    call modal        */
    .call-modal {
        width: 100%;
        height: auto;
    }

    .call-modal .close-call {

        width: 25px;
        height: 25px;
        border-radius: 100%;

    }
    /*    end call modal        */

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

    h2 {
        font-weight: 900;
        font-size: 24px !important;
        margin: 0;
        margin-left: 0 !important;
    }

    h3{
        font-size: 20px !important;
    }
    .only_mob {
        display: flex !important;
    }

    .only_desk {
        display: none !important;
    }

    .bx_prices_comp .prices_h_comp > div:first-child {
        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .bx_prices_comp .prices_h_comp > div:first-child img {
        margin-left: 8px;
    }

    .bx_prices_comp .prices_h_comp > div:first-child span {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 8px;
        display: block;
    }

    .bx_prices_comp .prices_h_comp > div:first-child p {
        font-weight: 300;
        font-size: 14px;
        line-height: 18.6px;
    }

    .bx_prices_comp .prices_h_comp > div:first-child span.c_plan_1 {
        color: #948033;
    }

    .bx_prices_comp .prices_h_comp > div:first-child span.c_plan_3 {
        color: #ac9209;
    }

    .bx_prices_comp .prices_h_comp {
        border-bottom: none;
        padding-bottom: 0;
    }

    .bx_prices_comp .prices_h_comp .prices_num_comp p {
        font-size: 36px;
        line-height: 56px;
    }

    .custom_plan_comp {
        padding: 24px;
        background: linear-gradient(249.72deg, #00030b -0.22%, #002791 73.37%);
        flex-direction: column;
    }

    .custom_plan_comp .btn-primary {
        width: 100%;
        margin-top: 15px;
    }

    .hero_company img {
        margin-bottom: 33px;
    }

    .sec_6_comp_h h2 {
        font-size: 24px;
        line-height: 37px;
    }

    .sec_6_comp_h span {
        font-size: 14px;
        line-height: 18.5px;
        margin-bottom: 0;
    }
    .custom_plan_comp p {
        font-weight: 600 !important;
        font-size: 14px;
    }
    .hero_company .hero-btns a svg {
        margin-right: 0;
        max-width: 100%;
    }

    .bx_sec_4_comp > p {
        font-weight: 300;
        margin-bottom: 52px;
    }

    .company_sec_5 .container > .row > div:last-child .bx_sec_5_comp {
        margin-bottom: 0;
    }

    .company_sec_6 {
        padding: 64px 0;
    }
    .company_sec_6 .row{
        padding: 0 12px;
    }

    .bx_fth_comp h4 {
        font-size: 20px;
    }

    ul.prices_fth_list {
        height: 168px;
        overflow: hidden;
        position: relative;
    }

    ul.prices_fth_list:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 999;
        background: rgb(255, 255, 255);
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
        );
    }

    ul.prices_fth_list.active_plan:before {
        display: none;
    }

    ul.prices_fth_list.active_plan + .btn_more_plan svg {
        transform: rotate(180deg);
    }

    /* resume */
    .resume {
        margin-top: 0;
        width: 100%;
        padding-top: 0;
    }

    .resume h2 {
        text-align: center;
        margin-left: 0;
        font-size: 24px;
    }

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

    .resume > .resume-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .resume > .resume-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
    }

    .resume .resume-body > p {
        text-align: center;
        margin-top: 12px;
        font-size: 14px;
        font-weight: 600 !important;
    }

    .resume > .resume-body > .resume-body-row {
        display: flex;
        flex-direction: column;
        padding: 0 24px;
        padding-top: 0 !important;
        padding-bottom: 0; !important;
    }

    .resume > .resume-body > .resume-body-row > div {
        margin-top: 24px;
        position: relative;
        width: 100%;
        padding-top: 0 !important;
        padding-bottom: 0; !important;
    }

    .resume > .resume-body > .resume-body-row > div:nth-child(1) {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .resume > .resume-body > .resume-body-row > div > span {
        font-weight: 700;
        font-size: 14px;
        color: #8b8b8b;
        margin-top: 7px !important;
        display: inline-block;
    }

    .resume > .resume-body > .resume-body-row > div > .resume-title {
        font-style: normal;
        font-weight: 900 !important;
        font-size: 16px !important;
        color: #000000;
        margin-top: 14px;
    }

    .resume > .resume-body > .resume-body-row > div > a {
        margin-top: 22px;
        font-size: 16px;
        height: 60px;
        line-height: 58px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > img {
        width: 100%;
        height: 180px;
    }


    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul {
        display: flex;
        justify-content: space-around;
        position: absolute;
        width: 88%;
        height: 35px;
        top: 136px !important;
        right: 21px;
        background: white;
        box-shadow: 0px 18px 55px rgba(0, 0, 0, 0.15);
        border-radius: 14px;
        align-items: center;
    }

    .resume > .resume-body > .resume-body-row > div:nth-child(even) {
        margin-right: 0;
        position: relative;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li {
        font-weight: 500;
        font-size: 14px;
        margin-right: 0;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li
    > span {
        color: #9f9f9f;
    }

    .resume > .resume-body > .resume-body-tag > ul {
        display: none;
        justify-content: center;
        margin-top: 24px;
    }

    .resume > .resume-body > .resume-body-tag > ul > li {
        font-weight: 700;
        font-size: 16px;
        width: auto;
        height: 34px;
        line-height: 32px;
        background: #f3f3f3;
        border-radius: 20px;
        text-align: center;
        padding: 8px 24px;
        margin-right: 16px;
        cursor: pointer;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active {
        background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
        );
        box-shadow: 0px 16px 50px rgba(0, 51, 255, 0.18);
        border-radius: 31px;
        color: white;
    }

    .resume > .resume-body > .resume-body-tag > ul > li.active:hover {
        box-shadow: none;
        transition: all ease 0.3s;
    }

    .resume > .resume-body > .resume-body-tag > ul > li > span {
        color: #9f9f9f;
    }

    .blog .swiper-button-prev {
        width: 45px;
        height: 45px;
        border-radius: 14px !important;

    }
    .blog .swiper-button-next {
        width: 45px;
        height: 45px;
        border-radius: 14px !important;
    }
    .blog .swiper-navbar-footer {
        width: 128px;
    }
    .blog .swiper-navbar-footer {
        top: 0;
    }
    .bx_prices_comp {

        margin-bottom: 24px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .blog > .swiper-blog {
        padding-left: 17rem;
    }
    .list_comment_page .h_l_c_page {
        margin-top: 40px;
    }
    .list_box_comment .box_comment {
        position: relative;
        padding: 16px;
    }
    .box_comment .like_dis_comm:not(.mob) {
        display: none;
    }
    .box_comment .like_dis_comm.mob {
        display: flex;
        margin-top: 12px;
        gap: 24px;
        justify-content: end;
    }
    .box_comment .h_box_comm>div:first-child p{
        font-size: 16px !important;
    }
    .list_box_comment .box_comment .txt_comment p{
        font-size: 16px;
        line-height: 200%;
    }
    .box_comment .h_box_comm>div:first-child span{
        font-size: 14px !important;
    } .box_comment .h_box_comm>div:first-child{
              width: 100%;
              display: flex
          ;
              justify-content: space-between;
    }
}
@media only screen and (max-width: 576px) {
    ul.menu_contcre li a{
        padding: 8px 11px;
    }
    .contcre_sec_2 li:nth-child(2) {
        display: none;
    }
    .contcre_sec_2 li:nth-child(4) {
        display: none;
    }
    .contcre_sec_2 {
        bottom: 35px;
    }
    .testimonials-header .header{
        font-weight: 900;
        font-size: 22px;
    }
    .contact-web-body-right .header{
        font-weight: 900;
        font-size: 22px;
    }
    .faq .header{
        font-weight: 900;
        font-size: 22px;
    }    .blog .header{
        font-weight: 900;
        font-size: 22px !important;
    }
    .map-body-right .header{
        font-weight: 900 !important;
        font-size: 22px !important;
    }
    .bx_prices_comp .prices_h_comp .prices_num_comp p{
        font-size: 22px !important;
    }
    .company_sec_6 .col-12{
        padding: 0 !important;
    }

    .contact {
        margin-top: 0;
        padding-top: 0;
    }

    .contact-web form div{
        width: 100%;
    }
    .contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-right > span {
        font-size: 14px;
    }

    .contact-web form{
        width: 88% !important;
        margin: 0 auto !important;
        margin-top: 23px !important;
    }
    .contact-web form input{
        height: 57px;
        margin: 0;
        margin: 10px 0;
        width: 100% !important;
        border-radius: 17px;
        padding: 0 !important;
        padding-right: 20px !important;

    }

    .contact-web .btn-primary {
        width: 100% !important;
        margin-bottom: 24px;
    }

    .contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-right > h3 {
        font-weight: 800;
        font-size: 16px;
        line-height: 23px;

        margin-top: 8px;
    }

    .contact-web > .contact-web-body > .contact-web-body-content {
        padding: 0;
        box-shadow: none;
    }
    .contact-web > .contact-web-body > .contact-web-body-content > .contact-web-body-right {
        width: 100%;
    }
    .contact-web > .contact-web-body {
        width: 100% !important;
    }
    .contact-web form label.contact-web-phone {
        width: 20% !important;
    }
    .contact-web form label{
        width: 36% !important;
    }
    .contact-web {
        height: auto;
        width: 98% !important;
        padding-bottom: 0px;
        padding-top: 0;
        margin-top: 64px !important;
        margin-bottom: 104px !important;
        margin: 0 auto;
    }




    .contact-web-body{
        margin-top: 32px !important;
        width: 94%;
        margin: 0 auto;
        padding: 0 !important;
    }
    h2 {
        font-weight: 800 !important;
        font-size: 20px !important;
        margin: 0;
        margin-left: 0 !important;
    }

    h3 {
        font-size: 18px !important;
        font-weight: 800 !important;
    }

    .btn-call img {
        width: 40px !important;
        height: 40px !important;
    }

    .btn-call div {
        line-height: 1.4 !important;
        margin-right: 4px !important;
    }

    .btn-call div span:nth-child(1) {
        font-size: 10px !important;
    }

    .btn-call div span:nth-child(2) {
        font-size: 14px !important;
    }

    .testimonials {
        margin-top: 32px;
        margin-bottom: 0;
        width: 100%;
    }
    .testimonials {
        margin-bottom: 0 !important;
    }
    .testimonials-footer {
        display: flex;
        justify-content: space-between;
        width: 87%;
        margin: 0 auto;
        margin-right: 0;
        margin-top: 42px !important;
        position: relative;
        margin: 0 auto;
        margin-top: 0 !important;
        margin-bottom: 36px;
        bottom: 0 !important;
    }

    .testimonials-footer > .btn-secondery {
        margin-left: 0;
        margin-right: 29px;
        height: 57px;
        line-height: 57px;
    }

    .testimonials-footer > .btn-primary {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 57px;
        line-height: 57px;
    }

    .testimonials h2 {
        text-align: center;
    }

    .testimonials h2 span {
        color: #3e65ff;
        margin-bottom: 8px;
    }

    .testimonials .testimonials-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        margin-top: 0 !important;
    }

    .testimonials .testimonials-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 8px;
    }

    .testimonials .testimonials-body {
        height: auto;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .testimonials-swiper .swiper-wrapper {
        padding-top: 58px;
    }

    .testimonials-swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #ffffff;
        width: 300px !important;
        border: 1px solid #dddddd;
        border-radius: 20px;
        position: relative;
    }

    .testimonials-swiper .swiper-slide:nth-child(1) {
        height: 310px;
        margin-left: 17px;
        margin-right: 44px;
    }

    .testimonials-swiper .swiper-slide:nth-child(2) {
        height: 340px;
    }

    .testimonials-swiper .swiper-slide:nth-child(3) {
        height: 240px;
    }

    .testimonials-swiper .swiper-slide:nth-child(4) {
        height: 380px;
    }

    .testimonials-swiper .swiper-slide:nth-child(5) {
        height: 280px;
    }

    .testimonials-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        width: 200px;
        height: 56px;
        left: 50px;
        top: -28px;
        background: #ffffff;
        box-shadow: 0px 29px 48px rgba(0, 0, 0, 8%);
        border-radius: 61px;
    }

    .testimonials-swiper .swiper-slide p {
        height: 220px;
        width: 86%;
        text-align: justify;
        line-height: 180%;
        height: auto;
        position: absolute;
        top: 61px;
        font-size: 14px;
        font-weight: 600;
        line-height: 200%;
    }

    .testimonials-swiper .swiper-slide > div {
        display: flex;
        justify-content: space-between;
        width: 86%;
        position: absolute;
        bottom: 31px;
    }

    .testimonials-swiper .swiper-slide > div > span {
        font-weight: 400;
        font-size: 14px;
    }

    .testimonials-swiper .swiper-slide > div > h4 {
        font-weight: 800;
        font-size: 14px;
    }

    .testimonials-swiper .swiper-slide.active {
        background: radial-gradient(
            209.19% 157.84% at 14.84% -45.1%,
            #2260ff 0%,
            #001342 100%
        ),
        #f4f4f4;
        box-shadow: none !important;
        color: white;
    }

    .resume {
        margin-top: 64px !important;
    }

    .resume > .resume-body > .resume-body-row {
        flex-direction: column !important;


    }

    .resume > .resume-body > .resume-body-row {
        padding: 24px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        margin: 0 !important;
    }

    .resume > .resume-body > .resume-body-row > div {
        width: 100% !important;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .resume > .resume-body > .resume-body-row > div:nth-child(even) {
        margin: 0px !important;
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .resume-body-row-picture > ul > li{
        font-size: 10px !important;
    }
    .call-modal {
        width: 87%;
        transform: translate(-50%, 8%);
    }

    .call-modal img {
        width: 70px;
        height: 70px;
    }

    .call-modal h3 {
        margin-top: 10px;
    }

    .call-modal .text-phone a {
        font-weight: 700;
        font-size: 14px;
    }

    .call-modal .close-call {
        width: 25px;
        height: 25px;
    }

    .call-modal .close-call svg {
        width: 15px;
        height: 15px;
    }

    .call-modal li a {
        font-size: 14px;
        border-radius: 16px;
        font-weight: 700;
        height: 50px;
        border-radius: 12px;
    }

    .call-modal li a svg {
        width: 40px;
        height: 40px;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .call-modal p {
        width: 80%;
        text-align: center;
        line-height: 180%;
        margin-top: 10px;
    }

    .call-section {
        height: 100%;
    }

    body {
        overflow-x: hidden;
    }



    .btn-primary {
        display: inline-block;
        width: 155px;
        height: 57px;
        line-height: 57px;
        color: white;
        font-weight: 700;
        text-align: center;
        font-size: 15px;
        transition: all ease 0.3s;
    }

    .btn-primary:hover {
        transition: all ease 0.3s;
        box-shadow: none;
    }

    .btn-secondery {
        display: inline-block;
        width: 155px;
        height: 57px;
        line-height: 57px;
        border-radius: 20px;
        color: black;
        font-weight: 700;
        font-size: 15px;
    }

    nav {
        position: relative;
        margin-top: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        padding-bottom: 11px !important;
    }

    nav > div {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-top: 0;
        height: 60px;
        flex-direction: row;
        align-items: center;
        z-index: 10000;
        width: 100%;
        background: white;
    }

    nav > div > a:nth-child(3) {
        display: none;
    }

    nav > div > button {
        border: none;
        border-radius: 15px;
        width: 45px;
        height: 45px;
        margin-left: 12px;
        display: block;
    }

    nav > ul {
        display: none;
        position: fixed;
        bottom: 8px;
        left: 0;
        background: #000723;
        border-radius: 47px;
        width: 90%;
        height: 80px;
        z-index: 9999;
        width: 88%;
        margin: 0 auto;
        margin-left: 24px;
    }

    nav > div > a:nth-child(1) {
        width: 39%;
    }

    nav > div:nth-child(1) > a:nth-child(2) {
        display: block !important;
    }

    nav div a:nth-child(3) {
        position: absolute;
        left: 19px;
        top: 24px;
    }

    nav > div > a > img {
        width: 100% !important;
        height: auto !important;
        position: relative;
        top: 0 !important;
        right: 0;
    }

    nav > ul > li > a {
        color: white;
        display: inline-block;
        width: 63px;
        height: 80px;
    }

    nav > ul > li:first-child > a > img {
        display: none !important;
    }

    nav > ul {
        justify-content: center;
    }

    nav > ul > li {
        margin: 0;
    }

    nav > div > a > img {
        display: block;
    }

    nav > ul > li > a > svg {
        display: none;
    }

    nav > ul > li:first-child {
        display: none;
    }

    nav > ul > li > a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    nav > ul > li > ul {
        text-align: center;
        box-shadow: 0px 39px 86px 0px rgba(0, 0, 0, 0.1);
        border-radius: 22px;
        background: #fff;
        width: 345px;
        position: absolute;
        padding: 18px 0;
        right: -107px;
        height: 325px;
        /* bottom: 0; */
        top: -382px;
        position: absolute;
    }

    nav > ul > li > a.active-menu {
        position: relative;
    }

    nav > ul > li > a.active-menu > span.active-menu {
        position: absolute;
        width: 56px;
        height: 10px;
        left: 3px;
        top: 64px;
        background: #0c34d3;
        box-shadow: 0px -6px 18px #0c34d3;
        border-radius: 5px 5px 0px 0px;
    }

    nav > ul > li > a > span {
        margin-top: 6px;
        font-size: 14px;
        color: #808391;
        font-weight: 400;
    }

    nav > ul > li > a.active-menu > span {
        color: white !important;
    }

    nav > ul > li > a > img {
        display: block !important;
        width: 29px;
        height: 29px;
    }

    nav .submenu {
        display: none;
    }

    nav > div > .btn-primary {
        display: none !important;
    }

    .nav-list {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .nav-list-header {
        margin-top: 24px;
        display: flex;
        justify-content: space-around;
        margin-top: 80px;
    }

    .nav-list-header .btn-primary {
        display: block !important;
        box-shadow: none;
    }

    .nav-list-body {
        display: flex;
        padding-bottom: 90px;
    }

    .nav-list-body ul {
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 0;
    }

    .nav-list-body > ul > li {
        font-weight: 700;
        font-size: 18px;
        width: 84%;
        margin: 0 auto;
        padding: 13px 16px;
        border-radius: 12px;
        margin-top: 12px;
    }

    .nav-list-body ul > li ul {
        border-radius: 14px;
        margin-bottom: 0;
    }

    .nav-list-body ul > li ul > li {
        font-weight: 600;
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        border-radius: 12px;
        margin-top: 5px;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .nav-list-body ul li a {
        display: flex;
        align-items: center;
    }
    nav .btn-call{
        margin-left: 0 !important;
    }
    nav > div > a:nth-child(1)  {
        position: relative;
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    nav > div > a:nth-child(1) > img {
        height: auto !important;
        width: 85% !important;
        top: 0 !important;
        right: 17px !important;
    }
    /* faq */
    .faq {
        width: 88%;
        /* margin-top: -456px; */
        padding: 0;
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-right: 0;
        margin-top: 0 !important;
    }

    .faq > .faq-right {
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
    }

    .faq > .faq-right > img {
        width: 110px;
        height: auto;
    }

    .faq > .faq-right > div {
        display: flex;
        font-weight: 900;
        font-size: 32px;
        align-items: center;
        margin-top: 24px;
        flex-direction: column-reverse;
    }

    .faq > .faq-right > div > h2 {
        font-size: 18px !important;
    }

    .faq > .faq-right > div > h2 > span {
        color: #3e65ff;
    }

    .faq > .faq-right > p {
        line-height: 180%;
        font-size: 14px;
        font-weight: 600;
        width: 88%;
        margin: 0 auto;
        margin-top: 12px;
    }

    .faq > .faq-right > a {
        margin-top: 32px;
        display: none;
    }

    .faq > .faq-right > div > span {
        font-weight: 400;
        font-size: 14px;
        color: #656565;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .faq > .faq-left {
        width: 100%;
        margin-top: 32px;
        margin-right: 0;
    }

    .faq .accordion {
        cursor: pointer;
        width: 88%;
        transition: all ease 0.4s;
        background: #f7f7f7;
        border-radius: 20px;
        text-align: right;
        border: none;
        font-family: yekanbakh;
        font-weight: 700;
        height: 74px;
        line-height: 180%;
        margin-bottom: 10px;
        padding: 0 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 13px !important;
        color: #000;
        margin: 0 auto;
        margin-top: 8px;

    }

    .faq .accordion span {
        width: auto;
        height: 38px;
        padding: 0px 8px;
        background: white;
        text-align: center;
        font-size: 36px;
        border-radius: 12px;
        line-height: 36px;
        font-weight: 400;
        line-height: 34px;
    }

    .faq .panel {
        padding: 0 0;
        display: none;
        background-color: white;
        margin-bottom: 24px;
        width: 88%;
        margin: 0 auto;
    }

    .faq .panel p {
        color: #000;
        line-height: 32px;
        padding: 24px 24px;
        border-radius: 20px;
        margin-top: 15px;
        font-weight: 500;
        text-align: justify;
        background: #f7f7f7;
    }

    /* contact us */
    .contact {
        margin-top: 0px !important;
        width: 100%;
    }

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

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

    .contact > .contact-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;

    }

    .contact > .contact-header > img {
        margin-bottom: 26px;
        display: block;
        width: 90px;
        height: 90px;
    }

    .contact > .contact-header > span {
        color: #656565;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact > .contact-body {
        width: 88% !important;
        padding: 0 24px;
    }

    .contact > .contact-body > p {
        text-align: center;
        margin-top: 8px;
        font-weight: 600;
        line-height: 180%;
        font-size: 14px;
        width: 100%;
        padding: 0 !important;
    }

    .contact > .contact-body > .contact-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;
        position: relative;
    }

    .contact
    > .contact-body
    > .contact-body-content
    > .contact-body-left
    > img {
        width: auto;
        height: 719px;
        position: absolute;
        left: -526px;
        display: none;
    }

    .contact form > div {
        position: relative;
    }

    .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;
        color: #8f8f8f;
        font-size: 14px;
    }

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

    .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:hover,
    .contact form input:valid {
        border: 2px solid #0c34d3;
    }

    .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: 28%;
        text-align: center;
        color: #0c0c0c;
    }

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

    .contact form label.name-family {
        width: 120px !important;
    }

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

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

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

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

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

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

    .contact .btn-primary {
        width: 100%;
        margin-top: 24px;
    }


    /* map */
    .map {
        margin-top: 32px !important;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .map > .map-body > .map-body-content {
        margin-top: 130px;
        display: flex;
        flex-direction: column;
    }

    .map > .map-body > .map-body-content > .map-body-right > p {
        font-size: 14px;
        font-weight: 600;
        width: 91%;
        line-height: 28px;
        margin-top: 6px;
    }

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        text-align: right;

        margin-top: 12px;
        font-size: 20px !important;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        font-size: 14px;
        color: #656565;
        margin-top: 0;
    }

    .map > .map-body > .map-body-content > .map-body-right > div {
        display: flex;
        flex-direction: row;
        justify-content: start;
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1) {
        width: 159px;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }

    .map > .map-body > .map-body-content > .map-body-right > div > div > h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1)
    > span {
        font-weight: 700;
        font-size: 24px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2)
    > span {
        font-weight: 700;
        font-size: 14px;
        line-height: 27px;
        width: 100% !important;
        display: block;
        margin-right: 0;
    }

    .map > .map-body > .map-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .map > .map-body > .map-body-content > .map-body-right {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 87%;
        padding-right: 0px;
    }

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        width: 100%;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        width: 100%;
    }

    .map > .map-body > .map-body-content > .map-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 88%;
        position: relative;
        padding-right: 0;
        margin: 0 auto;
    }

    .map > .map-body > .map-body-content > .map-body-left > img {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 16px 17px;
        position: absolute;
        width: 82%;
        height: 18px;
        right: 4%;
        top: 209px;
        background: #ffffff;
        box-shadow: 0px 29px 44px rgba(0, 0, 0, 0.05);
        border-radius: 22px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a {
        font-style: normal;
        font-weight: 600;
        font-size: 12px !important;
        line-height: 22px;
        display: flex;
    }



    .map > .map-body > .map-body-content > .map-body-left > div > span {
        font-size: 29px;
        color: #dddddd;
        font-weight: 100;
        margin-top: 5px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a > svg {
        margin-left: 10px;
    }

    /* news */
    .news {
        margin-top: 32px !important;
        position: relative;
        width: 100%;
    }

    .news > img:nth-child(1) {
        display: none;
    }

    .news > img:nth-child(2) {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -9;
        height: 200px;
    }

    .news > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
    }

    .news > div > .news-header {
        font-family: yekanbakh;
        font-weight: 800 !important;
        font-size: 20px !important;
        color: white;
        margin-right: 20px;
        margin-top: 26px;
        text-align: right;
        width: 100%;
    }

    .news > div > span {
        font-family: yekanbakh;
        font-weight: 600;
        font-size: 14px;
        color: white;
        text-align: right;
        margin-right: 20px;
        margin-top: 12px;
        line-height: 22px;
        width: auto;
        margin-bottom: 12px !important;

    }

    .news > div > form {
        position: relative;
        width: 100%;
        height: 89px;
        margin-top: 17px;
        justify-content: center;
        display: flex;
        margin: 0;
        margin-top: 0px !important;
        right: 0;
    }

    .news > div > form > input {
        font-family: yekanbakh;
        color: #fff;
        background: #fff;
        border-radius: 20px;
        width: 82%;
        height: 69px;
        position: absolute;
        border: none;
        font-weight: 600;
        font-size: 14px;
        margin-right: 0;
        padding-right: 38px;
    }

    .news > div > form > button {
        width: 81px;
        height: 57px;
        font-family: yekanbakh;
        background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        border: none;
        font-weight: 700;
        font-size: 15px;
        margin-right: 67%;
        cursor: pointer;
        z-index: 9;
        position: relative;
        position: absolute;
        top: 17.5px;
        left: 7%;
        margin: 0;

    }

    /* footer */
    footer {
        width: 100%;
        margin-top: 64px !important;
    }

    footer > .footer-main {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    footer > .footer-main > ul > li:nth-child(1) {
        font-weight: 800;
        font-size: 18px;
    }

    footer > .footer-main > ul > li {
        margin-top: 22px;
        display: inline-block;
        width: 33%;
    }

    footer > .footer-main > ul > li > a {
        font-weight: 500;
        font-size: 18px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > div {
        padding: 0 24px;
        width: 88%;
        text-align: justify;
    }

    footer > .footer-main > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }

    footer > .footer-main > div > p {
        line-height: 21px;
        margin-top: 8px;
        font-size: 14px;
    }

    footer > .footer-main > div > ul {
        display: flex;
        justify-content: space-around;
    }

    footer > div > ul > ul {
        flex-direction: row !important;
        margin-top: 24px;
        display: flex;
    }

    footer > div > ul > ul > li:nth-child(2) {
        margin-right: 24px;
        margin-top: 0 !important;
    }

    footer > div > ul > ul > li > a > img {
        width: 90px !important;
        height: 90px !important;
    }

    footer > .footer-main > div > ul > li:nth-child(1) {
        margin-right: 0;
    }

    footer > .footer-main > div > ul {
        margin-top: 22px;
    }

    footer > .footer-main > ul {
        padding: 0 24px;
    }

    footer > .footer-main > div:nth-child(2) {
        width: 88%;
    }

    footer > .footer-main > div:nth-child(2) div {
        flex-direction: row;
    }

    footer > .footer-main > div:nth-child(2) div a {
        width: 30%;
        margin-left: 24px;
    }

    footer > .footer-main > div:nth-child(2) h3 {
        margin-right: 0;
        font-weight: 800;
        font-size: 16px;
        margin-top: 24px;
    }

    footer > .footer-main > div:nth-child(2) img {
        width: 100%;
        height: auto;
        margin-top: 12px;
    }

    footer > .footer-main > .footer-last-section {
        padding: 0 24px;
        justify-content: start;
    }

    footer > .footer-main > .footer-last-section p {
        line-height: 180%;
    }

    footer > .footer-main > .footer-last-section > a > img {
        width: auto;
        height: 60px;
    }

    footer > .footer-main > .footer-last-section > .logo-footer {
        width: auto;
        height: 81px;
    }

    footer > .footer-main > .footer-last-section > ul {
        width: 100%;
    }

    footer > .footer-main > .footer-last-section > ul > li {
        margin-right: 6px;
    }

    footer > .footer-main > .footer-first-child {
        padding: 0 24px;
        display: flex;
        flex-direction: row;
        justify-self: start;
        width: 100%;
    }

    footer > .footer-main > .footer-first-child {
        width: 80% !important;
        justify-content: space-between;
    }

    footer > .footer-main > .footer-first-child > ul {
        width: 38%;
        display: flex;
        flex-direction: column;
    }
    footer > .footer-main > .footer-first-child:nth-child(0) > ul {
        display: flex
    ;
        flex-direction: row;
        align-items: center;
    }

    footer > .footer-main > .footer-first-child > ul > li > a {
        font-size: 14px;
    }

    footer > .footer-main > .footer-first-child > ul:nth-child(2) {
        margin-right: 0px !important;
        width: 50%;
    }

    footer > .footer-main > .footer-first-child > ul > li {
        font-weight: 500;
        font-size: 16px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
        margin-right: 0;
        font-weight: 800;
        font-size: 16px;
        margin-top: 16px;
    }

    footer > .footer-copyright {
        display: flex;
        margin-top: 50px;
        justify-content: start;
        margin-bottom: 24px;
        flex-direction: column-reverse;
        padding: 0 24px;
    }

    footer > .footer-copyright > ul {
        display: flex;
        width: 93%;
        justify-content: start;
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 13px;
    }

    footer > .footer-copyright > ul > li:nth-child(2) {
        margin-right: 10px;
    }

    footer > .footer-copyright > ul > li:nth-child(3) {
        margin-right: 10px;
    }

    footer > .footer-copyright > span {
        color: #757575;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
    }



    .blog > .swiper-blog {
        padding-left: 10rem;
    }
    .blog a {
        font-size: 14px !important;
    }

    .blog > .blog-header > p {
        margin-top: 24px;
        font-size: 14px;
        width: 94%;
        line-height: 200%;
    }
    .blog-header-title{
        margin-top: 75px;
    }
    .blog .swiper-navbar-footer {
        top: -22px !important;
        left: 4px;
    }
    .blog
    > .swiper-blog
    > .swiper-wrapper
    > .swiper-slide
    > .blog-first-div
    > a:nth-last-child(1) {
        position: absolute;
        color: white;
        top: 10px;
        right: 14px;
        background: rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(24px);
        border-radius: 21px;
        width: auto;
        line-height: 35px;
        text-align: center;
        border: 1px solid;
        padding: 0 10px;
        font-weight: 600;
        font-size: 14px;
    }

    .blog > .swiper-blog {
        padding-left: 2rem;
    }

    .blog > .swiper-blog > .swiper-wrapper > .swiper-slide > .blog-first-div > div > div > span:nth-child(2) {
        font-weight: 700;
        font-size: 14px;
    }
    .blog > .swiper-blog > .swiper-wrapper > .swiper-slide > .blog-first-div > div > span {
        font-size: 14px;
    }

    .blog-first-div > h3{
        font-weight: 700 !important;
        font-size: 16px !important;
    }

    .testimonials-swiper .swiper-slide > div > h3{
        font-size: 12px !important;
    }
    .blog > .blog-header > .blog-header-title > span{
        font-size: 14px !important;
    }
    .list_nav_gads{
        padding: 0 !important;
    }

    .list_nav_gads ul li {
        width: 48%;
        margin-left: 4px;
        margin-top: 10px;

    }
    .list_nav_gads ul li a {
        font-size: 14px;
        width: 100%;
        padding: 8px 12px;
        margin: 0 !important;
        margin-left: 4px;
        height: 50px;
        line-height: 31px;
        border-radius: 15px !important;

    }
    .custom_plan_comp .btn-primary {
        width: 49%;
        margin-top: 15px;
        height: 47px;
        border-radius: 14px;
        line-height: 47px;
        font-size: 14px;
    }
    .custom_plan_comp h4 {
        font-size: 18px;

    }
    .custom_plan_comp {
        padding: 16px;
        padding-bottom: 19px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .company_sec_5 .sec_5_comp_h {
        margin-bottom: 29px;
    }
    .bx_sec_5_comp h3 {
        font-size: 16px;
        line-height: 31px;
    }
    .bx_sec_5_comp {
        margin-bottom:64px;
    }
    .bx_sec_5_comp p {
        font-size: 14px;
        font-weight: 400;
    }
    .company_sec_5 .container-second>.row:before {
        height: 75%;
        width: 3px;
        top: 12.5%;
        right: calc(50% - 1.5px);
        background: url(../../frontAssets/img/company/line_2.svg);
        opacity: 0.5;
    }
    .company_sec_5{
        margin-top: 10px !important;
        margin-bottom: 30px;
        padding-bottom: 0;
        padding-top: 30px;
    }
    footer > .footer-main > .footer-last-section{
        width: 88%;
    }

    .list-price-tag {
        width: 299px !important;
        padding: 6px 14px !important;
        justify-content: space-around !important;
        padding-left:8px !important;
    }
    .list-price-tag li.active {

        border-radius: 20px !important;
        font-weight: 800 !important;
    }
    .list-price-tag li{
        font-size: 12px !important;
        font-weight: 700 !important;
    }
}
@media only screen and (max-width: 320px) {
    body {
        overflow-x: hidden;
    }
    nav > div{
        height: 51px;

    }
    .nav-list-header {

        width: 90%;
        margin: 0 auto;
        margin-top: 72px;
    }
    nav > div > a:nth-child(1)  {
        position: relative;
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    nav > div > a:nth-child(1) > img {
        height: auto !important;
        width: 85% !important;
        top: 0 !important;
        right: 17px !important;
    }
    nav .btn-call{
        margin-left: 0 !important;
    }
    nav > div > button {
        border: none;
        border-radius: 11px;
        width: 35px;
        height: 35px;
        margin-left: 12px;
        display: block;
    }
    nav  .btn-call img {
        width: 35px !important;
        height: 35px !important;
    }
    .resume .resume-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        width: 80%;
        margin: 0 auto;
        margin-top: 12px;
        line-height: 180%;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > img {
        width: 100%;
        height: 150px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul {
        top: 105px !important;
        right: 17px;
    }

    .resume
    > .resume-body
    > .resume-body-row
    > div
    > .resume-body-row-picture
    > ul
    > li {
        font-weight: 500;
        font-size: 10px;
        margin-right: 0;
    }

    .container {
        display: inline-block;
        width: 100% !important;
        margin: 0 auto;
    }

    .btn-primary {
        display: inline-block;
        width: 155px;
        height: 57px;
        line-height: 57px;
        color: white;
        font-weight: 700;
        text-align: center;
        font-size: 15px;
        transition: all ease 0.3s;
    }

    .btn-primary:hover {
        transition: all ease 0.3s;
        box-shadow: none;
    }

    .btn-secondery {
        display: inline-block;
        width: 155px;
        height: 57px;
        line-height: 57px;
        border-radius: 20px;
        color: black;
        font-weight: 700;
        font-size: 16px;
    }


    /* faq */
    .faq {
        width: 88%;
        /* margin-top: -456px; */
        padding: 0;
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-right: 0;
        margin-top: 80px !important;
    }

    .faq > .faq-right {
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
    }

    .faq > .faq-right > img {
        width: 110px;
        height: auto;
    }

    .faq > .faq-right > div {
        display: flex;
        font-weight: 900;
        font-size: 32px;
        align-items: center;
        margin-top: 32px;
        flex-direction: column-reverse;
    }

    .faq > .faq-right > div > h2 > span {
        color: #3e65ff;
    }

    .faq > .faq-right > p {
        line-height: 32px;
        font-weight: 600;
        width: 88%;
        margin: 0 auto;
        font-size: 14px;
        margin-top: 12px;
    }

    .faq > .faq-right > a {
        margin-top: 32px;
        display: none;
    }

    .faq > .faq-right > div > span {
        font-weight: 400;
        font-size: 20px;
        color: #656565;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .faq > .faq-left {
        width: 100%;
        margin-top: 32px;
        margin-right: 0;
    }

    .faq .accordion {
        cursor: pointer;
        width: 88%;
        transition: all ease 0.4s;
        background: #f7f7f7;
        border-radius: 20px;
        text-align: right;
        border: none;
        font-family: yekanbakh;
        font-weight: 600;
        height: 86px;
        line-height: 29px;
        margin-bottom: 10px;
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px !important;
        color: #000;
        margin: 0 auto;
        margin-top: 8px;
    }

    .faq .accordion span {
        width: auto;
        height: 38px;
        padding: 0px 8px;
        background: white;
        text-align: center;
        font-size: 36px;
        border-radius: 12px;
        line-height: 36px;
        font-weight: 400;
        line-height: 34px;
    }

    .faq .panel {
        padding: 0 0;
        display: none;
        background-color: white;
        margin-bottom: 24px;
        width: 88%;
        margin: 0 auto;
    }

    .faq .panel p {
        color: #000;
        line-height: 32px;
        padding: 24px 24px;
        border-radius: 20px;
        margin-top: 15px;
        font-weight: 500;
        text-align: justify;
        background: #f7f7f7;
    }

    /* contact us */
    .contact {
        margin-top: 0px !important;
        width: 100%;
    }

    .contact h2 {
        text-align: center;
        font-size: 22px;
        margin-left: 0;
    }

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

    .contact > .contact-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    .contact > .contact-header > img {
        width: 102px;
        height: 102px;
        margin-bottom: 26px;
        display: block;
    }

    .contact > .contact-header > span {
        font-size: 14px;
        color: #656565;
        margin-bottom: 10px;
    }

    .contact > .contact-body {
        width: 88% !important;
        padding: 0 24px;
    }

    .contact > .contact-body > p {
        text-align: center;
        margin-top: 12px;
        font-weight: 600;
        line-height: 27px;
        padding: 0 24px;
        width: 88%;
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: 8px !important;
    }

    .contact > .contact-body > .contact-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 8px;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .contact > .contact-body > .contact-body-content > .contact-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 260px;
        position: relative;
    }

    .contact
    > .contact-body
    > .contact-body-content
    > .contact-body-left
    > img {
        width: auto;
        height: 719px;
        position: absolute;
        left: -526px;
        display: none;
    }

    .contact form > div {
        position: relative;
    }

    .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;
        color: #8f8f8f;
        font-size: 14px;
    }

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

    .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;
        width: 91px !important;
        right: 28px;
    }

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

    .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: 28%;
        text-align: center;
        color: #0c0c0c;
    }

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

    .contact form label.name-family {
        width: 120px !important;
    }

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

    .contact .select-type {
        margin-top: 32px;
        font-size: 16px;
    }

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

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

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

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

    .contact .btn-primary {
        width: 100%;
        margin-top: 32px;
    }


    /* map */
    .map {
        margin-top: 32px !important;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .map > .map-body > .map-body-content {
        margin-top: 130px;
        display: flex;
        flex-direction: column;
    }

    .map > .map-body > .map-body-content > .map-body-right > p {
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        line-height: 28px;
        margin-top: 12px;
    }

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        text-align: right;

        margin-top: 12px;
        font-size: 48px;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        font-size: 20px;
        color: #656565;
        margin-top: 35px;
    }

    .map > .map-body > .map-body-content > .map-body-right > div {
        display: flex;
        flex-direction: row;
        justify-content: start;
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1) {
        width: 100%;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2) {
        width: 100%;
        margin-right: 0;
    }

    .map > .map-body > .map-body-content > .map-body-right > div > div > h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 12px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(1)
    > span {
        font-weight: 700;
        font-size: 24px;
    }

    .map
    > .map-body
    > .map-body-content
    > .map-body-right
    > div
    > div:nth-child(2)
    > span {
        font-weight: 700;
        font-size: 16px;
        line-height: 27px;
        width: 97% !important;
        display: block;
        margin-right: 0;
    }

    .map > .map-body > .map-body-content {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .map > .map-body > .map-body-content > .map-body-right {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 87%;
        padding-right: 0px;
    }

    .map > .map-body > .map-body-content > .map-body-right > h2 {
        width: 100%;
    }

    .map > .map-body > .map-body-content > .map-body-right > span {
        width: 100%;
    }

    .map > .map-body > .map-body-content > .map-body-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 88%;
        position: relative;
        padding-right: 0;
        margin: 0 auto;
    }

    .map > .map-body > .map-body-content > .map-body-left > img {
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 16px 17px;
        position: absolute;
        width: 71%;
        height: 21px;
        right: 10%;
        top: 186px;
        background: #ffffff;
        box-shadow: 0px 29px 44px rgba(0, 0, 0, 0.05);
        border-radius: 22px;
        width: 89%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 143px;
        height: 18px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        display: flex;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > span {
        font-size: 29px;
        color: #dddddd;
        font-weight: 100;
        margin-top: 5px;
    }

    .map > .map-body > .map-body-content > .map-body-left > div > a > svg {
        margin-left: 10px;
    }

    /* news */
    .news {
        margin-top: 64px !important;
        position: relative;
        width: 100%;
    }

    .news > img:nth-child(1) {
        display: none;
    }

    .news > img:nth-child(2) {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -9;
        height: 231px;
    }

    .news > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 99%;
    }

    .news > div > h3 {
        font-family: yekanbakh;
        font-weight: 700;
        font-size: 20px;
        color: white;
        margin-right: 0;
        margin-top: 26px;
        text-align: right;
        width: 86%;
    }

    .news > div > span {
        font-family: yekanbakh;
        font-weight: 600;
        font-size: 14px;
        color: white;
        margin-right: 0;
        margin-top: 12px;
        line-height: 22px;
        width: 86%;
        margin-bottom: 12px !important;
    }

    .news > div > form {
        position: relative;
        width: 100%;
        height: 98px;
        margin-top: 17px;
        justify-content: center;
        display: flex;
        margin: 0;
        margin-top: 0 !important;
    }

    .news > div > form > input {
        font-family: yekanbakh;
        color: #fff;
        background: #000000;
        border-radius: 20px;
        width: 79%;
        height: 73px;
        position: absolute;
        border: none;
        font-weight: 600;
        font-size: 14px;
        margin-right: 0;
        padding-right: 38px;
    }

    .news > div > form > button {
        width: 92px;
        height: 58px;
        font-family: yekanbakh;
        background: radial-gradient(
            210.56% 198.03% at -8.19% -65.79%,
            #5282fd 0%,
            #0034b8 100%
        );
        box-shadow: 0px 37px 50px rgba(0, 51, 255, 0.18);
        border-radius: 20px;
        border: none;
        font-weight: 600;
        font-size: 16px;
        margin-right: 67%;
        cursor: pointer;
        z-index: 9;
        position: relative;
        position: absolute;
        top: 22px;
        left: 6%;
        margin: 0;
    }

    /* footer */
    footer {
        width: 100%;
        margin-top: 32px !important;
    }

    footer > .footer-main {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    footer > .footer-main > ul > li:nth-child(1) {
        font-weight: 800;
        font-size: 18px;
    }

    footer > .footer-main > ul > li {
        margin-top: 22px;
        display: inline-block;
        width: 33%;
    }

    footer > .footer-main > ul > li > a {
        font-weight: 500;
        font-size: 18px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > div {
        padding: 0 24px;
        width: 88%;
        text-align: justify;
    }

    footer > .footer-main > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
    }

    footer > .footer-main > div > p {
        line-height: 21px;
        margin-top: 22px;
    }

    footer > .footer-main > div > ul {
        display: flex;
        justify-content: space-around;
    }

    footer > div > ul > ul {
        flex-direction: row !important;
        margin-top: 24px;
        display: flex;
    }

    footer > div > ul > ul > li:nth-child(2) {
        margin-right: 24px;
    }

    footer > div > ul > ul > li > a > img {
        width: 113px;
        height: 113px;
    }

    footer > .footer-main > div > ul > li:nth-child(1) {
        margin-right: 0;
    }

    footer > .footer-main > div > ul {
        margin-top: 22px;
    }

    footer > .footer-main > ul {
        padding: 0 24px;
    }

    footer > .footer-main > .footer-last-section {
        padding: 0 24px;
        width: 87%;
        margin: 0 auto;
    }

    footer > .footer-main > .footer-last-section > .logo-footer {
        width: auto;
        height: 81px;
    }

    footer > .footer-main > .footer-last-section > ul > li {
        margin-right: 6px;
    }

    footer > .footer-main > .footer-last-section > ul {
        flex-wrap: wrap;
    }

    footer > .footer-main > .footer-first-child > ul > li > a {
        font-size: 14px;
    }

    footer > .footer-main > .footer-first-child {
        padding: 0 24px;
        display: flex;
        flex-direction: row;
        justify-self: start;
        width: 100%;
    }

    footer > .footer-main > .footer-first-child > ul {
        width: 38%;
        display: flex;
        flex-direction: column;
    }

    footer > .footer-main > .footer-first-child > ul:nth-child(2) {
        margin-right: 0px !important;
        width: 50%;
    }

    footer > .footer-main > .footer-first-child > ul > li {
        font-weight: 500;
        font-size: 16px;
        margin-top: 16px;
        color: #2f2f2f;
    }

    footer > .footer-main > .footer-first-child > ul > li:nth-child(1) {
        margin-right: 0;
        font-weight: 800;
        font-size: 18px;
        margin-top: 16px;
    }

    footer > .footer-copyright {
        display: flex;
        margin-top: 50px;
        justify-content: start;
        margin-bottom: 150px;
        flex-direction: column-reverse;
        padding: 0 24px;
    }

    footer > .footer-copyright > ul {
        display: flex;
        width: 100%;
        justify-content: start !important;
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 13px;
    }

    footer > .footer-copyright > ul > li:nth-child(2) {
        margin-right: 10px;
    }

    footer > .footer-copyright > ul > li:nth-child(3) {
        margin-right: 10px;
    }

    footer > .footer-copyright > span {
        color: #757575;
        font-weight: 600;
        font-size: 13px;
        line-height: 20px;
    }

}

.container-second * , .container-second, ::after, ::before {
    box-sizing: border-box;
}


p {
  font-size: 14px;
  font-weight: 400;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h2 {
  font-weight: 900;
  font-size: 32px;
}

.container-second {
  width: 1312px;
  margin: 0 auto;
  padding-left: calc(1.5rem * .5);
  padding-right: calc(1.5rem * .5);
  margin-left: auto;
  margin-right: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row>* {
	flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-left: calc(1.5rem * .5);
    padding-right: calc(1.5rem * .5);
    margin-top: 0;	
}
.t_menu {
	min-height:120px;	
}
.w-30 {
	width:30%;	
}
.w-40 {
	width:40%;	
}
.w-50 {
	width:50%;	
}
.w-60 {
	width:60%;	
}
.w-70 {
	width:70%;	
}
.w-80 {
	width:80%;	
}
.mw-100 {
	max-width:100%;
	height:auto;	
}
.col-2 {
    width: 16%;
    flex: 0 0 auto;
}
.col-3 {
    width: 25%;
    flex: 0 0 auto;
}
.col-4 {
	width:33.3%;	
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.d-flex {
	display:flex;	
}
.flex-column {
	flex-direction:column;	
}
.flex-row {
	flex-direction:row;	
}
.justify-content-between {
	justify-content:space-between;	
}
.justify-content-center {
	justify-content:center;	
}
.align-items-center {
	align-items: center;	
}
.text-left {
	text-align:left;	
}
.text-center {
	text-align:center;	
}
.text-right {
	text-align:right;	
}
.mt-1 {
	margin-top:1rem !important;	
}
.mt-2 {
	margin-top:2rem !important;	
}
.mt-3 {
	margin-top:3rem !important;	
}
.mt-4 {
	margin-top:4rem !important;	
}
.mt-5 {
	margin-top:5rem !important;	
}
.mb-1 {
	margin-bottom:1rem !important;	
}
.mb-2 {
	margin-bottom:2rem !important;	
}
.mb-3 {
	margin-bottom:3rem !important;	
}
.mb-4 {
	margin-bottom:4rem !important;	
}
.mb-5 {
	margin-bottom:5rem !important;	
}
.me-1 {
	margin-right:1rem !important;	
}
.me-2 {
	margin-right:2rem !important;	
}
.me-3 {
	margin-right:3rem !important;	
}
.me-4 {
	margin-right:4rem !important;	
}
.me-5 {
	margin-right:5rem !important;	
}
.ms-1 {
	margin-left:1rem !important;	
}
.ms-2 {
	margin-left:2rem !important;	
}
.ms-3 {
	margin-left:3rem !important;	
}
.ms-4 {
	margin-left:4rem !important;	
}
.ms-5 {
	margin-left:5rem !important;	
}
.pe-1 {
	padding-right:1rem !important;	
}
.pe-2 {
	padding-right:2rem !important;	
}
.pe-3 {
	padding-right:3rem !important;	
}
.pe-4 {
	padding-right:4rem !important;	
}
.pe-5 {
	padding-right:5rem !important;	
}
.ps-1 {
	padding-left:1rem !important;	
}
.ps-2 {
	padding-left:2rem !important;	
}
.ps-3 {
	padding-left:3rem !important;	
}
.ps-4 {
	padding-left:4rem !important;	
}
.ps-5 {
	padding-left:5rem !important;	
}
.m-auto {
	margin:0 auto;	
}
.h-auto {
	height:auto;	
}
.img-fluid {
	max-width: 100%;
    height: auto;	
}
.only_mob,.only_desk {
	display:none;	
}



.container-second {
    width: 100%;
    padding-left: calc(1.5rem * .5);
    padding-right: calc(1.5rem * .5);
    margin-left: auto;
    margin-right: auto
}
@media (min-width: 576px) {
    .container-second {
        max-width:540px
    }
	.only_desk {
		display:block;	
	}
}

@media (min-width: 768px) {
    .container-second {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-second {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-second {
        max-width:1140px
    }
}
@media (min-width: 1400px) {
    .container-second {
        max-width:1320px
    }
}
@media (max-width:992px) {
	.column-reverse-md {
		flex-direction: column-reverse;
	}	

}
@media (max-width:768px) {
	.col-3,.col-4,.col-6,.col-8,.col-5 {
		width:100%;
	}
	.column-reverse-sm {
		flex-direction: column-reverse;	
	}
}
@media (max-width:576px) {
	.only_mob {
		display:block;	
	}
}
@media only screen and (max-width: 600px) {
  body{
    overflow-x : hidden;
  }
  


 
}


/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
