.hide { display: none;}



@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro 65';
    src: url('../fonts/AvenirLTPro-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro 55 Roman';
    src: url('../fonts/AvenirLTPro-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Heavy.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('../fonts/AvenirLTPro-Light.woff2') format('woff2'),
        url('../fonts/AvenirLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{
	background:#000;
}

p, a, li {
	font-family: 'Avenir LT Pro';
	color:#fff;
}


header.entry-header {
    display: none;
}

html {
  scroll-behavior: smooth;
}

img{
	max-width: 100%;
	height: auto;
}


h1 {font-size: 60px;}
h2 {font-size: 45px;}
h3 {font-size: 30px;}



section.main-menu-section {
    margin-top: 13px;
}

/*
top_bar
*/
.header-social a {
    color: #fff;
    padding: 6px 4px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 0;
    background: #A8001B;
    margin: 3px;
    display: inline-block;
    transition: 0.3s;
}

.header-social a:hover {
	background: #F8E17D;
	color:#fff;
}

.header-social.top-bar ul li {
    padding: 0px 4px;
}


.topbar a {
    color: #fff;
}

.topbar a, .topbar p, .topbar li {
    font-family: "Onest", sans-serif;
    font-style: normal;
}

.site-header {
    background: #030403;
    color: #fff;
    padding: 28px 5px;
    position: relative;
}

.logo {
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 15px;
		left: calc(50% - 100px);
}
.logo img {
  width: 100%;
  max-width: 190px;
}

/* .site-header:after { */
    /* content: ''; */
    /* background: #5f5f5f; */
    /* width: 56.5%; */
    /* height: 1px; */
    /* position: absolute; */
    /* bottom: 63px; */
    /* right: 0; */
/* } */

/* .home .site-header { */
    /* position: absolute; */
	/* background: transparent; */
	/* top: 100px; */
    /* z-index: 999; */
    /* width: 100%; */
/* } */

/* 
.half-top-header {
    position: relative;
}

.half-top-header:after {
    content: '';
    background: #5f5f5f;
    width: 150%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
} */


/* .topbar ul {
    list-style: none;
    display: flex;
	padding: 0;
	margin-bottom:8px;
}
 */

/* .linked-detail {
    display: inline-block;
    background: #000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 13px 23px 4px;
    line-height: normal;
} */

.topbar .linked-detail i {
    color: #feb406;
    margin-right: 6px;
}



.header-social ul li {
    padding: 0px 3px;
}

.header-social {
    display: inline-block;
	    float: inline-end;
}

/* ===============================



   SEARCH POPUP



================================ */

.header-search-wrap {
    display: inline-block;
}

#search-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99999;
}

#search-popup.active {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  background: #fff;
  padding: 10px;
  max-width: 760px;
	width: 100%;
  border-radius: 10px;
  position: relative;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}

#search-popup.active .popup-inner {
  transform: translateY(0);
}

#close-popup {
  position: absolute;
	top: 12px;
  right: 15px;
  cursor: pointer;
  font-size: 22px;
}

.is-form-style input.is-search-input {
  border: none !important;
  font-size: 18px !important;
  font-family: "Onest";
  text-transform: capitalize;
}

.is-form-style .is-search-submit path {
  fill: #ffffff;
}

.is-search-icon svg {
  width: 25px;
  display: inline;
}

span.is-search-icon {
  background: #a8001b;
  border: none !important;
  border-radius: 9px;
}

span.is-search-icon:hover {
  background: #000;
}

#search-popup {
  background: rgb(0 0 0 / 85%) !important;
  padding: 20px;
}





/* ===========================
   MAIN MENU BAR
=========================== */

.main_menu_bar {
  display: flex;
  align-items: center;
  height: 100%;
}

.main_menu_cont {
  width: 100%;
}

/* Main UL */
ul.main_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Top-Level LI */
ul.main_menu > li {
  position: relative;
  margin: 0 2px;
}

/* Top-Level Anchor */
ul.main_menu > li > a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: color 0.25s ease;
  white-space: nowrap;
	letter-spacing:2px
}

ul.main_menu > li > a:hover,
ul.main_menu > li.current-menu-item > a,
ul.main_menu > li.current-menu-ancestor > a {
  color: #feb406; /* Brand red – change to your color */
}

/* ===========================
   DROPDOWN MENU
=========================== */

/* Sub-menu UL – hidden by default */
ul.main_menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 210px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #ffffffed;
  border-top: 3px solid #e8212e; /* accent top border */
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

  /* Hidden state */
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

/* Show on hover */
ul.main_menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown LI */
ul.main_menu li ul.sub-menu li {
  position: relative;
  margin: 0;
}

/* Dropdown Anchor */
ul.main_menu li ul.sub-menu li a {
  display: block;
  padding: 9px 20px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  white-space: nowrap;
}

ul.main_menu li ul.sub-menu li a:hover {
    background: #a8001b;
    color: #fff;
}

/* ===========================
   NESTED / 3rd LEVEL DROPDOWN
=========================== */

ul.main_menu li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  border-top: none;
  border-left: 3px solid #e8212e;
  border-radius: 0 0 4px 4px;
}

ul.main_menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===========================
   DROPDOWN ARROW INDICATOR
=========================== */

/* Arrow on top-level items that have children */
ul.main_menu > li.menu-item-has-children > a::after {
  content: " \25BE"; /* ▾ */
  font-size: 11px;
  margin-left: 4px;
  opacity: 0.7;
}

/* Arrow on sub-menu items that have children */
ul.main_menu li ul.sub-menu li.menu-item-has-children > a::after {
  content: " \25B8"; /* ▸ */
  float: right;
  margin-top: 1px;
  font-size: 11px;
  opacity: 0.7;
}

/* ===========================
   ACTIVE / CURRENT STATE
=========================== */

ul.main_menu li ul.sub-menu li.current-menu-item > a,
ul.main_menu li ul.sub-menu li.current-menu-ancestor > a {
  color: #e8212e;
  background: #fdf0f0;
  font-weight: 600;
}




/*----------- Main_menu_bar----------*/

header .row {
    align-items: center;
}



/* .main_menu_bar { */
    /* clear: both; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
/* } */

/* .main_menu_bar .main_menu_cont > ul > li a:hover:after { */
    /* position: absolute; */
    /* content: ''; */
    /* border-bottom: 4px solid #b3cae3; */
    /* width: 100%; */
    /* height: 3px; */
    /* left: 0; */
    /* bottom: -5px; */
   /* margin-left: 8%; */
    /* font-weight: 500; */
/* } */


/* .main_menu_bar .main_menu_cont > ul > li:after { */
    /* content: ''; */
    /* position: absolute; */
    /* background: #fff; */
    /* width: 1px; */
    /* height: 15px; */
    /* top: 1px; */
    /* left: -17px; */
/* } */

/* .main_menu_bar .main_menu_cont > ul > li:first-child:after { */
	/* display:none; */
	/* } */


/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item a {
    color: #feb406;
} */

/*  .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current-menu-item a {
    color: #feb406;
}
  */

.drop_menu>li ul.sub-menu .menu-item a:hover:after {display:none;}

/* .main_menu_bar .main_menu_cont {
	position:relative;
	display:inline-block;
} */
/* .main_menu_bar .main_menu_cont ul {
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.main_menu_bar .main_menu_cont li {
	position:relative;
} */

/* .main_menu_bar .main_menu_cont > ul > li{ */
	/* display:inline-block; */
	 /* padding:0 0 14px;  */
	/* position:relative; */
/* } */

/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current-menu-item:before, */
/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_item:before, */
/* .main_menu_bar .main_menu_cont ul:not(.sub-menu) > .current_page_parent:before */
/* /*.main_menu_bar .main_menu_cont > ul > li:before*/ /* { */
	/* position:absolute; */
	/* content:''; */
	/* border-bottom: 4px solid #b3cae3; */
	/* width: 90%; */
	/* height: 3px; */
	/* left: 0; */
	/* bottom: 7px; */
	/* margin-left: 10%; */
	/* font-weight:500; */
/* } */


/* .half-bottom-header {
    padding-top: 15px;
}
	 */
	
.main_menu_bar .main_menu_cont > ul a {
/* 	display:block;
	color:#fff;
	text-decoration:none;
	font-size:17px;
	line-height:36px; */
	/* border-left:1px solid #8dc53e; */
	/* padding: 0 7px 0 11px; */
/* 	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px; */
}

/* a.menu-contact {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: all 0.2s linear 0s;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.header-woocommerce a:not(.mini-cart-dropdown a) {
    padding: 9px 9px;
    color: #A8001B;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
}


.header-woocommerce {
    display: inline-block;
    padding-left: 11px;
    padding-right: 11px;
}


.main_menu_bar .main_menu_cont > ul li:first-child a,
.main_menu_bar .main_menu_cont .sub-menu a{
	border-left:0;
}
.top_links > ul > li.menul {
	border-left:1px solid #8dc53e;
}
.top_links > ul > li.menul:first-child {
    border: 0;
}
.menul a {
	display:block;
	color:#8dc53e;
	text-decoration:none;
	line-height:16px;
	padding-left: 3px;
}
.main_menu_bar .main_menu_cont > ul > li:hover > a,
.top_links > ul > li:hover > a,
.top_links .current-menu-item a,
.top_links .current_page_item a,
.top_links .current_page_parent a {
	color:#feb406;
}


.topbar li.menu-contact a {
    background: #fff;
    color: #000 !important;
    padding: 20px 35px;
    border-radius: 10px;
} */


/*
**************************
submenu
**************************
*/
/* .drop_menu li {
	position:relative;
}
.drop_menu li:hover > ul.sub-menu {
	display:block;
} */
/* .drop_menu>li >ul.sub-menu {
	box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
	top: 20px;
	left: 13px;
	padding: 10px 0;
	z-index: 5;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
} */

/* .drop_menu>li >ul.sub-menu a {
	letter-spacing:0px;
	font-weight:500;
}


.drop_menu>li >ul.sub-menu {
	background: #fff;
	border: 2px solid #F8E17D;
	margin: 0;
	position: absolute;
	width: 260px;
	display: none;
	z-index:9999;
	box-shadow: 2px 2px 18px 2px rgba(0,0,0,0.2);
	top: 36px;
	left: 13px;
	padding: 10px 0;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.drop_menu>li >ul.sub-menu ul {
	top:0;
	left:210px;
	margin-left: -4px;
}
.drop_menu>li >ul.sub-menu:before{
content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border-bottom: 8px solid #FEB406;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    margin: 0 auto;
    width: 14px;
    z-index: 2;
}
.no-arrow:before {
	border: 0 !important;
}
.drop_menu>li ul.sub-menu li {
	font-size: 14px;
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.drop_menu>li ul.sub-menu .menu-item {
	list-style: none;
} */
.drop_menu>li>ul.sub-menu>li.menu-item-has-children {
	/*display: table-cell;*/
}
/* .drop_menu>li ul.sub-menu li a {
	display: block;
	padding: 9px 11px;
	color: #000;
	text-decoration: none;
	background-color:transparent !important;
	line-height: 20px;
	border-top:1px solid #fff;
} */
/*.drop_menu>li ul.sub-menu > li.menu-item-has-children > a {
	color: #111;
	text-transform: uppercase;
}*/
/* .drop_menu>li ul.sub-menu li:hover > a,
.drop_menu>li ul.sub-menu li.current_page_item > a {
	color: #fff;
	background-color: #a8001b !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
} */



a:hover {
    color: #8B8B8B;
}
a {
    color: #fff;
}
.different_section a.main-btn{
	display: none;
}

a.main-btn {
    background: #A8001B;
    color: #fff;
    font-size: 18px;
    padding: 13px 32px;
    border-radius: 2px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    font-family: 'Onest';
    font-weight: 600;
}

a.main-btn:hover {
    text-decoration: none;
    background: #000;
	transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}

a.main-btn:after {
    content: '\f061';
    font-family: 'Font Awesome 7 Free';
    margin-left: 11px;
}

/* a.get-started.main-btn {
    padding: 13px 21px;
}
 */

a.get-started.main-btn {
    padding: 8px 8px;
}

a.get-started.main-btn:hover {
    transform: none;
}

/*---------Home Page--------*/

sr7-txt#SR7_1_1-1-1 {
    font-family: 'Avenir LT Pro' !important;
}

.marquee {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.marquee ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.marquee li {
    display: flex;
    align-items: center;
    margin: 0 20px;
    color: #fff;
    font-family: 'Avenir LT Pro';
    letter-spacing: 3px;
    text-transform: uppercase;
}

.marquee img {
  width: 28px;
  height: 28px;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-30%); }
}


.ul-style ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    left: 0;
    font-weight: 600;
    background: #a8001b;
    border-radius: 50%;
    padding: 3px 8px;
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.ul-style ul li {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    margin-bottom: 18px;
    padding-left: 40px;
}

.ul-style ul {
    margin-bottom: 40px;
	list-style:none;
	padding-left:0px;
}


.theme-content h3 {
    font-family: 'Onest';
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #F5D132;
    font-size: 14px;
    font-weight: 400;
}
.theme-content h2 {
    font-size: 58px;
	font-weight: 700;
}
.theme-content p {
    font-weight: 300;
    line-height: 28px;
}

.theme-content p strong {
    font-weight: 700;
}


.home-section-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 30px;
}

.form-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 30px 395px;
}

a.border-button {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    margin-left: 16px;
		transition:0.3s;
}

a.border-button:hover {
    color: #bfbfbf;
}

a.border-button:after {
    content: '';
    width: 100%;
    height: 1px;
    bottom: -5px;
    position: absolute;
    background: #fff;
    left: 0;
}


.form-section a.main-btn {
    background: #000;
}
.form-section a.main-btn:hover {
    background: #242424;
}

.home-blog-section h2 {
    font-size: 60px;
    padding-bottom: 30px;
}


.recent_blog_content {
    padding-top: 18px;
    display: inline-block;
}

.recent_blog_title a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins';
	transition:0.3s;
}

.recent_blog_title a:hover {
    color: #F5D132;
}

.home-blog-section {
    padding-top: 30px;
    padding-bottom: 30px;
}


.time {
	color: #ffffff;
    font-size: 18px;
    font-family: 'Onest';
}


/* .main_col_3 { */
    /* background: #F9FAFB; */
    /* padding: 25px; */
    /* border: 1px solid #D4D4D4; */
    /* border-radius: 24px; */
	/* transition:0.3s; */
/* } */

.recent_blog_img img {
    border-radius: 10px;
}
h4.recent_blog_title {
    padding: 20px 0;
}



#gform_1 input[type="text"], #gform_1 input[type="tel"], #gform_1 input[type="email"], #gform_1 textarea, #gform_1 input[type="number"]{
	border-top:none;
	border-left:none;
	border-right:none;
    border-bottom: 1px solid #d6d6d6;
	padding: 0px;
	background: transparent;
    box-shadow: none;
	color:#fff;
	font-family: 'Avenir LT Pro';
    font-size: 16px;
}


#gform_3 input[type="text"], #gform_3 input[type="tel"], #gform_3 input[type="email"], #gform_3 textarea, #gform_3 input[type="number"], #gform_3 select,
#gform_4 input[type="text"], #gform_4 input[type="tel"], #gform_4 input[type="email"], #gform_4 textarea, #gform_4 input[type="number"], #gform_4 select,
#gform_6 input[type="text"], #gform_6 input[type="tel"], #gform_6 input[type="email"], #gform_6 textarea, #gform_6 input[type="number"], #gform_6 select
{
	background: #2E2E2E !important;
    color: #fff ;
    font-family: 'Avenir LT Pro';
    font-size: 16px;
	border: 1px solid #777 !important;
}

.gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))
 {
    --gf-local-color: #d3d3d3 !important;
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))

 {
    --gf-local-color: #989898 !important;
}

.gfield--type-section {
    padding-top: 10px;
}
.gfield--type-section h3 {
    color: #EB7903;
    margin: 0;
}

/* .gform_fields input[type="text"],
.gform_fields input[type="tel"],
.gform_fields input[type="email"],
.gform_fields textarea,
.gform_fields input[type="number"],
.gform_fields select{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #d6d6d6 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: 'Avenir LT Pro' !important;
    font-size: 16px !important;
} */

.gform_fields option {
	background:#000 !important;
}

legend.gfield_label.gform-field-label, label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    color: #fff !important;
    font-size: 19px !important;
}

.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
    border-block-end: 1px solid #EB7903 !important;
}


.services-four-boxs h3 {
    font-family: 'Poppins';
    color: #fff;
    font-size: 27px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.services-four-boxs {
    background: #071C35;
    text-align: center;
    border-radius: 15px;
    border-left: 7px solid #000;
    padding: 14px 10px 30px;
	border-right: 7px solid #000;
	position:relative;
	margin-bottom: 50px;
}

.services-four-boxs p:last-child {
    position: absolute;
    left: calc(50% - 87px);
	bottom: -20px;
}

.services-four-boxs img {
    border-radius: 11px;
}

label.gfield_label.gform-field-label {
    color: #fff;
    font-size: 18.5px;
    font-family: 'Avenir LT Pro';
}

.home-gravity-box {
    background: #000;
    padding: 20px;
    border-top: 7px solid #A8001B;
    border-top-left-radius: 20px;
    border-left: 7px solid #A8001B;
    border-right: 7px solid #A8001B;
    border-top-right-radius: 20px;
}

.gform_button, .gform_next_button, .gform_previous_button  {
    background: #A8001B !important;
    padding: 16px 30px !important;
    letter-spacing: 2px !important;
    font-family: 'Onest' !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.gform_button:hover, .gform_next_button:hover, .gform_previous_button:hover
{
    background: #000 !important;
	transform: translate(0px, -10px) !important;
    box-shadow: 0px 0px 18px -4px #fff !important;
}

#gform_1 input[type="text"]:focus, #gform_1 input[type="tel"]:focus, #gform_1 input[type="email"]:focus, #gform_1 textarea:focus{
    box-shadow: 0px 0px 6px -1px #e7a50f;
}

.padding-50 {
	padding:50px 15px;
}

.bottom-cta-section {
    background: linear-gradient(90deg, rgba(168, 0, 27, 1) 0%, rgba(66, 0, 11, 1) 100%);
	 overflow: visible !important;
/* 	margin-top:60px; */
	padding-top: 20px;
}

.bottom-sided-img {
    margin-top: -90px;
}

.max_width {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.marquee_section{
		padding:40px 0;
	}

.danville_Iron {
    background-image: url(https://danvilleiron.com/wp-content/uploads/2026/06/3.jpg?id=282);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

/*-------HOME PAGE END-----------*/



/*-------INNER PAGE START-----------*/


.inner-page-first-section p
{
	text-align: center;
    font-size: 20px;
    line-height: 30px;
}


.about-page-section {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}


.team-page-section 
{    
	background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}



.contact-page-address li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 53px;
}

.contact-page-address ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
}

.contact-page-address i {
    color: #e7a50f;
    border: 2px solid #e7a50f;
    padding: 9px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    width: 41px;
    text-align: center;
    height: 41px;
}

.contact-page-address a {
    color: #000;
}

.contact-page-address b {
    color: #e7a50f;
}

.contact-page-social {
    padding-top: 20px;
	transition:0.3s;
}
.contact-page-social i {
    color: #e7a50f;
    border: 2px solid #e7a50f;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    font-size: 25px;
    margin: 4px;
}

.contact-page-social a:hover {
    text-decoration: none;
	opacity:0.8;
}


.faq-page-section .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    left: 10px;
}

.faq-page-section .vc_toggle_title {
    background: #323232;
    padding: 14px 14px 14px 35px !important;
    border-radius: 10px;
}

.faq-page-section
{
	background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
	background-attachment:fixed;
}



.gform_button {
    background: #2e5dab;
    color: #fff;
    font-size: 16px;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 0.3s;
    border: none;
}

.gform_button:hover {
	text-decoration: none;
    background: #3872d2;
}



a.recent_blog_btn {
    color: #000;
    font-size: 17px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

a.recent_blog_btn:hover {
    text-decoration: none;
    color: #263a7c;
}

.recent_blog_cate {
    position: absolute;
    margin-top: -80px;
    background: #263a7c;
    font-family: 'Poppins';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    font-size: 14px;
}


p.blogInfo {
    color: #263a7c;
    font-size: 15px;
	margin-bottom: 10px;
}

.bottom-sect
 {
    position: relative;
	padding: 27px;
    background: #293040;
	color: #fff;
    line-height: 32px;
    font-size: 24px;
}

.bottom-sect:after {
    content: '';
    background: #263a7c;
    width: 150px;
    height: 77px;
    position: absolute;
    top: -13px;
    right: -11px;
    z-index: -9;
}





.top-banner h1 {
    color: #fff;
    font-weight: 600;
	position: relative;
}
.top-banner {
    text-align: center;
    color: #fff;
    padding: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 150px 30px 100px;
    background-position: center;
    background: url(https://danvilleiron.com/wp-content/uploads/2026/04/abstract-geometric-background-with-blue-red-hues-1.jpg);
}







/*---------BLOG PAGE ------------*/

/* span.screen-reader-text {
    display: none;
} */

.blog .top-banner, .single-post .top-banner{
    background: url(https://danvilleiron.com/wp-content/uploads/2026/06/blog.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
	position: relative;
}

.blog .top-banner::before, .single-post .top-banner::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba( 0, 0, 0, 0.5 );
}

.search .top-banner, .error404 .top-banner, .category .top-banner{
    background: url(https://danvilleiron.com/wp-content/uploads/2026/04/abstract-geometric-background-with-blue-red-hues-1.jpg);
	margin-bottom: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20.7vh 30px;
}





/* 
section.blog {
    padding-top: 40px;
    border-top: 1px solid #ccc;
} */


.blogImage{border:1px solid #cccdcd;overflow:hidden;position:relative;margin-bottom:20px;background:#ebebeb;}
.blogImage img{width:100%; height: 350px; object-fit: cover;}
.blogImage .blogDate{position:absolute;left:0;top:0;z-index:1;width:39px;background:#a8001b;color:#fff;padding:10px 13px;text-align:center;}
.blogImage .blogDate i{font-size:12px;font-style:normal;display:block;}
.blogImage .blogDate span{font-size:20px;font-style:normal;display:block;}
.blogImage .blogDate i,
.blogImage .blogDate span{margin-left:-3px;}
.blogImage .blogDate i ~ i{margin-left:-6px;}
.blogImage .blogDate hr{border-top:1px solid #fff;padding:5px 0 0 0;margin:5px 0 0 0;}
.blogContent h3.blog-title{font-size:24px;line-height:1.2;}
.blogContent h2.blog-title{font-size:30px;line-height:1.2;}
.blogDesc a.more {font-size:16px;}
.blogBox:hover{border-color:#f79421;}
.blogImage.hoverStyle .hoverIcons,
.blogImage .hoverStyle .hoverIcons,
.galleyBox.hoverStyle .hoverIcons{bottom:50%;margin-bottom:-16px;}
.blogPage hr {
    border-color: 
    #d6d6d6;
}

.more2:hover {
  box-shadow: inset 200px 0 0 0 #8F1019;
  text-decoration: none;
  color: #fff;
}

a.more2 {

box-shadow: inset 0 0 0 0 #8F1019;
padding: 0 .25rem;
margin: 0 -.25rem;
color: #fff;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
display: inline-block;
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.fa-clock::before {
  content: "\f017";
  font-family: 'Font Awesome 5 Free';
  margin-right: 4px;
  font-style: normal;
}

.blog-title a:hover {
  color: #7d7b7b;
  text-decoration: none;
}
.blog-title a {
  color: #E7A50F;
  transition: 0.3s;
	  text-decoration: none;
}
.zoom img {
  transition: 0.3s;
}
.zoom img:hover {
  transform:scale(1.1);
}

.blogSideBar .widget_search button[type="submit"] {
 padding:8px 15px;
 font-size:20px
}

.blogSideBar h4.widget-title {
 font-size:23px;
 color:#fff;
 background:#e7a50f;
 padding:7px 12px;
 border-left:10px solid #a8001b;
 margin-top:40px
}

.blogSideBar .widget_search button[type="submit"]:hover {
 color:rgba(255,255,255,.7)!important
 	transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}

.post-description.clearfix {
  margin-top: 30px;
}

.blog-sidebar span.screen-reader-text {
    display: none;
}



/*-------- SINGLE PAGE ---------*/

section.single-blog.single-post {
    padding-top: 50px;
}

.sidebar .widget_container {
 margin-top:30px
}
.sidebar .widget_container:first-child {
 margin-top:0!important
}
.sideBox {
 margin-bottom:30px
}
.blogSideBar .widget_search {
/* 	 background:#f1f1f1; */
/* 	 border:1px solid #ddd; */
	 border-radius:8px;
/* 	 padding:30px 25px; */
	 margin-bottom:30px
}
.blogSideBar ul {
 list-style:none;
 margin:0;
 padding:0
}
.blogSideBar ul li:first-child {
 border-top:0;
 padding-top:0
}
.blogSideBar ul li {
 border-top:1px dashed #b0b0b0;
 margin-left:2px
}
.blogSideBar ul li a {
 	color: #fff;
 	display:block;
 	padding:10px 0;
	 transition: 0.4s;
	text-decoration: none;
}
.blogSideBar ul li a:before {
 content:"\f0da";
 margin:0 10px 0 5px;
 display:inline-block;
 font-family:'Font Awesome 5 Free';
 font-weight:700
}
.blogSideBar ul li a:hover {
 color:#feb406;
/*  background:#8F1019; */
 text-decoration:none
}
.blogSideBar .list_accordion dt:before {
 content:"\f13a";
 color:#373737
}
.blogSideBar .list_accordion dt.open:before {
 content:"\f139";
 color:#f79421
}
.blogSideBar .list_accordion dd {
 padding:10px;
 background:none
}
.blogSideBar .list_accordion dt.open {
 margin-bottom:0
}
.blogSideBar h4 {
 border-bottom:1px dashed #333;
 padding:0 0 8px
}
.blogSideBar #search-2 {
/* 	background: #f1f1f1; */
/* 	border: 1px solid #ddd; */
	border-radius: 8px;
/* 	padding: 30px 25px; */
	margin-bottom: 30px
}

.blogSideBar input[type="submit"] {
  position: absolute;
  padding: 10px 24px;
  right: 0px;
  border: 0px;
  background: #e7a50f;
  color: #fff;
  transition: 0.2s;
  font-weight: 700;
	bottom:0px;
}


.blogSideBar form.search-form {
    position: relative;
}

.blogSideBar input[type="submit"]:hover {
    background: #bf8a14;
    box-shadow: 5px 7px 7px -6px #bf8a14;
}



.blogSideBar input[type="search"] {
 	border:none;
 	padding:9px;
	width:100%
/* 	text-indent: 10px; */
}

.blogSideBar form.search-form label {
	 width:100%;
	 margin-bottom:0px;
}





/*-----Contact Us------*/





/*---------Search Page-------*/

.search-title {
    font-size: 40px;
/*     color: #8F1019; */
    line-height: normal;
    font-weight: 600;
    margin-bottom: 11px;
}

.search .entry-summary {
    margin-top: 30px;
}

.search .more_link {
    margin-top: 11px;
}

.search .more_link a
{
/* 	color:#8F1019; */
}


.search article {
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0px 24px 0px;
    margin-top: 20px;
}

.pagination ul {
    display: flex;
    list-style: none;
    margin: auto;
    text-align: center;
    padding-left: 0;
}

.pagination ul li span {
    color: #fff;
    background: #bf0815;
}
.pagination ul li a:hover {
    background: #bf0815;
    text-decoration: none;
}
.pagination ul li a, .pagination ul li span {
    background: #8F1019;
    padding: 7px 16px;
    margin: 10px 2px;
    transition: 0.3s;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.pagination ul li span {
    background: #bf0815;
}


/*---------404 Page-------*/

.error-404.not-found .search-field, .search .search-field, .category .search-field {
    width: 100%;
    background: #e8e8e8;
    border: none;
    padding: 15px 23px;
    border-radius: 10px;
    font-size: 19px;
}

.error-404.not-found, .search.not-found {
    text-align: center;
    padding: 60px 30px;
}

.error-404.not-found .search-submit, .search .search-submit, .category .search-submit {
    position: absolute;
    background: #A8001B;
    border: none;
    color: #fff;
    font-size: 19px;
    padding: 15px 21px;
    font-weight: 600;
    border-radius: 10px;
    top: 0px;
    right: 0px;
	transition:0.3s;
}

.error-404.not-found .search-form, .search .search-form, .category .search-form {
    position: relative;
}

.error-404 .search-form label, .search .search-form label, .category .search-form label {
    width: 100%;
}

.error-404.not-found .search-submit:hover, .search .search-submit:hover, .category .search-submit:hover  {
    background: #000;
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}



.button-style2:hover {
    text-decoration: none;
}

.top-banner1 h2 {
    font-size: 25px;
}

.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
}

.top-banner1 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 30px;
}

.top-banner1 h3 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 5px;
}

.top-banner1 p {
    padding-bottom: 20px;
	font-size:20px;
}




/*---------FOOTER-------*/


section.main-footer {
    border-top: 1px solid #fff;
    padding: 50px 3px 30px;
}

.site-footer {
    padding: 50px 5px 0px;
}

footer h3.widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Avenir LT Pro';
}

.main-footer ul {
    list-style: none;
    padding-left: 0;
}

.main-footer ul li {
    margin-bottom: 11px;
}

.main-footer ul.menu li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Avenir LT Pro';
    font-size: 12px;
    text-decoration: none;
}

.main-footer ul.menu li a:hover {
  color: #eaaa18;
}

.footer-1, .footer-2, .footer-3, .footer-4 {
    position: relative;
}
.footer-1:after, .footer-2:after, .footer-3:after {
    content: '';
    background: #fff;
    width: 1px;
    height: 162px;
    position: absolute;
top: -15px;
  right: 50px;
}


.footer-contact2
 {
    margin-left: 50px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 33px;
    font-weight: 600;
    font-family: 'Inter Tight';
	transition:0.3s;
}
.footer-contact p {
    color: #868686;
    font-size: 18px;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.footer-contact {
    display: flex;
    color: #fff;
}


.footer-detail i {
    background: #263a7c;
    border-radius: 24px;
    width: 40px;
    height: 40px;
    padding: 12px;
	color:#fff;
}
.footer-detail p {
    color: #fff;
}

.footer-detail p {
    margin-top: -40px;
    margin-left: 52px;
}

a.footer-consult-btn {
    background: #fff;
    padding: 18px 54px;
    font-family: 'Montserrat';
    text-decoration: none;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2px;
	display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
}


a.footer-consult-btn:hover{
	background: #263a7c;
	color:#fff;
	
}

.footer-contact a:hover {
	color:#263a7c;
}

.footer-section2 .wpb_content_element {
    margin-bottom: 15px !important;
}	

div#gform_wrapper_2 {
    position: relative;
}

input#input_2_1 {
    background: 0 0;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
    padding: 29px;
    border-bottom: 1px solid #fff;
    color: #fff;
    border: 1px solid;
	padding-left: 10px;
}

input#gform_submit_button_2 {
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 16px 34px;
    background: #a8001b;
    font-family: 'Avenir LT Pro';
    text-transform: uppercase;
    letter-spacing: 3px;
}



.site-footer .vc_separator.wpb_content_element {
    margin-bottom: 18px;
}


.copyright .col-md-12 {
    align-items: center;
   padding: 30px 10px;
    border-top: 1px solid #E1E1E1;
}


p.copy-right-text {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
	    margin-bottom: 0;
}


.footer_social > a {
    background: #A8001B;
    color: #fff;
    padding: 13px;
    margin: 10px;
    width: 50px;
	transition:0.3s;
}

.footer_social > a:hover {
    background: #F5D132;
}

p.newsletter-para {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: -5px;
}


 #return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
     background: #a8001b;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	 z-index:99999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #F5D132;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.img-fluid
{
	width:100%;
}


.blogSideBar input.search-field::placeholder {
    color: #fff;
}


/*------------ HOME 2-----------*/

.top-banner2 {
    background-repeat: no-repeat;
    padding: 100px 30px;
    color: #fff;
    background-size: cover;
    background-position: center;
}


div#gform_confirmation_message_2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 1px solid #d6d6d6;
    padding: 14px;
    font-weight: 600;
}






/*-----------Woocommerce--------------*/


h1.product_title.entry-title {
    font-size: 35px;
}

.woocommerce-page .top-banner.mg-bt-70 {
    margin-bottom: 80px;
}

h1.woocommerce-products-header__title.page-title {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 50px 10px;
}

nav.woocommerce-breadcrumb {
    display: none;
}


.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    transition: 0.3s;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product:hover {
    transform: translate(0px, -10px);
}



/*-----------Single Product--------*/


.woocommerce div.product .woocommerce-tabs ul.tabs li.active
 {
    background: #a8001b;
    color: #fff;
    border-bottom-color: #F8E17D;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #F8E17D;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #000;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.single-product .summary.entry-summary {
    background: #000;
    padding: 20px;
    border-top: 7px solid #A8001B;
    border: 7px solid #A8001B;
    border-radius: 20px;
}


.single-product .summary.entry-summary span.woocommerce-Price-amount.amount {
    color: #8B8B8B;
    font-weight: 600;
    font-size: 30px;
    font-family: 'Poppins';
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}


ul.products.columns-3, ul.products.columns-4 {
    text-align: center;
}
ul.products.columns-3 li:after, ul.products.columns-4 li:after {
    content: '';
    background: #fff;
    width: 100px;
    height: 500px;
    position: absolute;
    bottom: -20px;
    z-index: -9;
    width: 100%;
    left: 0;
    border-radius: 24px;
}

h2.woocommerce-loop-product__title {
    color: #000;
}


.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce ul.products span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Poppins';
}


.single-product .quantity .qty
 {
    width: 100%;
    text-align: right;
    height: 44px;
}

.single-product div.product form.cart {
    margin-bottom: 2em;
    width: 54%;
	position:relative;
}

.single-product div.product form.cart div.quantity {
    float: none;
    margin: 20px 0;
}



.single-product div.product form.cart div.quantity {
    float: none;
    margin: 20px 0;
}

.single-product div.product form.cart .button {
    width: 100%;
    vertical-align: middle;
    float: none;
    background: #a8001b;
    font-family: 'Onest';
	transition:0.3s;
}

.single-product div.product form.cart .button:hover {
    background: #000;
	    transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}


/*-------Cart-------*/

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block
{
	background: #000;
    padding: 20px;
    border-top: 7px solid #A8001B;
    border: 7px solid #A8001B;
    border-radius: 20px;
}



.wc-block-components-button:not(.is-link) {
    color: #fff;
    background: #a8001b;
    text-decoration: none;
    font-family: 'Onest';
	transition:0.3s;
}


.wc-block-components-button:not(.is-link):hover {
    background: #000;
	    transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}


form.woocommerce-cart-form {
    width: 66%;
    margin-right: 80px;
}


.woocommerce-cart .woocommerce {
    display: flex;
    justify-content: space-between;
}

.woocommerce-cart  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 27%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {

    padding: 7px;
    width: 200px;
    border: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button , :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt
 {
    background: #A8001B;
    color: #fff;
    font-size: 20px;
    padding: 13px 32px;
    border-radius: 2px;
    transition: 0.3s;
    text-decoration: none;
    font-family: 'Onest';
    font-weight: 600;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover {
    text-decoration: none;
    background: #000;
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
    color: #ffff;
}


.woocommerce-cart-form thead {
    background: #a8001b;
}

.woocommerce-cart .bottom-cta-section {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.woocommerce table.shop_table td a {
    text-decoration: none;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    padding: 22px 12px;
}

/*-------Checkout-------*/

.wp-block-woocommerce-checkout-order-summary-block {
    background: #000;
    padding: 20px;
    border-top: 7px solid #A8001B;
    border: 7px solid #A8001B;
    border-radius: 20px;
	transition: 0.3s;
}


.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] 
{
    background-color: #000;
    border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
}


.wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=password]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=password]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus
 {
    background-color: #000;
    border: 1.5px solid;
    color: #fff;
}


.wc-blocks-components-select .wc-blocks-components-select__select {
    background: #000;
    color: #fff;
}


/*-----------My Account------------*/


/* Main Wrapper */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
}

/* Sidebar */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Sidebar List */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

/* Sidebar Links */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

/* Hover + Active */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #a8001b;
    color: #fff;
}

/* Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content a,
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content address {
    color: #000;
}

/* Headings */
.woocommerce-account h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

/* Tables (Orders) */
.woocommerce-account table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-account table th,
.woocommerce-account table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

/* Buttons */
.woocommerce-account .button {
    background: #007bff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
}

.woocommerce-account .button:hover {
    background: #0056b3;
}

/* Forms */
.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

/* .single-product .quantity {
    position: relative;
} */
/* .single-product .quantity:before {
    content: 'Quantity:';
    position: absolute;
    z-index: 9999;
    color: #000;
    width: 100px;
    height: 100px;
    top: 9px;
    left: 9px;
    font-weight: 500;
    font-family: 'Avenir LT Pro';
}
 */

label.qty-label {
    position: absolute;
    color: #000;
    z-index: 999;
    top: 28px;
    left: 11px;
    font-family: 'Avenir LT Pro';
}

 .mini-cart-wrapper {
    position: relative;
    display: inline-block;
}

/*

.mini-cart-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    background: #484848;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    padding: 15px;
    display: none;
    z-index: 9999;
    border-radius: 10px;
}

.mini-cart-wrapper:hover .mini-cart-dropdown {
    display: block;
}

p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}

.mini-cart-dropdown img {
    width: 40px;
    height: 40px;
}

.mini-cart-dropdown a {
    text-decoration: none;
} */

/* Wrapper */
.mini-cart-wrapper {
    position: relative;
}

/* Dropdown box */
/* .mini-cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    padding: 15px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.3s ease;
} */

.mini-cart-dropdown {
    position: absolute;
    top: 120%;
/*     left: calc(50% - 100px); */
	right:0px;
    width: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    padding: 15px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.3s ease;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    list-style: none;
    padding-left: 0;
}


/* Show on hover */
.mini-cart-wrapper:hover .mini-cart-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Product list */
.woocommerce-mini-cart {
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 15px;
}

/* Scrollbar (optional clean) */
.woocommerce-mini-cart::-webkit-scrollbar {
    width: 5px;
}
.woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Each item */
.woocommerce-mini-cart-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

/* Product image */
.woocommerce-mini-cart-item img {
    width: 55px;
    height: auto;
    border-radius: 6px;
}

/* Product name */
.woocommerce-mini-cart-item a {
	font-size: 15px;
    color: #000;
    text-decoration: none;
    line-height: normal;
}

/* Remove button (X) */
.woocommerce-mini-cart-item .remove {
    color: red;
    font-size: 16px;
    margin-right: 5px;
}

/* Quantity text */
.woocommerce-mini-cart-item .quantity {
    font-size: 15px;
    color: #000;
	font-weight:500;
}

/* Subtotal */
.woocommerce-mini-cart__total {
    font-weight: 600;
    margin-bottom: 15px;
    text-align: right;
	color:#000;
}

/* Buttons wrapper */
/* .woocommerce-mini-cart__buttons {
    display: flex;
    gap: 10px;
} */

/* Buttons */
.woocommerce-mini-cart__buttons a {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

a.button.wc-forward {
    font-size: 15px;
    display: inline-block;
    font-family: Onest;
    font-weight: 600;
    background: #dedede;
    padding: 13px 32px;
    border-radius: 2px;
    transition: 0.3s;
    text-decoration: none;
    margin-right: 7px;
}

/* View Cart */
.woocommerce-mini-cart__buttons .button, a.button.wc-forward {
    background: #eee;
    color: #000;
	font-size: 15px;
}

/* Checkout */
.woocommerce-mini-cart__buttons .checkout, a.button.checkout.wc-forward {
/*     background: #007bff;
    color: #fff; */
    background: #A8001B;
    color: #fff;
    font-size: 15px;
    padding: 13px 32px;
    border-radius: 2px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    font-family: 'Onest';
    font-weight: 600;
}

/* Hover */
.woocommerce-mini-cart__buttons a:hover {
    opacity: 0.9;
}

/* Empty cart */
.woocommerce-mini-cart__empty-message {
    text-align: center;
    font-size: 16px;
    color: #000;
	margin-bottom: 0;
}

span.cart-count {
    position: absolute;
    background: #a8001b;
    top: -16px;
    padding: 0px 8px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    left: 22px;
}

p.woocommerce-mini-cart__buttons.buttons{
	text-align:center;
}


/*------ Cart Page-------*/

/* Main Cart Table */
/* .woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
} */

/* Table Head */
/* .woocommerce-cart table.shop_table thead th {
    background: #f8f9fa;
    padding: 12px;
    font-weight: 600;
    text-align: left;
    border: none;
} */

/* Table Rows (card style) */
/* .woocommerce-cart table.shop_table tbody tr {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 10px;
} */

/* Table Cells */
/* .woocommerce-cart table.shop_table td {
    padding: 15px;
    vertical-align: middle;
    border: none;
} */

/* Product Image */
/* .woocommerce-cart .product-thumbnail img {
    width: 70px;
    border-radius: 8px;
} */

/* Product Name */
/* .woocommerce-cart .product-name a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
} */

/* Price */
/* .woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal {
    font-weight: 500;
} */

/* Quantity Box */
/* .woocommerce-cart .quantity input {
    width: 60px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 5px;
} */

/* Remove (X) button */
/* .woocommerce-cart .product-remove a {
    color: red;
    font-size: 18px;
} */

/* Coupon + Update Cart Row */
/* .woocommerce-cart .actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
} */

/* Coupon input */
/* .woocommerce-cart .coupon input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
} */

/* Buttons */
/* .woocommerce-cart .button {
    background: #007bff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
} */

/* .woocommerce-cart .button:hover {
    background: #0056b3;
} */

/* Update cart button spacing */
/* .woocommerce-cart .actions .button {
    margin-left: auto;
}
 */

 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 18px;
    text-decoration: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 18px;
}

.woocommerce-message {
    border-top-color: #a8001b;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: #000;
    border-top: 3px solid #a8001b;
	border-radius: 10px;
}

.woocommerce-message a.button.wc-forward  
{
	background: #a8001b;
    font-family: 'Onest';
    transition: 0.3s;
	color:#fff;
}

.woocommerce-message a.button.wc-forward:hover {   
background: #000;
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
}

.woocommerce-message::before {
    content: "\e015";
    color: #a8001b;
}



 .future-section-page {
 background: linear-gradient(90deg, rgba(168, 0, 27, 1) 0%, #000 50%);
}

.gravity-box {
    background: #000;
    padding: 30px 10px !important;
    border: 7px solid #A8001B;
    border-radius: 20px;
}

input#input_4_6, input#input_3_6 {
    width: 100%;
}

.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img,
.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
    filter: brightness(0) invert(1) !important;
}


/*------------ Team Page-----------*/

/* .design-heading {
    background: #a8001b;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 11px;
} */

.team-card {
    margin-bottom: 30px !important;
/*     background: #f7f7f7; */
    padding: 30px;
    border-radius: 24px;
    text-align: center;
/* 	border:1px solid; */
}

.team-card p
{
	font-size:16px;
	line-height:normal;
}

.team-card h3
{
	font-size: 27px;
}

.team-img img {
    width: 230px;
}


.modal-body p {
    color: #000;
}

.modal-body h3 {
    font-size: 40px;
    color: #263a7c;
}

.team-card a {
    margin-top: 15px;
}

.team-img {
    margin-bottom: 20px;
}

.team-img img {
    border-radius: 10px;
}

p.team-designation {
    color: #F5D132;
    font-size: 18px;
}

button.btn-close.ms-auto {
    background-color: #dedede;
    opacity: 1;
    padding: 10px;
}

.team-card a.main-btn:hover {
    cursor: pointer;
}


/* ── Team Modal ─────────────────────────────── */

.team-modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Left — Image */
.team-modal-img-wrap {
    background: #f4f4f4;
    min-height: 420px;
    display: flex;
    align-items: stretch;
}

.team-modal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right — Info */
.team-modal-info {
    padding: 48px 40px;
}

.team-modal-designation {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: #e63946;        /* <-- apna brand color laga lein */
    font-weight: 600;
    margin-bottom: 8px;
}

.team-modal-name {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.team-modal-divider {
    width: 50px;
    height: 3px;
    background: #e63946;   /* <-- same brand color */
    border-radius: 2px;
    margin-bottom: 20px;
}

.team-modal-text {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* Close Button */
.team-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s;
    background: #a8001b;
    padding: 0px 9px 8px;
    border-radius: 50%;
}
.team-modal-close:hover {
    color: #fff;
}


.team-row-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



/*------------Contact Us-------*/

.contact-page-section {
    background: linear-gradient(90deg, rgba(168, 0, 27, 1) 0%, #000 50%);
    padding: 80px 30px;
}

.page-id-202 .bottom-cta-section {
    display: none;
}

.fdata-contact-info p {
    margin-top: -26px;
    margin-left: 31px;
    margin-bottom: 28px;
}

.contact-section-right {
    padding-right: 5% !important;
}

.contact-social-part a {
 background: #F5D132;
    color: #000;
    padding: 13px;
    margin: 3px;
    transition: 0.3s;
}

.contact-social-part h4 {
	margin-top:15px;
    padding-bottom: 23px;
}

.contact-social-part a:hover {
    background: #bfa329;
}
.contact-social-part {
    margin-top: 65px;
}



/*------------Connect Page-------*/

.page-id-205 .site-header, .page-id-205 .top-banner, .page-id-205 .bottom-cta-section, .page-id-205 .site-footer, .page-id-205  button#rmp_menu_trigger-135 {
    display: none;
}

.connect-page {
    padding: 80px;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 100vh;
    background: #0000006e;
    background-blend-mode: color;
}


.vc_btn3-container.vc_btn3-center.vc_do_btn a {
    background: #A8001B;
    color: #fff;
    font-size: 18px;
    padding: 13px 32px;
    border-radius: 2px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    font-family: 'Onest';
    font-weight: 600;
    border: none;
    width: 310px;
    text-align: center;
}

.vc_btn3-container.vc_btn3-center.vc_do_btn a:hover {
    text-decoration: none;
    background: #000;
    transform: translate(0px, -10px);
    box-shadow: 0px 0px 18px -4px #fff;
	color:#fff;
}


/*------------Newsletter Page----------*/

.page-id-207 .site-header, .page-id-207 .top-banner, .page-id-207 .bottom-cta-section, .page-id-207 .site-footer, .page-id-207  button#rmp_menu_trigger-135 {
    display: none;
}
input#gform_submit_button_2:hover {
    transform: translate(0px, 0px) !important;
}

.newsletter-page-section {
    background: #000000ab;
    padding: 31px !important;
}

.cky-btn-accept, .cky-btn-reject {
    background: #A8001B !important;
    border: 2px solid #A8001B !important;
}



.coming-soon-page {
    padding: 220px 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-page h2 {
    font-size: 58px;
    font-weight: 700;
}

.beneth-img a {
    transition: 0.4s;
}
.beneth-img a:hover {
    transform: translate(0px, -5px);
}

.team_profile_table h2{
	text-align: center;
	color: #000;
	padding: 40px;
}

.team_profile_table thead tr th{
	background: #000333;
	color: #fff;
}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container:not( .site-main .blog .container, .site-main .single-post .container ), .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}
@media (max-width: 1366px) {
.logo {
  left: calc(50% - 120px);
}
    ul.main_menu > li > a {
        padding: 5px 6px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    ul.main_menu > li.menu-item-has-children > a::after {
        font-size: 12px;
        margin-left: 2px;
    }

    .header-social {
        display: flex;
        align-items: center;
        gap: 8px;
    }
	.top-banner h1{
		font-size: 48px;
	}
input#gform_submit_button_2 {
  position: unset;
  width: 100%;
}

	
	
	
}


@media only screen and (max-width:1024px){
		.header-social{
		display:flex;
	}
	.footer-1::after, .footer-2::after, .footer-3::after{
		position:unset;
	}	
#gform_submit_button_2 {
  position: unset !important;
}	
.team-row-section .row .col-md-3 {
    width: 33.33% !important;
		flex:	33.33% !important;
}	
.different_section .vc_row .services-four-boxs {
  width: 50%;
}		
.form-section .vc_row .left_side {
  width: 100%;
}
	.form-section .vc_row .right_side {
  width: 100%;
}	
	
	
}

@media only screen and (max-width:991px){
		.header-social{
		display:flex;
	}
	#rmp-menu-title-135 .rmp-menu-title-image {
    width: 20% !important;
    height: auto !important;
  }
#gform_submit_button_2 {
  position: unset !important;
}
.footer-section1 h2 {
    font-size: 40px;
}

.footer-contact {
    display: block;
}

.footer-contact2 {
    margin-left: 0;
}


a.footer-consult-btn {
    padding: 18px 34px;
    font-size: 18px;
}


.footer-contact a {
    font-size: 19px;
}

.copyright {
    display: block;
}
.copyright1 {
    width: 100%;
    font-size: 15px;
    margin-bottom: 22px;
}


.home-blog-section h2 {
  font-size: 40px;
}
	.max_width {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.blog_section .row .col-md-4 {
  width: 50%;
  margin-bottom: 40px;
}
.blog_section .row .col-md-4 .recent_blog_title a{
	font-size: 24px;	
}
.bottom-cta-section {
  padding: 80px 0 0;
    padding-right: 0px;
    padding-left: 0px;
}
.bottom-cta-section .vc_row .left_side {
  width: 100%;
}
.right_side .bottom-sided-img img {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 75%;
  right: -340px;
}

.bottom-cta-section {
  padding: 80px 0 0;
}
.bottom-cta-section p {
  width: 100%;
  max-width: 70% !important;
  margin: 0;
}
section.main-footer .col-md-3 {
  width: 50%;
  margin-bottom: 10px;
}	
.form-section .vc_row .left_side {
  width: 100%;
}
	.form-section .vc_row .right_side {
  width: 100%;
}
	
	
}


@media only screen and (max-width:767px){
	.header-social{
		display:flex;
	}
	
	.max_width {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.team-modal-img-wrap {
        min-height: 260px;
    }

    .team-modal-info {
        padding: 28px 24px;
    }

    .team-modal-name {
        font-size: 22px;
    }
	.different_section .vc_row .services-four-boxs {
  width: 100%;
}
	
.woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;

}
.team-row-section .row .col-md-3 {

    width: 100% !important;
}	
	

.logo {
    text-align: center;
    position: relative;
    z-index: 99;
    top: auto;
    left: auto;
}
	
a.menu-contact, a.get-started.main-btn, .header-social  {
    display: none;
}

.right-menu-part {
    position: absolute;
    top: 110px;
    right: 0;
	z-index: 99;
}

.logo img {
    width: 140px;
}
	
.home-section-section {
    background-position: 71%;
    padding: 20px 30px;
}


.theme-content h2 {
    font-size: 40px;
    font-weight: 700;
}

.form-section {
    padding: 40px 30px 90px;
}
.blog_section .row .col-md-4 {
  width: 100%;
  margin-bottom: 40px;
}
.blog_section .row .col-md-4 .recent_blog_title a{
	font-size: 24px;	
}

.main_col_3 {
    padding-bottom: 20px;
}

.bottom-sided-img {
    margin-top: 0;
}
	
.bottom-cta-section {
    padding: 50px 0px 0px;
}
	
.woocommerce ul.products li.product {
        width: 100% !important;
        margin-right: 0 !important;
    }
	
.footer-1:after, .footer-2:after, .footer-3:after, .footer-4:after	
	{
		display:none;
	}
	
.footer-1, .footer-2, .footer-3, .footer-4 {
    padding: 16px 10px;
}	

a.border-button:after {
    display: none;
}
a.border-button {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}
	
.padding-50 {
    padding: 25px 15px;
}	
	
.is-menu-wrapper {
        display: none;
    }
	
.header-woocommerce a:nth-child(2), .header-woocommerce a:nth-child(3) {
    display: none;
}
	
    .mini-cart-dropdown {
        display: none;
    }

    .mini-cart-wrapper.active .mini-cart-dropdown {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: none;
    }
	.blog .top-banner,
	.single-post .top-banner,
	.top-banner{
		padding: 10vh 30px;
	}	
	.top-banner h1{
		font-size: 42px;
	}	
.future-section-page .theme_content h2 {
font-size:36px;		
}	
#gform_3 #gform_fields_3 {
  row-gap: 20px !important;
}	

.gfield--type-section h3 {
  font-size: 20px;
}
.right_side .bottom-sided-img img {
  position: unset;

}
section.main-footer .col-md-3 {
  width: 100%;
  margin-bottom: 10px;
}

	
}


@media only screen and (max-width:480px){
	.home-section-section {
  background-color: #071c35;
  background-image: none !important;
}
	.home-section-section .left_emptyspace{
		display:none;
	}
.max_width {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}	
.theme-content h2 {
	font-size: 36px;
}	
	h4.recent_blog_title	{
		padding:0px !important;
}
.recent_blog_title a{
	font-size: 24px;
	}	
	.footer-1, .footer-2, .footer-3, .footer-4{
		padding:8px 10px;
	}	
	.marquee_section{
		padding:20px 0;
	}
	.blog .top-banner,
	.single-post .top-banner,
	.top-banner{
		padding: 10vh 30px;
	}	
	.top-banner h1{
		font-size: 24px;
	}
.single-post .head-sec .title {
  font-size: 32px;
}	
.bottom-cta-section .theme-content h2	{
		font-size: 30px !important;
	}
	label.gfield_label.gform-field-label{
		font-size:12px !important;
	}	
#gform_2 input {
  width: 100% !important;
}
input#gform_submit_button_2 {
  position: unset;
}
	.danville_Iron {
	  background-image:unset !important;
	background-color:	 #071C35 !important;

}
	.different_section .vc_row .services-four-boxs {
  width: 100%;
}
	p.copy-right-text{
		font-size:12px !important;
	}

	.different_section .services-four-boxs {
  margin-bottom: 20px !important;
		padding-bottom: 0 !important;
}	
	
.bust_image img {
  margin-top: 30px !important;
}	
.future-section-page .theme_content h2 {
font-size:32px;		
}
#gform_3 #gform_fields_3 {
  row-gap: 20px !important;
}	

.gfield--type-section h3 {
  font-size: 20px;
}	
.right_side .bottom-sided-img img {
  position: unset;
	max-width: 100%;

}	
section.main-footer .col-md-3 {
  width: 100%;
  margin-bottom: 10px;
}	
		
	
	
}
