.main_title h1, .shams-entry-title {
    text-align: left;
}
.main_title h1{
  color: #53507b;
  margin-top:30px;
}
.main_title h1:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #53507b;
  margin-top: 7px;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}
#full-width-blog .postbox {
   width: 100%;
   border: none;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.post-featured img {
  width: 100%;
}
.inner-sbox.align-items-center {
    margin-top: 20px;
}
.metabox {
    color: #000;
    padding: 5px 10px;
    clear: both;
    border: 1px solid #53507b;
    margin: 10px 0;
}
.metabox .entry-date{
	padding: 0 0 0 20px;
  	margin:0 13px 0 0;
}
.metabox .entry-comments{
    padding: 0 0 0 20px;
}
.metabox .entry-author{
  	padding: 0 0 0 20px;
  	margin:0 20px 0 0;
}
a.post-readmore {
    background: #53507b;
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
}
a.post-readmore i {
   margin-left: 8px !important;
   font-size: 18px;
   border-bottom: 1px solid #ffffff;
   padding-bottom: 2px;
}
.navigation {
  font-size:14px;
  font-weight:bold;
  margin: 10px 0;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}
.content_boxes {
    padding: 0;
    border: none;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  border-radius: 50%;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2#reply-title {
  display: inline-table;
}
#comments input[type="text"], #comments input[type="email"], #comments textarea{
  padding:12px 10px;
  font-size:18px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-top: none;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation a {
  padding: 0;
}
.navigation span.meta-nav {
  font-weight: bold;
}
#sidebar aside{
  margin-bottom:30px;
  border:1px solid #bbb;
  padding: 10px;
}
#sidebar form{
  display: table;
  width: 100%;
  border: 1px solid #bbb;
}
#sidebar label{
  width:71%;
  float:left;
  margin-bottom:0;
}
#sidebar input[type="search"] {
  background:transparent;
  padding:10px 10px;
  border:none;
  font-size:15px;
  color:#000;width:100%;
}
#sidebar input[type="submit"] {
  background:transparent;
  border:none;
  color:#000000;
  padding: 14px 10px;
  font-size:10px;
  margin:0;
  background: #53507b;
  float:right;
}
#sidebar h3 {
   font-family: "Work Sans";
    margin: 0 0 20px;
    font-size: 20px;
    background-color: #53507b;
    text-align: center;
    color: #000;
}
#sidebar ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:17px;
}
#sidebar .widget_recent_entries ul li{
  background: none;
}
#sidebar ul li{
  line-height: 32px;
}
  .widget_recent_entries li {
  margin: 10px;
}
.widget_recent_entries img {
  width: 100px;
}
#sidebar .post-content {
    line-height: 20px;
    margin-bottom: 15px;
}
#sidebar ul li a{
  color:rgba(0, 0, 0, 0.78);
}
#sidebar span.comment-author-link {
    margin-left: 14px;
}
.middle-content {
  padding-bottom: 20px;
}
#services .box{
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
}
.postbox .postpic{
 position: relative;
 overflow: hidden;
}
#services .box:before, #services .box:after{
    content: "";
    display: block;
    background: #53507bad;
    position: absolute;
    top: 10%;
    left: 7%;
    bottom: 10%;
    right: 7%;
    z-index: 1;
    transform: scale(0,1);
    transition: all 0.3s;
}
#services .service-img img
{
  width: 100%;
}
#services .box img{
    width: auto;
    height: auto;
    transition: all 0.3s;
}
#services .box .box-content{
    padding: 30px 25px;
    position: absolute;
    top: 10%;
    left: 7%;
    bottom: 10%;
    right: 7%;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}
#services .box .post{
    display: block;
    margin: 20px 0 5px 0;
    font-size: 14px;
    font-style: italic;
    color: #fff;
}
.services_icon img.text-center {
    margin: 0 !important;
}
#services .box:after{
    top: 10.8%;
    bottom: 10.8%;
    transform: scale(1,0);
}
#services .courses:hover .box .box-content{
    box-shadow: 0 0 0 35px rgba(255,255,255,0.3);
    opacity: 1;
}
#services h4.title{
    text-align: center;
    background-color: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 10px;
}
#services h4.title a {
    font-size: 22px;
    letter-spacing: 1px;
    color: #1f1e1e;
    font-family: "Work Sans";
    font-weight: 600;
}
h4.title a {
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Work Sans";
    font-weight: 600;
    text-align: center;
}
h4.title{
    padding-top: 10px;
    padding-bottom: 5px;
}
#services .box:hover img{
    transform: scale(1.2);
}
#services .courses:hover .box:before, #services .courses:hover .box:after{
    transform: scale(1);
    animation: animate 1.5s;
}
#our_projects .project-box
{
  padding-bottom: 30px;
}
#our_projects .box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
#our_projects .box img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
#our_projects .box .box-content{
    width: 90%;
    height: 85%;
    background: #53507bbf;
    padding: 20% 10px 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.box .title{
    margin-bottom:5%;
    text-transform:uppercase;
}
h4.title{
    padding-bottom: 0;
    padding-top: 0;
}
#our_projects .box:hover .box-content{ opacity: 1; }
.team_box .content
{ width: 100%; }
#team h4.team_name a {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Work Sans";
    font-weight: 600;
    text-align: center;
}
#team .team_box h4 a {
    color: #1f1e1e;
}
#team .team_box .team-box
{
  text-align: center;
  margin-left: 0;
}
#team .team_box .dest_team
{
  color: #1f1e1e;
  text-align: center;
  margin-left: 0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  width: 100%;
}
.contact-address, .contact-email, .contact-phone {
  margin: 20px 0;
}
.inner-cont {
  padding: 10px 5px;
  background: #ffffff;
}
.c_icon {
    text-align: center;
}
.contact-email i, .contact-address i, .contact-phone i {
    background-color: #1f1e1e;
    font-size: 38px;
    color: #53507b;
    margin: 0 auto;
    padding: 22px;
    text-align: center;
    width: 87px;
}
.c_content.media-small {
    margin-top: 10px;
    text-align: center;
}
.c_content span {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 20px;
}
.c_content p{
  font-size: 16px;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  width: 100% !important;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 23px 0;
  height: auto;
  float: left;
}
.contact-box input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color: #53507b;
}
.woocommerce .summary h1 {
    font-size: 28px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 29%;
    margin-left: 0;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale{
  background-color: #53507b;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price{
  text-align: center;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #53507b;
  border-radius: 0;
  padding: 10px 14px;
  color: #ffffff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  border: 1px solid #a8a8a8;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: #ffffff;
  color: #333333;
}
