/*
    Theme Name: Design in Myanmar
    Version: 1.0
    Description: Nice and sleek responsive design
    Author: Digital Dots
    Author URI: http://www.digitaldots.com.mm
*/
@import url("assets/css/combine.min.css");

.card-box {
	min-height: 350px;
}
.form-section {
	padding: 60px 0;
	background-color: #eee;
	position: relative;
}
.form-section:before{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 35px 35px 35px 0;
    border-color: transparent #fff transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: rotate(-90deg);
}
.form-section h3 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}
.form-box{
	margin-top: 50px;
}
.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=file],
.form-box textarea
{
    padding: 13px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
	  background: #fff;
}
.wpcf7-submit{
	padding: 15px 50px;
    text-transform: uppercase;
    font-size: 18px;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    height: 50px;
    padding: 15px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok{
    border: 2px solid #444;
    padding: 15px;
    border-radius: 4px;
}
.blog-content-box .blog-content h2 {
    color: #485342;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.blog-content-box .blog-content .btn-read-more {
    display: inline-block;
    position: relative;
    padding: 18px 18px 18px 0;
    font-weight: 600;
    font-size: 16px;
    transition: all .5s ease;
    text-decoration: none;
    color: #555;
    letter-spacing: .3px;
    text-transform: uppercase;
}
.blog-content-box .blog-content {
    padding: 35px;
    min-height: 330px;
}
#single-blog .content-box {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
}
#single-blog .content-box p {
    line-height: 1.8;
    font-size: 16px;
    font-weight: 600;
    color: #444;
}
#single-blog h2{
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 36px;
}
.acontent-box {
    width: 100%;
    margin-bottom: 40px;
    padding: 60px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}
.acontent-box p {
    line-height: 1.3;
    font-size: 30px!important;
    font-weight: 300;
    color: #6b6b6b;
}
.video-section h2 {
    text-transform: none;
    margin: 60px;
    text-align: center;
}
.video-section{
text-align: center;
margin-bottom: 50px;
}
.award-section {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 50px 0;
margin-bottom: 50px;
background-color: #eee;
}
.award-section h2 {
    color: #424242;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    text-transform: none;
    font-size: 27px;
    margin-bottom: 40px;
}
.award-section img{box-shadow: 0px 5px 10px #0000004f;}
.award-section ul{ list-style: none; }
.award-section ul li { padding-left: 20px;position: relative; margin-bottom: 10px; }
.award-section ul li:before { 
    list-style: none;
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 5px;
 }
.awards-page p,
.awards-page li { font-size: 18px; }
.detail-section{
	padding: 50px 0;
	text-align: center;
}
.blog-content-box {
    box-shadow: none;
}
.partner-box h3{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #555;
}
.logo-box {
    width: 18%;
    min-height: 120px;
    margin-bottom: 20px;
    display: inline-block;
}
.partner-section img{
    margin: 0 auto;
}
.form-box .address { height: 160px;}
@media(max-width:767px){
.logo-box{
width: 100%;
}
}