/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.no_margin{
    margin: 0px;
}
.no_padding{
    padding: 0;
}
.padding_left{
    padding-left:0px;
}
.padding_right{
    padding-right:0px;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}

.banner_area {
  background-image: url("img/banner.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_content > img {
  margin-bottom: 90px;
  margin-top: 50px;
}

.banner::before {
  background-image: url("img/top.png");
  background-repeat: no-repeat;
  bottom: 40px;
  content: "";
  height: 63px;
  left: calc(50% - 32px);
  position: absolute;
  width: 62px;
}
.banner {
  overflow: hidden;
  position: relative;
}

.banner_content > img {
  margin-bottom: 90px;
  margin-top: 50px;
}
.banner_content > p {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
.banner_content > h2 {
  color: #fff;
  font-size: 47px;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 40px;
  padding-top: 20px;
  text-transform: uppercase;
}
.banner_content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.banner_content h3 span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding-top: 20px;
}
.banner_content > a {
  background: #f2af3a none repeat scroll 0 0;
  border-radius: 44px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 370px;
  margin-left: 48%;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 50%;
}

.steps_area {
     background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  padding: 70px 0;
}
.steps {
  overflow: hidden;
}
.steps > h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 45px;
}
.single_step_area {
  overflow: hidden;
}
.single_step {
  float: left;
  overflow: hidden;
  width: 15%;
}
.single_step > img {
  display: block;
  margin-bottom: 20px;
  margin-left: 26%;
}
.single_step > p {
  background: #ce8633 none repeat scroll 0 0;
  border-radius: 36px;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 700;
  height: 35px;
  margin-right: 9%;
  padding: 2px;
  text-align: center;
  width: 35px;
}
.single_step > h2 {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  margin-left: 23%;
  padding-right: 8%;
}
.steps strong{
    font-weight: 600;
}
.single_step.lastss{
    width: 31%;
}
.single_step.lastss h2 {
  margin-left: 15%;
  padding-right: 0;
}
.single_step.lastss p { 
  margin-right: 5%;
  padding: 2px;
  text-align: center;
  width: 35px;
}
.single_step.lastss img { 
  margin-left: 20%;
}


.guard_area {
  padding-bottom: 0px;
  padding-top: 50px;
}
.guard > h2 {
  color: #7e4240;
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 25px;
}
.guard > p {
  color: #959595;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 35px;
  padding-right: 38%;
}
.guard > a {
  background: #f2af3a none repeat scroll 0 0;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 65px;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.guard {
  position: relative;
}
.image_area > img {
  width: 94%;
}

.image_area {
  bottom: 0;
  position: absolute;
  right: -6%;
}

.product_feature_area {
  background-image: url("img/bg1.jpg");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.product_feature > h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 80px;
  position: relative;
  text-align: center;
}
.product_feature > h2::before {
  background: #f2af3a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
}
.product_feature > p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 0 25% 70px;
  text-align: center;
}
.single_feature_area {
  text-align: center;
}
.single_feature > p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 100px;
  margin-top: 25px;
}
.feature_image > img {
  margin-top: 1px;
}
.item.single_image > img {
  width: 100%;
}

.shake{
   color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 25px;
}


.media_release_area {
  padding: 90px 0;
}
.right_content {
  padding-left: 4%;
}
.right_content > h2 {
  color: #742d26;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 25px;
}
.right_content li {
  background-image: url("img/li.png");
  background-position: 0 12px;
  background-repeat: no-repeat;
  color: #464646;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding: 7px 0 7px 7%;
}
.right_content > a {
  background: #f2af3a none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-left: 1%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 42%;
}
.left_carusel .owl-pagination {
  margin-top: 20px;
  text-align: center;
}
.left_carusel .owl-pagination .owl-page {
  display: inline;
}
.left_carusel .owl-pagination .owl-page.active span {
    background: #742d26;
}
.left_carusel .owl-pagination .owl-page span {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #742d26;
  border-radius: 20px;
  display: inline-block;
  font-size: 0;
  height: 17px;
  margin: 0 5px;
  width: 17px;
} 
.aval > h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding: 40px;
  text-align: center;
}
.avai_area {
  background: #68251f none repeat scroll 0 0;
}

.contact_form{
  text-align:center;
}
.contact_form input,select{
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  padding-left: 15px;
}
.contact_form input#submit_button{
  background-color: #f2af3a;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  color:#fff;
  width:350px;
}


.download_now_area {
  background-image: url("img/bg2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  padding-top: 80px;
  text-align: center;
}

.download_no > h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -2px;
}
.download_no h2 a {
  color: #f2af3a;
  font-weight: 600;
  text-decoration: none;
}
.download_no > p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  padding: 50px 0;
}
.download_no ul li {
  display: inline;
}
.download_no ul li a {
  background-color: #f2af3a;
  background-image: url("img/a2.png");
  background-position: 29px center;
  background-repeat: no-repeat;
  border-radius: 38px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 18px;
  margin: 0 2%;
  padding: 8px 3% 8px 7%;
  text-align: left;
  text-decoration: none;
  width: 22%;
}
.download_no > img {
  margin-top: 70px;
  width: 100%;
}

.social {
  text-align: center;
}

.social li {
  display: inline;
}
.social a {
  color: #cccccc;
  display: inline-block;
  font-size: 40px;
  padding: 16px 10px;
}
footer {
  background: #cccccc none repeat scroll 0 0;
  text-align: center;
}
.footer > p {
  color: #000000;
  float: left;
  font-size: 12px;
  padding: 30px 0;
  text-align: right;
  width: 58%;
}
.footer > img {
  float: left;
  margin: 11px 10px;
}
.product_feature h2 span,.aval h2 span{
    font-weight: 600
}
.right_content h2 span{
    font-weight: 600;
    color: #742d26;
}
.download_no ul li.first a { 
  background-image: url("img/a1.png"); 
}
.image_area { 
  overflow: hidden; 
}

.main_button{
background-color: #f2af3a;
    border-radius: 38px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 0.5rem 2rem;
    text-decoration: none;
}