/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #fff;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  color:rgb(189 36 46);
}
.about .icon-boxes .icon-box img {
    width: 60px;
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #983539;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #9f7d41;
  transition: background 0.2s ease-in-out;
}

#main {
  margin-top: 90px;
  margin-bottom:60px;
}
.tab-content .carousel{
    position:relative;
}
.tab-content .carousel .controls-top .prev-sign{
    width: 47px;
    height: 47px;
    position: absolute;
    top: 100px;
    left: -50px;
    font-size: 50px;
    
}
    
.tab-content .carousel .controls-top .next-sign{
    width: 47px;
    height: 47px;
    position: absolute;
    top: 100px;
    right: -50px;
    font-size: 50px;
    
    
}
    

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: rgb(159 125 65);
}



#header.header-scrolled {
  background: rgba(159, 125, 65, 1);
  padding: 0;
}

.header-me{

  background: #ba8a32;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
  width:60px;
}

.headerColor{
    background: #a27526 !important;
    display:block !important;
    
}
.bxl-twitter:before {
    content: "𝕏";
}

#header .current-menu-item a{
        background:#bd242e;
}


#header .activeStyle.active{
    background:#bd242e;
}

@media (max-width: 767px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
  
  .items-vidow video , .items-vidow img{
      height:400px !important;
  }
}


@media (min-width:768px) and (max-width:1024px){
    #hero {
    width: 100%;
    height: 65vh !important;
}
    
}

  
@media (min-width:1024px) and (max-width:1365px){
    #hero {
    width: 100%;
    height: 65vh !important;
} 
   }
   
   
   
   .items-vidow video , .items-vidow img{
      height:700px ;
  }


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  background: rgba(255, 255, 255, 0.2);
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 15px;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  background: none;
  text-decoration: none;
}

.header-scrolled .nav-menu > ul > li {
  background: none;
}

.header-scrolled .nav-menu a {
  color: #fff;
}

.header-scrolled .nav-menu a:hover, .header-scrolled .nav-menu .active > a, .header-scrolled .nav-menu li:hover > a {
  background: rgb(189 35 46);
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #9f7d41;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fff;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

#myModal .modal-body .modal-slider{
    overflow:hidden;
}
#myModal .modal-body .modal-slider img{
    width:100%;
}
#myModal .modal-body .modal-slider .slider-info{
    margin: 20px 0 5px 0;
}
#myModal .modal-body .modal-slider .slider-info p{
    text-align:justify;
    font-size:15px;
    margin-bottom:0px;
}


@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


@media (min-width:1366px) and (max-width:1599px){
    #hero {
    width: 100%;
    height: 65vh !important;
}
    
}
/*mac responsive*/
@media (min-width:1600px) and (max-width:1920px){
    #hero {
    width: 100%;
    height: 65vh !important;
}
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 35px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2f4d5a;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #67b0d1;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 48, 56, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto !important;
  background: url("") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
  padding:0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}
#hero video{
    width:100%;
}

/* FancyBox iframe styling */
.fancybox-content {
    max-width: 90%;
    max-height: 90%;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Custom styles for the tools inside the popup */
.fancybox-content .tools {
    margin-top: 20px;
    text-align: center;
}

.fancybox-content .tools button {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.fancybox-content .tools button:hover {
    background-color: #0056b3;
}
/* Target the video inside the iframe */
.fancybox-content iframe {
    width: 100%;       /* Make the iframe width 100% of the parent */
}

.fancybox-content iframe video {
    width: 100%;       /* Ensure video inside iframe takes full width */
    height: auto;      /* Adjust height automatically based on aspect ratio */
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  
  
}


@media (max-width: 375px) {
  .menu-primary-container{
      display:none !important;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*latest responsive style*/
@media (min-width: 360px) and (max-width: 767px) {
 

.about .content h3,
.section-title h2{
font-size:30px !important;

      }
      
 .about .content {
     padding:5px !important;
     text-align:center;
 }
 #main {
     margin-top:5px;
 }
 #hero{
     height:auto;
 }
 .team .member .member-info{
     max-height: none !important;
 }
 .section-title.aos-init.aos-animate {
margin-top:35px;
     
 }
 .counts .count-box span {
font-size:40px !important;}

.my-body p{
    text-align:center;
}
.btn-outline-primary{
        padding: 1px 20px;
}
.btn-outline-primary{
    padding:0 !important;
}
.btn-outline-primary i.bx.bx-chevron-right{
    font-size: 20px;
    position: absolute;
    top: 9px;
    left: 102px !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
margin-top:140px;
    
}
.about-section .content {
    padding: 12px 3px 15px 0 !important;}

.about, .about-section{
    text-align:left !important;
}
    
} 


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
}

.section-bg {
  background-color: #c4c4c45c;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  color: rgb(189 36 46);
  z-index: 2;
  width:300px;
}

.section-title h2::after {
  content: "";
  position: absolute;
  /*left: 50%;*/
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}
.section-title .right-text .two-head {
    display:flex;
    gap:10px;
    margin-top:20px;
}
.section-title .right-text .two-head h4{
    color:#bd242e;
}




.section-title p {
     margin-bottom: 0;
    font-size: 15px;
    line-height: 27px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #bd242e;
  min-height: 40px;
  /*margin-top:95px;*/
}

.breadcrumbs .page-d h2 {
  font-size: 24px;  
  font-weight: 300;
  color: white;
  margin-bottom:0px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: url("../img/about-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.about::before {
  content: '';  
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about-section .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: rgb(189 36 46);
  margin-bottom: 30px;
}


.about-section .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #bd242e;
  margin-bottom: 10px;
}

.about-section .content p {
   font-size: 15px;
  
}



.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: rgb(189 34 45);
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about,.about-section .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about,.about-section .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about,.about-section {
    text-align: center;
  }
}

/*--------------------------vision-----------------------------------*/
.vision {
  background: url("../img/vision-bg.jpg") center center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 60px 0;
  position: relative;
}
.vision .content h3 {
  font-weight: 700;
  font-size: 34px;
  color:#bd222d;
  margin-bottom: 30px;
}

.vision .content p
 {
color:#000;
}

.our-value .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #bd222d;
  margin-bottom: 30px;
}


.our-value .content h3{
  position: relative;
}

.our-value .content h3::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 66px;
    background: url(../img/section-title-bg.png) no-repeat;
    z-index: -1;
}

.our-value .card-t h4 {
    font-size: 17px;
    color: #22819b;
}

.our-value .card-t p {
  font-size: 14px;
    text-align: justify;
    font-weight: 600;

}

.our-value .card-t .card-body {
    height: 220px;
}
 .card-body {
    text-align: center;
    margin-bottom: 0px;
 }

.our-value .card-t {
    margin: 5px 0;
    box-shadow: #ccc 0px 3px 6px;
}

.corporate-social{
background: url("../img/vision-bg.jpg") ;
  background-size: cover;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.corporate-social h3 {
  font-weight: 700;
  font-size: 34px;
  color: #2f4d5a;
  margin-bottom: 30px;
}
.corporate-social p{
  color: #000;
}

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









# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #000;
  float: left;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(159, 125, 65), rgba(189, 36, 46)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
  margin-top:15px;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}
.job-portal-section{
    margin:20px 0;
}
.job-portal-section .apply-job h3{
    font-size:32px;
}
.job-portal-section .apply-job .job-list{
    margin:0;
    padding:0;
    list-style:none;
}
.job-portal-section .apply-job .job-list li{
    margin-left: 25px;
    position: relative;
    font-size: 15px;
    line-height: 25px;

}
.job-portal-section .apply-form{
    width: 40%;
    padding: 20px 15px;
    background: #9f7d41;
    border-radius: 8px;
    margin: 25px 0;
}
.job-portal-section .apply-form input[type="submit"] {
    padding: 7px 22px;
    border-radius: 4px;
    outline: none;
    border: none;
    background: #bd242e;
    color: #fff;
}
.job-portal-section .apply-form h3{
    font-size: 21px;
    color: #fff;
}

.job-portal-section .apply-job .job-list li .job-bullet::before{
    content: '';
    position: absolute;
    top: 7px;
    left: -22px;
    width: 10px;
    height: 10px;
    background: linear-gradient(68deg, #bd242e, #cb6c72);
    border-radius: 3px;
    
}

.onair2 {
    background: #deeaef;
}
.onair2 .right-img {
    margin-top:70px;
}

.onair2 h2::after{
  display: none;
}
.onair2 .content .techno-list{
    margin:0;
    padding:0;
    list-style: none;
    text-align:left;
}
.onair2 .content .techno-list li{
    position: relative;
    padding-left: 30px;
    line-height: 27px;
    font-size: 15px;
    text-align: justify;

}
.onair2 .content .techno-list li .bullet-style::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: linear-gradient(68deg, #bd242e, #cb6c72);
    border-radius: 3px;
}

.onair2 .content .mamboflix-left{
    margin-top:22px;
    
}
.onair2 .content .mamboflix-left h4{
    color:#bd242e;
    margin-bottom:5px;
}

.media .tab-c .nav-link.active {
    color: #ffffff;
    /*background-color: #bd252f;*/
    background-color: #bd252f !important;
    border-color: #d6d6d6 #f0f7fd #c0c0c0;
}

.media .tab-c li{margin: auto;}

.media .tab-c a{
  color: #bd252f;
}


.i-cont {
    font-size: 41px;
}

.media .card-body p {
    font-size: 12px;
    margin-bottom: 3px;
}


.media .carousel-item .card-img-top{
      box-shadow: 0px 0px 7px 0px #676767;
}

.media .carousel .controls-top a{color: #bd252f;}


/*career css start*/
.career-bg {
   padding: 10px 0px;
   }

.career-bg .here p{
  font-size: 25px;
}

.career-bg .pili-para{
    margin-bottom:60px;
}


/*career css end*/

.accordion {
  margin-top: 40px;}
.accordion .card {
    border: none;
    margin-bottom: 20px;
    
  }
.accordion .card h2 {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 18px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    padding: 14px 16px;
    text-align: left;}
.accordion .card h2 .collapsed {
            background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png)no-repeat calc(100% - 10px) center;
            background-size: 20px;
    cursor: pointer;

      }
.accordion .card .card-body ol {
    margin:0;
    padding:4px 25px;
}
.Rewards {
    background: linear-gradient(rgb(255 111 111 / 80%), rgb(0 118 58 / 80%)), url() fixed center center;
    background-size: cover;
    padding: 60px 0;
}
.Rewards p {
    color: #fff;
}
.Rewards h5 {
    color: #fff;
    font-size: 13px;
    text-align: left;
    margin-left: 0;
}


.Rewards .bg-im {
    background: url(../img/team-3.jpg) center center no-repeat;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position-y: top;
}
.Rewards h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

/*contact*/

.contact-details{ 
        padding: 20px 0;

}


/*new pili website css*/
.about-bottom-sec {
        padding: 40px 0;
}
.about-bottom-sec .about-panel h3{
    font-weight: 700;
    font-size: 34px;
    color: #bd222d;
    margin-bottom: 12px;
}


.box-size {
   box-shadow: rgb(191 191 191) 1px 3px 2px 0px;
    text-align: center;
    padding: 12px;
    background: rgba(206, 9, 0, 0.85);
    color: white;
    border-radius: 28px 0px 49px 0px;
    margin-top: 15px;
}

.box-size i{
      font-size: 50px;
    background: #9f7d41;
    padding: 13px;
    border-radius: 100px;
    margin-bottom: 9px;
    box-shadow: 0px 1px 4px 1px #fff;}
.box-size h4{font-size: 15px;
    font-weight: 700;}
.box-size p{font-size: 13px;}


/*map css*/


.filter {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Raleway';
    font-weight: 600;
    padding: 0 17px;
  }

.filter select {
    color: #d52e26;
}

.filter option{
  font-size: 16px;
}
 
#mapDivisionSelect {
    border: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}

#mapOfficeSelect{
     border: solid;
    border-top: none;
    border-left: none;
    border-right: none;
}







/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

/*.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}*/

.portfolio #portfolio-flters {
    
    margin: 28px -10px;
    list-style: none;
    text-align: center;
    background: rgb(209, 189, 155);
    border-radius: 0px;
    padding: 5px 25px;
}


.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #3e3e3e;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: rgb(189 36 46);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  /*content: "";*/
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #67b0d1 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

.portfolio .portfolio-wrap .owl-slider{
    position:relative;
    padding-bottom: 32px;
}
.portfolio .portfolio-wrap .owl-slider button.owl-prev{
    position: absolute !important;
    left: 10px;
    bottom: -24px;
    width: 39px;
    border: 1px solid;
    height: 47px;
    background: #9f7d41;
    color: #fff;
}

.portfolio .portfolio-wrap .owl-slider button.owl-next{
    left: 61px;
    bottom: -24px;
    width: 39px;
    border: 1px solid;
    height: 47px;
    position: absolute !important;
    background: #9f7d41;
    color: #fff;
}
.portfolio .portfolio-wrap .owl-slider button.owl-next span,
.portfolio .portfolio-wrap .owl-slider button.owl-prev span{
    font-size:30px;
}

.portfolio .portfolio-wrap button:focus{
    outline:none;
}


#hero .owl-carousel{
    position:relative;
    padding-bottom: 0;
}
#hero .owl-carousel button.owl-prev{
    position: absolute !important;
    left: 10px;
    bottom: 0px;
    top: auto;
    width: 39px;
    border: 1px solid;
    height: 47px;
    background: #9f7d41;
    color: #fff;
}

#hero .owl-carousel button.owl-next{
    left: 61px;
    bottom: 0px;
    top: auto;
    width: 39px;
    border: 1px solid;
    height: 47px;
    position: absolute !important;
    background: #9f7d41;
    color: #fff;
}

#hero button.owl-dot span {
    display: none;
}
#hero .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 45%;
}


@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #67b0d1 !important;
}

.testimonials .backgroundColor{
    background: rgb(195 180 154);
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}
@media (min-width: 360px) and (max-width: 766px) {
    .headerColor{
        display:none !important;
    }
}



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: rgb(159 125 65);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgb(159 125 65);
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #bd242e;
}

.team .member .social a:hover {
  color: #1e7e34;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .info-box {
  color: #444444;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #67b0d1;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #8ec4dd;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #9f7d41;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #9f7d41;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info .legal-footer h4 {
    color: #000;
    margin-bottom: -3px;
    margin-top: 13px;
}
#footer .footer-top .footer-info .legal-footer ul {
    margin:0px;
    padding:0px;
    list-style:none;
    
}
#footer .footer-top .footer-info .legal-footer ul li a {
    text-decoration:none;
    color:#000;
    font-size: 14px;
    line-height: 25px;
    transition:all 0.45s;
}

#footer .footer-top .footer-info .legal-footer ul li a:hover {
    color:#983539;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #983539;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #67b0d1;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #983539;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #983539;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #983539;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

ul.foot-ul {
    background-color: #9f7d41;
    transition: 2s;
    padding: 11px!important;
    border: solid 1px #fcfcfc;
}
ul.foot-ul li a{
  font-size: 14px;
}



ul.foot-ul li:hover {
    background-color: #983539;

  }


@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

/*my*/

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.line-img {
    width: 100%;
    margin: auto;
}

.btn-outline-primary {
    color: rgb(189 37 47);
    /*border: 2px solid #fff;*/
    padding: 1px 30px;
    border-radius: 40px;
    transition: all 2s ease 0s;
    /*box-shadow: rgba(128, 128, 128, 0.21) 0px 2px 2px;*/
    position:relative;

}
.btn-outline-primary {
    color: #a27526 !important;
    border-color: #a27526 !important;
    background: #a27526 !important;
}

.btn-outline-primary i.bx.bx-chevron-right{
    font-size: 20px;
    position: absolute;
    top: 9px;
    left: 134px;
    width: 20px;
}

a.about-btn.btn:hover {
    font-size: 14px;
    color: white;
    transition: 2s;

}
.carousel-control-next, .carousel-control-prev{
    color:#fff !important;
}

a.about-btn.btn {
    transition: all 2s ease 0s;
    font-size: 14px;
    min-width: 123px;
    color: #fff !important;
    font-weight: 800;
    letter-spacing: 1px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: rgb(159 125 65);
    border-color: rgb(159 125 65);
}


/*carousel*/

.card{
  border: 1px solid #ccc;
}

.my-body {
    padding: 17px 22px;
}
.my-body p {
    font-size: 14px;
    text-align: justify;
}

.aos-animate .let .bx {
    padding: 12px;
    background: white;
    border-radius: 100px;
    margin-right: 15px;
    color: #000;
}

.aos-animate .let h5{

  color: white;
}


.cta .bg-im {
    /*background: url(../img/team-3.jpg) center center no-repeat;*/
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*background-position-y: top;*/
}

ol.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
   
    background-color: #c1313a;
    
}


/*new*/

.blog .carousel-indicators {
  left: 0;
  top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 20px;
    height: 0px;
}
.blog .carousel-indicators .active {
background: #707070;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {  
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
span {
    font-size: 25px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}

/*Table css*/
#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:#9f7d41;
  color: white;
}

.category .page-category{
    padding:80px 0;
}

.arvhiv-img img{
    width:100%;
    height:200px !important;
    object-fit:cover
}

.btnprimary{
    background:#9f7d41;
    color:white;
    padding:5px 12px;
    font-weight:bold;
}


.promo-img img{
    height:130px;
    object-fit:cover;
}


.e-con-inner{
    margin-top: 103px !important;
}