
/*---- 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 family secion end ---*/

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 !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;
}


/*--- header section start ---*/
.header_top {
    transition: all 500ms ease-in-out;
    background: #fff;
    padding-bottom: 5px;
}
.header_toptext img {
    width: 18px;
    margin-right: 5px;
}
.header_toptext {
    font-size: 18px;
    color: #040404;
    margin-left: 10px;
    display: inline-block;
    font-weight: 600;
}
.header_toptext strong {
    display: block;
    color: #0a8e87;
    font-weight: 500;
    font-size: 20px;
}
.header_toptext a {
    color: #040404;
}
.header_toptext a:hover{
    color: #0da79e;
}
.header_topicon {
    width: 61px;
    height: 61px;
    background: #0da79e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_topicon img {
    width: 26px;
}
.logo_img img {
    width: 161px;
    transition: all 500ms ease-in-out;
}
.head_bg {
    background: #0a8d87;
}
.header_nav ul li {
    display: inline-block;
    padding-left: 62px;
}
.header_nav ul li li{
    padding-left: 0;
	text-align: left;
}
.header_nav ul li:first-child{
    padding-left: 0;
}
.header_nav ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}
.header_nav ul li.active a{
    color: #b3d583;
}
.header_nav ul li a:hover{
    color: #b3d583;
}
.hd_contact ,.form_boxmain .box .btn{
	background: #0da79d;
	padding: 12px 30px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	transition: all 500ms ease-in-out;
	clip-path: polygon(9% 0%, 91% 0%, 100% 50%, 91% 100%, 9% 100%, 0% 50%);
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: inset 200px 0 #f9af3f;
}
.navbar-default.navbar-shrink .logo_img img {
    width: 110px;
}
.navbar-default.navbar-shrink .header_top {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
/*--- banner section start ---*/
.banner_info {
    margin-top: 170px;
    position: relative;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 720px;
    height: 100%;
    background: url(../images/banner_rtclip.png) no-repeat;
    z-index: 1;
    background-size: cover;
    background-position: right;
}
.banner_info::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 570px;
    height: 560px;
    background: url(../images/banner_lefticon.png) no-repeat;
    z-index: 1;
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 530px;
    transform: translatey(-50%);
    z-index: 2;
}
.banner_texthd {
    font-size: 28px;
    color: #eb5b2d;
    line-height: 30px;
    padding-right: 95px;
    font-family: Poppins;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.banner_texthd::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(../images/banner_tticon01.png) no-repeat;
    background-size: 100%;
    width: 81px;
    height: 22px;
    bottom: 0;
    margin: auto 0;
}
.banner_texthd2 {
    font-size: 60px;
    color: #fff;
    font-family: Poppins;
    line-height: 63px;
    margin-bottom: 10px;
}
.banner_texthdpara {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
}
.hd_contact2 {
    background: #f9af3f;
    display: inline-block;
    padding: 12px 25px 12px 64px;
    font-size: 16px;
    color: #fff;
    position: relative;
    clip-path: polygon(9% 0%, 91% 0%, 100% 50%, 91% 100%, 9% 100%, 0% 50%);
    background-position: center left 4px;
    font-weight: 500;
}
.hd_contact2::before {
    position: absolute;
    content: "";
    background: #0da79d url(../images/banner_btncall.png) no-repeat;
    background-position: center;
    width: 57px;
    height: 100%;
    top: 50%;
    left: 0;
    background-size: 21px;
    transform: translatey(-50%);
    clip-path: polygon(0% 0%, 78% 0%, 100% 50%, 78% 100%, 0% 100%);
}
.hd_contact2:hover{
    color: #fff;
    box-shadow: inset 200px 0 #0da79d;
}
/*-- banner section end --*/

/*--- about us section start --*/
.about_info{
    padding: 80px 0 84px;
    background: url(../images/main_icon01.png) no-repeat;
    background-position: top right;
}
.about_rightextbox{
    padding: 0 40px 0 24px;
}
.main_text_hd {
    font-size: 60px;
    color: #8dc146;
    font-family: Poppins;
    line-height: 65px;
    margin-bottom: 15px;
}
.main_text_para {
    color: #242424;
    line-height: 24px;
    margin-bottom: 20px;
}
/*-- about us section end --*/

/*--- services section start ---*/
.services_info{
    background: #f2ffe0 url(../images/services_backimg.png) no-repeat;
    background-position: top right;
}
.services_toptext_box {
    padding: 80px 0px 60px 30px;
    background: url(../images/main_icon02.png) no-repeat;
    background-position: bottom right;
}
.services_text_para {
    color: #313131;
    border-left: 2px solid #0da79d;
    line-height: 24px;
    padding-left: 10px;
}
.services_detailbox {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.services_iconbox {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background-color: #0da79d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_iconbox img{
    width: 40px;
}
.services_detailbox:nth-child(odd) .services_iconbox{
    background: #f9af3f;
}
.serv_linktext {
    font-size: 14px;
    color: #191919 !important;
    font-weight: 500;
    width: 65%;
    margin-left: 20px;
}
.serv_linktext strong {
    font-size: 24px;
    color: #000;
    font-family: Poppins;
    display: block;
}
.services_imgbox {
    height: 945px;
}
.services_imgbox img {
    height: 100%;
    object-fit: cover;
}
/*--- services section end --*/

/*-- contact section start --*/
.choose_info{
    padding: 77px 0;
    background: url(../images/choose_backimg.png) no-repeat;
    position: relative;
    background-position: bottom left;
}
.choose_text_hd {
    font-size: 24px;
    color: #191919;
    line-height: 24px;
    margin-bottom: 4px;
    font-family: Poppins;
    display: block;
}
.choose_textboxbtm {
    padding-top: 55px;
}
.choose_iconmidd {
    border: 2px dashed #0a8e87;
    border-radius: 50%;
    width: 314px;
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.choose_iconmidd::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 347px;
    height: 347px;
    border: 2px dashed #8dc046;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.choose_iconmidd img {
    width: 70%;
}
.choose_boxicon {
    width: 97px;
    height: 97px;
    border-radius: 100%;
    background-color: #0da79e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose_textinfo {
    width: 68%;
    margin-left: 15px;
    font-size: 14px;
    color: #191919;
}
.choose_textinfo2{
    margin-left: 0;
    margin-right: 15px;
}
.choose_textboxleft {
    margin-bottom: 75px;
}
.back_color2{
    background: #f9af3f;
}
.back_color3{
    background: #8dbf45;
}
/*-- contact section end --*/

/*-- testimonial section start --*/
.testimonial_info {
    background: url(../images/testimonial_backimg.jpg) no-repeat;
    padding: 85px 0 215px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.testimonial_btmbox {
    position: relative;
    margin-top: -150px;
}
.testimonial_box .sp-testimonial-free-section{
    margin: 0 0 !important;
}
.testimonial_box .sp-testimonial-free {
    background: #fff url(../images/queries_icon.png) no-repeat !important;
    padding: 95px 22px 30px 22px;
    background-position: top 22px right 22px !important;
    box-shadow: 0px 0px 20px -12px #5e5e5e;
    margin: 5px;
    min-height: 335px;
}
.testimonial_box .sp-testimonial-client-name {
    font-size: 20px !important;
    color: #eb5b2d !important;
    font-weight: 500 !important;
}
.testimonial_box .sp-testimonial-client-rating {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%);
}
/*-- testimonial section end --*/

/*-- helping section start --*/
.hepling_info {
    background: url(../images/helping_backimg.png) no-repeat;
    overflow: hidden;
    background-position: bottom right;
    padding-top: 80px;
    background-size: contain;
}
/*-- helping section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #0a8d87;
    padding: 60px 0 0;
}
.footer_hd_text {
    color: #f9af3f;
    font-size: 21px;
    margin-bottom: 12px;
    font-family: Poppins;
}
.footer_social img {
    width: 26px;
}
.footer_list ul li {
    padding-bottom: 4px;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #f9af3f;
}
.footer_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
}
.footer_serviceslist li a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer_detailimg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border: 1px solid #fff;
}
.footer_detailimg img {
    width: 15px;
}
.footer_text_left, .footer_text_left a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.footer_text_left a:hover{
    color: #f9af3f;
}
.footer_text_left {
    width: 80%;
}
.footer_lgo {
    width: 180px;
}
.footer_flagimg {
    padding: 20px 0 17px;
}
.footer_flagimg img {
    width: 123px;
    margin: 0 2px;
}
.footer_copy_text {
    margin-top: 14px;
    border-top: 1px solid #fff;
    color: #fff;
    padding: 18px 0;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #f9af3f;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #f9af3f;
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

#back_to_top:hover{
    background: #8dc046;
}

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_bannerimg01.jpg") #fff no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 240px 0 60px !important;
    margin: 115px 0 0 !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;
    font-family: Poppins;
}
.breadcrumb-container {
    width: 100%;
    color: #0a8d87;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #0a8d87;
    font-weight: 500;
}
.page{
    margin-top: 0 !important;
 }
.inner_text_hd {
    font-size: 30px;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: Poppins;
    text-transform: lowercase;
}
.inner_text_hd strong {
    color: #0a8d87;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #0a8d87;
    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;
}
.left-sec-contact-information {
    padding-right: 50px;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_cnthd {
    font-size: 14px;
    color: #0a8d87;
    margin-bottom: 10px;
}
.form_boxmain .box .form-control {
    border: 1px solid #0a8d87;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: 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-family: Poppins;
	font-size: 26px;
	line-height: 30px;
}
.ref_form_box_heading strong {
	color: #0a8d87;
	
}
.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: #0a8d87 !important;
    font-size: 16px;
    margin-top: 20px;
    padding: 11px 30px 10px;
    clip-path: polygon(9% 0%, 91% 0%, 100% 50%, 91% 100%, 9% 100%, 0% 50%);
}
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: #f9af3f;
	border-color: #f9af3f;
}
.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);
}
.inner_text_para {
    font-size: 16px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para strong {
    color: #f9af3f;
    font-weight: 600;
}
.inner_text_para p {
    margin-bottom: 10px;
}
.inner_servebox {
    padding: 15px;
    min-height: 100%;
    box-shadow: 0px 0px 15px -8px #3c3c3c;
    border-top: 3px solid #0a8d87;
    border-bottom: 3px solid #f9af3f;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 3px;
    font-size: 16px;
    color: #242424;
    padding: 0px 0 5px 24px;
    line-height: 25px;
    font-weight: 500;
    list-style: none;
    background-size: 17px;
}
.inner_page_list ul li strong {
    color: #0a8d87;
    font-weight: 500;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.inner_servebox .inner_text_hd {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #0a8d87;
}
.inner_imgbox img {
    border-radius: 25px 0;
    width: 100%;
}
.error_container {
   display: flex;
   min-height: 120vh;
   align-items: center;
   text-align: center;
}
.inner_cntbox {
    background: url(../images/inner_bannerimg01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
    padding: 40px 20px;
    text-align: center;
    margin-top: 50px;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}
.inner_cntbox::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235 91 45 / 75%);
    z-index: -1;
}
.inner_cntbtn {
    margin-top: 35px;
}
.inner_servicesbox {
    padding: 15px;
    min-height: 100%;
    box-shadow: 0px 0px 10px -5px #3a3a3a;
}
.inner_serveicon {
    width: 80px;
    height: 80px;
    background: #f9af3f;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_servicestext .inner_text_hd {
    font-size: 21px;
    line-height: 23px;
    color: #0a8d87;
}
.inner_serveicon img {
    width: 40px;
}
.inner_servicestext {
    min-height: 160px;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #f9af3f;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

.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%;
    float: left;
    background: #eb5b2d;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.hd_middres ,.header_nav{
	display: none !important;
}
.logo_img img {
    width: 115px;
}
.banner_info {
    margin-top: 80px;
}
.banner_info::after {
    width: 320px;
    height: 460px;
}
.banner_info::before {
    width: 355px;
}
.banner_texthd {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.banner_texthd2 {
    font-size: 30px;
    line-height: 35px;
}
.banner_texthdpara {
    font-size: 16px;
    padding-bottom: 20px;
}
.banner_info img {
    height: 520px;
    object-fit: cover;
}
.banner_disc {
    left: 1%;
    width: 310px;
}
.banner_disc .hd_contact {
    margin-bottom: 15px;
}
.about_info {
    padding: 50px 0;
    background-size: 25%;
}
.main_text_hd {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
}
.about_rightextbox {
    padding: 0;
}
.about_imgbox {
    margin-bottom: 30px;
}
.services_toptext_box {
    padding: 50px 0px 40px 0px;
    background-size: 25%;
}
.services_detailbox {
    margin-top: 20px;
    display: block;
}
.choose_info {
    padding: 50px 0;
    background-size: 75%;
}
.choose_textboxleft {
    margin-bottom: 30px;
    display: block !important;
}
.choose_boxicon {
    margin-bottom: 20px;
}
.choose_textinfo {
    width: 100%;
    margin-left: 0px;
}
.services_imgbox {
    height: 100%;
}
.choose_iconmidd {
    width: 265px;
    height: 265px;
    margin-bottom: 20px;
}
.choose_iconmidd::before {
    width: 245px;
    height: 245px;
}
.testimonial_info {
    padding: 40px 0 155px;
}
.hepling_info {
    padding-top: 40px;
}
.helping_img {
    margin-bottom: 30px;
}
.helping_leftbox {
    margin-bottom: 30px;
}
.helping_leftbox .hd_contact {
    margin-bottom: 15px;
}
.footer_bg {
    padding: 40px 0 0;
}
.footer_head {
    margin-top: 30px;
}
.footer_copy_text {
    padding: 18px 0 55px;
}
#back_to_top {
    bottom: 60px;
}
.page .entry-header, .blog_page_header {
    padding: 100px 0 25px !important;
    margin: 70px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_imgbox {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 26px;
    line-height: 30px;
}
.inner_cntbtn .hd_contact2 {
    margin-right: 0 !important;
    margin-bottom: 15px;
}
.left-sec-contact-information {
    padding-right: 0;
    margin-bottom: 30px;
}
}

@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::before {
    width: 460px;
}
.banner_disc {
    left: 4%;
    width: 355px;
}
.banner_info::after {
    width: 410px;
    height: 390px;
    background-size: 80%;
}
.about_info {
    background-size: 15%;
}
.services_toptext_box {
    padding: 50px 37px 35px 15px;
    background-size: 30%;
}
.services_detailbox {
    display: flex;
}
.choose_textboxleft {
    display: flex !important;
}
.choose_textinfo {
    width: 75%;
    margin-left: 35px;
}
.testimonial_box .sp-testimonial-free {
    min-height: 360px;
}
.helping_leftbox ,.helping_img{
    margin-bottom: 0;
}
.footer_list2 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_info::before {
    width: 460px;
}
.banner_disc {
    left: 4%;
    width: 355px;
}
.banner_info::after {
    width: 410px;
    height: 390px;
    background-size: 80%;
}
.about_info {
    background-size: 15%;
}
.services_toptext_box {
    padding: 50px 37px 35px 15px;
    background-size: 30%;
}
.services_detailbox {
    display: flex;
}
.choose_textboxleft {
    display: flex !important;
}
.choose_textinfo {
    width: 75%;
    margin-left: 35px;
}
.testimonial_box .sp-testimonial-free {
    min-height: 360px;
}
.helping_leftbox ,.helping_img{
    margin-bottom: 0;
}
.footer_list2 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

/* 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 screen and (min-width: 1424px) {
.banner_disc {
    left: 4%;
}
}

@media screen and (min-width: 1624px) {
.banner_info::before {
    width: 50%;
}
.banner_disc {
    left: 9%;
}
}

@media screen and (min-width: 1920px) {
.banner_info::before {
    width: 52%;
}
.banner_disc {
    left: 16%;
}
}

@media screen and (min-width: 2048px) {
.banner_info::before {
    width: 52%;
}
.banner_disc {
    left: 18%;
}
}

@media screen and (min-width: 2550px) {
.banner_info::before {
    width: 50%;
}
.banner_disc {
    left: 24%;
}
} 
/*-- responsive css end --*/