/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2. Header Area
	3. Mobile Menu Area
    4. Slide Area 
	5. About Area 
	6. Services area css
	7. Counter Area
	8. Work Area
	9. banner Area
    10. Team Area css
	11. Blog Area
    12.Reviews Area Css
    13. Brand area css
	14. Contact Css
	15. Photoshot Css
	16. Footer Css
    17. Home 02 area
    16. Breadcumbs Area
    17. Teams area
    18. Blog Details
    19.	Contact area css

  
    
-----------------------------------------------------------------------------------*/

/* Google Fonts Here */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #b1b1b1;
}
h1, h2, h3, h4, h5, h6 {
   margin: 0 0 10px;
   color: #fff;
   font-weight: 600;
   font-family: 'Poppins', sans-serif;
}
h1{
   font-size: 42px;
   line-height: 48px;
}
h2{
    font-size: 34px;
    line-height: 44px;
}
h3{
    font-size: 30px;
    line-height: 40px;
}
h4{
    font-size: 26px;
    line-height: 34px;
}
h5{
    font-size: 22px;
    line-height: 30px;
}
h6{
    font-size: 18px;
    line-height: 28px;
}
 a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
  color: #252525;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
hr {
    border-color: #d9d9d9;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.clear{
	clear:both;
}
a:focus {
    color: #D7B474;
    text-decoration: none;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #999999;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  text-align: left;
  overflow-x: hidden;
  line-height: 28px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.intro-default {
    width: 100%;
    height: auto;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.area-padding {
  padding: 50px 0px 50px 0;
}
.area-padding-2 {
  padding: 50px 0px 50px;
}
.section-headline h3 {
    font-size: 38px;
    color: #ddd;
    margin-bottom: 40px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about-area .top-head {
    text-transform: uppercase;
    color: #59853a;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.top-head::before {
    position: absolute;
    content: "";
    top: 13px;
    background: #D7B474;
    width: 40px;
    height: 1px;
    left: -50px;
}
.top-head::after {
    position: absolute;
    content: "";
    top: 13px;
    background: #59853a;
    width: 40px;
    height: 1px;
    right: -50px;
}
#scrollUp {
    bottom: 110px;
    font-size: 12px;
    line-height: 22px;
    right: 30px;
    width: 100px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    height: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #59853a;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
}
#scrollUp:hover {
    bottom: 130px;
    transition-duration: 500ms;
}
.bg-color{
    background: #fff;
}
.bg-color-2{
    background: #eeeeee;
}
.parallax-bg{
    position:relative;
	z-index: 1;
}
.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#10100E;
    opacity:.7;
    content:"";
	z-index: -1;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}
div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background: #fff url('../img/logo/preloader.gif') no-repeat center center; }
/*----------------------------------------*/
/*  2. Header Area 
/*----------------------------------------*/
.header-area{
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
}
.header-area {
    background: rgba(255, 255, 255, 1);
}
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #ffffff;    box-shadow: 0px 0px 10px #ddd;
}
.logo {
  display: block;
    height: 70px;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 15px 0;
}
.logo a{
    position: relative;
}
.team-content h4 a::after {
    position: absolute;
    content: "";
    background: #D7B474;
    width: 40px;
    height: 40px;
    left: -30px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
    transition: 0.5s;
}

div#navbarNavDropdown li a {
    font-size: 16px;
    color: #000;
    display: block;letter-spacing: -0.4px;
    padding: 0px 10px; font-weight:700;border-right: 1px solid #ccc;
}
div#navbarNavDropdown li:last-child a{ padding-right: 0px;border-right:none;}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.slide-menu {
    margin: 20px 0px;
    padding: 0;
    list-style: none;
    text-align: center;
    padding-top: 70px;
}
.slide-menu-item {
    font-size: 15px;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.80px;
}
.slide-dropdown-menu-item {
    line-height: 28px;
    display: block;
    padding: 0;
    text-decoration: none;
    color: #ddd;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.stick .main-menu ul.navbar-nav li a,
.stick .header-social >li>a {
    color: #444;
}
.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    padding: 25px 0px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #D7B474;
}
.navbar.navbar-default {
    float: right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color:#D7B474;
}
.logo-pic {
    position: relative;
    top: 70px;
    left: 50%;
    margin-left: -70px;
    display: inline-block;
}
.logo-pic img {
   display: block;
}
.slide-right.slide-open .slide-hamburger {
    right: 29%;
    top: 15px;
}
/*----------------------------------------*/
/*  3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #10100E none repeat scroll 0 0;
    padding: 10px 0px;
}
.mean-container a.meanmenu-reveal span {
    background: #ddd none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 30px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #10100E;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal {
    color: #ddd;
    font-weight: 300;
}
.mean-container a.meanmenu-reveal:hover {
    color:#ddd;
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #10100E none repeat scroll 0 0;
    color: #ddd;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 98%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #ddd;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
    border: none;
}
.stick .main-menu ul.navbar-nav li.active a{
    color: #D7B474;
}

/*--------------------------------*/
/*  4. Intro Area
/*--------------------------------*/
/*.slide-area {
    background: rgba(0, 0, 0, 0) url(../img/background/s1.jpg) no-repeat scroll bottom center / cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}*/
.title1 {
    color: #fbffd3;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.80px;
    text-transform: uppercase;
}
.title2 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 0px;
    color: #ffffff;
    padding: 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.slide-btn {
    padding: 14px 40px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;;
    transition: all 0.3s;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
}
.slide-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background:#59853a;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    z-index: -1;
    transition: all 0.3s;
}
.slide-btn:hover{
    color: #fff;
    border: 1px solid #D7B474;
}
.slide-btn:hover:after {
    height: 260%;
    opacity: 1;
}
/*----------------------------------------*/
/*  5. About Area 
/*----------------------------------------*/
.about-images {
    margin-right: 15px;
}
.about-headline h3 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
}
.about-content {
    margin: 20px 0px 0px 15px;
}
.about-content p {
    color: #000;
}
.sub-content h4 {
    font-size: 20px;
    margin-top: 20px;
    display: block;
}
.award-all {
    background: #f8f8f8;
    padding: 10px 15px;
    position: relative;
    margin-top: 30px;
    border-left: 3px solid #59853a;
}
.side-head.top-head::before {
    display: none;
}
.about-top-image {
    position: relative;
}
.video-content {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -12%;
    right: -10%;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    background:rgba(215,180,116,0.60);
    border-radius: 50%;
}
.video-play.vid-zone {
    border-radius: 100px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 77px;
    position: relative;
    font-size: 40px;
    background: transparent;
    top: 25%;
}
.video-play::before {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: popcircle;
    animation-name: popcircle;
    border: 1px solid #fff;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
/*----------------------------------------*/
/* 6. Services area css
/*----------------------------------------*/
.single-services {
    margin-bottom: 30px;
    position: relative;    border: 2px solid #d2d2d2;
    border-radius: 10px;
}
.services-content {
    padding: 30px 30px;
    background: #131313;
}
.services-content h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    font-weight: 400;
}
.services-content h4::after {
    position: absolute;
    content: "";
    background: #D7B474;
    width: 40px;
    height: 40px;
    left: -6px;
    top: -12px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
    transition: 0.5s;
}
.single-services:hover .services-content h4::after{
    transition: 0.5s;
    top: -4px;
    left: 0;
}
.services-btn:hover{
    color: #D7B474;
}
.services-image{
    overflow: hidden;    border-radius: 5px 5px 0px 0px;
}
.services-image img{
    position: relative;
    transform: scale(1);
    display: block;
    transition: 0.5s;
}
.single-services:hover .services-image img{
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}
/*--------------------------------*/
/* 7. Counter Area
/*--------------------------------*/
.counter-area {
    background: rgba(0,0,0,0.70) url(../images/background/s3.jpg) no-repeat scroll center center / 100%; 
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
    background-attachment: fixed;
}
.counter-area::after{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.70);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
	z-index: -1;
}
.fun_text {
    padding: 75px 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #191919;
    background: #ffffff;
    width: 260px;
    height: 260px;
}
.fun_text span {
    color: #69b137;
    display: block;
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 40px;
}
.fun_text > h4 {
    color: #000;
    font-size: 18px;font-weight:400;
    text-transform: capitalize;
}
/*--------------------------------*/
/* 8. Work Area
/*--------------------------------*/
.project-area {
    position: relative;
}
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
    position: relative;
    margin-bottom: 30px;border: 1px solid #ccc;
    border-radius: .9rem;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,0,0,0.70) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.awesome-img .vbox-item i {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 88;
    color: #fff;
    font-size: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    font-weight: 100;
}
.awesome-img .articlesect i {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 88;
    color: #fff;
    font-size: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    opacity: 0;
    font-weight: 100;
}
.single-awesome-project:hover .awesome-img .vbox-item i{
    opacity: 1;
}
.single-awesome-project:hover .awesome-img .articlesect i{
    opacity: 1;
}
/*----------------------------------------*/
/*  9. banner Area
/*----------------------------------------*/
.banner-area {
    background: rgba(0,0,0,0.70) url(../img/background/s1.jpg) no-repeat scroll center center / cover; 
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
    background-attachment: fixed;
}
.banner-area::after{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.70);
    width: 100%;
    height: 100%;
    left:0;
    top:0;
	z-index: -1;
}
.banner-content h2 {
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
    max-width: 954px;
    line-height: 62px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-contact .slide-btn{
    margin: 10px 0px 0px ;
}
/*----------------------------------------*/
/*  10. Team Area css
/*----------------------------------------*/
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(19,19,19,0.75) none repeat scroll 0 0;
    padding: 30px 20px;
    width: 100%;
    height: 200px;
}
.team-content h4 a {
    color: #fff;
    position: relative;
    z-index: 1;
}
.team-content h4 a::after {
    position: absolute;
    content: "";
    background: #59853a;
    width: 40px;
    height: 40px;
    left: -30px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
    transition: 0.5s;
}
.team-content p {
    margin-bottom: 0;
    color: #b1b1b1;
}
.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    letter-spacing: 1px;
}
.team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #222;
    color: #fff;
    border-radius:50%;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #222;
}
.social-icon li a:hover{
    border:1px solid #D7B474;
    color:#fff;
	background: #D7B474;
}
.single-member .team-img::after{
    background: rgba(19,19,19,0.90) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
	box-shadow: 2px 2px 20px #ddd;
}
.single-member:hover .team-img::after{
    height: 100%;
}
.single-member:hover .team-content .social-icon{
     opacity: 1;
}
.single-member:hover .team-content {
    opacity: 1;
     top: 45%;
    transition: 0.5s;
    background: transparent;
}
.single-member:hover .team-content h4 a::after {
    left: -15px;
    top: -10px;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  11. Blog Area
/*----------------------------------------*/
.blog-area{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-blog {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.blog-content {
    padding: 30px 40px 40px 30px;
    position: absolute;
    top: 60%;
    transition: 0.5s;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
    text-align: center;
}
.blog-content a h4 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    transition: 0.4s;
}
.date-type i,
.admin-type i,
.comments-type i{
    color: #D7B474;
    margin-right: 5px;
}
.home-blog .blog-btn{
    display: none;
}
.blog-content a h4:hover{
    color:#D7B474;
    transition: 0.4s;
}
.blog-meta span {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}
.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #D7B474;
    margin-right: 10px;
}
.single-blog:hover .blog-content {
    transition: 0.5s;
    top: 45%;
    background: transparent;
}
.single-blog:hover .blog-btn {
    display: inline-block;
}
.blog-meta {
    margin-bottom: 10px;
}
.image-scale {
    position: relative;
    transform: scale(1);
    display: block;
    transition: 0.5s;
}
.image-scale::after{
    background:#10100E;
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    content: "";
    opacity: 0;
}
.single-blog:hover .image-scale {
    transform: scale(1.1);
    transition: 0.5s;
}
.blog-btn {
    color: #b1b1b1;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
    position: relative;
}
.blog-grid .single-blog:hover .blog-btn:hover {
    background: transparent;
    color: #D7B474;
    transition: 0.4s;
}
.blog-btn::after {
    position: absolute;
    right: -20px;
    top: 0px;
    content: "\e628";
    color: #b1b1b1;
    font-family: themify;
    font-size: 16px;
    transition: 0.5s;
}
.blog-grid .single-blog:hover .blog-btn:hover::after {
    color: #D7B474;
    transition: 0.4s;
    right: -30px;
}
.single-blog:hover .image-scale::after{
    opacity:0.8;
}
/*----------------------------------------
 12.Reviews Area Css
----------------------------------------*/
.reviews-area{
    position: relative;
}
.reviews-area .section-headline h3 {
    font-size: 40px;
    color: #ddd;
    margin-bottom: 20px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.reviews-area .section-headline p{
    margin-right: 30px;
}
.single-testi {
    margin: 0px 0px 50px;
}
.clients-text{
    padding: 30px 25px;
    position: relative;
    background-color: #1c1c1c;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.reviews-content .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #1c1c1c;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.guest-details {
    display: inline-block;
    text-align: left;
    margin-top: 50px;
    position: relative;
}
.reviews-content {
    margin-bottom: 5px;
}
.testi-text h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.testi-text p {
    margin-bottom: 0px;
}
.client-rating {
    margin-bottom: 10px;
}
.testi-text span a{
    color:#D7B474;
}
.testi-text h5 {
    color: #2a354e;
    font-size: 20px;
}
.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}
.reviews-content .active.center .single-testi .clients-text{
    background: #1c1c1c;
}
.reviews-content .active.center .single-testi .clients-text p{
    color:#fff;
}
.reviews-content .active.center .clients-text::after {
    position: absolute;
    left: 40px;
    bottom: -28px;
    content: "";
    border-top: 30px solid #1c1c1c;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #2a354e none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -10px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #D7B474;
    width: 30px;
    border-radius: 3px;
}
/*----------------------------------------*/
/* 13. Brand area css
/*----------------------------------------*/
.brand-area{
    position: relative;
}
.single-brand-item a {
    background:rgba(215,180,116,0.5);
    display: block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}
.single-brand-item a img {
    padding: 38px 0px;
}
/*----------------------------------------*/
/*  14.	Contact area css
/*----------------------------------------*/
.contact-form {
    margin-left: 10px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #1c1c1c;
    border-radius: 0;
    height: 52px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    background: #1c1c1c;
}
.contact-form textarea#message {
    border: 1px solid #1c1c1c;
    border-radius: 0px;
    height: 170px;
    padding: 20px;
    width: 100%;
    background: #1c1c1c;
}
.contact-btn {
    border: 1px solid #ddd;
    color: #ddd;
    padding: 9px 40px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 15px;
    background: transparent
}
.contact-btn:hover{
    color: #fff!important;
    transition: 0.5s;
    background: #59853a;    border: 1px solid #253a16;
    transform: translateY(-5px);
}
.map-area {
    border-radius: 5px;
    margin-right: 10px;
}
#googleMap {
    border-radius: 5px;
}
/*----------------------------------------*/
/* 15. Photoshot Css
/*----------------------------------------*/
.single-photo{
    position: relative;
    display: block;
}
.single-photo::after {
    background: rgba(0,0,0,0.80) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.single-photo a{
    position: absolute;
    left: 0;
    top: 55%;
    color: #fff;
    z-index: 99;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: -15px;
    opacity: 0;
    transition: 0.5s;
}
.single-photo:hover::after{
    opacity: 1;
    transition: 0.4s;
}
.single-photo:hover a{
    top: 50%;
    opacity: 1;
    transition: 0.5s;
}
/*----------------------------------------*/
/*  16. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 30px 0;
    background: #10100E;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-head h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #000000;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 5px;
    border: 1px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: 0.4s;
    background: #ffffff;
}

.footer-contact li{
    margin-top: -15px;
}
.footer-icons ul li a:hover{
    color: #fff;
    border: 1px solid #D7B474;
    background: #59853a;
    transition: 0.4s;
}
.footer-tags li a:hover{
    color: #D7B474;
}
.footer-contact li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: 300;
}
.footer-contact li:last-child a{
    margin-bottom: 0px;
}
.footer-contact li a i {
    font-size: 16px;
    margin-right: 10px;
    line-height: 34px;
    color:#59853a;
}
.subs-feilds {
    background: #1c1c1c ;
    padding: 40px 20px;
    border-radius: 3px;
}
.suscribe-input input {
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 66%;
    float: left;
    background: #0c0c0b ;
}
.suscribe-input button {
    background: #59853a;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px 5px;
    width: 34%;
    height: 46px;
    border-left: 1px solid #59853a;
}
.footer-icons {
    margin-top: 20px;
}
.footer-list {
    width: 50%;
    float: left;
}
.footer-contacts p span {
    color: #D7B474;
    font-weight: 700;
}
.footer-area-bottom {background: #0c0c0b none repeat scroll 0 0; padding: 5px 0;}.copyright-text a:hover{
	text-decoration: underline;
	color:#D7B474;
}
.copyright-text a {
    color: #fff;
}
.copyright > p {
    margin-bottom: 0;
    color: #fff;
}
.copyright a,.visitors a {
    color: #59853a;
}

.photo-carousel{ background:#000;}
/*----------------------------------------*/
/*  17. Home 02 area
/*----------------------------------------*/
.intro-content-2{
    position: relative;
    z-index: 1;
}
.intro-content-2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19,19,19, 0.70) none repeat scroll 0 0;
    content: "";
}
.slide-content {
    margin-top: 30px;
}
.slider-content {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -120px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 28px;
    margin-top: -22px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 67px;
    opacity: 0;
    border:1px solid #D7B474;
    width: 64px;
    height: 64px;
	border-radius: 50%;
    background: #D7B474;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#D7B474;
    background:transparent;
    border: 1px solid #D7B474;
}
.intro-carousel .owl-item .title1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.5s;
}
.intro-carousel .owl-item .title2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .slider-button{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .title1,
.intro-carousel .owl-item.active .title2,
.intro-carousel .owl-item.active .slider-button{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
/*----------------------------------------*/
/*  16. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    background: url(../img/background/bread-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.breadcrumb-inner {
    padding: 120px 0px;
}
.bread-headline {
    text-align: center;
    margin: 0 auto;
    left: 0px;
    background: rgba(28,28,28,0.9);
    width: 50%;
    padding: 40px 40px;
    position: relative;
    top: 200px;
    border-radius: 4px;
}
.bread-headline h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bread-headline p {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  18. Blog Details
/*----------------------------------------*/
.blog-details {
    padding-top: 90px;
}
.adver-img {
    margin-top: 20px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #666;
    color: #c5c5c5;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
	border-radius: 50%;
	
}
.comments-list-img img {
    border-radius: 50%;
    border: 1px solid #D7B474;
}
.comments-content-wrap {
    color: #c5c5c5;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 40px 40px 10px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #c5c5c5;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
    color:#c5c5c5 !important;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #c5c5c5;
    margin-top: 10px;
}
.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #c5c5c5;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #c5c5c5;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #888;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #888;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 200px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #D7B474;
}
.comments-content-wrap span a:hover {
    color: #D7B474;
}
.comment-respond .add-btn.contact-btn {
    background:transparent;
    color: #fff;
    display: block;
    font-size: 15px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #D7B474;
	color: #fff;
    border: 1px solid #D7B474;
    transition: 0.5s;
    transform: translateY(-4px);
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h5 {
    font-size: 18px;
    color: #f5f5f5;
    margin: 20px 0px;
}
.blog-details .blog-content {
    padding: 30px 0px 0px;
    position: static;
    background: transparent;
    text-align: left;
}
.blog-details .blog-content p{
    letter-spacing: 0.50px;
}
.blog-details .blog-content h4{
    font-size: 24px;
}
.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}
.blog-details .img-blog {
    margin:30px 0px 30px;
    overflow: hidden;
}
.blog-details .blog-images {
    display: block;
}
.single-post-comments, .related-post {
    margin-top: 30px;
}
.img-blog img{
    float: left;
    width: 50%;
    height:100%;
    max-height: 450px;
    object-fit: cover;
}
.img-blog .b-image-one{
    padding-right: 15px;
}
.img-blog .b-image-two{
    padding-left: 15px;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}
.related-post-list .recent-single-post:last-child{
    padding: 0px 0px 0px 20px;
}
.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #D7B474;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right: 15px;
}
.pst-content {
    padding-left: 20px;
    padding-top: 10px;
}
.pst-content p {
    margin-bottom: 0px;
}
.pst-content .date-type {
    font-size: 14px;
}
.pst-content p a {
    color: #fff;
    font-size: 15px;
}
.pst-content p a:hover{
    color: #D7B474;
}
/*----------------------------------------*/
/*  30.	Animation  CSS
/*----------------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.last-item{
    margin-bottom: 0px;
}
.item-bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes popcircle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  99% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------*/
/* End Pages
/*----------------------------------------*/



#navbarNavDropdown {
    float: right;
    padding: 36px 0px;
}

.display-table-cell{ position:relative} 
.display-table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -30%);
}


@media screen and (min-width: 992px) {
	 .navbar {
		 padding: 0;
		 line-height: 3rem;
	}
	 .navbar .dropdown-menu {
		 line-height: initial;
	}
	 .dropdown .dropdown-menu {
		 display: none;
	}
	 .dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
		 display: block;
	}
	 .dropdown:hover > .dropdown-menu {
		 margin-top: -0.5rem;
	}
	 .dropend:hover > .dropdown-menu {
		 position: absolute;
		 top: -0.5rem;
		 left: 100%;
		 margin-left: 0;
	}
}

@media screen and (max-width: 767px) {.header-area.stick {
    left: 0;
    position: static;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #ffffff;
}    .footer-content {
        margin-bottom: 40px;
        overflow: hidden;
        text-align: center;
    }.area-padding-2 {
    padding: 34px 0px 35px;
}
	.copyright {
    text-align: center;
}.work-entry {
 
    margin-bottom: 20px;
}
.fun_text {
    padding: 24px 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #191919;
    background: #ffffff;
    width: 150px;
    height: 150px;
}.fun_text span {
    color: #69b137;
    display: block;
    font-size: 32px;
    padding-bottom: 10px;
    line-height: 40px;
}.fun_text > h4 {
    color: #000;
    font-size: 16px;

}
.work-entry:before,.youtube-frame:before{ border:none !important;}
.youtube-frame iframe {
    width: 100%;
}
p.text-right.visitors {
    text-align: center;
}
.footer-area {
        padding: 20px 0 !important;
    }
		.media  .col-sm-4{ margin-bottom:20px;}
	.media  .team-img img{ width:100%;}
		.blog  .col-sm-4{ margin-bottom:20px;}
	.blog  .team-img img{ width:100%;}
	.team-area 
.logo{ position:static;}
    .header-area {
        position: static;
        padding: 10px 0px;
    }
.logo {
    width: 71%;
}
    button.navbar-toggler {
        display: block !important;
        position: absolute;
        right: 24px;
        top: 15px;
        background: #59853a;
        color: #fff;
        border: none;
        border-radius: 5px;
        padding: 0px 8px;
    }
    div#navbarNavDropdown {
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0px;
        padding-left: 0;
        overflow-x: hidden;
        width: 0;
        height: 100%;
    }a.closebtn {
        color: #000;
        font-size: 30px;
        position: absolute;
        right: 10px;
        top: 0px;
    }
div#navbarNavDropdown ul li {
    padding: 10px 0px;
    border-top: 1px solid #000;
}
}
.slider-button a {
    background: #fff;
    color: #000;
    font-weight: 700;
}
#banner  .owl-dots {
    bottom: -10px;
    display: block;
    right: 0px;
    margin-right: 40px;
    position: absolute;
    width: 12px;
    top: 42%;
}
button.navbar-toggler {
    display: none;
}


#banner.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #b7adaa;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
#banner.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
#banner  .owl-dot.active span {
    background: #ffffff !important;
    width: 15px !important;
    border-radius: 17px !important;
    height: 30px !important;
}
/* #banner .owl-dot.active span {
    background: #D7B474;
    width: 30px;
    border-radius: 3px;
} */



.award  .owl-carousel .owl-dots.disabled, .award  .owl-carousel .owl-nav.disabled{display: block !important;}
.award .owl-prev:after {
    position: absolute;
    content: "\f104";
    font-family: 'FontAwesome';
    left: 9px;
    color: #000;
    font-size: 28px;
}
.award .owl-next:after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    right: 9px;
    color: #fff;
    font-size: 28px;
}
.about-top-image img {
    width: 100%;
}
 .ad-bg-summary  {
    width: 100%;
    float: right;
}
 .abt-image-one  {
    width: 65%;
    float: right;
}

.abt-image-two {
    width: 65%;
}

.abt-image-two {
    width: 65%;
    position: absolute;
    top: 318px;
    z-index: 999;
}

.d-flx-block{ display:flex;justify-content: center;
    display: flex;}

  .d-flx-block  .col-md-3 {
        width: auto;
        float: none;

    }.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    /* text-align: left; */
}.team-area.bg-color.area-padding-2 {
    background: #eee;
}

.section-headline h3 {
    font-size: 16px;
    color: #59853a;
    margin-bottom: 40px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top-head {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;}
	.top-head::before {
    position: absolute;
    content: "";
    top: 13px;
    background:#59853a;
    width: 40px;
    height: 1px;
    left: -50px;
}
.view-alls {
   position: static;
    width: auto;
    display: inline-block;
}

.view-alls a {
    display: block;
    border: 1px solid #59853a;
    padding: 5px 15px;
    border-radius: 3px;font-weight: 700;
    color: #000; text-transform:uppercase
}.view-alls a:hover {
    background: #59853a;
    color: #fff;
}.social-icon li a:hover {
    border: 1px solid #ffffff;
    color: #000000;
    background: #ffffff;
}
.services-content ul li:first-child {
    font-weight: 700;
}
.services-content li {
    display: inline-block;
    padding: 0px 3px;    color: #000;
}
.services-content strong{color: #59853a; font-size: 2rem;}
.services-content {
    padding: 30px 30px;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.services-content i.fa.fa-calendar {
    color: #618b44;
}
.services-area .view-alls {
    position: static;
    width: auto;
    display: inline-block;

}
.services-area .view-alls a {

    padding: 5px 20px;

}
.award .nav{ text-align:center; margin-bottom:30px;}
.award .nav li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #bdbdbd;
}
.fa-imdb:before {
    content: "\f2d8";
}
.award .nav li.active a {
    background: none;   
    color: #59853a; 
    border-radius: 0px;     
	 font-weight: 600;
}
.award .nav-pills>li{ float:none; display:inline-block;}
.award .nav li a:hover,.award .nav li.active a{ background:none;}

.award  h4 a::after{ display:none;}
.award .team-content {
    text-align: left;
    color: #fff;
}
.award .team-content span {
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.award .team-content span:after {
    position: absolute;
    bottom: 0px;
    background: #69b037;
    height: 2px;
    width: 100%;
    content: '';
    left: 0px;
}
.award .team-content {

    padding: 20px 20px;

}
.award  .owl-next {right: -43px;}
.award  .owl-next span,.award  .owl-prev span{ font-size: 0;}
.award  .owl-nav .owl-prev {left: -43px;}.award  .owl-nav button{ position: absolute;height: 33px; width: 33px; background: #ddd !important; top: 39%;font-size: 0;}.award  .owl-nav button:hover{background: #59853a !important;}

.award  .owl-next:after {content: "\f105"; right: 9px;}
.award  .owl-prev:after {position: absolute; content: "\f104";  left: 9px;}.award  .owl-nav button:after{ color: #000; font-size: 28px;font-family: 'FontAwesome';}.award  .owl-nav button:hover:after{ color: #fff;}
.film .team-content a{ text-align:center; display:block;}
.film .team-content {
    position: absolute;
    bottom: 0;
    content: "";
    left: 50%;
    right: 0;
    transition: 0.5s;
    background: rgba(19, 19, 19, 0.75) none repeat scroll 0 0;
    padding: 4px 4px;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0);
}

.film  .team-content .social-icon {
    margin-top: 0;
    opacity: 0;
    display: none;
}

.film .single-member span {
    position: absolute;
    top: 10%;
    content: "";
    left: 0px;
    right: 0;
    transition: 0.5s;
    background: rgba(19, 19, 19, 0.75) none repeat scroll 0 0;
    padding: 10px 20px;
    width: 30%;z-index:999;
    height: auto;
    display: inline-block; color:#fff;
}
.film-gap{
    margin-bottom: 40px;
}

.media .team-img{ position:relative}
.media span.textinwrap {
    position: absolute;
    bottom: 25px;
    z-index: 999;
    left: 20px;
    color: #fff;
    width: 86%;
    line-height: normal;
}
.playicon img {
    width: 100%;
}

.playicon {
    position: absolute;
    top: 25px;
    width: 23%;
    left: 25px;
}
.iconi {
    display: inline-block;
    margin-right: 5px;
   width: 35px;
    height: 35px;
}
.header-heading {
    color: #000;
    font-weight: 600; margin-bottom:20px;
    font-size: 20px !important;
}
.red-color{ color:red;}

blockquote.instagram-media {
    box-shadow: none !important;
    border: 1px solid #7b7b7b !important; border-radius:0 !important;
}
.work-entry{ position:relative}
.work-entry:before {
    border: 15px solid #e8e8e8;
    content: '';
    left: -11px;
    width: 98%;
    position: absolute;
    height: 98%;
    top: 23px;
}

.work-entry {
    position: relative;
    height: 500px;
}
.current_page_item a {
    color: #59853a !important;
}

.scrollg {
    height: 500px;
    overflow-y: scroll; position: relative; z-index: 999;
}
.youtube-frame{ position:relative;    height: 500px;}
.youtube-frame:before {
    border: 15px solid #e8e8e8;
    content: '';
    right: -17px;
    width: 98%;
    position: absolute;
    height: 98%;
    top: 23px;
}

.youtube-frame iframe {
    z-index: 99999;
    position: relative;
}
.about-content pl-0{
    padding-left:0;
}



.sub-content h4 {
    color: #000;
}

.film .view-alls {
   position:static;
    width: auto; margin-top:20px;
    display: inline-block;
}


.ott-platform .owl-next {
    position: absolute;
    right: -42px;
    top: 39%;
    background: #59853a;
    height: 40px;
    width: 46px;
    font-size: 0;
    border-radius: 10px;
    transform: skew(-16deg);
}

.ott-platform .owl-prev {
    position: absolute;
    left: -42px;
    top: 39%;
    background: #fff;
    height: 40px;
    width: 46px;
    font-size: 0; border:1px solid #74995a;
    border-radius: 10px;
    font-size: 0; transform: skew(-16deg);
}

.ott-platform .owl-prev:after {
    color: #74995a;
    top: 2px;
}
.ott-platform .owl-next:after{top: 2px;}
	
.red-box {

    color: white;
    margin-bottom: 10px;
    border-radius: 10px;
    transform: skew(-10deg);
    border-radius: 30px;
    transform-origin: bottom initial;
    overflow: hidden; padding-bottom:30px;
}
.red-box:before {
    position: absolute;
    border: 20px solid #bababa;
    width: 93%;
    right: 5px;
    height: 93%;
    border-radius: 30px;
    content: '';
    top: 26px;
    z-index: -1;
    left: 62px;
}
.red-box.ott-off:before {
    position: absolute;
    border: 20px solid #bababa;
    width: 85%;
    right: 5px;
    height: 93%;
    border-radius: 43px;
    content: '';
    top: 30px;
    z-index: -1;
    left: 62px;
}
.red-box > div {
    padding: 0 20px;
}

.red-box  img{border-radius: 30px;}

.ottrow .items {
    padding: 0px 80px;
}
#scrollUp {
    bottom: 180px;
    right: -15px;color: #ffffff;
        font-weight: 600;
        background: #59853a;
}    

a.closebtn,.bars {
    display: none;
}


.about-images {
    float: left;
    margin-bottom: 20px;
}

.inner-content h3{ font-size:24px; color: #000;}
.inner-content p{ text-align: justify;}
body{ color: #000;}
.table-responsive thead th {
    background: #59853a;
    color: #fff;
}
.inner-banner {
    overflow: hidden;
    height: 460px;
    margin-bottom: 40px;
}

.titlewrap.container {
    position: absolute;
    z-index: 000;

}

.inner-banner:before {
    content: '';
    width: 100%;
    height: 460px;
    position: absolute;
}

.titlewrap.container h1 {
    font-size: 30px;
    text-transform: uppercase;}

    ol.breadcrumb i{color:#fff;}
    ol.breadcrumb {
        background: none;
        color: #fff; padding: 0;
    }
    ol.breadcrumb  a{ color: #fff;}
    .breadcrumb>.active {
        color: #fffbfb;
    }
    .titlewrap.container {
    position: absolute;
    top: 32%;
    z-index: 000;
    /* left: 50%; */
    width: 800px;
    margin: 0 auto;
    /* margin-left: -400px; */
    text-align: left;
}
    }		.contact-form .contact-btn {    margin: auto;    display: flex;    border-color: #000;    color: #000;}.footer-area-bottom p.visitors {    margin-bottom: 0;}.menu-btn {    display: none;}div#about.about-area {    padding-bottom: 100px;}
#photoGallery .single-awesome-project {
    margin-bottom: 0;
}

/*background Summary*/
.summary-content {
    padding: 10px 30px;
}
.summary-image {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
}
.summary-services{
    border: 1px #b2b2b2 solid;
    border-radius: 14px;
}
a.instagram {
    color: #59853a;
}
ul.summary-icon {
    padding: 10px;
}
.summary-content a {
    color: #000;
}
.summary-icon a {
    color: #ff0000;
}
.mb-30 {
    margin-bottom: 30px;
}


.award .nav.filmtabs li.active a {
    padding: 10px 15px;
}
.mt-30{margin-top:30px;}
.mt-50{margin-top:50px;}
.teammemberinner .single-member {
    border: 3px solid #c8c3c3;
    border-radius: 10px;
    box-shadow: none;
}

#tab-crouselvideogallery .owl-dots {
    display: none;
}
