@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
  --primary:#F47B20;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Manrope", serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #f1f1f1;
    color: #444;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 5px;
    font-family: "Manrope", serif;
    background: var(--white);
}
input[type="submit"] {
    background: linear-gradient(90deg, #193775, #f39c12);
    text-transform: capitalize;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    border-radius: 10px 10px 25px;
    font-family: "Manrope", serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Manrope", serif;
    color: #444444;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Manrope", serif;
    color: #454a50;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
}
ul, li, a {
    list-style-type: none;
	font-family: "Manrope", serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 20px;
   font-family: "Georgia", Sans-serif;
    font-size: 45px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    color: var(--black);
}
.subheading {
    display: block;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-left: 16px;
    line-height: normal;
    margin-bottom: 15px;
    width: fit-content;
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.subheading:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 8px;
    width: 8px;
    content: '';
    background: white;
}
.heading {
    display: block;
    margin: 0 auto ;
	    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #1C3754;
    margin-bottom: 40px;
    display: inline-block;
	text-align: center;
	display: flex;
}
.leftheading {
    text-align: start;
    position: relative;
    z-index: 0;
    font-size: 45px;
    line-height: 55px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* TOP BAR CSS */

.topbar {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff45;
    background:#1c37542b;
    width: 100%;
	padding-left: 55px;
    padding-right: 55px;
}
ul.smoicons.d-flex.align-items-center.justify-content-end a {
    color: #1C3754;
}
.smoicons {
    column-gap: 15px;
}
.smoicons img {
    width: 19px;
}
.top-contact {
    column-gap: 20px;
}
.top-contact i {
    color: #1C3754 !important;
    font-size: 23px;
    padding-right: 8px;
}
.top-contact a {
    color: var(--black);
    font-size: 15px;
    padding-right: 8px;
    font-weight: 600;
}
.topbar p {
    color: var(--white);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .2px;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
}

/* Header */

header {
/*     position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header img {
    width: 112px;
    /* object-fit: cover; */
    margin-left: 14px;
}
.col-sm-8.menu_sec {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
/* Menubar */


.logo a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}
.mainmenu {
    z-index: 999;
    box-shadow: 0 2px 12px #0000000a;
    background-color: #fff;
    width: 100%;
    position: relative;
    padding-left: 2px;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99;
}
a.btn.btn-primary {
    transition: all 0.3s ease;
}

a.btn.btn-primary:hover {
    background-color: #1C3754; 
    color: #fff;
    transform: scale(1.05);
}
.mainmenu .btn-primary {margin-left: 20px;}
.btn-primary {
    background: white;
    color: var(--white);
    border: unset;
    margin-top: 30px;
    font-weight: 400;
    padding: 13px 25px;
    font-family: "Manrope", ui-sans-serif;
    text-transform: uppercase;
    border-radius: 8px 8px 25px;
    letter-spacing: .5px;
}
.menutop li a {
    padding: 28px 15px !important;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: .5px;
    font-size: 13px !important;
	color: #000 !important;
	font-family:"Georgia", Sans-serif;
}
.menutop .sub-menu li.current-menu-item a {
	color: black !important;
}

/* Main Slider */
.mainslider figure{
	margin:0;
}
.carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: right;
    filter: brightness(0.5);
    height: 873px;
}
.carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%; 
    padding: 20px;
}
.carousel-caption .carousel-content {
    max-width: 700px;
    margin: 0 auto;
}
.carousel-caption ul {
    column-gap: 15px;
    transform: translate(39%, 10px);
}
.carousel-content small {
    font-family: "Manrope", serif;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 8px;
}
.carousel-content span {
    display: block;
    color: var(--primary);
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.mainslider .carousel-caption h2 {
    font-family: "Georgia", Sans-serif;
    font-size: 52px !important;
    line-height: 100px;
    font-weight: 800;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 15px 0;
    color: var(--white);
}
.mainslider .carousel-caption p {
    font-size: 18px;
    margin-bottom: 15px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    margin-top: 10px;
    border: 1px solid var(--white);
    padding: 10px 30px;
    border-radius: 6px;
    font-weight: 300;
    background: inherit;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}

/*About*/

.about {
    background: #1C3754;
    padding: 65px 0 60px;
}
.about-content a.brochure-btn {
    margin-top: 35px;
    background: white;
    color: #1C3754;
	display: flex
;
    width: 25%;
    justify-content: center;
}
.about-content a.brochure-btn:hover {
    color: black;
}
a.brochure-btn:hover{
	color: white;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    text-transform: capitalize;
    font-size: 34px;
	font-family: "Georgia", Sans-serif;
}
.aboutus-img img {
    width: 100%;
    height: 405px;
    border-radius: 6px;
    object-fit: cover;
}
.about p, .about li {
    color: var(--white);
}
.about li {
    margin-bottom: 10px;
    border-left: 2px solid #ffffffe8;
    padding-left: 12px;
}
.aboutus-img{
    position: relative;
    z-index: 2;
    background: transparent;
}
.aboutus-img figure img:hover {
    transform: scale(0.95);
}
.aboutus-img:after {
   content: '';
    width: 60%;
    position: absolute;
    top: -8%;
    bottom: -2%;
    left: -5%;
    background-color: #ffffff40;
    z-index: -1;
	 background-image: url(https://webzensys.com/work/makeithappenbcn.com/wp-content/uploads/2024/04/dots.png);
    background-repeat: repeat;
}
.aboutus-img{
    padding: 0 30px 30px 15px;
    position: relative;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.about-section .image-wrapper {
    flex: 1;
    animation: fadeInRight 1s ease forwards;
    opacity: 0;
    animation-delay: 0.2s;
}

.about-section .content-wrapper {
    flex: 1;
    color: #ffffff;
    animation: fadeInRight 1s ease forwards;
    opacity: 0;
    animation-delay: 0.6s;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    opacity: 0;
    animation: fadeInRight 1s ease forwards;
}
.fade-in-right.delay-1 {
    animation-delay: 0.2s;
}
.fade-in-right.delay-2 {
    animation-delay: 0.6s;
}


/* service image section  */

.industries-we-serve {
    text-align: center;
    padding: 50px 20px;
}
.section-subtitle {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    color: #000;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: .5px;
   font-family: "Georgia", Sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.industry-item {
    overflow: hidden;
    background: #fff;
}

.industry-image {
	border-radius: 6px;
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.industry-image::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    opacity: 0;
    transition: opacity 0.4s ease;
}
.industry-item:hover .industry-image img {
    transform: scale(1.1);
}

.industry-item:hover .industry-image::after {
    opacity: 1;
}
.industry-title {
	font-size: 18px;
    font-weight: 800;
    margin-top: 15px;
    color: #1C3754;
}

/* about-section-content */

.eis-about-section {
  color: #1C3754;
}
h3.tagline {
    color: white;
}
section.eis-about-section .container
 {
    padding: 0px;
}
.eis-about-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.mission-statement {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
  opacity: 0;
  animation: fadeInUp 1s forwards;
  text-align: left !important;
}

.about-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.about-columns .column {
  flex: 1;
  min-width: 300px;
  font-size: 18px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.about-columns .column:nth-child(1) {
  animation-delay: 0.3s;
}

.about-columns .column:nth-child(2) {
  animation-delay: 0.6s;
}

.tagline {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  color: #1C3754;
  position: relative;
}

.tagline::before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #1C3754;
  margin-bottom: 10px;
  border-radius: 2px;
  animation: slideIn 1s forwards;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { width: 0; }
  to { width: 50px; }
}

@media(max-width: 768px) {
  .about-columns {
    flex-direction: column;
  }
}

/* service blog section */

.services-section {
    padding: 80px 20px;
    background: #1c37540d;
    color: #fff;
    text-align: center;
}

.section-subtitle {
    color: #1C3754;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 50px;
}

.services-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 20px;
}

.service-card {
    flex: 0 0 auto;
    width: 300px;
    scroll-snap-align: start;
    display: block;
    text-decoration: none;
    background: #fff;
    color: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.service-card:hover .read-more {
    text-decoration: underline;
}

.service-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-content {
    padding: 20px;
    text-align: left;
}

.service-category {
    color: #1C3754;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.service-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-description {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.read-more {
    color: #1C3754;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.services-carousel::-webkit-scrollbar {
    display: none;
}
.services-carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.services-carousel.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.services-carousel {
    scroll-behavior: smooth;
}

/* Brochure-section */

.brochure-section {
    background: url(https://algopagedev.com/project/engineering-inspection.com/wp-content/uploads/2025/08/bg11.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    text-align: left;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #1C3754;
    margin-bottom: 40px;
    display: inline-block;
}

.section-title span {
    font-weight: 800;
    margin-left: 10px;
    color: #1C3754;
}

.main-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #1C3754;
    margin-bottom: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

.description {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000;
/*     max-width: 700px; */
    margin-bottom: 30px;
	text-align: center !important;
}
.brochure-content {
    text-align: center !important;
}
.brochure-btn {
    display: inline-flex;
    align-items: center;
    background-color: #1C3754;
    color: #fff;
    padding: 12px 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.brochure-btn .arrow {
    margin-left: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.brochure-btn:hover .arrow {
    transform: translateX(5px);
}

.brochure-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    z-index: 0;
    transition: height 0.3s ease;
}

.brochure-btn:hover::before {
    height: 100%;
}

.brochure-btn span, .brochure-btn {
    position: relative;
    z-index: 1;
}
.brochure-content a:hover{
	color: #fff !important;
}

/* CLIENT CARAOUSEL SECTION */

.client {
    padding: 50px 0;
	background: #1c37540d;
}
 
.client-logo {
    border: 0.5px solid #1c37541c;
    border-radius: 8px;
    padding: 15px;
}
.client-logo img {
    width: 210px !important;
	height: 30vh !important;
}
.slick-dots .slick-active button {
    background: #1C3754 !important;
}
.slick-dots li button
{
    background: #1c375461 !important ;
}
.slick-track {
    gap: 10px !important;
    display: flex !important;
}
.slick-dots{
	text-align: center !important;
}

/* FOOTER SECTION CSS */
.site-footer {
    background-color: #1C3754;
    color: #fff;
    padding: 50px 0 20px;
    font-family: 'Poppins', sans-serif;
}

.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer-widget h3 {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    color: white;
    font-family: "Georgia", Sans-serif;
}

.footer-widget h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #1C375461;
    margin-top: 5px;
}

.footer-widget p {
    font-size: 14px;
    line-height: 1.6;
    color: white;
    font-family: 'Manrope';
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 8px;
}

.footer-widget ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}

.footer-widget ul li a::before {
    content: '▶';
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: -3px;
}

.footer-social {
    display: flex;
}

.newsletter-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.newsletter-form input::placeholder {
    color: #ccc;
}

.newsletter-form button {
    background-color: #fff;
    color: #1C3754;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease;
	    border: 1px solid #1C3754;
}

.newsletter-form button:hover {
    background-color: #1C3754;
    color: #fff;
	border-color: #fff;

}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: #1C375461;
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom p {
    color: #fff;
}
.footer-widget.widget-2 {
    margin-left: 50px;
}
.footer-widget.widget-3 {
    margin-left: 50px;
}


/* Responsive Adjustments */
@media (max-width: 992px) {
    .footer-widgets {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-widgets {
        grid-template-columns: 1fr;
    }
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    border-radius: 2px;
    z-index: 99999999;
    padding: 0;
    background: #1C3754;
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 15px;
    color: var(--white);
    border-radius: 50px;
    border: 2px solid var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: #000;
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}

a.link-home {
    color: white;
}
div#abt-descrp p {
    color: white !important;
}
div#sub-hd p {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

@media (max-width: 991px){
	.logo
 	{
    margin-left: -40px !important;
	}
	.carousel-item img {
    height: 390px;
	}
	.mainslider .carousel-caption h2{
	font-size: 28px !important;
    line-height: 45px;
	}
	.carousel-content small{
	font-size: 10px;
	}
	.mainslider .carousel-content .btn-primary{
	padding: 6px 20px;
	}
	h2.leftheading.text-light {
    margin-top: 34px;
	font-size: 24px;
    line-height: 40px;	
	}
	.tagline
 	{
    font-size: 20px;
	}
	.about-content a.brochure-btn
	{
	width: 50%;	
	}
	.section-title
	{
	font-size: 26px;
	}
	.main-heading {
	font-size: 28px;
	}
	.heading
	{
	font-size: 28px;	
	}
	.footer-widget.widget-2
    {
    margin-left: 0px !important;
    }
	.footer-widget.widget-3
    {
    margin-left: 0px !important;
    }
}	
@media screen and (max-width: 782px) {
.admin-bar .rmp-container, .admin-bar .rmp_menu_trigger {
    margin-top: -1px !important;
}
	.footer-widget.widget-2
    {
    margin-left: 0px !important;
    }
	.footer-widget.widget-3
    {
    margin-left: 0px !important;
    }
}
	