.content-wrap{
    max-width: 1300px!important;
    margin: 0 auto;
}

.container{
    max-width: 1300px!important;
}

:root {
    --elements: lightgrey;
    --highlights: rgb(239, 239, 239);
    /*--main: #007bff;*/
    --main: #01358d;
}

.nav-tabs{
    border-bottom: none!important;
    justify-content: center;
    display: block;
}

.nav-item{
    text-align: center;
}

.nav-link{
    color: lightgrey!important;
    font-size: 25px!important;
    border: 1px solid lightgrey!important;
    padding: 15px 20px!important;
}

.nav-link:hover{
    color: black!important;
    background-color: var(--highlights)!important;
}

.nav-link.active{
    color: white!important;
    background-color: var(--main)!important;
}

.nav-link-general.active{
    color: white!important;
    background-color: grey!important;
}

#project-type-tab{
    margin-top: 30px;
    width: 100%;
}

#project-type-tab ul{
    margin: 0px 0px 20px;
}


/*
#contact-form{
    width: 1500px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--light);
    border: 1px solid lightgrey;
}
*/

#contact-form input{
    color: black;
}

#contact-form textarea{
    color: black;
}

#contact-form input[type="submit"]{
    color: white;
}

#contact-form input[type="text"]{
    margin: 0;
}

#contact-form input[type="email"]{
    margin: 0;
}

.input-group h4{
    margin-top: 25px!important;
}

#contact-form hr{
    max-width: 100%;
    background-color: var(--light);
    height: 5px;
}

.solution-image{
    display: block;
    margin: 30px auto auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.solution-image-small{
    margin: 10px;
    padding: 20px;
}

.solution-div{
    background-color: white;
    cursor: pointer;
    border: 5px solid var(--light);
}

.solution-div h3{

}

.solution-div p{
    font-size: 15px;
}

.tab-content{
    margin: 0 auto;
    padding: 0px;
    background-color: var(--light);
}


.tab-content textarea{
    min-height: 200px;
    font-size: 14px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.tab-content input[type=checkbox] {
    transform: scale(1.8);
}

.tab-content label{
    width: fit-content;
}

.contact-form-div{
    border: 1px solid lightgrey;
    padding: 50px;
    margin-bottom: 25px;
    background-color: white;
}


.contact-form-table{
    border: none!important;
}

.contact-form-table p{
    margin-top: 20px;
}


.contact-form-table-desc p{
    margin-bottom: 0!important;
}

.advisor-solution{
    display: none;
}

.catalogue-solution{
    display: none;
}

.network-solution{
    display: none;
}

.platform-solution{
    display: none;
}

.solution-div .icon{
    margin-left: -10px;
    font-size: 25px;
    color: var(--elements);
}


.lang-select-div button{
    background-color: white;
}

.lang-switcher{
    margin-top: 20px;
    float: right;
}

.lang-switcher img{
    width: 50px;
    filter: grayscale(80%);
}

.lang-switcher button{
    background-color: #ffffff !important;
    border: 1px solid #f1f1f1 !important;
    color: grey!important;
}

.lang-switcher button:hover{
    background-color: #f1f1f1 !important;
}

.lang-switcher button:hover img{
    filter: grayscale(0%);
}

.lang-switcher button.active{
    background-color: #f1f1f1 !important;
    color: black!important;
}

.lang-switcher button.active img{
    filter: grayscale(0%);
}

.lang-switcher button:focus{
    background-color: #f1f1f1 !important;
}

#phone-select-country{
    background-color: white!important;
    color: black!important;
}

.phone
{
    padding-left: 87px!important;
}

.iti__selected-flag{
    background-color: inherit!important;
    font-size: 17px!important;
}

/*#submit-button-com{*/
/*width: 25%;*/
/*background-color: var(--main)!important;*/
/*}*/

/*#submit-button-res{*/
/*width: 25%;*/
/*background-color: var(--main)!important;*/
/*}*/

/*#submit-button-oth{*/
/*width: 25%;*/
/*background-color: var(--main)!important;*/
/*}*/

.submit-button{
    width: 25%;
    background-color: var(--main)!important;
    color: white!important;
    float: right;
}

@media (max-width: 991px) {

    .solution-additional-images{
        display: none!important;
    }

    .solution-desc{
        margin-bottom: 20px;
    }

    .input-group-prepend{
        width: 100%;
    }

    .input-group-prepend .icon{
        margin: auto;
        font-size: 30px;
    }

    .contact-form-div{
        border: 1px solid lightgrey;
        padding: 25px;
        margin-bottom: 25px;
        background-color: white;
    }

    .tab-content label{
        margin-top: 10px;
    }

    #submit-button-com{
        width: 100%;
    }

    #submit-button-res{
        width: 100%;
    }

    #submit-button-oth{
        width: 100%;
    }
}

@media (max-width: 767px) {

    .solution-image{
        width: 50%;
        margin-top: 0px;
        padding-bottom: 0px;
    }
}


@media (max-width: 575px) {
    .input-group-prepend .icon{
        margin: auto;
        font-size: 30px;
    }

    .nav-link{
        font-size: 20px!important;
    }

    #project-type-tab{
        margin-top: 0px;
    }

    .contact-form-div-alt{
        padding: 20px!important;
        margin: 0px!important;
    }

    .contact-form-div{
        padding: 20px!important;
        margin-bottom: 10px!important;
    }

    .contact-form-li-alt{

    }

    .container{
        padding: 0px!important;
    }

    .btn{
        width: 100%;
    }

    #contact-form{
        padding: 0px;
        background-color: white;
        border: none;
    }
}

.iti{
    width: 100%;
}

.input-group-text{
    padding: 20px!important;
    background-color: var(--light)!important;
    border: none!important;
    width: 100%;
    height: 100%;
}

.solution-selected{
    background-color: var(--highlights);
}

.g-recaptcha{
    margin-bottom: 20px;
}

#email-checkbox-label{
    width: fit-content;
    margin-left: 10px;
    margin-top: 5px;
}

#running-project-checkbox-label{
    width: fit-content;
    margin-left: 10px;
    margin-top: 5px;
}


.req-field{
    color: red;
    font-size: 8px;
    margin-left: 5px;
    float: right;
}

#registration-form label{
    width: fit-content;
}

.email-template{
    font-size: 20px!important;
    font-family: Calibri;
}

.grecaptcha-badge{
    bottom: 90px!important;
    z-index: 99999;
    display:block !important;
}

#registration-form input[type="radio"] {
    margin-right: 10px;
}

#rollback-button{
    background-color: darkred;
}

#rollback-button:hover{
    background-color: darkred!important;
}

#rollback-button:active{
    background-color: darkred!important;
}

#rollback-button:focus{
    background-color: darkred!important;
}

.contact-form-div-alt{
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid lightgrey;
    padding: 50px;
    margin-bottom: 25px!important;
    background-color: white;
}

#content-section{
    scroll-margin-top: 115px;
}


/*ARROW ANIMATION*/


*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.arrow-animation {
    display: block;
    margin: 0 auto;
}


.arrows
{
    display: block;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);

    border-right: 2px solid rgba(85, 92, 157, 0.35);
    border-bottom: 2px solid rgba(85, 92, 157, 0.35);
    margin: 0 0 3px 4px;

    width: 16px;
    height: 16px;
}


.one
{
    margin-top: 1px;
}

.one, .two, .three
{
    -webkit-animation: arrow-animation 1s infinite;
    -moz-animation: arrow-animation 1s infinite;
    animation: arrow-animation 1s infinite;
}

.one
{
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;

    animation-direction: alternate;
    animation-delay: alternate;
}

.two
{
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;

    animation-delay: .2s;
    animation-direction: alternate;

    margin-top: -6px;
}

.three
{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;

    animation-delay: .3s;
    animation-direction: alternate;


    margin-top: -6px;
}

@-webkit-keyframes arrow-animation {

    0%   { opacity: 0;}
    50%  { opacity: .5;}
    100% { opacity: 1;}
}
@-moz-keyframes arrow-animation {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@-o-keyframes arrow-animation {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}
@keyframes arrow-animation {

    0%   { opacity: 0; }
    50%  { opacity: .5; }
    100% { opacity: 1; }
}

/*ARROW ANIMATION*/



/*-------------------------- CHECKBOX STYLING --------------------------*/

.email-checkbox{
    margin-right: 15px;
}

.running-project-checkbox{
    margin-right: 15px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ CHECKBOX STYLING ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */

.bg-orange{
    background-color: #ed4961 !important;
}



/*CHECKMARK FOR CONFIRMATION PAGE*/
*{padding:0;margin:0}.wrapper{height:100vh;display:flex;justify-content:center;align-items:center;background-color:#eee}.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #7ac142;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 5% auto;box-shadow: inset 0px 0px 0px #7ac142;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #7ac142}}