*{
    margin:0;
    padding:0;
}
body {
    font-family: "Inter", sans-serif;
    float: left;
    width:100%;
    background: #fff;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight:300;
}
p{
    color: #737373;
}
body, html{
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/*img, svg {
        vertical-align: inherit;
}*/
.hide{
    display: none;
}
:focus{
    outline: none !important;
}
a {
    color:#000;
    font-weight:400;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s;
    text-decoration:none
}
a:hover {
    color:#062F54;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    transition:all ease-in-out .3s
}
a, .btn, input, select, textarea, button, img {
    outline:0!important;
    box-shadow:none
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color:#c70e09;
}
.gray-bg{
    background:#fcfaf7;
}
ol {
    padding-left:15px
}
select {
    color:rgba(0,0,0,0);
    text-shadow:0 0 0 #000
}
a img {
    outline:0
}
input, select, textarea {
    outline:0;
    -webkit-border-radius:0;
    box-shadow:none;
    font-family: "Nunito", sans-serif;
}
input[type="submit"] {
    cursor:pointer
}
a:hover,a:focus {
    text-decoration:none
}
p:empty {
    display:none
}
p:last-child{
    margin-bottom:0;
}
iframe {
    border:none;
    width:100%;
    height:100%
}
.white-text {
    color:#fff!important
}
.alignnone, .mainpage img {
    margin: 15px;
    display: block;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*strong {
        font-weight: 700;
}*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no_result a {
    text-decoration: underline;
}
/*============ Heading CSS ============*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    width: 100%;
    font-weight:400;
    color:#062F54;
    font-family: 'gilroy-bold';
}
.h2 .h2, h2, .heading, h2.title {
    color: #062F54;
    font-size: 45px;
    font-weight: 400;
    /*    margin-bottom: 10px;*/
    line-height: 1.3;
    font-family: 'gilroy-bold';
}
.h2 span, h2 span, .heading span, .title span, h2 strong{
    color:#062F54;
}
/*============ Heading CSS END ============*/
.header-search-box input.search {
    height: 55px;
    color: #000;
    padding: 8px 58px 8px 15px;
}
/*============ Slick Arrow/Dots CSS ============*/
/*.slick-arrow {
    background: #062F54;
    top: auto;
    bottom: -65px;
    transform: none;
    width: 45px;
    height: 45px;
    left: 0;
}*/
.slick-arrow svg, .slick-arrow img {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.slick-arrow svg path{
    fill: #fff;
}
.slick-next {
    left: auto;
    right: 0;
}
/*.slick-arrow:hover, .slick-arrow:focus{
        background:#000;
}*/
/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}
button#html5-close img{
    display:none !important;
}
.html5-elem-data-box, div#html5lightbox-watermark {
    display: none !important;
}
/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination {
    margin-top: 30px;
    justify-content: end;
}
.pagination .nav-links *, .pagination * {
    font-size: 22px;
    font-weight: 600;
    padding: 8px 12px;
    margin:0;
    text-transform: uppercase;
    color: #CFCFCF;
}
.pagination .nav-links .current, .pagination .current{
    color: #062F54;
}
.pagination .nav-links a.prev, .pagination .nav-links a.next{
    position: relative;
    font-size: 0px;
    height: 45px;
    width: 45px;
    display: inline;
}
/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd{
    padding:80px 0;
}
.space-mr{
    margin:80px 0;
}
.btn {
    background: #062F54;
    border-radius: 0;
    color: #fff;
    border:2px solid transparent;
    font-size:17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px 13px 22px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
/*.btn .icon {
    width: 50px;
    height: calc(100% + 4px);
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    background: #062F54;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn .icon svg, .btn .icon img {
    fill: #fff;
    width: 22px;
    height: 22px;
}
.btn .icon svg path{
        fill:#fff;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}*/
.btn:hover{
    border:2px solid #062F54;
    background:none;
    color:#062F54;
}
.white-btn{
    background: #fff;
    color: #062F54;
    border:2px solid #fff;
}
.white-btn:hover{
    background:none;
    color:#fff;
    border:2px solid #fff;
}
.white-btn:hover .icon{
    background: #fff;
}
.white-btn:hover svg, .white-btn:hover svg path{
    fill:#a91b2a;
}
.white-border-btn{
    background:none;
    color:#fff;
    border:2px solid #fff;
}
.white-border-btn:hover{
    background:#fff;
    color:#062F54;
    border:2px solid #fff;
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}
.review-schema-wrapper {
    margin-top:35px;
}
.clientreviews p strong, .testimonialTitle strong {
    font-weight: 600;
}
.clientreviews .heading {
    font-size: 28px;
}
.video-schema iframe {
    height: 260px;
}
/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7{
    position: relative;
    z-index: 9;
}
.form-control:focus{
    box-shadow:none;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
    margin-bottom: 30px;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
.wpcf7 .wpcf7-not-valid-tip{
    display:none;
}
.wpcf7 .wpcf7-response-output {
    border: none!important;
    margin: 0!important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0!important;
}
.wpcf7  .wpcf7-response-output.wpcf7-mail-sent-ok {
    color:#398f14!important;
}
.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
input, textarea {
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 12px 10px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}
textarea {
    height:130px;
    resize: none;
}
.select-box select {
    color: #052437;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(12,26,54,0.2);
    width: 100%;
    padding: 14px 0;
    line-height:normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box > span{
    position:relative;
}
.select-box > span::after{
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(12,26,54,0.2);
    border-bottom: 2px solid rgba(12,26,54,0.2);
    pointer-events: none;
}
.wpcf7-acceptance span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-acceptance input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked + .wpcf7-list-item-label {
    color: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.wpcf7-acceptance label a {
    color: #DCAC35;
}
.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    min-width: 190px;
}
.submit-btn input[type="submit"] {
    background: #062F54;
    width: auto;
    border: none;
    padding: 14px 22px 14px 22px;
    font-weight: 400;
    text-transform:capitalize;
    color: #fff;
    border:2px solid #062F54;
    line-height: 20px;
    width: 100%;
}
/*.submit-btn::before {
    position: absolute;
    content: "";
    background-image: url(../img/submit-arrow.png);
    pointer-events: none;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #8E111E;
    width: 50px;
    height: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
        background-size:13px;
}*/
.submit-btn input[type="submit"]:hover{
    background: none;
    color:#062F54;
    border-color:#062F54
}


.white-submit-btn::before {
    background-image: url(../img/consultant-icon.png);
    background-color: #76020f;
    background-position: center 13px;
    background-size:22px;
}
.white-submit-btn input[type="submit"] {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.white-submit-btn:hover input[type="submit"]{
    background: none;
    color:#fff;
    border-color:#fff
}
.white-submit-btn:hover::before {
    background-color: #fff;
    background-position: center -37px;
}

.black-submit-btn::before {
    background-image: url(../img/submit-arrow.png);
    background-color: #171717;
    background-size:13px;
}
.black-submit-btn input[type="submit"] {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}
.black-submit-btn:hover input[type="submit"]{
    background: none;
    color:#fff;
    border-color:#fff
}
.black-submit-btn:hover::before {
    background-color: #fff;
    background-blend-mode: exclusion;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.submitting .wpcf7-spinner{
    visibility: visible !important;
    display: block !important;
}
.submitting input[type="submit"]{
    pointer-events: none !important;
    opacity: 0.5 !important;
}
div.wpcf7 .ajax-loader{
    display:none;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #76020f;
    background-image: url(../img/loader-w.svg);
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block!important;
    top: 0;
    bottom: auto;
}
p.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    bottom: 16px;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: 12px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 33px;
}
.quiz-math .wpcf7-quiz-label{
    color: #fff;
}
/*============ Form CSS END ============*/


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
    background-color: #fff;
}
.no-banner  #container-wrap{
    margin-top: 90px;
}
/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    min-height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.page-banner:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/banner-overlay.png);
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/*.logged-in .page-banner{
        margin-top: 58px;
}*/
.page-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}
.page-banner .banner-title {
    text-transform: capitalize;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    position: relative;
    font-family: 'gilroy-bold';
}
.page-banner .banner-title span, .page-banner .banner-title sub{
    color: #A91B2A;
}
@media (min-width:1601px){
    .page-banner {
        min-height: 670px;
    }
    body{
        font-size: 18px;
        line-height: 36px;
    }
}

/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 90px 15px 15px;
    line-height: normal;
    height: 55px;
    width: 100%;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.blog-search input.form-control:focus ~ .msg-side-form{
    display:none;
}
.blog-search .search-btn {
    background: none;
    height: 55px;
    cursor: pointer;
    z-index: 9;
    width: 75px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #062f54;
}
.blog-search .search-btn svg, .blog-search .search-btn img {
    width: 20px;
    height: 20px;
    fill:#fff;
}
.blog-search .search-btn svg path{
    fill:#fff;
}
.blog-search .msg-side-form {
    right: 75px;
}

.sidebar-heading, .sidebar-list .widget-title {
    padding-bottom: 25px;
    line-height: normal;
    font-weight: 700;
    color: #062f54;
    font-size:30px;
    text-transform: uppercase;
    font-family: 'gilroy-bold';
    font-weight: 400;
}
.sidebar-list .widget-title{
    padding-bottom: 0px !important;
}

.sidebar-list {
    background: #fbfbfb;
    border: 1px solid #cfcfcf;
    padding: 30px 25px;
    margin-top: 35px;
}
.sidebar-list li {
    display: block;
    position: relative;
}
.sidebar-list ul li a {
    color: #000;
    line-height: 32px;
    padding: 6px 0 6px 22px;
    display: block;
    background-image: url(../img/blue-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: left 19px;
}
.sidebar-list ul li a:hover, .sidebar-list ul li.active a, .sidebar-list ul li.activeChild a {
    color: #062F54;
    background-image: url(../img/large-blue-arrow.svg);
    background-size: 28px;
    padding-left: 40px;
}


.sidebar-form {
    background: #062F54;
    padding: 35px 32px;
    color: #fff;
}
.sidebar-form .sidebar-heading {
    color: #fff;
    text-transform: uppercase;
}
.sidebar-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}
.sidebar-form input, .sidebar-form textarea {
    color: #fff;
    padding: 10px 10px;
    border: 1px solid rgba(243, 243, 243, 0.4);
    font-weight: 400;
}
.sidebar-form input:focus, .sidebar-form textarea:focus {
    border: 1px solid #fff;
    color: #fff;
}
.sidebar-form ::-webkit-input-placeholder {
    color: rgba(243, 243, 243, 0.7);
}
.sidebar-form ::-moz-placeholder {
    color: rgba(243, 243, 243, 0.7);
}
.sidebar-form :-ms-input-placeholder {
    color: rgba(243, 243, 243, 0.7);
}
.sidebar-form :-moz-placeholder {
    color:rgba(243, 243, 243, 0.7);
}

.sidebar-form input:focus::-webkit-input-placeholder {
    color: #fff;
}
.sidebar-form textarea:focus::-webkit-input-placeholder {
    color: #fff;
}
.sidebar-form .submit-btn input[type=submit]{
    background: #fff;
    color: #062f54;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.sidebar-form .submit-btn input[type=submit]:hover{
    background: transparent;
    color: #fff;
}


/*==================== Sidebar CSS END ====================*/


.dark-blue-bg{
    background:#1e2c4b;
}
.light-blue-bg{
    background:#32405d;
}
.small-heading {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}





.radio-btn input[type=radio] {
    display: none;
}
.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}
.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}
.radio-btn span.wpcf7-list-item:last-child{
    margin-right:0;
}
.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}

.dark-red-bg{
    background:#a91b2a;
}
.grey-bg{
    background:#f1f1f1;
}
.white-bg{
    background:#fff;
}
.dark-text{
    color:#a91b2a;
}
.light-grey-bg{
    background:#e5e5e5;
}

.careers-videos-section .cr-video-img{
    position: relative;
}
.careers-videos-section .img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.careers-videos-section .play {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
}
.careers-videos-section .item:hover .play {
    transform: scale(1.1);
}
.careers-videos-section .cr-video-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px;
}
.careers-videos-section .inner {
    box-shadow: 0 0 10px #ddd;
    height: calc(100% - 20px);
    margin: 10px 15px;
}
.careers-videos .slick-track{
    display: flex !important;
}
.careers-videos .slick-slide{
    height: inherit !important;
}
.careers-videos .slick-slide > div {
    height: 100%;
}
.careers-videos .slick-slide .item{
    height: 100%;
}
.careers-videos .slick-dots {
    bottom: -50px;
}
.careers-videos .slick-dots li{
    width: auto;
    height: auto;
}
.careers-videos .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 5px;
    background: #ddd;
    border-radius: 100%;
}
.careers-videos .slick-dots li.slick-active button {
    background: #062F54;
}
