/*common css*/
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #212529;
}
.txt-center{ text-align: center; }
.txt-left{ text-align: left; }
.txt-right{ text-align: right; }
ul {
    margin-bottom: 0px;
    padding-left: 0px;

}
li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Poppins', sans-serif ;  
    margin-bottom: 0rem;
}

h1{
 font-weight:500;  
 font-size:50px;
}
h2{ 
font-weight: 400;
    font-size: 26px;
    color: #818181;
    text-transform: uppercase;
}
h3{ 
    font-weight:400;   
    font-size:26px;

}
h4{ 
    font-weight:300;   
    font-size:25px;
	color:#676767;
}
h5{ 
    font-weight:500;   
    font-size:60px;
}
h6{ 
    font-weight:600;   
    font-size:26px;
}
p{
    font-weight:400;   
    font-size:18px;
	color:#A5A5A5;
}

.sec-sub-title li h5 {
    text-transform: uppercase;
}

body {
    overflow-x: hidden;
}
.top-social-icons ul li a img, .icon img, .cu-despg-link a, .desti-img-con, .despg-link, .bolg-con,.btn-close span,.collapse.show,.collapse,.collapsing
{
    -webkit-transition: .25s ease-out,.25s ease-out;
    transition: .25s ease-out,.25s ease-out;
}
/*.desti-img-con, .despg-link {*/
/*    -webkit-transition: .25s ease-out,.25s ease-out;*/
/*    transition: .25s ease-out,.25s ease-out;*/
/*}*/
   .fea-con, .owl-item {
    -webkit-transition: .25s ease-out,.25s ease-out;
    transition: .25s ease-out,.25s ease-out;
   }

 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
}
.owl-one .owl-theme .owl-dots .owl-dot span {
    background: #888888 !important;
    
}
.owl-one .owl-theme .owl-dots .owl-dot.active span, .owl-one .owl-theme .owl-dots .owl-dot:hover span {
    background: #0077ff !important;
}   
.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
/*common css*/

/*Navigation CSS-Starts*/
.nav-special, .nav-conus {
    display: none;
}
/*nav top*/
.img-fluid {
    max-width: 44%;
    height: auto;
}
.navbar {
    padding: 0rem 1rem;
}
.top-main-nav {
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}
.top-navbar {
    text-align: right;
    position: relative;
}
.top-navbar li a:hover {
    color: #6e2b3e;
}
.tp-social a img:hover {
    transform: scale(1.1);
}
.tp-social a img {
    transition: all 0.2s;
}
.call-icon p a {
    text-decoration: unset;
    color: #707070;
}
.top-social-icons ul li {
    display: inline-block;
    padding-right: 5px;
}
.top-navbar li a {
font-family: 'Quicksand',sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    text-decoration: none;
}
.top-navbar .nav {
    padding: 0 6px;
}
.tp-social a {
    padding: 10px 1px;
}
.call-icon p {
font-family: 'Quicksand',sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #707070;
    padding: 4px 0px;
}
img.top-call {
    padding-right: 5px;
}
.top-navbar li {
    display: inline-block;
}

.menu-main-nav-container {
    margin: 0 auto;
}
#menu-top-bar li {
    display: inline-block;
}
.sep-offers a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #FB5757;
    top: 0;
}
a.navbar-brand {
    width: 100%;
    text-align: center;
}
ul#menu-main-nav li {
    margin: 0px 15px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(111, 42, 62);
}
ul#menu-main-nav li a {
    position: relative;
}
ul#menu-main-nav li a::after {
    content: "";
    left: -2px;
    right: -2px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #6e2b3e;
    bottom: 0;
    transform: scale(0);
    transition: all 0.6s;
}

ul#menu-main-nav li a:hover::after {
    transform: scale(1);
}
ul#menu-main-nav .current_page_item a::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #6e2b3e;
}
/*nav top*/
.cu-row {
    width: 90%;
    margin: auto;
}
.bg-dark {
    background-color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Quicksand',sans-serif;
    text-transform: uppercase;
}
a.navbar-brand img {
    position: relative;
    z-index: 9999;
    background-color:#fff;
}
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    margin-top: -44px;
    background-color: transparent;
    padding-bottom: 30px;
}
.the-line::after {
    content: "";
    width: 100%;
    height: 1px;
background-color: #70707061;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 111;
}
.link-hide{
    display:none;
}
/*Navigation CSS-Ends*/


/*single post style */
div#comments {
    display: none;
}

.single article {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: 0 0 6px #00000021;
}
.single .entry-title {
margin-bottom: 20px;
    font-size: 28px;
    font-weight: 500;
    color: #6f2a3d;
}
.single .feature-img img {
    margin-bottom: 20px;
}
.single .blog-single img {  
	width: 100%;
    height: auto;
    margin: 15px 0px;
}
.single ol {
    padding-left: 19px;
    font-size: 18px;
}
.single .widget-title {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.single #recent-posts-2 ul li a {
    font-size: 14px;
    color: #515151 !important;
}
.single #recent-posts-2 ul {
    padding-left: 18px;
}
.single article h2 {
    font-weight: 400;
    font-size: 20px;
    color: #818181;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single article p {
	font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 01.3em;
    color: #5d5d5d;
}
.single #recent-posts-2 {
    background-color: white;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px #00000021;
}
/*single post style */


/*Footer-css*/

.fot-section {
    background-color: #c3ab88;
}

.btn-sub {
background-color: #6f2b3e;
    border: none;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    top: 0;
}
.email {
    border-radius: 20px 0px 0px 20px;
    border: none;
    padding: 8px 20px;
    width: 63%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.row.rw-height li {
    display: inline-block;
}
.row.rw-height li p {
    padding: 5px 0px;
    color:#fff;
}
.fot-subs {
    width: 35px;
    position: relative;
    top: -6px;
}
.row.rw-height {
    padding-top: 20px;
}
img.footer-logo {
    /* float: left; */
}
.excerpt {
    float: right;
    width: 79%;
}
.fot-con-one .excerpt h4 {
    font-size: 16px;
    color: #707070;
}
.fot-con-one .excerpt p {
    color: #707070;
    font-size: 14px;
}
.fot-con-two .footer-logo {
    width: 42px;
    float: left;
}
.fot-con-two h4 {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
}
.fot-con-two p {
    color: #707070;
    font-weight: 500;
    padding-top: 2px;
}
.fot-con-two {
    margin-top: 20px;
}
.footer-content h4 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #707070;
    margin-bottom: 10px;
}
.footer-content ul li a:hover {
    padding-left: 5px;
}
.footer-content ul li a {
    font-size: 14px;
    padding-bottom: 3px;
    color: #707070;
    text-decoration: unset;
    transition: all 1s;
}
.fot-botm p, .fot-botm p a {
    font-size: 13px;
    color: #707070;
    font-weight: 500;
        text-decoration: unset;
}
.bottom-footer {
    padding: 10px 0px;
    background-color: #EAEAEA;
}
.logo-showcase ul li {
    margin: 0 30px;
}
.logo-showcase ul li img {
    height: 54px;
    width: auto;
}
.logo-showcase ul li {
    display: inline-block;
}
ul.logo-con {
    width: 95%;
    margin: 0 auto;
}
.row.logo-showcase {
    margin: 60px 0px;
}
.container.fot-cucon {
    margin-top: 100px;
}
/*Footer-css*/