@font-face {
    font-family: 'Neurial Grotesk';
    src: url(Neurial-Grotesk-Regular.ttf);
}
* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #50575E;
    font-size: 16px;
    background-color: #F5F8FD !important 
}
p {
    margin: 0;
}
.container {
    max-width: 1480px;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 20;
}
.background {
    width: 100%;
    max-height: 781px;
    object-fit: cover;
}
button[aria-expanded="true"] > span.navbar-toggler-icon {
    display: none;
}
button[aria-expanded="false"] > span.close_menu {
    display: none;
}
.navbar {
    float: right;
    margin-top: 20px;
}
.navbar-nav li a{
    font-size: 25px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    padding-left: 35px;
}
.navbar-nav li a:hover{
    text-decoration: underline;
}
.logo img {
    width: 400px;
}
h1 {
    font-family: 'Neurial Grotesk', sans-serif;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    background-color: #F35B5E;
    float: left;
    margin-top: -320px;
    width: 50.5%;
    height: 320px;
    padding: 40px;
    letter-spacing: 1px;
}
h2 {
    font-family: 'Neurial Grotesk', sans-serif;
    font-size: 70px;
    color: #50575E;
    font-weight: 400;
    margin-bottom: 60px;
    padding: 0 !important;
    letter-spacing: 2px;
}
#company {
    margin-top: 100px;
}
#company p {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
}
#company .number{
    font-family: 'Neurial Grotesk', sans-serif;
    font-size: 55px;
    color: #A6B2BE;
    font-weight: 400;
}
#company .desc{
    font-family: 'Neurial Grotesk', sans-serif;
    font-size: 20px;
    color: #A6B2BE;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 55px;
}
.company-success {
    margin-top: 150px;
}
.company-success p {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    margin: 135px 0;
    padding-right: 30px;
}

.company-row {
    background-image: url(../images/company-row.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-top: 95px;
}
.industries-row {
    background-image: url(../images/company-row.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.full-width {
    left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}
#product {
    margin-top: 160px;
}
#product img {
    width: 110%;
    padding-right: 0px;
    margin-left: -80px;
    max-height: 866px;
}
#product p {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    padding-left: 25px;
}
.product-icon-1 {
    background-image: url(../images/product-icon-1.svg);
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.product-icon-2 {
    background-image: url(../images/product-icon-2.svg);
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.product-icon-3 {
    background-image: url(../images/product-icon-3.svg);
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.product-icon-4 {
    background-image: url(../images/product-icon-4.svg);
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.product-icon-5 {
    background-image: url(../images/product-icon-5.svg);
    width: 50px;
    height: 50px;
    background-size: 100%;
}
.product-list {
    border-top: 1px solid #97A7B6;
}
.product-list:last-child {
    border-bottom: 1px solid #97A7B6;
    border-top: 1px solid #97A7B6;
}
.icon-center {
    margin: auto;
    text-align: center;
    width: 50px;
}
#industries {
    margin-top: 155px;
}
#industries .container-fluid {
    background-color: #426D79;
    padding: 75px 0;
}
.industries-icon{
    height: 100%;
    margin-bottom: 65px;
}
.industries-icon img{
    width: 100%;
    max-width: 160px;
}
.industries-text {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    color: #CFD9E2;
    margin-top: 80px;
    margin-bottom: 10px;
}
#contact {
    margin-top: 155px;
}
.contact_bg {
    background: #fff;
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: 49.5%;
    background-position: right;
}
.success_bg {
    background: #435058;
    background-image: url(../images/company-success.png);
    background-repeat: no-repeat;
    background-size: 49.5%;
    background-position: right;
}
.images-bg-mobile {
    display: none;
}
.form-contact {
    padding: 30px 0;
    width: 85%;
}
#contact h3 {
    font-family: 'Neurial Grotesk', sans-serif;
    font-size: 55px;
    color: #50575E;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 35px;
}
.form-check-input:checked {
    background-color: #fff;
    border-color: #50575e;
  }
  .form-check-input:focus {
    border-color: #50575e;
    outline: 0;
    box-shadow: none;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%2350575e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
label {
    color: #435058;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    padding-top: 5px;
    margin-left: -3px;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #50575E;
    border-radius: 0;
    padding: 24px 0;
}
.form-check {
    margin: 5px 0 20px 0;
  }
.form-control:focus {
    color: #50575E;
    border-color: #50575E;
    box-shadow: none;
}
.form-control-text {
    border: 1px solid #50575E;
    border-radius: 0;
    padding: 15px 15px;
    width: 100%;
    height: 125px;
    margin-top: 25px;
}
.form-control-text:focus {
    color: #50575E;
    border-color: #50575E;
    box-shadow: none;
}
.form-check-input {
    width: 12.5px;
    height: 12.5px;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.3em;
}
.btn-primary {
    border: 1px solid #435058;
    background: none;
    color: #435058;
    padding: 20px 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 0;
    margin: 33px 0;
}
.btn-primary:hover {
    border: 1px solid #F35B5E;
    background: #F35B5E;
    color: #fff;
}
.btn:active {
    border: 1px solid #F35B5E !important;
    background: #F35B5E !important;
    color: #fff !important;
}
.pages-intro {
    background: url(../images/rotekicon.svg);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: top -5% left 220%;
}
#footer {
    margin-top: 160px;
}
#footer .logo-footer img {
    width: 355px;
}
.footer_contact {
    float: right;
    background: #fff;
    padding: 50px 25px 80px 25px;
    width: 100%;
}
.footer_contact {
    color: #435058;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
.footer_contact a{
    color: #435058;
    text-decoration: none;
    display: block;
}
.footer_contact a:hover {
    text-decoration: underline;
}
.footer-menu {
    list-style: none;
    display: inline-flex;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 65px;
    padding-left: 0;
}
.footer-menu li{
    width: 100%;
    text-align: center;
}
.footer-menu li:first-child{
    width: 100%;
    text-align: left;
}
.footer-menu li:last-child{
    width: 100%;
    text-align: right;
}
.footer-menu li:nth-child(2){
    padding-left: 30px;
}
.footer-menu li:nth-child(3){
    padding-left: 110px;
}
.footer-menu li:nth-child(4){
    padding-left: 70px;
}
.footer-menu li a{
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.footer-menu li a:hover{
    text-decoration: underline;
}
.footer-phone {
    border-bottom: 5px solid #426D79;
}
.footer-phone p{
    margin-top: 15px;
}
.footer-email {
    border-bottom: 5px solid #009FB9;
}
.footer-email p{
    margin-top: 15px;
    margin-left: 50px;
}
.footer-contact-2 {
    border-bottom: 5px solid #F35B5E;
}
.footer-contact-2 p:first-child{
    margin-top: 5px;
}
.footer-contact-2 .red{
    margin-bottom: 40px;
}
.footer-contact-2 p{
    color: #435058;
    font-weight: 400;
    font-size: 20px;
    margin-left: 25px;
    line-height: 22px;
}
.pr-0 {
    padding-right: 0;
}
.pl-20 {
    padding-left: 20px;
}
.accordion a{
    color: #50575e;
    text-decoration: none;
    display: inline-flex;
    padding: 31px 0;
}
.accordion a:hover {
    background: #5C7581;
    color: #fff !important;
    text-decoration: none;
    display: inline-flex;
    padding: 31px 0 !important;
    animation: fadeInAnimation 2s;
}




.accordiondesktop .product-name{
    animation: fadeInAnimation 2s;
   }
   
   @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.accordionmobile {
    display: none;
}
.active-acc {
    background: #5C7581;
    color: #fff !important;
}
.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}
.product-bg1 {
    background: url(../images/accordion-bg.png);
    height: 906px;
    background-size: 100%;
    padding: 40px;
}
.product-bg {
    position: relative;
}

.product-name {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 50px;
    position: absolute;
    top: 50px;
}
.product-ul {
    margin-bottom: 0;
    color: #fff;
    font-size: 30px;
    line-height: 33px;
    margin-top: 50px;
    width: 80%;
}
.product-ul li{
    margin-bottom: 30px;
}
.navbar .active-acc {
    background: none;
}

.form-control {
    font-size: 20px;
}
    .form-control-text {
        font-size: 20px;
   }
   textarea, textarea::placeholder {
    font-size: 20px;
}
    input, input::placeholder {
        font-size: 20px;
   }


   .pl-255 {
    padding-left: 20px;
   }
@media (max-width: 1920px) {
    h1 {
        font-size: 51px;
        padding: 35px 40px;
   }
}
@media (max-width: 1600px) {
    h1 {
        font-size: 50px;
        padding: 35px 40px;
   }
}
@media (max-width: 1599px) {
    .container {
        max-width: 1400px;
    }
    .btn-primary {
        margin: 20px 0 0px 0;
    }
    .footer_contact {
        font-size: 23px;
    }
    .company-success p {
        margin: 115px 0;
    }
}
@media (max-width: 1500px) {
    .form-control {
        padding: 20px 0;
    }
    .container {
        max-width: 1380px;
    }
    #product p {
        font-size: 38px;
    }
}
    @media (max-width: 1439px) {
        .container {
            max-width: 1320px;
        }
        .logo img {
            width: 300px;
        }
        #footer .logo-footer img {
            width: 255px;
        }
        .navbar-nav li a {
            font-size: 22px;
        }
        h2 {
            font-size: 60px;
        }
        #company p {
            font-size: 24px;
        }
        #company .number {
            font-size: 45px;
        }
        #company .desc {
            font-size: 16px;
        }
        .company-success p {
            margin: 100px 0;
        }
        .company-success p {
            font-size: 35px;
        }
        #product p {
            font-size: 34px;
            line-height: 46px;
        }
        .industries-text {
            font-size: 30px;
        }
        .form-contact {
            padding: 10px 0;
        }
        .form-control {
            padding: 15px 0;
        }
        .form-control {
            font-size: 16px;
        }
            .form-control-text {
                font-size: 16px;
           }
           textarea, textarea::placeholder {
            font-size: 16px;
        }
            input, input::placeholder {
                font-size: 16px;
           }
           .footer_contact {
            font-size: 20px;
        }
        .footer-contact-2 p {
            font-size: 16px;
        }
        .product-ul li {
            margin-bottom: 20px;
        }
        .product-ul {
            font-size: 26px;
        }
    }
    @media (max-width: 1365px) {
        .container {
            max-width: 1100px;
        }
}


@media (max-width: 991px) {
    .navbar-toggler {
        border: none;
        width: 100%;
   }
   .pl-255 {
    padding-left: 25px;
    padding-right: 25px;
}
    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
   }
    .navbar-toggler:hover {
        border: none;
   }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(67,80,88)' stroke-width='3' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        width: 40px;
        height: 40px;
        float: right;
        margin-top: -90px;
        margin-right: 0px;
   }
    .navbar-nav li a {
        font-size: 18px;
        color: #3B3F41;
        text-decoration: none;
        font-weight: 500;
        padding-left: 0px;
        line-height: 33px;
   }

    .collapsing {
        position: relative;
        height: 0px;
        overflow: hidden;
        -webkit-transition: height .0s ease;
        -o-transition: height .0s ease;
        transition: height .0s ease;
   }
   #footer-menu {
    display: none;
}
.logo img {
    width: 250px;
}
#footer .logo-footer img {
    width: 200px;
}
header {
    top: 20px;
    left: 10px;
}
h1 {
    font-size: 26px;
    padding: 10px 10px;
    margin-top: -130px;
    height: 130px;
}
h2 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 10px !important;
}
#company p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    margin: 0 10px 30px 10px;
}
.p-mob {
    padding: 0 !important;
}
button[aria-expanded="true"] > span.close_menu {
    display: block;
    color: #435058;
    opacity: 1;
    font-size: 40px;
    float: right;
    margin-top: -90px;
    margin-right: 0px;
}
.navbar-collapse {
    margin-top: -90px;
    text-align: right;
    margin-right: 50px;
}
.company-row {
    margin-top: 10px;
}
.company-success {
    margin-top: 50px;
}
.company-success p {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    margin: 40px 0;
    padding-left: 10px;
}
#company {
    margin-top: 80px;
}
#product {
    margin-top: 80px;
}
.accordion a {
    padding: 10px 0 !important;
}
.accordion a:hover {
    padding: 10px 0 !important;
}
#product p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding-left: 0px;
    margin-top: 10px;
}
.product-icon-1, .product-icon-2, .product-icon-3, .product-icon-4, .product-icon-5 {
    width: 35px;
    height: 35px;
}
#industries {
    margin-top: 80px;
}
.industries-text {
    font-size: 16px;
    line-height: 11px;
    margin-top: 30px;
    margin-bottom: 0px;
}
#contact {
    margin-top: 80px;
}
#contact h3 {
    font-size: 22px;
    margin-bottom: 35px;
    margin-left: 0px;
}
.pr-0 {
    padding-right: 0;
    padding-left: 0;
}
.form-contact {
    width: 100%;
    padding: 0px;
}

.btn-primary {
    padding: 20px 100px;
    font-size: 18px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 30px;
}
#footer {
    margin-top: 80px;
}
.footer_contact {
    font-size: 20px;
}
.footer-contact-2 p {
    font-size: 16px;
    line-height: 15px;
}
.footer-contact-2 p:first-child {
    margin-top: 10px;
}
#product img {
    object-fit: cover;
}
.navbar {
    margin-top: 0px;
}
.pages-intro {
    background-size: 150%;
    background-position: top 5% left 150%;
}
.contact_bg {
    background: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    margin: 0;
    padding: 0;
}
.images-bg-mobile {
    display: block;
    width: 100%;
}
.success_bg {
    background: #435058;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    margin: 0;
    padding: 0;
}
}
@media (max-width: 767px) {
    .navbar-collapse {
        margin-top: -45px;
        text-align: right;
        margin-right: 50px;
    }
    .navbar-toggler-icon {
        width: 30px;
        height: 30px;
        margin-top: -40px;
        margin-right: 0px;
   }
    #footer .logo-footer img {
        width: 100px;
        margin-top: 35px;
        margin-left: 15px;
        position: absolute;
   }
    .logo img {
        width: 100px;
   }
    .background {
        height: 230px;
   }
    h1 {
        font-size: 16px;
        padding: 10px 10px;
        margin-top: -100px;
        height: 100px;
   }
    h2 {
        font-size: 25px;
        margin-bottom: 30px;
        padding-left: 10px !important;
   }
    #industries h2 {
        padding-left: 0px;
   }
    #company {
        margin-top: 50px;
   }
    #company p {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 20px;
        margin: 0 10px 30px 10px;
   }
    .company-row {
        margin-top: 0px;
   }
    #company .number {
        text-align: left;
        font-size: 25px;
        line-height: 30px;
   }
    #company .desc {
        text-align: left;
        font-size: 15px;
        line-height: 16px;
   }
    .company-success {
        margin-top: 50px;
   }
    .company-success p {
        font-size: 20px;
        line-height: 22px;
        color: #fff;
        margin: 30px 0;
        padding-left: 10px;
   }
    #product {
        margin-top: 60px;
   }
    #product img {
        width: 100%;
        padding-right: 0px;
        margin-left: 0px;
        max-height: 900px;
        margin-bottom: 20px;
   }
    #product p {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        padding-left: 0px;
        margin-top: 3px;
   }
    .product-icon-1 {
        width: 25px;
        height: 25px;
   }
    .product-icon-2 {
        width: 25px;
        height: 25px;
   }
    .product-icon-3 {
        width: 25px;
        height: 25px;
   }
    .product-icon-4 {
        width: 25px;
        height: 25px;
   }
    .product-icon-5 {
        width: 25px;
        height: 25px;
   }
    #industries {
        margin-top: 60px;
   }
    #industries .container-fluid {
        padding: 25px 0;
   }
    .industries-text {
        font-size: 10px;
        line-height: 11px;
        margin-top: 20px;
        margin-bottom: 0px;
   }
    .industries-icon {
        margin-bottom: 35px;
   }
    #contact h3 {
        font-size: 22px;
        margin-bottom: 35px;
        margin-left: 0px;
   }
    #contact {
        margin-top: 60px;
   }
    label {
        font-size: 12px;
        line-height: 13px;
   }
   .form-control {
    padding: 10px 0;
    font-size: 12px;
}
    .form-control-text {
        font-size: 12px;
   }
   textarea, textarea::placeholder {
    font-size: 12px;
}
    input, input::placeholder {
        font-size: 12px;
   }
    .p-mob {
        padding: 0 !important;
   }
    .footer-phone span {
        display: none;
   }
    .footer-email span {
        display: none;
   }
    .footer-phone {
        border-bottom: 0px solid #426D79;
   }
    .footer-email {
        border-bottom: 0px solid #009FB9;
        margin-bottom: 30px;
   }
    .footer-contact-2 {
        border-bottom: 0px solid #F35B5E;
   }
    .blue {
        border-bottom: 5px solid #426D79;
        padding: 0;
   }
    .gray {
        border-bottom: 5px solid #009FB9;
        padding: 0;
   }
    .red {
        border-bottom: 5px solid #F35B5E;
        padding: 0;
   }
    .footer-contact-2 p {
        font-size: 11px;
        text-align: center;
        margin-left: 0px;
        margin-bottom: 10px;
   }
   .form-check .form-check-input {
    float: left;
    margin-left: -2em;
}
    .footer_contact {
        padding: 10px 25px 20px 25px;
   }
    .footer-contact-2 .red {
        margin-bottom: 0px;
   }
    .footer-email p{
        margin-top: 0px;
        margin-left: 40px;
   }
    .footer_contact a {
        color: #435058;
        text-decoration: underline;
        display: block;
        font-size: 14px;
   }
    .footer_contact a:hover {
        text-decoration: none;
   }
    .footer-phone p {
        margin-top: 15px;
        padding-left: 40px;
   }
    #footer {
        margin-top: 60px;
   }
    .accordiondesktop {
        display: none;
   }
    .accordionmobile {
        display: block;
   }
    .product-ul {
        margin-bottom: 0;
        color: #fff;
        font-size: 15px;
        line-height: 16px;
        margin-top: 10px;
        width: 100%;
        animation: fadeInAnimation 2s;
   }
    .show .row {
        background: #5c7581;
   }
    .product-ul li{
        margin-bottom: 20px;
   }
    .accordion a {
        padding: 10px 0 !important;
   }
    .accordion a:hover {
        padding: 10px 0 !important;
   }
    .pl-20 {
        padding-left: 20px;
        padding-right: 20px;
   }
   button[aria-expanded="true"] > span.close_menu {
    display: block;
    color: #435058;
    opacity: 1;
    font-size: 40px;
    float: right;
    margin-top: -45px;
    margin-right: 0px;
}
#company .desc {
    margin-bottom: 45px;
}
.company-row {
    background-image: url(../images/company-row-mobile.svg);
    
    background-size: 100%;
}
.test {
    margin: 0;
}

.accordion a:hover {
    animation: none;
}
.icon-center {
    margin-left: 0;
    margin-right: 0;
}
.pl-25 {
    padding-left: 25px;
    padding-right: 25px;
}

}