/*======================================
//--//-->   STYLES GENERALES
======================================*/

blockquote {
    margin: 36px;
    background-image: url(../img/quotes.png);  /* quotes.png */
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 40px;
    font-size: 1.2em;
    color: #aaaaaa;
    font-family: "Roboto Slab", serif;
}

blockquote, q {
    quotes: none;
}

h1{
	font-size: 3rem;
  font-weight: 600;
	text-shadow:1px 1px 1px #260c26;
}
h2{
	font-size: 2.2rem;
  font-weight: 400;
	text-shadow:0px 1px 2px #220a22;
}
h3{
	font-size: 1.75rem;
  font-weight: 400;
}
h4{
	font-size: 1.25rem;
}
h5{
	font-size: 1.2rem;
}
h6{
	color: #1e1e1e;
}

	#banner_narai{
		display:block;
		position:relative;
		top:35px; 
		margin-bottom:-75px;
		width:150px; 
		margin-left:-10px;
		/*opacity:1;*/
        /*transition: all 500ms ease;*/
		animation: indexlogo_move 5s infinite;
	}	
	
	@keyframes indexlogo_move {
		/*	50% {opacity:0.7; } 	*/
			40% {width:130px; } 
	}	



	#chat_box_whatup{
		 width:55px;
		 height:auto;
		 bottom:6%;
		 opacity:1;
		 animation: whatup_logo_move 7s infinite;	 
	}
	
	@keyframes whatup_logo_move {
		30% {opacity:0.5;} 
		40% {bottom:15%;}	
		60% {opacity:0.8;} 
		70% {width:65px;}		
	}	
		
	#center_logo_narai{
		display:block;
		border-radius: 45%;
		position:relative;
		width:559px;
		top: -40px;
		opacity:1;
		animation: center_logo_move 9s infinite;
	}			
	@keyframes center_logo_move {
			50% {width:499px; } 
			70% {top:-15px;} 
			70% {opacity:0.1;} 
	}	

	#center_QRCODE_narai{
		display:block;
		/*border-radius: 45%;*/
		position:relative;
		width:379px;
		top: -30px;
		opacity:1;
		animation: center_QRCODE_move 9s infinite;
	}			
	@keyframes center_QRCODE_move {
			50% {width:349px; } 
			65% {top:-15px;} 
			80% {opacity:0.8;} 
	}	

.intro .intro-title {
  font-weight: 500;
  font-size: 3.4rem;
	color: #FFFFFF;
	animation: myintro_move 5s infinite;
}

.p-r {
  position: relative;
}

.color-a {
  color: #d78e00;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow, .paralax-mf, .service-box, .card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.card-blog {
  box-shadow: 0 10px 10px -10px rgba(24, 4, 4, 0.6);
	transition: all 300ms ease;
}

.card-blog:hover {
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.4);
	transition: all 300ms ease;
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar-small {
  width: 29px;
  margin: 2px 5px;
  overflow: hidden;
}

.avatar {
  width: 45px;
  margin-right: 4px;
  overflow: hidden;
}

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

.overlay-mf {
  background-color: #d78e00;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 5rem 0;
}

.display-table {
  width: 100%;
 /* height: 100%;*/
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt1 {
  margin-top: 1rem;
}

.sect-mt2 {
		margin-top: 2.2rem;
		box-shadow: 0 1px 1px 10px rgba(0, 0, 0, 0.6), 0 2px 5px 10px rgba(0, 0, 0, 0.3);
		color:#000;
		/*text-shadow: 1px 1px 1px #ffde47db;*/
 }

.sect-mt3 {
  margin-top: 3rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
	transition: all .5s ease-in-out;
  width: 50%;
  height: 6px;
  background-image: linear-gradient(225deg, #005daa 0%, #a66e02 80%);
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 1.25rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #d78e00;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #d78e00;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #d78e00;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  /*color: #d78e00;*/
  font-size: 1.2rem;
	color: #0014a3;
  margin-right: 10px;
  /*box-shadow: 0px 0px 5px 5px rgba(255, 110, 0,0.7);*/
	animation: ico_logo_move 5s infinite;	 
	}
	
	@keyframes ico_logo_move {
		50% {color: #fff17b;} 
		30% {opacity:0.8;} 
		60% {width:0.8rem;} 
	}	

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #d78e00;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #d78e00;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background:#75ff2cc7;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 16px;
  border-radius:50%;
  right: 60px;
  bottom: 5%;
  z-index: 11;
  box-shadow: 0px 2px 15px 10px rgba(255, 110, 0,0.7);
	animation: back_logo_move 5s infinite;	 
	}
	
	@keyframes back_logo_move {
		50% {background:#fd2cffc7;} 
		30% {opacity:0.8;} 
		60% {width:70px;} 
	}	

		.back-to-top ul {
			line-height: 1.5rem;
			list-style-type: none;
		}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #d78e00;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
	/*
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
	*/
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 12px 20px rgba(0, 0, 0, 0.6);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #00a1bd;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow:0px 1px 1px #f2ffc9;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 29px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 29px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
	padding-top: 15px;
  padding-bottom: 15px; 
	background-image: linear-gradient(135deg, #00437B 0%, #000000 100%);

}

.navbar-b.navbar-reduce .nav-link {
  color: #d78e00;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #000;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #d78e00;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #d78e00;
}

.navbar-b.navbar-reduce .navbar-brand {
/*  color: #d78e00;	*/
  color: #d78e00;  
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
  position: absolute;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #d78e00;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #d78e00;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh; /* 110vh */
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  /*background-color: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
}



@keyframes myintro_move {
  50% {color:#cdaa00;} 
}

.intro .intro-subtitle {
  font-size: 2.4rem;
  font-weight: 400;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3.2rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #d78e00;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #d78e00;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #d78e00;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/
.work-boxa {
  margin-bottom: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	transition: all 1s ease-in-out;
  opacity: 1;
  border-radius: 0.2rem;
}
.work-boxa:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
	transition: all 1s ease-in-out;
}

.work-boxs {
  margin-bottom: 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	transition: all 1s ease-in-out;
  box-shadow:  0 1px 5px 1px rgba(25, 220, 200, 0.6),  0 2px 5px 5px rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(225deg, #CCCCCC50 25%, #FFFFFF60 80%);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 0.26rem;
}

.work-boxs:hover {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  background-image: linear-gradient(180deg, #FFFFFF60 50%, #ACCFFFF 90%);
  box-shadow:  0 1px 10px 10px rgba(25, 20, 200, 0.4),  0 2px 5px 10px rgba(255, 255, 255, 0.6);
}

.work-box {
			margin: 0.1rem;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			transition: all 1s ease-in-out;
			box-shadow:  0 1px 5px 1px rgba(25, 220, 200, 0.6),  0 2px 5px 5px rgba(255, 255, 255, 0.3);
		 /* background-image: linear-gradient(225deg, #CCCCCC50 25%, #FFFFFF60 80%); */
			 /*
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			*/
			-webkit-transform: ico_logo_move(1.2);
			transform: ico_logo_move(1.2);
			opacity: 1;
			border-radius: 0.4rem;
}

.work-box:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
	transition: all 0.7s ease-in-out;
  box-shadow:  0 1px 10px 10px rgba(255, 250, 200, 0.4),  0 2px 5px 10px rgba(255, 255, 255, 0.6);
}

.work-box:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
	transition: all 1s ease-in-out;
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #d78e00;
}

.work-content .w-like {
  font-size: 1.9rem;
  color: #d78e00;
  float: right;
}

.work-content .w-like a {
  color: #d78e00;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
	word-wrap: break-word;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #d78e00;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #d78e00;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
 /* font-size: .7rem;*/
  letter-spacing: .5px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
	word-wrap: break-word;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: left;
	padding-left:5px;
}

/*
.card-blog:hover {
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.4);
	transition: all 300ms ease;
}
*/
/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #d78e00;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #d78e00;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #d78e00;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #d78e00;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #d78e00;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #d78e00;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #d78e00;
  border-color: #d78e00;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #d78e00;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 2.5rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #d78e00;
  border: 1px solid #d78e00;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #d78e00;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.button-rouded-2 {
  border-radius: 1.2rem;
  opacity:0.9;
}


.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

/*---  frm_Blog.php ---------------- New */ 

.bk_column_4 {
		float: left;
		width: 25%;
    margin-left: 5px;
}
.wd_mobile {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.bk_author{
	word-wrap: break-word;
	color:#0077c0;
}

.bk_column_3 {
    float: left;
    width: 31%;
    margin-left: 20px;
    margin-right: 15px;
}

.bk_column_2 {
	float: left;
	width: 45%;
    margin-left: 3%;
	padding: 10px;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1200px) {

  .testimonial-box .description {
    padding: 0 13rem;
  }

/*
	#banner_narai{
		display:none;  
		/*display:block;*/
		position:relative;
		top:5px; 
		margin-bottom:-75px;
		width:120px; 
		margin-left:-10px;
		/*opacity:1;*/
		transition: all 500ms ease;
		animation: mylogo_move 5s infinite;
	}	
	
	@keyframes mylogo_move {
		/*	50% {opacity:0.7; } 	*/
			40% {width:110px; } 
	}			
*/	
	
}

@media (max-width: 1199px) {
  .bg-image {
    background-attachment: scroll;
  }
	
	#banner_narai{
		display:block;
		position:relative;
		top:5px; 
		margin-bottom:-85px;
		width:99px; 
		margin-left:-10px;
		transition: all 500ms ease;
		animation: mylogo_move 5s infinite;
	}

	@keyframes mylogo_move {
			50% {width:89px; } 
			70% {top:10px;} 
	}			

	#center_logo_narai{
		display:none;
		position:relative;
		width:609px;
		top: -25px;
		animation: center_logo_move 7s infinite;
	}			
	
	#center_QRCODE_narai{
		display:block;
		/*border-radius: 45%;*/
		position:relative;
		width:329px;
		top: -10px;
		opacity:1;
		animation: center_QRCODE_1199 9s infinite;
	}			
	
	@keyframes center_QRCODE_1199 {
			50% {width:289px; } 
			65% {top:-15px;} 
			80% {opacity:0.8;} 
	}		
	
}



@media (min-width: 769px) and (max-width: 1199.98px)  {
		.title-a {
			font-size: 2.7rem;
			font-weight: bold;
			text-transform: uppercase;
		}	
	.bk_column_4 {
			float: left;
			width: 46%;
			margin: 10px;
	}
	.wd_mobile {
			margin-top: 15px;
			margin-bottom: 10px;
			padding-top: 10px;
	}

	.bk_author{
		word-wrap: break-word;
		color:#0077c0;
	}

	.bk_column_3 {
			float: left;
			width: 46%;
			margin: 10px;
	}
	.bk_column_2 {
		float: left;
		width: 95%;
		margin-left: 2%;
		padding: 10px;		
	}
		h4{
			font-size: 1.2rem;
			line-height:normal;
		}
		h2{
			font-size: 1.7rem;
		}
		
	#banner_narai{
		display:block;
		position:relative;
		top:5px; 
		margin-bottom:-105px;
		width:109px; 
		/*margin-left:5%;*/
		right:10px;
		animation: mylogo_move 5s infinite;
	}

	@keyframes mylogo_move {
			50% {width:129px; } 
			70% {top:10px;} 
	}	


	#center_logo_narai{
		transition: all 0.5s faed-out;
		display:none;
	}			

	#center_QRCODE_narai{
		transition: all 0.5s faed-out;
		display:none;
	}			
	
  .back-to-top {
    bottom: 5%;
  }


}

@media (max-width: 768.98px) {
	
		.title-a {
			font-size: 2.4rem;
			font-weight: bold;
			text-transform: uppercase;
		}	
		h4{
			font-size: 1.15rem;
			color:000000;
			line-height:normal;
		}
		
		h2{
			font-size: 1.66rem;
			color:000000;
			font-weight: 400;	
		}
		
	.bk_column_4 {
			float: left;
			width: 95%;
			margin: 5px;
	}
	.wd_mobile {
			margin-top: 15px;
			margin-bottom: 10px;
			padding-top: 10px;
	}

	.bk_author{
		word-wrap: break-word;
		color:#0077c0;
	}

	.bk_column_3 {
			float: left;
			width: 95%;
			margin: 15px;
	}
	.bk_column_2 {
		float: left;
		width: 95%;
		margin-left: 2%;
	}	
	

	#banner_narai{
		display:block;
		position:relative;
		top:10px; 
		margin-bottom:-105px;
		width:99px; 
		/*margin-left:135%;*/
		right:-360px;
		animation: mylogo_move 7s infinite;
	}

	@keyframes mylogo_move {
			50% {width:119px; } 
			70% {top:5px;} 
	}		
		
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    /*padding-left: 10px;*/
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 1.9rem;
  }

  .intro .intro-subtitle {
    font-size: 1.4rem;
  }

  .intro-single .intro-title {
    font-size: 1.9rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}


@media (max-width: 577px) {

	#note_comment{
		display:none;
	}

		.counter-box {
				margin-bottom: 1.8rem;
		}
		
	#banner_narai{
		display:block;
		position:relative;
		top:10px; 
		margin-bottom:-105px;
		width:90px; 
		right:-284px;
		animation: mylogo_move 7s infinite;
	}

	@keyframes mylogo_move {
			50% {width:109px; } 
			70% {top:-5px;} 
	}		
	
	#center_QRCODE_narai{
		display:block;
		/*border-radius: 45%;*/
		position:relative;
		width:299px;
		top: -10px;
		opacity:1;
		animation: center_QRCODE_577 9s infinite;
	}			
	
	@keyframes center_QRCODE_577 {
			50% {top:-10px;} 
			60% {width:269px; } 
			70% {opacity:0.7;} 
	}		
	
	
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

/*
@include media-breakpoint-only(xs) { ... }
@include media-breakpoint-only(sm) { ... }
@include media-breakpoint-only(md) { ... }
@include media-breakpoint-only(lg) { ... }
@include media-breakpoint-only(xl) { ... }
*/
