/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');*/
/*.add-shadow{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
}*/
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
*/@font-face {
  font-family: gotham;
  /*font-weight: normal;*/
  src: url("../fonts/GothamLight.ttf");

}
/*@font-face {
  font-family: arial;
  src: url("../fonts/arial/ArialMdm.woff");

}*/
@font-face {
  font-family: gotham-medium;
  src: url("../fonts/GothamMedium.ttf");

}
:root{
  --font-family:gotham, Arial, sans-serif;
  --font-size:16px;
  --color: black;
}

.floatingNav {
  width: calc(100vh - 100px); 
  border-radius: 2px;
  box-shadow: 0px 1px 10px #999;
}
*
{

 font-family: var(--font-family);
  font-size: var(--font-size);
  color:var(--color) ;
  letter-spacing: 1px;
}
p
{
  /*color: rgba(33,37,41,0.8);*/
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6
{
  font-family: gotham-medium;
  /*font-weight: 1000;*/
}

.social-icon:hover
{
	color: #ee373c;
}
.facilities
{
	/*box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
	/*box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;*/
	/*box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
  /*box-shadow: -1px 1px 27px 4px rgba(66,63,66,0.71);*/
	/*box-shadow: 10px 15px 10px 15px 17px grey*/
}
.chate-facility
{
	padding-top: 25px;
	 content: "";
	 /*background: rgb(82,80,80);*/
/*background: linear-gradient(79deg, rgba(159,159,159,0.9920343137254902) 0%, rgba(185,182,182,0.989233193277311) 52%, rgba(221,219,219,0.9948354341736695) 100%);*/
/*background-image: url(../img/bg-facility-rotated.jpg); */

 color: #828282;
}
.heading-div
{
  /*background-color: rgb(207,61,61);*/
  color: #fff;
  height: 200px;
     background-image: url(../images/banner-chairman-message-1.jpg);
   background-position: center;
    /*background-position: ;*/
    background-size: cover;
     /*position: absolute; */
    /*background-repeat: no-repeat;*/*/
}
.heading
{
  color: rgba(207,61,61,0.6);
  font-weight: 500;
  line-height: 150px;
}
.heading-img
{
  /*position: absolute;*/
  /*bottom: 0;
  right: 0;
  /*margin-b*/ottom: -13px*/
}






.dropdown_menu:hover
{
  background-color: transparent;
  /*text-shadow: 2px 2px grey;*/
 /*animation: animate 1s linear forwards;*/
}
/*.dropdown_menu:hover::before {
    
}*/
 











.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.section-title:after,
.section-title:before {
  content: '';
  position: absolute;
  bottom: 0;
}
.section-title:after {
  height: 2px;
  background-color: rgba(207,61,61,0.46);
  left: 25%;
  right: 25%;
}

.section-title:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background-color: rgb(207,61,61);
  left: 50%;
  transform: translatex(-50%);
  bottom: -6px;
  z-index: 9;
  border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}
.feedback-slider-item1 {
  position: relative;
  padding: 60px;
  margin-top: -40px;
}
.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.customer-name1 {
  margin-top: 70px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}
.feedback-slider-item1 p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, .1);
  border-radius: 10px;
  z-index: -1;
}
.feedback-slider-item1:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  /*background-color: #f6f6f6;*/
  /*border: 1px solid rgba(251, 90, 13, .1);*/
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
  /*content: "\F230";*/
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display:none;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: none;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: transparent;
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .feedback-slider-item1:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
  
}

/* extra */
.copyright {
  text-align: center;
  margin-top: 30px;
  font-size: 1.6rem;
  background-color: #eee;
}
.copyright a {
  display: inline-block;
  padding: 10px 2px;
}
.upwork {
  color: #37a000;
}
.upwork:after {
  content: '/';
  margin-left: 10px;
}
.fiverr {
  color: #1dbf73;
}
.copyright .triplebyte {
  display: block;
  padding-top: 0;
  color: #344759;
  text-decoration: underline;
} 

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.mt-auto,.my-auto{margin-top:auto!important}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}

.text-justify{text-align:justify!important}











