@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@import url('https://fonts.googleapis.com/css2?family=News+Cycle&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/

/*font-family: 'News Cycle', sans-serif;*/

/*font-family: 'Open Sans', sans-serif;*/
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/*body {
    background:#333;
}*/
@font-face {
  font-family: 'Georgia Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Regular'), url('../fonts/georgia.woff') format('woff');
} 

@font-face {
  font-family: 'Georgia Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Italic'), url('../fonts/georgiai.woff') format('woff');
}
    
@font-face {
  font-family: 'Georgia Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Bold'), url('../fonts/georgiab.woff') format('woff');
}
    
@font-face {
  font-family: 'Georgia Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Bold Italic'), url('../fonts/georgiaz.woff') format('woff');
} 

.api.whatsapp {
    display: none;
}
#back-to-top{
  display: none;
}
.inner-content h1, h2 {
    font-family: 'Open Sans';
    color: red;
    text-align: left !important;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 28px;
}
.faq .faq-list li {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.faq .faq-list .collapsed {
    color: red;
    text-shadow: 3px 3px 3px #000;
}
.faq .faq-list, .menu-bar ul {
    list-style: none;
    padding: 0;
}
#back-to-top{
  padding: 0 10px;
  position: fixed;
  z-index: 99999;
  background: blue;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 23px;
  left: 20px;
  bottom: 70px;
  border-radius: 2px;
  transition: 1s;
}
.whatsapp a {
  padding: 0 10px;
  position: fixed;
  z-index: 99999;
  background: green;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 23px;
  left: 20px;
  bottom: 20px;
  border-radius: 2px;
  transition: 1s;
}

a.call-btn {
  border:1px solid #fff;
  padding: 5px 15px;
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 13px;
  font-weight: 600;
}
a.call-btn:hover {
    background: #000;
}
.report-abuse-item li {
    font-size: 12px;
    color: #f7f7f7;
    margin-bottom: 8px;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
}
h6{
    color: #e6c252;
}
.cntx.mt-1 {
    display: block;
    width: 100%;
    text-align: center;
}
.head-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #e6c252;
}
p {
    font-size: 16px;
    line-height: 21px;
    color: #f7f7f7;
    text-align: justify;
    margin-bottom: 10px;
}
.report-abuse-item {
    text-align: left;
    padding: 14px 20px;
    border: 1px solid #e6c252;
    margin-bottom: 40px;
    border-radius: 0.25rem;
}
h3.big-title {
  font-family: 'Great Vibes', cursive;
  font-size: 42px;
  color: #b50057;
  text-shadow: 0 0 black;
  text-align: center;
  margin-bottom: 30px;
}
.color-white{color: #fff !important;}
ul.contact {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  word-break: break-all;
}
ul.contact li a{
  font-size: 17px;
  color: #b50057;
  font-family: 'News Cycle', sans-serif;
}
ul.contact li{
  font-size: 17px;
  color: #b50057;
  font-family: 'News Cycle', sans-serif;
}
ul.contact li i{
  font-size: 17px;
  color: #b50057;
  margin-right: 10px;
}
footer {
    padding: 3px;
    background: #da292a;
}
/*.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
}*/
.copyright {
  background: #000;
  padding: 20px;
}
.copyright p {
    text-align: center;
    color: #fff;
    margin: 0;
    font-family: 'Open Sans';
}
.menu button{
  cursor: pointer;
  background: #fff;
  outline: none;
  border: 1px solid;
}
.menu div#navcollapse {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
}
.menu div#navcollapse .card-body {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  box-shadow: 1px 5px 6px 0px #00000026;
}
.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.menu ul li a {
    display: block;
    padding: 10px 25px;
    border-bottom: 1px solid #ccc3;
    color: #4c4b4b;
    font-weight: 400;
}
.menu ul li a:hover{
  text-decoration: none;
  background: #af0e0e;
  color: #fff;
}
.static{
  position: static !important; 
}
.relative{
  position: relative;
}
header {
    position:relative;
    /*overflow:hidden;*/
}
header::before {
    background: #da292a;
}

header::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    left: 30%;
    top: 0;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,1% 100%,0% 0%);
}
.menu button {
    cursor: pointer;
    background: #fff;
    outline: none;
    border: 0px solid #ccc;
    padding: 10px;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 24px;
    border-radius: 3px;
}
.logo{
    position:absolute;
  display: block;width:280px;top:-30px;
}
.navigation a.nav-link {
    color: #da292a;
    padding: 30px 20px!important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
}
.top-section{background:#000;}
.navigation a.nav-link:hover{
    color:#fff;
    text-decoration:underline;
}
.navbar{
    padding:0px !important;
}
.navigation{
    border-bottom:1px solid #444444;
    position:relative;
}
.ad-btn a{
    background: #3a3a3a;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 3px;
}
.ad-btn a:hover{
  text-decoration: none;
  background: #720000;
}
.content img{
  width: 100%;
  margin-top: 20px;
}
.category{
  padding: 30px 0;
}
.left-content{margin-right: 10px;}
.category li a {
    display: block;
    padding: 15px 0;
    color: #333;
    font-weight: 600;
    font-family: 'News Cycle', sans-serif;
}
.category li a:hover{
  text-decoration: none;
  color: #000;
}
.category li a i{
  margin-right: 10px;
}
.category ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.category ul h3{
    font-family: 'News Cycle', sans-serif;
    color: #c56508;
    font-weight: 500;
}
.footer-link a:hover{
  color: #c56508;
}
.footer-link a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fdfdfd;
    font-weight: 600;
    font-family: 'News Cycle', sans-serif;
}
.banner{
  padding: 50px 0;
  background: url('../images/bg-red.jpg') no-repeat;
  background-size: cover;
}
.content-center{
  text-align: center;
}
.content-center h3{
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}
.content-center p{
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
}
.content-center a {
    background: #fff;
    color: #000;
    padding: 10px;
    display: block;
    width: 40%;
    margin: auto;
}
.content-center a:hover{
  text-decoration: none;
  background: #333;
  color: #fff;
}
.content-center p {
    color: #f1f1f1;
    font-family: sans-serif;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 20px 0;
}
.content-part {
    background: #000;
}
.light-black {
    background: #0c0c0c;
}
ul.location {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align:center;
}
.text-center{text-align:center !important;}
.location li{display:inline-block;}
.location li a{display:inline-block;}
.location li a {
    display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 20px;
    background: #da292a;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-right: 3px;
}
.location li a:hover {
    color: #ffffff;
    text-shadow: none;
    background: #262626;
    text-decoration: none;
    box-shadow: 1px 1px 7px 1px #da292a;
}
.common-padding{padding: 40px 0;}
.inner-content h3 {
    font-family: 'Open Sans';
    color: #c56508;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
}
.inner-content h4 {
    font-family: sans-serif;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.inner-content p {
    font-family: 'Open Sans', sans-serif;
    color: #c3c1c1;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}
.login-form-wrap {
    padding: 60px 0;
    background: #c5650812;
}
h3.form-title {
    color: #c56508;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
:focus-visible {
    outline: none;
}
input.submit-btn {
    margin-top: 20px;
    border: 0px;
    background: #c56508;
    color: #fff;
    text-transform: capitalize;
    font-family: 'News Cycle';
    padding: 10px 30px;
    display: inline-block;
}
form.login-form {
    width: 100%;
    background: #000000;
    padding: 50px;    
    margin: auto;
}
input.custom-form-control {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    border: 0px;
    background: none;
    margin-bottom: 10px;
    border: 1px solid #c56508;
    border-radius: 2px;
    background:#e8f0fe;
}
.login-form p a {
    color: #c56508;
    font-family: 'News Cycle';
    text-decoration: underline;
    margin-left: 5px;
    display: inline-block;
}
.login-form span{display: block;}
.breadcrumb-sec{
  position: relative;
}
.breadcrumb-sec img{
  width: 100%;
}
.over-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.over-text h1{
  color: #fff;
}
.over-text a:hover{
  text-decoration: none;
  background: #000;
}
.over-text a {
    background: #f00;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 3px;
}
.over-text a i{
  margin-right: 10px;
}
.breadcrumb-sec:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000014;
}
.flexbox{
  display: flex;
}
.left-content img {
    width: 135px;
    height: 135px;
    padding: 15px;
    border-radius: 20px;
}
.flexbox {
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 0 1px #e3e3e3;
    display: flex;
    width: 100%;
    background: #fff;
}

.blog-title a:hover{
    text-decoration:none;
    color:#333;
}
.blog-info ul{
  padding: 0px;
  margin: 0;
  list-style: none;
  display: flex;
}
.blog-info ul li  i{
    color: #af0000;
    margin: 0 5px;
    font-size: 14px;
}
.blog-info{
  padding: 0 20px;
}
.blog-wrapper {
    padding: 50px 0;
    background: #000;
}
.blog-list {
    
}
.sidebar .recent-post{
   padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.sidebar .recent-post ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .recent-post ul li a{
  color: #fff;
}
.sidebar .cat{
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.sidebar .cat ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .cat ul li a{
  color: #cf0000;
}
.content.full {
    margin-top: 20px;
}
.content.full img {
    width: 100%;
    height: 258px;
    object-fit: cover;
}

@media screen and (min-width: 768px){
  .web.whatsapp {
    display: block;
  }
  .content-center{
    width: 60%;
    margin: auto;
  }
  form.login-form {
    width: 40%;
    background: #000;
    padding: 50px;    
    margin: auto;
    box-shadow: 1px 1px 10px 1px #cccccc82;
  }
}

@media screen and (max-width:540px){
    .ad-btn a{
        padding:10px 6px !important;
        font-size:12px;
    }
    .logo img{
        width:100%;
    }
}

.sidebar .recent-post ul li a:hover{
    color:#da292a;
    text-decoration:none;
}
.sidebar .cat ul li a:hover{
    color:#da292a;
    text-decoration:none;
}
.overview h5 {
    text-align: center;
    position: relative;
    padding: 20px;
    margin:0px;
    color: #cf0000;
}
.overview h5:before {
    content: '';
    position: absolute;
    width: 185px;
    height: 2px;
    background: #cf0000;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%);
}

.overview {
    border-bottom: 1px solid #d8d8d8;
}

.down-trend img {
    width: 80px;
    height: 80px;
}
ul.down-trend {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.down-trend li {
    width: 30%;
    display: flex;
    background: #fff;
    margin-bottom: 10px;
}
ul.log{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
ul.log li{
  display: inline-block;
}

ul.log li a {
    display: inline-block;
    color: #c56508;
    padding: 10px 5px;
    font-family: sans-serif;
}
.ad-btn {
    text-align: right;
    display: inline-block;
    margin-left: 20px;
}

.login-form p {
    font-size: 16px;
    line-height: 21px;
    color: #e8f0fe;
    text-align: justify;
    margin-bottom: 10px;
    font-family: 'News Cycle';
    margin-top: 10px;
}
ul.log li a:hover{
    text-decoration:none;
}
ul.log li a{
    color:#000;
}
ul.log li a i {
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
span.featured {
    background: url(https://www.caomz.com/media/ad/featured.png) no-repeat;
    display: inline-block;
    width: 89px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

@media screen and (min-width:768px){
    
}

.type-wrap {
    border: 1px solid #c565089e;
    margin:30px 0;
}
.type-wrap img{
    width:100%;
}
.type-wrap p{
    padding: 10px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.type-wrap ul{
    margin:0;
    list-style:none;
    padding: 10px;
}
.type-wrap figcaption {
    background: #020213;
    padding: 6px 10px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bolder;
}
.type-wrap ul li a{
    color:#020213;
    font-weight:600;
}
.type-wrap ul li a {
    color: #c56508;
    font-family: sans-serif;
    font-size: 13px;
    padding-left: 10px;
}
.type-wrap ul li i{
    color: #c56508;
}

.home-cat li{
    display: inline-block;
}
.home-cat li a {
    display: inline-block;
    border-bottom: 0px;
    padding: 10px;
    background: #c56508;
    color: #fff;
    font-weight: 100;
    margin-right: 5px;
}
.bread-text ul{
    margin:0;
    list-style:none;
    padding:20px;
}
.bread-text ul li{
    display:inline-block;
    margin-right:10px;
}

.bread-text ul li a {
    border: 1px solid #c56508;
    padding: 5px 10px;
    border-radius:2px;
    display: inline-block;
    color: #c56508;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.bread-text{
    border-bottom:1px solid #f1f1f1;
}
p.date i{
    margin-right:10px;
}
p.date {
    color: #c56508;
    font-family: 'News Cycle';
    font-size: 14px;
    font-weight: 700;
}
.flexboxs {
    position: relative;
    display: flex;
    width: 100%;
    border: 1px solid #da292a;
    margin-bottom: 20px;
    border-radius: 5px;
}
.img-wrap img{
    border-radius:5px;
    width:100%;
}
h3.blog-title{
    font-family: 'Roboto', sans-serif;
}
.blog-title a {
    color: #da292a;
    font-size: 19px;
    text-transform: capitalize;
    line-height: 22px;
    display: block;
    padding-top: 10px;
}
.owl-carousel .blog-title a{
    height:76px;
}

.blog-info p {
    font-family: 'Roboto', sans-serif;
    margin-top:10px;color:#c3c3c3;
    height:35px;
}
.blog-title a:hover {
    color: #f0cd57;
}
.content.full p {
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    color: #f7f7f7;
}
.blog-info ul li i {
    color: #f0cd57;
    margin: 0 5px;
    font-size: 14px;
}
.blog-info ul li {
    margin-right: 10px;
    color: #eac754;
    font-family: system-ui;
    font-size: 12px;
    font-weight: 700;
}
 a.cl {
    background: #da292a;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 12px 30px;
    
    text-align:center;
    margin-bottom:15px;
    font-family: 'Roboto', sans-serif;
}
b, strong {
    font-weight: bolder;
    color: #da292a;
}
.social-icon a {
    color: #000;
    border: 1px solid #e6c252;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #e6c252;
}
.brd li {
    display: inline-block;
    color: #fff;
}
.brd li a {
    color: #fff;
}
.brd li i {
    display: inline-block;
    margin: 0 5px;
}
a.gr {
    background: #266e00;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 12px 30px;
    
    text-align:center;
    font-family: 'Roboto', sans-serif;
}

.contact-info {
    padding: 20px;
}
.contact-info a:hover{
    text-decoration:none;
    background:#333;
}
.contact-info a i{
    margin-right:10px;
}
.bread-text ul li {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Roboto';
    color: #c56508;
    font-size: 15px;
    font-weight: 800;
}
h3.bio {
    font-family: serif;
    font-size: 22px;
    color: #e6c252;
    padding: 5px 0px;
}
.img-wrap img {
    border-radius: 5px;
    width: 100%;
    height: 430px;
    object-fit: cover;
}
a {
    color: #625630;
}
.wrap_con {
    background: #000;
}
.cat h4 {
    background: #da292a;
    color: #fff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 100;
    padding: 10px;
}
.sidebar .cat ul li a {
    color: #fff;
    display: block;
    border-bottom: 1px solid #da292a;
    padding: 8px;
    font-family: 'Roboto';
    font-size: 15px;
}
.sidebar .cat ul li a i{
    margin-right:10px;
}
.postedHead {
    font-size: 24px;
    border-bottom: 1px solid #efcc56;
    color: #efcc56;
    padding: 5px 0 15px;
    text-transform: capitalize;
    font-family: 'Roboto';
    margin: 30px 0;
}
.t-btn {
    font-size: 28px;
    margin-right: 5px;
    margin-bottom: 15px;
    display: inline-block;
    color:#efcc56;
}
.w-btn {
    font-size: 28px;
    margin-bottom: 15px;
    display: inline-block;
    color:#efcc56;
}
.category {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.img-class {
    width: 100%;
    height: 200px;
    border-radius: 0px !important;
}
.imageboxs {
    border: 1px solid #da292a;
    margin-bottom: 20px;
}

.inner-content.border-section {
    border: 1px solid #2a1010;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 0px #f00;
}
.inner-content.border-section h3 {
    font-family: 'Open Sans';
    color: #da292a;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
}
.inner-content.border-section a{
    font-family: 'Open Sans';
    color: #da292a;
}
.content-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-con .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}
.content-con .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}
.content-con .left-side .details {
    margin: 14px;
    text-align: center;
}
.content-con .left-side .details i {
    font-size: 30px;
    color: #f00;
    margin-bottom: 10px;
}
.content-con .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.content-con .left-side .details .text-one, .content-con .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;
}
.content-con .right-side {
    width: 75%;
    margin-left: 75px;
}
.content-con .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}
.right-side .message-box {
    min-height: 110px;
}
.right-side .button input[type="submit"] {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #f00;
    cursor: pointer;
    transition: all 0.3s ease;
}
.right-side .input-box input, .right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}
.text-one a{
    color:#999c9f;
}
@media screen and (max-width:768px){
    .content-con {
        flex-direction: column-reverse;
    }
        .container .content-con .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container .content-con .right-side {
        width: 100%;
        margin-left: 0;
    }
    .contact-info {
        padding: 0;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0;
        display: flex;
        z-index: 2;
    }
    a.cl {
        width: 50%;margin:0;
    }
    a.gr {
        width: 50%;
    }
    header::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        clip-path: none;
    }
    .logo {
    position: relative;
    display: block;
    width: 150px;
    top: 0;
    margin: auto;
}
    button.navbar-toggler.sm-btns {
        color: #da292a;
        border: 1px solid #da292a;
        margin-bottom: 10px;
    }
    .navigation a.nav-link {
        color: #da292a;
        padding: 10px 0px!important;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 800;
    }
    .fixed {
        position: fixed;
        z-index: 99;
        width: 100%;
    }
    .flexboxs {
        position: relative;
        width: 100%;
        border: 1px solid #da292a;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    
   .blog-title a {
    color: #da292a;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 16px;
    display: block;
    padding-top: 10px;
}
.blog-info p {
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    color: #c3c3c3;
    font-size: 12px;
    line-height: 16px;
    height: 30px;
    overflow: hidden;
}
a.cls {
    background: #a7861c;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 10px !important;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    border: 1px solid #edca56;
}

}



/*.form-control {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: 5px;
    border-radius: 3px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.common-wraper{
    border:1px solid #da292a;
    padding:3px;
}
.common-wraper h4{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 3px;
    background: #da292a;
    padding: 10px;
}
.text {
    background: #f1f1f112;
    padding: 5px 15px;
    min-height: 120px;
}
.common-wraper img{
    width:100%;
    margin-bottom:3px;
    height:180px;
}
.common-wraper figcaption a {
    font-family: 'Open Sans';
    color: #da292a;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
}
.common-wraper .location-top {
    padding: 0;
    list-style-position: inside;
    margin-bottom: 3px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    min-height: 95px;
}

.common-wraper .location-top a{
    color:#f1f1f1;
}
.common-wraper .location-top li {
    color: #f1f1f1;
    height: 20px;
    overflow: hidden;
}

.con-cen {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 33px;
}
.con-cen h3 {
    color: #da292a;
    font-family: sans-serif;
}
.con-cen p{
    text-align: center;
    color: #cbcbcb;
}
h3.blog-title.auto-height a {
    height: 35px;
    overflow: hidden;
}
.blog-info.info-height {
    height: 180px;
}



@media screen and (max-width:768px){
    .con-cen {
    width: 100%;
    }
    .img-class {
    width: 100%;
    height: auto;
    border-radius: 0px !important;
}
}

@media (min-width: 576px){
.modal-dialog {
    top:10%;
    max-width: 780px;
    margin: 1.75rem auto;
}
}

a.cls {
    background: #a7861c;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    border: 1px solid #edca56;
}
a.grs {
    background: #1e7e34;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    border: 1px solid #1e7e34;
}
a.newcl i{
    margin-right:10px;
}
a.newgr i{
    margin-right:10px;
}
a.newcl {
    background: #da292a;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 12px 30px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    width:100%;
    border-radius:5px;
}
.blog-list.bgNew {
    background: #242424;
    padding: 10px;
    border-radius: 5px;
}
a.newgr {
    background: #2d7e03;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 12px 30px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    width:100%;
    border-radius:5px;
}
.partTwo {
    background: #fff;
    padding: 10px;
    height: 381px;
    margin-top: 3px;
    overflow: auto;
}
.PartOne {
    background: #fff;
    padding: 10px;
    height: 381px;
    margin-top: 3px;
    overflow: auto;
}
table.price.table {
    background: #fff;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #da292a;
}
ul.service_list{
    padding-left:20px;
}
.post-imgs{
    width: 150px !important;
    height: 170px !important;
    object-fit: cover !important;
}
.owl-dot.active span {
    background: #da292a;
}
.owl-dots span {
    width: 10px;
    height: 10px;
    background: #efcc56;
    display: inline-block;
    margin-right: 3px;
    border-radius: 50%;
}
.owl-dots {
    display: flex;
    justify-content: center;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
}
.owl-prev {
    background: #1e1d1d;
    padding: 10px;
    display: inline-block;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}
.owl-next {
    background: #1e1d1d;
    padding: 10px;
    display: inline-block;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}
.owl-controls {
    margin-top: 30px;
    border-top: 1px solid;
    padding-top: 20px;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    border: 1px solid #616060;
    background: #ffffff2e;
    padding: 3px;
    border-radius: 3px;
    min-height: 380px;
    box-shadow: -2px 2px 9px 0px #ffffff47;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 5px;
}
.con-text {
    padding: 0 10px;
}
.v-btn i{
    margin-right:10px;
}

.v-btn {
    background: #1e1e1e;
    padding: 5px 30px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    color: #a7a5a5;
}
.table td, .table th {
    padding: 5px 20px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
    word-break: break-all;
}


@media screen and (max-width:1024px){
    .partTwo {
        min-height: 507px !important;
    }
    .PartOne {
    overflow: auto;
    }
}

@media screen and (max-width:767px){
    table.price.table {
    background: #fff;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid #da292a;
    margin-top: 5px;
    margin-bottom: 5px;
}


    a.grs {
    padding: 10px 15px;
    }
    a.grs i{
    margin-right:5px;
    }
    .cls i{
        margin-right:5px;
    }
    .post-imgs {
        width: 115px !important;
        height: 160px !important;
        object-fit: cover !important;
    }
    .partTwo {
        min-height: auto !important;
    }
}




