@charset "utf-8";
/* CSS Document */


body {}
    




	a{color:#606060}

@font-face {
    font-family: 'Eurostile';
    src: url(fonts/EurostileBold.ttf);
}
@font-face {
    font-family: 'Eurostile';
    src: url(fonts/EuroStyle Normal.ttf);
}

body {
    font-family: 'Eurostile';
    background: url(images/background-texture.png);
    background-size: 35%;
    background-attachment: fixed;
    background-repeat: repeat;
}
p {
    
    font-size: 16px; color:#000;
}
.logo-xpo {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    border-bottom: solid 2px #ccc;
}
.card-body {
    width: 100%;
    min-height: 400px;
    padding: 30px 60px;
    float: left;
    position: relative;
    background: rgba(255,255,255,0.8);
}
.card-body-about {
    width: 100%;
    min-height: 400px;
    padding: 30px 30px 100px 30px;
    float: left;
    position: relative;
    background: rgba(255,255,255,0.8);
    margin: 30px 0px 0px;
}
.card-body h3 {
    margin:0 0 10px;
    color: #2464ac;
    font-weight: bold;
    font-size: 30px;
}
.inner-head-h3 {
    margin:0 0 10px;
    color: #2464ac;
    font-weight: bold;
    font-size: 30px;
}
.card-body h4 {
    color: #5a5a5a;
    margin: 0 0 12px;
    font-size: 26px;
}
a, a:hover {text-decoration:none; outline:none !important;}
a:active, a:focus {outline:0; text-decoration: none;} 
.sec-list {
    width: 100%;
    float: left;
    height: auto;
    padding: 20px 0px;
}
ul.sq-lst {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.sq-lst {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 18px;
    color: #606060;
    font-weight: 300;
}
ul.sq-lst li {
    margin: 5px 0px;
    background: url(images/sq-bullet.png);
    background-repeat: no-repeat;
    background-size: 10px;
    padding-left: 20px;
    background-position: 0 8px;
}
.contact-lst {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
ul.cnt-lst{padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 18px;
    color: #606060;
    font-weight: 300;}
	ul.cnt-lst li{margin:0 0 20px;}
	
	ul.cnt-lst li:nth-child(1) {
    background: url(images/icn-7.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 40px;
    background-position: 0 0px;
}

ul.cnt-lst li:nth-child(2) {
    background: url(images/icn-8.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 0 0px;
    padding: 0 0 5px 40px;
}
ul.cnt-lst li:nth-child(3) {
    background: url(images/icn-5.png);
    background-repeat: no-repeat;
    background-size: 43px;
    background-position:-7px 0px;
    padding: 0 0 5px 40px;
}

ul.cnt-lst li:nth-child(4) {
    background: url(images/icn-6.png);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position: 0 -1px;
    padding: 0 0 5px 40px;
}
.whatsapp-button {
    -webkit-appearance: none;
    padding: 7px 10px;
    font-size: 16px;
    background-color: #51B14D;
    opacity: 0.9;
    color: #fff;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    display: flex;
    align-items: center;
}
.input-btns .input-btns {
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
}
.input-btns .btn-primary {
    color: #fff;
    background-color: #727270;
    border-color: #727270;
    border-radius: 0px; 
    width: 100%;
    margin: 5px 0px;
    text-align: left;
    font-size: 18px;
    padding: 7px 10px;
    border-bottom: solid 4px #000;
	transition:.5s all ease-in;
}
.input-btns .btn-primary:hover {transition:.5s all ease-in; background:#2464ac;}
.input-wrapper {
    position: relative;
  
}
.input-btns {
    width: 100%;
    height: auto;
    float: left;
}
.social-section {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0px;
    margin: 0;
}
.soc-mod {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.modal-body h4{text-align:center; margin:0 0 30px;}
#myModal-1 .modal-title{text-align:center;}
#myModal-1 .modal-dialog {
    width: 600px;
    margin: 100px auto;
}
.soc-mod li {
    display: inline-block;
    width: 40px;
    margin: 0 2px;
}
.soc-mod li img {
    width: 100%;
    height: auto;
}
.modal-body .btn-default {
    color: #fff;
    background-color: #2463ac;
    border-color: #ccc;
    padding: 7px 44px;
    border-radius: 30px;
}
.social-section ul{margin:0px; padding:0px; list-style:none;}
.social-section ul li {
    float: left;
    width: 40px;
    margin: 0 2px;
}
.social-section ul li img{width:100%; height:auto;}
.whatsapp-input {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 5px;
}
.input-wrapper label {
    position: absolute;
    left: 10px;
    top: 12px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}
.whatsapp-button .fa {
    font-size: 16px;
    margin-right: 10px;
}
.whatsapp-input input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 10px;
    outline: none;
    font-size: 12px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 40px;
    border: 1px solid rgba(0,0,0,0.2);
}
.sec-list h3 {
    margin: 0 0 10px;
    background: #2464ac;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 5px 0px 5px 10px;
    width: 50%;
}
.card-wrapper {
    width: 500px;
    box-shadow: 0 2px 3px #000;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: transparent;
}
    
.logo-xpo {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    border-bottom: solid 2px #ccc;
    background: rgba(255,255,255,0.8);
}
.logo-xpo img{width: 100%;height: auto;}
.top-icn-list{padding:0px; margin:0px; list-style:none;}
.top-icn-list li {
    float: left;
    text-align: center;
    margin-right: 30px;
}
.icns {
    width: 50px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 10px;
}
.icns img{width: 100%;
    height: auto;}
.foot-links ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.foot-links ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 25px;
}
.foot-links ul li p{margin:0px;}
.foot-links ul li .fa {
    font-size: 20px;
    color: #2663ab;
}
.saff-col {
    color: #f07e18;
}
.foot-links {
    float: left;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px 0px;
    margin: 30px 0 0;
    box-shadow: 0 1px 3px #000;
    border-radius: 10px 10px 0 0;
    background: #fff;
}
.serv-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.serv-image img {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px;
}
@media only screen and (min-width: 320px) and (max-width: 400px)
{
	
	.card-wrapper{width:100%}
	.card-body {padding: 30px 20px;}
	.top-icn-list li{margin-right:15px;}
	.social-section ul li {width: 36px;}
	ul.sq-lst li{font-size:16px;}
	.sec-list h3{font-size:22px;}
	.card-body h3 {font-size: 28px; width: 100%;}
	.foot-links ul li {margin: 0 7px;}
	.social-section ul li {
    width: 30px;
    margin: 0 2px 40px 2px;
}
}
