
.RightSideContentArea.innerPage
{
  background-color: transparent;
  background-image: url("https://pinnaclesofttech.co.in/monte/m-admin/inc/uploads/1713415754.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  -webkit-height:100vh;
  -ms-height:100vh;
  -moz-height:100vh;
  -o-height:100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}

.RightSideContentArea.innerPage:before
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.RightSideContentArea.innerPage .rightContentScroller
{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
}

.RightSideContentArea.innerPage .rightContentScroller .rightSideContent
{
  position: absolute;
  width: 80%;
  top: 15%;
  right: 0;
  }

.RightSideContentArea.innerPage .rightSideContent:before
{
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  border-left: 1310px solid #F6E2D7;
  border-bottom: 100px solid transparent;
}

/* Page Heading */

.RightSideContentArea.innerPage .rightSideContent .pageHeight h3
{
  font-family: var(--roboto2);
  color:#F6E2D7;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px #000;
}

.RightSideContentArea.innerPage .rightSideContent .contanetArea
{
  background-color:#F6E2D7;
  height: auto;
  width: 100%;
  padding: 30px;
}

.subheading1
{
  font-family: var(--poppins4);
  font-size: 16px;
  color: var(--color1);
}

.subheading2
{
  font-family: var(--poppins4);
  font-size: 18px;
  margin-bottom: 28px;
  color: var(--color1);
}

.subheading3
{
  font-family: var(--poppins4);
  font-size: 20px;
  color: var(--color1);
  margin-bottom: 15px;
}

/*
*******************************************
Content With Image
*******************************************
*/

.content-with-image .thumbnail img
{
  max-height: 230px;
}
.content-with-image .thumbnail
{
  box-shadow: 0 0 10px rgba(26,26,26,.4);
}
.content-with-image .thumbnail.right
{
  float: right;
  margin-left: 15px;
}

.content-with-image .contentBox p
{
  text-align: justify;
}

/*
*********************************************
content with image list item
*********************************************
*/

.content-with-image.list-item ul li
{
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.content-with-image.list-item ul li:before
{
  position: absolute;
  left: 0;
  top: 0;
  content: '\f046';
  font-family: fontawesome;
  margin-right: 5px;
  color: var(--color1);
}

/*
*************************************************
Image Box Area
*************************************************
*/

.imageBox_detail .pReduce
{
  padding-left: 7px;
  padding-right: 7px;
}
.imageBox_detail .pReduce .imageBoxDiv
{
  background-color:var(--white);
  padding-top: 10px;
  box-shadow: 0 0 10px rgba(26,26,26,.2);
  margin-bottom: 15px;
}

.imageBox_detail .pReduce .imageBoxDiv
{
  position: relative;
}
.imageBox_detail .pReduce .imageBoxDiv .overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.7);
  transform: scale(0) rotate(-45deg);
  transition:transform .4s linear;
}

.imageBox_detail .pReduce .imageBoxDiv:hover .overlay
{
  transform: scale(1) rotate(0deg);
}

.imageBox_detail .pReduce .imageBoxDiv .overlay a
{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.imageBox_detail .pReduce .imageBoxDiv .overlay a span.icon
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  color: #fff;
  text-shadow: 1px 1px #000;
}

.imageBox_detail .pReduce .imageBoxDiv .image
{
  background-color: #fff;
  text-align: center;
}
.imageBox_detail .pReduce .imageBoxDiv .image img
{
  height: 220px;
  width: auto;
}

.imageBox_detail .pReduce .imageBoxDiv .detail
{
  padding: 5px 0;
}

.imageBox_detail .pReduce .imageBoxDiv .detail span
{
  display: block;
  line-height: 22px;
}

.imageBox_detail .pReduce .imageBoxDiv .detail span.name
{
  font-family: var(--poppins4);
  color: var(--color1);
  font-size: 16px;
  text-align: center;
}
.imageBox_detail .pReduce .imageBoxDiv .detail span.designation
{
  text-align: center;
  font-family: var(--poppins2);
}
.imageBox_detail .pReduce .imageBoxDiv .detail span.address
{
  text-align: center;
  font-family: var(--poppins2);
}

/*
************************************************
pdf reader
************************************************
*/

.pdfReader object
{
  height: 500px;
}

/*
********************************************
Table Css
********************************************
*/

#no-more-tables table thead
{
    background:url(../img/pattern2.png) repeat var(--color1);
    color: #fff;
}

##no-more-tables table thead th
{
    text-align: center;
}

#no-more-tables table tbody tr td[data-title="Title"]
{
    font-weight: 400;
}

#no-more-tables table thead tr th,
#no-more-tables table tbody tr td
{
	text-align: center;
}

#no-more-tables table tbody tr td[data-title="Download File"] a,
#no-more-tables table tbody tr td[data-title="File"] a
{
    color: #fff !important;
    background-color:var(--color1);
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    border-radius: 3px;
    line-height: 35px;
    margin:auto;
}


/*
=====================================
Accordion
=====================================
*/

#accordion .card
{
    margin-bottom: 5px;
}

#accordion .card .card-header
{
    padding:0;
}

#accordion .card .card-header .card-link
{
    display: block;
    padding:7px 10px;
    color:var(--color1);
    text-transform: uppercase;
    background-color: #ededed;
	font-family: var(--poppins4);
}

#accordion .card .card-header .card-link.theme-active
{
    background:url(../img/pattern2.png) repeat var(--color1);
    color: #fff;
}


#accordion .card .card-header .card-link span
{
    float: right;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
}


#accordion .card div[data-toggle="collapse"] .card-body
{
    padding:10px;
}

#accordion .card .card-header .card-link.theme-active span
{
  border-color: #fff;
}

#accordion .card .card-body .gallery-box .detail .name,
#accordion .card .card-body .gallery-box .detail .Activity
{
	color: #000;
    font-family: var(--font4);
    text-transform: uppercase;
	text-align: center;
	line-height: 20px;
}

#accordion .card .card-body .gallery-box
{
/*	margin-bottom: 10px;*/
  text-align: center;
}

#accordion .card .card-body .gallery-box img
{
  height: 200px;
}

.gallery-box .detail
{
	padding: 3px 0;
}

.gallery-box .detail.detail1 .description
{
  color:#333;
  line-height: 22px;
}


.gallery-box .gall-title
{
    color: #fff;
    padding:3px;
    font-weight: 500;
}


#accordion .card .card-body .subSectionDiv
{
  border:1px solid var(--primary-color);
  padding:10px;
  padding-top: 0px;
  margin-bottom: 15px;
  margin-top: 0px;
  position: relative;
}

#accordion .card .card-body .subSectionDiv .house-name
{
  padding: 5px 0px;
}


#accordion .card .card-body .subSectionDiv .house-name h3
{
	color: var(--color1);
	font-size: 18px;
	font-family: var(--poppins4);
	text-transform: uppercase;
	display: inline-block;
}



/*
===================================
Form 
===================================
*/       

#accordion .myform form .form-group .input-area label
{
  background-color: #fff;
}

#accordion .myform form .form-group .input-area .myinput
{
  background-color: #fff;
}

.registerform.myform form .form-group
{
	margin-bottom: 1.5em;
}

.myform form .form-group
{
	margin-bottom: 1.2em;
}

.myform form .form-group .input-area
{
	border:1px solid var(--color1);
	position: relative;
}

.myform form .form-group .input-area label
{
	position: absolute;
	left: 10px;
	top: -10px;
	margin-bottom: 0;
	line-height: 20px;
	background-color: #F6E2D7;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.myform form .form-group .input-area .myinput
{
	border:none;
    font-family: var(--font3);
    color: #333;
    font-size: 14px;
    background-color: #F6E2D7;
}

.myform form .form-group .input-area .myinput:focus
{
	box-shadow: none;
}

.btn1
{
	color: #fff;
	border:none;
	background-color: var(--color1);
	padding: 7px 20px;
    min-width: 100px;
	cursor: pointer; 
	box-shadow: 3px 5px 4px rgba(0,0,0,.2);
	transition: background-color .1s linear;
}

.btn1:hover
{
	background-color: var(--color1);
    color:var(--white);
}

.btn2
{
	color: #fff;
	border:none;
	background-color: #0069d9;
	padding: 7px 20px;
    min-width: 100px;
	cursor: pointer; 
	box-shadow: 3px 5px 4px rgba(0,0,0,.2);
	transition: background-color .1s linear;
}

.btn2:hover
{
	background-color: #0069d9;
    color:var(--white);
}




/*
=======================================
pagination
=======================================
*/
.paginationBox
{
	margin-top: 10px;
}

.paginationBox .pagination .page-item a.page-link
{
  box-shadow: none;
  border-color:#999393;
}

.paginationBox .pagination .page-item.active a.page-link,
.paginationBox .pagination .page-item:hover a.page-link
{
	background-color: var(--color1);
	border-color: var(--color1);
	color: #fff;
}

.paginationBox .pagination .page-item a.page-link
{
	color: #000;
}


/*
*********************************************
contact page 
*********************************************
*/
.contanetArea .contact-box
{
  text-align: center;
}
.contanetArea .contact-box .icon
{
  margin-bottom: 10px;
}
.contanetArea .contact-box .icon .fa
{
  font-size: 2.5em;
  line-height: 55px; color: var(--color1);
  width: 60px;
  height: 60px;
  border: 3px solid var(--color1);
  border-radius: 50%;
}
.contanetArea .contact-box .details .detail
{
  display: block;
}
.contanetArea .contact-box .details .detail span.strong
{
  display: block;
  font-family: var(--poppins4);
  font-size: 16px;
}

/*
*********************************************
Job Opening Box
*********************************************
*/

.jobOpeningBox
{
  margin-top: 40px;
}

.jobOpeningBox .pReduce
{
  padding-left: 5px;
  padding-right: 5px;
}

.jobOpeningBox .jobOpening
{
  border-top: 3px solid var(--color1);
  background-color: var(--white);
  padding: 15px 7px;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(26,26,26,.0);
  transition: box-shadow .3s linear;
}

.jobOpeningBox .jobOpening:hover
{
  box-shadow: 0 0 10px rgba(26,26,26,.3);
}

.jobOpeningBox .jobOpening .textRow
{
  display: block;
  line-height: 20px;
  margin-bottom: 5px;
}

.jobOpeningBox .jobOpening .textRow:before
{
  content: attr(data-titles);
  color:#000;
  font-family: var(--poppins3);
  margin-right: 5px;
}