/*----------- Inner Common ------------*/

.innerpage_sec
{
    padding: 100px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow-x: hidden;
}
#banner-block
{
    padding: 200px 0 100px;
    background-color: #FBFBFB;
}
.page-template-page-testimonials #banner-block
{
    padding: 250px 0 100px;
}
.inner-banner
{
    text-align: center;
}
.inner-banner h1
{
    margin: 0;
}
.inner-banner p
{
    max-width: 850px;
    font-weight: 600;
    margin: 25px auto 0;
    font-size: 24px;
}
.innerpage_sec h2, .innerpage_sec h3, .innerpage_sec h4, .innerpage_sec h5, .innerpage_sec h6, .blog-detail-wrapper h2, .blog-detail-wrapper h3, .blog-detail-wrapper h4, .blog-detail-wrapper h5, .blog-detail-wrapper h6, .tdb-cnts-midd h2, .tdb-cnts-midd h3, .tdb-cnts-midd h4, .tdb-cnts-midd h5, .tdb-cnts-midd h6, .accodian-cnts h2, .accodian-cnts h3, .accodian-cnts h4, .accodian-cnts h5, .accodian-cnts h6
{
    margin: 25px 0 15px;
}

/*------------BreadCrumb------------*/

.breadcrumb
{
    padding: 20px 0;
    border-bottom: 1px solid #f7f4f4;
}
.breadcrumb ul
{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.breadcrumb ul li
{
    list-style-type: none;
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: 1.4;
    color: #909090;
    font-weight: 500;
}
.breadcrumb ul li a
{
    font-size: 16px;
    color: #002654;
}
.breadcrumb ul li a:hover
{
    color: #C1473A;
}

/*----------- Blogs ------------*/

#blog-page
{
    padding: 60px 0;
    border-bottom: 1px solid #f2f2f2;
}
.blog-wrapper
{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.blog-box
{
    border: 1px solid rgba(0,0,0,0.05);
    width: calc(33.333% - 20px);
    margin: 10px;
    background-color: #fff;
    transition: all 0.2s linear;
}

.blog-box:hover
{
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    transition: all 0.2s linear;
}

.blog-box-img
{
    line-height: 0;
    overflow: hidden;
}
.blog-box-img a
{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.blog-box .blog-box-img img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease-in-out;
}

.blog-box:hover .blog-box-img img
{
    transform: translate(10px,-5px) scale(1.1);
    transition: all 0.45s ease-in-out;
}

.bb-cts-top
{
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.bb-cts-top h3
{
    margin-top: 0;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-bottom: 20px;
    text-transform: none;
}
.blog-box .bb-cts-top h3
{
    height: 54px;
    overflow: hidden;
}
.bb-cts-top h3 a
{
    color: #0c213c;
    display: inline-block;
    transition: all 0.2s linear;
}
.bb-cts-top h3 a:hover
{
    color: #c1473a;
    transition: all 0.2s linear;
}

.bb-cts-top p
{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    height: 52px;
    overflow: hidden;
}
.bb-cts-bott
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 15px 25px;
}

.bb-cts-bott p
{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.1;
    color: #c1473a;
}

.bb-cts-bott p.rd-more
{
    font-family: 'camptonbold';
}

.bb-cts-bott p a
{
    color: #c1473a;
    transition: all 0.2s linear;
}

.bb-cts-bott p a:hover
{
    color: #0c213c;
    transition: all 0.2s linear;
}

.bb-cts-bott p+p
{
    margin-left: 5px;
}

/*---------------------------//// Blogs Details ////------------------*/

.blh1-element h1
{
    font-size: 36px;
    line-height: 46px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
}

.blimg
{
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
}

.bl-bott-fl
{
    display: flex;
    padding: 10px 15px;
    flex-flow: row nowrap;
    background-color: #f8f8f8;
    margin-top: 20px;
}
.bl-bott-fl i, .bl-bott-fl svg
{
    margin-right: 5px;
}
.bl-bott-fl span
{
    font-size: 15px;
}
.bl-bott-fl a
{
    color: #002654;
}
.bl-bott-fl a:hover
{
    color: #C1473A;
}
.bl-bott-fl div
{
    display: inline-block;
    width: auto;
}
.bl-bott-fl div+div
{
    margin-left: 25px;
}

.bl-bott-fl svg
{
    color: #C1473A;
    margin-right: 5px;
    vertical-align: text-top;
}

.blog-detail-midd
{
    padding: 25px 0 0;
}

.blog-detail-midd p:last-child
{
    margin: 0;
}
.blog-detail-midd .wp-block-image img
{
    max-width: 450px;
	max-width:initial;
    margin: 0 auto;
    display: table;
}
.blog-detail .blog-col-2-75p
{
    width: 65%;
}
.blog-detail .blog-col-2-25p
{
    width: 30%;
}
.blog-detail{
    justify-content: space-between;
}

.single-cpt-solution .blog-detail .blog-col-2-75p
{
    width: 100%;
}
.single-cpt-solution .blog-detail .blog-col-2-25p
{
    display: none;
}
.blog-author-bio
{
    padding: 60px 0;
    background-color: #fcfcfc;
}
.blog-author-bio .col
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.blog-author-bio .col .bab-top
{
    width: 200px;
}
.blog-author-bio .col .desc
{
    width: calc(100% - 200px);
    padding-left: 40px;
}
.blog-author-bio .col .desc h4
{
    margin-top: 0;
    margin-bottom: 15px;
    
}
.related-article
{
    padding: 20px 0;
}
.related-article .col
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.related-article .col > div
{
    width: 200px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.related-article .col > div:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 1;
}

.related-article .col > div img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.2s linear;
}

.related-article .col > div a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    font-family: 'camptonlight';
    font-size: 16px;
    z-index: 99;
}
.related-article .col > div p
{
    display: none;
}

.related-article .col > div:hover img
{
    transform: scale(1.2);
    transition: all 0.2s linear;
}
.related-article .col > div i
{
    margin: 0 5px;
}


/*--------------------------------/// Contact US ///---------------------------*/

#contactus-page .ctop-block
{
    padding: 100px 0 80px;
}
.ctp-info
{
    margin-bottom: 40px;
/*    padding-top: 100px; */
}
.ctp-info h3, .ctp-address h3
{
    margin-top: 0;
    margin-bottom: 25px;
}
.ctp-middle
{
    padding-bottom: 80px;
}

.ctp-middle .wp-block-columns
{
    margin-bottom: 0 !important;
}
.map-section
{
    line-height: 0;
    margin-bottom: -100px;
}
.ctp-col
{
    width: 50%;
}
.ctp-address ul
{
    padding: 0;
    margin: 0;
}
.ctp-address ul:not(.ctp-social-icons) > li
{
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative
}
.ctp-address ul:not(.ctp-social-icons) > li svg, .ctp-address ul:not(.ctp-social-icons) > li i
{
    position: absolute;
    top: 5px;
    left: 0;
}
.ctp-address ul li a
{
    color: #002654;
}
.ctp-address ul li a:hover
{
    color: #C1473A;
}
/* .ctp-address ul:not(.ctp-social-icons) > li:last-child
{
    padding-left: 0;
    margin-top: 30px;
} */
ul.ctp-social-icons, .ctp-address ul ul
{
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.ctp-address ul ul
{
	margin-top: 30px;
	margin-left: -30px;
}
ul.ctp-social-icons li, .ctp-address ul ul li
{
    list-style-type: none;
    margin: 0;
    margin-right: 15px;
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}
.ctp-social-icons img, .ctp-address ul ul img
{
    height: 30px;
    width: auto;
    transition: all 0.2s linear;
}
.ctp-social-icons img:hover, .ctp-address ul ul img:hover
{
    transform: scale(1.05);
    transition: all 0.2s linear;
}
.ctp-address
{
    padding-left: 60px;
}

/*----------Contact Form-----------*/

.ctp-form form > p .wpcf7-form-control:not(.wpcf7-checkbox)
{
    -webkit-appearance: none;
    height: 50px;
    width: 100%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.06);
    color: #222222;
    padding: 10px;
    background-color: rgba(0,0,0,0.02);
    font-size: 16px;
    border-radius: 0;
    outline: none;
}
.ctp-form form > p .wpcf7-form-control:not(.wpcf7-checkbox):focus
{
    border: 1px solid #C1473A;
    background-color: rgba(0,0,0,0.01);
    outline: none;
        
}
.ctp-form form > p textarea.wpcf7-form-control
{
    height: 100px;
    resize: vertical;
}

.ctp-form form > p input[type="submit"].wpcf7-submit
{
   -webkit-appearance: none;
    width: auto; 
    min-width: 180px;
    height: 48px;
    padding: 10px 20px;
    background-color: #0B203D;
    border: 2px solid #0B203D;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.ctp-form form > p input[type="submit"].wpcf7-submit:hover
{
    background: #C1473A;
    color: #fff;
    border: 2px solid #C1473A;
    transition: all 0.2s linear;
}

.ctp-form form > p
{
    width: 100%;
    position: relative;
}
.ctp-form form > p span.wpcf7-not-valid-tip
{
    position: absolute;
    bottom: calc(100% + 20px);
    background: #ff0000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 1px #d8901f inset;
    -webkit-box-shadow: 0 1px 1px #d8901f inset;
    font-size: 12px;
    line-height: 20px;
    left: inherit;
    right: 0px;    
}
.ctp-form form > p span.wpcf7-not-valid-tip:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff0000;
    left: 10px;
    top: 27px;
}

.ctp-form form > p label
{
    font-family: 'camptonbold';
}
.ctp-form form > p > label > span
{
    color: #ff1111;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing
{
    display: none !important;
}

.ctp-form form span.ajax-loader
{
    margin-top: 30px;
    margin-left: 10px;
}
.wpcf7-response-output
{
    margin: 0 !important;
}
.wpcf7-spinner
{
    top: 7px;
    margin: 0 !important;
}
.ctp-form form > p .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item
{
    margin: 0;
    cursor: pointer;
}
.ctp-form form > p .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label
{
    font-family: 'camptonbook';
}
.ctp-form form > p .wpcf7-form-control-wrap
{
    display: inline-block;
    width: 100%;
}
.ctp-form form > p .wpcf7-form-control.wpcf7-phonetext
{
    padding-left: 45px;
}


@media screen and (max-width:550px)
{
    .ctp-form form input[type="submit"]
    {
        width: 100%;
    }
    .ctp-form form span.ajax-loader
    {
        width: 100%;
        margin-left: 0;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 10px;
    }
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'camptonbook';
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'camptonbook';
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'camptonbook';
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'camptonbook';
}

/*--------------------------------/// FAQ ///---------------------------*/

#faq-page
{
    padding: 100px 0 100px;
    border-bottom: 1px solid #efefef;
}
.faq-block .accordian li:not(:last-child)
{
    margin-bottom: 25px;
}
.faq-block .accordian h5.accodian-title,
.faq-block .accordian h4.accodian-title
{
    background-color: #002654;
    padding: 20px 50px 20px 20px;
    font-size: 18px;
    margin: 0;
    text-transform: none;
    color: #fff;
}
.faq-block .accordian h5.accodian-title.active, 
.faq-block .accordian h5.accodian-title:hover,
.faq-block .accordian h4.accodian-title.active, 
.faq-block .accordian h4.accodian-title:hover
{
    background-color: #c1473a;
    color: #fff;
}
.faq-block .accordian h5.accodian-title:before,
.faq-block .accordian h4.accodian-title:before
{
    display: none;
}
.faq-block .accordian h5.accodian-title span,
.faq-block .accordian h4.accodian-title span
{
    background-color: transparent;
}
.faq-block .accordian h5.accodian-title:after,
.faq-block .accordian h4.accodian-title:after
{
    right: 20px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    background-color: transparent;
}
.faq-block .accordian section.accodian-cnts
{
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #efefef;
}
.faq-block .accordian section.accodian-cnts li:not(:last-child)
{
    margin-bottom: 15px;
}
.faq-block .accordian section.accodian-cnts ul ul, .faq-block .accordian section.accodian-cnts ol ol
{
    margin-top: 20px;
}
.faq-block section.accodian-cnts p
{
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}
.faq-block section.accodian-cnts li
{
    font-size: 18px;
}
.faq-block section.accodian-cnts p:last-child
{
    margin-bottom: 0;
}
.accordian .faq-list:first-child h3
{
    margin-top: 0;
}
.accordian .faq-list h3
{
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 32px;
}
.accordian .faq-list h4
{
    font-size: 26px;
}
.accordian .faq-list h5
{
    font-size: 22px;
}
.accordian .faq-list h6
{
    font-size: 18px;
}
section.accodian-cnts img
{
    width: 100%;
    max-width: 400px;
    margin: 15px 0;
    display: table;
}
.title-tag
{
    text-transform: none !important;
}

.faq-addr-wrapp
{
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}
.faq-address
{
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    width: calc(33.333% - 20px);
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
}

.faq-address h5
{
    margin-top: 0;
}
.faq-fliter
{
    text-align: right;
    margin-bottom: 30px;
}
.faq-fliter select.boxselect
{
    height: 48px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
    cursor: pointer;
    font-family: 'camptonbook';
}


/*----------- Products ------------*/

#pp-reporting, #pp-datananalytics
{
    padding: 100px 0;
    position: relative;
}
#pp-casemanagement, #pp-security
{
    position: relative;
    padding: 100px 0;
    background-color: #FBFBFB;
}
img.top-curve
{
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    object-fit: fill;
    object-position: center;
}
img.btm-curve, img.tobt-curve
{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    object-fit: fill;
    object-position: center;
}
img.tobt-curve
{
    bottom: -80px;
}

.in-block-header
{
    text-align: center;
    margin-bottom: 50px;
}
.in-block-header h3
{
    margin-bottom: 30px;
    color: #002654;
}
.in-block-header p
{
    max-width: 900px;
    margin: 0 auto;
/*    color: #607888;*/
    font-size: 24px;
    line-height: 36px;
}
.pp-contents
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
}
.pp-cnts-col1
{
    width: 65%;
}
.ppl-cnts-col
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.ppl-cnts-col .ti-cnts-col
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -60px;
}
.ppl-cnts-col .ti-cnts-block
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 60px;
    min-height: 50px;
    width: 50%;
}
.ppl-cnts-col .ti-cnts-block figure
{
    width: 50px;
    margin-right: 20px;
}
.ppl-cnts-col .ti-cnts-block figcaption
{
    max-width: 195px;
/*    color: #607888;*/
    font-size: 18px;
    line-height: 24px;
}
.ppl-cnts-col .ti-cnts-block img
{
    width: 50px;
    height: auto;
}
.pp-cnts-col2
{
    width: 35%;
}
.inner-ppc-contain
{
    max-width: 490px;
}
.inner-ppc-contain p
{
    font-size: 22px;
    margin-bottom: 38px;
}
ul.pp-cnts-ul
{
    padding: 0;
    margin: 0;
}
ul.pp-cnts-ul li
{
    margin-bottom: 35px;
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    list-style-type: none;
}
ul.pp-cnts-ul li:before
{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 0;
    width: 0;
    border-left: 15px solid #c1473a;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

/*----------- Products Detail ------------*/

#dp-reporting, #dp-datananalytics, #dp-casemanagement, #dp-security
{
    padding: 100px 0;
}

/*----------- Teams ------------*/

#team-page
{
    padding: 100px 0;
    background: #f3f3f3;
}
.team-blocks
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: -30px;
}
.team-li-block
{
    width: calc(25% - 20px);
    margin: 0 10px 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 32px 10px -28px rgba(0,0,0,0.08);
    overflow: hidden;
	background:#fff;
	padding: 15px;
	position:relative;
    transition: all 0.2s linear;
}
.team-li-block:hover
{
    box-shadow: 0 24px 10px -28px rgba(0,0,0,0.08);
    transition: all 0.2s linear;
}
.team-li-block figcaption
{
    padding: 35px 15px;
    text-align: center;
}
.team-li-block h4 a, .team-li-block figure a
{
    pointer-events: none;
}
.team-li-block h4
{
    font-size: 24px;
    margin-bottom: 5px;
}
.team-li-block h4 a
{
    color: #002654;
}
.team-li-block h4 a:hover
{
    color: #C1473A;
}
.team-li-block h6
{
    color: #919191;
    font-family: 'camptonbook';
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}
.team-li-block ul.social, .tdb-cnts-top ul.social
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.team-li-block ul.social li, .tdb-cnts-top ul.social li
{
    margin: 0;
    list-style-type: none;
}
.team-li-block ul.social li a, .tdb-cnts-top ul.social li a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background-color: #b6caf2;
    color: #4267B2;
    border-radius: 50%;
    margin: 0 5px;
}
.team-li-block ul.social li a:hover, .tdb-cnts-top ul.social li a:hover
{
    background-color: #4267B2;
    color: #b6caf2;
}
.team-li-block figure
{
/*    max-height: 350px;*/
    overflow: hidden;
}
.team-li-block figure img
{
    transform: scale(1.2);
    transition: all 0.2s linear;
}
.team-li-block:hover figure img
{
    transform: scale(1);
    transition: all 0.6s linear;
}
/*-----Team Detail--------*/

.team-detail-blocks
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.tdb-img
{
    width: 35%;
}
.tdb-img figure
{
    max-width: 380px;
    overflow: hidden;
    border-radius: 10px;
}
.tdb-cnts
{
    width: 65%;
}
.tdb-cnts-top
{
    margin-bottom: 25px;
    background-color: #f8f8f8;
    padding: 26px 30px 30px;
    border-radius: 10px;
}
.tdb-cnts-top h4
{
    margin-bottom: 10px;
}
.tdb-cnts-top h6
{
    color: #919191;
    font-family: 'camptonbook';
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
}
.tdb-cnts-top ul.apm-detail
{
    margin: 0 0 25px;
    padding: 0;
    list-style-type: none;
}
.tdb-cnts-top ul.apm-detail li
{
    padding-left: 30px;
    position: relative;
}
.tdb-cnts-top ul.apm-detail li svg, .tdb-cnts-top ul.apm-detail li i
{
    position: absolute;
    top: 2px;
    left: 0;
    color: #C1473A;
}
.tdb-cnts-top ul.apm-detail li a
{
    color: #002654;
}
.tdb-cnts-top ul.apm-detail li a:hover
{
    color: #C1473A;
}
.tdb-cnts-top ul.social
{
    justify-content: flex-start;
    margin: 0 -6px;
}
.tdb-cnts-top ul.social li a
{
    width: 35px;
    height: 35px;
    margin: 0 6px;
}
.tdb-cnts-midd p:last-child
{
    margin: 0;
}

/*-----------Team Better-----------*/

.team-li-block figure img 
{
	transform:none;
	width: 100%;
    height: auto;
/*    height:300px;*/
    object-fit: cover;

}
.team-li-block figure {
		position:relative;
	overflow:hidden;
}
.team-li-block figure:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color:rgb(0,0,0,0.3);
    width: 0%;
    transform: translateY(100%);
    border-radius: 3px;
    transition: all 500ms ease;
    z-index: 1;
}
.team-li-block:hover figure:before {
    transform: translateY(0);
    width: 100%;
}
.team-li-block:after{
    position: absolute;
    content: '';
    bottom: -80px;
    right: -80px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff7f5;
	transition-duration:0.2s;
}
.team-li-block:hover:after{
	  bottom: -50px;
    right: -50px;
	transition-duration:0.2s;
}
.tdb-img figure {
    padding: 25px;
    background: #f8f8f8;
}
.tdb-img figure img{
	   width: 100%;
    height:220px; 
	object-fit:cover;
}
.team-li-block figcaption {
text-align: left;
    padding: 0;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.team-li-block ul.social{
	justify-content:flex-start;
	text-align:left;
}
.team-li-block ul.social li a, .tdb-cnts-top ul.social li a {
	color:#fff;
	background:#c1473a;
	border:solid 2px #c1473a;
}
.team-li-block ul.social li a:hover, .tdb-cnts-top ul.social li a:hover {
		color:#c1473a;
	background:#fff;
}


/*----------Request A Demo------------*/

.inner-rd-wrap form > p .wpcf7-form-control
{
    -webkit-appearance: none;
    height: 48px;
    width: 100%;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.06);
    color: #fff;
    padding: 10px;
    background-color: rgba(255,255,255,0.12);
    font-size: 14px;
    border-radius: 0;
    outline: none;
}
.inner-rd-wrap form > p .wpcf7-form-control:focus
{
    border: 1px solid #293b55;
    background-color: rgba(0,0,0,0.01);
    outline: none;
        
}
.inner-rd-wrap form > p textarea.wpcf7-form-control
{
    height: 100px;
    resize: vertical;
}

.inner-rd-wrap form > p input[type="submit"].wpcf7-submit
{
   -webkit-appearance: none;
    width: auto; 
    min-width: 180px;
    height: 48px;
    padding: 10px 20px;
    background-color: #0B203D;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.inner-rd-wrap form > p input[type="submit"].wpcf7-submit:hover
{
    background: #C1473A;
    color: #fff;
    border: 2px solid #C1473A;
    transition: all 0.2s linear;
}
.inner-rd-wrap form
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.inner-rd-wrap form > p
{
    width: 50%;
    padding: 0 5px;
    position: relative;
}
.inner-rd-wrap form > p:nth-of-type(11)
{
    width: 100%;
}
.inner-rd-wrap form > p:nth-of-type(12)
{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}
.inner-rd-wrap form > p:nth-of-type(11) .wpcf7-form-control
{
    height: auto;
}
.inner-rd-wrap form > p:nth-of-type(11) .wpcf7-list-item
{
    margin: 0;
}
.inner-rd-wrap form > p:nth-of-type(11) .wpcf7-list-item-label
{
    cursor: pointer;
    font-family: 'camptonbook';
    line-height: 1.5;
    padding-left: 6px;
}
.inner-rd-wrap form > p:nth-of-type(11) .wpcf7-form-control-wrap:nth-of-type(2)
{
    height: 100%;
    display: inline-block;
    margin-top: 15px;
}
.inner-rd-wrap form > p:nth-of-type(11) span.wpcf7-not-valid-tip
{
    bottom: calc(100% + 0px);
    left: 11px;
    right: inherit;
}
.inner-rd-wrap form > p span.wpcf7-not-valid-tip
{
    position: absolute;
    bottom: calc(100% + 13px);
    background: #ff0000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    left: inherit;
    right: 0px;    
}
.inner-rd-wrap form > p span.wpcf7-not-valid-tip:after
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff0000;
    left: 10px;
    top: 27px;
}
.inner-rd-wrap form > p label
{
    font-family: 'camptonbold';
    color: #fff;
}
.inner-rd-wrap form > p select option
{
    background-color: #0B203D;
}
.inner-rd-wrap form span.ajax-loader
{
    margin-top: 30px;
    margin-left: 10px;
}
.inner-rd-wrap form > p .intl-tel-input .selected-flag .iti-arrow, .inner-rd-wrap form > p .country-select .selected-flag .arrow
{
    border-top: 4px solid #c6c6c6;
}
@media screen and (max-width:550px)
{
    .inner-rd-wrap form input[type="submit"]
    {
        width: 100%;
    }
    .inner-rd-wrap form span.ajax-loader
    {
        width: 100%;
        margin-left: 0;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 10px;
    }
}

.inner-rd-wrap form > p input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c6c6c6;
}
.inner-rd-wrap form > p input::-moz-placeholder { /* Firefox 19+ */
    color: #c6c6c6;
}
.inner-rd-wrap form > p input:-ms-input-placeholder { /* IE 10+ */
    color: #c6c6c6;
}
.inner-rd-wrap form > p input:-moz-placeholder { /* Firefox 18- */
    color: #c6c6c6;
}


/* solutions page */

/*
.page-id-24 header,
.page-template-solutions header,
.single-cpt-solution header,
.page-id-58 header,
.page-id-60 header
{
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: transparent;
    top: 0;
    left: 0;
}
.page-id-24 header.navbar-fixed,
.page-template-solutions header.navbar-fixed,
.single-cpt-solution header.navbar-fixed,
.page-id-58 header.navbar-fixed,
.page-id-60 header.navbar-fixed
{
    background-color: #fff;
}
*/
/*
.innerbanner, .page-template-solutions #banner-block,
.single-cpt-solution #banner-block,
.page-id-58 #banner-block,
.page-id-60 #banner-block
{
    width: 100%;
    height: 470px;
    background-color: #fbfdff;
    position: relative; 
    overflow: hidden;
}
.innerbanner .wp-block-group__inner-container, 
.page-template-solutions #banner-block .notme-container,
.single-cpt-solution #banner-block .notme-container,
.page-id-58 #banner-block .notme-container,
.page-id-60 #banner-block .notme-container
{
    position: absolute;
    max-width: 900px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 60px;
}
.innerbanner h1, 
.page-template-solutions #banner-block .notme-container .inner-banner h1,
.single-cpt-solution #banner-block .notme-container .inner-banner h1,
.page-id-58 #banner-block .notme-container .inner-banner h1,
.page-id-60 #banner-block .notme-container .inner-banner h1
{
    line-height: 46px;
    margin-bottom: 25px;   
}
.innerbanner p, 
.page-template-solutions #banner-block .notme-container .inner-banner p
{
    font-family: 'camptonlight';
    font-weight: 600;
    font-size: 24px;
    color: #002654;
    max-width: 870px;
    width: 100%;
    margin: auto;
    line-height: initial;
}
*/
.solution_whistle .hop-img a
{
    cursor: initial;
}
.solution_whistle .hop-cnts h3 img 
{
    width: auto;
    margin-right: 22px;
}
.solution_whistle .notme-row.hop-row
{
    padding-left: 60px;
    padding-right: 60px;
}
/*
.solution_whistle .nmc-col.hop-cnts
{
    padding-bottom: 40px; 
}
*/
.solutions_list_grid
{
    padding: 100px 0px;
    background: #FBFBFB;
    position: relative;
    padding-bottom: 0px;
}
.solutions_list_grid .solutions_list_grid_inner
{
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 30px;
} 
.solutions_list_grid_innerbox {
    box-shadow: 0px 3px 26px #00000029;
    background: #fff;
    position: relative;
    padding-bottom: 85px;
}
.solutions_list_grid_innertext {
    padding: 30px;
    padding-bottom: 0px;
}
.solutions_list_grid_innertext h2
{
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.solutions_list_grid_innertext h2 img 
{
    position: relative;
    width: 50px;
    left: 0;
    height: auto;
    margin-right: 20px;
    top: 5px;
}
.solutions_list_grid_innertext h2 a 
{
    color: #002654;
    font-size: 30px;
    line-height: 32px;
    position: relative;
    left: 0px;
    text-decoration: none;
    flex: 1;
}
.solutions_list_grid_innertext h2:hover a
{
    color: #C1473A;
}
.solutions_list_grid_innertext p 
{
/*    color: #607888;*/
    font-size: 18px;
    font-family: 'camptonbook';
    line-height: 1.4;
    margin-bottom: 30px;
}
.solutions_list_grid_innertext a.sol_readmore
{
    width: 180px;
    height: 48px;
    display: flex;
    background: #0B203D;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'camptonbook';
    margin-top: 0px;
    transition: all 0.2s linear;
    text-transform: capitalize;
    position: absolute;
    bottom: 45px;
}
.solutions_list_grid_innertext a.sol_readmore:hover 
{
    background: #C1473A;
    color: #fff;
    transition: all 0.2s linear;
}
.solutions_list_grid:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #ffffff;
    height: 47%;
    bottom: 0;
    left: 0;
}
.solution_whistle.solution_whistle_reverse #home-philosophy .nmc-col.hop-cnts
{
    padding-left: 0px;
}
.solution_whistle.solution_whistle_reverse #home-philosophy .nmc-col.hop-img
{
    padding-right: 0;
    padding-left: 40px;
    background-position: left bottom;
} 
.solution_whistle.solution_whistle_reverse .hop-cnts h3 img {
    width: auto;
    margin-right: 22px;
    position: relative;
    top: -6px;
}
.solution_whistle #home-philosophy .hop-cnts h3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.solution_whistle #home-philosophy .hop-cnts h3 img {
    width: 48px;
    margin-right: 20px;
}
#banner-block, #hero-block
{
    position: relative;
    overflow: hidden;
}
#banner-block:before, #hero-block:before
{
    content: '';
    background-image: url('../images/hashicon.png');
    position: absolute;
    left: -80px;
    height: calc(100% + 100px);
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    top: -85px;
    background-position: bottom right;
}
#banner-block:after, #hero-block:after
{
    content: '';
    background-image: url('../images/banner-right-star.png');
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-id-60 .innerpage_sec, .page-id-1302 .innerpage_sec
{
    padding-bottom: 0px;
}

/* video page */
#video-page
{
    padding: 100px 0;
    border-bottom: 1px solid #f2f2f2;
}

.notme-video
{
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 20px;
    background-color: #fff;
    transition: all 0.2s linear;
}
.notme-videobox
{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
}
.notme-videobox a.videofancya
{
    display: block;
    position: relative;
}
.notme-videobox a.videofancya img 
{
    height: 260px;
    object-fit: cover;
    object-position: center;
}
.notme-videobox a.videofancya:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
.notme-videobox a.videofancya:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%; 
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: url('../images/playicon.png');
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px; 
}
.notme-videobox h3 
{
    font-size: 20px;
    line-height: 1.3;
    text-transform: none;
    padding: 20px 15px;
    margin: 0;
    width: auto;
    transition: all 0.2s linear;
}
.notme-videobox h3 a
{
    color: #002654;
    display: inline-block;
    width: 100%;
    text-align: center;
    transition: all 0.2s linear;
}
.notme-videobox h3 a:hover
{
    color: #c1473a;
    transition: all 0.2s linear;
}
.notme-videobox:hover h3
{
    color: #c1473a;
}

/* press page */

.press-featured-in
{
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}
.press-featured-in .wp-block-group__inner-container
{
    max-width: 900px;
    margin: auto;
}
.press-featured-in h2
{
    line-height: 38px;
}
.press-featured-in p
{
    font-family: 'camptonlight';
    font-weight: 600;
    font-size: 20px;
    color: #002654;
    max-width: 870px;
    margin: auto;
    line-height: 30px;
}
.press-client-grid
{
    width: 100%;
    position: relative;
    background: #FBFBFB;
    padding: 100px 0; 
}
.press-client-gridinner 
{
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 30px;
}
.press-client-gridbox
{
    box-shadow: 0px 0px 12px rgba(0,0,0,0.15);
    background: #fff;
    position: relative;
    padding-bottom: 70px;
    border-radius: 14px;
    overflow: hidden;
}
.press-client-gridbox .pressimg
{
    position: relative;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
}
.pressimg img {
    height: auto;
    width: 140px;
}
.presstext {
    padding: 15px;
}
.presstext h2{
    font-size: 22px;
    margin-bottom: 15px;
    color: #002654;
}
.presstext h2 a
{
    color: #002654;
}
.presstext h2:hover a
{
    color: #C1473A;
}
.presstext p 
{
/*    color: #607888;*/
    font-size: 18px;
    font-family: 'camptonbook';
    line-height: 1.4;
    margin-bottom: 10px;
}
.presstext a.readarticle
{
    width: 180px;
    height: 48px;
    display: flex;
    background: #0B203D;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'camptonbook';
    margin-top: 0px;
    transition: all 0.2s linear;
    text-transform: capitalize;
    position: absolute;
    bottom: 20px;
}
.presstext a.readarticle:hover 
{
    background: #C1473A;
    color: #fff; 
    transition: all 0.2s linear;
}
.remorearticle
{
    margin-top: 50px;
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
}
.remorearticle a.readarticle
{
    width: 180px;
    height: 48px;
    display: flex;
    background: #0B203D;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'camptonbook';
    transition: all 0.2s linear;
    text-transform: capitalize;
    margin: auto;
}
.remorearticle a.readarticle:hover 
{
 background: #C1473A;
    color: #fff; 
    transition: all 0.2s linear;   
}
.solution_whistle #home-philosophy .nmc-col.hop-img a img
{
    border-radius: 20px;
}

.custom-p-style p
{
    font-size: 24px;
    line-height: 36px;
}

.safar_world_reverse h3, .safar_world h3, .safar_world2 h3, .safar_world_reverse2 h3
{
    margin-top: 0 !important;
}

/*-------Resouces-------------*/

.rp-heading-block
{
    max-width: 1000px;
    margin: 0 auto 25px !important;
}

.rp-heading-block p
{
    font-size: 22px;
    margin: 0;
}

.resources-block-wrapper .wp-block-columns
{
    align-items: center !important;
    margin-bottom: 50px !important;
}

.resources-block-wrapper .wp-block-column p:not(:last-of-type)
{
    margin-bottom: 25px;
    font-size: 22px;
}

.resources-block-wrapper .wp-block-group__inner-container > .wp-block-columns:last-child, .resources-block-wrapper .wp-block-group__inner-container > .wp-block-columns p:last-child, .resources-block-wrapper > .wp-block-columns:last-child, .resources-block-wrapper > .wp-block-columns p:last-child
{
    margin-bottom: 0 !important
}
.resources-block-wrapper > .wp-block-columns
{
    gap: 2em;
}
.resources-block-wrapper figure
{
    position: relative;
    padding-bottom: 40px;
    background-size: 120px;
    background-repeat: no-repeat;
}

.resources-block-wrapper .wp-block-group__inner-container > div:nth-child(odd) figure, .resources-block-wrapper > div:nth-child(odd) figure
{
    background-image: url(../../assets/images/dotted-square.png);
    padding-right: 40px;
    background-position: right bottom;
}
.resources-block-wrapper .wp-block-group__inner-container > div:nth-child(even) figure, .resources-block-wrapper > div:nth-child(even) figure
{
    background-image: url(../../assets/images/dotted-square.png);
    padding-left: 40px;
    padding-right: 0;
    background-position: left bottom;
}

.resources-block-wrapper figure img
{
    border-radius: 14px !important;
}

.resources-block-wrapper h3
{
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

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

#home-organizations
{
    padding: 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
#home-organizations .h-block-header h4
{
    margin-bottom: 0;
/*    color: #fff;*/
}
.h-org-slider .slick-track
{
    display: flex;
    align-items: center;
}
.h-org-slider .slick-slide
{
    padding: 0 10px;
}
.h-org-slider img
{
    object-fit: contain;
    max-height: 80px;
}

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

.product-intro
{
    background-color: rgba(12,108,238,0.02);
}
.prod-in-cts
{
    padding-left: 20px;
}
.prod-in-cts li
{
    line-height: 24px;
}
.hoppi-cnts p
{
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
}
.philo-sec-3
{
    padding: 0;
    padding-top: 60px;
}
.philo-sec-3 h4
{
    margin-top: 0 !important;
}
.philo-sec-3 li
{
    line-height: 1.6;
}

.blogdropdown {
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 2px rgb(0 0 0 / 10%);
    padding-top: 20px;
    margin-bottom: 30px;
}
.blogdropdown ul {
    padding: 0 30px 5px;
    margin: 0;
}
.blogdropdown h4{
    
    padding-left: 30px;
}
.blogdropdown ul li {
    list-style: none;
    margin-bottom: 0;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blogdropdown ul li:last-child{
    border:0;
}


.how-it-work-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.tab-cnts-col-3 {
    width: 33.33%;
}
.innerpage_sec #how-its-work
{
    padding: 100px 0;
    background-color: rgba(12,108,238,0.02);
    position: relative;
    margin-top: 40px;
}
.innerpage_sec #how-its-work:before
{
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    background-color: rgba(12,108,238,0.02);
}
.innerpage_sec #how-its-work:after
{
    content: '';
    position: absolute;
    top: 0;
    right: -200%;
    width: 200%;
    height: 100%;
    background-color: rgba(12,108,238,0.02);
}
.innerpage_sec #how-its-work .notme-container
{
    padding: 0;
}
.innerpage_sec #how-its-work .h-block-header h3
{
    margin-top: 0;
}
.innerpage_sec #how-its-work .h-btn-row
{
    width: 100%;
}
#how-its-work .ti-cnts-block-01 figure img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 0;
}

#how-its-work ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.ti-cnts-block-01 {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
.trend-sec-full {
    padding: 100px 0 0;
}
.trend-sec-col {
    margin-top: 50px;
}
.trends-sec h4{
    height:70px;
}
/* #how-its-work{
    background-color: #FBFBFB;
    padding: 100px 0;
} */

@media (max-width: 1599px){
    .trends-sec h4 {
        height: 70px;
    }
}
@media (max-width: 1199px){
    .trends-sec h4 {
        height: auto;
    }
}

@media only screen and (max-width: 768px){
    #how-its-work ul.resp-tabs-list {
        display: none;
    }
    .tab-cnts-col-3 {
        width: 100%;
    }
    .ti-cnts-block-01 {
        text-align: left;
        max-width: 100%;
        margin: 0 auto;
    }
    .blog-detail .blog-col-2-75p {
        width: 100%;
    }
    
    .blog-detail .blog-col-2-25p {
        width: 100%;
    }
    .blog-detail .blog-col-2-75p {
        width: 100%;
        margin-bottom: 30px;
    }
}

.philo-sec-3 ul
{
    margin: 0;
}
.philo-sec-3 figure img, .trend-sec-full figure img, .b-r img
{
    border-radius: 14px !important;
}
.trend-sec-full .trend-sec-col figure img
{
    border-radius: 0 !important;
}

/*----------Pricing--------------*/

.pricing-page-table
{
    margin: 40px 0;
}
.pricing-page-table .wp-block-columns
{
    margin: 0;
    gap: 1.4em !important;
}
.pricing-page-table .wp-block-column
{
/*    padding: 25px;*/
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    text-align: center;
}
.pricing-page-table .wp-block-column h3
{
    font-size: 36px;
    margin: 0;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.pricing-page-table .wp-block-column h4
{
    margin: 25px 0 0;
    font-size: 18px;
    font-family: 'camptonbook';
    min-height: 21px;
    color: #8e8e8e;
    font-weight: 500;
}
.pricing-page-table .wp-block-column h5
{
    font-size: 32px;
    color: #c1473a;
    margin: 10px 0 25px;
    line-height: 1;
    padding-left: 25px;
    padding-right: 25px;
}
.pricing-page-table .wp-block-column h5 sup
{
    font-size: 18px;
}
.pricing-page-table .wp-block-column h5 strong
{
    font-size: 14px;
}
.pricing-page-table .wp-block-column p
{
    font-size: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 69px;
}
.pricing-page-table .wp-block-column ul
{
    padding: 0;
    margin: 0;
    padding-bottom: 25px;
}
.pricing-page-table .wp-block-column ul li
{
    margin-bottom: 0;
    position: relative;
/*    padding-left: 40px;*/
    list-style-type: none;
    text-align: center;
    padding: 15px 25px;
    background-color: #fff;
    font-family: 'camptonbook';
}
.pricing-page-table .wp-block-column ul li:nth-child(even)
{
    background-color: #f5f5f5;
}

.pricing-page-table .wp-block-column ul li:last-child
{
    margin-bottom: 0;
}
.pricing-page-table .wp-block-column ul li:before
{
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-family: "FontAwesome";
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background-color: #efefef;
    border-radius: 50%;
    display: none;
}

.hide-now
{
    display: none !important;
}

/*----------Single Page Video--------------*/

.single-video-wrapper
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.single-video-wrapper .notme-videobox
{
    width: calc(50% - 30px);
    margin: 0 15px;
}
.single-video-wrapper  .notme-videobox a.videofancya img
{
    height: auto;
}
@media (max-width: 767px)
{
    .single-video-wrapper .notme-videobox
    {
        width: calc(100% - 0px);
        margin: 0;
    }
}

.emaillist .es_spinner_image
{
position: absolute;
top: 50%;
right: 170px;
z-index: 9;
transform: translateY(-50%);
}

.wp-block-columns.clgap, .wp-block-columns.col-rev.clgap
{
gap: 0;
}
.wp-block-columns.clgap > div:last-child
{
padding-left: 30px;
}
.wp-block-columns.clmn-rev.clgap > div:first-child
{
padding-right: 30px;
}
.wp-block-columns.clmn-rev.clgap > div:last-child
{
padding-left: 0px;
}

@media screen and (max-width: 576px)
{
.emaillist .es_spinner_image
{
right: 135px;
}
}

@media screen and (max-width: 781px)
{
.wp-block-columns.clgap > div:last-child
{
padding-left: 0px;
padding-top: 20px;
}
.wp-block-columns.clmn-rev.clgap > div:first-child
{
padding-right: 0;
padding-top: 20px;
}
.wp-block-columns.clmn-rev.clgap > div:last-child
{
padding-left: 0px;
padding-top: 0px;
}

}

.inner-rd-wrap .wpcf7 form.sent .wpcf7-response-output
{
    color: #fff;
    width: 100%;
    text-align: center;
}