@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
  padding:0;
  margin: 0;
}
html {
  height: 100%;

}
body {
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

}


.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h85 {
  height: 87px;
}
.p11 {
  padding-top: 11px;
}
.text-center {
  text-align: center;
}
.spacing {
  padding: 75px 0;
}
iframe{
  border:0; 
  width: 100%;
  margin-bottom: -7px;
}
/* --------------- Common CSS End --------------- */

/* --------------- Header Navbar Starts --------------- */

#header {
  width: 100%;
  background: #aa0c12;
  color: white;
}
#header h1 {
  font-size: 40px;
}
#nav ul {
  display: flex;
  flex-direction: row;
}
#nav ul li {
  display: flex;
  flex-direction: row;
}
#nav ul li a, #nav ul li span {
  display: block;
  color: #dce3e4;
  text-decoration: none;
  padding: 0 9.5px;
  font-size: 18px;
  text-transform: uppercase;
}
#nav ul li a:hover, #nav ul li a.active {
  color: #fff;
}
/* --------------- Header Navbar Ends --------------- */

/* --------------- Owl Carousal Start --------------- */

.owl-slider {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.owl-slider .owl-stage {
  display: flex;
}
.owl-slider .slide img {
  width: 100%;
}
.owl-slider .disabled {
  display: none;
}
.slide {
border:2px solid #ddd;
background-color: #ececec;
}
.left-block{
  width: 40%;
  
}
.left-block img{
  width: 100%;
  height: 100%;

}
.owl-text {
  height: 475px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.owl-text span {
  color: #000;
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: -32px;
}
.owl-text button {
  background-color: transparent;
  border: 3px solid #afb1b4;
  border-radius: 6px;
  font-size: 30px;
  padding: 6px 48px;
  cursor: pointer;
  margin-top: 88px;
  color: #e4e4e4;
}
.owl-text button:hover {
  color: #fff;
  border: 3px solid #fff;
}
.owl-dots {
  text-align: center;
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 2px;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
	padding: 0;
	cursor: pointer;
  border-color: transparent;
  background-color: #fff;
}
.owl-dots .owl-dot.active {
  background-color: #69728c;
  outline: 0;
}
/* --------------- Owl Carousal End --------------- */

/* --------------- Content Section Start --------------- */

.content-wrap .title {
  max-width: 600px;
  margin: 0 auto;
  color: #4c505d;
  font-size: 30px;
  line-height: 49px;
}
.content-wrap .sub-title {
  max-width: 880px;
  line-height: 21px;
  margin: 0 auto;
  margin-top: 26px;
}
.icon-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 46%;
  margin: 0 auto;
  margin-top: 67px;
}
.icon-wrap .icon img {
  width: 55px;
}
/* --------------- Content Section Start --------------- */

/* --------------- Footer Start --------------- */

footer {
  background-color: #ffa500;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer p {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
/* --------------- Footer End --------------- */

/* --------------- Responsive CSS Starts --------------- */

/* --------------- For Tablet --------------- */

@media (max-width: 1024px) {
  .container {
    width: 99%;
  }
  .icon-wrap {
    width: 55%;
  }

  .cn-welcome-text{
    font-size: 30px !important;
    padding: 10px;
  }
}
/* --------------- For Tablet --------------- */

/* --------------- For Small Tablet --------------- */

@media (max-width: 768px) {
  /* --------------- Responsive navigation Starts --------------- */
  #header .container {
    width: 100%;
    padding: 0px 15px;
  }
  .d-sm-none {
    display: none !important;
  }
  #nav {
    width: 100%;
    top: 85px;
    position: absolute;
    right: 0;
    z-index: 2;
    height: 0;
  }
  #nav.responsive-nav {
    height: 165px;
  }
  #nav.responsive-nav ul {
    height: 165px;
    overflow: hidden;
    transition: height 0.25s ease-in;
  }
  #nav:before {
    content: "";
    background-image: url("../images/menu.png");
    position: absolute;
    right: 9px;
    top: -54px;
    width: 33px;
    height: 28px;
    cursor: pointer;
    margin-right: 20px;
    background-repeat: no-repeat;
  }
  #nav ul {
    display: flex;
    flex-direction: column;
    background: #222;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease-in;
  }
  #nav ul li a {
    padding: 10px 3%;
    line-height: 20px;
    width: 100%;
    border-top: 1px solid #333;
  }
  #nav ul li a:hover, #nav ul li a.active {
    color: #fff;
    background-color: #4b94a1;
  }
  .content-wrap .sub-title {
    max-width: 679px;
    line-height: 22px;
    margin-top: 25px;
  }
  .icon-wrap {
    width: 73%;
    margin-top: 44px;
  }


  /* --------------- Responsive navigation Ends --------------- */
}
/* --------------- For Small Tablet --------------- */

/* --------------- For Smartphone --------------- */

@media (max-width: 640px) {
  #header .container {
    width: 100%;
    padding: 0;
  }
  .spacing {
    padding: 40px 0 35px 0;
  }
  #nav:before {
    content: "";
    right: 0;
  }
  /* --------------- Responsive Owl Carousal Starts --------------- */
  .owl-slide {
    height: 336px;
    background-position: 0 100%;
  }
  .owl-text {
    height: 336px;
  }
  .owl-text span {
    color: #e4e4e4;
    font-size: 30px;
    line-height: 35px;
  }
  .owl-text button {
    margin-top: 59px;
  }
  /* --------------- Responsive Owl Carousal Ends --------------- */
  /* --------------- Responsive Content Wrap Start --------------- */
  .content-wrap .title {
    font-size: 24px;
    line-height: 30px;
    max-width: 485px;
  }
  .owl-text span {
    margin-top: -36px;
  }
  .content-wrap .sub-title {
    max-width: 550px;
    margin-top: 47px;
  }
  .icon-wrap {
    width: 88%;
    margin-top: 57px;
  }
  /* --------------- Responsive Content Wrap End --------------- */
}
/* --------------- For Smartphone --------------- */

/* --------------- Responsive CSS Ends --------------- */



body {
  font-family: "Bitter", serif !important;
}

.gallery {


	margin: 10px auto;
	clear: both;
	padding: 0;
	padding: 10px;
	background-color: #eee;

  width:100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}



.gallery img { /* thumbnails */
	width: 100%;
  height: 100%;
  object-fit: cover;
}



pre {
  background-color: #eee;
	border-radius: 5px;
	padding: 8px;
	clear: both;
}

.highlight {
	color: red;
}


.gallery-image{



    /* box-shadow: 5px 5px 5px 5px #ccc; */
    box-shadow: 0px 1px 12px 2px #ccc;
    height: 230px;
    padding: 5px;
    margin-bottom: 40px;

}
.gallery-image p {
  line-height: 1.1;
  padding: 5px;
}


.gallery-image img{
height: 180px;
width: 100%;
object-fit: cover;
}
.cn-gall-text{
  font-size: 30px;
  padding:10px;
  background-color:#eee;
  margin:50px 0px 30px 0px;
  color:#444;
  font-weight: 500;
}


.cn-temple-text{

  padding: 15px;
  background:#eee;
}

.navbar-collapse{
  justify-content: right;
}

.cn-navbar{
  background: #aa0c12;
  padding: 15px;
}

.navbar-brand{
  font-size: 30px !important;
  color: #e0e0e0 !important;
  font-weight: 600 !important;
}

.navbar-light .navbar-nav .nav-link{
  color:#fff !important;
}

.container-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

.cn-welcome-text{
  font-size: 65px;
}

.cn-text-block{

    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 100%;

}

.cn-row-class{
  padding: 10px;
}