    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
    /***** General CSS *****/
    
    body {
        word-break: break-word;
        font: 14px/25px 'Montserrat', sans-serif;
        color: #393939;
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
        color: #000;
        white-space: initial;
        font-family: 'BlenderPro';
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
        color: #393939;
    }
    
    a:hover {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    
    img {
        max-width: 100%;
    }
    
    input[type="text"]:focus,
    textarea:focus,
    input[type="password"]:focus,
    select:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        outline: none;
    }
    
    select,
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    textarea,
    input[type="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    ul {
        margin: 0 0 20px;
        padding: 0;
        list-style-type: none;
    }
    
    p {
        font-weight: 500;
        line-height: 1.6;
        font-family: "Montserrat", sans-serif;
        color: #aab7c9;
        font-size: 14px;
    }
    /***** Font Files *****/
    
    @font-face {
        font-family: 'Fonts Awesome';
        src: url(../fonts/fontawesome-webfont.eot);
        src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
        font-weight: 400;
        font-style: normal
    }
    
    @font-face {
        font-family: 'BlenderPro';
        src: url(../fonts/BlenderPro-Medium.ttf);
    }
    /***** Custom Classes *****/
    
    .noPadding {
        padding: 0;
    }
    
    .noLeft {
        padding-left: 0;
    }
    
    .noRight {
        padding-right: 0;
    }
    
    .centerCol {
        float: none;
        margin: 0 auto;
    }
    
    .pt_8 {
        padding-top: 80px;
    }
    
    .pb_8 {
        padding-bottom: 80px;
    }
    
    .py_8 {
        padding: 80px 0px;
    }
    
    .theme_btn {
        padding: 6px 6px 6px 35px;
        border: 3px solid #ff1100;
        border-radius: 100px;
        color: #000;
        z-index: 1;
        background: #fff;
        position: relative;
        font-size: 17px;
        -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        transition: all 250ms;
        overflow: hidden;
        display: inline-block;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .theme_btn span {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff1100;
        clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
        clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    }
    
    .theme_btn span img {
        width: 25px;
    }
    
    .theme_btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        border-radius: 14px;
        background-color: #072b61;
        z-index: -1;
        -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        transition: all 250ms
    }
    
    .theme_btn:hover {
        color: #fff;
    }
    
    .theme_btn:hover::before {
        width: 100%;
    }
    
    .flexRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    .flexCol {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        align-items: center;
    }
    
    h1 {
        font-family: "Rubik", sans-serif;
        font-size: 66px;
        line-height: 1.2;
        color: #fff;
        font-weight: 200;
        margin: 0;
    }
    
    h2 {
        font-family: "Rubik", sans-serif;
        font-size: 58px;
        line-height: 1.2;
        color: #072b61;
        font-weight: 300;
        margin: 0 0 10px;
        text-transform: uppercase;
    }
    
    h3 {
        font-family: "Rubik", sans-serif;
        font-size: 30px;
        line-height: 1.2;
        color: #000000;
        font-weight: 600;
        margin: 0 0 28px;
    }
    
    h4 {
        font-family: "Rubik", sans-serif;
        font-size: 24px;
        line-height: 1.2;
        color: #393939;
        font-weight: 500;
        margin: 0 0 13px;
    }
    
    h5 {
        font-family: "Rubik", sans-serif;
        font-size: 20px;
        line-height: 1.2;
        color: #ffffff;
        font-weight: 500;
        margin: 0 0 20px;
    }
    
    h6 {
        font-family: "Rubik", sans-serif;
        font-size: 18px;
        line-height: 1.2;
        color: #393939;
        font-weight: 500;
        margin: 0 0 22px;
    }
    
    select {
        /* background: #fff url('../images/arrow.png') no-repeat right; */
        /* padding: 0 40px 0 30px; */
    }
    
     ::-webkit-input-placeholder {
        color: #575757;
    }
    
     ::-moz-placeholder {
        color: #575757;
        opacity: 1;
    }
    
     :-ms-input-placeholder {
        color: #575757;
    }
    
     :-moz-placeholder {
        color: #575757;
        opacity: 1;
    }
    /*header css start */
    
    header {
        position: relative;
        width: 100%;
        z-index: 1;
        padding: 20px 0;
    }
    
    .main-logo {
        background-color: #fff;
        padding: 20px;
    }
    
    .menuSec {
        padding: 0px 0;
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px solid #cccccc;
    }
    
    .menuSec img {
        margin: 0;
    }
    
    .menuSec ul {
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        text-transform: capitalize;
        display: flex;
        justify-content: space-evenly;
    }
    
    .menuSec ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    
    .menuSec li ul {
        display: none;
    }
    
    .menuSec ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #000000;
        padding: 45px 0px;
        font-size: 18px;
        text-transform: uppercase;
    }
    
    .menuSec ul li a::after {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        background: #fff;
        bottom: -1px;
        left: 0;
        transition: 0.3s ease-in-out;
    }
    
    .menuSec ul li.active a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ff1100;
        bottom: -1px;
        left: 0;
        transition: 0.3s ease-in-out;
    }
    
    .menuSec ul li a:hover:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        bottom: -1px;
        left: 0;
    }
    
    .menuSec ul li.active a {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        color: #000000;
    }
    
    .menuSec li:hover>ul {
        display: block;
        position: absolute;
        z-index: 1000;
        background-color: #000000;
        left: 0px;
        width: 230px;
        text-align: left;
        top: 38px;
    }
    
    .menuSec li>ul>li>a {
        border: none;
        padding: 13px 20px !important;
        color: #fff !important;
        overflow: hidden;
        font-size: 13px;
        line-height: 20px;
    }
    
    .menuSec li>ul>li,
    .menuSec li>ul>li>a {
        display: block;
        margin: 0;
    }
    
    .menuSec li>ul>li>a:before,
    .menuSec li>ul>li>a:after {
        display: none;
    }
    
    .menuSec li:hover li {
        float: none;
    }
    
    .menuSec li ul li a:hover {
        background-color: #ffffff;
        color: #000000 !important;
    }
    
    .menuSec ul ul ul {
        left: 100%;
        top: 0;
    }
    
    .menuSec ul:before,
    .menuSec ul:after {
        content: " ";
        display: table;
    }
    
    .menuSec ul:after {
        clear: both;
    }
    
    .menuSec li>ul>li:hover>ul {
        left: 230px;
        top: 0px;
        width: 270px;
    }
    /*banner css start */
    
    .banner_imgg {
        width: 100%;
    }
    
    .banner_text h1 {
        text-transform: uppercase;
    }
    
    .banner_text h1 span {
        display: block;
        font-weight: 700;
    }
    
    .banner_text h5 {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 2.5px;
    }
    
    .banner_text {
        margin-top: 0;
    }
    
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        width: 100%;
    }
    
    .carousel-control.right,
    .carousel-control.left {
        background: none;
        opacity: 1;
        width: 50px;
        height: 50px;
        top: initial;
        top: 40%;
        background: rgba(255, 255, 255, 0.1);
        text-shadow: none;
    }
    
    .carousel-control.right:hover,
    .carousel-control.left:hover {
        background: rgba(255, 27, 27, 0.6);
        color: #fff;
    }
    
    .carousel-control.right .fa,
    .carousel-control.left .fa {
        position: relative;
        top: 12px;
        font-size: 20px;
        color: #fff;
        opacity: 0.5;
    }
    
    .carousel-control.right {
        right: 0px;
    }
    
    .carousel-control.left {
        left: 0px;
    }
    
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 12px;
        padding: 0;
        margin: 3px!important;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 1;
        /* transition: opacity 0.6s ease; */
        border-radius: 20px;
    }
    
    .carousel-caption {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        background: rgba(0, 0, 0, 0.1);
    }
    
    .carousel-indicators li {
        border: none;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #fff;
        width: 12px;
        height: 12px;
        margin: 0;
    }
    
    .carousel-indicators .active {
        margin: 0;
        background-color: #28b16d;
        width: 10px;
        height: 12px;
    }
    
    .main_slider {
        position: relative;
    }
    
    .social_links {
        position: absolute;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    
    .social_links li {
        position: relative;
    }
    
    .social_links li a {
        width: 50px;
        display: inline-block;
        height: 50px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /* clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%); */
        /* box-shadow: 0 0 20px #000000; */
        /* border: 1px solid #fff; */
        position: relative;
        background: #ffffff70;
        border-radius: 25px;
    }
    
    .social_links li a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/nanogon.png);
        background-size: contain;
        top: 0;
        background-repeat: no-repeat;
        transition: 0.3s ease-in-out;
    }
    
    .social_links li a:hover::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../images/red-nanogon.png);
        background-size: contain;
        top: 0;
        background-repeat: no-repeat;
        transition: 0.3s ease-in-out;
    }
    
    .social_links li a i {
        position: relative;
        z-index: 9
    }
    
    .social_links li:not(:last-child)::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 30px;
        background: #ffffff5c;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    /*banner css end*/
    /*Footer Section*/
    
    .footerSec {
        background-color: #001a40;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .footerSec h5 {
        font-family: 'BLENDERPRO';
        font-size: 23px;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 50px;
    }
    
    .footerSec h5::after {
        content: '';
        position: absolute;
        width: 65%;
        background: #384c6a;
        height: 2px;
        bottom: -15px;
        left: 0;
    }
    
    .quick_links {
        padding-left: 50px;
    }
    
    .quick_links ul li a {
        color: #ffffff;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }
    
    .quick_links ul li:not(:last-child) {
        margin-bottom: 12px;
    }
    
    ul.linkList a i {
        margin-top: 5px;
    }
    
    ul.linkList a {
        display: flex;
        gap: 15px;
    }
    
    .footer_bottom {
        border-top: 1px solid #384c6a;
        padding: 20px 0;
        background-color: #001a40;
    }
    
    .footer_bottom p {
        color: #ffffff;
        margin-bottom: 0;
    }
    /*FOOTER END*/
    /*ABOUT US PAGE*/
    
    .about_us_page {
        padding: 80px 0 80px;
    }
    
    .about-image {
        text-align: right;
        padding-right: 30px;
        position: relative;
        height: 600px;
    }
    
    .about-image img.about_img2 {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .about-image .about_number {
        position: absolute;
        width: 60%;
        display: flex;
        align-items: center;
        bottom: 14px;
        background: #fff;
        padding: 13px 20px;
        gap: 20px;
        right: 30px;
        box-shadow: 0 0 20px #00000021;
    }
    
    .about-image .about_number .icon_box {
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        background: #ff1100;
        height: 80px;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .about-image .about_number .icon_box img {
        width: 40px;
        filter: invert(1);
    }
    
    .about-image .about_number .about_phone {
        text-align: left;
    }
    
    .about-image .about_number .about_phone p {
        text-transform: uppercase;
        color: #072b61;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .about-image .about_number .about_phone a {
        font-size: 35px;
        font-weight: 600;
        color: #072b61;
    }
    
    .about-content ul {
        display: flex;
        margin-top: 10%;
    }
    
    .about-content ul li {
        border: 1px solid #c7c7c7;
        width: 50%;
        padding: 0 30px 30px;
    }
    
    .about-content ul li span {
        width: 90px;
        height: 80px;
        background: #ff1100;
        display: block;
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: -40px;
    }
    
    .about-content ul li span img {
        width: 50px;
        filter: invert(1);
    }
    
    .about-content ul li h4 {
        color: #072b61;
        text-transform: uppercase;
        font-size: 17px;
        margin-bottom: 0;
    }
    
    .about-more {
        width: 92%;
    }
    
    .about-more p {
        margin-bottom: 0;
    }
    /*PRODUCT PAGE CSS*/
    
    .products_page {
        padding: 0;
    }
    
    .products_box {
        padding: 10px;
        background: #fff;
        box-shadow: 0 0 20px #00000021;
        border-radius: 6px;
        height: 330px;
    }
    
    .products_box img {
        width: 100%;
        height: 200px;
    }
    
    .product_name {
        text-align: center;
        padding-top: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .product_name h5 {
        color: #001a40;
        font-size: 16px;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    p.product_code {
        color: #101010;
    }
    
    .best_selling_products .slick-slide {
        margin: 0 10px;
        opacity: 1
    }
    
    .padding-left-right {
        padding: 0 10%;
    }
    
    .best_selling_products .slick-track {
        margin: 40px 0;
    }
    
    .filter_search form input {
        width: 100%;
        border: 1px solid #e8e8e8;
        height: 50px;
        padding-left: 15px;
        background: #f8f8f8;
        color: #555555;
        font-size: 14px;
        border-radius: 6px;
    }
    
    .filter_search form input::placeholder {
        color: #555555;
        font-weight: 500;
        font-size: 12px;
    }
    
    .filter_search form {
        position: relative;
    }
    
    .filter_search form button {
        position: absolute;
        right: 6px;
        background: transparent;
        border: none;
        color: #cacaca;
        top: 12px;
    }
    
    .pages_list ul {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        margin-bottom: 0;
    }
    
    .pages_list ul li a {
        color: #000;
        font-size: 16px;
    }
    
    .pages_list ul li span {
        color: #000;
        font-weight: 600;
        font-family: 'BlenderPro';
        font-size: 17px;
    }
    
    .pages_list ul li.active a {
        color: #ff1100;
    }
    
    a.quote_btn img {
        width: 20px;
        margin-left: 6px;
        filter: brightness(0) saturate(100%) invert(21%) sepia(83%) saturate(7286%) hue-rotate(1deg) brightness(107%) contrast(100%);
    }
    
    a.quote_btn {
        color: #ff1100;
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #ff1100;
        text-transform: uppercase;
        font-weight: 500;
    }
    
    .chemicals_table table thead {
        background-color: #072b61;
    }
    
    .chemicals_table table thead tr th:first-child {
        border-top-left-radius: 7px;
    }
    
    .chemicals_table table thead tr th:last-child {
        border-top-right-radius: 7px;
    }
    
    .chemicals_table table thead th {
        padding: 20px 40px;
        color: #fff
    }
    
    .chemicals_table table tbody tr td:last-child {
        text-align: center;
    }
    
    .chemicals_table table tbody td {
        padding: 30px 40px;
        color: #1a1a1a;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .chemicals_table table,
    .chemicals_table td {
        border: 1px solid #d8d8d8;
        border-collapse: collapse;
        background-color: #f8f8f8;
    }
    
    .chemicals_table {
        padding-bottom: 50px;
    }
    /*Services Page*/
    
    .services_page {
        padding: 0 0 80px;
    }
    
    .service_box {
        background: #001a40;
    }
    
    .service_name {
        padding: 30px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .service_name img {
        height: 50px;
        filter: invert(1);
        opacity: 0.3;
    }
    
    .service_name h4 {
        font-size: 22px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0;
    }
    
    .service_image img {
        height: 280px;
        width: 100%;
        object-fit: cover;
        clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    }
    
    .service_image {
        position: relative;
    }
    
    .service_image::after {
        content: "";
        /* The content property is required for pseudo-elements */
        position: absolute;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 60px solid transparent;
        border-left: 220px solid #1f4070;
        /* Positioning the triangle at the bottom center of the tooltip */
        top: 0;
        /* Half the total height of the triangle (2*10px = 20px) */
        left: 0;
        transform: none;
        /* Centers the triangle relative to its own width */
    }
    
    .why_choose_content ul {
        column-count: 2;
        margin: 20px 0;
    }
    
    .why_choose_content .why_list li {
        position: relative;
        padding-left: 20px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        color: #000;
    }
    
    .why_list li:before {
        content: '\f00c';
        position: absolute;
        font-family: 'FontAwesome';
        font-weight: 400;
        left: 0;
        color: #ff1100;
    }
    
    .why_choose_us {
        padding-bottom: 80px;
    }
    
    .Inner_page .menuSec ul li a {
        color: #000;
    }
    
    .Inner_page .menuSec ul li a:after {
        background-color: #f50a0a;
    }
    
    .Inner_page .menuSec {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cdcdcd;
    }
    
    .contact_sec {
        padding: 0px 0 60px;
    }
    
    .contact_text {
        background-color: #001a40;
        height: 100%;
        padding: 36px;
        position: relative;
    }
    
    .contact_text h2 {
        color: #fff;
        padding-bottom: 30px;
        font-size: 60px;
    }
    
    .contact_form form input {
        width: 100%;
        height: 51px;
        margin-bottom: 20px;
        border: 1px solid #7c7c7c;
        padding: 11px;
        border-radius: 5px;
    }
    
    .contact_form form select {
        width: 100%;
        height: 51px;
        margin-bottom: 17px;
        border-radius: 5px;
        padding-left: 11px;
    }
    
    .contact_form form textarea {
        width: 100%;
        height: 112px;
        padding-left: 11px;
        margin-bottom: 24px;
        border-radius: 5px;
    }
    
    .contact_form form button {
        padding: 6px 6px 6px 18px;
        border-radius: 100px;
        color: #000;
        z-index: 1;
        background: #fff;
        position: relative;
        font-size: 17px;
        -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
        transition: all 250ms;
        overflow: hidden;
        display: inline-block;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'BlenderPro';
        border: 3px solid #ff1100;
    }
    
    .contact_form form button span {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff1100;
        clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
        clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
        margin-left: 13px;
    }
    
    .contact_form form button span img {
        width: 23px;
    }
    
    .contact_text ul li a {
        color: #a2a2a2;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .contact_form {
        position: relative;
    }
    
    .breckrt {
        position: absolute;
        right: 53px;
        height: 49px;
    }
    
    img.down {
        position: absolute;
        right: 20px;
        bottom: auto;
        top: 163px;
    }
    
    .contact_form form textarea::placeholder {
        padding-top: 75px;
    }
    
    .contact_text::before {
        position: absolute;
        content: '';
        width: 70%;
        height: 1px;
        z-index: 99;
        top: 144px;
        left: 120px;
        background: #676767;
    }
    
    .contact_text ul li a i {
        color: #fff;
    }
    
    .contact_text::after {
        position: absolute;
        content: '';
        width: 61px;
        height: 4px;
        background: #fff;
        top: 143px;
        left: 124px;
        z-index: 99;
    }
    
    .logos_slider img {
        width: 116px;
    }
    
    .logos_slider .slick-active {
        opacity: 2.5;
    }
    
    .our_partners h2 {
        padding-bottom: 40px;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }