body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'PT Sans', sans-serif;
    color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    color: #333;
}

h2 {
    font-size: 1.8rem;
}

h1.header {
    font-size: 2rem;
}

/*.navigation {
    position: fixed;  
    background: #b9131a;    
    background: -moz-linear-gradient(top, #b9131a 0%, #d63545 100%);   
    background: -webkit-linear-gradient(top, #b9131a 0%, #d63545 100%);    
    background: linear-gradient(to bottom, #b9131a 0%, #d63545 100%);    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9131a', endColorstr='#d63545', GradientType=0);    
    z-index: 500;
}*/


.lead{
        font-size: 1.15rem
}
.navigation {
    position: fixed;
    background: #fff;
    z-index: 500;
    border-bottom: 1px solid #f4f4f4;
    /* top: 27px; */
}

footer h6,footer h4{
    color: #fff;
}

.nav-link {
    font-size: 15px;
    color: #555;
    padding: 15px 20px !important;
    font-weight:600;
}

.nav-item {
    position: relative;
}

.nav-item.active a::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 70%;
    background: #B9131A;
    bottom: 10px;
    left: 16%;
}

.nav-item.active a {
    font-weight: 600;
}

.nav-item a:hover {
    color: #B9131A;
}

.calltoaction {
    background-color: #B9131A;
    /*background-color: #3C3F4C;*/
    /*border-color: #000;*/
    border-radius: 30px;
    padding: 12px 25px !important;

}

.btn-danger{
    background-color: #B9131A;
}

.w-60{
    /* width: 60% !important; */
}



.hide {
    display: none;
}

.usp {
    display: flex;
    margin-bottom: 15px;
}

.usp:last-child {
    margin-bottom: 0;
}

.usp .iconHolder {
    margin: 5px 20px;
}

.usp .contentHolder p {
    margin-bottom: 0;

}

.contentHolder img {
    width: 25px;
    float: left;
    margin-right: 15px;
    margin-bottom: 1px;
    margin-top: 4px;
}

.usp .contentHolder {
    position: relative;
    width: 100%;
}

.usp .contentHolder p {
    vertical-align: middle;
}

.usp .contentHolder small {
    text-transform: uppercase;
}

.usp .contentHolder .heading {
    font-weight: 400;
    font-size: 16px;
    margin-top: 1px;
}

.smallHeader{

    font-size:17px;
}

.contentHolder i {
    position: absolute;
    margin-left: -25px;
    color: #44bfc1;
    font-size: 11px;
    margin-top: 3px;
}

.contentUsp .usp {
    padding: 7px 5px 7px 0px;

}

.contentUsp,
.editorEmbed {
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    border-radius: 10px;
}

.editorEmbed {
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
    border-radius: 10px;
    padding: 20px;
    background-color: #272822;
}

.usp .contentHolder .desc {

    font-size: 14px;
}

h1.svgText::after {
    content: '';
    height: 7px;
    width: 100px;
    background: #44bfc1;
    position: absolute;
    left: 29px;
    margin-top: -15px;
    animation: widthAnimation 3s;
    animation-fill-mode: forwards;
}

.jumbo {
    background: #fafafa;
    /* padding: 20px 25px !important;*/
    overflow: hidden;
    margin-top: -68px;
    height: 100vh;

}

.text-white {
    color: #fff;
}

header p.lead{
    /* color:#b9131a; */
}

.w-75{
    width: 75% !important;
}

.addBg {
    /*background-image: url(../images/bg-new.png);
    background-size: 99%;
    background-position: 175% 87%;
    background-repeat: no-repeat;*/
    background-image: url(../images/try.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: right;
    /*      position: relative;*/

    /*  background-image: linear-gradient(162deg,#ccc,#fcfcfc);*/
    padding: 50px 25px 0 25px !important;
    /* background-size: cover;       
    background-position: initial;*/
}

.carousel-inner {
    background-image: url(../images/znn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.container-fluid.jumbo.addBg.white {
    /*background-image: url(../images/bg-new.png);
    background-size: 99%;
    background-position: 175% 87%;
    background-repeat: no-repeat;*/
    /* background-image: url(../images/trythis.jpg); */

    background-image: linear-gradient(162deg, #fff, #fcfcfc) !important;
    padding: 50px 25px !important;
    /* background-size: cover;       
    background-position: initial;*/
}


.editorEmbed> ::-webkit-scrollbar {
    width: 8px;
    background-color: #666;
    border-radius: 10px;
}

.editorEmbed> ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.editorEmbed> ::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.zeroPadding {
    padding-left: 0;
    padding-right: 0;
}

.navFixed {

    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9;

}

.content {
    /*padding: 180px 15px 10px 15px;*/
}

.contentAwards {
    padding: 30px 25px;
    margin: 0 15px 0 15px;
    box-shadow: 0 3px 6px #0000001f;
}

.flexbox-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98vh
}

.contentSecondary {
    padding: 110px 15px 50px 15px;
}

.contentEditor {
    padding: 110px 15px 30px 15px;
}


/*.mainPageHeaderDefault::after{
  content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    background: #44BFC1;
    left: 0;
    margin-top: -50px;
}


.mainPageHeaderDefaults::after{
  content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    background: #44BFC1;
    left: 30px;
    margin-top: -20px;
}

.mainPageHeaderSecond::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    background: #44BFC1;
    left: 30px;
    margin-top: -20px; 
}
.mainPageHeader::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    background: #44BFC1;
    left: 30px;
    margin-top: -50px;
}*/


.mememberImage img {
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px #0000001f;
}

.prdImage {
    padding: 10px;
    box-shadow: 0 3px 6px #0000001f;
    margin-bottom: 15px;
    border-radius: 5px;
}

.contentUsp {
    margin-top: 70px;
    padding: 40px;
    background-color: #272822;
    color: #fff;
}

.contentThird {
    padding: 10px 0;
}


.contentPages {
    padding: 60px 15px 30px 15px;
}

.contentBody {
    padding: 30px 15px;
    font-size: 15px;
}

.reducePaddingContent {
    padding: 15px 35px 40px 35px;
}

.blankDiv {
    width: 350px;
    height: 350px;
    background-color: #C8C8C8;
    position: absolute;
    right: 100px;
    bottom: 0px;
}

.blankDivImage {
    width: 350px;
    height: 350px;
    background-image: url(../images/usp.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 130px;
    bottom: 29px;
    box-shadow: 0 3px 6px #767676;
}

.dots {
    position: absolute;
    right: 110px;
    margin-top: 27px;
}

.showResponse {
    background-color: #B9131A;
    border-color: #bd2130;
}

.showResponse:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.contentThird .col .specialIconHolder {
    background-color: #fff;

    box-shadow: 0 3px 6px #0000001f;
    padding: 0 20px;
    height: 150px;
    color: #000;
    border-radius: 10px;
}

.iconHolderBg {
    padding: 15px 20px 0 20px;
    width: 65px;
    margin-left: -20px;
    margin-bottom: 5px;
}

.orange-bg {
    background-color: #FD6901;
}

.blue-bg {
    background-color: #44BFC1;
}

.img-fluid-custom {
    width: 30px;
}

.count {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
    color: #B9131A;
}

.newcount {
    color: #B9131A;
}

.smallDesc {
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px !important;
    margin-bottom: 0;
}


.background-white {
    background-color: #fff;
    padding: 25px 30px 15px 30px;
    margin-top: 20px;
    box-shadow: 0 3px 6px #0000001f;
    border-radius: 10px;
}

.col-md-6.bg-grey {
    background: #EFEFEF;
    position: relative;
}

.col-md-6.bg-lightgrey {
    background: #e5e5e5;
}

.membContainer {
    min-height: 386px;
}


.addSpacingLinks a {
    margin-right: 10px;
}

.membContainer img {
    width: 70px;
}

.products .col {
    /*margin:10px 0;*/
    border-bottom: 1px solid #f6f9fc;
}

.products .col:first-child {
    border-right: 1px solid #f6f9fc;

}

.redR {
    border-right: 1px solid #900 !important;

}

.redb {
    border-bottom: 1px solid #900 !important;
}

/*.owl-nav {
    position: absolute;
    right: -65px;
    bottom: -100px;
}

.owl-carousel .item p {
    margin-bottom: 30px;
}

.owl-carousel .item p b {
    display: block;
}


.owl-dots {
    text-align: left !important;
    margin-top: 23px !important;
}

.articles .owl-dots {
    text-align: center !important;
}

.bg-grey .owl-nav button {
    background: #44bfc1 !important;
    color: #fff !important;
    width: 35px;
    padding-bottom: 16px !important;
    height: 35px;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 40px !important;
    padding-top: 0 !important;
    line-height: 0 !important;
}*/






.lightred {
    color: #B9131A;
    font-weight: 300;
}

.carouselHeader {
    font-size: 23px;
}

.carouselHeader small {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    display: block;
    margin-top: 5px;
}


.award {
    width: 75px !important;
    display: inline !important;

}

.contentCarousel {
    padding: 0 15px;
}

.awardsList {
    display: flex;
    /* width:61vw; */
}

.memberList {
    display: flex;
    width: 61vw;
    color: #44bfc1;
}

.memberList img {
    width: 100px !important;
}


.awardsList.partenerships {
    display: block;
}

.awardsList span:first-child {
    margin-top: 5px;
}
.awardsList span{
    display: block;
    font-size:13px;
}

.statHolder {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 50px;
    color: #B9131A;

}

.statHolder.cstm {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 25px;
    color: #B9131A;
    line-height: 1.4em;
}

.statHolder p {
    margin: 0 20px 25px 20px;
    /*font-weight: 300;*/
    padding: 10px 25px;
    /*background-color: #fcfcfc;*/
}

.statHolder small {
    display: block;
    color: #333;
    font-size: 17px;
    margin-top: -10px;
}

.awardsList div {
    box-shadow: 0 3px 6px #0000001f;
    /* width: 300px; */
    padding: 30px 10px 10px 10px;
    margin-top: 30px;
    border-radius: 5px;
    align-items: center;
    margin-right: 0px;
    background-color: #292b34;
    color: #fff;
    text-align: center;
    flex: 1;
}

.glass {
    position: relative;
}

.glass:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    -webkit-background-origin: border-box;
    -moz-background-origin: border;
    background-origin: border-box;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.15)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, #20202026, #00000040), linear-gradient(to right bottom, #fff0, #ffffff26 50%, #fff0 50%, #fff0);


}

.awardsList div p {
    font-size: 13px;
    padding-top: 10px;
    /* padding-left: 5px; */
}

.partenerships img {
    width: 90px !important;
    float: none;
    margin: 5px 5px 5px 0;
    display: inline-block !important;
}

.mys {
    width: 100px;
}

.products img {
    width: 100px;
    float: left;
    margin-right: 25px;
}

.products p {
    font-size: 13px;
}

.products p.description {

    min-height: 70px;
    margin-bottom: 0;
    font-size: 15px;
}



.customHeaderBtn {
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;   
  /*  color: #fff;
    border-color: #fff;*/
}

.customHeaderBtn:hover {
    color: #fff !important;
}

button:focus {
    outline: none;
}

footer a:hover {
    color: #ffffff;
    text-decoration: none;
    border-color: #44bfc1;
}

.products div.col div {
    /*  background: #fcfcfc;*/
    padding: 20px;
    /*min-height: 290px;*/
}



.products h6 {
    font-weight: 600;
}

.footerUl {
    padding-left: 0;
    list-style: none;
}

.footerUl li {
    padding: 2px 2px 7px 2px;
}

footer a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

.subscribe {
    position: relative;
}

.customBtn {
    position: absolute;
    background-color: #B9131A;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 5px 4px;
    margin-top: -34px;
    right: 3;
    font-size: 14px;
}

.socialIcons img {
    width: 30px;
    margin-top: 10px;
}

.journeybtn {
    border-radius: 50px;
    padding: 5px 25px;
    background: #44bfc1;
    color: #fff;
}

.knowmore {
    font-size: 13px;
    border-bottom: 1px solid #44BFC1;
    color: #44BFC1;
    font-weight: 600;
}

.knowmore:hover {
    text-decoration: none;
    color: #B9131A;
    border-color: #B9131A;
}

.btn.knowmore {
    color: #B9131A;
    border-color: #B9131A;
    color: #B9131A;
    font-weight: 600;
    margin-top: -10px;
}

.btn.knowmore:hover {
    text-decoration: none;
    color: #B9131A;
    border-color: #B9131A;
}

.accred {
    margin-top: 15px;
    padding-left: 50px;
}

.accred img {
    width: 60px;
    margin: 0 10px 0 0;
    opacity: 1;
}

.mystiflyFor .usp {
    background: #fafafa;
    margin-bottom: 15px;
    padding: 15px 5px;
    border-radius: 5px;
    align-items: center;
}

.mystiflyFor .usp .iconHolder {
    margin: 0 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.dropdown-cstm{
    position: relative;
    border:none;
    box-shadow: 0 3px 6px #0000001f;
    width: 430px;
    /* padding: 10px; */
    left: -150px;
}
.dropdown-cstm a {
    /*border-bottom: 1px solid #e3e3e3;*/
    padding: 0.35rem 1.5rem;
}

.dropdown-cstm a:last-child {
    border-bottom: none;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid #0000;
    border-right: 7px solid #0000;
    border-bottom: 7px solid #d4d4d4;
    position: absolute;
    top: -7px;
    left: 200px;
}


.highlightMenu{
        background-color: #f8f9fa;
        width: 100%;
        display: block;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        margin-top: -10px;
        padding: 20px 35px !important;
        color: #333;
        text-decoration: none;
        margin-bottom: 10px;
}

.highlightMenu img{
    width: 35px;
    float: left;
    margin: 0px 3px 3px 3px;
}

a.highlightMenu span {
    display: inline-block;
    width: 76%;
    line-height: 1em;
    padding-left: 15px;
}

.arrowCst{
    width: 20px !important;
    margin-top: 7px;
    float: right !important;
    margin: 5px 3px 3px 3px !important;
}


.dropdown-cstm-partners img.imgIcon{
    width: 45px;
    margin-top: 5px;
}
img.imgIcon {
        width: 63px;
        float: left;
        margin-right: 9px;
        margin-top: -4px;
        background-color: #f8f9fa;
        padding: 5px;
        border-radius: 5px;
}

.dropdown-cstm .dropdown-item{
    padding: 10px 20px 15px 25px;
}
.dropdown-cstm .dropdown-item span{
    display: block;
    /* margin-top:12px; */
    /* vertical-align: 7em; */
    padding-top: 8px;
}
.dropdown-cstm .dropdown-item span small{
    display: block;
    margin-top:-5px;
    font-size:14px;
}

.dropdown-item:active,.dropdown-item:focus{
    background:none;
}
.dropdown-toggle::after {
    vertical-align: 0.155em;
}
/*section header h2::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 6px;
    background: #44BFC1;
    left: 0;
    margin-top: -10px;
}
*/
.contentBody .usp .iconHolder {
    margin-left: 0;
}


/*.carousel-item img{

    width:100%;
}
*/
/*.carousel-indicators {
   
    bottom: 50px;

}*/
.carousel-indicators li {
    background-color: #43434380;
    height: 11px;
    width: 11px;
    border-radius: 10px;
}
.carousel-indicators .active {
    background-color: #44bfc1;
    width: 30px;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.bg-greys {
    background-color: #fff;
}

.carousel-item {
    padding: 120px 10px 100px 10px;
    height: 100vh;

}



.carousel-item h1 {
    font-family: 'PT Sans', sans-serif;
}

footer {

    background-color: #343a40 !important;
    color: #fff;
}

.timeline {
    position: relative;
    padding-left: 0;
}

.timeline li {
    list-style-type: none;
    position: relative;
    padding: 10px 0 10px 30px;
}

.timeline li div.tooltipTimeline {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: -5px;
    border-radius: 5px;
}

.timeline li::after {
    width: 11px;
    content: '';
    height: 11px;
    padding: 5px;
    background-color: #FD6901;
    position: absolute;
    border-radius: 10px;
    margin-left: -25px;
    z-index: 1;
    top: 25px;
}


.chooseMystifly {
    /* background-image: url(../images/bg.png);
        background-size: 30%;
        background-repeat: no-repeat;*/
    padding: 20px 0;
    background-position: -100px;
}

.timeline li small {
    display: block;
}

.timeline::after {
    content: '';
    width: 1px;
    background-color: #ddd;
    position: absolute;
    height: 780px;
    left: 10px;
    top: 10px;
}

.arrow-left {
    display: none;
    width: 0;
    height: 0;
    border-top: 10px solid #0000 !important;
    border-bottom: 10px solid #0000 !important;
    border-right: 10px solid #979797 !important;
    position: absolute;
    margin-left: -15px;
    margin-top: 8px;
}

.teamImage {
    text-align: right;
    background-color: #e5e5e5;
    padding: 0;
    box-shadow: 0 3px 6px #0000001f;
}

.teamImage img {
    width: 100%;
}

header.contentPages {
    background-image: url(../images/bg-secondary.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: -10% 0;
}

.values {
    box-shadow: 0 3px 6px #0000001f;
    padding: 15px;
    text-align: left;
    min-height: 300px;
}

.values .valueHeader {
    display: flex;

    margin-bottom: 20px;
}

.valueHeader h5 {
    margin-top: 15px;
    padding-left: 10px;
    font-size: 14px;
}

.article .postContent {
    position: absolute;
    bottom: -15;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    background-color: #333333d1;
}

.article {
    height: 270px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.offices {
    padding-left: 0;
}

.offices li {
    list-style: none;
    padding-bottom: 30px;
}

.offices li small {
    display: block;
}

img.flag {
    float: left;
    width: 40px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.nexticon {
    width: 20px !important;
    vertical-align: sub;
    margin-left: 10px;
}

.svgText {
    margin-bottom: 15px;
}

.svgText svg {
    width: 100%;
}

.svgText path {
    stroke: rgba(185, 19, 26, 1);
    fill: #333333;
    opacity: 10;
    animation: textsvg 4s cubic-bezier(0, 0.23, 1, .1);
    animation-fill-mode: forwards;

}

.shadow {
    box-shadow: 0 3px 6px #00000091;
}

/*.w-350{
    width: 330px;
}
*/
.imageHolder{
    width: 350px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
}

.firstUSP{
    background-image: url(../images/illustrate/globe.svg);
    
}

.secondUSP{
  background-image: url(../images/illustrate/tech.svg);
}

.thirdUSP{
  background-image: url(../images/illustrate/pay.svg);
  background-position: 29px 32px;
}

.fourthUSP{
    background-image: url(../images/illustrate/market.svg);
}

.fifthUSP{
    background-image: url(../images/illustrate/cache.svg);
    background-position: 29px 32px;
}

.sixthUSP{
    background-image: url(../images/illustrate/influence.svg);
    background-position: -5px 32px;
}

.seventhUSP{
    background-image: url(../images/illustrate/dev.svg);
    background-position: 15px 10px;
}
/*.dropdown-cstm{
       border-bottom: 1px solid #e3e3e3;
}*/
.customerHeader{
    font-family: 'PT Sans', sans-serif;
    font-weight:300;
}

.text-sans{
    font-family:'PT Sans', sans-serif;
    position: relative;
}

#container {
    
height: 400px;
    
margin: 0 auto;
    
background: #fff;
}

.highcharts-tooltip-box {
    fill: #44c0c2;
    fill-opacity: 0.6;
    stroke-width: 0;
}

.highcharts-tooltip text {
    fill: #fff !important;
    
}
h4.mb-3.text-sans::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #900;
    left: 0px;
    top: -10px;
}

.jumbo .lead {
    font-size: 18px;
    margin-bottom: 0;
    margin-bottom: 25px;
    font-weight: 400;
}

.text-gray{
    color: #70798b;
}

.text-red{
    color: #B9131A;
}
.carousel-item .lead{
    font-weight:400;
}

.jumbo .lead.leadBold {

    font-size: 24px;

    margin-bottom: -5px;
}

.airborder {
    width: 300px;
    margin-bottom: 20px;
}

.bottomBand {
    background-color: #333;
    height: 60px;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    color: #333;
}

.ctaHolder {
    position: relative;
}

.CTA {
    position: absolute;
    background-color: #44BFC1;
    width: 100%;
    text-align: center;
    padding: 40px 10px;
    bottom: -15;
    right: 30;
    color: #fff;
}

.CTA:hover {
    text-decoration: none;
    background-color: #B9131A;
    color: #fff;
}

.flexUSP {
    display: flex;
    justify-content: center;
    align-self: center;

}

.flexUSP p {

    width: 170px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    color: #fff;
}

.flexUSP img {
    width: 26px;
    margin-right: 5px;
    margin-top: -2px;
}

.prmHeader {
    font-size: 54px;
    font-family: 'PT Sans', sans-serif;
    padding: 15px 0;
    font-weight: 300;
    margin-bottom: 20px;
}

h2.prmHeader{
    font-size: 45px;
}

.prmHeader .typer {
    font-weight: 400;
    color: #B9131A;
}

.products p.productHeader {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.mystiflyFor .col-md-3 .heading {
    line-height: 1.2em;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;

    >.col,
    >[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}


/* animations for jumbo*/
@keyframes textsvg {
    0% {
        opacity: 0;
        fill: none;
        stroke-dasharray: 0;
    }

    30% {
        opacity: 10;
        fill: none;
        stroke-dasharray: 200;
        fill: rgba(185, 19, 26, 0.1);
    }

    40% {
        fill: rgba(185, 19, 26, 0.4);
    }

    50% {
        fill: rgba(185, 19, 26, 0.6);
    }

    60% {
        stroke-dasharray: 300;
        fill: rgba(185, 19, 26, 0.8);
    }

    100% {
        opacity: 10;
        stroke: rgba(185, 19, 26, 1);
        stroke-width: 0;
        fill: rgba(185, 19, 26, 1);
        stroke-dasharray: 400;
    }
}

@keyframes widthAnimation {
    from {
        width: 0
    }

    to {
        width: 100px
    }
}

@keyframes rotateBG {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



/* navbar styling for mobile */
.navbar-toggler {
    position: absolute;
    right: 0;
    top: 10;
    background: #b9131a;
    padding: 8px 12px;
    color: #fff;
    display: none;
}

.mobileMenu {
    background: #292929;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    display: none;
}

.mobileMenu i.fa {
    margin-top: 5px;
    position: absolute;
    right: 30px;
    font-size: 20px;
}

.mobileMenu ul {
    list-style: none;
    padding-right: 35px;
    margin-top: 25px;
}

.mobileMenu li {
    padding: 15px 0;
    border-bottom: 1px solid #000;
}

.mobileMenu li a {
    color: #fff;
}

.mobileMenu h3 {
    margin-top: 20px;
    color: #fff;
    width: max-content;
    border-bottom: 3px solid #ccc;
    margin-left: 40px;
    padding-bottom: 4px;
}

.mystiflyStats {
    position: relative;
}

.mystiflyStats .contentSecondary {
    padding: 65px 15px 30px 15px;
}

.mystiflyProducts .contentSecondary {
    padding: 110px 15px 30px 15px;
}

.carousel-item div {

    padding: 21vh 0 0 0;
}

#developers-first:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #f6f9fc;
}

#developers-first-old:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #f6f9fc;
}

.bodyFont {
    line-height: 1.6em;
    font-size: 16px;
}

.codeHolder {
    height: 300px;
    overflow: auto;
}

.apiEndpoints {
    list-style: none;
    margin-top: 10px;
    margin: 0 auto;
    padding-left: 20px;
    display: flex;
}

.apiEndpoints li {
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
    background-color: #f6f9fc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* flex: 1; */
    margin-right: 5px;
}

.apiEndpoints li:hover {
    background-color: #f6f9fc;

}

.responseIcon {
    width: 25px;
    vertical-align: inherit;
    margin: 6px 6px 8px 3px;
}


.stat-wrap {
    width: 330px;
    /* text-align: center; */
    padding: 20px;
    margin: 35px auto 0 auto;
    background: #f6f9fc;
    border-radius: 5px;
}

.stat-wrap .stat-tech {
    margin-bottom: 25px;
}

.stat-wrap .stat-tech:last-child {
    margin-bottom: 5px;
}

.stat-tech {
    display: block;
    text-align: left;
    width: 300px;
    margin: 0 auto;
}

.stat-tech img {
    width: 35px;
    float: left;
    margin-top: 10px;
}

.stat-tech i {
    font-style: normal;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 9px;
}

.stat-tech i small {
    display: block;
    margin-top: -5px;

}

.stat-holder {
    padding: 50px 0;
    border-bottom: 1px solid #f6f9fc;
    background-color: #f6f9fc;
}

p.label {
    margin-bottom: 3px;
    font-size: 15px;
}



.demoSignup {
    color: #900;
}

.apiEndpoints li:last-child {
    /* border-top: 1px solid #ececec; */
    text-align: center;
}

.apiEndpoints img {
    width: 28px;
    margin-right: 5px;
    margin-top: 0;
}

.apiEndpoints li.active {
    background-color: #131313;
    /* border: 1px solid #333; */
    /* border-radius: 5px; */
    color: #fff;
}



.productsUSP{
    border:1px solid #ececec;
    border-radius: 5px
}

.checkIcon{
    width: 26px;
}

.w-20{
    width: 20% !important;
}

.card-body a {
    color: #333;
}


.card-body .card-title{
   color: #B9131A;
}

.list-group h5 {
    font-size: 16px;
}

.list-group p{
    line-height: 1.2em;
    font-size:15px;
}

.tag-trending{
    border-bottom: 2px solid #B9131A;
    margin:5px;
    cursor: pointer;

}

.extraMB {
    margin-bottom: 113px !important;
}

.tag-trending:hover{
    background:#B9131A;
    color: #fff;
}

.btn-blue{
    background: #44c0c2;
    border: 1px solid #44c0c2;
}

.btn-blue:hover{
    background: #44c0c2;
    border: 1px solid #269c9e;
}

.events .card-body p {
    margin-bottom: 0;
    color: #6e6e6e;
    font-weight: 500;
    font-size: 15px;
}

.divider {
    background: #D8D8D8;
    height: 60px;
    width: 1px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    display: none;
}

.events-image, .events-header {
    display: inline-block;
    /* width: 94px; */
    vertical-align: middle;
}
span.events-header {
   color: #595959;
    font-size: 17px;
    line-height: 1.2em;
    display: block;
    text-align: center;
    font-weight: 600;
    padding-top:10px
}

.card-header {
    background: #fff;
    padding: 20px;
}
.events .card-img-top {
    /* width: 120px; */
    vertical-align: middle;
}






/* reponsive designs css */
@media (min-width: 768px) and (max-width:1024px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }

    .navbar ul {
        display: none;
    }
    .navbar-toggler {
    display: block;
}
}

@media (min-width: 320px) and (max-width: 768px) {

    .reducePaddingContent{
        padding:10px 10px;
    }

    .col-sm-center{
        text-align: center !important;
    }

    .mob-pt-4{
        margin-top: 25px;
    }
  
.checkIcon{
  margin-bottom:50px;    
}
.imageHolderMobile{
    display: none !important;
}  
.navigation{
    /* width: 100vw; */
}
.col-sm-mt-0{
    margin-top: 0 !important;
}

a.highlightMenu span{
    color:#333;
}
header.pt-5{
    padding-top:10px !important;
}

section.container{
    padding:0 30px;
}
.dropdown-cstm{width: 100vw;/*     margin:auto; */padding: 10px 15px;/* margin: 18px; */}
.dropdown-cstm .dropdown-item{
    color:#333;

}
.partenerships img{
    width:80px !important;
}
.stat-wrap{
    width:100%;
    margin-top:-150px
}

.products div.col div{

    padding:10px
}
    .col-md-3.col-sm-6.col-xs-6 {
    width: 50%;
}
    .prmHeader{
        font-size:40px;
    }


    .products img{
        margin-bottom: 90px;
        margin-right: 10px;
    }

    .apiEndpoints li img{
        display:none;
    }

     .apiEndpoints li{
        font-size:14px;
        text-align: center;
        line-height: 1.2em;
    }

    .btn.knowmore{
        margin-top:10px;
    }

    .carousel-inner {
   
    background-size: 141%;
}

.contentEditor{
    
padding: 10px 15px 30px 15px;
}

.carousel-item div{
    padding : 5vh 0 0 0 ;
}

.statHolder{
    font-size: 30px;
    display: initial;
}

.statHolder p{
    display: inline-block;
    width: 51%;
    margin:auto;
}

.nav-link.dropdown-toggle{
    padding:0 !important;
    font-weight:500;
    font-size:16px
}
    .mobileHide {
        display: none;
    }

    .svgText svg {
        width: 100%;
    }

    .content {
        padding: 50px 0px;
    }

    .jumbo {
        padding: 20px 5px !important;
    }

    .addBg {
        background-size: 162%;
        background-position: 91% 73%;
    }

    .navbar {
        /* padding: 0.5rem 0; */
    }

    .navbar ul {
        display: none;
    }

    .contentUsp {
        margin-top: 0;
        padding: 30px 20px 40px 20px;
    }

    h1.svgText::after {

        left: 15px;
    }

    .products .col {

flex-basis: auto;

margin-bottom: 10px;

padding: 0;

}

    .contentSecondary {
        padding: 30px 15px !important;
    }

    .contentThird .col {
        flex-basis: 10em;
        margin-bottom: 20px;
    }

    .navbar-toggler {
        display: block;
    }

    .awardsList{
        display: initial;
    }
    .awardsList div{
        width: auto;
    }
}