html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ff5a00; }

a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333; }

p {
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #fff;
  background-color: #ff5a00;
  border: 2px solid #ff5a00;
  padding: 14px 27px;
  font-size: 17px;
  border-radius: 0;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }
.btn:hover {
  color: #ff5a00;
  background-color: transparent;
  border-color: #ff5a00;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.btn:focus {
  color: #fff !important;
  background-color: #01711f;
  border-color: #01711f; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #01711f;
  border-color: #01711f; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #01711f;
  border-color: #01711f; }

.title-h {
	font-family: 'Oswald', sans-serif;
	font-size: 54px;
	line-height: 54px;
	font-weight: 700;
	color: #ff5a00; 
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.title-h {
		font-size: 38px;
		line-height: 40px;
	} 
}
.title-p {
	font-size: 24px;
	line-height: 38px;
	padding-bottom: 20px;
	color: #333; 
}
@media (max-width: 768px) {
  .title-p {
    font-size: 22px;
    line-height: 28px;
  }
}



/******navbar start*******/
nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
}
.caret {
  margin-left: 4px; 
}
.navbar-brand img{
	height: 30px;
  width: auto;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 25px 17px 20px 17px;
    font-weight: 700;
    font-size: 17px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px; 
}
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #ff5a00; 
}
nav.navbar.bootsnav h3 {
	color: #ff5a00;
    font-weight: 900;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin: 0px;
}
nav.navbar.bootsnav {
	background-color: #273147;
	border-bottom: solid 1px #273147;
}
.dropdown-menu {
	float: left;
	text-align: left;
}
ul.cart-list {
    width: 200px !important;
}
.attr-nav > ul > li > a {
    color: #ff5a00;
    display: block;
    padding: 25px 17px 20px 17px;
    font-weight: 700;
    font-size: 17px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
.attr-nav .svg-inline--fa {
	margin-right: 7px;
  color: #fff;
}
.attr-nav > ul > li.dropdown ul.dropdown-menu {
    left: -85vw;
    right: -0px;
    width: 110vw !important;
    border: none !important;
}
@media (max-width: 992px) {
.attr-nav > ul > li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 0px;
}
}
@media (max-width: 767px) {
.attr-nav > ul {
    margin-right:-20px;
}
}
ul.cart-list > li {
    position: relative;
    border-bottom: none;
    padding: 5px 15px 5px 15px !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	background: rgba(39, 49, 71, 1);
  margin-top: -5px;
  border: none;
  padding-bottom: 15px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 5px 30px 5px 10px;
    border-bottom: none;
    color: #ff5a00;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: "Oswald", sans-serif;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #fff;
}
.navbar-footer {
  background-color: #ff5a00;
  padding: 8px 0; 
}
.navbar-footer li {
    display: inline-block;
    padding: 0 25px; }
    @media (max-width: 768px) {
      .navbar-footer li {
        padding: 0 10px; } 
}
.navbar-footer ul {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px; }
.navbar-footer a {
    color: #fff;
    font-family: "Oswald", sans-serif; 
}
.navbar-footer a:hover {
    color: #273147;
}
.navbar-top {
	background-color: #fff;
}
@media (max-width: 768px) {
nav.navbar.bootsnav .svg-inline--fa {
    color: #fff;
    font-size: 22px;
}
.attr-nav > ul > li > a {
  font-size: 12px;
  padding: 12px 10px 20px 10px;
}
nav.navbar.bootsnav h3 {
    font-size: 28px;
    margin-top: 3px;
}
nav.navbar.bootsnav ul.nav > li > a {
    padding: 10px 17px 6px 11px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom: none;
    border-top: none;
}
nav.navbar.bootsnav .navbar-nav {
  padding-bottom: 10px;
}
.navbar-brand img{
  height: 22px;
  width: auto;
}
}

@media (max-width: 992px) {
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 5px 15px !important;
    color: #fff;
}
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    display: none;
}
@media (max-width: 992px) {
nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    display: none;
}
}
/*************navbar side plus mobile version*********/
.navbar-nav > .li-mobile {
  display: none;
}
.side {
    right: -280px;
    width: 280px;
    padding: 25px 30px;
    background: #273147;
}
.side .widget ul.link li a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.side .widget ul.link li a:hover {
  color: #ff5a00
}
.widget {
    text-align: right;
    padding-top: 40px;
}
.side .widget ul.link {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.cart-list {
    width: 240px !important;
}
@media (max-width: 992px) {
  .navbar-nav > .li-mobile {
    display: block;
  }
  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
      background: #273147;
      width: 280px;
      left: -280px;
  }
}
@media (max-width: 768px) {
  .attr-nav .svg-inline--fa {
    margin-top: 2px;
  }
  .attr-nav span {
    display: none;
  }
  .navbar-mob-adj {
    padding: 25px 15px;
  }
  nav.navbar.bootsnav.navbar-mobile ul.nav {
      border-top: none;
  }
}

/*************navbar side plus mobile version*********/


/******navbar end**********/

/*************** hero start ****************/
.hero {
	background-size: cover;
	background-position: center;
	min-height: 80vh;
  position: relative;
}
.hero-title {
	margin-top: 25vh;
}
.hero-h1 {
	color: #fff;
	font-size: 80px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.hero-h2 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 40px;
}
.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.3);
}
@media (max-width: 768px) {
.hero-h2 {
    font-size: 26px;
}
.hero-h1 {
  font-size: 50px;
}
.hero {
  min-height: 100vh;
}
.hero-title {
  margin-top: 35vh;
}
}
/***** hero end********/


/************cta start*******/
.cta-left {
    color: #fff;
    background: #273147;
    font-size: 55px;
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 100px;
    width: 52%;
    min-height: 20vh;
    margin: -1px 0 0px 0;
    display: block;
    z-index: 2;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100% , 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
#clockdiv{
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-top: 0px;
}
.cta-right h4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  opacity: .7;
}
#clockdiv > div{
  padding: 1px;
  border-radius: 3px;
  display: inline-block;
}
#clockdiv div > span{
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  font-size: 55px;
  line-height: 55px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.sep {
  padding: 5px 0px 5px 5px !important;
  border-radius: 3px;
  background: transparent !important;
  display: inline-block;
  font-size: 35px;
  line-height: 35px;
}
.smalltext{
  margin-left: -15px;
  font-size: 16px;
  letter-spacing: 1px;
  opacity: .7;
  font-family: "Oswald", sans-serif;
}
.cta-right {
  padding-top: 10px;
}
.cta img {
    height: 25px;
    margin: 0 7px;
    margin-top: -5px;
    width: auto;
    display: inline-block;
}
.cta h4 {
    display: inline-block;
}

.hero-scores .scores-img {
  height: 35px;
  width: auto !important;
  padding: 0 !important;
  margin: 0 auto;
}
.hero-scores h4 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
.hero-scores h3 {
  font-size: 24px;
  padding:-left: 20px;
  display: inline-block;
}
.hero-scores h5 {
  font-size: 18px;
  opacity: .7;
}
.hero-scores h2 {
  color: #ff5a00;
}
.scores-padding {
  padding-top: 30px;
}
.mobile-show{
  display: none;
}
@media (max-width: 991px) {
.cta-left {
  width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100% , 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.hero-scores .scores-img {
  height: 45px;
  width: auto !important;
  padding: 0 !important;
  margin: 0 auto;
}
.hero-scores h4 {
  font-size: 14px;
  line-height: 16px;
}
.hero-scores h3 {
  font-size: 14px;
  padding:-left: 20px;
  display: inline-block;
}
.hero-scores h5 {
  font-size: 14px;
  opacity: .7;
}
.hero-scores h2 {
  font-size: 20px;
}
#clockdiv div > span{
  font-size: 42px;
  line-height: 42px;
}
#clockdiv > div{
  padding-bottom: 15px;
}
.vs-width {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mobile-show{
  display: block;
}
.desctop-show {
  display: none !important;
}
.mobile-show h2 {
  color: #fff;
  opacity: .7;
  font-family: "Oswald", sans-serif;
}
.cta h4 {
    margin: 0;
    padding-bottom: 20px;
}
.cta img {
    height: 40px;
    margin: 0 10px;
    margin-top: 15px;
}
}
/*************cta end***********/

/**********services start**********/
.serviceBox{
    color: #000;
    text-align: center;
    padding: 20px 15px;
    margin: 20px;
    border-radius: 00px 0 00px 0;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.serviceBox:before{
    content: '';
    background: linear-gradient(45deg,#ff5a00 49%,transparent 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: 115px;
    top: -15px;
}
.serviceBox .service-count{
    color: #fff;
    background: linear-gradient(135deg,#ff7a33 25%,#ff8b4d 26%,#ff8b4d 40%,#ff7a33 41%,#ff7a33 47%,#ff8b4d 48%, #ff8b4d 60%, #ff7a33 61%);
    font-size: 55px;
    font-family: "Oswald", sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 120px;
    margin: -35px 0 0 0;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.serviceBox .service-icon h5{
    color:#909090;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    position: absolute;
    left: 150px;
    top: 5px;
    transition: all 0.3s ease 0s;
}
.serviceBox .service-content{ padding: 20px 0 0; }
.serviceBox .title{
    color: #273147;
    opacity: .85;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 00px 10px 50px 10px;
    font-family: "Oswald", sans-serif;
}
.serviceBox.orange:before{
    background: linear-gradient(45deg,#c16226 49%,transparent 50%);
}
.serviceBox.orange .service-count{
    background: linear-gradient(135deg,#FD893E 25%,#ff9d60 26%, #ff9d60 40%,#FD893E 41%, #FD893E 47%, #ff9d60 48%, #ff9d60 60%, #FD893E 61%);
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 50px; }
}
/********services end************/

/*************** slider ****************/
.slider {
    width: 80%;
    margin: 0 auto;
    height: 280px !important;
    position: relative;
    z-index: 3;
    overflow: hidden; 
}
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
    height: 200px; 
}
.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; 
}
.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  width: 94%;
  margin: 0 3%;
}
.owl-theme .owl-controls {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: none; 
margin: 0;}
  @media (max-width: 768px) {
    .owl-theme .owl-controls {
      bottom: 10px; } }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 34px;
  margin: 0 10px;
  padding: 0px 7px; }

.owl-theme .owl-controls .owl-prev {
  float: left !important; }

.owl-theme .owl-controls .owl-next {
  float: right !important; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #f2f2f2;
  text-decoration: none; 
}
.slider h4 {
  color: #ff5a00;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}
.slider h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin-left: 1%;
  font-size: 24px;
  text-shadow: 0px 0px 8px #000;
}
#slider3 h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin-left: 1%;
  font-size: 22px;
  text-shadow: 0px 0px 8px #000;
}
.slider h5 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin-left: 1%;
  font-size: 32px;
  font-weight: 600;
  text-shadow: 0px 0px 12px #000;
}
.slide-text-box {
  position: absolute;
  bottom: 5px;
  left: 0px;
}
.slider-intro {
  width: 80%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.slider a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
@media (max-width: 500px) {
    .slider {
    width: 100%; 
    } 
    .slider-intro {
  width: 100%;
}
}
/***** slider end********/

/*****tc- footer start******/
.tc-footer {
  background: linear-gradient(100deg, rgba(39, 49, 71, .95), rgba(39, 49, 71, .95)), url(../images/img1.jpg) center  no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px; }
.tc-footer p {
    color: #d9d9d9;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; 
}
@media (max-width: 991px) {
    .tc-footer p {
        line-height: 24px; } }
.tc-footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0; }
.tc-footer li {
    display: inline; }
.tc-footer .svg-inline--fa {
    margin: 0;
    font-size: 18px;
    color: #fff; }
.tc-footer .svg-inline--fa:hover {
    color: #ff5a00; }
    .tc-footer a {
    	line-height: 40px;
    	color: #fff;
    	padding: 20px 10px;
    }
.tc-footer a:hover {
    color: #ff5a00; }

.footer-copyright {
	border-top: 1px solid #ff5a00;
	padding: 20px 0 15px 0;
	margin-top: 30px; 
}

.footer-copyright p {
    font-size: 14px; 
    color: #ff5a00;
}
.footer-icons a {
	color: #ff5a00;
	line-height: 24px;
	font-size: 14px;
	padding: 0 10px;
	text-align: right;
  float: right;
}
@media (max-width: 991px) {
  .footer-copyright {
      padding: 30px 15px 20px 15px;
      text-align: center; 
  }
  .footer-icons a {
    text-align: center;
    float: none;
    color: #fff;
  }
.tc-footer .svg-inline--fa {
    margin-top: 40px; }
  .footer-mobile {
    margin-top: 30px;
  }
  .footer-mobile li a {
    padding: 20px 20px;
    color: #ff5a00;
  }
  .footer-copyright p {
    color: #fff;
}
}
/*****tc-footer end******/

/******************************/

.tc-header {
  min-height: 105px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background: rgba(39, 49, 71, .90) 
}
  @media screen and (max-width: 768px) {
    .tc-header {
      height: 100px; } }

.inner-content {
  position: relative;
  display: block;
  color: #FFFFFF;
  top: 25vh;
  left: 50%;
  transform: translate(-50%, -50%); }

.inner-content h3 {
  color: #fff;
  font-size: 56px;
  line-height: 58px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (max-width: 768px) {
    .inner-content h3 {
      font-size: 34px;
      font-weight: 700;
      line-height: 34px; } }

.bg {
  display: block;
  width: 100%;
  position: absolute;
  min-height: 55vh;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .bg {
      height: 45vh; } }

/*******************************/

/********LOGIN PAGE START**********/
.login {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
}
.form-row {
  margin: 25px 0;
}
.login input {
  width: 80%;
  padding: 8px 0;
  border: 1px solid #ccc;
}
.login label {
  margin-right: 15px;
  color: #ff5a00;
  text-transform: uppercase;
}
/*********LOGIN PAGE END**********/

/********REGISTER PAGE START**********/
.register {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
}
.form-row {
  margin: 5px 0;
}
.register input {
  width: 80%;
  padding: 8px 0;
  border: 1px solid #ccc;
}
.register label {
  color: #ff5a00;
  padding-top: 10px;
  text-transform: uppercase;
}
  @media screen and (max-width: 768px) {
  .register input {
    width: 100%;
  }
  .form-row {
    margin: 0px 0;
  }
}
/*********REGISTER PAGE END**********/

/********USER PAGE START**********/
.user-area {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
 
}
/*
.widget_title {
    margin-bottom: 90px;
    display: inline-block;
    padding: 0 80px 5px 40px;
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
}
.widget_title::before {
    border-top-color: #ff5a00;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 100%;
    border-top: 60px solid #ff5a00;
    border-right: 22px solid transparent;
    z-index: -1;
}
  @media screen and (max-width: 768px) {
.widget_title {
    padding: 0 40px 5px 20px;
}
.widget_title::before {
    border-top-color: #ff5a00;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 100%;
    border-top: 60px solid #ff5a00;
    border-right: 22px solid transparent;
    z-index: -1;
}
}*/
.sidebar {
  background-color: #fff;
  padding: 00px 0 15px 0;
  box-shadow: -1px 1px 10px rgba(0,0,0,.2);
}
.user-area .categories {
  padding-left: 40px;
  color: #ff5a00;
  padding-top: 10px;
}
.user-area .categories li {
  padding: 5px 0;
}
.user-area .categories  a {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.user-area-right h1{
  margin-top: 0;
}
.sidebar-title {
    color: #fff;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    padding: 10px 10px 15px 20px;
    background-color: #11223a;
    margin-top: 0;
}
.user-area-right ul {
  list-style: none;
  padding-left: 0 !important;
}
.user-area-right li {

  margin-bottom: 9px;
  padding: 4px 15px;
  width: 100%;
}
.user-area-right a {
  margin-bottom: 5px;
  padding: 4px 15px;
  width: 100%;
}
.categories-user li {
  box-shadow: -1px 1px 10px rgba(0,0,0,.2);
  padding: 12px 10px;
  background: #fff;
}
.categories-user li:hover {
background-color: rgba(255, 90, 0, .2);
    box-shadow: -1px 2px 15px #ccc;
    transition: all 0.3s ease-in-out;
}
.categories-user a {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.li-user {
  color: #11223a;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  padding: 16px 25px !important;
  text-transform: uppercase;
  background-color: #f2f2f2 !important;
}
.user-dashboard {
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  padding: 20px 25px 30px 55px;
  margin: 0px;
  color: #ff5a00;
  background-color: #fff;
}
.user-dashboard li {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 9px 0;
}
.user-span {
  text-transform: none;
}
.user-area .active {
    box-shadow: -1px 0px 10px rgba(0,0,0,.4);
}
.user-pick-table {
  background-color: #fff;
   box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  padding: 20px 25px 30px 25px; 
}
.user-pick-table  h5 {
  color: #ff5a00;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.user-pick-table  h4 {
  color: #11223a;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  margin: 0;
  padding-top: 10px;
}
.user-pick-table  h3 {
  color: #ff5a00;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-bottom: 0;
}
.user-pick-table  hr {
  margin-top: 15px;
  margin-bottom: 10px;
}
/*********USER PAGE END**********/

/**********FORGOT PASS START********/
.forgot {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
 
}
.forgot input {
  width: 100%;
  padding: 8px 0;
  border: 1px solid #ccc;
}
.forgot label {
  color: #ff5a00;
  padding-top: 10px;
  text-transform: uppercase;
}
.forgot h1 {
  margin-bottom: 60px;
}
/********FORGOT PASS END**********/
.board {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
}
.listing-detail-tab {
  min-height: 50vh;
  margin: 0 auto;
  background: #fff; 
background-size: cover;
background-position: center;}
.listing-detail-tab .cta-right {
  margin-bottom: 30px;
}
.listing-detail-tab .cta-right img {
  width: 120px;
  display: inline-block;
  margin: 0 30px;
}
.listing-detail-tab .cta-right h4 {
  color: #333;
  display: inline-block;
}
#content1, #content2, #content3, #content4 {
  display: none;
  padding: 20px 0 0;
}
  #content1 img, #content2 img, #content3 img, #content4 img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px; }

.listing-detail-tab input {
  display: none; }

.listing-detail-tab label {
  display: inline-block;
  margin: 0px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 4px solid #ccc;
  min-width: 19.68%; 
background-color: #fff;}
  @media screen and (max-width: 1199px) {
    .listing-detail-tab label {
      min-width: 140px; } }
  @media screen and (max-width: 650px) {
    .listing-detail-tab label {
      min-width: 18.9%; } 
    .listing-detail-tab .cta-right img {
  width: 80px;
  display: inline-block;
  margin: 0 10px;
}}
  @media screen and (max-width: 330px) {
    .listing-detail-tab label {
      min-width: 18.4%; } }
.listing-detail-tab label:hover {
  color: #ff5a00;
  cursor: pointer;
  border: 4px solid #ff5a00;
  opacity: .65; }

.listing-detail-tab input:checked + label {
  color: #555;
  border: 4px solid #ddd;
  border: 4px solid #ff5a00;
   }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block; }

@media screen and (max-width: 650px) {
  .listing-detail-tab label {
    font-size: 14px;
    padding: 10px 9px; } }
.listing-detail-sidebar {
  box-shadow: 1px 1px 15px #e6e6e6;
  padding: 10px 25px 10px 30px;
  height: 54vh; }
  @media screen and (max-width: 991px) {
    .listing-detail-sidebar {
      margin-top: 30px;
      height: auto; } }
  .listing-detail-sidebar h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #4d4d4d;
    background-color: #f2f2f2;
    padding: 15px 10px; }
  .listing-detail-sidebar hr {
    margin-top: 0px;
    border-top: 1px solid rgba(237, 28, 36, 0.2); }
  .listing-detail-sidebar p {
    line-height: 16px;
    color: #666;
    padding-left: 10px; }
  .listing-detail-sidebar h2 {
    text-shadow: none;
    font-size: 28px;
    font-weight: 700;
    color: #4d4d4d;
    padding-left: 10px;
    margin-top: 5px; }

.list-overview li {
  line-height: 30px; }

.list-overview li .list-overview-value {
  float: right; }

.listing-title {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #4d4d4d;
  margin-top: 0px;
  font-size: 36px;
  background-color: #f2f2f2;
  padding: 15px 10px; }


table caption {
  padding: .5em 0;
}

@media screen and (max-width: 767px) {
  table caption {
    border-bottom: 1px solid #ddd;
  }
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    text-align: center;
    font-family: "Oswald", sans-serif;
    padding: 10px 5px;
    color: #666;
    height: 50px;
    background-color: #fff;
}
.table-upright {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ff5a00;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
}
.table-upvertical {
  color: #ff5a00;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
}
thead {
  background-color: #f2f2f2;
}
.first-col {
  background-color: #f2f2f2;
}
.table-hover>tbody>tr:hover {
    background-color: transparent;
}
.table-hover>tbody>tr>td:hover {
    background-color: #f2f2f2;
}
.table-vertical {
    width: 20%;
    vertical-align: middle;
    text-align: -webkit-center;
}
.table-bordered>tbody>tr>th {
  position: relative;
  border-color: #fff;
  border-right: grey;
}
.table-bordered>tbody>tr>th>p {
  width: 100%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ff5a00;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 5px;
  margin: 65px 0 auto;
  padding: 0;
  position: absolute;
  left: 0;
}
.table-bordered>tbody>tr>td>span {
  color: #ff5a00;
  font-size: 14px;
}
.board-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}
.board-title span {
  color: #ff5a00;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
.table-bordered>tbody>tr>th {
  width: 34px;
}
.table-bordered>tbody>tr>th>p {
  position: relative !important;
  width: auto !important;
  font-size: 16px;
  line-height: 16px;
}
.table-upvertical {
  color: #ff5a00;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 3px;
  margin: 0;
}
}



/**********CATEGORIES START*******/
.categories-page {
  background-size: cover;
  background-position: center;
  background-color: #f2f2f2;
}
.categories-page h2 {
  color: #fff;
  margin-top: 8px;
  padding: 4px 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.table-row {
  position: relative;
  padding: 10px 2px;
  background-color: #fff;
  margin-bottom: 3px;
}
.table-row:hover {
      box-shadow: -1px 1px 10px #ccc;
}
.table-row h5 {
  font-family: "Oswald", sans-serif;
  color: #ff5a00;
  font-size: 24px;
}
.table-row h4 {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  color: #333;
}
.table-row a {
  font-family: "Oswald", sans-serif;
  color: #ff5a00;
  font-size: 20px;
  line-height: 36px;
}
.table-row a:hover {
  color: #333;

}
.table-row p {
  font-family: "Oswald", sans-serif;
  color: #ff5a00;
  font-size: 19px;
  margin-bottom: 0;
  padding-top: 10px;
}
.table-row span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px;
  color: #333;
}
.table-row img {
  height: 48px;
  width: auto;
  max-width: 65px;
  display: inline-block;
}
.categories-page .categories {
  color: #ff5a00;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.categories-page .categories li {
  padding: 10px 0;
  margin-bottom: 5px;
  background-color: #fff;
}
.categories-page .categories li:hover {
  background-color: rgba(255, 90, 0, .2);
  box-shadow: -1px 2px 15px #ccc;
      transition: all 0.3s ease-in-out;
}
.categories-page .categories  a {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.col-right {
  text-align: right;
}

.col-left {
  text-align: left;
}

.some-img {
  min-width: 90px;
  display: inline-block;
}
@media (max-width: 768px) {
.table-row a {
    font-size: 20px;
    font-weight: 500;
}
.table-row h5 {
  padding-top: 30px;
  font-size: 24px;
  color: #666;
}
.categories-page h2 {
  font-size: 20px;
  letter-spacing: 1px;
}
.table-row h4 {
  display: none;
}
.col-right {
  text-align: center;
}
.col-left {
  text-align: center;
}
.some-img {
  min-width:auto;
}
}
/*********CATEGORIES END*******/

.sidebar {
  padding: 00px 0 15px 0;
}

.sidebar-title {
    color: #fff;
    font-size: 36px;
    font-family: "Oswald", sans-serif;
    padding: 10px 10px 15px 20px;
    background-color: #11223a;
    margin-top: 0;
}

.back-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

.team-box-img {
  height: 200px;
  background-color: #e6e6e6;
}
.padd-box {
  padding: 0 20px;
  background-color: #e6e6e6;
}
.team-right {
  padding-right: 5px;
  
}
.team-left {
  padding-left: 5px;
}
.box-vs {
  position: absolute;
  bottom: 80px;
  left: 43%;
  right: 43%;
  background-color: #fff;
  margin: 0;
  padding: 7px;

}
.box-vs h4 {
    color: #ff5a00;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
}



