@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@font-face {
  font-family: 'MyanmarAngoun';
  src: url('fonts/MyanmarAngoun.eot');
  src: local('☺'), url('fonts/MyanmarAngoun.woff') format('woff'), url('fonts/MyanmarAngoun.ttf') format('truetype'), url('fonts/MyanmarAngoun.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bg-dark-2{
	background-color: #e6e6e6;
}
/* animated elements */
.animate {
	visibility: hidden;
}

.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
	visibility: visible;
}

.animated {
	visibility: visible !important;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}


@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


.pt-20 {
	padding-top: 20px;
}
.pb-10 {
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	.s-pt-lg-0 > [class*='container'] {
		padding-top: 0;
	}

	.s-pt-lg-1 > [class*='container'] {
		padding-top: 1px;
	}

	.s-pt-lg-2 > [class*='container'] {
		padding-top: 2px;
	}

	.s-pt-lg-3 > [class*='container'] {
		padding-top: 3px;
	}

	.s-pt-lg-5 > [class*='container'] {
		padding-top: 5px;
	}

	.s-pt-lg-10 > [class*='container'] {
		padding-top: 10px;
	}

	.s-pt-lg-15 > [class*='container'] {
		padding-top: 15px;
	}

	.s-pt-lg-20 > [class*='container'] {
		padding-top: 20px;
	}

	.s-pt-lg-25 > [class*='container'] {
		padding-top: 25px;
	}

	.s-pt-lg-30 > [class*='container'] {
		padding-top: 30px;
	}

	.s-pt-lg-50 > [class*='container'] {
		padding-top: 50px;
	}

	.s-pt-lg-60 > [class*='container'] {
		padding-top: 60px;
	}

	.s-pt-lg-75 > [class*='container'] {
		padding-top: 75px;
	}

	.s-pt-lg-100 > [class*='container'] {
		padding-top: 100px;
	}

	.s-pt-lg-130 > [class*='container'] {
		padding-top: 130px;
	}

	.s-pb-lg-0 > [class*='container'] {
		padding-bottom: 0;
	}

	.s-pb-lg-1 > [class*='container'] {
		padding-bottom: 1px;
	}

	.s-pb-lg-2 > [class*='container'] {
		padding-bottom: 2px;
	}

	.s-pb-lg-3 > [class*='container'] {
		padding-bottom: 3px;
	}

	.s-pb-lg-5 > [class*='container'] {
		padding-bottom: 5px;
	}

	.s-pb-lg-10 > [class*='container'] {
		padding-bottom: 10px;
	}

	.s-pb-lg-15 > [class*='container'] {
		padding-bottom: 15px;
	}

	.s-pb-lg-20 > [class*='container'] {
		padding-bottom: 20px;
	}

	.s-pb-lg-25 > [class*='container'] {
		padding-bottom: 25px;
	}

	.s-pb-lg-30 > [class*='container'] {
		padding-bottom: 30px;
	}

	.s-pb-lg-50 > [class*='container'] {
		padding-bottom: 50px;
	}

	.s-pb-lg-60 > [class*='container'] {
		padding-bottom: 60px;
	}

	.s-pb-lg-75 > [class*='container'] {
		padding-bottom: 75px;
	}

	.s-pb-lg-100 > [class*='container'] {
		padding-bottom: 100px;
	}

	.s-pb-lg-130 > [class*='container'] {
		padding-bottom: 130px;
	}

	.s-py-lg-0 > [class*='container'] {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s-py-lg-1 > [class*='container'] {
		padding-bottom: 1px;
		padding-top: 1px;
	}

	.s-py-lg-2 > [class*='container'] {
		padding-bottom: 2px;
		padding-top: 2px;
	}

	.s-py-lg-3 > [class*='container'] {
		padding-bottom: 3px;
		padding-top: 3px;
	}

	.s-py-lg-5 > [class*='container'] {
		padding-bottom: 5px;
		padding-top: 5px;
	}

	.s-py-lg-10 > [class*='container'] {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.s-py-lg-15 > [class*='container'] {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.s-py-lg-20 > [class*='container'] {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.s-py-lg-25 > [class*='container'] {
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.s-py-lg-30 > [class*='container'] {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s-py-lg-50 > [class*='container'] {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.s-py-lg-60 > [class*='container'] {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.s-py-lg-75 > [class*='container'] {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.s-py-lg-100 > [class*='container'] {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.s-py-lg-130 > [class*='container'] {
		padding-bottom: 130px;
		padding-top: 130px;
	}
	
}

.box{
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.text-white,.text-white p{
	color:#FFFFFF;
}
.header-bottom{
	background: #701112!important;
}
.text-small{
	font-size:1.3rem;
}
.text-center{
	text-align: center!important;
}
.overlay{
	background: rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}

.main-nav > ul.menu > li > a.menu-link{
/*	padding-right:2rem;*/
	font-size:17px;
/*	font-weight:700;*/
	font-family:'Roboto Slab';
/*	letter-spacing:-.01rem*/
}
.menu li.active>a{
	color:#fcb941;
	transition: all;

}

.footer-dark .social-icon{
	background:#fcb941;
	color:#FFF;
	border:1px solid #fcb941;
}
.footer-dark .social-icon:hover{
	background:transparent;
	color:#FFF;
	border:1px solid #FFF;
}
footer .widget p, footer .widget a{
	font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto Slab', 'MyanmarAngoun';
    letter-spacing: 0;
    color: #c9c9c9;
    max-width: none;
}

.main_contact_form {
	background-image: url(../images/service-bg.jpg);
	 /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_contact_form .contact-header {
	padding-bottom: 73px;
	padding-top: 3px;
}

@media (max-width: 768px) {
	.main_contact_form .contact-header {
		padding: 14px 0 36px;
	}
}

.main_contact_form input[type="submit"],
.main_contact_form button {
	margin-top: -100px;
}

@media (max-width: 570px) {
	.main_contact_form input[type="submit"],
	.main_contact_form button {
		margin-top: 10px;
	}
}

.service ul li{
	list-style-type: square;
	margin-left:15px;
}

.item-content{
	padding:46px 40px 0;
}
.image_cover{
		background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 90%;
    z-index: 2;
}

#toTop{
	display: none!important;
}

.video-btn{
	margin: 0 auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-btn a {
	background: #fff;
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #004FA2;
	position: relative;
}
.video-btn a:hover{
	text-decoration: none;
}
@keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}
.video-btn span {
	display: none;
}

@media (max-width: 479px) {
	.video-btn{
		margin: 0 auto;
	  position: relative;
	  top: 50%;
	  -ms-transform: translateY(150%);
	  transform: translateY(150%);
	}

	.video-btn a {
		background: #fff;
		height: 50px;
		width: 50px;
		text-align: center;
		border-radius: 50%;
		line-height: 100px;
		font-size: 15px;
		transition: .5s;
		-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
		animation: ripple-red 1s linear infinite;
		-webkit-transition: .5s;
		display: flex;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
		color: #004FA2;
		position: relative;
	}
	.header-7 .logo{
		margin-top: 0.2rem;
    	margin-bottom: 0.2rem;
	}
	.header-7 .top-menu:not(.top-link-menu) ul{
		background: #fcb941!important;
	}

}

@media (max-width: 992px){
	.video-btn{
		margin: 0 auto;
	  position: relative;
	  top: 50%;
	  -ms-transform: translateY(200%);
	  transform: translateY(200%);
	}

	.video-btn a {
		background: #fff;
		height: 100;
		width: 100;
		text-align: center;
		border-radius: 50%;
		line-height: 100px;
		font-size: 30px;
		transition: .5s;
		-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
		animation: ripple-red 1s linear infinite;
		-webkit-transition: .5s;
		display: flex;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
		color: #004FA2;
		position: relative;
	}
}
@media (max-width: 1920px){
	.header-left{
		flex: 0 0 calc(17% + 10px);
		max-width: calc(17% + 10px);
		padding-left: 10px;
		padding-right: 10px;
	}
	.topbar-title{
	    text-transform: uppercase;
	    letter-spacing: .1em;
	    margin-top: 15px;
/*	    margin-right: 180px!important;*/
	    font-size: 2.5rem;
	    color:#FFFFFF;
	    text-align: center;
	    font-family: 'Times New Roman';
	    font-weight:800;
	}
}
@media (max-width: 1440px){
	.topbar-title{
	    font-size: 2.2rem!important;
	}
}
@media (max-width: 1024px){
	.header-left{
		flex: 0 0 calc(17% + 10px);
		max-width: calc(17% + 10px);
		padding-left: 10px;
		padding-right: 10px;
	}
	.topbar-title{
		 font-size: 1.6rem!important;
	    color:#FFFFFF;
	}
	.header-middle .header-left{
	flex:0 0 calc(90% + 10px)!important;
	max-width: calc(90% + 10px)!important;
	padding-left:10px;
	padding-right:10px;
}
.header-middle .header-right{
	flex:0 0 calc(10% - 10px)!important;
	max-width: calc(10% - 10px)!important;
}
	
	.main-nav > ul.menu > li > a.menu-link, .main-nav > ul.menu > li > a.sf-with-ul{
		font-size: 1.4rem;
	}
	.header-7 .menu>li>a{
		padding:1.75rem 1.95rem;
	}
	.top-menu i{
		font-size:1.3rem!important;
		margin-right: 0!important;
	}
}

.maps{
	background: #6a0001;
}
.header-middle .header-left{
	flex:0 0 calc(90% + 10px)!important;
	max-width: calc(90% + 10px)!important;
	padding-left:10px;
	padding-right:10px;
}
.header-middle .header-right{
	flex:0 0 calc(10% - 10px)!important;
	max-width: calc(10% - 10px)!important;
}
.top-menu .social-icon{
	border:none!important;
}
.topbar-title{
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: 15px;
/*	margin-right: 350px;*/
	font-size: 2.5rem;
	color:#FFFFFF;
	text-align: center;
	font-family: 'Times New Roman';
	font-weight:800;
	/*word-spacing: 5px;*/
}
.sticky-wrapper .form-control, .header-search-extended .form-control{
	background: transparent!important;
}
.featured-background{
	background:url(../images/featured-background.jpg);
}

.parallax-bg {
	
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-top{
	position: absolute;
	top: 0;
	opacity: 0;
}

.image-wrap:hover > .image-top{
	transition: all 0.5s ease;
	opacity: 1;
}
.square-ul{
	list-style-type: square;
	padding-left: 3%;
	margin-top: 2%;
}
.footer-branch-widget{
	margin-bottom:25px;
}

.footer-branch-widget > .widget-title-1{
	font-size: 1.4rem;
    font-weight: bold;
    color: #fcb941;
    text-transform: uppercase;
    font-family: 'Roboto Slab', 'MyanmarAngoun';
}
.footer-branch-widget > .widget-address{
	font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Roboto Slab', 'MyanmarAngoun';
    letter-spacing: 0;
    color: #c9c9c9;
    max-width: none;
}
.top-menu:not(.top-link-menu) .social-icons{
	text-align: center;
	justify-content: center;
}
.top-menu:not(.top-link-menu) a.social-icon{
	width: auto!important;
	padding:0;
}
.w-100{
	width: 100%!important;
}
.right{
	float:right!important;
}
.header-end{
	justify-content: end;
}
.round-image, .round-bg{
	border-radius:15px 15px 15px 15px;
}
.w-80{
	width: 80%;
}
.w-80 img{
	align-items: center;
}

.feature-block-one .inner-box{
	position: relative;
	display: block;
	z-index: 1;
	padding: 0px 40px;
}

.feature-block-one .inner-box:before{
	position: absolute;
	content: '';
	background: #FFFFFF;
/*	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);*/
	border-radius: 10px;
	width: 100%;
	height: calc(100% - 98px);
	left: 0px;
	bottom: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.feature-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	background: #241E2F;
}

.feature-block-one .inner-box .image-box img{
	width: 100%;
	border-radius: 10px;
	transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img{
	opacity: 0.3;
	transform: scale(1.05);
}

.feature-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 65px 20px 45px 20px;
}

.feature-block-one .inner-box .lower-content .icon-box{
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	top: -40px;
	z-index: 1;
}

.feature-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 16px;
}

.feature-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #222;
}

.feature-block-one .inner-box .lower-content h3 a:hover{
	color: inherit;
}
.qrcode-wrapper{
	background:#fcb941;
	padding:20px;
	border-top-left-radius: 35px;
	border-bottom-right-radius: 35px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.qrcode-wrapper:hover{
	background:#f3b23d ;
}
.qrcode-wrapper-2{
	background:#701112;
	padding:15px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);

}
.qrcode-wrapper-2:hover{
	background:#870f11;
}

.see-all-link{
	background-color: #fbb941;
	color: #000;
	padding:10px 25px;
	border-radius: 25px;
}
.see-all-link:hover{
	background-color: #fbb941;
	color: #000;
}
.entry-media > a > img{
	border-radius: 25px;
}
.w-50{
	width: 50%;
}
.w-60{
	width: 60%;
}
.round-bg-2{
	border-radius: 55px;
}
.cta-display .cta-desc > p{
	font-size: 2rem!important;
}
.btn-outline-white:hover{
	background: #701112!important;
}


.social-list li a{
	color:#000;
}

.social-list {
	max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.limited-text {
  max-height: 160px;
  overflow: hidden;
}
.pattern-parallex{

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  /* background-attachment: fixed; */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}


.video-poster-content {
	width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.35);
}

.btn-video {
  display: inline-flex;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background: #223f93;
  background: linear-gradient(90deg, rgb(63, 94, 181) 0%, rgb(33, 64, 147) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(33, 64, 147,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.btn-video::before {
content: '';
  border-radius: 1000px;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.btn-video:hover, 
.btn-video:focus {
  color: #313133;
  transform: translateY(-6px);
}

.btn-video:hover::before, 
.btn-video:focus::before {
  opacity: 1;
}

.btn-video::after {
  content: '';
  border-radius: 100%;
  border: 6px solid #223f93;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.btn-video:hover::after, 
.btn-video:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}