
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold.woff2') format('woff2'),
         url('../fonts/montserrat-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black.woff2') format('woff2'),
         url('../fonts/montserrat-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.cf:before, .cf:after {
	content: ".";
	display: table;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom:1;
}
body {
	
	position:relative;
	 font-family: 'poppinsregular';
	     background-color: #FFEFE2;
}
a:hover {
	text-decoration: none;
}
.hover {
	cursor: pointer;
}
.full-width {
	width: 100% !important;
}
.regular-size {
	font-size: 13px;
}
.big-size {
	font-size: 55px;
}
.medium-section-head {
	font-size: 30px;
}
.medium-small-size {
	font-size: 22px;
}
.label-size {
	font-size: 16px;
}
.very-small-size {
	font-size: 12px !important;
}
.padd-top-zero{
	padding-top:0px !important;
}
.margin-bot-10 {
	margin-bottom: 10px !important;
}
.margin-bot-20 {
	margin-bottom: 20px !important;
}
.margin-bot-25 {
	margin-bottom: 25px !important;
}
.margin-bot-30 {
	margin-bottom: 30px !important;
}
.margin-bot-40 {
	margin-bottom: 40px !important;
}
.margin-bot-50 {
	margin-bottom: 50px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-31 {
	margin-top: 31px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-zero {
	margin-top: 0px !important;
}
.margin-bot-zero {
	margin-bottom: 0px !important;
}
.extreame-distance {
	padding-bottom: 60px;
}
.msg-float {
	position: absolute;
	top: -35px;
	padding: 3px 10px;
	border: 2px solid #f58c19;
	z-index: 1111;
	white-space: nowrap;
}
.msg-float.success {
	border: 2px solid #01c4b9;
}
.error {
	color: #f58c19;
}
.error img, .success img {
	margin-right:10px;
	vertical-align: sub;
}
.success {
	color:#01c4b9;
}
.relative {
	position: relative;
}
.no-padd {
	padding: 0px !important;
}
img {
	max-width: 100%;
}
.block {
	display: block;
}
.margin-right-10 {
	margin-right:10px;
}
.half-part {
	width:49%;
}
.form-control {
	font-family: 'latoregular';
}
.margin-top-100{
margin-top:100px;
}

/*********************************************************************/
.header{
	background-color: #412236;
}
.navbar-brand {
    color: #FD8F8F;
    
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0.32px;
	display:inline-block;
}
.navbar-brand img{
vertical-align: middle;
    display: inline-block;
	max-width:110px;
	margin-right:15px;
}
.nav-link {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	color: #FD8F8F !important;
    font-family: 'poppinsregular';
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0.32px;
}
.fix-back{
	background-image: url("../img/buddha-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 15% 0px 15% 0px;
}
.fix-back h1{
	color: #FFF0E3;
    font-family: 'Lora', serif;
    font-size:60px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.167em;
    letter-spacing: 0px;
}

.read-more{
	display:inline-block;
	fill: #FFF0E3;
    color: #FFF0E3;
    background-color: #DB4242;
    padding: 23px 55px 22px 55px;
	margin: 38px 0px 0px 0px;
   -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
	border-radius:50px;

}
.read-more:hover{
	color: #DB4242;
    background-color: #FFF0E3;
}
.about-section{
	padding:100px 0 0;
}
.flowerbox{
	background:#ffffff;
	padding: 50px 32px 40px 32px;
	min-height:400px;
}
.flowerbox img{
	max-width:115px;
	margin-bottom:15px;
}
.image-box-title {
    color: #44233B;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
	margin:10px 0 15px;
}
.about-section-blog {
	padding:100px 0 60px;
	
}
.small-head{    
	color: #D57A7C;
    font-family: 'montserratblack';
    font-size: 13px;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 5.5px;
    
}

.section-head{
	color: #44233B;
	font-family: 'Lora', serif;
    font-size:50px;
    font-size:50px;
    font-weight: 700;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}
.description-box-blog h3{
	color: #DB4242;
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
}
.description-box-blog p{
	margin-top:20px;
	color: #694C5C;
    font-size: 14px;
}
.more-info{
	padding:14px 35px 13px 35px;
	background-color: #7E4555;
	text-decoration:none;
	display:inline-block;
	border-radius:25px;
	color: #fff;
}
.more-info:hover{
	color: #fff;
	background-color: #DB4242;
}
.footer-section-desc{
	background-image: url(../img/bagan-myanmar.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 123px 0px 100px 0px;
	color:#ffffff;
}
.footer-section-desc .section-head{
	color:#ffffff;
	font-size:50px;
}	
.footer-section-desc  .read-more{
	color: #DB4242;
    background-color: #FFF0E3;
}
.footer-section-desc  .read-more:hover{
	color: #FFF0E3;
    background-color: #DB4242;
}
footer{
	padding:70px 0;
	background-color: #694C5C;
}
footer a{
	color: #FD8F8F !important;
    font-family: 'poppinsregular';
    font-size: 18px;
	display:inline-block;
	padding-right:20px;
}
.foot-logo{
	width:100px;
	
}
.head-social{
	background-color: #7E4555;
    font-size: 17px;
    padding: 10px 0px;
    border-radius: 50%;
    border: 0px;
    display: inline-block;
	color:#fff;
	width:40px;
	height:40px;
	text-align:center;
}
.right-social li{
	list-style: none;
    float: left;
    margin-right: 15px;
	
}
.head-social:hover{
	background-color: #FFF0E3;
	color:#7E4555;
}
.gallery{
	background:#ffffff;
	padding:105px 0;
}
.gallery-box{
	padding:15px 0;
}
