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

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
  font-family: Outfit;
  -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;
}

.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: BrushScript;
    src: url('../fonts/BrushScriptMT.eot');
    src: url('../fonts/BrushScriptMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrushScriptMT.woff2') format('woff2'),
        url('../fonts/BrushScriptMT.woff') format('woff'),
        url('../fonts/BrushScriptMT.ttf') format('truetype'),
        url('../fonts/BrushScriptMT.svg#BrushScriptMT') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Medium.eot');
    src: url('../fonts/Outfit-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Medium.woff2') format('woff2'),
        url('../fonts/Outfit-Medium.woff') format('woff'),
        url('../fonts/Outfit-Medium.ttf') format('truetype'),
        url('../fonts/Outfit-Medium.svg#Outfit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-SemiBold.eot');
    src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('../fonts/Outfit-SemiBold.woff') format('woff'),
        url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
        url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Outfit;
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-- font family secion end --*/

/*---- header section start ---*/
.header_logo img{
    width: 130px;
}
.header_topbg{
    background: #fff;
}
.home .header_topbg{
    background: transparent;
}
.hd_contact ,.form_boxmain .box .btn{
    font-size: 15px;
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    padding: 10px 30px;
    display: inline-block;
    transition: all 500ms ease-in-out;
    background: linear-gradient(90deg, #1b33a1 0%, #4e0098 100%);
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    box-shadow: inset 0 80px #202fa1;
	color: #fff;
}
.bn_btnimg img {
    width: 18px;
    margin-right: 5px;
}
.bn_btnimg2 img{
   width: 18px;
   margin-left: 8px;
   transition: all 500ms ease-in-out;
}
.bn_btnimg:hover img{
   -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
}
.hd_contact2 {
    background: none;
    border: 1px solid #572da1;
    color: #572da1;
}
.hd_contact3{
    background: #71499c;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.header_nav ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
}
.navbar-shrink .header_topbg{
    background: #fff;
	box-shadow: 0px 2px 10px -5px #a9a9a9;
}
/*-- banner sectiion start --*/
.banner_info {
    position: relative;
    z-index: 0;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 55%, rgb(255 255 255 / 70%) 60%, rgb(255 255 255 / 100%) 100%);
}
.banner_info::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 182px;
    background: url(../images/banner_btmcurve.png) no-repeat bottom;
    background-size: 100%;
}
.banner_topflex{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translatey(-50%);
    z-index: 1;
}
.banner_disc {
    max-width: 475px;
}
.banner_shorttext {
    font-size: 40px;
    color: #5a2da4;
    font-family: BrushScript;
    line-height: 45px;
    margin-bottom: 12px;
}
.banner_texthd {
    font-size: 55px;
    line-height: 65px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.banner_texthd strong {
    font-weight: 500;
    color: #4f0098;
}
.banner_texthdpara {
    color: #2c2c2c;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
    font-weight: 500;
}
/*-- banner sectiion start ---*/

/*--- choose section start ----*/
.main_text_hd {
    font-size: 34px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.main_text_hd::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 45px;
    height: 35px;
    background: #fff url(../images/text_curveimg.png) no-repeat;
    background-size: 20px;
    z-index: 1;
    background-position: center;
    transform: translate(-50% , 50%);
}
.main_text_hd::after {
    position: absolute;
    content: "";
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #5a2da4;
    transform: translatey(-50%);
}
.choose_leftflexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choose_itembox {
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(123,123,123,0.52);
    background: #fdfbff;
    width: 49%;
    flex: 0 0 49%;
    margin-top: 20px;
    min-height: 100%;
    padding: 15px;
}
.ch_iconbox img{
    width: 30px;
}
.choose_ictopbox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.ch_iconbox {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(90deg, #1b33a1 0%, #4e0098 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_icontext {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-left: 15px;
}
.main_text_para {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.choose_rightbox {
    border-radius: 10px;
    background: #07177c url(../images/ndis_rtimg.png) no-repeat right bottom;
    padding: 25px 30px;
}
.choose_rttexthd {
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.choose_rticon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_rticon img {
    width: 37px;
}
.choose_rtflex {
    display: flex;
    margin-bottom: 25px;
}
.choose_rtflex:last-child{
    margin-bottom: 0;
}
.choose_rttextbox {
    width: 80%;
    margin-left: 20px;
    font-size: 15px;
    color: #fff;
}
.choose_rttextbox strong {
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}
/*--- choose section end ----*/

/*---- about section start ---*/
.about_info {
    margin-top: 62px;
}
.abtch_leftbox {
    background: linear-gradient(90deg, #1b33a1 0%, #4e0098 100%);
    padding: 40px 25px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.abtch_leftbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/abtch_ltimg.png) no-repeat top -40px right -40px;
    background-size: 233px;
    z-index: -1;
}
.abtch_leftbox::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ndis_rtimg.png) no-repeat bottom right;
    background-size: 215px;
    z-index: -1;
}
.abtch_flexbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.abtch_icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abtch_icon img{
    width: 20px;
}
.abtch_text {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    width: 78%;
}
.main_text_hd2 {
    font-size: 27px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}
.main_text_hd2 strong{
    color: #90499b;
    font-weight: 600;
}
.abt_rightbox {
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(123,123,123,0.52);
    display: flex;
    align-items: center;
}
.abt_righttext {
    width: 50%;
    padding-left: 25px;
}
.abt_righttext .main_text_para {
    height: 130px;
    overflow-y: scroll;
}
/* width */
.abt_righttext .main_text_para::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.abt_righttext .main_text_para::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
/* Handle */
.abt_righttext .main_text_para::-webkit-scrollbar-thumb {
    background: #1b33a1; 
    border-radius: 5px;
}
/* Handle on hover */
.abt_righttext .main_text_para::-webkit-scrollbar-thumb:hover {
    background: #000; 
}
/*---- about section end ---*/

/*-- support section start --*/
.support_info{
    padding: 90px 0 100px;
}
.support_flexbox {
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(123,123,123,0.52);
    background: #fcfaff;
    display: flex;
    align-items: center;
    padding: 20px 10px;
}
.support_icon {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #90499b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support_icon img{
    width: 20px;
}
.supp_texthd {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 25px;
    width: 70%;
    margin-left: 15px;
}
/*-- support section end ----*/

/*---- commintment section start ---*/
.commintment_leftbox {
    background: #1b33a1 url(../images/commintment_bgimg.png) no-repeat;
    padding: 20px 15px;
    border-radius: 15px;
    position: relative;
    background-blend-mode: multiply;
    background-size: cover;
}
.commintment_flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.commintment_itembox {
    width: 22%;
    border-right: 1px solid rgb(245 245 252 / 20%);
    text-align: center;
    padding-right: 15px;
}
.commintment_itembox:last-child{
    border: none;
    padding-right: 0;
}
.commintment_icon {
    width: 30px;
    margin: 0 auto;
}
.comm_texthd {
    font-size: 15px;
    color: #fff;
    margin-top: 12px;
}
.commint_locate img {
    width: 80px;
}
.commintment_rightbox {
    background: #f7f3fb url(../images/menb_svimg.png) no-repeat bottom;
    min-height: 100%;
    padding: 30px 20px 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(123,123,123,0.52);
}
.commint_rttext {
    margin-left: 35px;
}
/*---- commintment section end ---*/

/*--- testimonial section start ---*/
.testimonial_info {
    padding: 65px 0 90px;
    margin-top: 80px;
    background: #f7f4fb;
}
.tt_texthd::before{
    background: #f7f4fb url(../images/text_curveimg.png) no-repeat center;
    background-size: 18px;
}
.testimonial_code .sp-testimonial-item {
    overflow: hidden;
}
.testimonial_code .swiper-wrapper {
    margin-bottom: 35px;
}
.testimonial_code .sp-testimonial-free {
    padding: 60px 20px 30px 20px;
}
.testimonial_code .sp-testimonial-client-rating {
    position: absolute;
    top: 28px;
    left: 20px;
}
.testimonial_code .sp-testimonial-client-name {
    font-size: 20px !important;
    color: #3a3a3a !important;
    font-weight: 600 !important;
    text-align: left !important;
}
.testimonial_code .sp-testimonial-content p {
    font-size: 16px !important;
    color: #3a3a3a !important;
    padding: 0 !important;
    text-align: left !important;
    min-height: 110px;
}
.testimonial_code .sp-testimonial-client-image {
    width: 123px;
    height: 123px;
    border-radius: 100%;
    background: #4a0f85;
    position: absolute;
    bottom: -65px;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    padding-bottom: 30px;
}
.testimonial_code .tfree-client-image.wp-post-image {
    background: none !important;
    border-radius: 0 !important;
    width: 38px;
}
/*--- testimonial section end ---*/

/*--- ctamain section start ---*/
.ctamain_info{
    background: #f7f4fb;
}
.ctamain_bg {
    background: linear-gradient(90deg, #1b33a1 0%, #4e0098 100%);
    border-radius: 10px;
    margin-bottom: -75px;
    position: relative;
    z-index: 1;
}
.cta_rightbox {
    margin-top: -79px;
}
.ctamain_texthd {
    font-size: 28px;
    font-family: BrushScript;
    margin-bottom: 12px;
}
.cta_main_textpara {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.ctamain_leftbox {
    padding-left: 25px;
}
.hd_contact4{
    background: #fff;
    color: #383838;
}
.ctamain_btnbox .hd_contact {
    padding: 12px 20px;
}
/*--- ctamain section end ---*/

/*---- footer section start --*/
.footer_bg {
    background: #01083a url(../images/ndis_rtimg.png) no-repeat;
    padding: 130px 0 0;
    background-position: left bottom;
    background-size: 390px;
	position: relative;
}
.footer_logo {
    width: 190px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.footer_hd_text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer_list ul ,.footer_nvlink ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    margin-bottom: 8px;
    list-style: none;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #4a1085;
}
.footer_cnt_box {
    display: flex;
    margin-bottom: 10px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 15px;
    width: 80%;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_text a:hover {
    color: #4a1085;
}
.footer_cnt_img {
    margin-right: 10px;
}
.footer_cnt_img img {
    width: 20px;
}
.bd_rtfooter {
    border-right: 1px solid rgb(255 250 234 / 6%);
}
.footer_head .hd_contact {
    font-size: 12px;
    padding: 10px 15px;
    color: #020c19;
}
.footer_socialbox img {
    width: 37px;
    margin-right: 8px;
}
.ft_abntext{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.footer_btmflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 15px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-top: 30px;
    flex-direction: row-reverse;
}
.footer_nvlink ul li {
    display: inline-block;
    padding: 0 12px;
    border-right: 2px solid rgb(255 255 255 / 20%);
}
.footer_nvlink ul li a{
    color: #fff;
    font-size: 15px;
}
.footer_nvlink ul li:last-child{
    padding-right: 0;
    margin: 0;
    border: 0;
}
.footer_copy_text {
    font-size: 13px;
    color: #fff;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #4a1085;
}
/*---- footer section end --*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #1b33a1;
    cursor: pointer;
    padding: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.5s;
    border: 1px solid #fff;
}

#back_to_top:hover{
    background: #000;
}

/*-- inner page start --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: linear-gradient(90deg, #1b33a1 0%, #4e0098 100%) !important;
    max-width: 100% !important;
    padding: 140px 0 90px !important;
    margin: 120px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.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;
}
.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}
.small_innertext {
    font-size: 15px;
    color: #212ca0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner_text_hd {
    font-size: 28px;
    line-height: 35px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 0;
}
.inner_text_hd strong {
    color: #212ca0;
    font-weight: 600;
}
.inner_text_para {
    font-size: 16px;
    color: #111;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_bgcont {
    background: #e6e9ff;
    padding: 60px 0;
    margin-top: 50px;
}
.inner_page_list ul{
    padding: 0;
    margin: 0;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 16px;
    color: #111;
    padding: 0px 0 10px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_page_list ul li strong{
    color: #212ca0;
    font-weight: 600;
}
.inner_ctabox {
    text-align: center;
    background: linear-gradient(90deg, #1b33a1 0%, #4e0098 100%);
    border-radius: 15px;
    margin-top: 50px;
    padding: 40px 25px;
}
.inner_ctabox .inner_text_hd ,.inner_ctabox .inner_text_para{
    color: #fff;
}
.inner_text_para strong {
    color: #212ca0;
}
.inner_text_hd2 {
    font-size: 18px;
    color: #212ca0;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner_serveitem {
    background: #fff;
    min-height: 100%;
    box-shadow: 0px 0px 6px -3px #474747;
    padding: 15px;
    border-radius: 10px;
}
.inner_serveitem .inner_text_hd{
    color: #212ca0;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.inner_ttbox {
    background: #fff;
    padding: 10px;
    border-left: 4px solid #1f2fa0;
    font-size: 15px;
    color: #111;
    box-shadow: 0px 0px 4px -2px #3a3a3a;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(90deg, #1b33a1 0%, #4e0098 100%);
    line-height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_text {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 500;
    width: 80%;
    margin-left: 10px;
}
.contact_left_text a {
    color: #4b4b4b;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.form_cnthd {
    font-size: 14px;
    color: #1b33a1;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #1b33a1;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    outline: none;
    font-size: 14px;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #1b33a1;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.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%;
    background: #4e0098;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

/*-- responsive css start --*/

@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_nav ,.hd_conttopbtn{
    display: none;
}
.header_topbg {
    padding: 8px 0;
}
.home .header_topbg {
    background: #fff;
	padding: 8px 0;
}
.header_logo img {
    width: 80px;
}
.rmp-menu-title-image {
    background: #fff;
    width: 140px;
    padding: 15px;
    margin-bottom: 50px !important;
}
.banner_info{
    margin-top: 80px;
}
.banner_info::before {
    background: rgb(255 255 255 / 70%);
}
.banner_info img{
    height: 340px;
    object-fit: cover;
}
.button_btn .bn_btnimg2 img{
	height: auto !important;
}
.banner_texthd {
    font-size: 22px;
    line-height: 28px;
}
.banner_shorttext {
    font-size: 20px;
    line-height: 25px;
}
.banner_disc {
    max-width: 320px;
}
.banner_topflex {
    top: 40%;
}
.button_btn .hd_contact{
    font-size: 12px;
    padding: 10px 20px;
}
.banner_texthdpara {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
}
.main_text_hd {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.choose_itembox {
    width: 100%;
    flex: 0 0 100%;
}
.choose_icontext {
    font-size: 16px;
}
.choose_rttexthd {
    font-size: 20px;
}
.choose_rtflex {
    display: block;
}
.choose_rttextbox {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
    margin-top: 20px;
}
.about_info {
    margin-top: 40px;
}
.abtch_leftbox {
    padding: 25px 15px;
}
.abt_rightbox {
    display: block;
}
.main_text_hd2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.abt_righttext {
    width: 100%;
    padding: 15px;
    margin-top: 40px;
}
.support_info {
    padding: 40px 0;
}
.commintment_leftbox {
    padding: 20px 15px;
}
.commintment_itembox {
    width: 50%;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
}
.commintment_leftbox {
    margin-bottom: 25px;
}
.commintment_rightbox {
    padding: 10px 15px 75px 15px;
    background-size: 100%;
}
.main_text_hd2 {
    font-size: 18px;
}
.commint_rttext {
    margin-left: 15px;
}
.commint_locate img {
    width: 40px;
}
.testimonial_info {
    padding: 40px 0;
    margin-top: 40px;
}
.ctamain_leftbox {
    padding: 15px;
}
.cta_rightbox {
    margin-top: 30px;
}
.supp_texthd {
    font-size: 16px;
}
	
.footer_head {
    margin-bottom: 30px;
}
.footer_logo {
    width: 120px;
    padding-bottom: 10px;
}
.footer_btmflex {
    padding: 12px 0 60px;
    margin-top: 0;
    display: block;
}
.footer_nvlink ul li a {
    font-size: 12px;
}
.footer_nvlink {
    margin-bottom: 15px;
}
.footer_copy_text {
    text-align: center;
}
.footer_bg {
    padding: 60px 0 0;
}
.home .footer_bg{
	padding: 100px 0 0;	
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 80px 0 60px !important;
    margin: 85px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.inner_pgimg {
    margin-bottom: 40px;
}
.inner_text_hd {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.inner_bgcont {
    padding: 40px 0;
    margin-top: 30px;
}
.inner_ctabox {
    margin-top: 40px;
    padding: 25px 15px;
}	
}

@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 img {
    height: 420px;
}
.choose_itembox {
    width: 50%;
    flex: 0 0 50%;
}
.choose_rtflex {
    display: flex;
}
.choose_rttextbox {
    width: 80%;
    margin-left: 20px;
    margin-top: 0;
}
.abt_rightbox {
    display: flex;
}
.commintment_rightbox {
    min-height: auto;
}
.ctamain_bg {
    padding: 20px;
}
.cta_rightbox {
    display: none;
}
.ctamain_btnbox .hd_contact {
    padding: 12px 14px;
    font-size: 13px;
}
.ctamain_leftbox {
    padding: 0;
}
.footer_nvlink {
    text-align: center;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_info img {
    height: 420px;
}
.choose_itembox {
    width: 50%;
    flex: 0 0 50%;
}
.choose_rtflex {
    display: flex;
}
.choose_rttextbox {
    width: 80%;
    margin-left: 20px;
    margin-top: 0;
}
.abt_rightbox {
    display: flex;
}
.commintment_rightbox {
    min-height: auto;
}
.ctamain_bg {
    padding: 20px;
}
.cta_rightbox {
    display: none;
}
.ctamain_btnbox .hd_contact {
    padding: 12px 14px;
    font-size: 13px;
}
.ctamain_leftbox {
    padding: 0;
}
.footer_nvlink {
    text-align: center;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* 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 only screen and (min-width : 1024px) and (max-width : 1200px) {

}

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

}

@media screen and (min-width: 1624px) {
.banner_info::after {
    height: 230px;
}
}

@media screen and (min-width: 1920px) {
.banner_info::after {
    height: 260px;
}
.container-fluid {
  max-width: 1600px;
}
}

@media screen and (min-width: 2048px) {
.container-fluid {
  max-width: 1600px;
}
}

@media screen and (min-width: 2550px) {
.container-fluid {
  max-width: 1600px;
}
.banner_info::after {
    height: 330px;
}
}
