body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat';
}
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 Montserrat Family */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.ttf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/Montserrat-Medium.woff') format('woff'),
         url('../fonts/Montserrat-Medium.ttf') format('truetype'),
         url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
         url('../fonts/Montserrat-SemiBold.woff') format('woff'),
         url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
         url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/Montserrat-Bold.woff') format('woff'),
         url('../fonts/Montserrat-Bold.ttf') format('truetype'),
         url('../fonts/Montserrat-Bold.svg#Montserrat-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);
}
.header-bottom{
    padding: 10px 0;
    background-color: #fff;
}
.header-logo img {
    width: 246px;
    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: 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: #00264c;
}
.header-menu, .header-btn{
    display: inline-block;
    vertical-align: middle;
}
.header-menu ul .header-btn {
    margin-right: 0;
}
.header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    background-color: #0097a7;
    -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: #00264c;
    color: #fff;
}
.banner-sec{
    position: relative;
    padding: 95px 0;
    background: url("../images/banner-img.jpg") no-repeat top right;
    background-size: cover;
    margin-top: 80px;
}
.banner-sec::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
	height: 100%;
    background: url("../images/banner-pattan-img.png") no-repeat top left;
    background-size: 72%;
}
.banner-sec .banner-content{
    position: relative;
    z-index: 1;
}
.banner-head{
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.banner-para{
	font-size: 15px;
    color: #ffffff;
    font-weight: normal;
	margin-bottom: 25px;
}
.banner-txt{
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
}
.banner-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #0097a7;
    -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: #007cb9;
}
.about-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.about-left img{
    border-radius: 20px;
}
.about-right-head{
    font-size: 32px;
    color: #073a59;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-right-txt{
    font-size: 16px;
    color: #073a59;
    font-weight: normal;
/*  margin-bottom: 30px; */
}
.about-list ul{
    margin: 0;
    padding: 0;
}
.about-list ul li{
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 16px;
    color: #073a59;
    font-weight: normal;
    list-style: none;
    padding-bottom: 6px;
}
.about-btn a{
    margin-top: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    background-color: #0097a7;
    -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: #00264c;
    color: #fff;
}
.services-sec{
    padding-bottom: 80px;
}
.services-head{
    font-size: 32px;
    color: #073a59;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}
.services-part a{
    display: inline-block;
    border-top: 1px solid #98989873;
    padding: 15px 0;
    width: 100%;
    position: relative;
}
.services-part a:last-child{
    border-bottom: 1px solid #98989873;
}
.srv-icon{
    border-radius: 8px;
    background-color: #073a59;
    padding: 5px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part a:hover .srv-icon{
    background-color: #0097a7;
}
.services-title{
    display: inline-block;
    font-size: 16px;
    color: #073a59;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-left: 20px;
    vertical-align: middle;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part a:hover .services-title{
    color: #0097a7;
}
.srv-arrow{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.services-part a:hover .srv-arrow{
    filter: invert(43%) sepia(96%) saturate(420%) hue-rotate(145deg) brightness(95%) contrast(95%);
    padding-left: 4px;
}
.choose-sec{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
}
.choose-part{
    text-align: center;
}
.choose-ndis-head{
	font-size: 32px;
    color: #073a59;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
}
.choose-head{
    font-size: 26px;
    color: #073a59;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
}
.choose-part .choose-title{
    font-size: 18px;
    color: #073a59;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 20px;
}
.work-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.work-head{
    font-size: 26px;
    color: #073a59;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 50px;
    text-align: center;
}
.work-wrap{
    background: url("../images/work-arrow-bg-img.png") no-repeat center;
    background-size: auto;
}
.work-part{
    text-align: center;
}
.work-part .work-title{
    font-size: 18px;
    color: #073a59;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    margin-top: 20px;
	margin-bottom: 15px;
}
.work-txt {
    font-size: 16px;
    color: #073a59;
    font-weight: normal;
}
.care-sec{
    background-color: #5bc8d333;
	padding: 80px 0;
}
.care-head{
	font-size: 26px;
    color: #0a2342;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.care-txt{
    font-size: 16px;
    color: #073a59;
    font-weight: normal;
}
.info-sec{
    padding: 80px 0;
}
.info-head{
    font-size: 32px;
    color: #073a59;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
}
.info-txt{
	font-size: 16px;
    color: #073a59;
    font-weight: normal;
	margin-bottom: 30px;
}
.info-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #073a59;
}
.info-icon img{
    width: 20px;
}
.info-wrap{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.info-wrap:last-child{
    margin-bottom: 0;
}
.info-link{
    font-size: 16px;
    color: #0a2342;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}
.info-link a{
    margin-top: 7px;
    display: block;
    font-size: 18px;
    color: #073a59;
    font-weight: 600;
    text-transform: none;
    transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.info-link a:hover{
    color: #0097a7;
}
.info-link span{
    margin-top: 7px;
    display: block;
    font-size: 18px;
    color: #073a59;
    font-weight: 600;
}
.info-right{
    border-radius: 40px;
    background-color: #5bc8d3;
    padding: 40px 30px 15px 30px;
}
.info-right-head{
    font-size: 30px;
    line-height: 1.2;
    color: #0a2342;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    filter: drop-shadow(0px 4px 0px #6ec8bf);
    border-bottom: 1px solid #ffffff98;
    padding-bottom: 40px;
	margin-bottom: 15px;
}
.info-right .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 10px;
    background-color: #fff;
/*  border: 1px solid #ccc !important; */
    padding: 15px 12px;
}
.info-right .frm_fld input::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #2f2f2f ;
}
.info-right .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 10px;
    background-color: #fff;
    border-radius: 10px;
    background-color: #fff;
/*  border: 1px solid #ccc !important; */
    padding: 15px 12px;
    font-size: 15px;
    font-weight: normal;
    color: #2f2f2f ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.info-right .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 10px;
    background-color: #fff;
/*  border: 1px solid #ccc !important; */
    padding: 15px 12px;
    height: 100px;
}
.info-right .frm_fld textarea::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #2f2f2f ;
}
.info-right .send_btn input {
	width: 100% !important;
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background-color: #0097a7 !important;
    color: #fff !important;
    padding: 18px 15px !important;
    font-weight: 500 !important;
	border-radius: 8px !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;
}
.info-right .send_btn input:hover {
    background-color: #00264c !important;
}
.info-right .frm_fld p, .info-right .send_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #00264c !important;
}
.testi-sec{
	padding-bottom: 80px;
}
.testi-head {
    font-size: 32px;
    color: #073a59;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
}
.sp-testimonial-free{
	border-radius: 14px !important;
	padding: 25px 15px !important;
	margin: 10px !important;
    background: url("../images/quote-img.png") #5bc8d333 no-repeat !important;
    background-size: auto !important;
    background-position: bottom 30px right 30px !important;
	min-height: 365px !important;
}
.sp-testimonial-content p{
	font-size: 16px !important;
	color: #3e3e3e !important;
	font-weight: normal !important;
	font-style: italic !important;
	text-align: left !important;
	padding: 0 !important;
}
.sp-testimonial-client-name{
	font-size: 18px !important;
	color: #000 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	text-align: left !important;
}
.sp-testimonial-free-section .sp-testimonial-client-rating{
	display: flex !important;
}
.faq-home-sec{
	padding-bottom: 80px;
}

footer{
    position: relative;
    padding-top: 80px;
    background-color: #f7f7f7;
}
.footer-flag{
    margin: 30px 0;
	display: block;
}
.footer-title{
    font-size: 22px;
    color: #073a59;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer-middle ul li{
    padding-bottom: 20px;
}
.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: 16px;
    color: #073a59;
    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;
}
.footer-list ul li a:hover{
    color: #0097a7;
    padding-left: 4px;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.footer-list-last {
    display: flex;
    gap: 40px;
}
.footer-copyright{
    text-align: center;
    font-size: 16px;
    color: #073a59;
    font-weight: normal;
    margin-top: 40px;
    border-top: 1px solid #073a591f;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #073a59;
    -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: #0097a7;
}
.footer-social{
    width: 55px;
    position: fixed;
    right: 0;
    bottom: 125px;
    z-index: 99;
}
.footer-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: #5bc8d3;
    margin-bottom: 8px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-social a:last-child{
    margin-bottom: 0;
}
.footer-social a:hover{
    background-color: #0097a7;
}

#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: 28px;
    right: -30px;
    background-color: #5bc8d3;
    text-align: center;
    opacity: 0;
    -moz-transition: ease 0.2s all 0s;
    -webkit-transition: ease 0.2s all 0s;
    transition: ease 0.2s all 0s;
}
#back2Top:hover{
    background-color: #0097a7;
}
.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: 240px 0 !important;
    margin: 84px 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #073a59 !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: #0097a7;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #0097a7;
}
.cya11y-menu-btn{
	bottom: 200px !important;
}
.contact_page_heading {
    color: #000;
    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: #00264c;
}
.contact_page_heading strong {
    color: #0097a7;
}
.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: #0097a7;
}

.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 .cv-title{
    font-size: 18px;
    font-weight: bold;
}
.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: #0097a7 !important;
    color: #fff !important;
    padding: 15px 25px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
	border-radius: 8px !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: #00264c !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
.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: #0097a7;
	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: #0097a7 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 8px;
	padding: 13px 40px 13px;
    -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: #00264c !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: #0097a7;
	border-color: #0097a7;
}
.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);
}

.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #161616;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #073a59;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #073a59;
}
.titl_separate{
	text-align: center;
}
.titl_separate:after{
	left: 50%;
	transform: translatex(-50%);
}
.inner_titl_center:after {
    left: 50%;
    transform: translateX(-50%);
}
.inner-btn{
	text-align: center;
}
.inner-btn a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #0097a7;
    -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: #00264c;
}
.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: #073a59;
}
.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: #0097a7;
    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: #073a59;
    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: #073a59;
    text-align: center;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
    background-color: #000;
}
.error_page {
    padding: 40px 0 80px;
}
.post .entry-summary, .post .entry-content {
    color: #666;
}
.more-link {
    background: #0097a7;
    display: block;
    color: #fff !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 220px;
    margin-top: 30px;
    border-radius: 8px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: #00264c;
}
.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;
}
.sp-ea-single>.ea-header a .ea-expand-icon{
	color: #0097a7 !important;
}


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

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu, .banner-sec::before{
		display: none;
	}
	.header-logo img {
		width: 230px;
		height: auto;
	}
	.banner-sec::after {
        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: 1.502;
    }
	.banner-btn a{
	    font-size: 15px;
        padding: 12px 20px;
	}
	.banner-head{
        font-size: 28px;
    }
	.about-sec, .services-sec, .choose-sec, .work-sec, .care-sec, .info-sec{
		padding: 40px 0;
	}
	.testi-sec, .faq-home-sec{
		padding-bottom: 40px;
	}
	.about-right-head, .services-head, .choose-head, .work-head, .info-head, .info-right-head, .testi-head, .testi-head{
        font-size: 26px;
    }
	.about-btn a{
	    font-size: 15px;
		padding: 12px 25px;
	}
	.banner-sec {
        padding: 64px 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;
	}
	footer{
		padding-top: 60px;
	}
	.work-wrap{
		background-image: none;
	}
	.page .entry-header, .blog_page_header {
        padding: 150px 0 !important;
        margin: 80px 0 50px !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 991px){
	.info-right{
		padding: 30px 15px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.banner-sec {
		background-position: top right -100px;
	}
	.footer-list-last {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.services-title{
		font-size: 12px;
		margin-left: 5px;
	}
	.srv-arrow{
		max-width: 15px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.banner-sec {
		background-position: top right -100px;
	}
	.footer-list-last {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
	.services-title{
		font-size: 12px;
		margin-left: 5px;
	}
	.srv-arrow{
		max-width: 15px;
	}
}

@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) {
	.footer-list-last {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	.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) {
	.banner-sec{
	   padding: 64px 0;
	}
	.banner-head{
	   font-size: 29px;
	}
	.banner-sec::before{
		background-size: 78%;
	}
	.header-menu ul li a{
		font-size: 15px;
	}
    .header-menu ul .header-btn a {
        font-size: 15px;
	    padding: 10px 20px !important;
     }
	.primary-navigation a{
		padding: 0 6px !important;
	}
}

/* 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) {
	.banner-sec{
	   padding: 64px 0;
	}
	.banner-head{
	   font-size: 29px;
	}
	.banner-sec::before{
		background-size: 78%;
	}
	.header-menu ul li a{
		font-size: 15px;
	}
    .header-menu ul .header-btn a {
        font-size: 15px;
	    padding: 10px 20px !important;
     }
	.primary-navigation a{
		padding: 0 6px !important;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.banner-sec{
	   padding: 64px 0;
	}
	.banner-head{
	   font-size: 29px;
	}
	.banner-sec::before{
		background-size: 78%;
	}
	.header-menu ul li a{
		font-size: 15px;
	}
    .header-menu ul .header-btn a {
        font-size: 15px;
	    padding: 10px 20px !important;
     }
	.primary-navigation a{
		padding: 0 6px !important;
	}
}

/* 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) {
	.banner-sec{
	   padding: 64px 0;
	}
	.banner-head{
	   font-size: 29px;
	}
	.banner-sec::before{
		background-size: 78%;
	}
	.header-menu ul li a{
		font-size: 15px;
	}
    .header-menu ul .header-btn a {
        font-size: 15px;
	    padding: 10px 20px !important;
     }
	.primary-navigation a{
		padding: 0 6px !important;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
	   padding: 148px 0;
	}
	.banner-sec::before{
	    background-size: 72%;
	}
	.page .entry-header, .blog_page_header{
		padding: 220px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
	   padding: 192px 0;
	}
	.banner-sec::before{
	    background-size: 72%;
	}
	.page .entry-header, .blog_page_header{
		padding: 250px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
	   padding: 257px 0;
	}
	.banner-sec::before{
	    background-size: 71%;
	}
	.page .entry-header, .blog_page_header{
		padding: 300px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
	   padding: 285px 0;
	}
	.banner-sec::before{
	    background-size: 70%;
	}
	.page .entry-header, .blog_page_header{
		padding: 325px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec{
	   padding: 395px 0;
	}
	.banner-sec::before{
	    background-size: 70%;
	}
	.page .entry-header, .blog_page_header{
		padding: 400px 0 !important;
	}
}