@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



*,
::after,
::before {
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}



body {
    margin: 0;
    border: 0;
    font-family: "Raleway", sans-serif;
}


header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    background: #000;
    padding: 23px 0;
}

header .button ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .button {
    display: flex;
}

ul.lang_menu a {
    background: #764DAE url(../images/language.svg) no-repeat left 15px center / 23px;
    padding: 15px 40px;
    border-radius: 10px;
    margin-left: 30px;
    padding-left: 50px;
}



.container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}


h1 {
    font-weight: 800;
    font-size: 94px;
    line-height: 100px;
    margin: 0;
}

h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    margin: 0;
}

h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    margin: 0;
}


h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
}

h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}

h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
      color: #fff;
}

a:hover {
    color: #7e51ba;
}

p {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    margin: 0 0 15px;
    font-weight: 500;
}

body {
    background: #161616;
    color: #fff;
}

.text-white * {
    color: #fff;
}


header .button a {
    font-size: 18px;
    color: #fff;
}

header .logo a {
    display: flex;
    width: 235px;
    height: 36px;
}

header .logo img {
    width: 100%;
}

section.banner-section {
    padding: 150px 0;
    text-align: center;

}

section.banner-section input[type="text"] {
    width: 560px;
    height: 61px;
    background: transparent url(../images/search.svg) no-repeat center left 20px / 22px;
    outline: 0 !important;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    padding-left: 70px;
    max-width: 100%;
}

section.banner-section input[type="text"]::placeholder {
    color: #fff;
}

section.services-listing {
    padding: 0px 0 100px;
}

section.banner-section h1 {
    margin-bottom: 30px;
}

section.services-listing .item-column {
    width: calc(33.33% - 20px);
    padding: 40px;
    background: #393939;
    text-align: center;
    border: 3px solid #595959;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    min-height: 355px;
}

section.services-listing .item-column:before {
    content: "";
    background: #ffffff;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    border-radius: 50%;
    filter: blur(40px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

section.services-listing .bottom-link span {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

section.services-listing .bottom-link {
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 47%);
    /* transform: translateY(0%); */
    transition: all 0.5s ease-in-out;
    margin-top: auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-height: 0px; */
    overflow: hidden;
    position: absolute;
    bottom: -50px;
    opacity: 0;
}

section.services-listing .item-column:hover .bottom-link {
    transform: translateY(0%);
}

section.services-listing .item-column:hover {
    background: #7030A0;
}

section.services-listing .item-column:hover:before {
    opacity: 0.5;
}

section.services-listing .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    /* max-height: 90px; */
}

section.services-listing .item-column a:hover .text p {
    /* max-height: 50px; */
    -webkit-line-clamp: 1;

}

section.services-listing .right_col,
section.services-listing .left_col {
    width: calc(50% - 15px);
}

section.services-listing .title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
}

section.services-listing .wrapper.row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section.services-listing .item-column a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 auto;
    /* padding: 40px 100px; */
    position: relative;
    z-index: 2;
    margin-top: auto;
    height: 100%;
}

section.services-listing .item-column.text-white a .img {
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / 10%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    min-height: 80px;
}

section.services-listing .item-column a:hover .bottom-link {
    margin-bottom: 0px;
}

section.services-listing .item-column a:hover .bottom-link {
    margin-bottom: 0px;
    bottom: -30px;
    opacity: 1;
}

section.services-listing .text {
    max-width: 280px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer p,
footer ul li a,
footer ul li {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

footer .wrapper .left_col {
    width: 400px;
}

footer .wrapper .right_col {
    width: calc(100% - 460px);
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    gap: 30px;
}

footer .wrapper .right_col a {
    color: #ffc107;
}
footer .wrapper .right_col img {
    display: none;
}

footer .bottom-menu {
    width: 100%;
}

footer .bottom-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 45px;
}
footer .bottom-menu ul a {
    font-size: 14px;
}

footer .wrapper .right_col ul li {
    margin-bottom: 30px;
}

footer .wrapper .right_col h6 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 500;
}

footer {
    background: #2C2C2C;
    padding: 100px 0 50px;
}

footer .bottom-menu ul li {
    margin: 0 !important;
}

footer .wrapper .bottom-menu ul li {
    margin: 0;
}

footer .social {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .social ul {
    display: flex;
    gap: 15px;
}

/*footer .wrapper .left_col .logo {
    margin-bottom: 90px;
}*/

footer .wrapper .left_col .logo img {
    margin-bottom: 10px;
}

footer .wrapper .left_col .logo p {
    font-size: 14px;
}

footer .social a {
    display: flex;
    width: 40px;
}

footer .social a img {
    width: 100%;
    transition: all 0.2s ease-in-out;
        max-height: 32px;
}

footer .social a:hover img {
    opacity: 0.5;
}


section.faq_block .title {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}


.faq_block .btn-wrapper h5 {
    background: #393939;
    padding: 24px;
    border-radius: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

.faq_block .accordion-wrapper {
    margin-bottom: 15px;
}

.faq_block .collepsing-div p,
.faq_block .collepsing-div a,
.faq_block .collepsing-div li {
    font-size: 18px;
    color: #fff;
}

.faq_block .collepsing-div {
    padding: 20px;
}
.faq_block .collepsing-div img{
    max-width: 100%;
}

li.suggestion-item{    background: rgb(255 255 255 / 00%) url(../images/search.svg) no-repeat top 15px left 20px / 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    list-style: none;
    padding: 12px 20px;
    padding-left: 60px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

li.suggestion-item:hover {
    background: rgb(255 255 255 / 10%) url(../images/search.svg) no-repeat top 15px left 20px / 20px;
}



li.suggestion-item h5{font-size:20px;font-weight:600;margin-bottom:5px;}

section.faq_block {
    padding-bottom: 150px;
}
.suggestion-list {
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 10px;
    background: #282828;
    padding: 20px;
    margin-top: 20px;
    max-height: 400px;
    overflow: auto;
    text-align: left;
    scrollbar-width: auto;
}

.page-content .title, .single-page-content .title {
    text-align: center;
    margin-bottom: 60px;
}

.page-content .wrapper, .single-page-content .wrapper {
    background: #2C2C2C;
    padding: 30px;
    border-radius: 20px;
}

.single-service .wrapper.row {
    margin: 0;
}


.page-content .wrapper p,
.page-content .wrapper h2,
.page-content .wrapper h3,
.page-content .wrapper h4,
.page-content .wrapper h5,
.page-content .wrapper h6, .single-page-content .wrapper p,
.single-page-content .wrapper h2,
.single-page-content .wrapper h3,
.single-page-content .wrapper h4,
.single-page-content .wrapper h5,
.single-page-content .wrapper h6 {
    margin-bottom: 15px;
}

section.page-content, section.single-page-content {
    padding-bottom: 120px;
}

section.page-content span p, section.single-page-content span p {
    margin: 0;
}

section.page-content span, section.single-page-content span {
    background: rgb(255 255 255 / 10%);
    display: block;
    padding: 12px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.search-result a{ 
position:relative;
margin-bottom:40px }
.search-result {
    margin-bottom: 50px;
}
.search-result a h5 {
    padding-right: 230px;
}
.search-result a span.updated-time {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 220px;
    text-align: center;
}


section.page-content p:nth-last-child(1), section.single-page-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.page-content .wrapper img, .single-page-content .wrapper img {
    margin: 20px 0;
    border-radius: 15px;
    max-width: 100%;

}

ul.breadcrumb {
    display: flex;
    margin: 0;
    justify-content: center;
    margin-top: 50px;
    gap: 17px;
    padding: 0;
    flex-wrap: wrap;
}

ul.breadcrumb li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;    text-align: left;
}

ul.breadcrumb li:nth-child(1):before {
    display: none;
}

ul.breadcrumb li:nth-last-child(1) a {
    opacity: 0.5;
}

ul.breadcrumb li a {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
}

ul.breadcrumb li:before {
    content: "";
    background: url(../images/arrow.svg) no-repeat center;
    display: block;
    width: 15px;
    height: 15px;
}

.for-desktop {
    display: block;
}

.for-mobile {
    display: none;
}

.wp-block-quote * {
    font-size: 14px;
    font-weight: 500;
}
.wp-block-quote {
    overflow-wrap: break-word;
    background: #FFFFFF14;
    padding: 12px;
    border-radius: 10px;
}

.wp-block-spacer {
    height: auto !important;
    border: 1px solid rgb(255 255 255 / 30%);
    margin: 40px 0;
}

@media(max-width:1600px) {
    .container {

        max-width: 1180px;

    }

    h1 {

        font-size: 74px;
        line-height: 120%;

    }

    section.banner-section {
        padding: 100px 0;

    }

    section.page-content, section.single-page-content {
        padding-bottom: 100px;
    }

    footer .wrapper .right_col {
        width: calc(100% - 340px);
        gap: 20px;
    }

    footer .wrapper .left_col {
        width: 280px;
        align-items: center;
        white-space: nowrap;
    }

    footer {
        padding: 25px 0 5px;
    }

}


@media(max-width:1199px) {
    .container {
        max-width: 1055px;
    }

    h1 {

        font-size: 64px;
        line-height: 120%;

    }

    section.banner-section {
        padding: 80px 0;

    }

    section.page-content, section.single-page-content {
        padding-bottom: 80px;
    }

    footer .wrapper .left_col {
        width: 30%;
    }

    /*footer .wrapper .left_col .logo {
        margin-bottom: 40px;
    }*/

    footer .wrapper .right_col {
        width: 62%;
        gap: 20px;
    }

    h2 {

        font-size: 30px;
        line-height: 130%;

    }

    h3 {

        font-size: 20px;
        line-height: 150%;

    }

    section.services-listing .item-column {

        padding: 30px 40px;

    }


}

@media(max-width:992px) {
    .container {

        max-width: 100%;

    }

    h1 {

        font-size: 48px;
        line-height: 120%;

    }

    section.banner-section {
        padding: 60px 0;

    }

    section.page-content, section.single-page-content {
        padding-bottom: 60px;
    }

    footer .wrapper .right_col .column-item {
        width: calc(25% - 15px);
    }

    footer p,
    footer ul li a,
    footer ul li {

        font-size: 16px;

    }

    footer .wrapper .right_col h6 {

        font-size: 16px;

    }

    section.services-listing .item-column {
        width: calc(50% - 20px);
        padding: 40px;
    }

    footer .wrapper .right_col {
        width: calc(100% - 340px);
        gap: 20px;
    }
    footer .wrapper .left_col {
        width: 280px;
    }
    footer .wrapper .right_col p, footer .wrapper .left_col p{
        font-size: 14px;
    }

    footer {
        padding: 25px 0 7px;
    }
    footer .wrapper .left_col .logo img {
        margin-bottom: 5px;
        width: 65%;
    }

}

@media (max-width: 767px) {
    h1 {
        font-size: 42px;
        line-height: 120%;
    }

    footer .wrapper .right_col .column-item {
        width: calc(50% - 15px);
    }

    footer .wrapper .right_col ul li {
        margin-bottom: 15px;
    }

    footer .wrapper .right_col h6 {
        margin: 0 0 10px;
    }

    /*footer {
        padding: 60px 0;
    }
*/
    header .logo a {
        width: 120px;
    }

    ul.lang_menu a {
        background: #764DAE url(../images/language.svg) no-repeat left 15px center / 16px;
        padding: 12px 20px;

        margin-left: 15px;
        padding-left: 39px;
    }

    header .button a {
        font-size: 16px;
        color: #fff;
    }

    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    section.services-listing .right_col,
    section.services-listing .left_col {
        width: 100%;
    }

    section.services-listing .item-column {
        width: calc(50% - 20px);
        padding: 15px;
                height: auto;
    }

    footer .bottom-menu ul {
        gap: 8px;
    }

    p {

    font-size: 14px;
    line-height: 24px;
    }


        
section.services-listing .wrapper.row {
    margin: 0;
}


section.services-listing .item-column a {
    align-items: center;
    justify-content: center;
}
section.services-listing .item-column a:hover .bottom-link {
    bottom: -10px;
}



header button.navbar-toggler {
    display: -webkit-inline-flex;
    display: inline-flex !important;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: transparent;
    outline: 0 !important;
    border: 0 !important;
   box-shadow: none !important;
}
body.show_menu span.navbar-toggler-icon:nth-child(1) {
    transform: rotate(-45deg);
    top: 5px;width: 32px !important;
}

header button.navbar-toggler span.navbar-toggler-icon {
    background: #ffffff;
    height: 2px;
    margin: 3px 0;
    width: 32px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translate3d(0, 0px, 0) rotate(0deg);        margin-left: auto;
}
body.show_menu span.navbar-toggler-icon:nth-child(2) {
    transform: rotate(45deg);
    top: -4px;
}
body.show_menu span.navbar-toggler-icon:nth-child(3) {
    opacity: 0;
}


.button {
    flex-direction: column;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #000;
    padding: 20px 20px;
    gap: 12px;
    opacity: 00;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
    body.show_menu .button{ 
        opacity: 1;
        pointer-events: all;
     }
    ul.lang_menu a {
        background: #764DAE url(../images/language.svg) no-repeat left 9px center / 16px;
        padding: 10px 9px;
        margin-left: 0px;
        padding-left: 30px;
    }

    header button.navbar-toggler span.navbar-toggler-icon:nth-child(1) {
        width: 24px;
    }

    header button.navbar-toggler span.navbar-toggler-icon:nth-child(2) {}

    header button.navbar-toggler span.navbar-toggler-icon:nth-child(3) {
        width: 14px;
    }

}

@media (max-width: 575px) {

    footer .wrapper .left_col, footer .wrapper .right_col {
        width: 100%;
        align-items: flex-start;
        white-space: normal;
    }
    footer .wrapper .right_col { 
        justify-content: start;
    }
    footer .wrapper {
        gap: 30px;
    }

    footer .wrapper .right_col span {
        display: none;
    }
    footer .wrapper .right_col img {
        display: block;
        height: 30px;
        margin-top: 10px;
    }
    footer .wrapper .left_col .logo img {
        width: 45%;
    }

    footer {
        padding: 25px 0 10px;
    }

    h1 {
        font-size: 32px;
        line-height: 120%;
    }

    h5 {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        margin: 0;
    }

    h6 {
        line-height: 24px;
        font-size: 18px;
    }

    .page-content .wrapper, .single-page-content .wrapper {
        padding: 15px;
    }

    section.services-listing .item-column {
        width: 100%;
        padding: 15px;
    }
}