@import url('https://fonts.googleapis.com/css2?family=inter:wght@400;500;600;700;800&display=swap');
body{
    font-size: 15px;
    color:#071F2C;
    line-height: 1.6;
    font-family: 'inter', sans-serif;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a, li{text-decoration:none; color:#071F2C; text-decoration: none !important;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;  
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;}
ul, li{
    list-style:none;
    margin: 0;
    padding: 0;
}
a:hover {
    color: #A4036F;
}
h1, h2, h3, h4, h5, h6{
    color: #071F2C;
    font-weight: 600;
}
input,select,button,a{outline: none;font-family: 'inter', sans-serif;}
/**starting css of site**/
body,header.header {
    display: initial;
}
.row{
    clear: both;
}

/**************************************************Header Css Start*********************************************/
.header_brands {
    float: left;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 301;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.header_brands .row {
    justify-content: space-between;
    /*padding-right: 5vw;*/
    align-items: center;
    position: relative;
}
.brand_logo {
    float: left;
    max-width: 120px;
    min-width: 120px;
    margin-bottom: -40px;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_phone a {
    color: #112A73;
    font-size: 17px;
    font-weight: bold;
    padding: 11px 20px 11px 0;
}
.cymraeg a {
    background: rgb(217 217 217 / 31%);
    padding: 26px 38px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #071F2C;
}


.navbar {
    padding: 0;
    float: right;
}
.navbar ul li {
    float: left;
}
.navbar ul li a {
    color: #A4036F;
    font-weight: 500;
    background: transparent;
    padding: 26px 11px;
    display: inline-block;
    position: relative;
}
.navbar ul li a:before {
    content: "";
    background: #A4036F;
    width: 0;
    height: 5px;
    position: absolute;
    bottom: -3px;
    right: 0;
    left: auto;
    transition: all .3s;
}
.navbar ul li a:hover:before, .navbar ul li.active a:before{
    width: 100%;
    left: 0;
    right: auto;
}
.navbar ul li a img {
    margin-left: 2px;
    vertical-align: middle;
}
.navbar ul li:first-child {
    margin: 0;
}
.phone_only {
    display: none;
}
.banner_sec {
    float: left;
    width: 100%;
}
h1 {
    font-size: 40px;
    font-weight: 900;
}

.banner_sec .row {
    margin: 0;
}
.banner_left {
    padding: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.banner_left:before{
   /*content: "";*/
    background: #688fff;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; 
    height: 100%;
    opacity: .4;
}
.banner_content {
    background: rgb(255 255 255 / 75%);
    max-width: 650px;
    padding: 130px;
    position: relative;
}
.banner_content:before {
    content: "";
    background: #A4036F;
    width: 50px;
    height: 74%;
    top: 13%;
    left: 0;
    position: absolute;
}
.banner_contact_form {
    background: #071F2C;
    padding: 4% 3%;
    color: #fff;
}
.banner_left, .banner_contact_form {
    display: flex;
    flex-wrap: wrap;
}
.banner_contact_form h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    width: 100%;
    margin-bottom: 20px;
}
.banner_contact_form label {
    font-size: 15px;
    width: 100%;
    margin-bottom: 3px;
    padding-left: 10px;
}
.banner_contact_form input, .banner_contact_form textarea {
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 13px;
}
.banner_contact_form textarea {
    height: 80px;
}
.banner_contact_form input[type="submit"] {
    background: transparent;
    border: 1px solid #fff;
    padding: 13px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 18px;
    max-width: 250px;
}
.banner_contact_form input[type="submit"]:hover {
    background: #9a1f39;
    border-color: #9a1f39;
    cursor: pointer;
}
.banner_contact_form p {
    font-size: 12px;
}
.banner_contact_form p a{
    color: #fff;
    text-decoration: underline !important;
}
.banner_content h2 {
    font-weight: 600;
    color: #9a1f39;
    font-size: 34px;
}
.banner_content p {
    font-size: 15px;
    color: #112A73;
}
.btn_design {
    background: #c5cbdd;
    display: inline-block;
    margin: 25px 0 0;
    color: #071F2C;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.btn_design:hover{
    background: #071F2C;
    color: #fff;
}

section {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.support_sec .row {
    align-items: center;
}
.support_img img {
    width: 100%;
    border-radius: 350px 0 0;
}
.support_content {
    max-width: 470px;
    margin: 15px auto;
}
.employment_sec{
    padding-top: 0;
}
h2 {
    font-size: 29px;
}
.employment_content {
    padding: 10px 0;
}
.employment_content img{
    margin-top: 30px;
}
section.employment_sec .container {
    max-width: 1000px;
}
.employment_content {
    max-width: 440px;
}
section.expertise_sec {
    background: #FAFAFC;
}
.expertise_col {
    margin-bottom: 30px;
}
.news-events_col h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}
.news-events_col a {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 16px;
    display: inline-block;
}
.news-events_col a .author {
	text-transform: initial;
}
.news-events_col a:hover{
    color: #A4036F;
}
.news-events_col {
    margin: 15px 0;
}
.event_img img, .recent-work_col img {
    width: 100%;
}
footer.footer {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #142c72;
    color: #fff;
}

.foot_img_col {
    display: flex;
    /*justify-content: space-between;*/
	
}
.foot_img_col img, .foot_img_col2 img{
    padding: 10px;
}
.foot_img_col2 {
    margin-top: 80px;
    text-align: right;
}
footer h6 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 10px;
}
.foot_phone p {
    margin: 0;
}
/*.foot_phone {
    margin: 35px 0;
}*/
footer.footer a, footer.footer p{
    color: #fff;
    /*opacity: .8;*/
}
.directions a {
    text-decoration: underline !important;
}
.darwin h5 {
    font-size: 18px;
    color: #ddd;
}
.darwin {
    padding-left: 70px;
    margin-bottom: 30px;
    background: url(../images/dg_icon.jpg) no-repeat;
    background-position: left top;
    background-size: 54px;
}
.darwin span {
    font-size: 11px;
    /*opacity: .8;*/
}

footer.footer a:hover{
    opacity: 1;
}
footer .followuson a {
    background: #489be9;
    padding: 7px 20px;
    opacity: 1;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}
.footer_nav {
    text-align: center;
    margin-top: 60px;
}

.footer_nav li{
    display: inline-block;
}
.footer_nav li a{
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 1 !important;
}
.social_icons {
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.social_icons li {
    display: inline-block;
    padding: 5px;
}
.social_icons li a{
    background: #fff;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    color: #071F2C;
    font-size: 20px;
    opacity: 1 !important;
}
.social_icons li a:hover{
    border-radius: 50px;
}
.chat_now {
    position: fixed;
    bottom: 10px;
    right: 10px;
    max-width: 250px;
}

/****************Inner Pages CSS********************/
ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb_sec {
    float: left;
    width: 100%;
    padding: 70px 0 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #A4036F;
    font-weight: bold;
}
.breadcrumb-item.active {
    color: #071F2C;
    font-weight: 600;
}
section.employment_law_sec {
    padding-top: 30px;
}
h2.page_title {
    border-bottom: 1px solid #A4036F;
    padding-bottom: 13px;
    margin-bottom: 30px;
}
.employment_law_sec h6 {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 20px;
}
.speak_expert {
	text-align: center;
	font-size: 17px;
    font-weight: 600;
    padding: 15px 20px;
    border: 1px solid;
    margin: 35px 0;
}
.employment_law_sec h5 {
    color: #A4036F;
    margin-bottom: 25px;
}
.teamslide_item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.team_list {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.teamlist_slide{
    text-align: center;
}
.teamname {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
}
.degn {
    font-size: 14px;
}
.teamslide_item a {
    color: #9a1f39;
    margin-top: 8px;
    display: inline-block;
    font-size: 14px;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
button.slick-arrow {
    position: absolute;
    left: -10px;
    top: 40px;
    border: none;
    font-size: 0;
    background: transparent;
    width: 20px;
    height: 30px;
    outline: none;
    cursor: pointer;
    z-index: 9;
}
button.slick-next.slick-arrow{
    left: inherit;
    right: -10px;
}
button.slick-arrow:hover:before{
    opacity: 1 !important;
}
button.slick-prev.slick-arrow:before {
    content: "\f053";
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    color: #071F2C;
    font-weight: 900;
    opacity: .3;
    position: relative;
    top: -8px;
}
button.slick-next.slick-arrow:before {
    content: "\f054";
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    color: #071F2C;
    font-weight: 900;
    opacity: .3;
    position: relative;
    top: -8px;
}
.legar_service_list {
    background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(242,242,242,1) 16%, rgba(242,242,242,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(242,242,242,1) 16%,rgba(242,242,242,0) 100%);
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(242,242,242,1) 16%,rgba(242,242,242,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00f2f2f2',GradientType=0 );
    border-radius: 80px;
    padding: 40px;
}
.legar_service_list h5 {
    text-align: center;
    margin-bottom: 15px;
}
.legar_service_list li a {
    font-weight: 600;
    padding: 7px 0 7px 20px;
    display: inline-block;
    position: relative;
}
.legar_service_list li a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 5px;
}
.legar_service_list li a:hover, .legar_service_list li.active a{
    color: #9a1f39;
}
.banner_contact_form.Employment_form {
    padding: 25px;
}
.banner_contact_form.Employment_form h4{
    font-size: 20px;
        padding: 0 10px;
}
section.testimonials_sec {
    background: #EDEFF4;
}
.testi_col {
    background: #fff;
    padding: 30px 25px;
    border-radius: 7px;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 2%);
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.testi_col p {
    margin: 15px 0;
    font-style: italic;
    font-weight: 500;
    opacity: .7;
}
.author {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    line-height: 1.1;
}
.companyname{
    color: #9a1f39;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}
.readmore a {
    font-weight: 600;
    padding: 0;
    display: inline-block;
    position: relative;
}
.readmore a:hover{
    color: #9a1f39;
}
.recent-work_sec h2 {
    font-weight: 500;
    color: #9a1f39;
    margin-bottom: 25px;
}
.recent-work_col a {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    display: inline-block;
    line-height: 1.3;
}
.youmaylike{
    margin-top: 40px;
}
.all_category {
    background: rgba(110,110,110,.05);
    max-width: 300px;
    width: 100%;
    border: 1px solid #05287b;
}
.col-lg-6.col-12.news-sel:nth-child(2n) .all_category {
    float: right;
}
.all_category .service_check, .all_category  .position_check , .all_category  .category_check {
    padding: 12px 18px;
    display: inline-block;
    width: 100%;
    position: relative;
    cursor: pointer;
}
.all_category .service_check:before, .all_category .position_check:before, .all_category .category_check:before {
    content: "";
    border-left: 1px solid;
    border-bottom: 1px solid;
    width: 8px;
    position: absolute;
    height: 8px;
    right: 16px;
    transform: rotate(-45deg);
    top: 18px;
}
.all_category span.service_check.open:before, .all_category span.position_check.open:before, .all_category .category_check.open:before {
    transform: rotate(135deg);
    top: 24px;
}
ul.service-group-list, ul.position-group-list, ul.archive-group-list {
    padding: 0 18px 20px;
    display: none;
}
ul.service-group-list.open, ul.position-group-list.open, ul.archive-group-list.open{
	display: block;
}
ul.service-group-list li, ul.position-group-list li, ul.archive-group-list li {
    padding: 2px 0;
}
.disclaimer {
    text-align: center;
    padding-top: 25px;
}





/*********************************************************/

section.about_page_sec {
    padding-top: 0;
}       
.page-id-116 h2.innerpage_heading {
    display: none;
}
.about-title h2 {
    color: #9a1f39;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
p.abt_subtitle {
    color: #9a1f39;
    font-size: 18px;
    margin-top: 16px;
    display: inline-block;
}
p.abt_subtitle b, .about_page_sec p b{
    font-weight: 600;
    font-size: 18px;
}
.First_field_form {
    display: flex;
    flex-wrap: wrap;
}
ul.abt_ul_sec {
    padding: 15px 0;
}
ul.abt_ul_sec li {
    margin: 5px 0;
}
.about_page_sec .banner_contact_form {
    margin-top: 30px;
    max-width: 350px;
    padding: 30px 20px;
}
form.wpcf7-form.init {
    position: relative; 
}
span.wpcf7-spinner {
    position: absolute;
    bottom: 60px;
    right: -10px;
}
h2.innerpage_heading {
	
    font-size: 36px;
    margin-top: 15px;
    display: inline-block;
}
h2.cont-form-title {
    font-weight: normal;
}
.contact_page_form {
    margin-top: 0;
    float: left;
    width: 100%;
}
.contact_page_form .wpcf7-form-control {
    width: 100%;
    border: 1px solid #d1d1d1;
    background: #fafafa;
    padding: 10px 15px;
    margin: 6px 0;
}
.contact_page_form label {
    width: 100%;
}
.contact_page_form .wpcf7-form-control.wpcf7-checkbox {
    padding: 0;
    border: none;
    background: transparent;
}
.contact_page_form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
}
.contact_page_form input.wpcf7-form-control.wpcf7-submit.submit {
    width: auto;
    background: #071F2C;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 12px 40px;
    margin: 15px 15px 20px;
}
.contact_page_form input.wpcf7-form-control.wpcf7-submit.submit:hover {
    background: #9a1f39;
}
.employment_content p a {
    color: #9a1f39;
    text-decoration: underline !important;
}
div#breadcrumbs {
    color: #9a1f39;
}
span.breadcrumb_last {
    font-weight: 600;
    color: #071F2C;
}
/*************************************************************************************/




.grid {
  margin: 1rem auto;
}
.grid-item {
  width: 210px;
  height: auto;
  margin-bottom: 30px;
}
.grid-item img {
  width: 100%;
  height: 100%;
}
.partner_info {
    background: #fff;
    padding: 20px 0;
}
.partner_info h5 {
    font-weight: 500;
    font-size: 20px 0;
}
.partner_info p {
    color: #444;
}
.more_btn {
    background: #fff;
    padding: 8px 0;
    border-top: 1px solid #DADDDF;
    border-bottom: 5px solid #FBAF00;
}
.partner_title {
    max-width: 1000px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}
.partners_sec .row + .row {
    margin-top: 50px;
}
.partners-specific_sec {
    background-size: auto calc(100% + 150px);
    background-position: 100% -150px;
    position: relative;
	background-repeat: no-repeat;
	padding: 0;
}
.partners-specific_sec > .filter {
	padding: 100px 0 15%;
	background: rgb(200,200,200);
	background: linear-gradient(93deg, rgba(200,200,200,1) 0%, rgba(200,200,200,1) 45%, rgba(200,200,200,0) 50%, rgba(200,200,200,0) 100%);
}
@media(max-width: 1000px) {
	.partners-specific_sec > .filter {
		background: rgba(255,255,255,0);
	}
	.partners-specific_sec {
		background-size: cover;
		background-position: center;
	}
}
.partner_img img{
    border-radius: 50%;
    width: 210px;
    height: 210px;
    object-fit: cover;
}
.partners-specific_sec:before {
    content: "";
    background: #e9efff;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: .8;
}
body.inner_pages section.partners-specific_sec .container {
    max-width: 1170px;
    padding: 0 15px;
}
.partner_left {
    float: left;
    width: 100%;
    max-width: 250px;
}
.partner_left img {
    border: 5px solid #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.partner_right {
    float: left;
    width: 100%;
    padding:  0 60px 0 40px;
    max-width: 350px;
   /* background: url(../images/logo-cymraeg.svg) no-repeat;*/
    background-position: right center;
}
.show_cymraeg_logo {    
   background-image: url(../images/logo-cymraeg.svg);
	background-repeat: no-repeat;
}
.partnername {
    font-size: 30px;
    font-weight: 600;
    /*color: #9a1f39;*/
}
.partnerdesg{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.partner_right p {
    margin-bottom: 10px;
}
.people_spec_btn {
    margin-top: 35px;
}
.people_spec_btn a{
    margin-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
}
.people_spec_btn a:first-child{
    margin-left: 0;
}
body.inner_pages .partners_tabs_sec .container {
    max-width: 1150px;
}
.partners_tabs_sec {
    float: left;
    width: 100%;
    padding: 0;
}
.single_partner_info {
    background: rgba(255, 255, 255, .85);
    border-radius: 50px 50px 0 0;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 7%);
    margin-top: -15%;
    padding: 35px 40px;
    min-height: 400px;
    margin-bottom: 70px;
}
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    border: none !important;
    background: rgb(17 42 115 / 10%);
    font-size: 16px;
    font-weight: 500;
    padding: 13px 20px;
    margin-right: 1px;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #9a1f39;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
    width: 20%;
}
.tab-content {
    padding: 30px 0;
}
.legar_services_left h6 {
    font-weight: bold;
    line-height: 1.4;
}
.teamslide_item {
    text-align: center;
}
.teamlist_slide2 .teamslide_item img {
    width: 180px;
    height: 180px;
}
.darwin_partners_slider h5 {
    color: #9a1f39;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.teamlist_slide2  button.slick-arrow {
    top: 50%;
    margin-top: -20px;
}
body.inner_pages .partners_tabs_sec .container, body.inner_pages .darwin_partners_slider .container{
    max-width: 1400px;
}
ul.menu ul.sub-menu {
    position: absolute;
    top: 100%;
    display: none;
}
ul.menu>li>ul.sub-menu {
    background: #EDEFF4;
    width: 100%;
    left: 18%;
    max-width: 80%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 13%);
}
@media(min-width: 991px){
	ul.menu>li:hover>ul.sub-menu{
		display: flex;
		justify-content: center;
	}
	.navbar {
		position: static;
	}
	ul.menu>li:hover>ul.sub-menu>li {
		background: #112A73;
		border-right: 1px solid #fff;
			position: relative;
	}
}
ul.menu>li:hover>ul.sub-menu li a {
    color: #fff;
    line-height: normal;
    /*padding: 20px 35px;
    min-width: 155px;*/
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
ul.menu>li:hover>ul.sub-menu li a:before {
    display: none;
}
ul.menu>li:hover>ul.sub-menu li a:hover {
    background: #A4036F;
}
@media(min-width: 991px){
ul.menu>li>ul.sub-menu li:hover ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: #EDEFF4;
    left: -20px;
    padding: 15px 20px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 13%);
	width: 200px;
}
}
ul.menu>li>ul.sub-menu li ul.sub-menu a {
    color: #071F2C;
    padding: 7px 5px;
    height: auto;
    font-size: 13px;
}
ul.menu>li>ul.sub-menu li ul.sub-menu a:hover {
    color: #A4036F;
    background: transparent;
}

.woocommerce ul.products {
    max-width: 988px;
    margin: 0 auto;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 100% !important;
    margin: 0 0 30px !important;
}
.grid-header .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 30px;
}

section.training_and_eventse_sec {
    padding-top: 0;
}
.training_and_events {
    margin-bottom: 60px;
}
.training_and_events  .teamname {
    margin: 3px 0 18px;
    display: block;
}
.training_and_events  .teamname a, .teamname h2.innerpage_heading{
    color: #A4036F;
    font-size: 28px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 15px;
    display: inline;
    border-bottom: 1px solid;
}
.teamname h2.innerpage_heading {
    display: block;
    border: none;
}
.training_and_eventse_sec .map {
    margin-bottom: 15px;
}
/*a.view_event {
    color: #fff;
    background-color: #0e2a76;
    border-color: #0e2a76;
    padding: 7px 20px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
}
a.view_event:hover{
    opacity: .8;
}*/
.single_training_and_eventse_sec .degn {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 25px;
}
.link {
    margin-bottom: 25px;
}
.link a {
    font-size: 19px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
}
.single_training_and_eventse_content ul {
    padding-left: 30px;
}
.single_training_and_eventse_content p {
    margin-bottom: 20px;
}
.single_training_and_eventse_content ul li p {
    margin: 0 0 10px;
}
.single_training_and_eventse_content ul li {
    list-style: disc;
}
.eventlist-datetag-inner {
    display: table;
    position: absolute;
    top: 10px;
    right: 10px;
    height: auto;
    min-height: 70px;
    width: 70px;
    margin: 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    box-sizing: border-box;
    padding: 6px;
}
.eventlist-datetag-inner-parent {
    position: relative;
}
.month {
    font-size: 14px;
    margin: 6px 0 3px;
    opacity: .3;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
}
.day {
    font-size: 26px;
    margin: 3px 0 3px;
    opacity: .3;
    line-height: 1em;
    text-transform: uppercase;
    white-space: nowrap;
}
.eventlist-datetag-time {
    border-top: 1px solid #ddd;
    margin: 6px 0 0 0;
    padding-top: 6px;
    font-size: 11px;
    opacity: .4;
}
.join-us-block-html h3, .join-us-block-content h3 {
    font-size: 19px;
    letter-spacing: .04em;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.join-us-block-html p, .join-us-block-content p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.6em;
    text-transform: none;
    color: #555;
}
.join-us-block-html p a, .join-us-block-content p a{
    color: #9b1e32;
    text-decoration: underline !important;
}
.sqs-block-content hr {
    margin: 45px 0 35px;
}
section.singular-row {
    padding-top: 0;
}
.join-us-block-content {
    margin-bottom: 40px;
}
.community-html h3 {
    font-weight: normal;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
}
h2.click-title {
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
    margin-top: 35px;
    cursor: pointer;
    letter-spacing: .5px;
}
section.singular-row .row.sqs-row {
    display: block;
}
section.singular-row .community-spacer .community-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0  0px;
}
section.singular-row .community-content img {
    max-width: 60px;
}
.partner_img.our_result_img a img, .partner_img.news_img a img {
   /* width: 100% !important;*/
}
.partner_img.news_img ,.partner_img{
    text-align: center;
}


.col-lg-6.col-12.our_result_page_searchbar {
    text-align: right;
}

section.partners_sec.news_page input[type="submit"] {
    padding: 10px;
    background: #FBAF00;
    color: #071F2C;
    border-color: #FBAF00;
}

section.partners_sec.news_page input[type="text"] {
    width: 70%;
    padding: 10px;
}

section.partners_sec.news_page .col-lg-5.col-12.news-sel {
    text-align: right;
}

.grid-res-header .col-lg-3.col-md-6.col-12, .grid-news-header .col-lg-3.col-md-6.col-12 {
    margin: 15px 0;
}
.sqs-block-content ul li, .community-markdown ul li {
    list-style: disc;
    margin: 3px 0;
}

.sqs-block-content ul, .community-markdown ul {
    padding: 10px 0 10px 20px;
}
.sqs-block-content a, .community-markdown a{
    text-decoration: underline !important;
    color: #9b1e32;
}
blockquote {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
figcaption.source {
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
}
.repeater_content_section {
    margin-bottom: 70px;
}
ul.legal-page-menu li:first-child a{
    color:#fff;
}

ul.legal-page-menu li:first-child  {
    background: #071F2C;
    
    padding: 14px;
    border-radius: 5px;
    margin: 10px 0;
}

ul.legal-page-menu li {
    padding: 10px 14px;
}

.col-md-3.col-12.legal-page-menu-section {
    margin-bottom: 60px;
}
section.legal_page_sec {
    background: #cccccc21;
}
/*
.brand_logo:hover img {
    width: 110px;
}*/
.contact_page_form {
    width: 96%;
    background: #071F2C;
    padding: 25px 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px #071F2C;
}
.contact_page_form #wpcf7-f93-o1 label {
    color: #fff;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: normal;
    color: #fff;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}
.gform_wrapper, .gform_wrapper .gform_heading, .gform_wrapper span.gform_description {
    margin: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 4px 10px !important;
}
body .gform_wrapper textarea.large {
    height: 80px;
}
body .gform_footer.top_label {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
body .gform_footer.top_label .button {
    width: 100% !important;
    max-width: 250px;
}
.addtoany_shortcode span.a2a_svg {
    background: #0e2a76 !important;
}
section.next_previous_sec a {
    font-family: inter;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 1.6em;
    text-transform: uppercase;
    color: #0e2a76;
    display: block;
    position: relative;
    padding-left: 30px;
}
section.next_previous_sec a strong {
    font-family: inter;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.4em;
    text-transform: none;
    color: #8e2a35;
    margin-top: 7px;
    display: inline-block;
}
section.next_previous_sec a[rel="next"] {
    text-align: right !important;
    display: block;
    padding-left: 0;
    padding-right: 30px;
}
section.next_previous_sec a:before {
    content: "";
    border-left: 1px solid #142c72;
    border-bottom: 1px solid #142c72;
    height: 30px;
    contain-intrinsic-height: 23px;
    position: absolute;
    width: 30px;
    left: 0;
    transform: rotate(45deg);
    top: 8px;
}
section.next_previous_sec a[rel="next"]:before {
    content: "";
    border-left: 1px solid #142c72;
    border-bottom: 1px solid #142c72;
    height: 30px;
    position: absolute;
    width: 30px;
    left: inherit;
    right: 0;
    transform: rotate(-135deg);
    top: 8px;
}
section.addtoany_sec {
    padding-top: 0 !important;
}
.addtoany_shortcode {
    margin: 0 auto;
}
header.header + section {
    padding-bottom: 20px;
}
.page-template-contact section.employment_sec .container {
    max-width: 100%;
}
.cont-title h3 {
    font-size: 22px;
}
section.employment_sec.contact-page h2.innerpage_heading {
    margin-bottom: 40px;
}
.expertise_sec h2 {
    color: #9a1f39;
}
.all_category_section {
    display: flex;
    gap: 15px;
}
.expertise_col a {
    /*text-decoration: underline !important;*/
    /*color: #a0293b;*/
}




/******************************************************************Media Query***********************************************************/
@media (min-width: 1230px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    .footer_images_col{
        padding-right: 6%;
    }
    body.inner_pages .container {
        max-width: 100%;
        padding: 0 5vw;
    }

}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0 6vw;
    }
    /*.header_brands .row {
        padding-left: 6vw;
    }*/
}
@media (min-width: 1600px){
    .legar_services_right {
        padding-left: 5%;
    }
    .grid-item {
      width: 247px;
    }
    .partner_title {
        max-width: 1120px;
        margin: 0 auto 70px;
    }
     body.inner_pages section.partners_sec .container {
        max-width: 1600px;
    }
    .partner_img img{
        width: 247px;
        height: 247px;
    }
}

@media (max-width: 1199px){

    body {
        font-size: 14px;
        line-height: 1.5;
    }

    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 26px;
    }
    .header_brands .row {
        padding-left: 0;
        margin-left: 0;
    }
    .brand_logo {
        max-width: 80px;
        min-width: 80px;
        margin-bottom: -25px;
    }
    .header_phone a {
        font-size: 14px;
        padding: 11px 16px 11px 0;
    }
    .cymraeg a {
        padding: 15px 28px;
        font-size: 16px;
    }
    .navbar ul li a {
        padding: 15px 9px;
    }
    .foot_img_col img{
        max-width: 50%;
    }
    .legar_services_right .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px){

span.icon {
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transform: rotate(45deg);
    top: 15px;
}


    .phone_only {
        display: block;
        cursor: pointer;
    }
    .navbar{
        position: fixed;
        left: -300px;
        height: 100%;
        top: 0;
        z-index: 99;
        display: block;
        width: 300px;
        margin: 0;
        background: rgb(17 42 115 / 97%);
        padding: 47px 20px 10px;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        overflow: auto;
    }
    .open .navbar {
        left: 0;
    }
    .close_icon {
        position: absolute;
        top: 15px;
        cursor: pointer;
        right: 15px;
        display: block;
    }
    .navbar ul li {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0;
        position: relative;
        padding: 0;
    }
    .navbar ul li a {
        color: #fff;
        font-size: 16px;
        margin: 0;
        display: inline-block;
    }
    .header_brands {
        position: relative;
    }
    .menu_icon.phone_only{
        float: right;
    }
    
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    .header_center {
        order: 3;
        padding-right: 15px;
    }
    .banner_content {
        padding: 20% 7% 20% 17%;
        position: relative;
    }
    .banner_content:before {
        width: 40px;
    }
    section {
        padding: 50px 0;
    }
    .foot_img_col {
        display: flex;
        justify-content: center;
    }
    .foot_img_col2 {
        margin-top: 20px;
        text-align: center;
    }
    .footer_images_col {
        margin-bottom: 20px;
    }
    footer.footer {
        padding: 40px 0;
    }
    .social_icons {
        padding: 25px 0;
    }
    .btn_design {
        margin: 20px 0 0;
        font-size: 16px;
        padding: 12px 30px;
    }
    .chat_now {
        max-width: 150px;
    }
    .nav-tabs .nav-item {
        margin-bottom: 0;
        width: auto;
        min-width: 160px;
    
    }
    .nav-tabs {
        border: none;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .banner_contact_form.Employment_form {
        margin-top: 20px;
    }

    ul.menu>li ul.sub-menu,  ul.menu>li:hover ul.sub-menu {
        display: none;
    }
    ul.menu>li ul.sub-menu {
        position: relative;
        left: 0;
        max-width: 100%;
        box-shadow: none;
        background: none;
        top: 0;
        padding: 0;
        float: left;
        width: 100%;
    }
    ul.menu>li> ul.sub-menu.new_menu {
        display: block;
    }
    ul.menu>li>ul.sub-menu>li {
        background: transparent !important;
        border-right: none !important;
    }
    body ul.menu>li>ul.sub-menu li a, ul.menu>li:hover>ul.sub-menu li a {
        color: #fff;
        line-height: normal;
        padding: 10px 20px;
        height: auto;
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    ul.menu>li>ul.sub-menu li span.icon {
        top: 5px;
        right: 0px;
    }


}

@media (max-width: 767px){
     body {
        font-size: 14px;
    }
    h1 {
        font-size: 28px;
    }
   
    h2, .banner_content h2 {
        font-size: 22px;
    }
    section {
        padding: 40px 0;
    }
    .brand_logo {
        margin-bottom: 0;
    }
    .header_center {
        padding-right: 15px;
        order: unset;
        order: inherit;
    }
    .header_right {
        justify-content: space-between;
        width: 100%;
    }
    .banner_content:before {
        width: 20px;
    }
    .banner_content {
        padding: 50px  30px 40px 50px;
    }
    .banner_contact_form {
        padding: 10%;
    }
    .footer_contact {
        margin-bottom: 30px;
    }
    .footer_images_col {
        margin-bottom: 10px;
    }
    .breadcrumb_sec {
        padding: 20px 0 10px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    ol.breadcrumb {
        font-size: 12px;
    }
    .employment_law_sec h6 {
        line-height: 1.4;
        font-size: 15px;
    }
    h2.page_title {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .speak_expert {
        padding: 13px 15px;
        margin: 25px 0;
    }
    .partner_right {
        padding: 0 60px 0 0;
    }
    .single_partner_info {
        border-radius: 30px 30px 0 0;
        padding: 30px 25px;
        margin-bottom: 50px;
    }
    .partners-specific_sec {
        padding: 50px 0 35%;
        background-position: 75% 50%;
    }
    .tab-content {
        padding: 20px 0 0;
    }

}

.build {
	margin: 30px auto 0 auto;
}
.moved-awards .awards {
	display: flex;
	margin: 30px auto;
	width: 950px;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}
.moved-awards .awards > span {
	width: 450px;
	display: inline-block;
	border-color: #14B795;
}
.moved-awards .awards > span >span:nth-child(1) {
	color: #9a1f39;
}
.banner_left {
	align-items: center;
	
}
.banner_content {
	padding: 50px 130px;
	background-color: white;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.banner_content:before {
	height: 100%;
	top: 0;
	background-color: #14B795;
}