#banner-block
{
    padding: 100px 0;
    background-color: #FBFBFB;
}
.inner-banner
{
    text-align: center;
}
.inner-banner p
{
    max-width: 850px;
    font-weight: 600;
    margin: 0 auto;
    font-size: 24px;
}

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

#blog-page
{
    padding: 100px 0;
    border-bottom: 1px solid #efefef;
}
.blog-wrapper
{
    display: flex;
    flex-flow: row wrap;
}
.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;
}
.blog-box-img a
{
    display: inline-block;
    width: 100%;
}

.blog-box .blog-box-img img
{
    width: 100%;
    height: auto;
    transition: all 0.2s linear;
}

.blog-box:hover .blog-box-img img
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s linear;
}

.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: uppercase;
}
.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;
}
.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: 450px;
    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 span
{
    font-size: 15px;
}
.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;
}

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

#contactus-page .ctop-block
{
    padding: 100px 0 80px;
}
.ctp-info
{
    margin-bottom: 40px;
}
.map-section
{
    line-height: 0;
}
.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
{
    position: absolute;
    top: 0;
    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
{
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
ul.ctp-social-icons li
{
    list-style-type: none;
    margin: 0;
    margin-right: 15px;
}
.ctp-social-icons img
{
    height: 30px;
    width: auto;
    transition: all 0.2s linear;
}
.ctp-social-icons img:hover
{
    transform: scale(1.05);
    transition: all 0.2s linear;
}
.ctp-form
{
    background-color: #e8e8e8;
    padding: 100px;
}
.ctp-address
{
    padding-left: 60px;
}

/*--------------------------------/// 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
{
    background-color: #002654;
    padding: 20px;
    font-size: 18px;
    margin: 0;
    color: #fff;
}
.faq-block .accordian h5.accodian-title.active, .faq-block .accordian h5.accodian-title:hover
{
    background-color: #c1473a;
    color: #fff;
}
.faq-block .accordian h5.accodian-title:before
{
    display: none;
}
.faq-block .accordian h5.accodian-title span
{
    background-color: transparent;
}
.faq-block .accordian h5.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 section.accodian-cnts p
{
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}
.faq-block section.accodian-cnts p:last-child
{
    margin-bottom: 0;
}

/*----------- 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: center;
    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;
}

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

#team-page
{
    padding: 100px 0;
}
.team-blocks
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.team-li-block
{
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 32px 10px -28px rgba(0,0,0,0.08);
    overflow: hidden;
    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
{
    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-blocks
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.tdb-img
{
    width: 35%;
}
.tdb-img figure
{
    max-width: 350px;
    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
{
    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;
}
