
*{
	font-family: 'Cabin';
}
body{
	font-family: 'Cabin';
}

header.header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4;
}

.log a {
    width: 120px;
    display: block;
    margin: 20px 0px;
}
.frst-sec {
    margin-top: 95px;
    padding: 4% 0 2% 0;
	height:auto;
}
.lt-cnt {
    padding: 0;
}
.lt-cnt h2 {
    font-size: 1.6rem;
    font-weight: 600;
	 z-index: 2;
    position: relative;
}
.lt-cnt h3 {
    font-size: 1.6rem;
    font-weight: 300;
    color: #333;
    z-index: 2;
    position: relative;
}

.col-9.lt-im-cnt h5 {
	margin: 0;
    font-size: 1.1rem;
}
.col-9.lt-im-cnt p {

	    margin: 0;
    font-size: 14px;
    padding: 5px 0px 0px 0px;
    line-height: 18px;
    font-weight: 400;
}
.col-9.lt-im-cnt {
    padding: 0px;
}
.col-3.lt-im img {
    width: 60px;
}
.col-3.lt-im {
    padding: 0;
    text-align: center;
}
a.explr {
    background: #f47121;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
    margin: 20px 95px;
    font-size: 14px;
	    cursor: pointer;
}
.lt-cnt>img {
    position: absolute;
    bottom: 4%;
    width: 50%;
    right: -2%;
}
.snd-sec {
    background: #fbfbfb;
    width: 100%;
    float: left;
    padding: 3% 0;
}

.trd-sec{
	 background: #fff;
    width: 100%;
    float: left;
    padding: 3% 0;
}
.snd-sec h2,.trd-sec h2 {
font-size: 1.6rem;
    width: 100%;
    font-weight: bold;
}
.snd-sec p {
    font-size: 1rem;
 
}
.snd-sec .ul {
    list-style-type: none;
}
.snd-sec .ul li {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
}
.snd-sec .ul li::before{
    content: "";
    background: url(../images/tick.png)no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: block;
    position: absolute;
    left: -45px;
    top: 5px;
}
section.trd-sec img {
    width: 70px;
}
.trd-sec h2 {
    margin-bottom: 3rem;
}
.trd-sec h5 {
    margin: 15px 10px 5px;
    font-size: 1.1rem;
}
.trd-sec p {
font-size: 14px;
    padding: 5px 0px 0px 0px;
    line-height: 18px;
    font-weight: 400;
    margin: 0px 10px;
}
.mrt-auto{
	margin: 50px auto 0px !Important;
}
footer {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px #c6c6c6 solid;
}
footer p {
    margin: 10px;
    font-size: 14px;
}
.lp-form {
    background: #f5f5f5;
    padding: 20px;
}
.lp-form h5{
	margin-bottom:20px;
}
.lp-form .form-group input {
    background: transparent;
    border-bottom: 1px #d8d8d8 solid !important;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.lp-form .form-group {
    margin-bottom: .5rem;
}
.form-group.form-check label {
    font-size: 13px;
    line-height: 25px;
}

.form-group span {
    font-size: 11px;
    line-height: 13px !important;
    display: block;
}
 .form-check {

    margin-bottom: 8px;
}
button.btn.btn-primary.form-bt {
    background: #f47121 !important;
    border-color: #f47121 !important;
    padding: 5px 20px;
    margin: 10px 0px;
}


@media only screen and (max-width: 767px) {
	.row {
    margin: 0;
}
.lt-cnt>img {
    position: relative;
    bottom: 0%;
    width: 100%;
    right: 0;
}
.col-lg-4 {
    padding: 0;
}
a.explr {
 
    margin: 20px 0px;
}
.motext-center{
	text-align:center;
}
.trd-sec p {

    margin: 0px 10px 30px 10px;
}	
.mrt-auto {
    margin: 10px auto 20px !Important;
}
}

@media only screen and (max-width: 1199px) and (min-width: 1024px){
	
	.container {
    max-width: 90%;
}
	
	
}