/*
 Theme Name:	MWD
 Theme URI:		http://www.myanmarwebdesigner.com
 Description:		MWD Theme
 Author:			Myanmar Web Designer
 Author URI:		http://www.myanmarwebdesigner.com
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/
@font-face {
    font-family: 'regular';
    src: url('fonts/MyanmarPixelSmooth.eot');
    src: url('fonts/MyanmarPixelSmooth.eot?#iefix') format('embedded-opentype'),
    url('fonts/MyanmarPixelSmooth.woff2') format('woff2'),
    url('fonts/MyanmarPixelSmooth.woff') format('woff'),
    url('fonts/MyanmarPixelSmooth.ttf') format('truetype'),
    url('fonts/MyanmarPixelSmooth.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
	font-family: 'Arial';
	src: url('fonts/Arial.eot');
	src: local('Arial'), url('fonts/Arial.woff') format('woff'), url('fonts/Arial.ttf') format('truetype');
}

body {
	font-size: 14px;
	color: #000;
	font-family: 'Arial' !important;
	font-weight:600px;
	line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a{
    text-decoration:none!important;
	
}
p {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
}
img {
	max-width: 100%;
	display: block;
    height:auto;
    margin: 0 auto;
}
input, textarea {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 15px;
	outline: 0;
}
.panel {
	box-shadow: 0 0 0;
	background: none;
}

nav li:hover .dropdown-menu {
    display: block;
}
.nav>li:hover>a, .nav>li:focus>a, .nav>li.active>a, .nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
background:transparent!important;
	   color:#09489E!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #cccccc;
    outline: 0;
}
.dropdown-menu {
    display: unset !important;
    top: calc(100% + 20px);
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}
.nav li:hover>.dropdown-menu {
    visibility: visible;
    display: block;
    opacity: 1;
    top: 100%;
    min-width: 100%;
}
.dropdown-menu li>.active a {
    color: #000000;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #ffffff!important;
    background-color: #284068;
}
.menu_text {
	float: right;
	margin: 0 0 0 30px;
	line-height: 1;
	color: #fff;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.top {
    display: block;
    position: relative;
    z-index: 999;
    background: #2a2a2a;
    height: 45px;
}
.m-p-0 {
    padding: 0;
    margin: 0;
}
ul.top_contatct li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    display: inline-block;
    
}
.top-bar-info ul li a {
   
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    margin: 0px;
    padding-top: 2px;
    margin-right: 5px;
}
.top-bar-info ul {
    padding: 0;
}
button#searchbtn {
    background: transparent;
    border: transparent;
}
.social-links {
    padding: 0px;
    float: right;
    margin: 0px;
}
.social-links li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    width: 35px;
    text-align: center;
    margin: 0px;
    padding: 13px 0px 13px 0px;
}

ul.top_contatct.m-p-0 li {
    margin-right: 20px;
}
.social-links li a {
    opacity: .7;
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.social-links li a:hover{
	opacity:1;
}
.top-bar-info ul li {
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    margin: 0px;
    padding-top: 2px;
    margin-right: 5px;
}

ul#menu-menu-1 {
    float: right;
    margin-top: 20px;
}
.mt-20 {
    margin-top: 20px;
}

.about h3.widget-title,.footer h3.widget-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
	margin-top:0px;
}
.about h3.widget-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #09489E;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}
.about p,.footer p {
       font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 200%;
    margin-bottom: 15px;
	margin-top:20px;
}
.business h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 160%;
    margin-bottom: 10px;
	text-align:center;
}
.business h3:after{
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #09489E;
    border-radius: 25%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 5px;

}
h4.home-guide-tax-title a:hover {
    text-decoration: none;
}
.cluster img {
    height: 200px;
}
.page-template .cluster img{
	height:0px;
}
.cluster h1 a {
   color: #000;
    font-size: 18px;
    padding-top: 12.5px;
    text-decoration: none;
   	line-height:25px;
    font-weight: 500;
    }
    

.cluster h1 a:hover {
    color: #09489E;
}
a.post-edit-link {
    display: none;
}
ul.primary-list {
    padding: 0px;
}
ul.primary-list li {
    list-style-type: none;
    line-height: 3;
    position: relative;
    padding-left: 20px;
}
ul.primary-list li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #28406e;
}
.search .entry-title{
	font-size:18px;
}
.about .project-item-content a{
	bottom:initial!important;
}
.search .entry-title a{
	line-height:27px;
}
#jobatcdsg .cluster_content .entry-content{
    max-height: 148px;
    -webkit-line-clamp: 6;
    line-height: 24px;
}
#careersrow .project-item-content a{
	position:initial;
}
#jobatcdsg .project-item-content a{
    margin-bottom: 34px;
}
.category-csr-activities h1.entry-title{
	font-size:25px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    line-height: 20px;
}
.single .category-csr-activities h1.entry-title{
    max-height: initial;
    -webkit-line-clamp: initial;
    line-height: 34px;
    font-weight: 500;
}
.caption{
	padding: 20px 30px 30px!important;
}
.caption-wrap{
	background: linear-gradient(to top, #000000e0, transparent)!important;
	opacity:1!important;
}
.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc{
    background: #28406e;
    color: #ffffff;
}
.tablepress .row-1 .column-1{
	min-width:160px;
}
.tablepress .sorting:after {
    display: none;
}
.archive.category .post_img img{
	display:none;
}
.mdrelease label{
	font-weight:normal;
}
form .mdrelease{
    margin-top: -7px;
    margin-bottom: 45px;
}
.resetlink{
    color: #ffffff;
    position: relative;
    top: 12px;
    background: #273f6c;
    padding: 4px 20px;
    border-radius: 3px;
	transition:.3s;
}
.resetlink:hover{
	color:#ffffff;
    background: #09489e;
}

.postid-4437 .wrimagecard-topimage_title {
    height: 140px;
}

/*mmt*/
.page-numbers:hover{
	background:#ffffff;
}
.page-numbers.current{
	background: #ffffff;
    color: #28406e;
}
.page-numbers{
	transition:.2s;
	background: #28406e;
    border: 1px solid #28406e;
    color: #fff;
    padding: 5px 12px;
    margin: 0px;
    border-radius: 3px;
}
.page-id-1695 .cat_image{
/* 	width:0%!important; */
}
.page-id-1695 .article .cluster_content .entry-content{
	line-height:25px;
}
.rpwwt-widget ul{
	font-size:15px;
}
article .cluster_content .entry-content {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 15rem;
    -webkit-line-clamp: 4;
	line-height:20px;
}
.postid-597 .wrimagecard-topimage_title {
    height: 125px;
}
.page-id-19 .entry-content{
	font-size:16px;
}
.postfilterentrycontent{
    max-height: 63px!important;
    -webkit-line-clamp: 3!important;
}
#newspublication a{
	color:#ffffff;
	transition:.3s;
}
#newspublication a:hover{
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 20px #000000b8;
}
#newspublication h2{
	margin-top:13%;
}
#newspublication p{
	color:#ffffff;
}
#newspublication {
	background: linear-gradient(45deg,#063371,#337ab7);
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #00000026;
}
.cluster_content h1 {
    margin-bottom: 10px!important;
	line-height:18px;
}
.category-media-release.category-news .entry-title{
	font-size:20px;
	line-height:27px;
}
.jplist-panel{
	padding-top:0px!important;
}
.jplist-date-picker-range {
    display: flex;
    justify-content: space-around;
}
.jplist-icon{
    position: relative;
    z-index: 1;
    margin: 0 -85px 0 0;
    border: 0px;
    line-height: 2.7!important;
    background: none;
}
.jplist-date-picker-range .date-picker{
    text-indent: 20px;
    max-width: 46%;
}
.blog-grid {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    margin:10px;
	width: 48%;
    float: left;
}
.blog-grid img {
    width: 100%;
}
.data-box-grid {
    display: block;
    float: right;
    position: absolute;
    text-align: center;
    background: #28406e;
    left: 15px;
    top: 15px;
    min-width: 60px;
    padding: 5px;
}


.data-box-grid {
    display: block;
    float: right;
    position: absolute;
    text-align: center;
    background: #28406e;
    left: 15px;
    top: 15px;
    min-width: 60px;
    padding: 5px;
}
.data-box-grid h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 5px;
}
.data-box-grid p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.blog-grid-text span {
    color: #28406e;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.blog-grid-text h4 {
    color: #111;
	line-height:30px;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0px 5px 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.blog-grid-text ul li {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 25px 10px 0px;
}
.blog-grid-text p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
}
.mt-20 {
    margin-top: 20px;
}

.left-holder {
    text-align: left !important;
}
.button-sm {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    padding: 11px 22px 11px 22px;
}
a.primary-button.button-sm {
    background: #09489E;
    margin: 20px 15px 0px 15px;
    border: 2px solid #09489E;
    border-radius: 5px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin: 15px 0px 2px 0px;
   
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-grid-text {
    padding: 25px;
	min-height:400px;
}
.blog-grid-text ul li i {
    color: #09489E;
    font-size: 14px;
    margin-right: 10px;
}

.blog-grid-img img {
    height: auto;
}
.icon_i {
    float: left;
    color: #fff;
    font-size: 50px;
}
.i_box_inner h5 {
    color: #fff;
    font-size: 22px;
    padding-top: 16px;
    padding-left: 60px;
}
.i_box_inner {
    padding-left: 30px;
}
h3.widget-title.t_color {
    color: #fff;
    text-shadow: 2px 2px 1px #333;
}
.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}.services-content {
    padding: 30px 20px 20px 89px;
    /* margin-top: 30px; */
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    /* z-index: 9; */
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}
service_cdsg{
    padding: 30px 20px 20px 89px;

    background: #ffffff;
    border: 1px solid #cecece;
    text-align: left;
    position: relative;
    
    box-shadow: 2px 2px 4px rgba(72, 72, 72, 0.34);
}

.services-content:before {
    content: '';
    background: #28406E;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(4deg);
}
.services-content i {
    position: absolute;
    left: 29px;
    font-size: 39px;
    top: 69px;
    color: #28406e;
}
ul.social-links.f_social {
    float: none;
}
ul.social-links.f_social li {
    display: inline-block;
    background: #333;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
ul.social-links.f_social li {
    width: 40px;
    height: 40px;
}
ul.social-links.f_social {
    float: none;
    margin: 10px 0px;
    padding: 0px;
}
ul.social-links.f_social a{

display: block;
font-size: 15px;
color: #fff;
width: 35px;
height: 35px;
padding: 11px;
padding-top: 8px;
}
ul.social-links.f_social li:hover {
    background: #28406e;
}
ul.footer-list li {
    list-style-type: none;
    color: #aaa;
    padding: 6px 0px;
    line-height: 2;
}
.footer-list li a {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}
.footer-list li a:before {
    color: #aaa;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    content: "\f101";
    margin-right: 0px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

   .footer h3.widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align:left;
    line-height: 2;
}

.f_toor {
    background: #333;
    color: #aaa;
    padding: 5px 0px;
	position:absolute;
	width:100%;
   }
.rpwwt-post-excerpt {
    color: #444444;
}
img.custom-logo {
    margin: 8px 0px;
}
button#responsive-menu-button {
   
    top: 100px;
   
}
article#post-927 .cat_image {
	background-position: 25% 0 !important;
}
.breadcrumb {
    padding:0px;
    color: #fff;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin: 0;
}
.bread {
    background: #28406e;
   margin-bottom:16px;
}
.breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.c_address select {
    width: 100%;
}
ul#menu-menu-1 li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #111;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.sub_banner {
    height:480px;
}
.c_address>select {
    width: 100%;
}
.cont_form h3 {
    text-align: center;
}
.box ul, .box ul li {
    margin-top: 30px;
}
h4.home-guide-tax-title {
 
    margin: 0;  
}
.sticky .top, div#temp {
    display: none;
}
.postid-622 .wrimagecard-topimage_title {
    height: 110px;
}
.home-guide-tax-box:hover h4.home-guide-tax-title a {
    background: #fff;
    color: #09489E;
}
.home-guide-tax-box{
    background: #09489E;
    text-align: left;
    position: relative;
   cursor:pointer;
	    border-bottom: 1px solid #eee;
    box-shadow: 0 0 1px rgba(0,0,0,.09);
}

h4.home-guide-tax-title a {
    font-size: 15px;
    color: #fff;
    line-height: 200%;
    display: block;
    padding: 5px 10px;
    letter-spacing: 0.5px;
	transition:.4s;
}

h4.home-guide-tax-title a i {
    float: right;
	padding-top:7px;
}
.home-guide-tax-box img {
    width: 100%;
	height:250px;
	transition:.5s;
}
.home-guide-tax-box:hover img{
	filter:grayscale(50%);
}
.wrimagecard{	
	margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    transition: all 0.3s ease;
	overflow: hidden;

}

.wrimagecard i{
	position: relative;
    font-size: 70px;
}
.wrimagecard:hover .wrimagecard-topimage_header{
	background-color: rgb(228, 228, 228);
}
.wrimagecard-topimage_header{
	padding: 20px;
	transition:.3s;
	background-color: rgba(22, 48, 160, 0.1);
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
    padding: 0px 11px;
    height: 70px;
    padding-bottom: 0.75rem;
    position: relative;
    text-align: center;
    font-size: 15px;
    /* font-weight: 400; */
    /* color: #fff; */
    /* line-height: 200%; */
    /* margin-bottom: 15px; */
    display: block;
    /* padding: 5px 10px; */
    letter-spacing: 0.5px;
}
.miles {
    padding: 0px 11px;
    height: 150px;
    padding-bottom: 0.75rem;
    position: relative;
    text-align: center;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #28406e;
    color: #fff;
}
.box {
    padding: 20px;
  
}
select {
    margin: 3px 0px;
    padding: 10px;
}
/* NAVIGATION */
.navbar {
      background: #fff;
    border: none;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 65px rgba(0,0,0,.09);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: block;
}

nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}

a.primary-button.button-sm:hover {
    color: #28406e;
    background: #fff;
  
	text-decoration:none;
}
.blog-grid-text p {
   min-height:116px;
}

.blog-grid-text ul {
    padding: 0;
}

.copy ul {
    float: right;
    padding: 0px;
}
.copy ul li {
    display: block;
    float: left;
    padding: 0px 10px;
}
.wwa img {
    float: left;
    border: 1px solid;
    margin-right: 5px;
}
.post_img img {
    width: 300px;
    float: left;
    margin-right: 14px;
}
div#panel-549-4-0-0 {
    margin-bottom: 15px!important;
}
/* Keyframes */

.nav>li>a {
   
    padding: 10px 3px;
}
.img-left img {
    float: left;
    margin: 10px;
}
nav.navbar.navbar-default.navbar-custom.affix {
    background: #fff;
    z-index: 999;
    width: 100%;
    top: 0px;
	padding:0px;
}
h3.widget-title {
    margin-top: 20px;
}

.blog-grid-img img:hover {
    transform: scale(1.1);
}
.blog-grid-img img{
	transition:all 0.7s;
}
#sidebar.affix-top {
    position: static;
    margin-top: 30px;
    width: 100%;
}
.affix {
    position: fixed;
    top: 70px;
}
.footer {
    position: relative;
	
}
.social-link li a {
    opacity: .7;
    color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.social-link a:hover {
    opacity: 1;
}

.border_rad {
    text-align: center;
    margin: 0 auto;
    border: 2px solid;
    height: 86px;
    border-radius: 50%;
    padding: 21px;
}
.border_rad img{
	margin:0 auto;
}
table, td, tr {
    border: 1px solid;
    padding: 3px;
}
.wrimagecard-topimage_header i {
    color: #09489E;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    position: absolute;
    bottom: 0;
    margin: 10px auto;
}
.cont_form {
    position: relative;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    position: absolute;
    bottom: 0;
    margin: 10px auto;
}
.rpwwt-post-excerpt {
    color: #aaaaaa;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    
    padding: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: transparent;
}
.footer a:hover,.container.copy a :hover {
    text-decoration: none;
    color: #68a6fb;
}

.footer a {
    color: #fff;
	transition:.3s;
}
.container.copy a {
    color: #fff;
}
.post_img {
    padding-left:0px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    margin: 25px 0px 25px 0px;
}
.project-item-content a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
/*     background: #09489e; */
    color: #000;
    transition: .3s;
/*     border: 1.5px solid #09489e; */
/*     border-radius: 5px; */
    margin-bottom: 43px;
/*     padding: 10px 15px; */
    position: absolute;
    bottom: 0px;
	text-decoration: underline !important;
}
.project-item-content a:hover {
/*     border: 1.5px solid #09489E; */
    background: #fff;
    color: #09489E;
/* 	text-decoration:none; */
}
.mile-last {
    justify-content: center !important;
}
ul.footer-list {
    padding: 0px;
}
.container.copy a:hover {
    text-decoration: none;
}
.cat_image {
	width: 50%;
    height: 285px;
    background-position: center!important;
    float: left;
    margin-right: 25px;
}
.mile-last .wrimagecard.wrimagecard-topimage {
    margin-right: 15px;
}
.image_box {
    text-align: justify;
    position: relative;
    background: #fff;
/*     padding: 20px; */
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
/*     -webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21); */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	min-height:580px;
}
.work_box{
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.image_box h3,.work_box h3 {
    margin-top: 0;
}
.image_box img,.work_box img{
	margin:auto;
}
.home-guide-tax-box p {
    margin: 0;
}
.has p{
	text-align: justify;
}
.footer p {
    color: #aaa;
}
.sorting:hover{
	    background-color: #afe2fb;
}
tr.row-270.even {
    display: none;
}
.tablepress .row-hover tr:hover td {
    background-color: #d9edf7!important;
}
h1.entry-title.__zg {
    line-height: 33px;
    font-size: 24px;
}
button#responsive-menu-button {
    margin-top: -38px!important;
}
.date{
	display:inherit;
}
.blog-grid-text>ul>li:last-child {
    float: right;
    margin-right: 0;
}
.cluster_content {
    padding: 15px 5px 15px 5px;
}
.cluster_content h1 {
    margin: 0;
}
.work_box.health_height {
    min-height: 525px;
	text-align: justify;
}
.agri_s {
    height: 510px;
}
.wpsl-search {
   
    display: none;
}
#wpsl-gmap{
width: 50%;
}

#wpsl-result-list {
    width: 50%;
}

#wpsl-result-list ul {
    padding: 0px 20px;
}

.search_map_wrap .widget-title{
	padding-left:30px;
}

.our_products_slide .metaslider {
    max-width: 500px;
    margin-left: inherit!important;
}

.our_values .so-widget-sow-icon-default-467deedbad75 .sow-icon {
    text-align: left!important;
}

.our_values p {
    text-align: left!important;
}

.life_insurance_services .work_box {
    min-height: 500px;
}

ul#breadcrumbs li {
    display: inline-block;
    padding: 10px;
}
ul#breadcrumbs {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul#breadcrumbs strong {
    font-weight: normal!important;
}


.director_img img {
    float: left;
    margin-right: 10px;
}

ul.address {
    color: #aaa;
    padding-left: 16px;
    line-height: 38px;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-x: hidden;
}

div#apply_form_box  .nf-fu-progress{
	height: 8px!important;
	margin-bottom: 5px!important;
}

div#apply_form_box  .nf-fu-fileinput-button {
    width: 100%!important;
    display: block;
    /* border-radius: 0px; */
    background: #f7f7f7!important;
    border: 1px dotted #c4c4c4!important;
    border-radius: 0;
    box-shadow: none;
    color: #787878!important;
	margin-bottom:2px!important;
}

div#apply_form_box  div#nf-field-99-wrap {
    max-width: 150px;
}

div#apply_form_box  .nf-error.field-wrap .nf-field-element:after{
    height: 45px!important;
}

div#apply_form_box  .nf-form-content input.ninja-forms-field, .nf-fu-fileinput-button{
    height: 45px!important;
}

div#apply_form_box  .nf-form-content label {
    font-size: 16px!important;
}

div#apply_form_box .modal-title {
    font-size: 25px;
}

div#apply_form_box  .modal-header .close {
    margin-top: -2px;
    background: #000;
    width: 23px;
    height: 23px;
    color: white;
    border-radius: 50%;
}

div#apply_form_box .nf-form-content {
    padding: 15px 0px 0px;
}

button.apply_job_btn.btn.btn-info.btn-lg {
    border: 1px solid #09489E;
    background: #09489E;
    color: white;
    border-radius: 0px;
}

button.apply_job_btn.btn.btn-info.btn-lg:hover{
	background: #fff;
	color:#09489E;
	border-color: #09489E;
}

.footer {
    background: #111111;
}
.post {
    padding-bottom: 20px;
}
.nf-form-fields-required {
    display: none;
}
.new_date {
    
    text-align: right;
	display:none;
}
.new_date i {
    display: inline-block;
    float: right;
    padding-left: 5px;
}
.post-1695 .post_img {
    border: 1px solid #333;
}
button.searchbtn {
    background: transparent;
    border: none;
}
.headoffice ul {
    padding: 0px;
    line-height: 2;
}
.nf-form-content {
    margin-left: 0px!important;
}
#socialicons > .panel-grid-cell{
	width: 80px!important;
    float: left;
    display: inline;
    position: relative;
}
#socialicons{
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
#socialicons .sow-icon-fontawesome{
	font-size:36px!important;
}
.navbar-collapse {
    margin-top: -200px;
}
div#branded p button {
    text-align: center !important;
	color: #000;
	outline: 0;
}
div#panel-563-3-0-0 > .image_box {
    height: auto;
}
div#branded {
    margin-top: -28px;
}
div#cal-hg {
    height: 90px;
}
.category-paged-3 article .cluster_content .entry-content {
    max-height: 83px;
}
.post .entry-content p, .cdl-lists ul {
    text-align: justify;
}
article#post-1157 .post-1206 .cat_image {
    background-position: 10% 0 !important;
}
.page-id-4345 .main .col-lg-9, table.available-lists {
    width: 100%;
}
table.available-lists td, table.available-lists tr, table.available-lists td, table.available-lists {
    border: none;
}
table.available-lists td {
    padding: 15px 0;
    border-bottom: 2px solid #ddd;
}
td.jac-list a {
    text-decoration: underline !important;
}






/* media query */
@media screen and (min-width: 992px){
	.home .wrimagecard-topimage_title {
		height: 100px !important;
	}
}
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 1024px){
	.sub_banner {
    height: 400px;
	}
}
@media screen and (max-width: 991px){
	body { 
		overflow-x: hidden;
	}
	.project-item-content a {
		margin-bottom: 30px;
	}
	.sub_banner {
    	height: 350px;
	}
	.wrimagecard-topimage_title{
		height:150px;
	}
	.wrimagecard{
		margin:2px;
	}
/* 	.logo{
		margin-top:-34px;
	} */
	.mainmenu{
		margin-top:-34px;
	}
	.navbar .container{
		width:initial;
	}
	.home-guide-tax-box {
		width: 80%;
		text-align: left;
		margin:0 auto;
	}
	.home-guide-tax-box img{
		height:auto;
	}
	#newspublication h2{
		margin-top: 5%;
    	margin-left: -20px;
	}
	#newspublication p {
		margin-left: -20px;
	}
	#newspublication a {
		margin-left: -20px;
	}
	#newspublication img{
		margin:0 auto;
	}
	.social-links{
		margin-top: -33px;
		position: relative;
		margin-bottom: 33px;
	}
	about{
	    min-height: 330px;
	}
	#automotiveserv {
		
	}
	.postid-493 .wrimagecard-topimage_title {
		height: 135px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.logo {
		margin-top: -20px;
		width: 100%;
	}
	nav.navbar.navbar-default.navbar-custom.affix .logo {
		margin-top: 20px;
	}
	img.custom-logo {
		margin: 0 auto;
	}
	.navbar-nav {
		margin: unset;
		display: flex;
		justify-content: center;
		padding-bottom: 20px;
		float: left;
	}
}

@media screen and (max-width: 780px){
	.wrimagecard-topimage_title {
		height: auto !important;
	}
	.about .eds-on-scroll{
		min-height: 213px;
	}
	#agribusinessphotos , #automotivephotos{
		display:inline;
	}
	#agribusinessphotos .panel-grid-cell , #automotivephotos>.panel-grid-cell{
		width: 40%!important;
		float: left;
		margin: 0px 25px;
	}
	#automotiveserv{
		width:100%;
	}
	.work_box{
		height:auto!important;
	}
	#automotiveourserv{
		width:100%;
		margin-bottom:-30px;
	}
	#cptldevlopserv{
		padding-top:0px!important;
	}
}

@media screen and (max-width: 767px){
	.affix{
		position:relative;
		top:0px;
	}
	.blog-grid{
		width:100%;
	}
	.navbar {
    	padding: 0px;
	}
	ul.social-links {
		float: right;
		margin-top: -45px;
		margin-bottom: 3px;
	}
    button#responsive-menu-button {
        display: inline-block;
        transition: transform 0.5s, background-color 0.5s;
        margin-top: 96px;
    }
    button#responsive-menu-button {
        width: 55px;
        height: 55px;
        position: absolute;
        top: 93px!important;
        right: 5%;
        background: #000000;
    }
    .top {
        text-align: center;
    }
    .top-tl {
        margin-top: 3px;
        margin-bottom: 10px;
    }
    .navbar-collapse.collapse{
        display:none;
    }
	.sub_banner {
    	height: 300px;
	}
	.header .collapse, .header .collapsing {
		position: relative;
		z-index: 1000;
		margin-top: 10px;
	}
	.navbar-collapse.in {
    	overflow:hidden;
	}
	.collapse.in {
		display: block;
        visibility: visible;
        margin-top: 0;
	}
	.navbar-collapse {
    	padding: 0;
	}
	img.custom-logo {
    	margin: 8px 0px;
    	/* float: left; */
		width:140px;
	}
	.navbar-toggle {
		margin-top: 16px;
	}
	.logo{
        margin-top:0px;
        float: left;
	}
	#newspublication h2 {
    	margin-top: -40px;
		margin-left: 0px;
	}
	#newspublication p {
		margin-left: 0px;
		margin-bottom: 36px;
	}
	#newspublication a.ow-icon-placement-left{
		margin-left: 0px;
		position: relative;
    	bottom: 36px;
	}
	#hcovroll{
		display:inline;
	}
	#hcovroll > .panel-grid-cell{
		display: inline-block;
		margin: 0px;
		width: 133px!important;
		position: relative;
	}
	.our_values .so-widget-sow-icon-default-467deedbad75 .sow-icon{
		text-align: center!important;
	}
	.our_values p {
		text-align: center!important;
	}
}
@media screen and (max-width: 767px){
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        position: relative;
        width: 100%;
        box-shadow: 0 0 0;
        text-align: center;
        background: #f4f4f4;
        margin: 0 0 25px;
    }
	ul#menu-menu-1{
		float:none;
	}
	.navbar-toggle{
		margin-right:-63px;
	}
	ul.social-links {
		margin-top: -22px;
	}
	.cat_image{
		width: 100%;
		height: 300px;
		float: initial;
		margin-right: 0px;
	}
	.cluster.post_img {
		padding-right:0px;
	}
	.project-item-content a{
		margin-bottom: 10px;
    	margin-top: 20px;
		position:relative;
	}
	.cluster_content{
	    padding: 15px 15px 15px 15px;
	}
	.mainmenu {
        margin: 0;
        float: right;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	.mainmenu {
		margin: 0;
		float: right;
		margin-top: -70px;
	}

}
@media screen and (max-width:470px){
	.caption h1{
		font-size:15px;
	}
	.f_toor .text-center, .f_toor .text-right{
		text-align:left;
	}
	.f_toor .text-right{
		float:left;
	}
	#pg-493-5> .panel-row-style, #pg-493-6> .panel-row-style, article#post-493 {
		padding-bottom: 0 !important;
	}
}
@media screen and (max-width: 425px){
	.home-guide-tax-box {
		width: 100%;
	}
	.sub_banner {
    	height: 180px;
	}
	.jplist-panel {
		display: block; 
	}
	#hcovroll > .panel-grid-cell {
		width: 95px!important;
	}
}
@media screen and (max-width: 375px){
	.sub_banner {
    	height: 150px;
	}
	article#post-597, article#post-563 {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 320px){
	.sub_banner {
    	height: 120px;
	}
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-type {
    display: block!important;
    float: none!important;
}

/* PPTZ */
.caption h1 {
    margin-bottom: 20px;
}
.category-jobs-at-cdsg ul {
    font-size: 15px;
}
.about ul {
    line-height: 3em;
    padding-left: 15px;
}