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

/*--- header section start ---*/
.header_top {
    padding: 17px 0;
    transition: all 500ms ease-in-out;
    background: linear-gradient(87deg, #1f7fc1 0%, #1f4d8d 100%);
}
.header_toptext img {
    width: 15px;
    margin-right: 7px;
}
.logo_img img {
    width: 242px;
}
.header_toptext {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
}
.header_toptext a {
    color: #fff;
    vertical-align: middle;
}
.header_toptext a:hover {
    color: #87cf49;
}
.head_bg {
    background: #fff;
}
.hd_sociallink img {
    width: 17px;
    margin-left: 10px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_contact ,.form_boxmain .box .btn{
    padding: 14px 28px;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 8px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    background: linear-gradient(87deg, #87cf49 0%, #87cf49 0%, #276b33 100%);
}
.hd_contact:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #207fc2;
}
.hd_contact img {
    margin-left: 10px;
}
.serve_emergeny {
    font-size: 17px;
    font-weight: bold;
    color: #87cf49;
    line-height: 22px;
    animation: blinker 2s infinite;
    text-transform: uppercase;
}
@keyframes blinker{
	50% {
    color: #fff;
}

100% {
    color: #87cf49;
}
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -58px;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    z-index: 0;
    margin-top: 172px;
}
.banner_info::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner_backcurveimg.png) no-repeat center;
    background-size: cover;
}
.banner_disc {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 530px;
    transform: translatey(-50%);
}
.banner_smalltext {
    font-size: 20px;
    letter-spacing: 8px;
    text-transform: uppercase;
    background: #87D04A;
    background: linear-gradient(90deg, rgba(135, 208, 74, 1) 0%, rgba(39, 108, 51, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.banner_texthd {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 25px;
    color: #1b1b1b;
    font-weight: 400;
    font-family: PlayfairDisplay;
}
/*-- banner section end --*/

.new_continfo{
    margin-top: 70px;
}

/*--- services section start --*/
.services_info {
    padding: 110px 0 130px;
}
.main_text_hd {
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    font-family: PlayfairDisplay;
    margin-bottom: 15px;
}
.serve_img img {
    height: 275px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.serve_textbox {
    background: #1f7dbf;
    text-align: center;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-in-out;
}
.serve_textbox::before {
    position: absolute;
    content: "";
    top: -58px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/serve_bgshapeimg.png) no-repeat;
    z-index: -1;
    background-size: contain;
}
.serve_textlink {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: PlayfairDisplay;
}
.serve_textlink:hover{
    color: #87cf49;
}
.serve_owlinfo .owl-stage-outer {
    padding-top: 75px;
}
.serve_owlinfo .owl-item {
    transition: all 500ms ease-in-out;
}
.owlsvsecond_item ,.owlsvfourth_item{
    margin-top: -30px;
    transition: all 500ms ease-in-out;
}
.serve_owlinfo .owl-prev {
    width: 15px;
    height: 27px;
    background: url(../images/serveleft_arrowimg.png) no-repeat !important;
    top: 50%;
    position: absolute;
    left: -60px;
    font-size: 0 !important;
    background-size: 15px !important;
}
.serve_owlinfo .owl-next {
    width: 15px;
    height: 27px;
    background: url(../images/serveright_arrowimg.png) no-repeat !important;
    top: 50%;
    position: absolute;
    right: -60px;
    font-size: 0 !important;
    background-size: 15px !important;
}
/*--- services section end --*/

/*-- about section start --*/
.about_info{
    background: url(../images/about_bgimg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0 95px;
}
.about_leftimg{
    margin-right: 55px;
}
.about_leftimg img {
    width: 100%;
    height: 435px;
    object-fit: cover;
    border-radius: 20px;
}
.main_text_para {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}
/*-- about section end --*/

/*--- choose section start --*/
.choose_info {
    padding: 80px 0;
    background: url(../images/sv_backimg.png) no-repeat top 60% center;
}
.choose_itembox {
    border-radius: 10px;
    box-shadow: inset 0px 1px 9px rgba(134,202,62,0.57);
    border: 1px solid #4bb146;
    min-height: 100%;
    text-align: center;
    padding: 40px 25px;
    background: #fff;
}
.choose_itemicon img {
    width: 48px;
}
.choose_text {
    font-size: 18px;
    color: #000;
    font-family: PlayfairDisplay;
    line-height: 24px;
    margin-top: 15px;
}
.choose_colbox:nth-child(even) .choose_itembox{
    border: 1px solid #2377b9;
    box-shadow: inset 0px 1px 9px rgba(29,128,194,0.57);
}
/*--- choose section end --*/

/*-- support section start --*/
.support_info{
    position: relative;
    background: url(../images/supp_bgimg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0 75px;
    overflow: hidden;
    z-index: 0;
}
.support_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 42 12 / 66%);
    z-index: -1;
}
.support_info::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 467px;
    height: 407px;
    background: url(../images/supp_shapeimg.png) no-repeat top -70px right;
    z-index: -1;
}
.supp_list{
    margin-top: 30px;
}
.supp_list ul{
    margin: 0;
    padding: 0;
}
.supp_list ul li {
    background: url(../images/check_listicon.png) no-repeat left 4px;
    font-size: 18px;
    color: #fff;
    padding: 0px 0 10px 25px;
    line-height: 24px;
    list-style: none;
    background-size: 19px;
}
.supp_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
/*-- support section end --*/

/*-- testmonial section end --*/
.testimonial_info{
    padding: 80px 0;
}
.testimonial_code .sp-testimonial-free {
    padding: 0 40px 0 30px;
}
.testimonial_code .swiper-slide-active {
    border-right: 1px dashed #000;
}
.testimonial_code .sp-testimonial-client-rating {
    position: absolute;
    top: 17px;
    left: 30px;
}
.testimonial_code .sp-testimonial-client-image {
    text-align: right !important;
}
.testimonial_code .sp-testimonial-client-image img {
    width: 32px;
    border-radius: 0 !important;
}
.testimonial_code .sp-testimonial-content p {
    color: #1d1d1d !important;
    font-size: 15px !important;
    text-align: left !important;
    line-height: 24px !important;
    padding: 0 !important;
}
.testimonial_code .sp-testimonial-client-name {
    text-align: left !important;
    font-weight: 600 !important;
}
.testimonial_code .testimonial-nav-arrow {
    top: 70% !important;
}
/*-- testmonial car section end --*/

/*--- footer section start ---*/
.footer_bg {
    background: #021934 url(../images/footer_bgshapeimg.png) no-repeat top;
    background-size: 100%;
    position: relative;
    padding-top: 80px;
    z-index: 0;
}
.footer_logoimg {
    width: 255px;
    display: block;
    margin-bottom: 50px;
}
.footer_hd_text {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer_head {
    padding-left: 20px;
}
.footer_list ul{
    padding: 0;
    margin: 0;
}
.footer_list ul li {
    margin-bottom: 7px;
}
.footer_list ul li a {
    color: #e7e7e7;
    font-size: 14px;
}
.footer_list ul li a:hover{
    color: #216fcf;
}
.footer_cnt_box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_cnt_text {
    color: #fff;
    font-size: 14px;
    width: 80%;
}
.footer_cnt_text a {
    color: #fff;
}
.footer_cnt_text a:hover {
    color: #216fcf;
}
.footer_social a{
   margin-bottom: 10px;
}
.footer_cnt_img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(91deg, #216fcf 0%, #2dc9f9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.footer_cnt_img img {
    width: 12px;
}
.footer_copy_text {
    padding: 22px 0 25px;
    border-top: 1px solid #fff;
    margin-top: 65px;
    font-size: 14px;
}
.footer_socialbox a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(0deg, #1d379d 0%, #1f99e9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer_socialbox img {
    width: 12px;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #87d04a;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: linear-gradient(91deg, #216fcf 0%, #2dc9f9 100%);
    border: 1px solid #fff;
    padding: 17px;
}

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

/*-- inner page head --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_innerbgshape.png") #207fc2 no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 150px 0 100px !important;
    margin: 172px 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: 500;
    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: 30px;
    font-weight: 400;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: PlayfairDisplay;
}

.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(87deg, #87cf49 0%, #87cf49 0%, #276b33 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;
}
.right-sec-contact {
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 18px -10px #5f5f5f;
}
.form_cnthd {
    font-size: 14px;
    color: #276b33;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #2382d8;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
    outline: none;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.inner_cntbox {
    padding: 50px 25px 40px;
    background: linear-gradient(90deg, #2dc9f9 0%, #216fcf 100%);
    margin-top: 50px;
    text-align: center;
}

.inner_cntbox .inner_text_hd ,.inner_cntbox .inner_text_para{
    color: #fff;
}
.inner_page_list ul{
    padding: 0;
    margin: 0;
}
.inner_page_list{
    margin-bottom: 15px;
}
.inner_page_list ul li {
    background: url(../images/checke.png) no-repeat left 5px;
    font-size: 15px;
    color: #111;
    padding: 0px 0 8px 28px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong{
    color: #216fcf;
    font-weight: 500;
}
.inner_text_para{
    font-size: 15px;
    color: #111;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_text_hd2 {
    font-size: 17px;
    color: #2e7335;
    font-weight: 600;
    margin-bottom: 10px;
}
.inner_serveinfo {
    margin-top: 50px;
}
.inner_servebox {
    border: 1px solid #c2c2c2;
    min-height: 100%;
    padding: 20px;
    border-radius: 10px;
}
.inner_servebox .inner_text_hd {
    color: #216fcf;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.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: #216fcf;
	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: #216fcf !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: #216fcf;
	border-color: #216fcf;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.error_container {
   display: flex;
   min-height: 120vh;
   align-items: center;
   text-align: center;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: linear-gradient(91deg, #216fcf 0%, #2dc9f9 100%);
    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: #87cf49;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.header_nav ,.header_right_icon{
	display: none;
}
.rmp-menu-title-image {
    background: #fff;
    width: 160px;
    margin-bottom: 40px !important;
    padding: 10px;
    border-radius: 5px;
}
.logo_img img {
    width: 160px;
}
.head_bg {
    padding: 5px 0;
}
.banner_info {
    margin-top: 70px;
}
.banner_info::before{
	display: none;
}
.banner_info img {
    height: 350px;
    object-fit: cover;
	object-position: right;
}	
.banner_disc {
    left: 4%;
    width: 320px;
    background: rgb(255 255 255 / 50%);
    padding: 15px;
}
.banner_smalltext {
    font-size: 15px;
    letter-spacing: 4px;
}
.banner_texthd {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 12px 22px;
    font-size: 15px;
}
.new_continfo {
    margin-top: 40px;
}
.newcont_text {
    margin-bottom: 40px;
}
.main_text_hd {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.services_info ,.about_info ,.choose_info ,.testimonial_info{
    padding: 40px 0;
}
.serve_owlinfo .owl-prev ,.serve_owlinfo .owl-next{
	display: none;
}	
.serve_textlink {
    font-size: 17px;
}
.about_leftimg {
    margin-right: 0;
    margin-bottom: 40px;
}
.support_info {
    padding: 40px 0 30px;
}
.footer_bg {
    padding-top: 40px;
}
.footer_logoimg {
    width: 180px;
    margin-bottom: 30px;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 30px;
}
.footer_copy_text {
    padding: 15px 0 60px;
    margin-top: 0;
}
#back_to_top {
    bottom: 105px;
}
.page .entry-header, .blog_page_header {
    padding: 70px 0 50px !important;
    margin: 75px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 24px;
}
.inner_imgbox {
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_text_hd2 {
    font-size: 16px;
}
.inner_cntbox {
    padding: 30px 15px;
    margin-top: 30px;
}
.left-sec-contact-information {
    margin-bottom: 50px;
}

}


@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) {
.serve_textbox::before {
    top: -110px;
    height: 115px;
    background-size: cover;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner_disc {
    background: none;
    padding: 0;
}
.serve_textbox::before {
    top: -70px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner_disc {
    background: none;
    padding: 0;
}
.serve_textbox::before {
    top: -70px;
}
}


/* 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) {
.serve_emergeny {
    font-size: 15px;
}
.header_toptext {
    font-size: 13px;
    margin-right: 10px;
}
.primary-navigation a {
    font-size: 14px !important;
}
.primary-navigation li {
    margin-left: 15px !important;
}
.logo_img img {
    width: 180px;
}
.hd_contact, .form_boxmain .box .btn {
    padding: 12px 24px;
    font-size: 14px;
}
.serve_textbox::before {
    top: -40px;
}
}

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

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

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

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

@media screen and (min-width: 2550px) {
.banner_disc {
    left: 24%;
}
}   