body {
    background: #f5f5f5 !important;
}
.smllogo a{
    text-decoration: none;
}
.smllogo h2 {
    color: #000;
    font-size: 28px;
}
.smllogo h2 span{
    color: red;
    font-weight: bold;
    font-size: 38px;
}
.right-menu {
    margin-top: 9px !important;
}

.cont-width {
    max-width: 1400px;
}
.hedr-tile h2{
    font-size: 23px;
    font-weight: bold;
    padding: 20px 0;
}

.latest_slider-box {
    /*text-align: center;*/
    margin: 0 10px;
    outline: none;
    transition: 1s;
    background-color: #f9f9f9;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #bbb;
    padding: 0 0 20px;
}
.latest_slider-box a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    /*margin-left: -60px;*/
}
.bx-brdr {
    padding: 15px 10px 0;
}

.latest_slider-box .lastet_img {
    overflow: hidden;
}

.latest_slider-box .lastet_img img {
    width: 100%;
    height: 180px;
    margin: 0 auto;
    object-fit: cover;
    transform: scale(1);
    transition: 1s;
}

.latest_slider-box .lastet_img img {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    transition: 1s;
}

.latest_slider-box h3 {
    font-size: 18px;    
   margin-top: 5px;
    margin-bottom: 20px;
    transition: 0.5s;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}

/*.latest_slider-box a {
    background-color: #000;
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    margin-bottom: 14px;
    transition: 1s;
    border-radius: 2px;
}

.latest_slider-box a:hover {
    background-color: #fff;
    color: #000;
}
*/
.latest_slider-box:hover img {
    transform: scale(1.2);
}

.latest_slider-box:hover h3 {
    color: red;
}

.title-h2 {
    font-size: 38px;
    color: red;
}

/*.line {
    width: 80px;
    height: 2px;
    background-color: red;
    margin-bottom: 10px;
}*/

/*.services-blog-sec {
    padding: 1rem 0;
    outline: none;
    background-image: url(../images/bg-cam.jpg);
}
*/
/*.services-blog-sec .service-box {
    margin: 6px;
    background-color: #fff;
    text-align: center;
    padding: 6px;
    outline: none;
    display: flex;
    align-items: center;
}

.services-blog-sec .service-box .ser-img {
    width: 50%;
    float: left;
}

.services-blog-sec .service-box .ser-img img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}*/

/*.services-blog-sec .service-box .ser-cntt {
    width: 50%;
    padding: 10px;
    float: right;
}*/

/*.services-blog-sec .service-box .ser-cntt h3 {
    font-size: 34px;
    display: block;
  
    overflow: hidden;
    padding-top: 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}*/

/*.services-blog-sec .service-box .ser-cntt p {
    display: none;
    max-width: 100%;
    height: 67px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

/*.services-blog-sec .service-box .ser-cntt a {
    padding: 6px 15px;
    background-color: #000;
    color: #fff;
    margin: 5px 0;
    display: inline-block;
    transition: 1s;
}

.services-blog-sec .service-box .ser-cntt a:hover {
    background-color: red;
    color: #fff;
}*/

.events_slider,
.services-block {
    width: 100%;
    overflow: hidden;
    outline: none;
}

.events_slider .slick-prev,
.services-block .slick-prev {
    width: 38px;
    height: 38px;
    background-color: #fff;
    z-index: 99;
    top: 42%;
    left: 0;
}

.events_slider .slick-prev:before,
.services-block .slick-prev:before {
    content: '';
    background-image: url(../images/back1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 23px;
    width: 33px;
    float: right;
    padding-right: 10px;
}

.events_slider .slick-next,
.services-block .slick-next {
    width: 38px;
    height: 38px;
    background-color: #fff;
    z-index: 99;
    top: 42%;
    right: 0;
}

.events_slider .slick-next:before,
.services-block .slick-next:before {
    content: '';
    background-image: url(../images/next1.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 23px;
    width: 30px;
    float: right;
    padding-right: 10px;
}
.getquote {
    display: flex;
    justify-content: space-between;
}
.getquote span{
    font-size: 12px;
}
.getquote .qt{
   border: 1px solid #ccc;
    border-radius: 8px;
    text-decoration: none;
    padding: 6px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
    font-size: 13px;
    margin-top: -6px;
}
.getquote .qt:hover{
    color: #e73a34;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
}
.view-all {
    text-align: center;
    margin-bottom: 40px;
}
.view-all a{
   background: #fff;
    border: 1px solid #ccc;
    padding: 8px 20px;
    color: #e73a34;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}
.view-all a:hover{
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
}
.marriage-sec {
    background-image: url(../images/events/1.jpg);
    padding: 20px 40px;
    height: 330px;
    margin: 20px 0;
    color: #fff;
    background-color: #000;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    border-radius: 3px;
    background-size: cover;
}
.evnt-cntnt .wd{
    color: yellow;
}

.hom-sec {
    background-image: url(../images/events/2.jpg);
    padding: 20px 40px;
    height: 330px;
    margin: 20px 0;
    color: #fff;
    background-color: #000;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    border-radius: 3px;
    background-size: cover;
}
.hom-sec .wd{
    color: yellow;
}
/*blog*/
.hdr-title {
    text-align: center;
    margin-bottom: 30px;
}
.blog-col {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border:1px solid #eee;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .overlay:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 0px 20px;
    background: #ee1e23;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 40px solid #ee1e23;
    border-top: 43px solid transparent;
}
.post-date h3 {
    color: #ffffff;
    font-size: 13px;
    margin-top: 12px;
}
.blog-col h4 {
  margin-bottom: 8px;
    color: #ee1e23;
    font-size: 20px;
}
.blog-col h4 a {
    color: #ee1e23;
}
.blog-col h4 a:hover {
    color: #ee1e23;
}
.info-bar {
    background: #ee1e23;
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
}
.info-bar ul li {
    float: left;
    margin-right: 15px;
}
.info-bar ul li i {
    margin-right: 5px;
    color: #ffffff;
}
.info-bar ul li a {
    color: #ffffff;
}
.blog-col .embed-responsive {
    margin-bottom: 20px;
}
.blog-section a {
    text-decoration: none;
    color: #000;
}
.blog-content {
    background: #fff;
    padding: 6px 10px;
}
.blog-section {
    padding:40px 0;
}
/*blog*/
/*review section sgtart */
.review-sec {
    padding: 50px 0;
}
.rvw {      
    text-align: center;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    transition: box-shadow .3s ease-in-out;   
     /*min-height: 390px;*/
    padding: 20px;
    border-right: 1px solid #e4e4e4;
}
.rvw i{
    color: #ccc;
    font-size: 23px;
}
.rvw h4{
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}
.vndr-name {
    color: red;
}
.rvw p{
    margin-bottom: 30px;
}
/*review section end here*/
/*category section start here*/
.category-sec {
    padding: 60px 0;   
}
.categoty-box {
     text-align: center;
}
.categoty-box img{
    height: 60px;
    display: inherit !important;
}
.categoty-box h4{
    font-size: 13px;
    margin-top: 12px;
}
.categoty-box a{
    text-decoration: none;
    color: #000;
}
/*category section end here*/
/*footer section start here*/
.footer-sec {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f1f2f4;
    border-top: 1px solid #d0d0d0;
}
.fotr1 {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.fotr1:after {
    clear: both;
    content: '';
    display: table;
}
.fotr1 h4{  
    line-height: normal;
    margin: 0 0 5px;
    text-rendering: inherit;
    color: #343434;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.fotr1 ul {
    list-style: outside none none;
    margin: 0 -7px;
    padding: 0;
}
.fotr1 ul li {
    float: left;
    line-height: 17px;
}
.fotr1 a {
    color: #84847a;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 3px;
    padding: 3px 5px;
    text-decoration: none;
}
.footer-bottom {
     margin-bottom: 10px; 
}
.footer-bottom span {
    margin-top: 7px;
    margin-right: 20px;
    color: #84847a;
    float: left;
    font-size: 12px;
}
.social-icons a {
    position: relative;
    float: left;
    height: 35px;
    margin-right: 5px;
    width: 35px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    text-decoration: none;
    color: #999;
}
/*footer section end here*/
/*login popup*/
.login-sec label{
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 8px;
}
.login-sec input{
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
}
.form-check {
    margin-top: 10px;
}
.form-check input {
    margin-top: 8px;
}
.form-check label{
    font-size: 13px;
}
.d-flex {
    justify-content: space-between;
    width: 100%;
}
.reg {
    text-transform: uppercase;
    font-weight: bold;
    color: red;
}
.btn {
    border: none;
}
/*login popup*/
/*sub category page start here*/
.subcategory-sec {
   padding-top: 40px;
    padding-bottom: 40px;
}
.sub-cat {
    /*max-width: 800px;*/
    padding: 20px;
    width: 100%;
    background-color: #fff;
}
.text-fld-icon {
   background-color: #efefef;
    padding: 6px;
    border-radius: 8px;
}
.text-fld-icon i{
    color: red;
}
.text-fld-icon input{
    border: none;
    background-color: transparent;
    width: 90%;
    margin-left: 5px;
    outline: none;
}
.sb-list ul{
    padding-left: 8px;
}
.search-sec .sb-list ul li{    
    width: 32.5%;
    float: left;
    margin-right: 7px;
    list-style: none;
    border: .1rem solid #ccc;
    border-radius: .5rem;
    padding: 6px;
    margin-bottom: 6px;
    background: #fff;
}
.sb-list ul li a{
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.serv-ttl{
    text-align: center;   
   
}
.arw {
    float: right;
}
.arw i{
   font-size: 12px;
    border: 1px solid #ccc;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 30px;
}
/*sub category page end here*/
/*sub-cat page start here*/
.cat-form{
    padding-bottom: 40px;
    padding-top: 40px;
}
.frm-sec {
    background-color: #fff;
    padding: 15px;
    margin:0 auto;
    max-width: 600px;
    width: 100%;
}
.frm-sec label{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}
.frm-sec input{
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
}
.frm-sec select{
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 5px;
}
.sbmt-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    
}
.sbmt-btn button{
    border: none;background-color: red;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
}
/*sub-cat page end here*/
.ttl {
    text-align: center;
    margin-bottom: 20px;
}
.dtails {
    border: 1px solid #ccc;
    height: 180px;
    padding: 12px;
}
.dtails h2{
    font-size: 18px;

}
.frq h2{
    font-size: 23px;
}
.prop-sec {
    border: 1px solid #ccc;
    text-align: center;
    height: 100px;
    padding-top: 24px;
}
.prop-sec h3{
    font-size: 16px;
}
.lst-prprty h2{
    font-size: 20px;
}

.post select {
    width: 100%;
    padding: 8px;
}