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

/*--- header section start ---*/
.head_bg {
    background: #fff;
}
.logo_img img {
    width: 152px;
}
.header_nav ul li:first-child{
    margin-left: 0;
}
.hd_contact ,.contact_formcode .box .btn{
    padding: 14px 28px;
    display: inline-block;
    color: #fff;
    transition: all 500ms ease-in-out;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(87deg, #e7033b 0%, #f3a537 100%);
}
.hd_contact:hover ,.contact_formcode .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #000;
}
.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;
    margin-top: 130px;
    z-index: 0;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 22%);
}
.banner_info::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner_bgshapeimg.png) no-repeat top left;
    z-index: 1;
}
.banner_cont {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.banner_disc {
    max-width: 630px;
}
.banner_texthd {
    font-size: 65px;
    line-height: 68px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    /* font-family: HeimatDidone; */
    font-family: Montserrat;
    margin-bottom: 20px;
}
.banner_textpara{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px;
}
/*-- banner section end --*/

/*--- mission section start --*/
.mission_info{
    padding: 130px 0 110px;
	overflow: hidden;
}
.main_text_hd {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #040404;
    font-weight: bold;
/*     font-family: HeimatDidone; */
	font-family: Montserrat;
}
.main_text_para{
    color: #040404;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}
.mission_rtcar {
    width: 500px;
}
.miss_leftimg {
    margin-right: 30px;
}
.miss_leftimg img {
    height: 490px;
    object-fit: cover;
    border-radius: 15px;
	width: 100%;
}
.cta_missbox {
    background: #1b110b;
    border-radius: 15px;
    text-align: center;
    padding: 50px 0 45px;
    margin-left: 40px;
    width: 325px;
}
.mission_iconcall img {
    width: 60px;
    margin-bottom: 15px;
}
.miss_calltext {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.miss_calltext a{
    font-size: 24px;
    line-height: 25px;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-weight: 600;
}
/*--- mission section end --*/

/*-- weare section start --*/
.weare_leftimg{
    height: 100%;
}
.weare_leftimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weare_rightbox{
/*     background: #d34d0d url(../images/weare_bgimg.png) no-repeat center;
    background-size: cover; */
	background: #d34d0d;
    padding: 70px 100px 70px 90px;
    min-height: 100%;
}
.weare_listbox ul{
    padding: 0;
    margin: 0;
}
.weare_listbox ul li {
    background: url(../images/rightarrow_check.png) no-repeat left 4px;
    font-size: 20px;
    line-height: 22px;
    background-size: 14px;
    padding: 0 0px 15px 20px;
    color: #fff;
}
/*-- weare section end --*/

/*--- serve section start --*/
.services_info{
    padding: 100px 0;
}
.main_smalltext {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    background: #E7043B;
    background: linear-gradient(90deg, rgb(231 4 59) 38%, rgba(244, 166, 56, 1) 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}
.main_smalltext2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}
.services_itembox {
    border-right: 1px solid rgb(26 26 26 / 20%);
    border-bottom: 1px solid rgb(26 26 26 / 20%);
    text-align: center;
    padding: 35px 25px;
}
.services_itembox2{
    border-bottom: 0;
}
.serve_bdrt{
    border-right: 0;
}
.serve_icon img {
    width: 60px;
}
.serve_texthd {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 25px;
    height: 55px;
    margin-top: 12px;
}
.serve_link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: #E7043B;
    background: linear-gradient(90deg, rgba(231, 4, 59, 1) 0%, rgba(244, 166, 56, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 18px;
    display: inline-block;
}
/*--- serve section end --*/

/*-- support section start --*/
.support_info{
    padding: 80px 0;
/*     background: #000 url(../images/step_bgimg.jpg) no-repeat center;
    background-size: cover; */
    position: relative;
    z-index: 0;
	background: #E7033B;
    background: linear-gradient(90deg, rgb(231 3 59) 0%, rgb(243 165 55 / 80%) 100%);
}
.support_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    z-index: -1;
}
.support_box {
    text-align: center;
    padding: 0 30px;
}
.support_numb {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    border: 1px dashed #000000;
}

/* .support_numb::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fireshape_suppicon.png) no-repeat center;
    background-size: 83px;
    z-index: -1;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(150deg) brightness(108%) contrast(100%);
} */
.supp_text{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin-top: 15px;
	
}
.supp_itembox {
    margin-top: 42px;
}
.supp_rtarrow{
    position: relative;
    z-index: 0;
}
.supp_rtarrow::before {
    position: absolute;
    content: "";
    top: 35px;
    right: -45px;
    width: 100%;
    height: 100%;
    background: url(../images/supp_rotarrow.png) no-repeat top right;
    background-size: 70px;
    z-index: -1;
}
/*-- support section end --*/

/*-- contact form section end --*/
.contactform_info{
    padding: 100px 0 120px;
}
.contactform_leftbox {
    background: #f7f7f7;
    padding: 50px 20px 35px 20px;
    border-radius: 20px;
    margin-right: 35px;
}
.cont_itembox {
    display: flex;
    margin-top: 45px;
}
.cont_iconbox img{
    width: 37px;
}
.cont_textbox {
    width: 80%;
    margin-left: 20px;
}
.cont_textbox ,.cont_textbox a{
    font-size: 18px;
    color: #181818;
    font-weight: 600;
}
.cont_textbox strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.cont_textbox a:hover{
    color: #e7033b;
}
.contact_formcode .box .form-control {
    background: #f1f1f1;
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    width: 100%;
    outline: none;
    box-shadow: none;
}
.form_cnthd {
    font-size: 14px;
    color: #0b0b0b;
    margin-bottom: 10px;
}
.form_cnthd p{
    margin-bottom: 10px;
}
.contact_formcode .box textarea{
    height: 130px;
    resize: none;
}
.gallery_codebox img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.footer_mapinfo iframe{
	margin-bottom: 0 !important;
}
/*-- contact form section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding-top: 90px;
    background: #363430;
}
.footer_logoimg {
    width: 213px;
    display: block;
    margin-bottom: 50px;
}
.footer_hd_text {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
/*     font-family: HeimatDidone; */
	font-family: Montserrat;
    text-transform: uppercase;
}
.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: 16px;
}
.footer_list ul li a:hover{
    color: #e7033b;
}
.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: #e7033b;
}
.footer_social a{
   margin-bottom: 10px;
}
.footer_cnt_img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(87deg, #e7033b 0%, #f3a537 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.footer_cnt_img img {
    width: 12px;
}
.footer_socialbox a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(87deg, #e7033b 0%, #f3a537 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer_socialbox img {
    width: 14px;
}
.footer_copy_text {
    padding: 22px 0 25px;
    border-top: 1px solid #fff;
    margin-top: 65px;
    font-size: 14px;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #e7033b;
}
/*---- 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(87deg, #e7033b 0%, #f3a537 100%);
    border: 1px solid #fff;
    padding: 17px;
}

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

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner_img01.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 50px !important;
    margin: 130px 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: Montserrat;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}
.inner_teambox {
    padding: 30px 20px;
    min-height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px -1px #c3c3c3;
    text-align: center;
}
.inner_teamimgbox img {
    width: 250px;
    height: 250px !important;
    object-fit: cover;
    border-radius: 100%;
    border-top: 4px solid #e80e3b;
    border-bottom: 4px solid #f29937;
}
.inner_teamtthd {
    font-size: 22px;
    color: #000;
    font-weight: bold;
/*     font-family: HeimatDidone; */
	font-family: Montserrat;
    margin: 18px 0 10px;
    line-height: 25px;
}
.inner_teamttpara {
    font-size: 15px;
    color: #484848;
    text-align: justify;
    text-align-last: center;
}
.inner_text_hd {
    font-size: 30px;
    font-weight: bold;
/*     font-family: HeimatDidone; */
	font-family: Montserrat;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
}
.inner_text_hd strong{
	color: #e7033b;
}
.inner_brandinfo ,.inner_cntbox{
    background: linear-gradient(87deg, #e7033b 0%, #f3a537 100%);
    padding: 50px 25px 40px;
    margin-top: 50px;
	text-align: center;
}
.inner_cntbox .inner_text_hd ,.inner_cntbox .inner_text_para{
	color: #fff;
}
.brand_icon {
    background: #fff;
    box-shadow: 0px 0px 6px -4px #000;
    padding: 10px;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: linear-gradient(87deg, #e7033b 0%, #f3a537 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;
}
.inner_text_para{
    font-size: 15px;
    color: #111;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_pg_pointlt ,.inner_page_list{
    margin-bottom: 15px;
}
.inner_pg_pointlt ul ,.inner_page_list ul{
    margin: 0;
    padding: 0;
}
.inner_pg_pointlt ul li ,.inner_page_list ul li{
    background: url(../images/checkpoints.png) no-repeat left 5px;
    font-size: 15px;
    color: #111;
    padding: 0px 0 9px 26px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 18px;
}
.inner_page_list ul li{
    background: url(../images/checke_list.png) no-repeat left 5px;
    background-size: 18px;
}
.inner_page_list2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
}
.serve_inneritem {
    border: 1px solid #e6e6e6;
    padding: 20px;
    min-height: 100%;
    border-radius: 10px;
}
.inner_svicon {
    width: 50px;
}
.serve_inneritem .inner_text_hd {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    text-transform: uppercase;
}
.serve_inneritem .inner_text_para {
    font-size: 14px;
    color: #484848;
}
.inner_serveinfo {
    margin-top: 50px;
}
.inner_text_hd2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}
.othsv_info .serve_inneritem .inner_text_hd{
	margin-top: 0;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    display: flex;
}
.footer_btn1 {
    width: 50%;
    background: #e7033b;
    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: #f3a537;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
    display: inline-block;
}
.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.error_container img {
    width: 200px;
}
/*--- responsive css start ---*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_right_icon ,.header_nav{
	display: none;
}
.head_bg {
    padding: 6px 0;
}
.logo_img img {
    width: 100px;
}
.rmp-menu-title-image {
    background: #fff;
    padding: 15px;
    width: 170px;
    margin-bottom: 50px !important;
}
.banner_info {
    margin-top: 78px;
}
.banner_info img {
    height: 260px;
    object-fit: cover;
}
.banner_disc {
    max-width: 320px;
}
.banner_texthd {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}
.banner_textpara {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
}
.hd_contact, .contact_formcode .box .btn{
    padding: 12px 25px;
    font-size: 15px;
}
.cta_missbox {
    padding: 30px 0;
    margin-left: 0;
    width: auto;
}
.mission_info {
    padding: 50px 0;
}
.miss_leftimg {
    margin-right: 0;
    margin-bottom: 40px;
}
.miss_leftimg img {
    height: auto;
}
.main_text_hd {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
}
.cta_missbox {
    padding: 25px 0;
    margin-left: 0;
	margin-top: 40px;
}
.weare_rightbox {
    padding: 40px 20px 30px 20px;
}
.services_info {
    padding: 45px 0;
}
.services_itembox {
    border-right: 0;
    padding: 20px;
}
.services_itembox2 {
    border-bottom: 1px solid rgb(26 26 26 / 20%);
}
.support_info ,.contactform_info{
    padding: 40px 0;
}
.main_smalltext2 {
    font-size: 22px;
    line-height: 32px;
}
.supp_itembox {
    margin-top: 0;
}
.supp_rtarrow::before{
    display: none;
}
.contactform_leftbox {
    margin-right: 0;
    margin-bottom: 40px;
}
.cont_flexbox {
    display: block !important;
}
.cont_itembox {
    margin-top: 30px;
}
.cont_textbox, .cont_textbox a {
    font-size: 16px;
}
.inner_brandinfo, .inner_cntbox {
    padding: 35px 15px 20px;
	margin-top: 30px;
}
.footer_bg {
    padding-top: 50px;
}
.footer_logoimg {
    width: 150px;
    margin-bottom: 25px;
}
.footer_head {
    padding-left: 0;
    margin-bottom: 30px;
}
.footer_hd_text {
    font-size: 20px;
    margin-bottom: 15px;
}
.footer_copy_text {
    padding: 15px 0 60px;
    margin-top: 0;
    font-size: 13px;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 115px 0 40px !important;
    margin: 75px 0 0 !important;
}
.page .entry-title, .blog_page_title {
    font-size: 25px;
}
.inner_text_hd {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_teamtthd {
    font-size: 20px;
}
.inner_imgbox {
    margin-bottom: 40px;
}
.inner_serveinfo {
    margin-top: 30px;
}
.contact_left_text {
    font-size: 16px;
}
}



@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) {
.serve_texthd {
    font-size: 18px;
    line-height: 23px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.serve_texthd {
    font-size: 18px;
    line-height: 23px;
}
}

/* 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) {
.hd_contact, .contact_formcode .box .btn {
    padding: 12px 22px;
    font-size: 15px;
}
}

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

}   
