﻿@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);

/*====================================== reset.css is here ========================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul { list-style: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before, q:after { content: ''; }

abbr, acronym { border: 0; }

.clear {
    clear: both;
    display: block;
    font-size: 1px;
    height: 0;
    line-height: 1px;
}

header, nav, section, article, aside, footer, hgroup { display: block; }

::selection {
    background: #0f94d9;
    color: #fff;
}

figure {
    margin: 0;
    padding: 0;
}

* { box-sizing: border-box; }

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.pad-last { padding: 0 !important; }

.flo-lt { float: left !important; }

.flo-rt { float: right !important; }

.no-bor { border: 0 !important; }

.last { margin: 0 !important; }

.text-left { text-align: left !important; }

.lh-1_5 { line-height: 1.5rem; }

/**************************************************************************************/

a {
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
}

a:hover { text-decoration: none; }

h1 {
    font-size: 46px;
    letter-spacing: -1px;
}

h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 46px;
}

h3 {
    font-size: 30px;
    line-height: 38px;
}

h4 {
    font-size: 26px;
    line-height: 32px;
}

h5 { font-size: 20px; }

h6 { font-size: 16px; }

input, textarea {
    color: #b1b1b1;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
}

/*----------------------------------------------------------------------------------*/

html { }

body {
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

/*.bg-color { background: #f2f2f2; }*/

/* ---------------------------------------------------------------------------------*/

.wrapper {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    transition: 0.2s ease-in-out;
    width: 100%;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
    width: 1400px;
}

/* --------All btns-------*/

.btn1 {
    background: #fff;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding: 15px 30px;
    text-transform: uppercase;
}

.btn2 {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #ff1267;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    outline: none;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
}

.btn2:hover {
    background: #000;
    color: #fff !important;
}

.btn3 {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #000;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    outline: none;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
}

.btn3:hover {
    background: #fff;
    color: #000;
}

.btn4 {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #fff;
    border-radius: 4px;
    color: #6d2abf;
    display: inline-block;
    font-weight: 500;
    margin: 0;
    outline: none;
    padding: 10px 30px;
    transition: 0.2s ease-in-out;
}

.btn4:hover {
    background: #6d2abf;
    color: #fff;
}

/* --------header-------------*/

header {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    display: block;
    left: 0;
    padding: 35px 0;
    position: fixed;
    top: 0;
    transition: 0.2s ease-in-out;
    width: 100%;
    z-index: 99999;
}

header.stick, header.stick1 {
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

header.stick .nav ul li a, header.stick1 .nav ul li a { color: #000; }

header.stick .nav .login, header.stick1 .nav .login {
    background: #000;
    color: #fff;
}

header .nav .login:hover {
    background: #ff1267;
    color: #fff;
}

header.stick .stick-hide, header.stick1 .stick-hide { display: none; }

header.stick .stick-logo, header.stick1 .stick-logo { display: inline-block; }

.logo {
    display: inline-block;
    float: left;
    margin: 10px 0;
    padding: 0;
    width: 142px;
}

.logo a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.stick-logo { display: none; }

/* ----------nav-----------*/

.nav {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
}

.nav ul {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

.nav ul li {
    display: inline-block;
    margin: 0;
    padding: 20px 20px;
}

.nav ul li a {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
}

.nav ul li a:hover, .nav ul li.active a { color: #ff1267 !important; }

.nav .login {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #fff;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    float: right;
    font-weight: 600;
    margin: 0;
    padding: 20px 20px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    width: auto;
}

.nav .login:hover { opacity: 0.8; }

#nav-icon { display: none; }

/* ----------banner-----------*/

.banner {
    background: rgb(14, 69, 96);
    background: -moz-linear-gradient(-45deg, rgba(14, 69, 96, 1) 0%, rgba(144, 106, 230, 1) 56%, rgba(4, 189, 242, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(14, 69, 96, 1) 0%, rgba(144, 106, 230, 1) 56%, rgba(4, 189, 242, 1) 100%);
    background: linear-gradient(135deg, rgba(14, 69, 96, 1) 0%, rgba(144, 106, 230, 1) 56%, rgba(4, 189, 242, 1) 100%);
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e4560', endColorstr='#04bdf2', GradientType=1);
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.banner ul { margin: 0 !important; }

.banner ul li { position: relative; }

.banner-img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.banner-img img {
    height: auto;
    width: 100%;
}

.banner-cont-in {
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    display: block;
    left: 0;
    margin: 0;
    padding: 130px 0;
    position: absolute;
    top: 0;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
}

.banner-cont {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

.banner-cont span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-cont h2 {
    color: #fff;
    letter-spacing: normal;
    margin: 15px 0;
    text-transform: uppercase;
}

.banner-cont h2 span { font-weight: normal; }

.banner-cont p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
}

.banner .nav-slider {
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banner .nav-slider ul {
    display: inline;
    float: none;
    margin: 2px 0;
    text-align: right;
}

.banner .nav-slider ul li {
    display: block;
    float: none;
    height: 62px;
    margin: 2px 0;
}

.banner .nav-slider ul li a { display: block; }

.banner .nav-slider h6 {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    display: table;
    float: right;
    font-size: 0px;
    height: 62px;
    padding: 7px 0 7px 20px;
    text-align: left;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    vertical-align: middle;
    width: 0;
}

.banner .nav-slider h6 span {
    display: table-cell;
    vertical-align: middle;
}

.banner .nav-slider figure {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #fff;
    display: inline-block;
    float: right;
    transition: 0.2s ease-in-out;
}

.banner .nav-slider img.thamb-active {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    display: none;
    transition: 0.2s ease-in-out;
}

.banner .nav-slider ul li a:hover h6, .banner .nav-slider .active h6 {
    background: rgba(0, 0, 0, 0.6);
    border-color: #f00;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 62px;
    width: 133px;
}

.banner .nav-slider ul li a:hover figure, .banner .nav-slider .active figure { background: rgba(0, 0, 0, 0.6); }

.banner .nav-slider ul li a:hover img.thamb-hide, .banner .nav-slider .active img.thamb-hide { display: none; }

.banner .nav-slider ul li a:hover img.thamb-active, .banner .nav-slider .active img.thamb-active { display: block; }


.banner-cont-in4 {
    -moz-transform: translatey(0%);
    -ms-transform: translatey(0%);
    -o-transform: translatey(0%);
    -webkit-transform: translatey(0%);
    padding: 11% 0 100px;
    position: static;
    transform: translatey(0%);
}

.banner-cont4 { width: 40%; }

.banner-cont h3 {
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
}

.banner-cont4 span { color: #ffda2d; }

.banner-cont4 span img { display: inline-block; }

.banner-right {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 40px 0 0;
    position: relative;
    width: 54%;
}

.banner-block {
    background: #b3e0de;
    border-radius: 4px;
    color: #0e4560;
    display: inline-block;
    margin: 0;
    min-height: 309px;
    padding: 20px 20px;
    position: relative;
    text-align: center;
    width: 36%;
}

.banner-block:after {
    background: url(../images/shadow1.png) no-repeat left top;
    background-size: 100% auto;
    content: '';
    height: 86px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.banner-block h5 {
    font-weight: 600;
    text-transform: uppercase;
}

.banner-block-middle {
    -moz-box-shadow: 0px 38px 51px -27px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 0px 38px 51px -27px rgba(0, 0, 0, 0.64);
    background: #ffffff;
    box-shadow: 0px 38px 51px -27px rgba(0, 0, 0, 0.64);
    color: #0e4560;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 9;
}

.banner-block-middle h5 { margin: 0 0 20px; }

.banner-block-middle:after { display: none; }

.banner-block3 {
    background: #4458bd;
    color: #a1daf5;
}

.banner-block3:after {
    background: url(../images/shadow3.png) no-repeat left top;
    content: '';
}


/* ----------wave-shape-----------*/

.wave-shape {
    margin: -8.5% 0 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.wave-shape img {
    height: auto;
    width: 100%;
}

/* ----------businesses Title-------------*/

.businesses {
    border-bottom: 1px solid #c4c4c4;
    display: block;
    margin: 0 0 60px;
    padding: 80px 0 100px;
    text-align: center;
}

.businesses h2 { margin: 0 0 20px; }

.businesses p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
}

/* ---------video-block------------*/

.video-block {
    display: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
}

.video-block p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
}

.video-block p span {
    color: #ff1267;
    font-weight: 600;
}

.video-block figure {
    display: inline-block;
    margin: 20px 0 0;
    position: relative;
    width: 100%;
}

.play-btn {
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-40%, -50%);
}

/* ----------offer-block-------------*/

.offer-block {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

.offer-block p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
}

.offer-block p span {
    color: #ff1267;
    font-weight: 600;
}

.offer-block ul {
    display: inline-block;
    margin: 0 -20px;
    padding: 30px 0;
}

.offer-block ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 33.3%;
}

.offer-block-in {
    border: 1px solid #c9c9c9;
    display: block;
    margin: 0;
    padding: 0;
}

.offer-cont {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    display: block;
    margin: 0;
    padding: 30px 30px 60px 30px;
    position: relative;
    text-align: left;
    transition: 0.2s ease-in-out;
}

.offer-cont h4 { margin: 0 0 10px; }

.offer-cont p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 30px;
}

.offer-cont a {
    bottom: 30px;
    color: #ff1267;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    left: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
}

.offer-cont a img {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.offer-block ul li:hover .offer-cont { background: #000000; }

.offer-block ul li:hover h4, .offer-block ul li:hover p, .offer-block ul li:hover a { color: #fff; }

.offer-block ul li:hover .arrow-normal { display: none !important; }

.offer-block ul li .arrow-hover { display: none !important; }

.offer-block ul li:hover .arrow-hover { display: inline-block !important; }

.demo-right2 .demo-right-leftactive .ui-widget-content .ui-state-default {
    font-size: 11px;
    height: 30px;
    line-height: 26px;
    width: 30px;
}

/* ----------our-products-------------*/

.our-products {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 0 60px;
    text-align: center;
}

.our-products p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px;
}

.our-products p span {
    color: #ff1267;
    font-weight: 600;
}

.our-products strong { font-weight: 600; }

.our-products ul {
    border: 1px solid #c9c9c9;
    margin: 70px 0;
    padding: 0;
}

.our-products ul li {
    display: inline-block;
    float: left;
    margin: 0;
    outline: none !important;
    padding: 40px 40px;
}

.our-products ul li a { outline: none !important; }

.our-products ul li figure {
    display: table;
    margin: 0 auto 20px auto;
}

.our-products h4 { margin: 0 0 10px; }

.our-products ul li p {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

.our-products .slick-list {
    overflow: inherit;
    padding: 0 !important;
}

.our-products ul.slick-dots {
    border: 0;
    bottom: -60px;
    margin: 0;
}

.our-products ul.slick-dots li {
    float: none;
    margin: 0 5px;
    padding: 0;
}

.our-products ul.slick-dots li button {
    border: 1px solid #b2b2b2;
    border-radius: 100%;
    padding: 0;
}

.our-products ul.slick-dots li.slick-active button, .our-products ul.slick-dots li:hover button {
    background: #080d43;
    border: 1px solid #080d43;
}

.our-products ul.slick-dots li button:before { display: none; }

.our-products .slick-slide {
    height: 100% !important;
    outline: none !important;
}

.our-products .slick-center { background: #fdbe47 !important; }

.our-products .slick-slide:hover { background: #ffe5b3; }

/*.our-products ul li:hover{background:#fdbe47;}*/

/* ---------clients-------------*/

.clients {
    display: block;
    margin: 0;
    padding: 60px 0 80px;
    text-align: center;
}

.clients h2 { margin: 0 0 50px; }

.clients ul { }

.clients ul li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}

.clients ul li a { outline: none !important; }

.clients .slick-slide img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 0 auto;
    opacity: 0.5;
}

.clients .slick-slide img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

/* ---------solutions--------------*/

.solutions {
    background: #000;
    display: block;
    margin: 0;
    padding: 90px 0;
}

.solutions-cont {
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 70%;
}

.solutions-cont h2 { margin: 0 0 15px; }

.solutions-cont p {
    font-size: 18px;
    line-height: 28px;
}

.solutions a {
    float: right;
    margin: 20px 0 0;
}

.solutions .btn2:hover {
    background: #fff;
    color: #000 !important;
}

/* ---------newsletter--------------*/

.newsletter {
    background: url(../images/traingles-bg.jpg) no-repeat center center;
    display: block;
    margin: 0;
    padding: 100px 0;
    text-align: center;
}

.newsletter h2 { margin: 0 0 10px; }

.newsletter p {
    font-size: 18px;
    line-height: 28px;
}

.newsletter-fld {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    margin: 40px auto 0;
    max-width: 530px;
}

.subscrib-btn {
    background: #069ee5; /* Old browsers */
    background: -moz-linear-gradient(left, #069ee5 0%, #75d4fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #069ee5 0%, #75d4fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #069ee5 0%, #75d4fc 100%);
    border: 0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#069ee5', endColorstr='#75d4fc', GradientType=1); /* IE6-9 */
    float: right;
    font-size: 14px;
    outline: none;
    padding: 20px 40px;
}

.newslatter-field {
    background: url(../images/icon4.png) no-repeat 30px center;
    border: 0;
    border-radius: 30px;
    float: left;
    padding: 19px 20px 19px 60px;
    width: calc(100% - 210px);
}

/* ---------career--------------*/

.career {
    background-attachment: fixed;
    background-image: url(../images/youth-img.jpg);
    background-position: center;
    min-height: 300px;
    padding: 90px 0;
}

.career-in { /* margin-top: 40px; */
    background: #275aa9;
    color: #fff;
    display: inline-block;
    padding: 40px;
    width: 607px;
}

.career-in a { color: #fff; }

.career-in a img { display: inline-block; }

.career-in p {
    color: #fff;
    margin: 15px 0;
}

/* ----------footer-------------*/

.footer {
    display: block;
    margin: 0;
    padding: 60px 0 40px;
}

.foooter-block {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 33.3%;
}

.foooter-block a.foot-logo {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
}

.foooter-block p {
    display: block;
    font-size: 16px;
    margin: 0 0 16px 0;
    padding: 0;
}

.foooter-block p span { font-weight: 600; }

.foooter-block h5 { margin: 0 0 20px; }

.foooter-block a {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    color: #000;
    font-size: 16px;
    transition: 0.2s ease-in-out;
}

.foooter-block a:hover { color: #ff1267; }

.foooter-block ul { }

.foooter-block ul li {
    display: block;
    margin: 0 0 22px;
    padding: 0;
}

.foooter-block ul li a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.social-icons {
    display: block;
    margin: 25px 0 0;
    padding: 0;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}

.social-icons a:hover { opacity: 0.6; }

.foooter-block p.copy-right {
    font-size: 14px;
    margin: 0;
}

.foooter-block p.copy-right a { font-size: 14px; }

#html5-watermark { display: none !important; }

/* ---------about-page-------------*/

.inner-banner {
    background: url(../images/bg1.png) repeat-x left top #782fc8;
    display: block;
    margin: 0;
    padding: 0;
}

.inner-banner-in {
    display: block;
    margin: 0;
    padding: 180px 0;
}

.inner-banner-in span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.inner-banner-in h3 {
    color: #fff;
    letter-spacing: normal;
    padding: 10px 0;
    text-transform: uppercase;
}

.inner-banner-in h3 span { font-weight: 300; }

.about-block {
    border-bottom: 1px solid #c4c4c4;
    display: block;
    margin: 0 0 60px;
    padding: 30px 0 50px;
}

.about-block h2 {
    margin: 0 0 20px;
    text-align: center;
}

.about-content {
    display: block;
    margin: 0 -15px;
    padding: 50px 0 0;
}

.about-left {
    display: inline-block;
    margin: 0;
}

.about-left figure { }

.about-left figure img {
    height: auto;
    width: 100%;
}

.about-right {
    display: inline-block;
    margin: -7px 0 0;
}

.about-right h2 { text-align: left; }

.about-right p {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

.about-right p span { font-weight: 700; }

.about-offer-block {
    display: block;
    margin: 0 0 60px;
    padding: 0;
}

.about-offer-block ul { margin: 0 -15px; }

.about-offer-block ul li {
    display: inline-block;
    float: left;
    padding: 0 20px;
    width: 33.3%;
}

.about-offer-block ul li h4 {
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.about-offer-block ul li h4:before {
    background: #7d31cd;
    content: '';
    display: block;
    height: 6px;
    margin: 0 0 20px;
    width: 86px;
}

.about-offer-block ul li p { line-height: 26px; }

.about-offer-block2 {
    background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,42188d+56,7d31cd+99 */
              background:rgb(0, 0, 0); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(66, 24, 141, 1) 56%, rgba(125, 49, 205, 1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(66, 24, 141, 1) 56%, rgba(125, 49, 205, 1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(66, 24, 141, 1) 56%, rgba(125, 49, 205, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#7d31cd', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    margin: 0;
    padding: 70px 0;
}

.about-offer-block2 h2 {
    margin: 0 0 60px;
    text-align: center;
}

.about-offer-block2 h5 {
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.about-offer-block2 h5:before {
    background: #fff;
    content: '';
    display: block;
    height: 6px;
    margin: 0 0 25px;
    width: 86px;
}

.about-offer-block2 p { margin: 0 0 20px; }

.about-offer-block2 a { color: #fff; }

.about-offer-block2 a img {
    display: inline-block;
    margin: 0 0 0 5px;
}

.about-offer-block2 a:hover { color: #ff1267; }

.about-offer-block2 a:hover .arrow-normal { display: none !important; }

.about-offer-block2 a .arrow-hover { display: none !important; }

.about-offer-block2 a:hover .arrow-hover { display: inline-block !important; }

.clients2 {
    margin: 0;
    padding: 60px 0;
}

/* ------------------*/

.contact-section {
    border-bottom: 1px solid #c4c4c4;
    display: block;
    margin: 0;
    padding: 30px 0 90px 0;
}

.contact-section-in {
    background: #003d98;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.contact-left {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.contact-left img {
    height: auto;
    width: 100%;
}

.contact-right {
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 40px 40px;
}

.contact-right h5 { text-transform: uppercase; }

.contact-right ul { margin: 0 -20px; }

.contact-right ul li {
    display: inline-block;
    float: left;
    line-height: 26px;
    margin: 46px 0 0 0;
    padding: 0 20px;
    width: 50%;
}

.contact-right ul li p { }

.contact-right ul li a { color: #fff; }

/* ------------------*/

.banner-cont5 {
    float: left;
    margin: 0;
    padding: 0;
    width: 65%;
}

.catelog-img {
    display: inline-block;
    float: right;
    margin: 20px 0 40px 0%;
    padding: 0;
    text-align: right;
    width: 35%;
}

.catelog-img img {
    display: inline-block;
    height: auto;
}

.businesses2 { padding: 50px 0 50px; }

.businesses3 {
    margin: 0;
    padding: 50px 0 50px;
}

.block-section {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    margin: 0;
    padding: 60px 0;
}

.block-section-in {
    align-items: center;
    direction: rtl;
    display: table;
}

.block-section figure {
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.block-section figure img { display: inline-block; }

.cont {
    direction: ltr;
    display: table-cell;
    margin: 0;
    padding: 0 3%;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.cont h2 { margin: 0 0 20px 0; }

.cont h2 span { font-weight: 300; }

.cont p {
    font-size: 16px;
    line-height: 26px;
}

.cont-textright { text-align: right; }

.cont a, .cont strong {
    display: inline-block;
    font-weight: 600;
    margin: 20px 0 0;
}

.cont a:hover { color: #ff1267; }

/* -----features-----------*/

.features {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    margin: 0;
    padding: 60px 0;
}

.features ul {
    margin: 35px -10px 0;
    padding: 0;
}

.features ul li {
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px 10px;
    transition: 0.3s ease-in-out;
    width: 16.6%;
}

.opacity0 { opacity: 0.4; }

.features-cont {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    cursor: -webkit-grab;
    display: block;
    margin: 0;
    min-height: 190px;
    padding: 26px 10px 0;
    text-align: center;
}

.features-cont h6 {
    font-size: 14px;
    font-weight: 600;
}

.features-cont figure { margin: 0 0 16px; }

.features-cont figure img { display: inline-block; }

.features-cont:hover { box-shadow: 0 2px 18px rgba(22, 95, 194, 0.5); }

/* -------sbm page-----------*/

.sbm .banner-cont {
    margin: 0 0 60px;
    width: 40%;
}

.sbm .banner-cont2 { width: 50%; }

.sbm .banner-cont h2 { margin: 15px 0 5px; }

.sbm .catelog-img {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: -1;
}

.btns {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.btns .btn2 {
    background: #fff;
    color: #000 !important;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 15px 30px;
}

.btns .btn2:hover, .btns .active {
    background: #000;
    color: #fff !important;
}

.sbm small {
    display: block;
    position: relative;
    text-align: right;
}

.sbm small img { display: inline-block; }

.sbm small:after {
    background: #c2c2c2;
    content: '';
    height: 1px;
    margin: -0.5px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.sbm .slick4 li { overflow: hidden; }

.sbm .slick-dots {
    bottom: 130px;
    display: block;
    left: 0;
    margin: 0 auto !important;
    right: 0;
    width: 80px;
    z-index: 99;
}

.sbm .slick-dots li {
    border: 2px solid transparent;
    border-radius: 100%;
    float: none;
    height: auto;
    margin: 0 2px;
    padding: 4px;
    vertical-align: middle;
    width: auto;
}

.sbm .slick-dots li.slick-active, .sbm .slick-dots li:hover { border: 2px solid #fff; }

.sbm .slick-dots li button {
    background: rgba(255, 255, 255, 0.3);
    ;
    border-radius: 100%;
}

.sbm .slick-dots li button:before { display: none; }

.sbm .slick-dots li.slick-active button, .sbm .slick-dots li:hover button { background: #fff; }

/* --------works-popup----------*/

.works-popup {
    background: #fff;
    border-radius: 10px;
    bottom: -90%;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.31);
    display: none;
    left: 150px;
    margin: 0;
    min-width: 900px;
    padding: 40px 40px;
    position: absolute;
    z-index: 99;
}

.sbm .works-popup h2 {
    color: #2ba9f2;
    margin: 0px 0 15px;
}

.works-popup h2 span {
    color: #000;
    font-weight: 300;
}

.works-popup p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.works-popup p strong { font-weight: 600; }

.works-popup p span {
    color: #2ba9f2;
    text-transform: inherit;
}

.works-popup h2 { color: #2ba9f2; }

.cancel {
    cursor: pointer;
    outline: none !important;
    position: absolute;
    right: 40px;
    top: 40px;
}

.works-popup:after {
    border-bottom: 10px solid transparent;
    border-right: 14px solid #fff;
    border-top: 10px solid transparent;
    bottom: 60px;
    content: '';
    display: inline-block;
    left: -14px;
    position: absolute;
}

.banner-cont2 .works-popup { bottom: -130px; }

.banner-cont2 .works-popup:after { bottom: 147px; }

.sbm-section { position: relative; }

.sbm-section:after {
    border: 0.5px solid #bfd2e8;
    content: '';
    display: inline-block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.arrow3 { margin: 0 auto }

.arrow2 {
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
}

.arrow4 {
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    left: -33px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sbm-section .cont {
    padding: 0 6%;
    width: 50% !important;
}

.sbm-section .cont h3 { margin: 0 0 15px; }

.sbm-section figure { width: 50% !important; }

/* ------------------*/

.logo1 {
    display: inline-block;
    margin: 0;
}

.log {
    color: #000;
    display: inline-block;
    float: right;
    font-weight: 700;
    margin: 12px 0;
    padding: 0;
}

.log a {
    color: #f26122;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.log a:hover { color: #000; }

.demo-section {
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    display: table;
    margin: 130px 0 20px;
    padding: 0;
}

.demo-left {
    background: url(../images/bg3.png) no-repeat center top;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    display: table-cell;
    margin: 0;
    overflow: hidden;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 42%;
}

.demo-left-in {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.77) 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.77) 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.77) 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    border-radius: 10px 0 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4000000', endColorstr='#00ffffff', GradientType=0);
    height: 100%; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.77+0,0+70 */
    padding: 30px 30px;
    width: 100%;
}

.demo-left img {
    display: inline-block;
    height: auto;
    width: 100%;
}

.demo-left h3 {
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.demo-left h3 span { font-weight: 300; }

.demo-left-in p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
}

.demo-right {
    display: table-cell;
    margin: 0;
    padding: 30px 30px;
    width: 59%;
}

.demo-right h3 { margin: 0 0 30px; }

.demo-right ul { margin: 0 -5px; }

.demo-right ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px 5px;
    width: 50%;
}

.demo-right ul li label {
    font-weight: 500;
    text-transform: capitalize;
}

.demo-right ul li label b {
    color: red;
    font-weight: normal;
}

.demo-right ul li .form-group {
    float: left;
    padding: 0 5px;
    width: 50%;
}

.form-control {
    box-shadow: none !important;
    color: #000;
    height: 42px;
    padding-right:2.85rem;
}

.demo-right h5 { margin: 0 0 30px; }

.demo-right ul li .text-danger {
    display: block;
    margin: 0 0 -30px 0;
}

.intl-tel-input { display: block; }

.intl-tel-input .selected-flag {
    background-color: #eee;
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #ccc;
    line-height: 1;
    margin: 0 0 0 0px;
    z-index: 4;
}

.intl-tel-input .country-list { z-index: 5; }

.input-group .intl-tel-input .form-control {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
}

.demo-right ul li.country, .demo-right ul li.divider {
    display: block;
    float: none;
    width: 100%;
}

.country-name { display: none; }

.demo-section-flex { display: flex; }

.demo-section-flex form { width: 100%; }

.demo-left-in2 {
    display: block;
    margin: 0;
    padding: 30px 30px;
}

.demo-left-in2 h3 {
    color: #000;
    margin: 0 0 30px;
}

.demo-left-in2 figure { margin: 0 auto 30px auto; }

.demo-left-in2 p { font-family: 'Open Sans'; }

.demo-left-in2 ul { margin: 0 -5px; }

.demo-left-in2 ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px 5px;
    width: 50%;
}

.demo-right2 .ui-widget.ui-widget-content {
    border: 0;
    width: 100%;
}

.demo-right2 .ui-datepicker td { text-align: center; }

.demo-right2 .ui-widget-content .ui-state-default {
    background: none;
    border: 0;
    border-radius: 6px;
    color: #717171;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 55px;
    line-height: 52px;
    text-align: center;
    width: 60px;
}

.demo-right2 .ui-widget-content .ui-state-active, .demo-right2 .ui-widget-content .ui-state-hover {
    background: #d30410;
    color: #fff !important;
}

.demo-right2 .ui-datepicker .ui-datepicker-title { text-align: left; }

.demo-right2 .ui-widget-header {
    background: none;
    border: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.demo-right2 .ui-datepicker th {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    text-transform: uppercase;
}

.demo-right2 .ui-widget-header .ui-icon-circle-triangle-w { background: url(../images/arrow-left.png) no-repeat center center; }

.demo-right2 .ui-widget-header .ui-icon-circle-triangle-e { background: url(../images/arrow-right.png) no-repeat center center; }

.demo-right2 .ui-datepicker .ui-datepicker-prev {
    left: inherit;
    right: 40px;
}

.demo-right2 .ui-datepicker .ui-datepicker-prev, .demo-right2 .ui-datepicker .ui-datepicker-next {
    border-radius: 6px;
    cursor: pointer;
    height: 3em;
    opacity: 0.3;
    top: 1px;
    width: 3em;
}

.demo-right2 .ui-datepicker .ui-datepicker-prev:hover, .demo-right2 .ui-datepicker .ui-datepicker-next:hover {
    background: #d0e6f3;
    border: 0;
    opacity: 1;
}

.demo-left2 {
    background: #fff !important;
    box-shadow: 5px 0 10px -3px rgba(0, 0, 0, 0.18);
    min-height: auto;
}

.demo-left2 figure { margin: 0 0 50px; }

.demo-left2 img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.time {
    display: block;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.select2-hidden-accessible { display: none !important; }

.select2-container--default .select2-selection--single {
    background: url(../images/icon5.png) no-repeat 10px center;
    height: auto;
    padding: 10px 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    width: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-width: 6px 6px 0 6px; }

.select2-container { width: 100% !important; }

.demo-right2 {
    display: table-cell;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.demo-right-left {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    float: left;
    height: 100%;
    padding: 40px;
    transition: 0.2s ease-in-out;
    width: 100%;
}

.demo-right-right {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #fff;
    box-shadow: 5px 0px 10px 4px rgba(0, 0, 0, 0.18);
    float: right;
    height: 100%;
    padding: 40px 20px;
    position: absolute;
    right: -252px;
    top: 0;
    transition: 0.2s ease-in-out;
    width: 240px;
}

.demo-right-right span {
    display: block;
    font-weight: 600;
    margin: 70px 0 50px;
    text-transform: uppercase;
}

.demo-right-right label {
    display: inline-block;
    font-weight: 500;
    margin: 20px 0 0;
}

.demo-right-right .btn2 {
    background: #d30410;
    margin: 0 0 20px;
    padding: 10px 30px;
    width: 100%;
}

.demo-right-right .timepicker {
    background: url(../images/arrow2.png) no-repeat 95% center;
    border: 1px solid #5b9bc9;
    border-radius: 4px;
    color: #0f51a2;
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 10px 10px;
    width: 100%;
}

.demo-right-right .ui-timepicker-standard .ui-state-hover {
    background-color: #f0497c;
    color: #fff;
}

.demo-right-leftactive {
    width: calc(100% - 240px);
    width: -webkit- calc(100% - 240px);
    width: -moz- calc(100% - 240px);
    width: -o-calc(100% - 240px);
    width: -ms-calc(100% - 240px);
}

.open-cont { right: 0; }

.select2-container
/* -------freesignup page-----------*/
.freesignup ul li {
    display: block;
    float: none;
}

.freesignup .btn3 { margin: 20px 0; }

.freesignup .btn3:hover { border: 1px solid #000; }

.freesignup p { line-height: 20px; }

.freesignup p small {
    display: block;
    font-size: 12px;
}

.demo-left3 {
    background: url(../images/bg4.png) no-repeat right top;
    background-size: cover;
    width: 100%;
}

.demo-left3 .demo-left {
    background: none;
    padding: 60px 60px;
}

.demo-left3 .demo-left p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0;
}

.demo-left3 .demo-left h5 {
    color: #fff;
    font-weight: 500;
}

.demo-left3 .btn3 {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    margin: 20px 0;
    padding: 15px 30px;
}

.demo-left3 .btn3:hover {
    background: #fff;
    color: #000;
}

.credit {
    color: #6d2abf;
    display: block;
    font-weight: 500;
    margin: -20px 0 30px 0;
}

/* ------login page---------*/

.login {
    display: block;
    margin: 0;
    width: 304px;
}

.login h3 { margin: 0 0 20px; }

.login ul li {
    padding: 10px 0;
    width: 100%;
}

.login span {
    color: #6d2abf;
    font-weight: 500;
}

.login .btn3 {
    background: #6d2abf;
    color: #fff;
    margin: 14px 0 6px;
    width: 100%;
}

.login .btn3:hover {
    background: #fff;
    border: 1px solid #6d2abf;
    color: #6d2abf;
}

.login .btn-default {
    color: #6d2abf;
    font-weight: 500;
    height: 40px;
    outline: none;
}

.login .checkbox {
    color: #6d2abf;
    font-weight: 500;
    margin: 0;
}

.forgot { display: block; }

.forgot a {
    color: #000;
    font-weight: 500;
}

.forgot a:hover { color: #6d2abf; }

.frg {
    float: left;
    font-weight: 500;
}

.frg:hover { color: #6d2abf; }

.sgn {
    color: #6d2abf;
    float: right;
    font-weight: 500;
}

.sgn:hover { color: #000; }

.icons {
    display: block;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
}

.icons ul { margin: 0 -5px; }

.icons ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 5px;
    width: 33.3%;
}

.icons ul li a {
    border: 1px solid #cccccc;
    border-radius: 4px;
    display: block;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
}

.icons ul li a img { display: inline-block; }

.icons ul li a:hover { background: #f5f5f5; }

.icons small {
    background: #fff;
    border-top: 1px solid #cccccc;
    color: #6d2abf;
    display: block;
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.icons small:after {
    background: #fff;
    content: 'OR';
    display: inline-block;
    font-weight: 600;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    top: -10px;
}

/* ------------------*/

.lightbox-wrapper { display: none; }

.getademo {
    bottom: 8%;
    position: fixed;
    right: 0;
    text-align: right;
    width: 320px;
    z-index: 10000;
}

.getademo a { display: inline-block; }

.getademo a span {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #ff1267;
    float: right;
    font-weight: 600;
    margin: -6px 0 0;
    padding: 14px 14px;
    position: relative;
    text-align: right;
    vertical-align: middle;
    width: 245px;
}

.getademo a span small { color: #000; }

.getademo a span:after {
    border-bottom: 8px solid transparent;
    border-left: 14px solid #eaeaea;
    border-top: 8px solid transparent;
    content: '';
    display: inline-block;
    left: 100%;
    position: absolute;
    top: 30px;
}

.getademo img {
    background: #ff1267;
    border-radius: 100%;
    display: inline-block;
    float: right;
    margin: 6px 10px 0 14px;
    vertical-align: middle;
}

.getademo a:hover span small { color: #38c1fc; }

.getademo a:hover img { background: #000; }

.free-sign {
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    background: #ff1267;
    border-radius: 0 40px 40px 0;
    bottom: 8%;
    color: #fff !important;
    font-weight: 600;
    left: -48px;
    position: fixed;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    width: 189px;
    z-index: 10000;
}

.free-sign a {
    color: #fff;
    display: block;
    padding: 7px 10px;
}

.free-sign a span { vertical-align: middle; }

.free-sign img {
    display: inline-block;
    margin: 0 0 0 14px;
    vertical-align: middle;
}

.free-sign:hover {
    background: #000;
    left: 0;
}

/* ------careers page---------*/

.careers-block {
    background: #f4f4f4;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    display: block;
    margin: 50px 0 0;
    overflow: hidden;
}

.careers-block h3 { margin: 0 0 20px; }

.career-icons {
    display: inline-block;
    margin: 20px 0 50px;
    padding: 0;
}

.career-icons ul { margin: 0 -10px; }

.career-icons ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 25%;
}

.job {
    display: block;
    margin: 0 0 30px;
    padding: 0;
}

.job h5 { margin: 0 0 20px; }

.job ul {
    display: inline-block;
    margin: 0 -5px;
    padding: 0 0 5px;
}

.job ul li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 5px 5px;
    width: 50%;
}

.offering-section {
    margin: 0;
    padding: 50px 0 70px;
}

.offering {
    display: inline-block;
    margin: 0;
    padding: 0 15px 0 0;
}

.offering h5 {
    display: block;
    margin: 0;
    padding: 30px 30px;
}

.offering h6 {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: normal;
    padding: 20px 30px;
    text-transform: uppercase;
}

.offering h6:after {
    background: url(../images/plus-icon.png) no-repeat center center;
    content: '';
    display: inline-block;
    float: right;
    height: 14px;
    margin: 5px 0;
    padding: 0;
    width: 14px;
}

.offering h6:hover, .offering .active h6 { background: #f1f1f1; }

.offering .active h6:after { background: url(../images/minus-icon.png) no-repeat center center; }

.offering-in {
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
}

.offering ul { margin: 0 0 -1px; }

.offering ul li {
    margin: 0;
    padding: 0;
}

.open-cont1 {
    border-bottom: 1px solid #c2c2c2;
    display: none;
    margin: 0;
    padding: 30px 30px;
}

.open-cont1 p { margin: 0 0 20px; }

.open-cont1 ul { margin: 0; }

.open-cont1 ul li {
    list-style: disc;
    margin: 0 0 3px 15px;
    padding: 0;
}

.more-products {
    background: url(../images/bg5.jpg) no-repeat center top;
    background-size: cover;
    display: block;
    margin: 0;
    padding: 40px 40px;
}

.more-products h5 {
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.more-products h5 span { font-weight: 300; }

.more-products .btn2 {
    background: #fff;
    border: 0;
    color: #000 !important;
    text-transform: uppercase;
}

.more-products .btn2:hover {
    background: #000;
    color: #fff !important;
}

#fl1 {
    background: none !important;
    padding: 0 !important;
}

.forgot-password { display: none; }

.forgot-username { display: none; }

/* ------staffing-recruiting page---------*/

.staffing-recruiting { }

p.text-center {
    font-size: 18px;
    line-height: 28px;
}

.staffing-recruiting ul {
    margin: 40px 0 0;
    padding: 0;
}

.staffing-recruiting ul li {
    display: inline-block;
    margin: 0;
    padding: 15px 15px;
    vertical-align: top;
    width: 50%;
}

.block {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    box-shadow: 2px 0 40px #dbcbf8;
    display: block;
    margin: 0;
    padding: 30px 30px;
}

.block h5 { margin: 0 0 20px 50px; }

.block h5 img {
    display: inline-block;
    margin: -5px 10px 2px -50px;
}

.block span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px;
}

.block p {
    font-size: 14px;
    margin: 8px 0;
}

.block2 {
    background: #003eb0;
    display: block;
    padding: 40px 40px;
    text-align: center;
}

.block2 p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding: 30px 30px;
}

.size a { font-size: 14px; }

.Privacy-banner { padding: 180px 0 90px; }

.left-section {
    display: inline-block;
    float: left;
    margin: 50px 0;
    padding: 0;
    width: 30%;
}

.left-section { text-transform: uppercase; }

.right-section {
    display: inline-block;
    float: left;
    margin: 50px 0;
    padding: 0 30px;
    width: 70%;
}

.right-section p {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

.lightbox-content .right-section p { text-align: justify; }

.right-section p span {
    display: block;
    font-weight: 600;
}

.right-section h6 {
    font-weight: 500;
    margin: 0 0 20px;
}

.right-section a {
    color: #6427b7;
    font-weight: 500;
}

ul.information {
    display: inline-block;
    margin: 0 0 30px 18px;
}

ul.information li {
    list-style: disc;
    margin: 0 0 20px;
    padding: 0;
}

ul.tabs {
    display: block;
    margin: 0 -30px 30px;
}

ul.tabs li {
    border-bottom: 4px solid transparent;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding: 0 30px 20px 30px;
    text-transform: uppercase;
}

ul.tabs li.active {
    border-color: #ff1267;
    color: #ff1267;
}

.login-block { /*display: none;*/ }

.tooltip {
    border-radius: 6px;
    box-shadow: 0 0 5px #ccc;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    margin: 13px 10px !important;
    opacity: 0;
    padding: 0 !important;
    position: absolute;
    z-index: 1070;
}

.tooltip.show {
    margin: 8px 0;
    opacity: 1;
}

.tooltip .arrow {
    display: block;
    height: 0;
    position: absolute;
    width: .8rem;
}

.tooltip .arrow::before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top { padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow { bottom: 0 }

    .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
        border-top-color: #1a233a;
        border-width: 10px 10px 0;
        top: 0;
    }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right { padding: 0 .4rem }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
        border-right-color: #1a233a;
        border-width: .4rem .4rem .4rem 0;
        right: 0;
    }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom { padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow { top: 0 }

    .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
        border-bottom-color: #1a233a;
        border-width: 0 10px 10px;
        bottom: 0;
    }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left { padding: 0 .4rem }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
        border-left-color: #1a233a;
        border-width: .4rem 0 .4rem .4rem;
        left: 0;
    }

.tooltip-inner {
    background-color: #1a233a;
    border: 1px solid #1a233a;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    max-width: 260px;
    padding: 10px;
    text-align: center;
    text-align: left;
    font-weight: normal;
    line-height:1.2;
}

.Schedule-Call { }

.Schedule-Call h4 {
    color: #fff;
    font-size: 22px;
    margin: 30px 0 10px 0;
}

.Schedule-Call h6 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

.Schedule-Call span {
    color: #fff;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 0 26px;
}

.Schedule-Call span .fa { margin: 0 10px 0 -26px; }

.arrow-back {
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    margin: 0 0 20px;
    padding: 9px;
    width: 40px;
}

.arrow-back:hover { background: #78a9b8; }


/*.advertsiement {display:block; width:560px; background:url(../Images/promotional-bg.png) no-repeat center top #4704b5; background-size:cover; padding:20px 30px; position:fixed; right:100px; bottom:-100%; z-index:99; border-radius:10px 10px;-webkit-transition:2s ease-in-out;-moz-transition:2s ease-in-out;-o-transition:2s ease-in-out;transition:2s ease-in-out;}
.advertsiement.active{bottom:20px;}*/

.advertsiement {
    background: url(../Images/promotional-bg.png) no-repeat center top #4704b5;
    background-size: cover;
    border-radius: 8px;
    display: block;
    padding: 20px 30px;
    width: 560px;    
}

#demo_slide {
    bottom: 0;
    position: fixed;
    right: 100px;
    transform: translateY(100%);
    transform: translateZ(0) perspective:1000;
    z-index: 9999;
}

#demo_slide .close_maybe,
#demo_slide .close_yes {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

#demo_slide.active {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: slideUp;
    -webkit-animation-timing-function: ease;
    animation-duration: 1s;
    animation-name: slideUp;
    animation-timing-function: ease;
    bottom: 20px;
    transform: translateY(0);
    visibility: visible !important;
}

#demo_slide.close {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: slideDown;
    -webkit-animation-timing-function: ease;
    animation-duration: 1s;
    animation-name: slideDown;
    animation-timing-function: ease;
    visibility: hidden !important;
}

@keyframes slideUp {
    0% { transform: translateY(100%) }

    100% { transform: translateY(0) }
}

@-webkit-keyframes slideUp {
    0% { -webkit-transform: translateY(100%) }

    100% { -webkit-transform: translateY(0) }
}

@keyframes slideDown {
    0% { transform: translateY(0) }

    100% { transform: translateY(100%) }
}

@-webkit-keyframes slideDown {
    0% { -webkit-transform: translateY(0) }

    100% { -webkit-transform: translateY(100%) }
}

.advertsiement h5 {
    color: #fff;
    margin: 10px 0 15px;
    text-shadow: 0px 6px 3px #000;
    text-transform: capitalize;
}

.advertsiement-in { display: block; }

.advertsiement-right {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.advertsiement-right h3 {
    color: #fff;
    margin: 0 0 12px;
}

.advertsiement-right h3 span { font-weight: 300; }

.advertsiement-right p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px;
}

.advertsiement-right .explore {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.advertsiement-right:hover h3, .advertsiement-right:hover p, .advertsiement-right:hover .explore { color: #a9c5f5 !important; }

.advertsiement .btn {
    margin: 20px 0 0 10px;
    text-transform: capitalize;
}

.advertsiement .btn3:hover {
    background: #fff;
    color: #ff1267;
}

.advertsiement .btn2 {
    background: #fff;
    color: #ff1267 !important;
}

.advertsiement .btn2:hover {
    background: #ff1267;
    color: #fff !important;
}

.own-site {
    background: #fff;
    border-radius: 4px;
    display: table;
    left: 50% !important;
    margin: 5% auto !important;
    top: 35% !important;
    transform: translate(-50%, -40%);
}

.own-site .input-group { width: 100%; }

.own-site .radius .form-control { border-radius: 4px !important; }

.own-site .login-block {
    display: block;
    padding: 20px 20px;
}

.middle-logo {
    display: table;
    margin: 0 auto;
    width: 142px;
}

.close-block {
    cursor: pointer;
    opacity: 0.6;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
}

.close-block:hover { opacity: 1; }

.agree { margin: 20px 0; }

.agree a {
    color: #6d2abf;
    font-weight: 500;
}

.agree a:hover { text-decoration: underline; }

#subdomaintwo { display: none; }

.after-cont {
    display: block;
    position: relative;
}

.one-password {
    border: 1px solid #e2dede;
    display: block;
    margin: 50px auto;
    max-width: 500px;
    width: 86%;
}

.one-password ul li { width: 100%; }

.one-password h4 {
    color: #7f2ac3;
    font-weight: 600;
}

.top-logo { padding: 30px 0 0; }

.top-logo a {
    display: table;
    width: 142px;
}

.top-logo span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0 0 0;
}

.demo-section5 { margin: 80px 0 20px; }

.demo-left-in1 {
    background: #e6edf7;
    border-radius: 10px 10px 0 0;
    display: block;
    width: 100% !important;
}

.demo-left-in1 h3 {
    color: #000;
    font-weight: normal;
}

.demo-left-in1 p {
    color: #000;
    margin: 0 0 6px 0;
}

.demo-left3 .btn3 { margin: 72px 30px; }

#fl5 .right-section, #fl6 .right-section {
    float: none;
    margin: 20px 0;
    width: 800px;
}

#fl5 h4, #fl6 h4 {
    font-weight: normal;
    margin: 0 0 20px;
}

/*.featherlight .featherlight-close-icon {
    display: block;
    font-size: 24px;
    top: 20px;
    right: 20px;
}*/

/* The Overlay (background) */

.pageoverlay {
    background-color: #000000;
    /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    /* Sit on top */
    left: 0;
    /* Black w/opacity */
    overflow-x: hidden;
    position: fixed;
    top: 0;
    /* Disable horizontal scroll */
    transition: 0.5s;
    width: 100%;
    /* Stay in place */
    z-index: 1000;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */

.pageoverlay-content {
    /* Centered text/links */
    margin-top: 1.875rem;
    position: relative;
    /* 100% width */
    text-align: center;
    top: 45%;
    /* 25% from the top */
    width: 2%;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.link-button {
    background: none !important;
    border: none;
    color: #069;
    cursor: pointer;
    padding: 0 !important;
    text-decoration: underline;
}

.bg-color .featherlight { padding: 100px 0 50px 0; }

.close-btns {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.white-logo{
    max-width:200px;
}
.bz-signup-page-logo > .white-logo{
    max-width:15rem;
    display:inline-block;
}

.bz-signup-page-logo > span {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    vertical-align: middle;
}

.pagewrapper {
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100vh;
    font-family: 'Source Sans Pro', sans-serif;
}
/*.pagewrapper .panel-default {
    min-height: calc(100vh - 9.2rem);
}*/

/*.pagewrapper .panel-default { min-height: calc(100vh - 9.2rem); }*/


.pagewrapper .demo-section {
    background: transparent;
    border: none;
    margin: 5rem 0 1.42rem;
    padding: 0 1.42rem;
}

.pagewrapper .fheader-title {
    color: #fff;
    font-weight: 500;
    line-height: 2.85rem;
    padding-right: 2rem;
}

.pagewrapper .demo-right { padding: 8px; }

.pagewrapper .credit {
    font-size: 1.2rem;
    margin: 1rem 0 0 0;
}

.pagewrapper .agree {
    font-size: 1.15rem;
    margin-top: .8rem;
    text-align: center;
}

    .pagewrapper .form-control {
        border: 0.07rem solid #8c97a9;
        border-color: rgb(194, 194, 194);
    }

.credit .c1 { color: #575c71; }

.credit .c2 {
    color: #ff4d8b;
    font-weight: bold;
    text-decoration: underline;
}

.pagewrapper .penal-right-title {
    color: #353535;
    font-weight: 600;
    margin-bottom: .8rem;
}

.pagewrapper .fleft-subcontent {
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-right: 2rem;
    padding-top: 2rem;
}

.pagewrapper .btn-submit {
    background: #d30410;
    border-color: #d30410;
    border-radius: .1rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}

.pagewrapper .btn-submit:focus { outline: 0; }

.pagewrapper .form-group label b { color: #ff4d8b; }

.pagewrapper .form-group label b { font-weight: 600; }

.pagewrapper .sf-welcome {
    font-family: 'Open Sans';
    position: relative;
    top: 11.42rem;
}

.input-group-maddon { position: relative; }

.input-group-maddon input.form-control { padding-right: 2.85rem; }

.input-group-maddon .inputaddon {
    color: #ccc;
    display: block;
    font-size: 1.5rem;
    height: 3.8rem;
    line-height: 3.8rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 3.8rem;
    z-index: 2;
}

/*FreesignupSuccess*/

.info-body { margin-top: 1.8rem; }

.info-content {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.2rem;
}


.info-content-c {
    color: #ff7a0e;
}

.info-content-c-th {
    color: #ff1166;
    font-size: 1.6rem;
}

q.info-content-c:hover { text-decoration: underline; }

/* Activate Page*/

.pagewrapper .after-cont::after { color: #3949ab; }

.prev-btn { text-align: center; }

.prev-btn .btn-link {
    color: #d30410;
    font-size: 3.2rem;
    line-height: 0;
    padding: 0;
    text-decoration: none;
    transform: rotate(180deg);
}

.prev-btn .btn-link:focus { outline: 0; }

/*success message*/

.bz-SuccessMsg {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none;
    background: -webkit-linear-gradient(top, #1ed846, #08c330);
    border: 0.0625rem solid #0cc734;
    border-radius: 0.3rem;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a4df49, endColorstr=#72b618);
    left: calc( 50% - 120px);
    margin: 0 !important;
    margin-bottom: 1.25rem;
    max-width: 28rem;
    padding: 1rem 2.5rem 1rem 2.5rem;
    position: fixed;
    text-shadow: none;
    top: 0.3rem;
    z-index: 99999;
}

@media only screen and (max-width: 768px) {
    #fl5 .right-section,
    #fl6 .right-section {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    .bz-SuccessMsg {
        left:17%;
    }
 }
.bz-lohIn {
    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 2rem;
    padding-bottom: .8rem;
    display: inline-block;
    text-align: right;
    float: right;
}
.bz-signup-page-logo {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
}

    .bz-signup-page-logo > span {
        font-size: 4rem;
        color: #000;
        vertical-align: middle;
        font-weight: 600;
    }

.pagewrapper .fheader-title {
    font-weight: 500;
    color: #000;
    line-height: 2.85rem;
    padding-right: 2rem;
}

.pagewrapper .fleft-subcontent {
    color: #000;
    padding-top: 2rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    padding-right: 2rem;
}

.pagewrapper .fleft-subcontent {
    color: #000;
    padding-top: 2rem;
    line-height: 2.6rem;
    font-size: 1.6rem;
    padding-right: 2rem;
}

.pagewrapper .sf-welcome {
    font-family: 'Open Sans';
    position: relative;
    top: 7rem;
}

.pagewrapper .bz-web-penal-right-title {
    font-weight: 600;
    margin: 2rem;
    margin-bottom: -1rem;
    margin-top: 0;
    color: #353535;
    background: #ffffff;
    z-index: 2;
    position: relative;
    display: table;
    padding: 0 1rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size:18px;
}

.bz-web-panel {
    border-radius: 10px;
    margin: 0;
}

    .bz-web-panel > .bz-web-panel-body {
        padding: 2rem;
    }

.container-fluid {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.pagewrapper .bz-web-demo-section {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    /*height: 100vh;*/
}

.pagewrapper .bz-web-btn-submit {
    border-radius: .5rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.2rem;
}

.pagewrapper .bz-web-agree {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
    color: #7f7f7f;
}

    .pagewrapper .bz-web-agree a {
        color: #008db9;
        font-weight: 600;
    }

.pagewrapper .bz-web-panel .form-group label {
    color: #727272;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
}



.bz-web-article {
    margin-top: 8rem;
}
/*.bz-web-article-img-space {
    max-width: 250px;
    position: absolute;
    right: 4rem;
    top: 6rem;
}*/
.bz-web-article-img-space svg {
    width:100%;
}
.bz-web-article-title {
    color: #00000a;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 32px;
    margin-bottom: 12px;
}
.bz-web-article-desc {
    color: #00000a;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 28px;
    max-width: 360px;
}

.bz-web-article-list {
    padding: 0;
    margin-top: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
}
@media (min-width: 768px) {
    .bz-web-article-list {
        margin-top: 48px;
        grid-template-columns: 1fr 2fr;
        grid-column-gap: 30px;
    }
}
.bz-web-article-item {
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 24px;
}
    .bz-web-article-item:before {
        content: "";
        width: 14px;
        height: 7px;
        border-bottom: 2px solid #ff7a0e;
        position: absolute;
        border-left: 2px solid #ff7a0e;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc( 50% - 7px);
    }

.bz-web-article-actions {
    margin-top: 32px;
}
.bz-web-article-link {
    border: 1px solid #3647da;
    border-radius: 15rem;
    background-color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    /* padding-right: 30px; */
    position: relative;
    text-decoration: none;
    color: #000000;
    margin-right: 1rem;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.bz-web-article-link:before {
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    width: 0px;
    position: absolute;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.bz-web-article-link:before {
    background-color: #5e2ced;
}

.bz-web-article-link:focus, .bz-web-article-link:hover {
    text-decoration: none;
    outline: 0;
    color: #fff;
    /*box-shadow: 0 2px 10px 0 rgba(0,4,48,.08), 0 8px 8px 0 rgba(0,4,48,.12), 0 12px 21px 0 rgba(0,4,48,.24);*/
}

.bz-web-article-link:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
}



.bz-web-article-link {
    display: inline-block;
    z-index: 2;
    border: none;
    outline: none;
    color: #ffffff;
    line-height: 1;
    font-size: 16px;
    overflow: hidden;
    border: 1px solid #3647da;
    padding: 19px 50px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    border-radius: 45px;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 16px;
    padding: 12px 35px;
    padding-bottom: 13px;
    color: #523cdc;
    background-color: transparent;
    border-color: #523cdc;
}

.bz-web-article-link:before {
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    content: '';
    z-index: -1;
    width: 0px;
    position: absolute;
    -webkit-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.bz-web-article-link:before {
    background-color: #523cdc;
}

.bz-web-article-link:hover {
    color: #ffffff;
}
.bz-web-article-link:hover:before {
    left: 0px;
    width: 100%;
    right: auto;
    position: absolute;
}












.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}
.bz-web-header {
    background: #fff6c7;
    padding: 0 !important;
    background: transparent;
    /* top: 44px; */
}
.bz-header{
    margin-bottom:2rem;
    margin-top:2rem;
}
@media (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1120px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        margin: 0;
        border-radius: 0;
        /* border: 0 !important; */
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }
}

@media (min-width: 992px) {
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        box-shadow: 0px 10px 10px rgb(0 0 0 / 13%);
        border: 0;
    }
}

@media screen and (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.bz-navbar-brand {
    min-width: 90px;
    align-items: center;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
    .bz-navbar-brand > svg {
        max-width: 60px;
    }
.link-btn {
    display: flex;
    align-items: center;
}
.bz-log-btn {
    font-size: 1rem;
    font-weight: 500;
    padding: .32rem 0.8rem;
}

.bz-web-btn-color {
    background-color: #ff7a0e;
    color: #ffffff;
    margin-right:1rem;
}
.bz-web-btn-color:hover {
    background-color: #ff9c4b;
    color: #ffffff !important;
}

.bz-product-banner-strip-one-home {
    position: absolute;
    z-index: -1;
    bottom: 14rem;
    right: 0;
    width: 12%;
    height: 5rem;
    border-radius: 0rem;
    opacity: 1;
    -ms-transform: skewY(10deg);
    transform: skewY( 10deg );
    background-color: #008db9;
    opacity: 0.5;
}

.bz-product-banner-strip-two {
    position: absolute;
    z-index: -1;
    top: 7rem;
    left: 0;
    width: 20%;
    height: 5rem;
    border-radius: 0rem;
    opacity: 1;
    -ms-transform: skewY(10deg);
    transform: skewY( 10deg );
    background-color: #ff9800;
    opacity: 0.2;
}
.bz-product-banner-strip-three-home {
    position: absolute;
    z-index: -1;
    bottom: 12.8rem;
    right: 0;
    width: 20%;
    height: 5rem;
    border-radius: 0rem;
    opacity: 1;
    -ms-transform: skewY(10deg);
    transform: skewY( 10deg );
    background-color: #008db9;
    opacity: 0.2;
}

.bz-product-banner-strip-four {
    position: absolute;
    z-index: -1;
    top: 8.2rem;
    left: 0;
    width: 12%;
    height: 5rem;
    border-radius: 0rem;
    opacity: 1;
    -ms-transform: skewY(10deg);
    transform: skewY( 10deg );
    background-color: #ff9800;
    opacity: 0.5;
}

.mb-5{
    margin-bottom:2rem;
}

/*========= css changes by srinu ===========*/
body {
    font-family: 'Source Sans Pro', sans-serif;
}
.bz-freesignup-new {
    background-image: url('../Images/LogoShapes2.png');
    /* background-image: url('../Images/LogoShapes3.png');*/
    background-repeat: no-repeat;
    /*background-position: top left;
    background-size: auto 380px;*/
    background-position: 0 0;
    background-size: 751px auto;
    overflow: unset;
}

.bz-blue-strip {
    background-image: url('../Images/bluestrip.png');
    background-repeat: no-repeat;
    background-position: 100% 90%;
    background-size: auto;
}
/*.bz-freesignup-col-2 {
    background-image: url('../Images/bluestrip.png');
    background-repeat: no-repeat;
    background-position: 100% 72%;
    background-size: auto;
}*/

/*.bz-nav-bar.fixed{
    position:fixed  ;
    left:0;
    right:0;
    z-index:9999;
    background-color:#fff;
}*/
.bz-signup-page-logo > img {
    max-width: 175px;
    min-width:175px;
}
.bz-web-article-footer{
    display:flex;
}
.bz-freesignup-new .bz-web-article{
    margin-top:1rem;
}
.bz-freesignup-new .bz-web-article-title {
    font-size: 3.2rem;
    line-height: 1.1;
    /*text-transform: uppercase;*/
    margin-top: 0.5rem;
}
    .bz-freesignup-new .bz-web-article-title > span{
        color: #008ace;
    }
    .bz-article-caption {
        
        color: #ff7a0e;
        font-weight: 400;
        font-size: 1.75rem;
    }
.bz-web-article-desc {
    max-width: 474px;
    color: #000;
}
.bz-vertical-line {
    border-left: 2px solid #ffc166;
    display: inline-block;
    height: 13px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.bz-features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 61%;
    align-items: center;
}
    .bz-features > .bz-item {
    }
.bz-web-article-footer {
    margin-top: 0rem;
    align-items: center;
    position: relative;
}
.bz-freesignup-new .bz-web-article-item > span {
    padding: 14px 0;
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    color: #000;
    font-weight: 400;
}
    .bz-freesignup-new .bz-web-article-item:last-child > span{
        border-bottom:0;
    }
    .bz-web-article-img-space-new {
        flex: 0 0 50%;
       /* margin-left: -15rem;*/
        z-index: 99;
        margin-top: 1rem;
        
    }
    .bz-web-article-img-space-new > img{
        max-width:92%;
    }
.bz-web-article-list-new {
    margin-top: 4rem;
    background-image: linear-gradient(to right, #FFF2DF, 30%, #FFFBF7);
    flex: 0 0 55%;
    padding: 1.5rem 2.5rem;
    padding-right: 0;
}
.bz-freesignup-row {
    display: flex;
    align-items: center;
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.bz-freesignup-success-row {
    display: flex;
    align-items: center;
    margin-top: 0rem;
    margin-bottom: 0rem;
    height: calc(100vh - 72px );
}
.bz-freesignup-col-1 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.bz-freesignup-col-2 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.bz-freesignup-success-col {
    -ms-flex: 0 0 40rem;
    flex: 0 0 40rem;
    max-width: 40rem;
}
    .bz-freesignup-col-2 .bz-web-panel > .bz-web-panel-body {
        padding: 20px;
    }
.bz-shadow {
   /* box-shadow: 1px 0px 9px -4px #0000008a;
    -webkit-box-shadow: 1px 0px 9px -4px #0000008a;
    -moz-box-shadow: 1px 0px 9px -4px #0000008a;
    border: 0;*/
    border-color: #eaedf2 !important;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .02) !important;
}
/*.bz-freesignup-col-2 .demo-right {
    padding-top:0;
    padding-bottom:0;
}*/
.bz-product-banner-strip-two {
    top: calc( 2rem + 70px);
}

.bz-product-banner-strip-four {
    top: calc( 3.2rem + 70px);
}
.bz-button-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bz-logIn {
    border-radius: .5rem;
    color: #ff7a0e;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 0rem;
    border: 1px solid #ff7a0e;
    text-align: center;
    padding: 0.5rem 1rem;
    /*min-height: 42px;*/
    min-width:8rem;
}
    .bz-logIn:hover,
    .bz-logIn:focus {
        background-color: #ffeacc;
        color: #ff7a0e;
    }
.bz-button-group > .bz-web-btn-color {
    border: 1px solid #ff7a0e;
    flex: 0 0 100%;
    text-align: center;
    padding: 0.8rem 1rem;
    margin-right: 0;
    margin-top: 0;
    min-height: 42px;
}
#resendcode{
    margin-top:15px;
}
.btn:focus{
    outline:none;
}
.bz-freesignup-col-2 .info-body{
    margin-top:0;
}
    .bz-freesignup-col-2 .info-body > .info-content:last-of-type {
        margin-bottom: 0;
    }
    .bz-mb-0{
        margin-bottom:0;
    }

.bz-freesignup-col-2 .info-content-c {
    color: #ff7a0e;
    font-weight: 600;
}
.bz-freesignup-col-2 .bz-web-btn-submit {
    margin-top:0;
}
.bz-freesignup-col-2 .questionIcon {
    cursor: pointer;
    color:#000;
}
.bz-freesignup-new .bz-header{
    justify-content:space-between;
    align-items:center;
}
.click-here {
    color: #ff7a0e;
    text-decoration:none;
}
.float-right{
    float:right;
}
    .click-here:hover{
        text-decoration:underline;
    }

.bz-signupNew-container{
    padding:4rem 4rem;
    height:100vh;
}
    .bz-signupNew-container .pagewrapper {
        min-height: initial;
    }
.bz-signupNew-container .bz-container-align-center {
    margin: 0;
    height: 100%;
}
.panel-card {
    height: 100%;
    margin-bottom: 0;
    border-radius: 2rem;
    border: 0;
    background-image: url('../Images/elipses-blue.png');
    background-repeat: no-repeat;
    background-position: 104% 100%;
    background-attachment: fixed;
    background-size: contain;
}
.panel-card > .panel-body{
    padding:3rem;
    height:100%;
}
    .panel-card > .panel-body  > .row:last-child{
        height: calc(100% - 56px);
        align-items:center;
    }
        .bz-signupNew-container .bz-freesignup-row {
    justify-content: center;
}
    .bz-signupNew-container .bz-freesignup-row > .bz-freesignup-col-2 {
        -ms-flex: 0 0 35rem;
        flex: 0 0 35rem;
        max-width: 35rem;
    }
        .bz-signupNew-container .bz-freesignup-row > .bz-freesignup-col-2 .panel {
            box-shadow: none;
            margin-bottom: 0;
            background-color: transparent;
        }
    .bz-signupNew-container .bz-freesignup-row > .bz-freesignup-col-2 > h5 {
       color:#000;
       line-height:32px;
       font-weight:bold;
    }
.bz-signupNew-container .bz-button-group .bz-logIn {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width:10rem;
}
.bz-signupNew-container .bz-button-group .bz-web-btn-submit {
    flex-basis:calc(100% - 11rem)
}
.p-0 {
    padding: 0;
}
.bz-testimonial-slider{
    max-width:700px;
    min-height:245px;
}
    .bz-testimonial-slider > .panel {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 1px 37px 0px rgba(0, 0, 0, 0.14);
        border-radius: 2rem;
        border: 0;
        border-bottom-left-radius: 0;
    }
    .bz-testimonial-slider > .panel > .panel-body{
        padding:33px 38px;
    }
     .bz-testimonial-para {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom:1.5rem;

    }
.right-side > .bz-freesignup-row{
    justify-content:flex-end;
    margin-right:7rem;
}
.h-100{
    height:100%;
}
.logo-tagline {
    position: absolute;
    top: 31px;
    left: 81px;
    font-size: 9px;
    color: #84898c;
}
}
@media screen and (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
    .bz-freesignup-col-2 .bz-web-penal{
        min-height:60rem;
    }
    .bz-freesignup-success-row.activate {
        height: auto;
        margin-bottom: 3rem;
    }
}
@media screen and (min-width: 1200px) {

   /* .bz-freesignup-col-2 .bz-web-panel {
        min-height: 60rem;
    }*/
    .bz-web-article-img-space-new {
        position: absolute;
        right: 1.5%;
    }
  
}
@media screen and (max-width: 1500px) and (min-width:1366px){
    .container {
        max-width: 1300px;
    }
    .bz-freesignup-new {
       
        background-position: top left;
        background-size: auto;
    }
    .bz-web-article-img-space-new{
        right:0;
    }
}
@media screen and (min-width: 1366px) {

    .bz-container-align-center {
        height: calc(100vh - 102px );
        align-items: center;
        display: flex;
    }
}

@media screen and (max-width: 1366px) and (min-width:1200px) {
  
   /* .bz-web-article-img-space-new{
        margin-left:-8rem;
    }*/
    .bz-freesignup-success-row.activate {
        height: auto;
        margin-bottom: 3rem;
    }
}
    @media screen and (max-width: 1365px) and (min-width:1200px) {
        .container {
            max-width: 95%;
        }

        .bz-freesignup-col-1 {
            -ms-flex: 0 0 67%;
            flex: 0 0 67%;
            max-width: 67%;
        }

        .bz-freesignup-col-2 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%;
        }

        .bz-web-article-list-new {
            margin-top: 0;
        }

        .bz-freesignup-row {
            margin-top: 1rem;
        }

        .bz-freesignup-new {
            background-position: top left;
            background-size: auto 330px;
        }
        .bz-web-article-img-space-new {
            right: -7%;
            width: 500px;
        }
            .bz-web-article-img-space-new > img{
                max-width:87%;
            }
    }

@media screen and (max-width: 1240px) and (min-width:1100px) {
    .bz-freesignup-new .bz-web-article-item > span{
        padding-right:4rem;
    }
  /* .bz-web-article-img-space-new{
        margin-left:-7rem;
    }*/
}

@media screen and (max-width: 1260px) and (min-width:1200px) {
    .bz-web-article-img-space-new {
        right: -9%;
        width: 468px;
    }
}

    @media screen and (max-width: 1199px) {
        /* .bz-freesignup-row {
            align-items: flex-start;
        }*/

        .page-wrapper.bz-freesignup-new {
            overflow: auto;
        }

        .bz-freesignup-row {
            margin-bottom: 3rem;
        }

        .bz-freesignup-new {
            background-position: top left;
            background-size: auto;
        }
        .right-side > .bz-freesignup-row {
            margin-right: 0rem;
        }
        .bz-signupNew-container .bz-freesignup-row{
            justify-content:flex-start;
        }
    }

    @media screen and (max-width: 1199px) and (min-width:992px) {
        .container {
            max-width: 98%;
        }

        .bz-freesignup-col-1 {
            flex-basis: calc( 100% - 37rem);
            max-width: calc( 100% - 37rem);
        }

        .bz-freesignup-col-2 {
            -ms-flex: 0 0 37rem;
            flex: 0 0 37rem;
            max-width: 37rem;
        }

        .bz-freesignup-new .bz-web-article-title {
            font-size: 2.8rem;
        }

        .bz-freesignup-row {
            margin-top: 0rem;
        }

        .bz-web-article-desc {
            line-height: 1.2;
        }
    }

    @media screen and (max-width: 1100px) and (min-width:992px) {
        /*  .bz-freesignup-new .bz-web-article-item > span{
        border-bottom:0;
    }*/
        .bz-web-article-list-new {
            flex: 0 0 50%;
        }

        .bz-web-article-img-space-new {
            margin-left: -3rem;
            position: absolute;
            width: 341px;
            right: 0;
            /*top: 33px;*/
        }

        .bz-freesignup-new {
            background-position: 0 -8%;
            background-size: auto;
        }

    }

    @media screen and (max-width:1024px){
        .bz-blue-strip{
            background-image:none;
        }
        .bz-freesignup-new .bz-web-article-item > span {
            padding: 10px 0;
        }
        .panel-card {
            background-position: initial;
            background-attachment: initial;
            background-size: cover;
        }
    }
@media screen and (max-width:1024px) and (orientation:landscape) {
    .bz-freesignup-success-row.activate{
        margin-bottom:5rem;
        margin-top:3rem;
    }
  
}
@media screen and (min-height:600px) and (max-height:670px){
  
    .bz-signupNew-container{
        padding:1rem;
    }
}
@media screen and (max-height:599px) {

    .bz-signupNew-container {
        padding: 1.5rem;
    }

    .bz-signupNew-container .bz-freesignup-row > .bz-freesignup-col-2 .panel > .panel-body {
        max-height: calc(100vh - 20rem);
        overflow: auto;
        padding-right: 2rem;
    }
}
    @media screen and (max-width: 991px) and (min-width:768px) {
        .bz-freesignup-col-1 {
            -ms-flex: 0 0 55%;
            flex: 0 0 55%;
            max-width: 55%;
        }

        .bz-freesignup-col-2 {
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
        }

        .bz-freesignup-row {
            justify-content: space-between;
            align-items: flex-start;
        }

        .bz-web-article-img-space-new {
            margin-left: 0;
        }

            .bz-web-article-img-space-new > img {
                max-width: 85%;
            }
    }

    @media screen and (max-width: 991px) {
        .bz-nav-bar.fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            max-width: 100%;
            right: 0;
            z-index: 99999999;
            background-color: #fff;
            margin: 0;
            padding: 0 1.5rem;
            border-radius: 2px;
            box-shadow: 0 8px 24px rgb(0 0 0 / 13%);
            -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
            box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 10%);
            -webkit-animation: .2s ease-in-out 0s normal none 1 running fadeInDown;
            animation: .2s ease-in-out 0s normal none 1 running fadeInDown;
        }

        .bz-freesignup-new .bz-header {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            margin-top: 0;
            margin-bottom: 0;
        }

        .bz-freesignup-row {
            margin-top: 4rem;
        }

        .bz-freesignup-new .bz-web-article-title {
            font-size: 2.4rem;
        }

        .bz-web-article-footer {
            flex-direction: column;
            align-items: flex-start;
        }

        .bz-web-article-list-new {
            margin-top: 0;
            order: 2;
        }

        .bz-web-article-img-space-new {
            order: 1;
        }

        .bz-web-article-desc {
            line-height: 1.2;
            font-size: 1.3rem;
        }
        .bz-signupNew-container .bz-freesignup-row > .bz-freesignup-col-2 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
     
            .panel-card > .panel-body > .row:last-child{
                align-items:flex-start;
            }
    }

    @media screen and (max-width: 767px) and (min-width:500px) {
        .bz-web-article-footer {
            flex-direction: column;
        }

        /*   .bz-web-article-list-new {
            margin-top: 0;
            order: 1;
        }

        .bz-web-article-img-space-new {
            order: 2;
        }*/

        .bz-web-article-img-space-new > img {
            max-width: 85%;
        }

        .bz-web-article-img-space-new {
            margin-left: 0rem;
        }
        /* .bz-freesignup-new .bz-web-article-item > span{
            padding-left:3rem;
        }*/
    }

    @media screen and (max-width: 991px) and (orientation:landscape) {
        .bz-freesignup-row {
            align-items: flex-start;
        }

        .bz-freesignup-success-row {
            height: auto;
            margin-bottom: 2rem;
            margin-top: 2rem;
        }
        .bz-signupNew-container .bz-container-align-center{
            height:auto;
        }
       
        .panel-card {
            background-image: none;
            border-radius: 0;
        }

        .bz-signupNew-container {
            padding: 0;
        }

        .panel-card > .panel-body {
            padding: 5px 20px;
        }
    }

    @media screen and (max-width: 767px) {
        .bz-freesignup-col-1 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            order: 2;
        }
        /* .bz-freesignup-col-1  .bz-web-article-body {
                position:absolute;
                top:0;
            }*/
        .bz-freesignup-col-2 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            order: 1;
            margin-bottom: 1.5rem;
            /* margin-top:15rem;*/
        }

        .bz-freesignup-row {
            flex-direction: column;
            align-items: flex-start;
        }

        .bz-web-article-list-new {
            width: 100%;
        }

        .bz-blue-strip {
            background-image: none;
        }

        .bz-freesignup-success-row.activate {
            margin-top: 3rem;
            height: auto;
            margin-bottom: 3rem;
        }
        .bz-testimonial-slider{
            max-width:initial;
        }
        .bz-signupNew-container .bz-container-align-center{
            height:100%;
        }
        .right-side > .bz-freesignup-row{
            margin-top:0;
        }
        .panel-card{
            background-image:none;
            border-radius:0;
        }
        .bz-signupNew-container{
            padding:0;
        }
        .panel-card > .panel-body{
            padding:5px 20px;
        }
        .page-wrapper.bz-freesignup-new{
            height:auto;
        }
    }

    @media screen and (max-width: 500px) {
        .bz-web-article-img-space-new > img {
            max-width: 80%;
            margin: auto;
        }

        .bz-article-caption {
            font-size: 1.7rem;
        }

        .bz-freesignup-new .bz-web-article-title {
            font-size: 2.3rem;
        }

        .bz-web-article-img-space-new {
            margin-left: 0;
        }

        .bz-web-article-desc {
            margin: 0 0.75rem;
        }

        .bz-freesignup-new {
            background-image: none;
        }

        .bz-freesignup-success-col {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

            .bz-freesignup-success-col .bz-web-penal-right-title {
                font-size: 17px;
            }
    }

    .form-control::-webkit-input-placeholder {
        color: #84898c;
    }

    .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #84898c;
    }

    .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #84898c;
    }

    .form-control:-ms-input-placeholder {
        color: #84898c;
    }

    .form-control:focus::-webkit-input-placeholder {
        color: white;
    }

    .form-control:focus:-moz-placeholder {
        /* Firefox 18- */
        color: white;
    }

    .form-control:focus::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }

    .form-control:focus:-ms-input-placeholder {
        color: white;
    }
    /*select {
    -webkit-appearance: none;
}*/
