/*================
 Mater Dynamics
 Description: CSS
 Version: 1.0
=======================*/

/*TABLE OF CONTENTS*/
/*=====================
01. RESET CSS
02. BASE TYPOGRAPHY
03. PRE DEFINE CLASS CSS
04. HEADER CSS
05. HERO SECTION CSS
06. PROMO SECTION CSS
07. FEATURE SECTION CSS
08. HOW IT WORK
09. TESTIMONIAL CSS
10. PRICING CSS
11. FAQ CSS
12. FOOTER CSS
13. BACK TO TOP CSS
14. PRELOADER CSS
15. SELECT CSS
16. POPUP CSS
=======================*/


/* -----------------------------------------
			   01. RESET CSS
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    margin: 0;
   padding: 0;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html{
    overflow-y: scroll;
    font-size: 15px;
}


/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */


/****/
.content-to-show {
      display: none;
    }
	
	.content-to-showlap {
      display: block;
    }
	
/****/

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 400;
    line-height: 1.75;
	height:100%;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
	display:inline;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.0em;
}

small, .text_small {
    font-size: 0.8em;
}


strong, b{
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}



.badge {
    display: inline;
    padding: .25rem .5rem;
    font-size: 80%;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100{
    padding: 100px 0;
}
.ptb-50{
    padding: 50px 0 30px 0;
}
.pt-100{
    padding-top: 100px;
}
.pt-50{
    padding-top: 50px;
}

.pt-150{
    padding-top: 150px;
}
.pb-100{
    padding-bottom: 100px;
}
.mt--120{
    margin-top: -150px !important;
}
.gray-light-bg{
    background: #f4f4f4;
}
.primary-bg{
    background: #FFFFFF;
}
.secondary-bg{
    background: #6a06ad;
}
.color-primary{
    color: #3264f5;
}
.color-secondary{
    color: #493b98
}
.gradient-bg{
    background-color: #F4F4F4;
}

.white-bg{
    background: #493b98;
}

a{
    color: #333333;
}
a:hover{
    color: #7202bb;
    text-decoration: none;
}

.color-1{
    color: #ff164e;
}
.color-1-bg{
    background: rgba(255, 22, 78, 0.15);
}

.color-2{
    color: #FFFFFF;
}
.color-2-bg{
    background: rgba(145, 35, 255, 0.15);
}

.color-3{
    color: #3413f7;
}
.color-3-bg{
    background: rgba(52, 19, 247, 0.15);
}
.color-4, .ratting-color{
    color: #ff7c3f;
}
.color-4-bg{
    background: rgba(255, 124, 63, 0.15);
}

.color-5, .success-color{
    color: #2ebf6d;
}
.color-5-bg{
    background: rgba(46, 191, 109, 0.15);
}
.color-6{
    color: #f25c7f;
}
.color-6-bg{
    background: rgba(242, 92, 127, 0.15);
}



.animated-btn{
    transition: all .25s ease-in-out;
}
.animated-btn:hover{
    transform: scale(1) translateY(-4px) translateZ(20px);
}
.outline-btn, .solid-btn, .primary-solid-btn, .quote-btn{
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif
}

.primary-solid-btn{
    border-color: #3264f5;
    background: #3264f5;
    color: #ffffff;
}
.primary-solid-btn:hover{
    background: transparent;
    color: #202877;
    border-color: #202877;
}

.solid-btn{
    color: #fff;
    background: #493b98;
    border: 0px solid #493b98;
    border-radius: 40px;
	font-size: 1.50em;
	margin: 5px 0 0 0;
}

.solid-btn:hover{
    background: #59b283;
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.outline-btn{
    border-radius: 30px;
	background: #493b98;
    color: #F4F4F4;
    display: inline-block;
    border: 2px solid #493b98;
}
.outline-btn:hover{
    color: #493b98;
    background: #F4F4F4;
    -webkit-box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
    box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
}

.quote-btn{
    border-radius: 30px;
	background: #FFFFFF;
    color: #493B98;
    display: inline-block;
    border: 2px solid #FFFFFF;
}
.quote-btn:hover{
    color: #111111;
    background: #EDC310;
	border: 2px solid #EDC310;
    -webkit-box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
    box-shadow: 0 10px 30px 0 rgba(67,37,204,.12);
}

.primary-bg h1, .primary-bg p{
    color: #fff;
}

.solid-yellow-btn {
	margin: 10px;
    padding: 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size: 10px;
	color:#493b98;
}

.solid-yellow-btn{
    background: #edc310;
    border-color: #edc310;
    color: #222222;
	font-size: 1.2em;
    border-radius: 30px;
}

.solid-yellow-btn:hover {
    background: #000000;
    border-color: #edc310;
    color: #222222;
	font-size: 1.0em;
    border-radius: 30px;
}


.solid-white-btn, .outline-white-btn{
    padding: 2px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 10px;
	color:#493b98;
}
.solid-white-btn{
    background: #edc310;
    border-color: #edc310;
    color: #222222;
	font-size: 1.2em;
    border-radius: 30px;
}
.solid-white-btn:hover{
    background: #ffffff;
	border-color: #ffffff;
    color: #222222;
}

.solid-white2-btn, .outline-white2-btn{
    padding: 2px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size: 10px;
	color:#FFFFFF;
	background: #FFFFFF;
}
.solid-white2-btn{
	font-family: 'Roboto', sans-serif;
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #493b98;
	font-size: 1.2em;
    border-radius: 30px;
}
.solid-white2-btn:hover{
    font-family: 'Roboto', sans-serif;
    background: #edc310;
	border-color: #edc310;
    color: #222222;
}

.outline-white-btn{
    border-radius: 30px;
    color: #ffffff;
    border-color: #ffffff;
}
.outline-white-btn:hover{
    background: #ffffff;
    color: #7202bb;
}

/*icon size*/
.icon-png {
	width:80px;
	height:80px;
}

.icon-smMD {
	width:120px;
	height:120px;
}

.icon-smMD01 {
	width:50px;
	height:50px;
}

.icon-smMD02 {
	width:15px;
	height:15px;
}

.icon-smMD03 {
	width:40px;
	height:47px;
}

.icon-smMD04 {
	width:25px;
	height:29px;
}



.icon-hero {
	width:40px;
	height:40px;
	margin: 0px 15px;
}

.icon-sm {
    font-size: 20px;
    line-height: 20px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}


/*form field css*/
.form-control{
    border-color: #fff transparent transparent transparent;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem);
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value{
    color: #444 !important;
    font-size: 1.0em;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value{
    /* Firefox 18- */
    color: #444;
    font-size: 1.0em;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value{
    /* Firefox 19+ */
    color: #444;
    font-size: 1.0em;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value{
    color: #333;
    font-size: 1.0em;
}

.section-heading h2 span{
    font-weight: 400;
    font-size: 2rem;
}

.z-index{
    z-index: 9;
}

/*=========================================
            04. HEADER CSS
============================================*/

.imgsvglogo{
        width:80%;
		float: center;
    }
	
.affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix, .custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.affix ul li a {
    color: #081d43 !important;
    opacity: 1;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background-image: linear-gradient(to left, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF) !important;
}

.navbar-toggler{
    color: #333333;
}


/*main menu new style*/
.header nav.navbar{
    padding: 0 1rem;
    transition: all .3s ease-in-out;
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    margin-bottom: -8px;
}

.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 20px 12px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #ffffff;
    opacity: 1;
}

.menu li a:hover, .menu li:hover>a {
    opacity: 1;
	color: #ffffff;

}
.menu li a.active{
    color: #7202bb;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}
.menu ul.sub-menu li{
    border-bottom: 1px solid #ebebeb;
}
.menu ul.sub-menu li:last-child{
    border-bottom: 0;
}
.menu ul:after {
    bottom: 100%;
    left: 35px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
    vertical-align: middle;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-size: 13px;
    display: block;
    color: #424141;
    padding: 8px 15px;
    font-family: 'Montserrat', sans-serif;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #ffffff;
    background: #7202bb;
}

.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
    border-radius: 0 0 4px 4px;
}
.menu ul.sub-menu li:last-child ul li a:hover{
    border-radius: 0;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 180px) and (max-width: 992px) {
	
	.imgsvglogo{
        width:20px;
    }
	
	.imgsvg01{
        width:300px;
    }
	
	.imgsvgvalues{
        width:100px;
    }
	
    .navbar {
        background-image: transparent !important;
        padding: .85rem 1rem !important;
		width: 100%;
    }
    .menu li{
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 100px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu{
        display: block;
    }
    .header nav.navbar{
        padding: 0.5rem 0rem 0.5rem 1.0rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #3264f5;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}


/*==================================
       05. HERO SECTION CSS
========================================*/
.hero-equal-height{
    position: relative;
    min-height: 360px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.hero-equal-height a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
	font-size: 2.5em;
}
	
.hero-section-1 {
    position: relative;
    min-height: 745px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.section-shape-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3264f5;
    background: linear-gradient(90deg,#3264f5,#7202bb);
    overflow: hidden;
    clip-path: polygon(0 0,100% 0,100% 50%,0 100%);
}

.section-shape-wrap .circle {
    position: absolute;
    border-radius: 50%;
    right: -500px;
}
.section-shape-wrap .circle.circle-3 {
    width: 2250px;
    height: 2250px;
    background-color: rgba(54,16,224,.1);
    top: -300px;
}
.section-shape-wrap .circle.circle-2 {
    width: 1750px;
    height: 1750px;
    background-color: rgba(189,16,224,.05);
    top: -100px;
}
.section-shape-wrap .circle.circle-1 {
    width: 1400px;
    height: 1400px;
    background-color: rgba(24,16,224,.2);
    top: 70px;
}

.hero-content-left .headline {
    display: inline-block;
    background-color: rgba(255,255,255, .1);
    color: #FFF;
    border-radius: 30px;
    padding: 5px 20px 5px 10px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .5px;
    transition: all 0.3s ease-out;
}
.headline:hover{
    background-color: rgba(0, 0, 0, 0.19);
}
.bottom-img-absolute img{
    width: 100%;
    display: block;
    bottom: -2px;
    position: relative;
}


.gradient-overlay{
    position: relative;
    width: 100%;
}

.gradient-overlay:before{
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(73, 59, 152, .90), rgba(73, 59, 152, .90), rgba(73, 59, 152, 0.90), rgba(73, 59, 152, 0.90), rgba(73, 59, 152, 0.9));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*hero section 2*/
.divider {
    position: relative;
    width: 100%;
    display: block;
}
.divider img{
    position: absolute;
    left: 0;
    right: 0;
    height: 6vw;
}

.shave-wrap .top-1{
    position: absolute;
    z-index: 0;
    max-width: 275px;
    max-height: 80%;
    top: 0;
    left: 0;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .top-2{
    position: absolute;
    z-index: 0;
    max-width: 600px;
    max-height: 80%;
    top: 0;
    right: 0;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .top-3{
    position: absolute;
    z-index: 0;
    max-width: 100%;
    max-height: 80%;
    bottom: 0;
    right: 0;
    display: none;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .bottom-1{
    position: absolute;
    z-index: 0;
    max-width: 200px;
    max-height: 80%;
    bottom: 0;
    left: 0;
    transition: all 400ms ease-in 0s;
}
.shave-wrap .bottom-2{
    position: absolute;
    z-index: 0;
    max-width: 100%;
    max-height: 80%;
    bottom: 0;
    left: 0;
    display: none;
    transition: all 400ms ease-in 0s;
}
.video-app-wrap{
    box-sizing: border-box;
    min-height: 1px;
    left: auto;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    z-index: 5;
    justify-items: flex-end;
    position: absolute;
    right: 8%;
    max-width: 350px;
    flex: 0 0 38%;
    top: -70px;
}
@media (min-width: 320px) and (max-width: 768px){
    .video-app-wrap{
        top: 0;
    }
}
@media (min-width: 767px) and (max-width: 991px){
    .video-app-wrap{
        top: 20px;
    }
}

.iphone-mask{
    z-index: 10;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mask-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: all 400ms ease-in 0s;
}

.video-wrap{
    vertical-align: baseline;
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    top: -2px;
    font: inherit;
    padding: 18px;
    overflow: hidden;
}


.video-wrap video{
    transform-style: preserve-3d;
    text-align: center;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
}



@media (max-width: 900px){
    .video-app-wrap{
        position: inherit;
        right: auto;
    }

}

/*hero section 3*/

.shape-bottom img.bottom-shape{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.shape-top img.top-shape{
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

/*hero section 5*/
.hero-section-5{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.dashboard-right-img img{
    position: absolute;
    left: 55%;
    bottom: 0;
    z-index: 1;
    overflow: visible;
    width:750px;
    border-radius: 20px;
}
.white-section-slanted{
    position: static;
    z-index: -2;
    background-color: #fff;
    -webkit-transform: skew(0deg,-10deg) translate(0,-50px);
    -ms-transform: skew(0deg,-10deg) translate(0,-50px);
    transform: skew(0deg,-10deg) translate(0,-50px);
}
.container-slanted{
    -webkit-transform: skew(0deg,10deg);
    -ms-transform: skew(0deg,10deg);
    transform: skew(0deg,10deg);
    text-align: left;
}

/*=========================================
          07. FEATURE SECTION CSS
==========================================*/*
.feature-tab li a.nav-link{
    margin: 0 15px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333333;
}
.feature-tab li a.nav-link img{
    width: 30px;
    height: 30px;
}
.feature-tab li a.nav-link, .feature-tab li a.nav-link.active{
    padding: 10px 0;
    border-bottom: 2px solid #c4c4c4;
}
.feature-tab li a.nav-link.active{
    border-color: #493b98;
    color: #493b98;
    background: transparent;
}
.tab-content-wrap a{
    text-decoration: none;
}


/*======================================
    06. PROMO SECTION CSS
==================================*/

.new-single-promo{
    transition: all 0.2s ease-out;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 4px solid;
}
.new-single-promo:hover{
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.12)!important;
}
.promo-content-wrap span{
    font-size: 10px;
    letter-spacing: 0.5px;
}


.border-color-1{
    border-color: #960ab7;
}
.border-color-2{
    border-color: #7202bb;
}
.border-color-3{
    border-color: #3264f5;
}
.border-color-4{
    border-color: #ffbf43;
}
.border-color-5{
    border-color: #2ebf6d;
}
.border-color-6{
    border-color: #f25c7f;
}


/*custom promo*/
.bg-color-1{
    background-color: #ff164e;
}
.bg-color-2{
    background-color: #7202bb;
}
.bg-color-3{
    background-color: #3264f5;
}
.bg-color-4{
    background-color: #ffbf43;
}
.bg-color-5{
    background-color: #2ebf6d;
}
.bg-color-6{
    background-color: #f25c7f;
}
/*new promo box*/
.single-promo span{
    font-size: 70px;
    line-height: inherit;
    margin-bottom: 20px;
}
.single-promo-1{
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem !important;
}
.single-promo-1 span{
    font-size: 35px;
    background-image: url("../img/promo-icon-bg.svg");
    background-size: 150px;
    padding: 35px;
    background-repeat: no-repeat;
    background-position: 45% 20%;
}
.single-promo img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.single-promo .img-full-box{
    width: auto !important;
    height: auto !important;
}
.single-promo-hover{
    transition: all .2s ease-out;
    will-change: transform;
}
.single-promo-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}




/*video popup*/

.video-play-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 1px solid #493b98;
    cursor: pointer;
    background: #493b98;
}
.video-play-icon span{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 25%;
    font-size: 23px;
    left: 2px;
	color: #FFFFFF;
}


.video-promo-content a.video-play-icon-without-bip:hover span{
    color: #FFFFFF;
}
.video-promo-content a.video-play-icon{
    border-radius: 50%;
    display: block;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s
}

.video-promo-content a.video-play-icon-without-bip{
    animation: none;
}
.video-promo-content a.video-play-icon-without-bip:hover{
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    background-color: #493b98;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 59, 152, 0.1), 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1);
        box-shadow: 0 0 0 0 rgba(73, 59, 152, 0.1), 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1), 0 0 0 30px rgba(73, 59, 152, 0.1);
        box-shadow: 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1), 0 0 0 30px rgba(73, 59, 152, 0.1)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(73, 59, 152, 0.1), 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1);
        box-shadow: 0 0 0 0 rgba(73, 59, 152, 0.1), 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1), 0 0 0 30px rgba(73, 59, 152, 0.1);
        box-shadow: 0 0 0 10px rgba(73, 59, 152, 0.1), 0 0 0 20px rgba(73, 59, 152, 0.1), 0 0 0 30px rgba(73, 59, 152, 0.1)
    }
}


/*new promo with link*/

.bg-shape{
    position: absolute;
    z-index: -2;
    top: 0;
    left: -50%;
    right: 0;
    width: 100%;
}



/*==========================================
        SUBSCRIBE FORM
=======================================*/
.subscribe-form-wrapper .newsletter-form{
    width: 420px;
    margin: auto;
}

@media (min-width: 320px) and (max-width: 576px){
    .subscribe-form-wrapper .newsletter-form{
        width: 100%;
    }
}
.newsletter-form .input-group > input[type='email'].form-control{
	color: #493b98;
	font-size: 1.0em;
    border-radius: 30px 0 0 30px;
    text-indent: 10px;
	background: #FFFFFF;
	box-shadow:none !important;
}

.subscribe-btn.solid-btn{
	background: #493b98;
	border-color: #493b98;
	color: #F4F4F4;
	font-size: 15px;
	font-weight: 600;
    border-radius: 0 30px 30px 0;
    padding: .75rem 0.85rem;
    height: auto;
}
.subscribe-btn.solid-btn span{
    vertical-align: middle;
    margin-left: 5px;
}
.subscribe-btn.solid-btn:hover{
    background: #edc310;
	border-color: #edc310;
	color: #333;
}
.btn-hover:hover:before, .btn-hover:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.btn-hover:after, .btn-hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    border-radius: 0 30px 30px 0;
    background: rgba(0, 0, 0, 0.01);
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}


/*==================================
       09. TESTIMONIAL CSS
=======================================*/
.testimonial-single{
    display: block;
    position: relative;
}

.testimonial-single:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #f7f7f7;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -30px;
}

/*owl carousel slider*/
.owl-carousel .owl-item .client-img img{
    width: 60px;
    display: initial;
}

/*========================
    08. HOW IT WORK
===============================*/
.work-process-wrap{
    display: block;
    width: 100%;
}
.single-work-process{
    position: relative;
    float: left;
    margin: 0 15px;
    width: calc(25% - 30px);
}


.work-process-icon-wrap{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}
@media screen and (max-width: 991px){
    .single-work-process {
        width: calc(50% - 30px);
    }
    .work-process-divider {
        width: calc(100% - 145px);
    }
    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
}

@media screen and (max-width: 767px){
    .single-work-process {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .work-process-divider {
        display: none;
    }
}

.work-process-divider {
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process .work-process-divider{
    position: absolute;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}
.single-work-process .work-process-divider:after {
    content: '\e628';
    font-family: 'themify';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}


.work-process-icon-wrap i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.work-process-icon-wrap .process-step{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}

.single-work-process:last-child .work-process-divider{
    display: none !important;
}


/*sccreenshot css*/
.screen-slider-content {
    position: relative
}

.screenshot-frame {
    background-image: url(../img/phone-frame2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 285px;
    height: 518px;
    position: absolute;
    top: -10px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 40px;
}
@media (min-width: 320px) and (max-width: 1200px){
    .screenshot-frame{
        display: none;
    }
}
.screen-carousel .owl-item img {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebeb;
    border-radius: 30px
}

.screen-carousel .owl-item.active.center img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.dot-indicator.owl-theme button.owl-dot span{
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}
.dot-indicator.owl-theme button.owl-dot:focus{
    border: none;
    outline: none;
}
.dot-indicator.owl-theme button.owl-dot.active span{
    background: #493b98;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 20px;
}




.square {
  height: 10px;
  width: 100%;
  background-color: #FFFFFF;
}

.mapwebsite {
  color: #333333;
}

.mapwebsite:hover {
  color: #493b98;
  font-weight: 600;
}
	
}

/*===============================
    CLIENT SECTION CSS
==================================*/
.overlay-opacity-gradient{
    position: absolute;
    width: 100%;
    height: 55px;
    background: linear-gradient(to right,white,rgba(255,255,255,0) 10%,rgba(255,255,255,0) 90%,white 95%);
    z-index: 100;
    left: 0;
    right: 0;
}
.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-client img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    filter: opacity(90%);
    width: 100%;
}

.single-client:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-client:hover .client-img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
/*===============================
        10. PRICING CSS
================================*/
.pricing-tab.feature-tab li a.nav-link{
    padding: 8px 15px;
    margin: 0;
    border: 2px solid #493b98;
    background: #ffffff;
}
.pricing-tab.feature-tab li:first-child a.nav-link{
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.pricing-tab.feature-tab li:last-child a.nav-link{
    border-radius: 0 4px 4px 0;
}
.pricing-tab.feature-tab li a.nav-link.active{
    background: #493b98;
    color: #ffffff;
    border-color: #493b98;
}


.card.single-pricing-pack{
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border: none;
    border-top: 4px solid transparent;
}

.card.single-pricing-pack:hover {
    z-index: 2;
    border-radius: 1rem !important;
}
.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
    transform: translate(0, -5px);
    border-top: 4px solid #7202bb;
}
.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 1.5rem;
}
.pricing-header{
    position: relative;
    background: transparent;
}

.font-weight-bolder{
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li{
    font-size: 14px;
    line-height: 28px;
}

.popular-price {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
    border-top: 4px solid #7202bb !important;
}



/*==============================
        11. FAQ CSS
============================*/
#accordion .card {
    border-radius: 0;
    border: 0;
}
#accordion .card-header {
    padding: 0;
    background: transparent;
    border-bottom: 0px solid #ebebeb;
    cursor: pointer;
    margin-bottom: 0;

}
#accordion a.card-header{
    color: #FFFFFF;
}
#accordion .card-header h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
#accordion .card-body {
    padding: 10px 0;
    background: transparent;
}

#accordion .card-header.collapsed:after {
    content: "\e61a";
    transition: 0.5s;
	color: #EDC310;
	
}

#accordion .card-header:after {
    font-family: 'themify';
    content: "\e622";
	color: #EDC310;
    float: right;
    transition: 0.5s;
	font-weight:600;
}

/*========================
    DOWNLOAD SECTION CSS
=============================*/

.download-2-img, .download-3-img {
    margin-top: -60px;
    margin-bottom: -60px;
    position: relative;
    z-index: 999;
}



/*=========================================
            14. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(41, 103, 230, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(41, 103, 230, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(41, 103, 230, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background:  rgba(41, 103, 230, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background:  rgba(41, 103, 230, 0.4);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}



/*=========================================
            13. BACK TO TOP CSS
============================================*/

.scroll-top.open {
    bottom: 30px;
}
button.scroll-top:focus{
    outline: none;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 999;
    color: #333;
    text-align: center;
    cursor: pointer;
    background: #EDC310;
    transition: 1s ease;
    border: none;
}
.scroll-top span {
    color: #333;
}


/*login sign up form*/


.form-control {
    color: #333333;
}

.form-control:focus{
    border-color: #FFFFFF;
}
.btn.border-radius{
    border-radius: 4px;
}
.login-signup-form .form-group{
    position: relative;
}
.login-signup-form .form-group label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 88%;
	color: #493b98;
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control{
    text-indent: 35px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.65em + .75rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge>textarea.form-control{
    height: calc(7.8rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus{
    z-index: inherit;
}

.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}

.input-icon span{
    color: #b1b1b1;
    padding: 18px 15px;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
}
.textarea-icon span{
    height: calc(7.8rem + 2px);
}


.full-screen{
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-wrap h2, .countdown-wrap h5{
    color: #fff !important;
}


/*404 page*/
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}
.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}


@media (min-width: 320px) and (max-width: 767px){
    .error-content .notfound-404{
        height: auto;
        display: block;
        position: relative;
    }
    .error-content .notfound-404 h1{
        font-size: 80px;
        position: relative;
    }

}

/*login css*/
.login-signup-content{
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-signup-wrap h1{
    font-size: 35px;
}

.vh-100 {
    height: 100vh!important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3, .mx-n3 {
    margin-left: -.98rem!important;
}
.small, small{
    font-size: 90%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #95aac9;
    text-align: center;
    white-space: nowrap;
    background-color: #f0f0f0;
    border: 0px solid #d2ddec;
    border-radius: .375rem;
}

.btn.border-radius{
    border-radius: 4px;
}

.formtcr {
    border-radius: 30px;
}

.login-signup-form .form-group{
    position: relative;
}
.login-signup-form .form-group label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 88%;
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control{
    text-indent: 1.0em;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.65em + .75rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus{
    z-index: inherit;
}


/*login signup new style*/
.login-signup-card{
    position: relative;
    z-index: 2;
}
.custom-control-label {
    line-height: 1.5;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


/*breadcrumb css*/

@media (min-width: 320px) and (max-width: 576px){
    .page-header-content{
        padding-top: 3rem!important;
    }

}

.custom-breadcrumb ol{
    margin-bottom: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active{
    color: #ffffff;
    opacity: 0.7;
}
.custom-breadcrumb ol li a:hover{
    opacity: 1;
}
.custom-breadcrumb ol li.breadcrumb-item{
    padding-left: 0;
}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #ffffff;
    opacity: 0.7;
}

/*=========================================
           12. FOOTER CSS
============================================*/
.footer-top{
    padding: 65px 0;
}
@media (min-width: 320px) and (max-width: 567px){
    .footer-top{
        padding: 50px 0;
    }
	
	svg {
        width:50%;
    }
}
.footer-nav-wrap ul li strong {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}

.footer-nav-wrap ul li a {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: inherit;
    opacity: 0.9;
}

.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
    opacity: 1;
    text-decoration: none;
}

.copyright-text {
    font-size: 14px;
}
.social-list li span {
    padding: 10px;
}
.footer-nav-list li a span{
    font-size: 12px;
    vertical-align: middle;
}

/*=========================================
           14. SELECT CSS
============================================*/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #493b98;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: red;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.numberCircle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
	
    background: #EDC310;
    border: 2px solid #EDC310;
    color: #222222;
}

.numberCircle01 {
    border-radius: 50%;
    width: 10px;
    height: 10px;
	
    background: #FA2F26;
    border: 2px solid #FA2F26;
    color: #222222;
}

/**EVENTS LIST*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*=========================================
        16. POPUP CSS
============================================*/
[tooltip] {
  position: relative;
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: "Segoe UI", Arial, sans-serif;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.5em 1em;
  border-radius: 5px;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #020204;
  color: #fff;
  z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #111;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up-left"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #111;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up-left"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip][flow^="up-left"]::before {
  left: 25%;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up-left"]::after {
  left: 50%;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up-right"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #111;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up-right"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip][flow^="up-right"]::before {
  left: 75%;
  transform: translate(-50%, -0.5em);
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up-right"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #020204;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

[tooltip][flow^="down-left"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #020204;
}
[tooltip][flow^="down-left"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down-left"]::before {
  left: 30%;
}
[tooltip][flow^="down-left"]::after {
  left: 50%;
}

[tooltip][flow^="down-right"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #020204;
}
[tooltip][flow^="down-right"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down-right"]::before {
  left: 70%;
  transform: translate(-85%, 0.5em);
}
[tooltip][flow^="down-right"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #020204;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #020204;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="up-left"]:hover::before,
[tooltip][flow^="up-left"]:hover::after,
[tooltip][flow^="up-right"]:hover::before,
[tooltip][flow^="up-right"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after,
[tooltip][flow^="down-left"]:hover::before,
[tooltip][flow^="down-left"]:hover::after,
[tooltip][flow^="down-right"]:hover::before,
[tooltip][flow^="down-right"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
@-moz-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@-o-keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@-moz-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
@-webkit-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
@-o-keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}



.btnMD {
   background-color: #493b98;
   border: 2px solid #493b98;
   color: #F4F4F4;
}

.btnMD:hover {
   background-color: #59b283;
   border: 2px solid #59b283;
}

.container01 {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 10%;
  right: 20%;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}




   100% { transform: translateY(0); }
    }

.wrapper {
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 250px; 
    border: 0px solid black;
}

#slide {
    position: absolute;
    left: -600px;
    width: 600px;
    height: 370px;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

#slide01 {
    position: absolute;
    right: 1000px;
    width: 600px;
    height: 370px;
    background: transparent;
    -webkit-animation: slidein 0.5s reverse;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s reverse;
    animation-delay: 2s;
}

@-webkit-keyframes slidein {
    100% { right: 0; }
}

@keyframes slidein {
    100% { right: 0; }
}


#popup {
  top: auto;
  bottom: 10px;
  outline: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 10%; /* Location of the box */
  left: 20%;
  right: 20%;
  top: 0;
  width: 60%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 0;
  padding: 20px;
  border: 0px solid #888;
  width: 100%;
  height: auto;
}

/* The Close Button */
.close {
  color: #FA2F26;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}



.progress {
  background: rgba(220,220,220,0.9);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 25px;
  width: auto;
}

.progress-value01 {
  animation: load01 3s normal forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #493b98;
  height: 15px;
  width: 84%;
}

/*@keyframes load01 {
  0% { width: 0; }
  10% { width: 15; }
  20% { width: 30; }
  30% { width: 45; }
  40% { width: 60; }
  50% { width: 75%; }
  60% { width: 60%; }
  70% { width: 45%; }
  80% { width: 30%; }
  90% { width: 15%; }
  100% { width: 0%; }
}*/

.progress-value02 {
  animation: load02 3s normal forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #493b98;
  height: 15px;
  width: 67%;
}

/*@keyframes load02 {
  0% { width: 0; }
  10% { width: 10; }
  20% { width: 20; }
  30% { width: 30; }
  40% { width: 40; }
  50% { width: 50%; }
  60% { width: 40%; }
  70% { width: 30%; }
  80% { width: 20%; }
  90% { width: 10%; }
  100% { width: 0%; }
}*/

.progress-value {
  animation: load 3s normal forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #493b98;
  height: 15px;
  width: 45%;
}

/*@keyframes load {
  0% { width: 0; }
  10% { width: 5; }
  20% { width: 10; }
  30% { width: 15; }
  40% { width: 20; }
  50% { width: 25%; }
  60% { width: 20%; }
  70% { width: 15%; }
  80% { width: 10%; }
  90% { width: 5%; }
  100% { width: 0%; }
}*/



.box {
        align-self: flex-end;
        animation-duration: 3s;
        animation-iteration-count: infinite;
		animation-timing-function: linear;
        background-color: transparent;
        height: auto;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
        width: auto;
    }
    .bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0px); }
    }


.flags:hover {
   animation: bounceflag 2s infinite; //other browsers
   -webkit-animation: bounceflag  2s infinite; //webkit browsers
   -moz-animation: bounceflag  2s infinite; //firefox
   -o-animation: bounceflag  2s infinite; //opera
}

@-webkit-keyframes bounceflag  {
    0%  {-webkit-transform: translateY(0px);} 
	10% {-webkit-transform: translateY(-1px);}
	20% {-webkit-transform: translateY(-2px);}
	30% {-webkit-transform: translateY(-3px);}
	40% {-webkit-transform: translateY(-4px);}
	50% {-webkit-transform: translateY(-5px);}
	60% {-webkit-transform: translateY(-4px);}
	70% {-webkit-transform: translateY(-3px);}
	80% {-webkit-transform: translateY(-2px);}
	90% {-webkit-transform: translateY(-1px);}
    100% {-webkit-transform: translateY(0px);} 
}
@-moz-keyframes bounceflag  {
    0%  {-webkit-transform: translateY(0px);} 
	10% {-webkit-transform: translateY(-1px);}
	20% {-webkit-transform: translateY(-2px);}
	30% {-webkit-transform: translateY(-3px);}
	40% {-webkit-transform: translateY(-4px);}
	50% {-webkit-transform: translateY(-5px);}
	60% {-webkit-transform: translateY(-4px);}
	70% {-webkit-transform: translateY(-3px);}
	80% {-webkit-transform: translateY(-2px);}
	90% {-webkit-transform: translateY(-1px);}
    100% {-webkit-transform: translateY(0px);} 
}
@-o-keyframes bounceflag  {
    0%  {-webkit-transform: translateY(0px);} 
	10% {-webkit-transform: translateY(-1px);}
	20% {-webkit-transform: translateY(-2px);}
	30% {-webkit-transform: translateY(-3px);}
	40% {-webkit-transform: translateY(-4px);}
	50% {-webkit-transform: translateY(-5px);}
	60% {-webkit-transform: translateY(-4px);}
	70% {-webkit-transform: translateY(-3px);}
	80% {-webkit-transform: translateY(-2px);}
	90% {-webkit-transform: translateY(-1px);}
    100% {-webkit-transform: translateY(0px);} 
}
@keyframes bounceflag  {
     0%  {-webkit-transform: translateY(0px);} 
	10% {-webkit-transform: translateY(-1px);}
	20% {-webkit-transform: translateY(-2px);}
	30% {-webkit-transform: translateY(-3px);}
	40% {-webkit-transform: translateY(-4px);}
	50% {-webkit-transform: translateY(-5px);}
	60% {-webkit-transform: translateY(-4px);}
	70% {-webkit-transform: translateY(-3px);}
	80% {-webkit-transform: translateY(-2px);}
	90% {-webkit-transform: translateY(-1px);}
    100% {-webkit-transform: translateY(0px);} 
}



/* COOKIES BANNER */
.cookies {
	    display: fixed;
		background-color: rgb(230, 230, 230, 0.5);
		border-radius: 5px;
		position: relative;
		margin: 50px 0 0 0;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		font-size: 1.0em;
}


/****************/
/*****************/

@media (max-width: 991px) {
	
	.icon-hero {
	width:40px;
	height:40px;
	margin: 0px 10px;
    }
	
	.content-to-padding{
		padding: 0 30px;
	}
	
	.content-to-center {
	
	}
	
	.content-to-show {
      display: block;
    }
	

	
	.content-to-hide {
      display: none;
    }
	
  .latest-posted-tasks-big {
    text-align: center;
  }
  .latest-posted-tasks-big > * {
    text-align: initial;
  }
  .latest-posted-tasks-big > .grid_task {
    display: inline-block;
    float: none;
  }
}

/****************Careers*********************/

.accordion {
  font-size: 1rem;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 0.5em 1.5em;
  background: #F4F4F4;
  color: #493b98;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  font-size: 1.0em;
  font-weight: 600;
  letter-spacing: .1em;
  transition: all .3s;
  border-radius: 30px;
}

.accordion__item {
    border-bottom: 0px solid #3a4ba4;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
  background: #F4F4F4;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #333333;
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "+";
  font-family: IonIcons;
  font-size: 1.2em;
  font-weight: 900;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #F4F4F4;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion {
    width: 100%;
  }
}