* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html,
body {
    font-size: 16px;
    color: #6d6f77;
    font-family: 'open sans',sans-serif;
    line-height: 28px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 20px;
    font-size: 17px;
}

h1 h2 h3 h4 h5 h6 {
    margin: 0 0 20px;
    font-weight: 600;
    font-family: 'montserrat';
    color: #3e62ac;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 22px;
    text-transform: capitalize;
}

h3 {
    font-size: 16px;
}

a {
    transition: all 0.5s ease-out;
    text-decoration: none;
    color: #464646;
}

.sec-1 {
}

.menu-bar {
    background-image: linear-gradient( to right,#F66160, #FC8157);
    height: 70px;
}

.logo {
    height: auto;
    width: 150px;
    padding-top: 10px;
}

.menu ul {
    text-align: right;
    padding-right: 0px;
}

    .menu ul li {
        display: inline-block;
        position: relative;
    }

        .menu ul li a {
            padding: 20px 20px;
            display: block;
            color: #ffff;
        }

.img1 {
    position: relative;
}

.ebounti-sect2 {
    background-color: #ffff;
    padding-bottom: 60px;
}


.text1 {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 60px;
    background-color: #fff;
}

    .text1 h3 {
        color: #FB7859;
        font-size: 35px;
        font-weight: 700;
    }

.text2 h3 {
    color: #FB7859;
    font-size: 35px;
    font-weight: 700;
}

.img-text {
    position: absolute;
    color: #ffff;
    left: 750px;
    top: 210px;
    right: 100px;
}

.box11 {
    position: relative;
    height: 250px;
    width: 300px;
    text-align: center;
    background-image: linear-gradient( to right,#F66160, #FC8157);
    border-radius: 30px;
}

    .box11 img {
        padding-top: 20px;
        width: 140px;
    }

.text-img1 {
    position: relative;
    text-align: center;
    padding-right: 40px;
}

    .text-img1 h3 {
        padding-top: 10px;
        color: #FB7859;
        font-weight: 700;
    }

.box22 {
    position: relative;
    height: 250px;
    width: 300px;
    text-align: center;
    background-image: linear-gradient( to right,#F66160, #FC8157);
    border-radius: 30px;
}

    .box22 img {
        padding-top: 50px;
        width: 150px;
    }

.box33 {
    position: relative;
    height: 250px;
    width: 300px;
    text-align: center;
    background-image: linear-gradient( to right,#F66160, #FC8157);
    border-radius: 30px;
}

    .box33 img {
        padding-top: 60px;
        width: 150px;
    }
/*-------section3------*/ \ .vid-img img {
    position: relative;
    padding-top: 200px;
}


/* .vid-text {
    position: absolute;
    top: 1350px;
    right: 180px;
    width: 400px;
    height: 100px;
} */
.vid-text {
    position: absolute;
    top: 1300px;
    right: 180px;
    width: 1100px;
    height: 100px;
}
/*=================================Header CSS========================*/

section {
    width: 100%;
    height: auto;
    float: left;
}

header.site-header {
    margin: 0;
    padding: 8px 10px;
    display: block;
    width: 100%;
    clear: both;
    position: fixed;
    /*min-height: 85px;*/
    z-index: 100;
}

header.site-header {
    background: linear-gradient( to right,#F66160, #FC8157);
}

a:hover, a:focus, a:active {
    text-decoration: none;
}


/* Logo */
.site-logo {
    position: relative;
    float: left;
    padding-top: 0px;
}

    .site-logo a {
        position: relative;
        padding-left: 0;
        padding-top: 10px;
    }

    .site-logo img {
        width: 94%;
    }

.sticky-wrapper {
    height: 61px !important;
}

.navbar-toggle {
    border: 1px solid #eee;
}

    .navbar-toggle .icon-bar {
        background-color: #eee !important;
    }

/* Header navigation */
.site-nav {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    line-height: 38px;
    width: 100%;
    padding-top: 0px;
}

    .site-nav ul {
        margin: 0;
        padding: 0;
        display: block;
    }

    .site-nav li {
        margin: 0;
        padding: 0;
        display: block;
        list-style: none;
    }

        .site-nav li.active > a, .site-nav li:hover > a {
            color: #FFF;
            text-decoration: none;
            background-color: transparent;
        }

        .site-nav li:last-child > a {
            /* padding-right: 0; */
        }

    .site-nav a {
        padding: 8px 15px !important;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
        font-weight: 500;
        /* letter-spacing: 0.2px; */
        font-size: 15px;
        color: #fff;
        line-height: 38px !important;
    }

        .site-nav a > i.fa {
            margin-left: 5px;
            display: inline-block;
        }

    .site-nav .indicator-desktop {
        font-size: 11px;
    }

    .site-nav .indicator-mobile {
        display: none;
    }

/* Navigation toggle button */
.site-nav-toggle {
    display: none;
    float: right;
    margin-top: 14px;
    cursor: pointer;
}

    .site-nav-toggle span {
        width: 40px;
        display: block;
        clear: both;
        margin-bottom: 6px;
        height: 4px;
        background-image: linear-gradient(72deg, #FFA454, #F66161);
        transition: 400ms ease;
        transition-property: opacity, transform;
        opacity: 1;
        transform-origin: top left;
        transform: rotate(0deg);
    }

        .site-nav-toggle span span:nth-child(3) {
            transform-origin: bottom left;
        }

    .site-nav-toggle.active {
        /* Active Toggle button */
    }

        .site-nav-toggle.active span:nth-child(1) {
            transform: rotate(45deg);
            transition-delay: 200ms;
            margin-left: 2px;
        }

        .site-nav-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .site-nav-toggle.active span:nth-child(3) {
            transform: rotate(-45deg);
            transition-delay: 200ms;
            margin-top: 13px;
        }




#headtopsection {
    background-image: url('../images/front_background.webp');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    min-height: 100vh;
    height: 100%;
    padding-top: 7%;
    position: relative;
}

.pull-right {
    float: right !important;
}

.right-content {
    color: #fff !important;
    padding: 10px 40px 40px;
}

    .right-content .h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

/*============================ Benfits Section=====================*/

.benfits-section {
    background-color: #fff;
}

.benfits-custbox {
    width: 25%;
    margin: 20px 45px;
    display: inline-block;
    overflow: hidden;
}

.benfits-box {
    border: 1px solid #F66160;
    border-radius: 10px;
    padding: 40px 40px;
    border-bottom: 20px solid #F66160;
    height: 330px;
}

    .benfits-box:hover {
        background-color: #eee;
        border-bottom: 1px solid #F66160;
    }

.benfits-box-img {
    text-align: center;
}

.benfits-box-text {
    font-size: 15px;
    color: #000;
    text-align: center;
}

/*==================================Smart Section================*/
.smartsection {
    padding: 50px 0px;
    background-color: #ffff;
}

.smart-text h1 {
    font-size: 36px;
    color: #000;
    text-align: left;
    color: #FB7859;
}

.smart-text p {
    color: #6d6f77;
    font-size: 17px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-40 {
    padding-left: 60px;
    left: 40px;
    top: 40px;
}

.img-float-right {
    float: right;
}

/*======================Get in Touch====================*/

.getintouch {
    background-color: #eee;
}

.getintouch-box {
    width: 320px;
    margin: 40px auto;
    box-shadow: 0 2px 24px 0 #4c4c4c;
    background-color: #fff;
    border: 1px solid #eee;
}

.getintouch-boxtext {
    padding: 20px;
}

    .getintouch-boxtext h1 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }

.cont-label {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0px;
}

.btn-button {
    border-radius: 0px;
    background-image: linear-gradient( to right,#F66160, #FC8157);
    color: #fff;
}

    .btn-button:hover {
        color: #fff;
    }

/*================================Footer=================================*/

.footer-top {
    background-image: linear-gradient( to right,#F66160, #FC8157);
    padding: 30px;
}

    .footer-top h1 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 30px;
    }

    .footer-top p {
        color: #fff;
    }

    .footer-top ul li, .footer-top ul li a {
        color: #fff;
    }

.footer-links ul {
    list-style-type: none;
}

.footer-bottom {
    background-color: #3c3b3b;
    padding: 20px 20px 10px;
}

.copyright {
    font-size: 14px;
    color: #fff;
}

.footer-left ul {
    list-style-type: none;
}

    .footer-left ul li {
        display: inline-block;
        border-right: 1px solid #fff;
        padding-right: 15px;
        line-height: 14px;
    }

        .footer-left ul li:last-child {
            border-right: 0px solid #fff;
            padding-left: 10px;
        }

        .footer-left ul li a {
            font-size: 14px;
            color: #fff;
        }

.footer-div {
    margin: 0 0 13px;
    padding: 0;
    position: relative;
}

.footer-input {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
    padding: 0 50px 0 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.btn-subscribe {
    width: 90px;
    height: 30px;
    font-size: 14px;
    border-radius: 1px;
    border: none;
    background: #fff;
    color: #000;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 10px;
    padding-top: 2px;
}

.box11:after, .box22::after {
    content: '';
    width: 90px;
    height: 0px;
    position: absolute;
    left: 0;
    top: 125px;
    right: 0px;
    left: 300px;
    bottom: 0px;
    margin: 0px auto;
    border-bottom: 4px dashed #F66160;
    opacity: inherit;
    visibility: visible;
}

.theme-color {
    color: #FB7859
}

.pr-5 {
    padding-right: 15px;
}

.no-padding {
    padding: 0 !important;
}

.icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding: 15px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -khtml-border-radius: 20px 20px 20px 20px;
    color: #FFFFFF;
}
.icon i {
    font-size: 18px;
    position: absolute;
    left: 9px;
    top: 6px;
}
.icon.social {
    float: left;
    margin: 0 15px 0 0;
    cursor: pointer;
    background: #f4f4f4;
    color: #F33C3A;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.icon.social:hover {
    background-image: linear-gradient(72deg, #FF8955, #FF386B);
    color: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -moz-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -ms-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    -o-filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
    filter: drop-shadow(0 1px 10px rgba(0,0,0,.8));
}
.icon.social.fb i {
    left: 10px;
    top: 7px;
}
.icon.social.tw i {
    left: 8px;
}
.icon.social.in i {
    left: 10px;
}

.icon.social.utube i{
    left: 7px;
    top: 7px;
}

.ftrleft{
    float: left;
    display: inline-block;
}

.hight-380{
    height: 415px;
}

.video-bgimg{
    background-image: url(/images/video_background.webp);
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    background-position: inherit;
    background-size: 204% 140%;
    height: 400px;
}

.video-block{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 40px;
    bottom: 0;
}

::placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}


@media (max-width: 768px) {

    .benfits-custbox {
        width: 80%;
        margin: 5px auto;
        display: block;
    }

    .right-content {
        padding: 10px 40px 110px;
    }

    .box11:after, .box22::after {
        display: none;
    }

    .vid-text {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        height: auto;
    }

    .vid-img img {
        display: none !important
    }

    section {
        float: none;
        overflow: hidden;
    }

    .pl-40 {
        padding-left: 15px;
        left: 0px;
        top: 0px;
    }

    .hight-380 {
        height: 100%;
    }

    .rp-0{
        padding: 0px;
    }

    .video-block{
        left: 0px;
        width: 100%;
        height: auto;
    }

    .video-bgimg {
        visibility: hidden;
        height: 220px;
    }

    .site-nav a{
        line-height: 20px !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    #headtopsection {
        background-size: inherit;
        min-height: 55vh;
    }

    .box11, .box22, .box33 {
        margin: 0 auto;
    }

    .vid-text video {
        width: 100%;
    }

    .benfits-custbox {
        width: 32%;
        display: inline-block;
    }

    .smartsection img {
        display: none;
    }

    .text1 h3 {
        text-align: left;
    }

    .site-nav a {
        padding: 8px 8px !important;
    }
}