/*

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
h1{
  font-family: 'Open Sans', sans-serif;
  margin-top: 60px;
}
.text-color-for-light{
	/*color: #dd204a !important;*/
  color: #3b923f !important;  
}
.margin-to-about-us-content{
	    margin-top: 30px;
    margin-bottom: 30px;
}
.hr-style{
	border-bottom: 2px solid #00a8c3;
}
.lead{
	font-size: 16px !important;
	color: #000;
}
.text-bold{
	font-weight: bold;
}
#map_canvas {
    width: 100%;
    height: 400px;
    margin: 2em auto;
}
.panel-heading {
  position: relative;
}
.panel-heading[data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072"; /* "play" icon */
  position: absolute;
  color: #b0c5d8;
  font-size: 18px;
  line-height: 22px;
  right: 20px;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}
.panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}
.panel-title{
	cursor: pointer;
}
.click-to-tab li a{
  cursor: pointer;
  font-size: 20px;

}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.font-size-media{
  color: #dd204a;
}
/*media query*/

@media only screen and (min-width: 320px){
	.media-for-address{text-align: center;}
  .font-size-media{font-size: 20px;}
  .text-center-media{text-align: center;}
  .img-style{ width: 200px; }
  .sticky-style-of-div{ position: static; z-index: 0;  }
  .margin-top-on-iframe-style{margin-top: 10px;}
  .margin-top-on-iframe-style-mode-two{margin-top: 10px;}
}
@media only screen and (min-width: 360px){
	.media-for-address{text-align: center;}
  .font-size-media{font-size: 20px;}
  .text-center-media{text-align: center;}
  .img-style{ width: 200px; }
  .sticky-style-of-div{ position: static; z-index: 0;  }
  .margin-top-on-iframe-style{margin-top: 10px;}
  .margin-top-on-iframe-style-mode-two{margin-top: 10px;}
}
@media only screen and (min-width: 480px){
	.media-for-address{text-align: center;}
  .font-size-media{font-size: 20px;}
  .text-center-media{text-align: center;}
  .img-style{ width: 200px; }
  .sticky-style-of-div{ position: static; z-index: 0;  }
  .margin-top-on-iframe-style{margin-top: 10px;}
  .margin-top-on-iframe-style-mode-two{margin-top: 10px;}
}
@media only screen and (min-width: 768px){
	.media-for-address{text-align: left;}
  .font-size-media{font-size: 30px;}
  .margin-ledt-to-set-person-name{margin-left: -15px;}
  .img-style-for-person-name{width: 100%;}
  .text-center-media{text-align: center;}
  .img-style{ width: 300px; }
  .sticky-style-of-div{ position: fixed; z-index: -1;  }
  .margin-top-on-iframe-style{margin-top: 30px;}
  .margin-top-on-iframe-style-mode-two{margin-top: 0px;}
}
@media only screen and (min-width: 992px){
	.media-for-address{text-align: left;}
  .font-size-media{font-size: 40px;}
  .margin-ledt-to-set-person-name{margin-left: -30px;}
  .img-style-for-person-name{width: 40px;}
  .text-center-media{text-align: center;}
  .img-style{ width: 300px; }
  .sticky-style-of-div{ position: fixed; z-index: -1;  }
  .margin-top-on-iframe-style{margin-top: 30px;}
  .margin-top-on-iframe-style-mode-two{margin-top: 0px;}
}


/*frames*/
* {
  box-sizing: border-box;
}
.wrapper1 {
  margin: 0 auto;
  width: 100%;
}
.wrapper1:after {
    content: "";
    display: table;
    clear: both;
  }
.picture {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 20px;
  margin-top: 20px;
}
.hook {
  width: 4px;
  height: 4px;
  background-color: #5c5c5d;
  margin: 0 auto 32px auto;
  border-radius: 50%;
  box-shadow: 0 1px 0 1px #a49c7c;
}
.hook1:before{
    content: '';
    width: 40px;
    height: 40px;
    border: 2px solid #a49c7c;
    position: absolute;
    left: 34px; top: 13px;
    transform: rotate(45deg);
    z-index: -1;
  }
.frame {
  height: 80px;
  border-top: 6px solid #b89675;
  border-right: 6px solid #7b654f;
  border-bottom: 6px solid #7b654f;
  border-left: 6px solid #a67c52; 
  box-shadow: 6px 6px 0 0 rgba(189,166,72,0.6);
  z-index: 1;
}
.inside {
  height: 68px;
  background: linear-gradient(149deg, #d3d4d5 0%,#d3d4d5 50%,#ccc 51%,#ccc 100%);
  border: 10px solid #fff;
  box-shadow: 1px 1px 1px 1px rgba(189,193,194,0.3) inset;
}
.style-in-frame-font{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 10px;
}


/*style for cards */
.card1{
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: box-shadow .25s;
}
.img-card1{
  width: 100%;
    height: auto;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}
.card-content1{
  padding: 15px 15px 25px;
    text-align: left;
}
.style-p{
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #cccc;
}
.background-size-for-background-5{
  background-size: 100% 100% !important;
}
.font-size-about-us{
  font-size: 40px;
}
.color-point{
  color: #3b923f;
}