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 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;
}
@font-face {
    font-family: 'Trip Sans';
    src: url('../fonts/TripSans-Medium.eot');
    src: url('../fonts/TripSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TripSans-Medium.woff2') format('woff2'),
         url('../fonts/TripSans-Medium.woff') format('woff'),
         url('../fonts/TripSans-Medium.ttf') format('truetype'),
         url('../fonts/TripSans-Medium.svg#TripSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.logo-part img {
    width: 118px;
    height: auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.darkHeader .logo-part img {
    width: 90px;
    height: auto;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-sec{
/*  padding: 2px 0; */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    animation: smoothScroll .6s forwards;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 999;
}
.darkHeader .header-menu ul li a{
	padding: 40px 12px;
}
.header-wrap{
    text-align: right;
}
.header-menu, .header-btn{
    display: inline-block;
    vertical-align: middle;
}
.header-btn{
    margin-left: 40px;
}
.header-menu ul{
    margin: 0;
    padding: 0;
}
.header-menu ul li{
    list-style: none;
	vertical-align: middle;
/*  display: inline-block;
    margin-right: 18px; */
}
.header-menu ul li:last-child{
    margin-right: 0;
}
.header-menu ul li a{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #282828;
    font-weight: 600;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	position: relative;
    padding: 55px 12px;
}
.header-menu ul li a::before {
    width: 0;
    background: #e6f6ff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.header-menu ul li a:hover{
    color: #166086;
}
.header-call img{
    margin-right: 8px;
}
.header-call a{
    display: inline-block;
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-call a:hover{
    color: #184375;
}
.header-referral-btn{
    padding: 12px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    border-radius: 30px;
    background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%);
    font-family: "Trip Sans";
    margin-left: 25px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-referral-btn:hover{
    background-image: linear-gradient(72deg, rgb(169 49 77) 0%, #125d84 100%);
}
.banner-sec{
    position: relative;
    margin-top: 133px;
}
.ms-slide::before {
    position: absolute !important;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #1b3c6b;
    width: 58%;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
	z-index: 1;
}
.ms-slide::after{
    position: absolute !important;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #1b3c6b54;
    width: 62%;
    clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
} 
.ms-slide-info{
    position: absolute !important;
    top: 50%;
    left: 9%;
    width: auto !important;
    transform: translate(0, -55%);
    max-width: 410px;
    z-index: 99;
}
.banner-sec img{
    width: 100%;
}
.banner-txt{
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.banner-head{
    font-size: 33px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}
.banner-btn{
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
}
.banner-btn a{
    display: inline-block;
    font-size: 16px;
    color: #171717;
    font-weight: 600;
    padding: 12px 20px;
}
.banner-btn a:hover{
    color: #184375;
}
.ms-nav-prev{
    background: url("../images/banner-arrow-img01.png") no-repeat center !important;
    width: 17px !important;
    height: 33px !important;
    position: absolute !important;
    top: auto !important;
    bottom: 30px !important;
	left: 130px !important;
}
.ms-nav-next{
    background: url("../images/banner-arrow-img02.png") no-repeat center !important;
    width: 17px !important;
    height: 33px !important;
    top: auto !important;
	bottom: 30px !important;
	left: 180px !important;
}
.services-sec{
    padding-top: 70px;
    padding-bottom: 120px;
}
.services-left{
    position: relative;
}
.services-left::after{
    position: absolute;
    content: "";
    right: -50px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #28282817;
}
.services-head{
    font-size: 26px;
    color: #080808;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.services-head-two{
    font-size: 26px;
    color: #080808;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-left: 18px;
	line-height: 1.2;
}
.services-list ul{
    margin: 0;
    padding: 0;
}
.services-list ul li{
    list-style: none;
    background: url("../images/list-img02.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-bottom: 6px;
    font-size: 15px;
    color: #111111;
    font-weight: 600;
}
.services-offer-btn{
    margin-top: 25px;
}
.services-offer-btn a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 30px;
    background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%);
    padding: 12px 28px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-offer-btn a:hover{
    background-image: linear-gradient(72deg, rgb(169 49 77) 0%, #125d84 100%);
}
.services-right{
    padding-left: 60px;
}
.services-part{
    border-radius: 8px;
    filter: drop-shadow(0px 9px 13.5px rgba(0,0,0,0.13));
    background-color: #ffffff;
    margin: 30px 20px;
    padding: 30px 17px;
    min-height: 352px;
}
.services-part img{
    width: auto !important;
}
.services-title{
    font-size: 18px;
    line-height: 1.2;
    color: #111111;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 15px;
}
.services-para{
    font-size: 13px;
    color: #363636;
    font-weight: normal;
    margin-bottom: 20px;
}
.services-btn a{
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%);
    text-transform: capitalize;
}
.services-btn a:hover{
    background-image: linear-gradient(72deg, rgb(169 49 77) 0%, #125d84 100%);
}
.owl-carousel .owl-nav button.owl-next{
    width: 13px;
    height: 25px;
    background: url("../images/services-arrow-img01.png") no-repeat center;
    position: absolute;
    top: -40px;
    right: 30px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.owl-carousel .owl-nav button.owl-prev{
    width: 13px;
    height: 25px;
    background: url("../images/services-arrow-img02.png") no-repeat center;
    position: absolute;
    top: -40px;
    right: 0;
}
.integraty-sec{
    background: url("../images/integrity-bg-img.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding-bottom: 180px;
}
.integraty-sec::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000d9;
}
.integraty-wrap{
    position: relative;
    z-index: 1;
}
.integraty-part{
    border-radius: 6px;
    filter: drop-shadow(0px 9px 9px rgba(0,0,0,0.13));
    background-color: #ffffff;
    max-width: 572px;
    margin: 0 auto;
    padding: 30px 20px;
    position: relative;
    top: -45px;
}
.integraty-part ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.integraty-part ul li{
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 600;
    position: relative;
    list-style: none;
    padding-right: 70px;
    text-transform: capitalize;
}
.integraty-part ul li:last-child{
    padding-right: 0;
}
.integraty-part ul li:first-child:before{
    display: none;
}
.integraty-part ul li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -40px;
    top: 50%;
    border-radius: 5px;
    background-color: #0f75ac;
    transform: translateY(-50%);
}
.integraty-head{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.why-choose-part{
    border-radius: 20px;
    filter: drop-shadow(0px 9px 13.5px rgba(0,0,0,0.13));
    background-color: #ffffff;
    padding: 40px;
    min-height: 100%;
    margin-top: -135px;
}
.why-choose-head{
    font-size: 25px;
    line-height: 1.2;
    color: #141719;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.why-choose-list{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.why-choose-list:last-child {
	padding-bottom: 0;
}
.why-choose-list img{
    margin-right: 20px;
}
.choose-list-txt{
    font-size: 17px;
    color: #111111;
    font-weight: 600;
}
.testimonial-head{
    font-size: 25px;
    line-height: 1.2;
    color: #141719;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.testimonial-part{
    border-radius: 20px;
    background: url("../images/wave-img.png") no-repeat;
    background-position: bottom right;
    background-size: 300px;
    filter: drop-shadow(0px 9px 13.5px rgba(0,0,0,0.13));
    background-color: #ffffff;
    padding: 50px 40px;
    margin-left: 50px;
/*  min-height: 100%; */
    margin-top: -135px;
}
.about-sec{
    padding-top: 90px;
    padding-bottom: 170px;
    background: url("../images/curved-img01.png") no-repeat;
    background-position: left bottom;
    background-size: auto;
}
.about-left img{
    width: 100%;
    border-radius: 6px;
}
.about-right{
    padding-left: 50px;
}
.about-us{
    font-size: 16px;
    line-height: 1.2;
    color: #272727;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.about-head{
    font-size: 33px;
    line-height: 1.2;
    color: #111111;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-head strong{
    color: #146489;
}
.about-txt{
    font-size: 16px;
    color: #313232;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 25px;
}
.about-btn a{
    display: inline-block;
    font-size: 16px;
    color: #f6f6f6;
    font-weight: 500;
    background-color: #171717;
    padding: 12px 30px;
    border-radius: 30px;
    -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: #146489;
}
.info-sec{
    text-align: center;
}
.info-part{
    padding: 60px 70px 50px;
    border-radius: 6px;
    filter: drop-shadow(0px 9px 9px rgba(0,0,0,0.13));
    margin-top: -90px;
    background-color: #ffffff;
}
.info-head{
    font-size: 26px;
    line-height: 1.1;
    color: #171717;
    font-weight: bold;
}
.info-head strong{
    color: #184375;
}
.info-txt{
    margin: 12px 0 12px;
    font-size: 15px;
    color: #171717;
    font-weight: 500;
}
.info-txt a{
    display: inline-block;
    color: #171717;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-txt a:hover{
    color: #184375;
}
footer{
    padding-top: 80px;
    padding-bottom: 40px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
}
.footer-line{
    position: relative;
}
.footer-line::after{
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #2e2e2e12;
}
.footer-title{
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #161617;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    background: url("../images/footer-arrow-img.png") no-repeat;
    background-position: top 7px left;
    padding-left: 18px;
    padding-bottom: 6px;
}
.footer-list ul li a{
    display: inline-block;
    font-size: 15px;
    color: #2c2c2c;
    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: #184375;
    padding-left: 6px;
}
.footer-gap{
    padding-left: 50px;
}
.footer-call{
    font-size: 16px;
    color: #080808;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer-call img{
    margin-right: 10px;
}
.footer-call a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #080808;
    font-weight: 500;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-call a:hover{
    color: #184375;
}
.social-media{
    margin-top: 20px;
}
.social-media a{
    margin-right: 4px;
}
.footer-ndis-logo{
    margin-top: 30px;
    display: block;
}
.copy-right{
    text-align: center;
    background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%);
    padding: 20px 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #f7f7f7;
    font-weight: 500;
}
.copy-right a{
    color: #f7f7f7;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.copy-right a:hover{
    color: #080808;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img.jpg") no-repeat;
    background-size: cover !important;
    background-position: top center !important;
    max-width: 100% !important;
    padding: 140px 0 !important;
    margin: 133px 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1b3c6b54;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #000 !important;
    width: 100% !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    position: relative !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
}
.breadcrumb-container {
    width: 100%;
    color: #166086;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #166086;
}
.sp-testimonial-client-testimonial p{
	text-align: left !important;
	font-size: 16px !important;
	color: #141719 !important;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 18px !important;
	color: #093554 !important;
	font-weight: 600 !important;
	position: relative;
	padding-left: 35px !important;
	margin-bottom: 15px !important;
}
.sp-testimonial-client-name::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 22px;
	height: 2px;
	background-color: #0f75ac;
	transform: translatey(-50%);
}
.sp-testimonial-client-rating{
	text-align: left !important;
}
.sp-testimonial-free-section .testimonial-pagination{
	justify-content: flex-start !important;
}
.sp-testimonial-free-section.swiper-initialized{
     margin-left: 0 !important;
	margin-right: !important;
}
#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: 54px;
    right: -30px;
    color: #fff;
    background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%);
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
}
.info-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border: 1px solid #b5b1b1 !important;
    padding: 10px 20px;
	border-radius: 23px !important;
	background-color: #f3f3f3;
}
.info-sec .frm_fld input::placeholder{
	font-size: 14px;
	font-weight: normal;
	color: #6e6e6e ;
}
.info-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border: 1px solid #b5b1b1 !important;
    padding: 10px 20px;
	border-radius: 23px !important;
	background-color: #f3f3f3;
    height: 134px;
}
.info-sec .frm_fld textarea::placeholder{
	font-size: 14px;
	font-weight: normal;
	color: #6e6e6e ;
}
.info-sec .home_btn input {
    margin-top: 30px !important;
    text-transform: capitalize !important;
	background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%) !important;
    color: #fff !important;
	border-radius: 30px !important;
    padding: 12px 40px !important;
    font-weight: normal !important;
    font-size: 15px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-sec .home_btn input:hover {
    background-image: linear-gradient(72deg, rgb(169 49 77) 0%, #125d84 100%) !important;
}
.info-sec .frm_fld p, .info-sec .home_btn p{
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #146489 !important;
}

.contact_page_heading {
    color: #080808;
    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: #146489;
}
.contact_page_heading strong {
    color: #146489;
}
.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(0, 0, 0, 0.35) 0px 5px 15px;
    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: #080808 ;
	font-weight: 500;
    font-size: 18px;
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    -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: #166086;
}

.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;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	border-radius: 6px;
}
.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;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	border-radius: 6px;
	appearance: none;
	background: url("../images/dropdown.png") no-repeat center right 10px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
} 

.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 134px;
	border-radius: 6px;
}
.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;
    color: #fff !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	border-radius: 30px;
	background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%) !important;
}
.get-sec .send_btn input:hover {
    background-image: linear-gradient(72deg, rgb(169 49 77) 0%, #125d84 100%) !important;
}
.contact-deatails .frm_fld p, .contact-deatails .send_btn p{
	margin-bottom: 0;
}

.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #080808;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}
.inner_titl strong {
    color: #146489;
}
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #146489;
}
.inner_txt {
    color: #313232;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
	line-height: 1.7;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img02.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #313232;
    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: #146489;
}
.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%;
}
.review-content .review-txt{
    color: #313232;
    font-size: 16px;
    font-weight: normal;
}
.review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #093554;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    position:relative;
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #146489;
    width: 30px;
    height: 2px;
}
.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: #080808;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #146489;
	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: #036638 !important; */
	background-image: linear-gradient(72deg, #193163 0%, #0f6d8f 100%) !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 40px 12px;
}
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: #146489;
	border-color: #146489;
}
.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);
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #171717;
    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: #184375;
    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: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	background: #146489;
}
.error_page {
    padding: 40px 0 80px;
}


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

@media only screen and (min-width : 300px) and (max-width : 1023px){
.header-wrap, .header-menu, .header-call, .header-referral-btn, .ms-slide::before, .services-left::after, .footer-line::after{
		display: none;
	}
	.logo-part img{
		width: 90px;
	}
	.banner-sec {
		margin-top: 98px;
	}
	.banner-head, .integraty-head, .about-head{
		font-size: 26px;
	}
	.banner-btn a{
		font-size: 14px;
		padding: 12px 15px;
	}
	.ms-slide::after{
		width: 70%;
		background-color: #1b3c6b94;
		clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
	}
	.ms-slide-info {
        left: 25px;
        right: 25px;
    }
	.ms-nav-next{
		left: 75px !important;
		bottom: 20px !important;
	}
	.ms-nav-prev{
		left: 30px !important;
		bottom: 20px !important;
	}
	.copy-right{
		padding-bottom: 55px;
	}
	.services-right, .services-head-two, .about-right{
		padding-left: 0;
	}
	.testimonial-part{
		margin-left: 0;
	}
	.services-sec{
		padding: 40px 0 80px;
	}
	.why-choose-part, .testimonial-part{
		 padding: 30px 18px;
	}
	.about-sec {
        padding-top: 40px;
		padding-bottom: 40px;
	}
	.info-part{
        margin-top: 0;
	}
	.info-part{
		padding: 40px 20px;
	}
	.about-sec{
		background-image: none;
	}
	footer {
        padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer-gap{
		padding-left: 0;
	}
	.footer-part{
		margin-bottom: 30px;
	}
	.page .entry-header, .blog_page_header {
        margin: 98px 0 30px !important;
        padding: 100px 0 !important;
    }
	
}

@media only screen and (max-width : 320px) {
  .ms-view, .ms-slide {
        height: 400px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.ms-slide-info {
        left: 20px;
        right: 20px;
    }
	.ms-slide::after{
		width: 100%;
	    clip-path: none;
	}
	.services-right{
		margin-top: 30px;
	}
	.integraty-part ul{
		flex-wrap: wrap;
	}
	.integraty-part ul li:before{
		display: none;
	}
	.integraty-part ul li{
		padding-right: 25px;
		padding-bottom: 10px;
	}
	.about-left img{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.testimonial-part {
        margin-top: 30px;
    }
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
  .ms-view, .ms-slide {
        height: 400px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.ms-slide-info {
        left: 20px;
        right: 20px;
    }
	.ms-slide::after{
		width: 100%;
	    clip-path: none;
	}
	.services-right{
		margin-top: 30px;
	}
	.integraty-part ul{
		flex-wrap: wrap;
	}
	.integraty-part ul li:before{
		display: none;
	}
	.integraty-part ul li{
		padding-right: 25px;
		padding-bottom: 10px;
	}
	.about-left img{
		margin-bottom: 30px;
	}
	.inner_page_img img{
		margin-bottom: 30px;
	}
	.contact_right{
		margin-top: 30px;
	}
	.testimonial-part {
        margin-top: 30px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
 .services-head-two, .services-head{
	   font-size: 25px;
	}
}

@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) {
  .ms-view, .ms-slide {
        height: 400px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
	.ms-slide-info {
        left: 20px;
        right: 20px;
    }
	.ms-slide::after{
		width: 100%;
	    clip-path: none;
	}
	.services-right{
		margin-top: 30px;
	}
	.integraty-part ul{
		flex-wrap: wrap;
	}
	.integraty-part ul li:before{
		display: none;
	}
	.integraty-part ul li{
		padding-right: 25px;
		padding-bottom: 10px;
	}
	.testimonial-part{
		margin-top: 30px;
	}
	.about-left img{
		margin-bottom: 30px;
	}
	.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) {
	.ms-nav-prev, .ms-nav-next{
		width: 20px !important;
        height: 20px !important;
	}
	.ms-nav-next{
		left: 60px !important;
	}
	.banner-head{
		margin-bottom: 20px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-btn {
		margin-left: 6px;
	}
	.header-referral-btn{
		margin-left: 6px;
	}
	.header-referral-btn{
		padding: 12px 20px;
	}
	.header-menu ul li a{
		padding: 55px 7px;
	}
	.darkHeader .header-menu ul li a {
		padding: 40px 7px;
	}
	.ms-slide::before{
		width: 68%;
	}
	.ms-slide::after{
		width: 72%;
	}
	.ms-nav-prev, .ms-nav-next{
		width: 20px !important;
        height: 20px !important;
	}
 	.ms-nav-prev{
		left: 100px !important;
	}
	.ms-nav-next{
        left: 125px !important;
	}
	.banner-head{
		margin-bottom: 20px;
	}
}

/* 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: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.header-btn {
		margin-left: 6px;
	}
	.header-referral-btn{
		margin-left: 6px;
	}
	.header-referral-btn{
		padding: 12px 20px;
	}
	.header-menu ul li a{
		padding: 55px 7px;
	}
	.darkHeader .header-menu ul li a {
		padding: 40px 7px;
	}
	.ms-slide::before{
		width: 65%;
	}
	.ms-slide::after{
		width: 69%;
	}
	.ms-nav-prev, .ms-nav-next{
		width: 20px !important;
        height: 20px !important;
	}
 	.ms-nav-prev{
		left: 100px !important;
		bottom: 20px !important;
	}
	.ms-nav-next{
		bottom: 20px !important;
        left: 130px !important;
	} 
	.banner-head{
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1424px) {
   .ms-slide-info {
        left: 5%;
    }
	.ms-nav-prev{
		left: 5% !important;
		bottom: 8% !important;
	}
	.ms-nav-next{
		left: 7% !important;
		bottom: 8% !important;
	}
}

@media screen and (min-width: 1624px) {
    .ms-slide-info {
        left: 11%;
    }
	.ms-nav-prev{
		left: 11% !important;
		bottom: 8% !important;
	}
	.ms-nav-next{
		left: 13% !important;
		bottom: 8% !important;
	}
}

@media screen and (min-width: 1920px) {
   .ms-slide-info {
        left: 16%;
    }
	.ms-nav-prev{
		left: 16% !important;
		bottom: 8% !important;
	}
	.ms-nav-next{
		left: 18% !important;
		bottom: 8% !important;
	}
}

@media screen and (min-width: 2048px) {
    .ms-slide-info {
        left: 19%;
    }
	.ms-nav-prev{
		left: 19% !important;
		bottom: 8% !important;
	}
	.ms-nav-next{
		left: 21% !important;
		bottom: 8% !important;
	}
}

@media screen and (min-width: 2550px) {
   .ms-slide-info {
        left: 25%;
    }
	.ms-nav-prev{
		left: 25% !important;
		bottom: 8% !important;
	}
	.ms-nav-next{
		left: 27% !important;
		bottom: 8% !important;
	}
}

