@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

section.contact-us ul.cr-icons {
    margin-bottom: 0;
}

section.contact-us ul.cr-icons li {
    display: inline-block;
    margin-right: 15px;
}

section.contact-us ul.cr-icons li a {
    font-size: 18px;
    color: #31a890;
}

section.contact-us ul.cr-icons li a:hover {
    color: #282828;
}

.logostepform h1 {
    font-size: 24px;
    font-weight: 600;
}

div#ouibounce-modal li.last {
    text-align: center;
}


.g-recaptcha {
    text-align: center;
    display: block;
}

label#hidden-grecaptcha-error {
    display: block !important;
    color: red;
    position: absolute;
    font-size: 10px;
    left: 62px;
    top: 56px;
}

.g-recaptcha iframe {
    display: block;
    margin: 0 auto;
    float: none;
}

.g-recaptcha>div {
    width: 100% !important;
    margin-bottom: 13px;
}


a {
    outline: none 0px !important;
}

footer {
    margin-bottom: 170px;
}

section.banner.inner-banner {
    height: 600px;
    padding-bottom: 43px;
}

a:focus,
a {
    outline: none;
}

section.banner.inner-banner h2,
section.banner.inner-banner h1 {
    font-size: 40px !important;
    margin-bottom: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-family: 'Poppins', sans-serif;
}

.form-messages.success {
    background: green;
    font-size: 12px;
    color: #fff;
    padding: 8px;
    text-align: center;
    margin: 11px 0 0 0;
    border-radius: 52px;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?45kvjd');
    src: url('../fonts/icomoon.eot?45kvjd#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?45kvjd') format('truetype'),
        url('../fonts/icomoon.woff?45kvjd') format('woff'),
        url('../fonts/icomoon.svg?45kvjd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-email:before {
    content: "\e902";
}

.icon-icon-phone:before {
    content: "\e903";
}

.icon-email:before {
    content: "\e900";
}

.icon-phone:before {
    content: "\e901";
}

section.banner {
    text-align: center;
    background: url(../images/home-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
}

header {
    position: absolute;
    width: 100%;
    padding: 30px 0 !important;
    z-index: 1;
}

header .container {
    position: relative;
}

header ul.nav.navbar-nav li a {
    font-size: 14px;
}

header ul.nav.navbar-nav {
    text-align: right;
    margin-top: 31px;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul li {
    display: inline-block;
    padding: 0 20px;
}

header ul li span {
    position: relative;
    display: block;
    cursor: pointer;
}

header ul li span:before,
span:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    top: 50%;
    margin-top: 1.5px;
    background: #ee3259;
    z-index: 0;
}

header ul li span:before {
    left: 0;
}

header ul li span:after {
    right: 2.5px;
    background: #ee3259;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: -1;
}

header ul li span:hover:before,
header ul li span.active:before {
    background: #ee3259;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    z-index: 0;
}

header ul li span:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}


div#navbar {
    text-align: right;
}

section.banner h2,
section.banner h1 {
    font-size: 77px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 150px;
}

section.banner a {
    display: block;
    margin: 20px 0;
    color: #fff;
    position: relative;
    width: 200px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

section.banner a i {
    background: #f7ce0f;
    padding: 9px;
    color: #000;
    border-radius: 100px;
    height: 43px;
    width: 43px;
    font-size: 22px;
    margin-left: 10px;
}

section.banner a:after {
    content: "";
    background: #fff;
    bottom: 7px;
    position: absolute;
    right: 80px;
    height: 1px;
    width: 60px;
}

header ul.nav.navbar-nav li a:hover ul.submenu {
    display: block;
}

ul.submenu {
    display: none;
    width: 190px;
    position: absolute;
    left: 20px;
    background: #000;
    text-align: left;
    padding-bottom: 5px;
    top: 30px;
    border-radius: 0px 0px 10px 10px;
}

header ul.nav.navbar-nav li:hover ul.submenu {
    display: block;
}

header ul li a {
    padding: 20px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

ul.submenu li {
    padding: 8px 10px;
}

header ul.nav.navbar-nav li a:hover,
header ul.nav.navbar-nav li span.active a {
    color: #fff;
    position: relative;
}

.contact-sec {
    position: absolute;
    right: -60px;
    top: 23px;
}

.contact-sec a {
    display: block;
    border: 2px solid #3d59e8;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-size: 13px;
}

.contact-sec a+a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 300;
    border: none !important;
    padding: 0;
    padding-top: 5px;
}

section.sponsors {
    text-align: center;
    padding: 30px 0;
    background: #fff;
    border-bottom: #eeeeee 1px solid;
}

.pd-lft20 {
    padding-left: 70px;
}

section.aboutus h2 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 1;
}

section.aboutus h2:after {
    left: 0;
    content: "";
    bottom: 8px;
    background: #4eda91;
    height: 9px;
    width: 100px;
    position: absolute;
    z-index: -1;
}

section.aboutus em {
    font-size: 24px;
    font-style: italic;
    color: #848894;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    line-height: 33px;
}

section.aboutus {
    padding: 50px 0 150px;
    color: #848894;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    background: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}

a.btn-outline {
    font-size: 15px;
    color: #282828;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #3d59e8;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px;
}

a.btn-outline:hover {
    color: #282828;
}

a.btn-bluefull {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #3d59e8;
    padding: 12px 40px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px;
    margin-left: 20px;
}

section.services {
    background: #eeeeee;
    padding: 50px 0;
}

section.services .col-md-4 {}

.ser-box {
    width: 100%;
    background: #fff;
    padding: 30px 30px;
    padding-left: 110px;
    margin: 5px 0 15px;
    color: #82818f;
    position: relative;
    font-size: 13px;
    font-weight: 300;
}

.ser-box i {
    position: absolute;
    left: 30px;
    top: 50px;
}

.ser-box h2 {
    color: #313131;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.col-md-4.popular-serv .ser-box {
    text-align: center;
    padding: 47px 40px;
    position: relative;
}

.col-md-4.popular-serv .ser-box i {
    position: relative;
    top: 0;
    left: 0;
}

.video-pf .carouselTicker__item img {
    height: 360px;
    margin-top: -45px;
}

section.portfolio.video-pf ul.porfolio-slider li a,
ul.porfolio-slider2 li a {
    display: block;
    overflow: hidden;
    height: 270px !important;
}

section.portfolio.video-pf .carouselTicker__list {
    height: 272px;
}

section.portfolio.video-pf .carouselTicker__item {
    margin: 5px;
    width: 480px;
    height: 360px;
    text-align: center;
    float: left;
}

ul.porfolio-slider li a,
ul.porfolio-slider2 li a {
    display: block;
}

ul.porfolio-slider li,
ul.porfolio-slider2 li {
    position: relative;
    overflow: hidden;
}

.portfoliolist-overlay a {
    color: #fff;
    font-size: 16px;
    text-shadow: #000000b0 0px 1px 2px;
    height: 45vh;
    padding-top: 123px;
    display: block;
    letter-spacing: 1px;
    font-weight: 600;
}

.portfoliolist-overlay a:before,
.portfoliolist-overlay a:after {
    position: absolute;
    height: 1px;
    bottom: 121px;
    background: #fff;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    text-shadow: none;
    transition: all .5s ease-in;
    width: 0;
    content: "";
}

.portfoliolist-overlay a:after {
    right: 0;
}

.portfoliolist-overlay a:before {
    left: 0;
}

.portfoliolist-overlay a span {
    position: absolute;
    top: 0;
    text-align: center;
    left: 55px;
    font-weight: 500;
    width: 133px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 17px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

ul.porfolio-slider li:hover .portfoliolist-overlay span,
ul.porfolio-slider2 li:hover .portfoliolist-overlay span {
    top: 95px;
}

.porfolio-list [class^="col-"]:hover>div .overlay-portfolio h6 {
    color: #fff;
}

section.services-description img {
    max-width: 410px;
}

ul.porfolio-slider li:hover .portfoliolist-overlay a:before,
ul.porfolio-slider2 li:hover .portfoliolist-overlay a:before,
ul.porfolio-slider li:hover .portfoliolist-overlay a:after,
ul.porfolio-slider2 li:hover .portfoliolist-overlay a:after {
    width: 50px;
}

.portfoliolist-overlay i {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin-top: -2px;
    font-size: 16px;
}

ul.porfolio-slider li:hover .portfoliolist-overlay i,
ul.porfolio-slider2 li:hover .portfoliolist-overlay i {
    padding-left: 4px;
}


section.portfolio {
    color: #848894;
    padding: 50px 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 23px;
}

section.portfolio h2 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    margin-top: 20px;
}

section.portfolio h2:after {
    content: "";
    left: 0;
    content: "";
    bottom: 8px;
    background: #4eda91;
    height: 9px;
    width: 100px;
    position: absolute;
    z-index: -1;
}

section.portfolio .pd-lft50 {
    padding-left: 50px;
}

section.aboutus .pd-lft50 {
    padding-left: 50px;
}

section.portfolio .col-md-7 p {
    padding-top: 29px;
}

section.packages {
    background: #f2f2f2;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

section.packages h2 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 1;
    padding-left: 50px;
    margin-top: 0;
}



section.packages h2:after {
    content: "";
    left: 290px;
    content: "";
    bottom: 8px;
    background: #4eda91;
    height: 9px;
    width: 100px;
    position: absolute;
    z-index: -1;
}

section.packages p {
    padding-left: 50px;
}

section.packages p {
    width: 50%;
    margin-bottom: 50px;
}


section.packages .col-md-3 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

section.packages .grey-bg {
    background: #8a8e9e;
}

section.packages .col-md-3>div {
    padding: 20px 20px;
    transition: all .3s ease-in-out;
}

section.packages .col-md-3 em {
    font-style: italic;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

section.packages .col-md-3 span.price-tag {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
}

span.price-tag strike {
    font-size: 34px;
}

section.packages .col-md-3 strike {
    font-size: 26px;
    color: #fff;
    text-align: right;
    float: right;
    vertical-align: baseline;
    position: relative;
    bottom: -20px;
    padding-right: 15px;
}

section.packages .col-md-3 ul {
    padding-top: 30px;
}

section.packages .col-md-3 ul li:before {
    content: "-";
    padding-right: 3px;
}

section.packages .col-md-3 ul li {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
}

section.packages .gold-bg {
    background: #e6af39;
}

section.packages .black-bg {
    background: #3d3d3d;
}

section.packages .blue-bg {
    background: #14b5e3;
}

section.packages .col-md-3 {
    padding: 0px 7px;
}

section.branding {
    background: #df4356;
    border-top: 5px solid #cc2235;
    border-bottom: 5px solid #cc2235;
    padding: 50px 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

section.branding ul {
    margin-bottom: 20px;
}

section.branding h2 {
    font-size: 52px;
    margin-bottom: 40px;
    margin-top: 40px;
}

section.branding ul li {
    display: block;
    font-size: 14px;
    padding-left: 20px;
}

section.branding h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    margin-bottom: 10px;
}

section.clients-sec {
    padding: 80px 0;
    font-size: 14px;
    color: #848894;
    font-family: 'Poppins', sans-serif;
}

section.clients-sec h2 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

section.clients-sec h2:after {
    content: "";
    left: 0;
    content: "";
    bottom: 8px;
    background: #4eda91;
    height: 9px;
    width: 100px;
    position: absolute;
    z-index: -1;
}

section.clients-sec i {
    color: #e55c49;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

section.clients-sec em {
    font-size: 25px;
    font-style: italic;
    padding-left: 10px;
    color: #686868;
    display: inline-block;
    padding-bottom: 20px;
}

section.clients-sec em+p {
    padding-right: 70px;
    line-height: 26px;
}

.client-feedback h2 {
    font-size: 42px;
    font-weight: 800;
    position: relative;
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 34px;
}

.client-feedback h2 span {
    display: block;
    font-weight: 400;
    font-size: 37px;
}

div#testimoanial-slider .feeback-img {
    float: left;
    width: 114px;
}

div#testimoanial-slider .feecback-content {
    display: inline-block;
    width: 66%;
    font-size: 12px;
    padding-left: 20px;
}

div#testimoanial-slider .feecback-content h6 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 3px;
}

div#testimoanial-slider .item {
    clear: both;
    min-height: 180px;
    margin-bottom: 20px;
}

.testimonail-wrapper {
    position: relative;
    margin-top: 60px;
}

footer {
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    padding: 50px 0 0px !IMPORTANT;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    line-height: 26px !important;
}


footer ul li i {
    color: #ff4474;
    font-size: 35px;
}

footer ul li+li i {
    font-size: 22px;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 500;
}

footer .text-center a {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    margin-bottom: 20px;
}

ul.social-icons li a {
    background: none;
}

ul.social-icons li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.social-icons li a {
    padding: 0;
    margin: 0;
    padding: 0 8px;
}

ul.social-icons li a i {
    color: #fff;
    font-size: 19px;
}

ul.social-icons {
    margin: 0;
}

footer .row {
    border-bottom: 1px solid #b9c0ba38;
    padding-bottom: 30px;
}

footer h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff4474;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    margin-top: 30px;
}

footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

footer ul li {
    line-height: 19px;
}

.col-md-12.disclaimer {
    color: #797979;
    font-size: 13px;
    padding: 20px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.col-md-12.disclaimer .col-md-4 {
    padding: 0;
}

.disclaimer ul li a {
    padding: 0 10px;
    color: #797979;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.disclaimer ul li a:after {
    content: "\f111";
    padding: 0 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5px;
    position: relative;
    top: -3px;
}

.disclaimer ul li {
    display: inline-block;
}

.disclaimer ul li:last-child a:after {
    display: none;
}

section.services a.btn-pink {
    background: #ee2c5e;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    margin-bottom: 20px;
    display: table;
    margin: 20px auto 0;
}

section.services h3 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
    text-align: center;
    margin: 0 0 50px;
}

section.services h3:after {
    content: "";
    left: 37%;
    content: "";
    bottom: 59px;
    background: #4eda91;
    height: 9px;
    width: 136px;
    position: absolute;
    z-index: -1;
}

.slider-portfolio {
    margin-top: 200px;
    margin-left: 20px;
}

.slider-portfolio .item img {
    border: 5px solid #fff;
}

.slider-portfolio .owl-nav {
    text-align: right;
    position: absolute;
    right: 160px;
    bottom: 25px;
    display: -webkit-box;
}

div#potfolioTicker1 {
    margin-bottom: 5px;
}

section.packages .col-md-3 a:hover {
    background: red;
    color: #fff;
    transition: all .3s ease-in-out;
}

section.packages .col-md-3 a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 8px 23px;
    border-radius: 50px;
    margin: 30px auto 10px;
    display: table;
    float: none;
    transition: all .3s ease-in-out;
}

section.packages .col-md-3>div i {
    position: absolute;
    right: 2px;
    top: -4px;
}

section.clients-sec span {
    display: block;
    position: absolute;
    top: 0;
    left: 180px;
}

section.clients-sec span i {
    font-size: 145px;
    color: #efefef73;
    top: 30px;
    position: relative;
}

.branding span.text-rt {
    font-family: 'Caveat', cursive;
    font-size: 42px;
    /* Safari */
    -webkit-transform: rotate(-20deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    float: left;
    display: block;
    position: absolute;
    left: -40px;
    top: -10px;
}

.testimonail-wrapper .bx-controls-direction {
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 30px;
}

.testimonail-wrapper a.bx-prev {
    display: block;
    background: url('../images/sprite.png') no-repeat -10px -5px;
    width: 15px;
    height: 26px;
    margin-bottom: 100px;
}

.testimonail-wrapper a.bx-next {
    display: block;
    background: url('../images/sprite.png') no-repeat -10px -44px;
    width: 15px;
    height: 26px;
}

div#testimoanial-slider .feecback-content p {
    font-size: 12px;
    line-height: 20px;
}

section.sponsors h2 {
    text-transform: capitalize;
    text-align: left;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    z-index: 1;
    margin: 0;
    top: 17px;
}

.col-md-4.popular-serv .ser-box i.popular-tag {
    position: absolute;
    right: -10px;
    left: inherit;
    top: 30px;
}


section.sponsors h2:after {
    content: "";
    left: 0;
    content: "";
    bottom: 0;
    background: #4eda91;
    height: 9px;
    width: 100px;
    position: absolute;
    z-index: -1;
}

section.sponsors h2 span {
    font-size: 15px;
}

img.logo-img {
    max-width: 230px;
}

section.packages .col-md-3 ul li b {
    font-weight: 600;
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
    background: #ffffff;
    border: #dedede 2px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #0467ff;
}

.popupform ul li textarea {
    height: 161px;
}

.popupform ul li.last {
    text-align: center;
}

.popupform ul li input[type="submit"] {
    background: #0467ff;
    color: #fff;
    font-size: 18px;
    border: #0467ff 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 50px;
    width: 195px;
}

.popupform ul li input[type="submit"]:hover {
    background: #0058de;
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
    border: #b9bbbd 2px solid !important;
}

.popupform {
    width: 450px;
    border-radius: 23px;
    padding: 31px 67px 31px 31px;
    overflow: visible;
    border-bottom: #0467ff 5px solid;
    border: 9px solid #000;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #0467ff 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}

.popupform .fancybox-close-small {
    border: #0467ff 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible;
}

.popupform .fancybox-close-small:after {
    color: #0467ff;
    font-size: 25px;
    right: 4px;
}

.popupform ul {
    margin: 0;
}


input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.sub-heading {
    color: #f7ce0f;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 18px;
    margin-top: 15px;
}

.about_page .inner_banner h2 {
    font-size: 37px !important;
    letter-spacing: 0;
}

section.services_page_content p {
    margin-bottom: 12px;
}


section.services_page_content {
    padding: 40px 0;
    line-height: 24px;
    color: #282828;
    font-size: 14px;
}


section.services_page_content ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;
}

section.services_page_content ul li:before {
    content: "\f0da";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    color: #f7ce0f;
    top: 4px;
}

section.services_page_content ul {
    margin: 15px 0px;
}


.animation-banner {
    background-image: url(../images/video-banner.jpg) !important;
}

section.banner.inner-banner h3.orange-hd {
    color: #ef2d5d;
    font-size: 38px;
}

section.service-desc {
    padding: 110px 0;
}

section.service-desc h1 {
    color: #282828;
    font-size: 46px;
    position: relative;
    font-weight: 800;
}

section.service-desc h1 span {
    display: block;
    position: relative;
    z-index: 1;
}

section.service-desc h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 120px;
    height: 8px;
    background: #f6ce0f;
    z-index: -1;
}

section.service-desc p.txt-large {
    color: #848894;
    line-height: 33px;
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 33px;
    font-style: italic;
}

section.service-desc p {
    font-size: 15px;
    line-height: 27px;
    color: #848894;
}

i.pen-animation {
    background: url(../images/animation-icon.png) no-repeat;
    width: 143px;
    height: 107px;
    position: absolute;
    top: -78px;
    left: -60px;
    z-index: -1;
}


section.animation-process {
    background: url(../images/pattern-gray.jpg) repeat-x left top #f2f2f2;
    padding: 50px 0;
    background-size: cover;
}

section.packages.white-bg {
    background: #fff;
}

section.animation-process [class^="col-"] h4 {
    font-size: 18px;
    color: #313131;
    font-weight: 700;
    position: relative;
    padding-left: 65px;
    margin-bottom: 19px;
    margin-top: 22px;
}

section.animation-process [class^="col-"] h4 span {
    font-size: 42px;
    color: #4eda91;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -3px;
}

section.animation-process [class^="col-"] {
    color: #848894;
    font-size: 13px;
    line-height: 22px;
}

.logo-banner {
    background-image: url(../images/logo-banner.jpg) !important;
}

i.video-icon {
    background: url(../images/video-icon.png) no-repeat;
    width: 143px;
    height: 107px;
    position: absolute;
    top: -78px;
    left: -60px;
    z-index: -1;
}

.web-banner {
    background-image: url(../images/web-banner.jpg) !important;
}

i.web-icon {
    background: url(../images/web-icon.png) no-repeat;
    width: 143px;
    height: 107px;
    position: absolute;
    top: -78px;
    left: -60px;
    z-index: -1;
}

a.logo-thankyou:after {
    display: none;
}



.thankyou-banner h1 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 58px;
}

.thankyou-banner h1 span {
    display: block;
    font-family: georgia;
    font-style: italic;
}

.total_amount {
    font-size: 29px;
    margin: 30px 0 0;
}

.total_amount span {
    font-weight: 700;
    color: #f7ce0f;
}

.thankyou-banner {
    text-align: center;
    background: url(../images/home-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank.chat {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}

i.bulb-icon {
    background: url(../images/logo-icon.png) no-repeat;
    width: 143px;
    height: 170px;
    position: absolute;
    top: -108px;
    left: -60px;
    z-index: -1;
}

.contact-form input[type="text"],
.contact-form input[type="email"].contact-form input[type="text"] {}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
    padding: 12px;
    width: 100%;
    border: #d6d1d1 1px solid;
    margin-bottom: 15px;
}

section.contact-us {
    padding: 82px 0;
}

.contact-form input[type="submit"] {
    border: 0px none;
    background: #3d59e8;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 49px;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 62px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

section.contact-us h2 {
    color: #282828;
    font-size: 37px;
    position: relative;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 32px;
}

section.contact-us h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 120px;
    height: 8px;
    background: #f6ce0f;
    z-index: -1;
}

.contact-form textarea {
    height: 95px;
}

section.contact-us h2+p {
    margin-bottom: 23px;
}

section.contact-us h5 {
    color: #848894;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
}

section.contact-us h4 {
    font-size: 34px;
    color: #31a890;
    font-weight: 600;
}

.contact-form {
    padding-right: 22px;
    margin-bottom: 63px;
}

.contact-form input[type="submit"]:hover {
    background: #2a46d6;
}

section.about-page {
    padding: 50px 0;
    font-size: 15px;
    line-height: 27px;
    color: #848894;
}

section.about-page h1 {
    color: #282828;
    font-size: 46px;
    position: relative;
    font-weight: 800;
}

section.about-page h1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 120px;
    height: 8px;
    background: #f6ce0f;
    z-index: -1;
}

section.about-page p.txt-large {
    color: #848894;
    line-height: 33px;
    font-size: 24px;
    margin-top: 22px;
    margin-bottom: 33px;
    font-style: italic;
}

section.about-page2 h2 {
    color: #282828;
    font-size: 46px;
    position: relative;
    font-weight: 300;
}

section.about-page2 ul li {
    display: inline-block;
    position: relative;
    width: 310px;
    margin-right: 100px;
    margin-bottom: 50px;
}

section.about-page2 ul li h5 {
    font-size: 55px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    line-height: 44px;
}

section.about-page2 ul li i {
    position: absolute;
    right: 0;
    top: 0;
}

section.about-page2 ul li i img {}

section.about-page2 ul li span {
    display: block;
    background: #ffdd3e;
    padding: 10px;
    color: #221f1f;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

section.about-page2 ul li p {
    font-size: 16px;
    color: #535457;
    padding-top: 20px;
    padding-right: 50px;
    min-height: 80px;
}

section.about-page2 ul {
    margin-top: 60px;
}

section.about-page2 ul li:nth-child(3),
section.about-page2 ul li:nth-child(6) {
    margin-right: 0;
}

section.about-page2 {
    padding: 20px 0 30px;
}

section.about-page2 ul li:nth-child(1) i {
    top: -26px;
}

section.about-page2 ul li:nth-child(3) i,
section.about-page2 ul li:nth-child(3) i {}

section.about-page2 ul li:nth-child(6) i,
section.about-page2 ul li:nth-child(1) i {
    top: 15px;
}

section.about-page2 ul li:nth-child(2) i,
section.about-page2 ul li:nth-child(3) i {
    top: 20px;
}

.about-page2 p.txt-after {
    font-size: 26px;
}

.about-page2 p.txt-after strong {
    vertical-align: baseline;
}

section.packages ul.nav.nav-tabs {
    display: block;
    text-align: center;
    margin: 30px auto;
    border: none;
}

section.packages ul.nav.nav-tabs>li {
    float: none;
    display: inline-block;
}

section.packages ul.nav.nav-tabs>li>a {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    margin-top: 0;
    /* padding: 0 30px; */
    margin: 0;
}

section.packages ul.nav.nav-tabs>li.active a,
section.packages ul.nav.nav-tabs>li a {
    font-weight: 700;
    background: none;
    border: none;
    padding: 0 20px;
}

section.packages ul.nav.nav-tabs>li.active,
section.packages ul.nav.nav-tabs>li {
    background: none;
    border: none;
    float: none;
    display: inline-block;
}

section.packages ul.nav.nav-tabs>li.active a:before {
    content: "";
    height: 8px;
    width: 100%;
    left: 0;
    bottom: 7px;
    background: #4eda91;
    position: absolute;
    z-index: -1;
}

section.packages ul.nav.nav-tabs>li>a:hover {
    background: none;
    border: none;
}

section.packages ul.nav.nav-tabs>li a {
    font-weight: 500;
    /* padding: 0 10px; */
}

section.banner.inner-banner.contact-ban {
    height: 350px;
}

section.branding img {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;


}

section.branding img {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }

    1.78571% {
        transform: translate(5px, 0)
    }

    3.57143% {
        transform: translate(0, 0)
    }

    5.35714% {
        transform: translate(5px, 0)
    }

    7.14286% {
        transform: translate(0, 0)
    }

    8.92857% {
        transform: translate(5px, 0)
    }

    10.71429% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0)
    }
}



section.portfolio [class^="col-md-3"] {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    height: 284px;
    padding: 0 8px;
}

.toolbar.mb2.mt2 {
    padding: 20px 0px;
    text-align: center;

}

.toolbar.mb2.mt2 button {
    font-weight: 700;
    background: none;
    border: none;
    padding: 0 20px;
    position: relative;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    margin-top: 0;
    /* padding: 0 30px; */
    margin: 0;
    outline: none;
}

.toolbar.mb2.mt2 button.active-pf:before,
.btn:focus:before,
.btn:hover:before {
    content: "";
    height: 8px;
    width: 100%;
    left: 0;
    bottom: 7px;
    background: #4eda91;
    position: absolute;
    z-index: -1;
}

section.portfolio.main-pf {}

section.portfolio.main-pf h2 {}

.toolbar.mb2.mt2 button:active {
    background: none;
    box-shadow: none;
}

section.portfolio .video [class^="col-md-3"] {
    height: 150px;
    margin-bottom: 20px;
}

section.portfolio .video [class^="col-md-3"] img {
    margin-top: -26px;
}

section.banner.inner-banner.work-ban {
    height: 300px;
}

.toolbar.mb2.mt2 button.active-pf,
.btn:focus,
.btn:hover {
    font-weight: 800;
}





/*White Label*/

section.banner.inner-banner.whitelabel-banner {
    background-image: url(../images/whitelabel-banner.jpg);
}

section.banner.inner-banner.whitelabel-banner h1 {
    font-size: 60px !important;
    margin-bottom: 20px !important;
    margin-top: 80px;
}

section.banner.inner-banner.whitelabel-banner h1+p {
    font-size: 18px;
}

section.whitelabel-services {
    padding: 50px 0;
    text-align: center;
}

section.banner.inner-banner.whitelabel-banner a {
    background: #E3070F;
    color: #fff;
    padding: 10px 46px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 62px;
    margin: 20px 10px 0;
    letter-spacing: 2px;
    width: auto !important;
    font-weight: 500;
}

section.whitelabel-services h2 {
    color: #f6cf0b;
    font-size: 48px;
    font-weight: 400;
}

section.whitelabel-services [class^="col-"] h3 {
    position: relative;
    color: #000;
    margin-bottom: 22px;
    font-size: 25px;
    font-weight: 600;
}

section.whitelabel-services [class^="col-"] p {
    font-size: 14px;
    line-height: 22px;
}

section.whitelabel-services [class^="col-"] a {
    background: #3d59e8;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 42pc;
    margin-top: 10px;
}

section.whitelabel-services [class^="col-"] {}

section.whitelabel-services [class^="col-"] h3 i {
    background-size: cover;
    width: 100px;
    height: 79px;
    top: -80px;
    left: 18px;
}

section.whitelabel-services [class^="col-"]:nth-child(2) h3 i {
    top: -40px;
}

section.whitelabel-services [class^="col-"]:first-child h3 i {
    width: 100px;
    height: 144px;
}

section.whitelabel-services .row {
    margin-top: 113px;
}

section.whitelabel-services [class^="col-"] h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 3px;
    width: 120px;
    height: 8px;
    background: #f6ce0f;
    z-index: -1;
    margin-left: -55px;
}

section.whitelabel-services [class^="col-"]:nth-child(3) h3 i {}


section.whitelabel-services [class^="col-"]:nth-child(3) h3 i {
    top: -29px;
}

section.white-label-download {
    background: #f3f3f3;
    padding: 46px 0;
    color: #848894;
}

section.white-label-download h2 {
    color: #3d59e9;
    font-weight: 700;
    line-height: 54px;
    font-size: 45px;
}

section.white-label-download p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

section.whitelabel-partners {
    background: #f6cf0b;
    padding: 50px 0;
    text-align: center;
}

section.whitelabel-partners h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    margin-bottom: 53px;
}

section.whitelabel-partners h2 b {
    font-size: 50px;
}

section.whitelabel-partners i {
    color: #fff;
    font-weight: 100;
    font-size: 72px;
    display: inline-block;
}

section.whitelabel-partners h6 {
    display: inline-block;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    margin-left: 11px;
    line-height: 24px;
}

section.whitelabel-partners [class^="col-"] {
    text-align: left;
    margin-bottom: 33px;
}

section.whitelabel-partners h2:before {
    position: absolute;
    content: "";
    background: #efc905;
    width: 230px;
    height: 86px;
    z-index: 0;
    left: 50%;
    margin-left: -108px;
    top: -19px;
}

section.whitelabel-partners h2 span {
    position: relative;
    z-index: 1;
}

section.let-talk-bussines {
    text-align: center;
    padding: 40px 0;
}

section.let-talk-bussines h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    position: relative;
}

section.let-talk-bussines h2:before {
    content: "";
    background: #f5e102;
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50%;
    z-index: -1;
    margin-left: -50px;
    bottom: 8px;
}

section.let-talk-bussines p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin-top: 23px;
    margin-bottom: 22px;
}

section.let-talk-bussines a {
    background: #3d59e9;
    display: inline-block;
    border-radius: 50px;
    padding: 15px 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 15px;
    margin: 0 4px;
}

body.no-nav .navbar-default {
    display: none !important;
}





body.no-nav footer {
    background: #121212;
    color: #fff;
    text-align: center;
    padding: 30px 0 !important;
}

body.no-nav footer a {
    color: #fff;
    text-transform: uppercase;
    margin: 0 12px 20px;
    display: inline-block;
}


section.banner.inner-banner.whitelabel-banner a:after {
    display: none;
}

section.banner.inner-banner.whitelabel-banner a+a {
    background: #3d59e9;
}

section.let-talk-bussines a.chat+a {
    background: #f6d00a;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
}

body.no-nav .contact-sec a {
    display: inline-block !important;
}

body.no-nav .contact-sec a+a {
    margin-left: 0;
    border: 2px solid #3d59ea !important;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 30px;
}




body.no-nav .contact-sec a:first-child {
    display: none !important;
}

body.no-nav footer p.disclaimer {
    font-size: 13px;
    line-height: 19px;
    padding: 0 100px;
}



section.video-sec {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 506px;
}

video#bgvid {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

section.video-sec:before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(../images/new-ban.jpg); */
    width: 100%;
    height: 759px;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 68% 0, 85% 100%, 0% 100%);
}

section.video-sec h1 {
    margin-top: 230px;
    margin-bottom: 10px !important;
    color: #f6cf0b;
    left: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
}

.video-sec .video-ban {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

section.banner.inner-banner.whitelabel-banner {}

section.video-sec h2 {
    font-size: 60px !important;
    margin-bottom: 10px !important;
    color: #fff;
    left: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0;
}

.price-tags sup {
    font-size: 13px;
    color: #000000;
    background: #fff;
    padding: 2px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    top: -20px;
}

.price-tags sub {
    font-size: 40px;
    display: block;
    bottom: -6px;
    vertical-align: middle;
    text-align: right;
}

.price-tags b {
    font-size: 131px;
    color: #eec710;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    top: -40px;
    position: relative;
}

.price-tags {
    position: relative;
}

.price-tags .left,
.price-tags .right {
    display: inline-block;
}

.price-tags .right sup {
    background: #ff0000;
    color: #fff;
    left: -10px;
}

.price-tags .left sup {
    right: -9px;
}

.price-tags .right sub {
    font-family: 'Playfair Display', serif;
    right: 15px;
}


@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(10deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(10deg);
    }
}

.swingimage {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

.video-ban a.btn-down-arrow.various {
    top: -71px;
    position: relative;
    z-index: 5;
}

section.newservices .col-md-3 {
    padding: 0;
    overflow: hidden;
    min-height: 264px;
}

section.newservices .col-md-3 h2 {
    position: absolute;
    top: 80px;
    left: 20px;
    color: #fff;
    font-size: 38px;
    line-height: 38px;
}

.overlaytext {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: absolute;
    width: 100%;
    bottom: -100%;
    height: 100%;
    text-align: left;
    color: #fff;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.66);
}

section.newservices .col-md-3>div:hover .overlaytext {
    bottom: 0;
}

section.newservices .col-md-3>div:hover h2 {
    opacity: 0;
}

section.newservices .col-md-3 img {
    height: 264px;
    width: 100%;
}

section.newservices .col-md-3 h2:after {
    content: "";
    background: #ff9c00;
    position: absolute;
    bottom: -14px;
    left: 2px;
    height: 5px;
    width: 100px;
}

.overlaytext h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 19px;
}

.overlaytext ul li {
    font-size: 16px;
    line-height: 25px;
}

section.whychoose-new {
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    color: #8f97af;
}

section.whychoose-new h2 {
    font-size: 46px;
    font-weight: 700;
    color: #282828;
}

section.whychoose-new h3 {
    color: #a5a5a5;
    font-size: 22px;
    letter-spacing: 5px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 36px;
    position: relative;
}

section.whychoose-new h3:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -20px;
    width: 120px;
    height: 8px;
    background: #4eda91;
    z-index: -1;
    margin-left: -55px;
}

section.whychoose-new p {
    width: 70%;
    margin: 0 auto;
    line-height: 28px;
}

section.ready-activate {
    padding: 50px 0;
    text-align: center;
    font-size: 14px;
    color: #9f9f9f;
}

section.ready-activate h2 {
    font-size: 52px;
    font-weight: 800;
    color: #282828;
    margin: 0;
}

section.ready-activate h3 {
    font-size: 27px;
    color: #717171;
    margin: 15px 0 20px;
}

section.ready-activate p {
    width: 80%;
    margin: 0 auto;
}

section.ready-activate a.various {
    background: #ff0000;
    color: #fff;
    padding: 10px 46px;
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 62px;
    margin: 20px 10px 0;
    letter-spacing: 1px;
    width: auto !important;
    font-weight: 700;
    margin-bottom: 20px;
}

section.ready-activate strong {
    display: block;
    font-weight: 300;
    color: #717171;
    font-size: 20px;
    vertical-align: middle;
}

section.ready-activate strong a {
    color: red;
    vertical-align: middle;
    font-weight: 600;
}

.row.cus-nav {
    background: #eeeeee;
    padding: 0 110px;
    border-radius: 130px 130px 0 0;
    margin: 0;
}

section.portfolio.newpf h2 {
    margin-bottom: 10px;
    font-size: 42px;
}

section.portfolio.newpf h2 b {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 800;
}

section.portfolio.newpf .toolbar.mb2.mt2 {
    margin-top: 20px;
}

section.portfolio.newpf h2:after {
    display: none;
}

section.portfolio.newpf [class^="col-md-3"] {
    padding: 0;
    margin: 0;
}

section.portfolio.newpf [class^="col-md-3"] img {
    width: 100%;
}

.clear {
    clear: both;
}

section.newservices .row {
    margin: 0;
}

section.portfolio.newpf .video [class^="col-md-3"] img {
    margin-top: -32px;
}

section.portfolio.newpf .video [class^="col-md-3"] {
    height: 189px;
}









/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Fix for showing body bottom */

body.discount {
    padding-bottom: 145px;
}

@media (min-width: 768px) {
    body.discount {
        padding-bottom: 120px;
    }
}

.after-countdown {
    padding-bottom: 0;
}


/* Hide on cart and checkout */

body.woocommerce-page.cart .moreniche-discounts-box,
body.woocommerce-page.checkout .moreniche-discounts-box,
body.single-upsell_funnel .moreniche-discounts-box {
    display: none !important;
}

/* padding fix on cart, checkout */
body.woocommerce-page.cart,
body.woocommerce-page.checkout,
body.single-upsell_funnel {
    padding-bottom: 0 !important;
}


.moreniche-discounts-box {
    display: none;
    background-color: #D02B33;
    color: #fff;
    text-transform: uppercase;
    min-height: 145px;
    -webkit-transition: background 2s;
    transition: background-color 0.5s ease;
}

.moreniche-discounts-box:hover {
    background-color: #B7121A;
}

@media (min-width: 768px) {
    .moreniche-discounts-box {
        min-height: 100px;
    }
}

.moreniche-discounts-box a {
    padding: 10px 0 0 0;
    display: block;
}

.moreniche-discounts-box p {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .moreniche-discounts-box p {
        margin-bottom: 5px;
    }
}


.moreniche-discounts-box ul li {
    list-style-image: none !important;
}

.moreniche-discounts-box a:hover,
.moreniche-discounts-box a:focus {
    text-decoration: none;
}

.moreniche-discounts-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .moreniche-discounts-title {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .moreniche-discounts-title {
        text-align: right;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 0;
    }
}

.moreniche-discounts-subtitle,
.discounts-message {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

@media (min-width: 768px) {

    .moreniche-discounts-subtitle,
    .discounts-message {
        text-align: right;
    }
}

@media (min-width: 992px) {

    .moreniche-discounts-subtitle,
    .discounts-message {
        font-size: 20px;
        line-height: 22px;
    }
}


.moreniche-discounts-voucher,
.moreniche-discounts-expires {
    font-weight: bold;
}

.moreniche-discounts-expires {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .moreniche-discounts-expires {
        margin-bottom: 15px;
        width: 300px;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .moreniche-discounts-expires {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 25px;
        margin-top: 20px;
    }
}


/* Override all default link colors */
.moreniche-discounts-title,
a .moreniche-discounts-title,
a .moreniche-discounts-title:hover,
.moreniche-discounts-subtitle,
a .moreniche-discounts-subtitle,
a .moreniche-discounts-subtitle:hover,
.moreniche-discounts-expires,
a .moreniche-discounts-expires,
a .moreniche-discounts-expires:hover {
    color: #020228 !important;
}

a .moreniche-discounts-voucher,
a .moreniche-discounts-voucher,
a .moreniche-discounts-voucher:hover {
    color: #F9B002 !important;
}

/* Hide on mobile */
@media screen and (max-device-width: 480px) {
    .mn-hide-xs {
        display: none;
    }
}




/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    font: normal 9px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none;
}

@media (min-width: 768px) {
    .flip-clock-wrapper {
        font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    }
}

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 255px;
    margin: 10px auto 0 auto;
}

@media (min-width: 768px) {
    .flip-clock-wrapper {
        /* width: 100%; */
        margin: -5px 0 0 0;
        float: right;
    }
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    padding: 12px;
    width: 20px;
    height: 35px;
    font-size: 40px;
    font-weight: bold;
    line-height: 43px;
    border-radius: 6px;
    background: #000;
}

@media (min-width: 768px) {
    .flip-clock-wrapper ul {
        margin: 2px;
        padding: 15px;
        width: 30px;
        height: 45px;
        font-size: 40px;
        line-height: 43px;
        margin-top: 14px;
    }
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    height: 100%;
    line-height: 35px;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .flip-clock-wrapper ul li {
        line-height: 43px;
    }
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 30px;
    overflow: hidden;
    outline: 1px solid transparent;
}

@media (min-width: 768px) {
    .flip-clock-wrapper ul li a div {
        font-size: 40px;
    }
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}

.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 2px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .flip-clock-wrapper ul li a div.up:after {
        top: 22px;
        height: 3px;
    }
}

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 28px;
}

@media (min-width: 768px) {
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 35px;
    }
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 42px;
}

@media (min-width: 768px) {
    .flip-clock-divider {
        width: 10px;
        height: 50px;
    }
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    display: block;
    background: #323434;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 2px;
}

@media (min-width: 768px) {
    .flip-clock-dot {
        width: 6px;
        height: 6px;
        left: 2px;
    }
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1em !important;
    right: -55px !important;
    text-shadow: none;
    font-size: 12px !important;
}

@media (min-width: 768px) {
    .flip-clock-divider .flip-clock-label {
        top: -1em;
        right: -55px;
    }
}

.flip-clock-divider.days .flip-clock-label {
    right: -42px;
}

.flip-clock-divider.hours .flip-clock-label {
    right: -45px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -50px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -52px;
}

.flip-clock-dot.top {
    top: 25px;
}

.flip-clock-dot.bottom {
    bottom: 25px;
}

@media (min-width: 768px) {
    .flip-clock-divider.days .flip-clock-label {
        right: -50px;
    }

    .flip-clock-divider.hours .flip-clock-label {
        right: -55px;
    }

    .flip-clock-divider.minutes .flip-clock-label {
        right: -60px;
    }

    .flip-clock-divider.seconds .flip-clock-label {
        right: -60px;
    }

    .flip-clock-dot.top {
        top: 33px;
    }

    .flip-clock-dot.bottom {
        bottom: 25px;
    }
}


@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}






.btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #f7ce0f;
    padding: 0px 0 10px;
    border-top: #054a56 2px solid;
    z-index: 4;
}

div#btmsticky h3 {
    color: #000 !important;
}

.btm-sticky h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 100%;
    margin: 26px 0 0;
    float: left;
    line-height: 40px;
}

div#btmsticky b {
    color: #cc2235;
    font-size: 46px;
}

div#btmsticky span {
    display: block;
    color: #000000;
    font-size: 31px;
    font-weight: 600;
}

div#btmsticky .content a,div#btmsticky .contenta a {
    display: inline-block;
    width: 210px;
    position: relative;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    color: #ffffff;
    padding: 10px 8px;
    font-size: 14px;
    margin: 0;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #3d59e8;
    float: right;
    left: -150px;
    margin-top: -32px;
}




#close-counter {
    background: url(../images/img-cross.png) no-repeat left top;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    font-size: 0;
    opacity: 1 !important;
}

.dis-table-cell {
    height: 110px;
    display: table-cell;
    vertical-align: top;
}

.dis-table {
    display: table;
    width: 100%;
}

.v-middle {
    vertical-align: middle;
}
section.thank-you {
    padding: 80px 0px 90px;
    text-align: center;
}

section.thank-you p {
    font-size: 16px;
    line-height: 26px;
}

section.thank-you a.btn {
    display: inline-block;
    width: 210px;
    position: relative;
    top: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    color: #ffffff;
    padding: 12px 8px;
    font-size: 14px;
    margin: 0;
    border-radius: 100px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #3d59e8;
    margin-top: 20px;
}
section.thank-you a.btn:before {
    display: none;
}
/* media css */
@media (max-width:767px) {

    .dis-table,
    .dis-table-cell {
        display: block;
    }

    .dis-table-cell {
        height: auto;
        margin-bottom: 5px;
    }

    #close-counter {
        position: absolute;
        top: 0px;
        right: 23px;
    }

    .moreniche-discounts-box p.moreniche-discounts-expires {
        padding-bottom: 10px !important;
    }

    .moreniche-discounts-box .col-sm-6 {
        position: static;
    }

    .moreniche-discounts-box .container {
        position: relative;
    }
}



@media (max-width: 479px) and (min-width: 320px) {

    div#btmsticky {
        text-align: left;
    }

    div#btmsticky h3 {
        font-size: 18px;
        width: 100%;
        line-height: 25px;
        margin-bottom: 19px;
    }

    div#btmsticky .content a {
        position: static;
        float: none;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    div#btmsticky span {
        font-size: 22px;

    }


    .flip-clock-wrapper .flip {
        margin-top: 20px;

    }

    .moreniche-discounts-expires {
        margin-bottom: 18px;
    }

    .flip-clock-wrapper {
        width: 100%;
    }

    .moreniche-discounts-expires {
        font-size: 13px !important;
        text-align: left !important;
    }

    span.flip-clock-label {
        display: none !important;
    }
}