@font-face {
font-family: 'American Captain';
font-style: normal;
font-weight: normal;
src: local('American Captain'), url('../fonts/american-captain.woff') format('woff');
font-display: swap;
}

.container-fluid {
     padding-right:60px;
     padding-left: 60px;
     margin-right: auto;
     margin-left: auto;
}
 @media(max-width: 1600px){
    .container-fluid {
         padding-right: 40px;
         padding-left: 40px;
         margin-right: auto;
         margin-left: auto;
    }
 }
  @media(max-width: 1440px){
    .container-fluid {
         padding-right: 20px;
         padding-left: 20px;
         margin-right: auto;
         margin-left: auto;
    }
 }
 @media(max-width: 1024px){
     .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
         margin-right: auto;
         margin-left: auto;
    }
}
.navbar-right {
    float: right!important;
    margin-right: 0;
}
body {
    font-size: 15px;
    line-height: normal;
    color: #000;
    background: #e8f1f8;
    font-family: 'robotoregular';
}
 p,a,span,label,li, li a{
    font-size: 1.000em;
}
 h1{
    font-size: 2.400em;
}
 h2{
    font-size: 2.000em;
}
 h3{
    font-size: 1.600em;
}
 h4{
    font-size: 1.200em;
}
 h5{
    font-size: 1.067em;
}
@media(max-width:1600px){
     body{
          font-size: 14px;
     } 
 }
 @media(max-width:1366px){
     body{
          font-size: 13px;
     } 
 }
 .row-0{
     margin-right: 0;
     margin-left: 0;
}
 .padLR0{
     padding-left:0;
     padding-right:0;
}
 .padLR10{
     padding-left:10px;
     padding-right:10px;
}
 .padL0{
     padding-left:0;
}
 .padR0{
     padding-right:0;
}
 .padL10{
     padding-left:10px;
}
 .padL20{
     padding-left:20px;
}
 .padL25{
     padding-left:25px;
}
.padLR15B20 {
    padding: 0 15px 20px;
}
 .padLR90{
     padding-left: 90px;
     padding-right: 90px;
}
 .padL20{
     padding-left:20px;
}
.marR10{
    margin-right: 10px;
}
 .marB10{
     margin-bottom: 10px;
}
 .marB20{
     margin-bottom: 20px;
}
 .marB40{
     margin-bottom: 40px;
}
 .marT10{
     margin-top: 10px;
}
 .marT15{
     margin-top: 15px;
}
 .marT20{
     margin-top: 20px;
}
 .marT40{
     margin-top: 40px;
}
.marBT10{
     margin-top:10px;
     margin-bottom: 10px;
}
 .marBT20{
     margin-top:20px;
     margin-bottom: 20px;
}
 .marBT40{
     margin-top: 40px;
     margin-bottom: 40px;
}
 .marT-50{
     margin-top: -50px;
}
.marnL10{
    margin-left: -15px;
}
.marLn15{
  margin-left: -15px;
}
.marLRn17{
  margin-left: -17px;
  margin-right: -17px;
}

span.red{
     color:red;
     font-weight: 700;
     cursor: pointer;
}

 img.width100{
     width:100%;
     max-width: 100%;
}
/*.header {
     -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
     box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
     transition: all .3s ease-in-out;
}*/
span.font-light {
    font-family:"robotolight";
    display: block;
    font-weight: 300;
}
span.font-regular{
  font-family:"robotoregular";
  display: block;
  font-weight: 400;
}
span.font-medium{

  font-family:"robotomedium";
  display: block;
  font-weight: 500;
}
span.font-bold{
  font-family:"robotobold";
  display: block;
  font-weight: 600;
}
span.font-special{
  font-family: 'American Captain';
  font-style: normal;
  font-weight: normal;
  display: block;
}
.white{
  color:#fff;
}
.black{
  color:#000;
}
span.red{
  color:#d32e31;
}
.bg-white{
  background-color:#fff;
}
.bg-black{
  background-color:#000;
}

.pos-rel{
  position: relative;
}


@media(max-width:991px){
  .padL0, .padR0{
    padding-right: 0;
    padding-left: 0;
  }
}
@media(max-width:767px){
 .mob-padLR0{
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*--------------------------|home banner|----------------------------------*/
.home-banner-wrap {
    position: relative;
    z-index: 9;
}
.banner-item{
  position: relative;
}
.banner-item .banner-text {
    position: absolute;
    left: 4em;
    top: 15em;
    bottom: 0;
    width: 50%;
}

.banner-item .banner-text p {
    line-height: 1.2;
    font-size: 5em;
    letter-spacing: 1px;
    color: #000;
    font-family: 'American Captain';
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-item .banner-text span.red{
  display: inline-block;
  color:#d32e31;
  font-family: 'American Captain';
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto;
}


@media(max-width:1600px){
  .banner-item .banner-text p{
    font-size: 3.5em;
  }
  img.spl {
      position: relative;
      left: -10px;
      top: 10px;
  }
  .plane-wrap{
    top:-47em;
  }

}

@media(max-width:1440px){
  .banner-item .banner-text {
      top: 5em;
  }
}
@media(max-width:1366px){
 
}
@media(max-width:1200px){
   img.spl {
      position: relative;
      left: 0;
      top: 10px;
  }
}
@media(max-width:1024px){
  .banner-item .banner-text p {
      font-size: 2.500em;
  }
}
@media(max-width:991px){
  .banner-item .banner-text {
      top: 2em;
  }
  .banner-item .banner-text p {
      font-size: 2.000em;
  }
}
@media(max-width:767px){
   .banner-item .banner-text {
      top: 1em;
      left:1em;
  }
  .banner-item .banner-text p {
      font-size: 1.6em;
  }
}
@media(max-width:480px){
  .banner-item .banner-text {
      width: 60%;
  }
}
/*--------------------------|home banner-end|------------------------------*/
.plane-wrap{
  position: relative;
  top:-50em;
  left:0;
  right:0;
  margin: 0 auto -50em;
  z-index: 10;
}


@media(min-width:2048px){
  .plane-wrap{
    top:-58em;
  }
}


@media(max-width:1600px){
  .plane-wrap{
    top:-47em;
  }
}
@media(max-width:1440px){
  .plane-wrap{
    top:-44em;
  }
}
@media(max-width:1366px){
  .plane-wrap{
    top:-45em;
  }
}
@media(max-width:1280px){
  .plane-wrap{
    top:-43em;
  }
}

@media(max-width:1199px){
  .plane-wrap{
    top:-31em;
  }
}

@media(max-width:768px){
  .plane-wrap{
    top:-25em;
  }
}

@media(max-width:480px){
  .plane-wrap{
    top:-12em;
  }
}

@media(max-width:380px){
  .plane-wrap{
    top:-10em;
  }
}


/*--------------------------|rfq-form start|-------------------------------*/

section.rfq-usp-wrap {
    position: relative;
}
.rfq-form {
    background-color: #fff;
    border-radius: 0px;
    padding: 20px 40px;
    margin: -15em auto 0;
    z-index: 9;
    position: relative;
}

.rfq-text {
    position: absolute;
    top: 2em;
    left: 0;
}
.rfq-text span.font-special{
  font-size: 2.25em;
}

.rfq-title {
    margin: 0;
    color: #000000;
}

h2.rfq-title span{
  font-family: 'American Captain';
}

.rfq-form input {
    width: 18em;
    margin: 0 2px;
    padding: 12px 10px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #000000;
    border-radius: 0;
}
.rfq-form input:hover,
.rfq-form input:focus,
.rfq-form input:active{
  outline: 0;

}

.rfq-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#050505;
  font-weight: 500;
}
.rfq-form input::-moz-placeholder { /* Firefox 19+ */
  color:#050505;
  font-weight: 500;
}
.rfq-form input:-ms-input-placeholder { /* IE 10+ */
  color:#050505;
  font-weight: 500;
}
.rfq-form input:-moz-placeholder { /* Firefox 18- */
  color:#050505;
  font-weight: 500;
}


.rfq-form button {
    width: auto;
    margin: 0 auto;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 8px 16px;
    font-size: 1.425em;
    letter-spacing: 1px;
    font-family: 'American Captain';
}
.rfq-form button:hover, .rfq-form button:focus, .rfq-form button:active {
    outline: 0;
    background-color: #d32e31;
}
.rfq-form button:focus,
.rfq-form button:active{
  animation: pulse 1s ease-in-out;
}

.rfq-form button img{
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.rfq-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

@media(max-width:1440px){
  .rfq-title {
      margin-top: 10px;
      font-size: 1.875em;
  }
  .rfq-form input {
      width: 16em;
      padding: 10px 10px;
  }
    .rfq-form button {
      padding: 6px 16px;
  }
}
@media(max-width:1366px){
}
@media(max-width:1280px){
  
  .rfq-form button i {
      margin-right: 5px;
  }
}
@media(max-width:1199px){
  .rfq-title {
      margin-right: 0;
      margin-left: 20px;
      text-align: center;
  }
  h2.rfq-title span {
      font-family: 'American Captain';
      display: inline-block;
  }
  p.text-right{
    text-align: center;
  }
  .rfq-form button i {
      margin-right: 5px;
  }
  .rfq-form:before {
    display:none;   
  }
  .rfq-form:after {
    display:none;
  }
  .rfq-text {
    position: relative;
    top: 0em;
    left: 0;
    text-align: center;
  }
  .rfq-form input {
      width: 50%;
      padding: 10px 10px;
      margin: 10px 0;
  }
}
@media(max-width:480px){
  .rfq-text {
      position: relative;
      top: 2em;
      font-size: 0.85em;
  }
  .rfq-title {
    margin-top: 30px;
      font-size: 1.875em;
  }
}
@media(max-width:320px){
  .rfq-text {
      position: relative;
      top: 4em;
      margin: 0 -30px;
  }
  .rfq-text span.font-special {
      font-size: 1.5em;
  }
  .rfq-title {
      margin-top: 45px;
      font-size: 1.875em;
  }
}
/*--------------------------|rfq-form end|---------------------------------*/



/*--------------------------|mob-instant-rfq|------------------------------*/
.mob-instant-rfq .modal-center {
    display:table;
    height: 100%;
    width: 100%;
}
.mob-instant-rfq .modal-align-center {display: table-cell;vertical-align: middle;}
.mob-instant-rfq .modal-content {height:inherit;margin: 0 auto;}
.mob-instant-rfq .modal-dialog {
    width: 600px;
    margin: 0 auto;
    position: relative;
    top: 0;
}
.mob-instant-rfq .modal-content{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(255,255,255,0.8) !important;
}

.mob-instant-rfq .modal-body {
    position: relative;
    padding: 20px;
}
.mob-instant-rfq .modal-dialog button.close {
    opacity: 1;
    margin: 0;
    padding: 10px;
    position: absolute;
    background: #ce0202;
    top: -9.3em;
    right: 30px;
    color: #fff;
    z-index: 99;
}
.mob-instant-rfq .rfq-form {
    background-color: rgba(255,255,255,0.95) !important;
    padding: 10px 0;
    position: relative;
    left: 0;
    top: 0px;
    border-radius: 0;
}
.mob-instant-rfq .rfq-form button {
    margin: 0 auto;
    padding: 6px 18px;
    width: auto;
    background-color: #000;
}

.mob-instant-rfq .rfq-form .col-lg-3{
  width:100%;
}

.mob-instant-rfq .rfq-form .form-inline .form-group{
  display: block;
}
.mob-instant-rfq .rfq-form .form-inline .form-group:first-child{
  margin-top: 0;
}
@media(max-width:1199px){
  .mob-instant-rfq .form-inline{
    text-align: center;
  }
}
@media(max-width:991px){
  .mob-instant-rfq .rfq-form .form-inline .form-group input{
    width:100%;
  }
  .mob-instant-rfq .rfq-form {
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
  .mob-instant-rfq .modal-body {
      position: relative;
      padding: 20px 0;
  }
}

@media(max-width:480px){
  .mob-instant-rfq .rfq-form {
      left: 0;
      right: 0;
      margin: 0 auto;
  }
  .mob-instant-rfq .modal-dialog button.close {
    top: 0em;
  }
}

@media(max-width:390px){
 
}
@media(max-width:320px){
   .mob-instant-rfq .rfq-form {
      padding: 5px 20px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }
}
/*--------------------------|mob-instant-rfq-end|------------------------------*/

section.clearfix.home-fsc {
    background: #e8f1f8;
    padding: 0;
    position: relative;
}
.home-fsc-slider .slick-slide {
  margin:0 15px;
}
.home-fsc-slider .slick-list {
  margin:0 -15px;
}
.home-fsc-item{
  position: relative;
}
.home-fsc-slider .slick-slide:nth-child(even) .home-fsc-item .home-fsc-title{
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0 auto;
    min-height: 3.75em;
    max-height: 3.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: block;
}
.home-fsc-slider .slick-slide:nth-child(odd) .home-fsc-item .home-fsc-title {
    text-align: center;
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0 auto;
    min-height: 3.75em;
    max-height: 3.75em;
    position: relative;
    top: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: block;
}


.home-fsc-img{
  padding: 40px 0;
}
.home-fsc-item {
    position: relative;
    background: #fff;
}

.home-fsc-item:hover,.home-fsc-item:focus {
  cursor: pointer;
   -webkit-box-shadow: 0px 1px 9px 0px rgba(92, 110, 128, 0.3);
    -moz-box-shadow: 0px 1px 9px 0px rgba(92, 110, 128, 0.3);
    box-shadow: 0px 1px 9px 0px rgba(92, 110, 128, 0.3);
}

.home-fsc-nav .home-fsc-prev,
.home-fsc-nav .home-fsc-next{
  position: absolute;
  background:none;
  border:none;
  z-index: 1;
  top:35%;
}

.home-fsc-nav .home-fsc-prev{
  left:0;
}
.home-fsc-nav .home-fsc-next{
  right:0;
}

.home-fsc-nav .home-fsc-prev:focus,
.home-fsc-nav .home-fsc-next:focus,
.home-fsc-nav .home-fsc-prev:hover,
.home-fsc-nav .home-fsc-next:hover,
.home-fsc-nav .home-fsc-prev:active,
.home-fsc-nav .home-fsc-next:active{
  outline: none;
}

.home-fsc-slider .slick-dots{
  position: relative;
}
.home-fsc-slider .slick-dots li button {
    border: 2px solid #e8f1f8;
    border-radius: 20px;
    background-color: #000;
}
.home-fsc-slider .slick-dots li.slick-active button {
    background-color: #d32e31;
}

.home-fsc-slider .slick-dots li button::before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    
}

.home-fsc-sliderr .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

@media(max-width: 1440px){
  section.clearfix.home-fsc {
      background: #e8f1f8;
      padding: 0px 0 0px;
      position: relative;
  }
}

/*-----------------------------------------*/
.intro-usp{
  padding: 20px 0px;
}
.intro-sec-right-title h1 {
    font-family: 'robotoregular';
    margin: 0 auto 15px;
    font-size: 1.600em;
}

.intro-sec-right-title h1 span {
    text-transform: uppercase;
    margin-top: 5px;
}

.intro-sec-right-title h1 i{
  margin:0;
}

p.intro-text {
    font-size: 1.15em;
    color: #696c72;
    line-height: 1.556;
}



@media(max-width:1600px){}

@media(max-width:1440px){
  .intro-sec-right-title h1 {
      font-size: 1.875em;
  }
  .intro-sec-left-title h2 {
      font-size: 1.875em;
  }

}
@media(max-width:1280px){
  .intro-sec-right-title h1,.intro-sec-left-title h2 {
      font-size: 1.800em;
  }
 
}
@media(max-width:1199px){
  .intro-usp {
      padding: 20px 0;
  } 
}
@media(max-width:991px){}
@media(max-width:480px){
  .home-usp-slider {
      position: relative;
      top: 2em;
  }
}
@media(max-width:320px){}
/*--------------------------|Home USP start|------------------------*/

.home-usp-item {
    color: #000;
}

.home-usp-item .usp-text-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.home-usp-item .usp-text-wrap h3 {
    color: #d32e31;
    font-family:'robotomedium';
}
.home-usp-item .usp-text-wrap p {
  font-family:'robotoregular';
  max-width: 80%;
  margin:0 auto;
}

/*--------------------------|Home USP end|------------------------*/

/*-------9058--------------------|top-selling|-----------------------------*/
.top-sell-parts {
    padding: 60px 40px;
    background-image: url(../images/top-selling-bkg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 60% 100%;
    margin-bottom: 0;
    position: relative;
}
.top-sell-title{
  position: relative;
}
.top-sell-title h3 {
    color: #fff;
    font-size: 3.5em;
    position: absolute;
    top: 2em;
    left: 1em;
    max-width: 30%;
    right: 0;
    font-family: 'American Captain';
    font-style: normal;
    font-weight: normal;
}


.top-sell-slider .slick-slide{
  margin:0 10px;
}
.top-sell-slider .slick-list{
  margin:0 -10px;
}

.top-sell-item {
    position: relative;
    background: white;
    color: #000;
}

.top-sell-item > img{
  width:100%;
}

h3.top-sell-item-title {
    margin: 20px auto;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

/*.top-sell-hot-stock {
    position: absolute;
    top: 0;
    width: 80%;
    left: 2em;
    margin: 0 auto;
}*/
.sell-table-wrap tbody tr td {
    border-top: none;
    padding-left: 40px;
}
.sell-table-wrap tbody tr td a {
    color: #000;
    display: block;
    width: 250px;
    text-decoration: none;
}

.cage-table-wrap span.text-overflow {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cage-table-wrap tbody tr td{
  border-top: none;
  text-align: center;
}

.cage-table-wrap tbody tr td a {
    color: #000;
    display: block;
    text-decoration: none;
}

.sell-table-wrap span.text-overflow {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sell-table-wrap tbody tr td a:hover, .cage-table-wrap tbody tr td a:hover, .sell-table-wrap tbody tr td a:focus, .cage-table-wrap tbody tr td a:focus, .sell-table-wrap tbody tr td a:active, .cage-table-wrap tbody tr td a:active {
    color: #d32e31;
    outline: 0;
    text-decoration: none;
    font-weight: 600;
}

.top-sell-more {
    margin: 40px 0;
}

.top-sell-more a {
    color: #fff;
    background: #000;
    padding: 8px 40px;
    border-radius: 0px;
    text-transform: capitalize;
}

.top-sell-more a:hover, .top-sell-more a:focus, .top-sell-more a:active {
    background: #d32e31;
    text-decoration: none;
    outline: none;
    color: #fff;
}
.top-sell-more a:active, .top-sell-more a:focus {
    animation: pulse 1s ease-in-out;
    outline: 0;
}


@media(max-width: 1600px){
  h3.top-sell-item-title {
      margin: 20px 0 15px;
  }
  .sell-table-wrap tbody tr td a {
      width: 200px;
  }
}
@media(max-width: 1440px){
  .top-sell-title h3 {
      font-size: 3.5em;
  }
  h3.top-sell-item-title {
      margin: 20px 0 15px;
      font-size: 1.450em;
  }
}
@media(max-width: 1280px){
  h3.top-sell-item-title {
      font-size: 1.350em;
  }
 .top-sell-slider .slick-slide{
    margin:0 5px;
  }
  .top-sell-slider .slick-list{
    margin:0 -5px;
  }
}
@media(max-width: 1199px){
  .top-sell-title h3 {
      left: 0;
  }
  .top-sell-nav {
      position: absolute;
      top: -60px;
      right: 8px;
  }
  .top-sell-nav button{
    background:none;
    border: none;
  }
  .top-sell-nav button:hover,.top-sell-nav button:focus,
  .top-sell-nav button:active{
    outline: none;
  }


}
@media(max-width: 480px){
  .top-sell-slider .slick-slide {
      margin-right: 0px;
  }

  .top-sell-parts {
      background-position: center;
      background-size: auto;
      position: relative;
      padding: 60px 0;
  }
  .top-sell-nav {
      position: absolute;
      top:auto;
      bottom: -50px;
      right: 0;
      left: 0;
      text-align: center;
  }
  .top-sell-title h3 {
      top: -2em;
      font-size:2.25em;
      max-width: 100%;
      text-align: center;
  }
}

/*-------------------------------------*/
.top-brand-title h3 {
    font-size: 3.5em;
    max-width: 10%;
}
.top-brand-slider-nav {
    position: relative;
}
button.top-brand-nav-prev.slick-arrow,
button.top-brand-nav-next.slick-arrow{
  position: absolute;
  top: 0px;
  border: none;
  background: none;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 99;
}

button.top-brand-nav-prev.slick-arrow {
    left:-30px;
}
button.top-brand-nav-next.slick-arrow {
    right:-30px;
}

button.top-brand-nav-prev.slick-arrow:hover,
button.top-brand-nav-next.slick-arrow:hover,
button.top-brand-nav-prev.slick-arrow:focus,
button.top-brand-nav-next.slick-arrow:focus{
  outline:0;
}

.top-brand-item a:hover,
.top-brand-item a:focus,
.top-brand-item a:active{
  outline: none;
}


.top-brand-slider .slick-list {
    margin: 0 auto;
    max-width: 95%;
}
@media(max-width: 1440px){
  button.top-brand-nav-prev.slick-arrow {
      left:-15px;
  }
  button.top-brand-nav-next.slick-arrow {
      right:-15px;
  }
}

@media(max-width: 1366px){
  button.top-brand-nav-prev.slick-arrow {
      left:-10px;
  }
  button.top-brand-nav-next.slick-arrow {
      right:-10px;
  }
}
@media(max-width: 1199px){
  button.top-brand-nav-prev.slick-arrow {
      left:0px;
  }
  button.top-brand-nav-next.slick-arrow {
      right:0px;
  }
}
@media(max-width: 480px){
  button.top-brand-nav-next.slick-arrow {
      top: -4.5em;
      right:0;
  }
  button.top-brand-nav-prev.slick-arrow{
      top:-4.5em;
      right:60px;
      left:auto;
  }
}

/*------------------------------------------------------*/
.featured-comp {
    margin-top: 40px;
    padding: 90px 40px;
    background-image: url(../images/featured-bkg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60% 100%;
    margin-bottom: 0px;
}
.featured-comp-title h3 {
    color: #fff;
    font-size: 3.5em;
    position: absolute;
    top: 2em;
    right: 2em;
    max-width: 30%;
    font-family: 'American Captain';
    font-style: normal;
    font-weight: normal;
}


.featured-comp-slider .slick-slide{
    margin:0 10px;
}

.featured-comp-slider .slick-list{
    margin:0 -10px;
}

.featured-comp-nav {
    position: relative;
}

button.featured-nav-prev.slick-arrow,
button.featured-nav-next.slick-arrow{
  position: absolute;
  top: -70px;
  border: none;
  background: none;
  padding: 5px 10px;
  border-radius: 3px;
  z-index: 99;
}

button.featured-nav-prev.slick-arrow {
    left: -10px;
}
button.featured-nav-next.slick-arrow {
    left: 60px;
}

button.featured-nav-prev.slick-arrow:hover,
button.featured-nav-next.slick-arrow:hover,
button.featured-nav-prev.slick-arrow:focus,
button.featured-nav-next.slick-arrow:focus{
  background-color: none;
  outline:0;
}

.featured-comp-item {
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all .3s  ease-in-out;
}

.featured-item-title {
    position: absolute;
    bottom: 0;
    padding: 40px 0;
    text-align: center;
    left: 0;
    right: 0;
}

.featured-comp-item:hover .overlay{
  cursor: pointer;
  position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(167,19,19,0.76);  
}

.featured-comp-item h3 {
    margin: 0 0 20px;
    max-width: 100%;
    line-height: 1.35;
    color:#fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.featured-item-title a {
    color:#fff;
    background: #d32e31;
    padding: 8px 16px;
    border-radius: 3px;
    text-transform: capitalize;
}
.featured-comp-item:hover .featured-item-title a{
     text-decoration: none;
}

.featured-comp-item .featured-item-title a:hover,
.featured-comp-item .featured-item-title a:focus,
.featured-comp-item .featured-item-title a:active{
  outline: 0;

}

@media(max-width:1600px){
 
}
@media(max-width:1440px){
    .featured-comp {
      padding: 60px 40px;
  }
    .featured-comp-item h3 {
      font-size: 130%;
  }
}

@media(max-width:1280px){
  .featured-comp-slider .slick-slide{
      margin:0 5px;
  }

  .featured-comp-slider .slick-list{
      margin:0 -5px;
  }
}
@media(max-width:1199px){

}
@media(max-width:991px){

  
}
@media(max-width: 480px){
  .featured-comp-slider {
      position: relative;
      top: -4em;
  }

  .featured-comp-slider .slick-slide {
      margin-right: 0px;
  }
  .featured-comp {
      background-position: center;
      background-size: auto;
      position: relative;
      padding: 60px 0 0;
  }
  .featured-comp-nav {
      position: absolute;
      top: auto;
      bottom: -1em;
      right: 33%;
      left: 33%;
      text-align: center;
  }
  button.featured-nav-prev.slick-arrow{
    left:0;
  }
  button.featured-nav-next.slick-arrow{
    right:0;
  }
  .featured-comp-title h3 {
      top: -2em;
      font-size: 2.25em;
      max-width: 100%;
      text-align: center;
      position: relative;
      left: 0;
      right: 0;
  }
}
/*---------------------------||--------------------*/


/*****************************|certifix|*************************************/
section.clearfix.certifications {
    background: #e8f1f8;
    padding-top: 20px;
}
.certifications-title {
    text-align: center;
}

.certifications-title h2 {
    margin: 20px 0;
    font-size: 2.875em;
}

.certifications-title i.sprite-asap{
  transform: scale(1.2);
  margin-right: 10px;
}

@media(min-width:1920px) and (max-width:800000px) {
    .certifix {
        text-align: center;
        overflow: hidden;
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7%;
            transform: scale(1) !important;
        }

            .certifix div img {
                max-width: 100% !important;
                height: auto;
            }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 9px;
            width: 9.7%;
            transform: scale(1) !important;
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7%;
            transform: scale(1) !important;
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }

    .certifications-title h2, .certifications-title p {
        font-size: 2.000em;
    }

    .certifications-title i.sprite-asap {
        transform: scale(1.0);
        margin-right: 10px;
    }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7%;
            transform: scale(1) !important;
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }

    .certifications-title h2, .certifications-title p {
        font-size: 2.000em;
    }

    .certifications-title i.sprite-asap {
        transform: scale(1.0);
        margin-right: 10px;
    }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certifix {
        text-align: center;
        overflow: hidden;
        margin: 0 auto
    }

        .certifix div {
            display: inline-block;
            padding: 10px;
            width: 9.7%;
            transform: scale(1) !important;
        }

            .certifix div img {
                text-align: center;
                width: 100%;
                height: auto !important
            }

    .certifications-title h2, .certifications-title p {
        font-size: 2.000em;
    }

    .certifications-title i.sprite-asap {
        transform: scale(1.0);
        margin-right: 10px;
    }
}
@media(min-width:1024px) and (max-width:1279px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 18% }
.certifix div img { text-align: center; width: 80%; height: auto !important }
.certifications-title h2 { font-size: 1.875em;}
.certifications-title i.sprite-asap {transform: scale(1.0);margin-right: 10px;}
}
@media(min-width:980px) and (max-width:1023px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 18% }
.certifix div img { text-align: center; width: 80%; height: auto !important }
.certifications-title h2 { font-size: 1.875em;}
.certifications-title i.sprite-asap {transform: scale(1.0);margin-right: 10px;}
}
@media(min-width:800px) and (max-width:979px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 19% }
.certifix div img { text-align: center; width: 80%; height: auto !important }
.certifications-title h2 { font-size: 1.875em;}
.certifications-title i.sprite-asap {transform: scale(1.0);margin-right: 10px;}
}
@media(min-width:768px) and (max-width:799px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div {
    display: inline-block;
    padding: 10px;
    width: 25%;
}
.certifix div img { text-align: center; width: 90%; height: auto !important }
.certifications-title h2 { font-size: 1.875em;}
.certifications-title i.sprite-asap {transform: scale(1.0);margin-right: 10px;}
}
@media(min-width:600px) and (max-width:767px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 20% }
.certifix div img { text-align: center; width: 90%; height: auto !important }
.certifications-title h2 { font-size: 1.875em;}
.certifications-title i.sprite-asap {transform: scale(1.0);margin-right: 10px;}
}
@media(min-width:480px) and (max-width:599px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 25% }
.certifix div img { text-align: center; width: 90%; height: auto !important }
.certifications-title h2 { font-size: 1.875em;}
.certifications-title i.sprite-asap {transform: scale(1.0);margin-right: 10px;}
}
@media(min-width:0px) and (max-width:479px) {
.certifix { text-align: center; overflow: hidden; margin: 0 auto }
.certifix div { display: inline-block; padding: 10px; width: 25% }
.certifix div img { text-align: center; width: 90%; height: auto !important }
.certifications-title h2 { font-size: 1.800em;}
.certifications-title i.sprite-asap {transform: scale(1.0);margin-right: 10px;}
}

@media(max-width: 991px){
  .top-sell-title.certifications-title{
    padding-left: 0;
  }
}

/**********************************||******************************/

/*------------------------------certifates end------------------------------*/

/*------------------------------ footer start ------------------------------*/
.pre-footer {
    background: #e8f1f8;
}

.pre-footer img.no-china{
  position: relative;
  top:5px;
}

.pre-footer .download-extension {
    position: relative;
    padding-top: 1%;
    padding-right: 10%;
}
.pre-footer .download-extension a{
    text-decoration: none;
    color:#f04c4d;
    font-size: 1.600em;
}  

footer {
    padding: 0px 0 0;
    position: relative;
    background-image:url('../images/footer-bkg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.foot-top {
    padding: 15px 0;
}

.foot-top ul.store-list {
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
}

.foot-top ul.store-list li {
    display: inline-block;
    margin: 0 10px;
}
ul.payment-list {
    list-style-type: none;
    max-height: 32px;
}
ul.payment-list li a i {
    font-size: 2.3em;
    color: #afb0b0;
    transform: scaleX(1.25);
}

ul.payment-list li:hover a i{
  color:#fff;
}

.foot-top ul.social-list {
    text-align: center;
    list-style-type: none;
    max-height: 32px;
}

.foot-top ul.social-list li a i {
    font-size: 2.25em;
    color: #afb0b0;
}

.foot-top ul.social-list li:hover a i{
  color:#fff;
}

.foot-top ul.payment-list li {
    display: inline-block;
    margin: 0 30px;
}
.foot-top ul.social-list li {
    display: inline-block;
    margin: 0 15px;
}
.foot-top ul.social-list li:first-child,
.foot-top ul.payment-list li:first-child{
  margin-left:0;
}
.foot-top ul.social-list li a:hover i,
.foot-top ul.social-list li a:focus i,
.foot-top ul.social-list li a:active i{
 cursor: pointer;
  -webkit-box-shadow: 0px 11px 30px 0px rgba(248, 66, 95, 0.1);
  -moz-box-shadow:    0px 11px 30px 0px rgba(248, 66, 95, 0.1);
  box-shadow:         0px 11px 30px 0px rgba(248, 66, 95, 0.1);
  outline:0;
}


.foot-mid {
    padding: 20px 0;
    background: transparent;
    color: #000;
}

ul.foot-quick-links {
    list-style: none;
    -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
ul.foot-quick-links li {
    list-style: none;
    line-height: 2;
}
ul.foot-quick-links li a {
    text-decoration: none;
    color: #afb0b0;
    transition: all .3s ease-in-out;
    font-family: 'robotoregular';
    font-weight: 400;
}
ul.foot-quick-links li a:hover,
ul.foot-quick-links li a:focus,
ul.foot-quick-links li a:active{
  color:#fff;
}
ul.foot-quick-links li a img{
    padding-top:10px;
}

ul.contact-details li {
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #afb0b0;
}
ul.contact-details li:before{
   font-family:"Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: left;
    margin-right: 10px;
    color:#fff;
}

ul.contact-details li:nth-child(1):before {
    content: '\f3c5';
    vertical-align: middle;
    font-size: 1.25em;
    font-weight: 900;
   
}
ul.contact-details li:nth-child(2):before {
    content: '\f0e0';
    vertical-align: middle;
    font-size: 1.25em;
    font-weight: 900;
}
ul.contact-details li:nth-child(3):before {
    content: '\f095';
    vertical-align: middle;
    font-size: 1.8em;
    font-weight: 900;
    transform: rotate(90deg);
}

ul.contact-details li a {
    text-decoration: none;
    color: #afb0b0;
    transition: all .3s ease-in-out;
}

ul.contact-details li a:hover,
ul.contact-details li a:active,
ul.contact-details li a:focus{
  color:#fff;
}

ul.contact-details li.quick-call a{
  font-size: 1.5em;
  font-weight: 500;
  font-family:'robotomedium';

}

.foot-mid .download-extension{
  text-align: center;
}
.download-extension a {
    color: #afb0b0;
    font-size: 1.35em;
    font-family: 'robotomedium';
    text-decoration: none;
}

.download-extension a:hover,
.download-extension a:focus,
.download-extension a:active{
  color:#fff;
}
.post-footer {
    background: transparent;
}

.foot-survey{
  margin-top: 40px;
}

.foot-survey-wrap{
  color:#000;
   line-height: 10px;
    margin: 0 auto;
text-align: left;
 font-size: 12px !important; 
 max-width: 360px !important;
  background-color: #ffffff !important;
   border:1px #ccc solid !important;
    overflow: hidden !important; 
    padding:8px !important;
     -webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important; 
}
.foot-survey-wrap i{
  float: left; margin-right: 15px;
}
.foot-survey-wrap span{
  font-size: 11px; font-family: arial; color:#000
}
.post-footer p {
    color: #afb0b0;
    max-width: 90%;
    margin: 15px auto;
}
.copyright p {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #ffffff;
}

@media(max-width:1440px){
   .foot-top ul.social-list li {
      display: inline-block;
      margin: 0 12px;
  } 
}
@media(max-width:1280px){
  .foot-top ul.payment-list li {
      margin: 0 25px;
  }

}

@media(max-width:1199px){
  .foot-top ul.contact-details, .foot-top ul.store-list,.foot-top ul.social-list{
      padding-left: 0;
  }
  .foot-top ul.payment-list li {
      display: inline-block;
      margin: 0 15px;
  }
  .foot-top ul.social-list li a i {
      font-size: 2.0em;
  }
  .foot-top ul.store-list li {
      display: inline-block;
      margin: 0px 5px;
  }
  .pre-footer img.no-china {
      position: relative;
      top: 3px;
  }
}
@media(max-width:1024px){
  .contact-details {
      margin-top: 20px;
      padding-left: 25px!important;
  }
  .pre-footer .download-extension a {
      font-size: 1.00em;
  }
  .pre-footer .download-extension a img {
      margin-top: -12px;
      margin-left: 10px;
  }
  .border-right{
    border-right: none;
  }
  .mob-text-center{
    text-align: center;
  }
  ul.contact-details li::before{
    margin-right: 15px;
  }
  ul.contact-details li:nth-child(2) {
      margin-bottom: 20px;
  }
  
}
@media(max-width:991px){
  ul.foot-quick-links {
      padding-left: 20px;
      text-align: left;
  }
  .foot-survey {
      margin-top: 10px;
  }
  .contact-details {
      margin-top: 20px;
      padding-left: 5px!important;
  }
  .foot-top ul.payment-list{
    padding-left: 0;
  }
  .foot-top ul.payment-list li a i {
      font-size: 2em;
  }
  .foot-top ul.store-list li{
    margin:0 -15px;
  }
  .foot-top ul.social-list li {
      margin: 0 5px;
  }
  .foot-top ul.social-list li a i {
      font-size: 1.875em;
  }
  .pre-footer img.no-china {
      position: relative;
      top: 3px;
  }
  .foot-top ul.payment-list li {
      display: inline-block;
      margin: 0 10px;
  }
  .foot-top {
      padding: 15px 0 0;
  }
}
@media(max-width:767px){
  .foot-top .mob-marB20{
    margin-bottom: 20px;
  }
  .foot-top ul.social-list li {
      display: inline-block;
      margin: 0 5px;
  }
  .foot-top .col-xs-12{
    max-width: 33.33%;
  }
  .contact-details {
      margin-top: 20px;
      padding-left: 0!important;
  }
  .foot-mid {
    padding: 10px 0;
  }
  footer {
      text-align: center;
  }
  .we-accpet,.follow-us{
    max-width: 34%;
    margin: 0 auto;
  }
 
  ul.foot-quick-links li a img {
      padding-top: 10px;
  }
  .foot-top ul.store-list li a img {
      max-width: 90px;
  }

  ul.contact-details li::before {
      margin-right: 5px;
  }
 
}
@media(max-width:667px){
  .we-accpet, .follow-us {
      max-width: 40%;
      margin: 0 auto;
  }
}
@media(max-width:480px){
  .we-accpet,.follow-us{
    max-width: 100%;
   text-align:center;
  }
  ul.contact-details li:nth-child(3) a {
      left: 0px;
  }
  ul.foot-quick-links {
      padding-left: 20px;
      text-align: left;
  }
  .foot-top {
    padding: 15px 0 0;
  }
  .foot-top .col-xs-12{
    max-width: 100%;
  }
  .foot-top ul.payment-list,.foot-top ul.social-list{
    padding-left: 20px;
  }
  .foot-top ul.payment-list li {
      display: inline-block;
      margin: 0 18px;
  }
  .foot-top ul.payment-list li a i {
      font-size: 2.8em;
  }
  .foot-top ul.store-list li a img {
      max-width: 100%;
  }
  .foot-top ul.social-list li a i {
      font-size: 2.5em;
  }
  .foot-top ul.social-list li {
      display: inline-block;
      margin: 0 9px;
  }
  .foot-mid {
      padding: 0;
  }
  .foot-top ul.store-list li {
    margin: 0 -15px -15px;
}
  
}
@media(max-width:380px){
  .foot-top ul.social-list li a i {
      font-size: 2.45em;
  }
  .foot-top ul.payment-list li {
      display: inline-block;
      margin: 0 15px;
  }
  .foot-top ul.social-list li {
      display: inline-block;
      margin: 0 9px;
  }
  .download-extension a {  
    font-size: 1.00em;
  }
}
@media(max-width:360px){
  .foot-top ul.social-list li a i {
      font-size: 2.25em;
  }
  ul.foot-quick-links {
      padding-left: 10px;
      text-align: left;
  }
}
@media(max-width:320px){
  ul.foot-quick-links {
      padding-left: 0;
      text-align: left;
  }
  .foot-top ul.payment-list li a i {
      font-size: 2.5em;
  }
  .foot-top ul.store-list li a img {
      max-width: 115px;
  }
  .foot-top ul.social-list li a i {
      font-size: 2.0em;
  }
  .foot-top ul.payment-list li {
      display: inline-block;
      margin: 0 10px;
  }
  .foot-top ul.social-list li {
      display: inline-block;
      margin: 0 5px;
  }
}
/*------------------------------ footer end ------------------------------*/


/************************|all 2k 4k 8k Fixed|****************************/
 @media(min-width:1440px) and (max-width:2560px) {
     body html {
         width: 100% !important;
         margin: 0 auto !important;
         display: block !important;
         height: 100% !important;
         overflow-x: hidden !important;
         position: relative;
    }
}
 @media(min-width:2561px) and (max-width:80000000px) {
     body, html {
         position: relative;
         width: 1920px !important;
         margin: 0 auto !important;
         overflow-x: hidden !important;
         -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
         -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
         box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.24) !important;
    }
     header,.navbar {
         width: 1920px !important;
         margin: 0 auto;
    }
     .header,.navbar {
         width: 1920px !important;
         margin: 0 auto;
    }
}


/*----------------------------------*/
/* CSS for plgins used */

/* overflow*/
/* necessary plugin styles */
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/*-----------------------------------*/

/*IE10+*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


 }

 /*IE6,7,9,10*/
 @media screen and (min-width: 640px), screen\9 {
    selector { property:value; }
 }

 /*IE6,7*/
 @media screen\9 {
    selector { property:value; }
 }

 /*IE8*/
 @media \0screen {
   selector { property:value; }
 }

 /*IE6,7,8*/
 @media \0screen\,screen\9 {
    selector { property:value; }
 }

 /*IE9,10*/
 @media screen and (min-width:0\0){
    selector { property:value; }
 }



/******************************|Animation|*****************************/
@-webkit-keyframes pulse {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
    }
     70% {
         -webkit-box-shadow: 0 0 0 50px rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 10px rgba(122,122,124, 0);
         box-shadow: 0 0 0 50px rgba(122,122,124, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0);
    }
}
/* Standard syntax */
 @keyframes mymove {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0.4);
    }
     70% {
         -webkit-box-shadow: 0 0 0 50px rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 10px rgba(122,122,124, 0);
         box-shadow: 0 0 0 50px rgba(122,122,124, 0);
    }
     100% {
         -webkit-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         -moz-box-shadow: 0 0 0 0 rgba(122,122,124, 0);
         box-shadow: 0 0 0 0 rgba(122,122,124, 0);
    }
}

/* Safari 4.0 - 8.0 */
 @-webkit-keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:red;
    }
     50% {
         left:0px;
         right:0px;
         background-color:red;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:red;
    }
}
/* Standard syntax */
 @keyframes overspan {
     0% {
         width:0%;
         left:0px;
         right:0px;
         background-color:red;
    }
     70% {
         left:0px;
         right:0px;
         background-color:red;
    }
     100% {
         width:100%;
         left:0px;
         right:0px;
         background-color:red;
    }
}




.foot-disc p, .no-china p, .fallenheroes p { line-height: 1.2; font-size: 1em }

.no-china img, .no-china p, .fallenheroes p { vertical-align: middle }

.pre-footer { padding: 0; margin: 0 }

.foot-disc, .no-china, .fallenheroes { position: relative; background-color: #fff; color: #6a7582; padding: 4px 20px 0 40px; border-top: 2px #d4333c solid; border-bottom: 3px solid #ccc; overflow: hidden; min-height: 150px; margin-bottom: 30px; border-radius: 10px; }

.no-china-content, .fallenheroes-content { position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; margin: 0 auto; padding-top: 2em }

.foot-disc ul li { width: 100%; float: none; text-align: left; margin: 0; padding: 0; /*border-bottom: 1px dashed #ccc*/ }

.foot-disc p { margin-bottom: 0; padding: 5px 0; color: #000 }

.no-china p, .fallenheroes p { padding-left: 14px; padding-top: 1.2em; margin-left: 18% }

.no-china img, .fallenheroes img { width: 80px; float: left }

@media(min-width:768px) and (max-width:980px) {
	.foot-disc, .no-china, .fallenheroes { min-height: 138px }
}

@media(min-width:1024px) and (max-width:1280px) {
	.no-china-content, .fallenheroes-content { position: absolute; width: 100%; height: 100%; padding-left: 10px; padding-right: 10px }

	.no-china p, .fallenheroes p { margin-left: 29%; padding-left: 2px }

	.mobipfix { margin-top: -10% !important }

	.foot-disc, .no-china, .fallenheroes { min-height: 187px }
		.foot-disc ul { margin-top: 11%; }
}

@media(min-width:768px)and (max-width:991px) {
	.no-china-content, .fallenheroes-content { padding-left: 30px; padding-right: 30px }

	.mobipfix { margin-top: 0 !important }

	.no-china p, .fallenheroes p { margin-left: 14% }
	.foot-disc ul { margin-top: 3%; }
}

@media(max-width:767px) {
	.no-china p, .fallenheroes p { line-height: 1.2; font-size: 1em; display: block; vertical-align: middle; margin-left: 95px; padding-top: 1.2em }
}

@media(max-width:480px) {
	.no-china-content, .fallenheroes-content { position: absolute; width: 100%; height: 100%; padding-left: 15px; padding-right: 10px; padding-top: 20px }

	.no-china p, .fallenheroes p { margin-left: 79px; padding-top: .4em; margin-top: 12px; }

	.fallenheroes { min-height: 165px }
	.foot-disc, .no-china { min-height: 120px; }

	.mobipfix { margin-top: -4% !important }
	.foot-disc ul { margin-top: 3%; }
	.mobiimg-fix { margin-top: 2%; }
}

.mobipfix { margin-top: -6%; }

@media(min-width:1367px) and (max-width:1920px) {
	.mobipfix { margin-top: -1% }

	.foot-disc, .no-china, .fallenheroes { min-height: 167px }

		.no-china p, .fallenheroes p { margin-left: 17% }

	.no-china-content { left: 21%; }

	.foot-disc ul { margin-top: 6%; }
	.fallenheroes p { padding-right: 29px; }
}

@media(min-width:1025px) and (max-width:1366px) {
	.no-china-content { left: 12%; }

	.foot-disc ul { margin-top: 6%; }
	.fallenheroes p { padding-right: 29px; }
}


@media(max-width:360px) {
	.fallenheroes { min-height: 170px; }
}

@media(max-width:330px) {
	.fallenheroes { min-height: 220px }
	.foot-disc, .no-china { min-height: 120px; }
	.mobiimg-fix { margin-top: 10%; }
}

/*Common Certificate    START*/
@media(min-width:1920px) and (max-width:800000px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 130px
    }
    .font-special {
        font-size: 43.125px !important;
    }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
    .font-special {
        font-size: 43.125px !important;
    }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 145px
    }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1024px) and (max-width:1279px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:980px) and (max-width:1023px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:800px) and (max-width:979px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 245px
    }
}

@media(min-width:768px) and (max-width:799px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 345px
    }
}

@media(min-width:600px) and (max-width:767px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 340px
    }
}

@media(min-width:480px) and (max-width:599px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 445px
    }
}

@media(min-width:400px) and (max-width:479px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 441px
    }
}

@media(min-width:0px) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 544px
    }
}

@media(min-width:360px) and (max-width:362px) {
    .font-special {
      font-size:27px !important;
    }
}
@media(min-width:411px) and (max-width:413px) {
    .font-special {
        font-size: 23.4px !important;
    }
}
@media(min-width:320px) and (max-width:323px) {
    .font-special {
        font-size: 23.4px !important;
    }
}
@media(min-width:375px) and (max-width:377px) {
    .font-special {
        font-size: 23.4px !important;
    }
}
@media(min-width:414px) and (max-width:416px) {
    .font-special {
        font-size: 23.4px !important;
    }
}
@media(min-width:768px) and (max-width:769px) {
    .font-special {
        font-size: 23.375px !important;
    }
}
@media(min-width:1024px) and (max-width:1026px) {
    .font-special {
        font-size: 23.375px !important;
    }
}
.certificate {
    background: #e8f1f8 !important;
}

}
/*     Common Certificate    END  */
@media (max-width:576px) {
    ul.foot-quick-links li {
        padding: 5px 0;
    }
}
