﻿body, html {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    height: 100%;
    background-color: #32363a;
}

img {
    border:none;
}

/*#region fonts*/

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.eot') format('embedded-opentype'), url('../fonts/BebasNeue.ttf') format('truetype');
}

.na_FieldError {
    border: 1px solid red;
}

/*#endregion*/


/*New Index*/
#Index_Video_Wrapper {
    width: 100%;
    height: 1100px;
    position: relative;
    overflow: hidden;
}

.video_Text {
    color: white;
    z-index: 3;
    position: absolute;
    text-align: center;
    width: 50%;
    top: 25%;
    left: 25%;
    font-size: 34px;
    font-family: Calibri;    
}

    .video_Text h2 {        
        font-size: 3vw;
        padding:0;
        margin:0;
        font-weight:bold;
    }


    .video_Text h3 {
        font-size: 3.5vw;
        padding: 0;
        margin: 0;
        font-weight:normal;
    }

#Index_Video_Wrapper button {
    position: absolute;
    bottom: -5px;
    left: calc((100% / 2) - 10px);
    z-index: 10;
    border: none;
    background: white;
    font-size: 30pt;
    border-radius: 30pt;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 50px;
    height: 50px;
    color: #f7931e;
    outline: 0;
    padding: 0;
}

    #Index_Video_Wrapper button:focus {
        outline: 0;
    }

    #Index_Video_Wrapper button:hover {
        cursor: pointer;
        background-color: #49bdef;        
    }




    .Index_Orange_Img_Text {
        color: white;
        z-index: 3;
        position: absolute;
        text-align: center;
        width: 50%;
        top: 25%;
        left: 25%;
        font-size: 24px;
        font-family: Calibri;
    }

.video_Overlay {
    background: -moz-linear-gradient(45.07% -11.02% -82deg,rgba(0, 207, 255, 1) 0%,rgba(18, 231, 120, 1) 100%);
    background: -webkit-linear-gradient(-82deg, rgba(0, 207, 255, 1) 0%, rgba(18, 231, 120, 1) 100%);
    background: -webkit-gradient(linear,45.07% -11.02%,54.93% 111.02%,color-stop(0,rgba(0, 207, 255, 1) ),color-stop(1,rgba(18, 231, 120, 1) ));
    background: -o-linear-gradient(-82deg, rgba(0, 207, 255, 1) 0%, rgba(18, 231, 120, 1) 100%);
    background: -ms-linear-gradient(-82deg, rgba(0, 207, 255, 1) 0%, rgba(18, 231, 120, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CFFF', endColorstr='#12E778' ,GradientType=0)";
    background: linear-gradient(172deg, rgba(0, 207, 255, 1) 0%, rgba(18, 231, 120, 1) 100%);
    opacity: 0.7;
    filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.Alpha(opacity=70) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CFFF',endColorstr='#12E778', GradientType=1);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#Inner_Box_Left {
    position: absolute;
    z-index: 3;
    bottom: -30%;
    padding: 0;
    left: -35%;
}

#Inner_Box_Right {
    position: absolute;
    z-index: 2;
    bottom: -25%;
    padding: 0;
    right: -25%;
}

.videoInsert {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.Index_Text_Container {
    display: inline-flex;
}

.Tablet_Image_Wrapper {
    width: 50%;
    margin: 0;
}

.Tablet_Image_Wrapper img{
    max-width: 95%;    
}

.Info_Text {
    min-width:360px;
    width: 50%;
    display:inline-block;
}

    .Info_Text h3 {
        font-weight:normal;
    }

.Info_Text ul {    
    list-style:none;
    margin:0;
    padding:0;
}

.Info_Text ul li {    
    font-size: 10px;
    margin: 15px;    
    }

    .Info_Text_More {
        display: none;
        font-size:13pt;  
        padding:0;
        margin:0;
    }

        .Info_Text_More p {            
            padding: 0;
            margin: 0;
        }

.Info_Text ul li div:first-child {
    position: relative;
}

.Info_Text ul li div img {
    float: left;    
}

    .Info_Text ul li div div {
        margin: 0;
        margin-left: 40px;        
    }

        .Info_Text ul li div div h4 {
            margin: 0;
            margin-left: 40px;
            padding-top: 20px;
            padding-bottom: 20px;
            font-size: 14pt;
            font-weight: normal;
            color: #fe6382;            
        }

.Index_Orange_Img_Wrapper {
    width: 100%;
    background-image: url('../Images/Orange_Index_Image.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
    text-align:center;      
    padding:0;
    margin:0;    
}

    .Index_Orange_Img_Wrapper h2 {
        font-size: 44pt;
        padding: 10px;
        margin:0;
        font-weight: normal;
    }

    .Index_Orange_Img_Wrapper h3 {
        font-size: 24pt;
        padding: 15px;
        font-weight: normal;
        margin:0;
        max-width:800px;
        margin-left:auto;
        margin-right:auto;
    }
  

.Stats_img {
    background-image: url('../Images/Plan.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}


.Stats_List {    
    list-style: none;
    width: 90%;
    margin:auto;
    padding-top:20px;
}

    .Stats_List li {
        display: inline-block;
        width: 24%;
        min-width:200px;
        text-align: center;
        color: white;
        font-family: Calibri;
        font-size:18pt;
    }

    .Stats_List h3 {
        margin: 0;
        padding: 0;
        font-size:45pt;
    }

    .Stats_List p {
        margin:0;
        padding:0;
        margin-bottom:50px;
    }

.People_img img {
    width: 100%;
    position: relative;
    overflow: hidden;
}


.Menu_box h2{
    font-size:2vw;
}

.Manager_menu {
    width: 100%;    
    position: relative;
    overflow: hidden;
    background: #d96c5d;
    background: -moz-linear-gradient(45deg, #d96c5d 0%, #f6a051 100%);
    background: -webkit-linear-gradient(45deg, #d96c5d 0%,#f6a051 100%);
    background: linear-gradient(45deg, #d96c5d 0%,#f6a051 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d96c5d', endColorstr='#f6a051',GradientType=1 );
    background-image: url(../Images/Home_Risk_Compliance_Flow_Chart.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.Manager_Text {
    color: white;
    z-index: 3;
    text-align: center;
    width: 100%;
    font-size: 38px;
    font-family: BebasNeue;
}

.Manager_menu ul {
    list-style: none;
    margin-top: 20px;
    text-align: center;
    padding: 0;    
}

    .Manager_menu ul li {
        border-width: 2px;
        width: 180px;
        display: inline-block;
        text-align: center;
        min-height: 100px;
        border-style: outset;
        margin: 40px;
        padding: 35px;
        border-color: lightgray;
        vertical-align: top;
        background-color: white;
        font-size: 12pt;
        font-family: BebasNeue;
        opacity: 1 !important;
    }

 .Manager_menu ul li img {
     width:55%;
     min-width:70px;
  }

        .Manager_menu ul li:hover {
    color:white;
    background-color:#32363a;

 }

    .Manager_menu ul li:hover >  .Manager_Img {
      filter: brightness(0) invert(1);
    }

.Manager_menu ul a{
    text-decoration:none;
    color:black;
}

.Manager_menu ul a:visited{
    text-decoration:none;
    color:black;
   border-style: inset;

}

/* #region ticker */

.tickerSection {
    background-color: #e6e6e6;
    height: 100px;
    overflow: hidden;
}

.tickerWrapper {
    position: relative;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #4db4b2;
}

.tickerBox {
    min-width: 100px;
    width: 100px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 7%;
}

    .tickerBox img {
        width: 100%;
        filter: brightness(0) invert(1);
    }


/*#endregion*/

 
/*#region Header -----------------------------------------*/
.header {
    background-color: #32363a;
    color: white;
    position: relative;    
    width: 100%;
    height: 80px;
}


.header div { 
    margin:5px;
}


.header_logo {
    position: absolute;
    margin-left: 10px;
}

.header_Hamburger {
    display:none;    
}

.header_menu {
    position: absolute;
    right: 165px;
    top: 0;
    vertical-align: central;
    line-height: 70px;
}


    .header_menu ul {
        margin: 0;
        padding: 0;
    }

        .header_menu ul li {
            display: inline-block;
            margin-left: 10px;
            margin-right: 10px;                        
        }

            .header_menu ul li a {
                color: white;
                text-decoration: none;
                font-weight: bold;                
            }

                .header_menu ul li a:hover {
                    color: #49bdef;
                }

.header_menu_active a {
    color: #49bdef !important;
    font-size:14pt;    
}

.header_menu_contact {
    position: absolute;
    background-color: #49bdef;
    height: 70px;
    right: 5px;
    top: 0;
    text-align: center;
    vertical-align: central;
    line-height: 70px;
    width: 150px;
    font-weight: bold;
}

    .header_menu_contact a {
        color: white;
        text-decoration: none;
    }

        .header_menu_contact a:hover {
            color: white;
            text-decoration: underline;
        }

.header_menu_contact_popup {        
        position:fixed;
        background-color: #49bdef;
        top:70px;
        width: 100%;        
        z-index:110;
        padding:20px;
        color: white;   
        font-size:18pt;    
        font-size: 1.5vw;        
    }

    .header_menu_contact_popup div {
        width:90%;
        max-width:800px;
        margin-left:auto;
        margin-right:auto;
    }

        .header_menu_contact_popup div a {
            color:white;
            text-decoration:none;
        }

            .header_menu_contact_popup div a:hover {
                text-decoration:underline;
            }

        .header_menu_contact_popup div h2 {
            border-bottom:1px solid white;
            padding-bottom:15px;
        }
/*#endregion*/


/*#region Body -----------------------------------------*/
.body-content {
    height: 100%;
}

/*#endregion*/


/*#region Contact Us PAge*/

.contact_page_intro {
    position: relative;
    max-height:300px;    
    overflow:hidden;
}

    .contact_page_intro img {
        width: 100%;
    }

.contact_page_titles {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 50%;
    min-width:200px;
}

    .contact_page_titles h1 {
        font-size: 18pt;
        font-size: 5vw;
        font-family: BebasNeue;
        color: white;
        text-shadow: 2px 2px #5c5b5b;
        margin:2%;
        margin-left:0;
    }

    .contact_page_titles h2 {
        font-size: 18pt;
        font-size: 2vw;
        color: white;
        text-shadow: 2px 2px #5c5b5b;
        margin:0;
    }

.contact_page_text {
    background-color: #dcdee0;
    padding:20px;
}

.contact_page_form {
    width: 90%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

    .contact_page_form input, .contact_page_form textarea {
        margin:10px;
        padding:10px;
        font-size:14pt;
        display:block;
        width:90%;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .contact_page_form button {
        background-color: #49bdef;
        color:white;
        border: none;
        font-size:14pt;
        padding:10px;
        border-radius:5px;
        cursor:pointer;
        opacity: .8;
        margin-left:10px;
    }

        .contact_page_form button:hover {
            opacity:1;
        }

    .contact_page_form h2 {
        font-family:BebasNeue;
        font-size:24pt;
        color:#32363a;
    }

.contact_page_text_contact {
    margin-top:20px;
    border-bottom:1px solid #9a9d9f;
    width: 90%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;

}

    .contact_page_text_contact span {
        display:block;
        margin:20px;
        font-size:14pt;
        display:inline-block;
        max-width: 49%;
    }

        .contact_page_text_contact span a {
            color: #32363a;
            text-decoration:none;
        }

            .contact_page_text_contact span a:hover {
                text-decoration: underline;
            }

.contact_page_Address {
    border-bottom:1px solid #9a9d9f;
     width: 90%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}

    .contact_page_Address div {
        display:inline-block;
        width: 40%;
        margin:30px;
        vertical-align:top;
    }

        .contact_page_Address div h3 {
            font-family: BebasNeue;
            font-size:30pt;
            color: #32363a;
            margin-bottom:0;
            margin-top:0;
        }

/*#endregion*/


/*#region Body -----------------------------------------*/
.footer {
    background-color: #32363a;
    color: white;    
    width: 100%;
    padding-top:50px !important;
}

.footer_content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    .footer_content a {
        color: #49bdef;
    }

.footer_content p a {
    color:white;
    display:block;
    margin:2px;
}

    .footer_content p a:hover {
        color: #49bdef;
    }

.footer_tags {
    width: 40%;
    font-size: 8pt;
}

.footer_copy {
    width: 100%;
    color: #9a9d9f;
    font-size: 8pt !important;
}

    .footer_copy a {        
        text-decoration:none;
    }

        .footer_copy a:hover {
            text-decoration: underline;
        }

.footer_contact {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer_contact span {
        font-size: 14pt;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid #9a9d9f;
        display: block;
    }

        .footer_contact span a {
            color: #49bdef;
            text-decoration: none;
        }

            .footer_contact span a:hover {
                text-decoration: underline;
            }

.footer_content ul{
    list-style:none;
}

.footer_content ul li {
    display: inline-block;
    min-width: 18%;
    text-align: left;
    vertical-align: top;
}

.footer_content ul li p {
    font-size:10px;
    text-align:left;
}

.footer_content a:link {
    background-color: transparent;
    text-decoration: none;
}

.footer_content a:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
/*#endregion*/


/*#region carousel*/
.index_text {
    background-color: white;
    padding:20px;
    display:inline-block;
}


/*#region about -----------------------------------------*/

.about_page_intro {
    position: relative;
}

    .about_page_intro img {
        width: 100%;
    }

.about_page_titles {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 50%;
    min-width: 200px;
}

    .about_page_titles h1 {
        font-size: 18pt;
        font-size: 5vw;        
        font-family: BebasNeue;
        color: white;
        text-shadow: 2px 2px #5c5b5b;
    }

    .about_page_titles h2 {
        font-size: 18pt;
        font-size: 2vw;
        color: white;
        text-shadow: 2px 2px #5c5b5b;
    }

.about_text {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;    
}

.about_text_columns {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .about_text_columns div {
        width: calc(100% / 2  - 20px);
        min-width:250px;
        display: inline-block;        
        vertical-align: top;  
        
    }

        .about_text_columns div h2 {            
            font-size: 16pt;
            font-size: 2vw;
            color: #32363a;
            font-weight:bold;
        }

.about_clients {
    /*background-color: #49bdef;*/
    background: #10e48a;
    background: -moz-linear-gradient(-45deg, #10e48a 0%, #02d4ed 100%);
    background: -webkit-linear-gradient(-45deg, #10e48a 0%,#02d4ed 100%);
    background: linear-gradient(135deg, #10e48a 0%,#02d4ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10e48a', endColorstr='#02d4ed',GradientType=1 );
    padding-top: 25px;
    padding-bottom: 25px;
}    

.about_clients_logos {
    width: 90%;
    min-width:200px;
    margin-left: auto;
    margin-right: auto;
}

.about_clients_logos img {
        display: inline-block;
        width: 10%;
        min-width:50px;        
        margin: 20px;
        text-align: center;
    }

/*#endregion*/


/*#region portfolio */

.portfolio_page_header {
    position:relative;    
}

    .portfolio_page_header img {
        width:100%;
    }

.portfolio_page_titles {            
    min-width: 200px;
}

    .portfolio_page_titles h1 {
        font-size: 18pt;
        font-size: 5vw;        
        font-family: BebasNeue;
        color: white;
        text-shadow: 2px 2px #5c5b5b;
        margin:0;
        padding:0;
    }    

.portfolio_page_content {
    width: 80%;
    margin-left:auto;
    margin-right:auto;       
}

.portfolio_page {    
    background-color: #9a9d9f;
}

.portfolio_page_list {
    padding:20px;    
}

.portfolio_page_list_item {
    position:relative;
    background-color:white;
    vertical-align:top;
    padding:15px;    
    margin-bottom:40px; 
    cursor:pointer;       
    border:5px solid white;
    width: 400px;
    overflow:hidden;
    height:250px;
    display:inline-block;
    margin-right: 20px;
}

    .portfolio_page_list_item:hover {
        border:5px solid #49bdef;        
    }    

    .portfolio_page_list_item video {
        display:inline-block;
    }

    .portfolio_page_list_item div {
        position:absolute;                            
        bottom: 5px;
        left:0;
        padding:5px;
        background-color: white;
        opacity:.8;
        display:none;
        text-align:center;
        width:100%;        
    }

        .portfolio_page_list_item div:hover {
            background-color: #efeeee;
        }

        .portfolio_page_list_item div h2 {
            color: #32363a;
            font-size:12pt;
        }

            .portfolio_page_list_item div h2:hover {
                text-decoration:underline;
            }

        .portfolio_page_list_item div p {
            font-size:8pt;
        }


.Portfolio_clients {    
}

.Portfolio_clients_content {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.Portfolio_clients_content div {
    width:200px;
    height:200px;    
    display:inline-block;
    background-color: #49bdef;
    vertical-align:top;
    margin:10px;
    text-align:center;    
    opacity: .8;
    padding:10px;   
}

    

    .Portfolio_clients_content div img {
        width:180px;        
        display:block;
        margin-left:auto;
        margin-right:auto;        
        max-height:150px;        
    }

    .Portfolio_clients_content div:hover {
        opacity:1;
    }

    .Portfolio_clients_content div:hover > p {
        display:block;                    
    }

    .Portfolio_clients_content div p {
        display:none;
        margin:0;
        margin-top:10px;
        color: white;
    }

/*#endregion*/


/*#region Web Development*/

.Webdev_page_intro {
    position: relative;
}

    .Webdev_page_intro img {
        width: 100%;
    }


.webdev_page_titles {    
    position: absolute;
    top: 5%;
    left: 10%;
    width: 50%;
    min-width: 200px;
    background-color: rgba(0,0,0,.5);
    padding:10px;
}

    .webdev_page_titles h1 {
        font-size: 18pt;
        font-size: 5vw;        
        font-family: BebasNeue;
        color: white;
        text-shadow: 2px 2px #5c5b5b;
    }

    .webdev_page_titles h2 {
        font-size: 18pt;
        font-size: 2vw;
        color: white;
        text-shadow: 2px 2px #5c5b5b;
    }


.webdev_content_services {
    background-color: #dcdee0;
    padding-top: 25px;
    padding-bottom: 25px;       
 
}

.webdev_content_services_Solutions {
    width: 90%;    
    margin-left:auto;
    margin-right:auto;   
    
}

    .webdev_content_services_Solutions div {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        padding: 20px;
        margin: 20px;
        background-color: white;        
    }

        .webdev_content_services_Solutions div:hover {
            background: #10e48a;
            background: -moz-linear-gradient(-45deg, #10e48a 0%, #02d4ed 100%);
            background: -webkit-linear-gradient(-45deg, #10e48a 0%,#02d4ed 100%);
            background: linear-gradient(135deg, #10e48a 0%,#02d4ed 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10e48a', endColorstr='#02d4ed',GradientType=1 );
            border: none;
            cursor: pointer;
            color:white !important;
        }

.webdev_content_services_Solutions div img{       
    width:100%;    
}

    .webdev_content_services_Solutions div a {
        color: #49bdef;
        text-decoration: none;        
        margin-top: 10px;
        color: black;
    }

        .webdev_content_services_Solutions div a content {
            display:block;
            color:#49bdef;
            margin-top:5px;
        }

    .webdev_content_services_Solutions div a content:hover {
        text-decoration:underline;
    }


/*#endregion*/


/*#region terms*/
.terms_page {
    width:90%;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
    padding:20px;
}

    .terms_page h1 {        
        color:#9a9d9f;
        margin-bottom:0;
        font-size:18pt;
        font-size:2vw;        
    }

    .terms_page h2 {
        margin:0;
        padding:0;  
        color: #32363a;      
        font-size:24pt;
        font-size:3vw;
    }

    .terms_page strong {
        color: #177fac;        
    }

/*#endregion*/


/*#region solution page*/

.solution_page_intro {    
    position: relative;    
    max-height:500px;   
    overflow:hidden;      
}

    .solution_page_intro img {
        width: 100%; 
        min-height:200px;
    }

.solution_page_titles {
    position: absolute;
    top: 5%;
    left: 10%;
    width: 50%;
    min-width: 200px;
    max-width: 350px;
    background-color: rgba(255,255,255,.9);
    padding: 20px;    
}

    .solution_page_titles h1 {
        font-size: 24pt;        
        font-family: BebasNeue;
        color: #32363a;
        font-weight:lighter;
    }

    .solution_page_titles h2 {
        font-size: 18pt;
        font-weight:lighter;
        color: #32363a;        
    }

.solution_page_text {
    background-color: white;    
    padding-top: 25px;
    padding-bottom: 25px;    
}

.solution_page_columns {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .solution_page_columns div {   
        width:40%;     
        min-width:250px;
        display: inline-block;
        margin-right: 9%;
        vertical-align: top;        
    }

        .solution_page_columns div h2 {            
            font-size: 20pt;            
            color: #32363a;
            font-weight:bold;
            font-family:'Bebas Neue';
        }

        .solution_page_columns div p {
            font-size:16pt;            
        }

        .solution_page_columns div ul li{            
            margin-bottom:30px;
            font-size:16pt;            
        }

        .solution_page_columns div a {
            font-size:18pt;
            color: #06b0fa;            
            text-decoration:none;
        }

        .solution_page_columns div a:hover {
            text-decoration:underline;
        }

/*#endregion*/

/*#region landing page*/

.Landing_Portfolio_clients {
    padding-top:50px;
    padding-bottom:50px;
}


.Landing_Portfolio_clients_content {
    width:90%;
    margin-left:auto;
    margin-right:auto;
}

.Landing_Portfolio_clients_content div {
    border-radius: 10px;
    width:100px;
    height:100px;    
    display:inline-block;
    background-color: #49bdef;
    text-align:center;    
    opacity: .9;
    padding:10px;     
    vertical-align:middle;
    margin:5px;
    overflow:hidden;
    line-height:100px;
}

    

    .Landing_Portfolio_clients_content div img {        
        vertical-align:middle;  
        width:100%;                
        margin-left:auto;
        margin-right:auto; 
        max-height:100px;       
    }

    .Landing_Portfolio_clients_content div:hover {
        opacity:1;
    }


.solution_Info {
    vertical-align: top;
    width: 100%;
    
    margin-right: auto;
    margin-left: auto;    
}

    .solution_Info div {
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: white;
        min-height: 340px;
        margin: 0;
        display:inline-block;
        vertical-align:top;
        max-width: calc(100% /3.1);
        
    }

        .solution_Info div:nth-child(even) {
            background-color: #dcdee0;            
        }        

    .solution_Info h2 {        
        color: #5c5b5b !important;
        margin: 0;
        padding: 0;
        font-weight: lighter;
        margin-bottom: 30px;
        font-size: 24pt;
    }
        .solution_Info h2 span {
            color: #ff6d2a;            
        }

    .solution_Info p {
        font-size: 16pt !important;
        color: #5c5b5b;
        font-family: sofia-pro,serif;
    }


.css_button_landing_contact {
    display:block;
    margin-top:20px;
    background-color: #49bdef;
    color:white;
    padding:15px;
    border:none;
    border-radius:10px;
    cursor:pointer;
}

    .css_button_landing_contact:hover {
        background-color: #50b9e6;
    }


    /*#endregion*/

/*#region wrappers phone and laptop */
.cellPhoneWrapper {
    width: 160px;
    min-height: 150px !important;
    border-top: 30px solid #2d2d2d;
    border-right: 7px solid #2d2d2d;
    border-bottom: 15px solid #2d2d2d;
    border-left: 7px solid #2d2d2d;
    border-radius: 30px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    background-color: #2d2d2d;
}

.cellPhoneWrapper::after {
    content: '';
    width: 100px;
    height: 5px;
    border-radius: 100px;
    background: #000000;
    position: absolute;
    top: -17px;
    left: calc(50% - 50px);
    z-index: 1;
}

.cellPhoneWrapper img {
    border-radius: 20px;
    width:100%;
}

.laptopWrapper {
max-width: 300px;
min-height:150px !important;
border: 5px solid black;
border-radius: 15px 15px 0 0;
background-color: black;
box-shadow: 0 0 0 2pt #cbcbcb;
position: relative;
}

.laptopWrapper::after {
    content: '';
    width: 125%;
    height: 15px;
    background-color: #bebebe;
    position: absolute;
    bottom: -17px;
    left: -12%;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
}

.laptopWrapper::before {
    content: '';
    width: 125%;
    height: 10px;
    background-color: #b2b2b2;
    position: absolute;
    bottom: -23px;
    left: -12%;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);
}

.laptopWrapper img {
    border-radius: 10px 10px 0 0;
    width:100%;
}


/*#endregion*/





/*#region Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 5px;
    top: 5px;
    max-width: 375px;
    background-color: #ecf9ff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index:100000;
}

    #gdpr-cookie-message h4 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin:0;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: black;
        font-size: 15px;
        line-height: 1.5em;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 5px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            color: white;
            border-bottom-color: var(--red);
            transition: all 0.3s ease-in;
        }

    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: none;
        background: white;
        color: #05b1fb;
        font-family: 'Quicksand', sans-serif;
        font-size: 12px;
        padding: 5px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            background: white;
            color: var(--red);
            transition: all 0.3s ease-in;
        }

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
    display:none;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
/*#endregion*/
