/*-----------WebFonts--------*/

@font-face {
    font-family: 'camptonbold';
    src: url('../fonts/camptonbold-webfont.woff2') format('woff2'),
         url('../fonts/camptonbold-webfont.woff') format('woff'),
        url('../fonts/CamptonBlack.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonbold_italic';
    src: url('../fonts/camptonbolditalic-webfont.woff2') format('woff2'),
         url('../fonts/camptonbolditalic-webfont.woff') format('woff'),
        url('../fonts/CamptonBoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonbook';
    src: url('../fonts/camptonbook-webfont.woff2') format('woff2'),
         url('../fonts/camptonbook-webfont.woff') format('woff'),
        url('../fonts/CamptonBook.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonbook_italic';
    src: url('../fonts/camptonbookitalic-webfont.woff2') format('woff2'),
         url('../fonts/camptonbookitalic-webfont.woff') format('woff'),
        url('../fonts/CamptonBookItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonextrabold';
    src: url('../fonts/camptonextrabold-webfont.woff2') format('woff2'),
         url('../fonts/camptonextrabold-webfont.woff') format('woff'),
        url('../fonts/CamptonExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonextrabold_italic';
    src: url('../fonts/camptonextrabolditalic-webfont.woff2') format('woff2'),
         url('../fonts/camptonextrabolditalic-webfont.woff') format('woff'),
        url('../fonts/CamptonExtraBoldItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonlight';
    src: url('../fonts/camptonlight-webfont.woff2') format('woff2'),
         url('../fonts/camptonlight-webfont.woff') format('woff'),
        url('../fonts/CamptonLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'camptonlight_italic';
    src: url('../fonts/camptonlightitalic-webfont.woff2') format('woff2'),
         url('../fonts/camptonlightitalic-webfont.woff') format('woff'),
        url('../fonts/CamptonLightItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

/*---------------------------------------------------Elements--------*/

*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
body
{
    color:#002654;
    font-family: 'camptonbook';
    font-size: 18px;
    line-height: 26px;
    background-color: #fff;
    overflow-x: hidden;
}
a
{
    text-decoration: none;
    color: #C1473A; 
}
a:hover
{
    color: #002654; 
}
p
{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}
h1
{
    font-size: 60px;
}
h2
{
    font-size: 48px;
}
h3
{
    font-size: 36px;
}
h4
{
    font-size: 30px;
}
h5
{
    font-size: 24px;
}
h6
{
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'camptonbold';   
    margin: 0 0 25px;
    line-height: 1.2;
}
ul, ol
{
    padding-left: 35px;
    margin-bottom: 20px;
}
li
{
    margin-bottom: 15px;
}
img
{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/*---------------------------------------------------Custom Style--------*/

.notme-container-fluid
{
    width: 100%;
    padding: 0 20px;
}

.notme-container
{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.notme-row
{
    display: flex;
    flex-flow: row wrap;
}
.align-justify-center
{
    align-items: center;
    justify-content: center
}
.align-item-center
{
    align-items: center !important;
}
.notme-row .col
{
    width: 100%;
}

.txt-case
{
    text-transform: uppercase;
}

.txt-center
{
    text-align: center;
}
.txt-justify, .txt-justify p 
{
    text-align: justify;
}
.p-0
{
    padding: 0;
}
.m-0
{
    margin: 0;
}
.mb-0
{
    margin-bottom: 0;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.pt-0
{
    padding-top: 0;
}

.notme-button 
{
    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;
    transition: all 0.2s linear;
}
.notme-button:hover 
{
    background: #C1473A;
    color: #fff;
    border: 2px solid #C1473A;
    transition: all 0.2s linear;
}

.clr-txt
{
    color: #C1473A !important;
}

/*---------------Header--------------*/

.header-area
{
    position: relative;
    padding-top: 131px;
}
header
{
    background-color: #fff;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 131px;
    transition: all 0.2s linear;
    z-index: 9999;
}
header.float-nav
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
/*    z-index: 99;*/
}
header.navbar-fixed, header.float-nav.navbar-fixed
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background-color: #fff;
/*    z-index: 9999;*/
    box-shadow: 0 0 12px rgb(0 0 0 / 12%);
    transition: all 0.2s linear;
}

@media (min-width: 993px)
{
header.float-nav
{
    z-index: 99;
}
header.navbar-fixed, header.float-nav.navbar-fixed
{
    z-index: 9999;
}
    
}

header.navbar-fixed .header-lang
{
    display: none;
}
.desktop-menu 
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.desktop-menu ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.desktop-menu ul li
{
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 0;
}
.desktop-menu ul li:last-child
{
    margin-right: 0;
}
.desktop-menu ul li a
{
    font-size: 18px;
    color: #2A4F76;
    padding: 15px 5px;
}
.desk-menu-left ul
{
    justify-content: flex-start;
    margin-left: -5px;
}
.desk-menu-right ul
{
    justify-content: flex-end;
    margin-right: -5px;
}
.desk-menu-left, .desk-menu-right
{
    width: calc(50% - 100px);
}
.header-logo
{
    width: 100%;
    max-width: 200px;
    height: auto;
}
header.navbar-fixed .header-logo
{
    max-width: 150px;
}
header.navbar-fixed img.mobile-logo
{
    max-width: 130px;
}
.header-lang
{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px;
}
.header-lang span
{
    border: 2px solid #707070;
    border-radius: 5px;
    color: #2A4F76;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
}
.mobile-navbar
{
    display: none;
}
@media screen and (max-width: 992px)
{
.mobile-navbar
{
    display: block;
}
.desktop-navbar
{
    display: none;
}
}
.mobile-navbar .mn-cols
{
    justify-content: space-between;
    align-items: center;
}
img.mobile-logo
{
    max-width: 150px;
}
.menu-open a.notme-toggle
{
    color: #002654;
}
.menu-open .notme-toggle svg, .menu-open .notme-toggle i
{
    font-size: 22px;
    padding: 5px 10px;
    border: 1px solid #0b203d;
    border-radius: 5px;
    width: 24px;
    background-color: #0b203d;
    display: initial;
    color: #fff;
}
.mobile-menu-nav
{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding: 75px 30px 50px;
    background-color: #002654;
    z-index: 99999;
    transition: all 0.2s linear;
}
.mobile-menu-nav.navfix-open
{
    left: 0% !important;
    transition: all 0.2s linear;
}
.menu-close .notme-toggle
{
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 25px;
    width: 30px;
    height: 30px;
    line-height: 1;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #002654;
    border: 2px solid #002654;
    transition: all 0.2s linear;
}
.menu-close .notme-toggle i
{
    line-height: 26px;
}
.menu-close .notme-toggle:hover
{
    background-color: #002654;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.2s linear;
}
.mobile-menu-nav ul.mobile-menu
{
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: calc(100vh - 120px);
    padding-right: 10px;
    margin-right: -10px;
}
.mobile-menu-nav ul li
{
    margin: 0 0 20px;
    list-style-type: none;
}
.mobile-menu-nav li a
{
    color: #fff;
    padding: 5px 0;
    display: inline-block;
}
.mobile-menu-nav ul.sub-menu
{
    margin: 20px;
}
.mobile-menu-nav ul.sub-menu li
{
    margin: 0 0 10px;
}
.mobile-menu-nav .sub-menu li:last-child
{
    margin: 0;
}

/*-------------/// Mobile Nav Submenu ///-------------------*/

header .mobile-menu li>a.line-center
{
    width: calc(100% - 50px);
    font-size: 18px;
}
header .mobile-menu>li>a:before
{
    display: none;
}
header .mobile-menu li>a.arrow-nav
{
    width: 50px;
    text-align: right;
    padding-right: 5px;
    display: inline-block;
    transition: all 0.2s linear;
}
header .mobile-menu li>a.arrow-nav i
{
    transition: all 0.2s linear;
}
header .mobile-menu li>a.arrow-nav.rotate-90 i
{
    transform: rotateZ(180deg);
    transform-origin: center;
    transition: all 0.2s linear;
}
header .mobile-menu li>ul.sub-menu
{
    position: relative;
    padding: 20px 15px 0; 
    display: none;
    width: 100%;
    margin: 0;
}
header .mobile-menu li>ul.sub-menu a
{
    font-size: 16px;
}
header .mobile-menu li>ul.sub-menu.xs-d-cont, header .mobile-menu li:hover>ul.sub-menu.xs-d-cont
{
    display: block;
    transform: scaleY(1);
    transition: all 0.2s linear;
}
header .current_page_parent > a, header .current_page_item > a, header .mobile-menu li a:hover
{
 color: #C1473A !important;   
}

/*---------------Hero Block--------------*/

#hero-block
{
    padding: 100px 0;
}
.hero-row
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 85px;
}
.home-slider
{
    z-index: 1;
}
.hero-cnts-block
{
    width: 50%;
}
.hero-img-block
{
    width: 50%;
    padding-right: 30px;
}
.hero-cnts-foot img
{
    width: 250px;
}
ul.hero-location
{
    margin: 0;
    margin-top: 30px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
ul.hero-location li
{
    list-style-type: none;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}
ul.hero-location span
{
    margin: 0 20px;
    vertical-align: text-top;
}
ul.hero-location li:last-child span 
{
    display: none !important;
} 

.hero-cnts-foot
{
    margin-top: 45px;
}
.inner-hero-cnts
{
    max-width: 520px;
}
.inner-hero-cnts h1
{
    line-height: 1;
}
.inner-hero-cnts h4,
.inner-hero-cnts h3
{
    line-height: 46px;
    margin-bottom: 35px;
}
.inner-hero-cnts h5,
.inner-hero-cnts h2
{
    font-family: 'camptonbook';
    margin-bottom: 15px;
}
.inner-hero-cnts h2
{
    font-size: 24px;
}
.inner-hero-cnts h3
{
    font-size: 30px;
}

.slick-dots li
{
    margin: 0 8px;
}
.slick-dots li button:before
{
    width: 20px;
    height: 20px;
    background-color: #0b203d;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before, .slick-dots li button:hover:before
{
    background-color: #c1473a;
}
.slick-dots
{
    bottom: -40px;
}
.slick-prev, .slick-next
{
    background-color: #0b203d;
    background: #0b203d;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    opacity: 0;
    z-index: 9;
    transition: all 0.2s linear;
}
.home-slider:hover .slick-prev, .home-slider:hover .slick-next, .h-org-slider:hover .slick-prev, .h-org-slider:hover .slick-next
{
    opacity: 1;
    transition: all 0.2s linear;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus
{
    background-color: #C1473A;
    background: #C1473A;
    transition: all 0.2s linear;
}
.slick-prev
{
    left: 0px;
}
.slick-next
{
    right: 0px;
}
.slick-prev:before, .slick-next:before
{
    font-size: 28px;
    color: #fff;
    opacity: 1;
    font-family: "FontAwesome";
}
.slick-prev:before
{
    content: '\f053';
}
.slick-next:before
{
    content: '\f054';
}

/*---------------CLogos--------------*/

#home-clogos
{
    padding: 45px 0;
    background-color: #FBFBFB;
}
#home-clogos .h-block-header h4
{
    margin-bottom: 0;
}

ul.hc-logos
{
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1250px;
}
ul.hc-logos li
{
    list-style-type: none;
    margin: 0;
    width: auto;
    text-align: center;
    padding: 0 10px;
    max-width: 16.666%;
}
ul.hc-logos li img
{
    width: auto;
    height: auto;
}

/*---------------Solutions--------------*/

#home-solutions
{
    background-color: #FBFBFB;
    padding: 100px 0;
}
.hsln-blocks
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px -15px;
}
.hsln-block
{
    width: calc(25% - 30px);
    margin: 15px;
    background-color: #fff;
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
}
.hsln-block img
{
    height: 100px;
    width: auto;
    margin: 0 auto;
    display: table;
}
.hsln-block figure
{
    padding-bottom: 33px;
    margin-bottom: 30px;
    position: relative;
}
.hsln-block figure:after
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    border-radius: 5px;
    background-color: #C1473A;
    transform: translateX(-50%);
}
.hsln-block h5
{
    margin-bottom: 15px;
    min-height: 58px;
}
.hsln-block h5 a
{
    color: #002654;
}
.hsln-block h5 a:hover
{
    color: #C1473A;
}
.hsln-block p
{
    font-size: 18px;
/*    color: #607888;*/
    line-height: 28px;
    margin-bottom: 0;
}
.h-btn-row
{
    text-align: center;
    margin-top: 40px;
}
.h-btn-row a.notme-button
{
    margin-right: 0;
}
.h-block-header
{
    text-align: center;
    margin-bottom: 45px;
}
.h-block-header h3
{
    margin-bottom: 40px;
    color: #002654;
}
.h-block-header p
{
    max-width: 900px;
    margin: 0 auto;
/*    color: #607888;*/
    font-size: 24px;
    line-height: 36px;
}

/*---------------Notme Culture--------------*/

#home-philosophy
{
    padding: 100px 0;
}
.hop-row
{
    align-items: center;
}
.hop-col
{
    width: 50%;
}
.hop-img
{
    padding-right: 40px;
    padding-bottom: 40px;
    background-size: 120px;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}
.hop-img img:not(.float-playicon)
{
    border-radius: 24px;
}
.float-playicon
{
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
}
.hop-cnts
{
    padding-left: 60px;
}
.hop-cnts h3
{
    margin-bottom: 35px;
}
.hop-cnts p
{
/*    color: #607888;*/
    font-size: 24px;
    line-height: 34px;
    max-width: 430px;
    margin-bottom: 0;
}
.hop-btn-row
{
    margin-top: 30px;
}
#home-philosophy .hop-cnts p
{
    max-width: inherit;
}
.hop-caption
{
    margin-top: 15px;
}
.hop-caption p
{
    text-align: center;
    font-weight: 600;
}


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

#home-products
{
    padding: 100px 0;
}
.tab-contents
{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
    padding-top: 60px;
}
.tab-cnts-col1
{
    display: flex;
    flex-flow: row wrap;
    width: 65%;
}
.ti-cnts-col
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -60px;
}
.ti-cnts-block
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 60px;
    min-height: 50px;
    width: 50%;
}
.ti-cnts-block figure
{
    width: 50px;
    margin-right: 20px;
}
.ti-cnts-block figcaption
{
    max-width: 195px;
/*    color: #607888;*/
    font-size: 18px;
    line-height: 24px;
}
.ti-cnts-block img
{
    width: 50px;
    height: auto;
}
.tab-cnts-col2
{
    width: 35%;
}
.tab-cnts-col2 img
{
    border-radius: 16px;
}

/*---------------Sectors--------------*/

#home-sectors > .notme-container
{
    padding: 100px;
    background-color: rgba(12,108,238,0.02);
    border-radius: 50px;
    max-width: 1400px;
}
#home-sectors .ti-cnts-block figcaption
{
    font-weight: 600;
}
#home-sectors .ti-cnts-block figure
{
    width: 56px;
}
#home-sectors .ti-cnts-block figure img
{
    width: 56px;
    height: auto;
}

/*---------------Notme Culture--------------*/

#notme-culture
{
    padding: 100px 0;
}
.nmc-row
{
    align-items: center;
}
.nmc-col
{
    width: 50%;
}
.nmc-img
{
    padding-right: 40px;
    padding-bottom: 40px;
    background-size: 120px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
#notme-culture .nmc-img img
{
    width: auto;
    border-radius: 24px;
}
.nmc-cnts
{
    padding-left: 60px;
}

/* Accordian Styling */

.accordian 
{
  list-style:none;
  margin:0;
  padding:0;
}
.accordian li
{
  margin:0;
}
.accordian h5.accodian-title,
.accordian h4.accodian-title  
{
  display:block;
  cursor:pointer;
    position: relative;
    font-size: 16px;
    color: #002654;
    text-transform: uppercase;
}
.accordian h5.accodian-title:after,
.accordian h4.accodian-title:after  
{
    content: '\2b';
    position: absolute;
    top: 50%;
    right: 0px;
    font-family: "FontAwesome";
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0B203D;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
}
.accordian h5.accodian-title.active:after,
.accordian h4.accodian-title.active:after  
{
    content: '\f068';
}
.accordian h5.accodian-title:before,
.accordian h4.accodian-title:before  
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0px;
    height: 0px;
    width: auto;
    border: 1px dashed #9FC2D7;
    transform: translateY(-50%);
}
.accordian h5.accodian-title span,
.accordian h4.accodian-title span
{
    display: inline-block;
    background-color: #fff;
    position: relative;
    min-width: 120px;
}

.accordian section.accodian-cnts 
{
  display:none;
  padding:0 50px 25px 0;
}
.accordian section.accodian-cnts.active 
{
  display:block;
}
section.accodian-cnts p
{
    margin: 0;
    font-size: 16px;
/*    color: #607888;*/
    max-width: 430px;
    width: 100%;
}
section.accodian-cnts ul, section.accodian-cnts ol
{
    margin-top: 20px;
}

/* Accordian Styling */

.nmc-cnts h3
{
    margin-bottom: 35px;
    max-width: 350px;
}

/*---------------Instagram Feed--------------*/

#insta-feed
{
    padding: 100px 0;
    background-color: rgba(12,108,238,0.02);
}
.sb_instagram_header
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#sb_instagram .sb_instagram_header, .sb_instagram_header
{
    margin-bottom: 25px !important;
}

#sb_instagram .sbi_follow_btn a
{
    margin-top: 25px;
    background-color: #0B203D !important;
    padding: 15px 25px;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover
{
    box-shadow: none;
    background-color: #C1473A;
}
#sb_instagram #sbi_load .sbi_follow_btn
{
    margin-left: 0;
}

/*---------------Testimonials--------------*/

#home-testimonials
{
    padding: 100px 0;
    background-color: #fbfbfb;
}
.h-testy-block
{
    margin: 15px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgb(0 0 0 / 12%);
}
.h-testy-cnts
{
    padding: 30px;
}
.h-testy-foot
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #fafafb;
    border-radius: 0 0 15px 15px;
    background-color: #fafafb;
}
.h-testy-foot h4
{
    margin-bottom: 10px;
    font-size: 24px;
    color: #C1473A;
}
.h-testy-foot h6,
.h-testy-foot h5
{
    margin-bottom: 0;
    font-family: 'camptonbook';
    font-size: 18px;
}
.h-testy-foot figure
{
    max-width: 80px;
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}
.h-testy-foot figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.testy-quote
{
    max-width: 60px;
    margin-bottom: 25px;
}
.h-testy-block p
{
    font-size: 24px;
    margin: 0;
}
.h-testimonial-slider.slick-dotted.slick-slider
{
    margin-bottom: 80px;
}
.h-testimonial-slider .slick-dots
{
    bottom: -40px;
}

/*--------Inner Testy---------------*/

#testimonials-page
{
    padding: 100px 0;
    border-bottom: 1px solid #f2f2f2;
	padding-top:50px;
}
.in-testy-block
{
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    transition: all 0.2s linear;
}
.in-testy-block:hover
{
    background-color: #fafafb;
    transform: translateY(-5px);
    transition: all 0.2s linear;
}
.in-testy-block:last-child
{
    margin-bottom: 0;
}
.in-testy-cnts
{
    padding: 30px;
    border-bottom: 1px solid #fff;
}
.in-testy-block:hover .in-testy-cnts:not(.in-testy-foot)
{
    border-bottom: 1px solid #ebebeb;
}
.in-testy-foot
{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    background-color: #fafafb;
    border-radius: 0 0 15px 15px;
}
.in-testy-foot h4
{
    margin-bottom: 10px;
    font-size: 24px;
    color: #C1473A;
}
.in-testy-foot h6
{
    margin-bottom: 0;
    font-family: 'camptonbook';
    font-size: 18px;
}
.in-testy-foot figure
{
    max-width: 80px;
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}
.in-testy-foot figure img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.in-testy-block p
{
    font-size: 24px;
    margin: 0;
}


/*---------------Footer--------------*/

.footer-block2
{
    padding: 80px 0;
    text-align: center;
}
.footer-block2 h3
{
    text-transform: uppercase;
    color: #C1473A;
}
.footer-block2 h5, .footer-block2 h2
{
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 24px;
}
.footer-block2 h3 span
{
    font-family: 'camptonlight';
    color: #002654;
}
.footer-block2 p
{
    max-width: 920px;
    margin: 0 auto;
/*    color: #000000;*/
}
.fb3-logabt
{
    width: 40%;
}
.fb3-btns
{
    width: 60%;
}
.footer-logo
{
    max-width: 180px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}
.fb3-logabt p
{
    max-width: 300px;
    margin-bottom: 0;
    font-size: 16px;
}
.notme-button-trans
{
    background-color: transparent;
    color: #0B203D;
}
.fb3-btns .notme-button
{
    font-family: 'camptonbold'; 
}
.notme-button-trans:hover
{
    background-color: #0B203D;
    color: #fff;
    border-color: #0B203D;
}
.fb3-btns .notme-button:not(.notme-button-trans):hover
{
    background-color: transparent;
    color: #0B203D;
    border-color: #0B203D;
}
.fb4-col1
{
    width: 40%;
}
.fb4-col2
{
    width: 60%;
}
.fb4-inner-col
{
    width: 50%;
}
.foot-social-icons img
{
    max-width: 35px;
    transition: all 0.2s linear;
}
.foot-app-icons img
{
    height: 40px;
    width: auto;
    transition: all 0.2s linear;
}
.foot-social-icons img:hover, .foot-app-icons img:hover
{
    transform: scale(1.05);
    transition: all 0.2s linear;
}
.footer-block4
{
    padding-top: 25px;
}
.footer-block4 .border-btm
{
    border-bottom: 1px solid #9FC2D7;
    padding-bottom: 40px;
    padding-top: 10px;
    text-align: left;
    padding-left: 40%;
}
.footer-block4 ul.foot-location
{
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.footer-block4 ul.foot-location span
{
    margin: 0 20px;
    vertical-align: text-top;
}
.footer-block4 ul.foot-location li
{
    list-style-type: none;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.footer-block4 ul.foot-location li:last-child span 
{
    display: none;
}
.footer-block5
{
    padding: 30px 0;
}
.footer-block5 p
{
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.footer-block4 ul
{
    padding: 0;
    margin: 0;
}
.footer-block4 ul li
{
    list-style-type: none;
    font-size: 16px;
}
.fb4-col1 .foot-menus
{
    float: left;
    width: 50%;
    padding-right: 15px;
}
.foot-menus li
{
    margin-bottom: 20px;
}
.foot-menus li a
{
    color: #002654;
}
.foot-menus li a:hover
{
    color: #C1473A;
    text-decoration: underline;
}
.foot-menus li:last-child
{
    margin-bottom: 0;
}
.foot-app-icons, .foot-social-icons
{
    display: flex;
    align-items: center;
}
.foot-app-icons li
{
    margin-right: 20px;
}
.foot-social-icons li
{
    margin-right: 17px;
}
.foot-header
{
    position: relative;
    margin-bottom: 20px;
}
.foot-header:after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border: 1px dashed #9FC2D7;
    transform: translateY(-50%);
}
.foot-header h6, .foot-header h2
{
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding-right: 18px;
    font-size: 18px;
}
.fb4-inner-col .foot-header:last-of-type
{
    margin-top: 60px;
}
.h-qn-li a, .fb4-inner-col a
{
    font-weight: 600;
    text-decoration: underline;
}
.h-qn-li a:hover, .fb4-inner-col a:hover
{
    text-decoration: none;
}
.h-qn-li li:last-child a
{
    white-space: nowrap;
}
.fb4-inner-col p
{
    font-size: 16px;
    max-width: 250px;
}
.foot-pr-75
{
    padding-right: 75px;
}
.fb4-col2 .fb4-inner-col:not(.foot-pr-75) .foot-header:last-of-type
{
    margin-top: 85px;
}
.french .fb4-col2 .fb4-inner-col:not(.foot-pr-75) .foot-header:last-of-type
{
    margin-top: 32px;
}
/*--------------------Paging---------------*/

.paging, .pagination
{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.paging ul
{
    padding: 0;
    margin: 0;
}
.paging ul li
{
    list-style-type: none;
    margin: 0;
}
.paging ul li span, .paging ul li a, .pagination span, .pagination a
{
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #002654;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    margin: 0 3px;
    font-weight: 700;    
}
.paging ul li span:hover, .paging ul li a:hover, .paging ul li span.current, .pagination span:hover, .pagination a:hover, .pagination span.current
{
    background-color: #c1473a;
}

.rn-app-icons
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
/*
.rn-app-icons figure.wp-block-image
{
    margin: 0 10px;
}
*/
.rn-app-icons a
{
    display: inline-block;
    margin-right: 10px;
}
.rn-app-icons img
{
    max-width: 160px;
    transform-origin: center;
    transition: all 0.2s linear;
}
.rn-app-icons img:hover
{
    transform: scale(1.03);
    transition: all 0.2s linear;
}



/*----------------------------------------Go Top---------------*/

.gotop {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: auto;
	height: auto;
	z-index: 999;
	opacity: 0;
	transform: translateY(80px);
	transition: all 0.2s linear;
}
.gotop a {
	background-color: #C1473A;
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	line-height: 0;
	padding: 16px;
	box-shadow: 0 6px 10px -4px rgb(0 0 0 / 60%) !important;
	overflow: hidden;
}
.gotop a svg.ar, .gotop a i.ar {
	transition: all 0.2s linear 0.2s;
}
.gotop a:hover svg.ar, .gotop a:hover i.ar {
	transform: translateY(-25px) rotateY(360deg);
	opacity: 0;
	transition: all 0.3s linear 0.2s;
}
.gotop a svg.ar1, .gotop a svg.ar2, .gotop a i.ar1, .gotop a i.ar2 {
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: auto;
	height: 18px;
	transform: translate(-50%, -50%) rotateZ(360deg);
	opacity: 0;
	transition: all 0.2s linear 0.2s;
}
.gotop a svg.ar2, .gotop a i.ar2 {
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0s;
}
.gotop a:hover svg.ar1, .gotop a:hover svg.ar2, .gotop a:hover i.ar1, .gotop a:hover i.ar2 {
	bottom: 19%;
	opacity: 1;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.2s;
}
.gotop a:hover svg.ar2, .gotop a:hover i.ar2 {
	bottom: 7%;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.4s;
}
.top-class {
	display: inline-block;
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.2s linear;
}
.top-class-op {
	display: inline-block;
	transform: translateY(80px);
	opacity: 0;
	transition: all 0.08s linear;
}

/*---------------Others--------------------*/

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #a3a3a3;
  outline: 0px solid slategrey;
}

#cookie-notice
{
    background-color: #fff !important;
    box-shadow: 0 0 8px rgba(0,0,0,0.12);
    z-index: 9999999999 !important;
}
.cookie-notice-container
{
    color: #002654 !important;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
    padding: 15px 45px !important;
}
.cookie-notice-container #cn-notice-text
{
    margin-bottom: 15px;
}
.cookie-notice-container .cn-button
{
    width: auto;
    min-width: 100px;
    height: 38px;
    padding: 5px 10px !important;
    background-color: #0B203D !important;
    border: 2px solid #0B203D !important;
    color: #fff !important;
    font-size: 13px !important;
    border-radius: 6px !important;
    text-align: center;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    margin-left: 5px !important;
    margin-right: 5px !important;
    transition: all 0.2s linear;
}
.cookie-notice-container .cn-button:hover
{
    background-color: transparent !important;
    color: #0B203D !important;
    transition: all 0.2s linear;
}

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

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu::-webkit-scrollbar {
	width: 5px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu::-webkit-scrollbar-thumb {
  background-color: #d2d2d2;
  outline: 0px solid slategrey;
}

.mobile-menu-nav ul.mobile-menu::-webkit-scrollbar {
	width: 3px;
    border-radius: 6px;
}

.mobile-menu-nav ul.mobile-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.mobile-menu-nav ul.mobile-menu::-webkit-scrollbar-thumb {
  background-color: #143258;
  outline: 0px solid slategrey;
}

::selection
{
	background-color: #C1473A;
	color: #fff;
}
.body-overflow
{
    overflow-y: hidden;
}
.float-box
{
    position: fixed;
    top: 0;
    right: -50%;
    z-index: 9999;
    width: 50%;
    height: 100vh;
    background-color: #0b203d;
    transition: all 0.2s linear;
}
.float-box.open
{
    right: 0%;
    transition: all 0.2s linear;
}
.req-demo-wrapper
{
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 20px;
}
.float-box .notme-button
{
    border-radius: 8px 8px 0 0;
    transform: rotateZ(-90deg);
    position: absolute;
    top: 240px;
    left: -112px;
}
.french .float-box .notme-button
{
    left: -125px;
}
.req-demo-wrapper .close-btn
{
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 19px;
    width: 30px;
    height: 30px;
    line-height: 1;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    color: #002654;
    border: 2px solid #002654;
    transition: all 0.2s linear;
}
.req-demo-wrapper .close-btn:hover
{
    background-color: #002654;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.2s linear;
}
.req-demo-wrapper .close-btn i
{
    line-height: 26px;
}
.req-demo-wrapper h3
{
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #263850;
}
.inner-rd-wrap
{
    height: calc(100vh - 97px);
    width: 100%;
    overflow-y: auto;
}

.inner-rd-wrap::-webkit-scrollbar {
	width: 3px;
    border-radius: 6px;
}

.inner-rd-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.inner-rd-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.12);
  outline: 0px solid slategrey;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
{
    display: none !important;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle
{
    padding: 7px 5px 5px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after
{
    border: none !important;
    content: '\f078' !important;
    font-family: "FontAwesome";
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.wpml-ls-legacy-dropdown-click a
{
    border: 1px solid #707070;
    padding: 5px 6px;
    border-radius: 4px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span
{
    margin-left: 0;
    border: none;
    text-transform: uppercase;
    max-width: 19px;
    padding: 0;
    overflow: hidden;
}
.wpml-ls-legacy-dropdown-click
{
    width: 55px !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag
{
    display: none !important;
}
.wpml-ls-display
{
    display: none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu
{
    width: 55px;
    left: auto;
    top: calc(100% + 2px);
    border-radius: 5px;
    border-color: #707070;
}
.privacy-policy h4, .privacy-policy h4, .privacy-policy h3, .privacy-policy h2
{
    margin: 10px 0 10px;
}
.wp-block-image figcaption
{
    text-align: center;
}

/*---------------Mega Menu--------------------*/

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu
{
    background: #FBFBFB;
    width: 1400px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 -10px 36px #00000014;
    top: 63px !important;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu
{
    background: #FBFBFB;
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: 0 -10px 36px #00000014;
    top: 63px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
{
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 15px 0 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link
{
    border-bottom: 0px solid rgba(0,0,0,0.05);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_parent a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current_page_parent > a.mega-menu-link
{
/*    color: #c1473a !important;*/
    font-weight: bold !important;
    color: #2A4F76 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item
{
    padding: 0;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12

{
    padding: 30px 15px;
    border-radius: 10px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:hover, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12:hover
{
    background: #fff;
}
#mega-menu-wrap-main-menu-right #mega-menu-main-menu-right
{
    text-align: right;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu img, #mega-menu-wrap-main-menu-right #mega-menu-main-menu img
{
    height: 60px !important;
    width: auto;
    margin: 0;
}
.widget_media_image
{
    text-align: center !important;
}
.widget_media_image a
{
    line-height: 0;
    padding: 0;
}
.custom-html-widget h5
{
    color: #002654;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
}
.custom-html-widget h5:before
{
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    width: 54px;
    height: 2px;
    border-radius: 5px;
    background-color: #C1473A;
    transform: translateX(-50%);
}
.custom-html-widget p
{
    text-align: center;
/*    color: #607888;*/
    color: #002654;
    font-size: 16px;
    margin: 0 !important;
    line-height: 26px;
}
.mega-menu-item-has-children a.mega-menu-link:before
{
    content: '';
    position: absolute !important;
    top: 38px !important;
    left: 30px;
    width: 0; 
      height: 0; 
      border-left: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid transparent;
}
.mega-menu-item-has-children a[aria-expanded="true"].mega-menu-link:before
{
      border-bottom: 25px solid #f5f5f5;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right a.mega-menu-link
{
    font-size: 18px !important;
    color: #2A4F76 !important;
    padding: 15px 5px !important;
    line-height: 1 !important;
    height: auto !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
{
    font-size: 16px !important;
}
#mega-menu-wrap-main-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu-right, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link 
{
    background: transparent;
/*    color: #c1473a !important;*/
    font-weight: bold !important;
    color: #2A4F76 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, li.current-menu-item > a, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item > a.mega-menu-link:hover, li.current-menu-item > a, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu .mega-current-menu-item a.mega-menu-link
{
    background: transparent;
/*    color: #c1473a !important;*/
    font-weight: bold !important;
    color: #2A4F76 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:not(:last-child), #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item:not(:last-child)
{
    margin-right: 20px !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after
{
    content: '\f078' !important;
    font-family: 'FontAwesome';
    font-size: 12px; 
    bottom: -4px;
}
.desktop-menu ul li a:hover
{
     color: #c1473a;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item a.mega-menu-link
{
    font-weight: bold !important;
    color: #2A4F76 !important;
}

/* addition changes */

.press-featured-in {
    padding-top: 100px;
}
.single-cpt-solution .bl-bott-fl
{
    display: none !important;
}
.single-cpt-solution .blog-deatail-top .blimg
{
    float: right;
    margin-left: 10px;
    max-width: 450px;
}
.single-cpt-solution .blog-detail-midd
{ 
    padding: 0;
}
.single-cpt-solution .blog-deatail-top .blimg img 
{
    border-radius: 20px;
}
.safar_world
{
    padding: 0 20px;
    max-width: 1440px;
    margin: 0 auto;
}
.safar_world .wp-block-group__inner-container
{
    padding: 0px 60px;
}
.safar_world .wp-block-columns,
.safar_world_reverse .wp-block-columns
{
    align-items: center !important;
    gap: 0 !important;
    margin-bottom: 0px !important;
}
.safar_world .wp-block-columns .wp-block-column:first-child
{
    flex: 1;
    padding-right: 40px;
}
.safar_world .wp-block-columns .wp-block-column:first-child img,
.safar_world_reverse .wp-block-columns .wp-block-column:last-child img
{
    border-radius: 20px;
}
.safar_world .wp-block-columns .wp-block-column:first-child figure,
.safar_world_reverse .wp-block-columns .wp-block-column:last-child figure
{
    margin: 0px;
}
.safar_world .wp-block-columns .wp-block-column:last-child
{
    flex: 1;
    padding-left: 40px;
}
.safar_world .wp-block-columns .wp-block-column:last-child p,
.safar_world_reverse .wp-block-columns .wp-block-column:first-child p  
{ 
/*    color: #607888;*/
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
}
.safar_world .wp-block-columns .wp-block-column:last-child p:last-child,
.safar_world_reverse .wp-block-columns .wp-block-column:first-child p:last-child  
{ 
    margin-bottom: 0px;
}
.safar_world_reverse
{
    padding: 100px 0px;
    background: #FBFBFB;
    position: relative;
    margin-top: 100px;
}
.safar_world_reverse .wp-block-group__inner-container
{
    max-width: 1440px;
    padding: 0px 80px;
    margin: auto;
}
.safar_world_reverse .wp-block-columns .wp-block-column:first-child
{
    flex: 1;
    padding-right: 40px;
}
.safar_world_reverse .wp-block-columns .wp-block-column:last-child
{
    flex: 1;
    padding-left: 40px;
}
.safar_world.safar_world2
{
    padding: 60px 0;
    padding-bottom: 100px;
}
.safar_world_reverse.safar_world_reverse2
{
    margin-top: 0px;
}
.safar_world_reverse .wp-block-columns .wp-block-column ul
{
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.safar_world_reverse .wp-block-columns .wp-block-column ul li
{
    margin-bottom: 0px;
/*    color: #607888;*/
    font-size: 24px;
    line-height: 34px;
}
.page-id-1301 .innerpage_sec
{
    padding-bottom: 0 !important;
}
.safar_world.m-p-0 > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.otgs-development-site-front-end
{
    display: none !important;
}
@media screen and (max-width: 1599px)
{
    .safar_world {
        padding: 0 20px;
        max-width: 1240px;
        margin: auto;
    }
    .safar_world_reverse .wp-block-group__inner-container
    {
        max-width: 1240px;
        padding: 0px 80px;
        margin: auto;
    }
}

/*---------------French Language Design Fix-----------------------*/

.french #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:not(:last-child), .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item:not(:last-child)
{
    margin-right: 10px !important;
}

.french #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right a.mega-menu-link
{
    font-size: 16px !important;
}
.french #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
{
    font-size: 14px !important;
}


@media screen and (max-width: 1599px)
{
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:not(:last-child), .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item:not(:last-child)
    {
        margin-right: 10px !important;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right a.mega-menu-link
    {
        font-size: 14px !important;
        padding-left: 0 !important;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
    {
        font-size: 12px !important;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after
    {
        bottom: -2px;
    }
}
@media screen and (max-width: 1200px)
{
    .french .header-logo
    {
        max-width: 120px;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:not(:last-child), .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-item:not(:last-child)
    {
        margin-right: 5px !important;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right a.mega-menu-link
    {
        padding: 15px 5px 15px 0px !important;
        font-size: 14px !important;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
    {
        font-size: 12px !important;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after
    {
        bottom: 0;
    }
}
@media screen and (max-width: 1150px)
{
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right a.mega-menu-link
    {
        font-size: 13px !important;
    }
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link
    {
        font-size: 10px !important;
    }
}
@media screen and (max-width: 1075px)
{
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right a.mega-menu-link
    {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1010px)
{
    .french #mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link, .french #mega-menu-wrap-main-menu-right #mega-menu-main-menu-right a.mega-menu-link
    {
        font-size: 11px !important;
    }
}


/* ADA work */

.page-template-solutions #home-organizations
{
    margin-top: 100px;
}
a:focus
{
    outline: 2px dashed #002654 !important;
    outline-offset: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
textarea:focus, select:focus {
    outline: 2px dashed #002654 !important; outline-offset:3px;
}
.bb-cts-top h3 a
{
    display: initial;
}
.bb-cts-top h3 a:focus
{
    outline-offset: -2px;
}
.float-box input[type="text"]:focus,
.float-box input[type="email"]:focus,
.float-box input[type="date"]:focus,
.float-box input[type="password"]:focus,
.float-box input[type="submit"]:focus,
.float-box textarea:focus, .float-box select:focus {
    outline: 2px dashed #fff !important; outline-offset:2px;
}
.lighthouse-text {
    display: none !important;
}
.hsln-block h2 {
    margin-bottom: 15px;
    min-height: 58px;
    font-family: 'camptonbold';
    margin: 0 0 25px;
    line-height: 1.2;
    font-size: 24px;
}
.hsln-block h2 a 
{
    color: #002654;
}
.hsln-block h2 a:hover
{
    color: #C1473A;
}

@media screen and (max-width: 1199px)
{
    .hsln-block h2 {
    font-size: 20px;
}
.footer-block2 h2
{
    font-size: 20px;
}
.foot-header h2
{
    font-size: 16px;
}
}

@media screen and (max-width: 991px)
{
    .page-template-solutions #home-organizations
{
    margin-top: 60px;
}
.hsln-block h2 {
    min-height: 48px;
}
.footer-block2 h2
{
    font-size: 19px;
}
.foot-header h2
{
    font-size: 16px;
}
}

@media screen and (max-width: 768px)
{
    .hsln-block h2 {
    font-size: 19px;
}
}


.css-start-at strong 
{
	font-size: 26px;
    font-weight: 900;
} 
.table-new-, .table-new th, .table-new td
{
	border: 1px solid #dadada;
  border-collapse: collapse;
}
.table-new
{
	max-width: 700px;
    margin: 0 auto;
}
.table-new td
{
	padding: 7px 10px;
}
.testi_bags
{
    position: absolute;
    top: 137px;
    left: 0;
    width: 100%;
}
.testi_bags_inner
{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: -6px;
}
.testi_bags_inner img 
{
	width: 80px;
	margin-left: 10px;
}
.testi_bags_inner div:first-child img
{
	width: 160px;
    object-fit: cover;
    margin-left: 0;
}

.col-2-list
{
    column-count: 2;
    column-gap: 30px;
}

@media screen and (max-width:767px)
{
	.css-start-at strong {
    font-size: 22px;
}
.col-2-list
{
    column-count: 1;
    column-gap: 0;
}
}

/*--------------Signup Newletter ----------------*/

#signup-newsletter
{
    padding: 40px 0;
    background-color: #f9f9f9;
    text-align: center;
}
.h-block-header.h-sun-header
{
    margin-bottom: 25px;
}
.h-block-header.h-sun-header h4, .foo-nl h4
{
    margin: 0px;
}
.foo-nl h4
{
    font-size: 24px;
    margin-bottom: 15px;
}
.foo-nl
{
    margin: 40px 0 0;
}
.inner-sun-wrap
{
    width: 100%;
    max-width: 500px;
}
.inner-sun-wrap .es-field-wrap label>br
{
    display: none;
}
.inner-sun-wrap .es-field-wrap
{
    margin-bottom: 0;
}
.inner-sun-wrap .es-field-wrap label
{
    display: block;
    overflow: hidden;
}

.inner-sun-wrap .emaillist>form
{
    display: flex;
    flex-flow: row nowrap;
    border: 2px solid #0B203D;
    width: 100%;
    overflow: hidden;
    height: 54px;
    position: relative;
    border-radius: 8px;
    z-index: 9;
}
.inner-sun-wrap .es-field-wrap
{
    width: calc(100% - 160px);
    top: -26px;
    position: relative;
}
.inner-sun-wrap .es-field-wrap input
{
    width: 100%;
    color: #002654;
    padding: 10px 20px;
    height: 50px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'camptonlight';
}
.inner-sun-wrap .es-field-wrap input:focus, .emaillist>form input[type="submit"]:focus
{
    box-shadow: none;
    outline: none;
}

.inner-sun-wrap .emaillist
{
    height: 54px;
}

.inner-sun-wrap  .es_subscription_message.error
{
    font-size: 14px;
}

.inner-sun-wrap .emaillist>form input[type="submit"]
{
    -webkit-appearance: none;
    width: 160px;
    border: none;
    background-color: #0B203D;
    color: #ffffff;
    height: 50px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;
    font-weight: bold;
/*    text-transform: uppercase;*/
    font-family: 'camptonbold';
    transition: all 0.2s linear;
}

.inner-sun-wrap .emaillist>form input[type="submit"]:hover
{
    background-color: #C1473A;
    transition: all 0.2s linear;
}

blockquote.wp-block-quote
{
	padding-left: 30px;
    border-left: 6px solid #0b203d;
    margin: 20px;
    font-family: 'camptonlight';
    font-weight: 600;
	display: inline-block;
    width: auto;
}
blockquote.wp-block-quote p
{
	font-size: 1.1em;
}

@media (max-width: 767px)
{
	blockquote.wp-block-quote
{
	padding-left: 20px;
    border-left: 3px solid #0b203d;
    margin: 10px;
}
}