body, html {
    height:100%; /* ADD this */
}
*
{
	margin: 0;
	padding: 0;
}

/*------------------navigationbar-----------------*/
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 10;
}
.navbar-brand img
{
	height: 80px;
	padding-left: 10px;
	cursor: default;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-brand1 img
{
	height: 50px;
	padding-left: 0px;
	cursor: default;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-nav li a
{
	float: right;
	text-align: right;
}
#nav-bar ul li a:hover
{
	color: #00ABFF!important;
	cursor: pointer;
}
#nav-bar ul li a{
	color: #000000;
	background-color: rgba(255,253,0,0.73);
}
.navbar
{
	padding-top: 0px;
	background-image: url('https://skmtyres.com/images/thread back.png'); 
}
.navbar-toggler
{
	border: none!important;
}
.nav-link
{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
}

/*----------------Category Selection-------------*/
#categoryselection
{
	padding-top: 50px;
	padding-bottom: 50px;
	color:#555;
}
h1
{
	text-align: center;
	color: #555!important;
	padding-bottom: 10px;
}
.profile-pic
{
	margin-top: 25px;
}
.profile-pic .img-box
{
	opacity: 100;
	display: block;
	position: relative;
}
.img-responsive
{
	height: 180px;
	
}
.icon
{
	height: 20px;
}
.text-uppercase
{
	padding-top: 30px;
}
/*---------------------search table-----------------*/
#myInput {
  background-image: url('https://skmtyres.com/images/search.png'); /* Add a search icon to input */
  background-size: 40px;	
  background-color: #FFFFFF;	
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 300px; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 4px solid #000000; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  color: #000000;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF);
}
}
#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 13px; /* Increase font-size */
  font-weight: 600;	
  color: #000000;
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
	background-color: rgba(255,255,255,1.00);
}

#myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #B8B8B8;
  cursor: default;
}
#myTable tr.header{
	background-color: #EDEDA6;
}
.footerHead{
	background-color: #343434;
}
.text-uppercase{
	color: #FFF500;
	cursor: default;
	font-style: italic;
	font-weight: 500;
}
.text-paragraph{
	color: #FFFFFF;
	cursor: default;
}
.list-unstyled{
	font-style: italic;
}
a:link, a:visited {
  color: (internal value);
  text-decoration: ;
  cursor: pointer;
}

a:link, a:visited {
  color: #FFFFFF;
}
.cp{
	color: #FFFFFF!important;
	font-size: 12px!important;
	cursor: default;
	
}
.dropdown-menu a{
	color: #000000;
	
}
.dropdown-menu{
background-image: url('https://skmtyres.com/images/thread back.png')
}

.form{
	background-color: #555!important;
}
.form h5{
	color: #FFFFFF;
}
.input{
	text-align: left;
	position: relative;
	padding-left: 50px;
	color: #555!important;
}
.text{
	color: #FFFFFF!important;
}
.btn-outline-warning{
	background-color:#000000!important;
	padding-left: 10px;
	padding-right: 10px;
}
.list-unstyled{
	color: #FFFFFF!important;
}
.img-box{
	background-image: url('https://skmtyres.com/images/tyre back 3.png'); background-size: cover;
}
.media-object{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.text{
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 30px;
	cursor: default;
}
.text1{
	font-size: 25px;
	cursor: default;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #0054FF;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #272621;
  min-width: 460px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #FFFFFF;
  padding: 1px 1px;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #E8E36E;
	color: black;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
h6,h5,h4,h3,p{
	cursor: default;
}
a{
	cursor: default;
}
/*we need to style the popup with CSS so it is placed as a common popup does*/
    #popup {
            display:none;
            position:absolute;
            margin:0 auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999;
    }
body {
    background:url('') center top;
    width: 100%;
    margin: 0 auto;
}
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

body {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.heading-title {
    margin-bottom: 0px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
	padding-top: 10px;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255,255,255,0.61);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
.img-responsive{
	display: block;
  margin-left: auto;
  margin-right: auto;
	padding-top: 8px;
}
.sizemytyre{
	text-align: center;
}
.widget{
	display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; 
}
.team-img1{
	text-align: center;
	background: rgba(239,255,149,1.00);
	font-weight: 500;
		
}
.team-img1 p{
	color: #000000;
}
.img-box img{
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	animation-duration: 2s;
}
.img-box1 img{
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	animation-duration: 2s;
}
html {
  scroll-behavior: smooth;
}
#loader  {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #FFFFFF;
 z-index: 99;
height: 100%;
}
#status  {
 width: 200px;
 height: 200px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url("https://skmtyres.com/images/207 (3).gif");
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}