@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

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: 'Hind', sans-serif;
  color:#6b6b6b;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  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: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: inherit;
	color: #777;
	margin: 20px 0;
}
h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.5rem;
}

h3 {
	font-size: 3rem;
}

h4 {
	font-size: 2.5rem;
}

h5 {
	font-size: 2.3rem;
}
h6 {
	font-size: 2.3rem;
}
p {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.5;    
    margin: 20px 0;
	color: #6b6b6b;
}
p a {
    text-decoration: none;
}
p a:hover {
    text-decoration: none;
}
a {
	color: #427ed1;
	text-decoration: none;
	transition: all 0.3s ease;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #427ed1;
}
ul {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
}
li.list-last {
    margin-bottom: 16px;
}
ol {
    list-style-position: outside;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 0 15px;
    padding: 0 0 0 20px;
}
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 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    padding: 20px 30px;
    margin: 8px 0;
    color: #ffffff;
    background-color: #427ed1;
    border-radius: 0;
    border: 1px solid #427ed1;
    box-shadow: none;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
}
.sppb-btn:hover, .btn:hover {
	color: #ffffff;
    background: #274e83;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    border: 2px solid #427ed1;
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    color: #ffffff;
    box-shadow: none;
    border: 2px solid #427ed1;
}
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #274e83;
}

#sp-top-bar {
    padding: 10px 0;
    font-size: 1.5rem;
    background-color: #10252e;
}
#sp-top-bar a {
    color: #ffffff;
}
#sp-top-bar .fas,
#sp-top-bar .fab,
#sp-top-bar .far {
    color: #48c7ec;
    margin-right: 5px;
}
/* HEADER MENU */
#sp-header {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#sp-header.header-sticky {
    position: fixed;
    height: 90px;
    background-color: #ffffff;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
#sp-header .logo,
#sp-header .logo a img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;    
}
#sp-header.header-sticky .logo,
#sp-header.header-sticky .logo-image {
    height: 90px;
    transform: scale(.9);
}
@media (max-width: 575px) {
    #sp-header,
    #sp-header.header-sticky,
    #sp-header.header-sticky .logo,
    #sp-header.header-sticky .col-auto {
        height: 60px;
    }
}
.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0 15px;
    font-family: 'Hind', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
    color: #427ed1;
}
.sp-megamenu-parent > li> a:hover,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    color: #427ed1;
}
#sp-header.header-sticky .sp-megamenu-parent>li>a,
#sp-header.header-sticky .sp-megamenu-parent>li>span a {
    height: 90px;
    line-height: 90px;
}
body.ltr #sp-header.header-sticky .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
    margin-top: -17px;
	-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;    
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .20);
    padding: 20px;
    background: #ffffff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 1.6rem;
    color: #000;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
    display: block;
    padding: 0;
    position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #427ed1;
    margin-left: 8px;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.close-offcanvas {
    position: absolute;
    top: 19px;
    z-index: 1;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #b7b7b7;
}
.offcanvas-menu {
    background-color: #263448;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    display: block;
    color: #b7b7b7;
    font-size: 1.8rem;
    padding: 10px 0px;
    position: relative;
    line-height: 18px;
    opacity: 0.7;
    transition: 0.3s;
}
html body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, 
html body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler { 
    display: none;
    visibility: hidden;
    opacity: 0;
}
html body .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
    display: block !important;
    height: auto !important;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 1.5rem;
    color: #b7b7b7;
    padding: 4px 0px;
    line-height: 18px;
    font-weight: 400;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
    margin-left: 20px;
}
/* END HEADER MENU */
.contact-info {
    border: 2px solid #427ed1;
    padding: 24px 28px 12px;
    margin-bottom: 20px;
}
/* SCROLL UP */
.sp-scroll-up {
    background: #427ed1;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #fff;
    background: #4982d2;
}
/* END SCROLL UP */

/* PAGE TITLE */
.sp-page-title {
	padding: 0;
	margin-bottom: 30px;
}
.sp-page-title .sp-page-title-heading {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 250px;
	padding-top: 150px;
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 3px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
}
.contact-title .sp-page-title .sp-page-title-heading {
    padding: 121px 0 0 0;
    height: 308px;
}
.sp-page-title .breadcrumb .float-start {
    display: none;
}
.sp-page-title .breadcrumb {
	background: #fff;
	padding: 16px 20px;
	border: 1px solid #bfbfbf;
	position: relative;
	bottom: -30px;
	margin: 0;
	border-radius: 0;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	color: #222;
	font-size: 1.65rem;
    font-weight: 500;
}
.sp-page-title .breadcrumb > .active {
	color: #427ed1;
}
#sp-main-body {
	padding: 75px 0;
}

/* CAROUSEL */
.new-arrivals .sppb-carousel-extended-item {
    transition: all .3s ease-out;
    background: transparent;
    border: 1px solid #eaeaea;
    padding: 5px;
    margin: 10px;
    min-height: 426px;
}
.new-arrivals .sppb-carousel-extended-item:hover {
    border: 1px solid rgba(66, 126, 209, 0.45);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(6 6 6 / 38%);
    box-shadow: 0px 0px 10px 2px rgb(6 6 6 / 38%);
    transition: all .3s ease-out;
    transform: scale(1.07);
}
.new-arrivals .sppb-carousel-extended-team-content {
    box-shadow: none;
    padding: 20px 20px 10px 20px;
    margin: 0;
    text-align: center;
}
.new-arrivals .sppb-carousel-extended-team-name a  {
    color: #6b6b6b;
}
.new-arrivals .sppb-carousel-extended-team-designation {
    color: #4a4a4a;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.new-arrivals .sppb-carousel-extended-team-name a:hover  {
    color: #427ed1;
}
/* END CAROUSEL */

/* BLOG SINGLE */
.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
}
.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}
.article-details .article-full-image img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.article-details .article-header {
	padding: 25px 0 0;
	background: #fff;
}
.article-details .article-header h1, .article-details .article-header h2 {
	color: #222;
	font-weight: 400;
	margin-bottom: 10px;
	transition: all 300ms ease;
	font-size: 2.4rem;
}
.article-details .text p {
    margin-bottom: 10px;
}
.article-details .author {
	background-color: #ffffff;
	position: relative;
	margin-bottom: 45px;
	margin-top: 40px;
}
.author img {
    position: absolute;
}
.author-comment {
    margin-left: 340px;
    padding-left: 30px;
}
.author-comment .quote {
    font-size: 2.5rem;
    color: #f1f1f1;
    margin-bottom: 7px;
    position: relative;
    top: -5px;
}
.author-comment .quote:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.4rem;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10d";
}
.author-comment h5 {
    font-weight: 600;
    margin: 16px 0 5px 0;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.author-comment p.a-title {
    color: #427ed1;
    font-size: 1.6rem;
}
.article-details .article-info {
	color: #848484;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.article-info > span {
	font-size: 1.8rem;
}
.mt-3, .my-3 {
	margin-top: 0 !important;
	background: #ffffff;
	padding-top: 0;
}
.article-details .article-author-information {
	padding-top: 0;
	margin-top: 25px;
	border-top: 0px solid #f5f5f5;
	position: relative;
	padding: 33px 35px 30px;
	min-height: 160px;
	background: #f4f4f4;
}
.article-details .article-author-information h5 {
	position: relative;
	margin: 0px 0px 16px;
	font-size: 1.8rem;
	text-transform: capitalize;
	font-weight: 600;
	color: #252525;
}
.article-details .article-author-information .author-bio {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	color: #999;
	line-height: 26px;
	font-weight: 300;
}
.lower-content .text p {
    margin-bottom: 20px;
}/* PRIVACY NOTICE */
.privacy-notice .article-details {
    padding: 50px 0 0 0;
}
.privacy-notice .article-header h1 {
    font-size: 4rem;
    font-weight: 600;
    color: #777;
}
.collection-table {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-collapse: collapse;
}
.table-row-header {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: 700;
	background-color: #eeeeee;
}
.table-cell-header-col1 {
	flex: 2;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	color: #0f0c09;
	text-align: center;
}
.table-cell-header-col2 {
	flex: 3;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	color: #0f0c09;
	text-align: center;
}
.table-cell-header-col3 {
	flex: 1;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	color: #0f0c09;
	text-align: center;
}
.table-row {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
}

.table-cell-col1 {
	flex: 2;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	color: #0f0c09;
}
.table-cell-col2 {
	flex: 3;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	color: #0f0c09;
}
.table-cell-col3 {
	flex: 1;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0 solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	color: #0f0c09;
}
.cell-center {
    text-align: center;
}
.table-cell-last, .table-row-last {
    border-bottom: 1px solid #ccc;
}
/* CONTROL HEIGHT OF ANCHOR LINKS */
:target:before {
    content:"";
    display:block;
    height: 100px; /* fixed header height*/
    margin:-100px 0 0 0; /* negative fixed header height */
}
/* END PRIVACY NOTICE */
/* */

/* CONTACT FORM */
#contactForm .rsform-block {
  	display: block;
}
#contactForm .form-group {
  	margin-bottom: 15px;
}
#contactForm .formControlLabel {
    text-align: left;
  	font-family: 'Hind', sans-serif;
  	font-weight: 500;
  	margin-bottom: 9px;
  	letter-spacing: 2px;
    clear: left;
}
#contactForm .formContainer input[type="text"],
#contactForm .formContainer input[type="email"] {
    height: 45px;
    width: 100%;
    font-size: 1.8rem;
    padding: 8px;
    border-radius: 0;
    border: 1px solid #bfbfbf;
    border-color: #bfbfbf;
    box-sizing: border-box;
}
#contactForm .formContainer textarea {
  	width: 100%;
	height: 135px;
	font-size: 1.8rem;
	padding: 8px;
    border-radius: 0;
    border: 1px solid #bfbfbf;
	box-sizing: border-box;
}
#contactForm .formContainer input[type="text"]:hover,
#contactForm .formContainer input[type="email"]:hover,
#contactForm .formContainer input[type="text"]:focus,
#contactForm .formContainer input[type="eamil"]:focus {
    border-color: transparent;
    border: 1px solid rgba(66, 126, 209, 0.45);
    -webkit-box-shadow: 0 2px 6px rgba(6, 6, 6, 0.38);
    box-shadow: 0 2px 6px rgba(6, 6, 6, 0.38);
    transition: .5s ease;    
}
#contactForm .formContainer textarea:hover,
#contactForm .formContainer textarea:focus {
    border-color: #427ed1;
    border: 1px solid rgba(66, 126, 209, 0.45);
    -webkit-box-shadow: 0 2px 6px rgba(6, 6, 6, 0.38);
    box-shadow: 0 2px 6px rgba(6, 6, 6, 0.38);
    transition: .5s ease;    
}
#contactForm .formContainer .form-control:focus {
    box-shadow: none;
}
#contactForm .formContainer ::placeholder {
    text-align: left;
  	font-family: 'Hind', sans-serif;
  	font-size: 1.6rem;
  	font-weight: 400;    
}
#contactForm .formContainer #rsfp-counter-49 {
  	margin-top: 10px;
  	color: #a2a2a2;
  	font-weight: 500;
  }
#contactForm .formContainer .formDescription {
	box-sizing: border-box;
    padding-top: 2px;
  	width: 100%
}
#contactForm .formContainer .formError {
    color: #CF4D4D;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    margin-top: 8px;
}
#contactForm .formContainer .rsform-block-send-message label {
    display: none;
}
#contactForm .formContainer .rsform-block-send-message {
    margin: 0;
}
#contactForm .formContainer button[type="submit"], .formContainer .rsform-submit-button {
	padding: 12px 23px;
    background-color: #427ed1;
    width: 95%;
    height: 60px;
    border: 0;
    color: #ffffff;
  	white-space: nowrap;
	box-sizing: border-box;
  	letter-spacing: 2px;
  	border-radius: 0;
  	text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
}

#contactForm .formContainer button[type="reset"], .formContainer .rsform-reset-button {
	padding: 12px 23px;
    margin: 0;
    background-color: #005b90;
    border: 0;
    color: #ffffff;
	box-sizing: border-box;
  	letter-spacing: 2px;
  	border-radius: 0;
}

#contactForm button[type="submit"]:hover, .formContainer .rsform-submit-button {
    background-color: #217baf;
  	cursor: pointer;
}

#contactForm button[type="reset"]:hover, .formContainer .rsform-reset-button {
    background-color: #217baf;
  	margin: 0;
    color: #ffffff;
  	cursor: pointer;
	box-sizing: border-box;
}
#contactForm .formContainer .rsform-block-recaptcha .control-label {
    display: none;
}
@media screen and (max-width: 767px) {
  	 #contactForm .formSpan6 {
      	width: 100%;
      }
  	#contactForm .formBody {
    	width: 100%  
  	}
  	#contactForm .formControlLabel {
    	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 {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;}
}
@media screen and (max-width: 638px){
    #g-recaptcha-52 {
        transform:scale(1);
        -webkit-transform:scale(1);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;}
}
@media screen and (max-width: 567px){
    #g-recaptcha-52 {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;}
}
/* END CONTACT FORM */

/* PRE-LOADER */
.sp-pre-loader .circle-two {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px
}

.sp-pre-loader .circle-two>span,.sp-pre-loader .circle-two>span:before,.sp-pre-loader .circle-two>span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #427ed1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.sp-pre-loader .circle-two>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear
}

.sp-pre-loader .circle-two>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent
}

.sp-pre-loader .circle-two>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent
}
/* END PRE-LOADER */
/* FOOTER AND BOTTOM */
#sp-bottom .sp-module {
    margin-bottom: 0;
}
#sp-footer {
    padding: 25px 15px;
    margin: 0;
    background-color: #28373e;
}
#sp-bottom .sp-module ul {
    font-size: 1.6rem;
}
.footer-copyright p {
    font-family: 'Hind', sans-serif;
    font-size: 1.6rem;
    color: #848484;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    text-align: center;
}
/* END FOOTER AND BOTTOM */

/* OFFLINE PAGE */
.offline {
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.offline body {
    width: 100%;
    height: 100vh;
    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;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}
.offline-wrapper {
    width: 100%;
    padding: 10px;
}
.offline img {
    display: inline-block;
}
.offline .login-wrapper {
    display: inline-block;
    width: 375px;
    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%;
}
.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: #292669;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #3c1361;
    border-radius: 0.25rem;
}
.offline .fa-user:before {
    color: #292669;
    margin: 0;
}
.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 .form-control:focus {
	font-size: 1.5rem;
	box-shadow: none;
}
.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;
    border-radius: 5px;
}
.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;
    border-radius: 5px;
}
/* END OFFLINE PAGE */