/*header file*/

.site-logo {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200;
}

.spacing-div {
  height: 100px;
  transition: 0.15s;
}

a:hover {
  text-decoration: none;
}

#navbar-collapse a {
  color: #ffffff;
  font-size: 20pt;
  padding-left:15px;
  padding-right:15px;
}

#navbar-collapse a:hover {
  color: #dddddd;
}

.dropdown-divider {
  border-color: #cca340;
}

.navigation-dropdown-menu {
  background-color: black;
  padding: 10px 10px 10px 10px;
  border-top: 4px solid #cca340;
}
.navbar-nav li {
  padding-right: 10px;
}

#left-nav-items {
  padding-left: 40px;
  margin-left:100px;
}

#cart-icon {
}

#cart-icon i:hover {
  color: #dddddd;
}

@media screen and (max-width: 1200px) {
  #left-nav-items {
    padding-left: 0px;
  }
}

/*footer file*/



/* ---------x------- Footer ----------x---------- */

/*              Viewport less then or equal to 1130px            */

@media only screen and (max-width: 1130px){
  .site-content .post-content > .post-image .post-info{
      left: 2rem !important;
      bottom: 1.2rem !important;
      border-radius: 0% !important;
  }

  .site-content .sidebar .popular-post .post-info{
      display: none !important;
  }

  footer.footer .container{
      grid-template-columns: repeat(2, 1fr);
  }

}

/*      x       Viewport less then or equal to 1130px    x     */


/*              Viewport less then or equal to 750px            */

@media only screen and (max-width: 750px){
  .nav .nav-menu, .nav .nav-items{
      flex-direction: column;
  }

  .nav .toggle-collapse{
      display: initial;
  }

  main .site-content{
      grid-template-columns: 100%;
  }

  footer.footer .container{
      grid-template-columns: repeat(1, 1fr);
  }

}


/*        x      Viewport less then or equal to 750px       x     */


/*              Viewport less then or equal to 520px            */

@media only screen and (max-width: 520px){
  main .blog{
      height: 70vh;
  }

  .site-content .post-content > .post-image .post-info{
      display: none;
  }

  footer.footer .container > div{
      padding:  1rem .9rem !important;
  }

  footer .rights{
      padding: 0 1.4rem;
      text-align: center;
  }

  nav .toggle-collapse{
      width: 80% !important;
  }

}

/*        x      Viewport less then or equal to 520px       x     */

.footer-heading {
  color: #cca340;
}

.footer-container {
  height: 320px;
  background-color: #222222;
}

.footer-content {
  padding: 10px 10px 10px 10px;
}

@media screen and (max-width: 991px) {
  .footer-container {
    height: 490px;
  }
}

@media screen and (max-width: 575px) {
  .footer-container {
    height: 710px;
  }

  .footer-content {
    text-align: center;
  }
}

/*home page*/

.image_wrapper {
  display: inline-block;
  overflow: hidden;
}
.image_w:hover {
  transform: scale(1.05);
  transition-duration: 0.5s;
}
.image_w {
  transition-duration: 1s;
}

.mygrid img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.products-header {
  color: #cca340;
  margin-top: 30px;
}

.products-section {
  padding-left: 20px;
  padding-right: 20px;
}

.mygrid-category {
  padding: 30px 30px 30px 30px;
  position: relative;
  display: block;
}

.mygrid-category:hover {
  text-decoration: none;
}
.product-name {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding-top: 10px;
  font-family: "Open Sans";
  color: black;
}

.product-price {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: grey;
}


/* about section */


.about{
  background: #0f0f0f;
  padding-left: 100px;
  padding-bottom: 40px;
}
.about_row{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about_row .col150{
  position: relative;
  width: 48%;
}
.titleText{
  color: rgb(255, 255, 255);
  font-size: 60px;
  font-weight: 300;
}
.titleText span{
  color: #e21e1e;
  font-weight:700;
  font-size: 100px;
}
.about_row .col150 .imgBx{
position: relative;
width: 100%;
height: 450px;
}
.about_row .col150 .imgBx img{
  position: absolute;
  top:30%;
  
  width: 90%;
  height:200%;
  
}
@media only screen and (max-width:991px){
  section{
      padding:20px;
  }
  .about_row{
      flex-direction: column;
  }
  .about_row .col150{
      position: relative;
      width: 100%;
  }
  .about_row .col150 .imgBx{
      height: 300px;
  }
}





.contact-box input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 0 none;
  color: #666666;
  font-size: 16px;
  height: 62px;
  padding: 0 47px;
}
.single-contact-form + .single-contact-form {
  margin-top: 30px;
}

.contact-box.message textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 0 none;
  color: #666666;
  font-size: 16px;
  min-height: 220px;
  padding: 18px 47px;
}
.contact-btn {
  margin-tp: 32px;
}
.fv-btn {
  background: #eaba5d none repeat scroll 0 0;
  border: 1px solid #eaba5d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.fv-btn:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eaba5d;
  color: #eaba5d;
}
.fv-btn i {
  padding-right: 9px;
}
.contact-box.name {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.contact-box.name input {
  margin: 0 20px;
  width: 50%;
}


/*---------------------------------------
  09. Contact Area
----------------------------------------*/

#Map{
  width: 100%;
  height: 371px;
}

#googleMap2{
  
  padding-left:50px;
  
  width: 100%;
  height: 371px;
}
.map-contacts--2 #Map {
  height: 500px;
  width: 100%;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}




.ht__bradcaump__area.bradcaump--2 {
  position: relative;
}
.bradcaump--2 .ht__bradcaump__wrap {
  height: auto;
  position: absolute;
  left: 320px;
  top: 113px;
}
.bradcaump--2 #Map {
  height: 670px;
}
.address {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.address__icon i {
  color: #fefefe;
  font-size: 36px;
}
.address__icon {
  background: #c43b68 none repeat scroll 0 0;
  height: 120px;
  line-height: 144px;
  text-align: center;
  width: 110px;
}
.address__details {
  background: #f5f5f5 none repeat scroll 0 0;
  flex-basis: calc(100% - 110px);
  padding: 20px 20px 20px 20px;
}
.address__details h2 {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.address__details p {
  color: #666666;
  font-size: 16px;
  margin-top: 10px;
}
.address--2 {
  background: #f5f5f5 none repeat scroll 0 0;
  text-align: center;
}
.address--2 p a {
  color: #4d4d4d;
  font-size: 14px;
}
.address--2 p a i {
  color: #c43b68;
  font-size: 18px;
  padding-right: 9px;
}
.address--2 p {
  padding: 41px 0;
}
.address--2 p + p {
  border-top: 1px solid #ffffff;
}
.title__line--6 {
color: #4d4d4d;
font-size: 24px;
font-weight: 600;
margin-bottom: 34px;
text-transform: uppercase;
}

.contact-box input {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 0 none;
  color: #666666;
  font-size: 16px;
  height: 62px;
  padding: 0 47px;
}
.single-contact-form + .single-contact-form {
  margin-top: 30px;
}

.contact-box.message textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 0 none;
  color: #666666;
  font-size: 16px;
  min-height: 220px;
  padding: 18px 47px;
}
.contact-btn {
  margin-top: 32px;
}
.fv-btn {
  background: #eaba5d none repeat scroll 0 0;
  border: 1px solid #eaba5d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.fv-btn:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eaba5d;
  color: #eaba5d;
}
.fv-btn i {
  padding-right: 9px;
}
.contact-box.name {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.contact-box.name input {
  margin: 0 20px;
  width: 50%;
}


/**********  **/



/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  width:90%;
  text-align: center;
  background-color: #f1f1f1;
}





.ca-content{
  background: #f5f5f5 none repeat scroll 0 0; 
  padding-bottom: 10%;
  padding-top:10%;
  width:100%;
  

}

.ca_detail{
  border: solid;
  background: #f5f5f5 none repeat scroll 0 0;
  



}


.cad {
  display: flex;
  justify-content: space-between;
 
  padding-bottom: 10px;
  
}

.ca__details h2 {
  color: #212121;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.ca__details p {
  color: #666666;
  font-size: 20px;
  margin-top: 10px;
}


.ca-row{

  margin-left: 100px;
  margin-top:80px;
  padding-bottom: 20px;


  
}
.ca-column {
  float: left;
  width: 33.33%;
  padding:20px;
  
}


/* Clear floats after the columns */
.ca-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .ca-column {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  body {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .ca-content {
    width: 100;
  }
}


@media screen and (max-width: 800px) {
  .card {
    width: 100%;
    height:auto;
  }
}


/* Add to cart button */
.button {
	border: 2px solid black;
	outline: 0;
	display: inline-block;
	padding: 8px;
	color: rgb(0, 0, 0);
	background-color: rgb(242, 242, 242);
	text-align: center;
	cursor: pointer;
	width: 60%;
  }
  
  .button:hover {
	background-color: rgb(0, 0, 0);
	color: white;
  }
  
