
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400&amp;family=Titillium+Web:wght@400;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&amp;family=Space+Grotesk:wght@400;500;600;700&amp;display=swap");
@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*---------------------------------------------*/
/*header*/
html{
  overflow-x: hidden;
}
body{
  overflow-x: hidden;
}
img{
  width: 100%;
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.header-section .brand-logo {
    width: 140px;
    text-align: right;
}


@media (max-width: 1500px){
 .padd_head{
      padding: 0px 0px 0px 200px;
}
}

@media (max-width: 767px){
  .header-section .brand-logo {
    width: 150px;
    float: right;
}
.padd_head {
    padding: 0px ;
}
}

.header-section .navbar-nav {
  display: inherit;
}
.header-section .dropdown {
  position: relative;
}
.header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.header-section .dropdown-menu {
  left: 0;
  top: 68px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section .dropdown-menu .dropdown-menu {
  top: 30px;
  left: 250px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0 !important;
}
.header-section .dropdown-menu .dropdown-menu a {
  font-size: 12px;
  font-weight: 600;
  color: #1a2428;
}
.header-section .dropdown-menu .dropdown-menu a:before {
  display: none;
}
.header-section .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.header-section .dropdown-menu li:after {
  display: none;
}
.header-section .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  opacity: 1 !important;
}
.header-section .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: #1a2428 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 2px;
}
.header-section .dropdown-menu a:before {
  display: none;
}
.header-section .dropdown-menu a:hover {
  color: rgb(209 177 36) !important;
}
.header-section .main-navigation li {
  margin: 0px 30px;
}
.header-section .main-navigation li a {
  font-weight: 600;
 font-size: 11px;
    color: #464343;
    letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 45px;
  text-decoration: none;
}
.header-section .main-navigation li:hover a {
  color: #6051a0;
}
/*----------------------hover*/
.header-section.header-style-one {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 35px 60px;
  position: relative;
  
}
.header-section.header-style-one.inner-page-header {
  background-color: rgba(31, 31, 31, 0.302);
}
.header-section.header-style-one .header-cta-social {
  color: #fff;
}
.header-section.header-style-one .header-cta-social .header-cta {
  font-weight: 600;
  color: white;
}
.header-section.header-style-one .header-cta-social .header-social {
  position: relative;
  margin-left: var(--margin-left-80);
}
.header-section.header-style-one .header-cta-social .header-social:before {
  top: -10px;
  width: 1px;
  left: -30px;
  content: "";
  height: 40px;
  position: absolute;
  background-color: #363636;
}
.header-section.header-style-one .header-cta-social .header-social li {
  margin-left: var(--margin-left-20);
}
.header-section.header-style-one .header-cta-social .header-social li a:hover {
  color: rgb(209 177 36);
}
.header-section.header-style-one .header-side-btn {
  margin-left: 75px;
}
.header-section.header-style-one .header-side-btn button {
  color: #fff;
  border: none;
  line-height: 1;
  font-size: 25px;
  position: relative;
  background-color: transparent;
}
.header-section.header-style-one .header-side-btn button:before {
  top: -10px;
  width: 1px;
  left: -35px;
  content: "";
  height: 40px;
  position: absolute;
  background-color: #363636;
}
.header-section.inner-page-header {
  background-color: #1c2834;
}

.header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  padding: 30px 60px;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  background-color: rgb(255 255 255);
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.header-section.sticky-on .dropdown-menu {
  top: 60px;
}
.header-section.sticky-on.inner-page-header {
  background-color: rgb(31, 31, 31);
}
.main-navigation{
      padding: 0px 0px;
}

@media (max-width: 767px){
  .main-navigation{
      padding: 0px 0px;
}
}

/*Mobile area*/
/*----------------------------------------------------*/
.mobile_menu {
  display: none;
}

.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color:#f5f5f5;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: rgb(44 42 42);
  display: block;
  font-weight: 600;
  font-size: 14px;
  font-family: 22px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile_menu_content .m-brand-logo {
  width: 150px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 15px;
  top: 20px;
  z-index: 5;
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color:rgb(255 248 248) !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: rgb(209 177 36);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  color: #020202;
  cursor: pointer;
  top: 25px;
  right: 25px;
  font-size: 20px;
  position: absolute;
}
@media screen and (max-width: 1500px){
.header-section .main-navigation li {
    margin: 20px 10px;
}	
}

@media screen and (max-width: 1024px){
.header-section .main-navigation li {
    margin: 30px 6px;
} 
}
.header-section .navbar-nav {
    display: inherit;
}
.ul-li ul {
    margin: 0;
    padding: 0;
}
.ul-li ul li {
    list-style: none;
    display: inline-block;
}

.header-section.header-style-one {
    padding: 5px 65px;
        box-shadow: 0px 2px 0px #f55b1240;
}

@media (max-width: 767px){

.header-section.header-style-one {
        padding: 4px 35px;
    box-shadow: 0px 2px 0px #f55b1240;
}
}

@media screen and (max-width: 991px){
.main-navigation-wrap {
    display: none;
}
}

@media screen and (max-width: 991px){
.header-section.header-style-one .header-cta-social {
    display: none !important;
}
}

.header-section.header-style-one .header-cta-social {
    color: #fff;
}

@media screen and (max-width: 991px){
.mobile_menu {
    display: block;
}
}
@media screen and (max-width: 991px){
.mobile_menu_button {
    display: block;
}
}

.mobile_menu_button {
    right: 15px;
    top: 15px;
    z-index: 5;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    text-align: center;
}

/*-----------------slider------------------------------*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider #line {
  height: 5px;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

#slider #dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
}

#slider #dots li {
  transition: 0.3s;
  list-style-type: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(0,0,0,0.5);
  margin: 0 0.25em;
  cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
  background: white;
}

@keyframes line {

  0% {width: 0%;}
  100% {width: 100%;}

}

#slider #back,
#slider #forword {
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: white;
  font-weight: 700;
    font-size: 2rem;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
}

#slider #forword {
  left: auto;
  right: 0;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 );
}

#slider:hover #back,
#slider:hover #forword {
  opacity: 0.7;
}

ul#move {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  background: gray;
  margin-right: 100%;
}


ul#move li {
  transition: 0.6s;
  min-width: 100%;
  color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul#move li img {
  width: 100%;
}

ul#move li:nth-child(1) {
  background: #657765;
}

ul#move li:nth-child(2) {
  background: #456174;
}

ul#move li:nth-child(3) {
  background: #984;
}

ul#move li:nth-child(4) {
  background: #445566;
}

ul#move li:nth-child(5) {
  background: #744674;
}

/*------------------------------------*/

.arck-about-section {
    overflow: hidden;
    padding: 50px 0px;
}

@media (max-width: 767px){
  .arck-about-section {
    overflow: hidden;
    padding: 20px 0px;
}

}

.arck-section-title.text-center, .arck-section-title-2.text-center {
    margin: 0 auto;
    max-width: 670px;
}

.arck-section-title .sub-title, .arck-section-title-2 .sub-title {
    font-weight: 700;
    letter-spacing: 3px;
    color: rgb(223 184 3);
    font-family: var(--heading);
}

.arck-about-text-wrapper {
    padding-top: 30px;
    max-width: 540px;
}

.arck-about-text-wrapper .about-bg {
    right: 50px;
    top: 0px;
}

.pera-content p {
    margin-bottom: 20px;
    color: black;
    text-align: justify;
    letter-spacing: 1px;
}

.arck-about-text-wrapper {
    padding-top: 30px;
    max-width: 540px;
}

.arck-about-img-wrapper {
    z-index: 1;
}

.arck-about-img-wrapper .shape1 {
    z-index: -1;
    right: -40px;
    bottom: -40px;
}

.abt_side{
	width: 500px;
}


@media (max-width: 767px){
  .abt_side{
  width: 100%;
}

}
/*---------------------------------------------------------*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.client_msg h5{
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	background: #464545;
    color: white;
}

.parallex{
	background: linear-gradient( rgb(13 24 63 / 88%), rgb(13 24 63 / 63%) ) , /* bottom, image */ url(img/bg1.jpg)no-repeat 0px 0px fixed;
	background-size: cover;
	padding: 10px 0px;
}

/*--------------------------------------------------------------------------------*/
.owl-buttons {
  display: none;
}
.owl-carousel:hover .owl-buttons {
  display: block;
}

.owl-item {
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  padding-left: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  padding-right: 20px;
}	



.gallery-section {
    position: relative;
    z-index: 1;
}

.filter {
    text-align: center;
    max-width: 100%;
    margin: auto;
}

.btn:hover, .btn-active {
    background: #03978b;
    color: #fff!important;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    color: #003;
    background: #eee;
    border: 1px solid #03978b;
    transition: all 0.4s;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}

.gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 25px auto;
    /* gap: 14px; */
}

.gallery a {
    display: flex;
}


/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.arck-footer-widget-wrapper {
  padding: 40px 0px;
}

.arck-footer-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: var(--padding-bottom-50);
}
.arck-footer-widget .contact-cta-widget li {
  color: #fff;
  list-style: none;
  margin-bottom: 15px;
}
.arck-footer-widget .contact-cta-widget li i {
  top: 5px;
  float: left;
  font-size: 20px;
  padding-top: 3px;
  margin-right: 12px;
  position: relative;
  color: rgb(209 177 36);
}
.arck-footer-widget .contact-cta-widget li span {
  display: block;
  overflow: hidden;
  max-width: 100%;
      font-size: 15px;
}
@media (max-width: 767px){
  .arck-footer-widget .contact-cta-widget li span {
  display: block;
  overflow: hidden;
  max-width: 100%;
      font-size: 16px;
}
}

.arck-footer-widget .menu-widget li {
  color: #fff;
  margin-bottom: 10px;
  list-style: none;
}
.arck-footer-widget .menu-widget li a {
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.arck-footer-widget .menu-widget li a:hover {
  color: rgb(209 177 36);
  margin-left: 8px;
}
.arck-footer-widget .menu-widget li a:before {
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: rgb(209 177 36);
}
.arck-footer-widget .blog-img-content {
  max-width: 300px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #4a4a4a;
}
.arck-footer-widget .blog-img-content .blog-img {
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
.arck-footer-widget .blog-img-content .blog-text {
  width: 200px;
}
.arck-footer-widget .blog-img-content .blog-text h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #fff;
}
.arck-footer-widget .blog-img-content .blog-text .blog-meta {
  color: #cccccc;
  font-size: 14px;
}
.arck-footer-widget .blog-img-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.arck-footer-widget .newslatter-widget .footer-social {
  margin-top: 30px;
}
.arck-footer-widget .newslatter-widget .footer-social a {
  color: #fff;
  margin-right: 15px;
}
.arck-footer-widget .newslatter-widget .footer-social a:hover {
  color: rgb(209 177 36);
}
.arck-footer-widget .newsleter-form input {
  width: 100%;
  height: 50px;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  background-color: transparent;
}
.arck-footer-widget .newsleter-form input::-webkit-input-placeholder {
  color: #fff;
}
.arck-footer-widget .newsleter-form input::-moz-placeholder {
  color: #fff;
}
.arck-footer-widget .newsleter-form input:-ms-input-placeholder {
  color: #fff;
}
.arck-footer-widget .newsleter-form input::-ms-input-placeholder {
  color: #fff;
}
.arck-footer-widget .newsleter-form input::placeholder {
  color: #fff;
}
.arck-footer-widget .newsleter-form button {
  width: 100%;
  color: #fff;
  height: 50px;
  border: none;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgb(209 177 36);
}
.arck-footer-widget .newsleter-form button:hover {
  color: rgb(209 177 36);
  background-color: #fff;
}

.arck-footer-copyright {
  color: #fff;
  padding: 15px;
  background-color: #2d2d2d;
}

a{
	text-decoration: none!important;
}

@media screen and (max-width: 1600px){
.slider-side-content {
    display: none;
}
}

.slider-side-content {
    top: 0;
    left: 0;
    width: 85px;
    z-index: 12;
    height: 100%;
    background-color: #fff;
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content {
    padding: 150px 0px 80px;
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content h1 {
    color: #ffffff;
    font-size: 48px;
    padding-bottom: 18px;
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content li {
    color: #fff;
    text-transform: capitalize;
}

.arck-breadcrumb-content li {
    color: #fff;
    font-weight: 600;
    margin: 0px 10px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--heading);
}

.inner-page-padding {
    padding: 50px 0px;
}
.blue1 {
    background: #0e1940;
}

.arck-contact-page-cta .arck-video-cta-wrap {
    background-color: transparent;
}

.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 1500px){
.arck-video-cta-wrap .video-cta-item {
    padding: 20px 15px;
}
}

.arck-video-cta-wrap .video-cta-item {
    width: 33.33%;
    padding: 30px 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.arck-contact-page-form {
    padding-left: 30px;
}

@media screen and (max-width: 1500px){
.arck-appointment-form-wrap {
    max-width: 530px;
}
}

.arck-contact-page-form .arck-section-title {
    padding-bottom: 10px;
}

.arck-contact-page-form .arck-section-title {
    padding-bottom: 10px;
}


.arck-contact-page-form .arck-appointment-form-wrap form input, .arck-contact-page-form .arck-appointment-form-wrap form textarea {
    background-color: rgb(36 36 36);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    color: white;
}

/*--------------*/
.arck-breadcrumb-section-2 {
    background-color: #f5f5f5;
}

@media screen and (max-width: 1600px){
.slider-side-content {
    display: none;
}
}
.slider-side-content {
    top: 0;
    left: 0;
    width: 85px;
    z-index: 12;
    height: 100%;
    background-color: #fff;
}

.slider-side-content .archx-slider-side1 {
    top: 100px;
    left: 25px;
    color: #000;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content {
    padding: 150px 0px 80px;
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content li {
    color: #fff;
    text-transform: capitalize;
}

.arck-breadcrumb-section-2 .arck-breadcrumb-content li a {
    color: #fff;
    text-transform: capitalize;
}
.ul-li ul li {
    list-style: none;
    display: inline-block;
}
.arck-breadcrumb-content li {
    color: #fff;
    font-weight: 600;
    margin: 0px 10px;
    position: relative;
    text-transform: uppercase;
    font-family: var(--heading);
}

.arck-contact-page-cta .contact-cta-inner-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 45px;
}

.arck-contact-page-cta .arck-video-cta-wrap {
    background-color: transparent;
}

.arck-video-cta-wrap {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: #2d2d2d;
}

.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 1500px){
.arck-video-cta-wrap .video-cta-item {
    padding: 20px 15px;
}
}
@media screen and (max-width: 1500px){
.arck-video-cta-wrap .video-cta-item .inner-icon {
    margin-right: 10px;
}
}

.arck-contact-page-cta .arck-video-cta-wrap .video-cta-item .inner-text {
    width: auto;
    padding: 0;
}
.arck-video-cta-wrap .video-cta-item .inner-text {
    width: 180px;
}

}
@media screen and (max-width: 1500px){
.arck-video-cta-wrap .video-cta-item .inner-text h3 {
    font-size: 16px;
}
}
.arck-video-cta-wrap .video-cta-item .inner-text h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
    color: #fff;
}
.arck-contact-page-cta .contact-cta-inner-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 45px;
}

.arck-video-cta-wrap .video-cta-item .inner-text p {
    color: #fff;
}

.arck-video-cta-wrap .video-cta-item .inner-text p a{
    color: #fff;
}

.pad_left{
      padding-left: 25px;
}


.arck-contact-page-form {
    padding-left: 30px;
}


@media screen and (max-width: 1500px){
.arck-appointment-form-wrap {
    max-width: 530px;
}
}
.arck-appointment-form-wrap {
    max-width: 570px;
}
.arck-contact-page-form .arck-section-title {
    padding-bottom: 10px;
}

.arck-contact-page-form .arck-appointment-form-wrap form input, .arck-contact-page-form .arck-appointment-form-wrap form textarea {
    background-color: rgb(36 36 36);
    -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    color: white;
}

.arck-appointment-form-wrap form input, .arck-appointment-form-wrap form textarea {
    width: 100%;
    height: 55px;
    border: none;
    color: #fff;
    padding-left: 20px;
    border: 1px solid #ffffff7a;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #10142c;
}

.arck-appointment-form-wrap form textarea {
    height: 105px;
    padding-top: 15px;
}

.arck-contact-page-form .arck-appointment-form-wrap form button {
    border: none;
    background-color: black;
}

.arck-appointment-form-wrap form button:hover {
    color: rgb(209 177 36);
}

.arck-appointment-form-wrap form button {
    border: none;
    text-transform: uppercase;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.arck-appointment-form-wrap form button, .arck-btn1 a {
    z-index: 1;
    width: 155px;
    left: 70px;
    height: 40px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    color: #fff;
    font-family: var(--heading);
    background-color: rgb(209 177 36);
}

.arck-contact-page-form .arck-appointment-form-wrap form button:before {
    border: 1px solid rgb(209 177 36);
}

.arck-contact-page-form .arck-appointment-form-wrap form button:after {
    background-color: black;
}

/*----------------------------------------------------------------*/
.section-title .bar {
    height: 5px;
    width: 90px;
    background: #cdf1d8;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}

.section-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.section-title .bar::before{
  background: blue;
}
@media screen and (max-width: 480px){
.arck-project-section {
    padding: 60px 0px;
}
}


@media screen and (max-width: 480px){
.arck-project-top-content .arck-section-title {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
}

@media screen and (max-width: 480px){
.arck-section-title h2, .arck-section-title-2 h2 {
    font-size: 30px;
    padding-bottom: 10px;
}
}
/*---------------filter-------------------------------------------------------------------*/
.gallery-section {
  position: relative;
  z-index: 1;
}

.title {
  font-size: 46px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #f44336;
} 

.filter {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

.btn1 {
  padding: 10px 20px;
  margin: 5px 4px 4px 0;
  display: inline-block;
  color: #003;
  background: #eee;
  border: 1px solid #0d183f;
  transition: all 0.4s;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.btn1:hover,.btn1-active {
  background: #0d183f;
  color: #fff;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.gallery {
  display: flex;
  justify-content: center;
  width: fit-content;
  max-width: 1320px;
  flex-wrap: wrap;
  margin: 25px auto;
  /* gap: 14px; */
}
.gallery a {
  display: flex;
}
.gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 10px;
}

.gallery img:hover {
  transform: scale(1.1);
}

.sets .hide,
.sets .pophide {
  width: 0%;
  opacity: 0;
}

.closeBtn {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  right: 25px;
  top: 25px;
  color: white;
  transition: 0.5s linear;
  padding: 8px 40px;
  border-radius: 25px;
  background: red;
  outline-offset: -6px;
  outline: 2px solid #fff;
}
.closeBtn:hover {
  cursor: pointer;
  background: white;
  color: black;
  outline: 2px solid #000;
}

.openDiv {
  width: 100%;
  height: 100vh;
  background: #000000e7;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  z-index: 9999;
}
.imgPreview {
  width: 70%;
  object-fit: scale-down;
  max-height: 40vw;
  height: auto;
}
.prevButton,
.nextButton {
  transition: 1s linear;
  padding: 10px 35px;
  font-size: 18px;
  border: none;
  color: white;
  background: #0005;
  border-radius: 10px;
  border: 1px solid white;
  margin: 10px;
}
.prevButton:hover,
.nextButton:hover {
  background: #fff;
  color: black;
}

/* resposive CSS Code */

@media max-width: 1199px {
  .section-padding {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 36px;
  }
  .gallery img {
    margin: 8px 8px;
    width: 175px;
  }
  .closeBtn {
    padding: 6px 25px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 8px 25px;
  }
}

@media (max-width: 540px) {
  .section-padding {
    padding-top: 30px;
  }
  
  .gallery img {
    margin: 8px 6px;
    width: 155px;
  }

  .closeBtn {
    font-size: 18px;
    border-radius: 15px;
  }
  .prevButton,
  .nextButton {
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 10px;
    margin: 5px;
  }

  .imgPreview {
    width: 90%;
    max-height: 50vh;
    height: auto;
  }
  
}

/*.main-navigation-wrap{
  margin:0 auto;
}*/

/*----------------------------------------------------------*/
.logo_text{
  color: #7c7a7a;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}







.fa-bars:before {
    content: "\f0c9";
}

/*  scroll css section here*/
.scrolltop .icon {
      font-size: 30px;
    text-align: center;
    transform: rotate(-2deg);
    margin-top: 1px;
}

.scrolltop .icon i {
     color: white;
}

.scrolltop {
    position: fixed;
    bottom: 70px;
    right: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:#0d183f;
    border: 1px solid #fff;
    display: none;
    z-index: 999;
}

.whatsapp .icon {
      font-size: 30px;
    text-align: center;
    transform: rotate(-2deg);
    margin-top: 1px;
}

.whatsapp .icon i {
     color: white;
}

.whatsapp {
    position: fixed;
    bottom: 70px;
    left: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
    
    
   
}

.top_img {
    background: linear-gradient( rgb(95 96 98 / 88%), rgb(63 36 13 / 63%) ) , /* bottom, image */ url(../img/top.png)no-repeat 0px 0px fixed;
    background-size: cover;
    padding: 10px 0px;
    height: 450px;
}

.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}

.head h2{
      text-align: center;
    color: #6051a0;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}



.about p{
  text-align: center;
      margin-top: 15px;
      font-size: 13px;
}

.pad-abt-30{
      padding: 30px 0px 40px;
}
/*-------------------------------*/
.button_abt {
    display: inline-block;
    border-radius: 4px;
    background-color: #6051a0;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    width: 155px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button_abt span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_abt span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_abt:hover span {
  padding-right: 25px;
}

.button_abt:hover span:after {
  opacity: 1;
  right: 0;
}
/*----------------------------------*/
.button_service {
    display: inline-block;
    border-radius: 4px;
    background-color: #6051a0;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    width: 155px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button_service span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_service span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_service:hover span {
  padding-right: 25px;
}

.button_service:hover span:after {
  opacity: 1;
  right: 0;
}
/*-------------------------------*/
.img_250{
  
    background:  url(../img/top.png)no-repeat 0px 0px fixed;
    background-size: cover;
    padding: 10px 0px;
    
}

.img_251{
  width: 460px;
}

@media (max-width: 767px){
 .img_251{
  width: 100%;
} 
}


/*----------250--------------*/
.button_250 {
    display: inline-block;
    border-radius: 4px;
    background-color: #00b4a9;
    border: none;
    color: #0c0c0c;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 9px;
    width: 150px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button_250 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_250 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_250:hover span {
  padding-right: 25px;
}

.button_250:hover span:after {
  opacity: 1;
  right: 0;
}
/*---------------------
HAMBURGER MENU
----------------------*/

.hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 20px;
  padding-left: 15px;
  width: 100%;
  height: 43px;
  cursor: pointer;
  z-index: 9998;
  background:#EBEBEB;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.bar {
  position: relative;
  transform: translateY(10px);
  background: black;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: black;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: black;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
  /*---------------------
  Mobiles Menu - Design 
  ----------------------*/

.mobile-menu1 ul {
  margin: 0;
  padding: 0;
}

.mobile-menu1 li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left:15px;
}

.mobile-menu1 li:first-child {
  margin-top: 70px;
}

.mobile-menu1 li:hover {
  background: #CCCCCC;
}

.mobile-menu1 li a {
  text-decoration: none;
  color: black;
}

  /*---------------------
  Mobiles Menu - Slide IN 
  ----------------------*/

.mobile-menu1 {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #EBEBEB;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu1.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

  /*---------------------
  Mobiles Menu - Dropdown Submenu
  ----------------------*/

.has-children:hover{
  cursor:hand;
}

.children {
  display:none; 
}

.mobile-menu1 .children li:first-child {
  margin-top: 0px;
}

.icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;  
}
  
.icon-arrow:after {
    content: "\25BC";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;     
}

/*---------------suit----------------*/
.suit h2{
 text-align: center;
    color: #f2f176;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.suit{
  
    background:  url(../img/suitable/01.jpg)no-repeat 0px 0px fixed;
    background-size: cover;
    padding: 10px 0px;
    
}

.suit ul{
  color: white;
  list-style: none;
  padding-left: 2rem;

}

.suit ul li{
 
    padding: 20px 30px;
    font-size: 20px;
    color: #e5dede;
    
    
}

.suit ul li:after{

  content: "";
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #b7b2b2;
  display: block;
  top: 0%;
  right: 0%;
  margin-top: 10px;
  height: 100%;
  }

.soon{
      padding: 0px 32px!important;
    margin-top: -10px;
}

  /*-------------------------------------*/
  /*gallery*/
  .gal{
  
    background:  linear-gradient( rgb(96 86 163), rgb(100 96 96 / 18%) ) , url(../img/gallery/1.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    border-radius: 10px;
  transition: transform .2s;
    
}
.gal:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.gal p{
color: white;
    font-size: 40px;
 
    padding: 35px;
    text-align: center;

}
.gal_video {
      width: 100%;
    height: 307px;
}
.fac{
      color: white;
    font-size: 20px;
    padding: 24px 0px;
}
/*.fac_img1{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/map.png)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
        border-radius: 5px;

    
}
*/
.fac_img1{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/AC.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    border-radius: 5px;
        height: 100%;
     transition: transform .2s;
    
}
.fac_img1:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.fac_img2{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/Ample-Car-parking.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    border-radius: 5px;
        height: 100%;
    
  transition: transform .2s;
    
}
.fac_img2:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.fac_img3{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/CCTV.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    border-radius: 5px;
        height: 100%;
    transition: transform .2s;
    
}
.fac_img3:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.fac_img4{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/Generator-Backup.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    border-radius: 5px;
        height: 100%;
  transition: transform .2s;
    
}
.fac_img4:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.fac_img5{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/Location--T-nagar.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    border-radius: 5px;
        height: 100%;
  transition: transform .2s;
    
}
.fac_img5:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.fac_img6{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/well-furnished-3-rooms.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    border-radius: 5px;
        height: 100%;
   transition: transform .2s;
    
}
.fac_img6:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}

.fac h5{
      font-size: 18px;
    color: #fdf97c;
}

.fac p{
      font-size: 13px;
    font-weight: 500;
}

.fac .padd{
     margin-top: 77px;
    padding: 9px;
}

.fac .padd span a{
      color: #80e9ff;
    font-size: 15px;
    font-weight: 500;
}

/*.fac_pad{
  padding: 20px;
}*/


.fac_pad_row{
  margin-bottom:  30px;
}


/*-------------------------------------------------------------------*/
.enq{
  
    background:  url(../img/enquiry/enq.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    
}
.form-group {
    margin-bottom: 15px;
}
/*-----------------*/
/*enquiry*/
.button_enq {
    display: inline-block;
    border-radius: 4px;
    background-color: #a7dbe8;
    border: none;
    color: #363333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 9px;
    width: 148px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button_enq span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_enq span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_enq:hover span {
  padding-right: 25px;
}

.button_enq:hover span:after {
  opacity: 1;
  right: 0;
}

/*-------------------suit-----------*/
.button_suit {
    display: inline-block;
    border-radius: 4px;
    background-color: #dccf67;
    border: none;
    color: #363333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 9px;
    width: 148px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button_suit span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button_suit span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_suit:hover span {
  padding-right: 25px;
}

.button_suit:hover span:after {
  opacity: 1;
  right: 0;
}
/*-------------suit-----------*/

.enq h2{
 text-align: center;
    color: #f2f176;
    font-size: 28px;
    font-weight: 700;
    padding:20px;
}

.enq p{
  text-align: center;
  color: #fff;
      padding: 0px 92px 25px;
}
/*-----------------footer----------------*/
.foot h2{
 font-size: 34px;
    color: #f2f176;
    font-weight: 400;
}
.foot{
  background: #2b2143;
}

.foot ul{
  color: white;
  font-size: 20px;
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

.foot ul li i {
     top: 5px;
    float: left;
    font-size: 40px;
    padding-top: 3px;
    font-weight: 300;
    margin-right: 12px;
    position: relative;
    color: #f2f176;
}

.foot ul li span {

    display: block;
    overflow: hidden;
    max-width: 100%;
    font-size: 17px;
    font-weight: 600;

}

.foot ul li span a{
    color: #fff;
    display: block;
    font-weight: 600;
    overflow: hidden;
    max-width: 100%;
    font-size: 17px;

}

.foot ul li{
margin-top: 20px;

}


/*-------------------mob-------------------*/

@media (max-width: 767px){
   
.padd_bt_70{
  padding-bottom: 30px!important;
}
.padd_tp_70{
  padding-top: 30px!important;
}

.enq p{
  text-align: center;
  color: #fff;
      padding: 0px 0px;
}
.button_abt {
    display: inline-block;
    border-radius: 4px;
    background-color: #6051a0;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    width: 140px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
}
@media (max-width: 1024px){
.padd_head {
    padding: 0px 0px 0px 93px;
}
}

@media (max-width: 767px){
.padd_head {
    padding: 0px 0px 0px 80px;
}
}
.moreless-button{
  background: none;
    border: none;
    text-align: center;
    width: 75%!important;
    margin-top: -21px;
    z-index: 999;
}


/*-------------------------------*/
.hide {
  display: none;
}

.readmore, .readless, .readmuchmore, .readmuchless{
  text-align:center;
  color: black;
}

.wrapper {
  max-width: 960px;
  margin: auto;
}



.readmore,.readless{
  width: 75%;
  
}

@media (max-width: 767px){
  .readmore,.readless{
  width: 100%;
}
}

.one  {
  background: white;

}

.one  a{
  color: black;

}

/*-----------------slider------------------------------*/
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#slider #line {
  height: 5px;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

#slider #dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  display: flex;
  justify-content: center;
}

#slider #dots li {
  transition: 0.3s;
  list-style-type: none;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(0,0,0,0.5);
  margin: 0 0.25em;
  cursor: pointer;
}

#slider #dots li:hover,
#slider #dots li.active {
  background: white;
}

@keyframes line {

  0% {width: 0%;}
  100% {width: 100%;}

}

#slider #back,
#slider #forword {
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: white;
  font-weight: 700;
    font-size: 2rem;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=1 );
}

#slider #forword {
  left: auto;
  right: 0;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=1 );
}

#slider:hover #back,
#slider:hover #forword {
  opacity: 0.7;
}

ul#move {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  background: gray;
  margin-right: 100%;
}


ul#move li {
  transition: 0.6s;
  min-width: 100%;
  color: white;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul#move li img {
  width: 100%;
}

ul#move li:nth-child(1) {
  background: #657765;
}

ul#move li:nth-child(2) {
  background: #456174;
}

ul#move li:nth-child(3) {
  background: #984;
}

ul#move li:nth-child(4) {
  background: #445566;
}

ul#move li:nth-child(5) {
  background: #744674;
}

/*------------------------------------*/
.padd_bt_70{
  padding-bottom: 70px;
}

.padd_tp_70{
  padding-top: 70px;
}

.about_page p{
  font-size: 16px;
}

/*---------------------------service---------------------------*/
.service ul{
  color: #212529;
  font-size:15px;
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

.service ul li img {
     top: 0px;
    float: left;
    font-size: 40px;
    padding-top: 3px;
    font-weight: 300;
    margin-right: 12px;
    position: relative;
    color: #f2f176;
        width: 35px;
    height: 20px;
}

.service ul li span {

    display: block;
    overflow: hidden;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;

}

.service ul li span a{
    color: #212529;
    display: block;
    font-weight: 600;
    overflow: hidden;
    max-width: 100%;
    font-size: 15px;

}

.service ul li{
margin-top: 20px;

}

/*---------------------------service------------*/
.service_ul{
  margin-top: 0px!important;
      margin-left: 60px;
     
}

.service_ul li{
 
      line-height: 15px!important;
}

@media (max-width: 767px){
  .service_ul li{
 
      line-height: 22px!important;
}
.service ul li img {
    top: 0px;
    float: left;
    font-size: 40px;
    padding-top: 3px;
    font-weight: 300;
    margin-right: 12px;
    position: relative;
    color: #f2f176;
    width: 29px;
    height: 20px;
}
}

.mr_left{
      margin-left: 45px;
}

.service_head{

}

.service_bg{
  background: #2f254b;
}

.service_head h2{
  color: #bcf3ff;
      text-align: center;
    
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 30px;
}


.service_bg ul li:after{
  
    content: "";
    position: relative;
    z-index: 1;
    border-right: 1px solid #b7b2b2;
    display: block;
    top: 0%;
    right: 0%;
    margin-top: 10px;
    height: 100%;

}

.service_bg ul{
  list-style: none;
  line-height: 20px;
  color: white;
  padding-left: 0px;
}
.service_bg ul li{
  list-style: none;
  line-height: 20px;
  color: white;
  padding: 20px 10px;
  border-right: 1px solid #58479b;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
}

/*---------------*/
/*---------------------------other---------------------------*/
.other ul{
  color: #212529;
  font-size:15px;
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

.other ul li img {
     top: 0px;
    float: left;
    font-size: 40px;
    padding-top: 3px;
    font-weight: 300;
    margin-right: 12px;
    position: relative;
    color: #f2f176;
        width: 35px;
    height: 20px;
}

.other ul li span {

    display: block;
    overflow: hidden;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;

}

.other ul li span a{
    color: #212529;
    display: block;
    font-weight: 600;
    overflow: hidden;
    max-width: 100%;
    font-size: 15px;

}

.other ul li{
margin-top: 20px;
border: none;
    padding: 5px 10px;
}

/*------------------------------------------------------------------------*/
.condition p{
  font-size: 15px;
  text-align: center;
  line-height: 15px;
}

.condition ul{
  color: #212529;
  font-size:15px;
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

.condition ul li img {
     top: 0px;
    float: left;
    font-size: 40px;
    padding-top: 3px;
    font-weight: 300;
    margin-right: 12px;
    position: relative;
    color: #f2f176;
        width: 35px;
    height: 20px;
}

.condition ul li span {

    display: block;
    overflow: hidden;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;

}

.condition ul li span a{
    color: #212529;
    display: block;
    font-weight: 600;
    overflow: hidden;
    max-width: 100%;
    font-size: 15px;

}

.condition ul li{
margin-top: 20px;

}

/*-----------------------------------------------------------------------------------------*/
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 2px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

}
.img-overlay   i {
    color: #fff;
    font-size: 20px;
  }

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

.image a{
  width: 100%!important;
}

@media (max-width: 767px){
  .image a{
  width: 100%!important;
}
.suit ul{
  color: white;
  list-style: none;
  padding-left: 0px;

}
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
  .col-xs-6{
    width: 50%;
  }
}
/*-----------------------------------------------------------------------------------*/
.dis_none{
  display: none;
}

 @media (max-width: 767px){
   .col-xs-6{
    width: 50%!important;
  }
     .col-xs-8{
    width: 75%!important;
  }
      .col-xs-2{
    width: 15%!important;
  }
  .disp_none{
  display: none!important;
}
.fac h5{
      font-size: 14px;
    color: #fdf97c;
}

.fac_img1{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/AC.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
        border-radius: 5px;
        height: 100%;

    
}
.fac .padd {
    margin-top: 30px;
    padding: 40px 15px 6px!important;
}
.fac_img2{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/Ample-Car-parking.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
        border-radius: 5px;
         height: 100%;
    
}

.fac_img3{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/CCTV.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
        border-radius: 5px;
         height: 100%;
    
}

.fac_img4{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/Generator-Backup.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
        border-radius: 5px;
         height: 100%;
    
}

.fac_img5{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/Location--T-nagar.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
        border-radius: 5px;

       height: 100%;
}

.fac_img6{
  
    background: linear-gradient( rgb(77 61 123 / 28%), rgb(77 62 121) ) , url(../img/facilities/well-furnished-3-rooms.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
        border-radius: 5px;
         height: 100%;
    
}
.gal{
  
    background: linear-gradient( rgb(96 86 163), rgb(100 96 96 / 18%) ) , url(../img/gallery/1.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 10px 0px;
    width: 75%;
    height: 72%;
        margin: 0px 44px 70px;
        border-radius: 10px;

    
}
.suit ul li {
    padding: 20px 0px;
    font-size: 13px;
    color: #e5dede;
 }
.dis_none{
  display: block!important;
}
.service_bg ul li {
    list-style: none;
    line-height: 20px;
    color: white;
    padding: 20px 10px;
    border-right: 1px solid #58479b;
    
    font-size: 20px;
    font-weight: 600;
}
.other ul li {
    margin-top: 20px;
    border: none!important;
    padding: 5px 10px;
  }
.disp_none{
  display: block;
}



.soon{
      padding: 0px ;
    margin-top: 20px;
}

}


/*-----------------------*/
.about img{
  border-radius: 10px;
}

.cond{
  margin-top: 0px;
}

@media (max-width: 767px){
  .cond{
  margin-top: -20px;
}
.soon{
      padding: 0px 0px!important;
    margin-top: 20px;
}
}


/*-------------------------------------------------------*/

.wrapper{
  display:flex;
  
  flex-direction: row;
  padding: 10px 0px;
  align-items: center;
  
}



.fa {
margin: auto;

}
.social{
  color: #FFF;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social:hover {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
  -moz-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  
}

.facebook {
 color:#4267B2;
}

.twitter {
color:#1DA1F2;

}
.youtube {
      color:#c4302b;
}
.pinterest {
   color:#c8232c;
}
.instagram {
 color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;

}
.tumblr {
        color: #34526f;
}
.whatsapp {
        color:#25D366;
}

.bg-ico {
  display: flex;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 90px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  
}
.bg-ico:hover{
     box-shadow: 0 5px 15px -5px rgba(0,0,0,0.8);
}

#facebook:hover {
  background-color: #4267B2;
}

#twitter:hover {
background-color: #1DA1F2;

}
#youtube:hover {
      background-color: #c4302b;
}
#pinterest:hover {
   background-color:#c8232c;
}
#instagram:hover {
 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  

}
#tumblr:hover {
    background-color: #34526f;
}
#whatsapp:hover {
       background-color:#25D366;
}

.facebook:hover, 
.twitter:hover, 
.youtube:hover, 
.pinterest:hover,
.instagram:hover, 
.tumblr:hover,
.whatsapp:hover {
 color:#fff;
 transform: scale(0.8);

}

.wrapper span{
  color: white;
    font-size: 19px;
    font-weight: 600;
    padding: 0px 8px;
}

.pb-30{
  padding-bottom: 30px;
}

.pad_gap {
    margin-top: 15px!important;
}

/*----------------------------------------------------------*/
.about img{
  border-radius: 10px;
  transition: width 2s, height 2s;
        transition: transform .2s;
    
}
.about img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
/*------------------------------------------------------*/
.socials img{
  
  transition: transform .2s;
    
}
.socials img:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}


.tag {
}

.tag {
  opacity: 0;
  transform: translate(0, 3vh);
  transition: all 1s;
}

.tag.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------------------------------------*/
.button_abt:hover {
    background-color: #656a70;
    color: #fff;
}
.button_service:hover {
    
    background-color: #656a70;
        color: #fff;
    
}

.button_suit:hover {
    
    background-color: #656a70;
        color: #fff;
    
}
.button_enq:hover {
    
    background-color: #656a70;
        color: #fff;
    
}

/*---------------------------------------------*/
.fiftyfifty {
  display: flex;
  justify-content: space-between;
}

.fiftyfifty .basic {
  flex-basis: 50%;
}
.fiftyfifty .basic:last-of-type {
  text-align: right;
}

.js .to_fade_up, 
.js .to_fade_from_left, 
.js .to_fade_from_right {
  visibility: hidden;
}
.js .fade_up {
  visibility: visible;
  -ms-animation: fadeUp 2s; /* Internet Explorer*/
  animation: fadeUp 2s; 
}



@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: .1;
    transform: translateY(30px);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0);
  }
}
