/*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/

@font-face {
	font-family: 'Inter', sans-serif;
  	src: url(//fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
	font-weight: 400;
}


* {
    margin: 0 auto;
    text-decoration: none !important;
    outline: none !important;
	font-family: 'Inter', sans-serif;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 2px;
}
iframe {
    max-width: 100%;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}
ol {
    list-style: decimal inside;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    visibility: inherit !important;
	font-family: 'Inter', sans-serif !important;
	color: #646464 !important;
}
strong {
    font-weight: 600;
}
p {
    margin-bottom: 20px;
    padding: 0;
    line-height: 1.66;
    letter-spacing: 0.2px;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
label {
    font-weight: 600;
}
del, del * {
    text-decoration: line-through !important;
}


.blog_single:not(.radiantthemes-list) ul, .blog_single:not(.radiantthemes-list) ol {
    padding: 0 25px;
    margin-bottom: 20px;
    list-style: disc;
}

.inner_banner_main .title, .inner_banner_main .subtitle{
	color: #646464 !important;
	font-family: 'Inter', sans-serif !important;
}

.rt-case-study-box-filter.filter-style-three>button{
	color: #646464 !important;
	font-family: 'Inter', sans-serif !important;
}


/* START: NAVIGATION */
.wraper_header{
    z-index:999;
    width:100%;
    direction:initial;
}

.wraper_header.static-header{
    position:relative;
}

.wraper_header.floating-header{
    position:absolute;
}

.wraper_header_main{
    width:100%;
}

body.admin-bar .wraper_header_main{
    top:0;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

body.admin-bar .is-sticky .wraper_header_main{
    top:32px !important;
}

.is-sticky .wraper_header_main{
    box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.10); 
}

.wraper_header_main > .container{
    padding: 13px 0 13px;
}

.header_main{
    position:relative;
    padding: 3px 10px 3px 10px;
    color: #2d3f51;
    font-size: 20px;
}

.header_main .brand-logo{
    float:left;
    margin-top:5px;
    text-align:center;
    font-size:0;
}

.header_main .brand-logo img{
    max-width:130px;
}


.header_main_action_buttons{
    float:right;
    margin-top:0;
    margin-left:20px;
    text-align:center;
    font-size:0;
}

.header_main_action_buttons .btn{
    display:inline-block;
    vertical-align:top;
    margin-left:25px;
    padding:5px 20px;
    border:none;
    border-radius:20px;
    font-weight:400;
    font-size: 15px;
    color:#fff;
    line-height:25px;
    border: 2px solid #af0124;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
}

.wraper_header.style-eleven .header_main_action_buttons .btn.btn-two{
	background-color: #fff;
	border: solid 1px #646464;
	color: #646464;
}

.wraper_header.style-eleven .header_main_action_buttons .btn.btn-two:hover{
	background-color: #646464;
	color: #fff;
}


.wraper_header.style-eleven .header_main_action_buttons .btn.btn-one:hover{
    background-color: transparent;
    color: #af0124;
}


.header_main_action_buttons .btn:last-child{
    margin-right:0;
}

.header_main .responsive-nav{
    float:right;
    margin-top:7px;
}

.header_main .responsive-nav i{
    line-height:1;
    cursor:pointer;
    padding: 0px 10px 10px 10px;
}

.nav{
    float:right;
    margin-top:8px;
    text-align:right;
}

.nav > [class*='menu-']{
    display:block;
}


.nav > [class*='menu-'] > ul.menu > li{
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:auto;
    height:auto;
    margin-right:35px;
}

.nav > [class*='menu-'] > ul.menu > li:last-child,
.nav > [class*='menu-'] > ul.menu > li:only-child{
    margin-right:0 !important;
}

.nav > [class*='menu-'] > ul.menu > li > a{
    display:block;
    width:auto;
    height:auto;
    padding-bottom:10px;
    cursor:pointer;
    transition:all 0.3s ease-in-out !important;
    -webkit-transition:all 0.3s ease-in-out !important;
}

.nav > [class*='menu-'] > ul.menu > li > a{
	color: #646464 !important;
}

.nav > [class*='menu-'] > ul.menu > li.menu-item-has-children > a:after{
    display:inline-block;
    vertical-align:middle;
    margin-left:7px;
    content:"\f107";
    font-family:"FontAwesome";
    line-height:1;
}

.nav > [class*='menu-'] > ul.menu > li > ul{
    position:absolute;
    top:100%;
    left:0;
    z-index:1;
    width:220px;
    height:auto;
    background-color:#fff;
	color: #646464 !important;
    box-shadow:0px 3px 10px rgba(0,0,0,0.2);
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul,
.nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul{
    left:auto;
    right:0;
}

.nav > [class*='menu-'] > ul.menu > li:hover > ul{
    opacity:1;
    visibility:visible;
}

.nav > [class*='menu-'] > ul.menu > li > ul > li,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li{
    position:relative;
    width:100%;
    height:auto;
    float:left;
}

.nav > [class*='menu-'] > ul.menu > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li a{
    position:relative;
    display:block;
    width:auto;
    height:auto;
    padding:2px 15px 2px 15px;
    border-bottom: 0.3px #f6f6f6 solid;
    opacity:inherit !important;
    visibility:inherit !important;
    cursor:pointer;
    transition:all 0.3s ease-in-out !important;
    -webkit-transition:all 0.3s ease-in-out !important;
	color: #646464 !important;
}

.nav > [class*='menu-'] > ul.menu > li > ul > li:last-child > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:last-child > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li:last-child > a,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li:last-child a{
    border-bottom:none;
}

.nav > [class*='menu-'] > ul.menu > li:hover > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li > ul > li > a,
.nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li a{
    padding-top:10px;
    padding-bottom:10px;
}


.nav > [class*='menu-'] > ul.menu > li > ul > li > a i,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a i,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li a i{
    width:20px;
    text-align:center;
    margin-right:10px;
}

.nav > [class*='menu-'] > ul.menu > li > ul > li > ul,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul li ul{
    position:absolute;
    top:0;
    left:100%;
    z-index:1;
    width:220px;
    background-color:#fff;
	color: #646464 !important;
    box-shadow:0px 3px 10px rgba(0,0,0,0.2);
    text-align:left;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul{
    left:auto;
    right:100%;
}

.nav > [class*='menu-'] > ul.menu > li > ul > li:hover > ul,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:hover > ul,
.nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul li:hover > ul{
    top:0;
    opacity:1;
    visibility:visible;
}

.sub-menu{
	width: fit-content;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px !important;
    padding: 20px !important;
	left: 50%!important;
	right: auto!important;
	text-align: center!important;
	transform: translate(-50%, 0)!important
}



body[data-header-style='header-style-eleven'] #mobile-menu{
    width:100%;
}

body[data-header-style='header-style-eleven'] #mobile-menu{
    right:-100%;
}

.mobile-menu-close{
    padding:10px 15px 8px 15px;
    border-bottom:1px rgba(0,0,0,0.075) solid;
    text-align:right;
    cursor:pointer;
}

.mobile-menu-close i{
    font-size:20px;
    line-height:1;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > ul li{
    position:relative;
    width:100%;
    float:left;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > ul li a{
    position:relative;
    display:block;
    width:auto;
    height:auto;
    padding:10px 22px 10px 15px;
    border-bottom:1px rgba(0,0,0,0.075) solid;
    color:#646464 !important;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li.menu-item-has-children > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children a{
    padding-right:50px;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu{
    position:absolute;
    top:0;
    right:0;
    width:40px;
    cursor:pointer;
    text-align:center;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before{
    content:"+";
    font-size:190%;
    line-height:47px;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before{
    content:"-";
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > a{
    padding-left:30px;
    font-size:90%;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a{
    padding-left:45px;
    font-size:85%;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a{
    padding-left:65px;
    font-size:80%;
}

.mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > ul li a{
    padding-left:80px;
    font-size:75%;
}

.sidr .rt-sub-menu {
    position:relative;
    width:80%;
    float:left;
    opacity:1 !important;
    visibility:visible !important;
    background-color:#fff;
	color: #646464;
    box-shadow:initial;
    transform:translate(0, 0) !important;
    -webkit-transform:translate(0, 0) !important;
}

.sidr .rt-sub-menu{
    background-color: #fff;
}

.sidr .rt-sub-menu > li{
    width:100%;
    float:left;
}

@media screen and (min-width:992px) and (max-width:1199px){

    .nav > [class*='menu-'] > ul.menu > li{
        margin-right:12px;
    }
}

@media screen and (min-width:480px) and (max-width:767px){

    body.admin-bar .is-sticky .wraper_header_main{
        top:0 !important;
    }
}

@media screen and (min-width:321px) and (max-width:479px){

    body.admin-bar .is-sticky .wraper_header_main{
        top:0 !important;   
    }
}

@media screen and (max-width:320px){
    body.admin-bar .is-sticky .wraper_header_main{
        top:0 !important;
    }
}

/* END: NAVIGATION */

/*-------------------------------------------------------------- # Sidr --------------------------------------------------------------*/
.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidr.right {
    left: auto;
    right: -260px;
}

/*-------------------------------------------------------------- # Website Layout --------------------------------------------------------------*/
.radiantthemes-website-layout {
    position: relative;
}

/*-------------------------------------------------------------- # Inner Banner Main --------------------------------------------------------------*/
/* wraper_inner_banner */
.wraper_inner_banner {
    width: 100%;
    height: auto;
    background-color: #252525;
}
/* wraper_inner_banner_main */
.wraper_inner_banner_main {
    width: 100%;
    height: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.inner_banner_main > *:last-child {
    margin-bottom: 0 !important;
}
.header_bannerinner .title {
    margin-bottom: 15px;
}
.header_bannerinner .subtitle {
    margin-bottom: 20px;
}

/*-------------------------------------------------------------- # Blog Page --------------------------------------------------------------*/
/* wraper_blog_main */
.wraper_blog_main {
    width: 100%;
}
.wraper_blog_main > .container {
    padding-top: 40px;
    padding-bottom: 30px;
}

.blog_main {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}


/*-------------------------------------------------------------- # 404 Error Style Four --------------------------------------------------------------*/

.wraper_error_main {
    width: 100%;
}

.wraper_error_main.style-four > .container {
   padding: 10vh 0;
}
.wraper_error_main.style-four .error_main {
    text-align: center;
    padding: 17vh 0 10vh 0;
}

.wraper_error_main.style-four .error_main h1 {
    text-transform: uppercase;
    color: inherit;
}

.wraper_error_main.style-four .error_main .btn {
    margin-top: 10vh;
    border-radius: 2px;
    color: #af0124 !important;
    background-color: transparent !important;
}


/*--------------------------------------------------------------
# START: Blog Single Page
--------------------------------------------------------------*/

.blog_single { 
    margin: -135px 0 70px 0;
}

.post.single-post { 
    margin-bottom: 10px; 
}

.post.single-post > *:last-child { 
    margin-bottom: 0 !important; 
}

.post.single-post .entry-header { 
    margin-top: -10px; 
    margin-bottom: 35px; 
}

.post.single-post .entry-header > *:last-child { 
    margin-bottom: 0 !important; 
}

.post.single-post .entry-header .entry-title { 
    font-weight: 700; 
    font-size: 30px; 
    line-height: 38px;
}

.post.single-post .post-thumbnail { 
    position: relative; 
    margin-bottom: 40px;
}

.post.single-post .post-thumbnail  img {
    border-radius: 3px;
}

.post.single-post .entry-main { 
    margin-bottom: 30px; 
}

.post.single-post .entry-main h2,
.post.single-post .entry-main h2 b,
.post.single-post .entry-main h3,
.post.single-post .entry-main h3 b {
    font-weight: 700;
    letter-spacing: 0.2px;
}

.post.single-post .entry-main h2,
.post.single-post .entry-main h2 b {
    margin: 50px 0 15px 0;
}

.post.single-post .entry-main p .alignnone {
    margin: 20px 0 15px 0;
}

.post.single-post .entry-main a {
    color: rgb(174,1,36);
    font-weight: 500;
    text-decoration: none;
}

.post.single-post .entry-main a:hover {
    text-decoration: underline !important;
}

.post.single-post .entry-content > *:last-child { 
    margin-bottom: 0 !important; 
}

.post-navigation { 
    margin: 60px 0 40px 0;
    font-size: 0; 
}

.post-navigation .nav-previous, .post-navigation .nav-next { 
    display: inline-block; 
    vertical-align: top; 
    width: 50%; 
}

.post-navigation .nav-previous a, .post-navigation .nav-next a { 
    position: relative; 
    display: block; 
    text-transform: uppercase; 
    font-size: 12px; 
    color: #808080; 
    line-height: 18px; 
    letter-spacing: 1px; 
    cursor: pointer; 
}

.post-navigation .nav-previous a { 
    padding-left: 40px; 
    text-align: left; 
}

.post-navigation .nav-next a { 
    padding-right: 40px; 
    text-align: right; 
}

.post-navigation .nav-previous a:before, .post-navigation .nav-next a:before { 
    position: absolute; 
    top: -8px; 
    z-index: 0; 
    font-family: 'FontAwesome'; 
    font-size: 50px; 
    color: #c0c0c0; 
    line-height: 1; 
}

.post-navigation .nav-previous a:before { 
    left: 0; 
    content: "\f104"; 
}

.post-navigation .nav-next a:before { 
    right: 0; 
    content: "\f105"; 
}

.post-navigation .nav-previous a strong, .post-navigation .nav-next a strong {
    display: block; 
    margin-top: 3px; 
    text-transform: none; 
    font-weight: 500; 
    font-size: 16px; 
    color: #252525; 
    line-height: 26px; 
    letter-spacing: 0; 
}

.custom-related-posts-container {
    margin: 5vh 0 4vh 0;
}

.custom-related-posts-header {
    margin: 0 0 10px 0 !important;
}

.custom-related-posts {
    background-color: #F9F9F9;
    padding: 0 4vh 3vh 4vh;
    border-radius: 3px;
}

.custom-related-posts-date h6 {
    font-size: 10px;
    font-weight: 500;
    color: #5e5e5e;
    text-transform: uppercase;
}

.custom-related-posts-title {
    margin-top: -25px;
}

.custom-related-posts-content {
    margin-top: -20px;
}

.custom-related-posts-content p {
    font-size: 15px;
}



.related-post-box { 
    margin-bottom: 35px; 
}

.related-post-box > .title { 
    margin-bottom: 20px; 
    font-weight: 600; 
    font-size: 160%; 
    color: #252525; 
}

.related-post-box-item { 
    padding: 30px 30px 28px 30px; 
    background-color: #f8f8f8; 
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); 
}

.related-post-box-item > .holder > .title { 
    margin-bottom: 20px; 
}

.related-post-box-item > .holder > .title > *:last-child { 
    margin-bottom: 0 !important; 
}

.related-post-box-item > .holder > .title .date { 
    margin-bottom: 7px; 
    text-transform: uppercase; 
    font-weight: 400; 
    font-size: 12px; 
    color: #0c121f; 
    line-height: 20px; 
    letter-spacing: 1px; 
}

.related-post-box-item > .holder > .title .title { 
    margin-bottom: 10px; 
    font-weight: 500; 
    font-size: 18px; 
    color: #0c121f; 
    line-height: 28px; 
}

.related-post-box-item > .holder > .title .title a { 
    color: inherit; 
}

.related-post-box-item > .holder > .data { 
    margin-bottom: 25px; 
}

.related-post-box-item > .holder > .data > *:last-child { 
    margin-bottom: 0 !important; 
}

.related-post-box-item > .holder > .entry-meta { 
    padding-top: 25px; 
    border-top: 1px rgba(0, 0, 0, 0.1) solid; 
}

.related-post-box-item > .holder > .entry-meta > *:last-child { 
    margin-bottom: 0 !important; 
}

.related-post-box-item > .holder > .entry-meta .author {
    margin-bottom: 3px; 
    text-transform: uppercase; 
    font-weight: 400; 
    font-size: 12px; 
    color: #0c121f; 
    line-height: 20px; 
    letter-spacing: 1px; 
}


@media screen and (max-width: 479px) {
    .post.single-post .entry-header .entry-title { 
        font-size: 26px; 
        line-height: 34px;; 
    }

    .post.single-post .entry-main h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# END: Blog Single Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# START: Pagination
--------------------------------------------------------------*/
.pagination { 
    display: block; 
    margin-left: -5px; 
    margin-right: -5px; 
    padding: 0; 
    border-radius: 0; 
    text-align: center; 
    font-size: 0; 
}

.pagination > * { 
    display: inline-block; 
    vertical-align: top; 
    float: none; 
    margin: 0px 5px 10px 5px; 
    border: none; 
    padding: 8px 18px 8px 18px;
    background: #fff; 
    border: 1px #2d3f51 solid;
    border-radius: 3px; 
    font-weight: 500;
    font-size: 15px;
    color: #2d3f51; 
    line-height: 20px; 
    letter-spacing: 1px; 
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
}

.pagination > *.current { 
    color: #fff !important; 
}

/*--------------------------------------------------------------
# END: Pagination
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# START: Sidebar
--------------------------------------------------------------*/
.widget-area { 
    margin-bottom: 40px; 
    clear: both; 
    background-color: rgba(245,243,241, 0.4);
    padding: 20px 25px;
    border-radius: 2px;
}

.widget-area > .widget { 
    margin-bottom: 40px; 
}

.widget-area > .widget:last-child, .widget-area > .widget:only-child { 
    margin-bottom: 0; 
}

.widget-area > .widget > *:last-child { 
    margin-bottom: 0 !important; 
}

.widget-area > .widget .widget-title { 
    margin-top: 0; 
    margin-bottom: 22px; 
    padding-bottom: 10px; 
    border-bottom: 1px #e2e2e2 solid; 
    text-transform: uppercase; 
    font-weight: 600; 
    font-size: 15px; 
    line-height: 23px; 
    letter-spacing: 0.5; 
}

.widget-area > .widget.widget_search .search-form { 
    position: relative; 
}

.widget-area > .widget.widget_search .search-form label { 
    width: 100%; 
    margin: 0; 
    font-size: 15px;
    font-weight: 400;
}

.widget-area > .widget.widget_search .search-form input[type=search] { 
    width: 100%; 
    height: 45px; 
    padding: 0px 40px 0px 10px; 
    background: #fff; 
    border: 1px #2d3f51 solid; 
    border-radius: 3px; 
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
}


.widget-area > .widget.widget_search .search-form button[type=submit] { 
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 40px; 
    height: 45px; 
    background-color: initial; 
    border: none; 
    border-radius: 0; 
    font-size: 0; 
}

.widget-area > .widget.widget_search .search-form button[type=submit] i { 
    font-size: 16px; 
    line-height: 45px; 
}


.widget-area > .widget.widget_recent_entries ul { 
    margin: 0; 
}

.widget-area > .widget.widget_recent_entries ul li { 
    margin-bottom: 14px; 
    padding-bottom: 14px; 
    border-bottom: 1px #eee solid; 
}

.widget-area > .widget.widget_recent_entries ul li a { 
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
}

.widget-area > .widget.widget_categories ul li { 
    position: relative; 
    margin-bottom: 10px; 
    padding-left: 18px; 
    font-weight: 600;
    font-size: 15px;
    line-height: 23px; 
}

.widget-area > .widget.widget_categories ul li:last-child{ 
    margin-bottom: 0; 
}

.widget-area > .widget.widget_categories ul li:before { 
    position: absolute; 
    top: -1px; 
    left: 0; 
    z-index: 0; 
    content: "\f105"; 
    font-family: "FontAwesome"; 
}

/*--------------------------------------------------------------
# END: Sidebar
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# START: BLOG POST BOX
--------------------------------------------------------------*/
.post.style-one { 
    position: relative; 
    margin-bottom: 40px; 
    -webkit-transition:all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -ms-transition:all .3s ease-out;
    -o-transition:all .3s ease-out;
    transition:all .3s ease-out;
}

.post.style-one .post-thumbnail { 
    position: relative; 
    margin-bottom: 15px; 
    border-radius: 2px; 
    overflow: hidden; 
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
}

.post.style-one:hover .post-thumbnail { 
    opacity: 0.8; 
}

.post.style-one:hover .entry-main .entry-header .entry-title a { 
    color: #af0124; 
}

.post.style-one .post-thumbnail > img { 
    width: 100%; 
    float: left; 
}

.post.style-one .post-thumbnail > .placeholder { 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    z-index: 1; 
    background: center top no-repeat; 
    background-size: cover; 
}

.post.style-one .entry-main { 
    margin-bottom: 12px; 
}

.post.style-one .entry-main > *:last-child { 
    margin-bottom: 0 !important; 
}

.post.style-one .entry-main .entry-header { 
    margin-bottom: 12px; 
}

.post.style-one .entry-main .entry-header > *:last-child { 
    margin-bottom: 0 !important; 
}

.post.style-one .entry-main .entry-header .entry-title { 
    margin-bottom: 10px; 
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .8;
}

    @media screen and (min-width:480px) and (max-width:767px){
        .post.style-one .entry-main .entry-header .entry-title { 
            font-size: 22px;
            line-height: 30px;
        }
    }

.post.style-one .entry-main .entry-header .entry-title a { 
    color: inherit; 
}

.post.style-one .post-meta { 
    margin-bottom: 20px; 
    font-size: 0; 
}

.post.style-one .post-meta > span,
.post-date { 
    text-transform: uppercase; 
    font-size: 10px; 
    color: #5e5e5e; 
    font-weight: 500;
    line-height: 1.8; 
}

    @media screen and (min-width:480px) and (max-width:767px){
        .post.style-one .post-meta > span,
        .post-date { 
            font-size: 12px; 
        }
    }

.post.style-one .post-meta > span:after { 
    content: " "; 
    display: inline-block; 
    vertical-align: middle; 
    width: 7px; 
    height: 2px; 
    margin-left: 7px; 
    margin-right: 7px; 
    background-color: #999; }

.post.style-one .post-meta > span:last-child:after, .post.style-one .post-meta > span:only-child:after { 
    display: none; 
}

/*--------------------------------------------------------------
# END: BLOG POST BOX
--------------------------------------------------------------*/




/* CUSTOM CSS */

/* Magiclens use cases */

.magiclens-usecase{
	background: url(https://catchoom.com/wp-content/files/2020/10/magiclens-usecase.svg);
	background-size: cover;
	background-repeat: no-repeat;
}


.clients{
	background-color: transparent !important;
}
.custom-link {
    margin-top: 20px; 
}
 
.custom-link p a {
    color: #af0124;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #646464;
}

h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a,
h1:active a, h2:active a, h3:active a, h4:active a, h5:active a, h6:active a    {
    color: #af0124;
}

.privacy-header {
    padding: 15vh 0 3vh 0;
}

    .privacy-header h1  {
        text-align: left;
    }

.privacy-title {
    margin-bottom: 13px !important;
}

.privacy-container {
    padding: 5vh 0;
}

.privacy-index {
    font-weight: 500;
}

/* find php file and remove from php file and not with css because it load extra images */
.author-image,
.meta {
    display: none;
}

.published-on {
    font-size: 12px;
    color: #5e5e5e;
}

/* START These very specific styles for https://catchoomv1test.wpengine.com/fashion-ecommerce/automatic-image-quality-check/image-quality-assurance/ */
.custom-img-animation { 
    margin: -66% -10% 0 0;
}

.custom-annotation-color {
    color: #AF0124;
    margin-right: -6%;
}

/* UTILITY CLASSES very generic */
.custom-title-margin { /*  ADD TO ALL TITLES  */
    margin-bottom: 25px !important;
}

.custom-container-padding {
    padding: 5vh 0;
}

.custom-container-generic {
    padding: 15vh 0 5vh 0;
}





/* start generic */
.container-generic {
    padding: 75px 0 82px;
}
/* end generic */

/* start: generic content */
.container-content {
    padding: 35px 71px 35px 71px;
    text-align: center;
}

.container-content h4 {
    margin-bottom: 17px;
}

@media screen and (min-width:321px) and (max-width:479px){
    .container-content {
        text-align: left;
    }
}

@media screen and (max-width:320px){
    .container-content {
        text-align: left;
    }
}


.container-title-middle {
    padding: 75px 0 75px;
    background-color: #F4F4F4;
}

.container-title-middle h2 {
    text-align: center;
    margin: 10px 0 20px;
}



.contact-subtitle {
    margin-bottom: 10px !important;
}
    .contact-subtitle h3 {
        font-size: 18px;
    }

.contact-content {
    margin-bottom: 50px !important;
}

    .contact-content p {
        font-size: 16px;
    }

.contact-icon ul {
    margin-top: 30px;
}

    .contact-icon ul li {
        display: inline-block;
        margin-right: 12px;
        width: 38px;
        height: 38px;
        color: #243240;
        border: 2px #243240 solid;
        border-radius: 50%;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        transition: all 0.2s ease-in-out; 
        -webkit-transition: all 0.3s ease-in-out; 
    }

.contact-icon ul li:hover {
    border-color:#af0124;
    color: #af0124;
}
/* END: CONTANT PAGE  


 /* Generic head: used for solution, cases, whitepapers and about pages */


.gen-container-content {
    padding: 7vh 0;
    /* background-image: linear-gradient(#fff, #fdfdfd); */
}

.gen-title-section {
	text-align: center;
    padding-bottom: 15px;
}



/* SINGLE CASE/WHITEPAPER STUDY */
.study-header {
   padding: 24vh 0 15vh 0;
}

.study-container {
    padding: 7vh 0 13vh 0;
}

.study-title h1 {
    color: #fff;
}

    .study-subtitle h3,
    .study-subtitle h3 strong {
        margin-bottom: -20px!important;
        font-weight: 700;
        text-transform: uppercase;
    }

    .study-container a {
        color: #af0124;
        font-weight: 500;
    }

     .study-container a:hover {
        color: #af0124;
        text-decoration: underline !important;
    }

@media (max-width: 768px) {
    .study-header {
        padding: 20vh 0 10vh 0
    }

    .study-title h1 {
        font-size: 30px;
        line-height: 38px;
    }
}


/* About */
#content-about h3 {
	text-align: center;
	font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}


/* ANIMATION */
.container-solution-animation {
    padding: 70px 0 75px;
}

/* start: not sure if this code applies; check inline styles */
.container-solution-animation-header {
    margin-top: 90px; 
}

.animation-icon, .annotation-person-icon {
    margin: -20px 0 -20px -18px !important;
    font-size: 13px !important;
    color: #af0124; 
}

.animation-content {
    margin-top: 15px;
}

.animation-content h3,
.animation-content h4,
.annotation-person-content h3,
.annotation-person-content h4 {
    text-align: left;
    font-weight: 400;
    font-size: 17px;
}

.annotation-tag {
    text-align: right;
    margin-bottom: 15px !important;
}

.annotation-tag-title, .annotation-tag-1, .annotation-tag-2, .annotation-tag-3, .annotation-tag-4, .annotation-tag-5,
.annotation-person-tag-title, .annotation-person-tag-1, .annotation-person-tag-2, .annotation-person-tag-3, .annotation-person-tag-4, .annotation-person-tag-5, .annotation-person-tag-6, .annotation-person-tag-7, .annotation-person-tag-8, .annotation-person-tag-9, .annotation-person-tag-10, .annotation-person-tag-11 {
    padding: 8px 18px 8px 18px;
    background-color: #F8F8F8;
    border-radius: 50px;
    color: #2d3f51;
    font-weight: 500;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 20px 50px rgba(214, 214, 214, 0.8);
}

.annotation-person-tag-title {
    background-color: rgba(198,198,198, 0.6);
}

.annotation-person-container {
    padding: 90px 0 0 0;
}

.annotation-person-container, .annotation-item-container {
    background-image: linear-gradient(#fff, #fdfdfd);
    text-align: left;
}

.annotation-person-visual img, .annotation-item-visual img, .visualRec-person-visual img {
    max-height: 900px;
}

.annotation-person-visual img {
    margin-bottom: -35px;
}

.annotation-person-content h3,
.annotation-person-content h4 {
    text-align: left;
}

.annotation-person-tag {
    text-align: left;
    margin-bottom: 7px !important;
}

.animation-content h3,
.animation-content h4 {
    text-align: left;
    font-weight: 400;
    font-size: 17px;
}

    @media screen and (max-width:767px){
        .animation-title {
            text-align: center;
            padding-bottom: 15px;
        }
    }

    @media screen and (min-width:480px) and (max-width:767px){
        .annotation-item-visual {
            margin-top: 15px;
        }
    
        .annotation-tag {
            text-align: center;
        }
    
        .visualRec-person-card-1, .visualRec-person-card-2, .visualRec-person-card-3 {
            text-align: center !important;
        }
    
        .visualRec-person-visual img {
            max-height: 600px;
        }
    }
    
    @media screen and (max-width: 479px) {
        .annotation-item-visual {
            margin-top: 15px;
        }
    
        .annotation-tag {
            text-align: center;
        }
    
        .visualRec-person-card-1, .visualRec-person-card-2, .visualRec-person-card-3 {
            text-align: center !important;
        }
    }
    
    @media screen and (min-width:768px) and (max-width:991px) {
        .annotation-person-visual img {
            margin-bottom: -210px;
        }
    }
    
    @media screen and (min-width:480px) and (max-width:767px){
        .annotation-person-visual img {
            margin-bottom: 10px;
        }
        .annotation-person-container, .annotation-item-container {
            padding: 90px 0 45px 0;
        }
    
        .annotation-person-tag {
            text-align: center;
        }
    }
    
    @media screen and (max-width: 479px) {
        .annotation-person-visual img {
            margin-bottom: 10px;
        }
    
        .annotation-person-tag {
            text-align: center;
        }
    
        .annotation-person-container, .annotation-item-container {
            padding: 90px 0 45px 0;
        }
    }
/* END: ANIMATION */

/* VISUAL PERSON ANIMATION */
.visualRec-person-content h3, 
.visualRec-person-content h4,
.annotation-item-content h3,
.annotation-item-content h4,
.annotation-person-content h3,
.annotation-person-content h4 {
    text-align: left;
    font-weight: 400;
    font-size: 17px;
}

@media screen and (max-width: 479px) {
    .visualRec-person-content h3, 
    .visualRec-person-content h4,
    .annotation-item-content h3,
    .annotation-item-content h4,
    .annotation-person-content h3,
    .annotation-person-content h4 {
        font-size: 17px;
    }

    .visualRec-person-visual img, .annotation-person-visual img, .annotation-item-visual img {
        max-height: 140px;
    }
}

.visualRec-person-container {
    padding: 70px 0 70px 0;
    background-image: linear-gradient(#fff, #fdfdfd);
}

/* VISUAL PERSON ANIMATION */


/* START: HERO SECTION*/
.container-hero {
    padding: 250px 0 180px;
}

.container-header {
    padding: 15px 0 0px 0;
}

.container-header h3 {
    font-size: 21px;
    line-height: 29px;
}

.container-head-mobile {
    padding: 130px 0 130px 0;
}

/* start: vertical */
.container-vertical {
    padding: 7vh 0;
}








/* end: not sure if this code applies; check inline styles */

.vc_color-info.vc_message_box .vc_message_box-icon {
    display: none;
}

.vc_color-info.vc_message_box {
    color: #AF0124;
    background-color: rgba(175,1,36, 0.1) !important;
    border: 1.3px solid rgba(175,1,36, 0.2) !important;
    line-height: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 10px 25px;
    margin-bottom: 10px;
}

/* END: ANIMATION: TAGGING */


/* start animation 3 icons */
.container-animation-with-icons {
    padding: 60px 0 50px;  
    background-color: #fff;
}

.container-animation-with-icons-icon {
    padding-top: 15px;
}

.container-animation-with-icons-header {
    text-align: center;
    padding-bottom: 15px;
}

/* end animation 3 icons */

/* start container-animation-with-icon-and-photo */

.container-animation-with-icon-and-photo {
    padding: 60px 0 50px;  
    background-color: #fff;
    /* it relies on benefits-box class change this because it is risky */
}

.container-animation-with-icon-and-photo-icon-title {
    padding: 15px 0 5px;
}

.container-animation-with-icon-and-photo-header {
    text-align: left;
    padding: 15px 0 15px;
}

/* end container-animation-with-icon-and-photo */


.container-whitepapers {
    background-color: #F5F3F1;
    padding: 75px 0 82px;
}

.container-whitepapers h2 {
    margin: -15px 0 0;
}

.container-whitepapers h4 {
    margin: -15px 0 20px;
}

.container-whitepapers h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}


@media only screen and (max-width: 768px) {
    .container-head-mobile h1 {
        font-size: 28px;
        line-height: 32px;
    }
    
    .container-head-mobile h3 {
        font-size: 21px;
        line-height: 28px;
    }

    .container-whitepapers h5 {
        margin-top: 25px;   
    }

    .container-whitepapers-no-btn {
        padding: 75px 0 32px;
    }

    .container-whitepapers-no-btn h3 {
        margin-top: 35px;
    }

    .container-final-cta {
        padding: 60px 0 60px;
    }

    .container-title-middle  {
        padding-bottom: 10px;
    }

    .container-title-middle h2 {
        text-align: center;
    }

    .container-title-middle p:first-of-type  {
        margin-top: 25px;
    }

    .container-title-middle {
        padding: 75px 0 68px;
        background-color: #F4F4F4;
    }

    .container-title-middle h2 {
        text-align: center;
        margin: 10px 0 20px;
    }

    .container-title-middle p:first-of-type {
        margin-top: 5px;
    }

    /* start: not sure if this code applies; check inline styles */
    .container-solution-animation-header {
        margin-top: 0px; 
    }
}

/* END MEDIA QUERIES */



/* START: RESOURCES LANDING PAGE */
.landing-resources {
    padding: 50px 0 50px 0;
    color: #fff;
}

.landing-resources-header h1 {
    color: #fff;
}

.landing-resources-features {
    padding: 80px 0 80px 0;
}

.landing-resources-features h2 {
    text-align: center;
}

.landing-resources-features h3 {
    color: #2d3f51;
}

.landing-resources-content-container {
    margin-top: 40px;
}


@media screen and (max-width:991px) {
    .landing-resources-header {
        margin-top: 80px;
    }

}

.solution-hero {
    padding: 27vh 0 20vh 0;
}

#header-online-bookstores {
    padding: 32vh 0 24vh 0;
}

.solution-hero[class*="vc_custom_"] {
    background-position: 60% 70px !important;
} 

.solution-hero-subtitle {
    margin-top: -20px;
}

.solution-animation-title {
    margin-bottom: 20px !important;
}



/* study header covers */
.study-header[class*="vc_custom_"] {
    background-position: 50% 30px !important; 
} 

.study-header[class*="vc_custom_1550845792355"] {
    background-position: 50% -70px !important;
} 

.study-header[class*="vc_custom_1550845840091"] {
    background-position: 50% -30px !important;
} 

.study-header[class*="vc_custom_1550762387671"] {
    background-position: 50% !important;
} 


/* START: HERO SECTION*/
.hero-homepage {
    padding: 33vh 0 25vh;
}

.hero-homepage-subtitle {
    margin-top: -20px;
}

.rt-fancy-text-box.element-eleven>.holder {
	border-radius:20px !important;
	background-color: #fff;
}

/* START: VERTICAL */
.vertical-container {
    padding: 45px 0;
}

.vertical-title {
    text-align: left;
}

.vertical-subtitle {
    margin-top: -10px;
}
/* END: VERTICAL */



/* START: RESOURCES SINGLE LANDING PAGE */

.resources-landing-container {
    margin: 40px 0 60px 0;
}

.resources-landing-title > .wpb_wrapper{
    margin: 40px 0 -20px 0 !important;
}

.resources-landing-title h3 {
    text-transform: uppercase;
    font-weight: 600;
}


/* END: RESOURCES SINGLE LANDING PAGE */


/* START: CASE-WHITEPAPER */
.resources-container {
    padding: 10vh 0 9vh 0;
    background-color: #fff;
}

.resources-title {
    text-align: left;
    margin-top: -10px;
}

.resources-content {
    margin-top: -15px;
}

.resources-label h6 {
    margin-top: -25px;
    text-transform: uppercase;
    font-size: 12px;
    color: #5e5e5e;
}
/* END: CASE-WHITEPAPER */

.banner-container {
    padding: 0 0 1.5vh 0;
}

.banner-container strong {
    font-weight: 800;
}


/* DEMO */
.demo-header {
    padding: 25vh 0 17vh 0;
}

.demo-container {
    padding: 5vh 0;
}


/* START: case study */
.case-study-hero {
    padding: 160px 0 100px 0;
    text-align: center;
}

.case-study-title h1 {
    color: #fff;
}

/* END: case study */


.visualRec-person-card-1, .visualRec-person-card-2, .visualRec-person-card-3 {
    margin-bottom: 15px !important;
}

.visualRec-person-card-1 img, .visualRec-person-card-2 img, .visualRec-person-card-3 img {
    border-radius: 3px;
    box-shadow: 0 20px 50px rgba(214,214,214, 0.8);
    max-height: 190px;
}

/* START: BENEFITS */

.benefits-container {
    padding: 2vh 0 7vh 0;
    background-color: #F9F9F9;
}

.benefits-wrapper {
    padding: 15px 0 15px 0;
}

.radiantthemes-iconbox.element-one > .radiantthemes-iconbox-holder > i {
    font-size: 22px;
}

.benefits-title {
    padding-top: 45px;
}

.benefits-subtitle h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 0px;
}

.benefits-content {
    margin-top: -20px;
    font-size: 17px;
    line-height: 25px;
}

/* END: BENEFITS */


/* START: CLIENTS GRID */
.customers-container {
    padding: 15vh 0 14vh 0;
}

.customer-title h2 {
    text-align: center;
}
/* END: CLIENTS GRID */


/* START: INTEGRATION */
.integration-container {
    padding: 80px 0 50px 0;
    background-color: #F8F8F8;
}

.integration-title {
    text-align: center;
}

/* END: INTEGRATION */


/* START FEATURES */
.features-icon {
    margin: -10px 0 -20px -18px !important;
    font-size: 14px;
    color: #af0124; 
}

.features-container-col3-title {
    text-align: center;
    padding-bottom: 20px;
}

.features-container-col3-subtitle {
    margin-top: 15px;
}

.features-container-col3-content {
    margin-top: -25px;
}

.features-container-col3-subtitle h3, .features-container-col3-content h4 {
    text-align: left;
    
}

.features-container-col3-subtitle h3 {
    font-size: 18px;
    font-weight: 500;
}

.features-container-col3-content h4 {
    font-size: 16px;
}

.features-animation-container {
    padding: 80px 0 70px 0;
    background-image: linear-gradient(#fff, #fdfdfd);
}

.features-animation-title {
    text-align: left;
    padding-bottom: 20px;
}

.features-animation-visual {
    margin-top: 110px;
}

.features-visual-container {
    padding: 70px 0 60px 0;
}

.features-visual-title {
    text-align: center;
    padding-bottom: 20px;
}

.features-visual-subtitle h3, .features-visual-content h4 {
    text-align: left;
}

.features-visual-subtitle h3 {
    font-size: 18px;
    font-weight: 500;
}

.features-visual-content h4 {
    font-size: 16px;
}

.features-visual-content {
    margin-top: -25px;
}


/* START: PRODUCT ANIMATION */
.product-animation-container {
    padding: 70px 0 70px 0;
    background-image: linear-gradient(#fff, #fdfdfd);
}

.product-animation-title {
    text-align: center;
    padding-bottom: 20px;
}

.product-animation-subtitle {
    margin-top: 15px;
}

.product-animation-subtitle h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

/* END: PRODUCT ANIMATION */



/* START FUNNERL */
.funnel-container {
    padding: 40px 0 20px 0;
    background-color: #F8F8F8;
}

/* END FUNNERL */


/* START INVESTEMENTS */
.investments-container {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #F8F8F8;
}

.investments-title {
    text-align: center;
}

.investments-content p {
    font-size: 15px;
    line-height: 23px;
}
/* END INVESTMENTS */


/* START: VISUAL SEARCH */
.visual-search-container {
    padding: 11vh 0 8vh 0;
}

.visual-search-header {
    text-align: center;
}

.visual-search-animation {
    margin-top: -0px;
}
/* END: VISUAL SEARCH */


/* START: FACTS */
.facts-container {
    background-color: #242F3A;
    padding-top: 0px;
}

.facts-container > .radiantthemes-iconbox.element-one > .radiantthemes-iconbox-holder > i {
    font-size: 28px;
}

.facts-container h5 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-left: -7px;
}

/* END: FACTS */


/* START: CUSTOM BTN */
.radiantthemes-custom-button{
    width:100%;
}

.radiantthemes-custom-button[data-button-direction=left]{
    text-align:left;
}

.radiantthemes-custom-button[data-button-direction=center]{
    text-align:center;
}

.radiantthemes-custom-button[data-button-direction=right]{
    text-align:right;
}


/* END: CUSTOM BTN */


/* START: FOOTER */
.wraper_footer{
    position:relative;
}

.wraper_footer_main{
    border: none;
}

.wraper_footer_main > .container{
    padding-top:60px;
    padding-bottom:20px;
}

.footer_main_item{
    margin-bottom:40px;
}

.footer_main_item > *:last-child{
    margin-bottom:0 !important;
}

.footer_main_item .widget{
    margin-bottom:20px;
}

.footer_main_item .widget-title{
    margin-bottom:10px;
    font-weight:700;
    font-size:16px;
    color:#fff !important;
    line-height:25px;
}

.footer_main_item .widget_nav_menu ul  {
    margin-bottom:10px;
}

.footer_main_item .widget_nav_menu ul li {
    margin-bottom:11px;
    font-weight:400;
    font-size:15px;
    color:#fff;
    line-height:23px;
}

.footer_main_item .widget_nav_menu ul li a {
    color: #fff;
    font-size: 15px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.footer-connect-us {
    margin-bottom:10px;
    font-weight:500;
    font-size:15px;
    color:#fff;
    line-height:27px;
}

.footer-website-terms {
    margin-left: -14px;
    font-size: 10px !important;
    color: #f5f3f1;
    font-weight: 400;
    line-height: 15px;
}

.footer-website-terms a {
    color: #f6f6f6 !important;;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
} 

.wraper_footer_copyright > .container{
    padding-top:30px;
    padding-bottom:0;
}

.footer_copyright_item{
    margin-bottom:30px;
}

.footer_copyright_item > *:last-child{
    margin-bottom:0 !important;
}

.footer_copyright_item img{
    margin-top:5px;
    margin-bottom:22px;
}

.footer_copyright_item ul.social{
    margin-bottom:10px;
    font-size:0;
}

.footer_copyright_item ul.social li{
    display:inline-block;
    vertical-align:top;
    margin-right:15px;
    margin-bottom:5px;
}

.footer_copyright_item ul.social li:last-child,
.footer_copyright_item ul.social li:only-child{
    margin-right:0;
}

.footer_copyright_item ul.social li a{
    margin-top: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: initial;
    border: 1px #f6f6f6 solid;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #f5f3f1;
    line-height: 39px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/* START: FOOTER CTA */

.footer-btn-download {
    text-align: center;
}

    .footer-btn-download:hover {
        text-decoration: underline;
    }

/* END: FOOTER CTA */


.entry-footer {
    display: none !important;
}

@media screen and (min-width:480px) and (max-width:767px){
    .footer_copyright_item{
        text-align:center;
    }
}

@media screen and (min-width:321px) and (max-width:479px){
    .footer_copyright_item{
        text-align:center;
    }
}

@media screen and (max-width:320px){
    .footer_copyright_item{
        text-align:center;
    }
}

    .col-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .col-xs-5ths {
        width: 20%;
        float: left;
    }
    @media (min-width: 768px) {


    .col-sm-5ths {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 992px) {
        .col-md-5ths {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-5ths {
            width: 20%;
            float: left;
        }
    }
    
/* END: FOOTER */











@media (max-width: 992px) {
    h1 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .post.style-one .entry-main .entry-header .entry-title { 
        font-size: 16px;
        line-height: 22px;
    }

    /* START: HERO SECTION*/
    .hero-homepage {
        padding: 21vh 0 14vh 0;
    }

}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
    .post.style-one .entry-main .entry-header .entry-title { 
        font-size: 26px;
        line-height: 34px;
    }

     /* START: HERO SECTION*/
     .hero-homepage {
        padding: 158px 0px 110px 0;
    }

    /* END; HERO SECTION*/
}


@media (min-width: 768px) and (max-width: 992px) {
    .custom-img-animation { 
        margin: 14% -14% 0 0;
    }
}


@media only screen and (max-width: 768px) {

    h1 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h5 {
        font-size: 15px;
        line-height: 20px ;
    }

    .resources-container {
        padding: 7.5vh 0 8vh 0;
    }

    .resources-label {
        margin: 20px 0 20px 0 !important;
    }

    

    /* start: not sure if this code applies; check inline styles */
    .container-solution-animation-header {
        margin-top: 0px; 
    }
}

@media screen and (min-width:480px) and (max-width:767px) {
    .radiantthemes-iconbox.element-one > .radiantthemes-iconbox-holder {
        margin-bottom: 8px;
    }
}



@media screen and (max-width:480px){
	.gen-container-head {
		padding: 20vh 0 20vh 0;
	}

	#content-about h3 {
		text-align: left;
    }

    .header_main .brand-logo img{
        max-width: 90px;
    }
    
    .solution-hero {
        padding: 15vh 0 9vh 0;
    }


    .hero-medium {
        padding: 13vh 0 7vh 0;
    }

    .solution-hero[class*="vc_custom_"] {
        background-position: 40% 50px !important;
    }


    .container-vertical {
        padding: 4vh 0;
    }

    .footer-cta-container {
        padding: 10vh 0;
    }

    .footer_main_item .widget_nav_menu ul li a {
        font-size: 14px;
    }

    .hero-homepage {
        padding: 28vh 0 20vh 0;
    }

        .hero-homepage[class*="vc_custom_"] {
            background-position: 60% 70px !important; /* might need fixes */
        } 

        .hero-homepage[class*="vc_custom_"] img {
            opacity: 0.5;
        }

        .hero-homepage h1 {
            font-size: 24px !important;
            line-height: 30px !important;
            text-align: center !important;
            font-weight: 800 !important;
        }

        .hero-homepage h3 {
            text-align: center !important;
        }

    .vertical-container {
        padding: 40px 0 60px 0;
    }

    .resources-label {
        margin: 20px 0 20px 0 !important;
     }

    h1 {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    h2 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    h3 {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    h4 {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    h5 {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    h6 {
        font-size: 10px !important;
        line-height: 18px !important;
    }

    p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .footer_main_item .widget_nav_menu ul li a {
        font-size: 12px;
    }

    .privacy-header {
        padding: 13vh 0 0 0;
    }
}


@media screen and (max-width: 479px) {
    .radiantthemes-iconbox.element-one > .radiantthemes-iconbox-holder {
        margin-bottom: 8px;
    }

    .features-animation-visual {
        margin-top: 0px;
    }

    h1 {
        font-size: 28px;
        line-height: 34px; 
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    h6 {
        font-size: 10px;
        line-height: 14px;
    }
}


/* Medium to Large Devices, Desktops */
@media only screen and (min-width : 769px) {
#elements-img-container{
    margin-top: 30px;
}
	.hero-mobile{
		display: none;
	}
	
	.content-block{
	padding-top: 100px;
    padding-bottom: 80px;
	}
	
	.element-block{
	margin-top: 50px;
	margin-bottom: 120px;
	}
	
	.gen-container-head-home{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.gen-container-head-home h1{
		margin-top: 40px;
	}
	.gen-container-head{
		margin-top: 85px;
		margin-bottom: 90px;
	}
	
	.case-study-container{
    padding-top: 100px;
    padding-bottom: 80px;
}
	
	.case-study-container h2{
    margin-top: 50px;
}
	
	.gen-container-head h1{
		margin-top: 40px;
	}

	.mobile-buttons {
		display: none;
	}
	.SDK-types{
		padding-top:120px;
		padding-bottom: 150px;
	}
	#craftar {
		padding-top: 80px;
		padding-bottom: 80px;
		margin-top: 40px;
	}
	
	#magiclens{
		padding-top: 90px;
		padding-bottom: 130px;
		margin-top: 80px;
	}
	
	#mobile-button{
		display: none !important;
	}
	.stats-catchoom{
    	background-color: #fff;
	    border-radius: 30px;
    	padding: 20px 10px;
	    margin: 10px;
    	width: 30% !important;
	    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}
	
	.stats-container{
		margin-top: 40px;
		margin-bottom: 40px;
		padding-top: 120px;
		padding-bottom: 120px;
	}
	#quotes {
		padding-top: 120px;
		padding-bottom: 120px;		
	}
	.cta-catchoom{
		padding-top: 100px;
		padding-bottom: 150px;
}
	.sdk-ir{
    margin-bottom: 50px;
}
	
	#magiclens-logos img {
    width: 118px !important;
    height: 60px !important;
}
	
	.video-ml-container{
		padding-right: 50px;
		margin-bottom: 0px;
	}
	
	
	.about-mobile{
		display:none !important;
	}

	

	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	h2{
		font-weight: 600 !important;
	}
	
	.hero-desktop{
		display: none !important;
	}
   .hero-mobile {
     display: block !important;
     padding-top: 0px !important;
     padding-bottom: 0px !important;
   }
   .gen-container-head{
       padding: 10vh 0 10vh;
   }
	
	#uses-craftar{
		background: transparent !important;
	}
	.sdk-ir{
    margin-bottom: 20px;
}
	
	#craftar-option img{
		width: 60%;
		margin: 0 auto;
	}
	.content-inside p{
	margin-top: 20px;		
	}
	
	.text-mobile-center h2, .text-mobile-center h3, .text-mobile-center p, .text-mobile-center h4{
		text-align: center !important;
	}
	
	.text-mobile-center{
		text-align: center !important;
		align-items: center;
	}
	
	.text-mobile-center>partium-btn{
		margin: 0 auto;
	}
	
   .case-study-container{
       padding-top: 10px !important;
       padding-bottom: 10px;
   }
   .gen-container-head h1{
       padding-bottom: 0px;
   }
	
   .clients.element-one:not(.owl-carousel) .clients-item {
    width: 25% important;
   }
	.gen-container-head img{
		padding: 0px;
	}
.content-block{
	padding-top: 30px;
    padding-bottom: 20px;
	}
	.cta-partium{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.rt-fancy-text-box.element-eleven {
    padding: 0 4vh;
}
	.gen-container-head-home{
		text-align: center !important;
	}
	.gen-container-head-home h1{
		margin-top: 100px;		
	}
	
	.button-mobile-container{
		display: inline-block;
		width: 50% !important;
		margin: 0 auto;
	}
	.radiantthemes-button .radiantthemes-button-main > .placeholder{
		font-size: 12px !important;
	}

	.radiantthemes-button .radiantthemes-button-main{
		margin-bottom: 50px;
	}

	.SDK-types{
		padding-top:50px;
		padding-bottom: 80px;
	}
	
	#craftar, #magiclens{
		background: none !important;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		margin: 0 auto;
	}
	.radiantthemes-button[data-button-direction=left]{
		text-align: center !important;
	}
	.stats-catchoom{
    	background-color: #fff;
	    border-radius: 30px;
	    padding: 20px 10px;
    	margin: 10px auto;
	    width: 80% !important;
    	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

	.stats-container{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#quotes {
		text-align: center;
		padding-top: 40px !important;
		padding-bottom: 40px !important;		
	}
	
	.quote-image img{
		width: 35% !important;
		margin: 0 auto !important;
		padding-left: 0px !important;
	}
	.cta-catchoom{
		padding-top: 50px;
		padding-bottom: 50px;
}
	.wpb_single_image.vc_align_left{
		text-align: center !important;
	}
	#uses-craftar .vc_column-inner{
		padding-top: 0px !important;
	}
	#tools-build{
	padding-top: 70px !important;
    padding-bottom: 0px !important;	
	}
	
	.ar-craft .vc_column-inner{
		padding-top: 0px !important;
	}
	#magiclens-logos img{
		width: 100% !important;
		display: inline-block !important;
	}
	.ml-logos-container{
		width: 33% !important;
		float: left !important;
	}
		
	.video-ml-container{
		padding-right: 0px;
		margin-bottom: 20px;
	}
	
	.video-ml-container .vc_column-inner{
		padding-right: 10px !important;
		padding-top: 0px !important;
	}
	
	.sub-menu{
	text-align: left!important;
	transform: none!important
}
	


}



/* CUSTOM BUTTONS */
.radiantthemes-button > .radiantthemes-button-main, .radiantthemes-button .radiantthemes-button-main, .radiantthemes-button .radiantthemes-button-main > *, button.radiantthemes-button-main, button.radiantthemes-button-main > *, a.radiantthemes-button-main, a.radiantthemes-button-main > * {
	font-family: 'Inter', sans-serif !important;	
	text-transform:none !important;
	font-size:15px !important;
	line-height: 25px !important;
	margin-top: 0px !important;
} 

.radiantthemes-button{
	margin-top: 0px !important;

}

#sec-btn .radiantthemes-button-main{
	background-color: #fff !important;
	border: 1px solid #646464;
	color: #646464;
}

#sec-btn .radiantthemes-button-main:hover{
	background-color: #646464 !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,.1);
	color: #fff;
}


#magiclens-button >.radiantthemes-button-main{
	background-color: #9F174D !important;
	border: 1px solid #9F174D;
	color: #fff;
}

#magiclens-button >.radiantthemes-button-main:hover{
	background-color: #fff !important;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,.1);
	color: #9F174D;
}

.radiantthemes-button .radiantthemes-button-main {
    background-color: #af0124 !important;
	border-radius: 20px;
	padding: 8px 25px !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,.1);
	margin-top: 10px !important;
}

.radiantthemes-button .radiantthemes-button-main:hover {
    background-color: #fff !important;
	border-radius: 20px;
	border: 2px solid #af0124;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,.1);
}

.radiantthemes-custom-button .radiantthemes-custom-button-main > .placeholder{
    position:relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.5;
}

.radiantthemes-custom-button .radiantthemes-custom-button-main:hover > .placeholder {
    color: #fff;
}


/* HUBPOST CUSTOM CSS*/
.ppc{
	font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #646464;
}
.hs-input{
    display: inline-block;
    width: 100%;
    height: 40px;
	font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    color: #646464;
    border: 1px solid #cbd6e2;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
	padding-left: 10px;
}

.hs-form-field{
    margin-top: 5px;
    font-size: 14px;
}

.hs-button{
    background: #af0124;
    border: 2px solid #af0124;
    color: #fff;
    font-family: Inter;
    display: inline-block;
    vertical-align: top;
    padding: 5px 30px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    box-shadow: 0px 8px 15px rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-top: 20px;
}
.hs-button:hover{
    background-color: #fff !important;
	border: 2px solid #af0124;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    box-shadow: 0px 8px 15px rgba(0,0,0,.1);
    color: #af0124;
}

.legal-consent-container .hs-form-booleancheckbox-display>span{
    margin-top: 20px;
}

input[type=checkbox]{
    cursor: pointer;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
    
}

ul.inputs-list{
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #646464;

}

.hs-input:not([type=file]){
    background-color: #fff;
}

.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
}

.hs-error-msgs label{
    color: #af0124;
    font-family: Inter;
    font-size: 13px;
    margin-bottom: 10px;
}

input.hs-input.error{
    border-color: #af0124;
}

#message-6dd941a3-5795-4350-bab1-ab12188911ee{
    height: 70px;
}

/* COOKIE NOTICE */

#cookie-notice .cn-button{
	background: #fbb03b !important;
}