/*E-gala demo*/

.section-padding {
    padding: 80px 0;
}
.exp-product-section .container-wrapper {
    position: relative;
    z-index: 1;
}
.exp-img-wrapper {
    margin: 20px 0 !important;
}
.container-wrapper .exp-img-wrapper {
    padding: 20px 0;
}

.container-wrapper .exp-img-wrapper.left-triangle:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: -1;
    border-bottom: 300px solid #a4ea0e;
    border-right: 300px solid transparent;
}
.product-sec-5a .container-wrapper .exp-img-wrapper.left-triangle:after {
    border-bottom: 300px solid #d90a0a;
}
.col-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-sec-5a .exp-product-content h3 {
  color: #d90a0a;
  font-size: 2.3rem;
}

.exp-product-section .exp-product-points {
    margin-top: 20px;
}

.exp-product-section .exp-product-points li {
    margin-bottom: 30px;
    display: flex;
    width: 95%;
    word-break: break-word;
}
.exp-home2-product-a .exp-product-points li {
    margin-bottom: 15px;
    font-family: 'Rubik', sans-serif;
}
 .product-sec-5a .exp-product-content span {
    color: #808080;
}
.exp-product-section .exp-product-points li i {
    color: #d90a0a;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 600;
}
.product-sec-5a .exp-product-points li i {
    color: #d90a0a;
}
.exp-home2-product-a .exp-ceo {
    margin-top: 30px;
}

.exp-home2-product-a .exp-ceo h6 {
    margin-bottom: 5px !important;
}
.product-sec-5a .exp-ceo h6 {
    color: #d90a0a;
}
.exp-primary-color {
    color: #d90a0a;
}
.product-sec-5a .exp-ceo span {
    color: #d90a0a;
}


/* media queries*/
@media (max-width: 1200px){
  .exp-ceo p {
    margin-bottom: 0;
}
}
@media (max-width: 991px){
  .exp-img-wrapper img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
  .exp-product-section .exp-product-content {
    padding: 25px 0;
}
}
@media (max-width: 567px){
  .container-wrapper .exp-img-wrapper {
    padding: 0;
}
}

/* missin vission start */
.content-with-image {
    display: grid;
    grid-auto-rows: 1fr;
    background: url(../images/jaganntah-image/bg3.jpg);
    background-attachment: fixed;
  }
  @media only screen and (min-width: 768px) {
    .content-with-image {
      display: flex;
      /* gap: 60px; */
      margin-left: 100px;
      margin-right: 100px;
      margin-top: 30px;
    }
  }
  .content-with-image__content-wrapper {
    flex: 1;
  }
  .content-with-image__content {
    padding: 40px 32px;
  }
  @media only screen and (min-width: 768px) {
    .content-with-image__content {
      padding: 50px 10px 40px 50px;
    }
  }
  .content-with-image__title {
    margin-bottom: 16px;
    font-family: "Avenir LT Std", sans-serif;
    font-size: 21px;
    font-weight: 750;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
  }
  @media only screen and (min-width: 768px) {
    .content-with-image__title {
      font-family: "Avenir LT Std", sans-serif;
      font-size: 38px;
      font-weight: 750;
      line-height: 36px;
      letter-spacing: 0px;
      text-align: left;
      color: #ffffff;
    }
  }
  .content-with-image__description {
    font-family: "Avenir LT Std", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
  }
  @media only screen and (min-width: 768px) {
    .content-with-image__description {
      font-family: "Avenir LT Std", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 0px;
      text-align: left;
      color: #ffffff;
    }
  }
  .content-with-image__image-wrapper {
    position: relative;
    background-size: cover;
    background-position: center center;
    flex: 1;
  }
  .content-with-image__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
/* missin vission end */

/* core comitey section start */

.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #ffffff;
	color: #000000;
	padding-top: 70px;
    padding-bottom: 50px;
    /* border: 1px solid rgba(128, 128, 128, 0.5); */
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 39px;
    text-transform: uppercase;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #d90a0a;
    border-radius: 3px;
}

.section-services .header-section .title2:before {
	left: 11% !important;
}
.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}
.section-services .header-section .title2:after {
	left: 11% !important;
}
.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
  position: relative;
  /* height: 34rem; */
  /* margin-top: 30px; */
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  overflow: hidden;
  border: 1px solid #ccc;
  min-height: 100%;
}
.section-services .row{
  row-gap: 30px;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #d90a0a;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #d90a0a;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #d90a0a;
}

.section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
    transition: color .3s;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: color .3s;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d90a0a;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}
.imag
{
	width: 1100px;
    height: 420px;
    margin-left: 10%;
}
.textcapit
{
	text-transform: capitalize !important;
}

/* core comitey section end */

/* core comitey section start */

.about-section{
	position:relative;
  padding: 120px 0 0px 0px
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:10px;
}

.about-section .content-column .text{
  position: relative;
  color: #000000;
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 20px;
  text-align: justify;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #ff0000;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 10px;
}
.sec-title .title {
    position: relative;
    color: #d90a0a;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title ::before{
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #d90a0a;
}
/* core comitey section end */

/* video galery section start */

.video-box{
	position: relative;
}

.video-box .overlay-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	    border: 1px solid #00559d;
	/* background: rgb(0 85 157 / 63%); */
	-webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.15);
}

.play-box-two{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width:60px;
	height:60px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.play-box-two .icon{
	position: relative;
	width:60px;
	height: 60px;
	z-index:99;
	display:inline-block;
	color: #e61e27;
	font-weight:400;
	font-size:18px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	line-height:60px;
	background-color: #ffffff;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 0px 15px rgba(0,0,0,0.15);
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.play-box-two .icon-outer{
	position:relative;
	display:block;
	width:60px;
	height:60px;
	margin:0 auto;
}

.play-box-two .icon-outer:before{
	content:'';
	position:absolute;
	left:-10px;
	top:-10px;
	width:80px;
	height:80px;
	background:rgba(255,255,255,0.30);
	border-radius:50%;	
}

.play-box-two .icon:after{
	content:'';
	position:absolute;
	left:-5px;
	top:-5px;
	bottom:-5px;
	right:-5px;
	background:rgba(255,255,255,0.30);
	border-radius:50%;	
}

.play-box-two .ripple,
.play-box-two .ripple:before,
.play-box-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: none;
}

.play-box-two .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-box-two .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
/* video galery section end */

/* new protvtab :start */
.wrappers {
	/* min-height: 100vh; */
	box-sizing: border-box;
	/* padding-top: 5%; */
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	max-width: 1320px;
	margin: 0 auto;
}
.boxs {
	display: flex;
	flex-wrap: wrap;
}
.boxs a{
    color: black;
    text-decoration: none;
}
.boxs label {
	background: #d90a0a;
  color: white;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
	order: 1;
	display: block;
	padding: 16px 100px;
	margin-right: 4px;
	cursor: pointer;
  text-transform: uppercase;
}

 .boxs input[type="radio"] {
	display: none;
}
.tab-actv{
	background-color: #fff;
}
@media (max-width: 600px) {
	.boxs .content, .box label {
		order: initial;
	}
	.boxs {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.boxs label {
		width: 24rem;
		margin-right: 0;
		margin-top: 4px;
	}
}
/* new protvtab :end */

/* blog section start */
/* @import url("https://fonts.googleapis.com/css?family=Merriweather:400,900&display=swap");
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-size: 1.8rem;
  padding: 0 1.5rem;
  font-family: "Merriweather", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f1f1f1;
  color: #333;
} */

/* a {
  text-decoration: none;
} */

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.section_title {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
}

.articles {
  width: 100%;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.blog-section {
  padding: 0 0 100px 0;
}
.article {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  padding: 2rem;
  background-color: white;
  /* margin-top: 2rem; */
  box-shadow: 0px 0px 5px 1px #0003;
  min-height: 100%;
}
.article:hover img {
  transform: scale(1.05);
}
.article:hover .read_more {
  opacity: 1;
  z-index: 1;
}
.article:hover .author {
  opacity: 0;
  z-index: -1;
}
.article a {
  color: #000;
  font-size: 23px;
  font-weight: 600;
}
.article .preview {
  position: relative;
  margin-bottom: 1.3rem;
  overflow: hidden;
  margin-top: -4rem;
  width: 100%;
  padding-bottom: 50%;
}
.article .preview .stretch {
  position: absolute;
}
.article .preview img {
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}
.article .cat {
  margin-bottom: 1rem;
  padding: 0.4rem 0.5rem;
  align-self: flex-start;
  transition: all 0.3s;
}
.article .cat a {
  color: #fff;
  font-size: 0.8rem;
}
.article .photography {
  background-color: rgba(43, 158, 179, 0.8);
}
.article .photography:hover {
  background-color: #2b9eb3;
}
.article .art {
  background-color: rgba(247, 23, 53, 0.8);
}
.article .art:hover {
  background-color: #f71735;
}
.article .cat,
.article .article_footer {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.article .title {
  font-size: 2rem;
  /* margin-bottom: 1.5rem; */
}
.article .description {
  /* margin-bottom: 2.5rem; */
  font-size: 1.3rem;
}
.article .article_footer {
  border-top: 1px solid #e2e2e2;
  margin-top: auto;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.article .author,
.article .read_more {
  display: block;
  grid-column: 1;
  grid-row: 1;
  transition: all 0.3s ease-out;
}
.article .read_more {
  opacity: 0;
  z-index: -1;
}
.article .readMore a {
  /* display: block; */
  font-size: 1rem;
}
.article .readMore:hover a {
  color: #d90a0a;
}
.article .author {
  z-index: 1;
}
/* blog section end */


/* major festival start */

.our-services {
  overflow: hidden;
  position: relative;
  padding: 100px 0 70px;
  background: #ffffff;
}
.our-services.rotated-bg:before {
  content: '';
  position: absolute;
  width: 1000px;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 886px;
  left: 10%;
  top: 50%;
  background: #d90a0a;
}
.our-services .sec-title {
  text-align: center;
}
.sec-titles {
  position: relative;
  margin-bottom: 20px;
}
.sec-titles h2 {
  position: relative;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700;
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.our-services .sec-title p {
  /* max-width: 650px; */
  margin: 0 auto;
  color: #000000;
  margin-top: 20px;
}
.sec-titles h2.center:before {
  position: absolute;
  content: '';
  background: #d90a0a;
  width: 50px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.service-block-one a {
  text-decoration: none;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1920px 0;
  }
}
.service-block-one .inner-box {
  position: relative;
  height: 32rem;
  margin-bottom: 1.8rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 0px #0000008d;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #da8f0f;
  padding: 50px 20px 36px;
}
.service-block-one .inner-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover:before {
  height: 100%;
  top: 0;
}
.service-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 100px;
  margin-bottom: 8px;
  z-index: 1;
  transition: all 500ms ease;
}
.service-block-one .inner-box .icon-box:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .icon-box:before {
  background: #d90a0a;
}
.service-block-one .inner-box:hover .icon-box {
  transform: rotateY(360deg);
  color: #fff;
}
.service-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 30px;
  color: #fff;
  font-weight: 800;
  margin: 1.5rem 0;
}
.service-block-one .inner-box h3 a {
  display: inline-block;
  color: #fff;
}
.service-block-one .inner-box p {
  position: relative;
  color: #fff;
  margin-bottom: 33px;
}
.service-block-one .inner-box .theme-btns {
  padding: 12px 25px;
}
.service-block-one .inner-box:hover .theme-btns {
  background: #d90a0a;
  box-shadow: 0px 0px 5px 0px #00000097;
  text-decoration: none;
}
.service-section .sec-title {
  margin-bottom: 70px;
}
.service-section .sec-title span {
  margin-bottom: 21px;
}
.service-block-one .inner-box .icon-box {
  color: #d90a0a;
}
.service-block-one .inner-box:before {
  background: #d90a0aa5;
}
.theme-btns {
  position: relative;
  display: inline-block;
  font-size: 15px;
  background: #d90a0a;
  line-height: 26px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}
.theme-btns:before {
  position: absolute;
  content: "";
  background: #1c1d1f;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.theme-btns:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btns i {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .service-block-one .inner-box {
    padding: 30px;
  }
  .service-block-one {
    margin-bottom: 15px;
  }
  .theme-btns {
    padding: 10px 20px;
  }
}  
/* major festival end */

/* our team section / sebaka start */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
      }
img {
  max-width: 100%;
  height: auto;
}


.team-page-section{
  position:relative;
  padding-top:70px;
}

.team-page-section .team-block{
  margin-bottom:60px;
}

.sec-titless{
  position:relative;
  z-index:1;
  margin-bottom:65px;
}

.sec-titless .title{
  position:relative;
  font-size:18px;
  color:#bd0000;
  font-weight:700;
  margin-bottom:12px;
  text-transform:capitalize;
}

.sec-titless .separator{
  position:relative;
  width:40px;
  margin-top:16px !important;
}

.sec-titless .separator:before{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:10px;
  height:2px;
  background-color:#ff9600;
}

.sec-titless .separator:after{
  position:absolute;
  content:'';
  right:0px;
  top:0px;
  width:10px;
  height:2px;
  background-color:#ff9600;
}

.sec-titless .separator span{
  position:absolute;
  left:50%;
  top:-2px;
  width:10px;
  height:5px;
  margin-left:-5px;
  display:inline-block;
  background-color:#bd0000;
}

.sec-titless h2{
  position:relative;
  color:#222222;
  font-weight:700;
  font-size:36px;
  line-height:1.2em;
  margin-top:35px;
}

.sec-titless .text{
  position:relative;
  font-size:14px;
  line-height:1.9em;
  color:#555555;
  margin-top:10px;
}

.sec-titless.centered .separator{
  margin:0 auto !important;
  float:none !important;
}

.sec-titless.centered{
  text-align: center !important;
}

.sec-titless.light .title{
  color:#ffffff;
}

.sec-titless.light h2{
  color:#ffffff;
}

.sec-titless.light .separator span{
  background-color:#ff9600;
}

.sec-titless.light .separator:before,
.sec-titless.light .separator:after{
  background-color:#ffffff;
}

.team-section{
  position:relative;
  padding:80px 0px 60px;
}

.team-section.style-two .pattern-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background-position:center center;
  background-repeat:no-repeat;
}

.team-section .title-box{
  position:relative;
  text-align:center;
}

.team-section .title-box h2{
  position: relative;
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 50px;
}

.team-section .title-box h2 span{
  color: #ff9600;
}

.team-block{
  position:relative;
}

.team-block .inner-box{
  position:relative;
  padding:40px 70px 28px 0px;
}

.team-block .inner-box:before{
  position:absolute;
  content:'';
  right:9px;
  top:0px;
  left:70px;
  bottom:0px;
  border-radius:10px;
  background-color:#f5f5f5;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
}

.team-block .inner-box::after{
  position:absolute;
  content:'';
  top:0px;
  left:70px;
  bottom:0px;
  width:0%;
  border-radius:10px;
  -webkit-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  transition:all 600ms ease;
  background-image: -ms-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: -moz-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: -o-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffedd9), color-stop(100, #d90a0a));
  background-image: -webkit-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: linear-gradient(to bottom, #ffedd9 0%, #d90a0a 100%);
}

.team-block .inner-box:hover::after{
  width:81%;
}

.team-block .inner-box .social-icons{
  position:absolute;
  right:25px;
  top:100px;
  z-index:1;
}

.team-block .inner-box .social-icons li{
  position:relative;
  margin-bottom:20px;
}

.team-block .inner-box .social-icons li a{
  position:relative;
  color:#e40000;
  font-size:18px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation{
  color:#ffffff;
}

.team-block .inner-box .image{
  position:relative;
  z-index:1;
  border-radius:10px;
  background-color:#ffffff;
  box-shadow:inset 0px 0px 35px rgba(0,0,0,0.20);
}

.team-block .inner-box .image img{
  position:relative;
  width:100%;
  display:block;
  height: 320px;
}

.team-block .inner-box .lower-content{
  position:relative;
  text-align:left;
  z-index:1;
  padding:30px 15px 0px 110px;
}

.team-block .inner-box .lower-content h3{
  position:relative;
  color:#bd0000;
  font-size:22px;
  font-weight:700;
  line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
  position:relative;
  color:#bd0000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation{
  position:relative;
  margin-top:5px;
  color:#777777;
  font-size:14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a{
  color:#ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a{
  color:#ffffff;
}

.team-block.style-two .inner-box::after{
  background-image: -ms-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: -moz-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: -o-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffedd9), color-stop(100, #d90a0a));
  background-image: -webkit-linear-gradient(top, #ffedd9 0%, #d90a0a 100%);
  background-image: linear-gradient(to bottom, #ffedd9 0%, #d90a0a 100%);
}
/* our team section / sebaka end */

/* advisor & parton section start */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.advisor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* min-height: 100vh;
  width: 100%;
  background: radial-gradient(#777, #222); */
}
.card {
  position: relative;
  width: 340px;
  height: 450px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
}
.card .circle {
  position: absolute;
  top: -190px;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translateX(-50%);
  clip-path: circle();
}
.card .circle::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -16px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 20px rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.circle .imgBox {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 310px;
}
.imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.imgBox img:hover {
  transform: scale(1.2);
}
.card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  padding: 20px 30px;
}
.content .fa-linkedin {
  padding: 2px 4px;
  color: #fff;
  background: #0077b5;
  border-radius: 2px;
}
.content h3 {
  font-size: 1.4em;
  color: #333;
  margin-top: 7px;
  margin-bottom: 2px;
}
.content .textIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.content .textIcon h4 {
  color: #e91e63;
  font-weight: 400;
}
.content .textIcon .fa-arrow-right {
  color: #e91e63;
}

/* advisor & parton section end */


/* gallery section start */
/* second image section :start */
#sectionss{
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 5rem;
}
.gallery-item {
  flex-basis: 32.1%;
  margin-bottom: 2rem;
  /* opacity: .85; */
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 1;
}
.gallery-item img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}
.gallery-content {
  font-size: .8em;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  /* background-color: #ffedd9; */
  width: 100%;
  height: 100%;              
  overflow: auto;
  top: 0;
  left: 0;
}
.lightbox-content {
  position: relative;
  width: 45%;
  height: 70%;
  margin: 5% auto;
}
.lightbox-content img {
  border-radius: 7px;
  margin-top: 6rem;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: #ffedd9;
  color: #000000;
  padding: 7px;
  top: 26rem;
  cursor: pointer;
}
.lightbox-prev {
  left: 0;

}
.lightbox-next {
  right: 0;

}
.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: .8;
}

@media (max-width: 767px) {
  .gallery-container {
      width: 100%;
  }
  .gallery-item {
      flex-basis: 49.80%;
      margin-bottom: 3px;
  }
  .lightbox-content {
      width: 80%;
      height: 60%;
      margin: 15% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
      flex-basis: 100%;
      margin-bottom: 1px;
  }
  .lightbox-content {
      width: 90%;
      margin: 20% auto;
  }
}

/* second image section :end */
/* gallery section end */


/* my  event section start  */
.single-blog-img {
  overflow: hidden;
}

.single-blog-img a img {
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-blog:hover .single-blog-img a img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.single-blog-img img {
  width: 100%;
}

.blog-content-box {
  padding-left: 25px;
  padding-top: 27px;
  margin-left: 34px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #fff;
  padding-bottom: 30px;
  box-shadow: 0px 0px 8px 2px #00000025;
}
.blog-post-date {
  display: table;
  /* float: left; */
  margin-right: 30px;
  margin-bottom: 10px;
}
.blog-post-date span:first-child {
  color: #d90a0a;
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-top: -11px;
  margin-bottom: -4px;
  text-align: center;
}
.blog-post-date span:last-child {
  font-size: 14px;
  color: #212121;
  font-weight: 600;
}
.btn-two{
  font-size: 1.3rem;
}
.btn-two:hover{
  color: #000000;
}
.blog-content {
  display: table;
}
.blog-content h4 {
  color: #212121;
}
.blog-content h4 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.blog-content h4 a:hover {
  color: #d90a0a;
}
.meta-post {
  margin: 10px 0 13px;
}
.meta-post span {
  color: #696969;
  font-size: 15px;
  position: relative;
  padding-right: 23px;
}
.author {
  margin-bottom: 60px;
  font-size: 1rem;
}
.meta-post span a {
  color: #696969;
  -webkit-transition: .2s;
  transition: .2s;
}

.meta-post span:after {
  position: absolute;
  content: "-";
  right: 4px;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.meta-post span:last-child {
  padding-right: 0;
}
.exerpt {
  line-height: 28px;
  color: #696969;
  margin-bottom: 37px;
}
/* my  event section end */

/* pagination sectoion start */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.btn-peg {
  border: 1px solid #d90a0a;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}

.btn-icon {
  width: 24px;
  height: 24px;
  stroke: #d90a0a;
}

.btn-peg:hover {
  background-color: #d90a0a;
}

.btn:hover .btn-icon {
  stroke: #fff;
}

.page-link:link,
.page-link:visited {
  text-decoration: none;
  color: #343a40;
  font-size: 18px;
  height: 36px;
  width: 36px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
  background-color: #d90a0a;
  color: #fff;
}

.dots {
  color: #868e96;
}
/* pagination sectoion end */

/* pagination section start */
#features {
  background: #fff
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1
}

#features .content-left span {
  float: right
}

#features .content-left .text {
  text-align: right
}

#features .content-right span {
  float: left
}

#features .box-item {
  box-shadow: 0 0 12px #f4f4f4;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0
}
#features .box-item .icon {
  text-align: center;
  /* margin: 12px; */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
#features .box-item .icon i {
  color: #d90a0a;
  font-size: 30px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
#features .box-item .text h4 {
  cursor: pointer;
  font-size: 1.9rem;
  font-weight: 500;
  /* line-height: 2rem; */
  margin-bottom: 1.5rem;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}
#features .box-item .text p {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: justify;
}
#features .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
}
#features .box-item:hover h4 {
  color: #d90a0a
}
#features .show-box {
  margin-top: 80px
}
#features .show-box img {
  width: 100%
}
/* pagination section end */

/* faq section start */
#wrapper {
  margin: 5%;
  /* margin-top: 200px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Accordion Container */
.containerss {
    width: 100%;
    max-width: 1300px;
    min-width: 1140px;
    position: relative;
    background-color: white;
}

/* shadow */
.containerss:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0;
  left: 15px;
  background-color: transparent;
  top: 0px;
  box-shadow: 0px 20px 40px #52616b;
  opacity: 0.2;
  z-index: -1;
  transition: ease-in-out 0.6s all;
}

.containerss:hover.containerss:before {
  box-shadow: 0px 40px 90px #52616b;
}

/* ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 3px;
} */

.accordionTitle {
    padding: 13px;
    position: relative;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #ffffff;
    background: #de8700;
  transition: ease-in-out 0.2s all;
  cursor: pointer;
}

.accordionTitle:hover {
  padding-left: 25px;
}

/* Accordion Item line */
.accordionTitle:before,
.accordionTitle:after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 50px;
  transition: ease-in-out 0.6s all;
  bottom: 12px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordionTitle:before {
  width: 100%;
  background-color: #c9d6df;
}

.accordionTitle:after {
    background-image: linear-gradient(90deg, #ffffff, #000000);
  width: 0%;
}

.accordionTitle:hover::after {
  width: 100%;
}

/* Accordion Item line - Active */
.accordionTitleActive:after {
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 50px;
  transition: ease-in-out 0.6s all;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordionTitleActive:after {
    background-image: linear-gradient(90deg, #ffffff, #000000);
  width: 100%;
}

/* Accordion Item Icon  */
.accIcon {
  float: right;
  width: 30px;
  height: 30px;
  display: flex;
  margin-top: -45px;
  align-items: center;
  justify-content: center;
}

.accIcon:before,
.accIcon:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  background-color: #ffffff;
  transition: ease 0.3s all;
}

.accIcon:before {
  width: 2px;
  height: 20px;
}

.accIcon:after {
  width: 20px;
  height: 2px;
}

.accordionTitle:hover .accIcon:before,
.accordionTitle:hover .accIcon:after {
  background-color: #000000;
}

.accIcon.anime.accIcon:before {
  transform: rotate(90deg);
}

/* Text Content */
.accordion .item .text {
  opacity: 0;
  height: 0;
  padding: 0px 20px;
  position: relative;
  line-height: 24px;
  font-size: 16px;
  font-weight: 200;
  transition: all 0.6s cubic-bezier(0.42, 0.2, 0.08, 1);
  overflow: hidden;
  background-color: #f0f5f9;
  letter-spacing: 0.5px;
}

/* Text Content - Class for JS to hide and show */
.accordion .item .text.show {
  opacity: 1;
  height: auto;
  padding: 25px 20px;
  position: relative;
  z-index: 0;
  border-radius: 0px 0px 3px 3px;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: justify;
}
/* faq section end */

/* pride of india section start */
.container-b{
  position: relative;
  box-shadow: 0px 0px 10px 2px #d90a0a33;
  background: linear-gradient(180deg, #ffffff 50%, #d90a0a3e 100%);
  border-radius: 0.6rem;
}
.container-b .slide-container .slide {
  min-height: 50vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 20px 9%;
  /* padding-bottom: 70px; */
}
.container-b .slide-container .slide .content{
  flex: 1 1 350px;
  animation: slideContent .4s linear .6s backwards;
}
@keyframes slideContent{
  0%{
      opacity: 0;
      transform: translateX(-50px);
  }
}
.container-b .slide-container .slide .image{
  flex: 1 1 500px;
}
.container-b .slide-container .slide .image img{
  width: 100%;
  animation: slideImage .4s linear;
}
@keyframes slideImage{
  0%{
      opacity: 0;
      transform: translateY(-50px);
  }
}
.container-b .slide-container .slide .content h3{
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
}
.container-b .slide-container .slide .content p{
  font-size: 1.2rem;
  /* padding: 10px 0; */
  line-height: 2rem;
  text-align: justify;
}
.container-b .slide-container .slide .content .next-btn{
  margin-top: 10px;
  display: inline-block;
  background: #d90a0a;
  color: #ffedd9;
  font-size: 20px;
  padding: 6px 20px;
  box-shadow: 0px 0px 4px 0px #ffedd9;
}
.container-b .slide-container .slide .content .next-btn:hover{
  background: #ffedd9;
  color: #d90a0a;
  box-shadow: 0px 0px 12px 0px #d90a0ada;
}
.container-b .slide-container {
  display: none;
}
.container-b .slide-container.active {
  display: block;
}
/* .container-b .slide-container:nth-child(1) .slide {
  background: linear-gradient(180deg, #ffedd9 50%, #d90a0a 100%);
}
.container-b .slide-container:nth-child(2) .slide {
  background: linear-gradient(90deg, #f9f9f9 70%, #ff9090 30.1%);
}
.container-b .slide-container:nth-child(3) .slide {
  background: linear-gradient(90deg, #f9f9f9 70%, #99bbff 30.1%);
} */
.container-b #previ .icons,
.container-b #nexti .icons{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffedd9;
  background: #d90a0a;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  font-weight: bolder;
  border-radius: 50%;
}
.container-b #previ .icons:hover,
.container-b #nexti .icons:hover{
  background: linear-gradient(180deg, #d90a0a 20%, #ffffff 100%);
  color: #000;
}
.container-b #previ .icons{
  left: 20px;
}
.container-b #nexti .icons{
  right: 20px;
}

@media (max-width: 500px) {
  .container-b #previ .icons{
      left: 0px;
      top: 60%;
  }
  .container-b #nexti .icons{
      right: 0px;
      top: 60%;
  }
}
/* pride of india section end*/


/* blog details section start */
.flex-row{
  display: flex;
  flex-direction: row;    
  flex-wrap: wrap;
}
/* button.btn{
  border: none;
  border-radius: 2rem;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-family: var(--Livvic);
  cursor: pointer;
} */

/* span{
  font-family: var(--Abel);
} */

.text-gray{
  color: var(--text-gray);
}

/* ------x------- Global Classes -------x-------*/

/* --------------- Blog Carousel ------------ */

main .blog{
  background: url('../assets/Abract01.png');
  background-repeat: no-repeat;
  background-position: right;
  height: 100vh;
  width: 100%;
  background-size: 65%;
}

main .blog .blog-post{
  padding-top: 6rem;
}

main .blog-post .blog-content{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 80%;
  margin: 3rem 2rem;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

main .blog-content .blog-title{
  padding: 2rem 0;
}

main .blog-content .btn-blog{
  padding: .7rem 2rem;
  background: var(--sky);
  margin: .5rem;
}

main .blog-content span{
  display: block;
}

section .container .owl-nav{
  position: absolute;
  top: 0%;
  margin: 0 auto;
  width: 100%;
}

.owl-nav .owl-prev .owl-nav-prev,
.owl-nav .owl-next .owl-nav-next{
  color: var(--text-gray);
  background: transparent;
  font-size: 2rem;
}

.owl-theme .owl-nav [class*='owl-']:hover{
  background: transparent;
  color: var(--midnight);
}

.owl-theme .owl-nav [class*='owl-']{
  outline: none;
}


/* -------x------- Blog Carousel -----x------ */

/* ---------------- Site Content ----------------*/

main .site-content{
  display: grid;
  grid-template-columns: 70% 30%;
}

main .post-content{
  width: 100%;
  
}

main .site-content .post-content > .post-image, .post-title{
  padding: 1rem 2rem;
  position: relative;
}
.img-div{
  display: flex;
  gap: 2rem;
}
.img-div .img{
width: 48% !important;
}

main .site-content .post-content > .post-image .post-info{
  background: linear-gradient(90deg, #d90a0a 0%, #ffedd9 100%);
  padding: 1rem;
  position: absolute;
  bottom: 0%;
  left: 15.5vw;
  border-radius: 3rem;
}

main .site-content .post-content > .post-image > div{
  overflow: hidden;
}
main .site-content .post-content > .post-image .img{
  width: 100%;
  transition: all 1s ease;
}

main .site-content .post-content > .post-image .img:hover{
  transform: scale(1.3);
}

main .site-content .post-content > .post-image .post-info span{
  margin: 0 .5rem;
}

main .post-content .post-title a{
  font-family: var(--Anton);
  font-size: 1.5rem;
}

.site-content .post-content .post-title .post-btn{
  border-radius: 0;
  padding: .7rem 1.5rem;
  background: #d90a0a;
  color: white;
}
.site-content .post-content .post-title .post-btn:hover{
  background: #000000;
}

.site-content .pagination{
  justify-content: center;
  color: var(--text-gray);
  margin: 4rem 0;
}

.site-content .pagination a{
  padding: .6rem .9rem;
  border-radius: 2rem;
  margin: 0 .3rem;
  font-family: var(--Lexend);
}

.site-content .pagination .pages{
  background: var(--text-gray);
  color: var(--white);
}

/* -------x-------- Site Content --------x-------*/


/* --------------- Sidebar ----------------------- */

.site-content > .sidebar .category-list{
  font-family: var(--Livvic);   
}

.site-content > .sidebar .category-list .list-items{
  background-image: linear-gradient(90deg, #d90a0a 0%, #ffedd9 100%);
  padding: .4rem 1rem;
  margin: .8rem 0;
  border-radius: 3rem;
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.site-content > .sidebar .category-list .list-items a{
  color:  rgb(255, 255, 255);
}

.site-content .sidebar .popular-post .post-content{
  padding: 1rem 0;
}

.site-content .sidebar .popular-post h2{
  padding-top: 3rem;
}

.site-content .sidebar .popular-post .post-info{
  padding: .4rem .1rem !important;
  bottom: 0rem !important;
  left: 1.5rem !important;
  border-radius: 0rem !important;
  background: linear-gradient(90deg, #d90a0a 0%, #ffedd9 100%);
}

.site-content .sidebar .popular-post .post-title a{
  font-size: 1rem;
}

.site-content .sidebar .newsletter{
  padding-top: 10rem;
}

.site-content .sidebar .newsletter .form-element{
  padding: .5rem 2rem;
}

.site-content .sidebar .newsletter .input-element{
  width: 80%;
  height: 1.9rem;
  padding: .3rem .5rem;
  font-family: var(--Lexend);
  font-size: 1rem;
}

/* .site-content .sidebar .newsletter .form-btn{
  border-radius: 0;
  padding: .8rem 32%;
  margin: 1rem 0;
  background-color: #d90a0a;
  border: 1px solid #d90a0a;
    height: 48px;
    width: 48px;
} */

.site-content .sidebar .popular-tags{
  padding: 2.5rem 0;
}

.site-content .sidebar .popular-tags .tags .tag{
  background: #d90a0a;
  color: #fff;
  padding: .4rem 1rem;
  border-radius: 3rem;
  margin: .4rem .6rem;
  cursor: pointer;
}
.site-content .sidebar .popular-tags .tags .tag:hover{
  background: #000000;
}


/* -------x------- Sidebar -----------x----------- */

/* ---------x------- Main Content -----x----- */

/*              Viewport less then or equal to 1130px            */

@media only screen and (max-width: 1130px){
  .site-content .post-content > .post-image .post-info{
      left: 2rem !important;
      bottom: 1.2rem !important;
      border-radius: 0% !important;
  }

  .site-content .sidebar .popular-post .post-info{
      display: none !important;
  }

  footer.footer .container{
      grid-template-columns: repeat(2, 1fr);
  }

}

/*      x       Viewport less then or equal to 1130px    x     */


/*              Viewport less then or equal to 750px            */

@media only screen and (max-width: 750px){
  .nav .nav-menu, .nav .nav-items{
      flex-direction: column;
  }

  .nav .toggle-collapse{
      display: initial;
  }

  main .site-content{
      grid-template-columns: 100%;
  }

  footer.footer .container{
      grid-template-columns: repeat(1, 1fr);
  }

}


/*        x      Viewport less then or equal to 750px       x     */


/*              Viewport less then or equal to 520px            */

@media only screen and (max-width: 520px){
  main .blog{
      height: 125vh;
  }

  .site-content .post-content > .post-image .post-info{
      display: none;
  }

  footer.footer .container > div{
      padding:  1rem .9rem !important;
  }

  footer .rights{
      padding: 0 1.4rem;
      text-align: center;
  }

  nav .toggle-collapse{
      width: 80% !important;
  }

}

/*        x      Viewport less then or equal to 520px       x     */
/* blog details section end */

/* pride of india details page start */
.btndd{
  margin-top: 1rem;
  display: inline-block;
  background:var(--black);
  color:#000000;
  border-radius: .5rem;
  padding:.9rem 3rem;
  cursor: pointer;
  font-size: 1.7rem;
}

.btndd:hover{
  background:#d90a0a;
}

#menu-bars{
  display: none;
}

.container-blog{
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap:1.5rem;
  background:#ffedd9;
}

.container-blog .posts-container .post{
  width:100%;
  padding:2rem;
  background:#fff;
  border:var(--border);
  border-radius: .5rem;
  margin-bottom: 1.5rem;
}

.container-blog .posts-container .post .image{
  height: auto;
  /* height: 40rem; */
  width:100%;
  border-radius: .5rem;
  object-fit: cover;
}

.container-blog .posts-container .post .date{
  padding-top: 2rem;
  font-size: 1.2rem;
  color: #d90a0a;
}

.container-blog .posts-container .post .title{
  padding-top: 1.5rem;
  font-size: 2.2rem;
  color: #d90a0a;
  text-transform: capitalize;
}

.container-blog .posts-container .post .text{
  color: #000;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 1rem 0 0 0;
}

.container-blog .posts-container .links{
  border-top: var(--border);
  margin-top: .5rem;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
}

.container-blog .posts-container .links .user{
  margin-right: auto;
}

.container-blog .posts-container .links .icon{
  padding-right: 1rem;
}

.container-blog .posts-container .links a{
  font-size: 1.2rem;
  color: #d90a0a;
}

.container-blog .posts-container .links a i{
  padding-right: .2rem;
  color:#d90a0a;
}

.container-blog .posts-container .links a:hover{
  color:#d90a0a;
}

.container-blog .posts-container .links a:hover i{
  color:#d90a0a;
}

.container-blog .sidebar .box{
  /* border:.1rem solid #d90a0a; */
  border-radius: .5rem;
  overflow:hidden;
  background:#fff;
  margin-bottom: 1.5rem;
}

.container-blog .sidebar .box .title{
  padding: 0.7rem;
  font-size: 1.9rem;
  color: #000;
  background: linear-gradient(250deg, #ffedd9 0%, #d90a0a 100%);
  text-transform: capitalize;
  text-align: center;
}

.container-blog .sidebar .box .about{
  text-align: center;
  padding:1rem 1.5rem;
}

.container-blog .sidebar .box .about img{
  height: 10rem;
  /* width: 15rem; */
  /* border-radius: 50%; */
  object-fit: cover;
  margin: 0 0 1rem 0;
}

.container-blog .sidebar .box .about h3{
  color: #d90a0a;
  font-size: 2rem;
  text-transform: uppercase;
}

.container-blog .sidebar .box .about p{
  color: #000;
  font-size: 1.2rem;
  line-height: 2rem;
  /* padding: 1rem;*/
}

.container-blog .sidebar .box .about .follow{
  padding:1rem 0;
}

.container-blog .sidebar .box .about .follow a{
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0.1rem;
}

.container-blog .sidebar .box .about .follow a:hover{
  background:#d90a0a;
}

.container-blog .sidebar .box .category{
  padding:1rem 1.5rem;
}

.container-blog .sidebar .box .category a{
  padding: 0.4rem 0;
  font-size: 1.1rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.container-blog .sidebar .box .category a span{
  background: #d90a0a;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.container-blog .sidebar .box .category a:hover{
  color:#d90a0a;
}

.container-blog .sidebar .box .category a:hover span{
  background-color:#000000;
}

.container-blog .sidebar .box .p-post{
  padding:1rem 2rem;
}

.container-blog .sidebar .box .p-post a{
  padding:1rem 0;
  display: block;
}

.container-blog .sidebar .box .p-post a h3{
  color: #000;
  font-size: 1.4rem;
  padding-bottom: 1rem;
}

.container-blog .sidebar .box .p-post a span{
  color: #000000;
  font-size: 1.2rem;
}

.container-blog .sidebar .box .p-post a span i{
  padding-right: .2rem;
}

.container-blog .sidebar .box .p-post a:hover h3{
  color:#d90a0a;
}

.container-blog .sidebar .box .tags{
  padding:1rem;
}

.container-blog .sidebar .box .tags a{
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 1.2rem;
  color: #000;
  border-radius: 0.5rem;
  border: .1rem solid black;
  margin: 0.5rem;
}

.container-blog .sidebar .box .tags a:hover{
  background:var(--black);
  color:#d90a0a;
}

/* media queries  */

@media (max-width:991px){

  .header{
      padding:1.5rem;
  }

  .container-blog{
      grid-template-columns: 2fr 1fr;
  }

}

@media (max-width:768px){

  #menu-bars{
      display: inline-block;
  }

  .header .search-form{
      top:100%; left: 0; right: 0;
      border-top: var(--border);
      width: 100%;
      border-radius: 0;
  }

  .header .navbar{
      position: absolute;
      top:100%; left: 0; right: 0;
      border-top: var(--border);
      border-bottom: var(--border);
      background: #fff;        
      display: none;
  }

  .header .navbar.active{
      display: block;
  }

  .header .navbar a{
      display: block;
      background:#f7f7f7;
      padding:1.5rem;
      margin:1.5rem;
      border-radius: .5rem;
      border:var(--border);
  }

  .container-blog{
      grid-template-columns: 1fr;
      gap:0;
  }

  .container-blog .posts-container .post .image{
      height: 30rem;;
  }
}
/* pride of india details page end */

/* pooja timing section start */
/* @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

body {
  background-color: #3e94ec;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
} */

div.table-title {
  display: block;
 margin: auto;
 max-width: 600px;
 padding: 3rem 0 1rem 0;
 width: 100%;
}

.table-title h3 {
  color: #000000;
  font-size: 39px;
  font-weight: 400;
  font-style:normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(255, 0, 0, 0.3);
  text-align: center;
  text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
 /* background: white; */
 border-radius:3px;
 border-collapse: collapse;
 height: 320px;
 margin: auto;
 max-width: 1300px;
 padding:5px;
 width: 100%;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
 animation: float 5s infinite;
}

th {
 color:#D5DDE5;;
 background:#d90a0a;
 border-bottom:4px solid #9ea7af;
 border-right: 1px solid #343a45;
 font-size:23px;
 font-weight: 100;
 padding:24px;
 text-align:left;
 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 vertical-align:middle;
}

th:first-child {
 border-top-left-radius:3px;
}

th:last-child {
 border-top-right-radius:3px;
 border-right:none;
}
 
tr {
 border-top: 1px solid #C1C3D1;
 border-bottom-: 1px solid #adb1cb;
 color:#000000;
 font-size:16px;
 font-weight:normal;
 text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
 background:#d90a0a;
 color:#FFFFFF;
 border-top: 1px solid #000000;
}

tr:first-child {
 border-top:none;
}

tr:last-child {
 border-bottom:none;
}

tr:nth-child(odd) td {
 /* background:#EBEBEB; */
}

tr:nth-child(odd):hover td {
 /* background:#4E5066; */
}

tr:last-child td:first-child {
 border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
 border-bottom-right-radius:3px;
}

td {
 /* background:#FFFFFF; */
 padding:20px;
 text-align:left;
 vertical-align:middle;
 font-weight:300;
 font-size:18px;
 text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
 border-right: 1px solid #C1C3D1;
}

td:last-child {
 border-right: 0px;
}

th.text-left {
 text-align: left;
}

th.text-center {
 text-align: center;
}

th.text-right {
 text-align: right;
}

td.text-left {
 text-align: left;
}

td.text-center {
 text-align: center;
}

td.text-right {
 text-align: right;
}

/* pooja timing section end */

.fa-circle{
  font-size: 0.9rem;
  margin-right: 0.5rem;
  color: #d90a0a;
}

.fa-id-card-clip{
  color: #ffffff;
  background-color: #d90a0a;
  font-size: 2.5rem;
  height: 5rem;
  width: 5rem;
  text-align: center;
  padding-top: 1.1rem;
  border-radius: 50%;
}

.meber-icons{
  display: flex;
  gap: 1.5rem;
}

.fa-check{
  margin-right: 0.8rem;
  color: #d90a0a;
}

.mber-btn{
  background: #d90a0a;
  border: none;
  font-size: 1.3rem;
  padding: 0.3rem 1rem;
  border-radius: 0.4rem;
  margin-top: 0.8rem;
}
.fa-arrow-right-long{
  color: #ffffff;margin-right: 1rem;
}
.mber-btn .mber-hrf{
  color: rgb(255, 255, 255) !important;
}
.mber-btn:hover{
  background-color: #000;
}
.media_para {
  text-align: center !important;
  /* margin-top: 2%; */
  padding-left: 5px;
  padding-right: 5px;
  font-size: 17px !important;
  background-color: #d92732;
  color: #fff;
  padding: 15px;
  min-height: auto;
  /* max-height: 100%; */
  height: 121px;
} 
.press-media-section .row{
  row-gap: 30px;
}
.press-media-section{
  padding: 60px 0;
}
.rath_img
{
	height: 600px;width:600px;border:1px solid #d90a0abf; padding:5px;
}
.sbmt-button
{
	color: #ffffff;border: none;border-radius: 8px;background: #d90a0a;padding: 13px 30px;font-size: 18px;float: inline-block;width:100%;
}


.belive-btnn{
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  justify-content: center;
}
.welcome-p{
  text-align: center;
  font-size: 1.3rem;
  line-height: 2rem;
  padding: 0 100px;
}
.join-jagannath-heading{
  font-size: 2.2rem;
  line-height: 3rem;
}