a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
   font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@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: 400;
    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: Impact;
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact.woff2') format('woff2'),
        url('../fonts/Impact.woff') format('woff'),
        url('../fonts/Impact.ttf') format('truetype'),
        url('../fonts/Impact.svg#Impact') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*-- font family secion end ---*/

/*--- header section start ---*/
.head_bg {
    background: #fff;
}
.logo_img img {
    width: 230px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_contact ,.form_boxmain .box .btn{
    background: #6b2976;
    border-radius: 25px;
    padding: 12px 30px;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    transition: all 500ms ease-in-out;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #ffffff;
    box-shadow: inset 0 80px #55b9f1;
}
.hd_contact2 {
    background: #8ac640;
}
.header_right_icon .hd_contact{
    padding: 10px 12px;
    font-size: 14px;
    letter-spacing: 0px;
}
.header_right_icon {
    display: flex;
    align-items: center;
}
.googletrans_box #google_language_translator select.goog-te-combo {
    border: 1px solid #6b2976 !important;
    padding: 12px 7px !important;
    color: #6b2976 !important;
    border-radius: 25px !important;
    margin-left: 6px;
}
.googletrans_box #google_language_translator {
    height: 55px;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}
.banner_info::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    clip-path: polygon(89% 0%, 100% 0%, 70% 100%, 70% 100%);
    background: #6b2976;
}
.banner_info::after {
    position: absolute;
    content: "";
    width: 61%;
    height: 100%;
    background: #e2f4ff;
    z-index: -1;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}   
.banner_disc {
    padding: 0 0 0 90px;
}
.banner_texthd {
    font-size: 40px;
    color: #0c0c0c;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.banner_text_para {
    font-size: 16px;
    color: #0c0c0c;
    line-height: 25px;
    margin-bottom: 30px;
}
.banner_rightimgbox {
    position: relative;
    z-index: -1;
}
/*-- banner section end --*/

/*-- servicea section start --*/
.services_info {
    padding: 85px 0 70px;
}
.main_text_hd {
    font-size: 38px;
    color: #0c0c0c;
    font-weight: bold;
    line-height: 40px;
}
.services_box {
    padding: 35px 8px 40px 8px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 18px -10px #7b7b7b;
    background: #fff url(../images/triangel_bg.png) no-repeat;
    text-align: center;
    min-height: 100%;
    transition: all 500ms ease-in-out;
    background-position: bottom;
    background-size: contain;
}
.services_icon {
    width: 72px;
    height: 72px;
    background: #55b9f1;
    border-radius: 50%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all 500ms ease-in-out;
}
.services_icon img {
    width: 40px;
}
.services_icon::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border: 1px dashed #543495;
    right: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.services_text_hd {
    font-size: 16px;
    color: #151515;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 24px;
    text-transform: uppercase;
}
.services_text_para {
    font-size: 14px;
    color: #151515;
    line-height: 22px;
}
.services_textbox {
    min-height: 122px;
}
.services_btn {
    font-size: 14px;
    color: #8ac640;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.services_btn::after {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 50%;
    background-color: #47bc76;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.services_topbox:hover .services_btn::after{
    width: 0;
}
.services_topbox:hover .services_icon {
    background: #6b2976;
}
.services_topbox:hover .services_btn {
    color: #6b2976;
}
.services_topbox:hover .services_icon::before {
    width: 0;
    height: 0;
}
/*--- services section end --*/

/*--- about section start --*/
.careand_back {
    background: url(../images/about_backimg.jpg) no-repeat center;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    padding-bottom: 260px;
    background-size: cover;
}
.careand_back::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(85 185 241 / 90%);
    z-index: -1;
}
.careand_text {
    display: inline-block;
    font-size: 150px;
    text-transform: uppercase;
    font-family: Impact;
    letter-spacing: 19px;
    color: rgb(255 255 255 / 20%);
    line-height: 120px;
}
.clien_btandicon img {
    width: auto !important;
    height: 100%;
    object-fit: scale-down;
}
.marquee {
    position: relative;
    overflow-x: hidden;
    padding-bottom: 155px;
}
.trak {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}
.trak:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.about_info {
    margin-top: -250px;
    position: relative;
}
.about_backshad {
    background: #fff;
    box-shadow: 0px 0px 12px -8px #5e5e5e;
    border-radius: 20px;
}
.main_text_para {
    color: #0c0c0c;
    margin-bottom: 10px;
}
.main_text_hd strong {
    color: #6b2976;
    font-weight: bold;
}
.about_leftimg {
    width: 100%;
    height: 100%;
}
.about_leftimg img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.about_textright {
    padding: 40px 25px 40px 10px;
}
/*--- about section end --*/

/*-- choose section start --*/
.choose_info{
    padding: 90px 0 80px;
}
.choose_box {
    padding: 0 10px;
}
.choose_icon {
    width: 78px;
    height: 78px;
    background: #6b2976;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}
.choose_icon img{
    width: 40px;
}
.choose_steptext {
    position: absolute;
    top: 0;
    left: -7px;
    width: 27px;
    height: 27px;
    background: #55b9f1;
    border-radius: 50%;
    font-size: 12px;
    color: #203635;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_text_hd {
    font-size: 16px;
    color: #0c0c0c;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 6px;
}
.chose_textpara {
    font-size: 14px;
    color: #203635;
}
.right_arrowcurve {
    position: absolute;
    right: -33px;
    top: 35px;
}
.chosee_topbx2{
    margin-top: 40px;
}
/*-- choose section end --*/

/*-- cta main section start --*/
.cta_info {
    padding: 70px 0 50px;
    text-align: center;
    background: url(../images/cta_backimg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.cta_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(138 198 64 / 90%);
    z-index: -1;
}
.cta_info::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/circleback_cta.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}
.cta_info .main_text_hd{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 20px;
}
.hd_contact3{
    background: #55b9f1;
}
.hd_contact3:hover{
    box-shadow: inset 0 80px #533395;
}
/*-- cta main section end --*/

/*-- testimonial section start --*/
.testimonial_info{
    margin: 82px 0 70px;
}
.testimonial_leftimg img{
    height: 358px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}
.testimonial_rightimg{
    margin-top: 75px;
}
.testimonial_middbox .sp-testimonial-free-section.swiper-initialized {
    margin: 0 0 !important;
    margin-bottom: 50px !important;
}
.testimonial_middbox .sp-testimonial-content p {
    font-size: 15px !important;
    color: #000000 !important;
    padding: 0 !important;
    text-align: left !important;
}
.testimonial_middbox .sp-testimonial-free {
    padding-top: 42px;
}
.testimonial_middbox .sp-testimonial-client-name {
    font-size: 18px !important;
    color: #55b9f1 !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}
.testimonial_middbox .sp-testimonial-client-rating {
    position: absolute;
    top: 15px;
    left: 0;
}
.testimonial_middbox .sp-testimonial-client-designation {
    text-align: left !important;
    color: #000 !important;
    font-size: 14px !important;
}
/*-- testimonial section end --*/

/*-- visit section start --*/
.area_serveinfo {
    background: url(../images/doted_map.png) no-repeat;
    padding: 60px 0;
    background-position: right;
}
.area_locatelist ul {
    padding: 0;
    margin: 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.area_locatelist ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 33%;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}
.area_locatelist ul li:before {
    background: url(../images/locate_icon.png) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}
.area_locatelist ul li a {
    color: #0c0c0c;
    font-size: 18px;
    font-weight: bold;
}
/*-- visit section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 100px 0 0;
    background: #12052c ;
}
.footer_hd_text {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 24px;
}
.footer_list ul{
    margin: 0;
    padding: 0;
}
.footer_list ul li {
    margin-bottom: 7px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #55b9f1;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.footer_text_left{
    width: 80%;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fff;
}
.footer_text_left a:hover{
    color: #55b9f1;
}
.footer_logo {
    width: 224px;
    margin-bottom: 25px;
    display: inline-block;
}
.ndis_logo img {
    width: 85px;
}
.footer_iconimg {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55b9f1;
}
.footer_iconimg img{
    width: 14px;
}
.footer_copy_text {
    border-top: 1px solid #fff;
    padding: 12px 0;
    margin-top: 45px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer_copy_text strong{
	font-weight: 400;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #55b9f1;
}
.ft_cptext img {
    width: 25px;
    margin-left: 10px;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    border: 1px solid #fff;
    background: #55b9f1;
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 500ms ease-in-out;
}

#back_to_top:hover{
    transform: rotate(360deg);
    background: #6b2976;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_bannerimg.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 40px !important;
    margin: 100px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}

.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #6b2976;
    font-weight: 600;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #6b2976;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 16px;      
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.contact_left_text a:hover {
    color: #533395;
}
.form_boxmain .box .form-control {
    border: 1px solid #6b2976;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}
.form_boxmain .box textarea {
    height: 90px;
    resize: none;
}
.inner_page_list ul{
    margin: 0;
    padding: 0;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 16px;
    color: #4b4b4b;
    padding: 0px 0 6px 24px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
    color: #6b2976;
    font-weight: 500;
}
.inner_page_list ul li a{
	color: #6b2976;
}
.inner_ctabox {
    background: #55b9f1;
    padding: 50px 25px;
    margin-top: 40px;
}
.inner_text_para {
    margin-bottom: 10px;
    color: #484848;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_servebox {
    min-height: 100%;
    padding: 35px 20px;
    background: #fff url(../images/triangle_innerclip.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    box-shadow: 0px 0px 10px -6px #585858;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
    color: #55b9f1;
}
.inner_servebox .inner_text_para{
    font-size: 15px;
}
.inner_serveinfo {
    margin-top: 50px;
}

.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: #111;
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #6b2976;
	font-weight: bold;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../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;
}
.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: #6b2976 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 30px;
	padding: 13px 30px 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: #6b2976;
	border-color: #6b2976;
}
.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_page_box_inner {
    background: url("../images/quoteinner_icon.png") no-repeat;
    background-size: 50px;
    background-position: 20px 30px;
    border: 1px solid #ddd;
    padding: 100px 20px 20px;
    min-height: 100%;
}
.review_page_box_name {
    font-weight: 600;
    color: #6b2976;
    margin-top: 12px;
    font-size: 18px;
}
.review_position {
    font-size: 14px;
    color: #909090;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #533395;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #55b9f1;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.inner_text_para a {
    color: #6b2976;
}
.ndis_pdflink {
    color: #ffffff;
    background: #6b2976;
    padding: 10px 15px;
    display: inline-block;
	transition: all 500ms ease-in-out;
}
.ndis_pdflink:hover{
	color: #fff;
	box-shadow: inset 0 80px #55b9f1;
}
.getst_inbox {
    border: 1px solid #6b2976;
    padding: 30px 20px;
    min-height: 100%;
    border-radius: 10px;
}
.get_step {
    font-size: 12px;
    background: #6b2976;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 15px;
}
.getst_texthd {
    font-size: 19px;
    color: #6b2976;
    font-weight: 600;
    line-height: 22px;
    height: 50px;
}
.getst_inbox .inner_text_para {
    font-size: 15px;
    line-height: 22px;
}
.value_info {
    padding: 60px 0;
    background: #f1f1f1;
    margin-top: 60px;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_nav, .header_right_icon .hd_contact{
    display: none;
}
.googletrans_box {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-17%);
}
.googletrans_box #google_language_translator select.goog-te-combo {
    padding: 8px 5px !important;
}
.logo_img img {
    width: 140px;
}
.rmp-menu-title-image {
    width: 70px;
    margin-bottom: 30px !important;
}
.head_bg {
    padding: 5px 0;
}
.banner_info {
    margin-top: 60px;
}
.banner_disc {
    padding: 0 15px 0 15px;
    margin-top: 30px;
}
.banner_texthd {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 5px;
}
.banner_info::before ,.banner_info::after{
	display: none;	
}
.choose_info {
    padding: 50px 0;
}
.right_arrowcurve {
    right: 15px;
    top: 50px;
    transform: rotate(20deg);
}
.right_arrowcurve2 {
    transform: rotate(148deg);
    left: 0px;
    right: auto;
    top: 55px;
}
.cta_info .main_text_hd {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
}
.cta_info {
    padding: 30px 0;
}
.testimonial_info {
    margin-top: 40px;
}
.main_text_hd {
    font-size: 26px;
    line-height: 30px;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 12px 22px;
    font-size: 14px;
}
.marquee {
    padding-bottom: 122px;
}
.careand_text {
    font-size: 109px;
    line-height: 102px;
}
.about_leftimg img {
    height: auto;
}
.area_serveinfo {
    padding: 40px 0;
}
.area_locatelist ul li {
    width: 100%;
    margin-bottom: 18px;
}
.area_leftbox {
    text-align: center;
    margin-bottom: 35px;
}
.services_info {
    padding: 50px 0 40px;
}
.footer_bg {
    padding: 30px 0 0;
}
.footer_logo {
    width: 180px;
}
.footer_head {
    margin-top: 40px;
}
.footer_copy_text {
    padding: 12px 0 60px;
    margin-top: 20px;
}
#back_to_top {
    bottom: 60px;
    right: 10px;
}
.footer_copy_text strong {
    display: block;
}
.page .entry-header, .blog_page_header {
    padding: 100px 0 20px !important;
    margin: 60px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 28px;
}
.inner_pgimg {
    margin-bottom: 35px;
}
.inner_ctabox {
    padding: 30px 15px;
    margin-top: 30px;
}
.left-sec-contact-information {
    margin-bottom: 40px;
}
.list-view .site-content .post-thumbnail img {
	margin: 0 0px 25px 0 !important;
    width: 100% !important;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

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

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner_info::before ,.banner_info::after{
    display: block;
}
.banner_info::before {
    width: 70%;
}
.banner_info::after {
    width: 72%;
}
.banner_rightimgbox {
    height: 100%;
}
.banner_rightimgbox img {
    height: 100%;
    object-fit: cover;
}
.banner_disc {
    padding: 20px 20px 30px 16px;
    margin-top: 0;
}
.area_locatelist ul li {
    width: 50%;
}
.right_arrowcurve {
    display: none;
}
.chosee_topbx2 {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_info::before ,.banner_info::after{
    display: block;
}
.banner_info::before {
    width: 70%;
}
.banner_info::after {
    width: 72%;
}
.banner_rightimgbox {
    height: 100%;
}
.banner_rightimgbox img {
    height: 100%;
    object-fit: cover;
}
.banner_disc {
    padding: 20px 20px 30px 16px;
    margin-top: 0;
}
.area_locatelist ul li {
    width: 50%;
}
.right_arrowcurve {
    display: none;
}
.chosee_topbx2 {
    margin-top: 0;
}
}

/* 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 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

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

}

@media screen and (min-width: 1424px) {
.banner_disc {
    padding: 0 0 0 60px;
}
}

@media screen and (min-width: 1624px) {
.banner_disc {
    padding: 0 0 0 170px;
}
}

@media screen and (min-width: 1920px) {
.banner_disc {
    padding: 0 0 0 310px;
}
}

@media screen and (min-width: 2048px) {
.banner_disc {
    padding: 0 0 0 360px;
}
}

@media screen and (min-width: 2550px) {
.banner_disc {
    padding: 0 0 0 600px;
}
}   