@font-face {font-family: "Aktiv Grotesk W06 Regular";
  src: url("fonts/a59a10fc173a405262ecba082980066e.eot"); /* IE9*/
  src: url("fonts/a59a10fc173a405262ecba082980066e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/a59a10fc173a405262ecba082980066e.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/a59a10fc173a405262ecba082980066e.woff") format("woff"), /* chrome、firefox */
  url("fonts/a59a10fc173a405262ecba082980066e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/a59a10fc173a405262ecba082980066e.svg#Aktiv Grotesk W06 Regular") format("svg"); /* iOS 4.1- */
  font-display: swap;
}
@font-face {font-family: "Aktiv Grotesk W01 Medium";
  src: url("fonts/c16b7f3c0832bc60d12dfeae0073d6d6.eot"); /* IE9*/
  src: url("fonts/c16b7f3c0832bc60d12dfeae0073d6d6.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/c16b7f3c0832bc60d12dfeae0073d6d6.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/c16b7f3c0832bc60d12dfeae0073d6d6.woff") format("woff"), /* chrome、firefox */
  url("fonts/c16b7f3c0832bc60d12dfeae0073d6d6.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/c16b7f3c0832bc60d12dfeae0073d6d6.svg#Aktiv Grotesk W01 Medium") format("svg"); /* iOS 4.1- */
  font-display: swap;
}
@font-face {
    font-family: 'MrsEavesSmartLig';
    src: url('fonts/MrsEavesSmartLig-Italic.woff2') format('woff2'),
        url('fonts/MrsEavesSmartLig-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



body{
    font-size: 16px;
    color:#5D5D5D;
    font-family: "Aktiv Grotesk W06 Regular";
    line-height: 1.6;
}
*{margin:0; padding:0; box-sizing: border-box;}
img{border:none; max-width:100%; width: auto;height:auto;}
a, li{text-decoration:none; color:#5D5D5D; 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: #397384;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    line-height: 1.1;
    font-family: "Aktiv Grotesk W01 Medium";
}
input,select,button,a{outline: none;}
/**starting css of site**/
body,header.header {
    display: contents;
}
.open .header_top {
    z-index: 999;
}
.header_top {
    background: #1A346A;
    float: left;
    width: 100%;
    position: sticky;
    z-index: 99;
    top: 0;
}
.header_top .container {
    position: relative;
}
.header_brands {
    float: left;
    width: 100%;
    padding: 15px 0;
    top: 0;
    z-index: 99;
    background: #fff;
}
.brand_logo {
    float: left;
    max-width: 350px;
}
.navbar{padding: 0}
.brand_logo img {
    width: 350px;
}
.navbar ul li {
    float: left;
    margin-right: 40px;
    padding: 0;
}
.navbar ul li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    font-family: "Aktiv Grotesk W01 Medium";
}
.navbar ul li a:hover{
    color: #417AC9;
}
.search_icon img {
    max-width: 35px;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_brands .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.phone_only {
    display: none;
}
.phone {
    font-size: 22px;
    color: #5c77b7;
}
.phone a{
    color: #1A346A;
}
.header_search {
    width: 100%;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 20px;
    background: rgb(25 50 104 / 95%);
    z-index: 999;
    display: none;
    max-width: 500px;
}
.searchopen .header_search {
    display: block;
}
.header_search form {
    width: 100%;
    position: relative;
}
.header_search input {
    background: #fff;
    border: none;
    padding: 10px 15px;
    width: 100%;
}
.header_search input[type="submit"] {
    padding: 17px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: url(../images/search_icon.svg) no-repeat;
    background-position: center;
    font-size: 0;
    width: 38px;
    height: 38px;
    background-color: #1A346A;
    border-radius: 50%;
    background-size: 40px;
}


.banner {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 9% 0 15%;
}
.banner_content {
    float: left;
    max-width: 500px;
    width: 100%;
}
.banner_content h1{
    color: #fff;
    font-size: 60px;
}
.banner_content h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'MrsEavesSmartLig';
    margin: 30px 0;
}
.banner_content h3 span{
    color: #5c77b7;
}
a.btn_design {
    background-image: url(../images/arrow_w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) center;
    background-size: 18px;
    background-color: #1A346A;
    border: 1px solid #1A346A;
    color: #fff;
    font-size: 18px;
    padding: 10px 55px 10px 30px;
    display: inline-block;
    font-family: "Aktiv Grotesk W01 Medium";
}
a.btn_design.btn_radius{
    border-radius: 50px;
}
a.btn_design:hover{
    color: #1A346A;
    background-color: #fff;
    background-image: url(../images/arrow_b.svg);
}


.about_services {
    float: left;
    width: 100%;
    padding: 60px 0;
    box-shadow: 0 3px 12px rgb(0 0 0 / 0.1);
    position: relative;
}
h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.about_services h2{
    color: #417AC9;
}
.about_services_col{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about_serv_left p {
    font-size: 22px;
    font-family: "Aktiv Grotesk W01 Medium";
}
.about_serv_left {
    width: 70%;
}
.about_services h2 span {
    font-style: italic;
}

a.btn_design.btn_white {
    background-image: url(../images/arrow_b.svg);
    background-color: #fff;
    border: 1px solid #5c77b7;
    color: #1A346A;
	fill: #5c77b7; 
}
a.btn_design.btn_white:hover{
    background-image: url(../images/arrow_w.svg);
    background-color: #1A346A;
    border-color: #1A346A;  
    color: #fff;

}
.services_sec {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: #F6F9FB;
}
.services_col h3 {
    color: #1A346A;
    font-size: 25px;
}
.serv_icon{
    margin-bottom: 35px;
}
.serv_icon img {
    max-width: 200px;
    max-height: 110px;
}
.services_col {
    margin: 30px 0;
    float: left;
    width: 100%;
}
.about_sec {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: url(../images/shape_bg.svg) no-repeat;
    background-size: auto 100%;
    background-position: right top;
}
.about_sec.yourhome{
    background: url(../images/shape_bg3.svg) no-repeat;
    background-size: auto 100%;
    background-position: right top;
}
.about_inner {
    padding: 6% 4%;
    box-shadow: 0 0 41px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #fff;
}
.about_right p {
    font-size: 22px;
}
.resources_sec h2, .testimonials_sec h2{
    color: #1A346A;
    font-size: 36px;
    margin-bottom: 45px;
}
.resources_col, .post_col {
    background: #F4EDFF;
    padding: 10%;
    width: 100%;
}
.resources_sec .col-lg-6 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.news_row{
    margin: 
}
.new_article {
    max-width: 330px;
    position: relative;
}
.resources3 .new_article {
    max-width: 100%;
}
.resources_col.resources1 {
    background: url(../images/pattren_bg.webp) repeat #1A346A;
    background-size: 100%;
}
.resources_col h5, .postdata{
    color: #2C99B0;
    font-weight: normal;
    font-size: 18px;
}
.resources_col h3 {
    color: #fff;
    min-height: 95px;
    margin-bottom: 20px;
}
.resources_col p{
    color: #fff;
}
.resources_col a.btn_design.btn_white{
    border-color: #fff;
}
.resources_col.resources2 h3, .resources_col.resources2 p{
    color: #1A346A;
}
.resources_col p, .postdesc {
    color: #fff;
    min-height: 80px;
}
.resources_col.resources3 {
    background-image: url(../images/news_img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.post_col{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
    margin-bottom: 20px;
}
.resources_col.resources3:before, .post_col:before{
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.postlink a.view_profile {
    background-image: url(../images/arrow_b.svg);
    background-color: #fff;
    border: 1px solid #fff;
    color: #1A346A;
    font-size: 18px;
    padding: 10px 55px 10px 30px;
    display: inline-block;
    font-family: "Aktiv Grotesk W01 Medium";
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) center;
    background-size: 18px;
    border-radius: 50px;
}
.postlink a.view_profile:hover{
    background-color: #1A346A;
    color: #fff;
}
.services_links_content .postdesc p {
    font-size: 16px;
    line-height: 1.4;
}
.recent_posts_bottom .resources_col {
    margin-bottom: 20px;
}
.recent_posts_bottom .col-lg-4 {
    display: flex;
}
.resources_col.resources3 h3, .posttitle h4 {
    font-size: 44px;
    color: #fff;
    min-height: 200px;
}
.posttitle h4 {
    min-height: 130px;
}
.resources_sec {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.all_insight {
    text-align: center;
    width: 100%;
    margin: 40px 0;
}
.how_help {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url(../images/shape_bg2.svg) no-repeat #417AC9;
    background-position: right top;
    background-size: auto 100%;
}
.how_we_help {
    max-width: 500px;
}
.how_we_help h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 36px;
}
.how_we_help p {
    color: #fff;
    font-size: 22px;
    min-height: 130px;
}
.about_inner .row {
    align-items: center;
}
.about_right h4 {
    margin-bottom: 30px;
    line-height: 1.4;
}
.testimonials_sec {
    float: left;
    width: 100%;
    padding: 20px 0 70px;
    background: #f5f8fd;
}
.testimonials_col {
    padding: 120px 10% 10%;
    text-align: center;
    background: url(../images/coma-b.webp) no-repeat #fff;
    background-position: center 45px;
    background-size: 60px;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.testimonials_col p{
    font-size: 28px;
    font-family: 'MrsEavesSmartLig';
    line-height: 1.4;
}
.testimonials_col h4 {
    color: #1A346A;
    font-size: 22px;
    margin-top: 10px;
    display: inline-block;
}
footer.footer {
    float: left;
    width: 100%;
}
.footer_top {
    float: left;
    width: 100%;
    background: #1A346A;
    padding: 70px 0 50px;
}
.address h4 {
    color: #6098E6;
    font-size: 26px;
    margin-bottom: 20px;
}
.location {
    color: #fff;
    padding-left: 25px;
    background: url(../images/location_icon.png) no-repeat;
    background-position: left 5px;
    background-size: 15px;
}
.phonenmbr {
    color: #fff;
    padding-left: 25px;
    background: url(../images/phone_icon.png) no-repeat;
    background-position: left 3px;
    background-size: 18px;
    margin: 25px 0;
	font-size:16px;
}
.phonenmbr span {
    color: #5c77b7;
    width: 108px;
    display: inline-block;
}
.phonenmbr p {
    margin: 0;
}
.openinghrs  {
    padding-left: 25px;
}
.openinghrs a {
    display: block;
    color: #fff;
    font-size: 13px;
}
.address {
    border-right: 1px solid rgb(255 255 255 / 28%);
}
.col-sm-12:nth-child(4) .address{
    border-right: none;
}

.social_follow {
    margin-top: 50px;
}
.social_follow ul li{
    display: inline-block;
    margin: 0 10px;
}
.social_follow ul li a{
    color: #fff;
    font-size: 30px;
}

.footer_bottom {
    float: left;
    width: 100%;
    background: #EEF9FE;
    padding: 60px 0;
}
.law_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.law_logo img {
    padding: 10px 15px;
}
.bottom_logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_logo img {
    max-width: 750px;
    padding: 10px;
    max-height: 95px;
}
.footer_menu {
    text-align: center;
    margin: 30px 0;
}
ul.footer_menu li {
    border-left: 2px solid #1a346a;
    padding: 0 7px;
    display: inline-block;
    line-height: 1;
}
ul.footer_menu li:first-child{
    border: none;
}
.footer_menu li a, .copyright p{
    color: #1A346A;
    font-size: 18px  !important;
    font-family: "Aktiv Grotesk W01 Medium";
    margin: 0;
}
footer .footer_text p {
    color: #1A346A;
    font-size: 14px;
}
.copyright{
    margin-top: 30px;
}
.testimonials_sec .col-lg-6 {
    display: flex;
}
.page_title {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: url(../images/title_shape.png) no-repeat #417AC9 !important;
    background-position: right top !important;
    background-size: 60% 100% !important;
    font-size: 40px;
    color: #fff;
}
.prowel_breadcrumbs {
    float: left;
    width: 100%;
}
p#breadcrumbs {
    margin: 0;
    border-bottom: 1px solid #999;
    padding: 40px 0 30px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #1a346a;
}
p#breadcrumbs a {
    color: #9f8eb5;
}
.services_links_content, .our_team_services {
    float: left;
    width: 100%;
    padding: 20px 0 60px;
}
.services_links_content p {
    font-size: 20px;
}
.services_links_content h2 {
    font-size: 24px;
    color: #1a346a;
    margin-top: 30px;
    margin-bottom: 15px;
}
.services_links_content p em {
    font-size: 14px;
}
.service_sidebar {
    padding: 25px;
    background: #1a346a;
    color: #fff;
}
.service_sidebar h3 {
    text-align: center;
    font-weight: normal;
}
.service_sidebar li a {
    border: 1px solid #fff;
    display: block;
    color: #fff;
    padding: 10px 30px 10px 15px;
    margin: 15px 0;
    font-size: 17px;
    background: url(../images/arrow_b2.svg) no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 18px;
}
.service_sidebar li a:hover{
	background-color: #fff;
	color: #1a346a;
}
.desgination {
    background: #1a346a;
    padding: 15px 20px;
    color: #fff;
}
.desgination h4 {
    font-size: 22px;
    font-family: "Aktiv Grotesk W06 Regular";
    margin: 0;
}
.desgination span {
    text-transform: uppercase;
    font-size: 14px;
}
.team_contact a {
    float: left;
    width: 50%;
    background: #417ac9;
    padding: 11px 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
a.view_profile {
    background: #f4edff;
    color: #1a346a;
}
.team_contact a:hover{
	background: #1a346a !important;
	color: #fff !important;
}
.team_col {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.cat_name {
    color: #417ac9;
    font-size: 30px;
    margin: 15px 0;
}
.our_team_services form {
    background: #1a346a;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our_team_select select {
    border: none;
    padding: 5px 15px;
    width: 100%;
    height: 46px;
    background: #fff;
}
.our_team_select {
    width: 200px;
}
.our_team_form_content {
    color: #fff;
    font-size: 14px;
    width: 80px;
    text-align: center;
}
.our_team_submit {
    width: 50px;
    height: 46px;
    background: #417ac9;
}
.our_team_submit input[type="submit"] {
    font-size: 0;
    border: none;
    background: url(../images/searchicon.svg) no-repeat;
    background-position: center;
    width: 50px;
    height: 46px;
    background-size: 30px;
}
.our_team_input_name {
    width: calc(100% - 330px);
}
.our_team_input_name input{
    border: none;
    padding: 5px 15px;
    width: 100%;
    height: 46px;
    background: #fff;
}

.prowel_single_our_team {
    float: left;
    width: 100%;
    padding: 20px 0 60px;
    background: url(../images/shape_bg.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
}
.teamer_detail {
    background: #1a346a;
    padding: 20px;
    margin-bottom: 30px;
}
.teamer_detail h2 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
}
.teamer_detail span.phone_number {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 11px;
}
.teamer_detail span.phone_number a {
    display: block;
    color: #fff;
    line-height: 1;
}
.teamer_detail span.email {
    display: inline-block;
    width: 100%;
}
.teamer_detail span.email a {
    border: 1px solid #fff;
    display: block;
    color: #fff;
    padding: 10px 30px 10px 15px;
    margin: 15px 0;
    font-size: 17px;
    background: url(../images/arrow_b2.svg) no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 18px;
}
.teamer_detail span.email a:hover{
    background-color: #fff;
    color: #1a346a;
}
.content-left-second {
    border: 1px solid #ccc;
    padding: 70px 5% 5%;
    text-align: center;
    border-left-width: 15px;
    background: url(../images/coma-b.png) no-repeat #fff;
    background-position: center 20px;
    border-left-color: #417ac9;
    background-size: 50px;
}
.content-left-first p, .content-left-second p {
    font-size: 20px;
}
.postcontainer {
    position: relative;
}
.recent_posts_top .post_data_2, .recent_posts_top .post_data_3 {
    width: calc(50% - 15px);
    float: left;
}
.post_data_1 .resources_col.postcontainer {
    padding: 0;
    background: transparent;
}
.recent_posts_top .post_data_3 {
    float: right;
}
.post_data_2 .post_col, .post_data_3 .post_col {
    padding: 0;
}
.post_data_2 .post_col:before, .post_data_3 .post_col:before {
    display: none;
}
.post_data_2 .posttitle h4, .post_data_3 .posttitle h4 {
    font-size: 1.75rem;
    color: #1a346a;
    min-height: 90px;
}
.post_data_2 .resources_col.postcontainer p, .post_data_2 .postcontainer .postdesc, .post_data_3 .resources_col.postcontainer p, .post_data_3 .postcontainer .postdesc {
    color: #1a346a;
}
.post_data_2 .postlink a.view_profile, .post_data_3 .postlink a.view_profile{
    background-color: #1A346A;
    color: #fff;
    background-image: url(../images/arrow_w.svg);
}
.guide_to_buying_section h3 {
    font-size: 22px;
    line-height: 1.6;
    font-family: "Aktiv Grotesk W06 Regular";
    margin-bottom: 0px;
}
.stage_content h2 {
    color: #1a346a;
}

.guide_col {
    float: left;
    width: 100%;
    background: #F7FAFB;
    text-align: center;
    padding: 10%;
    margin-bottom: 45px;
    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 0.1);
}
.guide_col a.btn_design {
    border-radius: 50px;
}
.team_quotes {
    margin: 25px 0;
}
.guide_col h3 a {
    color: #1a346a;
}
.stage_content {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.guide_col h3 {
    margin: 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
}
.guide_to_buying_section .team_img {
    margin-bottom: 16px;
}
.contact_form_sec {
    box-shadow: 0 0 41px 0 rgb(0 0 0 / 10%);
    padding: 5%;
    border-radius: 10px;
    background: #fff;
    margin: 40px 0 70px;
}
.contact_form_sec h3 {
    text-align: center;
    color: #1a346a;
    margin-bottom: 30px;
}
.fotm-top br {
    display: none;
}
.fotm-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fotm-top label {
    width: 32.33%;
}
.fotm-middle label {
    width: 100%;
    margin: 8px 0;
}

.fotm-middle textarea.form-control {
    height: 150px;
}
.fotm-bottom {
    text-align: center;
}
.fotm-bottom input.wpcf7-form-control.wpcf7-submit {
    background-image: url(../images/arrow_w.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 23px) center;
    background-size: 18px;
    background-color: #1A346A;
    border: 1px solid #1A346A;
    color: #fff;
    font-size: 18px;
    padding: 10px 55px 10px 30px;
    display: inline-block;
    font-family: "Aktiv Grotesk W01 Medium";
    border-radius: 50px;
    min-width: 180px;
}
.fotm-bottom input.wpcf7-form-control.wpcf7-submit:hover{
    background-image: url(../images/arrow_b.svg);
    background-color: #fff;
    color: #1A346A;
}
.contact-form {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: url(../images/shape_bg.svg) no-repeat;
    background-size: auto 100%;
    background-position: right top;
}
.page_link_section ul {
    background: #ebf3fe;
    padding: 0;
}
.page_link_section li a.button {
    color: #72757B;
    display: block;
    font-family: "Aktiv Grotesk W06 regular";
    padding: 8px 20px;
    position: relative;
    border: 3px solid #fff;
}
.page_link_section li a:after, .card-header button:after{
    content: "";
    background: url(https://1stisp.co.uk/prowel/wp-content/uploads/2020/10/submenu_arrow.png) no-repeat;
    width: 10px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    background-size: 100%;
    opacity: 1;
    transition: all .4s;
    transform: rotate(90deg);
}
button.btn.collapsed:after {
    transform: rotate(0);
}
.our_family_section .card {
    border: none;
    background: #ebf3fe;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.our_family_section .card:last-child {
    border: none;
}
div#accordionExample {
    float: left;
    width: 100%;
}
.page_link_section .card-header {
    padding: 0;
    border: none;
    background: no-repeat;
}
.card-header button {
    color: #72757B;
    display: block;
    font-family: "Aktiv Grotesk W01 Medium";
    padding: 8px 30px;
    position: relative;
    width: 100%;
    font-weight: 600;
    text-align: left;
}
.card-header button.collapsed {
    font-family: "Aktiv Grotesk W06 regular";
    font-weight: normal;
}
.card-header button:hover {
    color: #1a346a;
    font-weight: bold;
    text-decoration: none;
}
.card-body {
    padding: 0 30px;
}
.help_section {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 6.5% 7%;
    margin-bottom: 50px;
}
.help_section h3 {
    text-align: center;
    color: #1a346a;
    margin-bottom: 30px;
}
.help_section form.wpcf7-form.init label {
    width: 100%;
    margin: 0;
}
.help_section textarea.wpcf7-form-control {
    height: 140px;
}
/*.help_section input.wpcf7-form-control.wpcf7-submit {
    background: #1a346a;
    border: none;
    border-radius: 30px;
    padding: 10px 60px;
}*/
.our_family_section > h2 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    background: #407ac9;
    float: left;
    width: 100%;
    color: #fff;
    padding: 12px 10px;
    margin-top: 12px;
}
.page_link_section li.parent a {
    background: #1A346A;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.5px;
	padding: 8px 10px;
}
.page_link_section li.parent a:after{
    filter: brightness(0) invert(1);
}







/*************************************************************************************************************************************/
@media (min-width: 1230px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1400px){
    .header_right {
        width: 100%;
    }
}
@media (max-width: 1199px){
    body {
        font-size: 14px;
        line-height: 1.45;
    }
    .navbar ul li {
        margin-right: 30px;
    }
    .navbar ul li a {
        font-size: 15px;
        padding: 12px 0;
    }
    .brand_logo {
        max-width: 250px;    
    }
    .brand_logo img {
        width: 250px;
    }
    .banner_content h1 {
        color: #fff;
        font-size: 50px;
    }
    .phone {
        font-size: 20px;
    }
    .about_serv_left p, .about_right p {
        font-size: 20px;
    }
    .about_services, .services_sec {
        padding: 50px 0;
    }
    h2 {
        font-size: 30px;
    }
    .services_col h3 {        
        font-size: 22px;
    }
    .resources_col.resources3 h3, .posttitle h4 {
        font-size: 36px;
        min-height: 150px; 
    }
    .resources_col h3 {
        min-height: 15px;
        margin-bottom: 20px;
    }
    .resources_col p {
        min-height: 20px;
    }
    .testimonials_col p {
        font-size: 24px;
        line-height: 1.3;
    }
    .testimonials_col h4 {
        font-size: 18px;
    }
    .bottom_logo img {
        max-width: 540px;
        max-height: 80px;
    }
}

@media (max-width: 991px){
    .phone_only {
        display: block;
        cursor: pointer;
    }
    body .navbar{
        position: fixed;
        right: -300px;
        height: 100%;
        top: 0;
        z-index: 99;
        overflow: auto;
        display: block;
        width: 300px;
        background: rgba(0, 0, 0, 0.95);
        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;
    }
    .open .navbar {
        right: 0;
    }
    .header_top {
        background: transparent;
        z-index: 999;
        top: 15px;
        position: fixed;
        width: auto;
        right: 0;
    }
    .phone, .search_icon{
        display: none;
    }
    .close_icon {
        position: absolute;
        top: 15px;
        cursor: pointer;
        right: 15px;
        display: block;
    }
    .navbar ul li {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .navbar ul li a {
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 5px 0;
        display: inline-block;
    }  
    .menu_icon.phone_only, .search_icon{
        float: right;
    }
    .header_cart {
        display: inline-block;
    }
    .header_brands{
        position: sticky;
    }
    .header_brands .container {
        padding: 0 20px;
    }
    .banner_content h2 {
        font-size: 28px;
    }
    .bottom_logo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    body .navbar .sub-menu {
        min-height: 10px;
        display: none !important;
        position: relative;
        float: left;
        background: transparent;
        border: none;
    }
    body .main1 {
        width: 100%;
        background: transparent;
    }
    body .navbar .sub-menu ul.main1>li .outer >a {
        color: #ffffff;
        padding: 10px 0;
        display: inline-block;
        position: static;
    }
    body .navbar .sub-menu ul.main1>li {
        border-bottom: 1px solid #fff;
        padding-right: 30px;
        position: relative;
    }
    body .navbar .sub-menu ul.main1>li .outer >a:after {
        right: 5px;
    }
    body .navbar .sub-menu ul.main1>li .outer:after {
        content: "";
        background: url(https://1stisp.co.uk/prowel/wp-content/uploads/2020/10/submenu_arrow.png) no-repeat;
        width: 10px;
        height: 17px;
        position: absolute;
        right: 6px;
        top: 13px;
        margin-top: 0;
        background-size: 100%;
        opacity: 1;
        transition: all .4s;
    }
    body .navbar .sub-menu ul.main1>li .outer a:after{
        display: none;
    }
    body .inside_single {
        float: left;
        width: 100%;
        padding: 0 0 0 7px;
    }
    body .navbar .sub-menu ul.main1>li.active {
        padding-right: 0;
    }
    body .navbar .sub-menu ul.main1>li .outer >a:hover, .navbar .sub-menu ul.main1>li.active .outer >a {
        color: #a6b4d5 !important;
        font-family: "Aktiv Grotesk W01 medium" !important;
    }
    body .inside_half h4 {
        font-size: 14px;
        border-bottom: 1px solid rgb(255 255 255 / 22%);
        color: #eee;
    }
    body .navbar .sub-menu ul.inside1 li a {
        font-size: 13px;
        padding: 5px 0;
        letter-spacing: .3px;
        color: #fff;
    }
    body .sub-menu ul.inside {
        width: 100%;
        position: relative;
        padding: 0;
    }
    body .navbar>ul>li{
        position: relative;
    }
    body .navbar .sub-menu ul.main1>li.active .outer:after, .navbar>ul>li.active:before{
        transform: rotate(90deg);
    }
    body .navbar .sub-menu.openmenu{
        display: block !important;
    }
    body .navbar>ul>li:nth-child(3):before {
        content: " ";
        background: url(https://1stisp.co.uk/prowel/wp-content/uploads/2020/10/submenu_arrow.png) no-repeat;
        width: 10px;
        height: 17px;
        position: absolute;
        right: 6px;
        top: 9px;
        margin-top: 0;
        background-size: 100%;
        opacity: 1;
        transition: all .4s;
    }
    
    
    

}


@media (max-width: 767px){
    .brand_logo {
        max-width: 220px;
    }
    .brand_logo img {
        width: 220px;
    }
    .header_brands .container {
        padding: 0 15px;
    }
    .banner {
        background-size: 150% auto, 100%;
        background-position: 80% bottom, center;
        background-repeat: no-repeat, repeat;
        padding: 30px 0 85% 0;
        background-color: #1a346a;
    }
    .banner_content {
        text-align: center;
    }
    .banner_content h1 {
        color: #fff;
        font-size: 30px;
    }
    .banner_content h3 {
        font-size: 40px;
        margin: 10px 0 30px;
    }
    .about_serv_left {
        width: 100%;
    }
    .about_services_col {        
        flex-wrap: wrap;
    }
    .about_services, .services_sec, .about_sec, .how_help {
        padding: 40px 0;
    }
    h2 {
        font-size: 26px;
    }
    .about_serv_left p, .about_right p {
        font-size: 16px;
    }
    a.btn_design {
        background-size: 16px;
        margin-top: 14px;
    }
    .about_left {
        margin-bottom: 30px;
    }
    .resources_sec h2, .testimonials_sec h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .h3, h3, .resources_col.resources3 h3, .posttitle h4{
        font-size: 24px;
        min-height: 10px;
    }
    .resources_col, .post_col {
        padding: 40px 20px;
        width: 100%;
    }
    .all_insight {
        margin: 10px 0 30px;
    }
    .how_we_help p {
        font-size: 18px;
        min-height: 80px;
    }
    .address {
        border: none;
        margin: 15px 0;
    }
    .footer_top {
        padding: 45px 0 25px;
    }
    .bottom_logo img {
        max-width: 100%;
        max-height: 80px;
    }



}
/* jacob styles */
.navigation ul {
	display: flex;
}
.navigation li:first-child, .navigation li a {
	color: #1A346A;
	transition: .3s;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
}
.navigation li:not(:first-child) a {
	border: 1px solid #1A346A;
	background-color: #fff;
	display: inline-block;
	transition: .3s;
}
.navigation li:hover a, .navigation li.active a {
	background-color: #1A346A;
	color: white;
	transition: .3s;
}
