body{
	margin: 0px;
	padding: 0px;
    font-family: 'Poppins', sans-serif;
    color: #04353d;
    background: #fafafa;
}

#wrapper{
    float: left;
    width: 100%;
    overflow: hidden;
}

/* FONTS */

p{
	font-size: 16px;
	color: #27205B;
	line-height: 25px;
}

.box1 ul{
	font-size: 15px;
	color: #000;
	line-height: 25px;
}

p.page-intro{
	font-size: 20px;
	color: #000;
	line-height: 35px;
	font-weight: 300;
}

h1{
	font-size: 35px;
    line-height: 35px;
	font-weight: 800;
    color: #27205B;
	margin: 0px;
}

.banner-container h1{
    font-size: 50px;
    line-height: 50px;
}   

.banner-container p {
    display: inline-block;
    max-width: 600px;
    font-size: 22px;
    line-height: 28px;
} 

h2{
	font-size: 50px;
    line-height: 55px;
	font-weight: 800;
	color: #27205B;
}

h3{
	font-size: 20px;
    line-height: 25px;
	font-weight: 800;
	color: #575757;
}




.services-intro h2{
	font-size: 30px;
    line-height: 40px;
	font-weight: 800;
	color: #27205B;
}

h1 span{
	font-weight: 400;
}

.center{
    text-align: center;
}

/* CONTAINERS */

.container{
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

.txt-box-left{
    padding-right: 50px;
}

.txt-box-right{
    float: right!important;
    padding-left: 50px;
}

.img-box-right{
    float: right!important;
    padding-left: 50px;
}

.img-box-right img{
    width: 100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.img-box-left{
    padding-right: 50px;
}

.img-box-left img{
    width: 100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.section{
    padding-top: 50px;
    /*padding-bottom: 50px;
    border-bottom: 5px solid #f1ad4b;*/
}

.yellow-background{
    font-size: 18px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f1ad4b;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.key-benefits{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom, rgba(241, 173, 75, .9), rgba(241, 173, 75, 1));
    background-image: linear-gradient(to bottom, rgba(4, 53, 61, .9), rgba(4, 53, 61, 1));

}

.key-benefits h2{
    color: #fff;
    margin-top: 0px;
}

/*ul.ticks {
    display: inline-block;
    max-width: 800px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.ticks li {
    float: left;
    width: 50%;
    padding: 25px;
    background-image: url(../images/tick1.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left center;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    text-align: left;
    color: #fff;
}*/

ul.ticks{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
    font-size: 16px;
    color: #27205b;
    line-height: 25px;

}

ul.ticks li{
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	background-image: url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: left top 7px;
	padding-left: 40px;
    background-size: 20px;
}

.service-text ul.ticks{
    float: none;
    display: inline-block;
}

.how-it-works-container{
    padding-top: 75px;

background-color: #EDEEEF;
    position: relative;
   /* background-image: url(../images/phone2.png);
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: right bottom;*/
border-bottom: 2px solid #f1ad4b;
}

.phone-img{
     position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 550px;
}

.app-icon{
    position: absolute;
    top: 50px;
    right: 50px;
    max-width: 150px;
}

.how-it-works{
    padding-right: 40%;


    padding-bottom: 75px;
}

.how-it-works-section{
    border-bottom: 1px solid #d1d1d1;
    padding-top: 25px;
    padding-bottom: 25px;
}

.how-it-works-section p{
    margin-bottom: 0px;
}

.how-it-works h3{
    display: inline-block;
    font-size: 18px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background: #f1ad4b;
    margin-bottom: 0px;
    margin-top: 0px;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.app-store-icons{
    padding-top: 25px;
}

.app-store-icons img {
    max-width: 150px;
    margin-right: 15px;
    -webkit-transition: .2s;
    transition: .2s;
}

.app-store-icons img:hover {
    opacity: .8;
}

.easy-steps{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom, rgba(241, 173, 75, .9), rgba(241, 173, 75, 1));
    background-image: linear-gradient(to bottom, rgba(4, 53, 61, .9), rgba(4, 53, 61, 1));
}

.easy-steps h2{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 50px;
    color: #fff;
}

.steps{
display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    justify-content: left;
    flex-wrap: wrap;
    flex-direction: row;
}

.easy-steps .box4{
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 20px;
    background: #f3c27c;
    background: #144d57;
    text-align: center;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f7d29d;
    border: 1px solid #1f5a64;
}

.easy-steps .box4 img{
    max-width: 100%;
    max-height: 64px;
    margin-top: 25px;
}

.easy-steps .box4 span{
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 74px;
    text-align: center;
    background: #04353d;

-moz-border-radius: 74px;
    -webkit-border-radius: 74px;
    -khtml-border-radius: 74px;
    border-radius: 74px;
}

.easy-steps .box4 p{
   float: left;
    width:100%;
line-height: 25px;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
}

.contact{
    background-color: #EDEEEF;   
padding-top: 100px;
padding-bottom: 100px;
} 

.contact .container{
    max-width: 800px;
}

.contact h2{
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-container{
    background: #f1ad4b; 
    padding: 50px;
-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}  
    

/* HEADER */

#header-container{
	float: left;
	width: 100%;
	position: fixed;
	z-index: 999999;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 25px;
    z-index: 999999;
    background: #fff!important;
    background-color: #fff!important;
}

.header-top{
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #27205b;
    border-bottom: 5px solid #71cbf4;
} 

.header-top span{
    font-size: 16px;
    color: #fff;
} 

.header-box-phone{


} 


.header-top a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
} 

.header-box-phone{
    float: right;
    background-image: url(/images/icons/phone-header.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 20px;
    padding-left: 35px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.header-box-email{
    float: right;
    margin-left: 50px;
    padding-left: 35px;
    background-image: url(/images/icons/email-header.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    background-size: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



#header-container-process-appeal{
	float: left;
	width: 100%;
	position: static;
	border-bottom: 1px solid #ededed;
}	

#header{
	float: right;
    width: 100%;
	max-width: 700px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



#header-bottom{
	float: right;
	width: 100%;
	max-width: 800px;
	/*background-color: #f3f3f3;
	border-bottom: 1px solid #ececec;*/
	height: 44px;
	-webkit-transition: .2s;
    transition: .2s;
}

#logo-box{
	float: left;
    max-width: 500px;
    padding-top: 25px;
}



#logo-box img{
    float: left;
	width: 100%;
	max-width: 330px;
	-webkit-transition: .3s;
    transition: .3s;
}

#logo-box span{
    float: right;
    font-size: 30px;
    font-weight: 400;
    padding-top: 10px;
	-webkit-transition: .3s;
    transition: .3s;
}

.shrink #header-bottom{
	height: 0px;
	overflow: hidden;
}

/*.shrink #logo-box img{
	max-width: 115px !important;
}

.shrink #logo-box{

}

.shrink #nav{
	padding-top: 10px;
}

.shrink{
        background-color: rgba(32, 42, 64, .9)!important;
}

*/

.shrink{
    border-bottom: 1px solid #d5d5d5;

}



/*.header-non-homepage{
    position: static;
    background: #fff!important;
    background-color: #fff!important;
}*/

.shrink #logo-box span {
    float: right;
    font-size: 25px;
    font-weight: 400;
    padding-top: 10px;
}


/* NAV */


#nav{
	float: right;
	padding-top: 26px;
	-webkit-transition: .2s;
    transition: .2s;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#nav ul{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li{
	float: left;
	margin-left: 10px;
}

#nav a{
	float: left;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
    font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #27205b; 
	-webkit-transition: .2s;
    transition: .2s;
}

#nav span{
	float: left;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
    font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff; 
	-webkit-transition: .2s;
    transition: .2s;
}

.header-non-homepage #nav a{
	color: #27205b;
}

.header-non-homepage #nav a.current{
    color:#71cbf4 !important;
}

#nav a:hover{
    color:#71cbf4 !important;
}

.menu-button{
    border: 1px solid #71cbf4;
    background: #71cbf4;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

#nav a.menu-button:hover{
    background: #27205b;
    border: 1px solid #27205b;
    color:#fff !important;
}

.btn-current{
    background: #27205b;
    color:#fff !important;
}


#nav li.current a{
    color:#f3721f !important;
}

#nav ul
{
	width: 100%;
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 9999999;
}

#nav ul li
{
	/*border-left: 1px solid #f4f4f4;*/
	z-index: 9999999;
}

#nav ul a
{

}


li.menu-btn{
	float: right !important;
}

#nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	margin-left: 15px;
	margin-right: 15px;
}

#nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#nav ul ul{

}

#nav ul ul li
{
	width:250px;
background-color: #27205b;
	margin-left: 0px;
	margin-right: 0px;

}

#nav ul ul a
{
	/*line-height:120%;
	padding:10px 15px;*/
    color: #fff;
}

.header-non-homepage #nav ul ul a
{

    color: #fff;
}

#nav ul ul ul
{
	top:0;
	left:100%
}

#nav ul li:hover > ul
{
	display:block
}

/* BUTTONS 

.box1 .btn{
	float: left;
	display: static;
	margin-left: 0px;
	margin-bottom: 15px;
}*/

.box1 #banner-btn-container{
	max-width: none;
}

.btn{
    display: inline-block;
    min-width: 120px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #fff;
    background-color: #27205B;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: none;
}

.btn:hover{
    color: #fff;
    background-color: #71cbf4;
}	

.about-banner .btn{
    color: #27205B;
     background-color: #71cbf4;
}	

.about-banner .btn:hover{
    color: #fff;
    background-color: #27205B;
}   

.banner-txt .btn{
    padding-left: 15px;
    padding-right: 15px;
}

/* HOMEPAGE BANNER */

/* BANNER 

.banner-txt{
    float: left;
    width: 50%;
    text-align: left;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    padding-left: 50px;
}*/

.banner-txt {
    float: left;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    text-align: center;
}

.banner-txt h2{
	/*position: absolute;
    width: 100%;
	bottom: 40px;
	left: 0;*/
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0px;
    font-weight: 600;
}   


.banner-bottom{
	position: absolute;
    width: 100%;
	bottom: -25px;
    left: 0px;
    text-align: center;
}

.banner-bottom-box{
    display: inline-block;
    padding: 15px;
    background-color: #27205B;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.banner-container{
	float: left;
	position: relative;
	width: 100%;
	padding-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	/*position: absolute;
	top: 0;
	left: 0;*/
    border-bottom: 1px solid #27205B;

}

.custombanner-content{
	position: absolute;
width: 100%;
height: 100%;
	top: 0;
	left: 0;
	text-align: center;
    padding-top: 220px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.custombanner-content h1{
    color: #fff;
}

.custombanner-content p{
    color: #fff;
}

.custombanner-content .box1 .btn{
    float: none;
}

.banner-gradient{
	position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
    background-image: linear-gradient(to bottom, rgba(39, 32, 91,0.6), rgba(39, 32, 91,0.6));
/*background-image: url(../images/banner-background.png);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: left top;*/
}

.banner-arrow{
	position: absolute;
    width: 100%;
	bottom: -60px;
	left: 0;
}  

.banner-arrow img{
    max-width: 30px;
}  

.bounce {
	-moz-animation: bounce 4s infinite;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.napit{
margin-top: 50px; 
}

.video-container{
		float: left;
	width: 100%;
	position: relative;
}

.video-banner{
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;

	top: 0px;
	left: 0;

}

.video-banner-overlay{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 99;
	background-image: url(../images/video-overlay.png);
	background-size: 100%;
	height: 350px;
	background-repeat: no-repeat;
    background-position: top;
}	

/*
.video-banner{
	height: auto;
	/*height: 100vh;
	overflow: hidden;
}*/

.videoWrapper2 {
	position: relative;
	padding-bottom: 56%; /* 16:9 */
	padding-top: 5px;
	/*height: 0;*/
	z-index: 9;
}

.videoWrapper2 iframe {
	position: absolute;
	/*top: -55px;*/
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
}

	
.banner{
	float: left;
	width: 100%;
	/*min-height: 100vh;*/
	min-height: 100vh;
	text-align: center;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	padding-top: 150px;
}

.banner-title{
    min-height: 320px;
    padding-top: 125px;
    position: relative;
    overflow: hidden;
}

.banner-no-img{
    min-height: 200px;
    height: auto;
    background-image: linear-gradient(to bottom, #e5f7ff, #f5fcff)!important;
}

.about-banner{
    height: auto;
    padding-bottom: 100px;
}

.about-banner .banner-text{
    text-align: center;
    padding-top: 60px;
}

.about-banner p {
    max-width: 100%!important;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}

.about-banner p a{
    color: #fff;
}

.about-banner p a:hover{
    color: #ff873a;
}

.about-banner .container{
    max-width: 900px;
}

.about-banner .box3{
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
}

.about-banner .banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 2000px;
}

.about-banner .banner-text img{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.banner-text{
    position: relative;
    text-align: center;
    padding-top: 90px;
    z-index: 99;
}

.banner-no-img .banner-text{
    position: relative;
    text-align: center;
    padding-top: 90px;
    z-index: 99;
}

.banner-title h1{
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}

.banner-no-img{
    text-align: center;
}

.banner-no-img h1{
    color: #27205B;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 50px;
}

.about-banner  h1{
    margin-bottom: 50px;
}

.banner-title p{
    max-width: 800px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
}

.banner-no-img p{
    max-width: 100%;
    color: #27205B;
    font-size: 18px;
    line-height: 27px;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 750px;
    z-index: 9;
}

/*.custombanner-content img{
	width: 100%;
	max-width: 250px;
}*/

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box5{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-container .btn-link{
	background: #04a583;
	border: 1px solid #04a583;
	display: inline-block;
	width: auto;
	color: #fff;
	min-width: 200px;
	cursor: pointer;
}

.form-container .btn-link:hover{
	background:	#026b56;
	border: 1px solid #026b56;
}
	

.form-box{
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-box label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
	
.form-box p{
	float: left;
	width: 100%;
}

.form-box h3{
	margin-top: 0px;
}
	
.payment-box{
	border-right: 20px solid #fff;
}

.payment-box .form-box{
	background: none;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 400;
	background-color: #f3721f;
    border: none;
	 font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	
-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.form_field_row .btn:hover{
background-color: #ff873a;
}

.form_field_row{
	float: left;
	width: 100%;
	padding-bottom: 15px;}

.form_field{
	float: left;
	width: 100%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_right{
	float: right;
	width: 202px;}

.form_field_btn{
	float: left;
	width: 100%;
}

.form_field_row textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

/*
.form_field_row textarea:hover{
	background-color: #eaeaea;
}

.form_field_row textarea:focus{
	background-color: #eaeaea;
}
*/

.form_field_row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #04353d;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}
/*
.form_field_row input:hover{
	background-color: #eaeaea;
}

.form_field_row input:focus{
	background-color: #eaeaea;
}
*/

.form_field_row select{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #efefef;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}

.form_field_row select:hover{
	background-color: #eaeaea;
}

.form_field_row select:focus{
	background-color: #eaeaea;
}

.form-field-row {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

/* FOOTER */

#footer-container{
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    background: #27205b;
}

#footer-container span{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#footer-container a{
    color: #fff;
}

#footer-container #copyright-container{
    padding-top: 30px;
}

#footer-container #copyright-container span{
    font-size: 14px;
}

.footer-services{
    text-align: left;
}

.footer-services h4{
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-services ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    list-style: none;
}

.footer-services ul li{
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
}

.footer-services ul a{
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.footer-services ul a:hover{
    color: #f3721f!important;
}

.footer-logo{
    padding-bottom: 40px;
}

.footer-logo img{
    max-width: 100%;
    margin-bottom: 0px;
}

.footer-logo .box1 img.f-logo{
    float: left;
    width: 100%;
    max-width: 180px;
    margin-right: 25px;
}

.footer-logo .box1 img.f-napit{
    float: left;
    max-width: 60px;
    margin-top: 15px
}

.footer-company-info{
    text-align: left;
}

.footer-contact-details{
  
}

.footer-contact-details a{
    text-decoration: none;
}

.footer-contact-details img{
    width: 100%;
    max-width: 400px;

    float: left;
    margin-bottom: 25px;
}

#footer-container h3{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

#footer-container .footer-contact-details span{
    float: left;
    width: 100%;
   /* margin-left: 10px;
    margin-right: 10px;*/
    font-weight: 600;

    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#footer-container .footer-contact-details span.footer-phone{
    background: url(/images/icons/phone-header.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 3px;
}

#footer-container .footer-contact-details span.footer-email{
    background: url(/images/icons/email-header.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 5px;
}

#footer-container .footer-contact-details span.footer-address{
    background: url(/images/icons/address-header.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 5px;
}

#footer-container ul{
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

#footer-container ul a{
    text-decoration: none;
}

#footer-container ul a:hover{
    text-decoration: underline;
}

.footer-logos img{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
}

.footer-call-to-action{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    /* background: #eaeaea; */
    background-image: url(/images/banner2.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    overflow: hidden;
    border-top: 5px solid #71cbf4;
    border-bottom: 5px solid #71cbf4;
}  

.f-overlay{
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 600px;
    background-image: linear-gradient(to bottom left, rgba(68,44,87,0.6), rgba(40,42,67,0.1));
}

.f-content{
    position: relative;    
    z-index: 99;
}

.f-content .box1{
    float: none;
    display: inline-block;
    max-width: 600px;
}

.footer-call-to-action h3{
    color: #fff;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 70px;
}  

.footer-call-to-action p{
    color: #fff;
    font-size: 18px;
    line-height: 27px;
} 

.footer-call-to-action .btn{
    float: none;
    display: inline-block;
    margin-top: 20px;
} 

#hp-highlights{
float: left;
width: 100%;
position: relative;
z-index: 999;
padding-top: 75px;
padding-bottom: 75px;
background-image: linear-gradient(to bottom, #efefef , #fff);
/*background: #27205b;*/
text-align: center;
}

.hp-highlights3{
	margin-bottom: 50px;
}

.hp-highlights-box{
float: left;
width: 25%;

-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
text-align: center;

padding: 25px;
min-height: 200px;
    z-index: 9999;
    position: relative;
}

#hp-box4{
    border-right: none;
}

.how-it-works-stage .hp-highlights-box{
    width: 33.33%;
}


.highlights-3-boxes .hp-highlights-box{
    width: 33.33%;
    min-height: 231px;
}

.hp-highlights-box img{
    width: 100%;
    max-width: 100px;
}

.hp-highlights3 .hp-highlights-box{
width: 33.33%;
}

#hp-highlights h2{
    text-align: center;
    color: #27205B;
    margin-top: 0px;
}

#hp-highlights h3{
    text-align: center;
    color: #27205B;
    margin-bottom: 0px;
    font-size: 18px;
}

#hp-highlights span{
    color: #27205B;  
    font-size: 18px;
}  

.hp-highlights-box p{

}

.sub-highlights{
    display: inline-block;
    text-align: left;
}

.sub-highlights span{
    float: left;
    background-image: url(../images/icons/quality.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.homepage-box-left {
    float: left;
    padding-right: 50px;
    padding-left: 0px;
}

.homepage-box-right {
    float: right;
    padding-left: 50px;
    padding-right: 0px;
}

.section-text-v2 .intro-image img {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.section-text-v2{
    padding-bottom: 50px;
}

#slideshow {
    min-height: 500px!important;
}

/* SERVICES */

.services-intro ul{
    font-size: 16px;
    color: #27205b;
    line-height: 25px;
}  

.services-intro ul li{
    margin-bottom: 10px;
}  

.services-row{
    /*padding-top: 50px;
    margin-left: -50px;*/
    border-bottom: 1px solid #dfdfdf;
    text-align: center;

}

.services-intro .call-to-action{
    margin-top: 10px;
    margin-bottom: 25px;
}

.services .box3{
    float: none;
    width: 50%;
    display: inline-block;
    padding: 50px;
    padding-top: 10px;
    border-right: 1px solid #dfdfdf;
    text-align: left;
    margin-right: -4px;
}

.services .box3 h2{
    font-size: 25px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.services .box3:hover h2{
   color: #f3721f;
}

.services .box3 p{
    margin-top: 5px;
}

.services .box3 img{
    float: left;
    width: 100%;

    
}

.service-grid-img{
    position: relative;
    overflow: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.service-more-info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    background-color: rgba(243, 114, 31, .4)!important;
    text-align: center;
    padding-top: 28%;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.services .box3:hover .service-more-info{
    background-color: rgba(243, 114, 31, .8)!important;
    opacity: 1;
}

.service-more-info span{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
}

.service-text{
    padding-right: 50px;
}

.service-gallery{
    padding-left: 50px;
}

.service-gallery img{
    width: 100%;
}

.service-gallery .box1{
    padding-bottom: 10px;
}

.service-gallery .box2{
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.services-row ul{
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    color: #242a40;
    line-height: 25px;
    min-height: 230px;
}

.services-row ul li {
    margin-left: 20px;
    margin-bottom: 5px;
}

.services-row ul li:before {
    content: '-';
    position: absolute;
    margin-left: -15px;
}

/* GALLERY */

.gallery-page{
    padding-top: 185px;
    text-align: center;
}

.gallery-page h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
}

.gallery-page img{
    width: 100%;
    max-width: 100%;
}

/* CONTACT PAGE */

.contact-page{
    padding-top: 185px;
    text-align: center;
    background-color: #efefef;
}

.contact-page h1 {
    font-size: 45px;
    line-height: 45px;
}

.fancybox-container {
    z-index: 99999999!important;
}

#photos {
    float: left;
    width: 100%;
    padding-top: 25px;
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
}

#photos img {
    float: left;
    width: 100% !important;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #EDEEEF;
    -webkit-transition: .2s;
    transition: .2s;
}

#photos img:hover{
    opacity: 0.9;
}

.fancybox-caption{
    font-size: 16px!important;
    font-weight: 600!important;
}

/* CONTACT */

.contact-container{
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 70px;
}

.contact-container h2{
    color: #5499ab;
    font-size: 20px;
    line-height: 25px;
	margin-bottom: 25px;
	margin-top: 0px;
	font-weight: 800;
	text-align: center;
}

.contact-container .box-text-right{
	width: 100%;
	max-width: 500px;
}

.contact-map h2{
	text-align: center;
	margin-bottom: 25px;
	color: #0a1742;
	font-size: 25px;

}

.contact-details{
    max-width: 100% !important;
	float: left;
	padding-top: 50px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: left;
}

.contact-details .box3{
	text-align: center;
}

.contact-box{
	display: inline-block;
}

.contact-details .box1{
	padding-bottom: 20px;
}

.contact-details .icon{
	float: left;
	width: 60px;
    padding-top: 5px;
}

.contact-details .icon img{
	max-width: 40px;
}

.contact-details span{
	color: #133840;
	font-size: 18px;
	line-height: 22px;
}

.contact-details a{
	color: #133840;
	text-decoration: none;
}


.contact-details strong{
	font-size: 20px;
	font-weight: 800;
	display: inline-block;
    padding-bottom: 5px;

}

/*.contact-phone{
	background: url(/templates/brooklands-glass/images/phone.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}

.contact-email{
	background: url(/images/icons/email.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}

.contact-address{
	background: url(/templates/brooklands-glass/images/location.png);
	 background-repeat: no-repeat;
background-position: left 15px;
    background-size: 30px;
}*/




.form-container{
	display: inline-block;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
background: #e6e6e6;
padding: 25px;
-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

#contact-bottom .form-container{
    background: #ededed;
}

.form-container h2{
	font-size: 20px;
	font-weight: 800;
    margin-top: 0px;
}    


.form-container .btn-link{
	background: #04a583;
	border: 1px solid #04a583;
	display: inline-block;
	width: auto;
	color: #fff;
	min-width: 200px;
	cursor: pointer;
}

.form-container .btn-link:hover{
	background:	#026b56;
	border: 1px solid #026b56;
}

.form-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #27205B;
  opacity: 1; /* Firefox */
}

.form-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #27205B;
}

.form-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: #27205B;
}
	

.form-box{
	float: left;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #ededed;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.form-box label{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
	
.form-box p{
	float: left;
	width: 100%;
}

.form-box h3{
	margin-top: 0px;
}
	
.payment-box{
	border-right: 20px solid #fff;
}

.payment-box .form-box{
	background: none;
}

.form_field_row .btn{
	float: left;
	width: 100%;
	max-width: 235px;
	padding: 12px;
	font-weight: 500;
	background-color: #27205B;
    border: none;
    font-size: 17px;
    font-weight: 600;
	text-align: center;
	color: #fff;
	margin: 0px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	margin-top: 5px;
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.form_field_row .btn:hover{
	   background-color: #71cbf4;
    border: none;
}

.form_field_row{
	float: left;
	width: 100%;
	padding-bottom: 15px;}

.form_field{
	float: left;
	width: 50%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_wide{
	float: left;
	width: 100%;
	padding-right: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;}

.form_field_right{
	float: right;
	width: 202px;}

.form_field_btn{
	float: left;
	width: 100%;
}

.form_field_row textarea{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	min-height: 150px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #27205B;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;
		font-family: 'Open Sans', sans-serif;
}

.form-container input:hover{
	border:1px solid #27205B;
}

.form-container input:focus{
	border:1px solid #27205B;
}

.form-container textarea:hover{
	border:1px solid #27205B;
}

.form-container textarea:focus{
	border:1px solid #27205B;
}

/*
.form_field_row textarea:hover{
	background-color: #eaeaea;
}

.form_field_row textarea:focus{
	background-color: #eaeaea;
}
*/

.form_field_row input{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #27205B;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}
/*
.form_field_row input:hover{
	background-color: #eaeaea;
}

.form_field_row input:focus{
	background-color: #eaeaea;
}
*/

.form_field_row select{
	width: 100%;
	border: 1px solid #e0e0e0;
	background-color: #efefef;
	padding: 15px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	-webkit-transition: .2s;
    transition: .2s;}

.form_field_row select:hover{
	background-color: #eaeaea;
}

.form_field_row select:focus{
	background-color: #eaeaea;
}

.slicknav_menu{
    display: none;
}

.hp-boxes{
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
    background-image: linear-gradient(to bottom, #e5f7ff, #f5fcff);
}

.hp-boxes h3{
    font-weight: 800;
    color: #27205b;
    font-size: 50px;
}


.hp-boxes .box3{
    width: 23%;
    text-align: left;
    padding: 25px;
    margin-right: 1%;
    margin-left: 1%;   
    background-color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2%;
}

.hp-bottom .box3{
    width: 23%;
    text-align: left;
    padding: 25px;
    margin-right: 1%;
    margin-left: 1%;   
    background-color: #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 2%;
    float: none;
    display: inline-block;
}

.hp-boxes .box3 .box1{
    text-align: center;
}

.hp-boxes .box3 h3{
    color: #27205B;
    text-align: center;
}

.hp-boxes .box3 p{
    min-height: 170px;
}

.hp-boxes .box3 img{
    max-width: 100px;
    margin-bottom: 15px;
}

.intro-container{
    padding-top: 75px;
    padding-bottom: 0px;
    /*background-color: #f4f4f4;*/
}

.intro-box{
    width: 50%;
    padding-right: 50px;
    border-right: 2px dotted #71cbf4;
}

.call-to-action{
    margin-bottom: 25px;
    background-color: #27205B;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    background-image: url(/images/icons/drop1.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center center;
}

.call-to-action h3{
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}

.call-to-action p{
    color: #fff;
}

.call-to-action a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
    color: #71cbf4;
    padding-left: 50px;
    display: inline-block;
    margin-bottom: 10px;
	-webkit-transition: .2s;
    transition: .2s;
}

.call-to-action a.call-link{
    color: #fff;
    background-image: url(/images/icons/call-us.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
}

.call-to-action a.msg-link{
    color: #fff;
    background-image: url(/images/icons/send-msg.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
}

.call-to-action a.msg-link:hover{
    color: #71cbf4;
}
    

.intro-ticks{
/*    padding-left: 25px;
    padding: 25px;
    padding-top: 25px;
    padding-bottom: 25px;*/
    width: 50%;
    text-align: center;
    padding-left: 50px;
    /*background-color: #e2e2e2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/
}

.intro-ticks img{
    width: 100%;
    max-width: 600px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.intro-ticks{
    margin-top: 0px;
}

.intro-ticks h2{
    margin-top: 0px;
}

.intro-ticks ul.ticks{
     text-align: left;
    margin-bottom: 25px;
}

.banner-logos{
    padding-top: 50px;
}

.banner-logos img{
    max-width: 200px;
    margin-left: 25px;
    margin-right: 25px;
    vertical-align: top;
}

.footer-icons{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-icons img{
    max-width: 200px;
    margin-left: 25px;
    margin-right: 25px;
    vertical-align: top;
}

.services-intro img{
    width: 100%;
    margin-bottom: 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.about-btns .btn {
    color: #27205B;
    background-color: #71cbf4;
}

.about-btns .btn:hover {
    color: #fff;
    background-color: #27205B;
}

.about-page{
    text-align: left;
}

.about-txt{
    padding-right: 50px;
}

.about-txt img{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.about-img{
    padding-left: 50px;
}

.about-img img{
    width: 100%;
    margin-bottom: 25px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.about-icons{
    padding-top: 50px;
}

.about-icons img{
    max-width: 100px;
}

.about-icons h2{
    font-size: 30px;
    line-height: 40px;
}

.hp-images{
    padding-top: 0px;
}

.hp-images h2{
    text-align: center;
    margin-top: 0px;
}

.hp-images img{
    width: 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.hp-image-row{
    position: relative;
    margin-bottom: 100px;
}

.hp-image{
    position: relative;
    z-index: 9;
    float: left;
    width: 50%;
}

.hp-image-txt{
    position: relative;
    z-index: 99;
    width: 60%;
    margin-left: -10%;
    background-color: #fff;
    float: right;
    text-align: left;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    padding: 50px;
  position: absolute;
  top: 50%;
    right: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    /*border: 1px solid #d9d9d9;*/
    border-left: 10px solid #71cbf4;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.hp-image-txt h2{
    font-size: 30px;
    line-height: 30px;   
    margin: 0px;
    text-align: left;
} 

.tabs-menu {
    float: left;
	width: 100%;
    clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 25px;
	text-align: center;
}

.tabs-menu li {
    display: inline-block;
	/*float: left;*/
	min-width: 12.2%;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 15px;
    padding-bottom: 15px;
	background: #fff;
	-webkit-transition: .2s;
    	transition: .2s;
	border: 1px solid #27205b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #27205b;
	
}

.tabs-menu li.current{
 	border-top: 1px solid #27205b;
 	border-left: 1px solid #27205b;
 	border-right: 1px solid #27205b;
 	border-bottom: 3px solid #71cbf4;
}

.tabs-menu li a{
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    
}

.tabs-menu li a img{
    max-width: 50px;
    margin-bottom: 5px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	-webkit-transition: .5s;
    transition: .5s;
}

.tabs-menu li a:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.tabs-menu li.current a img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.service-options{
    padding-top: 0px;
    padding-bottom: 0px;
}

.service-options .btn{
    display: inline-block;
    min-width: 0px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    color: #27205B;
    background-color: #fff;
    border: 1px solid #27205B;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.service-options .btn:hover{
    color: #fff;
    background-color: #71cbf4;   
    border: 1px solid #71cbf4;
} 

.service-txt img{
    max-width: 85px;
    margin-bottom: 25px;
}

.service-options h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #27205B;
    margin: 0px;
}

.service-option-intro{
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: left 0px;
    padding-left: 100px;
    text-align: left;
    padding-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.service-option-intro p{
    font-weight: 500;
}

.tab-content{
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    /*border: 1px solid #27205b;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;

    text-align: left;
    margin-top: 50px;
}  

.tab-content .box1{
    text-align: center;
}  

.service-txt{
    width: 66.66%;
    padding: 50px;
    padding-right: 50px;
}

.service-img{
    width: 33.33%;
}

.service-img img{
    width: 100%;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -khtml-border-radius: 0px 20px 20px 0px;
    border-radius: 0px 20px 20px 0px;
}


.service-page{
    /*background-color: #e5f7ff;*/
}

.service-box-img{
    position: relative;
    float: right;
    max-width: 50%;
    padding: 50px;
    background-color: #efefef;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    z-index: 99;
}

.service-box-img img{
    width: 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.service-box-txt{
    float: left;
    max-width: 60%;
    padding: 25px;
    padding-left: 50px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5f7ff;
    background-color: #27205B;
    z-index: 99;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.service-box-txt ul.ticks{
    margin-bottom: 25px;
    color: #fff;
}

ul.ticks li {
    background-image: url(../images/icons/tick-white.png);
}

.service-box-txt p{
    color: #fff;
}

.service-box-txt .btn {
    color: #27205B;
    background-color: #71cbf4;
}

.service-box-txt .btn:hover {
    color: #fff;
    background-color: #9edffd;
}

.service-box{
    position: relative;
    margin-bottom: 50px;
}

.service-box-txt p {
    font-size: 20px;
    line-height: 25px;
}

.banner-no-img .hp-highlights-box img{
    max-width: 75px;
}

.banner-no-img .hp-highlights-box h3 {
color: #27205B;
    font-size: 18px;
    line-height: 27px;
}

.fancybox-bg {
    background: #e5f7ff!important;
}

.fancybox-content {
    background: #27205B!important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.fancybox-button svg {
    color: #fff!important;
} 

.fancybox-content h2{
    margin-top: 0px;
} 

.fancybox-content p{
   color: #fff;
} 

.form-field {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-field-row input {
    float: left;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
}


.form-field-row textarea {
    float: left;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
}

.fancybox-content .form_field_row .btn {
    float: left;
    width: 100%;
    max-width: 235px;
    padding: 12px;
    font-weight: 500;
    background-color: #71cbf4 !important;
    border: none;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.fancybox-content .form_field_row .btn:hover{
    background-color: #a0d9f3 !important;
}

#hp-highlights .box1 .hp-highlights-box span {
    display: inline-block;
    padding: 5px;
    padding-top: 19px;
    background: #27205b;
    color: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 75px;
    height: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
} 

.how-it-works-stage{
    background: #e5f7ff!important;
    margin-top: 25px;
}

.how-it-works-stage a{
    color: #27205B;
}

.popular-services{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.popular-services .box4{
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #27205B;
    min-height: 520px;
}

.popular-services img{
    width: 100%;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.popular-services h3{
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    color: #27205B;
    margin: 0px;
    margin-top: 25px;
}    

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1400px) {

.banner-gradient{
    background-size: auto 100%;
}   

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1300px) {

.phone-img {
    max-width: 400px;
}

}


/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1230px) {



.container{
    float: left;
    width:100%;
	max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#hp-highlights .container{
    /*padding-left:0px;
    padding-right: 0px;*/
}

.about-banner .container {
    float: none;
}



}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1100px) {

#header {
    max-width: 600px;
}

.tabs-menu li {
    min-width: 20%;
}

.hp-highlights-box {
    min-height: 199px;
}

.how-it-works {
    padding-right: 0%;
    padding-bottom: 75px;
}

.how-it-works-container{
    padding-bottom: 500px;
}

/*.app-icon {
    position: absolute;
    top: auto;
    bottom: 300px;
    right: auto;
    left: 50px;

}*/

.phone-img {
    right: auto;
    left: 30%;
    width: 100%;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 950px) {

.banner-title {
    padding-top: 0px;
}

.banner-no-img h1 {
    margin-bottom: 0px;
}

#header-container {
    float: left;
    width: 100%;
    position: static;
}

#logo-box {
    float: left;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

#logo-box img {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#logo-box span {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#header {
    float: right;
    max-width: 100%;
    width:100%;
    text-align: center;
}

#nav {
    float: none;
    display: inline-block;
}

.shrink #logo-box img {
    max-width: 135px !important;
}

.shrink #logo-box span {
font-size: 30px;
    font-weight: 400;
}

.shrink #nav {
    padding-top: 15px;
}

.contact-page {
    padding-top: 50px;
}

.contact-details {
    padding-top: 0px;

}

.service-box-txt {
    float: left;
    max-width: 50%;
    padding: 25px;
    padding-left: 25px;
    position: relative;
    float: left;
    left: auto;
    top: 0%;
    transform: translateY(0%);
    background-color: #e5f7ff;
    background-color: #27205B;
    z-index: 99;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;

}

.service-box-img {
    position: relative;
    float: right;
    max-width: 50%;
    padding: 50px;
    padding-top: 0px;
    background-color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    z-index: 99;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 850px) {

.footer-contact-details {
    max-width: 100%;
    text-align: left;
    width: 100%;
}

.footer-contact-details .box1{
    text-align: center;
}

.footer-contact-details img {
    float: none;
}

.footer-links{
    width: 50%;
}

.footer-logos{
    width: 50%;
}

.service-img {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
}

.service-img img {
    width: 100%;
    max-width: 500px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.service-txt {
    width: 100%;
    padding: 25px;
    padding-right: 25px;
}

.hp-image-txt {
    width: 70%;
}

.custombanner-content{
    padding-top: 150px;
}

.services-intro img{
    margin-top: 25px;
}

.intro-container{
    text-align: center;

}

.intro-box{
    width: 100%;
    padding-right: 0px;
    text-align: left;
}

.intro-ticks{
    float: none;
    display: inline-block;
    margin-top: 50px;
    width: 50%;

}

.services-intro{
    padding-top: 25px;
}

.services-intro .box2{
    width: 100%;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.services .box3 {
    padding: 25px;
    width: 50%;
    border-right: none!important;
}

.services-row {
    margin-left: 0px;
    border-bottom: none;
}

.footer-company-info{
    width: 100%;
    text-align: center;
}
    
.footer-services{
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.footer-logo .box1 img.f-logo {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 180px;
    margin-right: 25px;
}

.footer-logo .box1 img.f-napit {
    float: none;
    display: inline-block;
    max-width: 60px;
    margin-top: 15px;
    vertical-align: top;
}

.footer-services ul {
    float: none;
    width: auto;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
    list-style: none;
}

#footer-container .footer-contact-details span {
    float: none;
    width: auto;

    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}




.easy-steps .box4 {
    width: 48%;
    margin-bottom: 2%;
}

.content {
    padding-top: 0px;
}

.service-page{
    padding-top: 50px;
}

.about-page{
    padding-top: 50px;
}

.contact-page h1{
    margin-top: 50px;
}

.gallery-page h1{
    margin-top: 50px;
}

.txt-box-left{
    width: 100%;
    padding-right: 0px;
}

.img-box-right{
    width: 100%;
    padding-left: 0px;
    text-align: center;
}

.img-box-right img{
    margin-top: 50px;
    max-width: 500px;
    float: none;
    display: inline-block;
}

.txt-box-right{
    width: 100%;
    padding-left: 0px;

}

.img-box-left{
    width: 100%;
    padding-right: 0px;
    text-align: center;
}

.img-box-left img{
    margin-top: 50px;
    max-width: 500px;
    float: none;
    display: inline-block;
}



.hp-boxes h3 {
    font-size: 50px;
    line-height: 50px;
}


}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 750px) {

.about-txt{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 50px;
}

.about-img {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}

.about-img img{
    max-width: 350px;
}

.service-box-txt {
    max-width: 100%;
}

.service-box {
    position: relative;
    padding-bottom: 300px;
}

.service-box-img{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    max-width: 100%;
    padding-bottom: 0px;
}

.service-box-img img {
    width: auto;
    max-height: 250px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}

.hp-image {
    width: 100%;
}

.hp-image-txt{
    width: 90%!important;
    right: auto!important;
    left: 5%!important;
    margin-left: 0%!important;;
}

.hp-image-row {
    position: relative;
    margin-bottom: 50px;
}

#slideshow {
    min-height: 350px !important;
}

.contact-page .box2{
    width: 100%;
}

.custombanner-content {
    padding-top: 100px;
}

.service-text {
    width: 100%;
    padding-right: 0px;
}

.service-gallery {
    width: 100%;
    padding-left: 0px;
}

.homepage-box-left{
    width: 100%;
    padding-right: 0px;
}   

.homepage-box-right {
    width: 100%;
    padding-left: 0px;
}

.hp-highlights-box {
    float: left;
    width: 33.33%;

}

.banner-text .hp-highlights-box {
    float: left;
    width: 50%;
    min-height: 220px;
}



.banner-container h1 {
    font-size: 35px;
    line-height: 35px;
}

.hp-boxes h3 {
    font-size: 35px;
    line-height: 40px;
}

h2 {
    font-size: 35px;
    line-height: 35px;
}

.banner-title h1 {
    font-size: 35px;
    line-height: 35px;
}

.slicknav_menu{
    display: block!important;
}

#nav{
    display: none;
}

.app-icon {
    max-width: 100px;
}

.box4{
	width: 50%;
}

.box3{
	width: 100%;
}

.popular-services .box4 {
    padding-left: 25px;
    padding-right: 25px;
    border-right: none;
    min-height: 520px;
    margin-bottom: 50px;
}

.hp-boxes .box3 {
    padding-bottom: 50px;
}



.banner {
    float: left;
    width: 100%;
    height: 300px;
}

#banner-txt:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    width: 200%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    z-index: 1;
    background-image: linear-gradient(to left, rgba(4, 53, 61, 0.85), rgba(4, 53, 61, 0.4));
}

#banner-txt {
    position: relative;
    float: right;
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    text-align: center;
}

#banner-txt span{
    width: 100%;
    float: left;
    text-align: center;
}

.intro-ticks{
    width: 100%;

}

.banner-title .banner-text {
    padding-top: 0px;
}

.banner-title {
    min-height: 0;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 550px) {

.tabs-menu li a img {
    max-width: 30px;
}

.tab-content {
    margin-top: 25px;
}

.tabs-menu {
    padding-top: 0px;
}

.service-option-intro {
    background-size: 40px;
    padding-left: 60px;
}

.popular-services .box4 {
    width: 100%;
}

.how-it-works-stage .hp-highlights-box {
    width: 100%;
    padding: 0px;
    margin-top: 25px;
}

.sub-highlights {
    padding-top: 25px;
}

.hp-image {
    width: 100%;
    display: none;
}

.hp-image-txt{
    position: relative;
    left: auto;
    right: auto;
    float: left;
        width: 100% !important;
        right: auto !important;
        left: 0% !important;
        margin-left: 0% !important;
    top: 0%;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 25px;
}

.tabs-menu li {
        min-width: 47%;
        margin-bottom: 2%;

}

.footer-call-to-action h3 {
    font-size: 25px;
}

#hp-highlights h3 {
    font-size: 16px;
}



#logo-box {
    text-align: left;
}

.header-box-email {
    width: 100%;
    margin-bottom: 3px;
}

.header-box-phone {
    width: 100%;
}

.slicknav_btn {
    margin-top: 87px!important;
}

.services .box3 {
    padding: 0px!important;
    margin-top: 50px;
    width: 100%;
    border-right: none!important;
}

.services-row ul{
    min-height: 0px;
}

.yellow-background{
    width:100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
}

.hp-image-txt h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
}

.phone-img {
    right: auto;
    left: 0%;
    width: 100%;
}

.easy-steps .box4 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
}

ul.ticks{
    padding-left: 25px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.ticks li {
    float: left;
    width: 100%;
}



#banner-txt{
    padding: 25px;
    padding-top: 50px;
}

#banner-txt span {
    font-size: 30px;
}

#banner-txt h1 {
    font-size: 30px;
}

#logo-box span {
    font-size: 25px;
    font-weight: 400;
    padding-top: 15px;
}

.shrink #logo-box span {
    font-size: 25px;
    font-weight: 400;
    padding-top: 15px;
}





#logo-box span {
    float: left;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 450px) {

.footer-logos img{
    max-width: 60px!important;
}

.about-img {
    display: none;
}

.about-txt {
    padding-bottom: 0px;
}

.banner-text .hp-highlights-box {
    float: left;
    width: 100%;
    min-height: 0px;
}

#logo-box img {
    max-width: 280px;
}

.hp-highlights-box {
    width: 100%;
    padding-bottom: 0px;
    min-height: 0px;
}



.banner-container h1 {
    font-size: 30px;
    line-height: 30px;
}

.banner-title h1 {
    font-size: 30px;
    line-height: 30px;
}

.phone-img {
    right: auto;
    left: 50px;
    width: 80%;
}

.how-it-works-container {
    padding-bottom: 400px;
}

.app-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    max-width: 75px;
}

.how-it-works-container {
    padding-top: 20px;
}



.easy-steps {
    padding-top: 50px;
    padding-bottom: 50px;
}


.contact {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact  .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.form-container {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.custombanner-content {
    padding-top: 50px;
}

.banner-logos img {
    max-width: 200px;
    margin-left: 50px;
    margin-right: 50px;
    max-height: 80px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 400px) {

.footer-services ul li {
    float: left;
    width: 100%;
    margin-right: 0px;
    text-align: center;
}

}

