a{
    text-decoration: none !important;
    transition: all 500ms ease-in-out !important;
}

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 !important;
    margin: 0 !important;
}

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

/*----- poppins font family section 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;
}

/*----- poppins font family section start ------*/

/*----- Raleway font family section start ------*/

@font-face {
    font-family: Raleway;
    src: url('../fonts/Raleway-SemiBold.eot');
    src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('../fonts/Raleway-SemiBold.woff') format('woff'),
        url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
        url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype'),
        url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*-- Raleway font family section end --*/

/*-- Inter font family section start --*/

@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.top_head {
    background: #0066b4;
    /* padding: 17px 0 25px 30px; */
    transition: all 500ms ease-in-out;
    position: relative;
    z-index: 9;
}
.hd_top_location a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    vertical-align: middle;
}
.hd_top_location a:hover{
    color: #e57d1c;
}
.hd_top_location img {
    padding-right: 5px;
}
.hd_top_location {
    display: inline-block;
    padding: 0 15px;
    border-left: 1px solid #fff;
	color: #fff;
}
.hd_top_location:first-child{
    padding-left: 0;
    border-left: none;
}
.header_logo {
    width: 119px;
    transition: all 500ms ease-in-out;
    text-align: left;
    position: relative;
}
.hd_contact {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    background: #e57d1c;
    padding: 15px 0;
    transition: all 500ms ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
	position:relative;
}
.hd_contact::after {
    position: absolute;
    content: "";
    width: 2000px;
    height: 100%;
    background: #e57d1c;
    right: -2000px;
    top: 0;
}
.header_top_pa {
    padding: 13px 0 0px 28px;
}
.hd_contact:hover {
	color: #0066b4;
/* 	box-shadow: inset 0 80px #000; */
}
.header_btm {
    text-align: left;
}
.header_nav {
    display: inline-block;
    padding: 39px 0;
    transition: all 500ms ease-in-out;
}
.header_nav ul li {
    display: inline-block;
    transition: all 500ms ease-in-out;
    padding-left: 25px;
}
/* .header_nav ul li li{
	padding: 0;
	background: #0066b4;
} */
/* .header_nav ul li .current_page_item {
    background: #e57d1c;
}
.header_nav ul li .current_page_item a{
	font-weight: 400;
} */
/* .header_nav ul li li a{
	font-size: 15px;
	text-transform: capitalize;
	color: #fff;
} */
.header_nav ul li a {
    position: relative;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: 500;
    display: block;
    transition: all 500ms ease-in-out;
    font-family: Poppins;
    text-transform: uppercase;
}
.header_nav ul li li a::before {
    position: inherit !important;
    width: 0 !important;
}
.header_nav ul li > a::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #e57d1c;
    transition: width .3s;
    position: absolute;
    bottom: -5px;
    left: 0;
}
/* .header_nav ul li > a:hover::before,.header_nav ul .current-menu-item a::before ,
.header_nav ul .current-menu-ancestor a:before{
    width: 100%;
}
.header_nav ul li.active a ,.header_nav ul .current-menu-item a{
    color: #e57d1c;
}
.header_nav ul li a:hover{
    color: #e57d1c;
}
.header_nav ul li li a:hover{
	color: #fff;
} */
.hd_top_sl_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
	transition: all 500ms ease-in-out;
}
.navbar-default {
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    background-color: #fff;
}
@media screen and (min-width:992px) {
    .navbar-default.navbar-shrink .header_logo {
        width: 85px;
        margin-top: 6px;
    }
    .navbar-default.navbar-shrink .header_nav {
        padding: 20px 0;
    }
    .navbar-default.navbar-shrink .header_navber {
        background: #fff;
        box-shadow: 0px 0px 15px -1px #b2b2b2;
    }
	.navbar-default.navbar-shrink .hd_top_sl_media{
		margin-top: 4px;
	}
}

.banner_info {
    margin-top: 162px;
    position: relative;
}
.ms-slide::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    z-index: 1;
}
/* .banner_info_text {
    width: 750px;
} */
.banner_text1 {
    font-size: 56px;
	font-weight: bold;
	color: #fff;
	line-height: 66px;
	margin-bottom: 18px;
	font-family: Raleway;
}
.ms-slide-info {
	width:auto !important;
    position: absolute !important;
    top:50%;
	transform:translatey(-50%);
    left: 9%;
	max-width:695px;
	min-height: auto !important;
	margin-top:0 !important;
}
.main_btn1 ,.right-sec-contact-information .box .btn ,
.referral_inner_box .box .btn{
    background: linear-gradient(to right, #e57d1c 0% , #c76000 50%, #e57d1c 100%);
    background-size: 200%;
    padding: 8px 32px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: Raleway;
    box-shadow: 0px 16px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out !important;
}
.main_btn1:hover ,.right-sec-contact-information .box .btn:hover ,
.referral_inner_box .box .btn:hover{
    background-position: right center;
    color: #fff;
}
.custom_btn1 {
    background: none;
    border: 3px solid #fff;
    padding: 5px 25px;
    margin-left: 15px;
    box-shadow: none;
}
.custom_btn1:hover{
    box-shadow: inset 0 80px #fff;
    color: #e57d1c;
}
.banner_img .ms-nav-prev{
   background: url(../images/banner_left_arrow.png) no-repeat !important;
   width: 15px !important;
   height: 25px !important;
}
.banner_img .ms-nav-next{
    background: url(../images/banner_right_arrow.png) no-repeat !important;
    width: 15px !important;
    height: 25px !important;
 }
 .banner_img .ms-bullets-count {
    bottom: 35px;
}
.banner_img .ms-bullet{
    width: 13px !important;
    height: 13px !important;
    background: rgba(255, 255, 255, 0.50) !important;
    border-radius: 50%;
}
.banner_img .ms-bullet-selected{
    background: #fff !important;
}
.about_info{
    margin: 60px 0;
}
.about_right_text {
    padding-right: 30px;
}
.main_hd_text1 {
    font-size: 20px;
    color: #0066b4;
    font-weight: 600;
    font-family: Inter;
    padding-bottom: 10px;
    line-height: 22px;
}
.main_hd_text2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    color: #2b2b2b;
    font-family: Inter;
}
.main_hd_text_para {
    font-size: 17px;
    padding-bottom: 20px;
    color: #4b4b4b;
    line-height: 27px;
}
.serv-top{
	margin-top:35px;
}
.services_main_box {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;    
	min-height:100%;
}
.services_main_box:hover .services_main_img{
    border-bottom: 6px solid #0066b4;
}
.services_main_img {
    border-bottom: 6px solid #e57d1c;
    transition: all 500ms ease-in-out;
}
.services_main_img img{
    border-radius: 5px;
}
.serve_hd_text1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 5px;
}
.serve_under_box .main_hd_text_para{
    color: #2b2b2b;
}
.serve_under_box {
    padding: 10px;
}
.serve_btn_info {
    border-top: 1px solid #ededed;
    padding: 10px;
}
.serve_btm_btn {
    color: #e57d1c;
    font-size: 18px;
    font-weight: 500;
    background: url(../images/serve_right_arrow2.png) no-repeat 100% 7px;
    padding-right: 18px;
}
.services_main_box:hover .serve_btm_btn {
    color: #0066b4 !important;
}
.services_bg {
    margin-bottom: 45px;
}
.choose_info {
    background: #016ab0;
    padding: 50px 0 40px;
    position: relative;
}
.choose_info::after{
    background: url(../images/ch_back_img.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.choose_top .main_hd_text1{
   color: #ff9f45;
}
.choose_top .main_hd_text2{
    color: #fff;
    padding-bottom: 40px;
 }
.choose_top,.choose_info_main{
    position: relative;
    z-index: 1;
}
.ch_text_para {
    background: #fff;
    border-radius: 40px 0 40px 0;
    padding: 85px 12px 20px;
    font-size: 22px;
    text-align: center;
    color: #105f98;
    font-weight: bold;
    line-height: 30px;
    min-height: 256px;
    font-family: Inter;
}
.ch_icon_box {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: 104px;
    border: 10px solid #0471b6;
    margin-bottom: -60px;
    position: relative;
}
.choose_info_text_box {
    margin: 15px 0;
}
.goal_info {
    margin: 78px 0 120px;
}
.goal_img_right{
    position: relative;
}
.goal_img_right img ,.vm_img_right img{
    border-radius: 5px;
}
.goal_right_2ndimg {
    position: absolute;
    bottom: -118px;
    right: 0;
}
.vision_info_bg {
    background: #f8f8f8;
    padding: 50px 0;
}
.testimonial_info{
   background: #fbfbfb;
   padding: 50px 0;
}
.testimonial_btm_box .sp-testimonial-free {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px !important;
    padding: 40px 80px 40px 80px !important;
    margin: 5px;
}
.testimonial_btm_box .sp-testimonial-content p {
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #545454;
    line-height: 36px !important;
    font-style: italic !important;
}
.testimonial_btm_box {
    margin-top: 30px;
}
.testimonial_btm_box .testimonial-nav-arrow {
    border: none !important;
    font-size: 60px !important;
    top: 60% !important;
    opacity: .7;
}
.testimonial_btm_box .sp-testimonial-client-name {
    font-size: 30px !important;
    color: #e57d1c !important;
    line-height: 30px !important;
    font-weight: bold !important;
}
.testimonial_btm_box .sp-testimonial-client-designation {
    font-size: 20px !important;
    color: #4b4b4b !important;
    line-height: 30px !important;
}
.footer_info{
    background: #151515;
    padding-top: 40px;
}
.footer_social {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
    font-family: Inter;
}
.footer_logo {
    margin-bottom: 25px;
    text-align: center;
}
.footer_social a {
    padding-left: 15px;
}
.footer_hd_text {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    font-family: Inter;
    padding-bottom: 10px;
}
.footer_hd_text::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 111px;
    height: 2px;
    background: #5c5c5c;
}
.footer_hd_text::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 20px;
    width: 51px;
    height: 2px;
    background: #ec9441;
}
.footer_list ul li {
    list-style: none;
    margin-bottom: 8px;
}
.footer_list ul li a {
    color: #fff;
    background: url(../images/ft_right_arrow.png) no-repeat left center;
    padding: 0px 0px 0px 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: Inter;
}
.footer_list ul li a:hover{
   color: #ff9f45;
}
.footer_btm_link {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 25px;
}
.footer_icon_ft {
	width: 40px;
}
.ft_text_loca a{
    font-size: 24px !important;
}
.footer_btm_text a, .footer_btm_text {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: Inter;
}
.footer_btm_text a:hover{
    color: #e57d1c;
}
.footer_box2 {
    padding-left: 100px;
}
.footer_box3 {
    padding-left: 10px;
}
.bd_right_bg{
    position: relative;
}
.bd_right_bg::before {
    position: absolute;
    content: "";
    top: 15px;
    left: 26px;
    height: 290px;
    width: 1px;
    background: rgb(255 255 255 / 50%);
}
.bd_right_bg::after {
    position: absolute;
    content: "";
    top: 15px;
    right: 26px;
    height: 290px;
    width: 1px;
    background: rgb(255 255 255 / 50%);
}
.footer_copy {
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid rgb(255 255 255 / 20%);
    margin-top: 40px;
}
.footer_copy a{
    color: #fff;
}
.footer_copy a:hover{
    color: #e57d1c;
}
.aknol {
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #484848;
	font-size: 17px;
}
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background: #0066b4;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
    padding: 0 11px;
}

#back_to_top:hover{
    background-color: #e57d1c;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img1.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
	padding: 295px 0 114px !important;
	margin: 0 0 20px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
	z-index: 99;
	margin-bottom: 3px;
}
.all-inside-cards-contact-sec:not(:last-child) {
    margin: 15px 0;
}
.all-inside-cards-contact-sec {
    display: flex;
    word-break: break-word;
    align-items: center;
    gap: 5px 15px;
}
.contact_icon_box_pg {
    background: #e57d1c;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}
.all-inside-cards-contact-sec li {
    list-style: none;
    font-size: 17px;
    color: #0066b4;
    line-height: 25px;
    font-weight: 600;
    font-family: Inter;
}
.all-inside-cards-contact-sec li a, .all-inside-cards-contact-sec li strong {
    font-size: 18px;
    color: #1f1f1f;
    line-height: 20px;
    font-weight: 500;
    font-family: Poppins;
}
.all-inside-cards-contact-sec li a:hover {
    color: #e57d1c;
}
.right-sec-contact-information {
    padding: 25px 20px;
    background: #0066b4;
    border-radius: 10px;
    margin-top: 15px;
}
.right-sec-contact-information .form-control, .right-sec-contact-information textarea {
    padding: 10px 7px;
    border: none;
    border-radius: inherit;
    font-size: 15px;
}
.right-sec-contact-information textarea{
    height: 120px;
    resize: none;
}
.right-sec-contact-information .box .btn{
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
}
.right-sec-contact-information .wpcf7-response-output, .referral_inner_box .wpcf7-response-output{
    display: none;
}
.inner_text_hd {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #2b2b2b;
    padding-bottom: 15px;
    font-family: Inter;
	margin: 0;
}
.inner_text_hd strong {
    color: #0066b4;
    font-weight: 600;
}
.inner_pg_bg {
    padding: 40px 0;
}
.inner_pg_bg:nth-child(even) {
    background: #f8f8f8;
}
.inner_text_para {
    font-size: 17px;
    color: #4b4b4b;
    font-weight: 400;
    padding-bottom: 15px;
}
.inner_text_list ul li {
    background: url(../images/checkmark.png) no-repeat left 13px;
    font-size: 17px;
    color: #4b4b4b;
    padding: 12px 0 0px 35px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
}
.inner_text_list {
    padding-bottom: 15px;
}
.inner_list_2nd{
	    display: grid;
/*     grid-template-columns: auto auto; */
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.inner_text_list ul {
    padding: 0;
    margin: 0;
}
.inner_text_list ul li strong ,.inner_text_para strong {
    color: #f3792d;
    font-weight: 500;
	display: block;
}
.inner_bg_img img {
    width: 100%;
    border-radius: 10px;
}
.inner_content_bg {
    text-align: center;
    background: #0068b1;
    color: #fff;
    padding: 50px 0;
}
.inner_cnt_text_hd {
    font-size: 35px;
    line-height: 30px;
    padding-bottom: 15px;
    font-weight: bold;
    font-family: Inter;
}
.inner_cnt_text_para {
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 15px;
    font-weight: 500;
}
.inner_text_hd2 {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 10px;
    color: #2b2b2b;
}
.referral_inner_page {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0px 0px 17px -4px #9a9a9a;
    border-radius: 10px;
    border: 1px solid rgb(0 102 180 / 50%);
}
.referral_inner_box .box {
    margin-top: 8px;
}
.refe_hd p {
    margin: 0;
}
.refe_hd {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
}
.referral_inner_box .box .form-control {
    border: 1px solid #6b6b6b !important;
	box-shadow: none;
	appearance: auto !important;
}
.referral_inner_box .wpcf7-list-item {
    margin-left: 0;
    margin-right: 10px;
    display: block;
}
.referral_inner_box .box textarea {
    height: 120px;
    resize: none;
}
.referral_inner_box .box .btn{
	font-size: 16px;
}
.refe_hd2 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
    color: #404040;
	font-family: Inter;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#e57d1c;
	color:#fff!important;
	padding:10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 10px 8px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#373636;
	color:#fff!important;
	padding:10px 0;
	font-weight:600;
}
.back-btn a {
	background: #e57d1c;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}







/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top_head, .hd_top_sl_media, .header_nav{
		display:none;
	}
	.fixed-top{
		padding:5px 0;
	}
	.header_logo{
		width: auto;
	}
	.header_logo img{
		width:58px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner_info{
		margin-top: 91px;
	}
	.ms-slide-info{
		left: 4%;
		max-width: 90%;
	}
	.banner_text1{
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 0;
	}
	.main_btn1{
		display:none;
	}
	.about_info {
		margin: 30px 0;
	}
	.about_img_left img{
		width:100%;
	}
	.about_right_text {
		padding-right: 0;
		margin-top: 30px;
	}
	.main_hd_text2 {
		font-size: 25px;
		line-height: 30px;
		padding-bottom: 6px;
	}
	.main_hd_text_para {
		font-size: 16px;
		padding-bottom: 15px;
		line-height: 25px;
	}
	.services_bg {
		margin-bottom: 24px;
	}
	.serv-top {
		margin-top: 25px;
	}
	.services_main_img img, .goal_img_right img, .vm_img_right img{
		width:100%;
	}
	.serve_under_box {
		padding: 15px 10px 10px;
	}
	.services_text_box .serve_hd_text1{
		font-size: 18px;
		line-height: 26px;
	}
	.choose_info{
		padding: 36px 0;
	}
	.choose_top .main_hd_text2{
		padding-bottom: 10px;
	}
	.ttr{
		margin-top:25px;
	}
	.choose_info_text_box {
		margin: 0;
	}
	.ch_icon_box{
		width: 110px;
		height: 110px;
		line-height: 90px;
	}
	.ch_icon_box img{
		max-width:40px;
	}
	.ch_text_para{
		min-height: auto;	
		padding: 75px 12px 20px;
		font-size: 18px;
		line-height: 26px;
	}
	.goal_info {
		margin: 30px 0 40px;
	}
	.goal_right_2ndimg {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top:15px;
	}
	.goal_info .about_right_text{
		margin-top: 0;
	}
	.vision_info_bg{
		padding: 30px 0;
	}
	.vision_info_bg .serve_hd_text1{
		font-size: 20px;
		line-height: 24px;
		margin-top:20px;
	}
	.vision_info_bg .main_hd_text_para{
		padding-bottom: 0;
	}
	.testimonial_info {
		padding: 10px 0 40px;
	}
	.testimonial_btm_box .sp-testimonial-free{
		padding: 16px 10px 30px !important;
	}
	.testimonial_btm_box .testimonial-nav-arrow{
		display:none !important;
	}
	#sp-testimonial-free-wrapper-62 .sp-testimonial-free-section{
		margin: 0 !important;
	}
	.sp-testimonial-client-image {
		margin: 0 0 10px 0 !important;
	}
	.testimonial_btm_box .sp-testimonial-content p{
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.testimonial_btm_box .sp-testimonial-client-name {
		font-size: 18px !important;
		line-height: 22px !important;
	}
	.testimonial_btm_box .sp-testimonial-client-designation {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	.footer_info{
		padding:20px 0 0;
	}
	.aknol{
		padding-bottom: 26px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	.footer_logo {
		margin-bottom: 20px;
		text-align: left;
		width: 98px;
	}
	.footer_box2, .footer_box3 {
		padding-left: 0;
	}
	.bd_right_bg::before, .bd_right_bg::after{
		display:none;
	}
	.footer_hd_text {
		font-size: 20px;
		margin-bottom: 18px;
		margin-top:15px;
	}
	.footer_list ul li{
		margin-bottom: 6px;
	}
	.ft_text_loca a {
		font-size: 17px !important;
	}
	.footer_btm_text a, .footer_btm_text{
		font-size: 14px;
	}
	.footer_copy {
		font-size: 15px;
		padding: 20px 0 60px;
		margin-top: 5px;
	}
	.footer_social{
		font-size: 21px;
	}
	.footer_social img{
		max-width:30px;
	}
	.footer_social a {
		padding-left: 4px;
	}
	#back_to_top{
		bottom: 52px;
	}
	.page .entry-header, .blog_page_header{
		padding: 140px 0 60px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.inner_pg_bg {
		padding: 20px 0;
	}
	.inner_bg_img{
		margin:15px 0;
	}
	.inner_bg_img img{
		width:100%;
	}
	.inner_text_hd {
		font-size: 22px;
		line-height: 27px;
		padding-bottom: 10px;	
	}
	.inner_text_para, .inner_cnt_text_para{
		font-size: 16px;
	}
	.inner_text_list ul li {
		background-position: left 9px;		
		padding: 11px 0 0px 30px;
		line-height: 20px;		
		background-size: 22px;
		font-size: 16px;
	}
	.inner_content_bg{
		padding: 30px 0;
	}
	.inner_cnt_text_hd{
		font-size: 25px;
		line-height: 22px;
	}
	.referral_inner_page{
		padding: 25px 15px;
	}
	.refe_hd{
		font-size: 16px;
	}
	.refe_hd2 {
		font-size: 19px;
		padding-top: 12px;
		margin-bottom: 10px;
	}
	.all-inside-cards-contact-sec:not(:last-child) {
		margin: 10px 0;
	}
	.all-inside-cards-contact-sec li a, .all-inside-cards-contact-sec li strong{
		font-size: 15px;
	}
	.right_form_contact{
		margin-top:30px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ms-slide-info {
		left: 5% !important;
		max-width: 90% !important;
	}
	 .banner_text1 {
		 font-size: 30px !important;
		 line-height: 34px !important;
	}
	.about_right_text {
		margin-top: 30px !important;
	}
	.serv-top, .ttr{
		width:50%;
	}
	.ch_text_para {
		min-height: 200px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.main_btn1{
		display:inline-block;
	}
	 .ms-slide-info {
		 left: 8%;
		 max-width: 450px;
	}
	 .banner_text1 {
		 font-size: 36px;
		 line-height: 46px;
		 margin-bottom: 10px;
	}
	.about_right_text{
		margin-top: 0;
	}
	.ch_text_para{
		min-height: 174px;
	}
	 .right_form_contact {
		 margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.hd_top_location a{
		font-size: 15px;
	}
	.hd_top_location{
		padding: 0 10px;
	}
	.hd_contact{
		font-size: 15px;
	}
	.header_nav ul li{
		padding-left: 14px;
	}
	.header_nav ul li a{
		font-size: 16px;
	}
	.header_nav{
		padding: 45px 0;
	}
	.navbar-default.navbar-shrink .header_nav {
		padding: 24px 0;
	}
	.banner_text1{
		font-size: 48px;
		line-height: 52px;
	}
	.ch_text_para{
		font-size: 20px;
		line-height: 26px;
	}
	.about_right_text {
		padding-right: 0;
	}
	.footer_social{
		font-size: 18px;
	}
	.footer_social a {
		padding-left: 8px;
	}
	.footer_btm_text a, .footer_btm_text{
		font-size: 16px;
	}
	.ft_text_loca a {
		font-size: 20px !important;
	}
}

/* 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) {
	.main_btn1{
		display:inline-block;
	}
	 .ms-slide-info {
		 left: 8%;
		 max-width: 450px;
	}
	 .banner_text1 {
		 font-size: 36px;
		 line-height: 46px;
		 margin-bottom: 10px;
	}
	.about_right_text{
		margin-top: 0;
	}
	.ch_text_para{
		min-height: 174px;
	}
	 .right_form_contact {
		 margin-top: 0;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.hd_top_location a{
		font-size: 15px;
	}
	.hd_top_location{
		padding: 0 10px;
	}
	.hd_contact{
		font-size: 15px;
	}
	.header_nav ul li{
		padding-left: 14px;
	}
	.header_nav ul li a{
		font-size: 16px;
	}
	.header_nav{
		padding: 43px 0;
	}
	.ch_text_para{
		min-height: 290px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.hd_top_location a{
		font-size: 15px;
	}
	.hd_top_location{
		padding: 0 10px;
	}
	.hd_contact{
		font-size: 15px;
	}
	.header_nav ul li{
		padding-left: 14px;
	}
	.header_nav ul li a{
		font-size: 16px;
	}
	.header_nav{
		padding: 43px 0;
	}
	.ch_text_para{
		min-height: 290px;
	}
}

/* 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) {
	.hd_top_location a{
		font-size: 15px;
	}
	.hd_top_location{
		padding: 0 10px;
	}
	.hd_contact{
		font-size: 15px;
	}
	.header_nav ul li{
		padding-left: 14px;
	}
	.header_nav ul li a{
		font-size: 16px;
	}
	.header_nav{
		padding: 45px 0;
	}
	.navbar-default.navbar-shrink .header_nav {
		padding: 24px 0;
	}
	.banner_text1{
		font-size: 48px;
		line-height: 52px;
	}
	.ms-slide-info{
		max-width: 610px;
	}
	.ch_text_para{
		font-size: 17px;
		line-height: 23px;
		min-height: 200px;
	}
	.about_right_text {
		padding-right: 0;
	}
	.footer_social{
		font-size: 18px;
	}
	.footer_social a {
		padding-left: 8px;
	}
	.footer_btm_text a, .footer_btm_text{
		font-size: 16px;
	}
	.ft_text_loca a {
		font-size: 20px !important;
	}
}

@media screen and (min-width: 1424px) {
	.ms-slide-info{
		left: 5%;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left: 10%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 16%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 18%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 25%;
	}
}    
