@import url("navigation.css");

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../fonts/glyphicons-halflings-regular.eot);
    src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

@font-face {
    font-family: RionaSans-Regular;
    src: url(../../fonts/rionasans-regular-webfont.eot);
    src: url(../../fonts/rionasans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/rionasans-regular-webfont.woff2) format('woff2'), url(../../fonts/rionasans-regular-webfont.woff) format('woff'), url(../../fonts/rionasans-regular-webfont.ttf) format('truetype'), url(../../fonts/rionasans-regular-webfont.svg#riona_sansregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RionaSans-Medium;
    src: url(../../fonts/rionasans-medium-webfont.eot);
    src: url(../../fonts/rionasans-medium-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/rionasans-medium-webfont.woff2) format('woff2'), url(../../fonts/rionasans-medium-webfont.woff) format('woff'), url(../../fonts/rionasans-medium-webfont.ttf) format('truetype'), url(../../fonts/rionasans-medium-webfont.svg#riona_sansmedium) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: RionaSans-Bold;
    src: url(../../fonts/rionasans-bold-webfont.eot);
    src: url(../../fonts/rionasans-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/rionasans-bold-webfont.woff2) format('woff2'), url(../../fonts/rionasans-bold-webfont.woff) format('woff'), url(../../fonts/rionasans-bold-webfont.ttf) format('truetype'), url(../../fonts/rionasans-bold-webfont.svg#riona_sansbold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/icomoon-webfont.eot?ibtnvu');
    src: url('../../fonts/icomoon-webfont.eot?ibtnvu#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon-webfont.ttf?ibtnvu') format('truetype'),
    url('../../fonts/icomoon-webfont.woff?ibtnvu') format('woff'),
    url('../../fonts/icomoon-webfont.svg?ibtnvu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------------------------------------*/
/* DEFAULT STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background-color: #e6ae49;
    color: #FFF;
}

::selection {
    background-color: #e6ae49;
    color: #FFF;
}

/*  General Style   ||-----------*/

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}
.caseStudyDetail .statsBar{display:none;}
body {
    line-height: 24px;
    color: #323232;
    font-size: 13px;
    font-family: 'RionaSans-Regular';
    font-weight: 400;
}
share-button {
    visibility: hidden;
}
.sb-social.sb-top.sb-center,.sb-social.load.sb-top.sb-center {
    opacity: 1;
    visibility: visible;
top:10px;
}
share-button .sb-social ul li {
    position: relative;
    height: 30px!important;
    width: 30px !important;
    padding: 0px 0!important;
}
share-button .sb-social ul li:before, share-button .sb-social ul li:after {
    width: 20px !important;
    height: 20px!important;
    left: 10px !important;
    top: 5px !important;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

a {
    cursor: pointer;
    color: #0a5e9e;
    text-decoration: none;
    color: rgb(242, 95, 41, 1);
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a, a:focus, a:active, a:link, img {
    outline: none;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #0a5e9e;
    text-align: left;
}

a:hover {
    color: rgb(242, 95, 41, 1);
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.home-video #videohome {
    width: 100%;
    transition: 0.5s;
}

/*#home-slider-section{
    display: none;
}*/

#readmore {
    color: #0678d0;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    background-color: #fdd922;
    margin: 0 auto;
    float: none;
    /*right: 0;*/
    text-align: center;
    width: 200px;
    padding: 10px 0;
    display: none;
    margin-top: 20px;
}

.video {
    display: block;
}

.audio {
    width: 100%;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    width: 60px;
    height: 5px;
    margin: 0px;
    border: none;
    border-top: 4px solid #7e0c6e;
    text-align: center;
    z-index: 999;
    display: inline-block;
}

hr.dark {
    border-top: 1px solid #3e3e3e;
}

b, strong {
    font-weight: 600;
}

small, small a {
    font-size: 11px;
    color: #888;
}

p, .page-single li, .content li {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    color: #666;
    font-family: 'RionaSans-Regular';
    letter-spacing: -.003em;

}

/*Case studies */
.casestudies-slider .item .cimage {
    width: 60%;
    margin-top: 12px;
}

.view-cs {
    padding-top: 50px;
}

/*Headings Style   ||-----------*/

.headline {
    text-align: center;
    font-size: 34px;
    width: auto;
    margin: 20px auto;
    line-height: 42px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: left;
    font-family: 'RionaSans-Regular';
}

.slide-headline {
    font-size: 56px;
    line-height: 64px;
}

.anim .slide-headline,
.anim .tagline,
.anim .gifImage,
.sr .hero,
.sr .intro,
.sr .demo .block {
    visibility: hidden;
}

.tagline {
    color: #f9df04;
    font-size: 26px;
    font-weight: 300;
    font-family: 'RionaSans-Regular';
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
/ / added this
}

/*
.headline:before{
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 2px solid #f9e009;
}
*/
.headline.blue:before {
    border-bottom: 2px solid #0a5e9d;
}

.subheadline {
    font-size: 22px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}

.separator {
    height: 1px;
    width: 32px;
    background: #888;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none;
}

.separator.right {
    float: right;
}

.separator.center {
    margin-left: auto;
    margin-right: auto;
}

.separator.color {
    background: #e6ae49;
}

.separator.white {
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #0678d0;
    font-family: 'RionaSans-Medium';
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 56px;
    line-height: 64px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767px) {

}

h2 {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 21px;
    line-height: 32px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

h1.large {
    font-size: 50px;
}

.h80 {
    height: 80px;
}

.z9 {
    z-index: 9;
}

.z99 {
    z-index: 99;
}

.z999 {
    z-index: 999;
}

.z9999 {
    z-index: 9999;
}

.section-padding {
    padding: 30px 0
}

.section-down {
    padding: 0% 0 3% 0;
}

.none {
    display: none;
}

.icolor {
    color: #e6ae49;
}

.gcolor {
    color: #870064;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.black-color {
    color: #333 !important;
}

/*Button Style   ||-----------*/
.btn:focus {
    outline: none;
}

.btn {
    padding: 10px 24px;
}

.btn, button {
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.btn i, button i, i.left {
    margin-left: 10px;
}

i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}

button {
    vertical-align: top;
}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-lg {
    padding: 15px 25px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}

.btn-line-xs {
    padding: 7px 15px 7px;
    display: inline-block;
}

.btn-icon {
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important;
}

.btn-center {
    display: table;
    text-align: center;
    margin: 0px auto;
}

.btn-black {
    color: #fff;
    background: #323232;
    border: none;
}

.btn-black:hover {
    color: #fff;
    /*background: #e6ae49;*/
    background: rgba(50, 50, 50, 0.85);
}

.btn-color-a, .btn-color-b {
    color: #333;
    background: #fdd922;
    border: none;
}

.btn-color-a:hover, .btn-color-a:visited, .btn-color-a:focus {
    color: #fff;
    background: rgba(249, 224, 9, 0.85);
}

.btn-color-b:hover {
    color: #fff;
    /*color: #e6ae49;
    background: #fff;*/
    background: rgba(249, 224, 9, 0.85);
}

.btn-white {
    color: #323232;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #8a9ba8;
    text-align: left;
    display: inline;
    padding: 0px;
}

.btn-white i {
    padding-right: 10px;
    margin: 0px;
}

.btn-white:hover {
    /*color: #fff;
    background: #e6ae49;*/
    background: rgba(255, 255, 255, 0.85);
    color: #323232;
}

.floatnone img {
    float: none !important;
}

.aservice .btn-white a, #reach-us-section .btn-white a, #news .btn-white a, .csbox2 a {
    padding: 11px 10px 10px 15px !important;
    border: 1px solid #f2f2f2;
    display: block;
}

.btn-yellow {
    color: #fff;
    background: rgba(230, 174, 73, 1);
    border: 1px solid #e6ae49;
    text-align: left;
    display: inline;
    padding: 11px 10px 10px 15px;
}

.btn-yellow a {
    color: #333;
}

.btn-yellow:hover a {
    /*color: #fff;
    background: #e6ae49;*/
    background: rgba(230, 174, 73, 0.85);
    color: #fff;
}

.btn-black-line, .btn-white-line, .btn-color-line {
    border: 2px solid;
    background: none;
}

.btn-black-line {
    color: #323232;
    border-color: #323232;
    padding: 9px 20px;
}

.btn-black-line:hover {
    color: #fff;
    background: #323232;
}

.btn-color-line {
    color: #e6ae49;
    border-color: #e6ae49;
    padding: 9px 20px;
}

.btn-color-line:hover {
    color: #fff;
    background: #e6ae49;
}

.btn-white-line {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px;
}

.btn-white-line:hover {
    color: #323232;
    background: #fff;
}

.btn-link-a, .btn-link-b {
    color: #323232;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-link-a:hover {
    color: #e6ae49;
    border-bottom: 1px solid #e6ae49;
}

.btn-link-b:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block;
}

.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block;
}

/* Theme Buttons */
.theme-light-btn a {
    background: #none;
    border: #5c1771 2px solid;
    border-radius: 25px;
    padding: 15px 50px;
    font-weight: 500;
    color: #5c1771;
    font-size: 12px;
}

.theme-light-btn a:hover {
    background: #5c1771;
    text-decoration: none;
    border-radius: 25px;
    padding: 15px 50px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 12px;
}

.theme-dark-btn a {
    background: #8923a7;
    padding: 15px 50px;
    border-radius: 26px;
    color: #fff;
    font-size: 14px;
}

.theme-dark-btn a:hover {
    background: #6e1a86;
    padding: 15px 50px;
    text-decoration: none;
    border-radius: 26px;
    color: #fff;
    font-size: 14px;
}

/* Header */

.wrapper {
    position: relative;
    width: 100%;
}

.push-body-totop .header.sticky {
    position: fixed;
    top: 64px;
}

.header .container {
    position: relative;
}

.header {
    background-color: #fff;
    /*border-bottom: 1px solid #eee;*/
    color: #323232;
    /*padding:25px 0px;*/
    padding: 0px;
    position: relative;
    /*top: 0;*/
    transition: all 0.25s ease 0s;
    -webkit-transition-: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 2000;
}

.header.sticky {
    background-color: rgba(255, 255, 255, 0.95);
    color: #323232;
    position: fixed;
    z-index: 2030;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    box-shadow: 0px 2px 12px;
}

.full-intro .header {
    /*background-color: rgba(255,255,255,0);*/
    border-bottom: none;
    position: absolute;
}

/*.full-intro .header.sticky {
    background-color: rgba(0, 137, 196, 0.95);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    position: fixed;
    /*border-bottom: 1px solid #eee;*/
}
*

/

.background--dark .header, .background--dark .header a,
.background--dark .header .side-menu-btn ul li a.right-icon, .background--dark .header .mobile-menu-icon {
    color: #fff;
}

.background--light .header, .background--light .header a, .full-intro .header.sticky a, .header a, .header.sticky a,
.mobile-menu-icon, .header.sticky .mobile-menu-icon,
.header .side-menu-btn ul li a.right-icon,
.header.sticky .side-menu-btn ul li a.right-icon, .header .mobile-menu-icon, .header.sticky .mobile-menu-icon {
    color: #f2f2f2;
}

/*#menu-button.menu-opened .bar-icon,*/
.header .side-menu-btn ul li a.right-icon:hover, .header.sticky .side-menu-btn ul li a.right-icon:hover, .header .mobile-menu-icon:hover,
.background--dark .header .navigation a:hover {
    color: #e6ae49;
}

.header li {
    list-style: outside none none;
}

.header ul, .header li {
    margin: 0;
    padding: 0;
}

/* logo Style */
.header .logo a img.l-white, .header .logo a img.l-color, .header.sticky .logo a img.l-white, .header.sticky .logo a img.l-black,
.full-intro .header.sticky .logo a img.l-white,
.background--dark .header .logo a img.l-color, .background--dark .header .logo a img.l-black,
.background--light .header .logo a img.l-light, .background--light .header .logo a img.l-color {
    opacity: 0;
}

.header .logo a img.l-black, .header.sticky .logo a img.l-black, .background--light .header .logo a img.l-black, .background--dark .header .logo a img.l-white {
    opacity: 1;
}

.header .logo {
    float: left;
    display: inline-block;
}

.header .logo a {
    position: relative;
    display: block;
    width: 132px;
    margin-top: 7px;
}

.header.sticky .logo a {
    width: 115px;
    margin-top: 10px;
}

.logo a img {
    position: absolute;
    width: 100px;
    opacity: 0;
    display: block;
}

/* Navigation Menu Style*/
.mobile-menu-icon-wraper {
    display: none;
    position: relative;
    float: left;
    margin-left: 20px;
}

.mobile-menu-icon, .header.sticky .mobile-menu-icon {
    height: 25px;
    display: block;
    font-size: 17px;
    line-height: 24px;
}

.side-menu-btn-fix {
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 2001;
    font-size: 17px;
}

.side-menu-btn-fix a {
    width: 35px;
    height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    border-radius: 3px;
    color: #fff;
    line-height: 34px;
}

.side-menu-btn-fix a:hover {
    background: #e6ae49;
}

header.sticky .navigation a.current-ele {
    color: #e6ae49 !important;
}

/* Right Side Menu Button Style*/
.header .side-menu-btn {
    float: right;
    position: relative;
}

.header .side-menu-btn > ul > li, .header .mobile-menu-icon-wraper {
    float: left;
    padding: 35px 0 34px;
    margin-left: 20px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.header.sticky .side-menu-btn > ul > li, .header.sticky .mobile-menu-icon-wraper {
    padding: 19px 0 20px;
}

.header .side-menu-btn ul li a.right-icon {
    display: block;
    position: relative;
}

.header .side-menu-btn ul li a.right-icon {
    height: 25px;
    background-repeat: no-repeat;
    font-size: 17px;
}

.new-responsive .owl-carousel .owl-item {
    margin-top: -64px;
    float: left;
    /*height: 65vh;*/
}

@media (max-width: 767px) {

    .header .logo a img.l-black, /*.header.sticky .logo a img.l-color,*/
    .background--dark .header .logo a img.l-black {
        opacity: 1;
    }

    .header .logo a img.l-white {
        display: none;
        opacity: 0;
    }

    .header {
        background: #fff;
        color: #323232;
    }

    .full-intro .header {
        background-color: transparent;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 991px) {
    .header .side-menu-btn ul li, .header .mobile-menu-icon-wraper {
        padding: 19px 0 20px;
    }

    .header .logo a, .header.sticky .logo a {
        margin-top: 10px;
        width: 95px;
    }

    .gapper {
        min-height: 100px;
    }

    h2.headline.blue.righthead {
        width: 100%;
        border: 0 none;
        text-align: center;
    }
}

/* --------------------------------------------------------------------------------------- */
/* Contents (Body, Container, Section, etc) -------------- */
/* --------------------------------------------------------------------------------------- */
.wrapper {
    position: relative;
    width: 100%;
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.full-cap-wraper {
    display: table;
    top: 0;
    height: 100%;
    width: 100% !important;
    background: rgba(0, 0, 0, .5) !important;
    z-index: 1;
}

.section-padding {
    padding: 1% 0 5%;
}

.themebg {
    background: #b5008f;
}

.themecolor {
    color: #b5008f !important;
}

/* Hero */

.hero-cnt {
    text-align: left;
}

.banner-cnt {
    text-align: left;
    padding-top: 8%;
}

.home-slider .btn {
    background-color: transparent;
    border: 1px solid #fff;
}

.home-slider .btn:hover a {
    color: #e6ae49;
}

/* =============================================================================================================================*/
/* Parallax ------------------- */
/* =============================================================================================================================*/
.parallax {
    position: relative;
}

/* Full width Slider */
/* Full Width Slider */
.fullwidth-slider {
    position: relative;
    overflow: hidden;
}

.fullwidth-slider .item, .slidediv {
    /*height:580px;*/
    height: 85vh;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.5s;
}

/*Responsive full width */
#owlhome.fullwidth-slider .item {
    /*height: 85vh;*/
}

.new-responsive #owlhome.fullwidth-slider .item {
    height: auto !important;
    background-size: 100%;
}

/*------------------*/

.fullwidth-slider .item .black-color h1, .fullwidth-slider .item .black-color h4 {
    color: #000;
}

.fullwidth-slider .item .theme-color h1 {
    color: #870064;
}

.fullwidth-slider .item .theme-color h4 {
    color: #fff;
}

.fullwidth-slider .item .theme2-color h1 {
    color: #ee662a;
}

.fullwidth-slider .item .theme2-color h4 {
    color: #fff;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    background: transparent;
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    /*background: #fff;*/
    color: #e6ae49;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.owl-carousel:hover .owl-controls .owl-buttons .owl-prev,
.owl-carousel:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}

.fullwidth-slider .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 99;
    bottom: 25px;
    left: 0;
    text-align: center;
    width: 100%;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-next {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}

/* Brands */
#Brandcards {
    padding: 5px;
}

/*
#Brandcards .bw{
    -webkit-filter: grayscale(1) !important;
            -moz-filter: grayscale(1) !important;
            -ms-filter: grayscale(1) !important;
            filter: grayscale(1) !important;
}
#Brandcards .bw:hover{
    -webkit-filter: grayscale(0) !important;
            -moz-filter: grayscale(0) !important;
            -ms-filter: grayscale(0) !important;
            filter: grayscale(0) !important;
}
*/
#Brandcards .item {
    padding: 25px;
}

/* Resources */

#resources h4 {
    min-height: 50px;
}

.righthead {
    padding: 10px;
    border-right: 5px solid #f9e009;
    margin: 15px 0;
    font-size: 34px;
}

/*.divheight{height:500px;}*/
.w200 {
    width: 200px;
}

.courses {
    margin-bottom: 15px;
    font-size: 0;
    background: whitesmoke;
}

.courses li {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 46%;
    margin: 0 2%;
}

.courses a {
    display: block;
    height: 60px;
    margin: 15px 0;
    padding-top: 12.5px;
    background: whitesmoke;
    color: black;
    border: 1px solid white;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.courses a:hover {
    background: #99cfe0;
}

.courses .mix-target {
    display: none;
}

p.pdfButton {
    display: inline-block;
}

.landing-text {
    text-align: left;
    padding-top: 15px
}

.landing-form input {
    width: 100% !important;
    border: 0;
    color: #666;
    background: none;
    padding: 16px 0 16px 0;
    font-size: 18px;
    outline: 0;
    tap-highlight-color: transparent;
    touch-callout: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 0px !important;
}

.landing-form label {
    display: block;
    max-width: 100%;
    margin-bottom: 24px;
}

.landing-form .gform_fields li {
    list-style: none;
    position: relative;
}

.landing-form span.gfield_required {
    position: absolute;
    left: -19px;
    color: red;
}

.landing-form ul {
    padding: 0px;
}

.landing-form select {
    width: 100%;
    padding-left: 20px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    color: #666;
    margin: 25px 0px 0px;
    font-size: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95% 50% transparent;
}

.kc-landing {
    padding: 40px 0px;
}

.landing-form {
    background-color: #fafafa;
}

.landing-form .validation_error {
    color: red;
    padding-top: 10px;
}

#gform_submit_button_3 span {
    display: none;
}

#gform_submit_button_3:after {
    content: 'Download (PDF)';
}

.landing-form .button:hover {
    color: #0678d0;
    background: #fff;
    border: 1px solid #0678d0;
}

.landing-form .button {
    background: #0678d0;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* MEDIA QUERIES STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (min-width: 750px) {

    .container {
        width: 95%;
    }

    .courses a {
        background: #EBEBEB;
        border: none;
    }

    .courses a:hover {
        background: #EBEBEB;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    .courses li {
        width: 21%;
    }

}

/* Animation */

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

/* Stats */
/*
#stats{
    background-image: url(../images/curve1.png);
background-repeat: no-repeat;
background-position: center center;
padding:50px;
}
#features{
    background-image: url(../images/curve1.png);
background-repeat: no-repeat;
background-position: center center;
padding:50px;
}
#features{
    background-image: url(../images/curve4.png);
background-repeat: no-repeat;
background-position: center center;
padding:50px;
}
#features{
    background-image: url(../images/curve4.png);
background-repeat: no-repeat;
background-position: center center;
padding:50px;
}
*/
.yellow {
    color: #f9e009 !important;
}

.blue {
    color: #027cd4 !important;
}

.yellowbg {
    background: #f9e009 !important;
}

.bluebg {
    background: #0a5e9d !important;
}

/*#features .statsdiv {
    margin-top: 12%;
}
#stats, #features{position: relative;}
#stats{height: 600px;}
#stats .leftheadline {
    padding-top: 75%;
    padding-left: 10%;
}
.rightheadline {
    padding-top: 16%;
    text-align: right;
    padding-right: 10%;
}
#features{height: 600px;}
#stats .curveleft{height:700px;}
#features .curveright {
    height: 640px;
}
#stats .curveleft{    position: absolute;top: -100px;width:100%;}
#features .curveright{    position: absolute;top: 0px;right:0px;width:100%;}*/

.statsmain h2 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 15px;
}

.statsmain .text-center p {
    font-size: 22px;
    margin-bottom: 30px;
}

.statsmain .sbox p {
    font-size: 16px;
}

.secondFold p {
    color: #fff;
}

.sleft {
    float: left;
}

.sright {
    float: right;
}

.sbox img {
    padding-bottom: 20px;
}

.sbox {
    padding: 0px 20px;
    text-align: center;
}

.statsmain {
    padding: 20px 0 50px;
}

/* Archive */
.archivecnt ul li:first-child {
    padding: 0;
}

.archivecnt h2 {
    color: #0a5e9e;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    margin: 30px 0px 50px 15px;
    text-transform: uppercase;
}

.archivecnt ul li {
    color: #343434;
    display: block;
    padding: 80px 0 0 0;
    position: relative;
    list-style: none;
}

.archivecnt ul li.showcase::before {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 22%;
    position: absolute;
    top: 5px;
    display: block;
}

.archivecnt ul li .col-l {
    display: inline-block;
    vertical-align: top;
}

.archivecnt ul li .col-r {
    display: inline-block;
}

.archivecnt ul li h4 {
    font-size: 18px;
    line-height: normal;
    color: #636363;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}

.archivecnt ul li h4 a {
    color: #636363;
}

.archivecnt ul li h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #78af04;
    margin: 0 0 20px 0;
    padding: 0;
}

.archivecnt ul li p {
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    color: #595959;
    line-height: 22px;
}

#press-listing .col-l img {
    width: 82%;
}

.page-banner {
    background: url('../images/pageheader.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#casestudy {
    background: url('../images/pageheader.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
}

/*
#testimonials{
  background:url('../images/pageheader.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
*/
.bannerdiv {
    height: 96px;
    background: #0a5e9e;
}

@media only screen and (max-width: 768px) {
    .archivecnt ul li .col-l, .archivecnt ul li .col-r {
        display: block;
        width: 100%;
    }

    #press-listing {
        padding: 50px 0px 50px 0px;
    }

    .archivecnt ul li {
        padding: 40px 0 0 0;
    }

    #press-listing .col-l img {
        width: 60%;
        margin: 0 auto;
        display: -webkit-box;
    }

    #press-listing.showcaseMasked {
        padding-left: 0px !important;
    }

    .archivecnt ul li .col-l {
        margin-bottom: 10px;
    }

    .archivecnt ul li .col-l, .archivecnt ul li .col-r {
        display: block;
        width: 100%;
    }

    .archivecnt ul li:before {
        border-left: none;
    }

    .statsdiv > div {
        padding: 0;
    }

    .statsdiv p {
        min-height: unset !important;
    }

    .statsdiv p {
        min-height: 85px;
    }

    #Brandcards .item {
        padding: 0 60px 20px;
    }

    #brandcard h2.headline {
        margin: 10px 0 0;
    }

    .caseStudyRight {
        margin: 20px 0 !important;
    }

    .caseStudyLeft {
        margin: 50px 0 0 !important;
    }
}

/* Case Study */

#caseStudyCards,
#showcaseslider {
    background: #efefef
}

.cardInside {
    width: 90%;
    background-color: #fff;
    text-align: center;
    padding: 20px
}

#homecard {
    padding: 50px 0
}

.homecard {
    border: 1px solid #ccc;
    padding: 30px 20px 20px;
    background: #fff;
    margin: 40px;
    border-radius: 5px;
    text-align: center
}

.homecard p {
    font-size: 14px;
    line-height: 20px;
    height: 80px
}

.caseStudyDetail .mainlogo img {
    display: inline;
    width: 200px
}

.homecard a {
    margin-top: 20px !important
}

.logoHolder {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    vertical-align: middle;
    background-position: center center !important;
    background-size: 75% !important;
    border: 1px solid #ebebeb
}

.cardInside p {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 22px;
    padding: 10px 0
}

.cardInside a,
.homecard a {
    color: #015488;
    padding: 12px 25px;
    font-size: 14px;
    border: 1px solid #015488;
    border-radius: 5px;
    margin: 0 0 5px;
    display: inline-block;
    letter-spacing: 1px
}

.caseStudyDetail {
    padding: 0px;
}

.caseStudyLeft,
.fnav {
    font-family: RionaSans-Regular;
}

.statsBar {
    background-color: #fafafa;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1
}

.statsBar .stats {
    display: inline-block;
    width: 32%
}

.stats .stat {
    color: #0087c6;
    font-size: 30px;
    font-weight: 900
}

.stats .statText {
    color: #9d9d9d;
    font-size: 18px;
    line-height: 22px;
    width: 50%;
    margin: 10px auto 0
}

span.bar {
    display: inline-block;
    height: 60px;
    width: 1px;
    background-color: #ebebeb
}

.mainlogo {
    text-align: center;
    margin: 20px 0
}

#caseStudyCardsDetail {
    border: 1px solid #e3e3e3;
    border-top: 0 none;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.caseStudyDetail .caseTitle {
    color: #fff;
    font-size: 26px;
    background-color: #0088c7;
    font-weight: 700;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0
}

.cardInside {
    margin: 0 auto
}

#caseStudyCardsDetail .item .card:first-child {
    border-bottom: 1px solid #e3e3e3
}

#caseStudyCardsDetail .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: -47px;
    right: 25px
}

#caseStudyCardsDetail .owl-page span {
    background: #fff !important;
    width: 6px;
    height: 6px;
    border-color: #fff;
}

#caseStudyCardsDetail .owl-page.active span {
    background: #fdd922 !important;
    border-color: #fdd922;
}

#caseStudyCardsDetail .owl-pagination {
    position: absolute;
    top: -40px;
    right: 52px
}

#caseStudyCardsDetail .owl-buttons {
    position: absolute;
    top: -22px;
    right: 100px
}

#caseStudyCardsDetail .owl-buttons > div {
    opacity: 1;
}

#caseStudyCardsDetail.owl-carousel .owl-controls .owl-buttons .owl-next {
    margin-right: -76px;
}

#caseStudyCardsDetail.owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
    margin-left: -51px;
}

#caseStudyCardsDetail .owl-buttons > div > i {
    color: #fff;
    padding: 0 30px;
    font-size: 38px
}

.caseStudyLeft p iframe {
    margin: 3rem auto;
    width: 100%;
    padding: 0 19rem
}

.caseStudyLeft img {
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    width: 100%
}

.caseStudyLeft ol,
.caseStudyLeft ul {
    margin-bottom: 3rem
}

.caseStudyLeft ol li {
    font-size: 2rem;
    color: #777;
    font-weight: 500;
    list-style: decimal;
    margin-left: 1.5rem;
    margin-bottom: 1rem
}

.caseStudyLeft h1,
.caseStudyLeft h2,
.caseStudyLeft h3,
.caseStudyLeft h4,
.caseStudyLeft h5,
.caseStudyLeft h6 {
    color: #333;
    margin: 15px 0
}

.caseStudyLeft ul li {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin: 20px 10px;
    line-height: inherit
}

.caseStudyLeft {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #8f8f8f;
    margin: 50px 0
}

.caseStudyLeft b {
    color: #333
}

.caseStudyRight {
    margin: 80px 0;
    padding: 0 25%;
}

.caseStudyDetail .caseStudyRight {
    padding: 0;
}

.caseStudyLeft h1 {
    font-size: 32px;
    line-height: 38px
}

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

.caseStudyLeft h3 {
    font-size: 24px;
    line-height: 30px
}

.caseStudyLeft h4 {
    font-size: 20px;
    line-height: 26px
}

.caseStudyLeft h5 {
    font-size: 18px;
    line-height: 24px
}

.caseStudyLeft h6 {
    font-size: 14px;
    line-height: 20px
}

.caseStudyLeft dl {
    font-size: 2rem
}

.caseStudyLeft dl dt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #777
}

.caseStudyLeft dl dd {
    font-size: 1.8rem;
    font-weight: 300;
    color: #777
}

.caseStudyLeft form p {
    float: left;
    width: 100%
}

.caseStudyLeft .social-right {
    padding-top: 38px
}

.caseStudyLeft table {
    font-size: 1.6rem;
    border-collapse: collapse
}

.caseStudyLeft table,
td,
th {
    border: 1px solid #ccc;
    padding: 20px
}

.caseStudyLeft p {
    color: rgba(0, 0, 0, .8);
    letter-spacing: -.003em;
    font-size: 21px;
    line-height: 1.58;
    text-align: left !important;
    width: 100%;
    word-wrap: break-word
}

.caseStudyLeft ol {
    text-align: left;
    font-size: 18px;
    color: #777;
    padding: 0 0 0 58px
}

.caseStudyLeft ul {
    text-align: left;
    font-size: 21px;
    padding: 0 0 0 25px
}

.caseStudyLeft iframe {
    width: 100%;
    margin: 20px 0
}

.caseStudyLeftstrong {
    font-size: 20px;
    text-align: left
}

.fnav {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 18px 12px !important
}

a.questionMarker {
    display: block;
}

@media (max-width: 1020px) {
    .fnav {
        display: none !important
    }

    #trigger-overlay {
        display: block
    }
}

@media (max-width: 1024px) {
    .caseStudyRight {
        margin: 80px 0 !important;
        padding: 0 25% !important;
    }
}

@media (min-width: 1100px) {
    #knowledge-content .nav-tabs li {
        float: none;
    }

    #knowledge-content .nav-tabs li.active a:after {
        border-top-color: transparent !important;
    }

    #knowledge-content .nav-tabs li.active a:before {
        border-top-color: transparent !important;
    }

    #knowledge-content .nav-tabs li.active span {
        width: 10px;
        height: 10px;
        display: block;
        z-index: 99;
        position: absolute;
        top: 10px;
        right: -10px;
    }

    .active .arrow-right {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #f9df04;
    }
}

@media (max-width: 768px) {
    .stats .statText {
        color: #9d9d9d;
        font-size: 16px;
        line-height: 20px;
        width: 50%;
        margin: 10px auto 0
    }

    .homecard {
        margin: 50px
    }

    #caseStudyCards .owl-prev {
        left: 0 !important
    }

    #caseStudyCards .owl-next {
        right: 0 !important
    }

    span.bar {
        display: none
    }

    .statsBar .stats {
        display: inline-block;
        width: 100%;
        margin: 20px 0
    }

    .navbar-nav > li > a.register:hover {
        background: url(../images/contact-us-icon.png) 0 2px no-repeat !important
    }
}

.current-menu-item a,
.fnav:focus,
.fnav:hover {
    color: #fdd922
}

.mnav_1,
.mnav_5 {
    display: none !important
}

.sldr .imglogo {
    position: absolute;
    z-index: 9999;
    bottom: 50px;
    left: 40px;
    height: 100px
}

.sldr li {
    position: relative
}

.ctitle {
    position: absolute;
    top: 4%;
    z-index: 999;
    left: 20%;
    color: #fff;
    font-size: 28px;
    font-weight: 500
}

i.fa.fa-angle-left,
i.fa.fa-angle-right {
    color: #fff;
    font-size: 45px
}

.cardInside img,
.homecard img {
    display: inline;
    width: 80%
}

.cardInside a:hover,
.homecard a:hover {
    background-color: #015488;
    color: #fff
}

@media (min-width: 1400px) {
    div#owl-demo {
        display: none;
        margin-top: 10%
    }
}

@media (max-width: 1023px) {
    /*    .caseStudyLeft {
            margin: -35px 0
        }*/
    share-button .sb-social li {
        background-size: 70px !important;
        background-position: -13px -12px !important
    }

    #caseStudyCardsDetail .owl-pagination {
        display: none
    }

    #caseStudyCardsDetail .owl-buttons > div > i {
        padding: 0 10px
    }

    #caseStudyCardsDetail .owl-buttons {
        right: -12px

    }
}

/* Tabs */

.nav-tabs {
    border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
    color: #0a5e9e !important;
    background: #f9df04;
}

.nav-tabs > li > a {
    border: none;
    color: #fff;
    background: #0a5e9e;
    border-radius: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none;
    color: #0a5e9e !important;
    background: #f9df04;
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.nav-tabs > li.active > a:after, .nav-tabs > li.active > a:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.fliptab li a {
    font-size: 18px;
}

.nav-tabs > li.active > a:after {
    border-color: rgba(249, 223, 4, 0);
    border-top-color: #f9df04;
    border-width: 10px;
    margin-left: -10px;
}

.nav-tabs > li.active > a:before {
    border-color: rgba(249, 223, 4, 0);
    border-top-color: #f9df04;
    border-width: 11px;
    margin-left: -11px;
}

/* Article Detail Page */
.posttitle a {
    font-size: 22px;
    line-height: 32px;
}

/*=================styles of share icon=================*/
share-button {
    background: #0089c4 !important;
    font-family: 'RionaSans-Medium';
    color: #fff !important;
    padding: 5px 10px 5px 40px !important;
}

share-button:before {
    left: 17px;
    top: 5px;
    position: absolute;
    line-height: 1em;
    width: 20px;
    height: 17px;
    content: ' ';
    background: url(../images/share-icon.png) no-repeat !important;
}

.social-right {
    float: right;
}

.breadcrumbdiv {
    padding: 120px 0px 50px 0px;
}

.showcase-feature_image{
    padding: 200px 0px 50px 0px;
}

.showcase-banner {
    height:274px;
    background-repeat: no-repeat;
}

.showcase_cards .owl-prev {
    margin-left: -113px!important;
}
#caseStudyCardsDetail .showcase_cards .owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
    margin-left: -113px!important;
}

.breadcrumbdiv li {
    list-style: none;
    display: inline;
    font-size: 14px;
    color: #fff;
}

.breadcrumbdiv ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

/* Gravity Forms */
#field_1_3 {
    display: none !important;
}

.gform_fields li {
    list-style: none;
}

#field_1_3 {
    display: inline !important;
}

.ginput_container {
    display: inline;
}

.ginput_container input {
    width: 20%;
}

.ginput_container_select {
    display: inline;
}

#field_1_1, #field_1_4, #field_1_2, .ginput_container_text, .ginput_container_email {
    display: inline;
}

.ginput_container input {
    border: 0;
    color: #666;
    background: none;
    padding: 16px 0 16px 0;
    font-size: 18px;
    outline: 0;
    tap-highlight-color: transparent;
    touch-callout: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 20px 20px;
}

/*li#field_1_6, li#field_1_7 {
    width: 45%;
}*/
li#field_1_6, li#field_1_7 {
    display: inline-block;
    margin-top: 20px;
    width: 32%;
}

#field_1_6 .ginput_container_select, #field_1_7 .ginput_container_select {
    width: 90%;
    display: block;
    margin: 0 auto;
}

#field_1_6 label, #field_1_7 label {
    bottom: 8px !important;
}

#input_1_6, #input_1_7 {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    color: #666;
    font-size: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95% 50% #ffffff;
}

.f2bg #input_1_6, .f2bg #input_1_7 {
    background-color: #f2f2f2;
}

/*#input_1_7 {
    width: 32%;
}*/
.cs-select, .gform_fields, .gform_footer, .validation_error {
    text-align: center;
}

.cs-select label {
    font-size: 24px;
    color: #666;
}

#gform_submit_button_1 {
    background: #0678d0;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#gform_submit_button_1:hover {
    color: #0678d0;
    background: #fff;
    border: 1px solid #0678d0;
}

.ginput_container_select select#input_1_5 {
    margin: 20px 10px 20px 10px;
    border: 1px solid #111;
    background: transparent;
    width: auto;
    padding: 5px 35px 5px 5px;
    font-size: 18px;
    border: 1px solid transparent;
    height: 36px;
    color: #0678d0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-204-24.png) 96% / 12% no-repeat transparent;
}

/* gform placeholders*/
::-webkit-input-placeholder {
    color: #0678d0;
}

:-moz-placeholder {
    opacity: 1;
    color: #0678d0;
}

/* Firefox 18- */
::-moz-placeholder {
    opacity: 1;
    color: #0678d0;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #0678d0;
}

/* ie */
input:-moz-placeholder {
    color: #0678d0;
}

.validation_message {
    display: none;
}

.gfield_error input, .gfield_error select {
    border-bottom: 1px solid red !important;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width: 0\0
) {
    select {
        background: none;
        padding: 5px;
    }
}

}

/* Single Product Page */

.block {
    color: #fff;
    margin: 0 0 200px;
    padding: 20% 20px;
    text-align: center;
}

/*.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
    transform: skewY(-2.5deg);
    -webkit-transform: skewY(-2.5deg);
    -ms-transform: skewY(-2.5deg); /* IE 9 */
-o-transform:
skewY

(
-
2.5
deg

)
; /* Opera */
-moz-transform:
skewY

(
-
2.5
deg

)
; /* Firefox */

transform-origin:

0
%
0
;
-webkit-transform-origin:

0
%
0
;
-ms-transform-origin:

0
%
0
; /* IE 9 */
-o-transform-origin:

0
%
0
; /* Opera */
-moz-transform-origin:

0
%
0
; /* Firefox */

-webkit-backface-visibility: hidden

;
-webkit-perspective:

1000
;

outline:

1
px solid transparent

;
}
.edge--top--reverse:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top--reverse:after {
    bottom: 0;

    transform: skewY(2.5deg);
    -webkit-transform: skewY(2.5deg);
    -ms-transform: skewY(2.5deg); /* IE 9 */
    -o-transform: skewY(2.5deg); /* Opera */
    -moz-transform: skewY(2.5deg); /* Firefox */

    transform-origin: 0% 0;
    -webkit-transform-origin: 0% 0;
    -ms-transform-origin: 0% 0; /* IE 9 */
    -o-transform-origin: 0% 0; /* Opera */
    -moz-transform-origin: 0% 0; /* Firefox */

    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;

    outline: 1px solid transparent;

}

*

/

.edge--top--reverse2 {
    position: relative;
    z-index: 1;
}

.edge--top--reverse2:before {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top--reverse2:before {
    top: 0;
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.edge--top--reverse2:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.edge--top--reverse2:after {
    bottom: 0;
    -webkit-transform: skewY(2.5deg);
    transform: skewY(2.5deg);
    -webkit-transform-origin: 0% 0;
    transform-origin: 0% 0;
}

.left, .right {
    position: relative;
    height: 100px;
    width: 200px;
    background: #000;
    float: left;
}

.left:after {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 100px solid #000;
    border-bottom: 50px solid transparent;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    top: 0;
    right: -50px;
}

.right {
    margin-left: 60px;
    width: 100px;
}

.right:before {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 100px solid #000;
    border-left: 50px solid transparent;
    border-right: 0px solid #000;
    position: absolute;
    top: -50px;
    left: -50px;
}

.aright:before {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 304px solid #0a5e9d;
    border-left: 150px solid transparent;
    border-right: 0px solid #0a5e9d;
    position: absolute;
    top: -52px;
    left: -150px;
}

.rightcnt {
    background-color: #0a5e9d;
    height: 302px;
}

#banner button {
    color: #fff !important;
}

.blog-left-inner h1 {
    font-size: 32px;
    line-height: 40px;
}

/* FAQ */
#faq h3, #faq .aicon {
    display: inline;
    text-align: left;
    cursor: pointer;
    font-weight: normal;
}

.aicon span {
    font-size: 30px;
    padding: 2px;
    color: #0678d0;
    float: right;
}

.faqdiv {
    border: 1px solid #f2f2f2;
    padding: 20px;
    border-radius: 5px;
}

.accordionContent {
    border-top: 1px solid #f2f2f2;
}

/* Footer */
.section-footer {
    background: #373f48;
    color: #878B91;
}

footer h4 {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .088em;
    color: #D8DCDD;
    margin: 0px;
}

footer a {
    color: #878B91;
    transition: color .25s ease;
    font-size: 12px;
    line-height: 12px;
}

footer a:hover {
    color: #fff;
}

footer .footer-meta {
    padding: 35px 0px 0px 0px;
    background: #014069;
}

.icon-circle-twitter:hover {
    background: #55ACEE
}

.icon-circle-facebook:hover {
    background: #3B5998
}

.icon-circle-google:hover {
    background: #D21A10
}

.icon-circle-linkedin:hover {
    background: #0079B8
}

.icon-circle {
    background: transparent;
    color: #ccc;
    width: 32px;
    height: 32px;
    display: table;
    text-align: center;
    border-radius: 300px;
    -webkit-transition: all .35s ease;
}

footer li {
    list-style-type: none;
}

footer .socialicons li {
    list-style-type: none;
    float: left;
    padding: 0 5px;
}

footer #copyright {
    padding-top: 10px;
}

footer .footer-meta a, footer p {
    color: #ccc;
    font-size: 14px;
    margin-top: 6px;
    font-family: 'RionaSans-Regular';
}

footer h4 {
    color: #fdd922;
    font-family: 'RionaSans-Regular';
    font-weight: 300;
    margin-bottom: 8px;
}

footer p {
    font-size: 12px;
    line-height: 12px;
}

.contact-meta li {
    color: #878B91;
}

.contact-meta li a {
    color: #0088de;
}

.icon-circle .fa {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
}

.hr {
    border-top: 1px solid rgba(250, 218, 33, 0.14);
}

.footer_bottom {
    padding: 10px 15px;
}

.footer_bottom h4 {
    margin-bottom: 10px;
}

#social-links.list-inline li {
    margin: 0 0 0 3px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/************Danny Edits*************/
.navigation .btn-color-a.btn-center {
    text-transform: capitalize;
    color: #014068;
    font-size: 14px;
}

.owl-carousel .owl-controls .owl-page.active span {
    border: 3px solid #f8de03;
    transform: none !important;
}

/*.statsdiv p {
    width: 65%;
    margin: 0 auto;
    min-height: 55px;
}*/
.statsdiv h3 {
    font-weight: normal;
}

.readMoreBtn a {
    float: left;
}

.item .s-img {
    margin-top: -20px;
}

section#brands {
    background: #f2f2f2;
}

#product_form .headline {
    margin: 20px 0 15px;
}

#gform_1 .gfield_required {
    display: none;
}

div#gform_confirmation_message_1 {
    text-align: center;
    font-size: 120%;
    padding: 60px 0 0;
}

div#videoText {
    position: absolute;
    top: 25%;
    margin-left: 3%;
}

/* Ads Landing Page Styles*/
.testi p.white {
    font-style: italic;
    text-align: left;
}

.padding-30 {
    padding-top: 30px;
}

.logo-sec img {
    max-width: 100px;
}

.pos-relative {
    position: relative;
}

.margin-bottom-for-sec {
    margin-bottom: 20px !important;
}

.testi .yellow {
    text-align: left;
}

#gform_fields_4 .focusIn label, #gform_fields_4 > li.gfield_error label {
       bottom: 12px !important;
    font-size: 11px !important;
}

.form-land .gform_footer {
 padding: 35px 0px 45px;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 15px 0px 14px;
    border-color: #0678d0 transparent transparent transparent;
    left: 10%;
    bottom: -14px;
}

 .logo-sec {
    /* margin-top: 8px!important; */
    /* border-bottom: 1px solid rgb(243, 243, 243); */
    /* margin-bottom: 17px !important; */
    background: #f2f2f2;
    /* padding: 25px 30px 30px!important; */
    /* margin-top: 10px; */
    text-align: right;
    width: 100%;
    display: block;
    padding: 15px;
    padding-bottom: 43px;
}

.form-land select {
    outline: none;
    width: 100%;
    padding-left: 70px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    font-size: 16px;
    color: #fff;
    background: url(../images/arrow-white.png) 98% / 7% no-repeat transparent;
    background-position: 98% 6px;

}

.form-land form {
    margin-top: -13px;
}

.landing-width-fixed {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px !important;
    background-color: #f2f2f2
}

.left0 {
    padding-left: 0px;
}

.padding-b25 {
    padding-bottom: 25px !important;
}

.padding-b40 {
    padding-bottom: 40px !important;
}

.margin-t20 {
    margin-top: 20px !important;
}

.padding-t25 {
    padding-top: 25px;
}

.box-line {
    max-width: 75%;
    margin: 0px auto 0px;
}

.box-line-2 {
    max-width: 100%;
    margin: 0px auto;
    border: 1px solid #ddecf2;
    padding: 0px;
}

.padding-0 {
    padding: 0px;
}

.title-1 {
    font-size: 30px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: #0678d0;
    font-weight: 500;
}

.title-2 {
    color: #fff;
    margin: -12px 0px 15px;
    padding: 0;
    font-size: 21px;
    font-weight: 500;
    position: absolute;
    max-width: 178px;
    text-align: left;
    top: 40px;
    left: 40px;
}

.item:nth-child(odd) {
    clear: both;
}

.landing-width-fixed .gform_fields > li label {
    position: absolute;
    bottom: -10px;
    left: 20px;
    font-size: 16px;
    color: #fff;
    transition: .5s ease .1s all;
}

.form-land select option {

    color: #000;

}

.foot p#copyright {
    font-size: 12px;
    line-height: 12px;
    color: #ccc;
    margin: 0;
}

.foot {
    background-color: #014069;
    padding: 15px;
    text-align: center;

}

p.dark-text2 {
    font-style: inherit;
    text-align: left;
    font-size: 16px;
    color: #4e4e4e;
}

p.dark-text3 {
text-align: left;
    font-style: italic;
    font-size: 17px;
    color: #323232;
    margin-bottom: 40px;
}

.testi-content {
    padding: 20px 0px 20px;
}

h2.dark-text {
    margin-left: -34px;
    color: #016cb2;
    /*margin: 20px 0px 0px;*/
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 0px;
}

#our_partners h2.dark-text {
    padding-bottom: 10px !important;
        text-transform: uppercase;
        padding-left: 60px;
}

.form-header {
    width: 100%;
    padding: 20px 20px 0px;
    background-color: #4d939f;
    color: #fff;
    position: relative;
        text-align: center;
}

.form-land {
    padding: 0px 20px;
    background-color: #4d939f;
}

.form-header h5 {
    color: #fff;
    font-size: 19px;
    font-weight: lighter;
    margin: 0px;
}

.form-land .button {
    color: #fff;
    background: #4d939f;
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 0px;
}

.form-land .button:hover {
    color: #fff;
    background: #8bbdc8;
    border: 1px solid #8bbdc8;
    width: 100%;
    border-radius: 0px;
}

.landing-text-2 li {
    position: relative;
    line-height: 22px !important;
    margin: 0px !important;
    padding-left: 8px !important;
}

.fleft {
    float: left;
}

.form-land input {
    margin-top: 0px !important;
    padding-left: 10px;
    color: #fff;
    font-weight: normal;
    font-family: 'RionaSans-Regular';
    font-size: 16px;
    padding-left: 13px !important;
    padding-bottom: 3px;
    font-size: 14px;
}

.body-padding-30 {
    padding: 0px 0px 30px !important;
}

#gform_fields_4 > li:first-child label {
    /*position: static;*/
    /*margin-bottom: -20px;*/
    bottom: -10px !important;
    text-align: left;
}

#gform_fields_3 input:-webkit-autofill,
#gform_fields_3 input:-webkit-autofill:hover,
#gform_fields_3 input:-webkit-autofill:focus,
#gform_fields_3 input:-webkit-autofill:active {
    color: #666;
}

#gform_3 {
    padding-bottom: 40px !important;
}

#gform_submit_button_3 {
    margin-top: 20px !important;
}

#gform_fields_3 input:-webkit-autofill {
    /* use animation hack, if you have hard styled input */
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    /* if input has one color, and didn't have bg-image use shadow */
    -webkit-box-shadow: 0 0 0 1000px #fafafa inset;
    /* text color */
    /* font weigth */
    font-weight: 300 !important;
}

.form-land input:-webkit-autofill,
.form-land input:-webkit-autofill:hover,
.form-land input:-webkit-autofill:focus,
.form-land input:-webkit-autofill:active {
    /* use animation hack, if you have hard styled input */
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
    /* if input has one color, and didn't have bg-image use shadow */
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    /* text color */
    -webkit-text-fill-color: #fff;
    /* font weigth */
    font-weight: 300 !important;
}

.form-land input:-webkit-autofill {
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #332f2f inset !important;
}

/*.landing-text-2 li:before{content:"";width:25px;height:25px;border:1px solid #ccc;border-radius: 100%;display:inline-block;position: absolute;*/
/*left: -22px;*/
/*top: 5px;}*/
.landing-width-fixed#testimonials {
    background-color: #f8f8f8;
    padding-bottom: 30px;
}

section#our_partners {
    background-color: #fff;
    padding: 10px 30px;
    text-align: left;
}

h5.partner-texts {
    margin: 23px 0px;
    font-size: 19px;
    font-weight: normal;
    color: #0678d0;
}

landing-text p, .landing-text li {
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    /*margin: 0 0 10px;*/
    color: #666;
    /*padding: 20px;*/
    /* line-height: 25px; */
    /* font-size: 15px; */
    font-family: 'RionaSans-Regular';
    padding: 5px 0px;
}

.landing-text-2 p, .landing-text-2 li {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    color: #666;
    padding: 20px;
    /* line-height: 25px; */
    /* font-size: 15px; */
    font-family: 'RionaSans-Regular';
    padding: 8px 0px;
}

.landing-text-2 {
    text-align: left;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
img.blue-img {
    width: 100%;
    height: auto !important;
}
/*.landing-text-2 img {
    width: 100%;
    height: 93vh;
    object-fit: cover;
        max-height: 511px;
}*/

img.our_partners_img {
    width: 100%;
}

/*.form-land select option {*/
/*margin:40px;*/
/*background: rgba(0,0,0,0.3);*/
/*color:#ddd;*/
/*text-shadow:0 1px 0 rgba(0,0,0,0.4);*/
/*}*/

/******Ads Landing Styles ends here*******/

/**********Danny Edits***********/
.casestudies-slider .owl-prev {
    left: -100px !important;
    top: 20% !important;
}

.casestudies-slider .owl-next {
    right: -100px !important;
    top: 20% !important;
}

.casestudies-slider i.fa.fa-angle-left, .casestudies-slider i.fa.fa-angle-right {
    color: #999;
}

.homeresources-slider .owl-prev {
    left: -40px !important;
}

.homeresources-slider .owl-next {
    right: -40px !important;
}

#resources .container-fluid .row > div {
    overflow: hidden;
}

#input_1_5 option {
    font-size: 16px;
}

div#gform_wrapper_1 {
    margin-top: -25px;
}

#resources .headline {
    margin-top: 0;
    padding-top: 0;
}

.divheight {
    height: 400px;
    padding: 30px 0;
}

.divheightInside {
    padding: 0 40px;
}

header.header {
    position: fixed !important;
    top: 0;
    left: 0;
    background: transparent;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    /*    background-color: rgba(0,0,0,0.5) !important;*/
}

header.header.fixed {
    background: #027cd4;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    height: 64px;
}

.product-banner .tagline {
    line-height: 32px;
    font-size: 24px;
}

.brand_item .col-md-3 > p {
    margin-top: 15px;
}

#premium .container p.white {
    margin-left: 30px;
}

.stories_items ul li {
    font-size: 16px;
    color: #666;
    margin: 15px 0;
}

.storyItem {
    padding-left: 8%;
    padding-top: 3%;
}

.stories_items ul {
    padding-left: 30px;
}

.storyItemImage {
    padding: 50px 0 0 30px;
}

.ad_stats {
    text-align: center;
}

.ad_stats > .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: text-top;
    margin-left: -4px;
}

.ssbox p:last-child {
    min-height: 160px;
}

.casestudies-slider {
    overflow: hidden;
}

.rightheadline p {
    width: 80%;
    float: right;
}

ul#gform_fields_1 {
    margin-bottom: 30px;
}

.white {
    color: #f6f6f6;
}

.yellow {
    color: #f9df04;
}

.contentInside {
    margin: 0px;
    padding-left: 0px;
}

.contentInside .btn a {
    color: #fff;
}

#homePage .content-caption {
    padding: 0px 0px 0px 40px;
}

.home-slider .btn {
    margin-top: 20px;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder { /* Firefox 18- */
    color: #666;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

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

/*=============================  Media Query for Landscape Lock Mode ==========================*/
@media only screen and (min-width: 480px) and (max-width: 737px) and (min-aspect-ratio: 23 / 15) and (orientation: landscape) {
    .landscape {
        position: fixed;
        top: 0px;
        display: block !important;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 1);
        z-index: 999999;
        text-align: center;
        color: #fff;
        pointer-events: none;
        overflow: hidden;
        -webkit-overflow-scrolling: auto;
    }

    .landscape p {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        left: 0;
        right: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .landscape p img {
        width: 20px;
        position: relative;
        top: 3px;
    }

}

@media screen and (max-width: 1300px) {
    /******Home*****/
    .sbox {
        padding: 25px 0px;
    }

    .slide-headline {
        font-size: 46px;
        line-height: 56px;
    }

    .statsdiv p {
        min-height: 85px;
    }

    .statsmain h2 {
        font-size: 38px;
        line-height: 50px;
    }

    #stats .leftheadline {
        padding-top: 100%;
    }

    .item .s-img {
        margin-bottom: 20px;
    }

    .righthead {
        font-size: 36px;
    }

    .statsmain {
        padding: 20px 0 20px;
    }

    .brand_item img {
        margin-top: 15px;
    }

    .mraidImg {
        padding: 0 0 0 5% !important;
    }

    .section-padding.prodfeatLeft {
        padding-bottom: 20px;
    }

    .prodfeatRight {
        padding-bottom: 40px;
    }
}

@media all and (max-width: 991px) {
    .owl-buttons {
        display: none;
    }
    .box-line {
    max-width: 90%;
}
}
@media only screen and (max-width: 801px) {
    #features .curveright, #stats .curveleft, .rightimg {
        display: none
    }

    .features .featureitem img {
        padding-top: 50px
    }

    #faq .aicon, #faq h3 {
        font-size: 16px
    }

    .faqdiv {
        padding: 10px
    }

    .accordionContent p {
        font-size: 14px;
        line-height: 24px
    }

    .rightheadline p {
        width: 100%;
        text-align: left;
        clear: both
    }

    div#videoText {
        position: absolute;
        top: 35%;
        margin-left: 0
    }

    .slide-headline {
        font-size: 26px;
        line-height: 28px
    }

    .tagline {
        font-size: 18px
    }

    #readmore {
        margin: 0;
        font-size: 12px;
        padding: 2px 8px;
        width: auto
    }

    #premium .pull-right {
        float: none !important
    }

    .product-banner .tagline {
        line-height: 20px;
        font-size: 16px
    }

    #home-slider-section .contentInside {
        padding-left: 0 !important
    }

    #premium .pull-right img {
        padding-top: 20px
    }

    #banner h2, #brandads h2, .tcenter {
        text-align: center
    }

    .storyItemImage {
        padding-left: 60px;
        padding-top: 50px
    }

    .fullwidth-slider .item, .slidediv {
        height: 60vh
    }

    #homePage .content-caption {
        padding: 0 0 0 25px
    }

    .readMoreBtn a {
        float: none
    }

    .casestudies-slider .s-img p {
        text-align: center !important
    }

    .homeresources-slider .item a {
        clear: both;
        display: block
    }

    .ginput_container input {
        margin: 20px 0;
        width: 95%;
        padding: 16px 0 0px 0;
    }

    #gform_fields_1 > li label {
        bottom: 20px !important;
        font-size: 20px;
    }

    #gform_fields_1 .focusIn label, #gform_fields_1 > li.gfield_error label {
        bottom: 40px !important;
    }

    ul#gform_fields_1 {
        padding-left: 0;
    }

    .statsmain h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .nopad800 {
        padding: 0 !important;
    }

    #stats, #features {
        height: auto;
    }

    #features .statsdiv {
        margin-top: 4%;
    }

    #stats .leftheadline {
        padding: 15px 35px;
        background: #f8e008;
    }

    .rightheadline {
        text-align: left;
        padding: 15px 35px;
        background: #0678d0
    }

    .leftheadline h2 br, .leftheadline h2 br {
        display: none;
    }

    .leftheadline h2, .rightheadline h2 {
        margin-bottom: 5px;
    }

    .sbox {
        padding: 10px 0px;
    }

    .item .s-img {
        margin-top: 0px;
    }

    #field_1_1, #field_1_4, #field_1_2, #field_1_3, .ginput_container_text, .ginput_container_email {
        display: list-item !important;
    }

    .premiumResp {
        padding: 0 0 0 0;
        text-align: center;
    }

    .stories_items ul {
        display: inline-block;
        text-align: center;
    }

    .stories_items ul li {
        text-align: left;
        width: 40%;
        display: inline-block;
        margin-left: 30px;
        vertical-align: top;
    }

    .brandImage img {
        margin-left: 0 !important;
        width: 100%;
    }

    .section-padding {
        padding: 0%;
    }

    #productfeatures .pad30 {
        padding: 0;
    }

    .contentInside {
        padding-left: 25px !important
    }

    .prodPage {
        overflow: hidden;
    }

    .prodPage #product_form {
        padding: 0 25px;
    }

    .gform_footer.top_label {
        margin-bottom: 25px;
    }

    #owlhome.fullwidth-slider .item {
        height: 60vh;
    }

    .partners > div {
        margin-top: 20px;
    }

    .interstitial {
        padding: 0 !important;
    }

    .mraidImg img {
        margin: 0 auto;
    }

    .mraidImg {
        padding: 25px 0 !important;
    }

    .casestudies-slider .item .cimage {
        width: 50%;
    }

    .aicon {
        right: -25px !important;
    }

    ul#presentation {
        padding-left: 0;
    }

    .archivecnt ul li.showcase::before, .archivecnt ul li.showcasemasked::before {
        border: 0 none;
    }

    #presentation {
        padding-top: 40px;
    }

    li#field_1_6, li#field_1_7 {
        width: 95%;
    }

    #field_1_6 .ginput_container_select, #field_1_7 .ginput_container_select {
        width: 100%;
    }

    li#field_1_7 {
        margin-top: 40px;
    }
}
/*new*/
@media only screen and (max-width: 768px) {
  /*  .box-line {
    max-width: 100%;
}*/
/*.inner {
    position: absolute;
    top: 97px;
    right: 30px;
}*/
.title-2 {
    color: #fff;
    /* margin: -12px 0px 15px; */
    padding: 0;
    font-size: 21px;
    font-weight: 500;
    position: absolute;
   width: 94%;
    display: block;
    text-align: center;
    top: 40px;
    left: 15px;
    max-width: 100%;
}
}
@media only screen and (max-width: 750px) {
    .videoPlaceholder {
        display: none;
    }
}

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

    .fullwidth-slider .item, .slidediv {
        height: 80vh
    }

    .slide-headline {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px
    }

    #premium .fsafold1 .headline {
        text-align: center !important;
    }

    #brandads .section-padding {
        padding: 2% 25px !important;
    }

    .aicon {
        top: -6px !important;
    }

    .pdfImage {
        display: none !important;
    }

    ul#presentation {
        padding-top: 0px;
    }

    .archivecnt ul#presentation li {
        padding: 30px 0 0 0;
    }

    h1.header-headline {
        font-size: 28px;
        line-height: 32px;
    }

    .caseStudyRight {
        padding: 0px 15px;
    }

    .cardInside img {
        width: 60%;
    }

    .caseStudyRight {
        padding: 0 15px !important;
    }
}

@media only screen and (max-width: 420px) {
    #faq .aicon, #faq h3, .tagline {
        font-size: 14px
    }

    #branddiv .row {
        text-align: center
    }

    #branddiv .row .righthead {
        border: none
    }

    .contentInside {
        padding-top: 10px !important
    }

    .footer-meta .col-xs-3 {
        width: 50%
    }

    #readmore {
        margin: 0;
        font-size: 12px;
        padding: 2px 8px;
        width: auto
    }

    .home-slider .btn {
        margin-top: 10px
    }

    .contentInside {
        margin: 0;
        padding: 0
    }

    .contentInside .btn a {
        font-size: 14px;
        line-height: 16px
    }

    .content-caption {
        padding: 40px 0 0 !important
    }

    .statsmain h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .stories_items ul li {
        width: 90%;
    }

    .features .featureitem img {
        padding-top: 15px;
    }

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

@media only screen and (max-width: 350px) {
    .archivecnt {
        padding: 0;
    }
}

#premium {
    background-color: #f6f6f6;
}

#premium .section-padding {
    padding: 1% 2% 0 2%;
}

#brandstories .section-padding {
    padding: 3% 2% 0;
}

#brandstories .section-padding.ads {
    padding: 3% 2% 3%;
}

.brandImage img {
    margin-left: -80px;
}

/*.icon-checkbox:before {
    content: "\e901";
    color: #0678d0;
    font-size: 30px;
}
.icon-laptop:before {
    content: "\e902";
    color: #0678d0;
    font-size: 30px;
    position: absolute;
    left: 48px;
    top: 10px;
}
.icon-phone:before {
    content: "\e903";
    color: #0678d0;
    font-size: 30px;
    position: absolute;
    left: 48px;
    top: 10px;
}
.icon-bullet:before {
    content: "\e900";
    color: #0678d0;
    font-size: 30px;
    position: absolute;
    left: -35px;
    top: -4px;
}*/
.icon-bullet {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    display: block;
    top: 1px;
    position: absolute;
    left: -30px;
}

.stories_items ul li {
    list-style: none;
    position: relative;
}

#brandads .section-padding {
    padding: 2% 0;
}

.paddertop {
    padding-top: 150px;
}

.iconIn p {
    margin-top: 20px;
}

.iconIn {
    padding: 30px 0 0;
}

.tableHead {
    border-radius: 5px 5px 0px 0;
}

.tableHead > div {
    color: #fff;
    font-size: 18px;
    padding: 15px 0px;
}

.borderLeft {
    border-left: 1px solid #bcbcbc;
}

.tableContent li, .tableFooter li {
    list-style: none;
}

.tableFooter li {
    display: inline-block;
}

.tableContent, .tableFooter {
    border: 1px solid #bcbcbc;
    margin: 0;
    margin-left: 4px !important;
    background-color: #fff;
}

.tableFooter {
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}

.titleTable, .titleTableIcon {
    padding: 15px 0;
}

.titleTable {
    text-align: left;
    padding-left: 80px;
    font-size: 14px;
}

.textBold {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #323232 !important;
    padding-left: 44px;
}

.tableFooter li {
    color: #0678d0;
}

#testimonials {
    background-color: #027cd4;
    padding-bottom: 30px;
}

.features br {
    line-height: 35px;
}

#banner {
    background-color: #027cd4;
    padding: 30px 0px;
}

#banner p {
    color: #fff;
}

#showcase {
    padding-bottom: 30px;
}

.iconIn:nth-child(5) {
    display: none;
}

.nextSection {
    position: absolute;
    width: 100%;
    bottom: 15%;
    text-align: center;
    z-index: 9999;
}

.nextSection i {
    font-size: 50px;
    color: #fff;
}

#stats .row, #features .row {
    overflow: hidden;
}

#showcase .owl-carousel:hover .owl-controls .owl-buttons .owl-prev {
    margin-left: 85px;
}

#showcase .owl-carousel:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 85px;
}

ul#press-listing {
    padding-right: 0;
    padding-left: 0;
}

#home-slider-section .owl-controls .owl-pagination {
    bottom: 10px;
}

.blogIcon {
    padding: 10px 0;
}

img.imageScroll {
    position: absolute;
    left: 26px;
    top: 41px;
}

/* Responsive */
#resources .homeresources-slider .item a {
    clear: both;
    display: block
}

.landscape {
    display: none;
}

#gform_fields_1 > li {
    position: relative;
}

#gform_fields_1 > li:first-child label {
    position: static;
}

#gform_fields_1 > li label {
    position: absolute;
    bottom: -10px;
    left: 20px;
    font-size: 18px;
    color: #666;
    transition: .5s ease .1s all;
}

#gform_fields_3 > li label {
    position: absolute;
    bottom: -10px;
    left: 20px;
    font-size: 18px;
    color: #666;
    transition: .5s ease .1s all;
}

.focusIn label, li.gfield_error label {
    font-size: 14px !important;
    color: #027cd4 !important;
    bottom: 12px !important;
    transition: .5s ease .1s all;
}

.form-land .focusIn label, li.gfield_error label {
    color: #fff !important;
}

.secondFold h3 {
    color: #fff;
}

.rightimg.gifImage {
    margin-top: -50px;
}

.rightimg.anim {
    margin-top: 30px;
}

.statsdiv {
    text-align: center;
}

.gapper {
    min-height: 60px;
}

.interstitial {
    padding: 12% 0 0 10%;
}

#mraid .section-padding {
    padding: 3% 0;
}

.mraidImg {
    padding: 0 0 0 15%;
}

#mar_stats {
    background-color: #dedede;
}

.fsafold1 {
    padding: 8% 0% 0%;
}

.fsafold1 .headline {
    text-align: left !important;
}

.fsafold2 {
    padding: 60px 20px 20px 50px;
}

.faqdiv {
    padding-right: 30px;
}

.accordionButton h3 {
    position: relative;
    width: 100%;
    display: inline-block !important;
    margin-bottom: 0;
    line-height: 22px;
}

.aicon {
    position: absolute;
    right: 4px;
    top: 0%;
}

select::-ms-expand {
    display: none;
}

/* Writtern by Srinivasan */

/* FAQ style here */
#faq-content {
    padding: 0px;
}

#faq-content .panel-group {
    margin: 0px;
    padding: 25px 0;
}

#faq-content .panel-group p,
#faq-content .panel-group li {
    color: #666666;
    font-size: 13px;
    margin: 0;
}

#faq-content .panel-group .panel {
    box-shadow: none;
    border-color: #e8e8e8;
}

#faq-content .panel-group .panel + .panel {
    margin-top: 15px;
}

#faq-content .panel-heading {
    background: #fff;
    padding: 16px 25px 15px 25px;
}

#faq-content .collapse {
    /* padding: 0 25px; */
}

#faq-content .panel-title a {
    position: relative;
    color: #027cd4;
    display: block;
    width: 100%;
    padding-right: 27px;
}

#faq-content .panel-title a:focus {
    text-decoration: none;
}

/* arrow with animation */
#faq-content .panel-title a::before,
#faq-content .panel-title a::after {
    content: '';
    position: absolute;
    top: 11px;
    margin-top: -1px;
    height: 2px;
    width: 13px;
    background: #027cd4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
}

#faq-content .panel-title a::before {
    right: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#faq-content .panel-title a::after {
    right: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#faq-content .panel-title a[aria-expanded="true"]::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#faq-content .panel-title a[aria-expanded="true"]::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* arrow animation end here */

#faq-content .panel-body {
    border: none;
    padding: 0px 25px 20px 25px;
}

#faq-content .wrap-panel-content {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

#faq-content .panel-body ul {
    padding: 0px;
    margin: 0;
}

/* FAQ style end here */

/* Knowledge page style */
#knowledge-content {
    padding: 20px 0;
}

#knowledge-content .midle-wrapper {
    text-align: center;
}

#knowledge-content .nav {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 40px;
    padding: 0;
}

#knowledge-content .nav li a {
    margin: 0;
    background: #eee;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    color: #323232;
    font-size: 13px;
    font-family: 'RionaSans-Regular';
    font-weight: 400;
    padding-left: 25px;
}

#knowledge-content .nav li.active a {
    margin: 0px;
    color: #fff !important;
    background: #027cd4;
}

#knowledge-content .nav li.active a:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    left: -10px;
    top: -2px;
    border-width: 0;
    margin: 0;
}

#knowledge-content .thumbnail {
    border-color: #e8e8e8;
}

#knowledge-content .thumbnail h3 {
    margin-bottom: 0px;
}

#knowledge-content .thumbnail h3 a {
    font-size: 21px;
    line-height: 32px;
    color: #0678d0;
    font-weight: 400;
}

#knowledge-content .thumbnail p a:focus {
    text-decoration: none;
}

#knowledge-content .left-nws a {
    display: block;
    font-size: 21px;
    line-height: 32px;
    color: #0678d0;
}

.gform_submit_button_1 {
    background: #0678d0;
    color: #fff !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#knowledge-content .thumbnail a.btn-md {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#knowledge-content .thumbnail a:first-child {
    color: #014068;
}

#knowledge-content .thumbnail a:last-child {
    color: #fff;
}

.btn-color-b {
    background: #0678d0;
    color: white;
}

.btn-color-b:hover {
    text-decoration: none;
    background: #0678d0;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    transition: 300ms linear;
}

.btn-md.gform_submit_button_1:focus,
.btn-md.gform_submit_button_1:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-opacity: 0.8;
    transition: 300ms linear;
}

#knowledge-content .left-nws {
    margin-bottom: 15px;
    float: none;
    margin: 0 auto;
}

#knowledge-content .right-nws {
    text-align: left;
}

#knowledge-content .tab-content {
    padding: 0px;
}

.newsletterModal .modal-dialog {
    margin-top: 80px;
}

.newsletterModal .close,
.newsletterModal .close:hover,
.newsletterModal .close:focus {
    outline: none;
}

.newsletterModal .close {
    font-size: 28px;
}

.newsletterModal .modal-title {
    text-transform: uppercase;
}

.newsletter {
    width: 50%;
    float: left;
    margin-top: 75px;
}

.newsletter:first-child {
    width: 100%;
    margin-bottom: 25px;
    float: left;
    margin-top: 30px;
}

/* Knowledge page style end */

.showcaseMasked {
    display: none;
    border-top: 1px solid #e5e5e5;
    padding-left: 255px !important;
    padding-top: 30px;
}

#masked {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

#masked span {
    text-align: center;
    background-color: #027cd4;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
}

.videoButton {
    text-align: center;
    margin-top: 30px;
}

.videoPop {
    width: 100%;
}

.popVideo .modal-header {
    height: 50px;
}

#testimonials video {
    width: 100%;
}

#testimonials p.white {
    font-style: italic;
}

.center {
    display: block;
    margin: 0 auto;
}

#videoShowcase {
    padding: 5% 0px;
}

.archivecnt ul#presentation li {
    display: inline-flex;
}

.archivecnt ul#presentation li.showcase::before {
    left: 25%;
    top: 0;
}

ul#presentation li.showcase {
    text-align: left;
}

.pdfButton a {
    padding: 5px 20px;
    margin-right: 10px;
    background-color: #fdd922 !important;
    color: #014068 !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.eachQuestion {
    position: relative;
}

.answerList p.nlt-ques {
    font-weight: 600;
    margin-top: 20px;
}

/************FAQ Page***************/

section#nlts-faq .nlt-tabs h2 {
    color: #e9b520;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 20%;
    padding-bottom: 2%;
}

section#nlts-faq .nlt-tabs h2:before {
    width: 3px;
    height: 19px;
    content: '';
    color: #e9b520;
    background: #e9b520;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

section#nlts-faq .nlt-tabs h2 {
    color: #027cd4;
    padding-top: 8%;
}

section#nlts-faq .nlt-tabs h2:before {
    background: #0e96ad;
}

section#nlts-faq .nlt-tabs h2 span {
    display: block;
}

section#nlts-faq .nlt-tabs h2 {
    text-align: left;
    padding-top: 4%;
}

section#nlts-faq .nlt-tabs select {
    display: none;
    width: 90%;
    margin: 20px auto;
    padding: 10px;
    font-size: 16px;
}

section#nlts-faq .nlt-tabs ul.nlt-cat {
    background: #EEE;
    padding-left: 0;
}

section#nlts-faq .nlt-tabs ul.nlt-cat li {
    list-style: none;
    padding: 10px 25px;
    border-bottom: 1px solid #CCC;
    cursor: pointer;
    text-transform: capitalize;
}

section#nlts-faq .nlt-tabs ul.nlt-cat li.active {
    background: #027cd4;
    color: #FFF;
    padding-left: 25px;
}

section#nlts-faq .nlt-tabs ul.nlt-cat li.active:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #FFF;
    border-radius: 50%;
    position: relative;
    left: -10px;
    top: -2px;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails {
    background: #fff;
    /*  overflow-y: scroll;
  min-height: 400px;*/
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li {
    display: none;
    position: relative;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li h2 {
    font-size: 18px;
    text-align: left;
    padding-top: 0%;
    padding-bottom: 2%;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li h2:before {
    height: 16px;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa {
    color: #FFF;
    padding-left: 0;
    padding-bottom: 3%;
    padding-right: 3%;
    padding-left: 20px;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li {
    list-style: none;
    display: block;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li .nlt-ques {
    margin-bottom: 2%;
    cursor: pointer;
    font-weight: 600;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li .nlt-ques span {
    margin-right: 1%;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li .nlt-answ {
    display: none;
    padding-left: 3%;
    font-weight: 300;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li.active .nlt-ques {
    color: #666;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li.active .nlt-answ {
    display: block;
    margin-bottom: 3%;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li.tabbed {
    display: block;
}

.faqBlock {
    margin: 50px auto;
    display: -webkit-box;
}

#nlts-faq .icon-bullet {
    left: -20px;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li {
    list-style: none;
}

section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa {
    padding-left: 25px;
}

#nlts-faq .icon-bullet {
    left: -25px;
}

.answerList {
    padding: 0 40px;
}

.blog-right-inner {
    padding-left: 30px;
}

.blog-right-inner ul {
    list-style: none;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    border-radius: 0px 0px 5px 5px;
}

.blog-right-inner li {
    padding: 15px 0 5px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-right-inner li:last-child {
    border-bottom: 0 none;
}

.blog-right-inner li a {
    font-size: 16px;
    display: block;
}

.blog-right-inner h3 {
    background-color: #0678d0;
    color: #fff;
    padding: 8px 15px;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
}

.img-container {
    width: 100%;
    height: 300px;
    background-size: cover;
}

.newsletterModal .modal-dialog {
    width: 80%;
    margin: 0 auto;
}

.newsletterModal ul {
    padding: 0;
}

.newsletterModal ul li {
    list-style: none;
    text-align: center;
    display: flex;
}

.newsletterModal ul li a {
    margin: 0 auto;
}

.newsletterModal {
    z-index: 9999;
    margin: 75px 0 0;
}

#directresponse {
    background-color: #f6f6f6 !important;
}

#directresponse .section-padding {
    padding: 1% 2% 0 2%;
}

#showcase .owl-carousel .owl-controls .owl-buttons .owl-prev, #showcase .owl-carousel .owl-controls .owl-buttons .owl-next {
    top: 25% !important;
}

/* ===== 1281px ===== */

@media all and (max-width: 1281px) {
    section#nlts-faq .nlt-tabs h2 {
        padding-top: 10%;
        padding-bottom: 3%;
    }

    /*Ads Landing Page*/
    .form-land select {

        background: url(../images/arrow-white.png) 16% / 3% no-repeat transparent;
        background-position: 98% 6px;
    }

    .landing-text-2 {
        padding-left: 0;
    }

    .left0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .landing-text-2 p {
        padding: 20px;
    }
}

/*Mobile Responsive for below 991px*/
@media (max-width: 991px) {

}

/* ===== 768px ===== */

@media all and (max-width: 768px) {
    /*.new-responsive #owlhome.fullwidth-slider .item {*/
    /*height: 32vh !important;*/
    /*background-size: 100%;*/
    /*}*/
    /*.new-responsive .owl-carousel .owl-item {*/
    /*float: left;*/
    /*height: 32vh;*/
    /*}*/
    section#nlts-faq .nlt-tabs {
        padding: 3% 5%;
    }

    section#nlts-faq .nlt-tabs h2 {
        padding-top: 25%;
    }
}

/*Mobile Responsive for below 480p*/
@media all and (max-width: 480px) {
    .width480-100{width: 100%;}
    span.new-sub {
    font-size: 19px;}
    h1.new-title {
    margin-bottom: 0px;
    font-size: 38px;}
   /* .inner {
    position: absolute;
    top: 108px;
    left: 25px;
    width: 88%;*/
}
.form-land {
    padding: 0px 20px;
    background-color: #4d939f;
    min-width: 87%;
}
/*.landing-text-2 img {
    width: 100%;
    height: 94vh;
    object-fit: cover;
    max-height: 631px;
}*/
    /*.new-responsive.owl-carousel .owl-item {*/
    /*height: 24vh;*/
    /*}*/
    /*.owl-carousel .owl-item {*/
    /*float: left;*/
    /*height: 32vh !important;*/
    /*}*/
    .full-intro .header {
        background-color: transparent;
    }
    /*.new-responsive #owlhome.fullwidth-slider .item {*/
    /*height: 40vh !important;*/
    /*background-size: 100%;*/
    /*}*/
    /*.logo a img {*/
    /*position: absolute;*/
    /*width: 47px;*/
    /*}*/
    .new-responsive .owl-pagination {
        bottom: 0px !important;
    }

    .new-responsive #owlhome.fullwidth-slider .item {
        height: auto !important;
        background-size: 100%;
        margin-top: 64px;
    }
}

/* ===== 414px ===== */

@media all and (max-width: 414px) {
    .title-2 {
    color: #fff;
    /* margin: -12px 0px 15px; */
    padding: 0;
    font-size: 19px;
    font-weight: 500;
    position: absolute;
    width: 93%;
    display: block;
    text-align: center;
    top: 40px;
    left: 15px;
    max-width: 100%;
}
/*.inner {
    position: absolute;
    top: 108px;
    left: 15px;
    width: 92%;
}*/
/*.landing-text-2 img {
    max-height: 646px;
}*/
    section#nlts-faq .nlt-tabs h2 {
        padding-top: 15%;
    }

    section#nlts-faq .nlt-tabs ul.nlt-cat {
        display: none;
    }

    section#nlts-faq .nlt-tabs ul.nlt-catdetails {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 10px;
    }

    section#nlts-faq .nlt-tabs ul.nlt-catdetails li h2 {
        padding-bottom: 3%;
    }

    section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li .nlt-ques span {
        float: left;
        margin-bottom: 1%;
        margin-top: 1%;
    }

    section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li .nlt-answ {
        padding-left: 7.5%;
    }

    section#nlts-faq .nlt-tabs ul.nlt-catdetails li ul.nlt-qa li.active .nlt-ques {
        font-weight: 700;
    }

    section#nlts-faq .nlt-tabs select {
        display: block;
    }
   /* .landing-text-2 img {
    width: 100%;
    height: 106vh;}*/
    .box-line {
   
    border: 4px solid #e6e6e6;
  
}
.testi {
    padding-left: 23px;
    padding-right: 0px;
}
.landing-text {
    padding: 0px;
}}
@media all and (max-width: 360px) {
/*    .inner {
    position: absolute;
    top: 108px;
    left: 8px;
    width: 95%;
}*/
.form-land .gform_footer {
    padding: 17px 0px 31px;
}
h1.new-title {
    margin-bottom: 0px;
    font-size: 26px;
}}

/*Mobile Responsive for below 320p*/
@media all and (max-width: 320px) {
    /*.new-responsive #owlhome.fullwidth-slider .item {*/
    /*height: 38vh !important;*/
    /*}*/
    /*.owl-carousel .owl-item {*/
    /*height: 28vh !important;*/
    /*}*/
}
