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

/*--- header section start ---*/
.header_topinfo{
    background: #fff;
}
.header_top {
    padding: 5px 70px 5px;
    transition: all 500ms ease-in-out;
    background: #3d3b95;
    position: relative;
    z-index: 0;
}
.header_top::before {
    position: absolute;
    content: "";
    top: 0;
    left: -79px;
    width: 125px;
    height: 100%;
    clip-path: polygon(63% 100%, 0 0, 100% 0);
    background: #a6b1c9;
    z-index: -1;
}
.header_top::after {
    position: absolute;
    content: "";
    top: 0;
    right: -79px;
    width: 125px;
    height: 100%;
    clip-path: polygon(37% 100%, 0 0, 100% 0);
    background: #a6b1c9;
    z-index: -1;
}
.header_toptext img {
    width: 15px;
    margin-right: 7px;
}
.logo_img img {
    width: 204px;
}
.header_toptext {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}
.header_toptext a {
    color: #fff;
    vertical-align: middle;
}
.header_toptext a:hover {
    color: #ec94e9;
}
.head_bg {
    background: #fff;
}
.hd_sociallink {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin-left: 7px;
}
.hd_sociallink img {
    width: 13px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_contact ,.form_boxmain .box .btn{
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: all 500ms ease-in-out;
    font-size: 16px;
    border-radius: 25px;
    line-height: 22px;
    font-weight: 500;
    background: linear-gradient(90deg, #a14b9d 0%, #662d91 100%);
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #223c79;
}
.btn_rtwhitearw{
    padding: 10px 40px 10px 20px;
}
.btn_rtwhitearw::before ,.btn_rtpinkarw::before{
    position: absolute;
    content: "";
    top: 0;
    right: 14px;
    width: 100%;
    height: 100%;
    background: url(../images/btnrighrarrow_icon.png) no-repeat right;
    background-size: 21px;
}
.btn_rtpinkarw{
    padding: 10px 40px 10px 20px;
    background: #fff;
    color: #6b2f92;
}
.btn_rtpinkarw::before{
    background: url(../images/btnrighrarrow_icon2.png) no-repeat right;
    background-size: 21px;
}
.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: 130px;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3d3b95;
    background: linear-gradient(270deg, rgb(61 59 149 / 10%) 46%, rgb(61 59 149 / 65%) 55%, #3d3b95 100%);
    z-index: 1;
}
.ms-slide-info{
    position: absolute !important;
    top: 50%;
    width: 100%;
    transform: translatey(-50%);
    z-index: 1;
}
.banner_disc {
    max-width: 50% !important;
}
.banner_texthd {
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: Lora;
}
.banner_small_text {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-bottom: 3px solid #ec94e9;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 25px;
	text-transform: uppercase;
}
.banner_small_text strong{
    color: #ec94e9;
    font-weight: 600;
}
.banner_info .ms-nav-prev {
    background: url(../images/banner_leftarrow.png) no-repeat !important;
    width: 52px !important;
    height: 53px !important;
    background-size: 52px !important;
}
.banner_info .ms-nav-next {
    background: url(../images/banner_rightarrow.png) no-repeat !important;
    width: 52px !important;
    height: 53px !important;
    background-size: 52px !important;
}
/*-- banner section end --*/

/*--- support section start --*/
.support_bgbox {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.22);
    padding: 0 40px;
    border-radius: 170px;
    position: relative;
    margin-top: -80px;
    background: #fff;
}
.support_imgbox img {
    width: 50px;
    margin-bottom: 12px;
}
.support_texthd {
    font-size: 18px;
    color: #3d3b96;
    font-weight: 600;
    font-family: Lora;
    margin-bottom: 10px;
}
.supp_textpara {
    font-size: 15px;
    color: #414141;
}
.support_itembox {
    text-align: center;
    padding: 20px 0;
}
.supp_rtbd {
    border-right: 1px solid rgb(65 65 65 / 20%);
}
/*--- support section end --*/

/*-- about section start --*/
.about_info {
    margin: 95px 0 50px;
}
.main_text_hd {
    font-size: 32px;
    line-height: 42px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: Lora;
    margin-bottom: 12px;
    position: relative;
}
.main_text_hd2 {
    padding-bottom: 25px;
    margin-bottom: 18px;
    font-size: 34px;
}
.main_text_hd2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 35%;
    height: 4px;
    background: #3d3b96;
    transform: translate(-50%);
}
.main_text_para {
    font-size: 16px;
    color: #2a2a2a;
}
.abt_imgbox {
    width: 60px;
    height: 64px;
    border-radius: 10px;
    border: 2px solid #223c79;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt_imgbox img{
    width: 42px;
}
.abt_rttext {
    width: 80%;
    margin-left: 15px;
    font-size: 15px;
}
.abt_btmbox {
    margin-top: 20px;
}
.about_rtdetailbox {
    display: flex;
    margin-top: 25px;
}
.abt_rttext strong {
    color: #223c79;
}
.call_btnabt {
    display: flex;
    align-items: center;
    width: 60%;
}
.call_btnimg {
    width: 42px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(90deg, #a14b9d 0%, #662d91 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.call_btnimg img{
    width: 22px;
}
.call_btntext {
    width: 80%;
    margin-left: 10px;
}
.call_btntext a {
    display: inline-block;
    color: #333333;
    font-size: 23px;
    font-weight: 600;
}
/*-- about section end --*/

/*--- services section start --*/
.services_info {
    background: #fbf5f9 url(../images/serve_topbgimg.png) no-repeat top;
    padding: 112px 0 85px;
    background-size: 100%;
}
.services_topmiidbox {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.services_textbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
}
.serve_texthd {
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    font-weight: 600;
    font-family: Lora;
    width: 80%;
    transition: all 500ms ease-in-out;
}
.serve_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(90deg, #a14b9d 0%, #662d91 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-in-out;
}
.serve_icon img {
    width: 35px !important;
    transition: all 500ms ease-in-out;
}
.serve_imgbox img {
    height: 218px !important;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}
.services_itembox {
    /* box-shadow: 0px 1px 3px rgba(0,0,0,0.22); */
    background: #fff;
    padding: 15px 10px 22px 10px;
    margin: 5px;
    position: relative;
    border-radius: 20px;
    transition: all 500ms ease-in-out;
}
.services_itembox::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -3px;
    width: 83px;
    height: 93px;
    background: url(../images/serve_bgcurve.png) no-repeat;
}
.serve_arrowrt {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #223c79;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.serve_arrowrt img{
    width: auto !important;
}
.serve_textpara {
    font-size: 15px;
    color: #333333;
    margin-top: 15px;
    padding-right: 50px;
    transition: all 500ms ease-in-out;
    min-height: 180px;
}
.services_itembox:hover ,.services_owlbox .center .services_itembox{
   background: #223c79;
}
.services_itembox:hover .serve_textpara ,
.services_owlbox .center .serve_textpara ,
.services_owlbox .center .serve_texthd ,
.services_itembox:hover .serve_texthd{
   color: #fff;
}
.services_itembox:hover .serve_icon ,.services_owlbox .center .serve_icon{
   background: #fff;
}
.services_itembox:hover .serve_icon img ,.services_owlbox .center .serve_icon img{
   filter: brightness(0) saturate(100%) invert(34%) sepia(70%) saturate(550%) hue-rotate(253deg) brightness(96%) contrast(86%);
}
.services_owlbox .owl-prev {
    width: 42px;
    height: 42px;
    background: url(../images/sv_leftarrow.png) no-repeat !important;
    top: 42%;
    position: absolute;
    left: -60px;
    font-size: 0 !important;
    background-size: 42px !important;
}
.services_owlbox .owl-next {
    width: 42px;
    height: 42px;
    background: url(../images/sv_rightarrow.png) no-repeat !important;
    top: 42%;
    position: absolute;
    right: -60px;
    font-size: 0 !important;
    background-size: 42px !important;
}
/*--- services section end --*/

/*--- cta section start ---*/
.cta_info{
    position: relative;
    background: url(../images/ctamain_bgimh.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    overflow: hidden;
}
.cta_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(3 28 87 / 80%);
    z-index: -1;
}
.cta_suppimg {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 30px 0;
}
.cta_suppimg img{
    width: 68px;
}
.cta_suppimg::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 129px;
    height: 129px;
    border-radius: 100%;
    border: 2px dashed #662d91;
}
.cta_suppimg::after {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    width: 100%;
    height: 210px;
    clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
    background: #662d91;
    z-index: -1;
}
.cta_texthd {
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
    font-family: Lora;
    margin-bottom: 20px;
}
.cta_texthd strong{
    color: #d47ccf;
    font-weight: 600;
}
.cta_textpara {
    font-size: 23px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: Lora;
}
/*--- cta section end --*/

/*--- choose section start --*/
.choose_info{
    padding: 87px 0 72px;
    background: url(../images/choose_bgimg.jpg) no-repeat center;
}
.choose_ltdetailbox {
    display: flex;
    align-items: center;
}
.choose_lttext {
    font-size: 15px;
    color: #333333;
    width: 82%;
    margin-left: 30px;
}
.choose_lttext strong {
    font-size: 22px;
    line-height: 28px;
    color: #223c79;
    font-weight: 600;
    font-family: Lora;
    display: block;
    margin-bottom: 8px;
}
.choose_lticon {
    width: 75px;
    height: 75px;
    border: 2px solid #223c79;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.choose_lticon img{
    width: 45px;
}
.choose_ltbd {
    border-bottom: 1px solid rgb(51 51 51 / 20%);
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.choose_rtbox img {
    height: 345px;
    border-radius: 22px;
    width: 100%;
    object-fit: cover;
}
/*--- choose section end --*/

/*--- testimonial section start --*/
.testimonial_info{
    background: url(../images/testimonial_bgimg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 60px;
}
.testimonial_box .sp-testimonial-free {
    padding: 60px 20px 28px 20px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.15);
    margin: 5px;
}
.testimonial_box .sp-testimonial-client-image {
    position: absolute;
    bottom: 30px;
    right: 20px;
    margin-bottom: 0 !important;
}
.testimonial_box .sp-testimonial-client-image img {
    width: 50px;
    background: none !important;
    border-radius: 0 !important;
}
.testimonial_box .sp-testimonial-content p {
    font-size: 15px !important;
    color: #3f3f3f !important;
    text-align: left !important;
    padding: 0 !important;
    min-height: 182px;
}
.testimonial_box .sp-testimonial-client-name {
    font-size: 18px !important;
    color: #3e3e3e !important;
    font-weight: 600 !important;
    text-align: left !important;
    font-family: Lora;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    top: 32px;
    left: 25px;
}
/*--- testimonial section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: url(../images/footer_bgimg.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0 36px;
}
.footer_logo {
    width: 300px;
    margin-bottom: 25px;
    display: block;
}
.footer_ndislogo {
    width: 242px;
    margin-top: 25px;
}
.footer_list ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    margin-bottom: 10px;
}
.footer_list ul li a {
    color: #000;
    font-size: 16px;
}
.footer_list ul li a:hover{
    color: #223c79;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.footer_text_left {
    width: 88%;
}
.footer_text_left, .footer_text_left a {
    font-size: 16px;
    color: #292929;
    font-weight: 400;
}
.footer_text_left a:hover{
    color: #223c79;
}
.footer_detailimg img {
    width: 22px;
    margin-right: 10px;
}
.footer_texthd {
    font-size: 22px;
    line-height: 28px;
    color: #223c79;
    font-weight: 600;
    font-family: Lora;
    margin-bottom: 16px;
}
.ft_textpara {
    font-size: 15px;
    color: #292929;
}
.social_boxicon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(90deg, #a14b9d 0%, #662d91 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.social_boxicon img {
    -webkit-filter: invert(1) brightness(10);
    filter: invert(1) brightness(10);
    width: 13px;
}
.ft_copytext {
    background: linear-gradient(90deg, #a14b9d 0%, #662d91 100%);
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-top: 1px solid rgb(255 255 255 / 13%);
}
.ft_copytext a{
    color: #fff;
}
.ft_copytext a:hover{
    color: #223c79;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(90deg, #a14b9d 0%, #662d91 100%);
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

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

/*-- inner page start --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    /* background: url("../images/banner_img.jpg") #fff no-repeat center !important; */
    /* background-size: cover !important; */
    background: linear-gradient(90deg, #a14b9d 0%, #662d91 100%) !important;
    max-width: 100% !important;
    padding: 140px 0 90px !important;
    margin: 130px 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: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: Lora;
}
.inner_text_hd strong{
    color: #223c79;
    font-weight: 600;
}
.inner_page_list {
    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: 16px;
    color: #111;
    padding: 0px 0 9px 28px;
    line-height: 24px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
    color: #223c79;
    font-weight: 600;
}
.inner_text_para {
    font-size: 16px;
    color: #111;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_cntbox {
    background: #223c79;
    padding: 40px 25px;
    margin-top: 40px;
}
.inner_cntbox .hd_contact:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.inner_text_hd2 {
    font-size: 18px;
    color: #223c79;
    font-weight: 600;
    margin-bottom: 10px;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.form_boxmain .box .form-control {
    border: 1px solid #223c79;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}   
.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, #a14b9d 0%, #662d91 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;
}

.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: #223c79;
    margin-top: 12px;
    font-size: 18px;
}

.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: #223c79;
	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: #223c79 !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: #223c79;
	border-color: #223c79;
}
.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;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #223c79;
    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: #ec94e9;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}

/*-- responsive css start ---*/

@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_topinfo ,.header_nav ,.header_right_icon{
    display: none;
}
.logo_img img {
    width: 110px;
}
.banner_info {
    margin-top: 45px;
}
.rmp-menu-title-image {
    background: #fff;
    width: 180px;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 40px !important;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 450px !important;
}
.banner_texthd {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
}
.banner_small_text {
    font-size: 14px;
    line-height: 18px;
}
.banner_disc {
    max-width: 100% !important;
    padding: 0 20px;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 340px !important;
}
.ms-slide-info {
    transform: translatey(-70%);
}
.head_bg {
    padding: 8px 0;
}	
.banner_info .ms-nav-prev {
    background-size: 37px !important;
    top: auto !important;
    bottom: 0 !important;
}
.banner_info .ms-nav-next {
    background-size: 37px !important;
    top: auto !important;
    bottom: 0 !important;
    left: 25% !important;
}
.banner_info .container {
    padding: 0 !important;
}
.support_bgbox {
    padding: 0 15px;
    border-radius: 50px;
    margin-top: 40px;
}
.supp_rtbd {
    border-right: none;
}
.main_text_hd {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.owl-nav {
    display: none;
}
.about_info {
    margin: 40px 0;
}
.about_leftbox {
    margin-bottom: 40px;
}
.abt_rttext {
    width: auto;
    margin-left: 0;
    font-size: 15px;
}
.abt_imgbox {
    margin-bottom: 20px;
}
.call_btnabt {
    width: auto;
    margin-top: 25px;
}
.about_rtdetailbox {
    display: block;
}
.services_info {
    padding: 50px 0;
}
.serve_texthd {
    font-size: 18px;
    line-height: 25px;
}
.serve_textpara {
    padding-right: 0;
}
.services_topmiidbox {
    width: auto;
}
.cta_suppimg {
    display: none;
}
.cta_info {
    padding: 35px 0;
}
.cta_texthd {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}
.cta_texthd strong {
    display: block;
}
.cta_textpara {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.choose_info ,.testimonial_info{
    padding: 40px 0;
}
.choose_rtbox {
    margin-bottom: 40px;
}
.footer_head {
    margin-bottom: 30px;
}
.footer_texthd {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
}
.footer_bg {
    padding: 40px 0 20px;
}
.ft_copytext {
    padding: 10px 0 60px;
    font-size: 16px;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 80px 0 50px !important;
    margin: 50px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.inner_imgbox {
    margin-bottom: 40px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.contact_left_text {
    font-size: 15px;
}
.left-sec-contact-information {
    margin-bottom: 40px;
}
.footer_logo {
    width: 180px;
}
.hd_contact, .form_boxmain .box .btn {
    font-size: 14px;
}
}

@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 .ms-nav-next {
    left: 12% !important;
}
.banner_disc {
    max-width: 60% !important;
    padding: 0;
}
.call_btnabt {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_info .ms-nav-next {
    left: 12% !important;
}
.banner_disc {
    max-width: 60% !important;
    padding: 0;
}
.call_btnabt {
    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 only screen and (min-width : 1024px) and (max-width : 1200px) {
.primary-navigation li {
    margin-left: 12px !important;
}
.primary-navigation a {
    font-size: 14px !important;
}
}

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

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

@media screen and (min-width: 1920px) {
.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;
}
} 