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

/*--- header section start ---*/
.head_bg {
    background: #fff;
}
.header_nav ul li {
    display: inline-block;
    margin-right: 15px;
}
.header_nav ul li:last-child{
    margin-right: 0;
}
.header_nav ul li li {
    margin-right: 0;
    text-align: left;
}
.header_nav ul li.active a{
    color: #57217f;
}
.header_nav ul li a {
color: #4d4d4d;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.header_nav ul li a:hover{
    color: #35c1ef;
}
.header_rightbox a {
    margin-left: 5px;
}
.header_rightbox img {
    width: 14px;
}
.header_logo {
    display: flex;
    align-items: center;
}
.logo_img img {
    width: 220px;
}
.partner_logo {
    border-left: 1px solid #cfcfcf;
    margin-left: 15px;
    padding-left: 15px;
}
.partner_logo img {
    width: 150px;
}
.hd_contact {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 4px) no-repeat,
                linear-gradient(40deg, #132777 0%, #1f74b7 50%, #030c2e 100%);
    box-sizing: content-box;
    border-radius: 4px;
    padding: 12px 28px;
    display: inline-block;
    color: #06113b;
    font-weight: 600;
    transition: all 500ms ease-in-out;
    font-size: 15px;
}
.hd_contact:hover {
    color: #06113b;
    box-shadow: inset 0 80px #51e5ff;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -38px;
}
/*--- banner section start ---*/
.banner_info {
    position: relative;
    margin-top: 65px;
    background: linear-gradient(90deg, #000f49 0%, #142978 52%, #010a2a 99%, #010a2a 100%);
    padding: 140px 0 125px;
    z-index: 0;
}
.banner_info::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/baner_backimg.png);
    z-index: -1;
}
.banner_texthd {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 20px;
}
.banner_texthd strong {
    color: #51e6ff;
    font-weight: 500;
}
.banner_btn {
    font-size: 15px;
    background: #51e5ff;
    color: #000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
}
.banner_btn2 {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 25px;
    margin-left: 12px;
}
.banner_btn:hover{
    box-shadow: inset 0 80px #fff;
    color: #29436f;
}
.mission_info {
    background: #04134b;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 22px 0;
}
/*-- banner section end --*/

/*--- support section start ---*/
.support_info{
    background: #f3faff;
    padding: 70px 0 45px;
}
.support_box {
    border-radius: 4px;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.07);
    padding: 30px 16px;
    background: #fff;
    min-height: 100%;
}
.support_texthd {
    font-size: 17px;
    color: #2a446f;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 18px;
}
.support_text {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 24px;
}
/*--- support section end --*/

/*--- about section start --*/
.about_info{
    background: #f3faff;
    padding-bottom: 50px;
}
.main_btn ,.form_boxmain .box .btn{
    background: #29436f;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    transition: all 500ms ease-in-out;
}
.main_btn:hover ,.form_boxmain .box .btn:hover{
    color: #fff;
    box-shadow: inset 0 80px #35c1ef;
}
.main_text_hd {
    font-size: 26px;
    color: #181818;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
}
.main_text_para {
    font-size: 16px;
    color: #3f3e3e;
    font-weight: 500;
}
.main_ttleft_bd{
    border-left: 4px solid #51e6ff;
    padding-left: 15px;
}
.about_imgright{
    padding-left: 35px;
}
/*--- about section end --*/

/*--- servicea section start --*/
.services_info {
    padding: 60px 0 30px;
}
.services_backbox {
    padding: 0 80px;
    margin-top: 40px;
    position: relative;
}
.services_backbox::before {
    position: absolute;
    content: "";
    top: 42%;
    right: 0;
    width: 261px;
    height: 261px;
    border-radius: 100%;
    background: linear-gradient(3deg, #2fb9ed 0%, #dcf9ff 100%);
    z-index: -1;
    transform: translatey(-50%);
    opacity: 39%;
}
.services_box {
    box-shadow: 0px 6px 8px rgba(0,0,0,0.07);
    border-radius: 4px;
    background: #fff;
    min-height: 100%;
    cursor: pointer;
}
.services_textbox {
    padding: 25px 30px 35px;
    text-align: center;
}
.small_text_hd {
    font-size: 15px;
    color: #2a446f;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 6px;
}
.services_text_hd {
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}
.services_text_para {
    font-size: 14px;
    color: #1d1d1d;
}
.services_toptext .main_text_hd {
    font-size: 35px;
}
.services_imgbox img {
    border-radius: 4px 4px 0 0;
    height: 252px;
    object-fit: cover;
}

/*--- services section end --*/

/*-- value section start --*/
.value_info {
    padding: 60px 0;
	background: #f3faff;
}
.value_leftimg{
    padding-right: 20px;
    position: relative;
}
.value_leftimg img {
    border-radius: 5px;
}
.value_leftimg::before {
    position: absolute;
    content: "";
    bottom: -50px;
    right: 55px;
    width: 166px;
    height: 166px;
    border-radius: 83px;
    background-color: #35c2f0;
    z-index: -1;
}
.value_rightbox {
    position: relative;
    padding-left: 25px;
}
.value_rightbox::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 226px;
    background-color: #2a446f;
}
.value_texthd{
    font-size: 30px;
    color: #2a446f;
    font-weight: bold;
}
.value_faqbox .omsc-accordion {
    border: none !important;
}
.value_faqbox .omsc-toggle-title {
    padding: 10px 0 !important;
    background: none !important;
    border-bottom: 0 !important;
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
.value_faqbox .omsc-toggle-inner {
    padding: 8px 0 !important;
}
.value_faqbox .omsc-toggle-title:after {
    right: 0 !important;
    left: auto !important;
    background: url(../images/arrow_smbottom.png) no-repeat;
    font-size: 0;
    width: 15px;
    height: 9px;
    transform: translatey(-50%);
    top: 50%;
}
.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
    background: url(../images/arrow_smtop.png) no-repeat;
}
.value_faqbox .omsc-toggle {
    border: none !important;
    border-bottom: 1px solid rgb(0 0 0 / 12%) !important;
}
/*-- value section end --*/

/*-- partner section start --*/
.partner_info {
    background: #050d4d;
    padding: 55px 0;
}
.partner_leftbox {
    padding: 0 30px;
    position: relative;
    border-left: 1px solid rgb(255 255 255 / 10%);
}
.partner_leftbox::before {
    position: absolute;
    content: "";
    top: 35px;
    left: -2px;
    width: 4px;
    height: 41px;
    background-color: #35c2f0;
}
.partner_texthd{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.partner_texthd strong {
    font-size: 35px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}
.partner_leftbox .main_text_para {
    font-size: 14px;
    color: #fff;
    padding: 20px 0 24px;
}
.partner_rightbox {
    padding-left: 20px;
}
.part_rightimgbox {
    width: 48%;
    flex: 0 0 48%;
    margin: 0 6px;
}
.part_rightimgbox img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 4px;
}

/*-- partner section end --*/

/*-- blog section start --*/
.blog_info {
    padding: 95px 0 60px;
    position: relative;
    overflow: hidden;
}
.blog_info::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 4px;
    background: #35c1ef;
}
.blog_mainbox {
    padding-right: 40px;
}
.blog_imgbox {
    margin-bottom: 25px;
}
.blog_imgbox img {
    width: 100%;
}
.blog_date {
    font-size: 13px;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 6px;
}
.blog_text_hd {
    font-size: 23px;
    color: #0a1441;
    line-height: 35px;
    padding-bottom: 15px;
}
.blog_text_para {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
}
.blog_rightboxinfo {
    margin-bottom: 40px;
}
.blog_boxright .blog_rightboxinfo:last-child {
    margin-bottom: 0;
}
.blog_rightimg img {
    width: 260px;
    height: 163px;
    object-fit: cover;
    border-radius: 5px;
}
.blog_righttextbox {
    width: 47%;
    margin-left: 14px;
}
.blog_righttextbox .blog_text_hd {
    font-size: 20px;
    line-height: 25px;
}
.blog_imgbox img {
    border-radius: 10px;
}
/*-- blog section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 45px 0 25px;
    background: #000623 url(../images/footer_backimg.png) no-repeat;
    background-size: 55%;
    background-position: bottom 80px right 115px;
}
.footer_hd_text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 24px;
}
.footer_socialicon {
    width: 44px;
    height: 44px;
    background: #001ea5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.footer_head2 {
    padding-left: 5px;
}
.ft_bdright {
    border-right: 1px solid rgb(255 255 255 / 10%);
}
.footer_list ul{
	padding: 0;
	margin: 0;
}
.footer_list ul li {
    padding-bottom: 4px;
    list-style: none;
}
.footer_list ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer_list ul li a:hover{
    color: #51e5ff;
}
.ft_socialtopbox{
    margin-top: 20px;
}
.footer_copy_text {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 12px 0 0;
    margin-top: 28px;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}
.footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #51e5ff;
}
/*---- footer section end ----*/

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

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

/*-- inner page start --*/
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/blog_img01.jpg") #000f49 no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 280px 0 50px !important;
    margin: 0px 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;
}
.page{
   margin-top: 0 !important;
}
.breadcrumb-container {
    width: 100%;
    color: #35c1ef;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #35c1ef;
}
.breadcrumb-container a:hover {
    color: #fff;
}
.inner_text_hd {
    font-size: 28px;
    font-weight: 600;
    color: #050606;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_text_hd strong {
    color: #2a446f;
    font-weight: 600;
}
.inner_text_para {
    font-size: 15px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_text_para p{
    margin-bottom: 10px;
}
.inner_page_list ul{
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
    background: url(../images/checkmark.png) no-repeat left 5px;
    font-size: 15px;
    color: #111;
    padding: 0px 0 8px 25px;
    line-height: 25px;
    font-weight: 500;
    list-style: none;
    background-size: 20px;
}
.inner_page_list ul li strong {
    color: #2a446f;
    font-weight: 600;
}
.inner_page_list2 strong {
    display: block;
}
.inner_serveinfo {
    background: #f3faff;
    padding: 50px 0;
    margin-top: 40px;
}
.inner_serveinfo2 {
    background: #f7f7f7;
}
.inner_servebox {
    background: #fff;
    min-height: 100%;
    padding: 15px 15px;
    box-shadow: 0px 0px 10px -7px #444444;
    border-radius: 5px;
    border-left: 5px solid #35c2f0;
}
.inner_servebox .inner_text_hd {
    font-size: 18px;
    color: #35c2f0;
    line-height: 25px;
    margin-bottom: 10px;
}
.cnt_innerbox {
    background: url(../images/cnt_backimg.png) #35c2f0 center no-repeat;
    padding: 40px 25px;
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-size: 100%;
    background-attachment: fixed;
}
.inner_text_para strong {
    color: #2a446f;
    font-weight: 600;
}
.inner_text_hd2 {
    font-size: 19px;
    color: #2a446f;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px;
}
.inner_pg_img img {
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
}
.inner_tableinfo {
    background: #f1f1f1;
    padding: 50px 0;
}   
.table_bgcolor {
    background: #2a446f;
    color: #fff;
}
.inner_tablebox tbody > tr > td:first-child {
    color: #1351b7;
    font-weight: 500;
}
.contact_left_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}
.cont_left_icon {
    width: 35px;
    height: 35px;
    background: #2a446f;
    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;
}
.contact_left_text a:hover{
	color: #2a446f;
}
.form_cnthd {
    font-size: 14px;
    color: #2a446f;
    margin-bottom: 10px;
}
.form_cnthd p {
    margin-bottom: 0;
}
.form_boxmain .box .form-control {
    border: 1px solid #2a446f;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    box-shadow: none;
}
.form_boxmain .box textarea {
    height: 92px;
    resize: none;
}
.error_container {
   display: flex;
   min-height: 100vh;
   align-items: center;
   text-align: center;
}
.wp-block-latest-posts li{
	border-bottom: 1px solid #b5b5b5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.industries_imgbox img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
    border-radius: 10px;
}
.industries_servebox {
    box-shadow: 0px 6px 8px rgba(0,0,0,0.07);
}
.indust_textbox {
    padding: 20px 15px;
    text-align: center;
}
.indust_textbox .inner_text_hd {
    font-size: 20px;
    color: #29436f;
}
.page-id-20 .page .entry-header::before ,.page-id-16 .page .entry-header::before{
	background: none;
}
.chat_icon img {
    width: 50px;
}
.inner_chatbox .inner_text_hd {
    font-size: 18px;
    color: #29436f;
    line-height: 25px;
    margin: 10px 0;
}
.inner_chatbox .inner_text_para {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
}
.inner_chatbox {
    padding: 20px;
    border-radius: 10px;
    background: #ebfbff;
    margin-top: 35px;
}
.left-sec-contact-information {
    padding-right: 25px;
}
.page-id-16 .entry-header {
    display: none;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #35c1ef;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #001ea5;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.ft_partner img {
  width: 130px;
}
/*--- Responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_nav ,.header_right_icon {
    display: none;
}
.head_bg {
    padding: 15px 0;
}
.logo_img img {
    width: 150px;
}
.partner_logo img {
    width: 100px;
}
.partner_logo {
    margin-left: 10px;
    padding-left: 10px;
}
.banner_info {
    margin-top: 48px;
    padding: 40px 0 40px;
}
.banner_texthd {
    font-size: 26px;
    line-height: 30px;
}
.banner_rightimgbox {
    margin-bottom: 25px;
}
.banner_btn {
	font-size: 14px;
	padding: 10px 20px;
}
.support_info {
    padding: 40px 0;
}
.support_flexbox {
    width: 100%;
    flex: 0 0 100%;
}
.main_text_hd {
    font-size: 23px;
    line-height: 30px;
}
.about_imgright {
    padding-left: 0;
    margin-bottom: 30px;
}
.services_info {
    padding: 40px 0 30px;
}
.services_toptext .main_text_hd {
    font-size: 25px;
}
.services_backbox {
    padding: 0 0px;
    margin-top: 30px;
}
.services_textbox {
    padding: 15px 15px 20px;
}
.services_text_hd {
    font-size: 16px;
    line-height: 22px;
}
.value_info {
    padding: 40px 0;
}
.partner_texthd strong {
    font-size: 26px;
}
.partner_rightbox {
    padding-left: 0;
    margin-bottom: 40px;
}
.partner_leftbox {
    padding: 0 12px;
}
.blog_info {
    padding: 40px 0 40px;
}
.blog_rightboxinfo {
    display: block !important;
    margin-top: 35px;
}
.blog_text_hd {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
}
.blog_mainbox {
    padding-right: 0;
}
.blog_rightimg img {
    width: 100%;
    height: 190px;
    margin-bottom: 15px;
}
.blog_righttextbox {
    width: 100%;
    margin-left: 0;
}
.footer_head {
    margin-bottom: 40px;
}
.footer_copy_text {
    padding: 10px 0 40px;
    margin-top: 5px;
    margin-left: 0;
}
.footer_bg {
    background-size: 100%;
    background-position: bottom 0 right 0;
}
#back_to_top {
    bottom: 50px;
}
.page .entry-header, .blog_page_header {
    padding: 160px 0 40px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.left-sec-contact-information {
    padding-right: 0;
    margin-bottom: 30px;
}
.inner_text_hd {
    font-size: 25px;
    line-height: 30px;
}
.inner_pg_img {
    margin-bottom: 30px;
}
.inner_serveinfo {
    padding: 30px 0;
    margin-top: 30px;
}
.ft_bdright{
	border: none;	
}

}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.support_flexbox {
    width: 50%;
    flex: 0 0 50%;
}
.blog_rightimg img {
    width: 260px;
    height: 163px;
    margin-bottom: 0;
}
.blog_rightboxinfo {
    display: flex !important;
    margin-top: 0;
}
.blog_righttextbox {
    width: 90%;
    margin-left: 15px;
}
.blog_righttextbox .blog_text_hd {
    font-size: 16px;
    line-height: 22px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.support_flexbox {
    width: 50%;
    flex: 0 0 50%;
}
.blog_rightimg img {
    width: 260px;
    height: 163px;
    margin-bottom: 0;
}
.blog_rightboxinfo {
    display: flex !important;
    margin-top: 0;
}
.blog_righttextbox {
    width: 90%;
    margin-left: 15px;
}
.blog_righttextbox .blog_text_hd {
    font-size: 16px;
    line-height: 22px;
}
}

/* 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) {
.support_info {
    padding: 70px 25px 45px;
}
.value_info {
    padding: 60px 25px;
}
}

@media screen and (min-width: 1624px) {
.support_info {
    padding: 70px 50px 45px;
}
.value_info {
    padding: 60px 50px;
}
}

@media screen and (min-width: 1920px) {
.support_info {
    padding: 70px 100px 45px;
}
.value_info {
    padding: 60px 100px;
}
}

@media screen and (min-width: 2048px) {
.support_info {
    padding: 70px 200px 45px;
}
.value_info {
    padding: 60px 200px;
}
}

@media screen and (min-width: 2550px) {
.support_info {
    padding: 70px 260px 45px;
}
.value_info {
    padding: 60px 260px;
}
}   