@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/PoppinsBold.eot');
    src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsBold.woff2') format('woff2'),
         url('../fonts/PoppinsBold.woff') format('woff'),
         url('../fonts/PoppinsBold.ttf') format('truetype'),
         url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('../fonts/PoppinsExtraBold.eot');
    src: url('../fonts/PoppinsExtraBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsExtraBold.woff2') format('woff2'),
         url('../fonts/PoppinsExtraBold.woff') format('woff'),
         url('../fonts/PoppinsExtraBold.ttf') format('truetype'),
         url('../fonts/PoppinsExtraBold.svg#PoppinsExtraBold') format('svg');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/PoppinsMedium.eot');
    src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
         url('../fonts/PoppinsMedium.woff2') format('woff2'),
         url('../fonts/PoppinsMedium.woff') format('woff'),
         url('../fonts/PoppinsMedium.ttf') format('truetype'),
         url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
*{padding: 0;margin: 0;}
body{padding: 0;margin: 0;font-family: 'PoppinsRegular';font-weight: normal;background-color: #fff;overflow-x: hidden;}
p{font-size: 16px;font-weight: 400;}
a{transition: 0.5s;text-decoration: none;}
h1, h2, h3, h4, h5, h6{font-family: "Poppins", sans-serif;font-weight: 700;padding: 0;margin: 0;}
ul, li{padding: 0;margin: 0;list-style-type: none;}
.card, .card-body, .card-footer, .card-image{box-shadow: none;padding: 0;border-radius: 0;background-color: transparent;border: none;}
.p-80{padding: 80px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
    height: 60px;
    border-radius: 15px;
    border: 1px solid #f4f2f2;
    background-color: #f4f2f2;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #484848;
}
.form-control:focus{
    box-shadow: none;
    border-color: #f4f2f2;
    background-color: #f4f2f2;
}
.form-control::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #484848;  
}
textarea.form-control {
    resize: none;
    height: 140px;
    padding: 20px;
}
.btn, .more-link {
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'PoppinsSemiBold';
    border: 1px solid;
    transition: 0.5s;
    outline: none;
    text-transform: capitalize;
    border-radius: 30px;
}
.btn-primary, .more-link{
    border-color: #fc0578;
    background-color: #fc0578;
    color: #ffffff;
}
.btn-secondary{
    border-color: #96c10a;
    background-color: #96c10a;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-blue:hover, .btn-secondary:focus, .btn-white:hover, .btn-white:focus,
.more-link:hover 
{
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
    box-shadow: none;
}
.btn-white{
    border-color: #ffffff;
    background-color: #ffffff;
    color: #000000;
}
.call {
    background-color: #ffffff;
    padding: 9px 20px 9px 9px;
    font-size: 17px;
    font-family: 'PoppinsSemiBold';
    border-radius: 30px;
    color: #000000;
}
.call .icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #306cb5;
    margin-right: 8px;
    transition: 0.5s;
}
.call:hover{
    background-color: #000000;
    color: #ffffff;
}
.call:hover .icon{
    background-color: #ee307d;
}
@-webkit-keyframes fadeInDown {
    0% {
       opacity: 0;
       -webkit-transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateY(0);
    }
 }
 
 @keyframes fadeInDown {
    0% {
       opacity: 0;
       transform: translateY(-20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
 }
/*-- header area start --*/
.header-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-body .logo {
    width: 100%;
    max-width: 103px;
}
.header-body .logo img {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.menu {
    display: inline-flex;
    padding-top: 20px;
}
.menu ul li{
    display: inline-block;
    margin-right: 18px;
}
.menu ul li a{
    color: #ffffff;
    font-size: 14px;
}
.header-area.fix .menu ul li {
    margin-right: 32px;
}
.page-id-8 .header-body {
    width: 100%;
    max-width: 60%;
}

.error404 .header-area{
background-color: #002342;	
}

.error404 .header-body{
align-items:center;	
}

.error404 .primary-navigation{
padding-top:0px !important;	
}

.header-area.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #002342;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header-area.fix .header-body{
    max-width: 100%;
}
.header-area.fix .logo {
    max-width: 65px;
    top: 5px;
    position: relative;
}
.header-area.fix .menu{
    padding-top: 0 !important;
}
.header-area.fix .menu ul li a{
    padding: 37px 0;
    display: inline-block;
}
/*-- header area stop --*/
/*-- banner area start --*/
.banner-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/banner-bg.jpg);
    padding-bottom: 25px;
}
.banner-contain-box .heading {
    font-family: 'PoppinsBold';
    font-size: 55px;
    line-height: 65px;
    color: #ffffff;
    margin: 0 0 15px;
}
.banner-contain-box .banner-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'PoppinsRegular';
    margin-bottom: 20px;
}
.banner-img-area .banner-img1, .banner-img-area .banner-img2 {
    height: 345px;
    overflow: hidden;
    border-radius: 30px;
    padding: 10px;
    border: 2px dashed transparent;
    transition: 0.5s;
}
.banner-img-area .banner-img2{
    height: 529px;
}
.banner-img-area .banner-img1 img, .banner-img-area .banner-img2 img{
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.banner-img-area .banner-img1:hover, .banner-img-area .banner-img2:hover{
    border-color: #fc0578;
}
.banner-img-area {
    position: relative;
    margin-top: -330px;
}
/*-- banner area stop --*/
/*-- line area start --*/
.line .line-box{
    width: 100%;
    max-width: 16.666%;
    height: 11px;
}
.line .line-box:nth-child(1){
    background-color: #fc0578;
}
.line .line-box:nth-child(2){
    background-color: #7aa249;
}
.line .line-box:nth-child(3){
    background-color: #ea8e19;
}
.line .line-box:nth-child(4){
    background-color: #35ab9e;
}
.line .line-box:nth-child(5){
    background-color: #5e3295;
}
.line .line-box:nth-child(6){
    background-color: #5bafd9;
}
/*-- line area stop --*/
/*-- about area start --*/
.about-img img{
    width: 100%;
    object-fit: cover;
}
/*-- about area stop --*/
/*-- webtext area start --*/
.webtext .heading{
    color: #000000;
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 15px;
    font-family: 'PoppinsBold';
}
.webtext .text {
    color: #000000;
    font-size: 16px;
    font-family: 'PoppinsRegular';
    line-height: 26px;
    margin: 0 0 20px;
}
.webtext.about-content{
    padding-left: 30px;
}
.about-content{
    position: relative;
}
.webtext.about-content::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -60px;
    width: 100%;
    max-width: 533px;
    height: 539px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape1.png);
    opacity: 0.05;
}
.webtext.about-content .heading, .webtext.about-content .text{
    position: relative;
    z-index: 1;
}
/*-- webtext area stop --*/
/*-- service area start --*/
.service-box {
    border: 1px solid #fc0578;
    background-color: #fff2f8;
    border-radius: 20px;
    padding: 20px;
}
.service-box .service-img-box{
    height: 212px;
    overflow: hidden;
    border-radius: 20px;
}
.service-box .service-img-box img{
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.service-box:hover .service-img-box img{
    transform: scale(1.1);
}
.service-box .service-box-body .heading{
    color: #000000;
    font-size: 20px;
    font-family: 'PoppinsBold';
    line-height: 30px;
    margin: 0 0 8px;
}
.service-box .service-box-body {
    padding: 55px 0 0;
    position: relative;
}
.service-box .service-box-body .text {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.service-box .service-box-body .text ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.service-box .service-box-body .text ul li {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 0 20px;
    margin: 0 0 6px;
    position: relative;
}
.service-box .service-box-body .text ul li::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    max-width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fc0578;
}
.service-box .service-box-body .read-more {
    color: #fd3d97;
    font-size: 14px;
    font-family: 'PoppinsBold';
    text-decoration: underline;
    letter-spacing: 1px;
    transition: 0.5s;
}
.service-box .service-box-body .read-more:hover{
    color: #000000;
}
.service-box .service-box-body .icon {
    width: 100%;
    max-width: 79px;
    height: 79px;
    border: 1px solid #fd3d97;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(255 1 118 / 50%) inset;
}
.service-box .service-box-body .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.servicemain-box:nth-child(2) .service-box {
    border-color: #95c10b;
    background-color: #faffeb;
}
.servicemain-box:nth-child(2) .service-box .service-box-body .read-more{
    color: #95c10b;
}
.servicemain-box:nth-child(2) .service-box .service-box-body .icon{
    border-color: #95c10b;
    box-shadow: 0 0 15px rgb(145 194 55 / 50%) inset;
}

.servicemain-box:nth-child(3) .service-box {
    border-color: #e98d19;
    background-color: #fff3e4;
}
.servicemain-box:nth-child(3) .service-box .service-box-body .read-more{
    color: #e98d19;
}
.servicemain-box:nth-child(3) .service-box .service-box-body .icon{
    border-color: #e98d19;
    box-shadow: 0 0 15px rgb(239 142 48 / 50%) inset;
}

.servicemain-box:nth-child(4) .service-box {
    border-color: #35ab9d;
    background-color: #edfffd;
}
.servicemain-box:nth-child(4) .service-box .service-box-body .read-more{
    color: #35ab9d;
}
.servicemain-box:nth-child(4) .service-box .service-box-body .icon{
    border-color: #35ab9d;
    box-shadow: 0 0 15px rgb(12 171 158 / 50%) inset;
}

.servicemain-box:nth-child(5) .service-box {
    border-color: #5f3195;
    background-color: #f4eaff;
}
.servicemain-box:nth-child(5) .service-box .service-box-body .read-more{
    color: #5f3195;
}
.servicemain-box:nth-child(5) .service-box .service-box-body .icon{
    border-color: #5f3195;
    box-shadow: 0 0 15px rgb(12 171 158 / 50%) inset;
}

.servicemain-box:nth-child(6) .service-box {
    border-color: #5bafd9;
    background-color: #edf9ff;
}
.servicemain-box:nth-child(6) .service-box .service-box-body .read-more{
    color: #5bafd9;
}
.servicemain-box:nth-child(6) .service-box .service-box-body .icon{
    border-color: #5bafd9;
    box-shadow: 0 0 15px rgb(78 174 214 / 50%) inset;
}
.service-area .webtext{
    margin-bottom: 50px;
}
/*-- service area stop --*/
/*-- whychoose area start --*/
.whychoose-img{
    position: relative;
    text-align: center;
}
.whychoose-img img{
    position: relative;
    z-index: 1;
}
.whychoose-img::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 552px;
    height: 558px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/shape1.png);
}
.whychoose-area .webtext .heading {
    padding-right: 200px;
    margin: 0;
}
.whychoose-media {
    box-shadow: 0 51px 50px 0 rgb(0 0 0 / 6%);
    padding: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 18px;
}
.whychoose-area .webtext{
    margin-bottom: 30px;
}
.whychoose-media .media-icon {
    width: 100%;
    max-width: 75px;
    height: 75px;
    padding: 10px;
}
.whychoose-media .media-icon img{
    width: auto;
    height: auto;
    object-fit: contain;
}
.whychoose-media .media-body {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-family: 'PoppinsSemiBold';
    padding-left: 0;
}
.whychoose-listing:nth-child(2){
    padding-top: 40px;
}
/*-- whychoose area stop --*/
/*-- enquire area start --*/
.enquery-area{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/enquery-bg.jpg);
}
.enquery-area .webtext {
    padding: 0 120px;
}
.enquery-area .webtext .heading {
    color: #ffffff;
    margin: 0 0 30px;
}
.enquery-area .webtext .btn{
    margin-right: 10px;
}
.enquery-area .webtext .btn:last-child{
    margin-right: 0;
}
/*-- enquire area stop --*/
/*-- footer area start --*/
.footer-area{
    background-color: #062343;
}
.footer-body{
    padding: 60px 0 40px;
}
.footer .heading {
    color: #ea8e19;
    font-size: 20px;
    font-family: 'PoppinsBold';
    line-height: 30px;
    margin-bottom: 12px;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer ul li{
    margin: 0 0 5px;
}
.footer ul li a{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-family: 'PoppinsMedium';
}
.footer .footer-contact-media {
    margin-bottom: 10px;
}
.footer .footer-contact-media:last-child{
    margin-bottom: 0;
}
.footer .footer-contact-media .media-icon {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 8px;
}
.footer .footer-contact-media .media-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.footer .footer-contact-media .media-body{
    padding-left: 8px;
}
.footer .footer-contact-media .media-body, .footer .footer-contact-media .media-body a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}
.footer .footer-contact-media .media-body a:hover{
    color: #f08f30;
}
.footer .footer-contact-media:nth-child(2) .media-icon{
    background-color: #fc0578;
}
.footer .footer-contact-media:nth-child(3) .media-icon{
    background-color: #35ab9e;
}
.footer .footer-contact-media:nth-child(4) .media-icon{
    background-color: #5bafd9;
}
.footer .footer-contact-media:nth-child(5) .media-icon{
    background-color: #7aa249;
}
.copyright{
    padding: 20px 0;
    color: #ffffff;
    font-size: 14px;
    border-top: 1px solid #ffffff;
}
.copyright a{
    color: #ffffff;
    transition: 0.5s;
}
.copyright a:hover{
    color: #ea8e19;
}
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 12px;
    background: #ff0176;
    z-index: 1;
    width: 100%;
    max-width: 45px;
    height: 45px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.back-to-top:hover{
    background-color: #000000;
}
.back-to-top img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*-- footer area stop --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /*background: url("../images/banner.jpg") #eee no-repeat center !important;*/
    background-size: cover !important;
    max-width: 100% !important;
    padding: 100px 0 !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.blog_page_header{
background: url("../images/inner-banner.jpg") no-repeat !important;	
}

.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 32px;
	font-weight: 600;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #fa8c31;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #f26d20;
}
.page {
	margin-top: 0 !important;
}
.review-area .webtext{
    margin: 0 0 50px;
}
.review-area .sp-testimonial-free {
    border: 2px solid #052343 !important;
    padding: 80px 35px;
    border-radius: 30px !important;
    position: relative;
}
.review-area .sp-testimonial-free::before{
    content: '';
    position: absolute;
    top: 34px;
    left: -2px;
    width: 2px;
    height: 80%;
    background-color: #ffffff;
}
.review-area .sp-testimonial-free::after{
    content: '';
    position: absolute;
    top: 34px;
    right: -2px;
    width: 2px;
    height: 80%;
    background-color: #ffffff;
}
.review-area .sp-testimonial-free .sp-testimonial-title{
    margin: 0 !important;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.review-area .sp-testimonial-free .sp-testimonial-client-rating {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
}
.review-area .sp-testimonial-item{
    position: relative;
}
.review-area .sp-testimonial-item::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 25px;
    width: 100%;
    max-width: 37px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/quite1.png);
}
.review-area .sp-testimonial-item::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 25px;
    width: 100%;
    max-width: 37px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/quite2.png);
}

/*-- inner contact area start --*/
.inner-contact-media {
    width: 100%;
    background-color: #00224038;
    padding: 15px 12px;
    transition: 0.5s;
    margin-bottom: 70px;
}
.inner-contact-media:hover {
    transform: translate(0px, -5px);
    background-color: rgb(0 34 64);
}
.inner-contact-media .media-icon {
    width: 100%;
    max-width: 55px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 14px;
    transition: 0.5s;
}
.inner-contact-media .media-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
    filter: brightness(0) saturate(100%) invert(11%) sepia(79%) saturate(1171%) hue-rotate(180deg) brightness(89%) contrast(105%);
}
.inner-contact-media:hover .media-icon img{
    transform: rotateY(380deg);
}
.inner-contact-media .media-body p{
    margin: 0;
}
.inner-contact-media .media-body{
    padding-left: 15px;
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    word-break: break-all;
    transition: 0.5s;
}
.inner-contact-media .media-body .heading {
    font-size: 18px;
    font-family: 'PoppinsBold';
    line-height: 30px;
    margin: 0 0 5px;
    transition: 0.5s;
    color: #002240;
}
.inner-contact-media:hover .media-body .heading, .inner-contact-media:hover .media-body, .inner-contact-media:hover .media-body a{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-contact-media .media-body a {
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    text-decoration: none !important;
    transition: 0.5s;
}
.inner-contact-form .heading {
    text-transform: uppercase;
    color: #002240;
    font-size: 34px;
    font-family: 'PoppinsBold';
    line-height: 44px;
    margin: 0 0 20px;
}
.inner-contact-form .heading strong{
    color: #f08f30;
}
.inner-contact-map{
    height: 390px;
    overflow: hidden;
    border-radius: 20px;
}
.inner-contact-map iframe{
    width: 100%;
    height: 100%;
}
.inner-contact-form{
    padding-left: 20px;
}
.inner-contact-form {
    background-color: #c7ced5;
    padding: 35px;
}
.form-group p{
    margin: 0;
}
.form-group input, .form-group select, .form-group textarea {
    height: 55px;
    font-size: 15px;
    color: #000000;
    padding: 12px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #002240;
}
.form-group textarea{
    border-radius: 10px;
    height: 110px;
    resize: none;
}
.inner-contact-form p{
    margin: 0;
}
.inner-contact-map{
    height: 453px;
}
.inner-contact-map iframe{
    width: 100%;
    height: 100%;
}
/*-- inner contact area stop --*/
.thankyou_text {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 26px;
}
.inner_page_heading {
    color: #000000;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
    font-family: 'PoppinsBold';
}
.inner_page_text {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 15px;
}
.inner_page_text ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.inner_page_text ul li {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.inner_page_text ul li::before{
	content: '';
	position:absolute;
	top:4px;
	left:0;
	width:17px;
	height:17px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(https://jrtechnologiesweb.in/demo/alive-and-care-service/wp-content/uploads/2025/04/check.png);
}
.inner_page_heading.small-heading {
    font-size: 26px;
    line-height: 36px;
}
.inner_bottom_box {
    margin-top: 50px;
    text-align: center;
    background-color: #f1f1f1;
    padding: 50px 180px;
}
.inner-review-box {
    padding: 40px 35px;
    border-radius: 30px !important;
    position: relative;
    text-align: center;
    border: 2px solid #052343;
	height:100%;
}
.inner-review-box::before {
    content: '';
    position: absolute;
    top: 32px;
    left: -2px;
    width: 2px;
    height: 75%;
    background-color: #ffffff;
}
.inner-review-box::after {
    content: '';
    position: absolute;
    top: 32px;
    right: -2px;
    width: 2px;
    height: 75%;
    background-color: #ffffff;
}
.inner-review-box .text {
    position: relative;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 30px;
}
.inner-review-box .text::before {
    content: '';
    position: absolute;
    top: -45px;
    left: -18px;
    width: 100%;
    max-width: 37px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/quite1.png);
}
.inner-review-box .text::after {
    content: '';
    position: absolute;
    bottom: -45px;
    right: -18px;
    width: 100%;
    max-width: 37px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/quite2.png);
}
.inner-review-box .review-for {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 32px;
}
.inner-review-box .rating{
	width:100%;
	max-width:100px;
	margin:0 auto 25px;
}
.inner-review-box .rating img{
	width:100%;
	object-fit:cover;
}
.ref_form_box {
	background: url("../images/testimonial_bg.jpg") no-repeat center;
	background-size: cover;
	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: #111;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #000000;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.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("https://jrtechnologiesweb.in/demo/alive-and-care-service/wp-content/uploads/2025/04/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;
}
.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: #fc0578 !important;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 30px;
    padding: 13px 30px 12px;
}
.ref_form_box .contact_btn input:hover{
	background:#000000 !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: #002240;
	border-color: #002240;
}
.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);
}

/* blog */

/* blog */

.more-link {
font-weight: 500;
display: block;
width: fit-content;
margin-top:20px;
}

.wp-block-heading {
border-top: 5px solid #ea8e19;
color: #141414;
font-size: 18px;
font-weight: 600;
margin: 0 0 18px;
padding-top: 7px;
text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
max-width: 100% !important;
}

.content-sidebar .widget a{
color:#2e2e2e !important;
transition:0.3s ease-in-out all 0s;	
}

.entry-meta a, .entry-title a{
transition:0.3s ease-in-out all 0s;
}

.content-sidebar .widget a:hover, .entry-meta a:hover, .entry-title a:hover {
color:#002342 !important;
transition:0.3s ease-in-out all 0s;		
}

.site-content .entry-title{
font-weight:500;
}

.post .entry-summary, .post .entry-content{
font-size: 16px;
color: #000000;
line-height: 26px;	
}

/* error message */

.error_container {
display: flex;
min-height: 100vh;
align-items: center;
text-align: center;
margin-top:100px;
}

/* footer-fixed */

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer-btn1 {
	background:#fc0578;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer-btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 12px 0;
}
.footer-btn3 {
	background:#95c10b;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-contain-box{margin-top:120px;}
.banner-img2{margin-top:0px;}	
.banner-img-area .banner-img1, .banner-img-area .banner-img2{padding:0px;margin-top:24px;}
.webtext.about-content{padding-left:0px;}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){margin:0px !important;}
.inner_page_img{margin-bottom:24px;}	
}


@media only screen and (min-width : 300px) and (max-width : 1023px) {
.primary-navigation{display:none;}
.header-body .logo, .header-area.fix .logo{max-width:65px;top:inherit;}
.header-area{background-color:#002342;padding:5px 0px;}
.banner-img-area .banner-img1, .banner-img-area .banner-img2{height:inherit;} 
.banner-img-area{margin-top:0px;}
.whychoose-listing:nth-child(2){padding-top:0px;}
.back-to-top{bottom:60px !important;}	
.copyright{padding-bottom:60px;}
.whychoose-area .row{align-items:flex-end;}
.whychoose-img img{max-width:100%;}
.whychoose-img::before{top:-169px;width:250px;}		
.full-width, .blog_page_header{margin-top:90px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {	
.banner-contain-box .heading{font-size:30px;line-height:38px;margin-bottom:10px;}
.line .line-box{height:6px;}	
.whychoose-area .webtext .heading{padding-right:0px;}
.webtext .heading, .inner_page_heading{font-size:30px;line-height:38px;}
.p-80{padding:60px 0px;}
.enquery-area .webtext{padding:0px;}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized,.tfree-layout-grid){margin-bottom:0px !important;}
.inner-contact-media{margin-bottom:30px;}
.inner_bottom_box{padding:50px 35px;}
.page .entry-title, .blog_page_title{font-size:30px;}	
}

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

}

@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) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {	
}

/* 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) {

}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:9px;}
.page-id-8 .primary-navigation{margin:0 -32px 0 0px !important;}
.whychoose-area .webtext .heading{padding-right:0px;}	
.whychoose-img img{margin-top:120px;max-width:100%;}
.whychoose-img::before{width:250px;top:-100px;}
.inner_bottom_box{padding:50px 35px;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li{margin-right:9px;}
.page-id-8 .primary-navigation{margin:0 -32px 0 0px !important;}
.whychoose-area .webtext .heading{padding-right:0px;}	
.whychoose-img img{margin-top:120px;max-width:100%;}
.whychoose-img::before{width:250px;top:-100px;}	
.inner_bottom_box{padding:50px 35px;}	
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
	
}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}
