/*!
Theme Name: MWD
Theme URI: https://www.myanmarwebdesigner.com/
Author: Myanmar Web Designer
Author URI: https://www.facebook.com/myanmarwebdesigner
Version: 2019
Description: Highly customizable WordPress theme for Myanmar Web Designer's Clients
Text Domain: mwd
*/

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
  font-weight:500;
}
a{
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
input[type="text"], input[type="email"], textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 1px;
  padding: 8px 15px;
  outline: 0;
}
iframe {
  border: 0;
}
.custom-logo-link {
  float: left;
  margin: 0 15px 0 0;
}
.site-title {
  font-size: 18px;
}
.site-description {
  font-size: 15px;
}
.panel {
  box-shadow: 0 0 0;
  background: none;
}
.navbar {
  margin-bottom: 0px;
  border: 0px;
  margin-right: -15px;
  padding-top: 30px;	
}
.navbar-collapse {
  padding: 0px;
}
img.custom-logo {
    padding-bottom: 6px;
} 
.menu_text {
  float: right;
  margin: 0 0 0 30px;
  line-height: 1;
  color: #fff;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.dropdown-menu {
  margin: 0;
}
.home .entry-title{
  display:none;
}
.site-header{
  position: absolute;
  z-index: 999;
  width: 100%;
  color: #ffffff;
}
.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{
  color:#ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color:#ff4800;
}
.navbar-light .navbar-nav .nav-link {
  color:#ffffff;
  padding: 8px 15px;
  font-weight:500;
}
#main_nav{
  position: relative;
}
ul.navbar-nav{
  position: absolute;
  right:0;
}
.navbar-light .navbar-toggler{
  background: #ffffff;
  outline: none;
  right: 0px;
  position: absolute;
  top: 13px;
  z-index: 99;
}
ul.sow-slider-images{
  filter: brightness(0.5);
}
.topbar{
  border-bottom: 1px solid #ffffff30;
}
.topbar #topbar-left p , .topbar #topbar-right p{
  display: inline;
  margin-right: 20px;
}
#topbar-left , #topbar-right{
  padding: 10px 0px 12px;
}
#topbar-right{
  float:right;
}
#topbar-right a{
  margin-left:10px;
  color:#ffffff;
}
.mainnav{
  border-bottom: 1px solid #ffffff30;
  padding: 30px;
}
#hpservices{
  position: relative;
  margin: 79px 0px;
}
#hpservices img{
  width:100%;
}
#hpservices p:first-child{
  margin-bottom:0px;
}
#hpservices p:last-child{
  padding:80px 20px 20px;
  background:#020E28;
  color:#dddddd;
  transition:.3s;
}
#hpservices .widget-title{
  position: absolute;
  top: 243px;
  color: #ffffff;
  padding: 20px 20px 7px;
}
#hpservices .widget-title:before {
  background-color: #ff4800;
  content: '';
  height: 5px;
  width: 80px;
  position: absolute;
  bottom: -8px;
  border-radius: 3px;
}
#hpabout .widget-title:before , footer .widget-title:before, #hpourteam .widget-title:before ,#faqgaq .widget-title:before , #hpproject .widget-title:before{
  background-color: #ff4800;
  content: '';
  height: 5px;
  width: 80px;
  position: absolute;
  bottom: -8px;
  border-radius: 3px;
}
#faqgaq .widget-title{
  margin-bottom:45px;
}
#faqgaq .widget-title:before, #hpourteam .widget-title:before{
  bottom: -15px;
}
#hpproject .widget-title:before{
  bottom: -18px;
}
#hpabout .widget-title{
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
#hpabout{
  color:#ffffff;
}
#innerabout p:first-child{
  color:#000000!important;
}
#hpabout p:first-child, #innerabout p:first-child{
  color:#dddddd;
  margin-bottom: 35px;
}
#hpabout p:first-child:before, #hpabout p:last-child:before, #innerabout p:first-child:before, #innerabout p:last-child:before{
  display:none;
}
#hpabout p:before, #innerabout p:before{
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 15px;
  color: #FF4800;
}
#hpabout .btn-tigerinfra, #innerabout .btn-tigerinfra{
  margin:30px 0px;
}
#innerourteam{
  margin-top:-30px;
}




/* Button Effect */
.btn-tigerinfra, #requestquote [type=submit]{
  display: inline-block;
  overflow: hidden;
  border: 0px;
  color: #ffffff;
  background: #FF4800;
  text-decoration: none;
  padding: 10px 15px;
  text-align: center;
  font-weight: 500;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-tigerinfra:before, .btn-tigerinfra:after, #requestquote [type=submit]:before, #requestquote [type=submit]:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index:-1;
}
.btn-tigerinfra:before, #requestquote [type=submit]:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-tigerinfra:after, #requestquote [type=submit]:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.btn-tigerinfra:hover, #requestquote [type=submit]:hover {
  color: #FF4800;
  text-decoration:none;
  position: relative;
  z-index:9;
}
.btn-tigerinfra:hover:before, #requestquote [type=submit]:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.btn-tigerinfra:hover:after, #requestquote [type=submit]:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
/* End Button Effect */



.widget-title{
  position:relative;
}
.sp-easy-accordion .sp-ea-single{
  margin-bottom:-1px!important;
}
.ea-card.sp-ea-single.ea-expand .ea-header a , .ea-card.sp-ea-single.ea-expand .ea-header a i{
  color:#FF4800!important;
}
footer{
  background:#232427;
  color:#999999;
}
.copyright{
  border-top:1px solid #444;
  padding: 20px 0px 10px;
}
.copyright a{
  color:#ffffff;
  text-decoration:none;
  transition:.3s;
}
.copyright a:hover{
  color:#FF4800;
}
footer .widget-title{
  padding-bottom: 7px;
  margin-bottom: 20px;
  color: #ffffff;
}
::selection {
  color: #ffffff;
  background: #FF4800;
}
#seeourworks .widget-title{
  padding: 15px 0px 0px;
  font-size: 16px;
}
#seeourworks{
  text-align:center;
  position:relative;
  color:#ffffff;
  margin-top:-30px;
  overflow:hidden;
  text-shadow: 0px 0px 10px #000000;
}
#seeourworks div{
  float:initial;
}
div#seeourworks:before {
  background: url(http://tigerinfra.myanmar-seo.com/wp-content/uploads/2020/02/forslide3-scaled.jpg);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  filter: brightness(0.4);
  background-size: cover;
  background-position: bottom;
}
#back-top:hover a{
  color:#ffffff;
}
#back-top:hover{
  bottom: 59px;
}
#back-top {
  transition:.3s;
  position: fixed;
  bottom: 52px;
  right: 43px;
  z-index: 999;
  line-height: 0px;
  display: none;
  background: #ff4800;
  padding: 10px 11px;
  border-radius: 3px;
}
#back-top.show {
  display: block!important;
}
#hpservices #middlebl p:last-child {
  background: #ff4800;
  color: #ffffff;
}
#hpservices #middlebl .widget-title:before{
  background-color: #ffffff;
}
#hpservices .so-panel .so-widget-sow-editor img{
  transition:.3s;
}
#hpservices .so-panel .so-widget-sow-editor:hover img{
  transform:scale(0.9);
}
#hpservices .so-panel .so-widget-sow-editor:hover p:last-child{
  box-shadow: 0px 0px 20px #00000078;
}
#requestquote{
  background:#020E28;
  color:#ffffff;
  padding:25px;
}
#requestquote .wpcf7-form .row ,#contactpage .wpcf7-form .row{
  margin-bottom:25px;
}
#requestquote .wpcf7-form .row textarea , #contactpage .wpcf7-form .row textarea{
  height:100px;
}
footer.entry-footer{
  display:none;
}
#footcontact p{
  display:inline;
}
#sowk-tiger, #footcontact{
  padding:60px 0px;
  position:relative;
}
#footcontact .btn-tigerinfra{
  float:right;
}
#sowk-tiger .btn-tigerinfra , #footcontact .btn-tigerinfra{
  text-shadow:none;
}
#footcontact p:first-child{
  float:left;
  font-size:30px;
  font-family: 'Poppins', sans-serif;
}
#sowk-tiger p:first-child{
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  padding: 0px 25%;
}
#temmbr{
  background:#020E28;
  color:#ffffff;
  border-bottom:3px solid #ff4800;
	min-height: 360px;
}
.home #temmbr {
	min-height: 310px;
}
#temmbr img{
  width:100%;
  min-height: 200px!important;	
	margin-top: -20px;
}
#temmbr p{
  padding: 20px 0px 0px;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
/* #temmbr p:first-child{
  height: 270px;
  overflow: hidden;
  padding:0px;
} */
#temmbr p:last-child{
  padding: 0px 0px 10px;
  font-size: 16px;
  font-family: initial;
  color: #999999;
}



ul.vp-filter{
  float: left;
  margin-top: 40px;
}
.vp-filter__style-default .vp-filter__item>*{
  border: 1px solid #ffffff;
}
.vp-filter__style-default .vp-filter__item.vp-filter__item-active>* {
  color: #ff4800;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
ul li.vp-pagination__item{
  display:none;
}
#footcontact{
  color:#ffffff;
}
#footcontact .btn-tigerinfra:hover{
  background: #020E28;
  color:#020E28;
}
#footcontact .btn-tigerinfra{
  background: #020E28;
}
#hpservices a{
  color:#ffffff;
  text-decoration:none;
}
.metaslider .caption-wrap{
  height:100%;
  background: #00000096!important;
  opacity: 1!important;  
}
.metaslider .caption {
  padding: 20% 20% 15% 20%!important;
  text-align:center;
} 
.caption h1 {
    margin-bottom: 35px;
} 
.metaslider .flexslider .slides p {
  margin: 16px 0px 30px!important;
}
.metaslider .caption .btn-tigerinfra{
  padding: 10px 30px;
}
.metaslider .flex-control-nav{
  bottom:45px!important;
}
.flex-control-paging li a.flex-active {
  background: rgb(255, 72, 0)!important;
}
.flex-control-paging li a{
  background: #bbbbbb!important;
}
.metaslider{
  overflow:hidden;
}
.banner>.post-thumbnail{
  height:300px;
  overflow: hidden;
}
h1.entry-title{
  position: absolute;
  top: -116px;
  color: #ffffff;
  text-shadow: 0px 0px 20px #0000007d;
}
.banner>.post-thumbnail img{
  filter: brightness(0.5);
} 
/* Power */
.f_block {
    margin-top: 50px;
}
.f_block {
    color: white;
} 
.f_block h3 {
    color: #ff4800;
}
/* End Power */
/*Apply Breadcrumb*/
.bannertop {
    position: relative;
    left: 0;
    right: 0;
    color: #fff;
    margin: -250px auto 0;
    text-align: center;
    bottom: 0;
}

.bannertop h3{ 
    font-size: 40px;
    line-height: 1;
    font-weight: 300; 
    -ms-word-wrap: break-word;
    letter-spacing: 10px;
    margin-bottom: 15px;
    word-wrap: break-word;
    padding-bottom: 20px;
    text-transform: uppercase; 
	border-bottom: 1px solid;
}

.bannertop a {
    color: #fff;
    margin-right: 3px;
    text-align: center;
    padding-left: 10px;
}
.bannertop i {
    padding-right: 5px;
} 
.bannertop a:hover {
    color: #EA2D28;
    text-decoration: none;
}
/* .page #content .post-thumbnail img {
    display: none;
} */
/*End Apply Breradcrumb*/
#f_block_hp{
	height:550px;
}
.footer a {
    text-decoration: none;
    color: gray;
    outline: none;
}
