

/* *************************************************************************************************************************
fonts begin
************************************************************************************************************************** */
/* @font-face {
    font-family: 'Gilroy-Light';
    font-style: normal !important;
    font-weight: normal;
    src: local('../fonts/Gilroy-Light'), url('../fonts/Gilroy-Light.woff') format('woff');
}
@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal !important;
    font-weight: normal;
    src: local('../fonts/Gilroy-Medium'), url('../fonts/Gilroy-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal !important;
    font-weight: normal;
    src: local('../fonts/Gilroy-Regular'), url('../fonts/Gilroy-Regular.woff') format('woff');
} */

/* @import url(https://db.onlinewebfonts.com/c/1dc8ecd8056a5ea7aa7de1db42b5b639?family=Gilroy); */
/* https://www.onlinewebfonts.com/download/1dc8ecd8056a5ea7aa7de1db42b5b639 */
@font-face {
    font-family: "Gilroy";
    src: url("https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/1dc8ecd8056a5ea7aa7de1db42b5b639.svg#Gilroy") format("svg"); /* iOS 4.1- */
}

/* *************************************************************************************************************************
fonts end
************************************************************************************************************************** */
body {
    font-family: "Gilroy", sans-serif !important;
    font-size: 14px;
    font-style: normal !important;
    background: #b1b1b1 !important;
    overflow-x: hidden !important;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 18px;
    min-width: 320px;
}
.introduction h1, h2 {
	text-transform: unset;
    font-weight: 100;
}
.introduction {
    display: block;
    /* width: 96% !important; */
    height: auto;
	position: absolute;
    top:  0em;
    left:  6em;
	z-index: 9999;
    padding: 0% 0% 0 0%;
    margin: 0 auto;
    width: auto !important;
}
.introduction {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

/* *************************************************************************************************************************
fonts end
************************************************************************************************************************** */

/* *************************************************************************************************************************
navigation begin
************************************************************************************************************************** */
nav.vertical-fixed {
    border-right: none;
    background-color: #eeeeee;
    background-color: #c1c1c1;
}
nav.vertical-fixed ul li {
    border-bottom: none;
}
#animate-btn span {
    background: #00259a;
}
/* *************************************************************************************************************************
navigation end
************************************************************************************************************************** */

/* *************************************************************************************************************************
typography begin
************************************************************************************************************************** */
.texthighlight {
    font-family: "Gilroy", sans-serif !important;
    font-style: normal !important;
	background-color: #b5b5b56b;
    color: #ffffff;
    display: inline;
	padding: 5px 10px 5px 0px;
    box-shadow: -10px 0 0 #b5b5b56b;
    line-height: 52px;
}
span.sub-heading {
    color: #002499;
    text-transform: unset;
    font-family: "Gilroy", sans-serif !important;
    font-style: normal !important;
}
.right-border {
    border-right: 2px solid #002499;
    padding-right: 15px;
}
.left-border {
    border-left: 2px solid #002499;
    padding-left: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Gilroy", sans-serif !important;
    font-style: normal !important;
    font-weight: 100 !important;
    color: #ffffff;
}
/* *************************************************************************************************************************
typography end
************************************************************************************************************************** */




.profile-img-wrap {
    background-color: #002499;
}


/* *************************************************************************************************************************
buttons begin
************************************************************************************************************************** */
.btn-primary {
    color: #fff;
    background: none !important;
    border: 2px solid #ffffff !important;
    border-radius: 0 !important;
    letter-spacing: 2px;
    transition: background 1s;
}
.btn-primary:hover {
    background: #002499 !important;
    border: 2px solid #ffffff !important;
}
.btn-primary:focus {
    color: #fff;
    background: blue !important;
    border: 2px solid #ffffff !important;
    outline: none;
}
.btn-primary:active {
    color: #fff;
    background: none;
    border: 2px solid #ffffff !important;
    outline: none;
}
/* *************************************************************************************************************************
buttons end
************************************************************************************************************************** */



/* *************************************************************************************************************************
content areas begin
************************************************************************************************************************** */
/* #intro, #solutions, #consulting, #engage; #contact; #tt100; #articles {
    padding-top: 8.25em;
} */
#home {
    padding-top: 5em;
}
section {
    height: 100vh;
	height: 829px;
    position: relative;
    display: block;
    padding-top: 1.25em;
}
row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.offset {
	margin-left: 25px;
}
.divider_vni {
    background: url(../img/vni-divider-01.png) top right no-repeat;
    background-size: 75%;
}
.no-padding {
    padding: 0;
}
.offer {
    background-color: #002499;
    padding: 25px;
}

.cutCorner {
    position: relative;
}
.cutCorner:after {
    position: absolute;
    left: -2px;
    bottom: -2px;
    content: '';
    border-bottom: 70px solid #b1b1b1;
    border-right: 37px solid transparent;
}
/* *************************************************************************************************************************
content areas begin
************************************************************************************************************************** */

/* *************************************************************************************************************************
misc begin
************************************************************************************************************************** */
.no-padding {
    padding: 0;
}
i {
    font-style: normal !important;
}
::selection {
    background-color: #002499;
    color: #ffffff;
}
::-moz-selection {
    background-color: #002499;
    color: #ffffff;
}
/* *************************************************************************************************************************
misc end
************************************************************************************************************************** */  

/* *************************************************************************************************************************
pushy begin
************************************************************************************************************************** */
.pushy {
    top: 0px;
    z-index: 99991 !important;
    background: rgb(0 37 154);
    border-right: none;
    border-top: none;
}
.pushy a {
    color: #ffffff;
}
.pushy a:hover {
    color: #ffffff !important;
    background: blue;
}
.pushy ul {
    padding: 0;
    margin: 0;
}
.pushy li.main-title a {
    font-family: "Gilroy", sans-serif !important;
    font-size: 14px;
    font-weight: 100;
    font-style: normal !important;
    border-bottom: 2px solid #ffffff;
    padding: 0px;
    margin: 10px 20px 10px;
    text-transform: uppercase;
    line-height: 30px;
}
.pushy li.main-title a:hover {
    border-bottom: 2px solid blue;
}
.pushy a {
    display: block;
    padding: 7px 20px 7px 20px;
}
.pushy a:active {
    background: #0000ff !important;
    color: #ffffff !important;
}
.pushy a:focus {
    background: #0000ff !important;
    color: #ffffff !important;
}
/* *************************************************************************************************************************
pushy end
************************************************************************************************************************** */

/* *************************************************************************************************************************
links begin
************************************************************************************************************************** */
a {
    color: blue;
    text-decoration: none;
}
a:hover {
    color: blue;
    text-decoration: none !important;
}
/* *************************************************************************************************************************
links begin
************************************************************************************************************************** */









.panel-group {
    margin-bottom: 20px;
    min-height: 400px;
}
.panel-default {
    border-color: transparent;
}
.panel {
    margin-bottom: 20px;
    background: rgb(238 238 238 / 11%) !important;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-footer {
    padding: 5px;
    background-color: #eeeeee;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0;
    text-align: center;
}
.panel-default > .panel-heading {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
}
.panel-body {
    padding: 15px !important;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;    
}

.gallery {
    background-color: #9c9c9c !important;
} 
.gallery {
    display: block;
    width: 100%;
    height: 900px;
}

.elementor-image-gallery {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}


#gallery-1 {
    margin: auto;
}
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#gallery-1 img {
}
#gallery-1 .gallery-caption {
    margin-left: 0;
}

/* *********************************************************************************************************************************
Misc
***********************************************************************************************************************************/
/* custom space */
.pt-20 { padding-top: 20px;}
.pr-20 { padding-right: 20px;}
.pb-20 { padding-bottom: 20px;}
.pl-20 { padding-left: 20px;}
.pt-40 { padding-top: 40px;}
.pr-40 { padding-right: 40px;}
.pb-40 { padding-bottom: 40px;}
.pl-40 { padding-left: 40px;}
.pt-60 { padding-top: 60px;}
.pr-60 { padding-right: 60px;}
.pb-60 { padding-bottom: 60px;}
.pl-60 { padding-left: 60px;}
.pt-80 { padding-top: 80px;}
.pr-80 { padding-right: 80px;}
.pb-80 { padding-bottom: 80px;}
.pl-80 { padding-left: 80px;}
hr {
    height: 2px !important;
}
/* *********************************************************************************************************************************
Misc
***********************************************************************************************************************************/

.unselectable {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;    
}
.solution-icon {
    display: inline-block;
    width: 39px;
    height: 39px;
    float: none;
    margin-right: 5px;
}
h3.solution {
    font-size: 16px;
    display: inline;
}
.offer {
    padding: 10px;
    margin-bottom: 5px;
}
span.x {
    display: block;
    float: left;
    font-size: 38px;
    vertical-align: middle;
    height: 35px;
    width: 25px;
    line-height: 39px;
    text-align: center;
}

/* *********************************************************************************************************************************
Media Queries Begin
***********************************************************************************************************************************/
@media (max-width: 1081px) {
    span.x {
        display: block;
        float: none;
    }
}
@media (max-width: 991px) {
    .solution1 {
        width: 50% !important;
        margin-bottom: 0;
    }
    span.x {
        display: inline;
        float: none;
        font-size: unset;
    }
    .x1 {
        margin: 0 0 0 0;
    }
}
@media (max-width: 767px) {
    .solution1 {
        width: 70% !important;
        margin-bottom: 0;
    }
    span.x {
        display: inline;
        float: none;
        font-size: unset;
    }
    .offer {
        background-color: #002499;
        margin-bottom: 5px;
    }
}
.q {
    background: #dddddd url(../img/iconography/bluagile-ims-scalable-cloud-erp-for-smmes-02-min.png) center left no-repeat;
    background-size: contain;
    min-height: 200px;
}
.offer{
    margin:  2px;
    min-height: 120px;
}
@media (max-width: 600px) {
    .offer {
        margin: 0 0 2px 0;
        min-height: 80px;
    }
    .grid {
        display: block;
        width: 100%;
    }
    .cutCorner:after {
        display: none;
    }
    .q {
        background-position: top;
    }
    .divider_vni {
        background: none;
    }
}
/* *********************************************************************************************************************************
Media Queries End
***********************************************************************************************************************************/








/* *********************************************************************************************************************************
Forms Begin
***********************************************************************************************************************************/
#crmWebToEntityForm.zcwf_lblLeft {
    width:100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
#crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
}
#crmWebToEntityForm{text-align: left;}
#crmWebToEntityForm * {
    direction: ltr;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%;
    border: 2px solid #ffffff !important;
    background: none;
    resize: vertical;
    border-radius: 0;
    float: left;
    padding: 10px;
}
.zcwf_lblLeft .zcwf_col_lab {
    width: 30%;
    word-break: break-word;
    padding: 0px 6px 0px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    min-height: 1px;
}
.zcwf_lblLeft .zcwf_col_fld {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    margin-top: 5px;
}
.zcwf_lblLeft .zcwf_privacy{padding: 6px;}
.zcwf_lblLeft .wfrm_fld_dpNn{display: none;}
.dIB{display: inline-block;}
.zcwf_lblLeft .zcwf_col_fld_slt {
    width: 60%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    float: left;
    resize: vertical;
}
.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after {
    content: '';
    display: table;
    clear: both;
}
.zcwf_lblLeft .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 12px;
    max-width: 35%;
    word-break: break-word;
}
.zcwf_lblLeft .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}
.zcwf_lblLeft .zcwf_row {
    margin: 0px;
}
.zcwf_lblLeft .formsubmit {
    margin-right: 5px;
    cursor: pointer;
    color: #333;
    font-size: 12px;
}
.zcwf_lblLeft .zcwf_privacy_txt {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-family: Arial;
    display: inline-block;
    vertical-align: top;
    color: #333;
    padding-top: 2px;
    margin-left: 6px;
}
.zcwf_lblLeft .zcwf_button {
    color: #ffffff;
    border: 2px solid #ffffff;
    background:  none;
    padding: 10px 22px;
    border-radius: 0;
    cursor: pointer;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100 !important;
}
.zcwf_lblLeft .zcwf_tooltip_over{
    position: relative;
}
.zcwf_lblLeft .zcwf_tooltip_ctn{
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;word-break: break-all;
    min-width: 50px;
    max-width: 150px;
    color: #333;
}
.zcwf_lblLeft .zcwf_ckbox{
    float: left;
}
.zcwf_lblLeft .zcwf_file{
    width: 55%;
    box-sizing: border-box;
    float: left;
}
.clearB:after{
    content:'';
    display: block;
    clear: both;
}
@media all and (max-width: 600px) {
    .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
    }
    .zcwf_lblLeft .zcwf_col_help {width: 40%;}
}
/* *********************************************************************************************************************************
Forms End
***********************************************************************************************************************************/

/* *********************************************************************************************************************************
Placeholder
***********************************************************************************************************************************/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    letter-spacing: 2px;
    color: #cccccc;
    opacity: 0.8; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    letter-spacing: 2px;
    color: #cccccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
    letter-spacing: 2px;
    color: #cccccc;
}





















