body * {
    outline: none !important;
}

.dhvc-form-input, .dhvc-form-select, .dhvc-form-file, .dhvc-form-textarea {

    background-color: #fff;
}
.dhvc-form-submit span.dhvc-form-submit-spinner{display:none}



.xcell-title.with-two-border h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 40px;
}

.xcell-title.with-two-border h2 strong {
    color: #ef8c2f;
}

.xcell-title.with-two-border2 h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 40px;
}

.xcell-title.with-two-border2 h2 strong {
    color: #ef8c2f;
}
.aligncenter .xcell-title {
    text-align: center;
    width: 100%;
}

.aligncenter{
    clear: both;
    display: block;
    margin: auto;
    text-align: center;
}
.xcell-title {
    position: relative;
    clear: both;
   
}


.xcell-title.with-two-border:after {
    position: absolute;
    content: "XCELL";
  	font-family: "Kanit";
    left: 0;
    right: 0;
    margin: auto;
    font-size: 100px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    top: -50%;
    bottom: 0;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.with-two-border2:after {
    position: absolute;
    content: "XCELL";
  	font-family: "Kanit";
    left: 0;
    right: 0;
    margin: auto;
    font-size: 100px;
    z-index: -1;
    color: RGBA(255,255,255,0.1);
    font-weight: bold;
    top: -50%;
    bottom: 0;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#container-3 .inner-container {
    
    height: 52px;
}

.nav.navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-brand
{
    padding: 8px 10px;
   
}

.nav {
    
  border:0px;
}


.navbar-inverse {
   
    border-color: #222222;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
    }
}
.topbar {
    
    padding: 10px 0;
    width: 100%;
  	background-color: #222;
}
p.top-address {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    max-width: 100%;
}
p.top-address i {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.socials {
    float: right;
    margin-right: 10px;
}
.socials > a {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
  	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

}
.socials > a:hover
{
	background-color:#fdce4b;
}



.logo-top {
    float: left;
    padding-top: 37px;
    padding-bottom: 37px;
}


.info-header {
    display: table;
    float: left;
    padding: 34px 0 30px;
    width: 100%;
    position: relative;
}


.info-header > i {
    color: #ef8c2f;
    font-size: 48px;
    opacity: 0.6;
}

.info-header:hover > i {
    opacity: 0.3;
    -webkit-transform: translateX(30px) scale(1.4);
    -moz-transform: translateX(30px) scale(1.4);
    -ms-transform: translateX(30px) scale(1.4);
    -o-transform: translateX(30px) scale(1.4);
    transform: translateX(30px) scale(1.4);
}

.header-contact {
    float: right;
    overflow: hidden;
    width: 67%;
}

.info-header strong {
    color: #000000;
    display: table-cell;
    font-size: 14px;
    line-height: 10px;
    padding-left: 10px;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.info-header strong span {
    color: #444545;
    float: left;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
}


.btn-master {
    color: #adabab;
    background-color: #f1f1f1;
    border-color: #adabab;
}

.footer-logo-center img  {
    margin: 0 auto;
}

hr.hrbox {
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    border-top: 2px solid #F7C02D;
    width: 60px;
    margin-left: 0;
}


hr.hr-social  {
    margin-top: 15px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #adabab;
    
}
.social-footer {
    margin:0;
    padding:0;
}

.social-footer ul {
    position:absolute;
    margin:0;
    padding:0;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:flex;
}
.social-footer ul li {
    list-style:none;
}
.social-footer ul li a {
    position:relative;
    display:block;
    width:40px;
    height:40px;
    font-size:20px;
    text-align:center;
    line-height:40px;
    color:#adabab;
    overflow:hidden;
    
    margin:8px;
    transform:rotate(45deg);
    transition:.2s;
    border:1px solid rgba(173, 171, 171, 1);
}
.social-footer ul li a .fa{
    transform:rotate(-45deg);
    font-size: 2rem;
}
.social-footer ul li a:before {
    content:'';
    position:absolute;
    bottom:-100%;
    left:0;
    width:100%;
    height:100%;
    background:#262626;
    transition:.2s;
}
.social-footer ul li a:hover:before {
    bottom:0;
}
.social-footer ul li a:hover {
    color:#fff;
}
.social-footer ul li:nth-child(1) a:before
{
    background:#3b5998;
}
.social-footer ul li:nth-child(2) a:before
{
    background:#00aced;
}
.social-footer ul li:nth-child(3) a:before
{
    background:#dd4b39;
}
.social-footer ul li:nth-child(4) a:before
{
    background:#007bb6;
}
.social-footer ul li:nth-child(5) a:before
{
    background:#bc2a8d;
}



.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.aio-icon-component {
    margin-bottom: 0px;
    display: inline-block;
}



.top_left_col {}

.top_left_col span {

    display: inline-block;

    color: #F7C02D;

    font-size: 18px;

    vertical-align: middle;

    margin-top: -4px;
  	
  	padding-left:5px;

}

.top_left_col p {

    color: #848484;

    margin-bottom: 0;

    display: inline-block;

    font-size: 14px;

    margin-left: 4px;

    font-weight: 400;

}


.social_icon_wrapper {}

.social_icon_wrapper ul {

    list-style: none;

    padding-left: 0;

    text-align: right;

    margin-bottom: 0;

}

.social_icon_wrapper ul li {

    display: inline-block;

    margin-left: 2px;

}

.social_icon_wrapper ul li a {

    color:#FFF;

    display: block;

    width: 21px;

    height: 21px;

    border-radius: 50%;

    background: #848484;

    font-size: 13px;

    line-height: 1.8;

    text-align: center;

}

.social_icon_wrapper ul li a.fb {

    background: #14a6f1;

}

.social_icon_wrapper ul li a.tw {

    background: #2cddf7;

}

.social_icon_wrapper ul li a.gp {

    background: #fe3535;

    font-size: 12px;

    width: 21px;

    height: 21px;

}

.social_icon_wrapper ul li a.rss {

    background: #fda01c;

}

.social_icon_wrapper ul li a.pn {

    background: #fe3939;

}

.social_icon_wrapper ul li a.ln {

    background: #0186c7;

}


.ult_social a {
  
   padding-left: 7px;
  }

.top-menu1 {


  color: #848484 !important;
  font-size:14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;



}

hr.hrbox {
    margin-top: 10px;
    margin-bottom: 40px;
    border: 0;
    border-top: 2px solid #F7C02D;
    width: 60px;
    margin-left: 0;
}

a.mailTo, a.mailTo:visited 
    {
                color:#fff;
  				
        }
.p5r{
  padding-right: 5px !important;
}

.p10r{
  padding-right: 10px !important;
}

.p40r{
  padding-right: 40px !important;
}

.p20t{
  padding-top: 20px !important;
}


.b {
font-weight:bold;
}

.white
    {
                color:#fff;
        }
.white a
    {
                color:#fff;
  font-weight:bold;
        }



.cgold
    {
                color:#F7C02D;
        }

.info1 {
  
    display: -webkit-flex; /* Safari */
    display: flex;
}

.detail {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail i {
  min-width: 45px;
  color: #F7C02D;
}
.detail i:before {
  font-size: 25px;
}

.detail div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.detail span {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-title-heading {
    font-size:16px;
    font-weight: 500;
    line-height: 24px;
    color: inherit;
}

.logo_text h2 {
  	font-family:"Hind";
    font-size:16px;
    font-weight: 500;
    line-height: 24px;
    color: inherit;
}

.master h2 {
  	font-family:"Oswald";
    font-size:25px;
    font-weight: 700;
    line-height: 28px;
  
}

.uvc-sub-heading {
    font-size: 18px;
}

@media only screen and (max-device-width: 600px) {                  
   .hide1 {
      display: none;
   }
 
}

