@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

/* GENERAL */
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{background:transparent;border:0;margin:0;padding:0;outline:none;box-sizing:border-box;}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #5b5b5b;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
	font-family: inherit;
	font-size: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #272727;
	line-height: 1.6;
	font-style: normal;
	margin-top: 10px;
	letter-spacing: .1rem;
}
h1 {
	font-size: 4rem;
	margin-bottom: 1em;
}
h2 {
	font-size: 3.5rem;
	margin-bottom: 1em;
}
h3 {
	font-size: 3rem;
	margin-bottom: .5em;
}
h4 {
	font-size: 2.5rem;
	margin-bottom: .5em;
}
h5 {
	font-size: 2.3rem;
	margin-bottom: .5rem;
}
h6 {
	font-size: 2.3rem;
	margin-bottom: .5em;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #5b5b5b;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 18px;
}
a, .sppb-btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
	background-color: transparent;
	font-size: 1.8rem;
}
.sppb-btn, .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
a:hover {
	text-decoration: none;
}
a:focus, a:hover {
	color: #217baf;
}

a {
	color: #005b90;
	text-decoration: none;
	transition: all 0.3s ease;
}
ul {
	list-style-type: none;
}
b, strong {
	font-weight: bold;
}
/* END GENERAL */

/* HEADER */
#sp-header {
	background: #ffffff;
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#sp-header.header-sticky {
	position: fixed;
	z-index: 9999;
	box-shadow: 0px 0px 8px 1px rgba(0, 0,0, 0.2);
	-webkit-transition: all .6s;
	transition: all .6s;
	background: #ffffff;
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
/* END HEADER */

/* MENU */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    color: #101010;
    font-size: 1.7rem;
    font-family: Montserrat;
    margin: 0;
    padding: 35px 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.sp-megamenu-parent > li > a:hover {
    color: #005b90;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
/* END MENU */

/* OFFCANVAS */
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    right: 0;
    top: 0;
    background: #ffffff;
}
body.ltr .close-offcanvas {
    right: 20px;
    top: 20px;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    color: #005b90;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
    line-height: 1.6;
    opacity: 1;
    transition: 0.3s;
}
.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border: none;
    margin-bottom: 0;
}
/* END OFFCANVAS */

/* SERVICE BULLETED LIST */
.services-list ul {
    margin: 0;
    padding: 0;
}
.services-list li {
    padding-bottom: 3px;
}
.services-list i {
    color: #005b90;
}
.services-list .fa-check {
    padding-right: 5px;
}
/* END SERVICES BULLETED LIST */

#capability-button {
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}
.sppb-btn-custom .sppb-btn, .btn {
    background-color: #005b90;
    color: #ffffff;
    padding: 8px 20px 8px 20px;
    font-size: 16px;
	font-weight: 600;
	font-family: "Montserrat";
	text-align: center;
}
.sppb-btn-custom:hover {
    background-color: #217baf;
    color: #FFFFFF;
}

/* BOTTOM */
#sp-bottom {
	padding: 0;
	line-height: inherit;
	background-color: #101010;
}

#sp-bottom .sp-module .tagspopular ul > li,
#sp-bottom .sp-module .sppb-link-list-wrap ul > li {
	display: inline-block;
	margin-bottom: 0 !important;
}

#sp-bottom .sp-module ul > li {
	margin-bottom: 0 !important;
}

#sp-bottom .sp-module {
	margin-bottom: 0;
}

#sp-bottom .sp-module .tagspopular ul > li > a {
	font-size: 1.4rem;
	font-weight: normal;
	margin: 6px 6px 0 0;
	display: inline-block !important;
	padding: 4px 12px;
	color: #727272;
	border: 1px solid #2e2e2e;
	text-decoration: none;
	transition: all 0.3s ease;
}
#sp-bottom h3 {
    font-weight: 500;
    color: #fff;
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 40px;
    font-style: normal;
}
#sp-bottom .sp-module .tagspopular ul > li > a:hover {
	color: #005b90;
	border: 1px solid #005b90;
}
#sp-bottom .bottom-title {
    font-weight: 600;
    color: #ffffff;
    font-size: 3.2rem;
    line-height: 3.5rem;
    margin-bottom: 10px;
    font-style: normal;
    letter-spacing: .2rem;
}
#sp-bottom .bottom-text-white {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.7;
}
#sp-bottom h2 {
    color: #a2a2a2;
}
#sp-bottom address, bottom-address.p {
    color: #a2a2a2;
	font-style: normal;
	margin: 0;
	line-height: inherit;
}
#sp-bottom address a:hover {
  color: #217baf;
}
#sp-bottom address a:focus, a:active {
  color: #727272;
}
#sp-footer {
	font-size: 1.4rem;
	color: #bfbfbf;
	margin: 0;
	padding: 30px 0;
	text-align: center;
	background-color: #3c3c3c;
}
#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}
/* */

/* CONTACT FORM */
#contactForm .rsform-block {
  	display: block;
}
#contactForm .form-group {
  	margin-bottom: 15px;
}
#contactForm .formControlLabel {
    display: none;
}
#contactForm input[type="text"], input[type="password"] {
    font-size: 1.6rem;
    height: 40px;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    box-sizing: border-box;
}
#contactForm textarea {
    font-size: 1.6rem;
  	width: 100%;
	height: 135px;
	padding: 8px;
    border-radius: 5px;
	box-sizing: border-box;
}
#contactForm #rsfp-counter-49 {
  	margin-top: 10px;
  	color: #a2a2a2;
  	font-weight: 500;
  }
#contactForm .formDescription {
	box-sizing: border-box;
    padding-top: 2px;
  	width: 100%
}
#contactForm .formError {
    color: #CF4D4D;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
}
#contactForm button[type="submit"], .rsform-submit-button {
	padding: 12px 23px;
  	margin: 0;
    background-color: #005b90;
    border: 0;
    color: #ffffff;
  	white-space: nowrap;
	box-sizing: border-box;
  	letter-spacing: 2px;
  	border-radius: 5px;
}
#contactForm button[type="reset"], .rsform-reset-button {
	padding: 12px 23px;
    margin: 0;
    background-color: #005b90;
    border: 0;
    color: #ffffff;
	box-sizing: border-box;
  	letter-spacing: 2px;
  	border-radius: 5px;
}
#contactForm button[type="submit"]:hover, .rsform-submit-button {
    font-size: 1.6rem;
    color: #ffffff;
  	padding: 12px 23px;
    background-color: #217baf;
    width: 99%;
  	margin: 0;
  	cursor: pointer;
	box-sizing: border-box;
}
#contactForm button[type="reset"]:hover, .rsform-reset-button {
    background-color: #217baf;
  	margin: 0;
    color: #ffffff;
  	cursor: pointer;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  	 #contactForm .formSpan6 {
      	width: 100%;
      }
  	#contactForm .formBody {
    	width: 100%  
  	}
  	#contactForm .formDescription {
  		width: 100%
	}
}
@media screen and (max-width: 766px){
	.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    	width: 100% !important;
		box-sizing: border-box;
  }
}
@media screen and (max-width: 1199px) and (min-width: 991px){
    #g-recaptcha-52 {
        -webkit-transform:scale(0.7);
        transform:scale(0.7);
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
    }
}
@media screen and (max-width: 638px){
    #g-recaptcha-52 {
        -webkit-transform:scale(1);
        transform:scale(1);
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
    }
}
@media screen and (max-width: 567px){
    #g-recaptcha-52 {
        -webkit-transform:scale(1);
        transform:scale(1);
        -webkit-transform-origin:0 0;
        transform-origin:0 0;
    }
}
/* END CONTACT FORM */

/* SCROLL UP */
.sp-scroll-up {
    font-size: 1.6rem;
    color: #fff;
    background: #005b90;
    border-radius: 3px;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #fff;
    background: #217baf;
}
/* END SCROLL UP */

/* OFFLINE PAGE */
.offline {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.offline body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    /*background-color: #fdf0f5;*/
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
.offline-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.offline img {
    display: inline-block;
}
.offline .login-wrapper {
    display: inline-block;
    width: 300px;
    align-items: center;
}
.offline .login-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.offline .form-input {
    width: 100%;
    margin-bottom: 10px;
}
.offline-label label {
    display: none;
}
.offline .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: 0 0 11px 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}
.offline .input-group-text {
    display: flex;
    align-items: center;
    padding: 16px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.offline .login-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.offline .form-control {
	font-size: 1.5rem;
}
.offline .login-form input[type="submit"],
.offline .login-form button[type="submit"] {
    width: 100%;
	font-size: 1.5rem;
    padding: 14px 40px;
    margin: 0 0 10px 0;
}
.offline .login-buttons {
    margin: 0 0 10px 0;
    width: 100%;
}
button[class*=plg_system_webauthn_login_button] {
    max-height: inherit;
    padding: 0;
}
.login-buttons .offline-webauth {
    display: block;
    padding: 10px 26px;
    margin: 0;
    width: 100%;
    white-space: nowrap;
}
/* END OFFLINE PAGE */