<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------
  Large Screen. 
---------------------------------------------------*/

@media (min-width: 1367px) and (max-width: 1920px) {}
/* -------------------------------------------------
  Laptop Screen 
---------------------------------------------------*/

@media (min-width: 1170px) and (max-width: 1366px) {

	
}
/* -------------------------------------------------
  Old Desktop :992
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
.em-slider-title {
  font-size: 26px;
  margin-bottom: 10px;
}
.em-slider-sub-title {
  font-size: 42px;
  margin-bottom: 2px;
}
.em-slider-descript {
  margin-bottom: 20px;
  width: 66%;
}

}
/* -------------------------------------------------
  Tablet Screen : 768
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
	
.em-slider-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.em-slider-sub-title {
  font-size: 30px;
  margin-bottom: 0;
}
.em-slider-descript {
  display: none;
}
.em-button-button-area a {
  margin-top: 20px;
}





.footer-top-inner p {
  width: 78%;
}

/* kc */
.kc_col-sm-4, 
.kc_col-sm-3 
{
  width: 50% !important;
}


}
/* -------------------------------------------------
  Small Mobile : 320
---------------------------------------------------*/

@media (max-width: 767px) {


.em-slider-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.em-slider-sub-title {
  font-size: 22px;
  margin-bottom: 0;
}
.em-slider-descript {
  display: none;
}
.em-slider-button {
  display: none;
}
.em-nivo-slider-wrapper .nivo-controlNav {
  display: none;
}


.section-title.t_center {
  width: 100%;
}
.section-title.t_left {
  width: 100%;
}
.section-title.t_right {
  width: 100%;
}




/* top bar */
.top-address {
  text-align: center;
}
.social-icons.text-right {
  text-align: center;
}
/* footer bar */
.footer-top-inner p {
  width: 100%;
}
.footer-menu ul {
  margin: 10px 0 0;
  text-align: center;
}
.footer-menu ul li a {
  font-size: 14px;
}
.copy-right-text p {
  text-align: center;
}
.breadcumb-blog-area {
  padding: 50px 0;
}
/* blog css */
.em-blog-content-area {
  padding: 20px 10px 5px;
}
.bravery-blog-meta-left a, .bravery-blog-meta-left span {
  font-size: 11px;
  margin-right: 3px;
}
.bravery-blog-meta-right a, .bravery-blog-meta-right span {
  font-size: 11px;
  margin-left: 3px;
}

/* single blog */
.post_reply ul, .blog-content ul, .single-blog-content ul {
  padding-left: 20px;
}
.post_reply ol, .blog-content ol, .single-blog-content ol {
  padding-left: 20px;
}
.comments-area .children {
  margin-left: 10px;
}
.comment_field .input-field {
  width: 100%;
}

    .pdsr {
        padding-top: 50px;
    }
    .pdsl {
        padding-bottom: 90px;
    }
	#wp-calendar {
	  display: block;
	}
	
/* footer css */
.copy-right-text p {
  font-size: 14px;
}


}
/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
 .em-slider-button {
  display: block;
}
.em-button-button-area a {
  margin-right: 5px;
  margin-top: 15px;
  padding: 3px 20px;
  font-size: 12px; 
}

 
}</pre></body></html>