/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2025 | 17:03:42 */
:root {
	
	--primary:#729ccd;
/*   --primary: #c71c29; */
  --secondary: #c71c29;
	--third:#268752;
	--dark:#191919;
}

a:focus{
	outline: none !important;
}


/* Topbar */

div#topbar-template {
    width: 100%;
}

div#topbar-template ul.elementor-icon-list-items li a {
    color: #fff;
    font-size: 14px !important;
}

div#topbar-template span.elementor-icon-list-icon svg {
    fill: #fff;
    margin: 0 !important;
}

div#topbar-template span.elementor-icon-list-icon {
    width: 30px;
    height: 30px;
    background: #ffffff4a;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#topbar-template span.elementor-heading-title {
    font-size: 14px;
}


div#topbar-template .elementor-social-icons-wrapper span.elementor-grid-item a {
    background: #d75e67 !important;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}

div#topbar-template .elementor-social-icons-wrapper span.elementor-grid-item a svg {
    font-size: 14px;
}

div#topbar-template .elementor-social-icons-wrapper span.elementor-grid-item a:hover {
    background: #000 !important;
}

/* Header */

header#site-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

div#site-navigation-wrap {
    right: 0 !important;
}

div#site-navigation-wrap li a {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    font-weight: 500;
	text-transform: uppercase;
}

nav#site-navigation {
    display: flex;
    justify-content: center;
}


div#site-logo-inner > a {
    position: relative;
    display: block;
}

.menu_btn a span {
    background: var(--primary);
    color: #fff;
    padding: 15px 20px;
    border-radius: 100px;
}

.menu_btn a span:hover {
    background: var(--dark);
}

nav#site-navigation > ul > li:last-child > a {
    padding-right: 0;
}

/* div#site-logo-inner > a:before {
    content: "";
    height: 115px;
    width: 120%;
    background: #fff;
    position: absolute;
    top: -5px;
    z-index: -1;
    border-radius: 0 0 100px 100px;
    left: 50%;
    transform: translateX(-50%);
}

div#site-logo-inner > a:after {
    content: "";
    height: 118px;
    width: 120%;
    background: #c71c29;
    position: absolute;
    left: -5px;
    border-radius: 0 0 100px 100px;
    z-index: -2;
    top: -5px;
} */

/* 
div#site-navigation-wrap #site-navigation  ul > li:last-child a {
    padding-right: 0;
}
 */

/* banner slider */

.banner_section_main button.slick-arrow {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: #fff;
    color: var(--dark);
}

.banner_section_main button.slick-prev.pull-left.slick-arrow {
    left: 10px;
}

.banner_section_main button.slick-next.pull-right.slick-arrow {
    right: 10px;
}

.banner_section_main ul.slick-dots {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.banner_section_main ul.slick-dots li button {
    display: none;
}

.banner_section_main ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100px;
    margin: 0 3px;
	cursor: pointer;
}

.banner_section_main ul.slick-dots li.slick-active {
    width: 20px !important;
    background: var(--primary);
}

.banner_section_main button.slick-arrow:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff !important;
}


/* Counter Section */

.counter_section .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.counter_section .elementor-container > .elementor-column {
    width: 100%;
    border-right: 1px solid #eee;
/*     padding-left: 15px; */
}

.counter_section .elementor-widget-heading {
    max-width: 240px;
    margin: 0 auto;
}

.counter_section {
    position: relative;
    top: -100px;
    background: #fff;
    padding: 12px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-bottom: -50px;
	border-radius: 100px;
}

.counter_section .elementor-counter-number-wrapper span {
    font-size: 55px;
    letter-spacing: -5px !important;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: -10px;
}

.counter_section .elementor-counter-title {
    letter-spacing: -1px;
/*     max-width: 300px; */
}

.counter_section .elementor-container > .elementor-column:last-child {
    border: none;
}


/* About Section */

.aboutus_left_section {
    border-radius: 12px;
    overflow: hidden;
}


/* Sevices cards */

.our_services_cards figure.elementor-image-box-img {
    margin: 0 !important;
}

.our_services_cards .elementor-image-box-content {
        padding: 50px 35px;
}

.our_services_cards .elementor-image-box-content h3 {
    color: #fff !important;
	font-weight: 500;
	margin-bottom: 15px !important;
}
.our_services_cards .elementor-column:first-child {
    background: var(--primary);
}

.our_services_cards .elementor-column:nth-child(2) {
    background: var(--secondary);
}

.our_services_cards .elementor-column:nth-child(3) {
    background: var(--third);
}

.our_services_cards .elementor-column:nth-child(4) {
    background: var(--dark);
}

.our_services_cards a.ser_card_link {
        padding: 12px 20px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 15px;
/*     border-radius: 8px; */
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.our_services_cards a.ser_card_link:hover {
    background: #fff;
    color: var(--dark);
}

.our_services_card_home figure.elementor-image-box-img img {
    height: 175px;
    object-fit: cover;
}

/* Why choose section */

.why_choose_cards p.elementor-image-box-description {
    max-width: 200px;
    margin: 0 auto !important;
}

.why_choose_cards figure.elementor-image-box-img img {
    max-width: 80px;
}
.why_choose_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 30px;
}

.why_choose_cards .elementor-container > .elementor-column {
    width: 100%;
}

/* Product and stength section */

.products_and_strength_cards .elementor-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.products_and_strength_cards .elementor-container .elementor-widget-wrap.elementor-element-populated {
    padding: 30px 30px 40px 30px;
}

.products_and_strength_cards .elementor-container .elementor-widget-wrap.elementor-element-populated ul li {
    margin-bottom: 10px;
}

.products_and_strength_cards .elementor-widget-container ul li {
    position: relative;
    list-style: none;
}

.products_and_strength_cards .elementor-widget-container li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: -20px;
}

/* Blog Section */

.blog_home_section .eael-entry-thumbnail img {
    height: 300px !important;
    object-fit: cover !important;
/*     border-radius: 8px; */
}

.blog_home_section .eael-entry-media {
    border-radius: 12px;
}

.blog_home_section .eael-grid-post-holder {
    border: none;
}

.blog_home_section .eael-entry-wrapper {
    padding: 0 !important;
}

.blog_home_section h2.eael-entry-title a {
    font-size: 22px;
    line-height: 1.3;
}

.blog_home_section h2.eael-entry-title a:hover {
    color: var(--primary) !important;
}


/* Product facility section */

.production_card_home {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.production_card_home span.elementor-icon-list-text b {
    color: var(--dark);
}


/* Homepage Service Cards */

.our_services_card_home .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 20px;
}

.our_services_card_home .elementor-container > div {
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 15px;
    border-radius: 12px;
	background: #fff;
}

.our_services_card_home h3.elementor-image-box-title {
    text-align: center;
}

.our_services_card_home .elementor-container > div:hover h3 {
    color: var(--primary);
}

.our_services_card_home p.elementor-image-box-description {
    text-align: center;
    margin-top: 5px !important;
}


/* About us page */

.page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
    font-size: 55px !important;
    text-transform: uppercase;
    font-weight: 300;
}

/* Blog Page */

article.blog-entry:last-child {
    border: none;
    padding-bottom: 0;
}

h2.blog-entry-title.entry-title a {
    letter-spacing: 0 !important;
}

.blog-entry-comments.clr {
    display: none;
}

.blog-entry-date.clr {
    float: unset !important;
}


/* Contact page */

.hide_label .forminator-field > label.forminator-label {
    display: none !important;
}

/* .forminator-row .forminator-field > label{
    display: none !important;
} */

.forminator-row {
    margin-bottom: 10px !important;
}

.forminator-row input {
    height: 50px !important;
}

button.forminator-button.forminator-button-submit {
    height: 50px !important;
    border-radius: 0 !important;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px !important;
    max-width: 200px !important;
    width: 100% !important;
}

.forminator-row input,
.forminator-row textarea {
    border-radius: 0 !important;
}

/* Quote page */

span.select2-selection.select2-selection--single {
    background: transparent !important;
    border-color: #dddddd !important;
    height: 50px !important;
}

/* .request_quote_section .elementor-column {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */


/* Services page */

#inner_page_services.our_services_card_home .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

#inner_page_services.our_services_card_home h3.elementor-image-box-title {
    font-size: 24px;
    line-height: 1.5;
    max-width: 380px;
    margin: 0 auto;
}

/* Our strength section */

.core_strengths_card .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.core_strengths_card .elementor-container > div {
    width: 100%;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#industries_cards .elementor-container {
    grid-template-columns: repeat(5, 1fr);
}

#industries_cards h3.elementor-image-box-title {
    margin: 0 !important;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
}

#industries_cards .core_strengths_card .elementor-container > div {
    padding: 30px 15px;
}

#industries_cards .elementor-widget-wrap.elementor-element-populated {
    align-content: center !important;
}

/* Inner page product */

.clr.page-subheading {
    font-size: 18px;
    font-weight: 400;
}

.product_list_cards .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    max-width: 900px !important;!I;!;
}

.product_list_cards .elementor-container > div {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.product_list_cards .elementor-container > div h3 {

    background: var(--primary);
    color: #fff;
    border-radius: 0 100px 100px 0;
    padding: 15px;
    font-size: 18px !important;
    transform: translateX(-30px);
}

.industries_secor_sectio .elementor-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.industries_secor_sectio .elementor-container > div {
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    border-radius: 12px;
}

.industries_secor_sectio h3.elementor-heading-title.elementor-size-default {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    line-height: 1.3;
}

.industries_secor_sectio li.elementor-icon-list-item {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px !important;
    margin-bottom: 10px !IMPORTANT;
}

.industries_secor_sectio li.elementor-icon-list-item:last-child {
    border: none;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}



/* Product page form */

.get_product_quote_form .forminator-field-checkbox .forminator-field {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1px;
}

.get_product_quote_form .forminator-field-checkbox .forminator-field > span {
    flex: 0 0 100%;
}

.get_product_quote_form .forminator-field-checkbox .forminator-field label {
        flex: 0 0 30% !important;
    align-items: flex-start !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.get_product_quote_form .forminator-label {
        font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--dark);
    margin-bottom: 15px !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 10px;
}

.get_product_quote_form .forminator-row {
    margin-bottom: 30px !important;
}


/* Responsive */

@media screen and (max-width:767px){
	.core_strengths_card .elementor-container,
	.product_list_cards .elementor-container,
	.industries_secor_sectio .elementor-container{
    grid-template-columns: repeat(1, 1fr);
		grid-gap: 12px;
}
	
	#industries_cards .elementor-container{
    grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
}
	
	#industries_cards .elementor-container > div {
    padding: 20px 12px;
}

}

@media screen and (max-width:1080px){
	
	.page-header .page-header-title, .page-header.background-image-page-header .page-header-title{
    font-size: 32px !important;
}

.background-image-page-header {
    height: 200px !important;
}
	
	.oceanwp-mobile-menu-icon.clr.mobile-right {
    display: flex;
    align-items: center;
}
	
	img.custom-logo {max-width: 160px !important;}

div#site-logo-inner,
	.oceanwp-mobile-menu-icon.clr.mobile-right{
    height: 70px !important;
}

.hamburger.hamburger--vortex {
    line-height: 70px !important;
}
}


@media screen and (max-width:480px){
	.get_product_quote_form .forminator-field-checkbox .forminator-field{
		flex-direction: column;
	}
	
	.get_product_quote_form .forminator-field-checkbox .forminator-field label{
		flex: 0 0 100%;
	}
}


/* @media screen and (min-width:1025px){
	header div#site-header-inner {
    display: flex;
}

header div#site-logo {
    flex: 0 0 120px;
    order: 1;
}

header .oceanwp-social-menu.clr.simple-social {
    flex: 0 0 190px;
    order: 3;
    right: 0;
}

header div#site-navigation-wrap {
    flex: 1;
    order: 2;
    position: unset !important;
    transform: unset !important;
}

header .social-menu-inner.clr {
    justify-content: flex-end;
}

header div#site-header-inner .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
} */