@import url('https://fonts.googleapis.com/css2?family=Alice&family=Montserrat:wght@200;300;400;500;600;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
}


.search-box {
    position: relative;
    height: 50px;
    width: 59px;
    /* transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
    margin-top: 10px;
}

.search-box.active {
    width: 275px;
    right: 215px;
}

.search-box.active input {
    opacity: 1;
}

.search-box input {
    height: 100%;
    width: 100%;
    border: none;
    background: #FAECFF;
    font-size: 16px;
    border-radius: 50px;
    padding: 0 5px 0 20px;
    outline: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-box .search-btn {
    height: 40px;
    width: 58px;
    background: #FAECFF;
    color: #36003E;
    position: absolute;
    top: 45%;
    right: 7px;
    transform: translateY(-50%);
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    line-height: 20px;
}

.search-box.active .search-btn {
    height: 40px;
    width: 35px;
    background: #FAECFF;
    color: #36003E;
}

.about_more h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    text-align: center;
    color: rgba(80, 80, 80, 0.9);
}

.search-box .cancel-btn {
    position: absolute;
    color: #664AFF;
    top: 45%;
    right: -75px;
    transform: translateY(-50%);
    color: #664AFF;
    font-size: 18px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
}

.search-box.active .cancel-btn {
    right: 25px;
    opacity: 1;
    color: #9900b0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.theme_changer {
    margin-bottom: 0px;
    align-self: center;
    padding-left: 0;
    z-index: 100;
}

.theme_changer li {
    list-style: none;
    float: left;
    display: flex;
    width: 26px;
    height: 26px;
    margin-left: 3px;
    text-align: center;
    justify-content: center;
    align-items: end;
    cursor: pointer;
}

.theme_changer li:hover {
    opacity: 0.9;
}

button.fas.fa-search {
    border: none;
    color: #9900b0;
}

.nav-link,
.menu-item>a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
}

a.navbar-brand {
    margin-left: 12%;
}

a.navbar-brand img {
    width: 64px;
    height: 64px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
}

.current-menu-item>a {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
}

.top-header {
    box-shadow: 0px 0px 8px #ccc;
}

section.header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 90px;
    opacity: 0.9;
    top: 0;
    float: left;
}

section.banner-slider {
    margin-top: 90px;
    float: left;
    width: 100%;
}

.dropdown-item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #9900b0;
}

.flag_menu .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 8px #ccc;
    min-width: inherit;
}

.flag_menu .dropdown-menu[data-bs-popper] {
    top: 80%;
    left: 0px;
    margin-top: 0.125rem;
}

.flag_menu .dropdown-toggle::after {
    display: none;
}

.flag_menu {
    margin-left: 20px;
}

.search-area {
    float: left;
    width: 56px;
    margin-left: 30px;

}

.banner_title {
    position: absolute;
    top: 16%;
    background: linear-gradient(90deg, #FFFFFF 42.63%, rgba(255, 255, 255, 0) 98.35%);
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
    border-radius: 0px;
    padding: 47px 120px 47px 47px;
}

.border_bt {
    position: absolute;
    width: 15px;
    height: -webkit-fill-available;
    left: -12px;
    top: 0px;
    background: linear-gradient(0deg, #FF7300 -5.62%, #8E4793 66.86%);
    border-radius: 15px 0px 0px 15px;
}

.owl-carousel .owl-nav {
    display: none;
}

.banner-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
}

.banner_title h2 {
    font-family: 'Alice', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 4rem;
    line-height: 112.9%;
    color: #8E4793;
}

.banner_title h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 112.9%;
    color: #FF7300;
}

.border_i {
    border: 1px solid #9900b0;
}

li.border_i.dark {
    background: #000;
    color: #fff;
}

.size_i {
    color: #8E4793;
}

.size_i:hover {
    background: #8E4793;
    color: #fff;
}

li.border_i.color {
    border: 1px solid #000;
}

li.border_i.main {
    color: #8E4793;
}

.what_we_do_sec {
    padding: 48px 0;
    float: left;
    width: 100%;
}

.heading-sec {
    text-align: center;
}

.heading-sec h2 {
    line-height: 59px;
    text-align: center;
}

.heading-sec h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.what_we_sec {
    margin-top: 75px;
}

.client_sec .what_we_sec {
    margin-top: 10px;
}

.client_sec .sub_heading {
    margin-top: 40px;
}

.left_prosec img {
    width: 100%;
}

.what_we_sec .col-md-5 {
    padding: 0 3%;
}

.container-fluid {
    padding: 0 3%;
}

.posi_bottom {
    height: 100%;
    display: flex;
    align-items: end;
}

.product_content {
    margin-left: 30px;
}

.product_content h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 112.9%;

}

.product_content p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150.4%;

}

.read_more {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 143.4%;
    color: #FF7300;
    text-decoration: none;
}

.product_right {
    margin-top: 90px;
}

.product_right:first-child {
    margin-top: 50px;
}

.product_sec {
    padding: 80px 0px;
    float: left;
    width: 100%;
}

.product_sec .card {
    margin: 0 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(54, 0, 62, 0.08);
    border-radius: 30px;
    border: 0px;
    text-align: center;
    padding: 40px 20px;
    /* min-height: 537px; */
    transition: all .2s ease-in-out;
}
.prod_sec h3 img{
    float: left;
}
.product_sec .card:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    cursor: pointer;
}

.product_sec .card:hover .card-title {
    font-weight: 600;
}

.our_products .row {
    justify-content: center;
    align-items: center;
}

.product_sec .card-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 29px;
    margin-top: 40px;
}

.product_sec .card-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    color: rgba(80, 80, 80, 0.9);
    margin-top: 18px;
}

.product_sec .read_more {
    margin-top: 50px;
}

.read_more img {
    transition: transform 0.3s ease;
    transform: translateX(0px);
}

.read_more:hover {
    opacity: 0.8;
}

.read_more:hover img {
    transform: translateX(5px);
    opacity: 0.8;
}

.counter_sec {
    padding: 46px 0px;
    background: radial-gradient(55.47% 107.63% at 51.56% -0.2%, #AD5FB3 0%, #823D87 100%);
    float: left;
    width: 100%;
}

.count-title {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 48px;
}

.h-line {
    width: 100px;
    height: 5.88px;
    background: linear-gradient(92.32deg, #C000DD -19.33%, #FF7300 106.64%);
    display: inline-block;
}

.count-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-top: 7px;
}

.about_vanlent_sec {
    background: rgba(255, 245, 231, 0.5);
    padding: 186px 0px;
    float: left;
    width: 100%;
}

.about_vanlent_sec .container-fluid {
    padding-left: 0;
}

.about_pic {
    padding-left: 0;
}

.about_pic img {
    width: 100%;
}

.about_context {
    padding: 0px 100px;
}

.about_context h2 {
    line-height: 59px;
    margin-bottom: 38px;
}

.about_context {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    text-align: justify;
}

.rounded_button {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    height: 54px;
    background: #FF7300;
    box-shadow: 0px 4px 10px rgba(83, 40, 4, 0.15);
    border-radius: 40px;
    padding: 11px 32px;
}

.card-innerdiv.d-flex {
    margin-left: -10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.rounded_button:hover {
    background: #8e4793;

}

.mt_btn {
    margin-top: 38px;
    float: left;
}

.left_prosec .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 4%;
}

.client_sec .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -52%;
}

.client_sec .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    border: 0;
    padding: 30px 40px;
}

.client_sec {
    padding: 56px 30px 86px 30px;
    box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

.avtar_pic img {
    width: 143px !important;
    height: 143px;
}

.client_sec .owl-carousel {
    width: 79%;
    padding: 0 50px;
}

.client_review {
    margin-left: 50px;
}

.client_review h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    color: #505050;
}

.client_review h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #505050;

}

.avtar_pic {
    padding: 5px;
}

.avtar_pic img {
    border: 5px solid rgb(167 93 32 / 97%);
    border-radius: 100%;
    outline: 5px solid rgba(255, 115, 0, 0.5);
}

.client_review p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(80, 80, 80, 0.9);
    margin-top: 15px;
}

.contact_us {
    background: linear-gradient(92.32deg, #C000DD -19.33%, rgba(255, 155, 0, 0.5) 106.64%), #FFFFFF;
    padding: 96px 0;
    float: left;
    width: 100%;
}

.left_contact_sec {
    padding-right: 10%;
}

.left_contact_sec h3 {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    font-size: 51px;
    line-height: 116.4%;
    color: #FFFFFF;
}

.left_contact_sec h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 126.9%;
    color: #FFFFFF;
    margin-top: 40px;
}

.left_contact_sec h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 79.9%;
    color: #FFFFFF;
    margin-top: 15px;
}

.right_contact_sec {
    padding-left: 6%;
}

.right_contact_sec h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 143.4%;
    color: #FFFFFF;
}

.send_btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
    padding: 11px 32px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    line-height: 150%;
    background: #fff;
    height: 54px;
}

.send_btn:hover {
    background: linear-gradient(92.32deg, #C000DD -19.33%, #FF7300 106.64%) #fff;
}

.left_prosec .item img {
    border-radius: 28px;
}

.send_btn:hover span {
    color: #fff;
    background: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    text-fill-color: none;

}

.send_btn span {
    background: linear-gradient(92.32deg, #C000DD -19.33%, #FF7300 106.64%) #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}



.left_contact_sec ul {
    padding-left: 0;
    width: 100%;
    float: left;
    margin-bottom: 54px;
}

.left_contact_sec ul li {
    list-style: none;
    float: left;
    margin-right: 25px;
}

.footer_sec {
    background: linear-gradient(270deg, rgba(255, 168, 0, 0.35) -13.18%, rgba(115, 0, 132, 0.35) 50%), #9900B0;
    padding: 96px 0;
    width: 100%;
    float: left;
}

.footer_text {
    margin-top: 36px;
}

.footer_text h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 203%;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.footer_text p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    color: #FFFFFF;
}

.footer_text ul {
    padding-left: 0;
    list-style: none;
    color: #fff;
}

.footer_text ul li {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    color: #FFFFFF;
}

.social_links li a {
    color: #FFFFFF;
    text-decoration-line: underline;
}

.footer_text ul li a {
    color: #FFFFFF;
}

.sub_field {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    color: #fff;
    background: inherit;
    padding: 5px 10px;
    height: 50px;
    margin-top: 10px;
    width: 100%;
}

.submit_btn {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    padding: 6px 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    line-height: 150%;
    float: right;
    background: #fff;
}

.submit_btn:hover {
    background: linear-gradient(92.32deg, #C000DD -19.33%, #FF7300 106.64%) #fff;
}

.submit_btn:hover span {
    color: #fff;
    background: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    text-fill-color: none;

}

.submit_btn span {
    background: linear-gradient(92.32deg, #C000DD -19.33%, #FF7300 106.64%) #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

}

.sub_field::placeholder {
    color: #fff;
}

.sub_field:focus-visible {
    outline: 0;
}

.social_links {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.social_links li {
    float: left;
    margin-left: 25px;
}

.social_links li:hover {
    opacity: 0.9;
}

.social_links li:first-child {
    margin-left: 0px;
}

.language_icon {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
    display: flex;
    /* justify-content: center; */
}

.language_icon li {
    float: left;
    margin-left: 27px;
}

.language_icon li:hover {
    opacity: 0.9;
}

.language_icon li:first-child {
    margin-left: 0px;
}

.language_icon li a {
    text-decoration: inherit;
    color: #fff;
}

.language_icon li span {
    margin-left: 15px;
}

.copyright_sec {
    background: #36003E;
    box-shadow: 0px -10px 10px rgba(0, 0, 0, 0.05);
    padding: 28px 0;
    text-align: center;
    width: 100%;
    float: left;
}

.copyright_sec span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.rounded_button {
    text-decoration: inherit;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    /* border-bottom: 2px solid #e2046e80; */
    border-bottom: 1px solid #e2046e80 !important;
    border-color: #e2046e80 !important;
    outline: 0;
    box-shadow: none;
    /* box-shadow: 0rem 0.1rem hsl(331deg 82% 87%); */
}

.d-inline {
    display: inline !important;
    color: #ef1d1d;
    font-size: 13px;
}

input::selection {
    padding: 10px;
    background: #5b79ff;
    color: #fff;
}

.our_products {
    padding: 150px 0;
    float: left;
    width: 100%;
}

.ctext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    text-align: justify;
}

.sub_heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.prod_sec h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 46px;
    line-height: 59px;
    margin-bottom: 20px;
}

.font_inner {
    font-size: 16px;
}

.prod_sec h3 img {
    margin-right: 15px;
}

.our_product_main {
    padding: 100px 0;
    float: left;
    width: 100%;
}

.gray {
    color: #505050;
}

.product_banner_title {
    position: absolute;
    bottom: 12%;
    background: linear-gradient(90deg, #FFFFFF 81.63%, rgba(255, 255, 255, 0) 100.35%);
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
    border-radius: 0px;
    padding: 44px 120px 44px 44px;
}

.product_banner_title h2 {
    font-family: 'Alice', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 89.9%;
    color: #8E4793;
}

.product_banner_title h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 112.9%;
    color: #FF7300;
}

.prod_carausel h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 39px;
}

.prod_carausel {
    margin-top: 90px;
}

.owl-one .item {
    background: #F6F6F6;
    float: left;
    width: 175px;
    height: 175px;
}

.our_products {
    background-repeat: no-repeat !important;
}

.owl-one .owl-nav {
    display: block !important;
}

.owl-one .owl-dots {
    display: none;
}

.owl-one .owl-item img {
    display: block;
    margin: 0 auto;
    margin-top: 9px;
}

.prod_sec h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: rgba(80, 80, 80, 0.9);
    position: absolute;
    bottom: 6px;
    text-align: center;
    width: 100%;
}

.owl-one button.owl-prev {
    position: absolute;
    left: -61px;
    top: 56px;
}

.owl-one button.owl-next {
    position: absolute;
    right: -59px;
    top: 56px;
}

button.owl-prev span {
    background-image: url(../img/prev_icon.svg);
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    float: left;
    background-position: center;
}

button.owl-next span {
    background-image: url(../img/next_icon.svg);
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    float: right;
    background-position: center;
}

.owl-one .owl-nav span:hover {
    background-color: #FAECFF;
}

.prod_img img {
    width: 90%;
}

.right-align {
    text-align: right;
}

.service_banner_title h3 {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 109.9%;
    color: #9900B0;
}

.service_banner_title h1 {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 109.9%;
    color: #FF7300;
}

.service_banner_title h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 112.9%;
    color: #9900B0;
}

.service_banner_title {
    position: absolute;
    top: 7%;
    background: linear-gradient(90deg, #FFFFFF 42.63%, rgba(255, 255, 255, 0) 98.35%);
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
    border-radius: 0px;
    padding: 47px 120px 47px 47px;
}

.development_sec .col-md-12 {
    display: flex;
}

.dev_block {
    margin-top: 100px;
    margin-bottom: 100px;
}

.dev_block .card {
    transition: all .2s ease-in-out;
}

.dev_block .card:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.development_sec {
    padding: 90px 0px 140px 0;
    float: left;
    width: 100%;
}

.dev_service {
    height: 200px;
    text-align: center;
}

.col-md-6.right_prosec {
    padding-left: 44px;
}

.development_sec .col {
    margin-left: 15px;
}

.development_sec .col:first-child {
    margin-left: 0px;
}

.dev_block .card-body {
    padding: 1rem 0.4rem;
}

.dev_service h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: rgba(80, 80, 80, 0.9);
    margin-top: 20px;
}

.dev_service img {
    margin: 0 auto;
    margin-bottom: 13px;
    margin-top: 20px;
}

.dev_service h5 span {
    font-size: 16px;
    font-weight: 400;
}

.service_bottom_sec h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: rgba(80, 80, 80, 0.9);
}

.service_bottom_sec p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: rgba(80, 80, 80, 0.9);
}

.service_bottom_sec span {
    width: 100%;
    text-align: center;
    float: left;
}

.service_bottom_sec span a {
    color: #FF7300;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.service_bottom_sec span a:hover {
    text-decoration: underline;
}

.fadetext1 {
    display: none;
}


.our_product_main .row {
    justify-content: center;
    align-items: center;
}


.talent_p h3 {
    font-size: 36px;
}

.tal_p {
    padding-top: 20px;
}

.for_ibc {
    margin-top: 40px;
}

.purple_text_talent h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: left;
    color: #8E4793 !important;
    margin-bottom: 10px;
}

.purple_text_talent {
    border-bottom: 2px solid #8E4793;
    box-shadow: 1px 8px 8px #ccc;
    padding: 10px 25px;
}

.orange_text_talent h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-align: left;
    color: #FF7300 !important;
    margin-bottom: 10px;
}

.orange_text_talent {
    border-bottom: 2px solid #FF7300;
    box-shadow: 1px 8px 8px #ccc;
    padding: 10px 25px;
}

.two_sec {
    align-items: inherit !important;

}

.two_sec .col {
    margin: 0 30px 30px;
}

.two_sec .col:first-child {
    margin-left: 0px;
}

.about_company .col {
    width: 288px;
    margin-left: 40px;
    float: left;
    margin-bottom: 40px;
}

.about_company .col:first-child {
    margin-left: 0px;
}

.about_company {
    margin-top: 70px;
    margin-bottom: 70px;
}

.inner_about_block {
    width: 960px;
    margin: 0 auto;
}

.about_company h5.card-title {
    width: 150px;
    height: 53px;
    background: #FF7300;
    border-radius: 0px 40px 0px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 204%;
    text-align: center;
    color: #FFFFFF;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: -53px;
}

.about_company .card-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 204%;
    text-align: center;
    color: #505050;
    padding: 25px;
    height: 177px;
}

.know_more_block {
    float: left;
    width: 100%;
    text-align: center;
}

.about_more {
    margin-top: 20px;
}

.about_more h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 204%;
    text-align: center;
    color: rgba(80, 80, 80, 0.9);

}

.about_company .card {
    border-radius: 6px 6px 6px 6px;
}


.cookie-disclaimer {
    background: #000000;
    color: #FFF;
    opacity: 0.95;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: fixed;
}

.cookie-disclaimer .container {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cookie-disclaimer .close_bx {
    float: right;
    padding: 4px 10px;
    cursor: pointer;
    background-color: #ff7300;
}

.cookie-disclaimer .close_bx:hover {
    background: #8e4793;
}

.accept-cookie,
.cookie-close {
    color: #fff;
    background-color: #ff7300;
    border-color: #ff7300;
}

.cookie-disclaimer h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 10px;
    text-align: left;
}

.cookie-disclaimer p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
    margin-top: 15px;
}

.cookie_btns {
    display: flex;
    align-items: center;
}

.cookie_btns button {
    margin-right: 10px;
}

button.accept-cookie {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 148%;
    color: #FFFFFF;
    background: #8e4793;
    box-shadow: 0px 4px 10px rgb(83 40 4 / 15%);
    border-radius: 40px;
    border: 1px solid #8e4793;
}

button.cookie-close {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 148%;
    color: #FFFFFF;
    background: #8e4793;
    box-shadow: 0px 4px 10px rgb(83 40 4 / 15%);
    border-radius: 40px;
    border: 1px solid #8e4793;
}

button.accept-cookie:hover,
button.cookie-close:hover, button.accept-cookie:focus, button.cookie-close:focus {
    background: #8e4793;
    border: 1px solid #8e4793;
    outline: 0px;
}





.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 6px;
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #fff;
    padding: 17px 49px;
    color: #71748d;
    background-color: #dddde8;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.logo_banner img {
    width: 95px;
    height: 100px;
}

.logo_banner {
    margin-right: 25px;
}

.about_logo_t {
    display: flex;
}

.tab-pane img {
    width: 100%;
}

.aboutus_tab {
    margin-top: 70px;
    margin-bottom: 30px;
}

.tabbottom_txt {
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 204%;
    text-align: center;
    color: #505050;
}

.aboutus_tab .col-2 {
    padding-right: 0px;
}

.aboutus_tab .col-10 {
    padding-left: 0px;
}

.aboutus_tab .list-group-item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 204%;
    text-align: left;
    color: #505050;
    border-top: 1px dashed #8E4793;
}

.aboutus_tab .list-group-item:first-child {
    border-top: 0;
}

.aboutus_tab .list-group-item:last-child {
    border-bottom: 0;
}

.aboutus_tab .list-group-item.active {
    color: #FF7300;
    background-color: #fff;
    background-image: url(../img/active_tab_icon.svg);
    background-repeat: no-repeat;
    background-position: 96%;
    z-index: 0;

}


.tab-vertical .nav-tabs .nav-link.active {
    color: #5969ff;
    background-color: #fff !important;
    border-color: transparent !important;
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 0px !important;
}

.tab-vertical .tab-content {
    overflow: auto;
    -webkit-border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    border-radius: 0px 4px 4px 4px;
    background: #fff;
    padding: 30px;
}

.purple {
    color: #8E4793;
}

.orange {
    color: #FF7300;
}

.job_content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 203%;
    text-align: center;
    color: #505050;
    margin: 35px 0px;
}

.line_stroke {
    background: linear-gradient(92.32deg, #C000DD -19.33%, #FF7300 106.64%);
    height: 4px;
    width: 100%;
    float: left;
}

.connect_with {
    padding: 60px 0px;
    float: left;
    width: 100%;
}

.connect_sec h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 108.4%;
    text-align: center;
    color: #8E4793;
}

.connect_sec h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 108.4%;
    text-align: center;
    color: #8E4793;
    margin-top: 15px;
}

.contact_country {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(142, 71, 147, 0.2);
    border-radius: 10px;
    padding: 30px;
    margin: 0px 30px;
    margin-top: 50px;
}

.contact_country h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #8E4793;
}

.contact_country p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    text-align: justify;
    color: rgba(80, 80, 80, 0.9);
    margin-bottom: 10px;
    margin-top: 24px;
}

.location_sec {
    padding: 140px 0px;
}

.address_t {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 203%;
    text-align: left;
    color: rgba(80, 80, 80, 0.9);
}

.about_vanlent_sec .row {
    align-items: center;
}

.contact_banner_title {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 109.9%;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 10%;
    width: 56%;
}

.vanlent_porduct .prod_sec img {
    width: 107px !important;
    height: 117px !important;
}

a#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    border: 1px solid #FF7300;
    background-color: #FF7300;
    color: #fff;
}

a#back-to-top:focus {
    outline: none;
    box-shadow: none;
}

a#back-to-top:hover {
    background: #8e4793;
    color: #fff;
    border: 1px solid #8e4793;
}

.active-s {
    background: #8e4793;
    color: #fff;
    display: none;
}

.border_i.dark {
    border: 1px solid #000;
}

.size_i.active-s,
.size_i:hover {
    text-align: center;
    align-items: center;
}

.know_more_block {
    width: 100%;

}


.search-box .search-function {
    height: 40px;
    width: 58px;
    background: #FAECFF;
    color: #36003E;
    position: absolute;
    top: 45%;
    right: 7px;
    transform: translateY(-50%);
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
}

.search-box.active .search-function {
    height: 40px;
    width: 35px;
    background: #FAECFF;
    color: #36003E;
}

.search-function {
    display: none;
}

.search-box.active .search-function {
    display: block;
    z-index: 100000;
}

.search-box.active .search-btn {
    display: none;
}

.contact_banner {
    bottom: 10%;
    right: 5%;
    top: inherit;
}

img.custom-logo {
    width: 74px;
    height: 74px;
}

.footer_text h5 {
    margin-bottom: 20px;
}

ul#menu-footer-menu li a {
    padding-left: 0;
    text-decoration: underline;
}

.copyright_sec h6 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.menu-footer-menu-container .menu-item>a {
    font-weight: 400;
}

.fb-icon svg {
    background: #1877f2;
}

.screen-reader-response {
    display: none;
}

.wpcf7 {
    margin-top: 35px;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-check {
    padding-left: 0px;
}

input[type="checkbox"] {
    width: 26px;
    height: 26px;
}

span.wpcf7-list-item.first.last label {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

span.wpcf7-list-item-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 5px 16px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.send_btn {
    border: none;
    color: #ff7300;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.send_btn:hover {
    border: none;
    color: #fff;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: inline!important;
    color: #f5f5b8;
    font-size: 13px;
    font-style: italic;
}

input[type="checkbox"]:checked {
    background-color: #9900B0;
    border-color: #9900b0;
}

.search {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .search * {
    outline: none;
    box-sizing: border-box;
  }
  .search__wrapper {
    position: relative;
  }
  .search__field {
    width: 43px;
    height: 43px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 16px;
    padding: 0px 40px 0px 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: #FAECFF;
    border-radius: 50px;
  }
  .search__field:focus {
    border-bottom-color: inherit;
    width: 200px;
    color: #2b2b2b;
    cursor: default;
    background: #FAECFF;
    border-radius: 50px;
    border-bottom: none;
    padding-left: 15px;
  }
  .search__field:focus ~ .search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
  }
  .search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #FAECFF;
    width: 43px;
    height: 43px;
    font-size: 18px;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
    color: #9900b0;
  }
  .search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .search__field::-webkit-input-placeholder[style*=hidden] {
    color: #FAECFF;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
  }
  .search__field:-moz-placeholder[style*=hidden] {
    color: #FAECFF;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
  }
  .search__field::-moz-placeholder[style*=hidden] {
    color: #FAECFF;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
  }
  .search__field:-ms-input-placeholder[style*=hidden] {
    color: #FAECFF;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
  }
  label.wp-block-search__label{
    display: none;
  }

  .search-content{
    float: left;
    width: 100%;
    margin-top: 30px;
  }

  .breadcrumb-sec{
    padding: 25px;
    float: left;
    width: 100%;
    margin-top: 90px;
  }
  .breadcrumb { 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 203%;
    margin-bottom: 0px;
}

.breadcrumb a{
    text-decoration: none;
    font-weight: 500;
}
.product_content h3 a{
    text-decoration: none;
}
.search-content li{
    list-style: none;
    margin-left: 0 !important;
}
.h-readmore{
    margin-bottom: 30px;
}
.page-header{
    margin-bottom: 20px;
}

.about_banner{
    top:10%;
    right: 10%;
    bottom: inherit;
}
.dropdown-menu.show a img {
    border-radius: 3px;
    box-shadow: 0px 0px 4px #000;
}
.nav-item.dropdown.flag_menu .widget a img { border-radius: 3px; box-shadow: 0px 0px 4px #000; }