.product_onfo_box {
    width: 280px;
    
}
.block.newsletter button.action.primary:hover {
    color: #fff;
}
.product_onfo_box {
    width: 280px;
    margin-bottom: 10px;
}
.home_content_wrap h2.text-center {
    font-weight: 600;
    color: #000;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    display: inline-block;
    width: 100%;
}
.home_content_wrap h2.text-center:before{
    content: "";
    width: 100px;
    background: #000;
    height: 2px;
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Contact page css*/
form#contact-form legend.legend {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.col-md-3.contact-info .contacts-title{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
form#contact-form {
    background: #f6f7f9;
    padding: 30px;
}
form#contact-form input {
    border: none;
    border-radius: 0;
    padding: 0;
    height: 50px;
}
form#contact-form textarea {
    border: none;
    border-radius: 0;
    padding: 0;
    
}

.contact-index-index .page-main .contact-info p {
    margin-left: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    /*about us page css*/

    .page_heading {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
    .page_heading  h2{
  background: #fff;
    display: inline;
    font-size: 26px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.page_heading h2:before {
    content: "";
    width: 100%;
    background: #000;
    height: 2px;
    position: absolute;
    left: 0;
    top: 54%;
    z-index: -1;
}
.row.about_top p b {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    opacity: 0.5;
}
.row.about_top  h3 {
    margin: 0;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.row.about_top  p{
    font-size: 16px;
}

.count-to {
    display: inline-block;
    margin-bottom: 1.6rem;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -.064em;
    line-height: 1;
}
.counter.text-center.text-dark h5 {
  font-size: 20px;
    margin-top: 0;
    font-weight: 600;
}
.counter.text-center.text-dark {
    margin-top: 15px;
}
ul.list-unstyled {
    list-style: none;
    padding: 0;
    column-count:2;
}
ul.list-unstyled  li i.fas.fa-check-circle {
    margin-right: 10px;
}
ul.list-unstyled  li {
    font-size: 18px;
        line-height: 41px;
}

.test_card.text-center {
    box-shadow: 0 1rem 6rem rgb(0 0 0 / 10%);
    padding: 30px 15px;
}

 .test_card.text-center h6 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
}
.test_card.text-center p {
    font-size: 16px;
    color: #000;
    opacity: 0.6;
    padding-top: 10px;
}
span.avtar_name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
span.post {
    color: #000;
    opacity: 0.6;
    font-size: 16px;
    width: 100%;
    float: left;
    padding: 8px 0 10px;
}
.row.about_top {
    padding-bottom: 40px;
}

/*team section css*/

.single-item {
  margin-bottom: 30px;
}

.item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.item .thumb .overlay p {
  color: #ffffff;
}

.item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.item:hover .thumb img {
  opacity: .6;
}

.item .thumb .social li {
  display: inline-block;
}

.item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.cms-page-view .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 10px 20px 20px;
  position: relative;
  text-align: center;
  z-index:3;
}

.cms-page-view .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.cms-page-view .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.cms-page-view .info .message a i {
  font-weight: 500;
}

.cms-page-view .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.cms-page-view .info span {
  color: #ff5a6e;
  font-weight: 600;
  text-transform: uppercase;
}

.social li.twitter a {
  background-color: #00b6f1;
}

.social li.pinterest a {
  background-color: #bd081c;
}

.social li.facebook a {
  background-color: #3b5998;
}

.social li.google-plus a {
  background-color: #df4a32;
}

.social li.vimeo a {
  background-color: #1ab7ea;
}

.social li.instagram a {
  background-color: #cd486b;
}

.cms-page-view main#maincontent {
    width: unset;
    max-width: 100%;
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.cms-page-view  .page-title-wrapper{
text-align: center;
    background: url(/media/wysiwyg/hero_bg.jpg);
    padding: 112px 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;

}
.page-title-wrapper h1.page-title span{
  font-size:24px;
  line-height: 1.3em;
}
.cms-page-view h1.page-title span,.blog-page h1.page-title span {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color:#091c61;
}
/*home page css 6-04-2021*/
.custom-support {
    text-align: left;
    background: aliceblue;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.container.services_pro {
    margin-bottom: 20px;
        margin-top: 40px;
}
.products.products-grid, .custom-slider {
    position: relative;
    padding: 0;
}
.recent-posts {
    padding-top: 30px;
}
.col-md-3.col-sm-6.div-custom-sprt:last-child .flex_inform {
    border-right: 0;
}
.drak_bg {
    width: 100%;
    background: aliceblue;
    padding: 40px 0;
    margin: 30px 0;
}
.brands-slide .owl-item.active {
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 5%);
}
/*blog section css home page*/
.recent-posts .item {
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    padding: 0 0 10px;
    border-radius: 0 0 5px 5px;
}
.recent-posts .item .post-image {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    min-height: 120px;
}
.recent-posts .item .post-image img {
    border-radius: 4px 4px 0 0;
    width: 100%;
}
.recent-posts .postTitle {
    min-height: 55px;
    border: 0;
    padding: 0 25px;
}

.recent-posts .postContent {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    padding: 15px 25px 0;
}
.recent-posts a.readmore {
    font-weight: 300;
    font-size: 16px;
    padding: 0 10px;
    color: #000;
    opacity: 0.6
}
.time_btm {
    padding: 15px 25px 0;
    border-top: 1px solid darkgrey;
}
.time_btm p {
    float: left;
    font-weight: 300;
    font-size: 16px;
      color: #000;
    opacity: 0.6
}
.cms-page-view .breadcrumbs {
    display: none;
}
/*Testimonials page css*/
.test_card a {
    display: inline-block;
    margin: 0 auto 0;
    background: #091c61;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
}

/*blog page css main page*/

ol.post-list .col-md-6 {
    float: left;
}
.post-holder {
    margin-left: 0;
    }
.post-holder .post-banner {
    margin-left: 0;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.post-holder .post-info .item {
    display: inline-block;
    margin-right: 15px;
    color: #000;
    opacity: 0.6;
    font-size: 16px;
    margin: 10px 0;
}

.post-header .post-title {
    font-weight: 400;
    font-size: 40px;
}
.post-text-hld.clearfix {
    color: #000;
    font-size: 16px;
    opacity: 0.6;
}
a.post-read-more {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
}
.sidebar.sidebar-additional  input#blog_search {
    border-radius: 0;
}
.accordion li a {
    font-size: 16px;
}
.sidebar.sidebar-additional .block-title strong {
    text-transform: uppercase;
    font-size: 22px !important;
}

.blog-index-index  .page-title-wrapper{
    text-align: center;
    background: url('/media/porto/web/images/hero_bg.jpg');
    padding: 112px 0;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom:30px;

}
.blog-index-index   main#maincontent .page-title-wrapper {
    display: none;
}
.cms-page-view .info .message {  display: none;}
.cms-page-view .info h4 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 18px;
}
.cms-page-view .info {
    padding: 10px 20px 20px;

}
.cms-page-view .info span {
    color: #000 !important;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.5;
}
.footer_new_leetr_input .block.newsletter .form.subscribe {
    max-width: 100%;
}
.contact-index-index .page-title-wrapper {
    display: block !important;
}
.product_onfo_box {
    background: #081a64;
    width: 280px;
    display: inline-flex;
    /* display: -webkit-inline-box; */
    margin: 0 auto;
    border-radius: 5px;
    padding: 8px 0;
    color: #fff;
    justify-content: center;
    align-items: center;
  align-items: center;
}
.product_onfo_box span {
    font-size: 20px;
    font-weight: 700;
}

.custom-support {
    padding: 30px 0;
}

.col-md-3.col-sm-6.div-custom-sprt {
    padding-right: 7px;
    padding-left: 7px;
}
.custom-support .col-md-3 {
    text-align: center;
  /*  width: 20% !important;
    max-width: 20%;*/
}
.flex_inform {
    display: flex;
    align-items: center;
    border-right: 1px solid #091c61;
}
.custom-support .col-md-3 span {
    font-size: 35px;
    line-height: 60px; 
    background-color: transparent;
    height: 70px;
    display: flex;
    flex: 0 0 70px;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.flex_inform .content {
    text-align: left;
    padding-left: 7px;
}
.custom-support div.content>h2 {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.custom-support div.content>p {
    color: #666;
    margin-bottom: 0;
    font-size: 15px;
}
.custom-support div.content {
    margin-left: 9px;
}
.custom-support .col-md-3 span img {
    width: 64px;
}

/*footer*/
.col_white_amrc { color:#FFF;
    text-transform: uppercase;
    font-size: 20px;}
footer { width:100%; }
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
    list-style-type:none;
    padding:0px;
    display:table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
ul.footer_ul2_amrc.footer_last_box a {
    float: left;
    width: 30%;
    margin-right: 8px;
}
.footer-middle h5.headin5_amrc.col_white_amrc.pt2 {
    padding-top: 0;
}

ul.pay_cards li {
    display: inline;
}
.cms-index-index #maincontent { padding-top: 0; padding-bottom: 0;}
.cms-index-index .owl-carousel .owl-stage-outer{padding:20px 0 0;}
.postContent {    color: #2c2c2c;}
/*Responsive*/
@media only screen and (max-width: 767px) {
      .product_onfo_box {
    margin-bottom: 10px;
}
.flex_inform {
    border-bottom: 1px solid #091c61;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-right: none;
}


.nav-open .page-wrapper {
    width: 100%;
    left: 0 !important;
}
.nav-open .nav-toggle:after {
    content: '\f819';
    font-family: 'porto-icons';
    speak: none;
    background: rgba(0,0,0,.5);
    overflow: hidden;
    text-align: right;
    font-size: 34px;
    color: #fff;
    padding-right: 16px;
    padding-top: 10px;
    font-weight: 100;
}
.product_onfo_box {
    width: 100%;
    margin-bottom: 10px;
}

.col-md-3.col-sm-6.div-custom-sprt {
    width: 50%;
    text-align: center;
        text-align: center;
    border-bottom: 1px solid #091c61;
    padding-bottom: 20px;
}
.flex_inform {
    display: unset;
    align-items: center;
    border-right: 1px solid #091c61;
    text-align: center;
}
.flex_inform .content {
    text-align: center;
    padding-left: 0;
}
.col-md-3.col-sm-6.div-custom-sprt:nth-child(3), .col-md-3.col-sm-6.div-custom-sprt:nth-child(4) {
    border: none;
}
.flex_inform {
    border-right: 0;
}
  .last_footer .col-12{
    text-align: center;
  }

  .social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
   float: unset; 
    display: inline-block;
}
ul.pay_cards {
    text-align: center;
    margin-bottom: 15px;
}
ul.social_footer_ul {
    float: right;
    width: 100%;
    text-align: center;
}
.footer_new_leetr_input .block.newsletter .actions {
    width: auto;
}
}