/*===========================
COMMON CODES
===========================*/
body{
background:#f3f6f8!important;
font-family: 'Lato', sans-serif!important;
font-weight:400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: 'Lato', sans-serif!important;
font-weight:400!important;
}
.container-grid{
max-width:890px;
margin:auto;
}
.container h2{
font-size:30px;
color:#377dba;
margin:0 0 25px;
}
.header-right a:hover,.header-right a:focus{text-decoration:none}
.btn{
background:#fb963a;
color:#fff!important;
font-size:30px!important;
box-shadow: 0 0 10px 5px #fb963a;
margin-bottom: 35px;
width:75%;
padding: 12px 15px !important;
transition:0.8s !important;
}
.btnBox{
	background: #fb963a;
    font-size: 16px!important;
    box-shadow: 0 0 10px 5px #fb963a;
    margin: 1px auto 0px;
    width: 78%;
    padding: 8px 15px !important;
    color: #fff !important;
    display: inline-block;
    border-radius: .25rem;
    line-height: 1.2;
    transition:0.8s
}
.btnBox:hover,.btn:hover,.btnBox:focus,.btn:focus{text-decoration:none;opacity:0.8}
.btn img{
padding-left:15px;
margin:0!important;
}
.text-blue{
color:#377dba;
font-weight:400;
}
.text-red{
color:#ff0000;
font-weight:400;
}
/*===========================
HEADER
===========================*/
.header{
padding: 30px 0 0;
float:left;
width:100%;
}
.logo {
text-align: center;
}
.logo img {
max-width: 180px;
}
.header-right{
margin: -40px 0 0;
text-align:right;
color:#377dba;
font-size:18px;
font-weight:700;
}
.header-right .left{
float:right;
}
.header-right .right {
float: left;
}
/*===========================
BANNER
===========================*/
.banner{
text-align:center;
font-size:18px;
padding:40px 0 10px;
float:left;
width:100%;
}
.banner h1{
font-size:48px;
margin: 0 0 40px 0;
color:#0e0e0e;
}
.container-grid.white-bg {
background:#fff;
border-radius: 10px;
padding-top: 60px;
}
.banner img{
margin:20px 0 0;
}
.banner .row{
margin: 35px 0 0;
border-top: 1px solid #eee;
}
.banner .col-md-3{
border-left:1px solid #ddd;
padding: 15px 10px;
font-size: 15px;
}
.banner .col-md-3 img{
padding-right:5px;
margin: -4px 0 0;
}
.banner .col-md-3:first-child{
border:0;
}
/*===========================
SERVICE
===========================*/
.service{
text-align: center;
font-size:20px;
padding: 50px 0 50px;
float:left;
width:100%;
}
.service .col-md-4{
background:#fff;
margin: 0 10px;
width: 32% !important;
flex: 0 0 32%;
padding: 40px 40px;
line-height: 22px;
border-radius: 10px;
}
.service .col-md-4 img{
margin-bottom:20px;
}
.service .col-md-4:first-child{
margin-left:0;
}
.service .col-md-4:last-child{
margin-right:0;
}
/*===========================
SAFETY
===========================*/
.safety {
background: #fff;
text-align: center;
font-size:16px;
padding:50px 0 20px;
float:left;
width:100%;
}
.safety .container h2{
margin-bottom:15px;
}
.safety .section{
float:left;
width:100%;
margin:0 0 35px;
}
.safety .section .row .col-md-6:first-child{
text-align:right;
margin: 20px 0 0;
}
.safety .section .row .col-md-6:last-child{
text-align:left;
}
.safety .section .right {
float: left;
width: 100%;
margin:20px 0 0;
}
/*===========================
TRUST-PILOT
===========================*/
.trust-pilot{
text-align:center;
padding:50px 0;
float:left;
width:100%;
}
.trust-pilot .container h2{
margin:0 0 20px;
}
.trustpilot-widget {
background:#fff;
padding: 50px 40px;
border: 7px solid #e9ecee;
border-radius: 10px;
box-shadow: 0px 15px 10px -15px #555;
}
/*===========================
BOTTOM
===========================*/
.bottom {
text-align: center;
font-size:18px;
padding: 25px 0;
float:left;
width:100%;
}
.bottom img{
max-width:100%;
}
/*===========================
BRANDS
===========================*/
.brands{
float:left;
width:100%;
}
.brands img{
width:auto;
}
/*===========================
FOOTER
===========================*/
.footer{
text-align:center;
font-size:16px;
padding: 60px 0;
float:left;
width:100%;
}
.footer a{
color:#333;
}
/*===========================
RESPONSIVE
===========================*/
@media (max-width:1199px) {
.service .col-md-4{
max-width: 31% !important;
}
}
@media screen and (max-width: 1050px) {
.brands img {
width: 100%;
}
}
@media screen and (max-width: 950px) {
.container-grid{
max-width: 720px;
}
}
@media screen and (max-width: 767px) {
.container-grid{
max-width: 540px;
}
.brands img {
width: auto;
}
.btnBox {
margin: auto;
}
}
@media screen and (max-width: 580px) {
.container-grid, .container{
width:95%!important;
}
}
@media only screen and (max-width: 767px){
.header{
background:#fff;
padding:30px 0;
}
.logo{
text-align:left;
float:left;
}
.header-right{
margin:0;
float:right;
}
.header-right .left{
margin: 0 0 10px 0;
}
.header-right .right{
width: 100%;
}
.banner .col-md-3{
display:none;
width:50%;
font-size:14px;
}
.banner .col-md-3:first-child{
display:block;
}
.banner .col-md-3:last-child{
display:block;
}
.btn{
width:80%!important;
}
.service{
padding: 50px 0 20px;
}
.service .col-md-4{
width: 100% !important;
flex: 0 0 100%;
padding: 40px 20px;
margin: 0 0 15px;
max-width: 100% !important;
}
.trust-pilot{
display:none;
}
.safety{
background:transparent;
padding: 20px 0 10px;
}
.safety .container .section{
background:#fff;
float: left;
width: 100%;
border-radius: 10px;
padding:40px;
margin: 0 0 15px;
}
.safety .row.inner {
float: left;
width: 30%;
display: block;
}
.safety .section .row .col-md-6:first-child{
text-align:left;
margin:0 0 20px;
}
.safety .section .row .col-md-6:last-child{
text-align:left;
}
.safety .section .right {
float: right;
margin: 20px 0 0;
width: 75%;
}
.bottom{
padding:20px 0 50px;
}
.bottom .section{
display:none;
}
.brands{
text-align:center;
}
.brands .col-md-6{
margin-bottom:30px;
}
.brands .col-md-6:last-child{
margin: 0 0 10px 0;
}
.footer{
font-size:20px;
padding: 50px 0;
}
}
@media only screen and (max-width: 491px){
.logo{
width:45%;
}
.logo img{
width:100%;
}
.header{
padding:10px 0;
}
.header-right{
width: 45%;
font-size:14px;
}
.header-right .left {
margin: 0 0 4px 0;
}
.header-right .right img{
width:45%;
}
.banner{
padding: 10px 0 10px;
font-size: 14px;
}
.container-grid.white-bg{
padding-top:30px;
}
.banner .inner {
padding: 0 20px;
}
.banner h1 {
font-size: 32px;
}
.banner .col-md-3{
font-size:12px;
padding: 15px 5px;
}
.banner .col-md-3 img{
width: 15px;
}
.container h2{
font-size: 24px;
margin: 0 0 20px;
}
.btn {
font-size: 16px !important;
width: 100% !important;
}
.btn img{
width:23px;
}
.service{
font-size:16px;
padding: 20px 0 20px;
}
.service .col-md-4{
padding: 15px 20px;
margin: 0 0 5px;
}
.safety{
font-size:13px;
padding: 0 0 10px;
}
.safety .container .section{
padding:15px;
margin: 0 0 8px;
}
.safety .container h2 {
margin-bottom: 5px;
font-size: 18px;
}
.safety .section .row .col-md-6 img{
width:100%;
}
.safety .section .row .col-md-6:first-child{
margin:0 0 10px;
}
.safety .section .right{
margin:15px 0 0 10px;
text-align: left;
}
.bottom{
padding: 10px 0 20px;
}
.bottom .container-grid{
padding:0 20px;
}
.brands .col-md-6 {
margin-bottom: 10px;
}
.brands img {
width: 100%;
}
.footer{
font-size:13px;
padding: 20px 0;
}
.footer .col-md-12{
padding:0;
}
}

