/******** General **********/
body{
    margin: 0;
}

/************************* Header Start *******************/

/***** header desktop *****/

header {
	position: fixed !important;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999999;
    padding-top: 25px;
}
header.sticky ,
header.contact-header {
	background:#e2e2e2;
	box-shadow:0 10px 50px 0 #1717170f;
}
header.contact-header {
    position: relative !important;
}
header.contact-header.sticky {
    position: fixed !important;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999999;
}
header.sticky .col-two ul li a ,
header.contact-header .col-two ul li a {
	color:#161616 !important;
}
header .col-two ul li a:hover {
	color:#713b9c !important;
}
header.sticky .col-one img ,
header.contact-header .col-one img {
	content:url(../Images/logo-r-purple.png);
	max-width:55px;
}
header .header-con {
    /* max-width: 1500px; */
    margin: auto;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid;
    border-color: #e2e2e21a;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
header .col-one {
    width: 30%;
}
header .col-two {
    width: 50%;
}
header .col-three {
    width: 20%;
    display: flex;
    justify-content: end;
}
header img {
    max-width: 55px;
}
header ul {
    list-style: none;
    display: inline-block;
    color: #fff;
    padding-left: 0;
}
header ul li {
    display: inline-block;
    padding:0 15px;
}
header ul li a {
    color: #e2e2e2;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
}
header .col-three a {
    background: #713b9c;
    color: #ffffff;
    border-color: #ffffff;
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: 2px;
    font-style: normal;
    padding: 18px 60px;
    border: 2px solid;
    border-radius: 0px;
    text-decoration: none;
}
header .col-three a:hover {
    color: #713b9c;
    background-color: #fff;
}
/******** header mobile *************/
.mobile-header {
    display: none;
}
.mobile-header {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 999999;
}
.mobile-header .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.mobile-header .navbar .burger {
    position: fixed;
    left: 2rem;
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    transition: left 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
}
.mobile-header .navbar .burger-close {
    display: none;
}
.mobile-header .navbar .burger.active {
    left: 14rem;
}
.mobile-header .navbar .burger.active .burger-open {
    display: none;
}
.mobile-header .navbar .burger.active .burger-close {
    display: block;
}
.mobile-header .navbar .menu {
    position: fixed;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 8;
    opacity: 0;
    top: 0rem;
    left: -17rem;
    width: 17rem;
    height: 100%;
    background: #e2e2e2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    transition: all 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
    margin: 0;
    padding-top: 65px;;
}
.mobile-header .navbar .menu-item {
    width: 100%;
    padding: 15px 20px;
    border: none;
    outline: none;
    transition: all 0.5s ease;
    border-bottom: 1px solid rgb(34 34 34 / 10%);
}
.mobile-header .navbar .menu-item a {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #161616;
}
.mobile-header .navbar .menu-item:hover {
    padding: 1rem 3rem;
    background: #713b9c;
}
.mobile-header .navbar .menu-item:hover a {
    color: #ffffff;
}
.mobile-header .navbar .menu.active {
    left: 0;
    opacity: 1;
}
.mobile-header .col-one {
    text-align: right;
    padding-right: 2rem;
}
.mobile-header .navbar > div:first-child {
    display: flex;
    align-items: center;
}

/*************** Header End **************/

/****** Footer ********/
footer {
    padding: 70px 0 60px 0;
    background-color: #222;
}
footer .row-one ,
footer .row-two {
    display: flex;
    max-width: 1120px;
    margin: auto;
    flex-wrap: wrap;
}
footer .row-one .col {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .row-one .col-two img {
    margin-bottom: 50px;
    max-width: 55px;
}
footer .row-one .col-two a {
    color: #fff;
    font-family: "Roboto",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    text-decoration: none;
}
footer .row-two .col-one {
    width: 40%;
}
footer .row-two .col-one p {
    color: #fff;
}
footer .row-two .col-two {
    width: 60%;
    text-align: center;
}
footer .row-two ul {
    list-style: none;
    display: inline-block;
    color: #fff;
    padding-left: 0;
}
footer .row-one i{
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 4px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-top: 50px;
}
footer .row-one i:hover{
    background:#713b9c;
    border: 1px solid #713b9c;
}
footer .row-two {
    padding-top: 60px;
}
footer .row-two .col-one p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
footer .row-two ul li {
    display: inline-block;
    padding:0 15px;
}
footer .row-two ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
footer .row-two ul li a:hover ,
footer .row-one .col-two a:hover {
    color: #713b9c;
}
/*********** Home Page Start *************/
.home-container .hero-sec {
    background-image: url(../Images/home-hero-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px 120px 0px;
}
.home-container .hero-sec h2 {
    text-align: center;
    font-size:75px ;
    color: #fff;
    letter-spacing: 0.2px;
    font-weight: 700;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.home-container .hero-sec h5 {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.2px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.service-home-col {
    position: relative;
}
.service-home-col .service-con {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    margin: auto;
    margin-top: -60px;
    flex-wrap: wrap;
}
.service-home-col .home-col {
    width: 23.5%;
    margin: 10px;
}
.service-home-col .home-col.col-one .col-img {
    height: 210px;
    position: relative;
    background: url(../Images/Advisory\ .jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-home-col .home-col .col-con {
    background-color: #ffffff;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #C2441F;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.07);
}
.service-home-col .home-col .content-col{
    padding:30px 20px 25px;
}
.service-home-col .home-col .content-col h4 {
    text-align: center;
    color: #373535;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
}
.service-home-col .home-col .content-col p {
    text-align: center;
    color: #373535;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
    min-height: 240px;
    font-family: 'Roboto', sans-serif;
}
.service-home-col .home-col .content-col a {
    color: #C2441F;
    line-height: 3.35em;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.12px;
    text-decoration: none;
    text-align: center;
    display: block;
    font-family: 'Roboto', sans-serif;
}
.service-home-col .home-col .content-col a i {
    position: relative;
    top: 2px;
    padding-left: 5px;
}
.service-home-col .home-col.col-two .col-img {
    height: 210px;
    position: relative;
    background: url(../Images/administration.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-home-col .home-col.col-three .col-img {
    height: 210px;
    position: relative;
    background: url(../Images/Compliance.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-home-col .home-col.col-four .col-img {
    height: 210px;
    position: relative;
    background: url(../Images/Analytics.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.service-home-col::before {
    position: absolute;
    background: #E2E2E2;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
}
.Expert-Service {
    padding:100px 0 70px 0 ;
    background-color: #E2E2E2;
}
.Expert-Service h3 {
    text-align: center;
    color: #373535;
    font-size: 55px;
    letter-spacing: 0.2px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.Expert-Service h3 span ,
.compare-table h3 span {
    color: #713b9c;
}
.Expert-Service p {
    text-align: center;
    color: #373535;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 25px;
    margin-bottom: 0;
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
}
.compare-table {
    padding: 100px 0 70px 0;
    background-color: #E2E2E2;
}
.compare-table h3 {
    text-align: center;
    color: #373535;
    font-size: 55px;
    letter-spacing: 0.2px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.compare-table h5 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    letter-spacing: 0.05rem;
    color: #373535;
    font-family: 'Roboto', sans-serif;
}
.compare-table .table-con {
    padding-left: 5em;
    max-width: 1500px;
    margin: auto;
}
.table-row {
    display: flex;
    flex-wrap: wrap;
}
.table-row .size-one {
    width: 12%;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #DDDDDD;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-row .size-two {
    width: 19%;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #DDDDDD;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-row.row-one .table-col {
    background-color: #713B9C;
} 
.table-row.row-one .table-col h4 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 35px;
    margin: 0;
    text-align: center;
}
.table-row.row-one .table-col-empty {
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #FFFFFF;
    padding: 1rem;
}
.table-row.row-two .size-one {
    background-color: #BBD6EE;
}
.table-row.row-two .size-two {
    background-color: #CDD4EA;
}
.table-row .size-one h4 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.table-row .table-col h5 ,
.table-row .table-col ul {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.table-row.row-three .size-one {
    background-color: #8DA9DB;
}
.table-row.row-three .size-two {
    background-color: #E8EBF5;
}
.table-row.row-four .size-one {
    background-color: #a8d08c;
}
.table-row.row-four .size-two {
    background-color: #cdd4ea;
}
.table-row.row-five .size-one{
    background-color:#BFBFBF;
}
.table-row.row-five .size-two {
    background-color: #E8EBF5;
}
.table-con {
    position: relative;
}
.table-con::before{
    content: 'CORE SERVICES';
    position: absolute;
    transform: rotate(-90deg);
    left: -3rem;
    top: 14rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    color: #373535;
    font-family: 'Roboto';
    font-family: "Roboto", Sans-serif;
}
.compare-table-mobile {
    display: none;
}
.expand-sec {
    background: url(../Images/diversify-programs.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 70px 0;
}
.expand-sec .expand-inner {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap
}
.expand-sec .expand-inner > div {
    width: 50%;
}
.expand-sec .content h3 {
    color: #373535;
    font-family: "Raleway", Sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 0.2px;
    margin-top: 0;
    margin-bottom: 20px;
}
.expand-sec .content h3 span {
    color: #713b9c;
}
.expand-sec .content p {
    color: #373535;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 0;
}
.expand-sec .content a {
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.12px;
    fill: #3CADC2;
    color: #3CADC2;
    background-color: #FFFFFF00;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}
.benefits {
    background: url(../Images/benefits-bg.jpg);
    background-size:cover ;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0 200px 0;
}
.benefits > div {
    max-width:1140px ;
    margin: auto;
}
.benefits .row-one ,
.benefits .row-two {
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefits .row-one .col {
    width: 33.33%;
}
.benefits .row-two .col {
    width: 50%;
}
.benefits .col img {
    text-align: center;
    display: block;
    margin: auto;
}
.benefits .col h4 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 31px;
    margin-bottom: 0;
    text-align: center;
}
.benefits .row-two {
    padding-top: 50px;
}
.home-slider {
    padding: 0px 0 40px;
    margin-top: -140px;
}
.home-slider .content {
    max-width: 1200px;
    margin: auto;
}
.home-slider .slick-list {
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
.home-slider .slick-list .slick-slide{
	background-color: #E2E2E2;
    border-top: 5px solid #713B9C;
}
.home-slider .slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}
.home-slider .slick-prev:before , 
.home-slider .slick-next:before {
    color: #713B9C !important;
}
.home-slider .slick-arrow:before {
	font-size: 30px;
}
.home-slider .slick-next {
	right: 0;
}
.home-slider .slick-prev {
	left: 0;
}
.home-slider .home-slide-con {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.home-slider .home-slide-con > div {
    width: 50%;;
}
.home-slider .col-one {
    position: relative;
}
.home-slider .one .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/International\ Insurance.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: 40px 
}
.home-slider .two .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/validate-data.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: 40px 
}
.home-slider .three .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/Statutory-Benefits.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: 40px 
}
.home-slider .four .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/Regional-Disability.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: 40px 
}
.home-slider .five .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/National-Disability.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: 40px 
}
.home-slider .six .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/National-Employee.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: 40px 
}
.home-slider .seven .col-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../Images/National-Disability2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -60px;
    margin-bottom: -50px;
    margin-left: 40px 
}
.home-slider .slick-slide img {
    width: 100%;
}
.home-slider .home-slide-con .col-two {
    padding: 80px 40px;
}
.home-slider .home-slide-con .col-two h4 a{
    text-decoration: none;
    color: #161616;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    font-family: 'Raleway' , sans-serif;
}
.home-slider .home-slide-con .col-two a i {
    top: 3px;
    position: relative;
    left: 6px;
}
.home-slider .home-slide-con .col-two h4 {
    margin-top: 0;
}
.home-slider .home-slide-con .col-two p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.73;
    color: #373535;
    margin-top: 0;
    margin-bottom: 30px;
}
.home-slider .home-slide-con .col-two a{
    color: #713B9C;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.12px;
    font-style: normal;
    position: relative;
    text-decoration: none;
}
.home-slider .slick-prev,
.home-slider .slick-next {
    top: 45%;
}
.better-solution {
    padding: 100px 0 120px;
    background-color: #e2e2e2;
}
.better-solution .content {
    max-width: 1200px;
    margin: auto;
}
.better-solution .content h4 {
    text-align: center;
    color: #223645;
    font-family: "Raleway", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 40px;
}
.better-solution .content form .row {
    display: flex;
    justify-content: space-between;
}
.better-solution .content form input{
    padding: 15px 20px;
    border: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.73;
    color: rgba(34,54,69,0.6);
    font-style: normal;
    width: 100%;
    border-radius: 3px;
    margin:0 15px 17px;
}
.better-solution .content form textarea{
    width: 100%;
    height: 200px;
    padding: 15px 20px;
    border: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.73;
    color: rgba(34,54,69,0.6);
    font-style: normal;
    border-radius: 3px;
    margin: 0 15px;
}
.better-solution .content form input[type="submit"] {
    background: #713b9c;
    color: #ffffff;
    border-color: #ffffff;
    padding: 16px 37px;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-family: 'Roboto';
    font-weight: 900;
    border: 2px solid;
    border-radius: 0px;
    line-height: 1.15;
    display: block;
    margin: auto;
    margin-top: 30px;
    max-width: 295px;
    cursor: pointer;
}
.better-solution .content form input[type="submit"]:hover{
    color: #713b9c;
    background-color: #fff;
}
/*********** Home Page End *************/

/********** About Page Start ***********/

.about-container .hero-con {
    background: url(../Images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 100px;
}
.about-container .hero-con .row {
    max-width: 1200px;
    margin: auto;
}
.about-container .hero-con h2 {
    color: #fff;
    font-family: roboto,Sans-serif;
    font-size: 75px;
    font-weight: 600;
    letter-spacing: .2px;
    margin: 0;
}
.about-container .hero-con p {
    color: #fff;
    font-family: roboto,Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: .2px;
    max-width: 570px;
}
.related-sec ,
.Solutions-sec {
    background: #e2e2e2;
    padding: 100px 0 85px;
}
.related-sec .con ,
.Solutions-sec .con {
    max-width: 1120px;
    margin: auto;
}
.related-sec h2 ,
.Solutions-sec h2 {
    color: #373535;
    font-family: 'raleway',Sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.related-sec h2 span ,
.Solutions-sec h2 span {
    color:#713b9c;
}
.related-sec p ,
.Solutions-sec p {
    text-align: center;
    color: #373535;
    font-family: roboto,Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
}
.Solutions-sec {
    padding: 10px 0 40px;
}
.services-sec {
    background-color: #e2e2e2;
    padding: 50px 0 100px;
}
.services-sec .con {
    max-width: 1140px;
    margin: auto;
}
.services-sec h2 {
    color: #223645;
    font-family: 'raleway',Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.services-sec h2 span {
    color:#713b9c;
}
.services-sec .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-sec .row .col {
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.25);
    max-height: 260px;
    height: 260px;
    border-radius: 5px;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
    margin: 0 10px;
}
.services-sec .row .col h4 {
    color: #000;
    font-family: 'raleway',Sans-serif;
    font-size: 22px;
    margin: 15px 0 0;
}
.services-sec .row .col img {
    max-width: 150px;
}
.services-sec .row .col:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px 0 rgb(22 22 22 / 40%);
}

/********** About Page End ***********/

/********** Case Study Page Start ***********/

.case-study-container .hero-con {
    background:url(../Images/case-studies-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-study-container .hero-con h2 {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 1em;
}
.slide-sec-case {
    position: relative;
    margin-top: -300px;
    padding-bottom: 100px;
}
.slide-sec-case::before{
    content: "";
    position: absolute;
    top: 300px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e2e2e2;
}
.slide-sec-case > div {
    max-width: 1140px;
    margin: auto;
}
.slide-sec-case .slick-list {
	max-width: 1140px;
	margin: 0 auto;
	padding: 30px 0;
}
/* .slick-list .slick-slide {
	font-size: 30px;
	text-align: center;
	padding: 40px 20px;
	line-height: 2;
	font-weight: 700;
} */
.slide-sec-case .slick-list .slick-slide:nth-child(even) {
	background: #fff;
    box-shadow: 0 5px 20px 0 #713b9c00;
    transition: .3s box-shadow,.3s -webkit-box-shadow;
}
.slide-sec-case .slick-list .slick-slide:nth-child(odd) {
	background: #fff;
    box-shadow: 0 5px 20px 0 #713b9c00;
    transition: .3s box-shadow,.3s -webkit-box-shadow;
}
.slide-sec-case .slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}
.slide-sec-case .slick-arrow:before {
	font-size: 30px;
}
.slide-sec-case .slick-next {
	right: 0;
}
.slide-sec-case .slick-prev {
	left: 0;
}
.slide-sec-case .btn-wrap {
	text-align: center;
	width: 100%;
}
.slide-sec-case button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
.slide-sec-case button.slick-disabled {
	opacity: 0.6;
}
.slide-sec-case .slid-con > div:first-child {
    position: relative;
    height: 200px;
}
.slide-sec-case .slide-img-one::before{
    background: url(../Images/International\ Insurance.jpg);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-sec-case .slide-img-two::before{
    background: url(../Images/validate-data.jpg);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-sec-case .slide-img-three::before{
    background: url(../Images/Statutory-Benefits.jpg);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-sec-case .slide-img-four::before{
    background: url(../Images/Regional-Disability.jpg);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-sec-case .slide-img-five::before{
    background: url(../Images/National-Disability.jpg);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-sec-case .slide-img-six::before{
    background: url(../Images/National-Employee.jpg);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-sec-case .slide-img-seven::before{
    background: url(../Images/National-Disability2.jpg);
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-sec-case .slid-con {
    margin-right: 15px;
}
.slide-sec-case .case-slide-content {
    padding: 32px 30px 40px;
}
.slide-sec-case .case-slide-content h3 {
    font-size: 25px;
    line-height: 1.2;
    font-family: 'Raleway' , sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    color: #223645;
    font-style: normal;
    min-height: 180px;
    margin: 0; 
}
.slide-sec-case .case-slide-content p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.73;
    color: rgba(34,54,69,0.6);
    font-style: normal;
    min-height: 294px;
}
.slide-sec-case .case-slide-content a{
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.12px;
    font-style: normal;
    border-bottom: 1px solid currentColor;
    color: #713b9c;
    text-decoration: none;
}
.slide-sec-case .slick-dots {
    bottom: 0 !important;
}
.slide-sec-case .slick-dots li button:before{
    font-size: 10px !important;
}

/********** Case Study Page End ***********/

/********** What We do  Page Start ***********/

.hero-we-do {
    background:url(../Images/home-hero-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 0 100px;
}
.hero-we-do h2 {
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 1em;
}
.customized-services{
    background:#e2e2e2;
    padding:100px 0;
}
.customized-services .content {
    max-width: 1120px;
    margin: auto;
}
.customized-services h2 {
    color: #223645;
    font-family: 'Raleway',Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
.customized-services h2 span ,
.competitive .content h2 span {
    color: #713b9c;
}
.customized-services p ,
.competitive .content p {
    text-align: center;
    color: #373535;
    font-family: roboto,Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}
.customized-services .content img {
    display: block;
    margin: auto;
    margin-top: 50px;
    width: 100%;
}
.competitive {
    padding: 100px 0;
    background: #e2e2e2;
}
.competitive .content {
    max-width: 1140px;
    margin: auto;
}
.competitive .content h2 {
    color: #373535;
    font-family: 'raleway',Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
.competitive .content ul {
    list-style: none;
    padding-left: 0;
    max-width: 600px;
    margin: auto;
    margin-top: 20px;
}
.competitive .content ul li {
    text-align: left;
    color: #373535;
    font-family: roboto,Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 2em;
}
.competitive .content ul li span {
    color:#713b9c;
    padding-right: 5px;
}
.what-we-do-cols {
    background: #e2e2e2;
    padding: 80px 0 100px;
}
.what-we-do-cols .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
}
.what-we-do-cols .row .col {
    width: 48%;
}
.what-we-do-cols .row .col img {
    width: 100%;
}
.what-we-do-cols .row .col h4 {
    color: #713b9c;
    font-family: 'roboto',Sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.what-we-do-cols .row .col p {
    color: #373535;
    font-family: roboto,Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.73em;
    letter-spacing: .2px;
    max-width: 480px;
}
.what-we-do-cols .row.row-two {
    margin-top: 55px;
}
.solutions {
    padding: 100px 0 50px;
    background: #e2e2e2;
}
.solutions .content {
    max-width: 1140px;
    margin: auto;
}
.solutions .content h2 {
    color: #373535;
    font-family: 'raleway',Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.solutions .content h2 span {
    color: #713b9c;
}
.solutions .content p {
    text-align: center;
    color: #373535;
    font-family:'roboto',Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    max-width: 1120px;
}
.logo-slider .slick-list {
	max-width: 100%;
	margin: 0 auto;
}
.logo-slider .slick-list .slick-slide {
    /* padding: 0 35px !important; */
    margin-left: 10px;
    margin-right: 10px;
}
.logo-slider .slick-list .slick-slide .inner {
    overflow: hidden;
}
.logo-slider .slick-list .slick-slide .inner img {
    width: 100%;
}
.logo-slider .slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.logo-slider .slick-arrow:before {
	font-size: 30px;
}
.logo-slider .slick-next {
	right: 0;
}
.logo-slider .slick-prev {
	left: 0;
}
.logo-slider .btn-wrap {
	text-align: center;
	width: 100%;
}
.logo-slider {
    padding:0 0 100px 0 ;
    background: #e2e2e2;
}
/* .slick-track {
    margin-left:-90px !important;
} */
.better-solutions {
    padding: 100px 0;
    background: #e2e2e2;
}
.better-solutions .content h2{
    color: #223645;
    font-family: "Raleway", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.better-solutions .content h2 span {
    color: #713b9c;
}
.better-solutions .content a {
    text-align: center;
    color: #713B9C;
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-top: 30px;
}
.better-solutions .content a i {
    position: relative;
    top: 3px;
    left: 7px;
}

/********** What We do  Page End ***********/

/********** Case study child Page Start ***********/

.case-study-child-container.one .hero-sec {
    background: url(../Images/International\ Insurance.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}
.case-study-child-container .hero-sec h2 {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.case-study-child-container .hero-sec p{
    color: #E2E2E2;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
}
.case-study-child-container .hero-sec {
    position: relative;
}
.case-study-child-container .hero-sec::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #373535;
    opacity: 0.5;
}
.case-study-child-container .hero-sec .content {
    max-width: 1200px;
    margin: auto;
    z-index: 99999;
    position: relative;
}
.case-child-content {
    background: #e2e2e2;
    padding: 100px 0 100px;
}
.case-child-content .row {
    display: flex;
    justify-content: center;
    align-items: start;
    max-width: 1200px;
    margin: auto;
}
.case-child-content .row .col-one {
    width: 70%;
}
.case-child-content .row .col-one h4 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.73em;
    margin: 20px 0;
}
.case-child-content .row .col-one p {
    color: #22364599;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    max-width: 806px;
}
.related-cases {
    margin-top: 60px;
}
.related-cases .row {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.related-cases .row .col {
    justify-content: center;
    align-items: start;
    display: flex;
    width: 48%;
}
.related-cases .row .col img {
    max-width: 65px;
    margin-top: 5px;
    padding-right: 20px;
}
.related-cases .row .col h5 a {
    color: #3CADC2;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.12px;
    text-decoration: none;
}
.related-cases .row .col h5{
    margin: 0;
}
.related-cases .row .col p{
    font-family: "Roboto", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}
.case-child-content .row .col-two {
    padding-left: 20px;
}
.case-child-content .row .col-two .search-con ,
.case-child-content .row .col-two .recent-post{
    background: #e2e2e2;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 50px 0 #16161617;
    transition: all .3s ease;
}
.case-child-content .row .col-two .search-con input[type="search"] {
    border: 1px solid #16161614;
    line-height: 35px;
    padding: 5px 20px;
    width: calc(100% - 57px);
    border-radius: 0;
}
.case-child-content .row .col-two .search-con input[type="submit"]{
    border: 1px solid #713b9c;
    position: relative;
    z-index: 10;
    font-weight: 700;
    padding: 5px 15px;
    background-color: #713b9c;
    color: #e2e2e2;
    transition: all .3s ease;
    border-radius: 0;
    font-family: 'Raleway' , sans-serif;
    letter-spacing: .5px;
}
.case-child-content .row .col-two .search-con form {
    display: flex;
}
.case-child-content .row .col-two .recent-post h4{
    font-weight: 700;
    font-size: 22px;
    color: #373535;
    margin: 0;
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.case-child-content .row .col-two .recent-post p a {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.12px;
    color: #959ba0;
    text-decoration: none;
}
.case-child-content .row .col-two .recent-post p {
    margin-bottom: 0;
}
.case-study-child-container.two .hero-sec {
    background: url(../Images/validate-data.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}
.case-study-child-container.three .hero-sec {
    background: url(../Images/Statutory-Benefits.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}
.case-study-child-container.four .hero-sec {
    background: url(../Images/Regional-Disability.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}
.case-study-child-container.five .hero-sec {
    background: url(../Images/National-Disability.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}
.case-study-child-container.six .hero-sec {
    background: url(../Images/National-Employee.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}
.case-study-child-container.seven .hero-sec {
    background: url(../Images/National-Disability2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}

/********** Case study child Page End ***********/

/********** contact us Page Start ***********/

.map-sec {
    min-height: 400px;
    /* background-color: #8F8585; */
    background: url(../Images/home-hero-bg.jpg);
}
.contact-cols {
    margin-top: -100px;
    position: relative;
}
.contact-cols::before{
    content: "";
    background: #E2E2E2;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    bottom: 0;
    z-index: 9;
}
.contact-cols .row {
    max-width: 1140px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: auto;
    z-index: 999;
    position: relative;
}
.contact-cols .row .col {
    width: 50%;
    background: #E2E2E2;
    padding: 72px 50px 72px 50px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-cols .row .col i.icon {
    color: #373535;
    font-size: 60px;
    border-bottom: 1px solid #161616;
    padding-bottom: 40px;
}
.contact-cols .row .col h4{
    color: #222222;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    padding-top:20px;
}
.contact-cols .row .col p {
    text-align: center;
    color: #161616;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.contact-cols .row .col .link-one {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #713B9C;
    background-color: #FFFFFF00;
}
.contact-cols .row .col .link-two{
    margin-top: 90px;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #373535;
    background-color: #FFFFFF00;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}
.contact-cols .row .col .link-two:hover {
    color: #713B9C;
}
.contact-cols .row .col .link-two i {
    padding-right: 10px;
}
.contact-form-sec {
    background-color: #E2E2E2;
    padding-top: 150px;
    padding-bottom: 120px;
}
.contact-form-sec .row {
    display: flex;
    align-items: start;
    justify-content: center;
    max-width: 1140px;
    margin: auto;
}
.contact-form-sec .row .col {
    width: 50%;
}
.contact-form-sec .content h3 {
    color: #222222;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 400;
    margin-top: 0;
}
.contact-form-sec .content h3 span {
    color: #713B9C;
}
.contact-form-sec .content h4 {
    color: #222222;
    font-family: "Albert Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.contact-form-sec .content  p {
    color: #373535;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}
.contact-form-sec .content a{
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    fill: #373535;
    color: #373535;
    background-color: #FFFFFF00;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}
.col-form-con {
    width: 50%;
    padding-left: 70px;
}
.col-form-con form {
    display: flex;
    flex-direction: column;
}
.col-form-con form input ,
.col-form-con form textarea {
    padding: 15px 20px;
    border: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.73;
    color: rgba(34,54,69,0.6);
    font-style: normal;
    margin-bottom: 25px;
}
.col-form-con form textarea {
    height: 150px;
    margin-bottom: 35px;
}
.col-form-con form input[type="submit"]{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 1.5px;
    font-style: normal;
    padding: 21px 37px;
    border: 1px solid;
    border-radius: 5px;
    background: #2a74ed;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    font-family: 'raleway';
}
.col-form-con form input[type="submit"]:hover {
    color: #2a74ed;
    background: #ffffff;
}

/********** contact us Page End ***********/

/********** Facts Page Start ***********/

.facts-container .hero-sec {
    background: url(../Images/home-hero-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 15px;
}
.facts-container .hero-sec h2 {
    color: #FFFFFF;
    font-family: 'Roboto', Sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}
.facts-container .hero-sec p{
    color: #E2E2E2;
    font-size: 33px;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    text-align: center;
    max-width: 1180px;
    margin: 0 auto;
}
.progress-bar-sec {
    background:#E2E2E2;
    padding:100px 0 50px;
}
.progress-bar-sec .row-progress {
    max-width: 1140px;
    margin: auto;
    display: flex;
}
.container-progress{
    display: flex;
    width: 420px;
    padding: 30px 20px;
    border-radius: 8px;
    background: #fff;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
    margin: 0 10px;
}
.circular-progress{
    position: relative;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    background: conic-gradient(#713B9C 3.6deg, #ededed 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.circular-progress::before{
    content: "";
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff;
}
.progress-value{
    position: relative;
    font-size: 40px;
    color: #713B9C;
    font-family: 'Roboto';
    font-weight: 700;
}
.container-progress h5{
    font-family: 'Raleway' , sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    color: #223645;
    font-style: normal;
    font-size: 18px;
    margin: 20px 0 10px ;
}
.container-progress p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.73;
    color: rgba(34,54,69,0.6);
    font-style: normal;
    margin: 0;
    text-align: center;
}
.feature {
    padding: 100px 0 50px;
    background: #e2e2e2;
}
.feature .content {
    max-width: 600px;
    margin: auto;
}
.feature h4 {
    text-align: center;
    font-size: 50px;
    font-family: 'Raleway' , sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    color: #223645;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 30px;
}
.feature h4 span {
    color: #713b9c;
}
.feature p {
    text-align: center;
    color: #373535;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 17px;
    line-height: 1.73;
}

/********** Facts Page End ***********/



.home .main-menu nav > ul >li > a:hover ,
.home .main-menu nav > ul >li > a:focus ,
.home .main-menu nav > ul >li.current_page_item a ,
.page-id-84 .main-menu nav > ul >li.current_page_item a ,
.page-id-84 .main-menu nav > ul >li > a:hover ,
.page-id-84 .main-menu nav > ul >li > a:focus ,
.page-id-84 .main-menu nav > ul >li > div > a:hover ,
.page-id-84 .main-menu nav > ul >li > div > a:focus ,
.page-id-300 .main-menu nav > ul >li.current_page_item a ,
.page-id-300 .main-menu nav > ul >li > a:hover ,
.page-id-300 .main-menu nav > ul >li > a:focus ,
.page-id-300 .main-menu nav > ul >li > div > a:hover ,
.page-id-300 .main-menu nav > ul >li > div > a:focus ,
.page-id-319 .main-menu nav > ul >li.current_page_item a ,
.page-id-319 .main-menu nav > ul >li > a:hover ,
.page-id-319 .main-menu nav > ul >li > a:focus , 
.page-id-319 .main-menu nav > ul >li > div > a:hover ,
.page-id-319 .main-menu nav > ul >li > div > a:focus {
	color:#fff !important;
}