/********** Template CSS **********/
@import url(css/classy-nav.css);
@import url(css/bootstrap.min.css);



:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
	font-size:22px;
	padding:15px 25px;
	font-weight:700px;
	border-radius:10px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link {
  padding:5px 14px;
  font-weight: 600;

  color: #ffffff;
  outline: none;
  margin:5px;
  border-radius:3px;
  font-size:15px;

}






.navbar-light .navbar-nav .nav-link:hover,
 {
  color: #FFFFFF;


}

.navbar-light .navbar-nav .nav-link.active {
  color: #FFFFFF;
  padding-left:18px;

}
.navbar-light .navbar-nav .nav-link.active. navbar .dropdown-toggle::after  {
  color: #FFFFFF;


}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-right: 0px;
color: #ffffff;
}

@media only screen and (max-width: 600px) {
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,nav-link dropdown{

color: #ffffff;

}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
 color: #ffffff;
 
}
 
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
		  color: #ffffff;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
		
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {

        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 1;
        visibility: hidden;

		  color: #ffffff;

    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
		  color: #ffffff;

    }
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 200px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
  background-size: cover; 
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 600px) {
    

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-headersong {
    background: url(../img/song.jpeg) center center no-repeat;
    object-fit: cover;
	width:100%;
	height:auto;
}

.page-header-reel {
    background: url(../img/reel2.jpeg) top center no-repeat;
    background-size: cover;
	
}

.page-header-short-video{
    background: url(../img/short-film.jpeg) top center no-repeat;
    background-size: cover;
}
.page-header2 {
    background: url(../img/category_bg.jpg) top center no-repeat;
    background-size: cover;
}


.page-header3 {
    background: url(../img/terms.jpg) top center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {

}

.about-img img,
.feature-img img {

}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}




/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background:#eeeeee;
    transition: .5s;
color:#151515;
}

.project .nav .nav-link.active{
    background:#f73860;
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}










/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
	color:#7c7c7c;
}

.footer .copyright a {
    color: var(--light);
	font-weight:600

}

.footer .copyright a:hover {

		color:#ffffff;
			text-decoration:underline;
}


/* navbar */
.top-nav {
    background-color:#0081bd;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
	background-color:#0081bd;

}
.social-icons a {
    width: 35px;
    height: 35px;
    display: inline-flex;

    text-decoration: none;
    align-items: center;
    justify-content: center;

}

.social-icons a:hover {

}

.btn-brand {

    background-color:#ffc200;
    color: #fff;
	border-radius:10px;
	padding:15px 20px 15px 20px;
	font-size:20px;
	font-weight:600;
	margin-bottom:5px;
}

.btn-brand:hover {
    background-color: #525555;

    color: #fff;
}
.btn-brand2 {

    background-color:#0ec7a7;
    color: #fff;
	border-radius:10px;
	padding:15px 20px 15px 20px;
	font-size:20px;
	font-weight:600;
		margin-bottom:5px;
}

.btn-brand2:hover {
    background-color: #525555;

    color: #fff;
}

.btn-brand3 {

    background-color:#f73961;
    color: #fff;
	border-radius:10px;
	padding:15px 20px 15px 20px;
	font-size:20px;
	font-weight:600;
		margin-bottom:5px;
}

.btn-brand3:hover {
    background-color: #525555;

    color: #fff;
}
.btn-brand4 {

    background-color:#87c82a;
    color: #fff;
	border-radius:10px;
	padding:15px 20px 15px 20px;
	font-size:20px;
	font-weight:600;
		margin-bottom:5px;
}

.btn-brand4:hover {
    background-color: #525555;

    color: #fff;
}


.text3{
font-size:40px;
color:#ffffff;
line-height:52px;
font-family: 'Raleway', sans-serif;

text-transform: uppercase;

}

.text2{
font-size:16px;
color:#ffffff;

font-family: 'Poppins', sans-serif;


}
.text5{
font-size:49px;
color:#ffffff;
font-family: 'Raleway', sans-serif;

}
.text6{
font-size:40px;
color:#ffffff;
font-family: 'Raleway', sans-serif;
text-align:center;

}
.text7{
font-size:16px;
color:#151515;

font-family: 'Poppins', sans-serif;
padding-bottom:5px;


}
.text4{
font-size:17px;
color:#ffffff;
font-weight:700;


font-family: 'Poppins', sans-serif;

}

.text8{
font-size:24px;
color:#ffffff;

font-family: 'Poppins', sans-serif;

}

.text9{
font-size:25px;
color:#ffffff;
font-family: 'Raleway', sans-serif;

font-weight:600;

}
.text10{
font-size:20px;
color:#151515;
font-family: 'Poppins', sans-serif;
text-align:left;

}

.text11{
font-size:21px;
color:#151515;
font-family: 'Poppins', sans-serif;
text-align:left;
font-weight:700;

}
.text12{
font-size:16px;
color:#151515;

font-family: 'Poppins', sans-serif;
font-weight:600;



}

.text13{
font-size:16px;

font-family: 'Poppins', sans-serif;
font-weight:400;



}

.text14{
font-weight:600; text-align:center; padding:10px; font-size:20px; color:#252525;

font-family: 'Poppins', sans-serif;




}

.text15{
font-size:17px;
color:#ffffff;
font-family: 'Raleway', sans-serif;

font-weight:400;

}


.apply-now {
  background-image: url(../img/apply-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 20px 2px;
}

.apply-now .item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.apply-now2 {
  background-image: url(../img/apply-bg6.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 20px 2px;
}

.apply-now2 .item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	
}

.apply-now3 {
  background-image: url(../img/apply-bg7.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 20px 2px;
}

.apply-now3 .item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.apply-now5 {
  background-image: url(../img/apply-bg14.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 20px 2px;
}

.apply-now5 .item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.apply-now6 {
  background-image: url(../img/apply-bg3.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 20px 2px;
}

.apply-now6 .item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.apply-now4 {
  background-image: url(../img/apply-bg10.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  padding: 20px 2px;
}

.apply-now4 .item {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
    border-radius: 20px;
}

.prizes .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.apply-now .item p {
  color: #fff;
  margin-bottom: 0px;
}




section.video{
  background-image: url(../img/video.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.video .left-image {
  margin: 0px 45px -80px -150px;
}

@media only screen and (max-width: 600px) {
section.video .left-image {
  margin: 0px 45px -80px -210px;
}

}
section.video .section-heading {
  text-align: left;
  color:#FFFFFF;
}

section.video .section-heading h4 {
  color: #fff;
}





section.song{
  background-image: url(../img/song.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.song .left-image {
  margin: 0px 45px -80px -150px;
}

@media only screen and (max-width: 600px) {
section.song .left-image {
  margin: 0px 45px -80px -210px;
}

}
section.song .section-heading {
  text-align: left;
  color:#FFFFFF;
}

section.song .section-heading h4 {
  color: #fff;
}


section.reel{
  background-image: url(../img/reel.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.reel .left-image {
  margin: 0px 45px -80px -100px;
}

@media only screen and (max-width: 600px) {
section.reel .left-image {
  margin: 0px 45px -80px -210px;
}
.text12{
font-size:10px;
color:#151515;

font-family: 'Poppins', sans-serif;



}

}
section.reel .section-heading {
  text-align: left;
  color:#FFFFFF;
}

section.reel .section-heading h4 {
  color: #fff;
}



/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 170px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
  background-size: cover;
    }
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	background-color:#FFFFFF;
	border-radius: 15px 100px;
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}




.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}
.buttonheight {
margin-top:350px;
  }
  .buttonheight2{
margin-top:600px;
  }
  
  @media (max-width: 768px){
  .buttonheight {
margin-top:150px;
  }
  
  .buttonheight {
margin-top:250px;
  }
  }
  
@media screen and (min-width: 992px) {
a.btn.btn-primary.mt-2.py-3.px-5.mobile-version {
    visibility: hidden;
    }
}

@media screen and (max-width: 600px) {
.buttonheight {
margin-top:100px;
}
.img-adjust{
    padding: 0px !important;
}
}

@media screen and (max-width: 600px){
  a.btn.btn-primary.mt-2.py-3.px-5.mobile.version {
    color: #FFFFFF;
	font-size:16px;
	padding:10px 15px;
	font-weight:700px;
	border-radius:10px;
	position: relative;
    top: 370px;
    left: 100px;
}
}
  

  .btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
	font-size:16px;
	padding:10px 15px;
	font-weight:700px;
	border-radius:10px;

}

@media only screen and (max-width: 600px) {
    .navbar-brand img {
	width:280px;
	height:55px;
    }
	}

@media only screen and (max-width: 600px) {
 .dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit; white-space:nowrap;background-color:transparent;border:0;}
    }
@media only screen and (max-width: 600px) {
.text3{
font-size:34px;
color:#ffffff;
line-height:52px;
font-family: 'Raleway', sans-serif;

text-transform: uppercase;

}
}

@media only screen and (max-width: 600px) {
.text14{
font-weight:600; text-align:center;  font-size:16px; color:#252525;

font-family: 'Poppins', sans-serif;


}
}
@media only screen and (max-width: 600px) {
.text5{
font-size:40px;
color:#ffffff;
font-family: 'Raleway', sans-serif;

}
}
@media only screen and (max-width: 600px) {
.navbar-light .navbar-nav .nav-link.active {
  color: #FFFFFF;
  padding-left:10px;

}
}
@media only screen and (max-width: 400px) {
.upcoming-meetings .categories ul li {
  margin-bottom: 15px;
 font-size: 10px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;


}
}


.nav-item dropdown{
padding:0px 18px 0px 18px;

}

.upcoming-meetings {
  background-image: url(../img/goal_bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.upcoming-meetings .section-heading {
  text-align: center;
}

.upcoming-meetings .categories {
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
	background-color:#f2f2f2;
	border-radius: 15px;
	padding:30px;
}

.upcoming-meetings .categories h2 {
  font-size: 25px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.upcoming-meetings .categories ul li {

  margin-bottom: 15px;
 font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;

}

.upcoming-meetings .categories ul li a {
  font-size: 17px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}






.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}




/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	  background-image: url(../img/reel.jpg);
;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}



.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

.page-section {
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}


.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}


.card {
        width: 275px;
        height: 66px;
          background-image: url(../img/b-1.png); no-repeat;
        display: inline-block;
		border:none;
		background-color:rgba(0,0,0,.0);
    }
    .card:hover {
         background-image: url(../img/b-2.png); no-repeat;
		 		border:none;
    }
	
	
	/*** gallery Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;

    border-radius: 0px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {

	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}
/*** gallery End ***/




.hero-area {
  position: relative;
  z-index: 1;
  width: 100%; }
  
  .section-padding-80 {
  padding-top: 80px;
  padding-bottom: 20px; }
  
  
  
.single-feature-post.video-post {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-feature-post.video-post {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-post.video-post {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .single-feature-post.video-post {
      height: 320px; } }
  .single-feature-post.video-post::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%); }
  .single-feature-post.video-post .play-btn {
    position: absolute;
    margin-top: -30px;
    margin-left: -30px;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    background-color: #db4437;
    border-radius: 50%;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    padding: 0 0 0 3px;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .single-feature-post.video-post .play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px; } }
    .single-feature-post.video-post .play-btn:hover, .single-feature-post.video-post .play-btn:focus {
      background-color: #0f1112; }
  .single-feature-post.video-post .post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 59;
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .single-feature-post.video-post .post-content {
        left: 15px;
        bottom: 15px; } }
    .single-feature-post.video-post .post-content .post-title {
      font-size: 24px;
      display: block;
      color: #ffffff;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-feature-post.video-post .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .single-feature-post.video-post .post-content .post-title {
          font-size: 16px; } }
      .single-feature-post.video-post .post-content  .single-feature-post.video-post .post-content .post-title:focus {
        color: #0f1112; }
    .single-feature-post.video-post .post-content .post-meta {
      position: relative;
      z-index: 1; }
      .single-feature-post.video-post .post-content .post-meta a {
        display: inline-block;
        margin-right: 30px;
        color: #ffffff; }
        .single-feature-post.video-post .post-content .post-meta a:hover, .single-feature-post.video-post .post-content .post-meta a:focus {
          color: #db4437; }
  .single-feature-post.video-post .video-duration {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #0f1112;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    z-index: 79; }
	
	
	
	.vizew-nav-tab {
  position: relative;
  z-index: 1;
  background-color: #393c3d;
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vizew-nav-tab {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .vizew-nav-tab {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .vizew-nav-tab {
      height: 300px; } }
  .vizew-nav-tab .nav-link {
    padding: 0;
    padding: 15px 20px;
    border-left: 4px solid transparent; }
    .vizew-nav-tab .nav-link.active {
      background-color: #4d5051;
      border-left-color: #db4437; }

.vizew-breadcrumb {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px; }
  .vizew-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0; }
    .vizew-breadcrumb .breadcrumb .breadcrumb-item {
      color: #a6a6a6;
      font-size: 16px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 12px; } }
      .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #fff;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 12px; } }
        .vizew-breadcrumb .breadcrumb .breadcrumb-item a:hover, .vizew-breadcrumb .breadcrumb .breadcrumb-item a:focus {
          font-weight: 400;
          color: #db4437; }
  .vizew-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #fff; }
	
	
	
	
	
	
	
	
	.hero-area {
  position: relative;
  z-index: 1;
  width: 100%; }

.vizew-nav-tab {
  position: relative;
  z-index: 1;
  background-color: #393c3d;
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vizew-nav-tab {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .vizew-nav-tab {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .vizew-nav-tab {
      height: 300px; } }
  .vizew-nav-tab .nav-link {
    padding: 0;
    padding: 15px 20px;
    border-left: 4px solid transparent; }
    .vizew-nav-tab .nav-link.active {
      background-color: #4d5051;
      border-left-color: #db4437; }

.vizew-breadcrumb {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px; }
  .vizew-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0; }
    .vizew-breadcrumb .breadcrumb .breadcrumb-item {
      color: #a6a6a6;
      font-size: 16px;
      font-weight: 400; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .vizew-breadcrumb .breadcrumb .breadcrumb-item {
          font-size: 12px; } }
      .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #fff;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .vizew-breadcrumb .breadcrumb .breadcrumb-item a {
            font-size: 12px; } }
        .vizew-breadcrumb .breadcrumb .breadcrumb-item a:hover, .vizew-breadcrumb .breadcrumb .breadcrumb-item a:focus {
          font-weight: 400;
          color: #db4437; }
  .vizew-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #fff; }

.single-blog-post {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-blog-post:last-child {
    margin-bottom: 0; }
  .single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    .single-blog-post .post-thumbnail img {
      width: 100%; }
  .single-blog-post .post-content {
    position: relative;
    z-index: 1;
    padding-left: 20px; }
    .single-blog-post .post-content .post-title .post-title{
      color: #ffffff;
      margin-bottom: 5px;
      display: block;
      font-size: 16px;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post .post-content .post-title {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-post .post-content .post-title {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
          font-size: 13px; } }
      .single-blog-post .post-content  .single-blog-post .post-content  {
        color: #db4437; }
    .single-blog-post .post-content .post-meta a {
      display: inline-block;
      color: #595959;
      font-size: 12px; }
      .single-blog-post .post-content .post-meta a:hover, .single-blog-post .post-content .post-meta a:hover {
        color: #ffffff; }
  .single-blog-post.style-2 {
    margin-bottom: 0; }
    .single-blog-post.style-2 .post-thumbnail {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      max-width: 110px;
      width: 110px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-blog-post.style-2 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          max-width: 80px;
          width: 80px; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-2 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
          flex: 0 0 80px;
          max-width: 80px;
          width: 80px; } }
      .single-blog-post.style-2 .post-thumbnail img {
        width: 100%; }
    .single-blog-post.style-2 .post-content {
      position: relative;
      z-index: 1;
      padding-left: 20px; }
      .single-blog-post.style-2 .post-content .post-title {
        color: #ffffff;
        margin-bottom: 10px;
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-post.style-2 .post-content .post-title {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-blog-post.style-2 .post-content .post-title {
            font-size: 13px; } }
        @media only screen and (max-width: 767px) {
          .single-blog-post.style-2 .post-content .post-title {
            font-size: 13px; } }
      .single-blog-post.style-2 .post-content .post-meta span {
        display: inline-block;
        color: #a6a6a6;
        font-size: 12px; }
  .single-blog-post.style-3 {
    margin-bottom: 0; }
    .single-blog-post.style-3 .post-thumbnail {
      position: relative;
      z-index: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
      flex: 0 0 140px;
      max-width: 140px;
      width: 140px; }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-3 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
          flex: 0 0 100px;
          max-width: 100px;
          width: 100px; } }
    .single-blog-post.style-3 .post-content .post-title {
      color: #ffffff;
      margin-bottom: 15px;
      display: block;
      font-weight: 700;
      font-size: 16px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .single-blog-post.style-3 .post-content .post-title {
          font-size: 14px; } }
      .single-blog-post.style-3 .post-content  .single-blog-post.style-3 .post-content {
        color: #db4437; }
    .single-blog-post.style-3 .post-content .post-meta span {
      display: inline-block;
      color: #a6a6a6;
      font-size: 12px; }

.single-feature-post.video-post {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-feature-post.video-post {
      height: 400px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-feature-post.video-post {
      height: 350px; } }
  @media only screen and (max-width: 767px) {
    .single-feature-post.video-post {
      height: 320px; } }
  .single-feature-post.video-post::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.01) 90%, rgba(0, 0, 0, 0) 100%); }
  .single-feature-post.video-post .play-btn {
    position: absolute;
    margin-top: -30px;
    margin-left: -30px;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    background-color: #db4437;
    border-radius: 50%;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    padding: 0 0 0 3px;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .single-feature-post.video-post .play-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px; } }
    .single-feature-post.video-post .play-btn:hover, .single-feature-post.video-post .play-btn:focus {
      background-color: #0f1112; }
  .single-feature-post.video-post .post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 59;
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .single-feature-post.video-post .post-content {
        left: 15px;
        bottom: 15px; } }
    .single-feature-post.video-post .post-content .post-title {
      font-size: 24px;
      display: block;
      color: #ffffff;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-feature-post.video-post .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .single-feature-post.video-post .post-content .post-title {
          font-size: 16px; } }
      .single-feature-post.video-post .post-content , .single-feature-post.video-post .post-content .post-title:focus {
        color: #0f1112; }
    .single-feature-post.video-post .post-content .post-meta {
      position: relative;
      z-index: 1; }
      .single-feature-post.video-post .post-content .post-meta a {
        display: inline-block;
        margin-right: 30px;
        color: #ffffff; }
        .single-feature-post.video-post .post-content .post-meta a:hover, .single-feature-post.video-post .post-content .post-meta a:focus {
          color: #db4437; }
  .single-feature-post.video-post .video-duration {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: #0f1112;
    padding: 6px 12px;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    z-index: 79; }

.post-cata {
  background-color: #db4437;
  padding: 8px 15px 6px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block; }
  .post-cata.cata-success {
    background-color: #3cb878; }
  .post-cata.cata-danger {
    background-color: #db4437; }
  .post-cata.cata-primary {
    background-color: #1996ce; }
  .post-cata:hover, .post-cata:focus {
    background-color: #0f1112;
    font-size: 12px; }
  .post-cata.cata-sm {
    font-size: 10px; }
    .post-cata.cata-sm:hover, .post-cata.cata-sm:focus {
      background-color: #0f1112;
      font-size: 10px; }

.single-post-area {
  position: relative;
  z-index: 1; }
  .single-post-area .post-thumbnail {
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-post-area .post-thumbnail {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-post-area .post-thumbnail {
        margin-bottom: 30px; } }
    .single-post-area .post-thumbnail .video-duration {
      display: inline-block;
      position: absolute;
      right: 15px;
      bottom: 15px;
      background-color: #0f1112;
      padding: 6px 10px;
      border-radius: 2px;
      font-size: 14px;
      color: #ffffff;
      line-height: 1;
      z-index: 79; }
  .single-post-area .post-content {
    position: relative;
    z-index: 1;
    margin-top: 20px; }
    .single-post-area .post-content .post-title {
      display: block;
      color: #ffffff;
      margin-bottom: 15px;
      font-size: 20px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-post-area .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-post-area .post-content .post-title {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .single-post-area .post-content .post-title {
          font-size: 18px; } }
      .single-post-area .post-content  .single-post-area .post-content .post-title:focus {
        color: #db4437; }
    .single-post-area .post-content .post-meta a {
      display: inline-block;
      margin-right: 20px; }
      .single-post-area .post-content .post-meta a:hover, .single-post-area .post-content .post-meta a:focus {
        color: #db4437; }
      .single-post-area .post-content .post-meta a:last-child {
        margin-right: 0; }
    .single-post-area .post-content .post-meta .post-author {
      color: #595959; }
    .single-post-area .post-content .post-meta .post-date {
      color: #595959; }
    .single-post-area .post-content .post-meta i.fa-circle {
      color: #a6a6a6;
      font-size: 6px;
      margin-right: 20px; }
  .single-post-area.style-2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #393c3d; }

.featured-post-slides,
.sport-video-slides,
.business-video-slides {
  position: relative;
  z-index: 1; }
  .featured-post-slides .owl-prev,
  .featured-post-slides .owl-next,
  .sport-video-slides .owl-prev,
  .sport-video-slides .owl-next,
  .business-video-slides .owl-prev,
  .business-video-slides .owl-next {
    background-color: #1b1e1f;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: -88px;
    right: 38px; }
    .featured-post-slides .owl-prev:hover, .featured-post-slides .owl-prev:focus,
    .featured-post-slides .owl-next:hover,
    .featured-post-slides .owl-next:focus,
    .sport-video-slides .owl-prev:hover,
    .sport-video-slides .owl-prev:focus,
    .sport-video-slides .owl-next:hover,
    .sport-video-slides .owl-next:focus,
    .business-video-slides .owl-prev:hover,
    .business-video-slides .owl-prev:focus,
    .business-video-slides .owl-next:hover,
    .business-video-slides .owl-next:focus {
      background-color: #0e0f10; }
  .featured-post-slides .owl-next,
  .sport-video-slides .owl-next,
  .business-video-slides .owl-next {
    right: 0; }

.archive-catagory-view {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #393c3d; }
  .archive-catagory-view .archive-catagory h4 {
    font-weight: 400;
    margin-bottom: 0; }
    .archive-catagory-view .archive-catagory h4 i {
      color: #db4437; }
  .archive-catagory-view .view-options a {
    display: inline-block;
    background-color: #393c3d;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 30px; }
    .archive-catagory-view .view-options a.active, .archive-catagory-view .view-options a:hover, .archive-catagory-view .view-options a:focus {
      background-color: #ffffff;
      color: #db4437; }
    .archive-catagory-view .view-options a.active {
      pointer-events: none; }

.pagination {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .pagination {
      margin-bottom: 80px; } }
  .pagination .page-item .page-link {
    background-color: #393c3d;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #a6a6a6;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    padding: 0 15px;
    margin-right: 5px;
    border: none; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      background-color: #ffffff;
      color: #db4437; }
  .pagination .page-item.active .page-link {
    background-color: #ffffff;
    color: #db4437; }

.vizew-blockquote {
  position: relative;
  z-index: 1;
  background-color: #181b1b;
  padding: 30px 90px 30px 30px; }
  .vizew-blockquote::after {
    content: '\f10e';
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 42px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1; }
  .vizew-blockquote .blockquote-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .vizew-blockquote .blockquote-text {
        font-size: 16px; } }

.unordered-list {
  position: relative;
  z-index: 1; }
  .unordered-list li {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .unordered-list li {
        font-size: 14px; } }
    .unordered-list li:last-child {
      margin-bottom: 0; }
    .unordered-list li::after {
      position: absolute;
      top: 5px;
      left: 0;
      z-index: 2;
      content: '\f111';
      font-family: 'FontAwesome';
      font-size: 8px; }

.ordered-list {
  position: relative;
  z-index: 1;
  padding-left: 15px; }
  .ordered-list li {
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px; }
    .ordered-list li:last-child {
      margin-bottom: 0; }

.single-video-area {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .single-video-area iframe {
    width: 100%;
    height: 600px !important;
    border: none; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-video-area iframe {
        height: 550px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-video-area iframe {
        height: 400px !important; } }
    @media only screen and (max-width: 767px) {
      .single-video-area iframe {
        height: 220px !important; } }

.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content .post-share-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px; }
    @media only screen and (max-width: 767px) {
      .post-details-content .post-share-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px; } }
    .post-details-content .post-share-info p {
      color: #ffffff;
      font-weight: 500;
      letter-spacing: 1px; }
      @media only screen and (max-width: 767px) {
        .post-details-content .post-share-info p {
          font-size: 12px;
          letter-spacing: 0; } }
    .post-details-content .post-share-info a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #ffffff;
      text-align: center;
      line-height: 40px;
      background-color: #db4437;
      margin-bottom: 10px;
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .post-details-content .post-share-info a {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 13px; } }
      .post-details-content .post-share-info a.facebook {
        background-color: #4c65a8; }
      .post-details-content .post-share-info a.twitter {
        background-color: #41a1f6; }
      .post-details-content .post-share-info a.google-plus {
        background-color: #f43535; }
      .post-details-content .post-share-info a.instagram {
        background-color: #8f6247; }
      .post-details-content .post-share-info a.thumb-tack {
        background-color: #f0c605; }
      .post-details-content .post-share-info a:hover, .post-details-content .post-share-info a:focus {
        background-color: #db4437; }
  .post-details-content .post-content {
    position: relative;
    z-index: 1;
    margin-top: 20px; }
    .post-details-content .post-content .post-title {
      display: block;
      color: #ffffff;
      margin-bottom: 15px;
      font-size: 24px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .post-details-content .post-content .post-title {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .post-details-content .post-content .post-title {
          font-size: 18px; } }
      .post-details-content .post-content , .post-details-content .post-content .post-title:focus {
        color: #db4437; }
    .post-details-content .post-content .post-meta a {
      display: inline-block;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .post-details-content .post-content .post-meta a {
          margin-right: 8px;
          font-size: 12px; } }
      .post-details-content .post-content .post-meta a:hover, .post-details-content .post-content .post-meta a:focus {
        color: #db4437; }
      .post-details-content .post-content .post-meta a:last-child {
        margin-right: 0; }
    .post-details-content .post-content .post-meta .post-author {
      color: #595959; }
    .post-details-content .post-content .post-meta .post-date {
      color: #595959; }
    .post-details-content .post-content .post-meta i.fa-circle {
      color: #a6a6a6;
      font-size: 6px;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .post-details-content .post-content .post-meta i.fa-circle {
          margin-right: 8px; } }

.post-tags {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #393c3d;
  border-top: 1px solid #393c3d;
  padding: 40px 0; }
  .post-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .post-tags ul li a {
      display: inline-block;
      background-color: #393c3d;
      padding: 5px 12px;
      border-radius: 2px;
      font-size: 12px;
      text-transform: uppercase;
      color: #a6a6a6;
      font-weight: 400;
      letter-spacing: 1px;
      margin: 3px; }
      .post-tags ul li a:hover, .post-tags ul li a:focus {
        background-color: #db4437;
        color: #ffffff; }

.vizew-post-author {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #393c3d; }
  .vizew-post-author .post-author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px; }
    @media only screen and (max-width: 767px) {
      .vizew-post-author .post-author-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
  .vizew-post-author .post-author-desc a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .vizew-post-author .post-author-desc a {
        font-size: 16px; } }
  .vizew-post-author .post-author-desc p {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .vizew-post-author .post-author-desc p {
        font-size: 12px; } }
  .vizew-post-author .post-author-desc .post-author-social-info a {
    display: inline-block;
    color: #a6a6a6;
    padding: 0 5px;
    font-size: 14px; }
    .vizew-post-author .post-author-desc .post-author-social-info a:first-child {
      padding-left: 0; }
    .vizew-post-author .post-author-desc .post-author-social-info a:hover, .vizew-post-author .post-author-desc .post-author-social-info a:focus {
      color: #db4437; }

.comment_area {
  position: relative;
  z-index: 1;
  border-top: 1px solid #393c3d;
  border-bottom: 1px solid #393c3d;
  padding-bottom: 50px;
  padding-top: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    min-width: 70px;
    margin-right: 20px;
    height: 70px;
    border-radius: 50%; }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        min-width: 40px;
        margin-right: 10px;
        height: 40px; } }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .comment-date {
      font-size: 12px;
      color: #a6a6a6;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 10px;
      display: block; }
    .comment_area .comment-content .comment-meta h6 {
      margin-bottom: 10px; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 2; }
    .comment_area .comment-content .comment-meta .like,
    .comment_area .comment-content .comment-meta .reply {
      background-color: #393c3d;
      font-size: 12px;
      font-weight: 400;
      text-transform: capitalize;
      letter-spacing: 1px;
      height: 30px;
      padding: 0 15px;
      border-radius: 2px;
      line-height: 30px;
      text-align: center;
      margin-right: 15px;
      color: #ffffff; }
      .comment_area .comment-content .comment-meta .like:last-child,
      .comment_area .comment-content .comment-meta .reply:last-child {
        margin-right: 0; }
      .comment_area .comment-content .comment-meta .like:hover,
      .comment_area .comment-content .comment-meta .reply:hover {
        background-color: #db4437; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .like,
        .comment_area .comment-content .comment-meta .reply {
          margin-right: 5px; } }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children .single_comment_area {
        margin-left: 15px; } }

.pager-article {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  width: 500px !important;
  height: 320px !important;
  z-index: 9999;
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .pager-article {
      width: 300px !important;
      height: 220px !important; } }
  .pager-article .post-title {
    font-size: 20px !important; }
    @media only screen and (max-width: 767px) {
      .pager-article .post-title {
        font-size: 14px !important; } }

.vizew-pager-prev,
.vizew-pager-next {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 0;
  width: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .vizew-pager-prev p,
  .vizew-pager-next p {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
    position: absolute;
    width: 270px;
    height: 60px;
    background-color: #181b1b;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ffffff;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    top: 41%;
    margin-bottom: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -105px;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .vizew-pager-prev p,
      .vizew-pager-next p {
        width: 220px;
        height: 40px;
        font-size: 14px;
        left: -90px;
        line-height: 40px; } }
  .vizew-pager-prev:hover,
  .vizew-pager-next:hover {
    width: 500px; }
    @media only screen and (max-width: 767px) {
      .vizew-pager-prev:hover,
      .vizew-pager-next:hover {
        width: 300px; } }
    .vizew-pager-prev:hover .pager-article,
    .vizew-pager-next:hover .pager-article {
      opacity: 1;
      visibility: visible; }

.vizew-pager-next {
  right: 0;
  left: auto; }
  .vizew-pager-next p {
    left: auto;
    right: -105px; }
    @media only screen and (max-width: 767px) {
      .vizew-pager-next p {
        right: -90px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vizew-archive-list-posts-area .single-post-area .post-thumbnail {
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-a-comment-area {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .post-a-comment-area {
    margin-bottom: 80px; } }

.single-widget {
  position: relative;
  z-index: 1;
  border: 1px solid #393c3d;
  border-radius: 3px;
  padding: 40px 30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-widget {
      padding: 30px 20px; } }
  @media only screen and (max-width: 767px) {
    .single-widget {
      padding: 30px 20px; } }

.followers-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .followers-widget a {
    width: 85px;
    display: inline-block;
    height: auto;
    padding: 15px 5px;
    background-color: #db4437;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .followers-widget a {
        width: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .followers-widget a {
        width: 65px; } }
    @media only screen and (max-width: 767px) {
      .followers-widget a {
        width: 70px; } }
    .followers-widget a.facebook {
      background-color: #39579a; }
    .followers-widget a.twitter {
      background-color: #55acee; }
    .followers-widget a.google {
      background-color: #dd4b39; }
    .followers-widget a i,
    .followers-widget a span {
      display: block;
      text-align: center;
      font-weight: 700; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .followers-widget a i,
        .followers-widget a span {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .followers-widget a i,
        .followers-widget a span {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .followers-widget a i,
        .followers-widget a span {
          font-size: 12px; } }
    .followers-widget a i {
      font-size: 18px;
      margin-bottom: 8px; }
    .followers-widget a span.counter {
      font-size: 18px; }

.newsletter-widget .newsletter-form {
  position: relative;
  z-index: 1; }
  .newsletter-widget .newsletter-form input {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 12px; }
    .newsletter-widget .newsletter-form input:focus {
      box-shadow: none; }

.single-youtube-channel {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .single-youtube-channel:last-child {
    margin-bottom: 0; }
  .single-youtube-channel .youtube-channel-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    width: 110px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-youtube-channel .youtube-channel-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-youtube-channel .youtube-channel-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        width: 70px; } }
    @media only screen and (max-width: 767px) {
      .single-youtube-channel .youtube-channel-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        width: 80px; } }
  .single-youtube-channel .youtube-channel-content {
    padding-left: 20px; }
    .single-youtube-channel .youtube-channel-content .channel-title {
      text-transform: uppercase;
      font-size: 14px;
      color: #ffffff;
      margin-bottom: 8px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .single-youtube-channel .youtube-channel-content .channel-title {
          font-size: 12px; } }
    .single-youtube-channel .youtube-channel-content .subscribe-btn {
      width: 130px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      background-color: #db4437;
      border-radius: 3px;
      padding: 0;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500; }
      .single-youtube-channel .youtube-channel-content .subscribe-btn:hover, .single-youtube-channel .youtube-channel-content .subscribe-btn:focus {
        font-size: 14px;
        font-weight: 500;
        background-color: #0f1112; }

.share-post-widget {
  position: relative;
  z-index: 1; }
  .share-post-widget p {
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .share-post-widget a {
    display: block;
    width: 150px;
    height: 40px;
    background-color: #db4437;
    border-radius: 50px;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 40px;
    text-align: center; }
    .share-post-widget a i {
      margin-right: 10px; }
    .share-post-widget a:last-child {
      margin-bottom: 0; }
    .share-post-widget a.facebook {
      background-color: #4c65a8; }
    .share-post-widget a.twitter {
      background-color: #41a1f6; }
    .share-post-widget a.google {
      background-color: #f43535; }
    .share-post-widget a:hover, .share-post-widget a:focus {
      background-color: #db4437; }
	  
	  
	  
	  
	  
	  #videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-primary-outline-0 {
    border: 0;
    color: var(--bs-white) !important;
}

.btn-light-outline-0 {
    border: 0;
    color: var(--bs-primary) !important;
}

.btn-primary-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

.btn-light-outline-0:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}