/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

.container {
	width: 90%;
}

section {
	overflow: hidden;
}

:root {
  --heading-font: "Syne", sans-serif;
  --body-font: "Outfit", sans-serif;
  --bg-text-font: "Sora", sans-serif;
  --transition-3s: all 0.3s ease;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 16px;
  font-family: var(--body-font);
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Reddit Sans', 'Roboto', sans-serif;
  font-weight: 700; 
}

p, li {
    color: #4e4b4b;
}
ol, ul {
    padding-left: 0;
}
.main-desc{
	color: #de0000;
}
.main-desc-2{
	color: #071738;
}
a {
	text-decoration: none;
}

/* Header-section */

.header-btn {
    background: #de0000;
    color: #ffffff;
    padding: 6px;
    border-radius: 10px;
    width: 100%;
}
.header-btn a {
    color: #ffffff;
    font-weight: 600;
}
img.img-fluid.logo {
    width: 188px;
    height: auto;
}
.header-section {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 30px;
}
.header-inner {
    background: #ffffffb5;
    padding: 20px 21px;
    border-radius: 17px;
    z-index: 1;
    margin: 0 auto;
    width: 93%;
}

/* Banner section csss */
.banner-section {
	position: relative;
}

.banner-section .hero-slider {
	width: 100%;
	height: 100vh;
}

.banner-section .swiper-slide {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-section .slide-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.6);
}

.banner-section .slide-content {
	position: absolute;
	top: 58%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 10;
	color: white;
	text-align: left;
	max-width: 600px;
}

.banner-section .highlight-tag {
	background-color: var(--tag-bg-color);
	color: var(--primary-color);
	padding: 5px 15px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 20px;
}

.banner-section .slide-title {
	font-weight: 700;
    line-height: 43px;
    margin-bottom: 30px;
}

.banner-section .btn-custom-dark {
	background-color: var(--primary-color);
	color: white;
	border: 1px solid var(--primary-color);
	padding: 10px 30px;
	border-radius: 50px;
	transition: var(--transition-4s);
}

.banner-section .btn-custom-dark:hover {
	background-color: var(--ancient-color);
	border-color: var(--ancient-color);
	color: white;
}

.banner-section .btn-custom-dark i.fa-arrow-right {
	transition: transform 0.3s;
}

.banner-section .btn-custom-dark:hover i.fa-arrow-right {
	transform: translateX(3px);
}

.banner-section .slide-content>* {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner-section .swiper-slide-active .slide-content>* {
	opacity: 1;
	transform: translateY(0);
}

.banner-section .swiper-slide-active .slide-content .highlight-tag {
	transition-delay: 0.1s;
}

.banner-section .swiper-slide-active .slide-content .slide-title {
	transition-delay: 0.3s;
}

.banner-section .swiper-slide-active .slide-content .btn-custom-dark {
	transition-delay: 0.5s;
}

.banner-section .swiper-horizontal>.swiper-pagination-bullets {
	width: auto;
	right: 30px;
	left: auto;
	top: 52%;
	display: table;
	transform: translateY(-50%);
}

.banner-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 10px 0 !important;
}

.banner-section .swiper-pagination-bullet {
	position: relative;
	outline: none;
	height: 15px;
	width: 15px;
	top: 0px;
	left: 0px;
	opacity: 1;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0px 7px !important;
	display: block;
	background: rgba(255, 255, 255, 0.3);
}

.banner-section .swiper-pagination-bullet-active,
.banner-section .swiper-pagination-bullet:hover {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
	border: none;
	border-radius: 50%;
	background: transparent;
	width: 15px;
	height: 15px;
	position: relative;
}

.banner-section .swiper-pagination-bullet:after {
	transition: background-color 0.3s ease, transform 0.3s ease;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
	text-indent: -999em;
	cursor: pointer;
	position: absolute;
}

.banner-section .swiper-pagination-bullet-active:after,
.banner-section .swiper-pagination-bullet:hover:after {
	transform: scale(0.4);
	-webkit-transform: scale(0.4);
	background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 768px) {
	.banner-section .slide-content {
		top: auto;
		bottom: 15%;
		right: 50%;
		transform: translateX(50%);
		text-align: center;
		max-width: 90%;
		padding: 0 15px;
	}

	.banner-section .swiper-horizontal>.swiper-pagination-bullets {
		width: 100% !important;
		right: auto;
		left: 0;
		top: auto;
		bottom: 15px;
		transform: none;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.banner-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 7px !important;
	}

	.banner-section .swiper-pagination-bullet {
		display: inline-block;
	}
}





/* About-Us */
.nav-tabs .nav-item {
  margin-right: 20px; 
}
ul#aboutTabs li i {
    color: #de0000;
    font-size: 35px;
}
ul#aboutTabs li i:hover {
    color: #071738;
}
.nav-tabs .nav-link {
  border: none !important;
  background: transparent !important;
  color: #333;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: transparent !important;
  border: none !important;
  font-weight: 600; }

.about-text {
    background: #e7efff;
    padding: 8px 20px 2px 20px;
    border-radius: 11px;
}
section.about-section {
    padding: 47px 0 35px 0;
	overflow:unset;
}
	.about-img {
    position: sticky;
    top: 0;
}
span.about-text i {
    color: #de0000;
}
img.img-fluid.mission-img {
    border-radius: 15px;
    width: 90%;
    height: auto;
    box-shadow: 0 3px 8px rgb(31 31 31 / 39%);
}
img.img-fluid.rounded {
    box-shadow: 0 3px 8px rgb(31 31 31 / 39%);
}
.innovation i {
    border: 2px solid #de0000;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 30px;
    justify-content: center;
    color: #de0000;
}
button.explore-btn {
    background: #de0000;
    padding: 6px 22px 6px 22px;
    border-radius: 10px;
    border: none;
}
button.explore-btn:hover {
    background: #071738;
}
button.explore-btn a {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}
h2.main-title {
    font-size: 42px;
    line-height: normal;
    font-weight: 700;
}
/* Services-section */
section.services-section {
    background-image: url(images/banner-1-1.jpg);
    position: relative;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}

section.services-section .services-card {
    background-color: #071738;
    transition: all 0.3s ease;
    margin: 0 auto;
    position: absolute;
    width: 90%;
    bottom: -50%;
    border-radius: 15px;
    padding: 8px 19px 0 19px;
}

section.services-section .service-card:hover {
    transform: translateY(-3px);
    background-color: #6e0000;
}
section.services-section .icon-box {
    background-color: rgb(255 255 255 / 5%);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 49px;
}
section.services-section .divider {
    width: 55%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(to right, #ffffff 50%, #7e7e7e 50%);
}
.icon-box.mb-3 i {
    font-size: 53px;
}

/* Why choose-us */

section.why-choose {
    padding: 250px 0 45px 0;
}
.highlight-box-icon i{
    color: #ffffff;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #de0000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.highlight-box {
    background-color: #f2f6ff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.highlight-box:hover {
  background-color: #e1ebff; 
  transform: translateY(-3px);
}
.highlight-box-icon i {
    font-size: 24px;
    color: #ffffff;
}
img.img-fluid.why-choose {
    border-radius: 14px;
    box-shadow: 0 10px 15px rgb(214 214 214);
}
h2.main-title-2 {
    font-size: 36px;
    line-height: normal;
    font-weight: 700;
}
.divider-1 {
    width: 38%;
    height: 2px;
    background-color: #de0000;
    border-radius: 2px;
    margin: 0 17px;
}
.why-choose-contact-details a {
    color: black;
}
.why-choose-contact {
    background: #f2f6ff;
    padding: 20px 25px;
    border-radius: 11px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.why-choose-contact h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-choose-contact-details i {
  color: #de0000; /* red accent */
  font-size: 18px;
}

.why-choose-contact a:hover {
  color: #de0000;
}
.social-icons i {
    color: #de0000;
    font-size: 30px;
    padding: 15px  0 0 22px;
}
.social-icons i:hover {
    color: #021742;
}

 /* WHAT WE DO  */
section.what-we-do {
    background: #f2f6ff;
    padding: 45px 0 35px 0;
	overflow:unset;
}
.why-we-do-img {
    position: sticky;
    top: 0;
}

.manufacturing-card {
  background:none;
  border: none;
}
.manufacturing-card-body {
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0;
}
.divider-manufacturing {
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, #dc0021, #071738);
    border-radius: 2px;
    margin: 10px 0;
}
.manufacturing-card-icon i {
    color: #de0000;
    font-size: 62px;
}
h5.manufacturing-card-heading {
    font-size: 25px;
    font-weight: bold;
}
.manufacturing-card-icon i {
    color: #de0000;
    font-size: 62px;
    padding-right: 30px;
}
p.manufacturing-text {
    padding: 7px 12px 0 5px;
}
img.img-fluid.manufacturing-card-1-img {
    width: 80%;
}
img.img-fluid.manufacturing-card-img {
    width: 80%;
}
.email a {
    font-size: 12px;
}
 /* Certified-logo  */
section.certified-logo {
    background: #071738;
    border: none;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
    display: inline-block !important;
    max-width: 87%;
    padding: 15px;
    box-shadow: none !important;
    border:none;
}

/* Faq-Section */
button.get-started-btn {
    background: #ffffff;
    padding: 6px 22px 6px 15px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 10px rgb(31 31 31 / 39%);
}
button.get-started-btn :hover {
    background: #de0000;
}
.row.faq-body {
    background: #de0000;
    border-radius: 8px;
    padding: 39px 37px 13px 24px;
}
h6.faq-text {
    font-size: 19px;
    font-weight: bold;
}
button.get-started-btn.mt-2 {
    font-size: 15px;
    font-weight: bold;
}
img.img-fluid.faq-img {
    border-radius: 10px;
    margin: 7px 0 20px 0;
    box-shadow: 0 3px 8px rgb(31 31 31 / 39%);
}
section.faq-section {
    padding: 40px 0 35px 0;
}
#sp-ea-53.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #1e1e1e;
    font-weight: 500;
}

/* Testimonial-section */

section.testimonial-section {
    background-image: linear-gradient(rgb(28 27 28 / 98%), rgb(0 0 0 / 73%)), url(images/testimonial-bg.jpg);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
    padding: 18px 0 65px 0;
}
h2.testimonial-head {
    padding: 80px 0 0 0;
    text-align: center;
    font-size: 45px;
}
h6.testimonial-name {
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 4px 0 0 0;
}
h6.city-name.text-center.text-white {
    font-size: 22px;
    padding: 5px 0 0 0;
    font-weight: 800;
    letter-spacing: 1px;
}
.divider-testimonial{
    background: #df0202;
    height: 2px;
    width: 28%;
    margin: 4px 0 14px 412px;
}

/* Footer-Section */
section.footer-section {
    background: #071738;
    padding: 65px 0 35px 0;
}
img.img-fluid.footer-img {
    width: 62%;
    padding: 0 0 20px 0;
    box-shadow: 0 3px 8px rgb(31 31 31 / 39%);
}
h4.footer-links {
    font-size: 26px;
    font-weight: 700;
}
iframe {
    width: 103%;
    border-radius: 4px;
    height: auto;
}
ul.list-unstyled.text-white li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.footer-contact-info {
    border-right: 1px solid #ababab;
}
.row.custom-border {
    border-bottom: 1px solid #ababab;
}
.foooter-social-icons i {
    color: #ffffff;
    font-size: 37px;
}
.footer-contact.d-flex {
    background: #de0000;
    padding: 0 0 0 27px;
    border-radius: 8px;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: none;
    /* border: none; */
    width: 61%;
}
.footer-form form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.foooter-social-icons i:hover {
    color: #de0000;
}
.footer-form input[type="email"] {
  flex: 1;
  padding: 10px;
  border-radius: 30px;
  border: none;
  outline: none;
}
.footer-btn {
    background: #de0000;
    color: #ffffff;
    border: none;
    border-radius: 17px;
    padding: 6px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.footer-btn:hover {
  background: #de0000;
  transform: translateY(-2px);
}
label {
    display: inline-block;
    background: #071738;
    margin: 16px 19px 0 0;
    border-radius: 12px;
}

/* Marquee Section */

section.marquee-section {
  background: #071738;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.marquee-content:hover {
  animation-play-state: paused;
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-text,
.marquee-separator {
  margin: 0 10px;
}

/* Product-segment */
.product-card {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.about-text i {
    color: #de0000;
}
.product-card img {
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
   box-shadow: 0 3px 8px rgb(31 31 31 / 39%);
}


.product-card:hover img {
  transform: scale(1.05);
}

.product-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.7);
}

.arrow-btn {
    background-color: #e53935;
    color: #fff;
    font-size: 22px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 42px;
}

/* Responsive-css */

@media  (max-width:767px) {
 
    .footer-contact-info {
    display: none;
}
.divider-testimonial {
    width: 61%;
    margin: 0 0 14px 70px;
}
section.about-section {
    padding: 25px 0 35px 0;
}
ul#aboutTabs {
    border: none;
}
h2.main-title {
    font-size: 29px;
}

section.services-section {
    position: relative;
    height: 100%;
}
section.services-section .services-card {
    position: relative;
    width: 100%;
    bottom: unset;
}
section.why-choose {
    padding: 46px 0 0px 0;
}
img.img-fluid.mission-img {
    margin: 29px 0 0 0;
}
button.owl-next span {
    display: none;
}
button.owl-prev span {
    display: none;
}
img.img-fluid.manufacturing-card-1-img {
    width: 26%;
    padding: 0 0 5px 0;
}
p.manufacturing-text {
    padding: 5px 0px 0 0px;
}
img.img-fluid.manufacturing-card-img {
    width: 26%;
    padding: 0 0 5px 0;
}
.divider-manufacturing-1 {
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, #dc0021, #071738);
    border-radius: 2px;
    margin: 10px 0;
}
button.get-started-btn.mt-2 {
    margin: 0 0 12px 0;
}
h2.testimonial-head {
padding: 0px 0 0 0;
}
section.footer-section {
    padding: 40px 0 25px 0;
}
iframe {
    width: 100%;
}
.footer-contact.d-flex {
    padding: 22px 0 0 18px;
    margin: 8px 0 0 0;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    padding: 0 0 0 0;
}
.header-btn {
    display: none;
}
.footer-btn {
    padding: 9px 33px;
    margin: 3px 0 14px 18px;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    padding: 0 0 8px 24px;
    width: 100%;
}
	.email a {
    font-size: 15px;
}
	.banner-section .slide-content {
		top: auto;
		bottom: 15%;
		right: 50%;
		transform: translateX(50%);
		text-align: center;
		max-width: 90%;
		padding: 0 15px;
	}

	.banner-section .swiper-horizontal>.swiper-pagination-bullets {
		width: 100% !important;
		right: auto;
		left: 0;
		top: auto;
		bottom: 15px;
		transform: none;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.banner-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 7px !important;
	}

	.banner-section .swiper-pagination-bullet {
		display: inline-block;
	}
	.banner-section .hero-slider {
    width: 100%;
    height: 70vh;
}
	.contact-us-map iframe {
    margin:0 !important;
}

}
@media (max-width: 768px) {
    .banner-section .slide-content {
        top: 50%;
        bottom: 0;
        right: 0;
        left: 0;
        transform: translate(10px, -10px);
        text-align: center;
        max-width: 90%;
        padding: 0 15px;
    }
}

/* inner-pages-css */

img.img-fluid.inner-img {
    border-radius: 10px;
	box-shadow: 0 10px 15px rgb(214 214 214);
}
section.innerpages {
    padding: 40px 0 15px 0;
}
strong.inner-text {
    color: #de0000;
}
ul.no-style {
    list-style: none;
}
.bussiness-body {
    background: #e9f0ff;
    padding: 10px 8px;
    border-radius: 14px;
}
.bussiness-body p {
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}

/* Modal-form-css */
section.header-form .modal-header {
    background: #c40000;
    color: #ffffff;
}
section.header-form label {
    display: inline-block;
    background: #071738;
    margin: 16px 19px 0 0;
    border-radius: 12px;
    width: 100%;
}
section.header-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: none;
    border-top-right-radius: 10px;
    margin: 8px 0;
    color: #ffffff;
}
section.header-form textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 5px 0 0 11px;
    background: no-repeat;
    border: none;
    max-height: 50px;
    background: #071738;
    color: #ffffff;
}
section.header-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: #c40000;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 5px 0;
}
.contact-us-map iframe {
    width: 103%;
    border-radius: 4px;
    margin: 35px 0 0 0;
    height: 500px;
}
.stencure-contact-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.stencure-contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 5px 10px;
    height: 120px;
    border-radius: 10px;
     border: 1px solid #ccc;
}
.stencure-contact-form input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    width: 100%;
}
.stencure-contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    width: 100%;
    background: red;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    padding: 8px 0;
}
img.img-fluid.contact-img {
    border-radius: 10px;
}
.inner-contact-form {
    background: #071738;
    padding: 45px 15px 0 15px;
    border-radius: 10px;
}
.inner-contact-form input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: #ffffff;
    color: #2a2a2a;
}
.modal-body input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    background: #071738;
	 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.modal-body input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #071738;
	 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

a.tile-inner.modula-item-link {
    border: 1px solid red;
    border-radius: 7px;
    box-shadow: 0 10px 15px rgb(214 214 214);
}
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    color: #ffffff;
    width: 100%;
}
strong.about-stencure {
    color: #212529;
}