@font-face {
font-family: Raleway-Medium;
src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
font-family: Raleway-Bold;
src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
font-family: Raleway-regular;
src: url(../fonts/Raleway-Regular.ttf);
}


/* RESET */ .elq-form * {
    margin: 0;
    padding: 0;
  }
  .elq-form input, textarea {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
  }
  .elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
  }
  /* GENERIC */.elq-form input {
    height: 16px;
    line-height: 16px;
  }
  .elq-form .item-padding {
    padding:6px 5px 9px 9px;
  }
  .elq-form .pp-group {
    padding:0px 5px 0px 9px;
  }
  .elq-form .pp-field {
    padding:6px 0px 9px 0px;
  }
  .elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
  }
  .elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .elq-form .field-design {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
  }
  .elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
  }
  /* SECTION BREAKS */.elq-form .section-break {
    float:left;
    width: 97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
  }
  .elq-form .section-break .heading {
    width:100%;
    font-weight: bold;
    margin:0;
    padding:0;
  }
  /* LABEL */.elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
  }
  /* FIELD GROUP */.elq-form .field-group {
    float: left;
    clear: both;
  }
  .elq-form .field-group.large {
    width:100%;
  }
  .elq-form .field-group.medium {
    width:51%;
  }
  .elq-form .field-group.small {
    width:31%;
  }
  .elq-form .field-group .label {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:1%;
    padding-bottom:6px;
    font-weight: bold;
  }
  .elq-form .field-group .field-style {
    float: left;
  }
  .elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
  }
  .elq-form .progressive-profile .pp-inner.large {
    width:100%;
  }
  .elq-form .progressive-profile .pp-inner.medium {
    width:51%;
  }
  .elq-form .progressive-profile .pp-inner.small {
    width:31%;
  }
  /* RADIO */.elq-form .radio-option {
    display: inline-block;
  }
  .elq-form .radio-option .label {
    display:block;
    float:left;
    padding-right:10px;
    padding-left:22px;
    text-indent:-22px;
  }
  .elq-form .radio-option .input {
    vertical-align:middle;
    margin-right:7px;
  }
  .elq-form .radio-option .inner {
    vertical-align:middle;
  }
  /* CHECKBOX */.elq-form .checkbox-span {
    display:inline-block;
  }
  .elq-form .checkbox-label {
    margin-left:4px;
  }
  /* INPUT */.elq-form .accept-default {
    width:100%;
  }
  /* SIZING */.elq-form .field-style {
    margin-right:2%;
    margin-left:2%;
  }
  .elq-form .field-style._25 {
    width:21%;
  }
  .elq-form .field-style._50 {
    width:46%;
  }
  .elq-form .field-style._50_left {
    clear:left;
    width:46%;
  }
  .elq-form .field-style._75 {
    width:71%;
  }
  .elq-form .field-style._100 {
    width:96%;
  }
  .elq-form .field-size-top-small {
    width:30%;
  }
  .elq-form .field-size-top-medium {
    width:75%;
  }
  .elq-form .field-size-top-large {
    width:100%;
  }
  .elq-form .field-size-left-small {
    width:21%;
  }
  .elq-form .field-size-left-medium {
    width:46%;
  }
  .elq-form .field-size-left-large {
    width:60%;
  }
  /* INSTRUCTIONS */.elq-form .instructions.default {
    color:#444444;
    display:block;
    font-size:10px;
    padding:6px 0pt 3px;
  }
  .elq-form .instructions.group {
    float:left;
    width:97%;
    margin-right:2%;
    margin-left:2%;
    padding:6px 0pt 3px;
    color:#444444;
    display:block;
    font-size:10px;
  }
  .elq-form .instructions.left-single {
    margin:0 0 0 33%;
  }
  .elq-form .instructions-other {
    margin:0;
  }
  /* POSITIONING */.elq-form .label-position.left {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    float:left;
    width:31%;
    margin:0pt 15px 0pt 0pt;
    word-wrap:break-word;
  }
  .elq-form .label-position.top {
    display:block;
    line-height:150%;
    padding:1px 0pt 3px;
    white-space:nowrap;
  }
  .elq-form .label-position.alignment-left {
    text-align: left;
  }
  .elq-form .label-position.alignment-right {
    text-align: right;
  }
  /* LIST ORDER */.elq-form .list-order {
    display:block;
  }
  .elq-form .list-order.oneColumn {
    margin:0pt 7px 0pt 0pt;
    width:100%;
    clear:both;
  }
  .elq-form .list-order.twoColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumn {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  .elq-form .list-order.oneColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:100%;
  }
  .elq-form .list-order.twoColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:38%;
  }
  .elq-form .list-order.threeColumnLeft {
    float:left;
    margin:0pt 7px 0pt 0pt;
    width:30%;
  }
  /* GRID STYLE */.elq-form .grid-style {
    display:inline;
    float:left;
    margin-left:2%;
    margin-right:2%;
  }
  .elq-form .grid-style._25 {
    width:21%;
  }
  .elq-form .grid-style._50 {
    width:46%;
  }
  .elq-form .grid-style._75 {
    width:71%;
  }
  .elq-form .grid-style._100 {
    width:96%;
  }

.from {
    margin-top: -20px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.modal-content{
	 box-shadow: 0 5px 15px rgba(0,0,0,0);
	border:0px;
	background: transparent;
}
.modal-header{
	border-bottom: 0px;
}
.form-pad {
    padding: 10px 0px;
}
.field-p input {
    width: 90% !important;
}
.elq-form input {
    height: 25px;
    line-height: 16px;
    border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #a392a5;
}
.field-p .submit-button{
height: 36px !important;
width: 100px;
border: 1px solid #8a40a0 !important;
margin: 8px 0px 0px 36px !important;
color: #8a40a0 !important;
background: transparent !important;
color: #7d08d7 !important;
font-size: 16px !important;
width: 100px !important;
margin-top: 10px;
}
.slider{
	margin: 50px 0px;
	height: 360px;
}

/* -------------------------------------------------form style ------------------------------ */
.container{
	max-width: 960px;
	margin: 0 auto;
}
body{
	font-family: Raleway-regular !important;
  overflow-x: hidden!important;
}
p,li{
	font-size: 16px;
  /* line-height: 24px; */
	font-family:  Raleway-Medium !important;
}
h1{
	font-family: Raleway-Bold !important;
}
.banner-strip{
	padding:10px 0px;
	position: fixed;
	top:0px;
	border-bottom: 1px solid #ededed;
	width: 100%;
	background: #fff;
	z-index: 9;
}
.btn-success{
	background: #10b81a;
	border: 1px solid #10b81a;
}
.banner-strip img{
	width: 132px;
}
/* banner strip ends */
.demo{
	margin-top: 8px;
	float: right;
}
.banner{
	background: url('../img/banner.jpg')center no-repeat;
	background-size: cover;
	/* background: lightblue; */
	height: 450px;
	margin-top: 55px;
	color: #fff;
	padding-top: 55px;
  position: relative;
}
.content{
	margin:6% auto 3%; 
}
.left-and-right h1,.per{
	font-weight: 600;
	font-size: 30px;
  font-family: Raleway-Bold;
}
.left-and-right .lr-row ,.left-and-right1 .lr-row{
 /* margin: 40px auto 40px; */
 padding-top:60px ;
 padding-bottom:60px;
}
.lt-head-text{
	font-size: 26px;
	color: #611c87;
  margin-top: 0px;
}
.left-and-right ul,.left-and-right1 ul{
margin-top: 15px;
}
.fnt-16{
	font-size: 18px;
	/* margin-bottom: 15px; */
}
.banner .free-btn{
    background: #611c87;
    font-size: 20px;
    border: 1px solid #611c87;
    margin-top: 20px;
}
.know-more{
	background: #510c77;
	background: url(../img/Video_Landing-page-5_02.jpg)center no-repeat;
	background-size: cover;
}
.customer-logo{
	margin-bottom: 20px;
}
.customer-logo img,.customer-logo .row{
	margin-bottom: 20px;
}
.customer-logo img{
	border: 1px solid #bbb;
}
.know-more .pad{
 padding:60px 0px 80px;
}
.know-more p,.know-more b{
	color: #fff;
	font-size: 36px;
}
.know-more b{
	font-weight: bolder;
}
.know-more .btn{
	background: #ffc600;
	border: 1px solid #ffc600;
	border-radius: 0px;
	width: 160px;
	height: 40px;
	color:#510c77;
	font-size: 18px;
}
.collaterals {
	background: #233239;
	background: url(../img/Video_Landing-page-5_0.jpg)center no-repeat;
	background-size: cover;
	/* height: 400px; */
	padding:40px 0px ;
}
.owl-dots{
	display: none;
}
.owl-theme .owl-nav [class*="owl-"]{
	background: transparent !important;
}
.owl-prev{
	float: right;
	margin-right: -20px !important;
}
.owl-next {
	float: left;
	margin-left: -20px !important; 
}
.owl-theme .owl-nav {
    margin-top: -190px !important;
}
@media screen and (min-width:600px) {
.card{
	background: #fff;
	height: 325px;
	position: relative;
   }
   .card-btn{
	position: absolute;
	bottom: 10px;
	left: 0px;
	/* z-index: 1000; */
   }
}
.card{
	background: #fff;
	/* position: relative; */
   }
.card p,.card button{
	margin: 20px;
}
/* footer */
.footer {
    background: #222;
    padding: 20px 0 10px;
}
.footer .cus-col-md-3 {
    min-width: 27%;
}

.footer a,.footer p {
    color: #fff;
    font-size: 14px;
}
.footer a, a:hover {
    text-decoration: none;
}
.close{
  opacity: 0.9;
}

.Al-bg{
  padding: 6% 0px;
  background: #d6d6dd;
}
.Al-bg h3{
   margin-bottom: 30px;
}
.pad{
  padding:20px 0px;
}
.pad h4{
  margin-bottom:15px;
  font-size: 20px;
  font-weight: 600;
}
.faq{
  background: #3b3b3b;
  color: #fff;
  padding:70px 0px 60px;
}
.faq .ro{
  padding:40px 0px 0px ;
}
.faq h4{
  font-weight: 600; 
  font-size: 20px;
}
@media screen and (min-width:992px) {
.left-and-right1 .right-pull1{
	float: right !important;
 }
 .footer .cus-col-md-2 {
    max-width: 11%;
   }
   .card{
	background: #fff;
	height: 325px;
   }
   .video-height{
  height: 480px;
}
.r-img{
  float: right;
}
.form{
  margin-left: -14px;
}
}
/*----------------tabs------------- */
@media screen and (max-width: 992px) and (min-width:768px){
	.know-more .pad{
 padding:40px 0px 60px;
}
.form{
  margin-left: -14px;
}
.card {
    height: 290px;
}
.know-more p,.know-more b{
	color: #fff;
	font-size: 28px;
}
.know-more b{
	font-weight: bolder;
}
.left-and-right1 .right-pull1{
	float: right !important;
 }
 .col-hide{
    display: none;
  }
  .card p {
    font-size: 14px !important;
}
.know-more .btn{
	background: #ffc600;
	border: 1px solid #ffc600;
	border-radius: 0px;
	width: 140px;
	height: 35px;
	color:#510c77;
	font-size: 16px;
}
.video-height{
  height: 414px;
}
}

@media only screen and (min-width:530px) and (max-width: 599px) {
  .collaterals{
    padding: 40px 0px 65px;
  }
}
/* mobile */
@media screen and (max-width:767px) {
  .owl-dots,.owl-theme .owl-nav [class*="owl-"],.owl-prev,.owl-next{
  display: none !important;
}
.banner h1{
  margin-top: 10px;
}
.banner{
  background: url('../img/mbanner.jpg')center no-repeat;
  background-size: cover;
  /* background: lightblue; */
  height: 450px;
  margin-top: 55px;
  color: #fff;
  padding-top: 55px;
  position: relative;
}
.banner .free-btn {
    background: #611c87;
    font-size: 15px;
    border: 1px solid #611c87;
    margin-top: 18px;
}
  .video-height{
  height: 340px;
}
  .banner-strip img{
	width: 100px;
   }
   .demo{
	margin-top: 4px;
	float: right;
   }
   .banner{
   	height: 300px;
   }
   .banner h1{
   	font-size: 28px;
   }
   .left-and-right .lr-row ,.left-and-right1{
 margin: 15px auto 15px;
 padding-top:10px ;
 padding-bottom:10px;
  }
  .mob-mar-15{
  	margin-bottom: 15px;
  }
  .left-and-right h1 {
    font-weight: 600;
    font-size: 23px;
   }
   .customer-logo .img-responsive{
   	margin: 10px auto;
   }
   .customer-logo .row {
    margin-bottom: 0px;
}
.know-more{
	background: #510c77;
	/* background: url(../img/Video_Landing-page-5_02.png)right no-repeat; */
	background-size: cover;
 }
 .fnt-16{
  font-size: 16px;
 }
p, li{
  font-size: 14px;
}
 .img-responsive{
 	margin: 0px auto;
 }
 .footer{
 	text-align: center;
 }
 .col-hide, br {
    display: none;
  }
  .know-more p, .know-more b {
    color: #fff;
    font-size: 26px;
}
 .card p {
    font-size: 14px !important;
}
.owl-dots,.owl-theme .owl-nav [class*="owl-"],.owl-prev,.owl-next{
  display: none !important;
  }
  .form{
    /* width: 300px; */
    margin-left: -15px;
  }
  .field-p input {
    width: 82% !important;
}
.field-p .submit-button {
  margin: 8px 0px 0px 40px !important;
  }
  .pad h4{
  margin-bottom:15px;
  font-size: 18px;
}
.faq{
  background: #3b3b3b;
  color: #fff;
  padding:30px 0px 35px;
}
.faq .ro{
  padding:20px 0px 0px ;
}
.faq h4{
  font-weight: 600; 
  font-size: 18px;
  }

  .lt-head-text {
    font-size: 26px;
    color: #611c87;
   }
   .lt-head-text {
    font-size: 20px !important;
    color: #611c87;
  }
  .per{
    font-size: 23px;
    font-weight: 600;
  }
  .know-more p{
    line-height: 34px;
  }
  .left-and-right1 .lr-row{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .left-and-right1 .lr-row .r-img{
    margin-top: 45px;
  }
}

@media only screen and (min-width:320px) and (max-width: 450px) {
  .collaterals{
    padding: 40px 0px 0px;
  }
}