/** CrimsonLogic UX Practice R2-S2 Foundation **/

/** Project Specific CSS **/

html {
	font-size: 16px;
}
body, html {
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	padding: 0;
	right: 0;
	 font-family: 'Roboto' !important;
	font-size: 1rem;
	font-weight: normal;
	text-align: left;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #333;
	background:#e6e6e6;
}
a {
	/*color: #083c6f;*/
	font-size: 14px;
	text-decoration: underline;
}
.wrapper {
	min-width: 360px;
	outline: none;
	min-height: 100%;
	position: relative;
}
/** Button Styling **/

/** If there are no Buttons, please delete the whole block below */

.btn {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/** Delete till here if there are no Buttons **/


.navbar-container {
	z-index: 9;
	position: relative;
	margin-top: 25px;
}
.bg-dark {
	background-color: #fff !important;
}
.navbar-dark .navbar-brand {
	color: #fff;
	padding: 0px;
	position: relative;
	margin: 0;
}
nav.navbar.navbar-expand-md.navbar-dark.bg-dark {
    border-radius: 6px;
    /*width: 1200px;*/
    margin: 0px auto;
}
.navbar-dark .navbar-brand span {
	display: block;
	background: #fff;/*    padding: 0 20px;*/
}
.navbar-expand-md .navbar-nav {
	align-items: center;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: 5px 15px;
	text-transform: uppercase;
	color: #555555;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 14px;
	margin-left:-10px;
}
.nav-item{
	color: #00327B;
    font-size: 18px;
	cursor:pointer;
}
.nav-item:hover{
	color: #A9142A;
}
.navbar-expand-md .navbar-nav .login .nav-link {
	padding: 5px 15px;
	margin-left: 10px;
	color: #ff0000;
	border: #A9142A solid 1px;
	border-radius: 4px;
}
.navbar-expand-md .navbar-nav .login .nav-link:hover {
	background: #A9142A;
	color: #fff;
}
.navbar-expand-md .navbar-nav a:hover {
	background: #A9142A;
	border-radius: 4px;
	color: #fff;
}
i.fas.fa-home-alt, i.fas.fa-cogs, i.fas.fa-phone-alt {
        margin-right: 20px;
}
.nav-item.login-btn {
    position: relative;
    margin-left: 20px;
}
.navbar-expand-md .navbar-nav .login-btn .nav-link {
    background: #c12844;
    color: #fff;
    border-radius: 6px;
    padding-right: 15px;
    padding-left: 15px;
}
.login-box {
    position: absolute;
    right: 0;
    left: auto;
    background: #fff;
    padding: 20px;
    width: 300px;
    text-align: left;
    margin-top: 25px;
    border-top: 2px solid #c12844;
    z-index: 999;
	display: none;
}
.login-box:before {
    content: '';
    position: absolute;
    right: 35px;
    top: -12px;
    border-bottom: 10px solid #c12844;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.login-box h3 {
    margin-bottom: 20px;
    color: #666;
    font-weight: 300;
	font-size: 24px;
}
.login-close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #666;
    font-size: 1.2rem;
}
.login-box .buttons {
    margin-top: 0;
    text-align: center;
}
.login-overlay {
    position: fixed;
    top: 114px;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.8;
	display: none;
}
.buttons {
    display: inline-block;
    width: 100%;
}
.btn-action {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}
.btn-action {
    background: #c12844;
    color: #fff;
    padding: 5px 15px;
}
.banner {
	background-image: url("../images/banner2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-top: -120px;
}
.banner .container {
	position: relative;
	min-height: 600px;
}
.banner .container .banner-tags {
	position: absolute;
	right: 15px;
	bottom: 60px;
	z-index: 9999;
}
 h1 {
	font-size: 32px;
	color: #333;
	font-weight: 400;
	text-align: center;
}
.redhdr {
	background: #A9142A;
	position: absolute;
	margin: 0px auto;
	bottom: 0px;
	width: 100%;
	border-radius: 6px 6px 0px 0px;
	opacity: .8;
}
.redhdr h2 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 120px;
	height: 80px;
	font-weight: 400;
}

.updates {
	background: #fff;
	height: 200px;
	padding: 20px 30px;
}
.updates h3 {
	font-size: 24px;
	font-weight: 300;
	color: #17479E;
}
.updates h3 span {
	font-weight: 600;
}
.main-content {
	position: relative;
	margin: 0 auto;
}
.blog {
	padding: 30px 0;
}
.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
    height: 90px;
    background:#efefef;
}
.carousel .carousel-item .img-box {
    background: #fff;
    padding: 10px 20px;
/*    box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);*/
}
.carousel .carousel-item img {
    margin: 0 auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.fa.fa-chevron-left, .fa.fa-chevron-right  {
    color: #000;
    font-size: 32px;
}

.facts {
    background: #00327B;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
}
.facts h1 {
	font-size: 28px;
	color: #fff;
	line-height: 150px;
	font-weight: 600;
}
.facts p {
    padding: 10px 40px;
}

.about_us {
	background: #E6E6E6;
	 padding: 30px 0px;
}

.about_us ul {
    list-style: none;
	padding-bottom: 20px;
	text-align: center;
	    margin-top: 30px;
}

.about_us ul li {
   display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	font-size: 14px;
	width: 150px;
}

i.fab.fa-twitter, i.fab.fa-facebook-f, .fab.fa-instagram   {
    background: #00327B;
    padding: 6px;
	font-size: 20px;
    border-radius: 50%;
	color: #fff;
	width: 30px;
}
.contact {
	position: relative;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	background: url(../images/contact-kentrade.jpg) no-repeat;
	height: 352px;
}
.sitemap {
    background: #00327B;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

i.fas.fa-anchor, i.fal.fa-file-alt, i.fal.fa-ship, i.fas.fa-address-book, i.fas.fa-credit-card {
    font-size: 44px;
    background: #A9142A;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    padding: 20px 0px;
	border-radius: 6px;
	width: 80px;
}
.sigaicons p {
    padding-top: 5px;
    line-height: 17px;
}


/** Footer Styling **/

/** If there is no Footer, please delete the whole block below **/

.footer {
    display: flex;
    font-size: 13px;
    color: #8B8B8B;
    background: #fff;
    padding: 10px 0px;
}
.copyright {
    float: left;
   padding: 10px 10px 10px 30px;
    width: 50%;
    text-align: left;
}
.social-link-block {
    text-align: right;
    float: right;
    width: 50%;
    padding-right: 30px;
}
@media only screen and (max-width: 767.98px) {
.footer {
	text-align: center;
}
}
/** Delete till here if there is no Footer **/

/** Social Media Links Styling **/

/** If there are no Social Media Links, please delete the whole block below **/


.social-link {
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left: 5px;
	vertical-align: middle;
}

/** Delete till here if there are no Social Media Links **/

@media only screen and (min-width: 1230px) {
.container {
	max-width: 1200px;
}
}

@media only screen and (max-width: 1199.98px) {
.tags span {
	padding: 25px 10px;
}
.facts-list div {
	margin: 0 5px;
}
.facts-list div {
	margin: 0 5px;
	font-size: 1rem;
}
.writeups {
	font-size: 1.1rem;
}
}

@media only screen and (max-width: 991.98px) {
.navbar-dark .navbar-brand img {
	background: #fff;
	max-width: 110px;
}
.navbar-dark .navbar-brand span {
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding: 0 10px;
}
li.nav-item.dropdown .dropdown-toggle {
	margin-right: 10px;
}
.tags span {
	padding: 25px 5px;
	font-size: 1rem;
}
.tags {
	margin: 0 -12px;
}
.img-fluid {
	width: 100%;
}
.banner, .banner .container {
	min-height: 500px;
}
.writeups {
	margin-top: 10px;
	padding-left: 0;
}
}

@media only screen and (max-width: 767.98px) {
h1 {
	margin: 10px 0 20px 0;
	font-size: 1.3rem;
	font-weight: 600;
}
h1 .icon {
	font-size: 2.8rem;
	width: 60px;
	margin-top: -4px;
}
.blog {
	padding: 20px 0;
}
.facts-list div {
	font-size: 1rem;
	flex: auto;
	width: calc(50% - 10px);
	margin: 5px;
}
h3 {
	color: #19154f;
	font-size: 1.5rem;
}
.tags {
	width: 100%;
	margin: 0;
	margin-left: 15px;
}
.tags span {
	padding: 15px 5px;
	font-size: 1rem;
	text-align: center;
}
.navbar-collapse {
	position: absolute;
	top: 69px;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
}
.navbar-expand-md .navbar-nav {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	flex-direction: unset;
}
.navbar-expand-md .navbar-nav .nav-link {
	color: #19154f!important;
	font-weight: 600;
	font-size: 0.85rem;
	padding: 7px 6px;
}
.navbar-expand-md .navbar-nav .nav-item.dropdown {
	position: absolute;
	right: 50px;
	top: -47px;
}
.navbar-expand-md .navbar-nav a:hover {
	color: #000!important;
}
li.nav-item.dropdown .dropdown-toggle {
	border-right: 1px solid #000;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: absolute;
	margin-top: 0;
	left: auto;
	right: 0;
}
.navbar-expand-md .navbar-nav .login .nav-link {
	color: #fff!important;
}
.navbar-expand-md .navbar-nav .login .nav-link:hover {
	background: rgb(25 21 79 / 0.9);
	color: #f5cf46!important;
}
.about_us .col-lg-7 {
	order: 2;
	margin-top: 20px;
}
li.nav-item.login {
	position: absolute;
	top: -50px;
	right: 15px;
}
.navbar-expand-md .navbar-nav .nav-item.dropdown {
	margin-right: auto;
}
h3 {
	font-size: 1.3rem;
}
.writeups {
	font-size: 1.1rem;
	padding-top: 0px;
}
.writeups:before {
	top: 15px;
	font-size: 2rem;
}
.facts-list div:nth-child(2) {
	margin-right: 0;
}
.facts-list div:first-child, .facts-list div:nth-child(3) {
	margin-left: 0;
}
.facts h3:before {
	left: 15px;
	font-size: 2.2rem;
}
.navbar-container {
	margin-top: 0;
}
li.nav-item.login {
	position: absolute;
	top: -50px;
	right: 10px;
	overflow: hidden;
}
.navbar-expand-md .navbar-nav .nav-item.dropdown a {
	color: #fff!important;
	border-color: #fff;
}
.navbar-expand-md .navbar-nav .login .nav-link {
	margin: 0;
	background: none;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 5px 0;
}
.navbar-expand-md .navbar-nav .login .nav-link span {
	display: none;
}
.navbar-expand-md .navbar-nav .login .nav-link:before {
	content: "\f30d";
	font-family: "Font Awesome 5 Pro";
	font-size: 22px;
	line-height: 100%;
	font-weight: 300;
}
.navbar-dark .navbar-brand:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	border-right: 50px solid #fff;
	border-bottom: 70px solid transparent;
}
.navbar-dark .navbar-brand:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 0px;
	border-left: 50px solid #fff;
	border-top: 70px solid transparent;
}
.navbar-dark .navbar-brand {
	margin: 0 0 0 -10px;
}
}

.partners {
    padding: 20px 0px;
}
.partners-logos {
    margin: 0px auto;
    text-align: center;
	margin-top: 30px;
    margin-bottom: 30px;
}
.partners-logos ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.partners-logos ul li {
    display: inline-block;
    width: 250px;
    padding: 20px 30px;
    border: solid 1px #bfbfbf;
    margin-right: 20px;
    border-radius: 6px;
}


.sitemap ul {
	color: #fff;
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 0px;
	
}
.sitemap ul li {
	display: inline-block;
}

.sitemap ul li a {
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #cccc;
  	padding: 0px 10px;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

body.login-box-open {
    overflow: hidden;
}
.navbar-expand-md .navbar-nav .login-btn .nav-link.active {
    opacity: 0.4;
}

img.brand-logo {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}
/* sidebar navigation*/

/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.nav-item a.cus-tooltip {
    position: relative;
    text-align: center;
    display: block;
    padding: 4px 10px;
    font-size: 18px;
}
.nav-item a.cus-tooltip i {
    margin: 0;
}

.nav-item a.cus-tooltip:after {content: attr(title);position: absolute;width: 100px;top: 100%; margin-top: 10px; background: #000;padding: 5px;border-radius: 5px;color: #fff;font-size: 14px;display: none;text-align: center;left: 50%;margin-left: -50px;}
.nav-item a.cus-tooltip:before{ content: ""; position: absolute; top:100%; border-bottom: 10px solid #000; border-left: 10px solid transparent; border-right: 10px solid transparent; display: none; left: 50%; margin-left: -10px}

.nav-item a.cus-tooltip:hover:after, .nav-item a.cus-tooltip:hover:before {
    display: block;
}

.navbar-expand-md .navbar-nav li.nav-item.lang {
    margin-left: 15px;
}
.redhdr h2 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 120px;
    height: 80px;
    font-weight: 400;
    border-top: none;
}

#right-navigation h3 {
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #00327B;
    margin-top: -10px;
    padding-bottom: 7px;
}
.col_label {
    width: 200px;
    font-size: 14px;
    color: #222;
}

.col_value_two {
    color: #333;
    font-size: 14px;
    padding: 5px 0px;
}

.col_value_two_customs {
    padding: 0px 5px;
}

td.col_label {
    padding: 5px;
}

input, textarea,select {
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
option{
	padding-top: 2px;
	padding-bottom:2px;
	border: none;
}
.rich-stglpanel {
    background-color: #FFF;
    border-color: none;
}
.rich-stglpanel {
    border-width: none;
    border-style: none;
    padding: 1px;
}

.rich-stglpanel-header {
    background-color: #00327B;
    border-color: #fff;
    font-size: 19px;
    color: #f8f9fa;
    font-weight: 400;
    font-family: 'Roboto';
    background-image: none !important;
    padding: 5px 10px;
}
.rich-stglpanel-marker {
    float: right;
    display: none;
}

input[type="submit"] {
background: #8397b3;
color: #fff;
margin-right: 5px;
}
input[type="submit"]:hover {
  background-color: #00327b; 
  color: white;
}
input[type="submit"]:disabled,
input[type="submit"][disabled]{
  background-color: #cccccc;
  color: #666666;
}


input[type="button"]
{
background: #8397b3;
color: #fff;
margin-right: 5px;
}

input[type="button"]:hover {
  background-color: #00327b;
  color: white;
}

input[type="button"]:disabled,
input[type="button"][disabled]{
  background-color: #cccccc;
  color: #666666;
}


/*[type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
	background: #999;
	color: #fff;
}*/

.container_buttons_search {
    text-align: center;
    margin: 1em 0 0;
    padding: 12px 0px;
    background: #e6e6e6;
}
.primarybt {
    margin: 0 0.3em 0 0;
    background: #A9142A;
    color: #fff;
    padding: 7px 15px;
    font-size:16px;
    border : none;
}
.secondarybt {
    margin: 0 0.3em 0 0;
    border : none;
    background: #9fa2a3;
    color: #fff;
    padding: 7px 15px;
    font-size:16px;
}

.rich-table {
    /* border-top: solid 1px #C0C0C0; */
    border-left: solid 1px #DEE2E6; 
    background-color: #FFF;
    empty-cells: show;
    border-collapse: collapse;
}
.rich-table-thead {
    border-bottom: solid 1px #ddd;
}

.rich-dtascroller-table {
    border: none;
    font-size: 13px;
    border-color: none;
    background-color: none;
}
.rich-dtascroller-table input[type="button"] {
    padding: 2px 10px;
    border: 1px solid #dee2e6;
/*     color: #007bff; */
}
input#searchScrollTopgopage {
    width: 40px;
    padding: 2px 10px;
	font-weight:500;
}
td.alignright span {
    font-size: 13px;
    font-weight: 500;
    line-height: 44px;
    color:#333;
}
.rich-table a {
    color: #007bff;
}
.rich-table-cell {
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    padding: 4px 4px 4px 4px;
    font-size: 12px;
    color: #333;
}
.welcome {
    font-size: 24px;
    color: #ff9900;
}
.rich-panel {
    border: 0px solid transparent !important;
    background: none;
}
#right-navigation h1 {
    font-size: 32px;
    color: #00327B;
    font-weight: 400;
    text-align: left; 
}
#right-navigation h2 {
    text-transform: capitalize;
    padding-left: 5px;
    background: #00327B;
	border-top: none;
    border-bottom: #ddd solid 1px;
    margin: 10px 0px;
    color: #f8f9fa;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}
input#logout.btn-action {
    background: none;
    color: #00327B;
    border: #00327B solid 1px;
}

input#logout.btn-action:hover {
    background: #A9142A;
    color: #fff;
    border: #A9142A solid 1px;
}
#accountForm h3 {
    border-bottom: none;
    padding-top: 5px;
}
.rich-tabpanel {
    width: 100%;
    margin-top: 15px;
}
.rich-tabpanel-content {
    background-color: #FFF;
    font-size: 14px;
    /*font-family: 'Roboto' !important;*/
	border:none !important;
	vertical-align: top;
	padding-top:15px;
}
.rich-tab-bottom-line {
    border-bottom-color: #00327B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.rich-tab-header {
    padding: 5px 15px 5px 15px;
    text-align: center;
    font-size: 14px;
	font-family: 'Roboto';
}
.rich-tab-active {
    background-image:none;
    background-color: #00327B;
}

.rich-tab-active {
    color: #fff;
    font-weight: 500;
    border-bottom: none;
    border-left: #00327B solid 1px;
    border-right: #00327B solid 1px;
    border-top: #00327B solid 1px;
}

.rich-tab-inactive {
    background-color: #ddd;
    background-image: none;
    cursor: default;
    border: 1px solid #d6d6d6; 
    color: #999;
}
.rich-tabhdr-side-cell {
    border:none !important;
}
.rich-tabhdr-side-border {
    background-image:none;
    background: none;
	border:none;
}
/*.nav_doc {
    display: block;
    background: none;
    border: none;
    padding:none;
    text-align: right;
    margin: 1.2em 0;
}*/

.rich-tab-disabled {
    border-color: #fff;
    color: #999;
    background-color: #C6DEFF;
    background-image: none
}

#right-navigation h3:empty {
border-bottom: none;
}

.darkstrk{
border:#666 solid 1px;
}

.radioButtonSpace table tbody td {padding-right:50px;}

/*CSS ADDED ON 05/01/2021*/

.carousel .carousel-item {
    text-align: center;
    overflow: hidden;
    height: 600px;
}

.carousel .carousel-item1{background-image: url("../images/banner1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}
.carousel .carousel-item2{background-image: url("../images/banner2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}
.carousel .carousel-item3{background-image: url("../images/banner3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}

.banner{ background:none;}

.banner .container{ min-height:0;}
/*CSS ADDED ON 05/01/2021*/
