@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/ufonts.com_futurabt-medium-opentype.woff2') format('woff2'),
         url('../fonts/ufonts.com_futurabt-medium-opentype.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*{
  font-family: 'futuramedium';
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #000;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
#hide_scroll{
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.null_padd{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.boder{
  border: 1px solid #000;
}
/*header menu*/
.logo{
	margin: 2% 0% 2% 3%;
}
.work p{
	font-size: 14px;
  color: #c0bfbf;
}
.work-email p{
  font-size: 14px;
  margin-top: 8px;
  color: #c0bfbf;
  margin-left: 5px;
}
#work-icon >p > i{
	font-size: 40px !important;
  border-right: 2px solid #c0bfbf;
  padding-right: 10px;
}
.TBS-header{
  margin: 2.5% 0%;
}
.navbar{
  background-color: #ffffff !important;;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  -webkit-box-shadow: -1px -5px 5px -1px rgba(0,0,0,0.21);
  -moz-box-shadow: -1px -5px 5px -1px rgba(0,0,0,0.21);
  box-shadow: -1px -5px 5px -1px rgba(0,0,0,0.21);
}
#bs-example-navbar-collapse-1 .navbar-nav li a{
  color: #000 !important;
}
.navbar-toggle .icon-bar {
    background-color: #9C0002 !important;
}
.search-button{
  margin-top: 8px;
  background-color: transparent;
}
#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
/*slider*/
#carousel-example-generic img{
  width: 100%;
  /*height: 520px !important;*/
  /*height: 657px !important;*/
}
/*about us*/
.about-us-content{
  min-height: 321px !important;
  background-image: url('../img/about.jpg');
  background-size:cover;
}
.about-us-content-area{
  padding: 2% 10% !important;
}
.about-us-content h1{
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-size: 36px;
}
.about-us-content p{
  text-align: left;
  color: #000;
  font-size: 18px;
}
.about-us-img img{
  width: 100%;
  height: 321px;
} 
/*services*/
.services{
  background-color: #ffffff;
  padding-bottom: 3%;
} 
.service-heading{
  padding: 3% 0%;
}
.axin-corporation{
  padding:0% 0% !important;
}
.service-second-block{
  margin-top: 12% !important;
}
.service-heading h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 0px !important;
}
.service-heading p{
  text-align: center;
  margin-top: 0px !important;
  font-size: 18px;
}
.service-block img{
  margin-bottom: 30px !important;
}
.service-block h4{
  text-align: center !important;
   margin-bottom: 20px !important;
}
.service-block ul li{
  list-style-image: url('../img/list-icon.png');
}
/*contact*/
.contact{
  background-image: url('../img/contact.jpg');
  background-size: cover;	
}
.contact-content{
  margin: 3.5% 0%;
}
.contact-heading h2{
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 0px !important;
}
.contact-heading p{
  text-align: center;
  margin-top: 0px !important;
  font-size: 18px;
}
.contact-heading h5{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px !important;
}
#contact_address{
  text-align: center;
  margin-top: 12px !important;
  font-size: 15px;
}
.contact-form form{
  padding: 3% 0%;
}
.contact-form .form-control {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff !important;
    background-color: #9c0002;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.28);
    -moz-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.28);
    box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.28);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control::-webkit-input-placeholder { 
  color: white !important; 
  font-size: 15px !important;
  opacity: 0.5 !important;
}
.form-control:-moz-placeholder { 
  color: white !important; 
  font-size: 15px !important;
  opacity: 0.5 !important; 
}
.form-control::-moz-placeholder { 
  color: white !important; 
  font-size: 15px !important;
  opacity: 0.5 !important; 
}
.form-control:-ms-input-placeholder { 
  color: white !important; 
  font-size: 15px !important;
  opacity: 0.5 !important; 
}
.contact-form button{
  color: #ffffff;
  background-color: #9c0002;
  border: 1px solid #fff;
  -webkit-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.28);
  -moz-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.28);
  box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.28);
}
/*RESPONSIVE DESIGN*/
@media all and (max-width:320px)and (min-width:241px){
  .logo{
    display: block;
  	margin-right: auto;
  	margin-left: auto;
  }
  .work p {
    font-size: 9px;
  }
  #work-icon > p > i {
    font-size: 21px !important;
    border-right: 0px !important;
    padding-right: 24px;
  } 
  .work-email p {
    font-size: 9px;
    margin-left: 0px;
  } 
  .about-us-content-area {
    padding: 8% 10% !important;
  }
  .about-us-img img {
    height: 160px !important;
  }
  .about-us-content h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .about-us-content p {
    text-align: center;
    font-size: 14px;
  }
  .service-heading h2{
    font-size: 22px;
  }
  .service-heading p{
    font-size: 16px;
  }
  .service-block h4{
    font-size: 16px;
  }
  .service-block ul li{
    font-size: 13px;
  }
  .service-block-area{
    margin: 20px 0px;
  }
  .contact-heading h2{
    font-size: 22px;
  }
  .contact-heading p{
    font-size: 15px;
  }
  #contact_address{
    font-size: 12px;
  }
  .form-group-lg .form-control {
    height: 34px !important;
    padding: 5px 16px !important;
    font-size: 14px !important;
  }
  .contact-form button{
    height: 34px !important;
    font-size: 14px !important;
  }
}
@media all and (max-width:360px)and (min-width:321px){
  .logo{
    display: block;
  	margin-right: auto;
  	margin-left: auto;
  }
  .work p {
    font-size: 12px;
  }
  #work-icon > p > i {
    font-size: 26px !important;
    border-right: 0px !important;
    padding-right: 24px;
  } 
  .work-email p {
    font-size: 12px;
    margin-left: 0px;
  } 
  .about-us-content-area {
    padding: 8% 10% !important;
  }
  .about-us-img img {
    height: 160px !important;
  }
  .about-us-content h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .about-us-content p {
    text-align: center;
    font-size: 14px;
  }
  .service-heading h2{
    font-size: 24px;
  }
  .service-heading p{
    font-size: 16px;
  }
  .service-block h4{
    font-size: 16px;
  }
  .service-block ul li{
    font-size: 13px;
  }
  .service-block-area{
    margin: 20px 0px;
  }
  .contact-heading h2{
    font-size: 24px;
  }
  .contact-heading p{
    font-size: 16px;
  }
  #contact_address{
    font-size: 14px;
  }
  .form-group-lg .form-control {
    height: 36px !important;
    padding: 5px 16px !important;
    font-size: 16px !important;
  }
  .contact-form button{
    height: 36px !important;
    font-size: 15px !important;
  }
}
@media all and (max-width:480px)and (min-width:361px){
  .logo{
    display: block;
  	margin-right: auto;
  	margin-left: auto;
  }
  .work p {
    font-size: 14px;
  }
  #work-icon > p > i {
    font-size: 34px !important;
    border-right: 0px !important;
    padding-right: 24px;
  } 
  .work-email p {
    font-size: 14px;
    margin-left: 0px;
  } 
  .about-us-content-area {
    padding: 8% 10% !important;
  }
  .about-us-img img {
    height: 170px !important;
  }
  .about-us-content h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .about-us-content p {
    text-align: center;
    font-size: 15px;
  }
  .service-heading h2{
    font-size: 26px;
  }
  .service-heading p{
    font-size: 16px;
  }
  .service-block h4{
    font-size: 18px;
  }
  .service-block ul li{
    font-size: 15px;
  }
  .service-block-area{
    margin: 20px 0px;
  }
  .contact-heading h2{
    font-size: 26px;
  }
  .contact-heading p{
    font-size: 16px;
  }
  #contact_address{
    font-size: 14px;
  }
  .form-group-lg .form-control {
    height: 36px !important;
    padding: 5px 16px !important;
    font-size: 16px !important;
  }
  .contact-form button{
    height: 36px !important;
    font-size: 15px !important;
  }
  .contact-content{
	  margin: 7% 0% 9% 0%;
	}
}
@media all and (max-width:640px)and (min-width:481px){
  .logo{
    display: block;
  	margin-right: auto;
  	margin-left: auto;
  }
  .work p {
    font-size: 14px;
  }
  #work-icon > p > i {
    font-size: 34px !important;
    border-right: 0px !important;
    padding-right: 24px;
  } 
  .work-email p {
    font-size: 14px;
    margin-left: 0px;
  } 
  .about-us-content-area {
    padding: 8% 10% !important;
  }
  .about-us-img img {
    height: 170px !important;
  }
  .about-us-content h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .about-us-content p {
    text-align: center;
    font-size: 15px;
  }
  .service-heading h2{
    font-size: 26px;
  }
  .service-heading p{
    font-size: 16px;
  }
  .service-block h4{
    font-size: 18px;
  }
  .service-block ul li{
    font-size: 15px;
  }
  .service-block-area{
    margin: 20px 0px;
  }
  .contact-heading h2{
    font-size: 26px;
  }
  .contact-heading p{
    font-size: 16px;
  }
  #contact_address{
    font-size: 14px;
  }
  .form-group-lg .form-control {
    height: 36px !important;
    padding: 5px 16px !important;
    font-size: 16px !important;
  }
  .contact-form button{
    height: 36px !important;
    font-size: 15px !important;
  }
  .contact-content{
	  margin: 7% 0% 9% 0%;
	}
}

/*(small Tablet) */
@media all and (max-width:768px)and (min-width:641px){
  .work{
	 padding-left: 0px !important;
	 padding-right: 0px!important;
   }
  .work-email{
	 padding-left: 0px !important;
	 padding-right: 0px!important;
   }	
  .work p {
    font-size: 10px;
  }
  #work-icon > p > i {
    font-size: 32px !important;
  } 
  .work-email p {
    font-size: 10px;
    margin-left: 0px;
  } 
  .about-us-content-area {
    padding: 4% 10% !important;
  }
  .about-us-img img {
    height: 321px !important;
  }
  .about-us-content h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .about-us-content p {
    text-align: center;
    font-size: 13px;
  }
  .service-heading h2{
    font-size: 22px;
  }
  .service-heading p{
    font-size: 15px;
  }
  .service-block h4{
    font-size: 13px;
	margin-bottom: 10px !important;
  }
  .service-block ul li{
    font-size: 10px;
  }
  .service-block-area{
    margin: 16px 0px;
  }
  .contact-heading h2{
    font-size: 22px;
  }
  .contact-heading p{
    font-size: 15px;
  }
  #contact_address{
    font-size: 14px;
  }
  .form-group-lg .form-control {
    height: 36px !important;
    padding: 5px 16px !important;
    font-size: 16px !important;
  }
  .contact-form button{
    height: 36px !important;
    font-size: 15px !important;
  }
  .contact-content{
	  margin: 7% 0% 9% 0%;
	}
}
@media all and (max-width:1024px)and (min-width:769px){
  .work{
	 padding-left: 0px !important;
	 padding-right: 0px!important;
   }
  .work-email{
	 padding-left: 0px !important;
	 padding-right: 0px!important;
   }	
  .work p {
    font-size: 10px;
  }
  #work-icon > p > i {
    font-size: 32px !important;
  } 
  .work-email p {
    font-size: 10px;
    margin-left: 0px;
  } 
  .about-us-content-area {
    padding: 4% 10% !important;
  }
  .about-us-img img {
    height: 321px !important;
  }
  .about-us-content h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .about-us-content p {
    text-align: center;
    font-size: 13px;
  }
  .service-heading h2{
    font-size: 22px;
  }
  .service-heading p{
    font-size: 15px;
  }
  .service-block{
	padding-left: 0px !important;
	padding-right: 0px !important;	 
  }	
  .service-block img {
	margin-bottom: 20px !important;
  }	
  .service-block h4{
    font-size: 13px;
	margin-bottom: 10px !important;
  }
  .service-block ul li{
    font-size: 10px;
  }
  .service-block-area{
    margin: 16px 0px;
  }
  .contact-heading h2{
    font-size: 22px;
  }
  .contact-heading p{
    font-size: 15px;
  }
  #contact_address{
    font-size: 14px;
  }
  .form-group-lg .form-control {
    height: 36px !important;
    padding: 5px 16px !important;
    font-size: 16px !important;
  }
  .contact-form button{
    height: 36px !important;
    font-size: 15px !important;
  }
  .contact-content{
	  margin: 7% 0% 9% 0%;
  }
}
