 :root{
    --header-height:160px;
    --black:#000000;
    --grey:#4d4d4d; 
    --red:#da434c;
    --blue: #3f2e88;
    --white:#fff;
    --font-family-nunito: 'Montserrat', sans-serif;
    --header-bor-bottom:#f1f1f1;
    }

    .comminpadding{
        padding: 50px 0px;
    }
        
    /* .sprites {
    background-image: url(../images/sprites.png);
    background-repeat: no-repeat;
    } */
    

    .gradientbg {
        background-image: -webkit-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
        background-image: -moz-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
        background-image: -o-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
        background-image: linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    }
    
    body{
        color: var(--black);
        font-size: 16px;
        font-family: var(--font-family-nunito);
        position: relative;
        counter-reset: geek-counter; 
        background-color: #fff5f4;
    }
    
    /* Helper Css 01.09.2020*/
    :focus {
    outline: 0;
    }
    :hover{
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    }
    a{
        text-decoration: none;
    }
    
    a:hover{
    text-decoration: none !important;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    }

    
    a, button{
        outline: none;
        box-shadow: none;
    }
    
    a, button:hover {
        outline: none;
        box-shadow: none;
    }
    
    a, button:focus {
        outline: none;
        box-shadow: none;
    }
    .no-gutters-desktop{
        padding: 0;
    }
    
    section{
        position: relative;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--black);
    text-transform: uppercase;
    }
    ::-moz-placeholder { /* Firefox 19+ */
    color: var(--black);
    text-transform: uppercase;
    }
    :-ms-input-placeholder { /* IE 10+ */
    color: var(--black);
    text-transform: uppercase;
    }
    :-moz-placeholder { /* Firefox 18- */
    color: var(--black);
    text-transform: uppercase;
    }

    .comm-padding-top{
        padding-top: 50px;
    }

    *::-webkit-media-controls-panel {
      display: none!important;
      -webkit-appearance: none;
    }
    
    /* Old shadow dom for play button */
    
    *::-webkit-media-controls-play-button {
      display: none!important;
      -webkit-appearance: none;
    }
    
    /* New shadow dom for play button */
    
    /* This one works! */
    
    *::-webkit-media-controls-start-playback-button {
      display: none!important;
      -webkit-appearance: none;
    }
    
    ::-webkit-scrollbar-track{
        border-radius: 4px; 
        background-color: #dddddd;
    }
    
    ::-webkit-scrollbar{
         width: 8px;
         /* background-color: #e7e7e7; */
         /* border-radius: 4px; */
    }
    
    ::-webkit-scrollbar-thumb{
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.53);
    }
    
    .lightblackbg{
        background-color: var(--light-black);
    }
    
    .whiteBg{
        background-color: var(--white);
    }

    .greybg {
        background-color: #f1f1f1;
    }

    .com-bor-radius {
        border-radius: 5px;
    }


    .color-1{
    background-color: var(--blue);
    }

    .color-2{
    background-color: #ffc107;
    }

    .color-3{
    background-color: #dc3545;
    }

    .color-4{
    background-color: #28a745;
    }

    .color-5{
    background-color: #5236ff;
    }

    .container-fluid {
        position: relative;
        display: block;
        width: 100%;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .container{
    width: 100%;
    max-width: 75vw;
    margin: 0 auto;
    padding: 0;
    }



    .error {
    color: #f00;
    font-size: 14px;
    }


    ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }
    
    /* Helper Css the end 01.09.2020*/

/* header */

header {
  /*  height: var(--header-height); */
    position: fixed; 
    background: var(--white);
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 600ms ease-in-out;
    border-bottom: 1px solid var(--header-bor-bottom);
}

header .container-fluid .row.align-items-center {
    height: var(--header-height);
}
.header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; 
}

/*newlaunch*/
.newlaunch {
    /* height: 40px; */
}

.lunchhight{
    height: 40px;  
}

.newlaunch.newlaunch-close {
    display: none;
}


.newlaunch p {
    font-size: 14px;
    color: var(--white);
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 1px;
}


.newlaunch .lunchboxclose {
    position: absolute;
    right: 3%;
    top: 5%;
    color: var(--white);
    font-size: 16px;
}

/*newlaunch*/

.submenutabbar {
    height: 50px;
    display: flex;
    align-items: center;
}

header .submenuleft ol li {
    position: relative;
    margin: 0px 10px;
    display: flex;
}

header .submenuleft ol li a {
    font-size: 15px;
    text-transform: uppercase;
    line-height: normal;
    color: var(--black);
    font-weight: 500;
    transition: all 600ms ease;
}

header .submenuleft ol li a:hover{
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .contactList ol li {
    position: relative;
    margin: 0px 10px;
    display: flex;
}

header .contactList ol li a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    color: var(--black);
    font-weight: 600;
    transition: all 600ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resource10 {
    margin-right: 5px;
}

header .contactList ol li.enquirebut {
    background-color: transparent !important;
}
header .contactList ol li.enquirebut a {
    font-size: 14px;
    color: var(--black);
    padding: 5px 15px;
    line-height: 25px;
    font-weight: 400;
}

header .contactList ol li a i {
    font-size: 20px;
    /* margin-left: 10px; */
}
header .contactList ol li.gradientbg.enquirebut {
    background-color: transparent !important;
    background-image: none !important;
    border: 1px #000 solid;
}
header .contactList ol li.gradientbg.enquirebut:hover {
    background-color: #3f2e88 !important;
    background-image: none !important;
    border: 1px #3f2e88 solid;
}
header .contactList ol li.gradientbg.enquirebut:hover a {
    color: #ffffff !important;
}
.mainheader {
    height: 80px;
    display: flex;
    align-items: center;
}

header .companylogo{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

header .companylogo img {
 /*width: 51%;*/
}

header .companylogo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .companylogo span{
    font-size: 35px;
    line-height: normal;
    color: #6d6f70;
    font-weight: 200;
    transition: all 600ms ease;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

header .companylogo span:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 50%;
    height: 34px;
    width: 1px;
    background-color: #6d6f70;
    transform: translateY(-50%);
}


header .mainMenu {
    display: flex;
    align-items: center;
}

header .mainMenu ol li {
    position: relative;
    margin: 0px 17px;
}

header .mainMenu ol li a {
    font-size: 18px;
    /*text-transform: uppercase;*/
    line-height: normal;
    color: var(--black);
    font-weight: 500;
    transition: all 600ms ease;
}

header .mainMenu ol li a:hover{
    /*text-transform: uppercase;*/
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #e63a2b;
    color: #e63a2b !important; 
}

.topsearchIcon {
    margin-left: 20px;
}

.topsearchIcon span {
    font-size: 18px;
    line-height: normal;
    color: var(--black);
    font-weight: 500;
    transition: all 600ms ease;
    cursor: pointer;
}


.schema-faq-question {
    font-weight: 400;
}

.topsearchIcon span:hover {
 /*   text-transform: uppercase;*/
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .mainheader .sub-menu, header .mainheader .sub-nav {
    background: var(--white);
    box-shadow: inset 0 6px 10px 0 rgba(0,0,0,0.1), 0 10px 8px 0 rgba(0,0,0,0.1);
    display: block;
    left: 0px;
    padding: 16px 0px;
    position: fixed;
/*  top: 170px;*/
    transition: .25s all ease-in-out;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    margin-top: 28px;
    padding-bottom: 30px;
}

header .mainMenu ol li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

header .mainMenu .topsearchIcon:hover>.sub-nav{
    opacity: 1;
    visibility: visible;
}

header .mainMenu ol li .triangle.down {
    border: 1px solid #000;
    border-width: 0 0 1px 1px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    margin-top: 4px;
    margin-left: 10px;
}

header .mainMenu ol li:hover .triangle.down {
    border: 1px solid #e23128;
    border-width: 0 0 1px 1px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}



header .mainheader .menuCloseIcon {
    float: right;
}


header .mainheader .searchForm {
    width: 50%;
    margin: 20px auto 0px;
    display: table;
}

header .mainheader .searchForm h2{
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    color: var(--black);
    font-weight: 600;
    transition: all 600ms ease;
}

header .mainheader .searchForm .search-form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


header .mainheader .searchForm .form-control {
    line-height: 20px;
    background: transparent;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    height: calc(1.25rem + 25px);
    box-shadow: none;
    outline: none;
    border: solid 1px transparent;
    border-radius: 5px;
    background-image: linear-gradient(white, white), linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: auto !important;
    padding: 0px 10px 0px 10px;
}

header .mainheader .searchForm .submitbut {
    border: 0;
    font-size: 16px;
    color: var(--white);
    padding: 0px 25px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
}


header .mainheader .sub-menu {
    list-style: none;
/*    margin: 0;*/
}

header .mainheader .sub-menu .open-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}


header .mainheader .sub-menu .open-menu li{
    flex: 0 0 30%;
    max-width: 30%;
}

header .mainheader .sub-menu .open-menu li a {
    display: flex;
}

header .mainheader .sub-menu .open-menu li a {
    display: flex;
    margin: 10px 20px;
    justify-content: flex-start;
    align-items: center;
}

header .mainheader .sub-menu .open-menu li a .plans {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background-color: #F1F1F1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .mainheader .sub-menu .open-menu li a .plans img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 45px;
}

header .mainheader .sub-menu .open-menu li a:hover .plans img  {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

header .mainMenu ol li a.active{
    color: #ef5234;
}

header .mainheader .sub-menu .open-menu li a.active .plans img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.mobileMenu {
    display: none;
}


/* header the end */
/* hero Slider*/

.hero-section {
    padding-bottom: 80px;
}

.hero-slider{
    background: var(--white);
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 20px;
    padding: 45px;
}

.hero-slider-image{
    flex: 0 0 35%;
    max-width: 35%;
    position: relative;

}

.hero-slider .featured-post-item {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.hero-slider-image img {
/*    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%; 
    width: 100%;
    max-width: 9999px;
    transform: translateX(-50%) translateY(-50%);*/
  /*  width: 100%;
    height: 100%;*/
    border-radius: 20px;
    width: 100%;
}


.hero-slider-content {
    position: relative;
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
}



.hero-slider-content .content {
    margin: 0px 80px 20px 20px;
    text-align: left;
}


.hero-slider-content .content h5 {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0.16rem;
    border-radius: 28px;
    padding: 6px 18px;
    font-weight: 400;
    color: var(--white);
    margin: 0px auto;
    background: #333;
    text-transform: uppercase;
}

.hero-slider-content .content h1{
    font-size: 36px;
    line-height: 45px;
    margin: 20px 0 20px;
    text-align: left;
    color: var(--blue);
    font-weight: 700;
}


.hero-slider-content .content h1 a {
    color: var(--blue);
}

.hero-slider-content .content p{
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    color: var(--black);
}

.hero-slider-content .readmoreBut {
    margin-top: 30px;
}

.hero-slider-content .readmoreBut a {
    color: var(--grey);
    font-size: 15px;
    font-weight: 800;
}

.hero-slider-content .readmoreBut a:hover {
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slider-content .socialIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.hero-slider-content .socialIcon ol{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 60%;
}

.hero-slider-content .socialIcon ol li {
    flex-grow: 1;
    flex-basis: auto;
    max-width: 100%;
    padding: 0;
}


.hero-slider-content .socialIcon ol li a {
    font-size: 20px;
    color: var(--grey);
    transition: opacity .3s ease-in-out;
}

.hero-slider-content .socialIcon ol li a:hover {
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* hero Slider the end*/


/*article*/
.articleMain {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.post-article {
    display: flex;
}

.articleMain .article {
    margin-bottom: 30px;
    border-radius: 1.5rem;
    padding: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #FBD4DA;
}

.articleMain .article .images {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.articleMain .article .article-tags {
}

.articleMain .article .article-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.articleMain .article .article-tags li:first-child{
    margin-left: 0px;
}

.articleMain .article .article-tags li {
    margin: 0px 8px;
    position: relative;
    border: 1px solid rgb(165 165 165 / 50%);
    border-radius: 2rem;
    padding: 0.2rem 0.7rem;
}

.articleMain .article .article-tags li a {
    font-size: 12px;
    color: var(--blue);
    margin-bottom: 15px;
    padding: 5px 0px 3px;
}


.articleMain .article .article-tags li a:hover{
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.articleMain .article .article-tags li.separator:after {
   content: "|";
    position: absolute;
    display: inline-block;
    top: 50%;
    color: #8b8b8b;
    font-size: 12px;
    transform: translateY(-50%);
    right: -8px;
}


.articleMain .article .article-tags li.separator:last-child:after{
    display: none;
}

.articleMain .article .article-meta {
    display: flex;
    margin-bottom: 10px
}


.articleMain .article .article-meta ol{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.articleMain .article .article-meta ol li {
    margin-right: 20px;
    position: relative;
}

.articleMain .article .article-meta ol li i {
  text-transform: uppercase;
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.articleMain .article .article-meta ol li:before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background: #666;
}

.articleMain .article .article-meta ol li:first-child:before{
    display: none;
}


.articleMain .article .article-meta ol li i.fa-clock-o{
    margin-right: 5px;
}
.articleMain .article .article-meta ol li span{
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    color: #666;
}


.articleMain .article .images img{
    width: 100%;
}
.articleMain .article h5{
    margin: 10px 0px;
}

.articleMain .article h5 a {
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.articleMain .article h5 a:hover{
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.articleMain .article p {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: var(--black);
}

.articleMain .article p a {
    color: var(--grey);
    font-size: 13px;
    font-weight: 800;
    margin: 0px 0px;
}

.articleMain .article p a:hover{
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

    .loadmore {
    margin: 0px auto;
    display: table;
    line-height: 42px;
    background: transparent;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    box-shadow: none;
    outline: none;
    border: solid 2px #e73e2d;
    border-radius: 10px;
    background-image: linear-gradient(white, white), linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0px 20px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
        font-weight: 700;
    }

    .loadmore:hover{
    background-image: -webkit-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: -moz-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: -o-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    color: var(--white);
    }   


/*article the end*/



/* Article Innpage css*/

.article-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}




.rightListContent{
    flex: 0 0 32%;
    max-width: 32%;
    position: relative;
    margin-left:3%;
}

.leftPanelContent{
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
}


.article-header {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 50px;
    width: 100%;
    display: table;
}

.article-heading{
    width: 100%;
    position: relative;
}

.article-heading .title {
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
.article-heading .related-title {
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: var(--blue);
}


.article-heading .view-all{
    position: absolute;
    top: 0;
    right: 0;
}

.article-heading span a{
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    transition: all 600ms ease;
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.article-heading span a:hover{
    color: var(--black);
}

.article-header .author-date, .article-header .category {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.article-header .author-date a, .article-header .category a{
    color: var(--black);
    margin: 0px 10px;
}
.article-header .author-date a:hover, .article-header .category a:hover{
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.article-header .title {
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--blue);

}
.single-format-standard .article-header .title{padding: 0 20%;}
.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 30px auto 0;
    overflow: hidden;
}

.featured-image {
    margin: 0 auto 50px;
    display: table;
    width: 100%;
    text-align: center;
}

.featured-image img {
    border-radius: 10px;
    overflow: hidden;
}

.article-content .wp-block-quote{
    margin: 0 0 16px;
    padding: 0 1em;
}
.article-content .wp-block-quote p {
    font-size: 18px;
    font-style: italic;
    line-height: normal;
}

.article-content blockquote {
    border-left: 5px solid var(--red) !important;
}


.article-content {
    margin-bottom: 100px;
}

.article-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--black);
}

.article-content ul {
    padding-left:27px;
}

.article-content ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--black);
}

.article-content ul li a {
    color: var(--red);
}


.article-content a {
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    color: #ef5234;
    /*-webkit-text-fill-color: transparent;*/
}


.article-content h2 {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    color: #e23128;
}

.article-content h3 {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
    color: var(--black);
}
.article-content h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    color: var(--black);
}

.article-content h5 {
    font-size: 20px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 800;
    color: var(--black);
}

.article-content .wp-block-quote cite {
    font-style: italic;
    font-size: 16px;
    color: var(--grey);
}

.article-content .wp-block-quote cite a {
    color: var(--red);
}


.fixedSocialIcon {
    position: fixed;
    top: 40%;
    left: 1%;
    background-color: var(--white);
    border-radius: 33px;
    z-index: 1;
    border: 1px solid var(--white);
    padding: 0px 10px;
}

.fixedSocialIcon ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fixedSocialIcon ol li{
    font-size: 16px;
    line-height: 32px;
    color: var(--black);
    font-weight: 400;
    margin: 15px 0;
    letter-spacing: .3px;
}


.fixedSocialIcon ol li a {
    color: var(--white);
    font-size: 20px;
    margin: 10px auto;
    text-align: center;
    padding: 0px 10px;
    background: var(--blue);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fixedSocialIcon ol li a:hover{
/*    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}



.fixedSocialIcon.viewport-bottom{
    display: none;
}




.fulltimeleftMenu, .table-sticky{
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0%;
/*    position: sticky;
    position: -webkit-sticky;*/
}

.fulltimeleftMenu.stickycartdesktop, .table-sticky.stickycartdesktop {
    position: fixed;
    width: calc(6em * 4.3);
    top: 20%;
    z-index: 1;
}

.fulltimeleftMenu nav {
	margin-top: 20px;
	display: block !important;
	opacity: 1 !important;
	max-height: 100% !important;
}

.fulltimeleftMenu figure {
    border-radius: 10px;
    overflow: hidden;
}

#ez-toc-container a.active {
    color: var(--blue)!important;
}

.fulltimeleftMenu.stickycartdesktop.stickycartdesktopRemove {
    display: none;
}

.tabs-leftdemo {
   /* max-height: 370px;*/
    overflow: hidden;
    overflow-y: auto;
    display: block;
    padding: 18px 25px;
    background: var(--white);
    border: 1px solid var(--white);
    margin-bottom: 20px;
    border-radius: 10px;
}

.tabs-leftdemo span {
    margin-bottom:0px;
    padding-bottom: 9px;
    box-sizing: border-box;
    border-bottom: 0px solid #3D3949;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.5;
    display: none;
}

.fulltimeleftMenu ul{
    padding-left: 0px;
/*    list-style: decimal;*/
    list-style: none;
}

.fulltimeleftMenu ul li {
    border-bottom: 1px solid #fbd4da;
    padding: 10px 0 10px 30px!important;
    line-height: normal;
    counter-increment: my-awesome-counter;
    position: relative;
    list-style: auto!important;
    font-size: 18px!important;
    line-height: normal!important;
}

.fulltimeleftMenu ul li:before {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    left: 0;
}

.fulltimeleftMenu ul li:last-child {
    border-bottom: 0px;
}

.fulltimeleftMenu ul li a {
    font-size: 16px;
    color:var(--black)!important;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-right: 35px;
    line-height: 25px;
    text-align: left;

}

.fulltimeleftMenu ul ul {
    margin-left: 0!important;
    list-style: none;
    padding-left: 0;
}

.ez-toc-counter nav ul li a::before{
    display: none;
}

.fulltimeleftMenu ul li.active:before{
 color: #3f2e88;
}


.fulltimeleftMenu ul li a.active {
 color: #3f2e88;
}


.fulltimeleftMenu ul li.sub-section-class.active a::after{
    display: none;
}


.fulltimeleftMenu ul ul li a:after, .fulltimeleftMenu ul ul li a:before{
    display: none;
}



.fulltimeleftMenu.stickycartdesktop .tabs-left > li.active ul.subcollapse {
    display: block !important;
}

.article-content ul ul {
/*  display: none;*/
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}


/*.fulltimeleftMenu ul ul {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
    display: none;
}*/

.fulltimeleftMenu ul ul li {
    border-bottom: 0 solid #dfdfdf;
    position: relative;
    list-style: none !important;
    padding: 0 !important;
}

.article-content ul ul li a{
    font-size: 14px;
    padding-left: 15px;
    letter-spacing: 0;
    line-height: normal;
}

.fulltimeleftMenu ul ul li a {
    font-size: 14px;
    padding-left: 0px;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 400;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}


.fulltimeleftMenu ul ul li:before{
display: none;
}

/*.fulltimeleftMenu ul li.sub-section-class a::before, .fulltimeleftMenu ul li.sub-section-class a::after {
    z-index: 100000000;
    background:var(--grey);
    content: '';
    height: 2px;
    right: 0;
    position: absolute;
    top: 10px;
    width: 15px;
    transition: transform 500ms ease;
}*/

.fulltimeleftMenu ul li.sub-section-class a::before{
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-left: 0px;
    position: absolute;
    right: 1rem;
}


.fulltimeleftMenu ul li.sub-section-class.active a::before{
    border: 1px solid #7951FC;
    border-width: 0 0 1px 1px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}


.fulltimeleftMenu ul li.sub-section-class a::after {
    transform: rotate(90deg);
}




.fulltimeleftMenu ul ul li a:after, .fulltimeleftMenu ul ul li a:before{
    display: none;
}


#ez-toc-container.ez-toc-white {
    background: 0 0!important;
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
}

.tabs-leftdemo .ez-toc-title {
    box-sizing: border-box;
    border-bottom: 0px solid #e1e1e1;
    font-size: 17px !important;
    font-weight: 600!important;
    color:var(--black);
    line-height: 1.5 !important;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px !important;
}

.tabs-leftdemo .ez-toc-title-toggle {
    display: none;
}

/*#ez-toc-container a {
    background-image: none;
    -webkit-text-fill-color: var(--white);
}*/

.fulltimeleftMenu .ez-toc-list {
    display: block!important;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before{
    content: "";
    display: block;
    counter-increment: item;
    margin-right: 0;
}

.fulltimeleftMenu ul ul li a:before {
    display: none !important;
}


.table-content #ez-toc-container{
    display: none;
}
.navigation .menu-item-has-children > a:after{
    display: none;
}
.navbar-list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigation .navbar-list li.menu-item-object-custom:last-child {
    transition: all .2s ease-in-out 0s!important;
    line-height: normal;
    display: block;
}
.navigation .navbar-list li.menu-item-object-custom:last-child a {
    cursor: pointer;
    background: transparent linear-gradient(49deg, #2471FB 0%, #BA38FC 100%) 0% 0% no-repeat padding-box;
    color: var(--white);
    border-radius: 3px;
    padding: 12px 20px;
}

.navigation .navbar-list li.menu-item-object-custom:last-child a:before{
    display: none;
}

.fulltimeleftMenu ul> li:not(.active) ul.subcollapse {
    display: none;
}
.fulltimeleftMenu ul> li.active ul.subcollapse {
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}



/* Article Innpage css the end*/



/*comments form*/

.comments-area {
    margin: 20px 0px;
}

.comment-respond {
    margin-top: 50px;
}

.comment-reply-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: normal;
    color: var(--black);
    font-weight: 800;
    transition: all 600ms ease;
}

.comment-reply-title small a {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: var(--black);
    text-transform: capitalize;
}


.comment-reply-title small a:hover {
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.comments-area .comment-form .input-group-control{
    max-width: 49%;
    width: 49%;
    float: left;
} 

.comments-area .comment-form .input-group-control-new{
    max-width: 49%;
    width: 49%;
    float: right;
} 

.comments-area .comment-form .form-control{
    line-height: 20px;
    background: transparent;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    height: calc(1.25rem + 25px);
    box-shadow: none;
    outline: none;
    border: solid 1px transparent;
    border-radius: 5px;
    background-image: linear-gradient(white, white), linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: auto !important;
    padding: 0px 10px 0px 10px;
}

.comments-area .comment-form .form-control-textarea{
    background: transparent;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    box-shadow: none;
    outline: none;
    border: solid 1px transparent;
    border-radius: 5px;
    background-image: linear-gradient(white, white), linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: auto !important;
    padding: 20px 10px 0px 10px;
    width: 100%;

}

.comments-area .comment-form .form-submit {
    margin: 0px auto;
    display: table;
}

.comments-area .comment-form .form-submit input{
    border: 0;
    font-size: 16px;
    color: var(--white);
    padding: 0px 25px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
    background-image: -webkit-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: -moz-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: -o-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    border-radius: 5px;
}

/*comments form the end*/



/*author-bio*/

.author-bio {
    border-top: 1px solid #dee1e1;
    border-bottom: 1px solid #dee1e1;
    padding: 35px 0px;
    float: left;
    margin:25px auto;
}

.author-img{
    float: left;
    margin-right: 3%;

}

.author-bio .author-img img {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
}

.author-desc{
position: relative;
    float: left;
    width: 84%;
    max-width: 100%;
}

.author-name{
       width: 84%;
    float: left;
}
.article-content .author-bio .author-name a {
    font-size: 20px;
    line-height: 45px;
    margin: 0 0px 0 2px;
    font-weight: 600;
    color: var(--black);

}

.author-desc p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--black);
}


.author-desc span a {
    color: var(--grey);
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0px;
}

.author-desc span a:hover,
.author-desc span a:focus{
    color: var(--red);
}

.comments-title{
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 800;
    color: var(--black);
    display: none;
}

.comments-area .comment-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.comments-area .comment-list li.even{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.comments-area .children{
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 40px;
    list-style: none;
}

.comments-area .children li.odd{
        position: relative;
}  

.comments-area .comment-list .vcard img {
    display: none;
}

.comments-area .comment-list .vcard .fn {
    font-size: 17px;
    line-height: 23px;
    color: var(--black);
    font-weight: 600;
}

.comments-area .comment-list .comment-metadata time {
    font-size: 14px;
    line-height: 23px;
    color: var(--black);
    font-weight: 600;
    font-style: italic;
}

.comments-area .comment-list .comment-content P{
    font-size: 18px;
    line-height: 30px;
    color: var(--black);
}

.comments-area .comment-list li.even .reply {
    position: absolute;
    top: 0;
    right: 0;
}


.comments-area .comment-list li.even .reply svg {
    width: 13px;
    height: 14px;
    margin-right: 10px;
}


.comments-area .comment-list li.even .reply a {
    font-size: 14px;
    line-height: 30px;
    color: var(--black);
}

.comments-area .comment-list li.even .reply a:hover {
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.comments-area .comment-list li.odd{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.comments-area .comment-list li.odd .reply {
    position: absolute;
    top: 0;
    right: 0;
}


.comments-area .comment-list li.odd .reply svg {
    width: 13px;
    height: 14px;
    margin-right: 10px;
}


.comments-area .comment-list li.odd .reply a {
    font-size: 14px;
    line-height: 30px;
    color: var(--black);
}


.comments-area .comment-list li.odd .reply a:hover {
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.comments-area .comments-pagination h2.screen-reader-text{
    display: none;
}


.comments-area .comments-pagination .nav-links {
    margin: 0px auto;
    display: table;
}

.comments-area .comments-pagination .nav-links svg {
    width: 30px;
    height: 20px;
}

.comments-area .comments-pagination .nav-links span.screen-reader-text {
    font-size: 18px;
    color: #000;
    display: none;      
}


.comments-area .comments-pagination .nav-links .prev.page-numbers {
    background: transparent;
}

.comments-area .comments-pagination .nav-links .next.page-numbers {
    background: transparent;
}

.comments-area .comments-pagination .nav-links .page-numbers {
    background: #f00;
    margin: 0px 5px;
    font-size: 18px;
    padding: 5px 20px;
    background-image: -webkit-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: -moz-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: -o-linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    background-image: linear-gradient(to right bottom, #e53228, #ea392a, #ee402c, #f3472f, #f74d31);
    border-radius: 5px;
    color: var(--white);
}

.comments-area .comments-pagination .nav-links .page-numbers.current {
    background: #000;
}

/*author-bio the end */


/*related-posts*/
.related-posts {

}
/*related-posts the end*/




/*.search not found*/ 
.search-header {
    width: 100%;
    position: relative;
}

.search-header .page-title {
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.search-header .page-title span{
    background-image: -webkit-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -moz-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: -o-linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*.search-no-result {
    background: #f00;
    width: 100%;
}*/

.search-no-result p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: var(--black);
}


/*.search not found the end*/

.embedd-msg-box {
    padding: 36px 30px 46px;
    text-align: center;
    background: #fff;
    max-width: 600px;
    margin: 30px auto;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: block;
}
.msg-title span {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}
.embedd-msg-box p {
    font-size: 19px;
    line-height: 29px;
    color: var(--black);
}
.actions{
    padding-top: 15px;
    display: block;
}
.actions .btn-fill {
    background: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    color: #fff;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .1em;
     border: 1px solid #ff0000b3;
    /*background-image: none;
    -webkit-background-clip: unset;*/
}
.actions .btn-fill:hover{
    background: #fff;
    border: 1px solid #ff0000b3;
    color: var(--black);
}
.actions .btn-bdr {

    color: var(--black);
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
     border: 1px solid #ff0000b3;
    margin-left: 15px;
    background-image: none;
    -webkit-background-clip: unset;
}
.actions .btn-bdr:hover{
    background: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    border: none;
    color: var(--white);
    border: 1px solid #ff0000b3;
}
img {
    max-width: 100%;
    /*height: auto;*/
}
#sidebar{
    padding-left: 5px;
}
.error-page-header h1 {
    font-size: 180px;
    font-weight: 800;
    text-align: center;
    color: #f74d31;
    padding: 50px 0px;
}
.error-page-content{
    font-size: 18px;
    font-weight: 500;
    margin: auto;
    color: var(--black);
}
.author-social{
    float: right;
}
.author-social a:hover{
    color: #ef5234;
}
i.fa.fa-pinterest:hover {
    cursor: pointer;
}

/* windo loader*/
#loaderwripper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
#loader { 
/*    border: 5px solid #3f2e88;
    border-radius: 50%;
    border-top: 5px solid #f700d0;*/
    width: 50px;
    height: 50px;
    /*animation: spin 1s linear infinite;*/
} 

@keyframes spin { 
    100% { 
    transform: rotate(360deg); 
    } 
} 

.loader-center { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    margin: auto; 
} 

/* windo loader the end*/
/**01 Feb 2021**/
/* Privacy Policy Page*/
.page-heading h1 {
    font-size: 71px;
    text-transform: uppercase;
    color:#000;
    font-weight: 900;
    line-height: 61px;
    padding: 0 0 40px 0;
    margin: auto;
    text-align:center;
}


.container-content ul{
    margin:0px;
    padding:0px;
    width: 100%;
    max-width: 100%;

}

.container-content ul li{
    list-style-type: none;
    margin:0px 0 0 0;
    padding:0px 0 40px 0;
}

.container-content ul li .section{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e13228;
    border-radius: 5px;
    letter-spacing: 3px;
    width: auto;
    display: inline-block;
    padding: 3px 9px 2px 9px;
}

.container-content ul li h2{
    font-size: 41px;
    text-transform: uppercase;
    color:#000;
    font-weight: 900;
    line-height: 61px;
    padding:15px 0 10px 0px;
    margin:0px;
    line-height: 48px;
 }

.container-content ul li p{
    padding: 0px 0 0 0px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}
/* Privacy Policy Page End*/

/* Refund Policy Page*/


/*Term of Services*/
.overview {padding: 0 0 40px 0;}
.overview h2{
    font-size: 41px;
    text-transform: uppercase;
    color:#000;
    font-weight: 900;
    line-height: 61px;
    padding: 0;
    margin:0px;
    text-align:center;
}
.overview p{
    padding: 0px 0 0 0px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;

}

.container-content p a{
    color:#000;
    font-weight:600;
    text-decoration:none;
}
/*Term of Services*/


/*Accordian css*/
.accordion-container{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
 
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
 text-decoration:none;
}
    
.content p{
  padding: 10px 0px;
  margin: 0;
  color: #333;
}
/*Accordian css End*/

/* Top Intro Section */
.intro-section .row ul {
    margin:0px;
    padding:0px;
} 
.intro-section .row ul li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    float: left;
}
.intro-section .row ul li img{ width: 130px; max-width: 100%; }

/* Top Intro Section */

/*Search Header*/
.search-mobile{display:none;}
.click{cursor:pointer;} 

/*Search Header*/

.post-comment {
    margin: 0px auto;
    display: table;
    width: 100%;
}
.home-ft a i{
    color: #fff;
    font-size: 36px;
}
#ez-toc-container a{
    background-image: none;
   /* -webkit-text-fill-color: #000;*/
}

:root .has-vivid-red-background-color{
    background: #cf2e2e; 
}
/**Shortcode Css**/
.trial-short {
    padding: 20px 20px 40px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 0 40px;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.04);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 4%);
}
.first {
    margin-top: 20px;
    margin-bottom: 30px;
}
.first_line {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    text-align: center;
}
.trial-short .demo_button {
    text-transform: uppercase;
    line-height: 1.5;
    border: none;
    text-shadow: none;
    margin-bottom: 4px;
}
.demo_button a {
    display: table;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    padding: 16px 15px;
    text-transform: uppercase;
}
.round-short{
    padding: 36px 30px 46px 30px;
    text-align: center;
    background: #fff;
    width: 600px;
    max-width: 90%;
    margin: 30px auto 30px auto;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.round-short .title {
    margin-bottom: 20px;
}
.round-short .title h2 {
    font-size: 24px;
    margin-top: 0;
    line-height: 36px;
    margin-bottom: 15px;
    color: #2b2b2b;
    font-weight: 800;
}
.round-short .title p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin: 15px 0;
    letter-spacing: .1px;
}
.round-short .actions a {
    display: inline-block;
    padding: 12px 30px;
    margin: 7px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    font-size: 16px;
    transition: all ease 0.3s;
    text-decoration: none;
    font-weight: 400;
    border-color: #ff4051;
    background: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    color: #fff;
    margin-top: 7px;
}
.wp-block-button{
    display: block;
    text-align: center;
}
.wp-block-button a{
    background-image: none;
    -webkit-background-clip: unset;
}



/*Blog CTA Design*/

.blogCtaDesign{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    width: 100%;
    margin: 20px auto;
    background: #F2F2F2;
}


.blogCtaDesign .article-heading {
    font-size: 24px;
    color: #000;
    margin: 0;
    font-weight: bold;
    line-height: normal;
}
.blogCtaDesign p {
    font-size: 18px;
    color: #000;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 10px;
}

.blogCtaDesign p strong {
    font-weight: bold;
}

.leftPanel {
    text-align: left;
    flex: 0 0 65%;
    max-width: 65%;
}

.RightPanel {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.blogCtaDesign .bookdemoMain {
    display: flex;
}

.blogCtaDesign .bookdemoButton {
height: 30px;
border-radius: 5px;
background: #f54337;
color: #fff;
padding: 0 20px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-right: 20px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}







/*Blog CTA Design the end*/

/*Blog CTA Start Up */


.blogCTA{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 20px 20px;
    position: relative;
    width: 100%;
    margin: 20px auto;
    background: #F2F2F2;
}


.blogleft {
    text-align: left;
    flex: 0 0 50%;
    max-width: 50%;
}

.EventTechBg{
background: rgb(255,43,46);
background: linear-gradient(180deg, rgba(255,43,46,1) 0%, rgba(247,85,195,1) 75%);

}

.webinarBg{
background: rgb(247,87,201);
background: linear-gradient(180deg, rgba(247,87,201,1) 0%, rgba(186,241,205,1) 100%);
}

.MobileEventAppBg{
background: rgb(113,107,255);
background: linear-gradient(180deg, rgba(113,107,255,1) 0%, rgba(130,214,255,1) 75%);
}

.RobustRegistrationBg{
background: rgb(117,100,253);
background: linear-gradient(180deg, rgba(117,100,253,1) 0%, rgba(242,87,203,1) 75%);
}

.InPersonEventsBg{
background: rgb(255,162,62);
background: linear-gradient(180deg, rgba(255,162,62,1) 0%, rgba(255,47,41,1) 75%);
}

.AudienceSeamlesslyBg{
background: rgb(122,106,242);
background: linear-gradient(180deg, rgba(122,106,242,1) 0%, rgba(248,166,72,1) 75%);
}

.positionbottom{
    position: absolute;
    right: 0;
    bottom: 0;
}

.blogRight {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}


.blogCTA .article-heading {
    font-size: 24px;
    color: var(--white);
    margin: 0;
    font-weight: bold;
    line-height: normal;
}

.blogCTA p {
    font-size: 16px;
    color: var(--white);
    line-height: normal;
    font-weight: 400;
    margin: 10px 0px;
}

.blogCTA .bookdemoMain {
    display: flex;
    gap: 1rem;
}

.blogCTA .bookdemoButton {
    height: 35px;
    border-radius: 15px;
    background: var(--white);
    color: var(--black);
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Blog CTA The End*/






/*Web Stories Section*/
.intro-section {
    margin-bottom: 30px;
    margin-top: 100px;
}

.intro-section .subtitle {
    font-size: 36px;
    color: var(--grey);
    font-weight: 300;
    line-height: 40px;
    /* text-transform: uppercase; */
    text-align: center;
}

.intro-section h1 {
    font-size: 55px;
    /* text-transform: uppercase; */
    color: var(--black);
    font-weight: 900;
    line-height: 60px;
    text-align: center;
}

.intro-section p {
    padding: 0px 25%;
    font-size: 18px;
    color: var(--grey);
    font-weight: 200;
    line-height: normal;
    text-align: center;
}


.successStoryBox {
    padding: 100px 0px;
}

.ourWorkMain {
    display: flex;
    align-items: center;
    width: 100%;
}

.ourWorkMain ol {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-width: 100%;
}

.ourWorkMain ol li {
    max-width: 21%;
    flex: 0 0 21%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0px 20px 50px;

}

.sliderBox {
    position: relative;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    height: 100%;
    margin-bottom: 20px;
}

.sliderBox .smalllogo {
    position: relative;
    width: 100%;
    z-index: 0;
    background-color: var(--white);
	border-radius: 10px;
	-webkit-box-shadow: 0 16px 64px -16px rgb(46 55 77 / 24%);
	box-shadow: 0 16px 64px -16px rgb(46 55 77 / 24%);
	overflow: hidden;
}

.smalllogo img {
    width: 340px;
    margin: 0px auto;
    display: table;
    height: 453px;
}

.sliderBox .smalllogo:hover {
    /* border-radius: 10px; */
    -webkit-box-shadow: 0 16px 64px -16px rgb(46 55 77 / 24%);
    box-shadow: 0 16px 64px -16px rgb(46 55 77 / 24%);
}

.entry-header {
    margin: 10px 10px;
}


.entry-header h5 a {
    font-size: 16px;
    line-height: 23px;
    color: var(--black);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.7rem;
    overflow: hidden;
}

.sliderBox .smalllogo .entry-content {
    display: none;
}


.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.page-numbers {
    font-size: 16px;
    margin: 0 2px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ddd;
    transition: 0.3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px 15px;
    color: #000;
}

.page-numbers.current {
    background: #f1432d;
    color: #fff;
    border: 1px solid #f1432d;
}

.page-numbers svg {
    border: 3px solid #000;
    border-width: 0 0 3px 3px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
}

.page-numbers svg.icon-arrow-right {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(220deg);
}

.page-numbers svg.icon-arrow-left {
    -webkit-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
}

.page-numbers svg use {
    display: none;
}

/*Web Stories Section The end */

.btnleftArrow {
    position: absolute;
    left: 0rem;
    top: 0%;
    margin-top: 0rem;
}

.btnleftArrow a {
    display: flex;
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
    align-items: center;
}

.btnleftArrow a:hover{
    color: var(--black);
}

.btnleftArrow .arrowicon {
    background: var(--blue);
    width: 35px;
    height: 35px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}


.btnleftArrow a .arrow{
    border: 1px solid #E2E2E2;
    border-width: 0 0 2px 2px;
    width: 12px;
    height: 12px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(44deg);
    display: inline-block;
    margin-left: 7px;
}





.chatBox {
    position: fixed;
    background-color: #fff3f3;
    right: 12px;
    bottom: 90px;
    width: 45px;
    height: 45px;
    border: 1px #ff4242 solid;
    border-radius: 100px;
    cursor: pointer;
}
.chatIcon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chatIcon img {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#buttonOn {
    display: none;
}
.live-shop {
    background-color: transparent;
    border: 0px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.CTA-banner {
    margin-bottom: 14px;
}
.CTA-banner img {
    border-radius: 10px;
}
