/*
CTC Separate Stylesheet
Updated: 2022-06-24 17:11:28
Theme Name: Twenty Nineteen Child
Theme URI: https://wordpress.org/themes/twentynineteen/
Template: twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready,block-patterns
Version: 2.3.1656090688
*/
/* GLOBAL VARIABLE SETTINGS */
:root {
    --lightgreen:#76c4bd;
    --green: #22a597;
    --red: #e92629;
    --white: #ffffff;
    --text: #333333;
    --black: #000;
    --work-sans:'Work Sans', sans-serif;
  }
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    scroll-behavior: smooth;
    margin: 0 !important;
    color: var(--text);
}
html{
	scroll-behavior:smooth;
}
h1, h2, h3, h4, h5 ,h6{
    font-weight: 700;
    color: var(--text);
    margin: 0;
}
h1{
    font-size: 42px;
    line-height: 55px;
}
h2{
    font-size: 30px;
    line-height: 43px;
}
h3{
    font-size: 20px;
}
p{
    line-height: 30px;
    font-weight: 600;
}
ul{
    list-style: none !important;
}
a{
    text-decoration: none !important;
    font-family: var(--work-sans);
}

.container{
    max-width: 1220px;
    margin: 0 auto;
}
.flex{
    display: flex;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.margin-100{
    margin: 100px 0;
}
.mob-menu {
  display: none;
}
header#masthead {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
nav.pedley-header{
    padding: 30px 0;
}
.relative{
    position: relative;
}
.justify-space-between{
    justify-content: space-between;
}
.space-around{
    justify-content: space-around;
}
.justify-center{
    justify-content: center;
}
.direction-column{
    flex-direction: column;
}
.text-center{
    text-align: center;
}
.half{
    width: 50%;
}
.cp-form textarea {
  height: 100px;
}
.align-center{
    align-items: center;
}
.has-bg-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-red{
    background-color: var(--red);
	border:1px solid var(--red);
}
.btn{
    color: var(--white);
    padding: 15px 60px;
    border-radius: 50px;
    font-weight: bold;
}
.justify-end{
    justify-content: end;
}
.space-evenly{
    justify-content: space-evenly;
}
.text-right{
    text-align: right;
}
.text-white{
    color:var(--white);
}
.divider {
    background-color: var(--white);
    height: 2px;
    opacity: .4;
}
/* header styles */
.top-content p a{
    color: var(--text);
    font-weight: 700;
    font-family: var(--work-sans);
	font-size: 20px;
}
.top-content p a:hover{
	transition:ease-in-out all .3s;
	color: var(--green);
}
.header-logo-bg {
    background-color: var(--green);
    width: 33%;
    height: 150px;
    position: absolute;
    z-index: 0;
    border-radius: 0 0 70px 0;
}
.site-branding-container img {
  width: 100%;
  max-width: 215px;
}
#menu-header-menu {
    list-style: none;
    padding: 0;
    justify-content: end;
}
#menu-header-menu li a{
    text-decoration: none;
    color: var(--text);
    font-size: 17px;
    font-weight: 600;
    font-family: var(--work-sans);
    margin-right: 50px;
    position: relative;
}
#menu-header-menu li a:hover{
	transition:ease-in-out all .3s;
	color: var(--green);
}
#menu-header-menu .current_page_item {
    position: relative;
}
#menu-header-menu .current_page_item a{
    font-weight: 700;
    color: var(--green);
}
#menu-header-menu .current_page_item:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 30px;
    background-color: var(--green);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: translate(23px,25px);
}
#menu-header-menu li:last-child a{
    margin: 0 !important
}
.site-branding-container{
    z-index: 1;
}
.menu-containerP{
    z-index: 3;
}
header#masthead.sticky {
  position: fixed;
  background: #ffffffeb;
}
header#masthead.sticky nav.pedley-header {
  padding: 10px 0;
}
header#masthead.sticky .header-logo-bg {
  height: 111px;
}
header#masthead.sticky #menu-header-menu .current_page_item::after {
	content: none;
}
.sticky .site-branding-container img {
  max-width: 170px;
	transition:ease-in-out all .3s;
}
.sticky .text-right p {
  margin: 0;
	transition:ease-in-out all .3s;
}
.sticky #menu-header-menu p{
	margin: 0;
	transition:ease-in-out all .3s;
}
.sticky .top-content p a {
  font-size: 17px;
	transition:ease-in-out all .3s;
}
.sticky #menu-header-menu li a {
	font-size: 15px;
	transition:ease-in-out all .3s;
}
header#masthead.sticky .header-logo-bg {
	transition:ease-in-out all .3s;
  height: 95px;
}
#menu-header-menu li:nth-child(2).current_page_item::after{
	content:none;
}
.pedley-header .main-menu ul li{
	position:relative;
}
.pedley-header .main-menu ul li .sub-menu {
  display: none;
  display: none;
  position: absolute;
  background: #22a597;
  width: 235px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 999999;
	padding: 0
}
.pedley-header .main-menu ul li .sub-menu li.current_page_item::after{
	content:none !important;
}
.pedley-header .main-menu ul li:hover .sub-menu{
	display:block;
}
.pedley-header .main-menu ul li.menu-item-has-children:before{
	content: '';
	position: absolute;
	right: 34px;
	top: 8px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #21a496;
	transition: ease-in-out all .3s
}
.pedley-header .main-menu ul li.menu-item-has-children:hover::before {
  transform: rotate(180deg);
}
.pedley-header .main-menu ul li .sub-menu li a {
  color: #fff !important;
  display: block;
  margin: 0 !important;
  text-align: left;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 10px 20px;
  line-height: 1.2em;
  transition: ease-in-out all .3s;
}
.pedley-header .main-menu ul li .sub-menu li a:hover{
	background:#333;
}
/* Footer Styles */
.footer-logo-container {
    padding: 40px 80px;
    width: 214px;
    margin: auto;
    text-align: center;
    max-width: 100%;
    border-radius: 0 0 40% 40%;
}
#footer-menu {
    justify-content: center;
}
#footer-menu li a{
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
}
#footer-menu li a:hover{
	transition:ease-in-out all .3s;
	color: var(--red);
}
/* .legal-page li a{
    font-weight: 300 !important;
} */
footer {
    padding-bottom: 25px;
}
.footer-menu-container {
    margin: 50px 0;
}
.copyright-container p {
    color: var(--white);
    font-size: 12px;
    text-align: center;
    font-weight: 300;
}
.copyright-container p a{
	color: var(--white);
}
.copyright-container p a:hover{
	transition:ease-in-out all .3s;
	color:var(--red);
}
.banner{
    padding: 250px 0;
    z-index: 2;
}
.footer-divider{
    margin-bottom: 30px;
}
/* home styles */
#home-banner .container {
    padding: 250px 0 160px;
    overflow: hidden;
}
.banner-img-wrapper {
    position: absolute;
    bottom: -8px;
    left: 0;
}
#home-banner .right-col {
    justify-content: end;
}
a.bg-red:hover{
	transition:ease-in-out all .3s;
	background:transparent;
	border-color:var(--red);
	color:var(--red);
}
.heading-wrap {
    width: 100%;
    max-width: 498px;
}
.heading-wrap p{
    margin: 20px 0 56px;
}
/* inner section styles */
#inner-section{
    background-image: url(/wp-content/uploads/2022/06/inner-section-bg.png);
    background-repeat: repeat;
    padding: 100px 0;
    background-position: top center;
}
.four-col {
    width: 22%;
}
.four-col:hover img {
 transition:ease-in-out all .3s;
  filter: saturate(100%) contrast(500%) brightness(100%) invert(100%) sepia(10%) hue-rotate(-10deg);
}
.icon-holder img {
    z-index: 1;
}
#we-offer .icon-holder:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 120px;
    background-color: #fff;
    top: -16px;
    bottom: 0;
    border-radius: 20px;
    z-index: 0;
    right: 68%;
}
.wo-list-heading {
    margin: 50px 0;
}
.wo-list-desc{
    min-height: 215px;
}
.wo-list-link a {
    color: var(--green);
    font-weight: 700;
    transition: all .3s ease;
}
.wo-list-link a:hover{
    color: var(--red);
    text-decoration: underline !important;
}
.line {
    width: 206px;
    height: 2px;
    background-color: var(--green);
    margin-left: 50px;
}
.section-title {
    margin-bottom: 50px;
}
#who-we-are {
    margin-top: 50px;
    background-image: url(/wp-content/uploads/2022/06/who-we-are-bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    padding: 150px 0 50px;
}
.wwa-img-wrapper {
    text-align: center;
}
.wwa-content {
    margin-bottom: 50px;
    max-width: 500px;
}
.credential-wrapper {
    width: 33%;
}
.credential-wrapper h2 span {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
}
.credential-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}
#awards{
    margin: 100px 0;
}
.awards-wrapper {
    width: 33%;
    text-align: right;
}
.awards-wrapper img {
  mix-blend-mode: multiply;
}
/* why choose us styles */
.wu-duration {
    margin: 50px 0 20px;
}
.wu-d-wrapper h3 {
    font-size: 60px;
    line-height: 35px;
}
.wu-d-wrapper h4 {
    font-size: 22px;
    line-height: 37px;
    text-transform: uppercase;
}
.wu-d-wrapper p,
 .wu-swi-wrapper p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
/*  #why-us .container:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/06/green-bg.png);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .7;
    z-index: -1;
    border-radius: 80px;
}   */
#why-us .container {
    padding: 50px;
    position: relative;
    z-index: 2;
	border-radius: 80px;
	background: #22a597;
}
.wu-d-wrapper:nth-child(3) h3 sup,
.wu-d-wrapper:nth-child(4) h3 sup {
    opacity: 0;
}
.wu-swi {
    margin-top: 50px;
}
.wu-duration .wu-d-wrapper:first-child:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/06/line-1.png);
    width: 117px;
    height: 170px;
    background-repeat: no-repeat;
}
.wu-duration .wu-d-wrapper:last-child:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/06/line-3.png);
    width: 117px;
    height: 170px;
    background-repeat: no-repeat;
}
.wu-duration .wu-d-wrapper:last-child:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/06/line-3.png);
    width: 180px;
    height: 247px;
    background-repeat: no-repeat;
    left: -128px;
}
.wu-duration .wu-d-wrapper:nth-child(2):after,
.wu-duration .wu-d-wrapper:nth-child(3):after,
.wu-swi .wu-swi-wrapper:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/06/line-2.png);
    width: 12px;
    height: 59px;
    background-repeat: no-repeat;
    z-index: -1;
}
.wu-swi .wu-swi-wrapper:before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2022/06/line-2.png);
    width: 12px;
    height: 59px;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    transform: translate(85px, -55px);
}
.wu-duration .wu-d-wrapper:hover::after{
	content: '';
	transition:ease-in-out all .3s;
	filter: invert(20%) sepia(50%) saturate(500%) hue-rotate(80deg) brightness(98%) contrast(500%) !important;
}
.wu-swi .wu-swi-wrapper:hover::before{
	content: '';
	transition:ease-in-out all .3s;
	filter: invert(20%) sepia(50%) saturate(500%) hue-rotate(80deg) brightness(98%) contrast(500%) !important;
}
.wu-duration .wu-d-wrapper:hover .text-white{
	transition:ease-in-out all .3s;
	transform:scale(1.1);
}
.wu-swi .wu-swi-wrapper:hover .text-white,
.wu-swi .wu-swi-wrapper:hover img{
	transition:ease-in-out all .3s;
	transform:scale(1.1);
}
/* testimonials */
#testimonial {
    margin: 100px 0;
}
.testimonial-wrapper {
    margin: 50px 0;
}
.test-content {
    margin: 60px 0;
    width: 100%;
}
.testi-info {
    margin-left: 20px;
}
.testi-info span {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.testi-info h6{
    font-size: 18px;
    font-weight: 500;
}
.testi-right-img{
    z-index: 1;
}
.testi-right-img:after {
    content: '';
    position: absolute;
    background-color: var(--green);
    width: 520px;
    height: 240px;
    border-radius: 70px;
    bottom: -25px;
    left: -51px;
    z-index: -1;
}
.testi-right-img:before {
    content: '\f10e';
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    font-size: 145px;
    position: absolute;
    z-index: 2;
    color: var(--red);
    right: 0;
    top: -75px;
}
.testimonial-container {
    padding: 15px 0 30px;
}
.testimonial-wrapper{
    width: 100%;
}
.testimonial-wrapper .slick-dots {
    text-align: left;
    bottom: -40px !important;
}
.testimonial-wrapper .slick-dots li button:before {
    font-size: 10px !important;
    color: var(--green);
}
.testimonial-wrapper {
    margin-top: 0;
}
.testimonial-wrapper .flex {
  justify-content: space-between;
}
.testimonial-wrapper .testi-left.half {
  width: 44%;
}
.testimonial-wrapper .testi-avatar.flex {
  justify-content: left;
}
/* We will work styles */
#we-will-work{
    margin: 50px 0;
}
.ww-content h3 {
    font-size: 37px;
}
.ww-heading {
    z-index: 1;
}
.ww-img-wrap:after {
    content: '';
    position: absolute;
    width: 900px;
    right: -634px;
    height: 220px;
    top: 140px;
    background-color: var(--red);
    border-radius: 0 70px 70px;
}
.ww-content,
.ww-img{
    z-index: 1;
}
.ww-img {
    right: -50px;
}
.ww-content {
    max-width: 485px;
    top: 32px;
}
.ww-content p {
    margin-left: 20px;
	margin-top: 41px;
}
.cd-heading h4 {
    font-size: 18px;
    color: var(--green);
    font-family: var(--work-sans);
    line-height: 30px;
}
.cd-desc p, .cd-desc a {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--work-sans);
    line-height: 30px;
	color: var(--text);
}
.cd-desc a:hover{
	transition:ease-in-out all .3s;
	color: var(--green)
}
.social-media {
    padding: 0;
    justify-content: start;
}
.social-media li {
    margin-right: 20px;
}
.social-media li a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.social-media li a:hover{
	 color: var(--green);
	transition:ease-in-out all .3s;
}
.cd-wrapper {
    margin: 35px 0;
    position: relative;
}
.cd-wrapper:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 35px;
    height: 100%;
    border-radius: 90px;
    z-index: -1;
}
.cd-wrapper {
    margin: 35px 0;
    position: relative;
    z-index: 1;
}
.contact-form-container input:not([type="submit"]), .contact-form-container textarea {
    background-color: #fff;
    padding: 20px;
    border: 0;
     width: 100%;
    font-weight: bold;
    font-family: var(--work-sans);
	box-sizing:border-box;
}
.wpcf7-submit {
    width: 100%;
    border: 0;
}
.form-text p {
    font-family: var(--work-sans);
}
.error-404.not-found {
  padding: 270px 0 170px;
  text-align: center;
}
.error-404.not-found .search-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
}
.error-404.not-found .search-form .search-field {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-family: var(--work-sans);
  margin-bottom: 15px;
}
.error-404.not-found .search-form .search-submit {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 0;
  color: var(--white);
  padding: 15px 60px;
  border-radius: 50px;
  font-weight: bold;
  background-color: var(--red);
  border:1px solid var(--red);
}
.error-404.not-found .search-form .search-submit:hover{
	transition:ease-in-out .3s;
	background:transparent;
	color:var(--red);
}
#pri-banner h3{
	font-size: 42px;
line-height: 55px
}
#pri-banner {
  padding: 250px 0 100px 0;
  font-size: 42px;
  line-height: 55px;
}
.pri-main {
  padding: 20px 0 50px 0;
}
.pri-main p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.pri-main .aligncenter {
  width: auto;
  margin: 0 auto;
  display: block;
}
/* contac us page */
.row{
	display: -moz-flex;
display: -ms-flexbox;
justify-content: space-between;
-webkit-box-align: space-between;
-webkit-flex-align: space-between;
-ms-flex-align: space-between;
-webkit-align-items: center;
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
}
.row .col {
	width:50%;
}
.desc p {
  font-weight: 500;
}
.inner-banner .row {
  align-items: end;
}
.inner-banner {
 padding: 100px 0 0px 0;
}
.inner-banner .col.col1 {
  text-align: right;
  width: 57%;
}
.inner-banner .col.col1 {
  margin-bottom: 0;
  display: block;
  margin-left: auto;
}
.inner-banner .col.col2 {
  width: 39%;
  padding-bottom: 50px;
}
.inner-banner .col h3 {
  font-size: 42px;
}
.inner-banner .col p{
	color:#333333;
	font-weight:600;
}
.cp-form .section-title {
  margin-bottom: 20px;
}
.cp-form .form-text {
  margin-bottom: 50px;
}
.cp-form textarea {
  height: 100px;
}
.map {
  margin-top: 40px;
}
.map .container {
  border-radius: 60px;
  overflow: hidden !important;
  box-shadow: 5px 3px 18px #c6c6c6;
}
.map .container p{
	margin:0;
}
/* about page */
.ab-banner {
  padding: 150px 0 0px 0;
}
.img-text .col1 {
  width: 45%;
}
.img-text .col2 {
  width: 55%;
	text-align:right;
}
.ab-banner .col.col2 {
  padding-bottom: 100px;
}
.ab-sec1 .col.col2 {
  text-align: right;
}
.ab-sec2 .row {
  position: relative;
}
.ab-sec2 {
  margin-top: 100px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0 65px 0;
}
.ab-sec2 .section-title {
  margin-bottom: 30px;
}
.ab-sec2 .col img {
  width: 100%;
  position: absolute;
  display: block;
  right: 0;
  top: -126px;
  max-width: 820px;
}
.ab-sec2 .desc {
  width: 100%;
  max-width: 515px;
}
.ab-sec2 .btn-wrap {
  margin-top: 45px;
  display: block;
}
.ab-sec3 {
  padding: 100px 0;
}
.ab-sec3 .row {
  align-items: start;
}
.ab-sec3 .col1{
  width: 33%;
}
.ab-sec3 .col2{
  width: 35%;
}
.ab-sec3 .col3{
	width:28%;
}
.ab-sec3 .col1, .ab-sec3 .col3 {
  padding-top: 94px;
}
.ab-sec3 .col3 .title,
.ab-sec3 .col3 .desc{
	margin-left: 105px;
}
.ab-sec3 .col .title {
  font-size: 20px;
	text-transform:uppercase;
}
.ab-sec3 .col1 .title{
	color:#abc56a;
}
.ab-sec3 .col2 .title{
	color:#209d91;
	margin-top: 20px;
	text-align: center;
	margin-right: -35px;
}
.ab-sec3 .col3 .title{
	color:#f2af3e;
}
.ab-sec3 .col2 img {
  max-width: 950px;
	display:block;
}
.ab-sec3 .col .desc {
  padding-bottom: 20px;
	min-height: 104px;
}
.ab-sec3 .col .col-info{
	border-top: dashed 2px #898989;
}
.ab-sec3 .col p {
  line-height: 1.6em;
}
.ab-sec3 .col .col-info ul {
  padding: 0;
  margin: 35px 0 0 45px;
}
.ab-sec3 .col .col-info ul li {
  display: block;
  padding: 0;
  margin-bottom: 25px;
  position: relative;
	line-height: 1.6em;
}
.ab-sec3 .col .col-info ul li{
	color:#333;
}
.ab-sec3 .col .col-info ul li::before {
  content: '';
  width: 15px;
  height: 18px;
  background: url('/wp-content/uploads/2023/03/check-ico_03.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -19px;
}
.ab-sec3 .col .col-info ul li:nth-child(2)::before {
	background: url('/wp-content/uploads/2023/03/check-ico_06.png');
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ab-sec3 .col .col-info ul li:nth-child(3)::before {
	background: url('/wp-content/uploads/2023/03/check-ico_06.png');
	background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ab-sec4 {
  margin-bottom: 100px;
}
/* services section */
.serv-banner {
  padding: 200px 0 0px 0;
	overflow: hidden;
	
}
.serv-banner .col.col1 {
  width: 50%;
	text-align: right;
}
.page-id-270 .serv-banner .col.col1 img {
  margin-left: -22px;
}
.serv-banner .col.col2 {
  width: 45%;
}
.serv-sec1 .section-title {
  margin: 0;
}
.serv-sec1 {
  padding-bottom: 65px;
}
.inner-banner .col.col1 .img {
  display: inline-flex;
  margin-right: 98px;
  background: #22a597;
  width: 350px;
  height: 350px;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: -55px;
}
.inner-banner .col.col1 .img img {
  display: block;
  width: 100%;
  max-width: 200px;
}
.serv-sec1 ul {
  padding-left: 30px;
}
.serv-sec1 ul li {
  position: relative;
  margin-bottom: 8px;
}
.serv-sec1 ul li::after {
  content: '';
  width: 15px;
  height: 18px;
  background: url('/wp-content/uploads/2023/03/check.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -28px;
top: 3px;
}
.serv-sec1 ul li strong {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
}
.serv-sec2 .col.col1 {
  width: 45%;
}
.serv-sec2 .col.col2 {
  width: 50%;
}
.faqs {
  padding: 100px 0;
}
.faqs .faq-content ul {
  padding: 0;
  margin: 0;
}
.faqs .faq-content ul li{
	border-bottom: 1px solid #c2c2c2;
	padding: 10px 0;
}
.faqs .faq-content ul li .accordion {
  position: relative;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: left;
  -webkit-box-align: space-between;
  -webkit-flex-align: space-between;
  -ms-flex-align: space-between;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #333;
  font-size: 16px;
  padding-right: 35px;
}
.faqs .faq-content ul li .accordion {
  color: #333;
  font-size: 16px;
	cursor:pointer;
}
.faqs .faq-content ul li .accordion p{
	margin:0;
}
.faqs .faq-content ul li .accordion b {
  margin-right: 5px;
}
.faqs .faq-content ul li .panel p{
	font-weight:500;
	margin: 0;
}
.faqs .faq-content ul li i {
  position: absolute;
  right: 8px;
  top: 7px;
  color: #219d92;
}
.faqs .faq-content ul li .panel {
  display: none;
	padding:0 0 15px 3px;
	width: 100%;
max-width: 1175px;
}
.faqs .faq-content ul li .panel .inner{
position:relative;
}
.faqs .faq-content ul li .panel .inner b {
  position:absolute;
	left:0;
	top:6px;
}
.faqs .faq-content ul li .panel .inner p{
	margin:0;
	padding-left:25px;
}
.book {
  margin-bottom: 80px;
}
.book .inner{
  text-align: center;
  padding: 70px;
  background: #219d92;
}
.book .inner {
  text-align: center;
  padding: 70px;
  background: #219d92;
  border-radius: 50px;
}
.book .inner h3 {
  font-size: 30px;
  color: #fff;
}
.book .inner .desc {
  margin: 20px;
}
.book .inner .desc p{
	color:#fff;
}
.book .inner a {
  width: 100%;
  display: block;
  max-width: 175px;
  margin: 0 auto;
  padding: 13px;
  background: #e92629;
  color: #fff;
  font-size: 15px;
  border-radius: 25px;
  transition: ease-in-out all .3s;
	border:1px solid #e92629;
}
.book .inner a:hover{
	border:1px solid #fff;
	background:transparent;
}
/* home who we are changes */
.home-wwa.ab-sec2 .col img {
  top: -126px;
  max-width: 781px;
}
@media only screen and (max-width: 2560px) and (min-width: 2100px)  {
	.header-logo-bg {
		width: 38%;
	}
}
@media screen and (max-width: 1500px) {
  .container {
     max-width:1220px;
  }
}

@media screen and (max-width: 1366px) {
  .container {
     max-width:1100px;
  }
	nav.pedley-header {
	  padding: 20px 0;
	}
	.text-right .top-content p {
	  margin: 0;
	}
	.header-logo-bg {
		height: 120px;
	}
	#home-banner .container {
	  padding: 230px 0 90px;
	}
	.banner-img-wrapper img {
	  width: 100%;
	  max-width: 640px;
	}
	#home-banner .right-col {
	  width: 42%;
	  margin-left: auto;
	}
	h1 {
	  font-size: 35px;
	  line-height: 45px;
	}
	.heading-wrap p {
	  margin: 20px 0 40px;
	}
	#inner-section {
		padding: 75px 0;
	}
	.wo-list-desc {
	  min-height: 230px;
	}
	.home-wwa.ab-sec2 .col img {
	  top: -78px;
	  max-width: 715px;
	}
	#awards {
	  margin: 80px 0;
	}
	.wu-d-wrapper h3 {
	  font-size: 53px;
	  line-height: 35px;
	}
	.wu-d-wrapper h4 {
	  font-size: 20px;
	  line-height: 35px;
	}
	#we-will-work {
	  margin: 0 0 50px 0;
	}
	#testimonial {
	  margin: 100px 0 80px 0;
	}
	.ab-sec2 .col img {
	  top: -64px;
	  max-width: 724px;
	}
	.ab-sec3 .col2 img {
	  width: 100%;
	}
}

@media screen and (max-width: 1200px) {
  .container {
     max-width:960px;
  }
	.banner-img-wrapper img {
	  max-width: 542px;
	}
	h1 {
	  font-size: 30px;
	  line-height: 40px;
	}
	.site-branding-container img {
	  max-width: 185px;
	}
	.wo-list-heading {
	  margin: 40px 0;
	}
	h3 {
	  font-size: 18px;
	}
	.wo-list-desc {
	  min-height: 260px;
	}
	.home-wwa.ab-sec2 .col img {
	  top: -28px;
	  max-width: 614px;
	}
	.ab-sec2 .section-title {
	  margin-bottom: 15px;
	}
	.credential-wrapper h2 {
	  font-size: 18px;
	  line-height: 26px;
	}
	.testi-right-img img {
	  max-width: 521px;
	}
	.testimonial-wrapper {
	  margin: 50px 0 0 0;
	}
	#testimonial .half {
	  width: 47%;
	  margin: 10px;
	}
	#testimonial .flex {
	  align-items: center;
	}
	.testi-right-img::after {
	  width: 494px;
	  bottom: 191px;
	left: -10px;
	}
	.section-title {
	  margin-bottom: 30px;
	}
	#testimonial {
	  margin: 100px 0 25px 0;
	}
	.testi-right-img::after {
	  left: -6px;
	}
	.test-content {
		margin: 25px 0;
	}
	.testi-right-img img {
	  max-width: 474px;
	  display: block;
	  margin-left: auto;
	  width: 100%;
	}
	#testimonial .half {
	  width: 50%;
	  margin: 0;
	}
	#testimonial .testimonial-wrpr {
	  max-width: 450px;
	}
	.ww-img {
	  right: 0;
	  width: 100%;
	}
	.ww-img-wrap::after {
  right: -646px;
  height: 220px;
		top: 42px;
	}
	#inner-section {
	  padding: 75px 0 30px 0;
	}
	#we-will-work {
	  overflow: hidden;
	}
	.inner-banner .col h3 {
	  font-size: 32px;
	}
	.inner-banner .col.col1 img {
	  width: 100%;
	  max-width: 360px;
	}
	.serv-sec1 ul li {
	  position: relative;
	  margin-bottom: 12px;
	}
	.serv-sec1 ul li strong {
		font-size: 14px;
	}
	.img-text .col2 img {
	  width: 100%;
	}
	.serv-sec2 .section-title {
	  margin-bottom: 30px;
	}
	.serv-sec2 .col.col1 img {
	  width: 100%;
	}	
	.ab-sec2 .col img {
	  top: 4px;
	  max-width: 580px;
	}
	.ab-sec3 .col1, .ab-sec3 .col3 {
	  padding-top: 30px;
	}
}

@media screen and (max-width: 980px) {
  .container {
     max-width:747px;
  }
	header#masthead.sticky .header-logo-bg {
	  height: 73px;
	  width: 36%;
	}
	.text-right .top-content,
	.text-right .main-menu{
	  display: none;
	}
	.mob-menu {
	  display: block;
	}
	.mob-menu .rmp_menu_trigger {
	  display: block !important;
	  margin: 0 !important;
		margin-left: 0px;
	  margin-left: auto !important;
	}
	.site-branding-container img {
	  max-width: 170px;
	}
	.header-logo-bg {
	  height: 95px;
	}
	.has-bg-img .flex {
	  flex-direction: column;
	}
	.has-bg-img .half {
	  width: 100% !important;
	  text-align: center;
	}
	#home-banner .container {
	  padding: 110px 0 90px;
	}
	.banner-img-wrapper img {
	  max-width: 500px;
	  width: 100%;
	}
	.banner-img-wrapper {
	  position: relative;
	  bottom: unset;
	  left: unset;
	}
	h1 {
	  font-size: 25px;
	  line-height: 30px;
	}
	#inner-section .flex.justify-space-between {
	  margin-top: 50px;
	}
	.inner-banner .col.col1 .img {
	  width: 250px;
		height: 250px;
	}
	.inner-banner .col.col1 .img img {
	  display: block;
	  width: 100%;
	  max-width: 150px;
	}
	.inner-banner .col.col1 .img {
		  display: inline-flex;
		  margin-right: 98px;
		  background: #22a597;
		  width: 250px;
		  height: 250px;
		  justify-content: center;
		  align-content: center;
		  align-items: center;
		  border-radius: 50%;
		  margin-bottom: -55px;
		}
	.four-col {
	  width: 46%;
	}
	.wo-list-heading {
	  margin: 30px 0;
	}
	.wo-list-desc {
	  min-height: 180px;
	}
	.four-col:nth-child(1),
	.four-col:nth-child(2){
		margin-bottom:80px;
	}
	.ab-sec2 {
	  margin-top: 35px;
	  background-size: cover;
	  padding: 60px 0 65px 0;
	}
	.ab-sec2 .row {
	  position: relative;
	  flex-direction: column;
	}
	.ab-sec2 .row .col {
	  width: 100%;
	}
	.ab-sec2 .desc {
	  max-width: 100%;
	}
	.ab-sec2 .row .col.col1 {
	  order: 2;
	  margin-top: 30px;
	}
	.ab-sec2 .row .col.col2 {
	  order: 1;
	}
	.home-wwa.ab-sec2 .col img {
	  top: unset;
	  max-width: 500px;
	  position: relative;
	  margin: 0 auto;
	}
	#awards {
	  margin: 60px 0;
	}
	#awards .half {
	  width: 100%;
	  text-align: center;
	}
	#inner-section .flex.justify-space-between {
	  margin-top: 30px;
	}
	.credential-wrapper h2 {
	  font-size: 16px;
	}
	#inner-section .flex.justify-space-between {
	  margin-top: 30px;
	}
	.site-branding-container img {
	  max-width: 140px;
	}
	.header-logo-bg {
	  height: 78px;
	}
	#home-banner .right-col {
	  margin-top: 30px;
	}
	.awards-wrapper {
	  text-align: center;
	}
	.credential-wrapper h2 {
	  font-size: 16px;
	}
	#why-us .container {
	  padding: 30px;
	}
	.wu-duration {
	  margin: 33px 0 20px;
	}
	.wu-d-wrapper h3 {
	  font-size: 36px;
	  line-height: 26px;
	}
	.wu-d-wrapper h3 {
	  font-size: 36px;
	  line-height: 26px;
	}
	.wu-d-wrapper h4 {
	  font-size: 17px;
	  line-height: 33px;
	}
	.wu-d-wrapper p, .wu-swi-wrapper p {
	  font-size: 14px;
	}
	#testimonial {
	  margin: 75px 0 25px 0;
	}
	h2 {
	  font-size: 23px;
	  line-height: 38px;
	}
	#testimonial {
	  margin: 75px 0 25px 0;
	}
	.testimonial-wrapper {
	  margin: 10px 0 0 0;
	}
	#testimonial .testimonial-wrpr {
	  max-width: 100%;
	}
	#testimonial .half {
	  width: auto;
	  margin: 20px auto 0 auto;
	  position: relative;
	  display: inline;
		width:100%;
	}
	.testi-right-img::after {
	  left: -32px;
	  bottom: -23px;
	}
	#testimonial .half.testi-right-img {
	  margin-top: 50px !important;
	}
	#we-will-work {
	  padding: 50px 0 0 0;
	}
	#we-will-work .flex {
	  flex-direction: column;
	}
	#we-will-work .half {
	  width: 100%;
	  text-align: center;
	}
	#we-will-work .ww-img.relative {
	  width: 100%;
	  max-width: 500px;
	  margin: 0 auto;
	  display: block;
	}
	.ww-img-wrap::after {
	  content:none;
	}
	.ww-content {
	  max-width: 100%;
	  top: unset;
	}
	.ww-content h3 {
	  font-size: 25px;
	  color: #333;
	  margin-top: 30px;
	}
	.ww-content h3 br {
	  display: none;
	}
	.ww-content p {
	  margin-left: 0;
	  margin-top: 20px;
	}
	.ww-content p br {
	  display: none;
	}
	#contact-form .flex .half {
	  width: 100%;
	}
	.cd-wrapper {
	  margin: 25px 0;
	}
	#footer-menu {
	  padding: 0;
	}
	.inner-banner .col.col1 img {
	  width: 100%;
	  max-width: 290px;
	}
	.ab-banner .col.col1 img {
	  width: 100%;
	  max-width: 380px;
	}
	.ab-banner .col.col2 {
	  width: 39%;
	  padding-bottom: 25px;
	}
	.inner-banner .col h3 {
	  font-size: 27px;
	}
	.serv-sec1 .section-title {
	  margin-bottom: 25px;
	}
	.img-text .row {
	  flex-direction: column;
	}
	.img-text .row .col1 {
	  order: 2;
	  margin-top: 30px !important;
	}
	.img-text .row .col.col2 {
	  order: 1;
	}
	.img-text .col2 img {
	  width: 100%;
	  max-width: 500px;
	  display: block;
	  margin: 0 auto;
	}
	.serv-sec2 .section-title {
	  margin-bottom: 0;
	}
	.serv-sec2 .col.col1 {
	  order: 1;
	  margin-bottom: 25px;
	}
	.serv-sec2 .col.col1 img {
	  width: 100%;
		 width: 100%;
	  max-width: 500px;
	  display: block;
	  margin: 0 auto;
	}
	.serv-sec2 .col.col1 {
	  order: 1;
	  margin-bottom: 25px;
	}
	.img-text .row .col.col2 {
	  order: 1;
	}
	.book .inner {
	  text-align: center;
	  padding: 40px;
	  background: #219d92;
	  border-radius: 50px;
	}
	.img-text .row .col {
	  width: 100%;
	}
	.img-text .col2 {
	  text-align: left;
	}
	.faqs {
	  padding: 50px 0;
	}
	.serv-sec2 img {
	  width: 100%;
	  max-width: 500px;
	  display: block;
	  margin: 0 auto;
	}
	.faqs .faq-content ul li .accordion {
	  font-size: 14px;
	}
	.book .inner .desc {
	  margin: 10px .0;
	}
	.book .inner h3 {
	  font-size: 25px;
	}
	.serv-banner {
	  padding: 145px 0 0px 0;
	}
	.inner-banner .col h3 {
	  font-size: 25px;
	}
	.inner-banner .col h3 {
	  font-size: 24px;
	}
	.ab-sec2 .col img {
	  position: relative;
	  display: block;
	  right: unset;
	  top: unset;
	  margin: 0 auto;
	}
	.ab-sec3 {
	  padding: 50px 0;
	}
	.ab-sec3 .col {
	  width: 100%;
	}
	.ab-sec3 .col.col2 {
	  order: 1;
	}
	.ab-sec3 .col img {
	  width: 100%;
	  max-width: 500px;
	  margin: 0 auto;
	}
	.ab-sec3 .col2 .title {
	  margin-right: 0;
	}
	.ab-sec3 .col .desc {
	  min-height: unset;
	}
	.ab-sec3 .col3 .title, .ab-sec3 .col3 .desc {
	  margin-left: 0;
	}
	.ab-sec3 .col.col1 {
	  order: 3;
	}
}

@media screen and (max-width: 767px) {
  .container {
     max-width:600px;
  }
	.header-logo-bg {
	  width: 37%;
	}
	header#masthead.sticky .header-logo-bg {
	  height: 74px;
	  width: 42%;
	}
	.credential-wrapper h2 {
	  font-size: 13px;
	}
	#why-us .container {
	  padding: 20px;
	}
	#why-us .wu-img-wrapper img {
	  width: 100%;
	}
	.wu-d-wrapper h3 {
	  font-size: 31px;
	  line-height: 23px;
	}
	.wu-d-wrapper h4 {
	  font-size: 14px;
	  line-height: 31px;
	}
	.ww-content h3 {
		font-size: 21px
	}
	.inner-banner .col.col1 .img img {
	  margin: 0 auto !important;
	}
}

@media screen and (max-width: 640px) {
  .container {
     max-width: 400px;
  }
	.header-logo-bg {
	  height: 78px;
	  width: 49%;
	}
	header#masthead.sticky .header-logo-bg {
	  height: 74px;
	  width: 61%;
	}
	h1 {
	  font-size: 22px;
	  line-height: 27px;
	}
	.section-title .flex {
	  flex-direction: column;
	}
	.section-title .flex .line {
	  margin: 15px auto 0 auto !important;
	}
	.four-col {
	  margin-bottom: 55px !important;
	}
	#we-offer .icon-holder::after{
		content:none !important;
	}
	.wo-list-desc {
	  min-height: unset;
	}
	.four-col {
	  width: 100%;
	  text-align: center;
	}
	.ab-sec2 {
	  text-align: center;
	}
	.inner-banner .col.col1 .img {
	  margin: #000;
	  margin-bottom: 21px;
		margin-right:0 !important
	}
	#awards {
	  margin: 40px 0;
	}
	#awards .half {
	  width: 50%;
	}
	.credential-wrapper {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.awards-wrapper {
	  width: 100%;
	  margin-bottom: 30px;
	}
	#why-us {
	  background: #22a597;
	  padding: 50px 0;
	}
	#why-us .container {
	  padding: 20px;
	}
	.wu-heading {
	  order: 1;
	  margin-bottom: 30px;
	}
	.wu-duration {
	  order: 3;
	}
	.wu-duration .wu-d-wrapper {
	  width: 49%;
	  margin-bottom: 30px;
	}
	.wu-img-wrapper {
	  order: 2;
	}
	#why-us .wu-img-wrapper img {
	  width: 100%;
	}
	.wu-swi {
	  order: 4;
	}
	.wu-swi .wu-swi-wrapper {
	  width: 50%;
	  margin-bottom: 30px;
	}
	.wu-swi {
	  margin-top: 0;
	}
	.wu-swi .wu-swi-wrapper {
	  width: 50%;
	  margin-bottom: 30px;
	}
	.wu-swi .wu-swi-wrapper::before{
		content:none !important;
	}
	.wu-swi .wu-swi-wrapper::before {
		content: none !important;
	}
	.wu-duration .wu-d-wrapper::after{
		content: none !important;
	}
	.wu-swi .wu-swi-wrapper:last-child{
		margin-bottom:0;
	}
	#testimonial .half{
		margin-top:0;
	}
	#footer-menu {
	  flex-direction: column;
	  text-align: center;
	  justify-content: center;
	}
	#footer-menu li a {
	  margin: 0;
	  display: block;
	  padding: 8px;
	}
	#footer-menu {
	  margin-bottom: 0 !important;
	}
	#footer-menu:last-child{
		margin-top:0;
	}
	.four-col: {
	  margin-bottom: 53px !important;
	}
	#why-us .container {
	  padding: 0;
	}
	.testi-right-img::before {
	  font-size: 94px;
	  top: -43px;
	}
	.faqs .faq-content ul li .accordion {
	  flex-wrap: nowrap;
	}
	.faqs .faq-content ul li .accordion p{
	  line-height: 1.2em;
	}
	.serv-banner {
	  padding: 145px 0 0px 0;
	}
	.inner-banner .row .col {
	  width: 100%;
	  text-align: center;
	}
	.inner-banner .col.col1 img {
	  width: 100%;
	  max-width: 250px;
	  margin: 0 auto;
	  margin-bottom: 30px;
	}
	footer {
	  padding-bottom: 25px;
	  overflow: hidden;
	}
	.footer-logo-container {
	  padding: 15px;
	  width: 100%;

	  box-sizing: border-box;
	}
	h2 {
	  font-size: 20px;
	  line-height: 30px;
	}
	.testi-right-img::after {
		content: none;
	}
	.wpcf7-submit{
		padding: 18px 60px;
		line-height: 1em;
		line-height: 1.2em;
	}
}
@media screen and (max-width: 440px) {
  .container {
    max-width: 90%;
  }
}