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 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: Poppins;
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

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

/*--- header section start ---*/
.head_bg {
    background: #000;
}
.logo_img img {
    width: 116px;
    margin: 6px 0;
    transition: all 500ms ease-in-out;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_topltimg{
    margin-right: 30px;
}
.hd_topltimg a{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.hd_topltimg img{
    width: 13px;
    margin-right: 6px
}
.hd_contact ,.formmain_code .box .btn{
    padding: 12px 30px;
    display: inline-block;
    color: #000;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #e7a73b;
    font-weight: 500;
    position: relative;
}
.hd_contact:hover {
    color: #ffffff;
    box-shadow: inset 0 80px #4a73b7;
}
.hd_contact2{
    background: #fff;
    color: #020202;
}
.hd_contact3{
    background: #4a73b7;
    color: #fff;
}
.header_topbox {
    background: #e7a73b;
    text-align: center;
    padding: 6px 0;
	transition: all 500ms ease-in-out;
}
.header_anmttext {
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
	animation: blinker 2s infinite;
}
@keyframes blinker{
	50% {
    color: #fff;
}
100% {
    color: #000000;
}
}
.hd_callbtn {
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    padding: 5px 18px;
    font-size: 14px;
    color: #000;
    border-radius: 25px;
}
.hd_callbtn:hover{
	box-shadow: inset 0 80px #000;
	color: #fff;
}
.hd_topndis {
    width: 50px;
}
.hd_accepttext {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    border-radius: 25px;
}
.hd_accepttext strong {
    color: #ffffff;
    background: #000000;
    padding: 4px 12px;
    border-radius: 6px;
    animation: glow 1.5s infinite alternate;
    box-shadow: 0 0 10px rgb(255 255 255 / 60%);
    margin: 0 6px;
    font-weight: 600;
}
@keyframes glow {
0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgb(255 255 255);
}

100% {
    transform: scale(1.08);
    box-shadow: 0 0 20px rgb(255 255 255 / 56%);
}
}
.navbar-default.navbar-shrink .logo_img img {
    width: 80px;
    margin-top: 0;
}
.navbar-default.navbar-shrink .head_bg {
    background: rgb(0 0 0 / 85%);
}
.navbar-default.navbar-shrink .header_topbox {
    margin-top: -63px;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    margin-top: 206px;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgb(255 255 255 / 82%) 0%, rgb(255 255 255 / 40%) 50%, rgb(255 255 255 / 0%) 100%);
	z-index: 1;
}
.ms-slide-info {
    position: absolute !important;
    width: 100%;
    top: 50%;
    transform: translateY(-50%) !important;
}
.banner_disc {
    max-width: 520px;
}
.relguid_info {
    background: #e8a73c;
    padding: 45px 240px 40px;
}
.main_text_hd{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #141414;
    text-transform: uppercase;
}
.banner_texthd {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
    color: #000;
    font-weight: bold;
}
.banner_textpara {
    font-size: 15px;
    color: #111;
	font-weight: 500;
	margin-bottom: 20px;
}
.banner_info .ms-nav-prev {
    background: url(../images/serve_leftarrow.png) no-repeat !important;
    width: 33px !important;
    height: 47px !important;
    background-size: 25px !important;
}
.banner_info .ms-nav-next {
    background: url(../images/serve_rightarrow.png) no-repeat !important;
    width: 33px !important;
    height: 47px !important;
    background-size: 25px !important;
}
/*-- banner section end --*/

/*-- support section start --*/
.supp_info {
    padding: 55px 0 30px;
    border-bottom: 1px solid rgb(10 10 10 / 10%);
}
.supp_iconbox {
    background: url(../images/icon_bg.png) no-repeat center;
    margin: 0 auto;
    margin-bottom: 20px;
    background-size: cover;
    padding: 70px 0;
    text-align: center;
}
.supp_iconbox img{
    width: 50px;
	transition: all 500ms ease-in-out;
}
.supp_flexbox:hover .supp_iconbox img{
	transform: rotateY(180deg);
}
.supp_itemtext {
    font-size: 13px;
    color: #303030;
    padding: 0 20px;
    text-align: center;
}
.supp_itemtext strong {
    display: block;
    text-transform: uppercase;
    font-size: 17px;
    color: #000000;
    margin-bottom: 6px;
    line-height: 24px;
}
/*--- support section end --*/

/*-- services section start --*/
.services_info{
    padding-top: 50px;
}
/* .serve_itmbox {
    height: 540px;
    background: linear-gradient(187deg, #3e3e3e 0%, #cbcccf 43%, #e7e9ed 59%, #e6e8ec 62%, #dadcdf 71%, #acacac 100%);
    border-radius: 7px;
}
.serve_imgbox {
    padding-top: 145px;
} */
.serve_imgbox{
	position: relative;
}
.serve_imgbox::before {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 48px;
    width: 80px;
    height: 80px;
    background: #fff3dd;
    border-radius: 50%;
    z-index: -1;
	animation: bounce-in 4s ease infinite;
}
.serve_imgbox img {
    height: 300px;
    object-fit: cover;
    object-position: left;
    width: auto !important;
    margin: 0 auto;
    clip-path: shape(from 74.29% 82.76%, curve to 49.30% 91.70% with 62.85% 89.56%, curve to 23.51% 85.99% with 35.75% 93.84%, curve to 11.38% 64.07% with 11.27% 78.14%, curve to 13.64% 37.58% with 11.48% 50.00%, curve to 25.81% 15.76% with 15.80% 25.15%, curve to 50.53% 4.72% with 35.82% 6.37%, curve to 73.14% 15.27% with 65.25% 3.08%, curve to 90.30% 38.73% with 81.03% 27.45%, curve to 92.65% 62.98% with 99.57% 50.00%, curve to 74.29% 82.76% with 85.73% 75.96%);
}
.serve_texbox{
	margin-top: 20px;
}
.small_text {
    font-size: 12px;
    background: #ffedcf;
    display: inline-block;
    padding: 7px 25px;
    line-height: 20px;
    color: #191919;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    margin-bottom: 25px;
}
.serve_linkbtn {
    margin-top: 28px;
}
/* .serve_texbox {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 25px 20px 45px;
} */
.serve_text_hd {
    font-size: 14px;
    color: #484848;
}
.serve_text_hd strong {
    font-size: 23px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
}
.sv_btnarrow{
    padding: 12px 40px 10px 30px;
}
.sv_btnarrow::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/serve_linkarrow.png) no-repeat;
    background-size: 10px;
    background-position: top 12px right 20px;
}
/*-- services section end --*/

/*-- cta section start --*/
.ctamain_info {
    background: #E7A73B;
    background: linear-gradient(90deg, rgba(231, 167, 59, 1) 0%, rgba(74, 115, 183, 1) 100%);
    padding: 110px 0px;
    margin-top: 70px;
}
/* .ctamain_bg{
    background: url(../images/cta_bgimg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding: 243px 50px 50px 40px;
    margin-top: 75px;
    border-radius: 30px;
}
.ctamain_bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(5 15 33 / 75%);
    border-radius: 30px;
    z-index: -1;
} */
.ctamain_textbox {
    padding-right: 160px;
}
.ctamain_texthd {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.main_text_para {
    font-size: 15px;
    color: #212121;
}
.cta_btbox .hd_contact{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.cta_btbox{
    padding-left: 25px;
}
/*-- cta section end --*/

/*-- about section start --*/
.about_info {
    padding: 70px 55px;
}
.main_text_hd2 {
    font-size: 35px;
    line-height: 40px;
}
.about_leftimg img {
    height: 318px;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.about_leftimg2 img {
    height: 460px;
    object-fit: cover;
}
.about_leftbox{
    padding-right: 35px;
}
.about_rightbox{
    padding-left: 35px;
}
/*-- about section end --*/

/*-- testimonial section start --*/
.testimonial_info {
    padding: 130px 0 0;
    position: relative;
    background: #fff0d7 url(../images/testimonial_bgimg.png) no-repeat;
    background-size: 100%;
}
.testimonial_code .sp-testimonial-content p {
    color: #5b5b5b;
    font-size: 18px !important;
    padding: 0 !important;
}
.testimonial_code .sp-testimonial-client-name {
    font-size: 20px !important;
    color: #e8a73c !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.testimonial_code .sp-testimonial-free {
    padding: 60px 230px 20px;
}
.sp-testimonial-client-rating {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%);
}
.testimonial_code .sp-testimonial-free-section{
    margin-top: 0 !important;
}
/*-- testimonial section end --*/

/*-- formmain section start --*/
.formmain_info{
    padding: 70px 0;
}
.formmain_leftimg {
    position: relative;
    z-index: 0;
    padding-top: 175px;
}
.formmain_leftimg::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 452px;
    height: 452px;
    border-radius: 100%;
    background: #eaf1ff;
    z-index: -1;
    animation: bounce-in 4s ease infinite;
}
@keyframes bounce-in {
    0% {
      opacity: 0;
      transform: scale(.3);
    }
    50% {
      opacity: 1;
      transform: scale(1.05);
    }
    70% { transform: scale(.9); }
    100% { transform: scale(1); }
}
.formmain_code .box .form-control ,.formmain_code .box input ,.formmain_code .box select{
    border-radius: 3px;
    background: #fff;
    border: 1px solid #000000;
    padding: 12px 15px;
    font-size: 14px;
    color: #0c0c0c;
    width: 100%;
    outline: none;
    box-shadow: none;
}
.formmain_code .box .form-control::placeholder ,.formmain_code .box input::placeholder{
    color: #0c0c0c;
}
.formmain_code .box select{
    background: url("../images/dropdown.png") #fff no-repeat center right 10px !important;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.formmain_code .box textarea{
    height: 98px;
    resize: none;
}
.wpcf7-spinner{
    display: none !important;
}
.formmain_code .box .btn{
    background: #4a73b8;
    color: #fff;
}
.formmain_code .box .btn:hover{
    box-shadow: inset 0 80px #e8a73c;
    color: #000;
}
/*-- formmain section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 45px 0 0;
    background: #040e1f url(../images/footer_bgimg.png) no-repeat bottom left;
    background-blend-mode: multiply;
    background-size: cover;
}
.footer_hd_text {
    color: #e8a73c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 24px;
}
.footer_list ul{
    margin: 0;
    padding: 0;
}
.footer_list ul li {
    margin-bottom: 7px;
}
.footer_list ul li a {
    color: #fafafa;
    font-size: 14px;
    text-transform: uppercase;
}
.footer_list ul li a:hover{
    color: #e8a73c;
}
.footer_text_left {
    width: 80%;
    margin-left: 10px;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fafafa;
}
.footer_text_left a:hover{
    color: #e8a73c;
}
.footer_logo {
    width: 155px;
    margin-bottom: 35px;
}
.footer_iconimg img{
    width: 15px;
}
.ftbd_rt {
    border-right: 1px solid rgb(224 224 224 / 10%);
}
.ft_cptext img{
    width: 40px;
    margin-right: 10px;
}
.footer_head2 {
    padding-left: 20px;
}
.footer_para {
    font-size: 14px;
    color: #fafafa;
    margin-bottom: 20px;
}
.ndis_logo{
    width: 66px;
}
.footer_copy_text {
    border-top: 1px solid rgb(224 224 224 / 10%);
    padding: 20px 0;
    margin-top: 42px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #e8a73c;
}
/*---- 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: #e7a73b;
    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: #000;
}

/*--- 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;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 170px 0 110px !important;
    margin: 210px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgb(255 255 255 / 30%);
    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: #000;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #000;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #000;
}

.inner_text_hd {
    font-size: 30px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
}
.inner_text_hd strong {
    color: #e8a73c ;
    font-weight: 600;
}
.getquote_fmbox {
    border: 1px solid #c9c9c9;
    padding: 30px;
}
.contact_left_box {
    background: #4a73b7;
    min-height: 100%;
    padding: 65px 10px 24px 10px;
    border-radius: 20px 20px 0 0;
    position: relative;
    box-shadow: 5px 5px 0px #0d387f;
}
.contact_left_text {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    min-height: 105px;
    padding: 10px;
}
.contact_left_text strong {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.contact_left_text a {
    color: #fff;
}
.cont_left_icon {
    width: 60px;
    height: 60px;
    background: #e7a73b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 10px;
    box-shadow: 3px 3px 0px #a77218;
}
.cont_left_icon img {
    width: 20px;
}
.inner_contactbginfo {
    background: #e2edff;
    padding: 50px 0;
}
.inner_text_para {
    font-size: 15px;
    color: #111;
    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: #111;
    padding: 0px 0 8px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_ctabox {
    background: #4a73b7;
    text-align: center;
    padding: 50px 25px;
    margin-top: 40px;
}
.inner_ctabox .inner_text_hd ,.inner_ctabox .inner_text_para{
    color: #fff;
}
.inner_ctabox .hd_contact:hover{
    box-shadow: inset 0 80px #000;
    color: #fff;
}
.inner_svitembox {
    border: 1px solid #000;
    padding: 20px;
    min-height: 100%;
}
.inner_svitembox .inner_text_hd {
    font-size: 18px;
    line-height: 23px;
    color: #e7a73b;
    margin-bottom: 10px;
}
.inner_serveinfo {
    margin-top: 50px;
}
.serve_owlinfo .owl-prev {
    width: 20px;
    height: 38px;
    background: url(../images/serve_leftarrow.png) no-repeat !important;
    top: 42%;
    position: absolute;
    left: -60px;
    font-size: 0 !important;
    background-size: 18px !important;
}
.serve_owlinfo .owl-next {
    width: 20px;
    height: 38px;
    background: url(../images/serve_rightarrow.png) no-repeat !important;
    top: 42%;
    position: absolute;
    right: -60px;
    font-size: 0 !important;
    background-size: 18px !important;
}
.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}
.error_container img{
    width: 200px;
}
.page{
   margin-top: 0 !important;
}
.hd_accepttextft {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
    display: block;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #e8a73c;
    color: #000 !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: #000;
    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) {
.hd_callbtn ,.header_topbox ,.header_nav{
    display: none;
}	
.header_right_icon {
	display: none !important;
}
.head_bg {
    padding: 10px 0;
}
.rmp-menu-title-image {
    background: #fff;
    width: 130px;
    padding: 12px;
    margin-bottom: 40px !important;
}
.logo_img img {
    width: 80px;
	margin: 0;
}
.banner_info {
    margin-top: 115px;
}
.banner_disc {
    max-width: 320px;
    padding-left: 10px;
}
.banner_cont .container{
    padding: 0;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 310px !important;
}
.banner_texthd {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 23px;
}
.banner_info .ms-nav-prev {
    background-size: 15px !important;
    top: auto !important;
    bottom: 15px !important;
    right: 70px !important;
    left: auto !important;
}
.banner_info .ms-nav-next {
    background-size: 15px !important;
    top: auto !important;
    bottom: 15px !important;
}
.relguid_info {
    padding: 15px;
}
.main_text_hd {
    font-size: 22px;
    line-height: 25px;
}
.serve_text_hd strong {
    font-size: 18px;
    line-height: 25px;
}
.serve_owlinfo .owl-next ,.serve_owlinfo .owl-prev{
    display: none;
}	
.ctamain_info {
    padding: 40px 0px;
    margin-top: 30px;
}
.ctamain_textbox {
    padding-right: 0;
    margin-bottom: 30px;
}
.cta_btbox {
    padding-left: 0;
}
.about_info {
    padding: 40px 0;
}
.testimonial_code .sp-testimonial-free {
    padding: 60px 0px 0;
}
.testimonial_info {
    padding: 80px 0 0;
}
.formmain_leftimg::before {
    width: 250px;
    height: 250px;
}
.formmain_leftimg {
   padding-top: 60px;
   margin-bottom: 50px;
}
.formmain_info {
    padding: 40px 0;
}
.hd_accepttextft {
    font-size: 15px;
    margin-bottom: 30px;
}
.footer_head2 {
    padding-left: 0;
}
.footer_head {
    margin-bottom: 35px;
}
.footer_copy_text {
    padding: 15px 0 60px;
    margin-top: 0;
}
#back_to_top {
    bottom: 55px;
}
.page .entry-header, .blog_page_header {
    padding: 90px 0 25px !important;
    margin: 118px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.inner_text_hd {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_pgimg {
    margin-bottom: 30px;
}
.ftbd_rt {
    border-right: none;
}
}

@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) {
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 360px !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 360px !important;
}
}

/* 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: 15px !important;
}
.hd_accepttext {
    font-size: 13px;
}
.header_anmttext {
    font-size: 17px;
}
.hd_contact, .formmain_code .box .btn {
    padding: 10px 20px;
}
}

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

} 