body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none !important;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

/* Fonts Poppins Family */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Fonts Playfair Display Family */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.eot');
    src: url('../fonts/PlayfairDisplay-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
         url('../fonts/PlayfairDisplay-Medium.woff') format('woff'),
         url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Medium.svg#PlayfairDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.header-top{
    padding: 7px 0;
    background-color: #e4230e;
    overflow: hidden;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 39px;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
    border-bottom: 0;
}
.header-left-top span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}
.header-left-top span:first-child{
    margin-right: 25px;
}
.header-left-top span img{
    margin-right: 3px;
}
.header-left-top span a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-left-top span a:hover{
    color: #1d9ad7;
}
.header-right-top span {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.header-right-top span:last-child{
    margin-right: 0;
}
.header-logo img {
    width: 260px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
 .header-bottom{
    background-color: #fff;
 } 
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 30px 20px;
    z-index: 1;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #1d9ad7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover::before {
    height: 100%;
}
.header-menu ul li a:hover {
    color: #fff;
}
.header-menu, .header-call{
    display: inline-block;
    vertical-align: middle;
}
.header-menu .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #1d9ad7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu .header-btn a::before{
    display: none;
}
.header-menu .header-btn a:hover{
    background-color: #e4230e;
    color: #fff;
}
.header-call{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: 20px;
}
.header-call span{
    background-color: #e4230e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.header-call strong{
    text-align: left;
}
.header-call strong a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #171717;
    font-weight: bold;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-call strong a:hover{
    color: #e4230e;
}
.header-call-now{
    font-size: 14px;
    color: #171717;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.0;
}
.banner-sec {
    position: relative;
    background: url("../images/banner-img.jpg") no-repeat top right;
    background-size: cover;
    padding: 182px 0;
    margin-top: 123px;
}
.banner-sec::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 70%;
    background-image: -moz-linear-gradient(0deg, rgb(20 66 88 / 55%) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(20 66 88 / 55%) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(20 66 88 / 55%) 20%, rgba(0, 0, 0, 0) 100%);
}
.banner-sec::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/banner-flower-img.png") no-repeat bottom left;
    width: 100px;
    height: 134px;
}
.banner-sec .container {
    position: relative;
    z-index: 1;
}
.banner-wrap::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/banner-rupe-img01.png") no-repeat top left;
    width: 130px;
    height: 175px;
}
.banner-wrap::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/banner-rupe-img02.png") no-repeat bottom right;
    width: 120px;
    height: 342px;
}
.banner-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    background-color: #e4230e;
    padding: 4px 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.banner-head{
    font-size: 50px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: normal;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}
.banner-txt{
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.banner-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #e4230e;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
} 
.banner-btn a:last-child{
    background-color: #1d9ad7;
    margin-left: 10px;
}
.banner-btn a:hover{
    background-color: #171717;
}
.respect-sec{
    position: relative;
    margin-top: -80px;
}
.respect-part{
    text-align: center;
    width: 165px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 0;
}
.about-sec{
    padding-top: 120px;
    padding-bottom: 80px;
    background: url("../images/about-love-bg-img.png") no-repeat right bottom;
    background-size: auto;
}
.about-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    background-color: #e4230e;
    padding: 4px 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.about-head{
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    font-weight: normal;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}
.about-txt{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 30px;
}
.about-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #1d9ad7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-btn a:hover{
    background-color: #171717;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/services-bg-img.png") no-repeat top center;
    background-size: cover;
    border-radius: 20px;
}
.services-wrap{
    text-align: center;
}
.services-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    background-color: #e4230e;
    padding: 4px 30px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.services-head{
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: normal;
    font-family: "Playfair Display";
    margin-bottom: 50px;
}
.services-part img{
    border-radius: 12px;
	width: 100%;
}
.services-part{
    text-align: center;
}
.services-part-head{
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 30px;
}
.services-part-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    background-color: #e4230e;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part-btn a:hover{
    background-color: #171717;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: url("../images/next-arrow-img.png") no-repeat center;
    position: absolute;
    top: 30%;
    left: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    border-radius: 30px;
}
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: url("../images/next-arrow-img.png") no-repeat center;
    position: absolute;
    top: 30%;
    right: -5%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    transform: scaleX(-1);
    border-radius: 30px;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.campbellfileld-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.campbellfileld-wrap{
    text-align: center;
}
.campbellfileld-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    background-color: #e4230e;
    padding: 4px 30px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.campbellfileld-head{
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    font-family: "Playfair Display";
    margin-bottom: 50px;
    text-align: center;
}
.campbellfileld-part img{
    border-radius: 10px;
}
.campbellfileld-part-list ul {
   padding: 0;
   margin: 0
}
.campbellfileld-part-list ul li {
    position: relative;
    padding-left: 28px;
    color: #0c0c0c;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 50px;
}
.campbellfileld-part-list ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #1d9ad7;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.caring-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/caring-rope-img.png") #ffe7e4 no-repeat top right;
    background-size: auto;
}
.caring-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    background-color: #e4230e;
    padding: 4px 30px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.caring-head{
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    font-family: "Playfair Display";
    margin-bottom: 20px;
}
.caring-txt{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 20px;
}
.caring-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #1d9ad7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.caring-btn a:hover{
    background-color: #171717;
}
.testimonial-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial-wrap{
    text-align: center;
}
.testimonial-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    background-color: #e4230e;
    padding: 4px 30px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.testimonial-head{
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    font-family: "Playfair Display";
    margin-bottom: 50px;
    text-align: center;
}
.location-sec{
    position: relative;
    padding-bottom: 80px;
    background: url("../images/earliest-love-bg-img.png") no-repeat top 30px right;
    background-size: auto;
}
.location-sec::before{
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    border-top: 2px solid #e4e4e4;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.location-wrap{
    text-align: center;
}
.location-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    background-color: #e4230e;
    padding: 4px 30px;
    border-radius: 30px;
    margin-bottom: 25px;
}
.location-head{
    font-size: 36px;
    line-height: 1.2;
    color: #000;
    font-weight: normal;
    font-family: "Playfair Display";
    margin-bottom: 50px;
    text-align: center;
}
.location-part {
    margin-bottom: 15px;
}
.location-part a{
    display: inline-block;
    padding: 12px 20px 12px 45px;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-transform: capitalize;
    background: url("../images/area-loc-img.png") #ffeae8;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 17px;
    filter: drop-shadow(0px 3px 0.5px #e4230e);
    border-radius: 30px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.earliest-wrap{
    background: url("../images/earliest-bg-img.png") no-repeat top center;
    background-size: cover;
    padding: 30px 20px 0 20px;
    border-radius: 20px;
    margin-bottom: -100px;
    position: relative;
}
.earliest-head{
    font-size: 32px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: normal;
    font-family: "Playfair Display";
    text-transform: capitalize;
    margin-bottom: 12px;
}
.earliest-txt{
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
     margin-bottom: 20px;
}
.earliest-btn .earliest-ctc-us{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    margin-right: 15px;
    background-color: #1d9ad7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.earliest-btn .earliest-ctc-us:hover{
    background-color: #171717;
}
.earliest-btn strong span{
    background-color: #1d9ad7;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.earliest-btn strong a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.earliest-btn strong a:hover{
    color: #1d9ad7;
}
.page-id-6 footer{
	padding-top: 160px;
}
footer{
    padding-top: 60px;
    background: url("../images/footer-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.footer-title {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-list ul {
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 8px;
}
.footer-list-last ul li{
    padding-bottom: 15px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;   
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}
 .footer-list-last ul li a{
     text-transform: none;   
 }
.footer-list ul li a:hover{
    color: #e4230e;
    padding-left: 3px;
}
.footer-list-last ul li{
    padding-bottom: 15px;
}
.footer-list ul li span {
    background-color: #006fad;
    border-radius: 50%;
    min-width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}
.footer-list ul li strong {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.footer-copyright{
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 50px;
    border-top: 1px solid #ffffff28;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #fff;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #c12130;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 24px;
    right: -30px;
    color: #fff;
    background-color: #006fad;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat top right !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 275px 0 !important;
    margin: 123px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 80%;
	background-image: -moz-linear-gradient(0deg, rgb(20 66 88 / 55%) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(20 66 88 / 55%) 20%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(20 66 88 / 55%) 20%, rgba(0, 0, 0, 0) 100%);
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #fff !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #e4230e;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #e4230e;
}
.footer-txt{
	margin-top: 30px;
	font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.home-faq-sec{
	padding-bottom: 80px;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
	font-family: "Playfair Display";
}
.inner_titl strong {
    color: #e4230e;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #1d9ad7;
}
.inner_center_titl:after {
    left: 50%;
    transform: translatex(-50%);
}
.inner_txt {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #1d9ad7;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.inner-btn {
    margin-top: 20px;
}
.inner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #1d9ad7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.inner-btn a:hover{
	background-color: #e4230e;
}
.services-inner-sec .services-part .services-part-head{
	padding: 30px 9px;
	color: #000;
}
.services-inner-sec .services-head{
	color: #000;
}
.services-inner-sec .services-part{
	border-radius: 12px;
	background-color: #ffe7e4;
	padding: 0 0 30px 0; 
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	min-height: 100%;
}
.services-inner-sec .services-part p{
	margin-bottom: 0;
}

.contact_page_heading {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
	font-family: "Playfair Display";
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #1d9ad7;
}
.contact_page_heading strong {
    color: #e4230e;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 25px;
    padding-left: 60px;
}
.contact-img {
    position: absolute;
    top: 3px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #e4230e;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 20px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background: #1d9ad7 !important;
    color: #fff !important;
	border-radius: 8px !important;
    padding: 12px 22px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background-color: #e4230e !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #e4230e !important;
}
.fix-btn {
    position: fixed;
    top: 300px;
    right: -110px;
    z-index: 99;
    transform: rotate(90deg);
}
.fix-btn a {
    display: inline-block;
    vertical-align: middle;
    background: #0087a8;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 16px;
    letter-spacing: 1px;
	border-radius: 0 0 10px 10px;
}
.fix-btn a:last-child {
    background: #d50000;
}
.ref_form_box {
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #000;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	font-family: "Playfair Display";
}
.ref_form_box_heading strong {
	color: #e4230e;
	font-weight: bold;
}
.ref_form_box_label {
	color: #000;
	margin-top: 15px;
    margin-bottom: 5px;
	font-weight: 500;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
        outline: 0;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .contact_btn input {
	font-weight: 600;
	background: #036638 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}
.ref_form_box .contact_btn input:hover{
	background: #8150f4 !important;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #e4230e;
	border-color: #e4230e;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fieldset-cf7mls .cf7mls_next{
	float: left !important;
}
.cf7mls_next.action-button{
	display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #1d9ad7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.cf7mls_back.action-button{
	display: inline-block !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #d50000 !important;
	margin-right: 10px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit{
	display: inline-block !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    padding: 12px 30px;
	float: left !important;
    border-radius: 8px;
    background-color: #d50000 !important;
	margin-top: 10px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.post .entry-summary, .post .entry-content {
    color: #000;
}
.post .entry-summary, .post .entry-content a{
	color: #000;
}
.more-link {
    background: #1d9ad7;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 230px;
    margin-top: 30px;
    border-radius: 10px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #e4230e;
}
.post .entry-summary .meta-nav{
    margin-left: 5px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.sticky-whatsapp-btn {
    width: 40px;
    position: fixed;
    right: 7px;
    top: 135px;
    border-radius: 50%;
    z-index: 9999;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
/*  animation: pulse 2s infinite; 
	animation: swing ease-in-out 1s infinite alternate; */
    transform-origin: center -20px;
    float:left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #1d9ad7;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #e4230e;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #fff;
    background: #d50000;
    text-align: center;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #171717;
}
.error_page {
    padding: 40px 0 80px;
}

/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-call, .header-menu, .banner-wrap::before, .banner-wrap::after, .banner-sec::after, .caring-sec{
		display: none;
	}
	.header-bottom{
		padding: 10px 0;
	}
	.banner-sec{
		margin-top: 68px;
		padding: 100px 0;
	}
	.rmp-menu-title-image {
        width: 80%;
        height: 100%;
    }
	.banner-head, .about-head, .services-head, .campbellfileld-head, .caring-head, .testimonial-head, .location-head{
		font-size: 30px;
	}
	.banner-btn a, .about-btn a, .caring-btn a{
		font-size: 15px;
        padding: 12px 25px;
	}
	.banner-title, .caring-title, .campbellfileld-title, .about-title, .services-title, .testimonial-title, .location-title, .services-title{
		font-size: 16px;
	}
	.about-sec, .campbellfileld-sec, .campbellfileld-sec, .caring-sec, .testimonial-sec, .services-sec, .testimonial-sec{
		padding: 40px 0;
	}
	.location-sec, .home-faq-sec{
		padding-bottom: 40px;
	}
	.owl-nav{
		text-align: center;
		margin-top: 30px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		position: static;
		transform: none;
		margin: 0 5px;
	}
	.owl-carousel .owl-nav button.owl-next{
		position: static;
		margin: 0 5px;
	}
	.page .entry-header, .blog_page_header {
        padding: 180px 0 !important;
        margin: 68px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.header-logo img {
		width: 212px;
		height: auto;
	}
	.respect-part{
		width: 100% !important;
	}
	.fix-btn{
		display: none;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 180px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 180px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 180px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.header-menu ul li a{
		padding: 30px 9px;
	}
	.header-call{
		margin-left: 5px;
	}
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 180px;
	}
	.earliest-left{
		padding-bottom: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-menu ul li a{
		padding: 30px 9px;
	}
	.header-call{
		margin-left: 5px;
	}
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 260px;
	}
	.earliest-left{
		padding-bottom: 30px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-menu ul li a{
		padding: 30px 9px;
	}
	.header-call{
		margin-left: 5px;
	}
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 180px;
	}
	.earliest-left{
		padding-bottom: 30px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li a{
		padding: 30px 9px;
	}
	.header-call{
		margin-left: 5px;
	}
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 180px;
	}
	.earliest-left{
		padding-bottom: 30px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header-menu ul li a{
		padding: 30px 9px;
	}
	.header-call{
		margin-left: 5px;
	}
	.respect-sec{
		margin-top: 0;
		padding: 40px 0px 0;
	}
	.respect-part{
		color: #000;
        border: 2px solid #000;
		margin-bottom: 20px;
		width: 180px;
	}
	.earliest-left{
		padding-bottom: 30px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
		padding: 200px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 292px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
		padding: 246px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 337px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
		padding: 313px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 403px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
		padding: 342px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 432px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec{
		padding: 454px 0;
	}
	.page .entry-header, .blog_page_header{
		padding: 545px 0 !important;
	}
}
