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

/*--- header section start ---*/
.header_top {
    padding: 6px 0 12px;
    transition: all 500ms ease-in-out;
    background-image: linear-gradient(90deg, #6f319d 0%, #55378b 53%, #1f3f99 100%);
}
.header_toptext img {
    width: 15px;
    margin-right: 7px;
}
.logo_img img {
    width: 122px;
}
.header_toptext {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.header_toptext a {
    color: #fff;
    vertical-align: middle;
}
.head_bg {
    background: #fff;
}
.hd_sociallink {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.hd_sociallink img {
    width: 17px;
    margin-left: 10px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_contact ,.form_boxmain .box .btn{
    padding: 12px 25px;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
    font-size: 15px;
    border-radius: 25px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    background: #f26522;
    position: relative;
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #207fc2;
}
.hd_contact2{
    background: #4f9c3f;
}
.hd_contact3{
    background: #312c81;
}
.hd_contact4 {
    border: 1px solid #4f9c3f;
    background: none;
    color: #303030;
    padding: 10px 25px;
    font-weight: 500;
}
.hd_contact4 img {
    width: 20px;
    margin-right: 10px;
}
.hd_imgbtn ,.hd_imgbtn2{
    padding: 12px 45px 12px 20px;
}
.hd_imgbtn2 {
    background: #fff;
    color: #333333;
}
.hd_imgbtn::before ,.hd_imgbtn2::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/rightbtn_link.png) no-repeat right 20px center;
    background-size: 12px;
}
.hd_imgbtn2::before{
    background: url(../images/rightarrow_pnk.png) no-repeat right 20px center;
    background-size: 12px;
}
.ctahd_yel {
    background: #ffde16;
    color: #000;
    padding: 12px 40px 12px 20px;
}
.ctahd_yel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(../images/sv_rtarrowicon.png) no-repeat right 18px  center;
    background-size: 12px;
    width: 100%;
    height: 100%;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -45px;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    z-index: 0;
    margin-top: 142px;
}
.banner_lovebox{
    position: relative;
}
.banner_lovebox::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/lovebn_rightimg.png) no-repeat;
    background-position: bottom 30px right -90px;
    z-index: 1;
}
.banner_info::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(../images/banner_curvebtm.png) no-repeat bottom;
    background-size: cover;
    z-index: 1;
}
.banner_info::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgb(255 255 255 / 0) 35%, rgb(255 255 255 / 95%) 80%, rgba(255, 255, 255, 1) 100%);
}
.banner_disc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translatey(-50%);
    z-index: 1;
}
.banner_mnbox {
    max-width: 550px;
    margin-left: auto;
}
.banner_smalltext {
    font-size: 17px;
    color: #4f9c3f;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}
.banner_texthd {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #242424;
    font-weight: 600;
}
.banner_text_para {
    font-size: 16px;
    color: #2c2c2c;
    margin-bottom: 24px;
}
/*-- banner section end --*/

/*-- about section start --*/
.about_info {
    padding-top: 65px;
    background: url(../images/dotted_pattenr.png) no-repeat top 0 right -70px;
}
.about_leftbox::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url(../images/lovered_img.png) no-repeat;
    background-size: 56px;
    z-index: 2;
}
.about_ltbtmbox {
    position: absolute;
    bottom: 10px;
    right: 40px;
    background: url(../images/abtntm_img.png) no-repeat;
    background-size: contain;
    width: 310px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 21px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 1;
}
.abt_listbox {
    border-radius: 17px;
    background: rgb(58 2 114 / 10%);
    padding: 18px 20px;
}
.abt_listbox{
    margin-top: 50px;
}
.abt_listbox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.abt_listbox ul li {
    font-size: 19px;
    line-height: 24px;
    color: #202020;
    font-weight: 600;
    background: url(../images/checkmark_icon.png) no-repeat left;
    background-size: 35px;
    padding: 0 15px 15px 40px;
    list-style: none;
}
.small_maintext {
    font-size: 17px;
    color: #4f9c3f;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.small_maintext2 {
    color: #0071b7;
}
.main_text_hd {
    font-size: 34px;
    color: #202020;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 15px;
}
.main_text_hd strong{
    color: #641d99;
    font-weight: 600;
}
.main_text_para {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}
/*-- about section end --*/

/*--- services section start --*/
.services_info {
    padding: 100px 0 40px;
}
.services_itembox {
    box-shadow: 0px 4px 4px rgba(0,0,0,0.27);
    border-radius: 14px;
    padding-bottom: 40px;
    min-height: 100%;
    text-align: center;
}
.serve_imgbox img {
    height: 224px;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}
.serve_iconbox {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background: #612698;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    margin-top: -42px;
}
.serve_iconbox img{
    width: 40px;
}
.serve_textbox {
    padding: 0 10px;
    font-size: 15px;
    color: #202020;
}
.serve_textbox strong {
    color: #202020;
    font-size: 17px;
    display: block;
    font-weight: 600;
    margin: 15px 0 10px;
}
.serve_link {
    font-size: 15px;
    color: #202020;
    font-weight: 600;
    background: url(../images/sv_rtarrowicon.png) no-repeat right center;
    background-size: 10px;
    padding-right: 18px;
    display: inline-block;
    margin-top: 20px;
}
.serve_iconblue {
    background: #0071b7;
}
.serve_iconorange {
    background: #f26522;
}
.serve_icongreen {
    background: #4f9c3f;
}
/*--- services section end --*/

/*-- ctamain section start --*/
.ctamain_bg {
    background: #4a1085 url(../images/lovebn_ehiteimg.png) no-repeat left;
    border-radius: 12px;
    position: relative;
    z-index: 0;
    margin-bottom: 70px;
}
.ctamain_bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cta_rightclip.png) no-repeat;
    background-size: contain;
    background-position: right 315px top;
    z-index: -1;
}
.ctamain_leftbox {
    padding-left: 100px;
}
.ctamain_texthd {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.cta_main_textpara{
    font-size: 14px;
}
.cta_rightbox {
    margin-top: -30px;
}
.cta_rightbox img{
    border-radius: 12px;
}
/*-- ctamain section end --*/

/*-- choose section start --*/
.choose_itembox {
    display: flex;
    border-radius: 13px;
    background: #fff;
    margin-bottom: 20px;
    padding: 27px 5px 12px 14px;
    border-left: 4px solid #4f9b3f;
    box-shadow: 0 0 6.5px rgba(0,0,0,0.13);
}
.choose_itembox2{
    border-left: 4px solid #812ad7;
}
.choose_iconbox {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: rgb(79 156 63 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_iconbox img {
    width: 25px;
}
.choose_rtbox strong {
    font-size: 18px;
    color: #343434;
    font-weight: 600;
    display: block;
}
.choose_rtbox {
    width: 80%;
    margin-left: 15px;
    font-size: 14px;
    color: #343434;
    height: 80px;
    overflow-y: scroll;
}
.choose_rtbox::-webkit-scrollbar {
    width: 5px;
}
.choose_rtbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.choose_rtbox::-webkit-scrollbar-thumb {
    background: #812ad7; 
    border-radius: 5px;
}
.choose_rtbox::-webkit-scrollbar-thumb:hover {
    background: #f26522; 
}
.choose_iconbox2 {
    background: rgb(0 113 183 / 10%);
}
.choose_iconbox3 {
    background: rgb(242 101 34 / 10%);
}
.choose_iconbox4 {
    background: rgb(255 0 0 / 10%);
}
.choose_iconbox5 {
    background: rgb(255 252 32 / 10%);
}
.choose_iconbox6 {
    background: rgb(74 16 133 / 10%);
}
.choose_iconbox img{
    filter: brightness(0) saturate(100%) invert(53%) sepia(53%) saturate(477%) hue-rotate(64deg) brightness(89%) contrast(94%);
}
.choose_imgpnk img{
    filter: brightness(0) saturate(100%) invert(19%) sepia(52%) saturate(3236%) hue-rotate(258deg) brightness(85%) contrast(98%);
}
/*-- choose section end --*/

/*-- testmonial section end --*/
.testimonial_info {
    background: #f7f4fb;
    padding: 75px 0 100px;
    margin-top: 90px;
}
.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: 140px;
}
.testimonial_code .sp-testimonial-client-image {
    width: 123px;
    height: 123px;
    border-radius: 100%;
    background: #4a1085;
    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;
}
/*-- testmonial car section end --*/

/*-- cta second section start --*/
.ctasecond_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0071b7;
    padding: 0px 30px 0px;
    position: relative;
    margin-bottom: -60px;
    z-index: 1;
}
.ctasecond_lefttext {
    font-size: 47px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: Cookie;
    position: relative;
    z-index: 0;
    padding: 45px 70px 25px 85px;
}
.ctasecond_lefttext::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/lovebn_ehiteimg.png) no-repeat left;
    background-size: 85px;
}
.ctasecond_lefttext::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/lovebn_ehwhrt.png) no-repeat right;
}
/*-- cta second section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: radial-gradient(circle at center, #612f95 0%, #390272 100%);
    position: relative;
    padding: 100px 0 25px;
    z-index: 0;
}
.footer_bg::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/love_leftftimg.png) no-repeat;
    z-index: -1;
    background-position: bottom 0 left -50px;
}
.ft_textpara {
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
}
.footer_hd_text {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer_head {
    padding-left: 20px;
}
.footer_list ul{
    margin: 0;
    padding: 0;
}
.footer_list ul li {
    margin-bottom: 7px;
    list-style: none;
}
.footer_list ul li a {
    color: #fff;
    font-size: 15px;
}
.footer_list ul li a:hover{
    color: #87d04a;
}
.footer_cnt_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 16px;
    width: 80%;
    margin-left: 15px;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_text a:hover {
    color: #87d04a;
}
.footer_social a{
   margin-bottom: 10px;
}
.footer_cnt_img img {
    width: 20px;
}
.footer_socialbox img {
    width: 37px;
    margin-right: 10px;
}
.footer_copy_text {
    padding: 15px 0 12px;
    font-size: 14px;
    color: #3f3f3f;
}
.footer_copy_text a {
    color: #3f3f3f;
}
.footer_copy_text a:hover{
    color: #87d04a;
}
/*---- footer section end ----*/

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

#back_to_top:hover{
    box-shadow: inset 0 80px #f26522;
}

/*-- inner page head --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: #1f3f99 !important;
    max-width: 100% !important;
    padding: 120px 0 100px !important;
    margin: 145px 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;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
}
.inner_text_hd strong {
    color: #f26522;
    font-weight: 600;
}
.inner_text_para {
    font-size: 15px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p {
    margin-bottom: 10px;
}
.inner_page_list ul{
    padding: 0;
    margin: 0;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 4px;
    font-size: 15px;
    color: #484848;
    padding: 0px 0 10px 25px;
    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_bgcont {
    background: #fff2ec;
    padding: 60px 0;
    margin-top: 50px;
}
.inner_serveitem {
    background: #fff;
    box-shadow: 0px 0px 5px -3px #444444;
    min-height: 100%;
    padding: 15px;
}
.inner_serveitem .inner_text_hd {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #f26522;
}
.inner_ctabox {
    background: #4f9c3f;
    padding: 60px 25px;
    margin-top: 50px;
    border-radius: 20px;
    text-align: center;
}
.inner_ctabox .inner_text_hd ,.inner_ctabox .inner_text_para{
    color: #fff;
}
.inner_pgimg img {
    width: 100%;
    padding: 6px;
    background: #fff;
    box-shadow: 0px 0px 6px -3px #6e6e6e;
}
.inner_faqinfo{
    margin-top: 60px;
}
.inner_faqcode .sp-ea-single {
    background: #fff !important;
    border: none !important;
    border-bottom: 1px solid #c6c6c6 !important;
    border-radius: 0 !important;
}
.inner_faqcode .ea-header a {
    font-size: 17px !important;
    color: #f26522 !important;
    padding: 7px 0 !important;
}
.inner_faqcode .ea-body {
    font-size: 15px;
    padding: 15px 0 !important;
}
.inner_faqcode .ea-expand-icon {
    float: right !important;
    font-size: 10px !important;
    color: #ffffff !important;
    width: 25px;
    height: 25px;
    background: #f26522;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #1f3f99;
    line-height: 35px;
    border-radius: 50%;
    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;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.form_cnthd {
    font-size: 14px;
    color: #f3ab00;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #390272;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
    outline: none;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.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: #f26522;
	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: #f26522 !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: #f26522;
	border-color: #f26522;
}
.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);
}
.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;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #390272;
    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: #f26522;
    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_top ,.header_nav ,.header_right_icon{
	display: none;
}
.logo_img img {
    width: 90px;
}
.head_bg {
    padding: 8px 0;
}
.banner_info {
    margin-top: 76px;
}
.banner_info img {
    height: 360px;
    object-fit: cover;
    object-position: left;
}
.banner_mnbox {
    max-width: 320px;
}
.banner_disc .container{
	padding: 0 !important;
}	
.banner_smalltext {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 7px;
}
.banner_texthd {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
}
.banner_text_para {
    font-size: 15px;
    margin-bottom: 20px;
}
.banner_lovebox::before{
	display: none;
}
.banner_info::after {
    background: linear-gradient(90deg, rgb(255 255 255 / 40%) 30%, rgb(255 255 255 / 40%) 40%, rgb(255 255 255) 100%);
}
.hd_imgbtn, .hd_imgbtn2 {
    padding: 10px 35px 10px 15px;
}	
.hd_contact, .form_boxmain .box .btn {
    padding: 10px 22px;
    font-size: 14px;
}
.about_info {
    padding-top: 30px;
    background: none;
}
.about_leftbox {
    margin-bottom: 75px;
}
.about_ltbtmbox {
    bottom: -50px;
    width: 270px;
    height: 140px;
    padding: 0 20px;
    font-size: 14px;
}
.small_maintext {
    font-size: 15px;
}
.main_text_hd {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.abt_listbox ul {
    display: block;
}
.abt_listbox ul li {
    font-size: 17px;
    background-size: 25px;
    padding: 0 0px 10px 35px;
}
.services_info {
    padding: 40px 0;
}
.ctamain_bg::before{
	display: none;
}
.ctasecond_info {
    padding: 0px 15px 20px;
    display: block;
}
.ctamain_texthd {
    font-size: 20px;
    margin-bottom: 10px;
}
.ctamain_bg {
    margin-bottom: 30px;
    background-size: 0;
}
.cta_rightbox {
    margin-top: 35px;
}
.ctamain_leftbox {
    padding: 20px;
}
.testimonial_info {
    padding: 40px 0;
    margin-top: 40px;
}
.ctasecond_lefttext {
    font-size: 25px;
    line-height: 22px;
    padding: 20px 24px 25px 23px;
}
.ctasecond_lefttext::before {
    background-size: 20px;
}
.ctasecond_lefttext::after {
    background-size: 15px;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 30px;
}
.footer_copy_text {
    padding: 12px 10px 60px;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 70px 0 60px !important;
    margin: 80px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.inner_pgimg {
    margin-bottom: 40px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_bgcont {
    padding: 40px 0;
    margin-top: 30px;
}
.inner_ctabox {
    padding: 30px 15px;
    margin-top: 25px;
}
.home .footer_bg {
    padding: 100px 0 0;
}
.footer_bg {
    padding: 50px 0 0;
}
.rmp-menu-title-image {
    background: #fff;
    width: 140px;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px !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) {
.abt_listbox ul {
    display: flex;
    flex-wrap: wrap;
}
.abt_listbox ul li {
    width: 50%;
}
.ctasecond_info {
    text-align: center;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.abt_listbox ul {
    display: flex;
    flex-wrap: wrap;
}
.abt_listbox ul li {
    width: 50%;
}
.ctasecond_info {
    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) {
.primary-navigation li {
    margin-left: 18px !important;
}
.primary-navigation a {
    font-size: 14px !important;
}
.hd_sociallink {
    font-size: 12px;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 8px 18px;
    font-size: 12px;
}
}

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

}

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

}

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

}

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

}

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

}   