/*!
Theme Name: Primestream Energy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: primestream-energy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
  font-family: 'Poppins-Bold';
  src: url("./fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url("./fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url("./fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url("./fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url("./fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Black';
  src: url("./fonts/Poppins-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Poppins-Light';
  src: url("./fonts/Poppins-Light.ttf") format("truetype");
}

body{
	padding:0px;
	margin:0px;
	color:#000000;
}

img,svg{
	max-width:100%;
}

p,a,li{
	font-size:16px;
	font-family: 'Poppins-Regular';
	line-height:30px;
}


h1,h2,h3{
	font-family: 'Poppins-Bold';
}

/* header css */

section.announcement_bar {
    background: #164883;
    padding: 5px 0px;
}

.announcement_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.announcement_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
}

.announcement_left a {
    line-height: normal;
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    color: #fff;
    font-family: 'Poppins-Medium';
}

.announcement_left a {
    gap: 6px;
}

.announcement_left a img {
    height: 25px;
}

.announcement_left a:hover {
    color: #57AE47;
}

section.announcement_bar p, section.announcement_bar a {
    line-height: normal;
    margin: 0px;
}

ul.social_media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 0px;
    grid-gap: 6px;
}

.announcement_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.social_media li a img {
    height: 25px;
    filter: invert(1);
}

ul.social_media li a:hover img {
    opacity: 0.5;
}

.announcement_right p {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin-right: 7px !IMPORTANT;
}

.announcement_center {
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

header.header_section {
    position: sticky;
    top: 0px;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 7px 0px;
    z-index: 999;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menubar_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Poppins-SemiBold';
    height: auto;
    color: #000000;
    padding: 0px 18px;
    font-size: 17px;
}

div#mega-menu-wrap-menu-1 {
    background: transparent !IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !IMPORTANT;
    color: #57AE47;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent !IMPORTANT;
    color: #57AE47;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background: transparent !IMPORTANT;
    color: #57AE47;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    font-family: 'Poppins-SemiBold';
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #57AE47 !IMPORTANT;
    color: #fff;
}

.button_group {
    gap: 10px;
}
.header-logo img {
    width: 200px;
}
.button_group a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    text-decoration: none;
    height: 45px;
    padding: 0px 20px;
    min-width: 191px;
    border-radius: 8px;
    font-family: 'Poppins-SemiBold';
    color: #000;
    transition: 0.5s;
}

a.blue_button {
    border-color: #57AE47;
    color: #57AE47;
}

a.blue_button:hover {
    background: #57AE47;
    color: #fff;
}


/* header css */


/* hero css */

section.hero_section {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 134px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

div#main-banner-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

section.hero_section .container {
    position: relative;
    z-index: 9;
}

.hero_content h5 {
    display: inline-block;
    background: rgba(255 255 255/27%);
    font-family: 'Poppins-SemiBold';
    letter-spacing: 1.6px;
    color: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 16px;
}

.hero_content h1 {
    font-size: 54px;
    color: #fff;
    text-shadow: 2px 2px 0px black;
}

.hero_content p {
    color: #fff;
    padding: 0px 10%;
}

.banner-img-slide {
    position: relative;
}

.banner-img-slide:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(22 72 131/50%);
}

a.green_button {
    border-color: #57AE47;
    color: #fff;
    background: #57AE47;
}

a.green_button:hover {
    background: #2d5a8f;
}

a.trasparant_button.white_border {
    border-color: #fff;
    color: #fff;
}

a.trasparant_button.white_border:hover {
    background: #2d5a8f;
}

.swiper-pagination span {
    border: 1px solid #FFFFFF;
    opacity: 1;
    height: 15px;
    width: 15px;
    background: transparent;
    position: relative;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content:'';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 65%;
    width: 65%;
    border-radius: 50%;
    background: #FFFFFF;
}

/* hero css */

/* dark blue css */

section.dark_blue_section {
    background: linear-gradient(
90deg, #164883, #0B2442);
    padding: 30px 0px;
}

.dark_blue_content h2 {
    font-family: 'Poppins-SemiBold';
    font-size: 30px;
    margin: 0px;
}

.white-text h2 {
    color: #fff;
}

.dark_blue_content {
    gap: 35px;
	flex-wrap:wrap;
	justify-content:center;
}

a.white_button {
    background: #fff;
    border-color: #fff;
}

a.white_button:hover {
    background: #57ae47;
    border-color: #57ae47;
    color: #fff;
}

/* dark blue css */

/* about css */

section.about_section {
    margin: 70px 0px;
}

.title_text h2 {
    color: #000000;
    font-size: 41px;
}

p {
    margin-bottom: 15px;
}

a.green_border_button {
    border-color: #57AE47;
    color: #57AE47;
}

a.green_border_button:hover {
    background: #57AE47;
    color: #fff;
}

/* about css */

/* service css */

section.service_section {
    background: #F6F6F6;
    padding: 60px 0px;
}

.service_block {
	background: #fff;
	padding: 20px 7px;
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
}

.service_block:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
}

.service_block_content h2, .service_block_content h2 a {
    color: #000000;
    text-decoration: none;
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    line-height: 29px;
}

.service_block_content {
    padding: 14px;
    height: 184px;
    overflow: hidden;
}

.service_block_content p {
    font-family: 'Poppins-Light';
    font-size: 15px;
    line-height: 25px;
}

.service_slider .swiper-pagination {
    position: static !important;
    margin-top: 25px;
}

.service_slider .swiper-pagination span {
    border-color: #000000;
}

.service_slider .swiper-pagination span.swiper-pagination-bullet-active:before {
    background: #57AE47;
}

.service_block:hover {
    background: #164883;
}

.service_block:hover h2, .service_block:hover h2 a, .service_block:hover p {
    color: #fff;
}

.service_block img {
    width: 100px;
}

/* service css */

/* mission css */

section.mission_section {
    padding: 70px 0px;
}

.expertise_block {
    text-align: center;
    color: #fff;
    padding: 0px 24px;
}

.expertise_block img {
    margin-bottom: 15px;
    height: 67px;
}

.expertise_block h2 {
    font-size: 41px;
}

section.mission_section .col-md-4 {
    border-right: 1px solid #ffffff26;
}

section.mission_section .col-md-4:last-child {
    border: none;
}

/* mission css */

/* product css */

section.product_section {
    padding: 70px 0px;
}

.product_block {
    text-align: center;
}

.product_block h3 {
    font-size: 16px;
}

.product_block img {
    border-radius: 16px;
    height: 295px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.product_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 25px;
}

.product_slider .swiper-pagination span {
    border-color: #000000;
}

.product_slider .swiper-pagination span.swiper-pagination-bullet-active:before{
    background:#57ae47;
}

/* product css */

/* industry css */

section.industry_section {
    background: #EFF0F2;
    padding: 70px 0px;
}

section.industry_section .row {
    gap: 25px 0px;
}

.industry_block_main {
    background: #FFFFFF;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 20px #00000017;
    padding: 10px;
}

.industry_block {
    border: 1px solid #164883;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    height: 100%;
}

.industry_block p {
    margin: 0px;
}

.industry_block img {
    height: 67px;
    margin-bottom: 15px;
}

.industry_block h3 {
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
}

.industry_block p {
    font-family: 'Poppins-Light';
    line-height: 25px;
    font-size: 15px;
}

.industry_block_main:hover {
    background: #164883;
}

.industry_block_main:hover .industry_block {
    border-color:#fff;
}

.industry_block_main:hover .industry_block h3, .industry_block_main:hover .industry_block p{
    color:#fff;
}

/* industry css */


/* certificates css */

section.certificates_section {
    margin: 60px 0px;
}

.certificates_block img {
    margin-bottom: 15px;
}

.certificates_block {
    text-align: center;
}

.certificates_block h3 {
    font-size: 16px;
}

section.contact_section {
    background: #0B2442;
    padding: 60px 0px;
}

.white-text h2, .white-text p {
    color: #fff;
}

.info_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 13px;
}

.info_row.aligh-items-start {
    align-items: start;
}

.info_row img {
    width: 30px;
}

.info_data {
    width: calc(100% - 30px);
    padding-left: 8px;
}

.info_data a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins-Regular';
}

.info_data a:hover {
    color: #57ae47;
}

.contact_block {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.contact_block h2 {
    margin-bottom: 16px;
}

.form_block p {
    margin: 0px;
}

.form_block input {
    width: 100%;
    height: 45px;
    background: #EFF0F2;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    border-radius: 10px;
    padding: 5px 18px;
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}

.form_block input[type="submit"] {
    background: #57AE47;
    color: #fff;
    font-family: 'Poppins-SemiBold';
}

.form_block input[type="submit"]:hover {
    background: #2d5a8f;
}

.form_block textarea {
    width: 100%;
    height: 100px;
    background: #EFF0F2;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    border-radius: 10px;
    padding: 5px 18px;
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 14px;
}


.form_row {
    display: flex;
    flex-wrap: wrap;
}

.half_block {
    width: 50%;
    padding: 0px 5px;
}

.full_block {
   width: 100%;
    padding: 0px 5px; 
}

.input_field {
    margin-bottom: 10px;
}

.certificates_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 25px;
}

.certificates_slider .swiper-pagination span {
    border-color: #000;
}

.certificates_slider .swiper-pagination span.swiper-pagination-bullet-active:before{
    background:#57ae47;
}

/* certificates css */


/* footer css */


footer {
    background: #EFF0F2;
    padding: 50px 0px;
    border-top: 4px solid #57AE47;
}

.row.footer_row {
    justify-content: space-between;
}

.follow_footer {
    margin-top: 45px;
}

.footer_widget h4 {
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Poppins-SemiBold';
    font-size: 22px;
}

ul.footer_social_media {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
}

ul.footer_social_media li a {
    display: block;
}

ul.footer_social_media li a img {
    height: 41px;
}

.footer_widget ul {
   list-style: none;
   padding: 0px;
   margin: 0px;
}

.footer_widget ul li a {
    font-family: 'Poppins-Regular';
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

.footer_widget.widget4 p {
    margin: 0px;
}

.footer_widget input {
    width: 100%;
    height: 45px;
    padding: 5px 19px;
    border-radius: 7px;
    border: none !IMPORTANT;
    outline: none;
    font-size: 14px;
    color: #747474;
}

.footer_widget input[type="submit"] {
    width: 160px;
    background: #57AE47 !important;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    margin-top: 11px;
}

span.wpcf7-spinner {
    display: none !IMPORTANT;
}

.widget2 ul {
    display: flex;
    flex-wrap: wrap;
}

.widget2 ul li {
    width: 50%;
}

.widget1 {
    width: 225px;
}

.widget2 {
    width: 295px;
}

.widget3 {
    width: 355px;
}

.widget4 {
    width: 340px;
}

.footer_widget ul li {
    margin-bottom: 6px;
}

.footer_widget ul li a:hover {
    color: #57ae47;
}

.copyright_section {
    background: #164883;
    padding: 5px 0px;
}

.copyright_section p {
    margin: 0px;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 15px;
}

ul.footer_social_media li a:hover img {
    opacity: 0.5;
}

.footer_widget input[type="submit"]:hover {
    background: #2b598e !IMPORTANT;
}

/* footer css */

/* about us page start */
.common-hero-banner {
    padding: 70px 0px;
    position: relative;
    z-index: 0;
    background: #164883;
}
.about-hero-title.text-center.text-white h1 {
    margin: 0px;
    font-size: 46px;
}
.quality_image img {
    border-radius: 15px;
    border: 3px solid #57AE47;
	width: 100%;
}
section.about_primestream_section {
    padding: 50px 0px;
}
section.quality_section {
	padding: 0px 0px 50px 0px;
}
section.guarantee_section {
	background: #EFF0F2;
	padding: 50px 0px 40px 0px;
}
.guarantee_title h2 {
    margin: 0 0 30px 0;
}
/* about us page end */

/* caerificate page start */
section.certification_section {
    padding: 60px 0px 40px 0px;
}
/* certificate page end */

/* contact page start */
.contact_form {
    background: #0B2442;
}
.contact_form h2 {
    color: #ffffff;
}
.contact-page-info {
    padding: 40px;
    border-radius: 20px;
    background: #0B2442;
}
.contact-page-info {
    padding: 40px;
    border-radius: 20px;
    background: #0B2442;
}
.footer_widget_inner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.contact_footer li {
    margin-bottom: 11px;
}
ul.contact_footer li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_widget_inner ul li a {
    text-decoration: none;
    color: #ffffff;
    line-height: 34px;
}
.icon_footer {
    width: 40px;
}
.contact_info_deta {
    width: calc(100% - 40px);
    padding-left: 8px;
}

.contact_info_deta h5 {
    font-size: 14px;
    font-family: 'Poppins-Regular';
}
.contact-page-info h2 {
    color: #ffffff;
    margin: 0 0 16px 0;
}

.contact_info_deta p {
    margin: 0 0 10px 0;
    font-size: 18px;
}
section.contact_page {
    padding: 60px 0px;
}
section.contact_iframe p {
    margin: 0;
}

section.contact_iframe iframe {
    width: 100%;
    height: 310px;
}

section.contact_iframe {
    margin-bottom: -8px;
}
.contact_info_deta h5:hover {
    color: #57AE47;
}
/* contact page end */

/* blog page start */
section.blog__section {
    padding: 60px 0px;
}
.post__inner {
    border-radius: 15px;
    overflow: hidden;
}
.post__inner.blog__inner__blog {
    border: 1px solid #ddd;
    transition: 0.5s;
    height: 100%;
}
.post-thumbnail {
    position: relative;
}
.post__inner.blog__inner__blog a {
    text-decoration: none;
}
.blog__inner__blog .post-thumbnail img {
/*     width: 100%;
    height: 200px; */
    object-fit: cover;
}
.post__details {
    border-radius: 15px;
    margin-top: -15px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 15px;
}
.post-category a {
	color: #164883;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	font-family: 'Poppins-Bold';
}
h3.post-title, h3.post-title a {
	color: #000000;
	font-size: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-family: 'Poppins-Medium';
}
.blog__inner__blog .post-excerpt {
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 43px;
}
.post-date {
    margin-top: 15px;
}
.post__date {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.post__date h5 {
	flex: 1;
	color: #164883;
	font-size: 16px;
	margin: 0;
	font-family: 'Poppins-SemiBold';
}
.post__date a {
    border: 1px solid #164883;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #164883;
    transform: rotate(-45deg);
    transition: 0.5s;
}
.post__inner.blog__inner__blog:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0 / 50%);
}
.post__date a:hover {
    transform: rotate(0deg);
    background: #57AE47;
    color: #fff;
}
.post-category {
    margin-bottom: 10px;
}
section.blog__section .pagination {
    display: flex;
    justify-content: center;
    grid-gap: 15px;
}
.pagination .page-numbers {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    min-width: 50px !important;
    display: block;
    background: #164883;
    color: #ffffff;
    border: 1px solid #164883;
}
.pagination span.page-numbers.current {
    background: #57AE47;
    color: #ffffff;
}
/* blog page end */

/* blog detail css start */
section.post__detail {
    margin: 50px 0px;
}
.post__detail article.post p.post-meta {
    margin-bottom: 20px;
}
.post__detail article.post p.post-meta, .post__detail article.post p.post-meta a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
}
.post-content img {
    border-radius: 20px;
}
.post__detail .post h2,
.post__detail .post h2 a {
	font-size: 30px;
	margin: 0 0 12px 0;
	color: #000000;
}
.post__detail .post a {
	color: #57AE47;
}
.post__detail .post h3 {
	font-size: 26px;
	color: #000000;
	margin: 0 0 12px 0;
}
.post__detail .post h4 {
	font-size: 22px;
	color: #000000;
	margin: 0 0 12px 0;
}
.post-navigation {
    display: none;
}
.single__post__sidebar {
    position: sticky;
    top: 110px;
}
.single__post__sidebar .sidebar__data {
    border: 2px solid #164883 !important;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #ffffff !important;
    color: #000000;
}
.sidebar__data h4 {
	margin-bottom: 10px;
	color: #000000;
	font-size: 24px;
	font-family: 'Poppins-SemiBold';
}
.search__post__sidebar form {
    display: flex;
    align-items: center;
    position: relative;
}
.search__post__sidebar form input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 18px;
    border: 2px solid #164883 !important;
    padding-right: 46px;
    font-size: 15px;
    outline: none;
}
.search__post__sidebar form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    background: transparent ! IMPORTANT;
    border: none ! IMPORTANT;
    outline: none ! IMPORTANT;
    color: #000000;
}
ul.category-list-items {
    margin: 0px;
    list-style: none;
    padding: 0;
}
ul.category-list-items li a {
	display: block;
	padding: 12px 0px;
	border-bottom: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}
.post-content p {
    color: #000000;
}
.post-content p, .post-content li{
	font-family: 'Poppins-Regular';
}
.post__detail article.post p.post-meta a {
	color: #57AE47;
}
.post-content a {
	color: #57AE47;
	text-decoration: none;
	font-family: 'Poppins-SemiBold';
}
ul.category-list-items li a:hover {
    color: #57AE47;
}
p.search-error {
    margin: 15px 0 0 7px;
    color: #11888E;
    font-size: 16px;
    font-weight: 600;
}

section.blog_page_section .pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}

section.blog_page_section .pagination-wrapper .page-numbers {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    min-width: 50px !important;
    display: block;
    background: #1A6EAA;
    color: #ffffff;
    border: 1px solid #224275;
}

section.blog_page_section .pagination-wrapper span.page-numbers.current {
    background: #11888E;
    color: #ffffff;
}
.blog-faq-main {
    margin-top: 50px;
}
.post-content-title h2 {
    margin: 0 0 15px 0;
}
/* blog detail css end */

main#primary {
    padding: 50px 0px;
}

/* service main page start */
.service_block.service_main_block {
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    height: 100%;
}
.service_block_content.service_main_block_content {
    height: inherit;
}
section.service_page_section {
    padding: 50px 0px;
}
/* service main page end */

/* service detail page start */
section.important_section {
    background: #EFF0F2;
    padding: 50px 0px;
}

.important_title {
    margin-bottom: 30px;
}
section.about_service_section {
    padding: 60px 0px;
}
/* service detail page end */

/* product main page start */
.product_block_main {
    background: #fff;
    padding: 7px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
	height: 100%;
}

.product_block_image img {
    border-radius: 15px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product_block_title {
    padding: 15px;
}

.product_block_title h4 {
	font-size: 24px;
	font-family: 'Poppins-Bold';
	margin: 0 0 20px 0;
	height: 50px;
}
section.product_main_section {
    padding: 50px 0px;
    border-bottom: 4px solid #0B2442;
}
.product_block_main:hover {
    box-shadow: 0 0px 3px #164883;
}
/* product main page end */

/* product detail page start */
section.product_panel_section {
    padding: 60px 0px;
}
.accordion-item {
    background: #164883;
    margin-bottom: 10px;
    border: none !IMPORTANT;
    border-radius: 10px ! IMPORTANT;
    overflow: hidden;
}

.accordion-item .accordion-button {
    background: #164883 ! IMPORTANT;
    color: #ffffff !IMPORTANT;
    font-family: 'Poppins-Medium';
    font-size: 19px;
    border: none !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
}

.accordion-body p {
    margin-bottom: 10px;
}

.accordion-body p:last-child {
    margin: 0px;
}

.accordion-item .accordion-button[aria-expanded="true"] {
    border-bottom: 1px solid #57AE47 !IMPORTANT;
}

.accordion-body {
    color: #000000;
    font-family: 'Poppins-Regular';
    background: #EFF0F2;
}

.accordion-body a {
    color: #57AE47;
    text-decoration: none;
    font-family: 'Poppins-Bold';
}
.accordion-button::after {
    filter: brightness(0) saturate(100%) invert(100%);
}
.product_panel_title a {
    color: #57AE47;
    text-decoration: none;
    font-family: 'Poppins-Bold';
}
.product_panel_image img {
    border: 3px solid #57AE47;
    border-radius: 20px;
}
table, th, td {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  padding: 8px;
}
/* product detail page end */

/* changes css start */
.hero_content h5 {
    display: none;
}
/* changes css end */

/* our solution page start */
section.our_solution_main_section {
	padding: 50px 0px;
	border-bottom: 4px solid #0B2442
}

.our_solution_main_block {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    height: 100%;
    text-align: center;
}

.our_solution_main_block h4 {
    font-size: 23px;
    font-family: 'Poppins-Bold';
    margin: 0 0 10px 0;
}

.our_solution_main_block p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.our_solution_main_block img {
    width: 100px;
    margin-bottom: 20px;
}
.our_solution_main_block:hover {
    box-shadow: 0 0px 3px #164883;
}
/* our solution page end */

/* our solution detail page start */
section.our_solutions_detail_section {
    padding: 50px 0px;
	border-bottom: 4px solid #0B2442;
}

.our_solutions_detail_inn h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
}

.our_solutions_detail_inn ul {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
table, th, td {
  border: 1px solid #000000;
  border-collapse: collapse;
  padding: 10px;
}
/* our solution detail page end */

/* industrial application page start */
section.industrial_application_section {
    padding: 50px 0px;
    border-bottom: 4px solid #0B2442;
}
/* industrial application page end */

/* faq page start */
section.faq_section {
    padding: 50px 0px;
    border-bottom: 4px solid #0B2442;
}
/* faq page end */

/* technical support page start */
.technical_support_block {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .1);
    height: 100%;
    text-align: center;
}

.technical_support_block img {
    width: 100px;
    margin-bottom: 20px;
}

.technical_support_block h4 {
    font-size: 21px;
    font-family: 'Poppins-Bold';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 51px;
}

.technical_support_block p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.technical_support {
    padding: 50px 0px;
    border-bottom: 4px solid #0B2442;
}
.technical_support_block:hover {
    box-shadow: 0 0px 3px #164883;
}
/* technical support page end */

/* technical support detail page start */
.our_solutions_detail_inn h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
}
/* technical support detail page end */

@media(max-width:1400px){
    p, a, li {
        font-size: 14px;
        line-height: 25px;
    }

    .announcement_center {
        font-size: 14px;
    }

    .announcement_left a img, ul.social_media li a img {
        height: 20px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        padding: 0px 14px;
    }

    .button_group a {
        height: 40px;
        min-width: 157px;
    }

    section.hero_section {
        min-height: calc(100vh - 116px);
    }

    .swiper-pagination span {
        height: 12px;
        width: 12px;
    }

    .hero_content h5 {
        font-size: 14px;
    }

    .hero_content h1 {
        font-size: 46px;
    }

    .hero_content p {
        padding: 0px 7%;
    }

    .dark_blue_content h2 {
        font-size: 24px;
    }

    .title_text h2 {
        font-size: 32px;
    }

    .service_block_content h2, .service_block_content h2 a {
        font-size: 16px;
        line-height: 25px;
    }

    .service_block_content p {
        margin: 0px;
        font-size: 13px;
        line-height: 22px;
    }

   

    section.about_section {
        margin: 50px 0px;
    }

    section.service_section, section.mission_section, section.product_section {
        padding: 50px 0px;
    }

    .expertise_block img {
        height: 55px;
    }

    .expertise_block h2 {
        font-size: 30px;
    }

    .product_block h3, .certificates_block h3 {
        font-size: 14px;
    }

    .product_block img {
        height: 250px;
    }

    .industry_block img {
        height: 53px;
    }

    .industry_block h3 {
        font-size: 18px;
    }

    .industry_block p {
        font-size: 14px;
        line-height: 22px;
    }

    .contact_block.title_text {
        padding: 30px;
    }

    .form_block input {
        height: 40px;
    }

    .form_block textarea {
        height: 76px;
    }

    

    .footer_widget h4 {
        font-size: 18px;
    }

    ul.footer_social_media li a img {
        height: 31px;
    }

    ul.footer_social_media {
        gap: 5px;
    }

    .widget1 {
        width: 181px;
    }

    .widget2 {
        width: 230px;
    }

    .widget3 {
        width: 311px;
    }

    .widget4 {
        width: 300px;
    }

    .footer_widget input {
        height: 40px;
    }

    .copyright_section p {
        font-size: 13px;
    }
	.contact-page-info {
		padding: 30px;
	}
	h3.post-title, h3.post-title a {
		font-size: 21px;
	}
	.product_block_title h4 {
		font-size: 20px;
	}
	.our_solution_main_block h4 {
		font-size: 19px;
	}
	.our_solutions_detail_inn h2 {
		font-size: 28px;
	}
	.our_solutions_detail_inn h3 {
		font-size: 24px;
	}
}

@media(max-width:1199px) {
	.header-logo img {
		width: 150px;
	}
}

@media(max-width:1200px){
    .announcement_center {
        display: none;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
        padding: 0px 11px;
    }

   

    .button_group a {
        min-width: 130px;
    }

    .hero_content h5 {
        font-size: 13px;
    }

    .hero_content h1 {
        font-size: 40px;
    }

    section.hero_section {
        min-height: calc(100vh - 106px);
    }

    .dark_blue_content h2 {
        font-size: 20px;
    }

    .title_text h2 {
        font-size: 28px;
    }

    .service_block_content {
        height: 169px;
    }

    .expertise_block h2 {
        font-size: 24px;
    }

    .expertise_block {
        padding: 0px 10px;
    }

    .row.footer_row {
        gap: 20px;
    }
	
	.footer_widget.widget4 {
		width: 100%;
	}

}

@media(max-width:992px){

.hero_content_main .col-md-8 {
    width: 100%;
}

.dark_blue_content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.title_text h2 {
    font-size: 24px;
}

.contact_block.title_text {
    padding: 20px;
}
	.about-hero-title.text-center.text-white h1 {
        font-size: 34px;
    }
	.contact-page-info {
        padding: 20px;
    }
	.our_solutions_detail_inn h2 {
		font-size: 26px;
	}
	 #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background: #164883;
    }

    .mega-menu-toggle {
        background: transparent !IMPORTANT;
    }

    ul#mega-menu-menu-1 {
        background: #164883 !IMPORTANT;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 15px;
        color: #fff;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        visibility: hidden !IMPORTANT;
    }
	 .menubar_block {
        flex-direction: row-reverse;
        gap: 0px;
    }
	.header-logo img {
		width: 200px;
	}
}


@media(max-width:767px){
	.announcement_row {
		justify-content: center;
		gap: 5px;
	}

	.title_text {
		text-align: center;
	}

	.title_text li {
		text-align: left;
	}

	section.about_section .row {
		gap: 25px;
	}

	.button_group {
		justify-content: center;
	}

	section.mission_section .col-md-4 {
		border: none;
	}

	section.mission_section .row {
		gap: 25px;
	}

	section.contact_section .row {
		gap: 25px;
	}

	.footer_widget {
		width: 100% !Important;
	}

	.copyright_section p {
		text-align: center;
	}
	.common-hero-banner {
        padding: 40px 0px;
    }
	.about-hero-title.text-center.text-white h1 {
        font-size: 27px;
    }
	.contact-page-info {
        margin-top: 30px;
    }
	.icon_footer {
		width: 35px;
	}
	.contact_info_deta p {
		margin: 0 0 5px 0;
		font-size: 16px;
	}
	section.contact_page {
		padding: 50px 0px;
	}
	.about_primestream_image img, .quality_image img {
		margin-bottom: 25px;
	}
	section.quality_section .row {
		flex-direction: column-reverse;
	}
	.post__detail .post h2,
	.post__detail .post a{
		    font-size: 24px;
	}
	
	.post__detail .post h3{
		font-size: 22px;
	}
	
	.post__detail .post h4{
		font-size: 20px;
	}
	
	.sidebar__data h4 {
		font-size: 20px;
	}
	section.about_service_section {
		padding: 50px 0px;
	}
	.about_service_image {
		margin-bottom: 25px;
	}
	.accordion-item .accordion-button {
        font-size: 16px;
    }
	table, th, td {
		padding: 5px;
	}
	.our_solutions_detail_inn h3 {
		font-size: 22px;
	}
	header.header_section .button_group {
		display: none !important;
	}
}


@media(max-width:510px){
	section.hero_section {
		min-height: auto;
	}

	.hero_content h1 {
		font-size: 29px;
	}

	.hero_content p {
		padding: 0px;
	}

	.announcement_left {
		justify-content: center;
		gap: 5px;
	}

	.dark_blue_content h2 {
		text-align: center;
	}

	.title_text h2 {
		font-size: 22px;
	}

	.expertise_block h2 {
		font-size: 20px;
	}

	.half_block {
		width: 100%;
	}
	.our_solutions_detail_inn h2 {
		font-size: 24px;
	}
}

