@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#0d4358;
  padding:15px 30px;
  position:relative;
  z-index:999;
}

.common_btn:before,
.common_btn2:before{
  content:"";
  position:absolute;
  width:0;
  height:0;
  background:#ad782f;
  right:0;
  top:0;
  transition:all 500ms ease-in-out;
  z-index:-1;
}

.common_btn:hover{
  color:#fff;
}

.common_btn:hover:before,
.common_btn2:hover:before{
  width:100%;
  height:100%;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#ad782f;
  padding:15px 30px;
  position:relative;
  z-index:999;
}

.common_btn2:hover{
  color:#fff;
}

.common_btn2:before{
  background:#0d4358;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header_top{
  background:#ad782f;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.header_top:after{
  content:"";
  position:absolute;
  width:50%;
  height:100%;
  background:#124a60;
  right:0;
  top:0;
}

.header_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  z-index:999;
}

.header_contact span{
  margin-right:8px;
}

.header_contact a{
  color:#fff;
}

.header_contact a:hover{
  color:#e6c483;
}

.header_bottom{
  padding:15px 0;
}

.header_logo{
  width:310px;
  transition:all 600ms ease-in-out; 
}

/* .header_bottom .upper_section ul li{
  line-height:0;
  border-right:1px solid rgba(0,0,0,.5);
  margin-right:15px;
  padding-right:15px;
}

.header_bottom .upper_section ul li:last-child{
  border-right:none;
  margin-right:0;
  padding-right:0;
}

.header_bottom .upper_section ul li span{
  margin-right:6px;
}

.header_bottom .upper_section ul li.hd_phone a{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
}

.header_bottom .upper_section ul li.hd_phone{
  margin-right:8px;
} */

.header_bottom .upper_section{
  margin-bottom:25px;
}

.h_quote_btn{
  font-size:16px;
  color:#fff !important;
  line-height:18px;
  font-weight:500;
  text-transform:uppercase;
  background:url(http://padvisors.co.uk/wp-content/uploads/2025/07/right-arrow03.png) no-repeat 97% center;
  padding-right:28px;
}

.h_quote_btn:hover{
  background-position:100% center;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .navbar-default.navbar-fixed .header_top{
    margin-top:-48px;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:220px;
  }

}

.home-banner{
  background:url(../images/banner-bg.png) no-repeat center center, #124a60;
  background-size:cover;
  margin-top:158px;
}

.banner_img{
  margin-bottom:-80px;
}

.banner_bg_title{
  font-family: "DM Sans", sans-serif;
  font-size:52px;
  line-height:60px;
  padding-bottom:25px;
}

.banner_content a,
.thinking_content a{
  font-family: "DM Sans", sans-serif;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:uppercase;
  background:url(../images/right-arrow02.jpg) no-repeat 96% center;
  padding-right:42px;
}

.banner_content a:hover,
.thinking_content a:hover{
  background-position:100% center;
}

.thinking_panel{
  padding:130px 0;
}

.thinking_sm_img{
  right:-40px;
  bottom:-80px;
}

.thinking_bg_tilte,
.service_bg_title,
.about_bg_title,
.testimonial_bg_title,
.form_bg_title{
  font-size:48px;
  color:#124A60;
  line-height:56px;
  padding-bottom:16px;
}

.thinking_bg_tilte strong,
.service_bg_title strong,
.about_bg_title strong,
.testimonial_bg_title strong,
.form_bg_title strong{
	color:#ad782f;
}

.thinking_bg_tilte:after,
.testimonial_bg_title:after,
.form_bg_title:after{
  content:"";
  position:absolute;
  width:100px;
  height:4px;
  background:#ad782f;
  left:0;
  bottom:0;
}

.thinking_content a{
  color:#020202;
}

.service_panel,
.about_panel{
  padding-bottom:60px;
}

.service_sm_title,
.about_sn_title,
.form_sm_title{
  font-size:20px;
  color:#124a60;
  line-height:22px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.1em;
  background:url(../images/favicon.png) no-repeat center top;
  background-size:50px;
  padding-top:70px;
  padding-bottom:12px;
}

/* .service_bg_title,
.about_bg_title{
  color:#0b2d3b;
} */

.service_box{
  border:1px solid #124a60;
  min-height:345px;
  padding:30px;
}

.service_box:hover{
  box-shadow:0 4px 15px rgba(0,0,0,.3);
}

.service_title{
  font-size:24px;
  color:#0b2d3b;
  line-height:32px;
  font-weight:600;
  min-height:65px;
  margin:16px 0 12px;
}

.testimonial_panel{
  background:#124a60;
  padding:60px 0;
}

.testimonial_bg_title:after{
  right:0;
  margin:0 auto;
}

.testimonial_box .sp-testimonial-free-section{
  margin:0 !important;
}

/* .testimonial_box .sp-testimonial-free{
  background:url(../images/quote-icon01.png) no-repeat left 30px top 20px, #ad782f !important;
  margin-top:59px;
  margin-left:220px !important;
  padding:70px 30px 30px;
} */

.testimonial_box .sp-testimonial-client-image{
  position:absolute;
  width:60px;
  left:10px;
  bottom:-22px;
}

/* .testimonial_box .sp-testimonial-client-image img{
  border-radius:0 !important;
} */

.testimonial_box .sp-testimonial-content p{
  background:url(../images/quote-icon01.png) no-repeat left 30px top 20px, #ad782f !important;
  font-size:18px !important;
  color:#fff;
  line-height:28px !important;
  text-align:left !important;
  margin-bottom:0 !important;
  padding:70px 30px 30px !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#fff !important;
  line-height:26px !important;
  font-weight:600 !important;
  font-style:italic !important;
  text-align:left !important;
  padding-left:75px !important;
}

.home_form{
  background:#f4f4f4;
  padding:60px 0;
}

.form_sm_title{
  color:#020202;
  background:none;
}

.form_bg_title:after{
  height:1px;
  background:#124a60;
}

.form_lt_title{
  font-family: "DM Sans", sans-serif;
  font-size:24px;
  color:#124a60;
  line-height:26px;
  font-weight:600;
  padding:20px 0 15px;
}

.home_list li{
  font-size:16px;
  color:#020202;
  line-height:25px;
  background:url(http://padvisors.co.uk/wp-content/uploads/2025/07/tick-icon02.png) no-repeat left 4px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li{
  font-size:16px;
  color:#020202;
  line-height:25px;
  background:url(http://padvisors.co.uk/wp-content/uploads/2025/07/tick-icon02.png) no-repeat left 4px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.footer_top{
/*   border-top:1px solid #124a60; */
  border-bottom:1px solid #124a60;
/*   margin-top:10px; */
  padding:50px 0 35px;
}

.footer_title{
  font-family: "DM Sans", sans-serif;
  font-size:24px;
  color:#124a60;
  line-height:26px;
  font-weight:700;
  padding-bottom:22px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li span{
  width:20px;
  margin-right:8px;
  font-size: 16px;
  line-height: 26px;
}

.footer_top .text-common{
	font-size:14px;
}

.footer_logo{
	width:100%;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#020202;
  line-height:18px;
}

.footer_link li a:hover,
.footer_contact li a:hover,
.footer_bottom .text-common a{
  color:#af7a32;
}

.footer_contact li{
  margin-bottom:15px;
}

.footer_contact li a{
  color:#020202;
  font-size:16px;
}

.footer_contact{
	font-size:16px;
	line-height:26px;
	color:#1c1c1c;
	
}

.footer_contact .icon{
	display:inline-block;
}

.footer_contact .text{
	display:inline-block;
	width:86%;
	vertical-align:top;
	padding-left:10px;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#124a60;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#ad782f;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:#124a60 !important;
  margin-top:158px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "DM Sans", sans-serif;
  font-size:48px;
  color:#fff;
  line-height:56px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#124a60;
  line-height:80px;
  text-align:center;
  margin:0 auto;
}

/* .thumb-conatct .section .text{
  width:75%;
} */

.contact-title{
  font-family: "DM Sans", sans-serif;
  font-size:24px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#ad782f;
}

.thumb-conatct .form-box{
  background:#ad782f;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:48px;
  border-radius:0;
  border:none;
  background:#f5deaf;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:110px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#124a60;
  border-radius:0;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#fff;
  color:#124a60;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-size:42px;
  color:#124A60;
  line-height:50px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#ad782f;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.serv-inner-box{
	min-height:250px;
}

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !important;
	margin-bottom:10px;
}

.accordion-item:last-child{
	margin-bottom:0;
}

.accordion-button{
	font-size:18px;
	color:#1c1c1c;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	padding:14px 20px;
}

.accordion-button:focus{
	box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#ad782f;
	color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
	filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
	border-top-left-radius:0;
  	border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
	border-bottom-right-radius:0;
  	border-bottom-left-radius:0;
}

/* .contact_page_box{
	border:1px solid rgba(0,0,0,.1);
} */

.bg-color{
  background:#f4f4f4 !important;
}

.cta-title{
  font-size:35px;
  color:#124A60;
  line-height:43px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#124a60;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#ad782f;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#124a60;
}

.bg-color{
	color:#F5F5F5;
}

@media screen and (max-width:1366px){
/* 	.testimonial_box .sp-testimonial-free{
		margin-top:30px;
	} */
	
}

@media screen and (max-width:991px){
  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .header_logo{
    width:220px;
  }

  .home-banner{
    margin-top:76px;
  }

  .thinking_sm_img{
    width:200px;
  }

  .service_box{
    min-height:405px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:76px !important;
    padding:80px 0 60px !important;
  }

/*   .thumb-conatct .section .text{
    width:72%;
  } */



}

@media screen and (max-width:767px){
  .home-banner{
    padding:40px 0;
  }

  .banner_img{
    margin-bottom:0;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:15px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .banner_content a, 
  .thinking_content a{
    font-size:15px;
  }

  .thinking_panel,
  .home_form,
  .testimonial_panel{
    padding:35px 0;
  }

  .thinking_sm_img{
    bottom:-50px;
  }

  .thinking_content{
    padding-top:75px;
  }

  .thinking_bg_tilte, 
  .service_bg_title, 
  .about_bg_title, 
  .testimonial_bg_title, 
  .form_bg_title,
  .inner_title,
  .cta-title{
    font-size:26px;
    line-height:34px;
    padding-bottom:18px;
  }

  .service_sm_title, 
  .about_sn_title, 
  .form_sm_title{
    font-size:16px;
    line-height:18px;
  }

  .service_title,
  .form_lt_title{
    font-size:20px;
    line-height:26px;
  }

  .service_panel, 
  .about_panel{
    padding-bottom:35px;
  }

  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

/*   .testimonial_panel .top_panel{
    padding:35px 0 290px;
  } */

/*   .testimonial_box .sp-testimonial-free{
    margin-top:50px;
    margin-left:210px !important;
  }

  .testimonial_box .sp-testimonial-client-image img{
    width:200px;
  } */

  .testimonial_box .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

  .testimonial_box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .inner_list li{
    font-size:14px;
    line-height:22px;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:85px;
  }

  .footer_top{
    padding:30px 0 25px;
  }

  .footer_logo{
    width:180px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .footer_link li a, 
  .footer_contact li{
    font-size:14px;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-title{
    font-size:20px;
    line-height:22px;
  }

  .contact-main{
    font-size:15px;
  }

  .contact_map iframe{
    height:260px;
  }

	.accordion-button{
		font-size:16px;
		line-height:22px;
	}
	
	.inner-sm-title{
		font-size:18px;
		line-height:24px;
	}
	
	.serv-inner-box{
		min-height:auto;
	}
	
	#rmp-menu-wrap-32 .rmp-submenu .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
   }
  
}

@media screen and (max-width:575px){
  .service_box{
    min-height:auto;
    padding:20px;
  }

  .service_title{
    min-height:auto;
  }
	
	.testimonial_box .sp-testimonial-free{
		margin-top:25px !important;
	}

/*   .testimonial_box .sp-testimonial-free{
    margin-top:320px;
    margin-left:0 !important;
  }

  .testimonial_box .sp-testimonial-client-image{
    width:100% !important;
    right:0;
  }

  .testimonial_box .sp-testimonial-client-image img{
    width:300px;
  }

  .testimonial_box .sp-testimonial-client-name{
    top:345px;
  } */


  
}
