@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
background-image: url(../images/bg.png);
background-repeat: repeat;

}
h1, h2, h3, h4, h5, h6
{
  font-family: 'Libre Baskerville', serif;
}
header {
          margin-top: 88px;
}

.carousel-indicators {
  bottom: 40px;
}

a {
  color: #333;
  transition: all .35s;
}

a:hover,
a:focus {
  color: #fcbd20;
}
.dean-block {
    position: sticky;
    top: 100px;
    display: block;
    width: 100%;
    height: 100%;
}
.carousel-item {
  /*  height: 600px;
  min-height: 300px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
/*  height: 75vh;*/
       height:90vh;
}

.carousel-caption {
  text-align: left;
  top: 40%;
}

.carousel-caption h3 {
  color: #a8222c;
  font-size: 38px;
}

.carousel-caption h4 {
  color: #01315c;
  font-weight: bold;
  font-size: 38px;
}

.carousel-fade .carousel-item {
  display: block;

  opacity: 0.3;
  transition: opacity 0.75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}


#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
/*  background: #fff;*/
   /* background: #aa070a;*/
       background: #ffffff;
  transition: all .35s;
  padding: 0px;

  /*  letter-spacing: 1px;
*/
}

#mainNav .navbar-brand {
color: #fdcc52;
    font-weight: 200;
    padding-top: 0;
    width: 17.5%;
padding-bottom: 0;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-dark .navbar-nav .nav-link {
    display: inline-block;
    margin: 0px 0px;
        padding: 0px 15px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    opacity: 1;
    color: #212121;
 /* color: #fff;*/
    font-size: 18px;
   font-family: 'Libre Baskerville', serif;
    font-weight: 700;


}

.nav-link:hover {
  opacity: 1;
}

.navbar-dark .navbar-nav .nav-link::before {
transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #ed1c24;
}

.nav-link-ltr::before {
width: 0%;
    bottom: -4px;
}

.nav-link-ltr:hover::before {
    width: 82%;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
       color: #ed1c24 !important;
}

.navbar-shrink {
 background: #fff !important;
  color: #eef;
}
.navbar-shrink .navbar-nav .nav-link
{
      color: #000 !important;
}
/*.navbar-shrink .logo {
    display: none ;
}
.navbar-shrink .logo1
{
  display: block !important;
}
#mainNav .logo1
{
  display: none; 
}*/

.navbar-brand img {
  width: 100%;
}

.section-p {
  padding: 4em 0em;
}
.section-p h2 span
{
  font-weight: 1000;
}


.section-heading {
  font-size:30px;
  text-align:center; 
  line-height:1.5em;
   padding-bottom:45px;  
  letter-spacing: 2px; 
  color:#111;
  position: relative;

}

.section-heading:before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 30%;
    left: 65%;
    margin-left: -30%;
    height: 1px;
    content: "";
    background-color: #eaa878;
    z-index: 4;

}
.section-heading:after
{
  position:absolute;
  width:40px; height:40px; 
  left:50%; 
  margin-left:-20px; 
  bottom:0px;
  background-image: url(../images/peacock.png);
  background-size: 100%;
content: '';
  font-size:30px; 
  line-height:40px; 
  color:#c50000;
  font-weight:400; 
  z-index: 5;
  display:block;
  background-color:#f8f8f8;
}

.bg-white .section-heading:after
{
   background-color:#fff !important;
}
.testimonial-bg .section-heading:after
{
       background-color: #751711 !important;
}
.text-red
{
    color: #9c9c9c;
}


footer {
margin: 0px;
    background-color: #482926;
    border-top: 2px solid #b5b5b5;
    padding: 1em 0em 0em;
    font-size: 15px;
    color: #ffffff;
        background-image: url(../images/bg.png);
        background-repeat: repeat;
}


footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  list-style: none;
  line-height: 35px;
  /* display: inline-block; */
  margin-right: 10px;
  font-size: 19px;
}

footer ul li i {
  margin-right: 10px;
}

footer h4 {

  margin-bottom: 15px;
  font-size: 19px;
}


footer a {
  color: #fff;
}

footer a:hover {
  color: #f58220;
}

.foostrip {
      background: #751711;
    color: #fff;
    padding: 6px 0;
    font-size: 12px
}

.social {
    padding-right: 15px;
    color: #fff;
    margin-top: 10px
}

.social a {
    color: #fff;
    padding: 2px
}

.social a i {
    font-size: 1.5em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    color: #fff
}

.color_red {
  color: #d1a894 !important;
  font-size: 20px;
}

.color_red:hover {
  color: #000;
}

.ml-20 {
  margin-left: 35px;
}

.foo-strip {
  background: #404040;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  background: transparent;
  color: #0a0909;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #414141;
  padding: 7px 35px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
border-color: #522c80;
    background-color: #2c134a;
  text-decoration: none;
}

.btn {
  border-radius: 300px;

  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #dc6226;
}



.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
  max-height: auto !important;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}


.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
  padding: 28% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;

}

.gallery-p figure.softeffect h4 img {
  filter: unset;
  opacity: 1;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;

}

.gallery-p figure.softeffect h4 i {
  font-weight: lighter;
}


.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}


#feedback-enquiry {
  position: fixed;
  top: 38%;
  right: 0;
  z-index: 9999;
  bottom: auto;
  /* height: 66px; */
  margin-left: -3px;
  margin-bottom: -3px;
  display: block;
}

#feedback-tab-enquiry {
float: right;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    height: auto;
    z-index: 9999;
        background-color: #ed1c24;
    margin-right: -65px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px 5px 0px 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    letter-spacing: 0px;
    margin-top: 100px;
    font-weight: 600;
}

#feedback-tab-enquiry:hover {
  text-decoration: none;
}

.blink-text {
  background: #000;
  font-weight: bold;
  font-size: 2rem;
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
  0% {
    background: #ec7e21;
  }

  25% {
    background: #c86e3d;
  }

  50% {
    background: #ec7e21;
  }

  75% {
    background: #c86e3d;
  }

  100% {
    background: #ec7e21;
  }
}

.thank-u {
  height: 100vh;
  padding-top: 10%;
  text-align: center;
  background: #522c80;
  color: #fff;
}

.thank-u h2 {
  font-size: 52px;
  font-weight: 1000;
  color: #fff;
  letter-spacing: 4px;
}

.thank-u h4 {
  color: #162E55;
  margin: 6px 0 20px;
  font-size: 22px;
}

.thank-u a {
  margin: 40px 0;
  letter-spacing: 2px;
  padding: 4px 12px;
  color: #fff;
}

.thank-u .btn-blue {
  background: #ec7e21;
  color: #fff;
  font-size: 17px;
  padding: 10px 30px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}



.live {
  overflow: hidden;
  margin: 0px;
  padding: 0;
}

.live>li {
  list-style: none;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 0.5em 10px;
  transition: 0.12s;
}

.live>li::before {
  position: absolute;
  content: "•";
  color: #7a6492;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.1em;
  opacity: 0.5;
  line-height: 0.80;
  transition: 0.5s;
}

.live>li:hover {
  color: #534365;
}

.live>li:hover::before {
  transform: scale(1);
  opacity: 1;
  text-shadow: 0 0 4px;
  transition: 0.1s;
}

.live li ul li {
  list-style: none;
  color: #c4c4c4;
}


/*ZoomIn Hover Effect*/
.hover-zoomin a {
  display: block;
  position: relative;
  overflow: hidden;
}

.hover-zoomin img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.c-none
{

}
.news-grid
{
    
}
.news-grid .grid-block
{
    width: 100%;
height:100%;
float: left;
position: relative;


}

.news-grid span {
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.news-grid span::before
{
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.c-none span:before
{
  content: none;
}
.news-grid span img {
    display: block;
    height: 100%;
    width: 100%;
    transition: .3s;
}
 .news-grid span:hover img {
     transform: scale(1.1);
}
.news-grid .over-txt {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    width: 100%;
    padding: 15px;
        font-size: 21px;
    font-weight:bold;
    z-index:2;
}
.testimonial-bg {
   background-color: #71120e;
      background-image: url(../images/bg.png);
      background-repeat: repeat;
    color: #fff;
}

.single-testimonial {
    /*background-color: #fbb583;*/
    padding: 25px 25px 25px 25px;
    border-radius: 50px;
    box-shadow: -2px 5.7px 20px 0 rgba(9, 30, 107, 0.05);
    background-size: auto;
    background-position: 100% -128%;
    background-repeat: no-repeat;
    transition: all 300ms linear 0s;
     border: 1px solid #fbb583;
}

.single-testimonial .thumb {
    max-height: 130px;
    width: 130px;
    border-radius: 100%;
    border: 2px solid #ecf3f5;
    overflow: hidden;
    margin: 0 auto;
}

.single-testimonial h4 {
  transition: all 300ms linear 0s;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.single-testimonial .designation {
  font-style: italic;
    color: #fbb583;
}

.testimonial-bg .owl-dots {
  margin: 0 auto;
  width: auto;
  text-align: center;
}

.testimonial-bg .owl-carousel .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #eee;
  margin-right: 5px;
  display: inline-block;
}

.testimonial-bg .owl-carousel .owl-dot.active {
  background: #fbb583;
  width: 13px;
  height: 13px;
}
.owl-carousel .owl-nav button.owl-next {
  float: right;
  top: calc(50% - 18px);
  position: absolute;
  right: -50px;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  top: calc(50% - 18px);
  position: absolute;
  left: -50px;
  font: normal !important;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button .fa {
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
}

#button::after {}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}
.colab-logos  {
}
.colab-logos .owl-nav .owl-prev  {
    font-size: 20px !important;
    color: #4f2d28 !important;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #533633 !important;
    left: 91%;
    background: transparent !important;
}

.colab-logos2 .owl-nav .owl-prev
{
     left: 85% !important;
}
.colab-logos .item  {
    overflow: hidden;
}
.colab-logos p  {
     padding:  8px 0px;
  
}

.colab-logos .owl-nav .owl-next  {
  
    font-size: 20px !important;
   color: #4f2d28 !important;
    display: block;
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #4f2d28 !important;
    right: -1px;
    background: transparent !important;
}

.colab-logos2 .owl-nav .owl-next
{
right: 7% !important;
}


.colab-logos .item:before
{
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);*/
}
.colab-logos .item img
{
    transition: .3s;
}
.colab-logos .item:hover img
{
    transform: scale(1.1);
}

.colab-logos .item .over-txt {
position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    cursor: pointer;
}
.colab-logos .item .over-txt small
{
   opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(0,100%,0);
}
.colab-logos .item:hover .over-txt small
{
        opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.enquiry-form {}

.enquiry-form .modal-title {
    font-weight: 1000;
       color: #2a2a2a;
  /*  text-transform: uppercase;*/
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.enquiry-form .modal-header {
  border-bottom: 0px;
}

.enquiry-form .form-group .form-control {
  border-radius: 0px !important;
  font-size: 15px;
  background-color: transparent;
 border: 1px solid #949494;

}
.enquiry-form .form-group .dr-bg

{
 border: 1px solid #fff !important;
}
/*.enquiry-form .form-group .dr-bg::placeholder
{}*/

.dr-bg1 ::placeholder 
{
  color: #949494 !important;
}
.enquiry-form ::placeholder {
  color: #949494;
}
.enquiry-form select
{
    color: #949494 !important;
}

.enquiry-form .modal-content {
  padding: 0px 15px;
  border-radius: 0px;
  background: #fff;
}
.btn-secondary {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
.map-heading
{
      background: #ffffff;
    padding: 10px 45px;
    display: inline-block;
    border: 2px #e8eaed solid;
    /* border-bottom: 0; */
    text-align: center;
    margin: 0 auto;
    /* width: 80%; */
    margin-bottom: -2px;

}
/* Responsive Styles */
@media only screen and (max-width: 1920px)
{


}
@media only screen and (max-width: 1440px) {


}

@media only screen and (max-width: 1366px) {
  .navbar-dark .navbar-nav .nav-link {
font-size: 16px;


  }


}

@media(max-width:991px) {}

@media(max-width:767px) {
  
  .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 6px;
  }



}

@media(max-width:767px) {
    .dean-block{
        position:static;
    }
 .navbar-dark .navbar-toggler {
    color: rgb(0 0 0 / 50%);
    border-color: rgba(255,255,255,.1);
}
  #mainNav .navbar-brand {
    display: contents;
  }

  .navbar-brand img {
    width: 40%;
  }

  .carousel-item {
    height: auto;
    /*    min-height: 200px;*/
  }

  .section-p {
    padding: 2em 0em;
  }

 

  .section-heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

 
  footer {
    text-align: center;
  }

  footer h4 {
    font-size: 18px;
  }

  .foo-strip {
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .carousel-caption {
    text-align: right;
    top: 33%;
  }

  .carousel-caption h3 {
    font-size: 14px;
  }

  .carousel-caption h4 {
    font-size: 11px;
  }

 

  footer h4 {
    margin-top: 20px;
  }


  .navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
  }

  .navbar-nav {
    border-top: 1px solid #333;
    margin-top: 20px;
  }

  .gallery-p figure.softeffect img {
    max-height: 100%;
    min-height: auto;
  }



  #feedback-enquiry {
    top: 32%;
  }

  #mainNav {
    padding: 5px;
    background: rgb(255 255 255);
  }



  .section-p h2 {
    font-size: 24px;
  }

  .section-p h3 {
    font-size: 20px;
  }



  .social ul {
    display: inline-flex !important;
  }

 .owl-carousel .owl-nav button.owl-next {
    float: right;
    top: calc(2% - 18px);
    position: absolute;
    right: 10px;
}

 .owl-carousel .owl-nav button.owl-prev {
    float: right !important;
    top: calc(2% - 18px);
    position: absolute;
    left: 69%;
}
#owl-carousel1 .owl-nav button.owl-prev,  #owl-carousel1 .owl-nav button.owl-next
{
      top: calc(-7% - 18px) !important;
}
header {
    margin-top: 80px;
}
h1
{
      font-size: 2rem;
}
}