h1,h2,h3,h4,h5,h6{
    font-family: 'Rajdhani', sans-serif;
}
*{
    font-family: 'Lato', sans-serif;
}
@font-face { font-family: "Myanmar-Sagar"; 
src: url("../fonts/MyanmarSagar/MyanmarSagar.woff") format("woff"), 
url("../fonts/MyanmarSagar/MyanmarSagar.ttf") format("truetype"), 
url("../fonts/MyanmarSagar/MyanmarSagar.svg#Myanmar Sagar") format("svg"); 
}

.mm-font{
    font-family: "Myanmar-Sagar" !important;
    font-size: 15px;
    line-height: 27px;
    color:black;
} 
.hightlight{
    font-size: 17px;
    font-weight: bold;
}
p,li,a{
    font-size: 14px;
}
body{
    background: #f0f0f0;
}
.grid-container{
    display: grid;
    grid-template-columns: 100px auto;
}

.grid-item {
    padding: 10px 10px;
    position: relative;
}
.grid-item img {
    top: 37px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 60px;
    vertical-align: center;
    /* left: 25px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}
@media (max-width: 991px) and (min-width: 768px){
    .grid-container{
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 100px auto;
}
.grid-item h4{text-align: center;}
}
.bg {
    background: #0699e7;
}
.top_row ul li {
    display: inline-block;
}
.top_row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top_row i {
    padding-right: 6px;
}
header{
    position: relative;
}
.head {
    position: absolute;
    right: 0;
    left: 0;
    top:30px;
    z-index: 999;
}
.top_row a{
    color:#f8f9fa;
}
nav ul li a {
    color: #f8f9fa;
}
/*nav ul li a::after {
    content: "";
    height: 10px;
    width: 2px;
    background: white;
    display: inline-block;
    margin: 0px 5px 0px 15px;
}*/
@media (max-width: 768px){
    .head {
    position: relative;
    right: 0;
    left: 0;
    top:0;
    z-index: 999;
    background: #0799e7;
}
}
.index_about_img{
    text-align: center;
    position: relative;
    display: table;
}
.index_about_img img{
    width: 80%;
}
.index_about_img:before, .index_about_img:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid black;
    border-width: 1px 0px 0 1px;
}
.index_about_img:before {
    left: 13px;
    top: -11px;;
}
.index_about_img:after {
    border-width: 0 1px 1px 0px;
    bottom: -13px;
    right: 10px;
}
footer i {
    color: #0970bb;
    padding-right: 10px;
}
.custom_btn {
    background: #b3933c;
    color: white;
    padding: 8px 15px 8px 15px;
    transition: all 0.3s;
}
.custom_btn:hover{
    color: white;
    text-decoration: none;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.index_service{
    background: linear-gradient(transparent,#0000007a 0),url(../images/our-service-bg.png);
    color:#efefef;
}
.card{
        color: #000;
}
.bg-f5f5f5{
    background-color:#f5f5f5;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
}
.navbar-expand-lg .navbar-nav li{
    margin-left:30px; 
}
.ab{
    line-height: 2;
letter-spacing: 0.5px;
}
footer h4:after {
    content: "";
    height: 1.5px;
    width: 100%;
    display: block;
    background: #0970bb;
    margin: 15px 0px;
}

.footer_quick_link ul {
    padding: 0;
}
.footer_quick_link ul li:after {
    content: "";
    height: 15px;
    background: #c1cbd4;
    width: 2px;
    display: inline-block;
    margin: 0px 8px;
    position: relative;
    top: 2px;
}
.footer_quick_link ul li {
    display: inline;
}
.end_footer ul li a {
    color: #0970bb;
}
.end_footer ul li {
    display: inline;
    padding: 0px 7px;
}
.end_footer {
    background: #111111;
}
footer {
    background: #282828;
    color:#c1cbd4;
}
.index_project_div {
    display: grid;
    align-items: center;
    position: relative;
    background: #333;
    transition: all 0.3s;
}
.index_project_div:hover .project_caption{
    opacity: 1;
}
.index_project_div:hover img{
    opacity: 0.6;
}
.project_caption {
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
    color:#fff;
}
.project_caption:before,.project_caption:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: solid red;
    border-width: 1px 1px 0 0;
    transition: all 0.3s;
}
.project_caption:before {
    top: -10px;
    transform: rotate(-90deg);
    left: 10px;
}
.project_caption:after {
    border-width: 0 0 1px 1px;
    bottom: -10px;
    right: 10px;
    transform: rotate(-90deg);
}
.pb-30{
    padding-bottom: 30px;
}

.card-title {
    margin-bottom: .75rem;
    text-align: center;
    color: #ba9336;
    font-weight: bold;
}
.card {
    border:none!important;
    border-radius: 0!important;
}
@media (max-width: 412px){
   .index_projects .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
.footer_quick_link a{
color: #fff;
    text-decoration: none;
}
.gallery{
    margin-top: 50px;
    margin-bottom: 50px;
}
.getintouch{
    padding-top: 40px;
    padding-bottom: 40px;
}
.getintouch span{
    font-weight: bold;
  
}
.getintouch p{
      line-height: 1.7;
      font-size: 16px;
}
.contactphoto{
    margin-top: 50px;
}
.btn-search{
    background-color:#0799e7;
    color:#fff;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.gallery img{
    padding:10px;
}
.about-us .profile{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-us .profile h3{
    text-align: center;
    margin-bottom: 20px;
}
.about-us .profile p{
    text-align: justify;
    line-height: 2;
    max-width:450px;
    float: right;
    font-size: 16px;
}
.back{

    background: url('../images/about us.jpg') no-repeat top center;
}
.about-us .back .row{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us .back .row p{
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
.vm{
    display: flex;
    flex-direction: row;
}
.vm img{
    width: 60px;

height: 60px;

margin-right: 20px;
}
.vision{
    padding-top: 50px;
    padding-bottom: 50px;
}
.vision p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    max-width: 460px;
    }
    .services .ser{
        padding-top:50px;
        padding-bottom: 50px;
      
    }
     .services .ser p,.services .ser ul li{
          font-size: 16px;
     }
     .index_service .textw{
    color:white;
     }
     .index_service a{
        text-decoration: none;
        cursor: pointer;
     }
.rc-anchor-normal {

    height: 74px;
    width: 270px;

}
.rc-anchor-normal .rc-anchor-content {

    height: 74px;
    width: 180px;

}
.rc-anchor-normal-footer {

    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px;

}
.rc-anchor-normal .rc-anchor-pt {

    margin: 2px 13px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 25px;
    text-align: right;
    width: 270px;

}
.listnone{
    list-style: decimal;

max-width: 400px;

margin-left: auto;

margin-right: auto;
}
.bgw{
    background-color: #fff;
}
.pd50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pd20{
    padding-top:20px;
    padding-bottom: 20px;
}
img{
    margin-left: auto;
    margin-right: auto;
}
.pro{
    max-width: 300px;

text-align: center;
}
@media (max-width: 575px){
    .pro{
        margin-left: auto;
        margin-right: auto;
    }
}
.flex{
    display: flex;
    align-items: center;
}
.owl-prev,.owl-next{
    position: absolute;

top: 30%;

font-size: 35px !important;
}
.owl-next{
    right: 0;
}
#go-top {
    z-index: 999;
  display: block;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#0699e7;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
#go-top span {
        position: absolute;
    top: 45%;
    left: 48%;
    margin-left: -10px;
    margin-top: -10px;
    height: 0;
    width: 0;
    color: #fff;
    font-size: 25px;
}
#go-top:hover {
    background-color:;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.pt40{
    padding-top: 40px;
}
.social-link ul li {
    display: inline;
    padding:10px;
}
@media(max-width: 444px){
    .navbar{
        padding-left: 0px;
        padding-right:0px;
    }
}