.hide { display: none;}


body.home header.entry-header,
main#primary header.entry-header {
    display: none;
}
ul.breadcrumbs {
    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 i { */
    /* color: #fff; */
    /* padding: 6px 0px; */
    /* border-radius: 50%; */
    /* width: 30px; */
    /* height: 30px; */
    /* text-align: center; */
    /* border: 2px solid; */
/* } */

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


.topbar a {
    color: #fff;
}

.site-header {
    background: #fff;
    color: #000;
    padding: 10px 0px 0px;
    position: relative;
}
.subheader.has-featured {
    padding: 180px 0px !important;
    background-image: linear-gradient(90deg,rgba(1, 66, 42, 1) 0% ,rgba(255, 255, 255, 0) 100%), var(--bg-img);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.subheader h1 {
    font-family: 'Inter';
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 74px;
}
.subheader-content {
    color: #ffff;
    font-family: 'Inter';
    font-size: 20px;
    line-height: 1.5;
}
/* .logo { */
    /* margin-top: 12px; */
/* } */

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



/* 
.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: #29C221;
    margin-right: 6px;
}



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

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

.header-social a:hover {
    opacity: 0.9;
    text-decoration: none;
}

a.view-top.main-btn {
    padding: 9px 21px;
    border-radius: 3px;
}
.right-menu-part img {
    height:90px;
	margin: 6px;
}

.logo {
    margin-bottom: -79px;
    z-index: 9;
    position: relative;
    margin-top: 10px;
}

/*
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: #29C221;
}

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

.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; */
	 display: inline-block;
    justify-content: space-between;
	align-items: center;
}
.main_menu_bar .main_menu_cont li:not(.sub-menu li) {
	position:relative;
	display: inline-block;
}

/* .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:#000;
	text-decoration:none;
	font-size:16px;
	line-height:17px;
	/* border-left:1px solid #8dc53e; */
	padding: 0 7px 7px 11px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	    font-weight: 500;
}
.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:#29C221;
}


.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: 22px;
	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 {
	background: rgba(255,255,255,0.90);
	border: 2px solid #29C221;
	margin: 0;
	position: absolute;
	width: 210px;
	display: none;
}
.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: -7px;
    left: 10px;
    border-bottom: 5px solid #29C221;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    margin: 0 auto;
    width: 16px;
	z-index: 2;
}
form#gform_11 span.gfield_required {
    display: none;
}
.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:#030403 !important;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}



a:hover {
    color: #000;
}
a {
    color: #29C221;
}


a.main-btn {
    background: #29C221;
    color: #fff;
    font-size: 16px;
    padding: 9px 43px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    border-radius: 24px;

}

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

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


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


body {
    background: #f8f8f8;
}
.border-section {
    background: #fff;
    border: 1px solid #CDCDCD;
    border-radius: 23px;
	margin: 23px 0px;
    padding: 50px 20px !important;
}

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


.theme-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.counter-section {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

.counter-item {
  flex: 1;
  text-align: center;
  padding: 0 1rem;
  position: relative;
}

.counter-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #ddd;
}

.counter-num {
    font-size: 75px;
    font-weight: 700;
    line-height: 1.4;
}

.counter-label {
    font-size: 16px;
    margin-top: 6px;
    text-transform: uppercase;
}

.bottom-cta-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
	padding: 50px 30px;
}


.theme-content.bottom-cta-section h3, .theme-content.bottom-cta-section h2 {
    color: #fff;
}
.theme-content.bottom-cta-section h2 {
    font-size: 80px;
	line-height:77px;
}

.bottom-cta-section a.main-btn {
    font-size: 19px;
    margin-top: 20px;
}

.home-gravity h2 {
    color: #fff;
    font-size: 40px;
}
.home-gravity {
    color: #fff;
    padding: 23px !important;
}
.home-gravity .vc_column-inner.vc_custom_1779368630059 {
    padding: 32px;
}

.home-gravity img {
    width: 60%;
    margin-top: -105px;
}

.gform-theme--api, .gform-theme--foundation {
    --gf-form-gap-y: 15px !important;
}

.home-gravity input[type="text"], .home-gravity input[type="email"], .home-gravity input[type="tel"] {
    height: 54px !important;
    border-radius: 4px !important;
    padding: 16px !important;
}


.home-gravity label.gform-field-label
{
	color:#fff;
	
}

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


input#gform_submit_button_10 {
    BACKGROUND: #29C221;
    font-size: 20px;
    padding: 13px;
}

input#gform_submit_button_10:hover {
	background:#25a81e;
}

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

.recent_blog_title a
 {
    color: #000;
    font-size: 27px;
    text-decoration: none;
	font-weight:600;
}

.recent_blog_title a:hover {
  color: #000;
  text-decoration: none;
}

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


.time {
    color: #828282;
    font-size: 15px;
}


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






#gform_10 input {
  color: #fff !important;
}

/*-------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;
}

.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;
}
.top-banner {
    text-align: center;
    color: #fff;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
	padding:90px 30px;
	background-position: 82%;
}







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

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

.search .top-banner, .error404 .top-banner, .category .top-banner{
    background: url(https://rosewoodremodelingco.com/wp-content/uploads/2024/06/Inner-page-banner-min.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: 300px; object-fit: cover;}
.blogImage .blogDate{position:absolute;left:0;top:0;z-index:1;width:39px;background:#e7a50f;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: #000;
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: #000;
  transition: 0.3s;
}
.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 #c1c1c1;
 margin-top:40px
}

.blogSideBar .widget_search button[type="submit"]:hover {
 color:rgba(255,255,255,.7)!important
}

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

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




/* =========================================
   BLOG GRID LAYOUT
========================================= */

.blog .site-main {
    padding: 60px 0;
}

.blog .row {
    row-gap: 30px;
}

/* =========================================
   BLOG CARD
========================================= */

.blogBox.style2 {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
	padding:15px;
}

.blogBox.style2:hover {
    transform: translateY(-5px);
}

/* =========================================
   BLOG IMAGE
========================================= */

.blogImage {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.blogImage img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.blogBox.style2:hover .blogImage img {
    transform: scale(1.05);
}

/* =========================================
   BLOG CONTENT
========================================= */

.blogDesc {
    padding: 20px 0 10px;
    flex-grow: 1;
}

.blog-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-title a {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

.blog-title a:hover {
    color: #32cd32;
}

.blogDesc p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}
.blog-rows .row, .blogSideBar {
    background: #fff;
    padding: 10px 0px;
    border-radius: 15px;
    box-shadow: 0px 1px 20px #c7c7c721;
}
/* =========================================
   READ MORE BUTTON
========================================= */

.more2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #32cd32;
    color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    font-family: 'Inter' !important;
	padding-right:20px !important;
}

.more2:hover {
    background: #1fa91f;
    color: #fff;
}

.more2 i {
    padding-left: 12px;
}
/* =========================================
   SIDEBAR
========================================= */

.blogSideBar {
padding:20px;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .blogSideBar {
        margin-top: 40px;
        padding-left: 0;
    }

    .blog-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .blogImage img {
        height: 220px;
    }

    .blog-title {
        font-size: 24px;
    }

    .blogDesc p {
        font-size: 15px;
    }
}










/*-------- 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:#323232;
 	display:block;
 	padding:10px 0;
	 transition: 0.4s;
}
.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:#29C221;
/*  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 {
    padding: 10px 0px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
    margin-top: 30px;
}
/* .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: #29c221;
    color: #fff;
    transition: 0.2s;
    border-radius: 5px;
    bottom: 0px;
    font-family: 'Inter';
}

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

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



.blogSideBar input[type="search"] {
    padding: 8px;
    width: 100%;
}

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





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


.contact-left-section p {
    margin-left: 40px;
    margin-bottom: 8px;
}



.contact-us-section i {
    margin-right: 14px;
    line-height: 32px;
    color: #8F1019;
	position:absolute;
	left: 27px;
}

.contact-us-section p {
    font-size: 17px;
    line-height: 26px;
}

.contact-us-section h2 {
    color: #8F1019;
}

.contact-us-section a {
    color: #000;
}
.contact-us-section {
    background-repeat: no-repeat;
    background-position: top;
}


/*---------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: #29C221;
    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: #cf9204;
    box-shadow: 5px 7px 7px -6px #8f1019;
}



.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-------*/



.prefooter-img-s {
    margin-bottom: 20px;
}

.prefooter-img-s img {
    transition: 0.3s;
}
.prefooter-img-s img:hover {
    transform: translate(0px, -4px);
}


section.main-footer {
    padding: 50px 30px;
}

.site-footer {
    background: #fff;
    border: 1px solid #CDCDCD;
    margin: 20px;
    border-radius: 20px;
}

footer h3.widget-title {
    font-size: 17px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
	letter-spacing:2px;
}

/* .footer-1 {
    padding-right: 20px;
}
.footer-1 img {
    margin-bottom: 20px;
} */

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

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

.footer-4 a, .footer-4 p {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-1, .footer-2, .footer-3, .footer-4, .footer-5 {position:relative;}


.footer-1:before, .footer-2:before, .footer-3:before, .footer-4:before, .footer-5:before {
    content: '';
    background: #CFCFCF;
    width: 1px;
    height: 132px;
    position: absolute;
    top: -1px;
    left: -30px;
}

.main-footer ul li a
 {
    color: #000;
    font-size: 12px;
    text-decoration: none;
	text-transform: uppercase;
	 font-size: 14px;
	 letter-spacing:2px;
	 transition:0.3s;
}

section.main-footer a:hover {
    color: #29C221;
}

.text-right {
    text-align: right;
}

.footer-detail i {
    background: #29C221;
    border-radius: 24px;
    width: 40px;
    height: 40px;
    padding: 11px;
    color: #fff;
    transition: 0.3s;
    text-align: center;
}

.footer-detail i:hover{
	background: #07d50185;
}

.mg-70{
	margin-top:70px;
}

.footer-detail a {
	margin:5px;
}

.footer-detail p {
    color: #fff;
}

span.copy-right-text a {
    text-decoration: none;
}

.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;
}


span.copy-right-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
}


ul#menu-footer-menu2 li a{font-size:14px;}

ul#menu-footer-menu1 li a,
ul#menu-footer-menu2 li a
 {
    color: #fff;
    text-decoration: none;
	transition:0.3s;
}

ul#menu-footer-menu1 li,
ul#menu-footer-menu2 li {
    color: #fff;
    display: inline;
    padding: 9px;
}
ul#menu-footer-menu1, 
ul#menu-footer-menu2 {
    list-style: none;
    padding-left: 0;
}

ul#menu-footer-menu1 li:hover a,
ul#menu-footer-menu2 li:hover a {
    color: #263a7c;
}


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




 #return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
     background: #29C221;
    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: 17px;
    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: #07d50185;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



.img-fluid
{
	width:100%;
}


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


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



.contact-info-wrapper {
    display: flex;
/*     justify-content: space-between; */
    gap: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.contact-col {
    width: 33.33%;
    position: relative;
}
.contact-col a:hover {
    color: #29c221;
}
.contact-col:nth-child(2) {
    width: 25%;

}
.contact-col:nth-child(3) {
    width: 41.33%;

}
.contact-col strong {
    font-weight: 400;
}
.contact-col:after {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    background: #000;
    height: 45px;
    width: 1px;
}

.contact-col:last-child:after {
    display: none;
}
.contact-col a {
    text-decoration: none;
    color: #000;
    display: inline-block;
	transition:all ease 500ms;
}
.contact-info-wrapper {
    margin-top: 30px;
}
.contact-info-wrapper h3 {
    font-size: 22px;
}
.contact-col:last-child a {
    display: block;
}
.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;
}
.inner-contact-row {
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #cccccc38;
}
.contact-col:after {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    background: #000;
    height: 45px;
    width: 1px;
}

.contact-col:last-child:after {
    display: none;
}
div#gform_wrapper_11 legend, div#gform_wrapper_11 label {
    font-size: 20px;
    font-family: 'Inter';
}
div#gform_wrapper_11 input, div#gform_wrapper_11 textarea {
    box-shadow: none !important;
    font-size: 18px;
    font-family: 'Inter' !important;
    padding: 25px 15px !important;
    line-height: normal !important;
    border: 1px solid #ccc;
    border-radius: 6px;
}
input#gform_submit_button_11 {
    padding: 20px 40px !important;
}
div#gform_fields_11 {
    row-gap: 30px !important;
}
div#gform_wrapper_11 input#gform_submit_button_11 {
    padding: 18px 30px !important;
    font-family: 'Inter' !important;
    box-shadow: none !IMPORTANT;
    font-size: 22px;
    background-color:#01422A !important;
    border-radius: 10px !important;
}
div#gform_wrapper_11 input#gform_submit_button_11:hover {
	background:#01422abf !important;
}
.contact-main-row {
    padding: 25px;
}
.inner-contact-row h2 {
    font-family: 'Inter';
    letter-spacing: 0px !important;
    font-weight: 600;
}
.contact-info-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
}
.social-icons-box a {
    background: #29c221;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    padding: 15px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
    transition: all ease 500ms;
}

.social-icons-box a:hover {
    background: #07d50185 !important;
    color: #fff;
}

.beneth-banner {
    padding: 22px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 20px;
}

.beneth-banner h2 {
    color: #fff;
}

/**** Team Page CSS Start ****/

.team-box-row {
    background: #fff;
    padding: 40px;
    border-radius: 40px;
    width: 100%;
    max-width: 1300px;
    margin: 50px auto !important;
    border: 2px solid #cccccc66;
}

.team-col .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-icons {
    padding: 0px 15px;
}
.about-team strong {
    font-size: 22px;
}
.about-team .wpb_wrapper {
    display: block;
}

.about-team p {
    margin: 0;
}

.about-team .text-main {
    font-size: 14px;
    line-height: 20px;
}
.icons-row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
}
.team-box-row .theme-btn a {
    background-color: #01422A !important;
    color: #fff !important;
    padding: 30px !important;
    font-size: 22px !important;
    font-weight: 600;
	position: relative;
}
.team-box-row .theme-btn a:hover {
	     background-color: #01422aa3 !important;
}
.team-box-row h2 {
    font-weight: 600;
    font-size: 50px;
    color: #0A685F;
}
.team-box-row .theme-btn a::before {
    content: " ";
    background-image: url(https://floridajrblstg.wpenginepowered.com/wp-content/uploads/2026/06/logo-used-1-2.png);
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 25px;
    left: 55px;
}
.team-box-row .team-btn-2 a::before {
    background-image: url(https://usphl.com/wp-content/uploads/2025/04/2023-NCDC-NoUSPHL-Logo-2-300x268.png);
    left: 35px;
}
.team-box-row .team-btn-3 a::before {
	background-image: url(https://floridajrblstg.wpenginepowered.com/wp-content/uploads/2026/06/Qz48jnarYqmMqtWRFM7KDB1WbZdJOROwwnMaq749-1.png);
}
.team-box-row .team-btn-2 a {
    padding-left: 70px ! IMPORTANT;
}
/**** Team Page CSS End ****/
/**** Rink Page CSS End ****/
.stm-parallax-bg .theme-content h2 {
    font-size: 50px;
    font-family: 'Inter';
    color: #0A685F !important;
    font-weight: 600;
    letter-spacing: -2px !important;
}
.stm-parallax-bg {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #CDCDCD;
}
.stm-parallax-bg div#map {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px;
}
.stm-parallax-bg .theme-content {
    padding: 30px;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
.rink-col img {
    padding: 30px;
}
/**** Rink Page CSS End ****/

/**** Coaching Page CSS Start ****/
.staff-content h2 {
    font-size: 32px;
    font-weight: 800;
}
.staff-content h4 {
    font-size: 18px;
}
.staff-content a {
    background: #29C221;
    color: #fff;
    padding: 12px 35px;
    display: block;
    border-radius: 50px;
    text-decoration: none !important;
    font-family: 'Inter';
    font-weight: 600;
    transition: all ease 500ms;
}
.staff-content a:hover {
    background: #07d50185;
    transition: all ease 500ms;
}
.staff-content a i {
    padding-left: 8px;
}
.coaching-inner-row {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #CDCDCD;
}
.coach-img {
    background: #01422A;
    border-radius: 30px;
    text-align: center !important;
    overflow: visible;
    background-image: url(https://floridajrblstg.wpenginepowered.com/wp-content/uploads/2026/07/logo-used-1-2.png), linear-gradient(180deg, rgba(1, 66, 42, 1) 0%, rgba(41, 194, 33, 1) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.coach-img img {
    margin-top: -30px;
}
/**** Coaching Page CSS End ****/

/**** About Page CSS Start ****/

body.page-id-612 .theme-content p {
    font-size: 20px;
    line-height: 1.5;
}
.theme-btn a {
    background: #29C221 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Inter' !important;
    font-weight: 600 !important;
	border:none !important;
    transition: all ease 500ms;
	font-size:18px !important;
}
.logo-main1 img {
    width: 100%;
    transition: all ease 500ms;
}

.logo-main1 img:hover {box-shadow: 0px 12px 20px #ccc;}
.theme-btn a:hover {
    background: #07d50185 !important;
    transition: all ease 500ms;
}
/**** About Page CSS End ****/

/**** Events Page CSS Start ****/
.wpem-main.wpem-event-listings-header {
    display: none;
}
body.single-event_listing .wpem-event-details {
    min-height: 100% !important;
}
body.single-event_listing .wpem-event-location, 
body.single-event_listing .wpem-event-date-time {
    padding-left: 0px !important;
    margin-bottom: 20px !important;
    padding-top: 10px;
    color: #000 !important;
    font-size: 16px;
}
body.single-event_listing .col_left {
    width: 100%;
}
body.single-event_listing .col_right {
    display: none;
}
.wpem-single-event-body-sidebar {
    display: block;
    padding: 20px !important;
    background: #fff !important;
	border-radius:20px;
}
.wpem-single-event-right-content {
    padding: 20px 30px;
}
.wpem-single-event-body-content p {
    font-size: 18px;
    line-height: 1.6;
}
button.registration_button.wpem-theme-button {
    color: rgb(255, 255, 255);
    font-size: 16px;
    background: rgb(41, 194, 33);
}
.head-sec h2 {
    font-size: 50px;
    font-weight: 600;
}
input#search_keywords, input#search_location, button#drp_autogen0, a.chosen-single, a.chosen-single {
    padding: 17px !important;
    height: auto;
    background: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'Inter' !important;
}
.wpem-event-banner-img {
    height: 350px !important;
    width: 100%;
    border-radius: 20px !important;
    position: relative;
    background-size: cover !important;
    padding: 0px !important;
	background-color:#fff !important;
}
.wpem-event-banner {
    background: #fff !important;
    margin-bottom: 20px !important;
}
.wpem-form-wrapper {
    margin-top: 50px;
}
.wpem-event-layout-wrapper {
    border: none !important;
}
.wpem-event-layout-wrapper:hover {
    box-shadow: none !important;
}
.wpem-event-details {
    background: #fff;
    padding: 30px !important;
    border-radius: 10px;
    min-height: 320px;
}
h3.wpem-heading-text {
    font-size: 32px !important;
}
h2.wpem-heading-text {
    display: none;
}
div#search_categories_chosen, div#search_event_types_chosen {
    border: none;
    border-radius: 10px;
    margin-top: 20px;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
    font-size: 28px !important;
    color: #000 !important;
   content: "\f017" !important;
    font-family: 'FontAwesome' !important;
}
.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
    content: "\f3c5" !important;
    font-family: 'FontAwesome' !important;
    font-size: 28px !important;
    color: red !important;
}
.wpem-event-location, .wpem-event-date-time {
    padding-left: 40px !important;
    margin-bottom: 20px !important;
    padding-top: 10px;
}
.wpem-event-location, .wpem-event-date-time {
    padding-left: 40px !important;
    margin-bottom: 20px !important;
    padding-top: 10px;
    color: #000 !important;
    font-size: 14px;
}
.wpem-form-wrapper .chosen-container .chosen-single div b {
    background-position: 0 33px;
}
.chosen-container-single .chosen-single span {
    color: #656865 !important;
}
.event-type {
    background: #01422A !important;
    color: #fff !important;
    font-family: 'Inter' !important;
    text-transform: uppercase;
    padding: 10px !important;
    border-radius: 8px !important;
    letter-spacing: 1px;
}
.wpem-event-date-type {
    position: relative;
    width: 100%;
    float: right;
    max-width: 140px;
}
.wpem-date {
    font-size: 40px !important;
    line-height: normal !important;
    font-weight: 900 !important;
    color: #fff !important;
}
.wpem-month {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}
.wpem-from-date {
    padding: 12px !important;
    top: 15px !important;
    left: 0px;
    border-radius: 8px !important;
    right: 10px !important;
    background: #29C221 !important;
}

/**** Event Page CSS End ****/
.staff-content {
    text-align: center;
}

.staff-content h2 {
    font-size: 26px;
    font-weight: 800;
}

/****** Showcase Colleges CSS Start *******/

/* page-id-3350 */

body.page-id-3350 .subheader {
    padding-top: 150px;
    padding-bottom: 130px;
    background-image: url(https://floridajrblstg.wpenginepowered.com/wp-content/uploads/2026/06/PIC-_0005_140584601_103349211757141_285202105226636250_o-3-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.metters-row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.attendend-row .big-heading {
    font-weight: 600;
}
.metters-row .theme-content h2 {font-size: 46px;margin-bottom: 25px;}

.metters-row .theme-content {
    font-size: 20px;
}
.college_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.attendend-row .theme-btn a {
    font-weight: 300 !important;
    font-size: 20px !important;
	border-radius:0px !important;
}
.inqury-box-row {
    padding-top: 30px;
    padding-bottom: 70px;
}
/* form#gform_2 fieldset {
    margin-bottom: 10px;
    margin-top: 10px;
}
form#gform_2 label {
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 600;
}
 */
form#gform_2 .gfield-choice-input {
    padding: 0px !important;
}
div#gform_wrapper_2 {
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
}
form#gform_2 label {
	font-size:18px;
	font-weight:600;
}
form#gform_2 legend {
    font-size: 22px;
    font-weight: 600;
}
form#gform_2 fieldset label {
    font-size: 18px;
    font-weight: 400;
}
form#gform_2 fieldset {
    margin-bottom: 10px;
    margin-top: 10px;
}
form#gform_2 select {
	height: auto;
	border: 1px solid #cccccc99 !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 8px 25px !important;
    border-radius: 8px;
}
form#gform_2 input, form#gform_2 textarea {
    border: 1px solid #cccccc99 !important;
    box-shadow: none !important;
    font-size: 16px;
    padding: 25px !important;
    border-radius: 8px;
}
form#gform_2 input#input_2_23_1 {
	padding:0px !important;
}
input#gform_submit_button_2 {
    font-size: 22px !important;
    background-color: #29c221;
    border-radius: 0px !important;
}
input#gform_submit_button_2:hover {
	background:#000 !important;
}
.connectshare_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.connectshare_section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.connectshare_section .theme-content-white {
	margin-bottom:25px;
}
.theme-content-white {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px !important;
}

.theme-content-white h2, .theme-content-white h3 {
    font-size:40px;
    font-weight:600;
    color:#fff;
}

/****** Showcase Colleges CSS End *******/

/****** Sponsorsship Colleges CSS Start *******/
/* body.page-id-3404 */


body.page-id-3404 .subheader {
    padding-top: 150px;
    padding-bottom: 130px;
    background-image: url(https://floridajrblstg.wpenginepowered.com/wp-content/uploads/2026/06/PIC-_0005_140584601_103349211757141_285202105226636250_o-3-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.sponsorship_levels_boxes .vc_column-inner {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #e2e2e273;
}
.sponsorship_levels_boxes h3 {
    font-size: 28px !important;
    font-weight: 800;
    margin-bottom: 5px;
}
.sponsorship_levels_boxes p {
	font-size:20px !important;
}
.theme-content-white a:hover {
    color: #fff !important;
}

.sponsorship-cta-row .theme-content-white {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.right-menu-part {
    display: flex !important;
	align-items: center !important;
}

/****** Sponsorsship Colleges CSS End *******/


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

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

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


@media (min-width: 1200px) and (max-width: 1399px) {
	
	.right-menu-part img {
    height: 50px;
}

}

@media only screen and (max-width:1450px) {
	
.logo {
    margin-bottom: 0px;
}
.main_menu_bar .main_menu_cont > ul a{
    padding: 0 4px 7px 4px !important;
}
}
@media only screen and (max-width:1200px)
{
.recent_blog_title a {

    font-size: 23px;
}
	.main_menu_bar .main_menu_cont > ul a{
    padding: 0 4px 7px 4px !important;
	font-size: 14px !important;
}
.home-gravity img {
    width: 100%;
    margin-top: 0;
}
	

.counter-section {
    display: inline-block;
}
}


@media only screen and (max-width:991px)
{
	
.counter-section {
    display: inline-block;
}

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

.counter-num {
    font-size: 50px;
}

.home-gravity img {
    width: 100%;
    margin-top: 0;
}

.home-gravity h2 {
    font-size: 30px;
}

.home-gravity {
    padding: unset !important;
}

.footer-1:before, .footer-2:before, .footer-3:before, .footer-4:before, .footer-5:before {
display:none;
}
	
.blog-three-col .col-md-4
{
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
}
	
a.main-btn {
    padding: 9px 30px;
}
	
}


@media only screen and (max-width:767px)
{
	
	
.beneth-banner {
    text-align: center;
    padding: 55px 0px;
    margin: 40px 10px !important;
}
	
.beneth-banner img
	{
		margin-top:30px;
	}
	
	.home-first-section {text-align:center;}
	
.blog-three-col .col-md-4
{
width:100%;
}

.home-gravity {
    padding: 23px !important;
}

.footer-1, .footer-2, .footer-3, .footer-4, .footer-5 {
    padding: 15px 0px;
}

.theme-content.bottom-cta-section h2 {
    font-size: 60px;
}

 .counter-section {
        margin: auto;
        display: block;
    }
	
.col-md-4.footer-detail.text-right {
    text-align: center;
    margin: 30px 0;
}
	
span.copy-right-text {
    text-align: center !important;
    display: block;
}


}