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;
    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;
}
.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;
}
.darkHeader {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.darkHeader .header-top {
    height: 0;
    padding: 0;
}
.header-top{
    background-color: #01a1d6;
    overflow: hidden;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 41px;
}
.header-social a{
    display: inline-block;
    border-left: 1px solid #ffffff70;
    padding: 8px 15px;
}
.header-social a:last-child{
    border-right: 1px solid #ffffff70;
}
.header-info a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    padding: 10px 15px;
    border-left: 1px solid #ffffff70;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-info a:hover{
    color: #0a0a0a;
}
.header-info img{
    margin-right: 5px;
}
.header-info span{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 15px;
    border-left: 1px solid #ffffff70;
    border-right: 1px solid #ffffff70;
}
.header-bottom{
    background-color: #fff;
    padding: 20px 0;
}
.header-logo img {
    width: 190px;
    height: auto;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 30px;
}
.header-menu ul .header-btn{
    margin-right: 0;
    margin-left: 50px;
}
.header-menu ul li:nth-child(5) {
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    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:hover {
    color: #0081ac;
}
.header-menu, .header-btn{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 14px 40px;
    border-radius: 10px;
    background-color: #0081ac;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul .header-btn a:hover {
    background-color: #000;
    color: #fff;
}
.banner-sec{
    position: relative;
    background: url("../images/banner-img.jpg") no-repeat top left;
    background-size: cover;
    padding: 168px 0;
    margin-top: 133px;
}
.banner-sec .container{
    position: relative;
    z-index: 1;
}
.banner-sec::before{
    content: "";
    position: absolute;
    background: url("../images/rope-img.png") no-repeat top left;
    background-size: 100%;
    width: 147px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}
.banner-sec::after{
    content: "";
    position: absolute;
    background: url("../images/trangle-img.png") no-repeat top left;
    background-size: cover;
    width: 224px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner-content{
    padding-left: 80px;
}
.banner-head{
    font-size: 34px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    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: 600;
    color: #fff;
    padding: 14px 30px;
    border-radius: 10px;
    background-color: #0081ac;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner-btn a:hover{
    background-color: #000;
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/about-bg-img.png") no-repeat top center;
    background-size: cover;
}
.about-title{
  color: #0081ac;
}
.about-title strong{
    font-size: 20px;
    line-height: 1.2;
    color: #00bfff;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 18px;
}
.about-head{
    font-size: 38px;
    line-height: 1.2;
    color: #0a0a0a;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about-txt{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 25px;
}
.about-btn a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 14px 30px;
    border-radius: 10px;
    background-color: #0081ac;
    -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: #000;
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 90px;
    background: url("../images/srv-rope-img01.png"), url("../images/srv-rope-img02.png");
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: top left, bottom right;
    background-color: #e6f9ff;
}
.services-title{
    text-align: center;
    color: #0081ac;
}
.services-title strong{
    font-size: 20px;
    line-height: 1.2;
    color: #00bfff;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 18px;
}
.services-head {
    font-size: 38px;
    line-height: 1.2;
    color: #0a0a0a;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-align: center;
}
.services-part{
    border-radius: 40px;
    background-color: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 18px 18px 30px 18px;
	min-height: 100%;
}
.services-part p{
	margin-bottom: 0;
}
.services-part img{
    border-radius: 30px;
}
.services-subtitle{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.services-subtxt{
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 25px;
}
.services-btn img{
    margin-left: 4px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-btn:hover img {
    transform: translateX(8px);
}
.services-btn{
    display: inline-block;
    font-size: 16px;
    color: #0081ac;
    font-weight: 600;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.choose-sec{
    padding-top: 130px;
    padding-bottom: 130px;
    background: url("../images/disability-img01.png"), url("../images/disability-img02.png"), url("../images/choose-rope-img.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 180px, 250px, cover;
    background-position: center left, center right, top center;
}
.choose-title{
    text-align: center;
    color: #0081ac;
}
.choose-title strong{
    font-size: 20px;
    line-height: 1.2;
    color: #00bfff;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 18px;
}
.choose-head {
    font-size: 38px;
    line-height: 1.2;
    color: #0a0a0a;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 50px;
    text-align: center;
}
.choose-part{
    text-align: center;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    background-color: #fff;
    border-radius: 20px;
    min-height: 100%;
}
.choose-subtitle{
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 20px;
}
.testimonial-sec{
    position: relative;
    background-color: #11aee3;
    padding-top: 80px;
    padding-bottom: 80px;
}
.testimonial-sec::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/testi-pattan-img.png") no-repeat top center;
    background-size: cover;
    mix-blend-mode: multiply;
}
.testi-title{
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.testi-head {
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: center;
}
.journey-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.journey-area{
    border-radius: 20px;
    background: url("../images/journey-rope-img.png") #0081ac no-repeat top right;
    background-size: auto;
}
.journey-left{
    padding: 20px 20px;
}
.journey-right img{
    margin-top: -45px;
}
.journey-head{
    font-size: 33px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.journey-info{
    display: flex;
    align-items: center;
}
.journey-info img{
    margin-right: 10px;
    min-width: 51px;
}
.journey-call-now{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}
.journey-call a{
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.journey-call a:hover{
    color: #00bfff;
}
.journey-hours{
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 20px;
    min-height: 100%;
}
.opening-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.opening-hours-head{
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
}
.opening-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    line-height: 1.2;
}
.opening-line{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer{
    padding-top: 80px;
    background: url("../images/footer-pattan-img.png") #00475f no-repeat top center;
    background-size: 100%;
}
.footer-social{
    margin-top: 40px;
}
.footer-social a:last-child{
    margin-left: 5px;
}
.footer-title{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-middle ul li{
    padding-bottom: 15px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li img{
    margin-right: 8px;
}
.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-middle ul li a{
    text-transform: none;
}
.footer-list ul li a:hover{
    color: #00bfff;
    padding-left: 4px;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.footer-copyright{
    text-align: center;
    font-size: 14px;
    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: #00bfff;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 30px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: #01a1d6;
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.testimonial-sec .container{
    position: relative;
    z-index: 1;
}
.sp-testimonial-free{
	border-radius: 14px !important;
	padding: 25px 15px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: bottom 20px right 30px !important;
	min-height: 285px !important;
}
.sp-testimonial-content p{
	font-size: 15px !important;
	color: #2c2c2c !important;
	font-weight: normal !important;
	text-align: left !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #0081ac !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat top center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 276px 0 !important;
    margin: 133px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.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;
	text-shadow: 1px 1px 1px #bcbcbc !important;
}
.breadcrumb-container {
    width: 100%;
    color: #00bfff;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #00bfff;
}
.contact_page_heading {
    color: #0a0a0a;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #00bfff;
}
.contact_page_heading strong {
    color: #0081ac;
}
.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: #00bfff;
}
.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 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: capitalize !important;
	border-radius: 10px !important;
    background-color: #0081ac !important;
    color: #fff !important; 
    padding: 12px 22px !important;
    font-weight: 500 !important;
    font-size: 18px !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: #000 !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: #0081ac !important;
}
.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;
}
.ref_form_box_heading strong {
	color: #0081ac;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
    margin-bottom: 5px;
}
.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: #0081ac !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 10px;
	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: #000 !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: #0081ac;
	border-color: #0081ac;
}
.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);
}
.review-content {
    padding: 40px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 10px;
    min-height: 100%;
	background: url("../images/quote-img.png") #ffffff no-repeat !important;
    background-size: auto !important;
    background-position: bottom 20px right 30px !important;
}
.review-content .review-txt{
    color: #2c2c2c;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #0081ac;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
} 
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #000;
    width: 32px;
    height: 2px;
}
.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #0a0a0a;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.core-box .inner_titl{
   font-size: 22px;
}
.inner_titl strong {
    color: #0081ac;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #00bfff;
}
.inner_hd_center:after {
    left: 50%;
    transform: translatex(-50%);
}
.inner_small{
	font-size: 22px;
}
.inner_small::after{
	display: none;
}
.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: #00bfff;
}
.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%; 
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #00bfff;
    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: #000;
    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: #171717;
    text-align: center;
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.error_page {
    padding: 40px 0 80px;
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #0081ac;
    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: #000;
}
.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;
}


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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-top, .header-menu, .banner-sec::before, .banner-sec::after, .choose-head br{
		display: none;
	}
	.header-bottom {
		padding: 15px 0;
	}
	.banner-sec{
		margin-top: 70px;
		padding: 108px 0;
	}
	.rmp-menu-title-image {
        width: 70%;
        height: 100%;
    }
	.rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.2 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.about-sec, .services-sec, .choose-sec, .testimonial-sec, .journey-sec{
		padding: 40px 0;
	}
	.services-sec{
		border-radius: 30px;
	}
	.banner-btn a, .about-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.banner-head{
		font-size: 28px;
	}
	.about-head, .services-head, .choose-head, .testi-head, .journey-head{
		font-size: 26px;
	}
	.about-sec, .services-sec, .journey-area{
		background-image: none;
	}
	.choose-sec{
		background-image: none !important;
	}
	.journey-right img{
		margin-top: 0;
	}
	footer{
		padding-top: 60px;
	}
	.page .entry-header, .blog_page_header {
        padding: 150px 0 !important;
        margin: 70px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.banner-wrap::before{
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		background-image: -moz-linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
		background-image: -webkit-linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
		background-image: -ms-linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
		opacity: 0.502;
	}
	.banner-content {
		padding-left: 0;
	}
	.about-title span{
		display: none;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.journey-area{
		text-align: center;
	}
	.journey-info {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.journey-area{
		text-align: center;
	}
	.journey-info {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}
	.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) {
	.journey-area{
		text-align: center;
	}
	.journey-info {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}
	.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) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 12px;
	}
	.header-menu ul .header-btn {
		margin-left: 13px;
	}
	.choose-sec {
		background: url("../images/disability-img01.png"), url("../images/disability-img02.png"), url("../images/choose-rope-img.png");
		background-size: 150px, 200px, auto;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center left, center right, top center;
	}
}

/* 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{
		margin-right: 12px;
	}
	.header-menu ul .header-btn {
		margin-left: 13px;
	}
    .choose-sec {
		background: url("../images/disability-img01.png"), url("../images/disability-img02.png"), url("../images/choose-rope-img.png");
		background-size: 150px, 200px, auto;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center left, center right, top center;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 12px;
	}
	.header-menu ul .header-btn {
		margin-left: 13px;
	}
	.choose-sec {
		background: url("../images/disability-img01.png"), url("../images/disability-img02.png"), url("../images/choose-rope-img.png");
		background-size: 150px, 200px, auto;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center left, center right, top center;
	}
}

/* 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{
		margin-right: 12px;
	}
	.header-menu ul .header-btn {
		margin-left: 13px;
	}
	.choose-sec {
		background: url("../images/disability-img01.png"), url("../images/disability-img02.png"), url("../images/choose-rope-img.png");
		background-size: 150px, 200px, auto;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center left, center right, top center;
	}
}

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

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

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

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

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