@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

@font-face {
    font-family: KeepCalm-Medium;
    src: url('../css/font/KeepCalm-Medium.ttf');
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../css/font/Roboto-Regular.ttf');
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.wrap{
    position: fixed;
    z-index: 2000;
    right: 18px;
    bottom: 18px;
    max-width: 220px;
    background: rgba(63,61,57,.9);
    color: #fff;
    padding: 0 18px 18px;
    line-height: 1.2;
    font-size: 12px;
}
.wrappara{
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.6;
}
.wrappara a{
    text-decoration:underline;
    color:#fff;
}
.btn{
    text-decoration: none;
    border-color: #fff;
    color: #fff;
    padding: 8px 20px;
}
.btn:hover{
    text-decoration: none !important;
    color: #fff !important;
    background: #1a94ff !important;
}
 
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:hover, a:focus {
    text-decoration: none;
}
section{
    padding:25px 0;
}
.white{
	color: #fff;
}
.mt24{
    margin-top:24px;
}
.pad0{
	padding: 0;
}

.padleft{
	padding-left: 0;
}

.padright{
	padding-right: 0;
}

.mar0{
	margin: 0;
}
.mt1{
    margin-top:1%;
}
.mt2{
    margin-top:2%;
}
.pd7 {
    padding-top: 2%;
}

.pd3{
    padding-top:3%;
}
.pd1{
    padding-top:1%;
}
.pd2{
    padding-top:2%;
}
.headsec1{
    background: #c62925;
    position: relative;
 }

.headsec1head1{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight:400;
}

.headsec1head1 u{
    font-family: 'Roboto', sans-serif;
    font-weight:900;
}

.headsec1head1 span{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight:400;
}

.headsec1head p {
    margin-top: 15px;
    margin-bottom: 0px;
}

.headsec1head2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 200px;
    line-height: 25px;
    border-radius: 4px;
    font-weight:900;
    background: #337ab7;
    border-radius: 4px;
}
.sec2{
    background: #1a2735;
    border-top: 0px solid #a99195;
    margin-top:78px;
}

.sec2head1{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    font-weight:400;
}

.line-size1 {
    height: 50px;
    line-height: 60px;
}

.sec2head2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 200px;
    line-height: 4px;
    background: #ff8909;
    border-radius: 4px;
    border: 1px solid #ff8909;
    font-weight:400;
}

.sec2head3{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

.btn-info:hover{
    background: #2aabd2 !important;
    border: 1px solid #2aabd2 !important;
}

.sec2head3{
    font-family: Roboto-Regular , sans-serif, serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
}
.sec2head3{
    font-family: Roboto-Regular , sans-serif, serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 36px;
}
.sec3 {
    background: url(https://s3-us-west-2.amazonaws.com/livereel/ace/sec3bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
	background-attachment:fixed;
    padding-bottom: 3%;
}
.sec3head1a {
    line-height: 56px;
    font-size: 60px;
    font-weight: 700;
}
.sec3head1 {
    line-height: 65px;
    font-size: 57px;
    font-weight: 700;
}
.sec3head{
    color:#000;
}
.sec3head1 span {
    color: #fc427b;
    text-decoration: underline;
}

.sec3head2 {
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0.5%;
    font-size: 25px;
    padding-top: 0.5%;
    margin: 26px auto;
}

.pointer {
    width: 59%;
    height: 128%;
    position: relative;
    background: #82589f;
    text-align: center;
}

.pointer:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid #82589f;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
}

.pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #82589f;
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
}	

.videobox {
    float: left;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #7e7ba0;
    background: rgba(1, 5, 5, 0.28);
    padding: 2%;
}
.responsive-video {
    padding-bottom: 56.21%;
    overflow: hidden;
    position: relative;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video1 iframe, .responsive-video1 object, .responsive-video1 embed, .responsive-demo-video embed, .responsive-demo-video object, .responsive-demo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec3para {
	font-weight: 400;
    font-size: 31px;
    line-height: 44px;
    padding-top: 2%;
}

.sec3para span {
    position: absolute;
    top: 28px;
}

.buybtn{
    padding-top: 2%;
}

.sec4 {
    background:#eefcff;
    padding-bottom: 2%;
}


.sec4list1 li {
    background-image: url(https://s3-us-west-2.amazonaws.com/livereel/ace/tick1.png);
    background-repeat: no-repeat;
    font-size: 18px;
    color: #030825;
    padding: 3px 50px;
    margin-left: 15px;
    margin-top: 10px;
    min-height: 40px;
    font-weight: 400;
}

	
.sec4list1	span{
	font-weight: 900;
    text-decoration: underline;
}	
.sec4head1{
    line-height: 32px;
    font-weight: 600;
    color: #000;
    font-size: 22px;
    padding-top: 3%;
    
}
.sec7 {
    background: url(https://s3-us-west-2.amazonaws.com/livereel/ace/sec7bg.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.sec7head1 {
    font-weight: 700;
    font-size: 33px;
    line-height: 43px;
    margin-top: 6px;
}
.sec7head2 {
    font-family: 'Poppins', sans-serif;
    font-size: 31px;
    line-height: 41px;
    padding: 0 2px;
    color: #6ce7f7;
    font-weight: 700;
}
.sec7head3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 22px;
    letter-spacing: 0.9px;
}
.sec7head3 span {
    font-weight: 700;
    color:#6ce7f7;
}


.sec8 {
    background: #fff;
}


.sec8head1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color:#000;
}

.sec8head2 {
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    line-height: 38px;
    padding: 0 4px;
    font-weight: 700;
    color: #fb1414;
}
.sec8head3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-top: 22px;
    color:#000;
    letter-spacing: 0.9px;
}
.sec8head3 span{
   color :#fb1414;
   font-weight:700;
}

.sec9 {
    background: url(https://s3-us-west-2.amazonaws.com/livereel/ace/sec9bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    
}

.sec9head1 {
    line-height: 40px;
    font-weight: 600;
    font-size: 30px;
    padding-top: 5%;
    color: #333;
}
.sec9head1 span{
    color:#ff0954;;
}

.sec9para1 {
	font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 1.5px;
    padding-top: 2%;
    color: #333;
    padding-bottom: 6%;
}
.sec9img {
    padding-top: 36%;
    margin: 0 auto;
}


.sec10 {
    background: #fff;
}


.sec11 {
    background: #fff;
    
}


.sec14a {
    background: url(https://s3-us-west-2.amazonaws.com/livereel/ace/sec14bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-bottom: 2%;
}




.sec18 {
    background: url(https://s3-us-west-2.amazonaws.com/livereel/ace/sec18bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding-bottom: 2%;
	margin-top: -5px;	
}
.sec18head1 {
    line-height: 50px;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    padding-bottom: 2%;
}
.sec18head2 {
    line-height: 50px;
    font-weight: 600;
    font-size: 29px;
    color: #fff;
}

.sec18head1 span{
	color: #6ce7f7;
}

.sec19para {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #1574a2; 
}

.mybtn a {
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #fb68d1 0%, #54c3f5 51%, #f55ac9 100%);
    color: #ffffff;
    padding: 1.9% 3%;
    display: table;
    margin: auto;
    border-radius: 5px;
    text-shadow: 2px 1px 12px rgba(0, 0, 0, 0.72);
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.btncode {
    font-size: 42px;
    font-weight: 500;
    line-height: 39px;
    font-family: 'Poppins', sans-serif;
}
.mybtn a:hover, .mybtn1 a:hover {
    background-position: right center;
    text-decoration: none;
}