:root{
	--primary-grey : #424242;
	--primary-red :#E53935;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
	background-color:#F8F9FA;
	font-family: 'Open Sans', sans-serif; 
	padding-top: 100px; /* Space for sticky nav FINAL*/
	font-size: 16px;
}
body.scrolled {
	padding-top: 100px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', 'Noto Sans Myanmar', sans-serif;
}
a{
	transition: all .2s;
}
a:hover, a:focus{
	text-decoration: none;
}

.main-nav .hamburger{
	padding: 0;
	line-height: 0;
}
.main-nav .hamburger-inner, .main-nav .hamburger-inner::before, .main-nav .hamburger-inner::after{
	background-color: var(--primary-grey) !important;
}
.main-nav .hamburger-inner::before {
    top: -8px;
}
.main-nav .hamburger-inner::after {
	bottom: -8px;
}

/* Mobile Menu Style */
.mm-navbar img {
	max-width: 100px;
}
.mm-panel .mm-listitem {
    color: var(--primary-grey);
	font-weight: 600;;
}
.mm-panel .mm-listitem_selected a {
    color: var(--primary-red);
}

/* Pre Build Styles */
.d-none{
	display: none;
}
.mx-auto{
	margin: auto;
}
.w-100{
	width: 100%;
}
@media(min-width: 768px){
	.d-sm-none{
		display: none;
	}
	.d-sm-block{
		display: block;
	}
	.d-sm-flex{
		display: flex;
	}
	.d-sm-inline{
		display: inline;
	}
	.text-sm-end{
		text-align: end;
	}
}
.flex-wrap{
	flex-wrap: wrap;
}
/*================================*/
.top-bar {
	background: linear-gradient(121deg,rgba(66, 66, 66, 0.76) 53%, rgba(229, 57, 53, 0.75) 98%);
	color: white;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	transition: transform 0.3s ease;
	z-index: 100;
  }
  .top-bar.hide {
	display: block !important;
	transform: translateY(-100%);
  }

  .main-nav {
	background: white;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	position: fixed;
	top: 40px; /* Matches top-bar height */
	width: 100%;
	transition: top 0.3s ease;
	z-index: 99;
	padding: 10px 0;
	height: auto;
  }
  .scrolled .main-nav {
	top: 0;
	padding: 15px 0;
  }
.main-nav .container {
	align-items: center;
	height: 100%;
}
.main-nav .layout-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header nav ul li {
	margin: 0;
}
.navbar-default .navbar-nav>li>a {
	color: #333;
    font-weight: 600;
	padding: 10px 15px;
}
.navbar-default .navbar-nav>li>a:hover{
	color: var(--primary-red);
}

.social-links {
	align-items: center;
	gap: 12px;
}
.follow-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: var(--primary-grey);
	font-weight: 600;
}
.social-icon {
	color: var(--primary-grey);
	background: #f1f1f1;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.social-icon:hover {
	color: white;
	background: var(--primary-red);
	transform: translateY(-2px);
}

#header .my_logo{
	height: 50px;
  	width: auto;
}
#header nav{
	margin-bottom: 0;
}
/*=======================================*/
#old_tea img{
	position: relative;
}
#tea_img img{
	width: 100%;
	margin-bottom: 5px;
}
#tea_img h3 {
	margin-top: 0px;
    color: white;
    position: relative;
    z-index: 100;
    padding: 15px;
    background: #101082;
}
#tea_img h3 span {
    font-size: 18px;
}
a,li,p{
	font-size: 16px;
}
/*======================================*/

/* Home Page Start */
.hero {
	height: 650px;
	/* min-height: 600px; */
	background: 
	  linear-gradient(151deg, rgb(66 66 66 / 78%) 44%, rgb(255 4 0 / 20%) 98%),
	  url('/img/hero-image.jpg');
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	color: white;
	position: relative;
  }
  .hero-tagline {
	letter-spacing: 1px;
	margin-bottom: 16px;
	color: white;
  }
  .hero-heading {
	line-height: 1.2;
	margin-bottom: 24px;
	max-width: 800px;
	font-size: 41px;
  }
  
  .hero-subheading {
	font-size: 20px;
	max-width: 600px;
	margin-bottom: 40px;
	line-height: 1.6;
  }
  .hero .cta-button, .cta-section .cta-button {
	display: inline-block;
	background: var(--primary-red);
	color: #fff;
	padding: 12px 32px;
	border-radius: 4px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
  }
  .hero .cta-button:hover, .cta-section .cta-button:hover{
	background: #c62828;
	transform: translateY(-2px);
}
.services{
	margin: 50px 0 30px;
}
.services-header {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 48px;
}
.section-tagline {
	color: var(--primary-red);
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.section-title {
	font-size: 40px;
	color: var(--primary-grey);
	margin-bottom: 16px;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
	row-gap: 24px;
}
.service-card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	padding: 30px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column  ;
	transition: transform 0.3s ease;
}
.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.services-container>div {
    padding: 0px 12px;
}
.service-icon {
	font-size: 40px;
	color: var(--primary-red);
}
  
.service-title a{
	font-size: 23px;
	color: var(--primary-grey);
	margin: 0 0 16px;
	line-height: 1.3;
}
.service-title a:hover{
	color: var(--primary-red);
}
.service-title span {
	display: block;
	font-size: 27px;
	font-weight: 700;
}
.service-description {
	color: #666;
	line-height: 1.6;
	margin-bottom: 24px;
	flex-grow: 1;
}
.service-link {
	color: var(--primary-red);
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}
.service-link i {
	transition: transform 0.3s ease;
}
.service-link:hover{
	color: var(--primary-red);
}
.service-link:hover i {
	transform: translateX(3px);
}

.about-section {
	padding: 50px 0;
}
.about-content h2 {
    font-size: 35px;
    color: var(--primary-grey);
	margin: 0 0 25px;
    position: relative;
    padding-bottom: 3px;
}
.about-content h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 4px;
    background: var(--primary-red);
}
.about-highlight {
    background: rgba(126, 126, 126, 0.2);
    border-left: 4px solid var(--primary-red);
    padding: 24px;
    margin: 32px 0;
    font-style: italic;
}
.about-points {
    margin-top: 32px;
}
.about-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}
.about-point .point-icon {
    color: var(--primary-red);
    font-size: 24px;
    margin-top: 5px;
}
.about-point h3 {
    margin-top: 0;
	font-size: 20px;
}
.about-image {   
    overflow: hidden;
}
.about-image img {
	border-radius: 8px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	width: 100%;
    height: auto;
    display: block;
	margin: auto;
}

section.mv-section {
	padding-bottom: 50px;
}
.mv-section .layout{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 48px;
}
.mv-card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	padding: 40px;
	position: relative;
	overflow: hidden;
}
.mv-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: linear-gradient(to bottom, var(--primary-red), var(--primary-grey));
}
.mv-card h2 {
	font-size: 28px;
	color: var(--primary-grey);
	margin: 0 0 40px;
	position: relative;
	padding-left: 16px;
}
.mv-card h2:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 16px;
	width: 50px;
	height: 3px;
	background: var(--primary-red);
}
.mv-list {
	list-style: none;
}
.mv-list li {
	margin-bottom: 24px;
	padding-left: 32px;
	position: relative;
}
.mv-list li:before {
	content: "•";
	color: var(--primary-red);
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -5px;
}

.cta-section {
	background: linear-gradient(121deg,rgba(66, 66, 66, 0.76) 53%, rgba(229, 57, 53, 0.75) 98%);
	color: white;
	padding: 40px 0;
	text-align: center;
}
.cta-section .layout {
	max-width: 700px;
	margin: 0 auto;
}
.cta-quote {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 24px;
}
.cta-quote span {
	color: white;
	font-weight: 700;
}

.service-header {
    text-align: center;
    margin-bottom: 30px;
    font-size: 19px;
    color: #6b7280;
    font-family: Inter, Arial, sans-serif;
    margin-top: 0;
}
/* Home Page End */

/*About*/
#about .about{
	color: #333;
	margin-top: 40px;
	margin-bottom: 20px;
}
#about .about span{
	font-weight: bold;
}
#about .text-uppercase.btn{
	transition: 0.4s;
	margin-top: 20px;
	color: #101082;
	border-radius: 0px;
	border-color: #101082;
	font-size: 15px;
	background-color: transparent!important;
}
#about .text-uppercase.btn:hover{
	transition: 0.4s;
	background-color: #101082!important;
	color: #fff;
}
#tea_img a{
	text-decoration: none;
}

/* Service Page Start */
.service-page .nav-pills {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-page .nav-pills>li a {
    padding: 12px 24px;
    background: #f3f4f6;
    color: #4b5563;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
	font-size: 14px;
}
.service-page .nav-pills>li a:hover {
    background: #e5e7eb;
}
.service-page .nav-pills>li.active a {
	background: var(--primary-red);
    color: white;
}
.service-intro{
	margin: 40px 0;
}
.service-intro img {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-intro-text .tagline {
    color: var(--primary-red);
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	text-align: left;
}
.service-intro-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1f2937;
	line-height: normal;
}
.roadmap {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}
.phase {
    flex: 1;
    min-width: 250px;
    background: #f8fafc;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid var(--primary-red);
    transition: transform 0.3s ease;
}
.phase h4 {
    color: var(--primary-red);
    margin-bottom: 20px;
}
.phase:hover {
    transform: translateY(-5px);
}
.offering {
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}
.offerings-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 25px 0 0;
}
.offering-icon {
    background: var(--primary-red);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}
.offering:hover {
    background: #e0e7ff;
}
.benefits-list {
    margin-bottom: 40px;
}
.benefits-list ul{
	list-style-type: none;
	padding-left: 25px;
}
.benefits-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.benefits-list li:before {
    content: "✓";
    color: var(--primary-red);
    font-weight: bold;
    position: absolute;
    left: 0;
}
.process-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 25px;
	margin: 30px 0;
}
.process-card {
	width: 31.333333%;
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-top: 4px solid var(--primary-red);
    transition: all 0.3s ease;
    text-align: center;
}
.process-number {
    background: var(--primary-red);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto 15px;
    font-size: 19px;
}
.consulting-approach {
    padding: 5px 0;
}
.consulting-approach h3 {
    margin-bottom: 25px;
}
.process-card h4 {
    color: var(--primary-red);
    margin: 20px 0 15px;
    font-size: 17px;
}
.process-card p {
    color: #4b5563;
    font-size: 14px;
    margin: 0;
}
.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.program-list {
    margin: 30px 0 50px;
}
.program-item {
    display: flex;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.program-number {
    background: var(--primary-red);
    color: white;
    font-size: 28px;
    font-weight: bold;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.program-content {
    padding: 25px;
    flex-grow: 1;
}
.program-title {
    color: var(--primary-red);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
}
.program-description {
    color: #4b5563;
    margin-bottom: 15px;
}
.program-features {
    background: #f8fafc;
    padding: 15px;
    border-radius: 6px;
    border-left: 3px solid var(--primary-red);
}
.program-features ul {
    padding-left: 20px;
    margin: 0;
}
.program-features li {
    margin-bottom: 8px;
    position: relative;
}
.program-features li:before {
    content: "•";
    color: var(--primary-red);
    font-weight: bold;
    position: absolute;
    left: -15px;
}
/* Service Page End */

/*=======================================*/
/*Our Products*/
#our_project h2 span{
	font-weight: bold;
}
#our_project .line_products{
	margin: 0 auto;
	width: 100px;
	border: 2px solid #101082;
}
#our_project .MS-controls *{
	margin-top: 25px;
	color: #aaa;
	border: 1px solid #aaa;
	border-radius: 100%;
	padding: 8px;
	font-size: 16px;
}
/*=======================================*/
/*Footer*/
footer{
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	color: #424242;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
footer strong {
	color: #E53935;
}
footer a:hover{
	color: #c62828;
}
footer .breadcrumb{
	background-color: transparent!important;
}
footer .breadcrumb a{
	color: #aaa;
}
footer .social{
	margin-left: 10px;
}
footer .social a{
	color: #aaa;
}
footer .social a:hover{
	opacity: 0.8;
}
footer p{
	line-height: 30px;
	text-align: right;
	margin-top: 10px;
	color: #aaa;
}
footer .net{
	color: #fff;
}
footer .net:hover{
	text-decoration: none;
	opacity: 0.8;
}
/*=======================================*/
/*Media Query*/
@media(max-width: 767px){
	#tea_img img{
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#about{
		/* background-color: #F7EEE4!important; */
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.top-bar{
		font-size: 15px;
		padding: 8px 0;
	}
	.main-nav{
		top: 58px;
	}
	.hero{
		height: 550px;
	}
	.hero-heading{
		font-size: 35px;
		margin-bottom: 20px;
	}
	.hero-subheading{
		font-size: 16px;
		margin-bottom: 30px;
		text-align: unset;
	}
	.mv-section {
		grid-template-columns: 1fr;
	}
	.mv-section .layout{
		gap: 38px;
	}
}
@media(min-width: 1400px){
	.container{
		width: 1320px;
	}
}
@media(min-width: 1200px){
	#about .main_about{
		position: absolute;
		top: -50px;
	}
	#about{
		position: relative;
		padding-top: 0;
		background-color: #F7EEE4;
		height: 280px;
	}
	#about .about_img{
		top: 32px;
		left: 170px;
		position: absolute;
		width: 55%;
	}
}
@media (max-width: 1200px){
	#our_project{
		margin-top: 30px;
	}
}
@media (min-width: 991px){
	#tea_img{
		position: relative;
		padding: 70px 0px 90px 0px;
	}
	.last_dot_close:after{
		content: ""!important;
		margin-top: 20px;
	}
}

@media (min-width: 767px ) and (max-width: 991px){
	#tea_img img{
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#about{
		background-color: #F7EEE4!important;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

@media( min-width: 991px ) and ( max-width: 1200px ){
	#about{
		
		padding-top: 30px;
		padding-bottom: 50px;
		position: relative;
		top: -100px;
	}
	#about .about_img{
		width: 50%;
		position: absolute!important;
		top: 30px;
		left: 155px;
	}
	#our_project{
		margin-top: -50px;
	}
}
@media (max-width: 991px){
	.scrolled .main-nav{
		padding: 10px 0;
	}
	footer p{
		line-height: 30px;
		text-align: left;
		margin-top: 10px;
		color: #aaa;
	}
	.process-card{
		width: 49%;
	}
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: var(--primary-red);
}
.banner.first-banner{
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner h1{
	font-weight: bold;
	color: white;
}
.banner h1:after {
    content: "";
    width: 13%;
    background: #101082;
    height: 3px;
    margin: 5px 0px;
    display:none;
}
.breadcrumb {
	border-radius: 0px;
	padding-top: 12px;
	margin-top: 10px;
	font-family: 'ABeeZee', sans-serif;
	opacity: 0.7;
}
.breadcrumb .breadcrumb-item.active{
	color: red;
}
.breadcrumb .breadcrumb-item a,.breadcrumb-item {
	/* color: #101082; */
	font-weight: 600;
	color: black;
}
.pt-50{
	padding-top:50px
}
.pb-50{
	padding-bottom:50px;
}
#our_project #exampleSlider{
	margin-bottom: 30px;
}
.contact-section .information h4.mt-30{
	margin-bottom: 0px;
	margin-top: 30px;
}
.contact-section .information hr{
	margin-top: 10px;
}
.contact-section .information h4{
	color: #555;
	font-weight: 600;
}
.contact-section .information a{
	color: #333;
}
.input-group {
	min-width: 100%;
	font-size: 14px;
}
.input-group input,.input-group textarea{
	min-height: 40px;
	background: #EDEDED;
	box-shadow: none;
	border: none;
}
.contact-section .information .address span{
	color: #000;
}
.contact-section .submit-btn{
	border: 2px solid var(--primary-red);
	border-radius: 0px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	background-color: var(--primary-red);
	color: white;
}
.btn.dropdown-toggle:hover .dropdown-menu   {
	display: block;
}
.nav.navbar-nav.navbar-right .btn{
	font-size: 16px;
	margin-top: 13px;
    background: none;
    box-shadow: none;
	/* font-weight: bold; */
    outline: none;
	color: #333;
    text-transform: uppercase;
	/* font-family: "Philosopher", sans-serif; */
}
#header nav .dropdown-menu li.nav-item {
	margin-top: 0px;
	margin-bottom: 0px;
}
#header nav .dropdown-menu li.nav-item a:after {
   display: none;
}
#header nav .dropdown-menu {
	padding: 10px;
	border-radius: 10px;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
	font-size: 16px;
    text-transform: uppercase;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-red);
    outline: 0;
}

.nav.navbar-nav.navbar-right .dropdown-toggle.active{
	color: var(--primary-red);
}

.d-flex{
	display: flex;
	align-items: center;
}
.pt-30{
	padding-top:30px;
}

.pt-40{
	padding-top: 40px;
}




@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

:root {
  --white: #fff;
  --black: #323135;
  --crystal: #a8dadd;
  --columbia-blue: #cee9e4;
  --midnight-green: #101082;
  --yellow: #101082;
}

.section {
  padding: 50px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
  line-height: 1.25;
}

.section h2 {
  font-size: 1.3rem;
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 2;
  color: var(--black);
  background: var(--columbia-blue);
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}
li{
	line-height: 1.42857143;
}

#our_project .item {
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#our_project a{
	text-decoration: none;
}
.breadcrumb .breadcrumb-item a{
	outline: none;
	/* color: rgb(187, 56, 56); */
	color: black;
}
#tea_img h3 {
    display: flex;
	align-items: center;
	justify-content: center;
}
.banner h1 {
    font-size: 30px;
}

.gallery-section .our-gallery img{
	padding: 1px;
    border-radius: 7px;
    background: #101082;
}


@media screen and (max-width: 990px){
	.our-services-page .box{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:768px){
	.our-services-page .box h3{
		font-size:20px;
	}
	.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
		margin-top: 20px;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	#bs-example-navbar-collapse-1 .main-nav {
		margin-top: 0px;
	}
	#tea_img h3 span {
		font-size: 18px;
	}
	.main_about img{
		margin-top: 20px;
	}
	
}



@media (min-width: 768px) and (max-width: 991px) {
	li,p,a{
		font-size: 14px;
	}
	#tea_img h3 span {
		font-size: 15px;
	}
	#tea_img h3 {
		padding: 15px 5px;
	}
	.nav.navbar-nav.navbar-right .btn {
		font-size: 15px;
		margin-top: 6px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
	}
	#tea_img img {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	#tea_img h3 {
		top: -100px;
		min-height: 70px;
		padding: 5px 5px;
	}
	
	.banner h1 {
		font-size: 28px;
	}
	.our-services-page .box {
		margin-bottom: 0px;
	}
	.services-detail-section h3 {
		margin-top: 0px;
	}
	
	h3{
		font-size: 20px;
	}
	.gallery-section .our-gallery img{
		margin-bottom: 20px;
	}
	.gallery-section.pt-50.pb-50{
		padding-bottom: 30px;
	}
}

@media(max-width: 767px){
	#tea_img h3 span {
		font-size: 18px;
	}
	#tea_img h3 {
		min-height: 90px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 25px;
		margin-bottom: -120px;
	}
	#about {
		padding-top: 0px;
		margin-top: 50px;
	}
	h2{
		font-size: 24px;
	}
	p,li,a{
		font-size: 14px;
	}
	#our_project h2{
		margin-top: 10px;
	}
	footer .breadcrumb{
		display: none;
	}
	footer a{
		font-size: 12px;
	}
	footer p{
		font-size: 12px;
		text-align: center;
	}
	footer {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 5px;
	}
	h1{
		font-size: 28px;
	}
	.banner.first-banner h1{
		font-size: 20px;
		font-weight: 400;
		text-align: center;
	}
	.banner.first-banner {
		min-height: 100px;
	}
	.breadcrumb {
		display: none;
	}
	.pt-50 {
		padding-top: 30px;
	}

	.inner-page h3{
		font-size: 20px;
	}
	
	.pt-30 {
		padding-top: 10px;
	}
	.pt-40 {
		padding-top: 30px;
	}
	
	.input-group.xs-margin{
		margin-bottom: 15px;
	}
	#our_project{
		padding-bottom: 50px;
	}
	#about .about {
		margin-top: 40px;

	}
	
	.gallery-section .our-gallery img{
		margin-bottom: 10px;
	}
	.gallery-section.pt-50.pb-50{
		padding-bottom: 20px;
	}
	.service-intro img {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px){
	.about-section {
		padding: 25px 0 50px;
	}
	.offering{
		padding: 12px 15px;
	}
	.offerings-container{
		margin: 25px 0 0;
	}
	.process-card{
		width: 100%;
	}
}

@media (max-width: 425px){
	.mv-card{
		padding: 30px 20px;
	}
	.program-item{
		flex-direction: column;
	}
}

@media (min-width: 391px) and (max-width: 450px) {
	.hamburger-box {
		margin-top: 24px;
	}
}

@media (min-width:376px) and (max-width:  390px) {
	.hamburger-box {
		margin-top: 14px;
	}
}
@media (min-width: 361px) and (max-width: 375px) {
	.hamburger-box {
		margin-top: 14px;
	}
}
@media (min-width: 321px) and (max-width: 360px) {
	.hamburger-box {
		margin-top: 10px;
	}
}


/*......................go top button......................*/
.scrollTop {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--primary-red);
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
	line-height: 45px;
    display: none;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    border: none;
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    color: #fff;
	transition: all .2s;
}
.scrollTop i{
	font-size: 23px;
}
.scrollTop:hover{
	background: #c62828;
}
/* ---------------------------------------------------------------------------------- */
.h-service {
	position: relative;
	display: flex;
    flex-direction: column;
	align-items: center;
}
#tea_img h3 span {
	min-height: 75px;
	align-items: center;
    display: flex;
    justify-content: center;
	line-height: 25px;
	font-size: 20px;
	color: #333;
	/* font-family: "Philosopher", sans-serif; */
}
#tea_img h3 {
	padding: 5px 10px;
   color: #101082;
   background-color: white;
}
#tea_img img {
    margin-bottom: 7px;
}
.main_about img{
	border-radius: 100%;
	background-color: #eee;
	padding: 30px;
	/* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
}
.h-service iconify-icon{
	color: #fff;
	/* box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.135),
0px -2px 12px 0px rgba(0, 0, 0, 0.145); */
background: #101082;
    padding: 30px;
    border-radius: 50%;
    margin-bottom: 20px;
}
#our_project .item{
}
#our_project .item h4{
	color: white;
	margin-top: 0px;
	min-height: 90px;
	display: flex;
	padding: 0px 10px;
	justify-content: center;
	align-items: center;
	background-color: #101082;
}
#about {
	background-color: #eee;
	height: 380px;
}
#our_project h2{
	margin-top: 10px;
	margin-bottom: 40px;
}
#tea_img {
	padding: 90px 0px 70px 0px;
}
.owl-nav,.owl-dots{
	display: none;
}
.h-about-text{
	padding-left: 30px;
}
#our_project{
	margin-bottom: 30px;
}
#our_project p.text-center{
	margin-top: 80px;
}
.about-text{
	padding: 0px 0px;
}
 .language-menu {
    list-style-type: none;
    margin-top: 3px;
    padding: 0;
    margin-bottom: 0px;
    overflow: hidden;
}
.language-menu li {
    float: left;
    border-right: 1px solid #333;
}
 .btn:active, .btn.active {
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: unset;
    /* box-shadow: unset; */
}

  .languages {
	float: right;
  }
  .languages button{
	border: none;
	border-radius: 0px;
	outline: none;
    padding: 0px;
  }
  .languages button.active{
	opacity: 0.5;
  }
  .breadcrumb {
    opacity: 1;
	padding-top: 12px;
	/* background-color: #101082; */
	/* background: linear-gradient(121deg,rgba(66, 66, 66, 0.76) 53%, rgba(229, 57, 53, 0.75) 98%); */
}
  .mm-font{
	font-family: "Noto Sans Myanmar", sans-serif;
  }
  a.mm-font, li.mm-font, p.mm-font {
	font-family: "Noto Sans Myanmar", sans-serif;
	font-size: 15px;
	line-height: 28px;
}
.about-text p{
	text-align: justify;
}
.about-text{
	padding-bottom: 20px;
}
.pt-70{
	padding-top: 70px;
}
.about-page hr{
	border: 1px solid #f2f2f2;
}
.mission-vision-section{
	padding-top: 20px;
	padding-bottom: 50px;
}
li{
	margin-bottom: 5px;
}
.mission-vision-section h3{
	font-weight: bold;
	padding-left: 20px;
    margin-bottom: 15px;
}
.mission-vision{
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
}
.mission-vision .icon{
	min-width: 100px;
	padding-right: 10px;
}
.mission-vision .icon img{
	border-radius: 100%;
	border: 1px solid #25aefd4d;
}
.dotted{
	content: "";
    width: 70px;
    height: 290px;
    border-bottom: 5px dotted #fff;
    position: absolute;
}
.mission-vision-section .mission-vision{
	position: relative;
    min-height: 350px;
    padding: 25px;
	color: white;
    background: #ed2d2f;
}
.mission-vision-section .mission-vision.vision-bg{
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	background-position: center;
	background:#737373;
}
.breadcrumb .breadcrumb-item{
	margin-bottom: 0px;
}
.inner-page .languages{
	margin-bottom: 20px;
}
.service-bar{
	background:#f0f3f9;
	padding: 20px;
}
.service-bar .service-link a{
	align-items: center;
    background-color: #fff;
    display: flex;
    font-size: 16px;
	color: #333;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: -.64px;
    padding: 12.5px 30px;
	margin-bottom: 10px;
    position: relative;
	text-decoration: none;
    transition: all .3s ease;
    z-index: 1;

}
.service-bar .service-link a:after {
    content: "\f0da";
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    font-weight: 800;
    opacity: 1;
    transition: all .1s ease;
}
.service-bar .service-link a p{
	margin-bottom: 0px;
}
.contact-link{
	background:linear-gradient(0deg, rgba(24, 16, 16, 0.515), rgba(22, 27, 29, 0.789)), url(/img/new-design/sidebar-contact.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	color: white;
	margin-top: 15px;
	background-size: cover;
}
.service-bar .service-link a:hover ,.service-bar .service-link a.active {
  background-color: #101082;
  color: white;
}
.contact-link a{
	background-color: #101082;
	color: white;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 50px;
	border: 1px solid #101082;
	text-decoration: none;
}
.contact-link a:hover{
	background-color: transparent;
	color: #101082;
	border: 1px solid #101082;
}
.service-page{
	padding-bottom: 60px;
}
.service-page .service-text .d-flex{
	align-items: flex-start;
}
.title{
	min-width: 70px;
}
.divi{
	min-width: 15px;
}
.service-page .service-text h3{
	color: #101082;
	margin-bottom: 20px;
	font-weight: bold;
}
.mb-15{
	margin-bottom: 15px !important;
}
.service-page .service-text  p{
	text-align: justify;
}
.contact-us-page h3{
	color: var(--primary-red);
	margin-bottom: 20px;
}
footer p, footer a{
    font-size: 14px;
}
.h-about-text li{
	margin-bottom: 0px;
}
.h-service iconify-icon:hover{
	color:#101082 !important;
	background-color: #ddd;
}
.owl-carousel .owl-item {
	border: 1px solid #eee;
}
.mission-vision-section .mission-vision .myanmar{
	min-height: 318px;
}
.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
            -webkit-transition-property: opacity;  
            -moz-transition-property:    opacity;
            -ms-transition-property:     opacity; 
            -o-transition-property:      opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}
/* .banner.first-banner .container{
	display: none;
} */
@media (min-width: 1200px) and (max-width: 1600px) {
	#header .my_logo {
		max-width: 130px;
	}
	
	
}

@media (min-width: 992px) and (max-width: 1199px) {
    #about {
        top: -40px;
    }
	.h-service iconify-icon {
		margin-bottom: 0px;
	}
	#tea_img {
		padding: 70px 0px 70px 0px;
	}
	#about .about {
		margin-top: 10px;
	}
	.main_about img {
        margin-top: -28px;
    }
	#tea_img h3 span {
		min-height: 70px;
		font-size: 18px;
	}
	.h-service iconify-icon {
		padding: 20px;
	}
	#our_project p.text-center {
		margin-top: 30px;
	}
	#our_project .item h4{
		min-height: 70px;
	}
	#our_project {
		margin-bottom: 10px;
	}
	.pt-70 {
		padding-top: 50px;
	}
	.mission-vision {
		display: block;
		min-height: 440px !important;
	}
	.service-bar{
		display: none;
	}
	.service-page .service-text h3 {
		margin-top: 0px;
	}
	.service-page {
		padding-bottom: 40px;
	}
	.banner.first-banner {
		min-height: 250px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	li, p, a {
        font-size: 15px;
    }
	.navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
	#header .my_logo {
		max-width: 130px;
	}
	#about {
        top: -40px;
    }
	.h-service iconify-icon {
		margin-bottom: 0px;
	}
	#tea_img {
		padding: 70px 0px 70px 0px;
	}
	#about .about {
		margin-top: 10px;
	}
	.main_about img {
        margin-top: -28px;
    }
	#tea_img h3 span {
		min-height: 70px;
		font-size: 16px;
        line-height: 24px;
	}
	.main_about img {
		padding: 0px;
	}
	.mission-vision-section .mission-vision .myanmar {
		min-height: 330px;
	}
	.mission-vision .icon img {
		max-width: 90px;
	}
	.h-service iconify-icon {
		padding: 20px;
	}
	#our_project p.text-center {
		margin-top: 30px;
	}
	#our_project .item h4{
		min-height: 70px;
	}
	#our_project {
		margin-bottom: 10px;
	}
	.pt-70 {
		padding-top: 50px;
	}
	.mission-vision {
        display: block;
        min-height: 465px !important;
    }
	.service-bar{
		display: none;
	}
	.service-page .service-text h3 {
		margin-top: 0px;
	}
	.service-page {
		padding-bottom: 40px;
	}
	.banner.first-banner {
		min-height: 200px;
	}
	#tea_img h3 {
        top: -0px;
	}
	#tea_img {
        padding: 50px 0px 40px 0px;
    }
	.main_about img {
        margin-top: 30px;
    }
	a.mm-font, li.mm-font, p.mm-font {
		font-family: "Noto Sans Myanmar", sans-serif;
		font-size: 14px;
		line-height: 26px;
	}
	#our_project p.text-center {
        margin-top: 20px;
    }
	footer .breadcrumb {
		display: none;
	}
	footer .social {
		text-align: center;
	}
	footer p, footer a {
		text-align: center;
	}
	.mission-vision-section h3 {
		padding-left: 0px;
	}
	 .mission-vision-section ul{
		padding-left: 15px;
	}
	.mission-vision-section {
		padding-top: 0px;
		padding-bottom: 40px;
	}
}
@media (max-width: 767px){
	#header .my_logo {
		max-width: 110px;
	}
	#tea_img h3 {
        margin-bottom: 20px;
        min-height: 0px;

    }
	#tea_img {
		padding: 40px 0px 0px 0px;
	}
	#tea_img h3 span {
		min-height: 5px;
		font-size: 16px;
	}
	#about {
        padding-top: 0px;
        margin-top: 10px;
		height: auto;
		padding-bottom: 30px;
    }
	.h-about-text {
		padding-left: 0px;
	}
	p, li, a {
        font-size: 15px;
		
    }
	p{
		text-align: justify;
	}
	a.mm-font, li.mm-font, p.mm-font {
		font-size: 14px;
		line-height: 26px;
	}
	#our_project p.text-center {
		margin-top: 10px;
	}
	#our_project h2 {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#our_project {
        padding-bottom: 0px;
    }
	#our_project .item h4{
		min-height: 50px;
	}
	.pt-70 {
		padding-top: 40px;
	}
	.mission-vision-section {
		padding-top: 0px;
	}
	.mission-vision-section .mission-vision {
		display: block;
		min-height: 0px;
	}
	.mission-vision .icon img {
		max-width: 70px;
	}
	.mission-vision-section h3{
		padding-left: 0px;
	}
	.mission-vision-section ul {
        padding-left: 15px;
    }
	.mission-vision-section {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.services-section .service-bar{
		display: none;
	}
	.service-page .service-text h3 {
		margin-top: 0px;
	}
	.banner.first-banner h1 {
        color: #fff;
        font-weight: bold;
	}
	.service-page .service-text .d-flex {
		text-align: left;
	}
	.service-page {
		padding-bottom: 30px;
	}
	.location-map iframe{
		max-height: 200px;
	}
	#header nav .row{
		display:flex;
		align-items: center;
	}
	.contact-section .information h4.mt-30 {
		font-size: 16px;
	}
	.mission-vision-section .mission-vision .myanmar {
		min-height: 0px;
	}
	.mv-section .layout{
		grid-template-columns: none;
	}
}