/*
Theme Name: customrock_theme Child
Theme URI: http://underscores.me/
Template: customrock_theme
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1635850809
Updated: 2021-11-02 11:00:09

*/
:root {
  --bodyColor: #191919;
  --mainColor: #FEBD16;
  --secColor: #FCBD63;
  --thiColor: #FFF0C9;
  --bodyFont: 'Open Sans', sans-serif;
}

html,body{
	width:100%;
	overflow-x:hidden;
}

.section h2, .section h3.h3-med {
  line-height: 1.27;
  font-size: 40px;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  font-weight: 900;
  margin-bottom: 22px;
  position: relative;
}

body,
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
  color: var(--bodyColor);
}

.section .btn.full-btn {
  min-width: 200px;
}

.section h1::after,
.section h2::after,
.section h3::after,
.section h4::after,
.section h5::after {
  display: none;
}

.highline, .highline2 {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.highline2::after, .highline::after {
  content: ' ';
  position: absolute;
  bottom: 2px;
  height: 36%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.highline2::after, .highline::after {
  background-color: var(--mainColor);
}

.section h4.highline2::after,
.section h4.highline::after {
  bottom: 2px;
  height: 35%
}

.section h5.highline2::after,
.section h5.highline::after {
  bottom: 1px;
  height: 35%
}

.highline2::after {
  background-color: var(--thiColor)
}

.top-space {
  padding-top: 120px;
}

.top-space2 {
  padding-top: 100px;
}

.btm-space {
  padding-bottom: 120px;
}

.btm-space2 {
  padding-bottom: 100px
}

.start-50 {
  left: 50%;
}

.translate-middle-x {
  transform: translateX(-50%);
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fw-txt {
  line-height: 28px;
  font-weight: 500;
}

.mx-txt {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto
}

.mx-txt2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}

.mx-txt3 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto
}

.about2-section .pic-style2 {
  max-width: 550px;
  padding: 0 20px 20px 0;
}

.about2-section .pic-style2 .bg {
  height: 400px;
  border-radius: 15px;
  z-index: 1;
}

.about2-section .pic-style2 .bg.long-bg {
  height: 500px;
}

.about2-section .pic-style2 .bg.long-bg2 {
  height: 590px;
}

.about2-section .pic-style2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: var(--secColor);
  border-radius: 15px;
}

.about2-section .cards-container .card-box .inner-content {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 3px 14px 0px rgba(0,0,0,.16);
  padding: 35px 20px 30px 20px;
}

.about2-section .cards-container:not(.cards-num) .card-box .inner-content {
  min-height: 355px;
  max-width: 390px;
}

.about2-section .cards-num.btm-space2 {
  padding-bottom: 80px;
}

.about2-section .cards-num .card-box .num-container {
  width: 46px;
  height: 46px;
  top: -23px;
}

.about2-section .cards-num .card-box .num-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background-color: var(--mainColor);
  transform: rotate(45deg);
}

.about2-section .cards-num .card-box .num-container .num {
  color: #fff;
  z-index: 1;
  font-size: 24px;
  font-family: 'arial';
}

.about2-section .card-box {
  margin-bottom: 40px;
}

.about2-section .cards-num .card-box {
  margin-bottom: 60px;
}

.about2-section .card-box .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 25px auto;
  background-color: rgba(254, 189, 22, .15);
  padding: 27px;
}

.data-row .title,
.about2-section .card-box .title {
  font-weight: 700;
  font-size: 18px;
}

.data-row .icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  color: #fff;
  margin-right: 12px;
  border-radius: 100%;
  background-color: var(--mainColor);
}

.data-row .txt {
  padding-left: 40px;
}

.section p a {
  text-decoration: none;
  color: var(--mainColor);
}

.section p a:hover {
  text-decoration: underline;
}

@media (min-width: 576px) {
  .section .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .section .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .section .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .section .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .section .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .section .container {
    max-width: 1320px;
  }
}

@media only screen and (max-width: 1399px) {
  .top-space {
    padding-top: 110px;
  }

  .top-space2 {
    padding-top: 90px;
  }

  .btm-space {
    padding-bottom: 110px;
  }

  .btm-space2 {
    padding-bottom: 90px;
  }

  .btm-space3 {
    padding-bottom: 70px;
  }

  .highline2::after,
  .highline::after {
    bottom: 5px
  }

  .about2-section .pic-style2 {
    max-width: 490px;
  }
  
}

@media only screen and (max-width: 1199px) {
  .section h2,
  .section h3.h3-med {
    font-size: 36px
  }
  .top-space {
    padding-top: 100px;
  }

  .top-space2 {
    padding-top: 80px;
  }

  .btm-space {
    padding-bottom: 100px
  }

  .btm-space2 {
    padding-bottom: 80px
  }

  .btm-space3,
  .about2-section .cards-num.btm-space2 {
    padding-bottom: 60px;
  }

}

@media only screen and (max-width: 991px) {

  .about2-section .pic-style2 .bg.long-bg2,
  .about2-section .pic-style2 .bg.long-bg {
    height: 400px;
  }

  .data-row .txt {
    padding-left: 0px;
  }

  .data-row .icon {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    margin-right: 10px;
    margin-top: 2px;
  }

}

@media only screen and (max-width: 767px) {
  .top-space {
    padding-top: 70px;
  }

  .top-space2 {
    padding-top: 50px;
  }

  .btm-space {
    padding-bottom: 70px
  }

  .btm-space2 {
    padding-bottom: 50px
  }

  .btm-space3,
  .about2-section .cards-num.btm-space2 {
    padding-bottom: 40px;
  }

  .about2-section .pic-style2 {
    max-width: 400px;
  }

  .about2-section .pic-style2::after {
    bottom: 5px;
    right: 5px;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border-radius: 12px;
  }
  .about2-section .pic-style2 .bg.long-bg2,
  .about2-section .pic-style2 .bg.long-bg,
  .about2-section .pic-style2 .bg {
    height: 320px;
  }

  .about2-section .card-box .icon {
    width: 105px;
    height: 105px;
  }

  .about2-section .cards-container .card-box .inner-content {
    padding: 30px 20px 15px 20px;
  }

  .about2-section .cards-container.cards-num .card-box .inner-content,
  .about2-section .cards-container:not(.cards-num) .card-box .inner-content {
    min-height: inherit;
    max-width: 380px;
  }

  .features-container .feature .inner-content {
    max-width: 380px;
    margin: 0 auto;
  }

}

@media only screen and (max-width: 700px) {
  .section h2,
  .section h3.h3-med {
    font-size: 28px
  }
  .search-form label {
    display: block;
  }

}

@media only screen and (max-width: 575px) {
  .top-space {
    padding-top: 60px;
  }

  .top-space2 {
    padding-top: 40px;
  }

  .btm-space {
    padding-bottom: 60px
  }

  .btm-space2 {
    padding-bottom: 40px
  }

  .btm-space3,
  .about2-section .cards-num.btm-space2 {
    padding-bottom: 20px;
  }

  .highline2::after, .highline::after {
    bottom: 4px;
  }

}

@media only screen and (max-width: 500px) {
  .btm-space3,
  .about2-section .cards-num.btm-space2 {
    padding-bottom: 30px;
  }

  .about2-section .card-box {
    margin-bottom: 30px;
  }

  .about2-section .cards-num .card-box {
    margin-bottom: 50px;
  }
}










footer
{
	background-color: #141414 !important;
}
footer.footer-section.section {
	background:none !important;
	 background-color: #141414 !important; 
}
footer.footer-section.section {
	padding: 80px 0 35px 0;
	background-color: #141414 !important;
}

.footer-section p.fw2.mb-3 {
    display: none;
}
.footer-section .left-content .logo {
  margin-bottom: 30px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img, svg {
  vertical-align: middle;
}
/*
**
**** Footer Section ****
**
*/

.footer-section.section {
  padding: 80px 0 35px 0;
  background-color: #141414;
}

.footer-section p,
.footer-section a {
  color: #fff;
}

.footer-section .left-content .logo {
  margin-bottom: 30px;
}

.footer-section .left-content p {
  max-width: 520px;
  line-height: 26px;
  font-weight: 500;
}

.footer-section .links-container {
  justify-content: center;
}

.footer-section .links-container .links-col {
  flex: 0 0 50%;
  width: 50%;
  padding-right: 20px;
}

.footer-section .links-container a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
  color: var(--mainColor);
}

.footer-section .contact-info .row-info {
  color: #fff;
  font-weight: 500;
  align-items: center;
}

.footer-section .contact-info .row-info .icon {
  font-size: 19px;
  color: var(--mainColor);
}

.footer-section .footer-btm {
  padding-top: 45px;
  border-top: 1px solid #383838;
  margin-top: 45px;
}

.footer-section .footer-info {
  font-size: 14px;
  font-weight: 500;
}

.footer-section .copyrights {
  font-size: 15px;
  font-weight: 500;
}

.footer-section .footer-info a {
  text-decoration: none;
}

.footer-section .right-content {
  padding-top: 58px;
}

.footer-section .container .row {
  overflow: hidden;
}
.footer-section .links-container a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
  color: #FEBD16;
}


.footer-section .contact-info .row-info .icon {
  font-size: 19px;
  color: #FEBD16;
}

.svg-inline--fa {
  display: var(--fa-display,inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
  .footer-section .footer-info a {
  text-decoration: none;
}
.section .highlight, .highlight {
  color: #FEBD16;
}
.footer-section p, .footer-section a {
  color: #fff;
}
.fw {
  font-weight: 600;
}

/* footer section end here */


/* header section */
ul.menu .aos-init .aos-animate {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.menu li a
{
	font-size: 16px !important;
	color: #fff;
	padding: 5px;
	padding-right: 5px;
	font-weight: 400;
	transition: color 0.15s ease-in-out;
}
.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-2a2a470a.slash_icon {
    padding-left: 10px;
}
.menu li.has-children > a:after {
 color: #fff;
 content: ' ▼';
 font-size: 10px;
 vertical-align: 1px;
}
.menu li li.has-children > a:after {
 color: #222;
 content: ' ►';
 font-size: 10px;
 vertical-align: 1px;
}

*/



ul.dropdown
{
	border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
border-top: 2px solid #FEBD16;
border-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
opacity: 1;
box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 26%);
animation: dw-menu 0.15s linear;	
	border-radius:0 !important;
	min-width: 200px !important;
}
/* header section end here */
.modal-right-side .pattern-btn-group a:nth-child(2) {
    display: none !important;
}
/* post thumb padding */
.post_thumb .elementor-post__thumbnail {
    padding: 0 !important;
}
#osmosnews img.attachment-medium.size-medium.wp-image-4847 {
    height: 150px;
    object-fit: cover;
    border-radius: 10px 0px 0px 0px;
}
.post_thumb_equal img.attachment-medium_large.size-medium_large.wp-image-4847 {
    height: 192px !important;
	object-fit:cover;
}
.home_icon svg.svg-inline--fa.fa-house {
    width: 33px;
    height: 33px;
	color: #FEBD16;
}
.home_icon {
    width: 4% !important;
}
.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-2a2a470a.slash_icon {
    width: 5%;
    text-align: center;
    font-size: 25px;
}
.breadcrumbs .elementor-container.elementor-column-gap-default {
    align-items: center;
}
.slash_icon span {
    color: #FEBD16 !important;
}
.post_thumb_equal_one img.attachment-medium_large.size-medium_large.wp-image-4847 {
    height: 208px;
    object-fit: cover;
}
span.aioseo-breadcrumb a {
    color: #FEBD16;
}
#sales .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px 10px 10px 10px;
}
.elementor-nav-menu a.elementor-item.elementor-item-anchor {
    text-transform: uppercase;
}
.pattern-category-box img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ===== 16 March 23 ===== */

.menuWrap .dropdownWrap li.last {
    display: block !important;
}
/*** 18-08-2023 *******/
.custom_post_meta {
  text-align: center;
}